chunk-libs.680e1429.js 1.4 MB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-libs"],{"0046":function(e,t,n){var r=n("6d8b"),i=r.each,o=r.createHashMap,a=n("4f85"),s=n("3301"),l=a.extend({type:"series.parallel",dependencies:["parallel"],visualColorAccessPath:"lineStyle.color",getInitialData:function(e,t){var n=this.getSource();return u(n,this),s(n,this)},getRawIndicesByActiveState:function(e){var t=this.coordinateSystem,n=this.getData(),r=[];return t.eachActiveState(n,(function(t,i){e===t&&r.push(n.getRawIndex(i))})),r},defaultOption:{zlevel:0,z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"}});function u(e,t){if(!e.encodeDefine){var n=t.ecModel.getComponent("parallel",t.get("parallelIndex"));if(n){var r=e.encodeDefine=o();i(n.dimensions,(function(e){var t=c(e);r.set(e,t)}))}}}function c(e){return+e.replace("dim","")}e.exports=l},"004f":function(e,t,n){var r=n("6d8b"),i=n("72b6"),o=n("2306"),a=n("a15a"),s=a.createSymbol,l=n("f934"),u=n("cbb0"),c=i.extend({type:"visualMap.piecewise",doRender:function(){var e=this.group;e.removeAll();var t=this.visualMapModel,n=t.get("textGap"),i=t.textStyleModel,a=i.getFont(),s=i.getTextColor(),u=this._getItemAlign(),c=t.itemSize,A=this._getViewData(),h=A.endsText,d=r.retrieve(t.get("showLabel",!0),!h);function f(i){var l=i.piece,A=new o.Group;A.onclick=r.bind(this._onItemClick,this,l),this._enableHoverLink(A,i.indexInModelPieceList);var h=t.getRepresentValue(l);if(this._createItemSymbol(A,h,[0,0,c[0],c[1]]),d){var f=this.visualMapModel.getValueState(h);A.add(new o.Text({style:{x:"right"===u?-n:c[0]+n,y:c[1]/2,text:l.text,textVerticalAlign:"middle",textAlign:u,textFont:a,textFill:s,opacity:"outOfRange"===f?.5:1}}))}e.add(A)}h&&this._renderEndsText(e,h[0],c,d,u),r.each(A.viewPieceList,f,this),h&&this._renderEndsText(e,h[1],c,d,u),l.box(t.get("orient"),e,t.get("itemGap")),this.renderBackground(e),this.positionGroup(e)},_enableHoverLink:function(e,t){function n(e){var n=this.visualMapModel;n.option.hoverLink&&this.api.dispatchAction({type:e,batch:u.makeHighDownBatch(n.findTargetDataIndices(t),n)})}e.on("mouseover",r.bind(n,this,"highlight")).on("mouseout",r.bind(n,this,"downplay"))},_getItemAlign:function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return u.getItemAlign(e,this.api,e.itemSize);var n=t.align;return n&&"auto"!==n||(n="left"),n},_renderEndsText:function(e,t,n,r,i){if(t){var a=new o.Group,s=this.visualMapModel.textStyleModel;a.add(new o.Text({style:{x:r?"right"===i?n[0]:0:n[0]/2,y:n[1]/2,textVerticalAlign:"middle",textAlign:r?i:"center",text:t,textFont:s.getFont(),textFill:s.getTextColor()}})),e.add(a)}},_getViewData:function(){var e=this.visualMapModel,t=r.map(e.getPieceList(),(function(e,t){return{piece:e,indexInModelPieceList:t}})),n=e.get("text"),i=e.get("orient"),o=e.get("inverse");return("horizontal"===i?o:!o)?t.reverse():n&&(n=n.slice().reverse()),{viewPieceList:t,endsText:n}},_createItemSymbol:function(e,t,n){e.add(s(this.getControllerVisual(t,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(t,"color")))},_onItemClick:function(e){var t=this.visualMapModel,n=t.option,i=r.clone(n.selected),o=t.getSelectedMapKey(e);"single"===n.selectedMode?(i[o]=!0,r.each(i,(function(e,t){i[t]=t===o}))):i[o]=!i[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:i})}}),A=c;e.exports=A},"007d":function(e,t,n){var r=n("3eba");n("cb8f"),n("a96b"),n("42f6"),r.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},(function(){})),r.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},(function(){}))},"00ba":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("e46b"),a=n("e0d3"),s=a.defaultEmphasis,l=n("0f99"),u=l.makeSeriesEncodeForNameBased,c=n("c4a3"),A=r.extendSeriesModel({type:"series.funnel",init:function(e){A.superApply(this,"init",arguments),this.legendVisualProvider=new c(i.bind(this.getData,this),i.bind(this.getRawData,this)),this._defaultLabelLine(e)},getInitialData:function(e,t){return o(this,{coordDimensions:["value"],encodeDefaulter:i.curry(u,this)})},_defaultLabelLine:function(e){s(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},getDataParams:function(e){var t=this.getData(),n=A.superCall(this,"getDataParams",e),r=t.mapDimension("value"),i=t.getSum(r);return n.percent=i?+(t.get(r,e)/i*100).toFixed(2):0,n.$vars.push("percent"),n},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1,type:"solid"}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}}}}),h=A;e.exports=h},"00d8":function(e,t,n){var r=n("6d8b");function i(e,t){return t=t||[0,0],r.map([0,1],(function(n){var r=t[n],i=e[n]/2,o=[],a=[];return o[n]=r-i,a[n]=r+i,o[1-n]=a[1-n]=t[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])}),this)}function o(e){var t=e.getBoundingRect();return{coordSys:{type:"geo",x:t.x,y:t.y,width:t.width,height:t.height,zoom:e.getZoom()},api:{coord:function(t){return e.dataToPoint(t)},size:r.bind(i,e)}}}e.exports=o},"00ee":function(e,t,n){var r=n("b622"),i=r("toStringTag"),o={};o[i]="z",e.exports="[object z]"===String(o)},"0141":function(e,t,n){var r=n("6d8b"),i=n("9850"),o=n("6cc5"),a=n("5b87");function s(e,t,n,r){o.call(this,e),this.map=t;var i=a.load(t,n);this._nameCoordMap=i.nameCoordMap,this._regionsMap=i.regionsMap,this._invertLongitute=null==r||r,this.regions=i.regions,this._rect=i.boundingRect}function l(e,t,n,r){var i=n.geoModel,o=n.seriesModel,a=i?i.coordinateSystem:o?o.coordinateSystem||(o.getReferringComponents("geo")[0]||{}).coordinateSystem:null;return a===this?a[e](r):null}s.prototype={constructor:s,type:"geo",dimensions:["lng","lat"],containCoord:function(e){for(var t=this.regions,n=0;n<t.length;n++)if(t[n].contain(e))return!0;return!1},transformTo:function(e,t,n,r){var o=this.getBoundingRect(),a=this._invertLongitute;o=o.clone(),a&&(o.y=-o.y-o.height);var s=this._rawTransformable;if(s.transform=o.calculateTransform(new i(e,t,n,r)),s.decomposeTransform(),a){var l=s.scale;l[1]=-l[1]}s.updateTransform(),this._updateTransform()},getRegion:function(e){return this._regionsMap.get(e)},getRegionByCoord:function(e){for(var t=this.regions,n=0;n<t.length;n++)if(t[n].contain(e))return t[n]},addGeoCoord:function(e,t){this._nameCoordMap.set(e,t)},getGeoCoord:function(e){return this._nameCoordMap.get(e)},getBoundingRect:function(){return this._rect},dataToPoint:function(e,t,n){if("string"===typeof e&&(e=this.getGeoCoord(e)),e)return o.prototype.dataToPoint.call(this,e,t,n)},convertToPixel:r.curry(l,"dataToPoint"),convertFromPixel:r.curry(l,"pointToData")},r.mixin(s,o);var u=s;e.exports=u},"0156":function(e,t,n){var r=n("6d8b");function i(e,t,n){n=n||{};var i=e.coordinateSystem,o=t.axis,a={},s=o.getAxesOnZeroOf()[0],l=o.position,u=s?"onZero":l,c=o.dim,A=i.getRect(),h=[A.x,A.x+A.width,A.y,A.y+A.height],d={left:0,right:1,top:0,bottom:1,onZero:2},f=t.get("offset")||0,p="x"===c?[h[2]-f,h[3]+f]:[h[0]-f,h[1]+f];if(s){var g=s.toGlobalCoord(s.dataToCoord(0));p[d.onZero]=Math.max(Math.min(g,p[1]),p[0])}a.position=["y"===c?p[d[u]]:h[0],"x"===c?p[d[u]]:h[3]],a.rotation=Math.PI/2*("x"===c?0:1);var v={top:-1,bottom:1,left:-1,right:1};a.labelDirection=a.tickDirection=a.nameDirection=v[l],a.labelOffset=s?p[d[l]]-p[d.onZero]:0,t.get("axisTick.inside")&&(a.tickDirection=-a.tickDirection),r.retrieve(n.labelInside,t.get("axisLabel.inside"))&&(a.labelDirection=-a.labelDirection);var m=t.get("axisLabel.rotate");return a.labelRotate="top"===u?-m:m,a.z2=1,a}t.layout=i},"01ed":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306");n("5aa9"),n("af24"),r.extendComponentView({type:"grid",render:function(e,t){this.group.removeAll(),e.get("show")&&this.group.add(new o.Rect({shape:e.coordinateSystem.getRect(),style:i.defaults({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))}}),r.registerPreprocessor((function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})}))},"01ef":function(e,t){function n(e,t,n){var r=e.target,i=r.position;i[0]+=t,i[1]+=n,r.dirty()}function r(e,t,n,r){var i=e.target,o=e.zoomLimit,a=i.position,s=i.scale,l=e.zoom=e.zoom||1;if(l*=t,o){var u=o.min||0,c=o.max||1/0;l=Math.max(Math.min(c,l),u)}var A=l/e.zoom;e.zoom=l,a[0]-=(n-a[0])*(A-1),a[1]-=(r-a[1])*(A-1),s[0]*=A,s[1]*=A,i.dirty()}t.updateViewOnPan=n,t.updateViewOnZoom=r},"0352":function(e,t,n){var r=n("6cb7"),i=n("b12f"),o=n("0f99"),a=o.detectSourceFormat,s=n("93d0"),l=s.SERIES_LAYOUT_BY_COLUMN;r.extend({type:"dataset",defaultOption:{seriesLayoutBy:l,sourceHeader:null,dimensions:null,source:null},optionUpdated:function(){a(this)}}),i.extend({type:"dataset"})},"0366":function(e,t,n){var r=n("1c0b");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"03d6":function(e,t,n){var r=n("9c0e"),i=n("6ca1"),o=n("39ad")(!1),a=n("5a94")("IE_PROTO");e.exports=function(e,t){var n,s=i(e),l=0,u=[];for(n in s)n!=a&&r(s,n)&&u.push(n);while(t.length>l)r(s,n=t[l++])&&(~o(u,n)||u.push(n));return u}},"044b":function(e,t){
  2. /*!
  3. * Determine if an object is a Buffer
  4. *
  5. * @author Feross Aboukhadijeh <https://feross.org>
  6. * @license MIT
  7. */
  8. e.exports=function(e){return null!=e&&null!=e.constructor&&"function"===typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}},"04f6":function(e,t){var n=32,r=7;function i(e){var t=0;while(e>=n)t|=1&e,e>>=1;return e+t}function o(e,t,n,r){var i=t+1;if(i===n)return 1;if(r(e[i++],e[t])<0){while(i<n&&r(e[i],e[i-1])<0)i++;a(e,t,i)}else while(i<n&&r(e[i],e[i-1])>=0)i++;return i-t}function a(e,t,n){n--;while(t<n){var r=e[t];e[t++]=e[n],e[n--]=r}}function s(e,t,n,r,i){for(r===t&&r++;r<n;r++){var o,a=e[r],s=t,l=r;while(s<l)o=s+l>>>1,i(a,e[o])<0?l=o:s=o+1;var u=r-s;switch(u){case 3:e[s+3]=e[s+2];case 2:e[s+2]=e[s+1];case 1:e[s+1]=e[s];break;default:while(u>0)e[s+u]=e[s+u-1],u--}e[s]=a}}function l(e,t,n,r,i,o){var a=0,s=0,l=1;if(o(e,t[n+i])>0){s=r-i;while(l<s&&o(e,t[n+i+l])>0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=i,l+=i}else{s=i+1;while(l<s&&o(e,t[n+i-l])<=0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s);var u=a;a=i-l,l=i-u}a++;while(a<l){var c=a+(l-a>>>1);o(e,t[n+c])>0?a=c+1:l=c}return l}function u(e,t,n,r,i,o){var a=0,s=0,l=1;if(o(e,t[n+i])<0){s=i+1;while(l<s&&o(e,t[n+i-l])<0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s);var u=a;a=i-l,l=i-u}else{s=r-i;while(l<s&&o(e,t[n+i+l])>=0)a=l,l=1+(l<<1),l<=0&&(l=s);l>s&&(l=s),a+=i,l+=i}a++;while(a<l){var c=a+(l-a>>>1);o(e,t[n+c])<0?l=c:a=c+1}return l}function c(e,t){var n,i,o=r,a=0,s=0;a=e.length;var c=[];function A(e,t){n[s]=e,i[s]=t,s+=1}function h(){while(s>1){var e=s-2;if(e>=1&&i[e-1]<=i[e]+i[e+1]||e>=2&&i[e-2]<=i[e]+i[e-1])i[e-1]<i[e+1]&&e--;else if(i[e]>i[e+1])break;f(e)}}function d(){while(s>1){var e=s-2;e>0&&i[e-1]<i[e+1]&&e--,f(e)}}function f(r){var o=n[r],a=i[r],c=n[r+1],A=i[r+1];i[r]=a+A,r===s-3&&(n[r+1]=n[r+2],i[r+1]=i[r+2]),s--;var h=u(e[c],e,o,a,0,t);o+=h,a-=h,0!==a&&(A=l(e[o+a-1],e,c,A,A-1,t),0!==A&&(a<=A?p(o,a,c,A):g(o,a,c,A)))}function p(n,i,a,s){var A=0;for(A=0;A<i;A++)c[A]=e[n+A];var h=0,d=a,f=n;if(e[f++]=e[d++],0!==--s)if(1!==i){var p,g,v,m=o;while(1){p=0,g=0,v=!1;do{if(t(e[d],c[h])<0){if(e[f++]=e[d++],g++,p=0,0===--s){v=!0;break}}else if(e[f++]=c[h++],p++,g=0,1===--i){v=!0;break}}while((p|g)<m);if(v)break;do{if(p=u(e[d],c,h,i,0,t),0!==p){for(A=0;A<p;A++)e[f+A]=c[h+A];if(f+=p,h+=p,i-=p,i<=1){v=!0;break}}if(e[f++]=e[d++],0===--s){v=!0;break}if(g=l(c[h],e,d,s,0,t),0!==g){for(A=0;A<g;A++)e[f+A]=e[d+A];if(f+=g,d+=g,s-=g,0===s){v=!0;break}}if(e[f++]=c[h++],1===--i){v=!0;break}m--}while(p>=r||g>=r);if(v)break;m<0&&(m=0),m+=2}if(o=m,o<1&&(o=1),1===i){for(A=0;A<s;A++)e[f+A]=e[d+A];e[f+s]=c[h]}else{if(0===i)throw new Error;for(A=0;A<i;A++)e[f+A]=c[h+A]}}else{for(A=0;A<s;A++)e[f+A]=e[d+A];e[f+s]=c[h]}else for(A=0;A<i;A++)e[f+A]=c[h+A]}function g(n,i,a,s){var A=0;for(A=0;A<s;A++)c[A]=e[a+A];var h=n+i-1,d=s-1,f=a+s-1,p=0,g=0;if(e[f--]=e[h--],0!==--i)if(1!==s){var v=o;while(1){var m=0,y=0,x=!1;do{if(t(c[d],e[h])<0){if(e[f--]=e[h--],m++,y=0,0===--i){x=!0;break}}else if(e[f--]=c[d--],y++,m=0,1===--s){x=!0;break}}while((m|y)<v);if(x)break;do{if(m=i-u(c[d],e,n,i,i-1,t),0!==m){for(f-=m,h-=m,i-=m,g=f+1,p=h+1,A=m-1;A>=0;A--)e[g+A]=e[p+A];if(0===i){x=!0;break}}if(e[f--]=c[d--],1===--s){x=!0;break}if(y=s-l(e[h],c,0,s,s-1,t),0!==y){for(f-=y,d-=y,s-=y,g=f+1,p=d+1,A=0;A<y;A++)e[g+A]=c[p+A];if(s<=1){x=!0;break}}if(e[f--]=e[h--],0===--i){x=!0;break}v--}while(m>=r||y>=r);if(x)break;v<0&&(v=0),v+=2}if(o=v,o<1&&(o=1),1===s){for(f-=i,h-=i,g=f+1,p=h+1,A=i-1;A>=0;A--)e[g+A]=e[p+A];e[f]=c[d]}else{if(0===s)throw new Error;for(p=f-(s-1),A=0;A<s;A++)e[p+A]=c[A]}}else{for(f-=i,h-=i,g=f+1,p=h+1,A=i-1;A>=0;A--)e[g+A]=e[p+A];e[f]=c[d]}else for(p=f-(s-1),A=0;A<s;A++)e[p+A]=c[A]}n=[],i=[],this.mergeRuns=h,this.forceMergeRuns=d,this.pushRun=A}function A(e,t,r,a){r||(r=0),a||(a=e.length);var l=a-r;if(!(l<2)){var u=0;if(l<n)return u=o(e,r,a,t),void s(e,r,a,r+u,t);var A=new c(e,t),h=i(l);do{if(u=o(e,r,a,t),u<h){var d=l;d>h&&(d=h),s(e,r,r+d,r+u,t),u=d}A.pushRun(r,u),A.mergeRuns(),l-=u,r+=u}while(0!==l);A.forceMergeRuns()}}e.exports=A},"051b":function(e,t,n){var r=n("1a14"),i=n("10db");e.exports=n("0bad")?function(e,t,n){return r.f(e,t,i(1,n))}:function(e,t,n){return e[t]=n,e}},"057f":function(e,t,n){var r=n("fc6a"),i=n("241c").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return i(e)}catch(t){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==o.call(e)?s(e):i(r(e))}},"05f5":function(e,t,n){var r=n("7a41"),i=n("ef08").document,o=r(i)&&r(i.createElement);e.exports=function(e){return o?i.createElement(e):{}}},"0655":function(e,t,n){var r=n("8728"),i=1e-8;function o(e,t){return Math.abs(e-t)<i}function a(e,t,n){var i=0,a=e[0];if(!a)return!1;for(var s=1;s<e.length;s++){var l=e[s];i+=r(a[0],a[1],l[0],l[1],t,n),a=l}var u=e[0];return o(a[0],u[0])&&o(a[1],u[1])||(i+=r(a[0],a[1],u[0],u[1],t,n)),0!==i}t.contain=a},"0676":function(e,t){function n(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}e.exports=n,e.exports["default"]=e.exports,e.exports.__esModule=!0},"06ad":function(e,t,n){var r=n("4436"),i=n("41ef"),o=n("6d8b"),a=o.isArrayLike,s=Array.prototype.slice;function l(e,t){return e[t]}function u(e,t,n){e[t]=n}function c(e,t,n){return(t-e)*n+e}function A(e,t,n){return n>.5?t:e}function h(e,t,n,r,i){var o=e.length;if(1===i)for(var a=0;a<o;a++)r[a]=c(e[a],t[a],n);else{var s=o&&e[0].length;for(a=0;a<o;a++)for(var l=0;l<s;l++)r[a][l]=c(e[a][l],t[a][l],n)}}function d(e,t,n){var r=e.length,i=t.length;if(r!==i){var o=r>i;if(o)e.length=i;else for(var a=r;a<i;a++)e.push(1===n?t[a]:s.call(t[a]))}var l=e[0]&&e[0].length;for(a=0;a<e.length;a++)if(1===n)isNaN(e[a])&&(e[a]=t[a]);else for(var u=0;u<l;u++)isNaN(e[a][u])&&(e[a][u]=t[a][u])}function f(e,t,n){if(e===t)return!0;var r=e.length;if(r!==t.length)return!1;if(1===n){for(var i=0;i<r;i++)if(e[i]!==t[i])return!1}else{var o=e[0].length;for(i=0;i<r;i++)for(var a=0;a<o;a++)if(e[i][a]!==t[i][a])return!1}return!0}function p(e,t,n,r,i,o,a,s,l){var u=e.length;if(1===l)for(var c=0;c<u;c++)s[c]=g(e[c],t[c],n[c],r[c],i,o,a);else{var A=e[0].length;for(c=0;c<u;c++)for(var h=0;h<A;h++)s[c][h]=g(e[c][h],t[c][h],n[c][h],r[c][h],i,o,a)}}function g(e,t,n,r,i,o,a){var s=.5*(n-e),l=.5*(r-t);return(2*(t-n)+s+l)*a+(-3*(t-n)-2*s-l)*o+s*i+t}function v(e){if(a(e)){var t=e.length;if(a(e[0])){for(var n=[],r=0;r<t;r++)n.push(s.call(e[r]));return n}return s.call(e)}return e}function m(e){return e[0]=Math.floor(e[0]),e[1]=Math.floor(e[1]),e[2]=Math.floor(e[2]),"rgba("+e.join(",")+")"}function y(e){var t=e[e.length-1].value;return a(t&&t[0])?2:1}function x(e,t,n,o,s,l){var u=e._getter,v=e._setter,x="spline"===t,w=o.length;if(w){var _,b=o[0].value,B=a(b),C=!1,S=!1,E=B?y(o):0;o.sort((function(e,t){return e.time-t.time})),_=o[w-1].time;for(var M=[],I=[],T=o[0].value,D=!0,F=0;F<w;F++){M.push(o[F].time/_);var Q=o[F].value;if(B&&f(Q,T,E)||!B&&Q===T||(D=!1),T=Q,"string"===typeof Q){var L=i.parse(Q);L?(Q=L,C=!0):S=!0}I.push(Q)}if(l||!D){var U=I[w-1];for(F=0;F<w-1;F++)B?d(I[F],U,E):!isNaN(I[F])||isNaN(U)||S||C||(I[F]=U);B&&d(u(e._target,s),U,E);var O,N,k,P,H,R,z=0,V=0;if(C)var K=[0,0,0,0];var G=function(e,t){var n;if(t<0)n=0;else if(t<V){for(O=Math.min(z+1,w-1),n=O;n>=0;n--)if(M[n]<=t)break;n=Math.min(n,w-2)}else{for(n=z;n<w;n++)if(M[n]>t)break;n=Math.min(n-1,w-2)}z=n,V=t;var r=M[n+1]-M[n];if(0!==r)if(N=(t-M[n])/r,x)if(P=I[n],k=I[0===n?n:n-1],H=I[n>w-2?w-1:n+1],R=I[n>w-3?w-1:n+2],B)p(k,P,H,R,N,N*N,N*N*N,u(e,s),E);else{if(C)i=p(k,P,H,R,N,N*N,N*N*N,K,1),i=m(K);else{if(S)return A(P,H,N);i=g(k,P,H,R,N,N*N,N*N*N)}v(e,s,i)}else if(B)h(I[n],I[n+1],N,u(e,s),E);else{var i;if(C)h(I[n],I[n+1],N,K,1),i=m(K);else{if(S)return A(I[n],I[n+1],N);i=c(I[n],I[n+1],N)}v(e,s,i)}},j=new r({target:e._target,life:_,loop:e._loop,delay:e._delay,onframe:G,ondestroy:n});return t&&"spline"!==t&&(j.easing=t),j}}}var w=function(e,t,n,r){this._tracks={},this._target=e,this._loop=t||!1,this._getter=n||l,this._setter=r||u,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};w.prototype={when:function(e,t){var n=this._tracks;for(var r in t)if(t.hasOwnProperty(r)){if(!n[r]){n[r]=[];var i=this._getter(this._target,r);if(null==i)continue;0!==e&&n[r].push({time:0,value:v(i)})}n[r].push({time:e,value:t[r]})}return this},during:function(e){return this._onframeList.push(e),this},pause:function(){for(var e=0;e<this._clipList.length;e++)this._clipList[e].pause();this._paused=!0},resume:function(){for(var e=0;e<this._clipList.length;e++)this._clipList[e].resume();this._paused=!1},isPaused:function(){return!!this._paused},_doneCallback:function(){this._tracks={},this._clipList.length=0;for(var e=this._doneList,t=e.length,n=0;n<t;n++)e[n].call(this)},start:function(e,t){var n,r=this,i=0,o=function(){i--,i||r._doneCallback()};for(var a in this._tracks)if(this._tracks.hasOwnProperty(a)){var s=x(this,e,o,this._tracks[a],a,t);s&&(this._clipList.push(s),i++,this.animation&&this.animation.addClip(s),n=s)}if(n){var l=n.onframe;n.onframe=function(e,t){l(e,t);for(var n=0;n<r._onframeList.length;n++)r._onframeList[n](e,t)}}return i||this._doneCallback(),this},stop:function(e){for(var t=this._clipList,n=this.animation,r=0;r<t.length;r++){var i=t[r];e&&i.onframe(this._target,1),n&&n.removeClip(i)}t.length=0},delay:function(e){return this._delay=e,this},done:function(e){return e&&this._doneList.push(e),this},getClips:function(){return this._clipList}};var _=w;e.exports=_},"06c5":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("fb6a"),n("d3b7"),n("b0c0"),n("a630"),n("3ca3");var r=n("6b75");function i(e,t){if(e){if("string"===typeof e)return Object(r["a"])(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Object(r["a"])(e,t):void 0}}},"06c7":function(e,t,n){var r=n("6d8b"),i=n("31d9"),o=n("6179"),a=n("b1d4"),s=function(e,t){this.name=e||"",this.depth=0,this.height=0,this.parentNode=null,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.hostTree=t};function l(e){this.root,this.data,this._nodes=[],this.hostModel=e}function u(e,t){var n=t.children;e.parentNode!==t&&(n.push(e),e.parentNode=t)}s.prototype={constructor:s,isRemoved:function(){return this.dataIndex<0},eachNode:function(e,t,n){"function"===typeof e&&(n=t,t=e,e=null),e=e||{},r.isString(e)&&(e={order:e});var i,o=e.order||"preorder",a=this[e.attr||"children"];"preorder"===o&&(i=t.call(n,this));for(var s=0;!i&&s<a.length;s++)a[s].eachNode(e,t,n);"postorder"===o&&t.call(n,this)},updateDepthAndHeight:function(e){var t=0;this.depth=e;for(var n=0;n<this.children.length;n++){var r=this.children[n];r.updateDepthAndHeight(e+1),r.height>t&&(t=r.height)}this.height=t+1},getNodeById:function(e){if(this.getId()===e)return this;for(var t=0,n=this.children,r=n.length;t<r;t++){var i=n[t].getNodeById(e);if(i)return i}},contains:function(e){if(e===this)return!0;for(var t=0,n=this.children,r=n.length;t<r;t++){var i=n[t].contains(e);if(i)return i}},getAncestors:function(e){var t=[],n=e?this:this.parentNode;while(n)t.push(n),n=n.parentNode;return t.reverse(),t},getValue:function(e){var t=this.hostTree.data;return t.get(t.getDimension(e||"value"),this.dataIndex)},setLayout:function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,e,t)},getLayout:function(){return this.hostTree.data.getItemLayout(this.dataIndex)},getModel:function(e){if(!(this.dataIndex<0)){var t=this.hostTree,n=t.data.getItemModel(this.dataIndex);return n.getModel(e)}},setVisual:function(e,t){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,e,t)},getVisual:function(e,t){return this.hostTree.data.getItemVisual(this.dataIndex,e,t)},getRawIndex:function(){return this.hostTree.data.getRawIndex(this.dataIndex)},getId:function(){return this.hostTree.data.getId(this.dataIndex)},isAncestorOf:function(e){var t=e.parentNode;while(t){if(t===this)return!0;t=t.parentNode}return!1},isDescendantOf:function(e){return e!==this&&e.isAncestorOf(this)}},l.prototype={constructor:l,type:"tree",eachNode:function(e,t,n){this.root.eachNode(e,t,n)},getNodeByDataIndex:function(e){var t=this.data.getRawIndex(e);return this._nodes[t]},getNodeByName:function(e){return this.root.getNodeByName(e)},update:function(){for(var e=this.data,t=this._nodes,n=0,r=t.length;n<r;n++)t[n].dataIndex=-1;for(n=0,r=e.count();n<r;n++)t[e.getRawIndex(n)].dataIndex=n},clearLayouts:function(){this.data.clearItemLayouts()}},l.createTree=function(e,t,n){var c=new l(t),A=[],h=1;function d(e,t){var n=e.value;h=Math.max(h,r.isArray(n)?n.length:1),A.push(e);var i=new s(e.name,c);t?u(i,t):c.root=i,c._nodes.push(i);var o=e.children;if(o)for(var a=0;a<o.length;a++)d(o[a],i)}d(e),c.root.updateDepthAndHeight(0);var f=a(A,{coordDimensions:["value"],dimensionsCount:h}),p=new o(f,t);return p.initData(A),n&&n(p),i({mainData:p,struct:c,structAttr:"tree"}),c.update(),c};var c=l;e.exports=c},"06cf":function(e,t,n){var r=n("83ab"),i=n("d1e7"),o=n("5c6c"),a=n("fc6a"),s=n("c04e"),l=n("5135"),u=n("0cfb"),c=Object.getOwnPropertyDescriptor;t.f=r?c:function(e,t){if(e=a(e),t=s(t,!0),u)try{return c(e,t)}catch(n){}if(l(e,t))return o(!i.f.call(e,t),e[t])}},"06ea":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("eaea"),a=n("5f14"),s=n("60e3"),l=n("3842"),u=l.reformIntervals,c=o.extend({type:"visualMap.piecewise",defaultOption:{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieceList:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0,showLabel:null},optionUpdated:function(e,t){c.superApply(this,"optionUpdated",arguments),this._pieceList=[],this.resetExtent();var n=this._mode=this._determineMode();A[this._mode].call(this),this._resetSelected(e,t);var r=this.option.categories;this.resetVisual((function(e,t){"categories"===n?(e.mappingMethod="category",e.categories=i.clone(r)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=i.map(this._pieceList,(function(e){e=i.clone(e);return"inRange"!==t&&(e.visual=null),e})))}))},completeVisualOption:function(){var e=this.option,t={},n=a.listVisualTypes(),r=this.isCategory();function l(e,t,n){return e&&e[t]&&(i.isObject(e[t])?e[t].hasOwnProperty(n):e[t]===n)}i.each(e.pieces,(function(e){i.each(n,(function(n){e.hasOwnProperty(n)&&(t[n]=1)}))})),i.each(t,(function(t,n){var o=0;i.each(this.stateList,(function(t){o|=l(e,t,n)||l(e.target,t,n)}),this),!o&&i.each(this.stateList,(function(t){(e[t]||(e[t]={}))[n]=s.get(n,"inRange"===t?"active":"inactive",r)}))}),this),o.prototype.completeVisualOption.apply(this,arguments)},_resetSelected:function(e,t){var n=this.option,r=this._pieceList,o=(t?n:e).selected||{};if(n.selected=o,i.each(r,(function(e,t){var n=this.getSelectedMapKey(e);o.hasOwnProperty(n)||(o[n]=!0)}),this),"single"===n.selectedMode){var a=!1;i.each(r,(function(e,t){var n=this.getSelectedMapKey(e);o[n]&&(a?o[n]=!1:a=!0)}),this)}},getSelectedMapKey:function(e){return"categories"===this._mode?e.value+"":e.index+""},getPieceList:function(){return this._pieceList},_determineMode:function(){var e=this.option;return e.pieces&&e.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},setSelected:function(e){this.option.selected=i.clone(e)},getValueState:function(e){var t=a.findPieceIndex(e,this._pieceList);return null!=t&&this.option.selected[this.getSelectedMapKey(this._pieceList[t])]?"inRange":"outOfRange"},findTargetDataIndices:function(e){var t=[];return this.eachTargetSeries((function(n){var r=[],i=n.getData();i.each(this.getDataDimension(i),(function(t,n){var i=a.findPieceIndex(t,this._pieceList);i===e&&r.push(n)}),this),t.push({seriesId:n.id,dataIndex:r})}),this),t},getRepresentValue:function(e){var t;if(this.isCategory())t=e.value;else if(null!=e.value)t=e.value;else{var n=e.interval||[];t=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return t},getVisualMeta:function(e){if(!this.isCategory()){var t=[],n=[],r=this,o=this._pieceList.slice();if(o.length){var a=o[0].interval[0];a!==-1/0&&o.unshift({interval:[-1/0,a]}),a=o[o.length-1].interval[1],a!==1/0&&o.push({interval:[a,1/0]})}else o.push({interval:[-1/0,1/0]});var s=-1/0;return i.each(o,(function(e){var t=e.interval;t&&(t[0]>s&&l([s,t[0]],"outOfRange"),l(t.slice()),s=t[1])}),this),{stops:t,outerColors:n}}function l(i,o){var a=r.getRepresentValue({interval:i});o||(o=r.getValueState(a));var s=e(a,o);i[0]===-1/0?n[0]=s:i[1]===1/0?n[1]=s:t.push({value:i[0],color:s},{value:i[1],color:s})}}}),A={splitNumber:function(){var e=this.option,t=this._pieceList,n=Math.min(e.precision,20),r=this.getExtent(),o=e.splitNumber;o=Math.max(parseInt(o,10),1),e.splitNumber=o;var a=(r[1]-r[0])/o;while(+a.toFixed(n)!==a&&n<5)n++;e.precision=n,a=+a.toFixed(n),e.minOpen&&t.push({interval:[-1/0,r[0]],close:[0,0]});for(var s=0,l=r[0];s<o;l+=a,s++){var c=s===o-1?r[1]:l+a;t.push({interval:[l,c],close:[1,1]})}e.maxOpen&&t.push({interval:[r[1],1/0],close:[0,0]}),u(t),i.each(t,(function(e,t){e.index=t,e.text=this.formatValueText(e.interval)}),this)},categories:function(){var e=this.option;i.each(e.categories,(function(e){this._pieceList.push({text:this.formatValueText(e,!0),value:e})}),this),h(e,this._pieceList)},pieces:function(){var e=this.option,t=this._pieceList;i.each(e.pieces,(function(e,n){i.isObject(e)||(e={value:e});var r={text:"",index:n};if(null!=e.label&&(r.text=e.label),e.hasOwnProperty("value")){var o=r.value=e.value;r.interval=[o,o],r.close=[1,1]}else{for(var s=r.interval=[],l=r.close=[0,0],u=[1,0,1],c=[-1/0,1/0],A=[],h=0;h<2;h++){for(var d=[["gte","gt","min"],["lte","lt","max"]][h],f=0;f<3&&null==s[h];f++)s[h]=e[d[f]],l[h]=u[f],A[h]=2===f;null==s[h]&&(s[h]=c[h])}A[0]&&s[1]===1/0&&(l[0]=0),A[1]&&s[0]===-1/0&&(l[1]=0),s[0]===s[1]&&l[0]&&l[1]&&(r.value=s[0])}r.visual=a.retrieveVisuals(e),t.push(r)}),this),h(e,t),u(t),i.each(t,(function(e){var t=e.close,n=[["<","≤"][t[1]],[">","≥"][t[0]]];e.text=e.text||this.formatValueText(null!=e.value?e.value:e.interval,!1,n)}),this)}};function h(e,t){var n=e.inverse;("vertical"===e.orient?!n:n)&&t.reverse()}var d=c;e.exports=d},"072d":function(e,t,n){"use strict";var r=n("0bad"),i=n("9876"),o=n("fed5"),a=n("1917"),s=n("0983"),l=n("9fbb"),u=Object.assign;e.exports=!u||n("4b8b")((function(){var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=u({},e)[n]||Object.keys(u({},t)).join("")!=r}))?function(e,t){var n=s(e),u=arguments.length,c=1,A=o.f,h=a.f;while(u>c){var d,f=l(arguments[c++]),p=A?i(f).concat(A(f)):i(f),g=p.length,v=0;while(g>v)d=p[v++],r&&!h.call(f,d)||(n[d]=f[d])}return n}:u},"07d7":function(e,t,n){var r=n("6d8b"),i=n("41ef"),o=n("607d"),a=n("65ed"),s=n("22d1"),l=n("eda2"),u=r.each,c=l.toCamelCase,A=["","-webkit-","-moz-","-o-"],h="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;";function d(e){var t="cubic-bezier(0.23, 1, 0.32, 1)",n="left "+e+"s "+t+",top "+e+"s "+t;return r.map(A,(function(e){return e+"transition:"+n})).join(";")}function f(e){var t=[],n=e.get("fontSize"),r=e.getTextColor();r&&t.push("color:"+r),t.push("font:"+e.getFont());var i=e.get("lineHeight");null==i&&(i=Math.round(3*n/2)),n&&t.push("line-height:"+i+"px");var o=e.get("textShadowColor"),a=e.get("textShadowBlur")||0,s=e.get("textShadowOffsetX")||0,l=e.get("textShadowOffsetY")||0;return a&&t.push("text-shadow:"+s+"px "+l+"px "+a+"px "+o),u(["decoration","align"],(function(n){var r=e.get(n);r&&t.push("text-"+n+":"+r)})),t.join(";")}function p(e){var t=[],n=e.get("transitionDuration"),r=e.get("backgroundColor"),o=e.getModel("textStyle"),a=e.get("padding");return n&&t.push(d(n)),r&&(s.canvasSupported?t.push("background-Color:"+r):(t.push("background-Color:#"+i.toHex(r)),t.push("filter:alpha(opacity=70)"))),u(["width","color","radius"],(function(n){var r="border-"+n,i=c(r),o=e.get(i);null!=o&&t.push(r+":"+o+("color"===n?"":"px"))})),t.push(f(o)),null!=a&&t.push("padding:"+l.normalizeCssArray(a).join("px ")+"px"),t.join(";")+";"}function g(e,t,n,r,i){var o=t&&t.painter;if(n){var s=o&&o.getViewportRoot();s&&a.transformLocalCoord(e,s,document.body,r,i)}else{e[0]=r,e[1]=i;var l=o&&o.getViewportRootOffset();l&&(e[0]+=l.offsetLeft,e[1]+=l.offsetTop)}e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}function v(e,t,n){if(s.wxa)return null;var r=document.createElement("div");r.domBelongToZr=!0,this.el=r;var i=this._zr=t.getZr(),a=this._appendToBody=n&&n.appendToBody;this._styleCoord=[0,0,0,0],g(this._styleCoord,i,a,t.getWidth()/2,t.getHeight()/2),a?document.body.appendChild(r):e.appendChild(r),this._container=e,this._show=!1,this._hideTimeout;var l=this;r.onmouseenter=function(){l._enterable&&(clearTimeout(l._hideTimeout),l._show=!0),l._inContent=!0},r.onmousemove=function(e){if(e=e||window.event,!l._enterable){var t=i.handler,n=i.painter.getViewportRoot();o.normalizeEvent(n,e,!0),t.dispatch("mousemove",e)}},r.onmouseleave=function(){l._enterable&&l._show&&l.hideLater(l._hideDelay),l._inContent=!1}}v.prototype={constructor:v,_enterable:!0,update:function(e){var t=this._container,n=t.currentStyle||document.defaultView.getComputedStyle(t),r=t.style;"absolute"!==r.position&&"absolute"!==n.position&&(r.position="relative");var i=e.get("alwaysShowContent");i&&this._moveTooltipIfResized()},_moveTooltipIfResized:function(){var e=this._styleCoord[2],t=this._styleCoord[3],n=e*this._zr.getWidth(),r=t*this._zr.getHeight();this.moveTo(n,r)},show:function(e){clearTimeout(this._hideTimeout);var t=this.el,n=this._styleCoord;t.style.cssText=h+p(e)+";left:"+n[0]+"px;top:"+n[1]+"px;"+(e.get("extraCssText")||""),t.style.display=t.innerHTML?"block":"none",t.style.pointerEvents=this._enterable?"auto":"none",this._show=!0},setContent:function(e){this.el.innerHTML=null==e?"":e},setEnterable:function(e){this._enterable=e},getSize:function(){var e=this.el;return[e.clientWidth,e.clientHeight]},moveTo:function(e,t){var n=this._styleCoord;g(n,this._zr,this._appendToBody,e,t);var r=this.el.style;r.left=n[0]+"px",r.top=n[1]+"px"},hide:function(){this.el.style.display="none",this._show=!1},hideLater:function(e){!this._show||this._inContent&&this._enterable||(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout(r.bind(this.hide,this),e)):this.hide())},isShow:function(){return this._show},dispose:function(){this.el.parentNode.removeChild(this.el)},getOuterSize:function(){var e=this.el.clientWidth,t=this.el.clientHeight;if(document.defaultView&&document.defaultView.getComputedStyle){var n=document.defaultView.getComputedStyle(this.el);n&&(e+=parseInt(n.borderLeftWidth,10)+parseInt(n.borderRightWidth,10),t+=parseInt(n.borderTopWidth,10)+parseInt(n.borderBottomWidth,10))}return{width:e,height:t}}};var m=v;e.exports=m},"07e6":function(e,t,n){n("4d85"),n("a753")},"0817":function(e,t,n){var r=n("3eba");n("f306"),n("0046"),n("60d7");var i=n("ab71");r.registerVisual(i)},"085d":function(e,t,n){var r=n("3eba");n("bd92"),n("19e2");var i=n("eabf"),o=n("4c99"),a=n("09b1");r.registerPreprocessor(i),r.registerVisual(o),r.registerLayout(a)},"08c3":function(e,t,n){var r=n("6d8b"),i=n("84ce"),o=function(e,t,n,r){i.call(this,e,t,n),this.type=r||"value",this.model=null};o.prototype={constructor:o,getLabelModel:function(){return this.model.getModel("label")},isHorizontal:function(){return"horizontal"===this.model.get("orient")}},r.inherits(o,i);var a=o;e.exports=a},"0983":function(e,t,n){var r=n("c901");e.exports=function(e){return Object(r(e))}},"09b1":function(e,t,n){var r=n("2306"),i=r.subPixelOptimize,o=n("cccd"),a=n("3842"),s=a.parsePercent,l=n("6d8b"),u=l.retrieve2,c="undefined"!==typeof Float32Array?Float32Array:Array,A={seriesType:"candlestick",plan:o(),reset:function(e){var t=e.coordinateSystem,n=e.getData(),r=d(e,n),o=0,a=1,s=["x","y"],l=n.mapDimension(s[o]),u=n.mapDimension(s[a],!0),A=u[0],f=u[1],p=u[2],g=u[3];if(n.setLayout({candleWidth:r,isSimpleBox:r<=1.3}),!(null==l||u.length<4))return{progress:e.pipelineContext.large?m:v};function v(e,n){var s;while(null!=(s=e.next())){var u=n.get(l,s),c=n.get(A,s),d=n.get(f,s),v=n.get(p,s),m=n.get(g,s),y=Math.min(c,d),x=Math.max(c,d),w=S(y,u),_=S(x,u),b=S(v,u),B=S(m,u),C=[];E(C,_,0),E(C,w,1),C.push(I(B),I(_),I(b),I(w)),n.setItemLayout(s,{sign:h(n,s,c,d,f),initBaseline:c>d?_[a]:w[a],ends:C,brushRect:M(v,m,u)})}function S(e,n){var r=[];return r[o]=n,r[a]=e,isNaN(n)||isNaN(e)?[NaN,NaN]:t.dataToPoint(r)}function E(e,t,n){var a=t.slice(),s=t.slice();a[o]=i(a[o]+r/2,1,!1),s[o]=i(s[o]-r/2,1,!0),n?e.push(a,s):e.push(s,a)}function M(e,t,n){var i=S(e,n),s=S(t,n);return i[o]-=r/2,s[o]-=r/2,{x:i[0],y:i[1],width:a?r:s[0]-i[0],height:a?s[1]-i[1]:r}}function I(e){return e[o]=i(e[o],1),e}}function m(e,n){var r,i,s=new c(4*e.count),u=0,d=[],v=[];while(null!=(i=e.next())){var m=n.get(l,i),y=n.get(A,i),x=n.get(f,i),w=n.get(p,i),_=n.get(g,i);isNaN(m)||isNaN(w)||isNaN(_)?(s[u++]=NaN,u+=3):(s[u++]=h(n,i,y,x,f),d[o]=m,d[a]=w,r=t.dataToPoint(d,null,v),s[u++]=r?r[0]:NaN,s[u++]=r?r[1]:NaN,d[a]=_,r=t.dataToPoint(d,null,v),s[u++]=r?r[1]:NaN)}n.setLayout("largePoints",s)}}};function h(e,t,n,r,i){var o;return o=n>r?-1:n<r?1:t>0?e.get(i,t-1)<=r?1:-1:1,o}function d(e,t){var n,r=e.getBaseAxis(),i="category"===r.type?r.getBandWidth():(n=r.getExtent(),Math.abs(n[1]-n[0])/t.count()),o=s(u(e.get("barMaxWidth"),i),i),a=s(u(e.get("barMinWidth"),1),i),l=e.get("barWidth");return null!=l?s(l,i):Math.max(Math.min(i/2,o),a)}e.exports=A},"0a06":function(e,t,n){"use strict";var r=n("2444"),i=n("c532"),o=n("f6b4"),a=n("5270");function s(e){this.defaults=e,this.interceptors={request:new o,response:new o}}s.prototype.request=function(e){"string"===typeof e&&(e=i.merge({url:arguments[0]},arguments[1])),e=i.merge(r,{method:"get"},this.defaults,e),e.method=e.method.toLowerCase();var t=[a,void 0],n=Promise.resolve(e);this.interceptors.request.forEach((function(e){t.unshift(e.fulfilled,e.rejected)})),this.interceptors.response.forEach((function(e){t.push(e.fulfilled,e.rejected)}));while(t.length)n=n.then(t.shift(),t.shift());return n},i.forEach(["delete","get","head","options"],(function(e){s.prototype[e]=function(t,n){return this.request(i.merge(n||{},{method:e,url:t}))}})),i.forEach(["post","put","patch"],(function(e){s.prototype[e]=function(t,n,r){return this.request(i.merge(r||{},{method:e,url:t,data:n}))}})),e.exports=s},"0a6d":function(e,t,n){n("e4d1"),n("7f72")},"0ae2":function(e,t,n){var r=n("9876"),i=n("fed5"),o=n("1917");e.exports=function(e){var t=r(e),n=i.f;if(n){var a,s=n(e),l=o.f,u=0;while(s.length>u)l.call(e,a=s[u++])&&t.push(a)}return t}},"0b44":function(e,t,n){var r=n("607d"),i=function(){this._track=[]};function o(e){var t=e[1][0]-e[0][0],n=e[1][1]-e[0][1];return Math.sqrt(t*t+n*n)}function a(e){return[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]}i.prototype={constructor:i,recognize:function(e,t,n){return this._doTrack(e,t,n),this._recognize(e)},clear:function(){return this._track.length=0,this},_doTrack:function(e,t,n){var i=e.touches;if(i){for(var o={points:[],touches:[],target:t,event:e},a=0,s=i.length;a<s;a++){var l=i[a],u=r.clientToLocal(n,l,{});o.points.push([u.zrX,u.zrY]),o.touches.push(l)}this._track.push(o)}},_recognize:function(e){for(var t in s)if(s.hasOwnProperty(t)){var n=s[t](this._track,e);if(n)return n}}};var s={pinch:function(e,t){var n=e.length;if(n){var r=(e[n-1]||{}).points,i=(e[n-2]||{}).points||r;if(i&&i.length>1&&r&&r.length>1){var s=o(r)/o(i);!isFinite(s)&&(s=1),t.pinchScale=s;var l=a(r);return t.pinchX=l[0],t.pinchY=l[1],{type:"pinch",target:e[0].target,event:t}}}}},l=i;e.exports=l},"0b4b":function(e,t,n){n("d28f"),n("f14c"),n("0ee7"),n("ebf9")},"0b99":function(e,t,n){"use strict";var r=n("19fa")(!0);n("393a")(String,"String",(function(e){this._t=String(e),this._i=0}),(function(){var e,t=this._t,n=this._i;return n>=t.length?{value:void 0,done:!0}:(e=r(t,n),this._i+=e.length,{value:e,done:!1})}))},"0bad":function(e,t,n){e.exports=!n("4b8b")((function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}))},"0c12":function(e,t){function n(){}function r(e,t,n,r){for(var i=0,o=t.length,a=0,s=0;i<o;i++){var l=t[i];if(l.removed){for(u=[],c=s;c<s+l.count;c++)u.push(c);l.indices=u,s+=l.count}else{for(var u=[],c=a;c<a+l.count;c++)u.push(c);l.indices=u,a+=l.count,l.added||(s+=l.count)}}return t}function i(e){return{newPos:e.newPos,components:e.components.slice(0)}}n.prototype={diff:function(e,t,n){n||(n=function(e,t){return e===t}),this.equals=n;var o=this;e=e.slice(),t=t.slice();var a=t.length,s=e.length,l=1,u=a+s,c=[{newPos:-1,components:[]}],A=this.extractCommon(c[0],t,e,0);if(c[0].newPos+1>=a&&A+1>=s){for(var h=[],d=0;d<t.length;d++)h.push(d);return[{indices:h,count:t.length}]}function f(){for(var n=-1*l;n<=l;n+=2){var u,A=c[n-1],h=c[n+1],d=(h?h.newPos:0)-n;A&&(c[n-1]=void 0);var f=A&&A.newPos+1<a,p=h&&0<=d&&d<s;if(f||p){if(!f||p&&A.newPos<h.newPos?(u=i(h),o.pushComponent(u.components,void 0,!0)):(u=A,u.newPos++,o.pushComponent(u.components,!0,void 0)),d=o.extractCommon(u,t,e,n),u.newPos+1>=a&&d+1>=s)return r(o,u.components,t,e);c[n]=u}else c[n]=void 0}l++}while(l<=u){var p=f();if(p)return p}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){var i=t.length,o=n.length,a=e.newPos,s=a-r,l=0;while(a+1<i&&s+1<o&&this.equals(t[a+1],n[s+1]))a++,s++,l++;return l&&e.components.push({count:l}),e.newPos=a,s},tokenize:function(e){return e.slice()},join:function(e){return e.slice()}};var o=new n;function a(e,t,n){return o.diff(e,t,n)}e.exports=a},"0c37":function(e,t,n){var r=n("6d8b"),i="--\x3e",o=function(e){return e.get("autoCurveness")||null},a=function(e,t){var n=o(e),i=20,a=[];if("number"===typeof n)i=n;else if(r.isArray(n))return void(e.__curvenessList=n);t>i&&(i=t);var s=i%2?i+2:i+3;a=[];for(var l=0;l<s;l++)a.push((l%2?l+1:l)/10*(l%2?-1:1));e.__curvenessList=a},s=function(e,t,n){var r=[e.id,e.dataIndex].join("."),o=[t.id,t.dataIndex].join(".");return[n.uid,r,o].join(i)},l=function(e){var t=e.split(i);return[t[0],t[2],t[1]].join(i)},u=function(e,t){var n=s(e.node1,e.node2,t);return t.__edgeMap[n]},c=function(e,t){var n=A(s(e.node1,e.node2,t),t),r=A(s(e.node2,e.node1,t),t);return n+r},A=function(e,t){var n=t.__edgeMap;return n[e]?n[e].length:0};function h(e){o(e)&&(e.__curvenessList=[],e.__edgeMap={},a(e))}function d(e,t,n,r){if(o(n)){var i=s(e,t,n),a=n.__edgeMap,u=a[l(i)];a[i]&&!u?a[i].isForward=!0:u&&a[i]&&(u.isForward=!0,a[i].isForward=!1),a[i]=a[i]||[],a[i].push(r)}}function f(e,t,n,i){var h=o(t),d=r.isArray(h);if(!h)return null;var f=u(e,t);if(!f)return null;for(var p=-1,g=0;g<f.length;g++)if(f[g]===n){p=g;break}var v=c(e,t);a(t,v),e.lineStyle=e.lineStyle||{};var m=s(e.node1,e.node2,t),y=t.__curvenessList,x=d||v%2?0:1;if(f.isForward)return y[x+p];var w=l(m),_=A(w,t),b=y[p+_+x];return i?d?h&&0===h[0]?(_+x)%2?b:-b:((_%2?0:1)+x)%2?b:-b:(_+x)%2?b:-b:y[p+_+x]}t.initCurvenessList=h,t.createEdgeMapForCurveness=d,t.getCurvenessForEdge=f},"0c41":function(e,t,n){var r=n("6d8b"),i=n("4a01"),o=n("01ef"),a=n("c526"),s=a.onIrrelevantElement,l=n("2306"),u=n("5b87"),c=n("8918"),A=c.getUID,h=n("0cde");function d(e){var t=e.getItemStyle(),n=e.get("areaColor");return null!=n&&(t.fill=n),t}function f(e,t,n,i,o){n.off("click"),n.off("mousedown"),t.get("selectedMode")&&(n.on("mousedown",(function(){e._mouseDownFlag=!0})),n.on("click",(function(a){if(e._mouseDownFlag){e._mouseDownFlag=!1;var s=a.target;while(!s.__regions)s=s.parent;if(s){var l={type:("geo"===t.mainType?"geo":"map")+"ToggleSelect",batch:r.map(s.__regions,(function(e){return{name:e.name,from:o.uid}}))};l[t.mainType+"Id"]=t.id,i.dispatchAction(l),p(t,n)}}})))}function p(e,t){t.eachChild((function(t){r.each(t.__regions,(function(n){t.trigger(e.isSelected(n.name)?"emphasis":"normal")}))}))}function g(e,t){var n=new l.Group;this.uid=A("ec_map_draw"),this._controller=new i(e.getZr()),this._controllerHost={target:t?n:null},this.group=n,this._updateGroup=t,this._mouseDownFlag,this._mapName,this._initialized,n.add(this._regionsGroup=new l.Group),n.add(this._backgroundGroup=new l.Group)}g.prototype={constructor:g,draw:function(e,t,n,i,o){var a="geo"===e.mainType,s=e.getData&&e.getData();a&&t.eachComponent({mainType:"series",subType:"map"},(function(t){s||t.getHostGeoModel()!==e||(s=t.getData())}));var u=e.coordinateSystem;this._updateBackground(u);var c,A=this._regionsGroup,g=this.group,v=u.getTransformInfo(),m=!A.childAt(0)||o;if(m)g.transform=v.roamTransform,g.decomposeTransform(),g.dirty();else{var y=new h;y.transform=v.roamTransform,y.decomposeTransform();var x={scale:y.scale,position:y.position};c=y.scale,l.updateProps(g,x,e)}var w=v.rawScale,_=v.rawPosition;A.removeAll();var b=["itemStyle"],B=["emphasis","itemStyle"],C=["label"],S=["emphasis","label"],E=r.createHashMap();r.each(u.regions,(function(t){var n=E.get(t.name)||E.set(t.name,new l.Group),i=new l.CompoundPath({segmentIgnoreThreshold:1,shape:{paths:[]}});n.add(i);var o,u=e.getRegionModel(t.name)||e,h=u.getModel(b),f=u.getModel(B),p=d(h),v=d(f),y=u.getModel(C),x=u.getModel(S);if(s){o=s.indexOfName(t.name);var M=s.getItemVisual(o,"color",!0);M&&(p.fill=M)}var I=function(e){return[e[0]*w[0]+_[0],e[1]*w[1]+_[1]]};r.each(t.geometries,(function(e){if("polygon"===e.type){for(var t=[],n=0;n<e.exterior.length;++n)t.push(I(e.exterior[n]));i.shape.paths.push(new l.Polygon({segmentIgnoreThreshold:1,shape:{points:t}}));for(n=0;n<(e.interiors?e.interiors.length:0);++n){for(var r=e.interiors[n],o=(t=[],0);o<r.length;++o)t.push(I(r[o]));i.shape.paths.push(new l.Polygon({segmentIgnoreThreshold:1,shape:{points:t}}))}}})),i.setStyle(p),i.style.strokeNoScale=!0,i.culling=!0;var T=y.get("show"),D=x.get("show"),F=s&&isNaN(s.get(s.mapDimension("value"),o)),Q=s&&s.getItemLayout(o);if(a||F&&(T||D)||Q&&Q.showLabel){var L,U=a?t.name:o;(!s||o>=0)&&(L=e);var O=new l.Text({position:I(t.center.slice()),scale:[1/g.scale[0],1/g.scale[1]],z2:10,silent:!0});if(l.setLabelStyle(O.style,O.hoverStyle={},y,x,{labelFetcher:L,labelDataIndex:U,defaultText:t.name,useInsideStyle:!1},{textAlign:"center",textVerticalAlign:"middle"}),!m){var N=[1/c[0],1/c[1]];l.updateProps(O,{scale:N},e)}n.add(O)}if(s)s.setItemGraphicEl(o,n);else{u=e.getRegionModel(t.name);i.eventData={componentType:"geo",componentIndex:e.componentIndex,geoIndex:e.componentIndex,name:t.name,region:u&&u.option||{}}}var k=n.__regions||(n.__regions=[]);k.push(t),n.highDownSilentOnTouch=!!e.get("selectedMode"),l.setHoverStyle(n,v),A.add(n)})),this._updateController(e,t,n),f(this,e,A,n,i),p(e,A)},remove:function(){this._regionsGroup.removeAll(),this._backgroundGroup.removeAll(),this._controller.dispose(),this._mapName&&u.removeGraphic(this._mapName,this.uid),this._mapName=null,this._controllerHost={}},_updateBackground:function(e){var t=e.map;this._mapName!==t&&r.each(u.makeGraphic(t,this.uid),(function(e){this._backgroundGroup.add(e)}),this),this._mapName=t},_updateController:function(e,t,n){var i=e.coordinateSystem,a=this._controller,l=this._controllerHost;l.zoomLimit=e.get("scaleLimit"),l.zoom=i.getZoom(),a.enable(e.get("roam")||!1);var u=e.mainType;function c(){var t={type:"geoRoam",componentType:u};return t[u+"Id"]=e.id,t}a.off("pan").on("pan",(function(e){this._mouseDownFlag=!1,o.updateViewOnPan(l,e.dx,e.dy),n.dispatchAction(r.extend(c(),{dx:e.dx,dy:e.dy}))}),this),a.off("zoom").on("zoom",(function(e){if(this._mouseDownFlag=!1,o.updateViewOnZoom(l,e.scale,e.originX,e.originY),n.dispatchAction(r.extend(c(),{zoom:e.scale,originX:e.originX,originY:e.originY})),this._updateGroup){var t=this.group.scale;this._regionsGroup.traverse((function(e){"text"===e.type&&e.attr("scale",[1/t[0],1/t[1]])}))}}),this),a.setPointerChecker((function(t,r,o){return i.getViewRectAfterRoam().contain(r,o)&&!s(t,n,e)}))}};var v=g;e.exports=v},"0ccb":function(e,t,n){var r=n("50c4"),i=n("1148"),o=n("1d80"),a=Math.ceil,s=function(e){return function(t,n,s){var l,u,c=String(o(t)),A=c.length,h=void 0===s?" ":String(s),d=r(n);return d<=A||""==h?c:(l=d-A,u=i.call(h,a(l/h.length)),u.length>l&&(u=u.slice(0,l)),e?c+u:u+c)}};e.exports={start:s(!1),end:s(!0)}},"0cde":function(e,t,n){var r=n("1687"),i=n("401b"),o=r.identity,a=5e-5;function s(e){return e>a||e<-a}var l=function(e){e=e||{},e.position||(this.position=[0,0]),null==e.rotation&&(this.rotation=0),e.scale||(this.scale=[1,1]),this.origin=this.origin||null},u=l.prototype;u.transform=null,u.needLocalTransform=function(){return s(this.rotation)||s(this.position[0])||s(this.position[1])||s(this.scale[0]-1)||s(this.scale[1]-1)};var c=[];u.updateTransform=function(){var e=this.parent,t=e&&e.transform,n=this.needLocalTransform(),i=this.transform;if(n||t){i=i||r.create(),n?this.getLocalTransform(i):o(i),t&&(n?r.mul(i,e.transform,i):r.copy(i,e.transform)),this.transform=i;var a=this.globalScaleRatio;if(null!=a&&1!==a){this.getGlobalScale(c);var s=c[0]<0?-1:1,l=c[1]<0?-1:1,u=((c[0]-s)*a+s)/c[0]||0,A=((c[1]-l)*a+l)/c[1]||0;i[0]*=u,i[1]*=u,i[2]*=A,i[3]*=A}this.invTransform=this.invTransform||r.create(),r.invert(this.invTransform,i)}else i&&o(i)},u.getLocalTransform=function(e){return l.getLocalTransform(this,e)},u.setTransform=function(e){var t=this.transform,n=e.dpr||1;t?e.setTransform(n*t[0],n*t[1],n*t[2],n*t[3],n*t[4],n*t[5]):e.setTransform(n,0,0,n,0,0)},u.restoreTransform=function(e){var t=e.dpr||1;e.setTransform(t,0,0,t,0,0)};var A=[],h=r.create();u.setLocalTransform=function(e){if(e){var t=e[0]*e[0]+e[1]*e[1],n=e[2]*e[2]+e[3]*e[3],r=this.position,i=this.scale;s(t-1)&&(t=Math.sqrt(t)),s(n-1)&&(n=Math.sqrt(n)),e[0]<0&&(t=-t),e[3]<0&&(n=-n),r[0]=e[4],r[1]=e[5],i[0]=t,i[1]=n,this.rotation=Math.atan2(-e[1]/n,e[0]/t)}},u.decomposeTransform=function(){if(this.transform){var e=this.parent,t=this.transform;e&&e.transform&&(r.mul(A,e.invTransform,t),t=A);var n=this.origin;n&&(n[0]||n[1])&&(h[4]=n[0],h[5]=n[1],r.mul(A,t,h),A[4]-=n[0],A[5]-=n[1],t=A),this.setLocalTransform(t)}},u.getGlobalScale=function(e){var t=this.transform;return e=e||[],t?(e[0]=Math.sqrt(t[0]*t[0]+t[1]*t[1]),e[1]=Math.sqrt(t[2]*t[2]+t[3]*t[3]),t[0]<0&&(e[0]=-e[0]),t[3]<0&&(e[1]=-e[1]),e):(e[0]=1,e[1]=1,e)},u.transformCoordToLocal=function(e,t){var n=[e,t],r=this.invTransform;return r&&i.applyTransform(n,n,r),n},u.transformCoordToGlobal=function(e,t){var n=[e,t],r=this.transform;return r&&i.applyTransform(n,n,r),n},l.getLocalTransform=function(e,t){t=t||[],o(t);var n=e.origin,i=e.scale||[1,1],a=e.rotation||0,s=e.position||[0,0];return n&&(t[4]-=n[0],t[5]-=n[1]),r.scale(t,t,i),a&&r.rotate(t,t,a),n&&(t[4]+=n[0],t[5]+=n[1]),t[4]+=s[0],t[5]+=s[1],t};var d=l;e.exports=d},"0cfb":function(e,t,n){var r=n("83ab"),i=n("d039"),o=n("cc12");e.exports=!r&&!i((function(){return 7!=Object.defineProperty(o("div"),"a",{get:function(){return 7}}).a}))},"0da8":function(e,t,n){var r=n("19eb"),i=n("9850"),o=n("6d8b"),a=n("5e76");function s(e){r.call(this,e)}s.prototype={constructor:s,type:"image",brush:function(e,t){var n=this.style,r=n.image;n.bind(e,this,t);var i=this._image=a.createOrUpdateImage(r,this._image,this,this.onload);if(i&&a.isImageReady(i)){var o=n.x||0,s=n.y||0,l=n.width,u=n.height,c=i.width/i.height;if(null==l&&null!=u?l=u*c:null==u&&null!=l?u=l/c:null==l&&null==u&&(l=i.width,u=i.height),this.setTransform(e),n.sWidth&&n.sHeight){var A=n.sx||0,h=n.sy||0;e.drawImage(i,A,h,n.sWidth,n.sHeight,o,s,l,u)}else if(n.sx&&n.sy){A=n.sx,h=n.sy;var d=l-A,f=u-h;e.drawImage(i,A,h,d,f,o,s,l,u)}else e.drawImage(i,o,s,l,u);null!=n.text&&(this.restoreTransform(e),this.drawRectText(e,this.getBoundingRect()))}},getBoundingRect:function(){var e=this.style;return this._rect||(this._rect=new i(e.x||0,e.y||0,e.width||0,e.height||0)),this._rect}},o.inherits(s,r);var l=s;e.exports=l},"0df6":function(e,t,n){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}},"0e0f":function(e,t,n){var r=n("5f14"),i=n("6d8b");function o(e,t){e.eachSeriesByType("sankey",(function(e){var t=e.getGraph(),n=t.nodes;if(n.length){var o=1/0,a=-1/0;i.each(n,(function(e){var t=e.getLayout().value;t<o&&(o=t),t>a&&(a=t)})),i.each(n,(function(t){var n=new r({type:"color",mappingMethod:"linear",dataExtent:[o,a],visual:e.get("color")}),i=n.mapValueToVisual(t.getLayout().value),s=t.getModel().get("itemStyle.color");null!=s?t.setVisual("color",s):t.setVisual("color",i)}))}}))}e.exports=o},"0e15":function(e,t,n){var r=n("597f");e.exports=function(e,t,n){return void 0===n?r(e,t,!1):r(e,n,!1!==t)}},"0ee7":function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("f934"),a=n("5e97"),s=i.Group,l=["width","height"],u=["x","y"],c=a.extend({type:"legend.scroll",newlineDisabled:!0,init:function(){c.superCall(this,"init"),this._currentIndex=0,this.group.add(this._containerGroup=new s),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new s),this._showController},resetInner:function(){c.superCall(this,"resetInner"),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},renderInner:function(e,t,n,o,a,s,l){var u=this;c.superCall(this,"renderInner",e,t,n,o,a,s,l);var A=this._controllerGroup,h=t.get("pageIconSize",!0);r.isArray(h)||(h=[h,h]),f("pagePrev",0);var d=t.getModel("pageTextStyle");function f(e,n){var a=e+"DataIndex",s=i.createIcon(t.get("pageIcons",!0)[t.getOrient().name][n],{onclick:r.bind(u._pageGo,u,a,t,o)},{x:-h[0]/2,y:-h[1]/2,width:h[0],height:h[1]});s.name=e,A.add(s)}A.add(new i.Text({name:"pageText",style:{textFill:d.getTextColor(),font:d.getFont(),textVerticalAlign:"middle",textAlign:"center"},silent:!0})),f("pageNext",1)},layoutInner:function(e,t,n,i,a,s){var c=this.getSelectorGroup(),A=e.getOrient().index,h=l[A],d=u[A],f=l[1-A],p=u[1-A];a&&o.box("horizontal",c,e.get("selectorItemGap",!0));var g=e.get("selectorButtonGap",!0),v=c.getBoundingRect(),m=[-v.x,-v.y],y=r.clone(n);a&&(y[h]=n[h]-v[h]-g);var x=this._layoutContentAndController(e,i,y,A,h,f,p);if(a){if("end"===s)m[A]+=x[h]+g;else{var w=v[h]+g;m[A]-=w,x[d]-=w}x[h]+=v[h]+g,m[1-A]+=x[p]+x[f]/2-v[f]/2,x[f]=Math.max(x[f],v[f]),x[p]=Math.min(x[p],v[p]+m[1-A]),c.attr("position",m)}return x},_layoutContentAndController:function(e,t,n,a,s,l,u){var c=this.getContentGroup(),A=this._containerGroup,h=this._controllerGroup;o.box(e.get("orient"),c,e.get("itemGap"),a?n.width:null,a?null:n.height),o.box("horizontal",h,e.get("pageButtonItemGap",!0));var d=c.getBoundingRect(),f=h.getBoundingRect(),p=this._showController=d[s]>n[s],g=[-d.x,-d.y];t||(g[a]=c.position[a]);var v=[0,0],m=[-f.x,-f.y],y=r.retrieve2(e.get("pageButtonGap",!0),e.get("itemGap",!0));if(p){var x=e.get("pageButtonPosition",!0);"end"===x?m[a]+=n[s]-f[s]:v[a]+=f[s]+y}m[1-a]+=d[l]/2-f[l]/2,c.attr("position",g),A.attr("position",v),h.attr("position",m);var w={x:0,y:0};if(w[s]=p?n[s]:d[s],w[l]=Math.max(d[l],f[l]),w[u]=Math.min(0,f[u]+m[1-a]),A.__rectSize=n[s],p){var _={x:0,y:0};_[s]=Math.max(n[s]-f[s]-y,0),_[l]=w[l],A.setClipPath(new i.Rect({shape:_})),A.__rectSize=_[s]}else h.eachChild((function(e){e.attr({invisible:!0,silent:!0})}));var b=this._getPageInfo(e);return null!=b.pageIndex&&i.updateProps(c,{position:b.contentPosition},!!p&&e),this._updatePageInfoView(e,b),w},_pageGo:function(e,t,n){var r=this._getPageInfo(t)[e];null!=r&&n.dispatchAction({type:"legendScroll",scrollDataIndex:r,legendId:t.id})},_updatePageInfoView:function(e,t){var n=this._controllerGroup;r.each(["pagePrev","pageNext"],(function(r){var i=null!=t[r+"DataIndex"],o=n.childOfName(r);o&&(o.setStyle("fill",i?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),o.cursor=i?"pointer":"default")}));var i=n.childOfName("pageText"),o=e.get("pageFormatter"),a=t.pageIndex,s=null!=a?a+1:0,l=t.pageCount;i&&o&&i.setStyle("text",r.isString(o)?o.replace("{current}",s).replace("{total}",l):o({current:s,total:l}))},_getPageInfo:function(e){var t=e.get("scrollDataIndex",!0),n=this.getContentGroup(),r=this._containerGroup.__rectSize,i=e.getOrient().index,o=l[i],a=u[i],s=this._findTargetItemIndex(t),c=n.children(),A=c[s],h=c.length,d=h?1:0,f={contentPosition:n.position.slice(),pageCount:d,pageIndex:d-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!A)return f;var p=x(A);f.contentPosition[i]=-p.s;for(var g=s+1,v=p,m=p,y=null;g<=h;++g)y=x(c[g]),(!y&&m.e>v.s+r||y&&!w(y,v.s))&&(v=m.i>v.i?m:y,v&&(null==f.pageNextDataIndex&&(f.pageNextDataIndex=v.i),++f.pageCount)),m=y;for(g=s-1,v=p,m=p,y=null;g>=-1;--g)y=x(c[g]),y&&w(m,y.s)||!(v.i<m.i)||(m=v,null==f.pagePrevDataIndex&&(f.pagePrevDataIndex=v.i),++f.pageCount,++f.pageIndex),v=y;return f;function x(e){if(e){var t=e.getBoundingRect(),n=t[a]+e.position[i];return{s:n,e:n+t[o],i:e.__legendDataIndex}}}function w(e,t){return e.e>=t&&e.s<=t+r}},_findTargetItemIndex:function(e){if(!this._showController)return 0;var t,n,r=this.getContentGroup();return r.eachChild((function(r,i){var o=r.__legendDataIndex;null==n&&null!=o&&(n=i),o===e&&(t=i)})),null!=t?t:n}}),A=c;e.exports=A},"0f55":function(e,t,n){var r=n("6d8b"),i=n("84ce"),o=function(e,t,n,r,o){i.call(this,e,t,n),this.type=r||"value",this.axisIndex=o};o.prototype={constructor:o,model:null,isHorizontal:function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")}},r.inherits(o,i);var a=o;e.exports=a},"0f99":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("e0d3")),o=i.makeInner,a=i.getDataItemValue,s=n("6d8b"),l=s.createHashMap,u=s.each,c=s.map,A=s.isArray,h=s.isString,d=s.isObject,f=s.isTypedArray,p=s.isArrayLike,g=s.extend,v=(s.assert,n("ec6f")),m=n("93d0"),y=m.SOURCE_FORMAT_ORIGINAL,x=m.SOURCE_FORMAT_ARRAY_ROWS,w=m.SOURCE_FORMAT_OBJECT_ROWS,_=m.SOURCE_FORMAT_KEYED_COLUMNS,b=m.SOURCE_FORMAT_UNKNOWN,B=m.SOURCE_FORMAT_TYPED_ARRAY,C=m.SERIES_LAYOUT_BY_ROW,S={Must:1,Might:2,Not:3},E=o();function M(e){var t=e.option.source,n=b;if(f(t))n=B;else if(A(t)){0===t.length&&(n=x);for(var r=0,i=t.length;r<i;r++){var o=t[r];if(null!=o){if(A(o)){n=x;break}if(d(o)){n=w;break}}}}else if(d(t)){for(var a in t)if(t.hasOwnProperty(a)&&p(t[a])){n=_;break}}else if(null!=t)throw new Error("Invalid data");E(e).sourceFormat=n}function I(e){return E(e).source}function T(e){E(e).datasetMap=l()}function D(e){var t=e.option,n=t.data,r=f(n)?B:y,i=!1,o=t.seriesLayoutBy,a=t.sourceHeader,s=t.dimensions,l=k(e);if(l){var u=l.option;n=u.source,r=E(l).sourceFormat,i=!0,o=o||u.seriesLayoutBy,null==a&&(a=u.sourceHeader),s=s||u.dimensions}var c=F(n,r,o,a,s);E(e).source=new v({data:n,fromDataset:i,seriesLayoutBy:o,sourceFormat:r,dimensionsDefine:c.dimensionsDefine,startIndex:c.startIndex,dimensionsDetectCount:c.dimensionsDetectCount,encodeDefine:t.encode})}function F(e,t,n,r,i){if(!e)return{dimensionsDefine:Q(i)};var o,s;if(t===x)"auto"===r||null==r?L((function(e){null!=e&&"-"!==e&&(h(e)?null==s&&(s=1):s=0)}),n,e,10):s=r?1:0,i||1!==s||(i=[],L((function(e,t){i[t]=null!=e?e:""}),n,e)),o=i?i.length:n===C?e.length:e[0]?e[0].length:null;else if(t===w)i||(i=U(e));else if(t===_)i||(i=[],u(e,(function(e,t){i.push(t)})));else if(t===y){var l=a(e[0]);o=A(l)&&l.length||1}return{startIndex:s,dimensionsDefine:Q(i),dimensionsDetectCount:o}}function Q(e){if(e){var t=l();return c(e,(function(e,n){if(e=g({},d(e)?e:{name:e}),null==e.name)return e;e.name+="",null==e.displayName&&(e.displayName=e.name);var r=t.get(e.name);return r?e.name+="-"+r.count++:t.set(e.name,{count:1}),e}))}}function L(e,t,n,r){if(null==r&&(r=1/0),t===C)for(var i=0;i<n.length&&i<r;i++)e(n[i]?n[i][0]:null,i);else{var o=n[0]||[];for(i=0;i<o.length&&i<r;i++)e(o[i],i)}}function U(e){var t,n=0;while(n<e.length&&!(t=e[n++]));if(t){var r=[];return u(t,(function(e,t){r.push(t)})),r}}function O(e,t,n){var r={},i=k(t);if(!i||!e)return r;var o,a,s=[],l=[],c=t.ecModel,A=E(c).datasetMap,h=i.uid+"_"+n.seriesLayoutBy;e=e.slice(),u(e,(function(t,n){!d(t)&&(e[n]={name:t}),"ordinal"===t.type&&null==o&&(o=n,a=g(e[n])),r[t.name]=[]}));var f=A.get(h)||A.set(h,{categoryWayDim:a,valueWayDim:0});function p(e,t,n){for(var r=0;r<n;r++)e.push(t+r)}function g(e){var t=e.dimsDef;return t?t.length:1}return u(e,(function(e,t){var n=e.name,i=g(e);if(null==o){var a=f.valueWayDim;p(r[n],a,i),p(l,a,i),f.valueWayDim+=i}else if(o===t)p(r[n],0,i),p(s,0,i);else{a=f.categoryWayDim;p(r[n],a,i),p(l,a,i),f.categoryWayDim+=i}})),s.length&&(r.itemName=s),l.length&&(r.seriesName=l),r}function N(e,t,n){var r={},i=k(e);if(!i)return r;var o,a=t.sourceFormat,s=t.dimensionsDefine;a!==w&&a!==_||u(s,(function(e,t){"name"===(d(e)?e.name:e)&&(o=t)}));var l=function(){for(var e={},r={},i=[],l=0,u=Math.min(5,n);l<u;l++){var c=H(t.data,a,t.seriesLayoutBy,s,t.startIndex,l);i.push(c);var A=c===S.Not;if(A&&null==e.v&&l!==o&&(e.v=l),(null==e.n||e.n===e.v||!A&&i[e.n]===S.Not)&&(e.n=l),h(e)&&i[e.n]!==S.Not)return e;A||(c===S.Might&&null==r.v&&l!==o&&(r.v=l),null!=r.n&&r.n!==r.v||(r.n=l))}function h(e){return null!=e.v&&null!=e.n}return h(e)?e:h(r)?r:null}();if(l){r.value=l.v;var c=null!=o?o:l.n;r.itemName=[c],r.seriesName=[c]}return r}function k(e){var t=e.option,n=t.data;if(!n)return e.ecModel.getComponent("dataset",t.datasetIndex||0)}function P(e,t){return H(e.data,e.sourceFormat,e.seriesLayoutBy,e.dimensionsDefine,e.startIndex,t)}function H(e,t,n,r,i,o){var s,l,u,c=5;if(f(e))return S.Not;if(r){var p=r[o];d(p)?(l=p.name,u=p.type):h(p)&&(l=p)}if(null!=u)return"ordinal"===u?S.Must:S.Not;if(t===x)if(n===C){for(var g=e[o],v=0;v<(g||[]).length&&v<c;v++)if(null!=(s=E(g[i+v])))return s}else for(v=0;v<e.length&&v<c;v++){var m=e[i+v];if(m&&null!=(s=E(m[o])))return s}else if(t===w){if(!l)return S.Not;for(v=0;v<e.length&&v<c;v++){var b=e[v];if(b&&null!=(s=E(b[l])))return s}}else if(t===_){if(!l)return S.Not;g=e[l];if(!g||f(g))return S.Not;for(v=0;v<g.length&&v<c;v++)if(null!=(s=E(g[v])))return s}else if(t===y)for(v=0;v<e.length&&v<c;v++){b=e[v];var B=a(b);if(!A(B))return S.Not;if(null!=(s=E(B[o])))return s}function E(e){var t=h(e);return null!=e&&isFinite(e)&&""!==e?t?S.Might:S.Not:t&&"-"!==e?S.Must:void 0}return S.Not}t.BE_ORDINAL=S,t.detectSourceFormat=M,t.getSource=I,t.resetSourceDefaulter=T,t.prepareSource=D,t.makeSeriesEncodeForAxisCoordSys=O,t.makeSeriesEncodeForNameBased=N,t.guessOrdinal=P},"0fd3":function(e,t,n){var r=n("2306"),i=n("7e5b"),o=n("6d8b"),a=n("a15a"),s=a.createSymbol,l=n("401b"),u=n("4a3f");function c(e,t,n){r.Group.call(this),this.add(this.createLine(e,t,n)),this._updateEffectSymbol(e,t)}var A=c.prototype;A.createLine=function(e,t,n){return new i(e,t,n)},A._updateEffectSymbol=function(e,t){var n=e.getItemModel(t),r=n.getModel("effect"),i=r.get("symbolSize"),a=r.get("symbol");o.isArray(i)||(i=[i,i]);var l=r.get("color")||e.getItemVisual(t,"color"),u=this.childAt(1);this._symbolType!==a&&(this.remove(u),u=s(a,-.5,-.5,1,1,l),u.z2=100,u.culling=!0,this.add(u)),u&&(u.setStyle("shadowColor",l),u.setStyle(r.getItemStyle(["color"])),u.attr("scale",i),u.setColor(l),u.attr("scale",i),this._symbolType=a,this._symbolScale=i,this._updateEffectAnimation(e,r,t))},A._updateEffectAnimation=function(e,t,n){var r=this.childAt(1);if(r){var i=this,a=e.getItemLayout(n),s=1e3*t.get("period"),l=t.get("loop"),u=t.get("constantSpeed"),c=o.retrieve(t.get("delay"),(function(t){return t/e.count()*s/3})),A="function"===typeof c;if(r.ignore=!0,this.updateAnimationPoints(r,a),u>0&&(s=this.getLineLength(r)/u*1e3),s!==this._period||l!==this._loop){r.stopAnimation();var h=c;A&&(h=c(n)),r.__t>0&&(h=-s*r.__t),r.__t=0;var d=r.animate("",l).when(s,{__t:1}).delay(h).during((function(){i.updateSymbolPosition(r)}));l||d.done((function(){i.remove(r)})),d.start()}this._period=s,this._loop=l}},A.getLineLength=function(e){return l.dist(e.__p1,e.__cp1)+l.dist(e.__cp1,e.__p2)},A.updateAnimationPoints=function(e,t){e.__p1=t[0],e.__p2=t[1],e.__cp1=t[2]||[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]},A.updateData=function(e,t,n){this.childAt(0).updateData(e,t,n),this._updateEffectSymbol(e,t)},A.updateSymbolPosition=function(e){var t=e.__p1,n=e.__p2,r=e.__cp1,i=e.__t,o=e.position,a=[o[0],o[1]],s=u.quadraticAt,c=u.quadraticDerivativeAt;o[0]=s(t[0],r[0],n[0],i),o[1]=s(t[1],r[1],n[1],i);var A=c(t[0],r[0],n[0],i),h=c(t[1],r[1],n[1],i);if(e.rotation=-Math.atan2(h,A)-Math.PI/2,"line"===this._symbolType||"rect"===this._symbolType||"roundRect"===this._symbolType)if(void 0!==e.__lastT&&e.__lastT<e.__t){var d=1.05*l.dist(a,o);e.attr("scale",[e.scale[0],d]),1===i&&(o[0]=a[0]+(o[0]-a[0])/2,o[1]=a[1]+(o[1]-a[1])/2)}else if(1===e.__lastT){d=2*l.dist(t,o);e.attr("scale",[e.scale[0],d])}else e.attr("scale",this._symbolScale);e.__lastT=e.__t,e.ignore=!1},A.updateLayout=function(e,t){this.childAt(0).updateLayout(e,t);var n=e.getItemModel(t).getModel("effect");this._updateEffectAnimation(e,n,t)},o.inherits(c,r.Group);var h=c;e.exports=h},1098:function(e,t,n){"use strict";t.__esModule=!0;var r=n("17ed"),i=l(r),o=n("f893"),a=l(o),s="function"===typeof a.default&&"symbol"===typeof i.default?function(e){return typeof e}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":typeof e};function l(e){return e&&e.__esModule?e:{default:e}}t.default="function"===typeof a.default&&"symbol"===s(i.default)?function(e){return"undefined"===typeof e?"undefined":s(e)}:function(e){return e&&"function"===typeof a.default&&e.constructor===a.default&&e!==a.default.prototype?"symbol":"undefined"===typeof e?"undefined":s(e)}},"10cc":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("9850"),a=n("2b8c"),s=n("a890"),l=n("88b3"),u=n("bd9e"),c=["inBrush","outOfBrush"],A="__ecBrushSelect",h="__ecInBrushSelectEvent",d=r.PRIORITY.VISUAL.BRUSH;function f(e){e.eachComponent({mainType:"brush"},(function(t){var n=t.brushTargetManager=new u(t.option,e);n.setInputRanges(t.areas,e)}))}function p(e,t,n,r,i){if(i){var o=e.getZr();if(!o[h]){o[A]||(o[A]=g);var a=l.createOrUpdate(o,A,n,t);a(e,r)}}}function g(e,t){if(!e.isDisposed()){var n=e.getZr();n[h]=!0,e.dispatchAction({type:"brushSelect",batch:t}),n[h]=!1}}function v(e,t,n,r){for(var i=0,o=t.length;i<o;i++){var a=t[i];if(e[a.brushType](r,n,a.selectors,a))return!0}}function m(e){var t=e.brushSelector;if(i.isString(t)){var n=[];return i.each(s,(function(e,r){n[r]=function(n,r,i,o){var a=r.getItemLayout(n);return e[t](a,i,o)}})),n}if(i.isFunction(t)){var r={};return i.each(s,(function(e,n){r[n]=t})),r}return t}function y(e,t){var n=e.option.seriesIndex;return null!=n&&"all"!==n&&(i.isArray(n)?i.indexOf(n,t)<0:t!==n)}function x(e){var t=e.selectors={};return i.each(s[e.brushType],(function(n,r){t[r]=function(r){return n(r,t,e)}})),e}r.registerLayout(d,(function(e,t,n){e.eachComponent({mainType:"brush"},(function(e){n&&"takeGlobalCursor"===n.type&&e.setBrushOption("brush"===n.key?n.brushOption:{brushType:!1})})),f(e)})),r.registerVisual(d,(function(e,t,n){var r,o,s=[];e.eachComponent({mainType:"brush"},(function(t,n){var l={brushId:t.id,brushIndex:n,brushName:t.name,areas:i.clone(t.areas),selected:[]};s.push(l);var u=t.option,A=u.brushLink,h=[],d=[],f=[],p=0;n||(r=u.throttleType,o=u.throttleDelay);var g=i.map(t.areas,(function(e){return x(i.defaults({boundingRect:w[e.brushType](e)},e))})),_=a.createVisualMappings(t.option,c,(function(e){e.mappingMethod="fixed"}));function b(e){return"all"===A||h[e]}function B(e){return!!e.length}function C(e,t){var n=e.coordinateSystem;p|=n.hasAxisBrushed(),b(t)&&n.eachActiveState(e.getData(),(function(e,t){"active"===e&&(d[t]=1)}))}function S(n,r,o){var a=m(n);if(a&&!y(t,r)&&(i.each(g,(function(r){a[r.brushType]&&t.brushTargetManager.controlSeries(r,n,e)&&o.push(r),p|=B(o)})),b(r)&&B(o))){var s=n.getData();s.each((function(e){v(a,o,s,e)&&(d[e]=1)}))}}i.isArray(A)&&i.each(A,(function(e){h[e]=1})),e.eachSeries((function(e,t){var n=f[t]=[];"parallel"===e.subType?C(e,t,n):S(e,t,n)})),e.eachSeries((function(e,t){var n={seriesId:e.id,seriesIndex:t,seriesName:e.name,dataIndex:[]};l.selected.push(n);var r=m(e),i=f[t],o=e.getData(),s=b(t)?function(e){return d[e]?(n.dataIndex.push(o.getRawIndex(e)),"inBrush"):"outOfBrush"}:function(e){return v(r,i,o,e)?(n.dataIndex.push(o.getRawIndex(e)),"inBrush"):"outOfBrush"};(b(t)?p:B(i))&&a.applyVisual(c,_,o,s)}))})),p(t,r,o,s,n)}));var w={lineX:i.noop,lineY:i.noop,rect:function(e){return _(e.range)},polygon:function(e){for(var t,n=e.range,r=0,i=n.length;r<i;r++){t=t||[[1/0,-1/0],[1/0,-1/0]];var o=n[r];o[0]<t[0][0]&&(t[0][0]=o[0]),o[0]>t[0][1]&&(t[0][1]=o[0]),o[1]<t[1][0]&&(t[1][0]=o[1]),o[1]>t[1][1]&&(t[1][1]=o[1])}return t&&_(t)}};function _(e){return new o(e[0][0],e[1][0],e[0][1]-e[0][0],e[1][1]-e[1][0])}t.layoutCovers=f},"10db":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},1111:function(e,t,n){var r=n("3eba");n("67a8"),n("4784");var i=n("7f96"),o=n("87c3");r.registerVisual(i("effectScatter","circle")),r.registerLayout(o("effectScatter"))},1148:function(e,t,n){"use strict";var r=n("a691"),i=n("1d80");e.exports="".repeat||function(e){var t=String(i(this)),n="",o=r(e);if(o<0||o==1/0)throw RangeError("Wrong number of repetitions");for(;o>0;(o>>>=1)&&(t+=t))1&o&&(n+=t);return n}},"11b0":function(e,t,n){function r(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("a630"),e.exports=r,e.exports["default"]=e.exports,e.exports.__esModule=!0},1276:function(e,t,n){"use strict";var r=n("d784"),i=n("44e7"),o=n("825a"),a=n("1d80"),s=n("4840"),l=n("8aa5"),u=n("50c4"),c=n("14c3"),A=n("9263"),h=n("d039"),d=[].push,f=Math.min,p=4294967295,g=!h((function(){return!RegExp(p,"y")}));r("split",2,(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=String(a(this)),o=void 0===n?p:n>>>0;if(0===o)return[];if(void 0===e)return[r];if(!i(e))return t.call(r,e,o);var s,l,u,c=[],h=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),f=0,g=new RegExp(e.source,h+"g");while(s=A.call(g,r)){if(l=g.lastIndex,l>f&&(c.push(r.slice(f,s.index)),s.length>1&&s.index<r.length&&d.apply(c,s.slice(1)),u=s[0].length,f=l,c.length>=o))break;g.lastIndex===s.index&&g.lastIndex++}return f===r.length?!u&&g.test("")||c.push(""):c.push(r.slice(f)),c.length>o?c.slice(0,o):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:t.call(this,e,n)}:t,[function(t,n){var i=a(this),o=void 0==t?void 0:t[e];return void 0!==o?o.call(t,i,n):r.call(String(i),t,n)},function(e,i){var a=n(r,e,this,i,r!==t);if(a.done)return a.value;var A=o(e),h=String(this),d=s(A,RegExp),v=A.unicode,m=(A.ignoreCase?"i":"")+(A.multiline?"m":"")+(A.unicode?"u":"")+(g?"y":"g"),y=new d(g?A:"^(?:"+A.source+")",m),x=void 0===i?p:i>>>0;if(0===x)return[];if(0===h.length)return null===c(y,h)?[h]:[];var w=0,_=0,b=[];while(_<h.length){y.lastIndex=g?_:0;var B,C=c(y,g?h:h.slice(_));if(null===C||(B=f(u(y.lastIndex+(g?0:_)),h.length))===w)_=l(h,_,v);else{if(b.push(h.slice(w,_)),b.length===x)return b;for(var S=1;S<=C.length-1;S++)if(b.push(C[S]),b.length===x)return b;_=w=B}}return b.push(h.slice(w)),b}]}),!g)},"129f":function(e,t){e.exports=Object.is||function(e,t){return e===t?0!==e||1/e===1/t:e!=e&&t!=t}},"133d":function(e,t,n){var r=n("6d8b"),i=n("e0d3");function o(e,t){var n,o=[],a=e.seriesIndex;if(null==a||!(n=t.getSeriesByIndex(a)))return{point:[]};var s=n.getData(),l=i.queryDataIndex(s,e);if(null==l||l<0||r.isArray(l))return{point:[]};var u=s.getItemGraphicEl(l),c=n.coordinateSystem;if(n.getTooltipPosition)o=n.getTooltipPosition(l)||[];else if(c&&c.dataToPoint)o=c.dataToPoint(s.getValues(r.map(c.dimensions,(function(e){return s.mapDimension(e)})),l,!0))||[];else if(u){var A=u.getBoundingRect().clone();A.applyTransform(u.transform),o=[A.x+A.width/2,A.y+A.height/2]}return{point:o,el:u}}e.exports=o},"13d5":function(e,t,n){"use strict";var r=n("23e7"),i=n("d58f").left,o=n("a640"),a=n("ae40"),s=o("reduce"),l=a("reduce",{1:0});r({target:"Array",proto:!0,forced:!s||!l},{reduce:function(e){return i(this,e,arguments.length,arguments.length>1?arguments[1]:void 0)}})},1418:function(e,t,n){var r=n("6d8b"),i=n("a15a"),o=i.createSymbol,a=n("2306"),s=n("3842"),l=s.parsePercent,u=n("c775"),c=u.getDefaultLabel;function A(e,t,n){a.Group.call(this),this.updateData(e,t,n)}var h=A.prototype,d=A.getSymbolSize=function(e,t){var n=e.getItemVisual(t,"symbolSize");return n instanceof Array?n.slice():[+n,+n]};function f(e){return[e[0]/2,e[1]/2]}function p(e,t){this.parent.drift(e,t)}h._createSymbol=function(e,t,n,r,i){this.removeAll();var a=t.getItemVisual(n,"color"),s=o(e,-1,-1,2,2,a,i);s.attr({z2:100,culling:!0,scale:f(r)}),s.drift=p,this._symbolType=e,this.add(s)},h.stopSymbolAnimation=function(e){this.childAt(0).stopAnimation(e)},h.getSymbolPath=function(){return this.childAt(0)},h.getScale=function(){return this.childAt(0).scale},h.highlight=function(){this.childAt(0).trigger("emphasis")},h.downplay=function(){this.childAt(0).trigger("normal")},h.setZ=function(e,t){var n=this.childAt(0);n.zlevel=e,n.z=t},h.setDraggable=function(e){var t=this.childAt(0);t.draggable=e,t.cursor=e?"move":t.cursor},h.updateData=function(e,t,n){this.silent=!1;var r=e.getItemVisual(t,"symbol")||"circle",i=e.hostModel,o=d(e,t),s=r!==this._symbolType;if(s){var l=e.getItemVisual(t,"symbolKeepAspect");this._createSymbol(r,e,t,o,l)}else{var u=this.childAt(0);u.silent=!1,a.updateProps(u,{scale:f(o)},i,t)}if(this._updateCommon(e,t,o,n),s){u=this.childAt(0);var c=n&&n.fadeIn,A={scale:u.scale.slice()};c&&(A.style={opacity:u.style.opacity}),u.scale=[0,0],c&&(u.style.opacity=0),a.initProps(u,A,i,t)}this._seriesModel=i};var g=["itemStyle"],v=["emphasis","itemStyle"],m=["label"],y=["emphasis","label"];function x(e,t){if(!this.incremental&&!this.useHoverLayer)if("emphasis"===t){var n=this.__symbolOriginalScale,r=n[1]/n[0],i={scale:[Math.max(1.1*n[0],n[0]+3),Math.max(1.1*n[1],n[1]+3*r)]};this.animateTo(i,400,"elasticOut")}else"normal"===t&&this.animateTo({scale:this.__symbolOriginalScale},400,"elasticOut")}h._updateCommon=function(e,t,n,i){var o=this.childAt(0),s=e.hostModel,u=e.getItemVisual(t,"color");"image"!==o.type?o.useStyle({strokeNoScale:!0}):o.setStyle({opacity:1,shadowBlur:null,shadowOffsetX:null,shadowOffsetY:null,shadowColor:null});var A=i&&i.itemStyle,h=i&&i.hoverItemStyle,d=i&&i.symbolOffset,p=i&&i.labelModel,w=i&&i.hoverLabelModel,_=i&&i.hoverAnimation,b=i&&i.cursorStyle;if(!i||e.hasItemOption){var B=i&&i.itemModel?i.itemModel:e.getItemModel(t);A=B.getModel(g).getItemStyle(["color"]),h=B.getModel(v).getItemStyle(),d=B.getShallow("symbolOffset"),p=B.getModel(m),w=B.getModel(y),_=B.getShallow("hoverAnimation"),b=B.getShallow("cursor")}else h=r.extend({},h);var C=o.style,S=e.getItemVisual(t,"symbolRotate");o.attr("rotation",(S||0)*Math.PI/180||0),d&&o.attr("position",[l(d[0],n[0]),l(d[1],n[1])]),b&&o.attr("cursor",b),o.setColor(u,i&&i.symbolInnerColor),o.setStyle(A);var E=e.getItemVisual(t,"opacity");null!=E&&(C.opacity=E);var M=e.getItemVisual(t,"liftZ"),I=o.__z2Origin;null!=M?null==I&&(o.__z2Origin=o.z2,o.z2+=M):null!=I&&(o.z2=I,o.__z2Origin=null);var T=i&&i.useNameLabel;function D(t,n){return T?e.getName(t):c(e,t)}a.setLabelStyle(C,h,p,w,{labelFetcher:s,labelDataIndex:t,defaultText:D,isRectText:!0,autoColor:u}),o.__symbolOriginalScale=f(n),o.hoverStyle=h,o.highDownOnUpdate=_&&s.isAnimationEnabled()?x:null,a.setHoverStyle(o)},h.fadeOut=function(e,t){var n=this.childAt(0);this.silent=n.silent=!0,(!t||!t.keepLabel)&&(n.style.text=null),a.updateProps(n,{style:{opacity:0},scale:[0,0]},this._seriesModel,this.dataIndex,e)},r.inherits(A,a.Group);var w=A;e.exports=w},1466:function(e,t,n){var r=n("3eba"),i=n("2306"),o=n("6d8b"),a=n("a15a");function s(e){return o.isArray(e)||(e=[+e,+e]),e}var l=r.extendChartView({type:"radar",render:function(e,t,n){var r=e.coordinateSystem,l=this.group,u=e.getData(),c=this._data;function A(e,t){var n=e.getItemVisual(t,"symbol")||"circle",r=e.getItemVisual(t,"color");if("none"!==n){var i=s(e.getItemVisual(t,"symbolSize")),o=a.createSymbol(n,-1,-1,2,2,r),l=e.getItemVisual(t,"symbolRotate")||0;return o.attr({style:{strokeNoScale:!0},z2:100,scale:[i[0]/2,i[1]/2],rotation:l*Math.PI/180||0}),o}}function h(t,n,r,o,a,s){r.removeAll();for(var l=0;l<n.length-1;l++){var u=A(o,a);u&&(u.__dimIdx=l,t[l]?(u.attr("position",t[l]),i[s?"initProps":"updateProps"](u,{position:n[l]},e,a)):u.attr("position",n[l]),r.add(u))}}function d(e){return o.map(e,(function(e){return[r.cx,r.cy]}))}u.diff(c).add((function(t){var n=u.getItemLayout(t);if(n){var r=new i.Polygon,o=new i.Polyline,a={shape:{points:n}};r.shape.points=d(n),o.shape.points=d(n),i.initProps(r,a,e,t),i.initProps(o,a,e,t);var s=new i.Group,l=new i.Group;s.add(o),s.add(r),s.add(l),h(o.shape.points,n,l,u,t,!0),u.setItemGraphicEl(t,s)}})).update((function(t,n){var r=c.getItemGraphicEl(n),o=r.childAt(0),a=r.childAt(1),s=r.childAt(2),l={shape:{points:u.getItemLayout(t)}};l.shape.points&&(h(o.shape.points,l.shape.points,s,u,t,!1),i.updateProps(o,l,e),i.updateProps(a,l,e),u.setItemGraphicEl(t,r))})).remove((function(e){l.remove(c.getItemGraphicEl(e))})).execute(),u.eachItemGraphicEl((function(e,t){var n=u.getItemModel(t),r=e.childAt(0),a=e.childAt(1),s=e.childAt(2),c=u.getItemVisual(t,"color");l.add(e),r.useStyle(o.defaults(n.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:c})),r.hoverStyle=n.getModel("emphasis.lineStyle").getLineStyle();var A=n.getModel("areaStyle"),h=n.getModel("emphasis.areaStyle"),d=A.isEmpty()&&A.parentModel.isEmpty(),f=h.isEmpty()&&h.parentModel.isEmpty();f=f&&d,a.ignore=d,a.useStyle(o.defaults(A.getAreaStyle(),{fill:c,opacity:.7})),a.hoverStyle=h.getAreaStyle();var p=n.getModel("itemStyle").getItemStyle(["color"]),g=n.getModel("emphasis.itemStyle").getItemStyle(),v=n.getModel("label"),m=n.getModel("emphasis.label");s.eachChild((function(e){e.setStyle(p),e.hoverStyle=o.clone(g);var n=u.get(u.dimensions[e.__dimIdx],t);(null==n||isNaN(n))&&(n=""),i.setLabelStyle(e.style,e.hoverStyle,v,m,{labelFetcher:u.hostModel,labelDataIndex:t,labelDimIndex:e.__dimIdx,defaultText:n,autoColor:c,isRectText:!0})})),e.highDownOnUpdate=function(e,t){a.attr("ignore","emphasis"===t?f:d)},i.setHoverStyle(e)})),this._data=u},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}});e.exports=l},"14c3":function(e,t,n){var r=n("c6b6"),i=n("9263");e.exports=function(e,t){var n=e.exec;if("function"===typeof n){var o=n.call(e,t);if("object"!==typeof o)throw TypeError("RegExp exec method returned something other than an Object or null");return o}if("RegExp"!==r(e))throw TypeError("RegExp#exec called on incompatible receiver");return i.call(e,t)}},"14d3":function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("fab2"),a=n("6679"),s=["axisLine","axisTickLabel","axisName"],l=["splitLine","splitArea","minorSplitLine"],u=a.extend({type:"radiusAxis",axisPointerClass:"PolarAxisPointer",render:function(e,t){if(this.group.removeAll(),e.get("show")){var n=e.axis,i=n.polar,a=i.getAngleAxis(),u=n.getTicksCoords(),A=n.getMinorTicksCoords(),h=a.getExtent()[0],d=n.getExtent(),f=c(i,e,h),p=new o(e,f);r.each(s,p.add,p),this.group.add(p.getGroup()),r.each(l,(function(t){e.get(t+".show")&&!n.scale.isBlank()&&this["_"+t](e,i,h,d,u,A)}),this)}},_splitLine:function(e,t,n,o,a){var s=e.getModel("splitLine"),l=s.getModel("lineStyle"),u=l.get("color"),c=0;u=u instanceof Array?u:[u];for(var A=[],h=0;h<a.length;h++){var d=c++%u.length;A[d]=A[d]||[],A[d].push(new i.Circle({shape:{cx:t.cx,cy:t.cy,r:a[h].coord}}))}for(h=0;h<A.length;h++)this.group.add(i.mergePath(A[h],{style:r.defaults({stroke:u[h%u.length],fill:null},l.getLineStyle()),silent:!0}))},_minorSplitLine:function(e,t,n,o,a,s){if(s.length){for(var l=e.getModel("minorSplitLine"),u=l.getModel("lineStyle"),c=[],A=0;A<s.length;A++)for(var h=0;h<s[A].length;h++)c.push(new i.Circle({shape:{cx:t.cx,cy:t.cy,r:s[A][h].coord}}));this.group.add(i.mergePath(c,{style:r.defaults({fill:null},u.getLineStyle()),silent:!0}))}},_splitArea:function(e,t,n,o,a){if(a.length){var s=e.getModel("splitArea"),l=s.getModel("areaStyle"),u=l.get("color"),c=0;u=u instanceof Array?u:[u];for(var A=[],h=a[0].coord,d=1;d<a.length;d++){var f=c++%u.length;A[f]=A[f]||[],A[f].push(new i.Sector({shape:{cx:t.cx,cy:t.cy,r0:h,r:a[d].coord,startAngle:0,endAngle:2*Math.PI},silent:!0})),h=a[d].coord}for(d=0;d<A.length;d++)this.group.add(i.mergePath(A[d],{style:r.defaults({fill:u[d%u.length]},l.getAreaStyle()),silent:!0}))}}});function c(e,t,n){return{position:[e.cx,e.cy],rotation:n/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:t.getModel("axisLabel").get("rotate"),z2:1}}e.exports=u},1548:function(e,t,n){var r=n("6d8b"),i=n("3301"),o=n("697e"),a=n("2023"),s=n("4319"),l=n("f934");l.getLayoutRect;t.getLayoutRect=l.getLayoutRect;var u=n("ee1a"),c=u.enableDataStack,A=u.isDimensionStacked,h=u.getStackedDimension,d=n("862d");t.completeDimensions=d;var f=n("b1d4");t.createDimensions=f;var p=n("a15a");function g(e){return i(e.getSource(),e)}t.createSymbol=p.createSymbol;var v={isDimensionStacked:A,enableDataStack:c,getStackedDimension:h};function m(e,t){var n=t;s.isInstance(t)||(n=new s(t),r.mixin(n,a));var i=o.createScaleByModel(n);return i.setExtent(e[0],e[1]),o.niceScaleExtent(i,n),i}function y(e){r.mixin(e,a)}t.createList=g,t.dataStack=v,t.createScale=m,t.mixinAxisModelCommonMethods=y},"159b":function(e,t,n){var r=n("da84"),i=n("fdbc"),o=n("17c2"),a=n("9112");for(var s in i){var l=r[s],u=l&&l.prototype;if(u&&u.forEach!==o)try{a(u,"forEach",o)}catch(c){u.forEach=o}}},"15af":function(e,t,n){var r=n("3eba");n("cb69"),n("abff");var i=n("7f96"),o=n("87c3");n("01ed"),r.registerVisual(i("scatter","circle")),r.registerLayout(o("scatter"))},1609:function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}},1687:function(e,t){var n="undefined"===typeof Float32Array?Array:Float32Array;function r(){var e=new n(6);return i(e),e}function i(e){return e[0]=1,e[1]=0,e[2]=0,e[3]=1,e[4]=0,e[5]=0,e}function o(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4],e[5]=t[5],e}function a(e,t,n){var r=t[0]*n[0]+t[2]*n[1],i=t[1]*n[0]+t[3]*n[1],o=t[0]*n[2]+t[2]*n[3],a=t[1]*n[2]+t[3]*n[3],s=t[0]*n[4]+t[2]*n[5]+t[4],l=t[1]*n[4]+t[3]*n[5]+t[5];return e[0]=r,e[1]=i,e[2]=o,e[3]=a,e[4]=s,e[5]=l,e}function s(e,t,n){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e[4]=t[4]+n[0],e[5]=t[5]+n[1],e}function l(e,t,n){var r=t[0],i=t[2],o=t[4],a=t[1],s=t[3],l=t[5],u=Math.sin(n),c=Math.cos(n);return e[0]=r*c+a*u,e[1]=-r*u+a*c,e[2]=i*c+s*u,e[3]=-i*u+c*s,e[4]=c*o+u*l,e[5]=c*l-u*o,e}function u(e,t,n){var r=n[0],i=n[1];return e[0]=t[0]*r,e[1]=t[1]*i,e[2]=t[2]*r,e[3]=t[3]*i,e[4]=t[4]*r,e[5]=t[5]*i,e}function c(e,t){var n=t[0],r=t[2],i=t[4],o=t[1],a=t[3],s=t[5],l=n*a-o*r;return l?(l=1/l,e[0]=a*l,e[1]=-o*l,e[2]=-r*l,e[3]=n*l,e[4]=(r*s-a*i)*l,e[5]=(o*i-n*s)*l,e):null}function A(e){var t=r();return o(t,e),t}t.create=r,t.identity=i,t.copy=o,t.mul=a,t.translate=s,t.rotate=l,t.scale=u,t.invert=c,t.clone=A},1748:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("71ad"),a=n("4319"),s=n("2023"),l=o.valueAxis;function u(e,t){return i.defaults({show:t},e)}var c=r.extendComponentModel({type:"radar",optionUpdated:function(){var e=this.get("boundaryGap"),t=this.get("splitNumber"),n=this.get("scale"),r=this.get("axisLine"),o=this.get("axisTick"),l=this.get("axisType"),u=this.get("axisLabel"),c=this.get("name"),A=this.get("name.show"),h=this.get("name.formatter"),d=this.get("nameGap"),f=this.get("triggerEvent"),p=i.map(this.get("indicator")||[],(function(p){null!=p.max&&p.max>0&&!p.min?p.min=0:null!=p.min&&p.min<0&&!p.max&&(p.max=0);var g=c;if(null!=p.color&&(g=i.defaults({color:p.color},c)),p=i.merge(i.clone(p),{boundaryGap:e,splitNumber:t,scale:n,axisLine:r,axisTick:o,axisType:l,axisLabel:u,name:p.text,nameLocation:"end",nameGap:d,nameTextStyle:g,triggerEvent:f},!1),A||(p.name=""),"string"===typeof h){var v=p.name;p.name=h.replace("{value}",null!=v?v:"")}else"function"===typeof h&&(p.name=h(p.name,p));var m=i.extend(new a(p,null,this.ecModel),s);return m.mainType="radar",m.componentIndex=this.componentIndex,m}),this);this.getIndicatorModels=function(){return p}},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"75%",startAngle:90,name:{show:!0},boundaryGap:[0,0],splitNumber:5,nameGap:15,scale:!1,shape:"polygon",axisLine:i.merge({lineStyle:{color:"#bbb"}},l.axisLine),axisLabel:u(l.axisLabel,!1),axisTick:u(l.axisTick,!1),axisType:"interval",splitLine:u(l.splitLine,!0),splitArea:u(l.splitArea,!0),indicator:[]}}),A=c;e.exports=A},1792:function(e,t){var n={"南海诸岛":[32,80],"广东":[0,-10],"香港":[10,5],"澳门":[-10,10],"天津":[5,5]};function r(e,t){if("china"===e){var r=n[t.name];if(r){var i=t.center;i[0]+=r[0]/10.5,i[1]+=-r[1]/14}}}e.exports=r},"17b8":function(e,t,n){var r=n("3014"),i=r.extend({type:"series.bar",dependencies:["grid","polar"],brushSelector:"rect",getProgressive:function(){return!!this.get("large")&&this.get("progressive")},getProgressiveThreshold:function(){var e=this.get("progressiveThreshold"),t=this.get("largeThreshold");return t>e&&(e=t),e},defaultOption:{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1}}});e.exports=i},"17c2":function(e,t,n){"use strict";var r=n("b727").forEach,i=n("a640"),o=n("ae40"),a=i("forEach"),s=o("forEach");e.exports=a&&s?[].forEach:function(e){return r(this,e,arguments.length>1?arguments[1]:void 0)}},"17d6":function(e,t,n){var r=n("6d8b"),i=n("22d1"),o=n("e0d3"),a=o.makeInner,s=a(),l=r.each;function u(e,t,n){if(!i.node){var r=t.getZr();s(r).records||(s(r).records={}),c(r,t);var o=s(r).records[e]||(s(r).records[e]={});o.handler=n}}function c(e,t){function n(n,r){e.on(n,(function(n){var i=f(t);l(s(e).records,(function(e){e&&r(e,n,i.dispatchAction)})),A(i.pendings,t)}))}s(e).initialized||(s(e).initialized=!0,n("click",r.curry(d,"click")),n("mousemove",r.curry(d,"mousemove")),n("globalout",h))}function A(e,t){var n,r=e.showTip.length,i=e.hideTip.length;r?n=e.showTip[r-1]:i&&(n=e.hideTip[i-1]),n&&(n.dispatchAction=null,t.dispatchAction(n))}function h(e,t,n){e.handler("leave",null,n)}function d(e,t,n,r){t.handler(e,n,r)}function f(e){var t={showTip:[],hideTip:[]},n=function(r){var i=t[r.type];i?i.push(r):(r.dispatchAction=n,e.dispatchAction(r))};return{dispatchAction:n,pendings:t}}function p(e,t){if(!i.node){var n=t.getZr(),r=(s(n).records||{})[e];r&&(s(n).records[e]=null)}}t.register=u,t.unregister=p},"17ed":function(e,t,n){e.exports={default:n("511f"),__esModule:!0}},1836:function(e,t,n){var r=n("6ca1"),i=n("6438").f,o={}.toString,a="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],s=function(e){try{return i(e)}catch(t){return a.slice()}};e.exports.f=function(e){return a&&"[object Window]"==o.call(e)?s(e):i(r(e))}},"18c0":function(e,t,n){var r=n("6d8b"),i=n("e0d8"),o=n("8e43"),a=i.prototype,s=i.extend({type:"ordinal",init:function(e,t){e&&!r.isArray(e)||(e=new o({categories:e})),this._ordinalMeta=e,this._extent=t||[0,e.categories.length-1]},parse:function(e){return"string"===typeof e?this._ordinalMeta.getOrdinal(e):Math.round(e)},contain:function(e){return e=this.parse(e),a.contain.call(this,e)&&null!=this._ordinalMeta.categories[e]},normalize:function(e){return a.normalize.call(this,this.parse(e))},scale:function(e){return Math.round(a.scale.call(this,e))},getTicks:function(){var e=[],t=this._extent,n=t[0];while(n<=t[1])e.push(n),n++;return e},getLabel:function(e){if(!this.isBlank())return this._ordinalMeta.categories[e]},count:function(){return this._extent[1]-this._extent[0]+1},unionExtentFromData:function(e,t){this.unionExtent(e.getApproximateExtent(t))},getOrdinalMeta:function(){return this._ordinalMeta},niceTicks:r.noop,niceExtent:r.noop});s.create=function(){return new s};var l=s;e.exports=l},1917:function(e,t){t.f={}.propertyIsEnumerable},1953:function(e,t,n){var r=n("2449"),i=r.extend({type:"markLine",defaultOption:{zlevel:0,z:5,symbol:["circle","arrow"],symbolSize:[8,16],precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"}});e.exports=i},"19aa":function(e,t){e.exports=function(e,t,n){if(!(e instanceof t))throw TypeError("Incorrect "+(n?n+" ":"")+"invocation");return e}},"19e2":function(e,t,n){var r=n("6d8b"),i=n("e887"),o=n("2306"),a=n("cbe5"),s=n("b0af"),l=s.createClipPath,u=["itemStyle"],c=["emphasis","itemStyle"],A=["color","color0","borderColor","borderColor0"],h=i.extend({type:"candlestick",render:function(e,t,n){this.group.removeClipPath(),this._updateDrawMode(e),this._isLargeDraw?this._renderLarge(e):this._renderNormal(e)},incrementalPrepareRender:function(e,t,n){this._clear(),this._updateDrawMode(e)},incrementalRender:function(e,t,n,r){this._isLargeDraw?this._incrementalRenderLarge(e,t):this._incrementalRenderNormal(e,t)},_updateDrawMode:function(e){var t=e.pipelineContext.large;(null==this._isLargeDraw||t^this._isLargeDraw)&&(this._isLargeDraw=t,this._clear())},_renderNormal:function(e){var t=e.getData(),n=this._data,r=this.group,i=t.getLayout("isSimpleBox"),a=e.get("clip",!0),s=e.coordinateSystem,l=s.getArea&&s.getArea();this._data||r.removeAll(),t.diff(n).add((function(n){if(t.hasValue(n)){var s,u=t.getItemLayout(n);if(a&&p(l,u))return;s=f(u,n,!0),o.initProps(s,{shape:{points:u.ends}},e,n),g(s,t,n,i),r.add(s),t.setItemGraphicEl(n,s)}})).update((function(s,u){var c=n.getItemGraphicEl(u);if(t.hasValue(s)){var A=t.getItemLayout(s);a&&p(l,A)?r.remove(c):(c?o.updateProps(c,{shape:{points:A.ends}},e,s):c=f(A,s),g(c,t,s,i),r.add(c),t.setItemGraphicEl(s,c))}else r.remove(c)})).remove((function(e){var t=n.getItemGraphicEl(e);t&&r.remove(t)})).execute(),this._data=t},_renderLarge:function(e){this._clear(),y(e,this.group);var t=e.get("clip",!0)?l(e.coordinateSystem,!1,e):null;t?this.group.setClipPath(t):this.group.removeClipPath()},_incrementalRenderNormal:function(e,t){var n,r=t.getData(),i=r.getLayout("isSimpleBox");while(null!=(n=e.next())){var o,a=r.getItemLayout(n);o=f(a,n),g(o,r,n,i),o.incremental=!0,this.group.add(o)}},_incrementalRenderLarge:function(e,t){y(t,this.group,!0)},remove:function(e){this._clear()},_clear:function(){this.group.removeAll(),this._data=null},dispose:r.noop}),d=a.extend({type:"normalCandlestickBox",shape:{},buildPath:function(e,t){var n=t.points;this.__simpleBox?(e.moveTo(n[4][0],n[4][1]),e.lineTo(n[6][0],n[6][1])):(e.moveTo(n[0][0],n[0][1]),e.lineTo(n[1][0],n[1][1]),e.lineTo(n[2][0],n[2][1]),e.lineTo(n[3][0],n[3][1]),e.closePath(),e.moveTo(n[4][0],n[4][1]),e.lineTo(n[5][0],n[5][1]),e.moveTo(n[6][0],n[6][1]),e.lineTo(n[7][0],n[7][1]))}});function f(e,t,n){var r=e.ends;return new d({shape:{points:n?v(r,e):r},z2:100})}function p(e,t){for(var n=!0,r=0;r<t.ends.length;r++)if(e.contain(t.ends[r][0],t.ends[r][1])){n=!1;break}return n}function g(e,t,n,r){var i=t.getItemModel(n),a=i.getModel(u),s=t.getItemVisual(n,"color"),l=t.getItemVisual(n,"borderColor")||s,h=a.getItemStyle(A);e.useStyle(h),e.style.strokeNoScale=!0,e.style.fill=s,e.style.stroke=l,e.__simpleBox=r;var d=i.getModel(c).getItemStyle();o.setHoverStyle(e,d)}function v(e,t){return r.map(e,(function(e){return e=e.slice(),e[1]=t.initBaseline,e}))}var m=a.extend({type:"largeCandlestickBox",shape:{},buildPath:function(e,t){for(var n=t.points,r=0;r<n.length;)if(this.__sign===n[r++]){var i=n[r++];e.moveTo(i,n[r++]),e.lineTo(i,n[r++])}else r+=3}});function y(e,t,n){var r=e.getData(),i=r.getLayout("largePoints"),o=new m({shape:{points:i},__sign:1});t.add(o);var a=new m({shape:{points:i},__sign:-1});t.add(a),x(1,o,e,r),x(-1,a,e,r),n&&(o.incremental=!0,a.incremental=!0)}function x(e,t,n,r){var i=e>0?"P":"N",o=r.getVisual("borderColor"+i)||r.getVisual("color"+i),a=n.getModel(u).getItemStyle(A);t.useStyle(a),t.style.fill=null,t.style.stroke=o}var w=h;e.exports=w},"19eb":function(e,t,n){var r=n("6d8b"),i=n("2b61"),o=n("d5b7"),a=n("9e2e");function s(e){for(var t in e=e||{},o.call(this,e),e)e.hasOwnProperty(t)&&"style"!==t&&(this[t]=e[t]);this.style=new i(e.style,this),this._rect=null,this.__clipPaths=null}s.prototype={constructor:s,type:"displayable",__dirty:!0,invisible:!1,z:0,z2:0,zlevel:0,draggable:!1,dragging:!1,silent:!1,culling:!1,cursor:"pointer",rectHover:!1,progressive:!1,incremental:!1,globalScaleRatio:1,beforeBrush:function(e){},afterBrush:function(e){},brush:function(e,t){},getBoundingRect:function(){},contain:function(e,t){return this.rectContain(e,t)},traverse:function(e,t){e.call(t,this)},rectContain:function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect();return r.contain(n[0],n[1])},dirty:function(){this.__dirty=this.__dirtyText=!0,this._rect=null,this.__zr&&this.__zr.refresh()},animateStyle:function(e){return this.animate("style",e)},attrKV:function(e,t){"style"!==e?o.prototype.attrKV.call(this,e,t):this.style.set(t)},setStyle:function(e,t){return this.style.set(e,t),this.dirty(!1),this},useStyle:function(e){return this.style=new i(e,this),this.dirty(!1),this},calculateTextPosition:null},r.inherits(s,o),r.mixin(s,a);var l=s;e.exports=l},"19fa":function(e,t,n){var r=n("fc5e"),i=n("c901");e.exports=function(e){return function(t,n){var o,a,s=String(i(t)),l=r(n),u=s.length;return l<0||l>=u?e?"":void 0:(o=s.charCodeAt(l),o<55296||o>56319||l+1===u||(a=s.charCodeAt(l+1))<56320||a>57343?e?s.charAt(l):o:e?s.slice(l,l+2):a-56320+(o-55296<<10)+65536)}}},"1a14":function(e,t,n){var r=n("77e9"),i=n("faf5"),o=n("3397"),a=Object.defineProperty;t.f=n("0bad")?Object.defineProperty:function(e,t,n){if(r(e),t=o(t,!0),r(n),i)try{return a(e,t,n)}catch(s){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(e[t]=n.value),e}},"1ab3":function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("e887");function a(e,t,n,r){var i=t.getData(),o=this.dataIndex,a=i.getName(o),l=t.get("selectedOffset");r.dispatchAction({type:"pieToggleSelect",from:e,name:a,seriesId:t.id}),i.each((function(e){s(i.getItemGraphicEl(e),i.getItemLayout(e),t.isSelected(i.getName(e)),l,n)}))}function s(e,t,n,r,i){var o=(t.startAngle+t.endAngle)/2,a=Math.cos(o),s=Math.sin(o),l=n?r:0,u=[a*l,s*l];i?e.animate().when(200,{position:u}).start("bounceOut"):e.attr("position",u)}function l(e,t){i.Group.call(this);var n=new i.Sector({z2:2}),r=new i.Polyline,o=new i.Text;this.add(n),this.add(r),this.add(o),this.updateData(e,t,!0)}var u=l.prototype;u.updateData=function(e,t,n){var o=this.childAt(0),a=this.childAt(1),l=this.childAt(2),u=e.hostModel,c=e.getItemModel(t),A=e.getItemLayout(t),h=r.extend({},A);h.label=null;var d=u.getShallow("animationTypeUpdate");if(n){o.setShape(h);var f=u.getShallow("animationType");"scale"===f?(o.shape.r=A.r0,i.initProps(o,{shape:{r:A.r}},u,t)):(o.shape.endAngle=A.startAngle,i.updateProps(o,{shape:{endAngle:A.endAngle}},u,t))}else"expansion"===d?o.setShape(h):i.updateProps(o,{shape:h},u,t);var p=e.getItemVisual(t,"color");o.useStyle(r.defaults({lineJoin:"bevel",fill:p},c.getModel("itemStyle").getItemStyle())),o.hoverStyle=c.getModel("emphasis.itemStyle").getItemStyle();var g=c.getShallow("cursor");g&&o.attr("cursor",g),s(this,e.getItemLayout(t),u.isSelected(e.getName(t)),u.get("selectedOffset"),u.get("animation"));var v=!n&&"transition"===d;this._updateLabel(e,t,v),this.highDownOnUpdate=u.get("silent")?null:function(e,t){var n=u.isAnimationEnabled()&&c.get("hoverAnimation");"emphasis"===t?(a.ignore=a.hoverIgnore,l.ignore=l.hoverIgnore,n&&(o.stopAnimation(!0),o.animateTo({shape:{r:A.r+u.get("hoverOffset")}},300,"elasticOut"))):(a.ignore=a.normalIgnore,l.ignore=l.normalIgnore,n&&(o.stopAnimation(!0),o.animateTo({shape:{r:A.r}},300,"elasticOut")))},i.setHoverStyle(this)},u._updateLabel=function(e,t,n){var r=this.childAt(1),o=this.childAt(2),a=e.hostModel,s=e.getItemModel(t),l=e.getItemLayout(t),u=l.label,c=e.getItemVisual(t,"color");if(!u||isNaN(u.x)||isNaN(u.y))o.ignore=o.normalIgnore=o.hoverIgnore=r.ignore=r.normalIgnore=r.hoverIgnore=!0;else{var A={points:u.linePoints||[[u.x,u.y],[u.x,u.y],[u.x,u.y]]},h={x:u.x,y:u.y};n?(i.updateProps(r,{shape:A},a,t),i.updateProps(o,{style:h},a,t)):(r.attr({shape:A}),o.attr({style:h})),o.attr({rotation:u.rotation,origin:[u.x,u.y],z2:10});var d=s.getModel("label"),f=s.getModel("emphasis.label"),p=s.getModel("labelLine"),g=s.getModel("emphasis.labelLine");c=e.getItemVisual(t,"color");i.setLabelStyle(o.style,o.hoverStyle={},d,f,{labelFetcher:e.hostModel,labelDataIndex:t,defaultText:u.text,autoColor:c,useInsideStyle:!!u.inside},{textAlign:u.textAlign,textVerticalAlign:u.verticalAlign,opacity:e.getItemVisual(t,"opacity")}),o.ignore=o.normalIgnore=!d.get("show"),o.hoverIgnore=!f.get("show"),r.ignore=r.normalIgnore=!p.get("show"),r.hoverIgnore=!g.get("show"),r.setStyle({stroke:c,opacity:e.getItemVisual(t,"opacity")}),r.setStyle(p.getModel("lineStyle").getLineStyle()),r.hoverStyle=g.getModel("lineStyle").getLineStyle();var v=p.get("smooth");v&&!0===v&&(v=.4),r.setShape({smooth:v})}},r.inherits(l,i.Group);var c=o.extend({type:"pie",init:function(){var e=new i.Group;this._sectorGroup=e},render:function(e,t,n,i){if(!i||i.from!==this.uid){var o=e.getData(),s=this._data,u=this.group,c=t.get("animation"),A=!s,h=e.get("animationType"),d=e.get("animationTypeUpdate"),f=r.curry(a,this.uid,e,c,n),p=e.get("selectedMode");if(o.diff(s).add((function(e){var t=new l(o,e);A&&"scale"!==h&&t.eachChild((function(e){e.stopAnimation(!0)})),p&&t.on("click",f),o.setItemGraphicEl(e,t),u.add(t)})).update((function(e,t){var n=s.getItemGraphicEl(t);A||"transition"===d||n.eachChild((function(e){e.stopAnimation(!0)})),n.updateData(o,e),n.off("click"),p&&n.on("click",f),u.add(n),o.setItemGraphicEl(e,n)})).remove((function(e){var t=s.getItemGraphicEl(e);u.remove(t)})).execute(),c&&o.count()>0&&(A?"scale"!==h:"transition"!==d)){for(var g=o.getItemLayout(0),v=1;isNaN(g.startAngle)&&v<o.count();++v)g=o.getItemLayout(v);var m=Math.max(n.getWidth(),n.getHeight())/2,y=r.bind(u.removeClipPath,u);u.setClipPath(this._createClipPath(g.cx,g.cy,m,g.startAngle,g.clockwise,y,e,A))}else u.removeClipPath();this._data=o}},dispose:function(){},_createClipPath:function(e,t,n,r,o,a,s,l){var u=new i.Sector({shape:{cx:e,cy:t,r0:0,r:n,startAngle:r,endAngle:r,clockwise:o}}),c=l?i.initProps:i.updateProps;return c(u,{shape:{endAngle:r+(o?1:-1)*Math.PI*2}},s,a),u},containPoint:function(e,t){var n=t.getData(),r=n.getItemLayout(0);if(r){var i=e[0]-r.cx,o=e[1]-r.cy,a=Math.sqrt(i*i+o*o);return a<=r.r&&a>=r.r0}}}),A=c;e.exports=A},"1be4":function(e,t,n){var r=n("d066");e.exports=r("document","documentElement")},"1c0b":function(e,t){e.exports=function(e){if("function"!=typeof e)throw TypeError(String(e)+" is not a function");return e}},"1c5f":function(e,t,n){var r=n("401b"),i=n("6d8b"),o=n("0c37"),a=o.getCurvenessForEdge;function s(e){var t=e.coordinateSystem;if(!t||"view"===t.type){var n=e.getGraph();n.eachNode((function(e){var t=e.getModel();e.setLayout([+t.get("x"),+t.get("y")])})),l(n,e)}}function l(e,t){e.eachEdge((function(e,n){var o=i.retrieve3(e.getModel().get("lineStyle.curveness"),-a(e,t,n,!0),0),s=r.clone(e.node1.getLayout()),l=r.clone(e.node2.getLayout()),u=[s,l];+o&&u.push([(s[0]+l[0])/2-(s[1]-l[1])*o,(s[1]+l[1])/2-(l[0]-s[0])*o]),e.setLayout(u)}))}t.simpleLayout=s,t.simpleLayoutEdge=l},"1c7e":function(e,t,n){var r=n("b622"),i=r("iterator"),o=!1;try{var a=0,s={next:function(){return{done:!!a++}},return:function(){o=!0}};s[i]=function(){return this},Array.from(s,(function(){throw 2}))}catch(l){}e.exports=function(e,t){if(!t&&!o)return!1;var n=!1;try{var r={};r[i]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(l){}return n}},"1ccf":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("fd27"),a=n("3842"),s=a.parsePercent,l=n("697e"),u=l.createScaleByModel,c=l.niceScaleExtent,A=n("2039"),h=n("ee1a"),d=h.getStackedDimension;function f(e,t,n){var r=t.get("center"),o=n.getWidth(),a=n.getHeight();e.cx=s(r[0],o),e.cy=s(r[1],a);var l=e.getRadiusAxis(),u=Math.min(o,a)/2,c=t.get("radius");null==c?c=[0,"100%"]:i.isArray(c)||(c=[0,c]),c=[s(c[0],u),s(c[1],u)],l.inverse?l.setExtent(c[1],c[0]):l.setExtent(c[0],c[1])}function p(e,t){var n=this,r=n.getAngleAxis(),o=n.getRadiusAxis();if(r.scale.setExtent(1/0,-1/0),o.scale.setExtent(1/0,-1/0),e.eachSeries((function(e){if(e.coordinateSystem===n){var t=e.getData();i.each(t.mapDimension("radius",!0),(function(e){o.scale.unionExtentFromData(t,d(t,e))})),i.each(t.mapDimension("angle",!0),(function(e){r.scale.unionExtentFromData(t,d(t,e))}))}})),c(r.scale,r.model),c(o.scale,o.model),"category"===r.type&&!r.onBand){var a=r.getExtent(),s=360/r.scale.count();r.inverse?a[1]+=s:a[1]-=s,r.setExtent(a[0],a[1])}}function g(e,t){if(e.type=t.get("type"),e.scale=u(t),e.onBand=t.get("boundaryGap")&&"category"===e.type,e.inverse=t.get("inverse"),"angleAxis"===t.mainType){e.inverse^=t.get("clockwise");var n=t.get("startAngle");e.setExtent(n,n+(e.inverse?-360:360))}t.axis=e,e.model=t}n("78f0");var v={dimensions:o.prototype.dimensions,create:function(e,t){var n=[];return e.eachComponent("polar",(function(e,r){var i=new o(r);i.update=p;var a=i.getRadiusAxis(),s=i.getAngleAxis(),l=e.findAxisModel("radiusAxis"),u=e.findAxisModel("angleAxis");g(a,l),g(s,u),f(i,e,t),n.push(i),e.coordinateSystem=i,i.model=e})),e.eachSeries((function(t){if("polar"===t.get("coordinateSystem")){var n=e.queryComponents({mainType:"polar",index:t.get("polarIndex"),id:t.get("polarId")})[0];t.coordinateSystem=n.coordinateSystem}})),n}};A.register("polar",v)},"1cdc":function(e,t,n){var r=n("342f");e.exports=/(iphone|ipod|ipad).*applewebkit/i.test(r)},"1d2b":function(e,t,n){"use strict";e.exports=function(e,t){return function(){for(var n=new Array(arguments.length),r=0;r<n.length;r++)n[r]=arguments[r];return e.apply(t,n)}}},"1d80":function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},"1da1":function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("d3b7");function r(e,t,n,r,i,o,a){try{var s=e[o](a),l=s.value}catch(u){return void n(u)}s.done?t(l):Promise.resolve(l).then(r,i)}function i(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var a=e.apply(t,n);function s(e){r(a,i,o,s,l,"next",e)}function l(e){r(a,i,o,s,l,"throw",e)}s(void 0)}))}}},"1dde":function(e,t,n){var r=n("d039"),i=n("b622"),o=n("2d00"),a=i("species");e.exports=function(e){return o>=51||!r((function(){var t=[],n=t.constructor={};return n[a]=function(){return{foo:1}},1!==t[e](Boolean).foo}))}},"1e32":function(e,t,n){var r=n("6d8b"),i=n("3842"),o=i.parsePercent,a=n("ee1a"),s=a.isDimensionStacked;function l(e){return e.get("stack")||"__ec_stack_"+e.seriesIndex}function u(e,t){return t.dim+e.model.componentIndex}function c(e,t,n){var i={},o=A(r.filter(t.getSeriesByType(e),(function(e){return!t.isSeriesFiltered(e)&&e.coordinateSystem&&"polar"===e.coordinateSystem.type})));t.eachSeriesByType(e,(function(e){if("polar"===e.coordinateSystem.type){var t=e.getData(),n=e.coordinateSystem,r=n.getBaseAxis(),a=u(n,r),c=l(e),A=o[a][c],h=A.offset,d=A.width,f=n.getOtherAxis(r),p=e.coordinateSystem.cx,g=e.coordinateSystem.cy,v=e.get("barMinHeight")||0,m=e.get("barMinAngle")||0;i[c]=i[c]||[];for(var y=t.mapDimension(f.dim),x=t.mapDimension(r.dim),w=s(t,y),_="radius"!==r.dim||!e.get("roundCap",!0),b="radius"===f.dim?f.dataToRadius(0):f.dataToAngle(0),B=0,C=t.count();B<C;B++){var S,E,M,I,T=t.get(y,B),D=t.get(x,B),F=T>=0?"p":"n",Q=b;if(w&&(i[c][D]||(i[c][D]={p:b,n:b}),Q=i[c][D][F]),"radius"===f.dim){var L=f.dataToRadius(T)-b,U=r.dataToAngle(D);Math.abs(L)<v&&(L=(L<0?-1:1)*v),S=Q,E=Q+L,M=U-h,I=M-d,w&&(i[c][D][F]=E)}else{var O=f.dataToAngle(T,_)-b,N=r.dataToRadius(D);Math.abs(O)<m&&(O=(O<0?-1:1)*m),S=N+h,E=S+d,M=Q,I=Q+O,w&&(i[c][D][F]=I)}t.setItemLayout(B,{cx:p,cy:g,r0:S,r:E,startAngle:-M*Math.PI/180,endAngle:-I*Math.PI/180})}}}),this)}function A(e,t){var n={};r.each(e,(function(e,t){var r=e.getData(),i=e.coordinateSystem,a=i.getBaseAxis(),s=u(i,a),c=a.getExtent(),A="category"===a.type?a.getBandWidth():Math.abs(c[1]-c[0])/r.count(),h=n[s]||{bandWidth:A,remainedWidth:A,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},d=h.stacks;n[s]=h;var f=l(e);d[f]||h.autoWidthCount++,d[f]=d[f]||{width:0,maxWidth:0};var p=o(e.get("barWidth"),A),g=o(e.get("barMaxWidth"),A),v=e.get("barGap"),m=e.get("barCategoryGap");p&&!d[f].width&&(p=Math.min(h.remainedWidth,p),d[f].width=p,h.remainedWidth-=p),g&&(d[f].maxWidth=g),null!=v&&(h.gap=v),null!=m&&(h.categoryGap=m)}));var i={};return r.each(n,(function(e,t){i[t]={};var n=e.stacks,a=e.bandWidth,s=o(e.categoryGap,a),l=o(e.gap,1),u=e.remainedWidth,c=e.autoWidthCount,A=(u-s)/(c+(c-1)*l);A=Math.max(A,0),r.each(n,(function(e,t){var n=e.maxWidth;n&&n<A&&(n=Math.min(n,u),e.width&&(n=Math.min(n,e.width)),u-=n,e.width=n,c--)})),A=(u-s)/(c+(c-1)*l),A=Math.max(A,0);var h,d=0;r.each(n,(function(e,t){e.width||(e.width=A),h=e,d+=e.width*(1+l)})),h&&(d-=h.width*l);var f=-d/2;r.each(n,(function(e,n){i[t][n]=i[t][n]||{offset:f,width:e.width},f+=e.width*(1+l)}))})),i}var h=c;e.exports=h},"1f0e":function(e,t,n){var r=n("cbe5"),i=r.extend({type:"echartsGaugePointer",shape:{angle:0,width:10,r:10,x:0,y:0},buildPath:function(e,t){var n=Math.cos,r=Math.sin,i=t.r,o=t.width,a=t.angle,s=t.x-n(a)*o*(o>=i/3?1:2),l=t.y-r(a)*o*(o>=i/3?1:2);a=t.angle-Math.PI/2,e.moveTo(s,l),e.lineTo(t.x+n(a)*o,t.y+r(a)*o),e.lineTo(t.x+n(t.angle)*i,t.y+r(t.angle)*i),e.lineTo(t.x-n(a)*o,t.y-r(a)*o),e.lineTo(s,l)}});e.exports=i},"1f1a":function(e,t,n){var r=n("6d8b"),i=n("e0d3"),o=n("6cb7"),a=n("4319"),s=n("7023"),l=n("eeea"),u=o.extend({type:"geo",coordinateSystem:null,layoutMode:"box",init:function(e){o.prototype.init.apply(this,arguments),i.defaultEmphasis(e,"label",["show"])},optionUpdated:function(){var e=this.option,t=this;e.regions=l.getFilledRegions(e.regions,e.map,e.nameMap),this._optionModelMap=r.reduce(e.regions||[],(function(e,n){return n.name&&e.set(n.name,new a(n,t)),e}),r.createHashMap()),this.updateSelectedMap(e.regions)},defaultOption:{zlevel:0,z:0,show:!0,left:"center",top:"center",aspectScale:null,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",color:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},regions:[]},getRegionModel:function(e){return this._optionModelMap.get(e)||new a(null,this,this.ecModel)},getFormattedLabel:function(e,t){t=t||"normal";var n=this.getRegionModel(e),r=n.get(("normal"===t?"":t+".")+"label.formatter"),i={name:e};return"function"===typeof r?(i.status=t,r(i)):"string"===typeof r?r.replace("{a}",null!=e?e:""):void 0},setZoom:function(e){this.option.zoom=e},setCenter:function(e){this.option.center=e}});r.mixin(u,s);var c=u;e.exports=c},"1fab":function(e,t){var n=Array.prototype.slice,r=function(e){this._$handlers={},this._$eventProcessor=e};function i(e,t){var n=e._$eventProcessor;return null!=t&&n&&n.normalizeQuery&&(t=n.normalizeQuery(t)),t}function o(e,t,n,r,o,a){var s=e._$handlers;if("function"===typeof n&&(o=r,r=n,n=null),!r||!t)return e;n=i(e,n),s[t]||(s[t]=[]);for(var l=0;l<s[t].length;l++)if(s[t][l].h===r)return e;var u={h:r,one:a,query:n,ctx:o||e,callAtLast:r.zrEventfulCallAtLast},c=s[t].length-1,A=s[t][c];return A&&A.callAtLast?s[t].splice(c,0,u):s[t].push(u),e}r.prototype={constructor:r,one:function(e,t,n,r){return o(this,e,t,n,r,!0)},on:function(e,t,n,r){return o(this,e,t,n,r,!1)},isSilent:function(e){var t=this._$handlers;return!t[e]||!t[e].length},off:function(e,t){var n=this._$handlers;if(!e)return this._$handlers={},this;if(t){if(n[e]){for(var r=[],i=0,o=n[e].length;i<o;i++)n[e][i].h!==t&&r.push(n[e][i]);n[e]=r}n[e]&&0===n[e].length&&delete n[e]}else delete n[e];return this},trigger:function(e){var t=this._$handlers[e],r=this._$eventProcessor;if(t){var i=arguments,o=i.length;o>3&&(i=n.call(i,1));for(var a=t.length,s=0;s<a;){var l=t[s];if(r&&r.filter&&null!=l.query&&!r.filter(e,l.query))s++;else{switch(o){case 1:l.h.call(l.ctx);break;case 2:l.h.call(l.ctx,i[1]);break;case 3:l.h.call(l.ctx,i[1],i[2]);break;default:l.h.apply(l.ctx,i);break}l.one?(t.splice(s,1),a--):s++}}}return r&&r.afterTrigger&&r.afterTrigger(e),this},triggerWithContext:function(e){var t=this._$handlers[e],r=this._$eventProcessor;if(t){var i=arguments,o=i.length;o>4&&(i=n.call(i,1,i.length-1));for(var a=i[i.length-1],s=t.length,l=0;l<s;){var u=t[l];if(r&&r.filter&&null!=u.query&&!r.filter(e,u.query))l++;else{switch(o){case 1:u.h.call(a);break;case 2:u.h.call(a,i[1]);break;case 3:u.h.call(a,i[1],i[2]);break;default:u.h.apply(a,i);break}u.one?(t.splice(l,1),s--):l++}}}return r&&r.afterTrigger&&r.afterTrigger(e),this}};var a=r;e.exports=a},2023:function(e,t,n){var r=n("6d8b"),i={getMin:function(e){var t=this.option,n=e||null==t.rangeStart?t.min:t.rangeStart;return this.axis&&null!=n&&"dataMin"!==n&&"function"!==typeof n&&!r.eqNaN(n)&&(n=this.axis.scale.parse(n)),n},getMax:function(e){var t=this.option,n=e||null==t.rangeEnd?t.max:t.rangeEnd;return this.axis&&null!=n&&"dataMax"!==n&&"function"!==typeof n&&!r.eqNaN(n)&&(n=this.axis.scale.parse(n)),n},getNeedCrossZero:function(){var e=this.option;return null==e.rangeStart&&null==e.rangeEnd&&!e.scale},getCoordSysModel:r.noop,setRange:function(e,t){this.option.rangeStart=e,this.option.rangeEnd=t},resetRange:function(){this.option.rangeStart=this.option.rangeEnd=null}};e.exports=i},2039:function(e,t,n){var r=n("6d8b"),i={};function o(){this._coordinateSystems=[]}o.prototype={constructor:o,create:function(e,t){var n=[];r.each(i,(function(r,i){var o=r.create(e,t);n=n.concat(o||[])})),this._coordinateSystems=n},update:function(e,t){r.each(this._coordinateSystems,(function(n){n.update&&n.update(e,t)}))},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},o.register=function(e,t){i[e]=t},o.get=function(e){return i[e]};var a=o;e.exports=a},"20c8":function(e,t,n){var r=n("4a3f"),i=n("401b"),o=n("e263"),a=n("9850"),s=n("2cf4"),l=s.devicePixelRatio,u={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},c=[],A=[],h=[],d=[],f=Math.min,p=Math.max,g=Math.cos,v=Math.sin,m=Math.sqrt,y=Math.abs,x="undefined"!==typeof Float32Array,w=function(e){this._saveData=!e,this._saveData&&(this.data=[]),this._ctx=null};w.prototype={constructor:w,_xi:0,_yi:0,_x0:0,_y0:0,_ux:0,_uy:0,_len:0,_lineDash:null,_dashOffset:0,_dashIdx:0,_dashSum:0,setScale:function(e,t,n){n=n||0,this._ux=y(n/l/e)||0,this._uy=y(n/l/t)||0},getContext:function(){return this._ctx},beginPath:function(e){return this._ctx=e,e&&e.beginPath(),e&&(this.dpr=e.dpr),this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this},moveTo:function(e,t){return this.addData(u.M,e,t),this._ctx&&this._ctx.moveTo(e,t),this._x0=e,this._y0=t,this._xi=e,this._yi=t,this},lineTo:function(e,t){var n=y(e-this._xi)>this._ux||y(t-this._yi)>this._uy||this._len<5;return this.addData(u.L,e,t),this._ctx&&n&&(this._needsDash()?this._dashedLineTo(e,t):this._ctx.lineTo(e,t)),n&&(this._xi=e,this._yi=t),this},bezierCurveTo:function(e,t,n,r,i,o){return this.addData(u.C,e,t,n,r,i,o),this._ctx&&(this._needsDash()?this._dashedBezierTo(e,t,n,r,i,o):this._ctx.bezierCurveTo(e,t,n,r,i,o)),this._xi=i,this._yi=o,this},quadraticCurveTo:function(e,t,n,r){return this.addData(u.Q,e,t,n,r),this._ctx&&(this._needsDash()?this._dashedQuadraticTo(e,t,n,r):this._ctx.quadraticCurveTo(e,t,n,r)),this._xi=n,this._yi=r,this},arc:function(e,t,n,r,i,o){return this.addData(u.A,e,t,n,n,r,i-r,0,o?0:1),this._ctx&&this._ctx.arc(e,t,n,r,i,o),this._xi=g(i)*n+e,this._yi=v(i)*n+t,this},arcTo:function(e,t,n,r,i){return this._ctx&&this._ctx.arcTo(e,t,n,r,i),this},rect:function(e,t,n,r){return this._ctx&&this._ctx.rect(e,t,n,r),this.addData(u.R,e,t,n,r),this},closePath:function(){this.addData(u.Z);var e=this._ctx,t=this._x0,n=this._y0;return e&&(this._needsDash()&&this._dashedLineTo(t,n),e.closePath()),this._xi=t,this._yi=n,this},fill:function(e){e&&e.fill(),this.toStatic()},stroke:function(e){e&&e.stroke(),this.toStatic()},setLineDash:function(e){if(e instanceof Array){this._lineDash=e,this._dashIdx=0;for(var t=0,n=0;n<e.length;n++)t+=e[n];this._dashSum=t}return this},setLineDashOffset:function(e){return this._dashOffset=e,this},len:function(){return this._len},setData:function(e){var t=e.length;this.data&&this.data.length===t||!x||(this.data=new Float32Array(t));for(var n=0;n<t;n++)this.data[n]=e[n];this._len=t},appendPath:function(e){e instanceof Array||(e=[e]);for(var t=e.length,n=0,r=this._len,i=0;i<t;i++)n+=e[i].len();x&&this.data instanceof Float32Array&&(this.data=new Float32Array(r+n));for(i=0;i<t;i++)for(var o=e[i].data,a=0;a<o.length;a++)this.data[r++]=o[a];this._len=r},addData:function(e){if(this._saveData){var t=this.data;this._len+arguments.length>t.length&&(this._expandData(),t=this.data);for(var n=0;n<arguments.length;n++)t[this._len++]=arguments[n];this._prevCmd=e}},_expandData:function(){if(!(this.data instanceof Array)){for(var e=[],t=0;t<this._len;t++)e[t]=this.data[t];this.data=e}},_needsDash:function(){return this._lineDash},_dashedLineTo:function(e,t){var n,r,i=this._dashSum,o=this._dashOffset,a=this._lineDash,s=this._ctx,l=this._xi,u=this._yi,c=e-l,A=t-u,h=m(c*c+A*A),d=l,g=u,v=a.length;c/=h,A/=h,o<0&&(o=i+o),o%=i,d-=o*c,g-=o*A;while(c>0&&d<=e||c<0&&d>=e||0===c&&(A>0&&g<=t||A<0&&g>=t))r=this._dashIdx,n=a[r],d+=c*n,g+=A*n,this._dashIdx=(r+1)%v,c>0&&d<l||c<0&&d>l||A>0&&g<u||A<0&&g>u||s[r%2?"moveTo":"lineTo"](c>=0?f(d,e):p(d,e),A>=0?f(g,t):p(g,t));c=d-e,A=g-t,this._dashOffset=-m(c*c+A*A)},_dashedBezierTo:function(e,t,n,i,o,a){var s,l,u,c,A,h=this._dashSum,d=this._dashOffset,f=this._lineDash,p=this._ctx,g=this._xi,v=this._yi,y=r.cubicAt,x=0,w=this._dashIdx,_=f.length,b=0;for(d<0&&(d=h+d),d%=h,s=0;s<1;s+=.1)l=y(g,e,n,o,s+.1)-y(g,e,n,o,s),u=y(v,t,i,a,s+.1)-y(v,t,i,a,s),x+=m(l*l+u*u);for(;w<_;w++)if(b+=f[w],b>d)break;s=(b-d)/x;while(s<=1)c=y(g,e,n,o,s),A=y(v,t,i,a,s),w%2?p.moveTo(c,A):p.lineTo(c,A),s+=f[w]/x,w=(w+1)%_;w%2!==0&&p.lineTo(o,a),l=o-c,u=a-A,this._dashOffset=-m(l*l+u*u)},_dashedQuadraticTo:function(e,t,n,r){var i=n,o=r;n=(n+2*e)/3,r=(r+2*t)/3,e=(this._xi+2*e)/3,t=(this._yi+2*t)/3,this._dashedBezierTo(e,t,n,r,i,o)},toStatic:function(){var e=this.data;e instanceof Array&&(e.length=this._len,x&&(this.data=new Float32Array(e)))},getBoundingRect:function(){c[0]=c[1]=h[0]=h[1]=Number.MAX_VALUE,A[0]=A[1]=d[0]=d[1]=-Number.MAX_VALUE;for(var e=this.data,t=0,n=0,r=0,s=0,l=0;l<e.length;){var f=e[l++];switch(1===l&&(t=e[l],n=e[l+1],r=t,s=n),f){case u.M:r=e[l++],s=e[l++],t=r,n=s,h[0]=r,h[1]=s,d[0]=r,d[1]=s;break;case u.L:o.fromLine(t,n,e[l],e[l+1],h,d),t=e[l++],n=e[l++];break;case u.C:o.fromCubic(t,n,e[l++],e[l++],e[l++],e[l++],e[l],e[l+1],h,d),t=e[l++],n=e[l++];break;case u.Q:o.fromQuadratic(t,n,e[l++],e[l++],e[l],e[l+1],h,d),t=e[l++],n=e[l++];break;case u.A:var p=e[l++],m=e[l++],y=e[l++],x=e[l++],w=e[l++],_=e[l++]+w;l+=1;var b=1-e[l++];1===l&&(r=g(w)*y+p,s=v(w)*x+m),o.fromArc(p,m,y,x,w,_,b,h,d),t=g(_)*y+p,n=v(_)*x+m;break;case u.R:r=t=e[l++],s=n=e[l++];var B=e[l++],C=e[l++];o.fromLine(r,s,r+B,s+C,h,d);break;case u.Z:t=r,n=s;break}i.min(c,c,h),i.max(A,A,d)}return 0===l&&(c[0]=c[1]=A[0]=A[1]=0),new a(c[0],c[1],A[0]-c[0],A[1]-c[1])},rebuildPath:function(e){for(var t,n,r,i,o,a,s=this.data,l=this._ux,c=this._uy,A=this._len,h=0;h<A;){var d=s[h++];switch(1===h&&(r=s[h],i=s[h+1],t=r,n=i),d){case u.M:t=r=s[h++],n=i=s[h++],e.moveTo(r,i);break;case u.L:o=s[h++],a=s[h++],(y(o-r)>l||y(a-i)>c||h===A-1)&&(e.lineTo(o,a),r=o,i=a);break;case u.C:e.bezierCurveTo(s[h++],s[h++],s[h++],s[h++],s[h++],s[h++]),r=s[h-2],i=s[h-1];break;case u.Q:e.quadraticCurveTo(s[h++],s[h++],s[h++],s[h++]),r=s[h-2],i=s[h-1];break;case u.A:var f=s[h++],p=s[h++],m=s[h++],x=s[h++],w=s[h++],_=s[h++],b=s[h++],B=s[h++],C=m>x?m:x,S=m>x?1:m/x,E=m>x?x/m:1,M=Math.abs(m-x)>.001,I=w+_;M?(e.translate(f,p),e.rotate(b),e.scale(S,E),e.arc(0,0,C,w,I,1-B),e.scale(1/S,1/E),e.rotate(-b),e.translate(-f,-p)):e.arc(f,p,C,w,I,1-B),1===h&&(t=g(w)*m+f,n=v(w)*x+p),r=g(I)*m+f,i=v(I)*x+p;break;case u.R:t=r=s[h],n=i=s[h+1],e.rect(s[h++],s[h++],s[h++],s[h++]);break;case u.Z:e.closePath(),r=t,i=n}}}},w.CMD=u;var _=w;e.exports=_},2145:function(e,t){var n={};function r(e,t){n[e]=t}function i(e){return n[e]}t.register=r,t.get=i},2163:function(e,t,n){var r=n("4f85"),i=n("06c7"),o=n("eda2"),a=o.encodeHTML,s=n("4319"),l=r.extend({type:"series.tree",layoutInfo:null,layoutMode:"box",getInitialData:function(e){var t={name:e.name,children:e.data},n=e.leaves||{},r=new s(n,this,this.ecModel),o=i.createTree(t,this,a);function a(e){e.wrapMethod("getItemModel",(function(e,t){var n=o.getNodeByDataIndex(t);return n.children.length&&n.isExpand||(e.parentModel=r),e}))}var l=0;o.eachNode("preorder",(function(e){e.depth>l&&(l=e.depth)}));var u=e.expandAndCollapse,c=u&&e.initialTreeDepth>=0?e.initialTreeDepth:l;return o.root.eachNode("preorder",(function(e){var t=e.hostTree.data.getRawDataItem(e.dataIndex);e.isExpand=t&&null!=t.collapsed?!t.collapsed:e.depth<=c})),o.data},getOrient:function(){var e=this.get("orient");return"horizontal"===e?e="LR":"vertical"===e&&(e="TB"),e},setZoom:function(e){this.option.zoom=e},setCenter:function(e){this.option.center=e},formatTooltip:function(e){var t=this.getData().tree,n=t.root.children[0],r=t.getNodeByDataIndex(e),i=r.getValue(),o=r.name;while(r&&r!==n)o=r.parentNode.name+"."+o,r=r.parentNode;return a(o+(isNaN(i)||null==i?"":" : "+i))},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderColor:"#c23531",borderWidth:1.5},label:{show:!0,color:"#555"},leaves:{label:{show:!0}},animationEasing:"linear",animationDuration:700,animationDurationUpdate:1e3}});e.exports=l},"216a":function(e,t,n){var r=n("6d8b"),i=n("3842"),o=n("eda2"),a=n("944e"),s=n("89e3"),l=s.prototype,u=Math.ceil,c=Math.floor,A=1e3,h=60*A,d=60*h,f=24*d,p=function(e,t,n,r){while(n<r){var i=n+r>>>1;e[i][1]<t?n=i+1:r=i}return n},g=s.extend({type:"time",getLabel:function(e){var t=this._stepLvl,n=new Date(e);return o.formatTime(t[0],n,this.getSetting("useUTC"))},niceExtent:function(e){var t=this._extent;if(t[0]===t[1]&&(t[0]-=f,t[1]+=f),t[1]===-1/0&&t[0]===1/0){var n=new Date;t[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),t[0]=t[1]-f}this.niceTicks(e.splitNumber,e.minInterval,e.maxInterval);var r=this._interval;e.fixMin||(t[0]=i.round(c(t[0]/r)*r)),e.fixMax||(t[1]=i.round(u(t[1]/r)*r))},niceTicks:function(e,t,n){e=e||10;var r=this._extent,o=r[1]-r[0],s=o/e;null!=t&&s<t&&(s=t),null!=n&&s>n&&(s=n);var l=v.length,A=p(v,s,0,l),h=v[Math.min(A,l-1)],d=h[1];if("year"===h[0]){var f=o/d,g=i.nice(f/e,!0);d*=g}var m=this.getSetting("useUTC")?0:60*new Date(+r[0]||+r[1]).getTimezoneOffset()*1e3,y=[Math.round(u((r[0]-m)/d)*d+m),Math.round(c((r[1]-m)/d)*d+m)];a.fixExtent(y,r),this._stepLvl=h,this._interval=d,this._niceExtent=y},parse:function(e){return+i.parseDate(e)}});r.each(["contain","normalize"],(function(e){g.prototype[e]=function(t){return l[e].call(this,this.parse(t))}}));var v=[["hh:mm:ss",A],["hh:mm:ss",5*A],["hh:mm:ss",10*A],["hh:mm:ss",15*A],["hh:mm:ss",30*A],["hh:mm\nMM-dd",h],["hh:mm\nMM-dd",5*h],["hh:mm\nMM-dd",10*h],["hh:mm\nMM-dd",15*h],["hh:mm\nMM-dd",30*h],["hh:mm\nMM-dd",d],["hh:mm\nMM-dd",2*d],["hh:mm\nMM-dd",6*d],["hh:mm\nMM-dd",12*d],["MM-dd\nyyyy",f],["MM-dd\nyyyy",2*f],["MM-dd\nyyyy",3*f],["MM-dd\nyyyy",4*f],["MM-dd\nyyyy",5*f],["MM-dd\nyyyy",6*f],["week",7*f],["MM-dd\nyyyy",10*f],["week",14*f],["week",21*f],["month",31*f],["week",42*f],["month",62*f],["week",70*f],["quarter",95*f],["month",31*f*4],["month",31*f*5],["half-year",380*f/2],["month",31*f*8],["month",31*f*10],["year",380*f]];g.create=function(e){return new g({useUTC:e.ecModel.get("useUTC")})};var m=g;e.exports=m},"217b":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3301")),o=n("4f85"),a=o.extend({type:"series.line",dependencies:["grid","polar"],getInitialData:function(e,t){return i(this.getSource(),this,{useEncodeDefaulter:!0})},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,clip:!0,label:{position:"top"},lineStyle:{width:2,type:"solid"},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0}});e.exports=a},"217c":function(e,t,n){var r=n("6d8b"),i=n("6cb7");n("df3a");var o=i.extend({type:"parallel",dependencies:["parallelAxis"],coordinateSystem:null,dimensions:null,parallelAxisIndex:null,layoutMode:"box",defaultOption:{zlevel:0,z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},init:function(){i.prototype.init.apply(this,arguments),this.mergeOption({})},mergeOption:function(e){var t=this.option;e&&r.merge(t,e,!0),this._initDimensions()},contains:function(e,t){var n=e.get("parallelIndex");return null!=n&&t.getComponent("parallel",n)===this},setAxisExpand:function(e){r.each(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],(function(t){e.hasOwnProperty(t)&&(this.option[t]=e[t])}),this)},_initDimensions:function(){var e=this.dimensions=[],t=this.parallelAxisIndex=[],n=r.filter(this.dependentModels.parallelAxis,(function(e){return(e.get("parallelIndex")||0)===this.componentIndex}),this);r.each(n,(function(n){e.push("dim"+n.get("dim")),t.push(n.componentIndex)}))}});e.exports=o},"21a1":function(e,t,n){(function(t){(function(t,n){e.exports=n()})(0,(function(){"use strict";"undefined"!==typeof window?window:"undefined"!==typeof t||"undefined"!==typeof self&&self;function e(e,t){return t={exports:{}},e(t,t.exports),t.exports}var n=e((function(e,t){(function(t,n){e.exports=n()})(0,(function(){function e(e){var t=e&&"object"===typeof e;return t&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(e){return Array.isArray(e)?[]:{}}function n(n,r){var i=r&&!0===r.clone;return i&&e(n)?o(t(n),n,r):n}function r(t,r,i){var a=t.slice();return r.forEach((function(r,s){"undefined"===typeof a[s]?a[s]=n(r,i):e(r)?a[s]=o(t[s],r,i):-1===t.indexOf(r)&&a.push(n(r,i))})),a}function i(t,r,i){var a={};return e(t)&&Object.keys(t).forEach((function(e){a[e]=n(t[e],i)})),Object.keys(r).forEach((function(s){e(r[s])&&t[s]?a[s]=o(t[s],r[s],i):a[s]=n(r[s],i)})),a}function o(e,t,o){var a=Array.isArray(t),s=o||{arrayMerge:r},l=s.arrayMerge||r;return a?Array.isArray(e)?l(e,t,o):n(t,o):i(e,t,o)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}))}));function r(e){return e=e||Object.create(null),{on:function(t,n){(e[t]||(e[t]=[])).push(n)},off:function(t,n){e[t]&&e[t].splice(e[t].indexOf(n)>>>0,1)},emit:function(t,n){(e[t]||[]).map((function(e){e(n)})),(e["*"]||[]).map((function(e){e(t,n)}))}}}var i=e((function(e,t){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};t.default=n,e.exports=t.default})),o=function(e){return Object.keys(e).map((function(t){var n=e[t].toString().replace(/"/g,"&quot;");return t+'="'+n+'"'})).join(" ")},a=i.svg,s=i.xlink,l={};l[a.name]=a.uri,l[s.name]=s.uri;var u,c=function(e,t){void 0===e&&(e="");var r=n(l,t||{}),i=o(r);return"<svg "+i+">"+e+"</svg>"},A=i.svg,h=i.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; ")},u[A.name]=A.uri,u[h.name]=h.uri,u)},f=function(e){this.config=n(d,e||{}),this.symbols=[]};f.prototype.add=function(e){var t=this,n=t.symbols,r=this.find(e.id);return r?(n[n.indexOf(r)]=e,!1):(n.push(e),!0)},f.prototype.remove=function(e){var t=this,n=t.symbols,r=this.find(e);return!!r&&(n.splice(n.indexOf(r),1),r.destroy(),!0)},f.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},f.prototype.has=function(e){return null!==this.find(e)},f.prototype.stringify=function(){var e=this.config,t=e.attrs,n=this.symbols.map((function(e){return e.stringify()})).join("");return c(n,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var g=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},v=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"===typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return g(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),m={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(e){return Array.prototype.slice.call(e,0)},x=navigator.userAgent,w={isChrome:/chrome/i.test(x),isFirefox:/firefox/i.test(x),isIE:/msie/i.test(x)||/trident/i.test(x),isEdge:/edge/i.test(x)},_=function(e,t){var n=document.createEvent("CustomEvent");n.initCustomEvent(e,!1,!1,t),window.dispatchEvent(n)},b=function(e){var t=[];return y(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})),t},B=function(e){return(e||window.location.href).split("#")[0]},C=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){_(e,{oldUrl:r,newUrl:n})}))}])},S="linearGradient, radialGradient, pattern",E=function(e,t){return void 0===t&&(t=S),y(e.querySelectorAll("symbol")).forEach((function(e){y(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e};function M(e,t){var n=y(e).reduce((function(e,n){if(!n.attributes)return e;var r=y(n.attributes),i=t?r.filter(t):r;return e.concat(i)}),[]);return n}var I=i.xlink.uri,T="xlink:href",D=/[{}|\\\^\[\]`"<>]/g;function F(e){return e.replace(D,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}function Q(e,t,n){return y(e).forEach((function(e){var r=e.getAttribute(T);if(r&&0===r.indexOf(t)){var i=r.replace(t,n);e.setAttributeNS(I,T,i)}})),e}var L,U=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],O=U.map((function(e){return"["+e+"]"})).join(","),N=function(e,t,n,r){var i=F(n),o=F(r),a=e.querySelectorAll(O),s=M(a,(function(e){var t=e.localName,n=e.value;return-1!==U.indexOf(t)&&-1!==n.indexOf("url("+i)}));s.forEach((function(e){return e.value=e.value.replace(i,o)})),Q(t,i,o)},k={MOUNT:"mount",SYMBOL_MOUNT:"symbol_mount"},P=function(e){function t(t){var i=this;void 0===t&&(t={}),e.call(this,n(m,t));var o=r();this._emitter=o,this.node=null;var a=this,s=a.config;if(s.autoConfigure&&this._autoConfigure(t),s.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");o.on(k.MOUNT,(function(){return i.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,s.listenLocationChangeEvent&&window.addEventListener(s.locationChangeEvent,u),s.locationChangeAngularEmitter&&C(s.locationChangeEvent),o.on(k.MOUNT,(function(e){s.moveGradientsOutsideSymbol&&E(e)})),o.on(k.SYMBOL_MOUNT,(function(e){s.moveGradientsOutsideSymbol&&E(e.parentNode),(w.isIE||w.isEdge)&&b(e)}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var i={isMounted:{}};return i.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this,n=t.config;"undefined"===typeof e.syncUrlsWithBaseTag&&(n.syncUrlsWithBaseTag="undefined"!==typeof document.getElementsByTagName("base")[0]),"undefined"===typeof e.locationChangeAngularEmitter&&(n.locationChangeAngularEmitter="angular"in window),"undefined"===typeof e.moveGradientsOutsideSymbol&&(n.moveGradientsOutsideSymbol=w.isFirefox)},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},t.prototype.add=function(t){var n=this,r=e.prototype.add.call(this,t);return this.isMounted&&r&&(t.mount(n.node),this._emitter.emit(k.SYMBOL_MOUNT,t.node)),r},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"===typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(k.SYMBOL_MOUNT,e.node)})),y(r.querySelectorAll("symbol")).forEach((function(e){var t=v.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(k.MOUNT,r),r},t.prototype.destroy=function(){var e=this,t=e.config,n=e.symbols,r=e._emitter;n.forEach((function(e){return e.destroy()})),r.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1);var n=this;if(n.isMounted)return n.node;var r="string"===typeof e?document.querySelector(e):e,i=n.render();return this.node=i,t&&r.childNodes[0]?r.insertBefore(i,r.childNodes[0]):r.appendChild(i),this._emitter.emit(k.MOUNT,i),i},t.prototype.render=function(){return g(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return N(this.node,n,B(e)+"#",B(t)+"#"),!0},Object.defineProperties(t.prototype,i),t}(f),H=e((function(e){
  9. /*!
  10. * domready (c) Dustin Diaz 2014 - License MIT
  11. */
  12. !function(t,n){e.exports=n()}(0,(function(){var e,t=[],n=document,r=n.documentElement.doScroll,i="DOMContentLoaded",o=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState);return o||n.addEventListener(i,e=function(){n.removeEventListener(i,e),o=1;while(e=t.shift())e()}),function(e){o?setTimeout(e,0):t.push(e)}}))})),R="__SVG_SPRITE_NODE__",z="__SVG_SPRITE__",V=!!window[z];V?L=window[z]:(L=new P({attrs:{id:R}}),window[z]=L);var K=function(){var e=document.getElementById(R);e?L.attach(e):L.mount(document.body,!0)};document.body?K():H(K);var G=L;return G}))}).call(this,n("c8ba"))},2236:function(e,t,n){var r=n("5a43");function i(e){if(Array.isArray(e))return r(e)}e.exports=i,e.exports["default"]=e.exports,e.exports.__esModule=!0},2266:function(e,t,n){var r=n("825a"),i=n("e95a"),o=n("50c4"),a=n("0366"),s=n("35a1"),l=n("9bdd"),u=function(e,t){this.stopped=e,this.result=t},c=e.exports=function(e,t,n,c,A){var h,d,f,p,g,v,m,y=a(t,n,c?2:1);if(A)h=e;else{if(d=s(e),"function"!=typeof d)throw TypeError("Target is not iterable");if(i(d)){for(f=0,p=o(e.length);p>f;f++)if(g=c?y(r(m=e[f])[0],m[1]):y(e[f]),g&&g instanceof u)return g;return new u(!1)}h=d.call(e)}v=h.next;while(!(m=v.call(h)).done)if(g=l(h,y,m.value,c),"object"==typeof g&&g&&g instanceof u)return g;return new u(!1)};c.stop=function(e){return new u(!0,e)}},"22d1":function(e,t){var n={};n="object"===typeof wx&&"function"===typeof wx.getSystemInfoSync?{browser:{},os:{},node:!1,wxa:!0,canvasSupported:!0,svgSupported:!1,touchEventsSupported:!0,domSupported:!1}:"undefined"===typeof document&&"undefined"!==typeof self?{browser:{},os:{},node:!1,worker:!0,canvasSupported:!0,domSupported:!1}:"undefined"===typeof navigator?{browser:{},os:{},node:!0,worker:!1,canvasSupported:!0,svgSupported:!0,domSupported:!1}:i(navigator.userAgent);var r=n;function i(e){var t={},n={},r=e.match(/Firefox\/([\d.]+)/),i=e.match(/MSIE\s([\d.]+)/)||e.match(/Trident\/.+?rv:(([\d.]+))/),o=e.match(/Edge\/([\d.]+)/),a=/micromessenger/i.test(e);return r&&(n.firefox=!0,n.version=r[1]),i&&(n.ie=!0,n.version=i[1]),o&&(n.edge=!0,n.version=o[1]),a&&(n.weChat=!0),{browser:n,os:t,node:!1,canvasSupported:!!document.createElement("canvas").getContext,svgSupported:"undefined"!==typeof SVGRect,touchEventsSupported:"ontouchstart"in window&&!n.ie&&!n.edge,pointerEventsSupported:"onpointerdown"in window&&(n.edge||n.ie&&n.version>=11),domSupported:"undefined"!==typeof document}}e.exports=r},"22da":function(e,t,n){var r=n("f934");function i(e){e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};var t,n,r=[e];while(t=r.pop())if(n=t.children,t.isExpand&&n.length)for(var i=n.length,o=i-1;o>=0;o--){var a=n[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},r.push(a)}}function o(e,t){var n=e.isExpand?e.children:[],r=e.parentNode.children,i=e.hierNode.i?r[e.hierNode.i-1]:null;if(n.length){c(e);var o=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;i?(e.hierNode.prelim=i.hierNode.prelim+t(e,i),e.hierNode.modifier=e.hierNode.prelim-o):e.hierNode.prelim=o}else i&&(e.hierNode.prelim=i.hierNode.prelim+t(e,i));e.parentNode.hierNode.defaultAncestor=A(e,i,e.parentNode.hierNode.defaultAncestor||r[0],t)}function a(e){var t=e.hierNode.prelim+e.parentNode.hierNode.modifier;e.setLayout({x:t},!0),e.hierNode.modifier+=e.parentNode.hierNode.modifier}function s(e){return arguments.length?e:g}function l(e,t){var n={};return e-=Math.PI/2,n.x=t*Math.cos(e),n.y=t*Math.sin(e),n}function u(e,t){return r.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function c(e){var t=e.children,n=t.length,r=0,i=0;while(--n>=0){var o=t[n];o.hierNode.prelim+=r,o.hierNode.modifier+=r,i+=o.hierNode.change,r+=o.hierNode.shift+i}}function A(e,t,n,r){if(t){var i=e,o=e,a=o.parentNode.children[0],s=t,l=i.hierNode.modifier,u=o.hierNode.modifier,c=a.hierNode.modifier,A=s.hierNode.modifier;while(s=h(s),o=d(o),s&&o){i=h(i),a=d(a),i.hierNode.ancestor=e;var g=s.hierNode.prelim+A-o.hierNode.prelim-u+r(s,o);g>0&&(p(f(s,e,n),e,g),u+=g,l+=g),A+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=i.hierNode.modifier,c+=a.hierNode.modifier}s&&!h(i)&&(i.hierNode.thread=s,i.hierNode.modifier+=A-l),o&&!d(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=e)}return n}function h(e){var t=e.children;return t.length&&e.isExpand?t[t.length-1]:e.hierNode.thread}function d(e){var t=e.children;return t.length&&e.isExpand?t[0]:e.hierNode.thread}function f(e,t,n){return e.hierNode.ancestor.parentNode===t.parentNode?e.hierNode.ancestor:n}function p(e,t,n){var r=n/(t.hierNode.i-e.hierNode.i);t.hierNode.change-=r,t.hierNode.shift+=n,t.hierNode.modifier+=n,t.hierNode.prelim+=n,e.hierNode.change+=r}function g(e,t){return e.parentNode===t.parentNode?1:2}t.init=i,t.firstWalk=o,t.secondWalk=a,t.separation=s,t.radialCoordinate=l,t.getViewRect=u},2306:function(e,t,n){var r=n("6d8b"),i=n("342d"),o=n("41ef"),a=n("1687"),s=n("401b"),l=n("cbe5"),u=n("0cde"),c=n("0da8");t.Image=c;var A=n("e1fc");t.Group=A;var h=n("76a5");t.Text=h;var d=n("d9fc");t.Circle=d;var f=n("4aa2");t.Sector=f;var p=n("4573");t.Ring=p;var g=n("87b1");t.Polygon=g;var v=n("d498");t.Polyline=v;var m=n("c7a2");t.Rect=m;var y=n("cb11");t.Line=y;var x=n("ac0f");t.BezierCurve=x;var w=n("8d32");t.Arc=w;var _=n("d4c6");t.CompoundPath=_;var b=n("48a9");t.LinearGradient=b;var B=n("dded");t.RadialGradient=B;var C=n("9850");t.BoundingRect=C;var S=n("392f");t.IncrementalDisplayable=S;var E=n("9cf9"),M=Math.max,I=Math.min,T={},D=1,F={color:"textFill",textBorderColor:"textStroke",textBorderWidth:"textStrokeWidth"},Q="emphasis",L="normal",U=1,O={},N={};function k(e){return l.extend(e)}function P(e,t){return i.extendFromString(e,t)}function H(e,t){N[e]=t}function R(e){if(N.hasOwnProperty(e))return N[e]}function z(e,t,n,r){var o=i.createFromString(e,t);return n&&("center"===r&&(n=K(n,o.getBoundingRect())),j(o,n)),o}function V(e,t,n){var r=new c({style:{image:e,x:t.x,y:t.y,width:t.width,height:t.height},onload:function(e){if("center"===n){var i={width:e.width,height:e.height};r.setStyle(K(t,i))}}});return r}function K(e,t){var n,r=t.width/t.height,i=e.height*r;i<=e.width?n=e.height:(i=e.width,n=i/r);var o=e.x+e.width/2,a=e.y+e.height/2;return{x:o-i/2,y:a-n/2,width:i,height:n}}var G=i.mergePath;function j(e,t){if(e.applyTransform){var n=e.getBoundingRect(),r=n.calculateTransform(t);e.applyTransform(r)}}function W(e){return E.subPixelOptimizeLine(e.shape,e.shape,e.style),e}function X(e){return E.subPixelOptimizeRect(e.shape,e.shape,e.style),e}var Y=E.subPixelOptimize;function q(e){return null!=e&&"none"!==e}var J=r.createHashMap(),Z=0;function $(e){if("string"!==typeof e)return e;var t=J.get(e);return t||(t=o.lift(e,-.1),Z<1e4&&(J.set(e,t),Z++)),t}function ee(e){if(e.__hoverStlDirty){e.__hoverStlDirty=!1;var t=e.__hoverStl;if(t){var n=e.__cachedNormalStl={};e.__cachedNormalZ2=e.z2;var r=e.style;for(var i in t)null!=t[i]&&(n[i]=r[i]);n.fill=r.fill,n.stroke=r.stroke}else e.__cachedNormalStl=e.__cachedNormalZ2=null}}function te(e){var t=e.__hoverStl;if(t&&!e.__highlighted){var n=e.__zr,r=e.useHoverLayer&&n&&"canvas"===n.painter.type;if(e.__highlighted=r?"layer":"plain",!(e.isGroup||!n&&e.useHoverLayer)){var i=e,o=e.style;r&&(i=n.addHover(e),o=i.style),Be(o),r||ee(i),o.extendFrom(t),ne(o,t,"fill"),ne(o,t,"stroke"),be(o),r||(e.dirty(!1),e.z2+=D)}}}function ne(e,t,n){!q(t[n])&&q(e[n])&&(e[n]=$(e[n]))}function re(e){var t=e.__highlighted;if(t&&(e.__highlighted=!1,!e.isGroup))if("layer"===t)e.__zr&&e.__zr.removeHover(e);else{var n=e.style,r=e.__cachedNormalStl;r&&(Be(n),e.setStyle(r),be(n));var i=e.__cachedNormalZ2;null!=i&&e.z2-i===D&&(e.z2=i)}}function ie(e,t,n){var r,i=L,o=L;e.__highlighted&&(i=Q,r=!0),t(e,n),e.__highlighted&&(o=Q,r=!0),e.isGroup&&e.traverse((function(e){!e.isGroup&&t(e,n)})),r&&e.__highDownOnUpdate&&e.__highDownOnUpdate(i,o)}function oe(e,t){t=e.__hoverStl=!1!==t&&(e.hoverStyle||t||{}),e.__hoverStlDirty=!0,e.__highlighted&&(e.__cachedNormalStl=null,re(e),te(e))}function ae(e){!ce(this,e)&&!this.__highByOuter&&ie(this,te)}function se(e){!ce(this,e)&&!this.__highByOuter&&ie(this,re)}function le(e){this.__highByOuter|=1<<(e||0),ie(this,te)}function ue(e){!(this.__highByOuter&=~(1<<(e||0)))&&ie(this,re)}function ce(e,t){return e.__highDownSilentOnTouch&&t.zrByTouch}function Ae(e,t){he(e,!0),ie(e,oe,t)}function he(e,t){var n=!1===t;if(e.__highDownSilentOnTouch=e.highDownSilentOnTouch,e.__highDownOnUpdate=e.highDownOnUpdate,!n||e.__highDownDispatcher){var r=n?"off":"on";e[r]("mouseover",ae)[r]("mouseout",se),e[r]("emphasis",le)[r]("normal",ue),e.__highByOuter=e.__highByOuter||0,e.__highDownDispatcher=!n}}function de(e){return!(!e||!e.__highDownDispatcher)}function fe(e){var t=O[e];return null==t&&U<=32&&(t=O[e]=U++),t}function pe(e,t,n,i,o,a,s){o=o||T;var l,u=o.labelFetcher,c=o.labelDataIndex,A=o.labelDimIndex,h=o.labelProp,d=n.getShallow("show"),f=i.getShallow("show");(d||f)&&(u&&(l=u.getFormattedLabel(c,"normal",null,A,h)),null==l&&(l=r.isFunction(o.defaultText)?o.defaultText(c,o):o.defaultText));var p=d?l:null,g=f?r.retrieve2(u?u.getFormattedLabel(c,"emphasis",null,A,h):null,l):null;null==p&&null==g||(ve(e,n,a,o),ve(t,i,s,o,!0)),e.text=p,t.text=g}function ge(e,t,n){var i=e.style;t&&(Be(i),e.setStyle(t),be(i)),i=e.__hoverStl,n&&i&&(Be(i),r.extend(i,n),be(i))}function ve(e,t,n,i,o){return ye(e,t,i,o),n&&r.extend(e,n),e}function me(e,t,n){var r,i={isRectText:!0};!1===n?r=!0:i.autoColor=n,ye(e,t,i,r)}function ye(e,t,n,i){if(n=n||T,n.isRectText){var o;n.getTextPosition?o=n.getTextPosition(t,i):(o=t.getShallow("position")||(i?null:"inside"),"outside"===o&&(o="top")),e.textPosition=o,e.textOffset=t.getShallow("offset");var a=t.getShallow("rotate");null!=a&&(a*=Math.PI/180),e.textRotation=a,e.textDistance=r.retrieve2(t.getShallow("distance"),i?null:5)}var s,l=t.ecModel,u=l&&l.option.textStyle,c=xe(t);if(c)for(var A in s={},c)if(c.hasOwnProperty(A)){var h=t.getModel(["rich",A]);we(s[A]={},h,u,n,i)}return e.rich=s,we(e,t,u,n,i,!0),n.forceRich&&!n.textStyle&&(n.textStyle={}),e}function xe(e){var t;while(e&&e!==e.ecModel){var n=(e.option||T).rich;if(n)for(var r in t=t||{},n)n.hasOwnProperty(r)&&(t[r]=1);e=e.parentModel}return t}function we(e,t,n,i,o,a){n=!o&&n||T,e.textFill=_e(t.getShallow("color"),i)||n.color,e.textStroke=_e(t.getShallow("textBorderColor"),i)||n.textBorderColor,e.textStrokeWidth=r.retrieve2(t.getShallow("textBorderWidth"),n.textBorderWidth),o||(a&&(e.insideRollbackOpt=i,be(e)),null==e.textFill&&(e.textFill=i.autoColor)),e.fontStyle=t.getShallow("fontStyle")||n.fontStyle,e.fontWeight=t.getShallow("fontWeight")||n.fontWeight,e.fontSize=t.getShallow("fontSize")||n.fontSize,e.fontFamily=t.getShallow("fontFamily")||n.fontFamily,e.textAlign=t.getShallow("align"),e.textVerticalAlign=t.getShallow("verticalAlign")||t.getShallow("baseline"),e.textLineHeight=t.getShallow("lineHeight"),e.textWidth=t.getShallow("width"),e.textHeight=t.getShallow("height"),e.textTag=t.getShallow("tag"),a&&i.disableBox||(e.textBackgroundColor=_e(t.getShallow("backgroundColor"),i),e.textPadding=t.getShallow("padding"),e.textBorderColor=_e(t.getShallow("borderColor"),i),e.textBorderWidth=t.getShallow("borderWidth"),e.textBorderRadius=t.getShallow("borderRadius"),e.textBoxShadowColor=t.getShallow("shadowColor"),e.textBoxShadowBlur=t.getShallow("shadowBlur"),e.textBoxShadowOffsetX=t.getShallow("shadowOffsetX"),e.textBoxShadowOffsetY=t.getShallow("shadowOffsetY")),e.textShadowColor=t.getShallow("textShadowColor")||n.textShadowColor,e.textShadowBlur=t.getShallow("textShadowBlur")||n.textShadowBlur,e.textShadowOffsetX=t.getShallow("textShadowOffsetX")||n.textShadowOffsetX,e.textShadowOffsetY=t.getShallow("textShadowOffsetY")||n.textShadowOffsetY}function _e(e,t){return"auto"!==e?e:t&&t.autoColor?t.autoColor:null}function be(e){var t,n=e.textPosition,r=e.insideRollbackOpt;if(r&&null==e.textFill){var i=r.autoColor,o=r.isRectText,a=r.useInsideStyle,s=!1!==a&&(!0===a||o&&n&&"string"===typeof n&&n.indexOf("inside")>=0),l=!s&&null!=i;(s||l)&&(t={textFill:e.textFill,textStroke:e.textStroke,textStrokeWidth:e.textStrokeWidth}),s&&(e.textFill="#fff",null==e.textStroke&&(e.textStroke=i,null==e.textStrokeWidth&&(e.textStrokeWidth=2))),l&&(e.textFill=i)}e.insideRollback=t}function Be(e){var t=e.insideRollback;t&&(e.textFill=t.textFill,e.textStroke=t.textStroke,e.textStrokeWidth=t.textStrokeWidth,e.insideRollback=null)}function Ce(e,t){var n=t&&t.getModel("textStyle");return r.trim([e.fontStyle||n&&n.getShallow("fontStyle")||"",e.fontWeight||n&&n.getShallow("fontWeight")||"",(e.fontSize||n&&n.getShallow("fontSize")||12)+"px",e.fontFamily||n&&n.getShallow("fontFamily")||"sans-serif"].join(" "))}function Se(e,t,n,r,i,o){"function"===typeof i&&(o=i,i=null);var a=r&&r.isAnimationEnabled();if(a){var s=e?"Update":"",l=r.getShallow("animationDuration"+s),u=r.getShallow("animationEasing"+s),c=r.getShallow("animationDelay"+s);"function"===typeof c&&(c=c(i,r.getAnimationDelayParams?r.getAnimationDelayParams(t,i):null)),"function"===typeof l&&(l=l(i)),l>0?t.animateTo(n,l,c||0,u,o,!!o):(t.stopAnimation(),t.attr(n),o&&o())}else t.stopAnimation(),t.attr(n),o&&o()}function Ee(e,t,n,r,i){Se(!0,e,t,n,r,i)}function Me(e,t,n,r,i){Se(!1,e,t,n,r,i)}function Ie(e,t){var n=a.identity([]);while(e&&e!==t)a.mul(n,e.getLocalTransform(),n),e=e.parent;return n}function Te(e,t,n){return t&&!r.isArrayLike(t)&&(t=u.getLocalTransform(t)),n&&(t=a.invert([],t)),s.applyTransform([],e,t)}function De(e,t,n){var r=0===t[4]||0===t[5]||0===t[0]?1:Math.abs(2*t[4]/t[0]),i=0===t[4]||0===t[5]||0===t[2]?1:Math.abs(2*t[4]/t[2]),o=["left"===e?-r:"right"===e?r:0,"top"===e?-i:"bottom"===e?i:0];return o=Te(o,t,n),Math.abs(o[0])>Math.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function Fe(e,t,n,i){if(e&&t){var o=a(e);t.traverse((function(e){if(!e.isGroup&&e.anid){var t=o[e.anid];if(t){var r=l(e);e.attr(l(t)),Ee(e,r,n,e.dataIndex)}}}))}function a(e){var t={};return e.traverse((function(e){!e.isGroup&&e.anid&&(t[e.anid]=e)})),t}function l(e){var t={position:s.clone(e.position),rotation:e.rotation};return e.shape&&(t.shape=r.extend({},e.shape)),t}}function Qe(e,t){return r.map(e,(function(e){var n=e[0];n=M(n,t.x),n=I(n,t.x+t.width);var r=e[1];return r=M(r,t.y),r=I(r,t.y+t.height),[n,r]}))}function Le(e,t){var n=M(e.x,t.x),r=I(e.x+e.width,t.x+t.width),i=M(e.y,t.y),o=I(e.y+e.height,t.y+t.height);if(r>=n&&o>=i)return{x:n,y:i,width:r-n,height:o-i}}function Ue(e,t,n){t=r.extend({rectHover:!0},t);var i=t.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},e)return 0===e.indexOf("image://")?(i.image=e.slice(8),r.defaults(i,n),new c(t)):z(e.replace("path://",""),t,n,"center")}function Oe(e,t,n,r,i){for(var o=0,a=i[i.length-1];o<i.length;o++){var s=i[o];if(Ne(e,t,n,r,s[0],s[1],a[0],a[1]))return!0;a=s}}function Ne(e,t,n,r,i,o,a,s){var l=n-e,u=r-t,c=a-i,A=s-o,h=ke(c,A,l,u);if(Pe(h))return!1;var d=e-i,f=t-o,p=ke(d,f,l,u)/h;if(p<0||p>1)return!1;var g=ke(d,f,c,A)/h;return!(g<0||g>1)}function ke(e,t,n,r){return e*r-n*t}function Pe(e){return e<=1e-6&&e>=-1e-6}H("circle",d),H("sector",f),H("ring",p),H("polygon",g),H("polyline",v),H("rect",m),H("line",y),H("bezierCurve",x),H("arc",w),t.Z2_EMPHASIS_LIFT=D,t.CACHED_LABEL_STYLE_PROPERTIES=F,t.extendShape=k,t.extendPath=P,t.registerShape=H,t.getShapeClass=R,t.makePath=z,t.makeImage=V,t.mergePath=G,t.resizePath=j,t.subPixelOptimizeLine=W,t.subPixelOptimizeRect=X,t.subPixelOptimize=Y,t.setElementHoverStyle=oe,t.setHoverStyle=Ae,t.setAsHighDownDispatcher=he,t.isHighDownDispatcher=de,t.getHighlightDigit=fe,t.setLabelStyle=pe,t.modifyLabelStyle=ge,t.setTextStyle=ve,t.setText=me,t.getFont=Ce,t.updateProps=Ee,t.initProps=Me,t.getTransform=Ie,t.applyTransform=Te,t.transformDirection=De,t.groupTransition=Fe,t.clipPointsByRect=Qe,t.clipRectByRect=Le,t.createIcon=Ue,t.linePolygonIntersect=Oe,t.lineLineIntersect=Ne},2325:function(e,t,n){var r=n("6d8b"),i=n("607d"),o=n("2306"),a=n("88b3"),s=n("7dcf"),l=n("3842"),u=n("f934"),c=n("ef6a"),A=o.Rect,h=l.linearMap,d=l.asc,f=r.bind,p=r.each,g=7,v=1,m=30,y="horizontal",x="vertical",w=5,_=["line","bar","candlestick","scatter"],b=s.extend({type:"dataZoom.slider",init:function(e,t){this._displayables={},this._orient,this._range,this._handleEnds,this._size,this._handleWidth,this._handleHeight,this._location,this._dragging,this._dataShadowInfo,this.api=t},render:function(e,t,n,r){b.superApply(this,"render",arguments),a.createOrUpdate(this,"_dispatchZoomAction",this.dataZoomModel.get("throttle"),"fixRate"),this._orient=e.get("orient"),!1!==this.dataZoomModel.get("show")?(r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()):this.group.removeAll()},remove:function(){b.superApply(this,"remove",arguments),a.clear(this,"_dispatchZoomAction")},dispose:function(){b.superApply(this,"dispose",arguments),a.clear(this,"_dispatchZoomAction")},_buildView:function(){var e=this.group;e.removeAll(),this._resetLocation(),this._resetInterval();var t=this._displayables.barGroup=new o.Group;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),e.add(t),this._positionGroup()},_resetLocation:function(){var e=this.dataZoomModel,t=this.api,n=this._findCoordRect(),i={width:t.getWidth(),height:t.getHeight()},o=this._orient===y?{right:i.width-n.x-n.width,top:i.height-m-g,width:n.width,height:m}:{right:g,top:n.y,width:m,height:n.height},a=u.getLayoutParams(e.option);r.each(["right","top","width","height"],(function(e){"ph"===a[e]&&(a[e]=o[e])}));var s=u.getLayoutRect(a,i,e.padding);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===x&&this._size.reverse()},_positionGroup:function(){var e=this.group,t=this._location,n=this._orient,r=this.dataZoomModel.getFirstTargetAxisModel(),i=r&&r.get("inverse"),o=this._displayables.barGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==y||i?n===y&&i?{scale:a?[-1,1]:[-1,-1]}:n!==x||i?{scale:a?[-1,-1]:[-1,1],rotation:Math.PI/2}:{scale:a?[1,-1]:[1,1],rotation:Math.PI/2}:{scale:a?[1,1]:[1,-1]});var s=e.getBoundingRect([o]);e.attr("position",[t.x-s.x,t.y-s.y])},_getViewExtent:function(){return[0,this._size[0]]},_renderBackground:function(){var e=this.dataZoomModel,t=this._size,n=this._displayables.barGroup;n.add(new A({silent:!0,shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:e.get("backgroundColor")},z2:-40})),n.add(new A({shape:{x:0,y:0,width:t[0],height:t[1]},style:{fill:"transparent"},z2:0,onclick:r.bind(this._onClickPanelClick,this)}))},_renderDataShadow:function(){var e=this._dataShadowInfo=this._prepareDataShadowInfo();if(e){var t=this._size,n=e.series,i=n.getRawData(),a=n.getShadowDim?n.getShadowDim():e.otherDim;if(null!=a){var s=i.getDataExtent(a),l=.3*(s[1]-s[0]);s=[s[0]-l,s[1]+l];var u,c=[0,t[1]],A=[0,t[0]],d=[[t[0],0],[0,0]],f=[],p=A[1]/(i.count()-1),g=0,v=Math.round(i.count()/t[0]);i.each([a],(function(e,t){if(v>0&&t%v)g+=p;else{var n=null==e||isNaN(e)||""===e,r=n?0:h(e,s,c,!0);n&&!u&&t?(d.push([d[d.length-1][0],0]),f.push([f[f.length-1][0],0])):!n&&u&&(d.push([g,0]),f.push([g,0])),d.push([g,r]),f.push([g,r]),g+=p,u=n}}));var m=this.dataZoomModel;this._displayables.barGroup.add(new o.Polygon({shape:{points:d},style:r.defaults({fill:m.get("dataBackgroundColor")},m.getModel("dataBackground.areaStyle").getAreaStyle()),silent:!0,z2:-20})),this._displayables.barGroup.add(new o.Polyline({shape:{points:f},style:m.getModel("dataBackground.lineStyle").getLineStyle(),silent:!0,z2:-19}))}}},_prepareDataShadowInfo:function(){var e=this.dataZoomModel,t=e.get("showDataShadow");if(!1!==t){var n,i=this.ecModel;return e.eachTargetAxis((function(o,a){var s=e.getAxisProxy(o.name,a).getTargetSeriesModels();r.each(s,(function(e){if(!n&&!(!0!==t&&r.indexOf(_,e.get("type"))<0)){var s,l=i.getComponent(o.axis,a).axis,u=B(o.name),c=e.coordinateSystem;null!=u&&c.getOtherAxis&&(s=c.getOtherAxis(l).inverse),u=e.getData().mapDimension(u),n={thisAxis:l,series:e,thisDim:o.name,otherDim:u,otherAxisInverse:s}}}),this)}),this),n}},_renderHandle:function(){var e=this._displayables,t=e.handles=[],n=e.handleLabels=[],r=this._displayables.barGroup,i=this._size,a=this.dataZoomModel;r.add(e.filler=new A({draggable:!0,cursor:C(this._orient),drift:f(this._onDragMove,this,"all"),ondragstart:f(this._showDataInfo,this,!0),ondragend:f(this._onDragEnd,this),onmouseover:f(this._showDataInfo,this,!0),onmouseout:f(this._showDataInfo,this,!1),style:{fill:a.get("fillerColor"),textPosition:"inside"}})),r.add(new A({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:i[0],height:i[1]},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:v,fill:"rgba(0,0,0,0)"}})),p([0,1],(function(e){var i=o.createIcon(a.get("handleIcon"),{cursor:C(this._orient),draggable:!0,drift:f(this._onDragMove,this,e),ondragend:f(this._onDragEnd,this),onmouseover:f(this._showDataInfo,this,!0),onmouseout:f(this._showDataInfo,this,!1)},{x:-1,y:0,width:2,height:2}),s=i.getBoundingRect();this._handleHeight=l.parsePercent(a.get("handleSize"),this._size[1]),this._handleWidth=s.width/s.height*this._handleHeight,i.setStyle(a.getModel("handleStyle").getItemStyle());var u=a.get("handleColor");null!=u&&(i.style.fill=u),r.add(t[e]=i);var c=a.textStyleModel;this.group.add(n[e]=new o.Text({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textVerticalAlign:"middle",textAlign:"center",textFill:c.getTextColor(),textFont:c.getFont()},z2:10}))}),this)},_resetInterval:function(){var e=this._range=this.dataZoomModel.getPercentRange(),t=this._getViewExtent();this._handleEnds=[h(e[0],[0,100],t,!0),h(e[1],[0,100],t,!0)]},_updateInterval:function(e,t){var n=this.dataZoomModel,r=this._handleEnds,i=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];c(t,r,i,n.get("zoomLock")?"all":e,null!=o.minSpan?h(o.minSpan,a,i,!0):null,null!=o.maxSpan?h(o.maxSpan,a,i,!0):null);var s=this._range,l=this._range=d([h(r[0],i,a,!0),h(r[1],i,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},_updateView:function(e){var t=this._displayables,n=this._handleEnds,r=d(n.slice()),i=this._size;p([0,1],(function(e){var r=t.handles[e],o=this._handleHeight;r.attr({scale:[o/2,o/2],position:[n[e],i[1]/2-o/2]})}),this),t.filler.setShape({x:r[0],y:0,width:r[1]-r[0],height:i[1]}),this._updateDataInfo(e)},_updateDataInfo:function(e){var t=this.dataZoomModel,n=this._displayables,r=n.handleLabels,i=this._orient,a=["",""];if(t.get("showDetail")){var s=t.findRepresentativeAxisProxy();if(s){var l=s.getAxisModel().axis,u=this._range,c=e?s.calculateDataWindow({start:u[0],end:u[1]}).valueWindow:s.getDataValueWindow();a=[this._formatLabel(c[0],l),this._formatLabel(c[1],l)]}}var A=d(this._handleEnds.slice());function h(e){var t=o.getTransform(n.handles[e].parent,this.group),s=o.transformDirection(0===e?"right":"left",t),l=this._handleWidth/2+w,u=o.applyTransform([A[e]+(0===e?-l:l),this._size[1]/2],t);r[e].setStyle({x:u[0],y:u[1],textVerticalAlign:i===y?"middle":s,textAlign:i===y?s:"center",text:a[e]})}h.call(this,0),h.call(this,1)},_formatLabel:function(e,t){var n=this.dataZoomModel,i=n.get("labelFormatter"),o=n.get("labelPrecision");null!=o&&"auto"!==o||(o=t.getPixelPrecision());var a=null==e||isNaN(e)?"":"category"===t.type||"time"===t.type?t.scale.getLabel(Math.round(e)):e.toFixed(Math.min(o,20));return r.isFunction(i)?i(e,a):r.isString(i)?i.replace("{value}",a):a},_showDataInfo:function(e){e=this._dragging||e;var t=this._displayables.handleLabels;t[0].attr("invisible",!e),t[1].attr("invisible",!e)},_onDragMove:function(e,t,n,r){this._dragging=!0,i.stop(r.event);var a=this._displayables.barGroup.getLocalTransform(),s=o.applyTransform([t,n],a,!0),l=this._updateInterval(e,s[0]),u=this.dataZoomModel.get("realtime");this._updateView(!u),l&&u&&this._dispatchZoomAction()},_onDragEnd:function(){this._dragging=!1,this._showDataInfo(!1);var e=this.dataZoomModel.get("realtime");!e&&this._dispatchZoomAction()},_onClickPanelClick:function(e){var t=this._size,n=this._displayables.barGroup.transformCoordToLocal(e.offsetX,e.offsetY);if(!(n[0]<0||n[0]>t[0]||n[1]<0||n[1]>t[1])){var r=this._handleEnds,i=(r[0]+r[1])/2,o=this._updateInterval("all",n[0]-i);this._updateView(),o&&this._dispatchZoomAction()}},_dispatchZoomAction:function(){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,start:e[0],end:e[1]})},_findCoordRect:function(){var e;if(p(this.getTargetCoordInfo(),(function(t){if(!e&&t.length){var n=t[0].model.coordinateSystem;e=n.getRect&&n.getRect()}})),!e){var t=this.api.getWidth(),n=this.api.getHeight();e={x:.2*t,y:.2*n,width:.6*t,height:.6*n}}return e}});function B(e){var t={x:"y",y:"x",radius:"angle",angle:"radius"};return t[e]}function C(e){return"vertical"===e?"ns-resize":"ew-resize"}var S=b;e.exports=S},"237f":function(e,t,n){var r=n("6d8b"),i=n("6179"),o=n("7368"),a=n("31d9"),s=n("b1d4"),l=n("2039"),u=n("3301");function c(e,t,n,c,A){for(var h=new o(c),d=0;d<e.length;d++)h.addNode(r.retrieve(e[d].id,e[d].name,d),d);var f=[],p=[],g=0;for(d=0;d<t.length;d++){var v=t[d],m=v.source,y=v.target;h.addEdge(m,y,g)&&(p.push(v),f.push(r.retrieve(v.id,m+" > "+y)),g++)}var x,w=n.get("coordinateSystem");if("cartesian2d"===w||"polar"===w)x=u(e,n);else{var _=l.get(w),b=_&&"view"!==_.type&&_.dimensions||[];r.indexOf(b,"value")<0&&b.concat(["value"]);var B=s(e,{coordDimensions:b});x=new i(B,n),x.initData(e)}var C=new i(["value"],n);return C.initData(p,f),A&&A(x,C),a({mainData:x,struct:h,structAttr:"graph",datas:{node:x,edge:C},datasAttr:{node:"data",edge:"edgeData"}}),h.update(),h}e.exports=c},"23cb":function(e,t,n){var r=n("a691"),i=Math.max,o=Math.min;e.exports=function(e,t){var n=r(e);return n<0?i(n+t,0):o(n,t)}},"23e0":function(e,t,n){var r=n("6d8b"),i=n("7887"),o=n("89e3"),a=n("3842"),s=n("697e"),l=s.getScaleExtent,u=s.niceScaleExtent,c=n("2039"),A=n("8c2a");function h(e,t,n){this._model=e,this.dimensions=[],this._indicatorAxes=r.map(e.getIndicatorModels(),(function(e,t){var n="indicator_"+t,r=new i(n,"log"===e.get("axisType")?new A:new o);return r.name=e.get("name"),r.model=e,e.axis=r,this.dimensions.push(n),r}),this),this.resize(e,n),this.cx,this.cy,this.r,this.r0,this.startAngle}h.prototype.getIndicatorAxes=function(){return this._indicatorAxes},h.prototype.dataToPoint=function(e,t){var n=this._indicatorAxes[t];return this.coordToPoint(n.dataToCoord(e),t)},h.prototype.coordToPoint=function(e,t){var n=this._indicatorAxes[t],r=n.angle,i=this.cx+e*Math.cos(r),o=this.cy-e*Math.sin(r);return[i,o]},h.prototype.pointToData=function(e){var t=e[0]-this.cx,n=e[1]-this.cy,r=Math.sqrt(t*t+n*n);t/=r,n/=r;for(var i,o=Math.atan2(-n,t),a=1/0,s=-1,l=0;l<this._indicatorAxes.length;l++){var u=this._indicatorAxes[l],c=Math.abs(o-u.angle);c<a&&(i=u,s=l,a=c)}return[s,+(i&&i.coordToData(r))]},h.prototype.resize=function(e,t){var n=e.get("center"),i=t.getWidth(),o=t.getHeight(),s=Math.min(i,o)/2;this.cx=a.parsePercent(n[0],i),this.cy=a.parsePercent(n[1],o),this.startAngle=e.get("startAngle")*Math.PI/180;var l=e.get("radius");"string"!==typeof l&&"number"!==typeof l||(l=[0,l]),this.r0=a.parsePercent(l[0],s),this.r=a.parsePercent(l[1],s),r.each(this._indicatorAxes,(function(e,t){e.setExtent(this.r0,this.r);var n=this.startAngle+t*Math.PI*2/this._indicatorAxes.length;n=Math.atan2(Math.sin(n),Math.cos(n)),e.angle=n}),this)},h.prototype.update=function(e,t){var n=this._indicatorAxes,i=this._model;r.each(n,(function(e){e.scale.setExtent(1/0,-1/0)})),e.eachSeriesByType("radar",(function(t,o){if("radar"===t.get("coordinateSystem")&&e.getComponent("radar",t.get("radarIndex"))===i){var a=t.getData();r.each(n,(function(e){e.scale.unionExtentFromData(a,a.mapDimension(e.dim))}))}}),this);var o=i.get("splitNumber");function s(e){var t=Math.pow(10,Math.floor(Math.log(e)/Math.LN10)),n=e/t;return 2===n?n=5:n*=2,n*t}r.each(n,(function(e,t){var n=l(e.scale,e.model).extent;u(e.scale,e.model);var r=e.model,i=e.scale,c=r.getMin(),A=r.getMax(),h=i.getInterval();if(null!=c&&null!=A)i.setExtent(+c,+A),i.setInterval((A-c)/o);else if(null!=c){do{f=c+h*o,i.setExtent(+c,f),i.setInterval(h),h=s(h)}while(f<n[1]&&isFinite(f)&&isFinite(n[1]))}else if(null!=A){do{p=A-h*o,i.setExtent(p,+A),i.setInterval(h),h=s(h)}while(p>n[0]&&isFinite(p)&&isFinite(n[0]))}else{var d=i.getTicks().length-1;d>o&&(h=s(h));var f=Math.ceil(n[1]/h)*h,p=a.round(f-h*o);i.setExtent(p,f),i.setInterval(h)}}))},h.dimensions=[],h.create=function(e,t){var n=[];return e.eachComponent("radar",(function(r){var i=new h(r,e,t);n.push(i),r.coordinateSystem=i})),e.eachSeriesByType("radar",(function(e){"radar"===e.get("coordinateSystem")&&(e.coordinateSystem=n[e.get("radarIndex")||0])})),n},c.register("radar",h);var d=h;e.exports=d},"23e7":function(e,t,n){var r=n("da84"),i=n("06cf").f,o=n("9112"),a=n("6eeb"),s=n("ce4e"),l=n("e893"),u=n("94ca");e.exports=function(e,t){var n,c,A,h,d,f,p=e.target,g=e.global,v=e.stat;if(c=g?r:v?r[p]||s(p,{}):(r[p]||{}).prototype,c)for(A in t){if(d=t[A],e.noTargetGet?(f=i(c,A),h=f&&f.value):h=c[A],n=u(g?A:p+(v?".":"#")+A,e.forced),!n&&void 0!==h){if(typeof d===typeof h)continue;l(d,h)}(e.sham||h&&h.sham)&&o(d,"sham",!0),a(c,A,d,e)}}},"23ee":function(e,t,n){var r=n("3eba");n("879e"),n("9704"),n("d747");var i=n("675a"),o=n("7f96"),a=n("2943"),s=n("de6e"),l=n("d357"),u=n("adda"),c=n("5866"),A=n("7b0c");r.registerProcessor(i),r.registerVisual(o("graph","circle",null)),r.registerVisual(a),r.registerVisual(s),r.registerLayout(l),r.registerLayout(r.PRIORITY.VISUAL.POST_CHART_LAYOUT,u),r.registerLayout(c),r.registerCoordinateSystem("graphView",{create:A})},"241c":function(e,t,n){var r=n("ca84"),i=n("7839"),o=i.concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,o)}},2444:function(e,t,n){"use strict";(function(t){var r=n("c532"),i=n("c8af"),o={"Content-Type":"application/x-www-form-urlencoded"};function a(e,t){!r.isUndefined(e)&&r.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function s(){var e;return("undefined"!==typeof XMLHttpRequest||"undefined"!==typeof t)&&(e=n("b50d")),e}var l={adapter:s(),transformRequest:[function(e,t){return i(t,"Content-Type"),r.isFormData(e)||r.isArrayBuffer(e)||r.isBuffer(e)||r.isStream(e)||r.isFile(e)||r.isBlob(e)?e:r.isArrayBufferView(e)?e.buffer:r.isURLSearchParams(e)?(a(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):r.isObject(e)?(a(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"===typeof e)try{e=JSON.parse(e)}catch(t){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};r.forEach(["delete","get","head"],(function(e){l.headers[e]={}})),r.forEach(["post","put","patch"],(function(e){l.headers[e]=r.merge(o)})),e.exports=l}).call(this,n("4362"))},2449:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("22d1"),s=n("e0d3"),l=n("eda2"),u=n("38a2"),c=l.addCommas,A=l.encodeHTML;function h(e){s.defaultEmphasis(e,"label",["show"])}var d=i.extendComponentModel({type:"marker",dependencies:["series","grid","polar","geo"],init:function(e,t,n){this.mergeDefaultAndTheme(e,n),this._mergeOption(e,n,!1,!0)},isAnimationEnabled:function(){if(a.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},mergeOption:function(e,t){this._mergeOption(e,t,!1,!1)},_mergeOption:function(e,t,n,r){var i=this.constructor,a=this.mainType+"Model";n||t.eachSeries((function(e){var n=e.get(this.mainType,!0),s=e[a];n&&n.data?(s?s._mergeOption(n,t,!0):(r&&h(n),o.each(n.data,(function(e){e instanceof Array?(h(e[0]),h(e[1])):h(e)})),s=new i(n,this,t),o.extend(s,{mainType:this.mainType,seriesIndex:e.seriesIndex,name:e.name,createdBySelf:!0}),s.__hostSeries=e),e[a]=s):e[a]=null}),this)},formatTooltip:function(e,t,n,r){var i=this.getData(),a=this.getRawValue(e),s=o.isArray(a)?o.map(a,c).join(", "):c(a),l=i.getName(e),u=A(this.name),h="html"===r?"<br/>":"\n";return(null!=a||l)&&(u+=h),l&&(u+=A(l),null!=a&&(u+=" : ")),null!=a&&(u+=A(s)),u},getData:function(){return this._data},setData:function(e){this._data=e}});o.mixin(d,u);var f=d;e.exports=f},"24b9":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("f934")),o=n("3842"),a=o.parsePercent,s=o.linearMap;function l(e,t){return i.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function u(e,t){for(var n=e.mapDimension("value"),r=e.mapArray(n,(function(e){return e})),i=[],o="ascending"===t,a=0,s=e.count();a<s;a++)i[a]=a;return"function"===typeof t?i.sort(t):"none"!==t&&i.sort((function(e,t){return o?r[e]-r[t]:r[t]-r[e]})),i}function c(e){e.each((function(t){var n,r,i,o,a=e.getItemModel(t),s=a.getModel("label"),l=s.get("position"),u=a.get("orient"),c=a.getModel("labelLine"),A=e.getItemLayout(t),h=A.points,d="inner"===l||"inside"===l||"center"===l||"insideLeft"===l||"insideRight"===l;if(d)"insideLeft"===l?(r=(h[0][0]+h[3][0])/2+5,i=(h[0][1]+h[3][1])/2,n="left"):"insideRight"===l?(r=(h[1][0]+h[2][0])/2-5,i=(h[1][1]+h[2][1])/2,n="right"):(r=(h[0][0]+h[1][0]+h[2][0]+h[3][0])/4,i=(h[0][1]+h[1][1]+h[2][1]+h[3][1])/4,n="center"),o=[[r,i],[r,i]];else{var f,p,g,v,m=c.get("length");"left"===l?(f=(h[3][0]+h[0][0])/2,p=(h[3][1]+h[0][1])/2,g=f-m,r=g-5,n="right"):"right"===l?(f=(h[1][0]+h[2][0])/2,p=(h[1][1]+h[2][1])/2,g=f+m,r=g+5,n="left"):"top"===l?(f=(h[3][0]+h[0][0])/2,p=(h[3][1]+h[0][1])/2,v=p-m,i=v-5,n="center"):"bottom"===l?(f=(h[1][0]+h[2][0])/2,p=(h[1][1]+h[2][1])/2,v=p+m,i=v+5,n="center"):"rightTop"===l?(f="horizontal"===u?h[3][0]:h[1][0],p="horizontal"===u?h[3][1]:h[1][1],"horizontal"===u?(v=p-m,i=v-5,n="center"):(g=f+m,r=g+5,n="top")):"rightBottom"===l?(f=h[2][0],p=h[2][1],"horizontal"===u?(v=p+m,i=v+5,n="center"):(g=f+m,r=g+5,n="bottom")):"leftTop"===l?(f=h[0][0],p="horizontal"===u?h[0][1]:h[1][1],"horizontal"===u?(v=p-m,i=v-5,n="center"):(g=f-m,r=g-5,n="right")):"leftBottom"===l?(f="horizontal"===u?h[1][0]:h[3][0],p="horizontal"===u?h[1][1]:h[2][1],"horizontal"===u?(v=p+m,i=v+5,n="center"):(g=f-m,r=g-5,n="right")):(f=(h[1][0]+h[2][0])/2,p=(h[1][1]+h[2][1])/2,"horizontal"===u?(v=p+m,i=v+5,n="center"):(g=f+m,r=g+5,n="left")),"horizontal"===u?(g=f,r=g):(v=p,i=v),o=[[f,p],[g,v]]}A.label={linePoints:o,x:r,y:i,verticalAlign:"middle",textAlign:n,inside:d}}))}function A(e,t,n){e.eachSeriesByType("funnel",(function(e){var n=e.getData(),r=n.mapDimension("value"),i=e.get("sort"),o=l(e,t),A=u(n,i),h=e.get("orient"),d=o.width,f=o.height,p=o.x,g=o.y,v="horizontal"===h?[a(e.get("minSize"),f),a(e.get("maxSize"),f)]:[a(e.get("minSize"),d),a(e.get("maxSize"),d)],m=n.getDataExtent(r),y=e.get("min"),x=e.get("max");null==y&&(y=Math.min(m[0],0)),null==x&&(x=m[1]);var w=e.get("funnelAlign"),_=e.get("gap"),b="horizontal"===h?d:f,B=(b-_*(n.count()-1))/n.count(),C=function(e,t){if("horizontal"===h){var i,o=n.get(r,e)||0,a=s(o,[y,x],v,!0);switch(w){case"top":i=g;break;case"center":i=g+(f-a)/2;break;case"bottom":i=g+(f-a);break}return[[t,i],[t,i+a]]}o=n.get(r,e)||0;var l,u=s(o,[y,x],v,!0);switch(w){case"left":l=p;break;case"center":l=p+(d-u)/2;break;case"right":l=p+d-u;break}return[[l,t],[l+u,t]]};"ascending"===i&&(B=-B,_=-_,"horizontal"===h?p+=d:g+=f,A=A.reverse());for(var S=0;S<A.length;S++){var E=A[S],M=A[S+1],I=n.getItemModel(E);if("horizontal"===h){var T=I.get("itemStyle.width");null==T?T=B:(T=a(T,d),"ascending"===i&&(T=-T));var D=C(E,p),F=C(M,p+T);p+=T+_,n.setItemLayout(E,{points:D.concat(F.slice().reverse())})}else{var Q=I.get("itemStyle.height");null==Q?Q=B:(Q=a(Q,f),"ascending"===i&&(Q=-Q));D=C(E,"horizontal"===h?p:g),F=C(M,"horizontal"===h?p+T:g+Q);g+=Q+_,n.setItemLayout(E,{points:D.concat(F.slice().reverse())})}}c(n)}))}e.exports=A},2532:function(e,t,n){"use strict";var r=n("23e7"),i=n("5a34"),o=n("1d80"),a=n("ab13");r({target:"String",proto:!0,forced:!a("includes")},{includes:function(e){return!!~String(o(this)).indexOf(i(e),arguments.length>1?arguments[1]:void 0)}})},"255c":function(e,t,n){var r=n("3eba"),i=n("d4d1"),o=i.Polygon,a=n("2306"),s=n("6d8b"),l=s.bind,u=s.extend,c=n("80f0"),A=r.extendChartView({type:"themeRiver",init:function(){this._layers=[]},render:function(e,t,n){var r=e.getData(),i=this.group,s=e.getLayerSeries(),A=r.getLayout("layoutInfo"),d=A.rect,f=A.boundaryGap;function p(e){return e.name}i.attr("position",[0,d.y+f[0]]);var g=new c(this._layersSeries||[],s,p,p),v={};function m(t,n,l){var c=this._layers;if("remove"!==t){for(var A,d,f,p=[],g=[],m=s[n].indices,y=0;y<m.length;y++){var x=r.getItemLayout(m[y]),w=x.x,_=x.y0,b=x.y;p.push([w,_]),g.push([w,_+b]),A=r.getItemVisual(m[y],"color")}var B=r.getItemLayout(m[0]),C=r.getItemModel(m[y-1]),S=C.getModel("label"),E=S.get("margin");if("add"===t){var M=v[n]=new a.Group;d=new o({shape:{points:p,stackedOnPoints:g,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),f=new a.Text({style:{x:B.x-E,y:B.y0+B.y/2}}),M.add(d),M.add(f),i.add(M),d.setClipPath(h(d.getBoundingRect(),e,(function(){d.removeClipPath()})))}else{M=c[l];d=M.childAt(0),f=M.childAt(1),i.add(M),v[n]=M,a.updateProps(d,{shape:{points:p,stackedOnPoints:g}},e),a.updateProps(f,{style:{x:B.x-E,y:B.y0+B.y/2}},e)}var I=C.getModel("emphasis.itemStyle"),T=C.getModel("itemStyle");a.setTextStyle(f.style,S,{text:S.get("show")?e.getFormattedLabel(m[y-1],"normal")||r.getName(m[y-1]):null,textVerticalAlign:"middle"}),d.setStyle(u({fill:A},T.getItemStyle(["color"]))),a.setHoverStyle(d,I.getItemStyle())}else i.remove(c[n])}g.add(l(m,this,"add")).update(l(m,this,"update")).remove(l(m,this,"remove")).execute(),this._layersSeries=s,this._layers=v},dispose:function(){}});function h(e,t,n){var r=new a.Rect({shape:{x:e.x-10,y:e.y-10,width:0,height:e.height+20}});return a.initProps(r,{shape:{width:e.width+20,height:e.height+20}},t,n),r}e.exports=A},"25f0":function(e,t,n){"use strict";var r=n("6eeb"),i=n("825a"),o=n("d039"),a=n("ad6d"),s="toString",l=RegExp.prototype,u=l[s],c=o((function(){return"/a/b"!=u.call({source:"a",flags:"b"})})),A=u.name!=s;(c||A)&&r(RegExp.prototype,s,(function(){var e=i(this),t=String(e.source),n=e.flags,r=String(void 0===n&&e instanceof RegExp&&!("flags"in l)?a.call(e):n);return"/"+t+"/"+r}),{unsafe:!0})},2626:function(e,t,n){"use strict";var r=n("d066"),i=n("9bf2"),o=n("b622"),a=n("83ab"),s=o("species");e.exports=function(e){var t=r(e),n=i.f;a&&t&&!t[s]&&n(t,s,{configurable:!0,get:function(){return this}})}},"26dd":function(e,t,n){"use strict";var r=n("6f4f"),i=n("10db"),o=n("92f0"),a={};n("051b")(a,n("cc15")("iterator"),(function(){return this})),e.exports=function(e,t,n){e.prototype=r(a,{next:i(1,n)}),o(e,t+" Iterator")}},"26e1":function(e,t,n){var r=n("6d8b"),i=n("e0d3"),o=r.each,a=r.isObject,s=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function l(e){var t=e&&e.itemStyle;if(t)for(var n=0,i=s.length;n<i;n++){var o=s[n],a=t.normal,l=t.emphasis;a&&a[o]&&(e[o]=e[o]||{},e[o].normal?r.merge(e[o].normal,a[o]):e[o].normal=a[o],a[o]=null),l&&l[o]&&(e[o]=e[o]||{},e[o].emphasis?r.merge(e[o].emphasis,l[o]):e[o].emphasis=l[o],l[o]=null)}}function u(e,t,n){if(e&&e[t]&&(e[t].normal||e[t].emphasis)){var i=e[t].normal,o=e[t].emphasis;i&&(n?(e[t].normal=e[t].emphasis=null,r.defaults(e[t],i)):e[t]=i),o&&(e.emphasis=e.emphasis||{},e.emphasis[t]=o)}}function c(e){u(e,"itemStyle"),u(e,"lineStyle"),u(e,"areaStyle"),u(e,"label"),u(e,"labelLine"),u(e,"upperLabel"),u(e,"edgeLabel")}function A(e,t){var n=a(e)&&e[t],r=a(n)&&n.textStyle;if(r)for(var o=0,s=i.TEXT_STYLE_OPTIONS.length;o<s;o++){t=i.TEXT_STYLE_OPTIONS[o];r.hasOwnProperty(t)&&(n[t]=r[t])}}function h(e){e&&(c(e),A(e,"label"),e.emphasis&&A(e.emphasis,"label"))}function d(e){if(a(e)){l(e),c(e),A(e,"label"),A(e,"upperLabel"),A(e,"edgeLabel"),e.emphasis&&(A(e.emphasis,"label"),A(e.emphasis,"upperLabel"),A(e.emphasis,"edgeLabel"));var t=e.markPoint;t&&(l(t),h(t));var n=e.markLine;n&&(l(n),h(n));var i=e.markArea;i&&h(i);var o=e.data;if("graph"===e.type){o=o||e.nodes;var s=e.links||e.edges;if(s&&!r.isTypedArray(s))for(var d=0;d<s.length;d++)h(s[d]);r.each(e.categories,(function(e){c(e)}))}if(o&&!r.isTypedArray(o))for(d=0;d<o.length;d++)h(o[d]);t=e.markPoint;if(t&&t.data){var f=t.data;for(d=0;d<f.length;d++)h(f[d])}n=e.markLine;if(n&&n.data){var p=n.data;for(d=0;d<p.length;d++)r.isArray(p[d])?(h(p[d][0]),h(p[d][1])):h(p[d])}"gauge"===e.type?(A(e,"axisLabel"),A(e,"title"),A(e,"detail")):"treemap"===e.type?(u(e.breadcrumb,"itemStyle"),r.each(e.levels,(function(e){c(e)}))):"tree"===e.type&&c(e.leaves)}}function f(e){return r.isArray(e)?e:e?[e]:[]}function p(e){return(r.isArray(e)?e[0]:e)||{}}function g(e,t){o(f(e.series),(function(e){a(e)&&d(e)}));var n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];t&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),o(n,(function(t){o(f(e[t]),(function(e){e&&(A(e,"axisLabel"),A(e.axisPointer,"label"))}))})),o(f(e.parallel),(function(e){var t=e&&e.parallelAxisDefault;A(t,"axisLabel"),A(t&&t.axisPointer,"label")})),o(f(e.calendar),(function(e){u(e,"itemStyle"),A(e,"dayLabel"),A(e,"monthLabel"),A(e,"yearLabel")})),o(f(e.radar),(function(e){A(e,"name")})),o(f(e.geo),(function(e){a(e)&&(h(e),o(f(e.regions),(function(e){h(e)})))})),o(f(e.timeline),(function(e){h(e),u(e,"label"),u(e,"itemStyle"),u(e,"controlStyle",!0);var t=e.data;r.isArray(t)&&r.each(t,(function(e){r.isObject(e)&&(u(e,"label"),u(e,"itemStyle"))}))})),o(f(e.toolbox),(function(e){u(e,"iconStyle"),o(e.feature,(function(e){u(e,"iconStyle")}))})),A(p(e.axisPointer),"label"),A(p(e.tooltip).axisPointer,"label")}e.exports=g},"282b":function(e,t,n){var r=n("6d8b");function i(e){for(var t=0;t<e.length;t++)e[t][1]||(e[t][1]=e[t][0]);return function(t,n,i){for(var o={},a=0;a<e.length;a++){var s=e[a][1];if(!(n&&r.indexOf(n,s)>=0||i&&r.indexOf(i,s)<0)){var l=t.getShallow(s);null!=l&&(o[e[a][0]]=l)}}return o}}e.exports=i},2877:function(e,t,n){"use strict";function r(e,t,n,r,i,o,a,s){var l,u="function"===typeof e?e.options:e;if(t&&(u.render=t,u.staticRenderFns=n,u._compiled=!0),r&&(u.functional=!0),o&&(u._scopeId="data-v-"+o),a?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"===typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},u._ssrRegister=l):i&&(l=s?function(){i.call(this,(u.functional?this.parent:this).$root.$options.shadowRoot)}:i),l)if(u.functional){u._injectStyles=l;var c=u.render;u.render=function(e,t){return l.call(t),c(e,t)}}else{var A=u.beforeCreate;u.beforeCreate=A?[].concat(A,l):[l]}return{exports:e,options:u}}n.d(t,"a",(function(){return r}))},2909:function(e,t,n){"use strict";n.d(t,"a",(function(){return l}));var r=n("6b75");function i(e){if(Array.isArray(e))return Object(r["a"])(e)}n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0"),n("a630");function o(e){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}var a=n("06c5");function s(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function l(e){return i(e)||o(e)||Object(a["a"])(e)||s()}},"292e":function(e,t,n){var r=n("3842"),i=r.parsePercent,o=r.linearMap,a=n("f934"),s=n("bb70"),l=n("6d8b"),u=2*Math.PI,c=Math.PI/180;function A(e,t){return a.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function h(e,t,n,r){t.eachSeriesByType(e,(function(e){var t=e.getData(),r=t.mapDimension("value"),a=A(e,n),h=e.get("center"),d=e.get("radius");l.isArray(d)||(d=[0,d]),l.isArray(h)||(h=[h,h]);var f=i(a.width,n.getWidth()),p=i(a.height,n.getHeight()),g=Math.min(f,p),v=i(h[0],f)+a.x,m=i(h[1],p)+a.y,y=i(d[0],g/2),x=i(d[1],g/2),w=-e.get("startAngle")*c,_=e.get("minAngle")*c,b=0;t.each(r,(function(e){!isNaN(e)&&b++}));var B=t.getSum(r),C=Math.PI/(B||b)*2,S=e.get("clockwise"),E=e.get("roseType"),M=e.get("stillShowZeroSum"),I=t.getDataExtent(r);I[0]=0;var T=u,D=0,F=w,Q=S?1:-1;if(t.each(r,(function(e,n){var r;if(isNaN(e))t.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:S,cx:v,cy:m,r0:y,r:E?NaN:x,viewRect:a});else{r="area"!==E?0===B&&M?C:e*C:u/b,r<_?(r=_,T-=_):D+=e;var i=F+Q*r;t.setItemLayout(n,{angle:r,startAngle:F,endAngle:i,clockwise:S,cx:v,cy:m,r0:y,r:E?o(e,I,[y,x]):x,viewRect:a}),F=i}})),T<u&&b)if(T<=.001){var L=u/b;t.each(r,(function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n);r.angle=L,r.startAngle=w+Q*n*L,r.endAngle=w+Q*(n+1)*L}}))}else C=T/D,F=w,t.each(r,(function(e,n){if(!isNaN(e)){var r=t.getItemLayout(n),i=r.angle===_?_:e*C;r.startAngle=F,r.endAngle=F+Q*i,F+=Q*i}}));s(e,x,a.width,a.height,a.x,a.y)}))}e.exports=h},2943:function(e,t){function n(e){var t={};e.eachSeriesByType("graph",(function(e){var n=e.getCategoriesData(),r=e.getData(),i={};n.each((function(r){var o=n.getName(r);i["ec-"+o]=r;var a=n.getItemModel(r),s=a.get("itemStyle.color")||e.getColorFromPalette(o,t);n.setItemVisual(r,"color",s);for(var l=["opacity","symbol","symbolSize","symbolKeepAspect"],u=0;u<l.length;u++){var c=a.getShallow(l[u],!0);null!=c&&n.setItemVisual(r,l[u],c)}})),n.count()&&r.each((function(e){var t=r.getItemModel(e),o=t.getShallow("category");if(null!=o){"string"===typeof o&&(o=i["ec-"+o]);for(var a=["color","opacity","symbol","symbolSize","symbolKeepAspect"],s=0;s<a.length;s++)null==r.getItemVisual(e,a[s],!0)&&r.setItemVisual(e,a[s],n.getItemVisual(o,a[s]))}}))}))}e.exports=n},"29a8":function(e,t){var n={legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图"}},aria:{general:{withTitle:"这是一个关于“{title}”的图表。",withoutTitle:"这是一个图表,"},series:{single:{prefix:"",withName:"图表类型是{seriesType},表示{seriesName}。",withoutName:"图表类型是{seriesType}。"},multiple:{prefix:"它由{seriesCount}个图表系列组成。",withName:"第{seriesId}个系列是一个表示{seriesName}的{seriesType},",withoutName:"第{seriesId}个系列是一个{seriesType},",separator:{middle:";",end:"。"}}},data:{allData:"其数据是——",partialData:"其中,前{displayCnt}项是——",withName:"{name}的数据是{value}",withoutName:"{value}",separator:{middle:",",end:""}}}};e.exports=n},"29a9":function(e,t,n){var r=n("3eba"),i=n("b336");n("bc5f"),n("ab05"),n("06ea"),n("004f"),n("d6ef"),r.registerPreprocessor(i)},"2b0e":function(e,t,n){"use strict";n.r(t),function(e){
  13. /*!
  14. * Vue.js v2.6.10
  15. * (c) 2014-2019 Evan You
  16. * Released under the MIT License.
  17. */
  18. var n=Object.freeze({});function r(e){return void 0===e||null===e}function i(e){return void 0!==e&&null!==e}function o(e){return!0===e}function a(e){return!1===e}function s(e){return"string"===typeof e||"number"===typeof e||"symbol"===typeof e||"boolean"===typeof e}function l(e){return null!==e&&"object"===typeof e}var u=Object.prototype.toString;function c(e){return"[object Object]"===u.call(e)}function A(e){return"[object RegExp]"===u.call(e)}function h(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return i(e)&&"function"===typeof e.then&&"function"===typeof e.catch}function f(e){return null==e?"":Array.isArray(e)||c(e)&&e.toString===u?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i<r.length;i++)n[r[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}g("slot,component",!0);var v=g("key,ref,slot,slot-scope,is");function m(e,t){if(e.length){var n=e.indexOf(t);if(n>-1)return e.splice(n,1)}}var y=Object.prototype.hasOwnProperty;function x(e,t){return y.call(e,t)}function w(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}var _=/-(\w)/g,b=w((function(e){return e.replace(_,(function(e,t){return t?t.toUpperCase():""}))})),B=w((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),C=/\B([A-Z])/g,S=w((function(e){return e.replace(C,"-$1").toLowerCase()}));function E(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function M(e,t){return e.bind(t)}var I=Function.prototype.bind?M:E;function T(e,t){t=t||0;var n=e.length-t,r=new Array(n);while(n--)r[n]=e[n+t];return r}function D(e,t){for(var n in t)e[n]=t[n];return e}function F(e){for(var t={},n=0;n<e.length;n++)e[n]&&D(t,e[n]);return t}function Q(e,t,n){}var L=function(e,t,n){return!1},U=function(e){return e};function O(e,t){if(e===t)return!0;var n=l(e),r=l(t);if(!n||!r)return!n&&!r&&String(e)===String(t);try{var i=Array.isArray(e),o=Array.isArray(t);if(i&&o)return e.length===t.length&&e.every((function(e,n){return O(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||o)return!1;var a=Object.keys(e),s=Object.keys(t);return a.length===s.length&&a.every((function(n){return O(e[n],t[n])}))}catch(u){return!1}}function N(e,t){for(var n=0;n<e.length;n++)if(O(e[n],t))return n;return-1}function k(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}var P="data-server-rendered",H=["component","directive","filter"],R=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch"],z={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:L,isReservedAttr:L,isUnknownElement:L,getTagNamespace:Q,parsePlatformTagName:U,mustUseProp:L,async:!0,_lifecycleHooks:R},V=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function K(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function G(e,t,n,r){Object.defineProperty(e,t,{value:n,enumerable:!!r,writable:!0,configurable:!0})}var j=new RegExp("[^"+V.source+".$_\\d]");function W(e){if(!j.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}var X,Y="__proto__"in{},q="undefined"!==typeof window,J="undefined"!==typeof WXEnvironment&&!!WXEnvironment.platform,Z=J&&WXEnvironment.platform.toLowerCase(),$=q&&window.navigator.userAgent.toLowerCase(),ee=$&&/msie|trident/.test($),te=$&&$.indexOf("msie 9.0")>0,ne=$&&$.indexOf("edge/")>0,re=($&&$.indexOf("android"),$&&/iphone|ipad|ipod|ios/.test($)||"ios"===Z),ie=($&&/chrome\/\d+/.test($),$&&/phantomjs/.test($),$&&$.match(/firefox\/(\d+)/)),oe={}.watch,ae=!1;if(q)try{var se={};Object.defineProperty(se,"passive",{get:function(){ae=!0}}),window.addEventListener("test-passive",null,se)}catch(ba){}var le=function(){return void 0===X&&(X=!q&&!J&&"undefined"!==typeof e&&(e["process"]&&"server"===e["process"].env.VUE_ENV)),X},ue=q&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ce(e){return"function"===typeof e&&/native code/.test(e.toString())}var Ae,he="undefined"!==typeof Symbol&&ce(Symbol)&&"undefined"!==typeof Reflect&&ce(Reflect.ownKeys);Ae="undefined"!==typeof Set&&ce(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var de=Q,fe=0,pe=function(){this.id=fe++,this.subs=[]};pe.prototype.addSub=function(e){this.subs.push(e)},pe.prototype.removeSub=function(e){m(this.subs,e)},pe.prototype.depend=function(){pe.target&&pe.target.addDep(this)},pe.prototype.notify=function(){var e=this.subs.slice();for(var t=0,n=e.length;t<n;t++)e[t].update()},pe.target=null;var ge=[];function ve(e){ge.push(e),pe.target=e}function me(){ge.pop(),pe.target=ge[ge.length-1]}var ye=function(e,t,n,r,i,o,a,s){this.tag=e,this.data=t,this.children=n,this.text=r,this.elm=i,this.ns=void 0,this.context=o,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=s,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1},xe={child:{configurable:!0}};xe.child.get=function(){return this.componentInstance},Object.defineProperties(ye.prototype,xe);var we=function(e){void 0===e&&(e="");var t=new ye;return t.text=e,t.isComment=!0,t};function _e(e){return new ye(void 0,void 0,void 0,String(e))}function be(e){var t=new ye(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var Be=Array.prototype,Ce=Object.create(Be),Se=["push","pop","shift","unshift","splice","sort","reverse"];Se.forEach((function(e){var t=Be[e];G(Ce,e,(function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];var i,o=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2);break}return i&&a.observeArray(i),a.dep.notify(),o}))}));var Ee=Object.getOwnPropertyNames(Ce),Me=!0;function Ie(e){Me=e}var Te=function(e){this.value=e,this.dep=new pe,this.vmCount=0,G(e,"__ob__",this),Array.isArray(e)?(Y?De(e,Ce):Fe(e,Ce,Ee),this.observeArray(e)):this.walk(e)};function De(e,t){e.__proto__=t}function Fe(e,t,n){for(var r=0,i=n.length;r<i;r++){var o=n[r];G(e,o,t[o])}}function Qe(e,t){var n;if(l(e)&&!(e instanceof ye))return x(e,"__ob__")&&e.__ob__ instanceof Te?n=e.__ob__:Me&&!le()&&(Array.isArray(e)||c(e))&&Object.isExtensible(e)&&!e._isVue&&(n=new Te(e)),t&&n&&n.vmCount++,n}function Le(e,t,n,r,i){var o=new pe,a=Object.getOwnPropertyDescriptor(e,t);if(!a||!1!==a.configurable){var s=a&&a.get,l=a&&a.set;s&&!l||2!==arguments.length||(n=e[t]);var u=!i&&Qe(n);Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=s?s.call(e):n;return pe.target&&(o.depend(),u&&(u.dep.depend(),Array.isArray(t)&&Ne(t))),t},set:function(t){var r=s?s.call(e):n;t===r||t!==t&&r!==r||s&&!l||(l?l.call(e,t):n=t,u=!i&&Qe(t),o.notify())}})}}function Ue(e,t,n){if(Array.isArray(e)&&h(t))return e.length=Math.max(e.length,t),e.splice(t,1,n),n;if(t in e&&!(t in Object.prototype))return e[t]=n,n;var r=e.__ob__;return e._isVue||r&&r.vmCount?n:r?(Le(r.value,t,n),r.dep.notify(),n):(e[t]=n,n)}function Oe(e,t){if(Array.isArray(e)&&h(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||x(e,t)&&(delete e[t],n&&n.dep.notify())}}function Ne(e){for(var t=void 0,n=0,r=e.length;n<r;n++)t=e[n],t&&t.__ob__&&t.__ob__.dep.depend(),Array.isArray(t)&&Ne(t)}Te.prototype.walk=function(e){for(var t=Object.keys(e),n=0;n<t.length;n++)Le(e,t[n])},Te.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Qe(e[t])};var ke=z.optionMergeStrategies;function Pe(e,t){if(!t)return e;for(var n,r,i,o=he?Reflect.ownKeys(t):Object.keys(t),a=0;a<o.length;a++)n=o[a],"__ob__"!==n&&(r=e[n],i=t[n],x(e,n)?r!==i&&c(r)&&c(i)&&Pe(r,i):Ue(e,n,i));return e}function He(e,t,n){return n?function(){var r="function"===typeof t?t.call(n,n):t,i="function"===typeof e?e.call(n,n):e;return r?Pe(r,i):i}:t?e?function(){return Pe("function"===typeof t?t.call(this,this):t,"function"===typeof e?e.call(this,this):e)}:t:e}function Re(e,t){var n=t?e?e.concat(t):Array.isArray(t)?t:[t]:e;return n?ze(n):n}function ze(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}function Ve(e,t,n,r){var i=Object.create(e||null);return t?D(i,t):i}ke.data=function(e,t,n){return n?He(e,t,n):t&&"function"!==typeof t?e:He(e,t)},R.forEach((function(e){ke[e]=Re})),H.forEach((function(e){ke[e+"s"]=Ve})),ke.watch=function(e,t,n,r){if(e===oe&&(e=void 0),t===oe&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var i={};for(var o in D(i,e),t){var a=i[o],s=t[o];a&&!Array.isArray(a)&&(a=[a]),i[o]=a?a.concat(s):Array.isArray(s)?s:[s]}return i},ke.props=ke.methods=ke.inject=ke.computed=function(e,t,n,r){if(!e)return t;var i=Object.create(null);return D(i,e),t&&D(i,t),i},ke.provide=He;var Ke=function(e,t){return void 0===t?e:t};function Ge(e,t){var n=e.props;if(n){var r,i,o,a={};if(Array.isArray(n)){r=n.length;while(r--)i=n[r],"string"===typeof i&&(o=b(i),a[o]={type:null})}else if(c(n))for(var s in n)i=n[s],o=b(s),a[o]=c(i)?i:{type:i};else 0;e.props=a}}function je(e,t){var n=e.inject;if(n){var r=e.inject={};if(Array.isArray(n))for(var i=0;i<n.length;i++)r[n[i]]={from:n[i]};else if(c(n))for(var o in n){var a=n[o];r[o]=c(a)?D({from:o},a):{from:a}}else 0}}function We(e){var t=e.directives;if(t)for(var n in t){var r=t[n];"function"===typeof r&&(t[n]={bind:r,update:r})}}function Xe(e,t,n){if("function"===typeof t&&(t=t.options),Ge(t,n),je(t,n),We(t),!t._base&&(t.extends&&(e=Xe(e,t.extends,n)),t.mixins))for(var r=0,i=t.mixins.length;r<i;r++)e=Xe(e,t.mixins[r],n);var o,a={};for(o in e)s(o);for(o in t)x(e,o)||s(o);function s(r){var i=ke[r]||Ke;a[r]=i(e[r],t[r],n,r)}return a}function Ye(e,t,n,r){if("string"===typeof n){var i=e[t];if(x(i,n))return i[n];var o=b(n);if(x(i,o))return i[o];var a=B(o);if(x(i,a))return i[a];var s=i[n]||i[o]||i[a];return s}}function qe(e,t,n,r){var i=t[e],o=!x(n,e),a=n[e],s=et(Boolean,i.type);if(s>-1)if(o&&!x(i,"default"))a=!1;else if(""===a||a===S(e)){var l=et(String,i.type);(l<0||s<l)&&(a=!0)}if(void 0===a){a=Je(r,i,e);var u=Me;Ie(!0),Qe(a),Ie(u)}return a}function Je(e,t,n){if(x(t,"default")){var r=t.default;return e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n]?e._props[n]:"function"===typeof r&&"Function"!==Ze(t.type)?r.call(e):r}}function Ze(e){var t=e&&e.toString().match(/^\s*function (\w+)/);return t?t[1]:""}function $e(e,t){return Ze(e)===Ze(t)}function et(e,t){if(!Array.isArray(t))return $e(t,e)?0:-1;for(var n=0,r=t.length;n<r;n++)if($e(t[n],e))return n;return-1}function tt(e,t,n){ve();try{if(t){var r=t;while(r=r.$parent){var i=r.$options.errorCaptured;if(i)for(var o=0;o<i.length;o++)try{var a=!1===i[o].call(r,e,t,n);if(a)return}catch(ba){rt(ba,r,"errorCaptured hook")}}}rt(e,t,n)}finally{me()}}function nt(e,t,n,r,i){var o;try{o=n?e.apply(t,n):e.call(t),o&&!o._isVue&&d(o)&&!o._handled&&(o.catch((function(e){return tt(e,r,i+" (Promise/async)")})),o._handled=!0)}catch(ba){tt(ba,r,i)}return o}function rt(e,t,n){if(z.errorHandler)try{return z.errorHandler.call(null,e,t,n)}catch(ba){ba!==e&&it(ba,null,"config.errorHandler")}it(e,t,n)}function it(e,t,n){if(!q&&!J||"undefined"===typeof console)throw e;console.error(e)}var ot,at=!1,st=[],lt=!1;function ut(){lt=!1;var e=st.slice(0);st.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!==typeof Promise&&ce(Promise)){var ct=Promise.resolve();ot=function(){ct.then(ut),re&&setTimeout(Q)},at=!0}else if(ee||"undefined"===typeof MutationObserver||!ce(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())ot="undefined"!==typeof setImmediate&&ce(setImmediate)?function(){setImmediate(ut)}:function(){setTimeout(ut,0)};else{var At=1,ht=new MutationObserver(ut),dt=document.createTextNode(String(At));ht.observe(dt,{characterData:!0}),ot=function(){At=(At+1)%2,dt.data=String(At)},at=!0}function ft(e,t){var n;if(st.push((function(){if(e)try{e.call(t)}catch(ba){tt(ba,t,"nextTick")}else n&&n(t)})),lt||(lt=!0,ot()),!e&&"undefined"!==typeof Promise)return new Promise((function(e){n=e}))}var pt=new Ae;function gt(e){vt(e,pt),pt.clear()}function vt(e,t){var n,r,i=Array.isArray(e);if(!(!i&&!l(e)||Object.isFrozen(e)||e instanceof ye)){if(e.__ob__){var o=e.__ob__.dep.id;if(t.has(o))return;t.add(o)}if(i){n=e.length;while(n--)vt(e[n],t)}else{r=Object.keys(e),n=r.length;while(n--)vt(e[r[n]],t)}}}var mt=w((function(e){var t="&"===e.charAt(0);e=t?e.slice(1):e;var n="~"===e.charAt(0);e=n?e.slice(1):e;var r="!"===e.charAt(0);return e=r?e.slice(1):e,{name:e,once:n,capture:r,passive:t}}));function yt(e,t){function n(){var e=arguments,r=n.fns;if(!Array.isArray(r))return nt(r,null,arguments,t,"v-on handler");for(var i=r.slice(),o=0;o<i.length;o++)nt(i[o],null,e,t,"v-on handler")}return n.fns=e,n}function xt(e,t,n,i,a,s){var l,u,c,A;for(l in e)u=e[l],c=t[l],A=mt(l),r(u)||(r(c)?(r(u.fns)&&(u=e[l]=yt(u,s)),o(A.once)&&(u=e[l]=a(A.name,u,A.capture)),n(A.name,u,A.capture,A.passive,A.params)):u!==c&&(c.fns=u,e[l]=c));for(l in t)r(e[l])&&(A=mt(l),i(A.name,t[l],A.capture))}function wt(e,t,n){var a;e instanceof ye&&(e=e.data.hook||(e.data.hook={}));var s=e[t];function l(){n.apply(this,arguments),m(a.fns,l)}r(s)?a=yt([l]):i(s.fns)&&o(s.merged)?(a=s,a.fns.push(l)):a=yt([s,l]),a.merged=!0,e[t]=a}function _t(e,t,n){var o=t.options.props;if(!r(o)){var a={},s=e.attrs,l=e.props;if(i(s)||i(l))for(var u in o){var c=S(u);bt(a,l,u,c,!0)||bt(a,s,u,c,!1)}return a}}function bt(e,t,n,r,o){if(i(t)){if(x(t,n))return e[n]=t[n],o||delete t[n],!0;if(x(t,r))return e[n]=t[r],o||delete t[r],!0}return!1}function Bt(e){for(var t=0;t<e.length;t++)if(Array.isArray(e[t]))return Array.prototype.concat.apply([],e);return e}function Ct(e){return s(e)?[_e(e)]:Array.isArray(e)?Et(e):void 0}function St(e){return i(e)&&i(e.text)&&a(e.isComment)}function Et(e,t){var n,a,l,u,c=[];for(n=0;n<e.length;n++)a=e[n],r(a)||"boolean"===typeof a||(l=c.length-1,u=c[l],Array.isArray(a)?a.length>0&&(a=Et(a,(t||"")+"_"+n),St(a[0])&&St(u)&&(c[l]=_e(u.text+a[0].text),a.shift()),c.push.apply(c,a)):s(a)?St(u)?c[l]=_e(u.text+a):""!==a&&c.push(_e(a)):St(a)&&St(u)?c[l]=_e(u.text+a.text):(o(e._isVList)&&i(a.tag)&&r(a.key)&&i(t)&&(a.key="__vlist"+t+"_"+n+"__"),c.push(a)));return c}function Mt(e){var t=e.$options.provide;t&&(e._provided="function"===typeof t?t.call(e):t)}function It(e){var t=Tt(e.$options.inject,e);t&&(Ie(!1),Object.keys(t).forEach((function(n){Le(e,n,t[n])})),Ie(!0))}function Tt(e,t){if(e){for(var n=Object.create(null),r=he?Reflect.ownKeys(e):Object.keys(e),i=0;i<r.length;i++){var o=r[i];if("__ob__"!==o){var a=e[o].from,s=t;while(s){if(s._provided&&x(s._provided,a)){n[o]=s._provided[a];break}s=s.$parent}if(!s)if("default"in e[o]){var l=e[o].default;n[o]="function"===typeof l?l.call(t):l}else 0}}return n}}function Dt(e,t){if(!e||!e.length)return{};for(var n={},r=0,i=e.length;r<i;r++){var o=e[r],a=o.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,o.context!==t&&o.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(o);else{var s=a.slot,l=n[s]||(n[s]=[]);"template"===o.tag?l.push.apply(l,o.children||[]):l.push(o)}}for(var u in n)n[u].every(Ft)&&delete n[u];return n}function Ft(e){return e.isComment&&!e.asyncFactory||" "===e.text}function Qt(e,t,r){var i,o=Object.keys(t).length>0,a=e?!!e.$stable:!o,s=e&&e.$key;if(e){if(e._normalized)return e._normalized;if(a&&r&&r!==n&&s===r.$key&&!o&&!r.$hasNormal)return r;for(var l in i={},e)e[l]&&"$"!==l[0]&&(i[l]=Lt(t,l,e[l]))}else i={};for(var u in t)u in i||(i[u]=Ut(t,u));return e&&Object.isExtensible(e)&&(e._normalized=i),G(i,"$stable",a),G(i,"$key",s),G(i,"$hasNormal",o),i}function Lt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,arguments):n({});return e=e&&"object"===typeof e&&!Array.isArray(e)?[e]:Ct(e),e&&(0===e.length||1===e.length&&e[0].isComment)?void 0:e};return n.proxy&&Object.defineProperty(e,t,{get:r,enumerable:!0,configurable:!0}),r}function Ut(e,t){return function(){return e[t]}}function Ot(e,t){var n,r,o,a,s;if(Array.isArray(e)||"string"===typeof e)for(n=new Array(e.length),r=0,o=e.length;r<o;r++)n[r]=t(e[r],r);else if("number"===typeof e)for(n=new Array(e),r=0;r<e;r++)n[r]=t(r+1,r);else if(l(e))if(he&&e[Symbol.iterator]){n=[];var u=e[Symbol.iterator](),c=u.next();while(!c.done)n.push(t(c.value,n.length)),c=u.next()}else for(a=Object.keys(e),n=new Array(a.length),r=0,o=a.length;r<o;r++)s=a[r],n[r]=t(e[s],s,r);return i(n)||(n=[]),n._isVList=!0,n}function Nt(e,t,n,r){var i,o=this.$scopedSlots[e];o?(n=n||{},r&&(n=D(D({},r),n)),i=o(n)||t):i=this.$slots[e]||t;var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function kt(e){return Ye(this.$options,"filters",e,!0)||U}function Pt(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t}function Ht(e,t,n,r,i){var o=z.keyCodes[t]||n;return i&&r&&!z.keyCodes[t]?Pt(i,r):o?Pt(o,e):r?S(r)!==t:void 0}function Rt(e,t,n,r,i){if(n)if(l(n)){var o;Array.isArray(n)&&(n=F(n));var a=function(a){if("class"===a||"style"===a||v(a))o=e;else{var s=e.attrs&&e.attrs.type;o=r||z.mustUseProp(t,s,a)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var l=b(a),u=S(a);if(!(l in o)&&!(u in o)&&(o[a]=n[a],i)){var c=e.on||(e.on={});c["update:"+a]=function(e){n[a]=e}}};for(var s in n)a(s)}else;return e}function zt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];return r&&!t||(r=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,null,this),Kt(r,"__static__"+e,!1)),r}function Vt(e,t,n){return Kt(e,"__once__"+t+(n?"_"+n:""),!0),e}function Kt(e,t,n){if(Array.isArray(e))for(var r=0;r<e.length;r++)e[r]&&"string"!==typeof e[r]&&Gt(e[r],t+"_"+r,n);else Gt(e,t,n)}function Gt(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function jt(e,t){if(t)if(c(t)){var n=e.on=e.on?D({},e.on):{};for(var r in t){var i=n[r],o=t[r];n[r]=i?[].concat(i,o):o}}else;return e}function Wt(e,t,n,r){t=t||{$stable:!n};for(var i=0;i<e.length;i++){var o=e[i];Array.isArray(o)?Wt(o,t,n):o&&(o.proxy&&(o.fn.proxy=!0),t[o.key]=o.fn)}return r&&(t.$key=r),t}function Xt(e,t){for(var n=0;n<t.length;n+=2){var r=t[n];"string"===typeof r&&r&&(e[t[n]]=t[n+1])}return e}function Yt(e,t){return"string"===typeof e?t+e:e}function qt(e){e._o=Vt,e._n=p,e._s=f,e._l=Ot,e._t=Nt,e._q=O,e._i=N,e._m=zt,e._f=kt,e._k=Ht,e._b=Rt,e._v=_e,e._e=we,e._u=Wt,e._g=jt,e._d=Xt,e._p=Yt}function Jt(e,t,r,i,a){var s,l=this,u=a.options;x(i,"_uid")?(s=Object.create(i),s._original=i):(s=i,i=i._original);var c=o(u._compiled),A=!c;this.data=e,this.props=t,this.children=r,this.parent=i,this.listeners=e.on||n,this.injections=Tt(u.inject,i),this.slots=function(){return l.$slots||Qt(e.scopedSlots,l.$slots=Dt(r,i)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return Qt(e.scopedSlots,this.slots())}}),c&&(this.$options=u,this.$slots=this.slots(),this.$scopedSlots=Qt(e.scopedSlots,this.$slots)),u._scopeId?this._c=function(e,t,n,r){var o=An(s,e,t,n,r,A);return o&&!Array.isArray(o)&&(o.fnScopeId=u._scopeId,o.fnContext=i),o}:this._c=function(e,t,n,r){return An(s,e,t,n,r,A)}}function Zt(e,t,r,o,a){var s=e.options,l={},u=s.props;if(i(u))for(var c in u)l[c]=qe(c,u,t||n);else i(r.attrs)&&en(l,r.attrs),i(r.props)&&en(l,r.props);var A=new Jt(r,l,a,o,e),h=s.render.call(null,A._c,A);if(h instanceof ye)return $t(h,r,A.parent,s,A);if(Array.isArray(h)){for(var d=Ct(h)||[],f=new Array(d.length),p=0;p<d.length;p++)f[p]=$t(d[p],r,A.parent,s,A);return f}}function $t(e,t,n,r,i){var o=be(e);return o.fnContext=n,o.fnOptions=r,t.slot&&((o.data||(o.data={})).slot=t.slot),o}function en(e,t){for(var n in t)e[b(n)]=t[n]}qt(Jt.prototype);var tn={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;tn.prepatch(n,n)}else{var r=e.componentInstance=on(e,Tn);r.$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions,r=t.componentInstance=e.componentInstance;Un(r,n.propsData,n.listeners,t,n.children)},insert:function(e){var t=e.context,n=e.componentInstance;n._isMounted||(n._isMounted=!0,Pn(n,"mounted")),e.data.keepAlive&&(t._isMounted?Zn(n):Nn(n,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?kn(t,!0):t.$destroy())}},nn=Object.keys(tn);function rn(e,t,n,a,s){if(!r(e)){var u=n.$options._base;if(l(e)&&(e=u.extend(e)),"function"===typeof e){var c;if(r(e.cid)&&(c=e,e=wn(c,u),void 0===e))return xn(c,t,n,a,s);t=t||{},wr(e),i(t.model)&&ln(e.options,t);var A=_t(t,e,s);if(o(e.options.functional))return Zt(e,A,t,n,a);var h=t.on;if(t.on=t.nativeOn,o(e.options.abstract)){var d=t.slot;t={},d&&(t.slot=d)}an(t);var f=e.options.name||s,p=new ye("vue-component-"+e.cid+(f?"-"+f:""),t,void 0,void 0,void 0,n,{Ctor:e,propsData:A,listeners:h,tag:s,children:a},c);return p}}}function on(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},r=e.data.inlineTemplate;return i(r)&&(n.render=r.render,n.staticRenderFns=r.staticRenderFns),new e.componentOptions.Ctor(n)}function an(e){for(var t=e.hook||(e.hook={}),n=0;n<nn.length;n++){var r=nn[n],i=t[r],o=tn[r];i===o||i&&i._merged||(t[r]=i?sn(o,i):o)}}function sn(e,t){var n=function(n,r){e(n,r),t(n,r)};return n._merged=!0,n}function ln(e,t){var n=e.model&&e.model.prop||"value",r=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var o=t.on||(t.on={}),a=o[r],s=t.model.callback;i(a)?(Array.isArray(a)?-1===a.indexOf(s):a!==s)&&(o[r]=[s].concat(a)):o[r]=s}var un=1,cn=2;function An(e,t,n,r,i,a){return(Array.isArray(n)||s(n))&&(i=r,r=n,n=void 0),o(a)&&(i=cn),hn(e,t,n,r,i)}function hn(e,t,n,r,o){if(i(n)&&i(n.__ob__))return we();if(i(n)&&i(n.is)&&(t=n.is),!t)return we();var a,s,l;(Array.isArray(r)&&"function"===typeof r[0]&&(n=n||{},n.scopedSlots={default:r[0]},r.length=0),o===cn?r=Ct(r):o===un&&(r=Bt(r)),"string"===typeof t)?(s=e.$vnode&&e.$vnode.ns||z.getTagNamespace(t),a=z.isReservedTag(t)?new ye(z.parsePlatformTagName(t),n,r,void 0,void 0,e):n&&n.pre||!i(l=Ye(e.$options,"components",t))?new ye(t,n,r,void 0,void 0,e):rn(l,n,e,r,t)):a=rn(t,n,e,r);return Array.isArray(a)?a:i(a)?(i(s)&&dn(a,s),i(n)&&fn(n),a):we()}function dn(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),i(e.children))for(var a=0,s=e.children.length;a<s;a++){var l=e.children[a];i(l.tag)&&(r(l.ns)||o(n)&&"svg"!==l.tag)&&dn(l,t,n)}}function fn(e){l(e.style)&&gt(e.style),l(e.class)&&gt(e.class)}function pn(e){e._vnode=null,e._staticTrees=null;var t=e.$options,r=e.$vnode=t._parentVnode,i=r&&r.context;e.$slots=Dt(t._renderChildren,i),e.$scopedSlots=n,e._c=function(t,n,r,i){return An(e,t,n,r,i,!1)},e.$createElement=function(t,n,r,i){return An(e,t,n,r,i,!0)};var o=r&&r.data;Le(e,"$attrs",o&&o.attrs||n,null,!0),Le(e,"$listeners",t._parentListeners||n,null,!0)}var gn,vn=null;function mn(e){qt(e.prototype),e.prototype.$nextTick=function(e){return ft(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,r=n.render,i=n._parentVnode;i&&(t.$scopedSlots=Qt(i.data.scopedSlots,t.$slots,t.$scopedSlots)),t.$vnode=i;try{vn=t,e=r.call(t._renderProxy,t.$createElement)}catch(ba){tt(ba,t,"render"),e=t._vnode}finally{vn=null}return Array.isArray(e)&&1===e.length&&(e=e[0]),e instanceof ye||(e=we()),e.parent=i,e}}function yn(e,t){return(e.__esModule||he&&"Module"===e[Symbol.toStringTag])&&(e=e.default),l(e)?t.extend(e):e}function xn(e,t,n,r,i){var o=we();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:r,tag:i},o}function wn(e,t){if(o(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;var n=vn;if(n&&i(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),o(e.loading)&&i(e.loadingComp))return e.loadingComp;if(n&&!i(e.owners)){var a=e.owners=[n],s=!0,u=null,c=null;n.$on("hook:destroyed",(function(){return m(a,n)}));var A=function(e){for(var t=0,n=a.length;t<n;t++)a[t].$forceUpdate();e&&(a.length=0,null!==u&&(clearTimeout(u),u=null),null!==c&&(clearTimeout(c),c=null))},h=k((function(n){e.resolved=yn(n,t),s?a.length=0:A(!0)})),f=k((function(t){i(e.errorComp)&&(e.error=!0,A(!0))})),p=e(h,f);return l(p)&&(d(p)?r(e.resolved)&&p.then(h,f):d(p.component)&&(p.component.then(h,f),i(p.error)&&(e.errorComp=yn(p.error,t)),i(p.loading)&&(e.loadingComp=yn(p.loading,t),0===p.delay?e.loading=!0:u=setTimeout((function(){u=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,A(!1))}),p.delay||200)),i(p.timeout)&&(c=setTimeout((function(){c=null,r(e.resolved)&&f(null)}),p.timeout)))),s=!1,e.loading?e.loadingComp:e.resolved}}function _n(e){return e.isComment&&e.asyncFactory}function bn(e){if(Array.isArray(e))for(var t=0;t<e.length;t++){var n=e[t];if(i(n)&&(i(n.componentOptions)||_n(n)))return n}}function Bn(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&Mn(e,t)}function Cn(e,t){gn.$on(e,t)}function Sn(e,t){gn.$off(e,t)}function En(e,t){var n=gn;return function r(){var i=t.apply(null,arguments);null!==i&&n.$off(e,r)}}function Mn(e,t,n){gn=e,xt(t,n||{},Cn,Sn,En,e),gn=void 0}function In(e){var t=/^hook:/;e.prototype.$on=function(e,n){var r=this;if(Array.isArray(e))for(var i=0,o=e.length;i<o;i++)r.$on(e[i],n);else(r._events[e]||(r._events[e]=[])).push(n),t.test(e)&&(r._hasHookEvent=!0);return r},e.prototype.$once=function(e,t){var n=this;function r(){n.$off(e,r),t.apply(n,arguments)}return r.fn=t,n.$on(e,r),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(Array.isArray(e)){for(var r=0,i=e.length;r<i;r++)n.$off(e[r],t);return n}var o,a=n._events[e];if(!a)return n;if(!t)return n._events[e]=null,n;var s=a.length;while(s--)if(o=a[s],o===t||o.fn===t){a.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?T(n):n;for(var r=T(arguments,1),i='event handler for "'+e+'"',o=0,a=n.length;o<a;o++)nt(n[o],t,r,t,i)}return t}}var Tn=null;function Dn(e){var t=Tn;return Tn=e,function(){Tn=t}}function Fn(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){while(n.$options.abstract&&n.$parent)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}function Qn(e){e.prototype._update=function(e,t){var n=this,r=n.$el,i=n._vnode,o=Dn(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),o(),r&&(r.__vue__=null),n.$el&&(n.$el.__vue__=n),n.$vnode&&n.$parent&&n.$vnode===n.$parent._vnode&&(n.$parent.$el=n.$el)},e.prototype.$forceUpdate=function(){var e=this;e._watcher&&e._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){Pn(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||m(t.$children,e),e._watcher&&e._watcher.teardown();var n=e._watchers.length;while(n--)e._watchers[n].teardown();e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),Pn(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}function Ln(e,t,n){var r;return e.$el=t,e.$options.render||(e.$options.render=we),Pn(e,"beforeMount"),r=function(){e._update(e._render(),n)},new nr(e,r,Q,{before:function(){e._isMounted&&!e._isDestroyed&&Pn(e,"beforeUpdate")}},!0),n=!1,null==e.$vnode&&(e._isMounted=!0,Pn(e,"mounted")),e}function Un(e,t,r,i,o){var a=i.data.scopedSlots,s=e.$scopedSlots,l=!!(a&&!a.$stable||s!==n&&!s.$stable||a&&e.$scopedSlots.$key!==a.$key),u=!!(o||e.$options._renderChildren||l);if(e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=o,e.$attrs=i.data.attrs||n,e.$listeners=r||n,t&&e.$options.props){Ie(!1);for(var c=e._props,A=e.$options._propKeys||[],h=0;h<A.length;h++){var d=A[h],f=e.$options.props;c[d]=qe(d,f,t,e)}Ie(!0),e.$options.propsData=t}r=r||n;var p=e.$options._parentListeners;e.$options._parentListeners=r,Mn(e,r,p),u&&(e.$slots=Dt(o,i.context),e.$forceUpdate())}function On(e){while(e&&(e=e.$parent))if(e._inactive)return!0;return!1}function Nn(e,t){if(t){if(e._directInactive=!1,On(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)Nn(e.$children[n]);Pn(e,"activated")}}function kn(e,t){if((!t||(e._directInactive=!0,!On(e)))&&!e._inactive){e._inactive=!0;for(var n=0;n<e.$children.length;n++)kn(e.$children[n]);Pn(e,"deactivated")}}function Pn(e,t){ve();var n=e.$options[t],r=t+" hook";if(n)for(var i=0,o=n.length;i<o;i++)nt(n[i],e,null,e,r);e._hasHookEvent&&e.$emit("hook:"+t),me()}var Hn=[],Rn=[],zn={},Vn=!1,Kn=!1,Gn=0;function jn(){Gn=Hn.length=Rn.length=0,zn={},Vn=Kn=!1}var Wn=0,Xn=Date.now;if(q&&!ee){var Yn=window.performance;Yn&&"function"===typeof Yn.now&&Xn()>document.createEvent("Event").timeStamp&&(Xn=function(){return Yn.now()})}function qn(){var e,t;for(Wn=Xn(),Kn=!0,Hn.sort((function(e,t){return e.id-t.id})),Gn=0;Gn<Hn.length;Gn++)e=Hn[Gn],e.before&&e.before(),t=e.id,zn[t]=null,e.run();var n=Rn.slice(),r=Hn.slice();jn(),$n(n),Jn(r),ue&&z.devtools&&ue.emit("flush")}function Jn(e){var t=e.length;while(t--){var n=e[t],r=n.vm;r._watcher===n&&r._isMounted&&!r._isDestroyed&&Pn(r,"updated")}}function Zn(e){e._inactive=!1,Rn.push(e)}function $n(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,Nn(e[t],!0)}function er(e){var t=e.id;if(null==zn[t]){if(zn[t]=!0,Kn){var n=Hn.length-1;while(n>Gn&&Hn[n].id>e.id)n--;Hn.splice(n+1,0,e)}else Hn.push(e);Vn||(Vn=!0,ft(qn))}}var tr=0,nr=function(e,t,n,r,i){this.vm=e,i&&(e._watcher=this),e._watchers.push(this),r?(this.deep=!!r.deep,this.user=!!r.user,this.lazy=!!r.lazy,this.sync=!!r.sync,this.before=r.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++tr,this.active=!0,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new Ae,this.newDepIds=new Ae,this.expression="","function"===typeof t?this.getter=t:(this.getter=W(t),this.getter||(this.getter=Q)),this.value=this.lazy?void 0:this.get()};nr.prototype.get=function(){var e;ve(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(ba){if(!this.user)throw ba;tt(ba,t,'getter for watcher "'+this.expression+'"')}finally{this.deep&&gt(e),me(),this.cleanupDeps()}return e},nr.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},nr.prototype.cleanupDeps=function(){var e=this.deps.length;while(e--){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},nr.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():er(this)},nr.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||l(e)||this.deep){var t=this.value;if(this.value=e,this.user)try{this.cb.call(this.vm,e,t)}catch(ba){tt(ba,this.vm,'callback for watcher "'+this.expression+'"')}else this.cb.call(this.vm,e,t)}}},nr.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},nr.prototype.depend=function(){var e=this.deps.length;while(e--)this.deps[e].depend()},nr.prototype.teardown=function(){if(this.active){this.vm._isBeingDestroyed||m(this.vm._watchers,this);var e=this.deps.length;while(e--)this.deps[e].removeSub(this);this.active=!1}};var rr={enumerable:!0,configurable:!0,get:Q,set:Q};function ir(e,t,n){rr.get=function(){return this[t][n]},rr.set=function(e){this[t][n]=e},Object.defineProperty(e,n,rr)}function or(e){e._watchers=[];var t=e.$options;t.props&&ar(e,t.props),t.methods&&fr(e,t.methods),t.data?sr(e):Qe(e._data={},!0),t.computed&&cr(e,t.computed),t.watch&&t.watch!==oe&&pr(e,t.watch)}function ar(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],o=!e.$parent;o||Ie(!1);var a=function(o){i.push(o);var a=qe(o,t,n,e);Le(r,o,a),o in e||ir(e,"_props",o)};for(var s in t)a(s);Ie(!0)}function sr(e){var t=e.$options.data;t=e._data="function"===typeof t?lr(t,e):t||{},c(t)||(t={});var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);while(i--){var o=n[i];0,r&&x(r,o)||K(o)||ir(e,"_data",o)}Qe(t,!0)}function lr(e,t){ve();try{return e.call(t,t)}catch(ba){return tt(ba,t,"data()"),{}}finally{me()}}var ur={lazy:!0};function cr(e,t){var n=e._computedWatchers=Object.create(null),r=le();for(var i in t){var o=t[i],a="function"===typeof o?o:o.get;0,r||(n[i]=new nr(e,a||Q,Q,ur)),i in e||Ar(e,i,o)}}function Ar(e,t,n){var r=!le();"function"===typeof n?(rr.get=r?hr(t):dr(n),rr.set=Q):(rr.get=n.get?r&&!1!==n.cache?hr(t):dr(n.get):Q,rr.set=n.set||Q),Object.defineProperty(e,t,rr)}function hr(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),pe.target&&t.depend(),t.value}}function dr(e){return function(){return e.call(this,this)}}function fr(e,t){e.$options.props;for(var n in t)e[n]="function"!==typeof t[n]?Q:I(t[n],e)}function pr(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i<r.length;i++)gr(e,n,r[i]);else gr(e,n,r)}}function gr(e,t,n,r){return c(n)&&(r=n,n=n.handler),"string"===typeof n&&(n=e[n]),e.$watch(t,n,r)}function vr(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Ue,e.prototype.$delete=Oe,e.prototype.$watch=function(e,t,n){var r=this;if(c(t))return gr(r,e,t,n);n=n||{},n.user=!0;var i=new nr(r,e,t,n);if(n.immediate)try{t.call(r,i.value)}catch(o){tt(o,r,'callback for immediate watcher "'+i.expression+'"')}return function(){i.teardown()}}}var mr=0;function yr(e){e.prototype._init=function(e){var t=this;t._uid=mr++,t._isVue=!0,e&&e._isComponent?xr(t,e):t.$options=Xe(wr(t.constructor),e||{},t),t._renderProxy=t,t._self=t,Fn(t),Bn(t),pn(t),Pn(t,"beforeCreate"),It(t),or(t),Mt(t),Pn(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}function xr(e,t){var n=e.$options=Object.create(e.constructor.options),r=t._parentVnode;n.parent=t.parent,n._parentVnode=r;var i=r.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}function wr(e){var t=e.options;if(e.super){var n=wr(e.super),r=e.superOptions;if(n!==r){e.superOptions=n;var i=_r(e);i&&D(e.extendOptions,i),t=e.options=Xe(n,e.extendOptions),t.name&&(t.components[t.name]=e)}}return t}function _r(e){var t,n=e.options,r=e.sealedOptions;for(var i in n)n[i]!==r[i]&&(t||(t={}),t[i]=n[i]);return t}function br(e){this._init(e)}function Br(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=T(arguments,1);return n.unshift(this),"function"===typeof e.install?e.install.apply(e,n):"function"===typeof e&&e.apply(null,n),t.push(e),this}}function Cr(e){e.mixin=function(e){return this.options=Xe(this.options,e),this}}function Sr(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var o=e.name||n.options.name;var a=function(e){this._init(e)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=t++,a.options=Xe(n.options,e),a["super"]=n,a.options.props&&Er(a),a.options.computed&&Mr(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,H.forEach((function(e){a[e]=n[e]})),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=D({},a.options),i[r]=a,a}}function Er(e){var t=e.options.props;for(var n in t)ir(e.prototype,"_props",n)}function Mr(e){var t=e.options.computed;for(var n in t)Ar(e.prototype,n,t[n])}function Ir(e){H.forEach((function(t){e[t]=function(e,n){return n?("component"===t&&c(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"===typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}function Tr(e){return e&&(e.Ctor.options.name||e.tag)}function Dr(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"===typeof e?e.split(",").indexOf(t)>-1:!!A(e)&&e.test(t)}function Fr(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=Tr(a.componentOptions);s&&!t(s)&&Qr(n,o,r,i)}}}function Qr(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,m(n,t)}yr(br),vr(br),In(br),Qn(br),mn(br);var Lr=[String,RegExp,Array],Ur={name:"keep-alive",abstract:!0,props:{include:Lr,exclude:Lr,max:[String,Number]},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)Qr(this.cache,e,this.keys)},mounted:function(){var e=this;this.$watch("include",(function(t){Fr(e,(function(e){return Dr(t,e)}))})),this.$watch("exclude",(function(t){Fr(e,(function(e){return!Dr(t,e)}))}))},render:function(){var e=this.$slots.default,t=bn(e),n=t&&t.componentOptions;if(n){var r=Tr(n),i=this,o=i.include,a=i.exclude;if(o&&(!r||!Dr(o,r))||a&&r&&Dr(a,r))return t;var s=this,l=s.cache,u=s.keys,c=null==t.key?n.Ctor.cid+(n.tag?"::"+n.tag:""):t.key;l[c]?(t.componentInstance=l[c].componentInstance,m(u,c),u.push(c)):(l[c]=t,u.push(c),this.max&&u.length>parseInt(this.max)&&Qr(l,u[0],u,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Or={KeepAlive:Ur};function Nr(e){var t={get:function(){return z}};Object.defineProperty(e,"config",t),e.util={warn:de,extend:D,mergeOptions:Xe,defineReactive:Le},e.set=Ue,e.delete=Oe,e.nextTick=ft,e.observable=function(e){return Qe(e),e},e.options=Object.create(null),H.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,D(e.options.components,Or),Br(e),Cr(e),Sr(e),Ir(e)}Nr(br),Object.defineProperty(br.prototype,"$isServer",{get:le}),Object.defineProperty(br.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(br,"FunctionalRenderContext",{value:Jt}),br.version="2.6.10";var kr=g("style,class"),Pr=g("input,textarea,option,select,progress"),Hr=function(e,t,n){return"value"===n&&Pr(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Rr=g("contenteditable,draggable,spellcheck"),zr=g("events,caret,typing,plaintext-only"),Vr=function(e,t){return Xr(t)||"false"===t?"false":"contenteditable"===e&&zr(t)?t:"true"},Kr=g("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Gr="http://www.w3.org/1999/xlink",jr=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Wr=function(e){return jr(e)?e.slice(6,e.length):""},Xr=function(e){return null==e||!1===e};function Yr(e){var t=e.data,n=e,r=e;while(i(r.componentInstance))r=r.componentInstance._vnode,r&&r.data&&(t=qr(r.data,t));while(i(n=n.parent))n&&n.data&&(t=qr(t,n.data));return Jr(t.staticClass,t.class)}function qr(e,t){return{staticClass:Zr(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Jr(e,t){return i(e)||i(t)?Zr(e,$r(t)):""}function Zr(e,t){return e?t?e+" "+t:e:t||""}function $r(e){return Array.isArray(e)?ei(e):l(e)?ti(e):"string"===typeof e?e:""}function ei(e){for(var t,n="",r=0,o=e.length;r<o;r++)i(t=$r(e[r]))&&""!==t&&(n&&(n+=" "),n+=t);return n}function ti(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}var ni={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ri=g("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),ii=g("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),oi=function(e){return ri(e)||ii(e)};function ai(e){return ii(e)?"svg":"math"===e?"math":void 0}var si=Object.create(null);function li(e){if(!q)return!0;if(oi(e))return!1;if(e=e.toLowerCase(),null!=si[e])return si[e];var t=document.createElement(e);return e.indexOf("-")>-1?si[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:si[e]=/HTMLUnknownElement/.test(t.toString())}var ui=g("text,number,password,search,email,tel,url");function ci(e){if("string"===typeof e){var t=document.querySelector(e);return t||document.createElement("div")}return e}function Ai(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n}function hi(e,t){return document.createElementNS(ni[e],t)}function di(e){return document.createTextNode(e)}function fi(e){return document.createComment(e)}function pi(e,t,n){e.insertBefore(t,n)}function gi(e,t){e.removeChild(t)}function vi(e,t){e.appendChild(t)}function mi(e){return e.parentNode}function yi(e){return e.nextSibling}function xi(e){return e.tagName}function wi(e,t){e.textContent=t}function _i(e,t){e.setAttribute(t,"")}var bi=Object.freeze({createElement:Ai,createElementNS:hi,createTextNode:di,createComment:fi,insertBefore:pi,removeChild:gi,appendChild:vi,parentNode:mi,nextSibling:yi,tagName:xi,setTextContent:wi,setStyleScope:_i}),Bi={create:function(e,t){Ci(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Ci(e,!0),Ci(t))},destroy:function(e){Ci(e,!0)}};function Ci(e,t){var n=e.data.ref;if(i(n)){var r=e.context,o=e.componentInstance||e.elm,a=r.$refs;t?Array.isArray(a[n])?m(a[n],o):a[n]===o&&(a[n]=void 0):e.data.refInFor?Array.isArray(a[n])?a[n].indexOf(o)<0&&a[n].push(o):a[n]=[o]:a[n]=o}}var Si=new ye("",{},[]),Ei=["create","activate","update","remove","destroy"];function Mi(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&Ii(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function Ii(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,o=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===o||ui(r)&&ui(o)}function Ti(e,t,n){var r,o,a={};for(r=t;r<=n;++r)o=e[r].key,i(o)&&(a[o]=r);return a}function Di(e){var t,n,a={},l=e.modules,u=e.nodeOps;for(t=0;t<Ei.length;++t)for(a[Ei[t]]=[],n=0;n<l.length;++n)i(l[n][Ei[t]])&&a[Ei[t]].push(l[n][Ei[t]]);function c(e){return new ye(u.tagName(e).toLowerCase(),{},[],void 0,e)}function A(e,t){function n(){0===--n.listeners&&h(e)}return n.listeners=t,n}function h(e){var t=u.parentNode(e);i(t)&&u.removeChild(t,e)}function d(e,t,n,r,a,s,l){if(i(e.elm)&&i(s)&&(e=s[l]=be(e)),e.isRootInsert=!a,!f(e,t,n,r)){var c=e.data,A=e.children,h=e.tag;i(h)?(e.elm=e.ns?u.createElementNS(e.ns,h):u.createElement(h,e),_(e),y(e,A,t),i(c)&&w(e,t),m(n,e.elm,r)):o(e.isComment)?(e.elm=u.createComment(e.text),m(n,e.elm,r)):(e.elm=u.createTextNode(e.text),m(n,e.elm,r))}}function f(e,t,n,r){var a=e.data;if(i(a)){var s=i(e.componentInstance)&&a.keepAlive;if(i(a=a.hook)&&i(a=a.init)&&a(e,!1),i(e.componentInstance))return p(e,t),m(n,e.elm,r),o(s)&&v(e,t,n,r),!0}}function p(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,x(e)?(w(e,t),_(e)):(Ci(e),t.push(e))}function v(e,t,n,r){var o,s=e;while(s.componentInstance)if(s=s.componentInstance._vnode,i(o=s.data)&&i(o=o.transition)){for(o=0;o<a.activate.length;++o)a.activate[o](Si,s);t.push(s);break}m(n,e.elm,r)}function m(e,t,n){i(e)&&(i(n)?u.parentNode(n)===e&&u.insertBefore(e,t,n):u.appendChild(e,t))}function y(e,t,n){if(Array.isArray(t)){0;for(var r=0;r<t.length;++r)d(t[r],n,e.elm,null,!0,t,r)}else s(e.text)&&u.appendChild(e.elm,u.createTextNode(String(e.text)))}function x(e){while(e.componentInstance)e=e.componentInstance._vnode;return i(e.tag)}function w(e,n){for(var r=0;r<a.create.length;++r)a.create[r](Si,e);t=e.data.hook,i(t)&&(i(t.create)&&t.create(Si,e),i(t.insert)&&n.push(e))}function _(e){var t;if(i(t=e.fnScopeId))u.setStyleScope(e.elm,t);else{var n=e;while(n)i(t=n.context)&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t),n=n.parent}i(t=Tn)&&t!==e.context&&t!==e.fnContext&&i(t=t.$options._scopeId)&&u.setStyleScope(e.elm,t)}function b(e,t,n,r,i,o){for(;r<=i;++r)d(n[r],o,e,t,!1,n,r)}function B(e){var t,n,r=e.data;if(i(r))for(i(t=r.hook)&&i(t=t.destroy)&&t(e),t=0;t<a.destroy.length;++t)a.destroy[t](e);if(i(t=e.children))for(n=0;n<e.children.length;++n)B(e.children[n])}function C(e,t,n,r){for(;n<=r;++n){var o=t[n];i(o)&&(i(o.tag)?(S(o),B(o)):h(o.elm))}}function S(e,t){if(i(t)||i(e.data)){var n,r=a.remove.length+1;for(i(t)?t.listeners+=r:t=A(e.elm,r),i(n=e.componentInstance)&&i(n=n._vnode)&&i(n.data)&&S(n,t),n=0;n<a.remove.length;++n)a.remove[n](e,t);i(n=e.data.hook)&&i(n=n.remove)?n(e,t):t()}else h(e.elm)}function E(e,t,n,o,a){var s,l,c,A,h=0,f=0,p=t.length-1,g=t[0],v=t[p],m=n.length-1,y=n[0],x=n[m],w=!a;while(h<=p&&f<=m)r(g)?g=t[++h]:r(v)?v=t[--p]:Mi(g,y)?(I(g,y,o,n,f),g=t[++h],y=n[++f]):Mi(v,x)?(I(v,x,o,n,m),v=t[--p],x=n[--m]):Mi(g,x)?(I(g,x,o,n,m),w&&u.insertBefore(e,g.elm,u.nextSibling(v.elm)),g=t[++h],x=n[--m]):Mi(v,y)?(I(v,y,o,n,f),w&&u.insertBefore(e,v.elm,g.elm),v=t[--p],y=n[++f]):(r(s)&&(s=Ti(t,h,p)),l=i(y.key)?s[y.key]:M(y,t,h,p),r(l)?d(y,o,e,g.elm,!1,n,f):(c=t[l],Mi(c,y)?(I(c,y,o,n,f),t[l]=void 0,w&&u.insertBefore(e,c.elm,g.elm)):d(y,o,e,g.elm,!1,n,f)),y=n[++f]);h>p?(A=r(n[m+1])?null:n[m+1].elm,b(e,A,n,f,m,o)):f>m&&C(e,t,h,p)}function M(e,t,n,r){for(var o=n;o<r;o++){var a=t[o];if(i(a)&&Mi(e,a))return o}}function I(e,t,n,s,l,c){if(e!==t){i(t.elm)&&i(s)&&(t=s[l]=be(t));var A=t.elm=e.elm;if(o(e.isAsyncPlaceholder))i(t.asyncFactory.resolved)?F(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(o(t.isStatic)&&o(e.isStatic)&&t.key===e.key&&(o(t.isCloned)||o(t.isOnce)))t.componentInstance=e.componentInstance;else{var h,d=t.data;i(d)&&i(h=d.hook)&&i(h=h.prepatch)&&h(e,t);var f=e.children,p=t.children;if(i(d)&&x(t)){for(h=0;h<a.update.length;++h)a.update[h](e,t);i(h=d.hook)&&i(h=h.update)&&h(e,t)}r(t.text)?i(f)&&i(p)?f!==p&&E(A,f,p,n,c):i(p)?(i(e.text)&&u.setTextContent(A,""),b(A,null,p,0,p.length-1,n)):i(f)?C(A,f,0,f.length-1):i(e.text)&&u.setTextContent(A,""):e.text!==t.text&&u.setTextContent(A,t.text),i(d)&&i(h=d.hook)&&i(h=h.postpatch)&&h(e,t)}}}function T(e,t,n){if(o(n)&&i(e.parent))e.parent.data.pendingInsert=t;else for(var r=0;r<t.length;++r)t[r].data.hook.insert(t[r])}var D=g("attrs,class,staticClass,staticStyle,key");function F(e,t,n,r){var a,s=t.tag,l=t.data,u=t.children;if(r=r||l&&l.pre,t.elm=e,o(t.isComment)&&i(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(i(l)&&(i(a=l.hook)&&i(a=a.init)&&a(t,!0),i(a=t.componentInstance)))return p(t,n),!0;if(i(s)){if(i(u))if(e.hasChildNodes())if(i(a=l)&&i(a=a.domProps)&&i(a=a.innerHTML)){if(a!==e.innerHTML)return!1}else{for(var c=!0,A=e.firstChild,h=0;h<u.length;h++){if(!A||!F(A,u[h],n,r)){c=!1;break}A=A.nextSibling}if(!c||A)return!1}else y(t,u,n);if(i(l)){var d=!1;for(var f in l)if(!D(f)){d=!0,w(t,n);break}!d&&l["class"]&&gt(l["class"])}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,s){if(!r(t)){var l=!1,A=[];if(r(e))l=!0,d(t,A);else{var h=i(e.nodeType);if(!h&&Mi(e,t))I(e,t,A,null,null,s);else{if(h){if(1===e.nodeType&&e.hasAttribute(P)&&(e.removeAttribute(P),n=!0),o(n)&&F(e,t,A))return T(t,A,!0),e;e=c(e)}var f=e.elm,p=u.parentNode(f);if(d(t,A,f._leaveCb?null:p,u.nextSibling(f)),i(t.parent)){var g=t.parent,v=x(t);while(g){for(var m=0;m<a.destroy.length;++m)a.destroy[m](g);if(g.elm=t.elm,v){for(var y=0;y<a.create.length;++y)a.create[y](Si,g);var w=g.data.hook.insert;if(w.merged)for(var _=1;_<w.fns.length;_++)w.fns[_]()}else Ci(g);g=g.parent}}i(p)?C(p,[e],0,0):i(e.tag)&&B(e)}}return T(t,A,l),t.elm}i(e)&&B(e)}}var Fi={create:Qi,update:Qi,destroy:function(e){Qi(e,Si)}};function Qi(e,t){(e.data.directives||t.data.directives)&&Li(e,t)}function Li(e,t){var n,r,i,o=e===Si,a=t===Si,s=Oi(e.data.directives,e.context),l=Oi(t.data.directives,t.context),u=[],c=[];for(n in l)r=s[n],i=l[n],r?(i.oldValue=r.value,i.oldArg=r.arg,ki(i,"update",t,e),i.def&&i.def.componentUpdated&&c.push(i)):(ki(i,"bind",t,e),i.def&&i.def.inserted&&u.push(i));if(u.length){var A=function(){for(var n=0;n<u.length;n++)ki(u[n],"inserted",t,e)};o?wt(t,"insert",A):A()}if(c.length&&wt(t,"postpatch",(function(){for(var n=0;n<c.length;n++)ki(c[n],"componentUpdated",t,e)})),!o)for(n in s)l[n]||ki(s[n],"unbind",e,e,a)}var Ui=Object.create(null);function Oi(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++)r=e[n],r.modifiers||(r.modifiers=Ui),i[Ni(r)]=r,r.def=Ye(t.$options,"directives",r.name,!0);return i}function Ni(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{}).join(".")}function ki(e,t,n,r,i){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,r,i)}catch(ba){tt(ba,n.context,"directive "+e.name+" "+t+" hook")}}var Pi=[Bi,Fi];function Hi(e,t){var n=t.componentOptions;if((!i(n)||!1!==n.Ctor.options.inheritAttrs)&&(!r(e.data.attrs)||!r(t.data.attrs))){var o,a,s,l=t.elm,u=e.data.attrs||{},c=t.data.attrs||{};for(o in i(c.__ob__)&&(c=t.data.attrs=D({},c)),c)a=c[o],s=u[o],s!==a&&Ri(l,o,a);for(o in(ee||ne)&&c.value!==u.value&&Ri(l,"value",c.value),u)r(c[o])&&(jr(o)?l.removeAttributeNS(Gr,Wr(o)):Rr(o)||l.removeAttribute(o))}}function Ri(e,t,n){e.tagName.indexOf("-")>-1?zi(e,t,n):Kr(t)?Xr(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):Rr(t)?e.setAttribute(t,Vr(t,n)):jr(t)?Xr(n)?e.removeAttributeNS(Gr,Wr(t)):e.setAttributeNS(Gr,t,n):zi(e,t,n)}function zi(e,t,n){if(Xr(n))e.removeAttribute(t);else{if(ee&&!te&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var r=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",r)};e.addEventListener("input",r),e.__ieph=!0}e.setAttribute(t,n)}}var Vi={create:Hi,update:Hi};function Ki(e,t){var n=t.elm,o=t.data,a=e.data;if(!(r(o.staticClass)&&r(o.class)&&(r(a)||r(a.staticClass)&&r(a.class)))){var s=Yr(t),l=n._transitionClasses;i(l)&&(s=Zr(s,$r(l))),s!==n._prevClass&&(n.setAttribute("class",s),n._prevClass=s)}}var Gi,ji={create:Ki,update:Ki},Wi="__r",Xi="__c";function Yi(e){if(i(e[Wi])){var t=ee?"change":"input";e[t]=[].concat(e[Wi],e[t]||[]),delete e[Wi]}i(e[Xi])&&(e.change=[].concat(e[Xi],e.change||[]),delete e[Xi])}function qi(e,t,n){var r=Gi;return function i(){var o=t.apply(null,arguments);null!==o&&$i(e,i,n,r)}}var Ji=at&&!(ie&&Number(ie[1])<=53);function Zi(e,t,n,r){if(Ji){var i=Wn,o=t;t=o._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return o.apply(this,arguments)}}Gi.addEventListener(e,t,ae?{capture:n,passive:r}:n)}function $i(e,t,n,r){(r||Gi).removeEventListener(e,t._wrapper||t,n)}function eo(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Gi=t.elm,Yi(n),xt(n,i,Zi,$i,qi,t.context),Gi=void 0}}var to,no={create:eo,update:eo};function ro(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,o,a=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};for(n in i(l.__ob__)&&(l=t.data.domProps=D({},l)),s)n in l||(a[n]="");for(n in l){if(o=l[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n&&"PROGRESS"!==a.tagName){a._value=o;var u=r(o)?"":String(o);io(a,u)&&(a.value=u)}else if("innerHTML"===n&&ii(a.tagName)&&r(a.innerHTML)){to=to||document.createElement("div"),to.innerHTML="<svg>"+o+"</svg>";var c=to.firstChild;while(a.firstChild)a.removeChild(a.firstChild);while(c.firstChild)a.appendChild(c.firstChild)}else if(o!==s[n])try{a[n]=o}catch(ba){}}}}function io(e,t){return!e.composing&&("OPTION"===e.tagName||oo(e,t)||ao(e,t))}function oo(e,t){var n=!0;try{n=document.activeElement!==e}catch(ba){}return n&&e.value!==t}function ao(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}var so={create:ro,update:ro},lo=w((function(e){var t={},n=/;(?![^(]*\))/g,r=/:(.+)/;return e.split(n).forEach((function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}));function uo(e){var t=co(e.style);return e.staticStyle?D(e.staticStyle,t):t}function co(e){return Array.isArray(e)?F(e):"string"===typeof e?lo(e):e}function Ao(e,t){var n,r={};if(t){var i=e;while(i.componentInstance)i=i.componentInstance._vnode,i&&i.data&&(n=uo(i.data))&&D(r,n)}(n=uo(e.data))&&D(r,n);var o=e;while(o=o.parent)o.data&&(n=uo(o.data))&&D(r,n);return r}var ho,fo=/^--/,po=/\s*!important$/,go=function(e,t,n){if(fo.test(t))e.style.setProperty(t,n);else if(po.test(n))e.style.setProperty(S(t),n.replace(po,""),"important");else{var r=mo(t);if(Array.isArray(n))for(var i=0,o=n.length;i<o;i++)e.style[r]=n[i];else e.style[r]=n}},vo=["Webkit","Moz","ms"],mo=w((function(e){if(ho=ho||document.createElement("div").style,e=b(e),"filter"!==e&&e in ho)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<vo.length;n++){var r=vo[n]+t;if(r in ho)return r}}));function yo(e,t){var n=t.data,o=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(o.staticStyle)&&r(o.style))){var a,s,l=t.elm,u=o.staticStyle,c=o.normalizedStyle||o.style||{},A=u||c,h=co(t.data.style)||{};t.data.normalizedStyle=i(h.__ob__)?D({},h):h;var d=Ao(t,!0);for(s in A)r(d[s])&&go(l,s,"");for(s in d)a=d[s],a!==A[s]&&go(l,s,null==a?"":a)}}var xo={create:yo,update:yo},wo=/\s+/;function _o(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function bo(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(wo).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";while(n.indexOf(r)>=0)n=n.replace(r," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function Bo(e){if(e){if("object"===typeof e){var t={};return!1!==e.css&&D(t,Co(e.name||"v")),D(t,e),t}return"string"===typeof e?Co(e):void 0}}var Co=w((function(e){return{enterClass:e+"-enter",enterToClass:e+"-enter-to",enterActiveClass:e+"-enter-active",leaveClass:e+"-leave",leaveToClass:e+"-leave-to",leaveActiveClass:e+"-leave-active"}})),So=q&&!te,Eo="transition",Mo="animation",Io="transition",To="transitionend",Do="animation",Fo="animationend";So&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Io="WebkitTransition",To="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Do="WebkitAnimation",Fo="webkitAnimationEnd"));var Qo=q?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Lo(e){Qo((function(){Qo(e)}))}function Uo(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),_o(e,t))}function Oo(e,t){e._transitionClasses&&m(e._transitionClasses,t),bo(e,t)}function No(e,t,n){var r=Po(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Eo?To:Fo,l=0,u=function(){e.removeEventListener(s,c),n()},c=function(t){t.target===e&&++l>=a&&u()};setTimeout((function(){l<a&&u()}),o+1),e.addEventListener(s,c)}var ko=/\b(transform|all)(,|$)/;function Po(e,t){var n,r=window.getComputedStyle(e),i=(r[Io+"Delay"]||"").split(", "),o=(r[Io+"Duration"]||"").split(", "),a=Ho(i,o),s=(r[Do+"Delay"]||"").split(", "),l=(r[Do+"Duration"]||"").split(", "),u=Ho(s,l),c=0,A=0;t===Eo?a>0&&(n=Eo,c=a,A=o.length):t===Mo?u>0&&(n=Mo,c=u,A=l.length):(c=Math.max(a,u),n=c>0?a>u?Eo:Mo:null,A=n?n===Eo?o.length:l.length:0);var h=n===Eo&&ko.test(r[Io+"Property"]);return{type:n,timeout:c,propCount:A,hasTransform:h}}function Ho(e,t){while(e.length<t.length)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Ro(t)+Ro(e[n])})))}function Ro(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function zo(e,t){var n=e.elm;i(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=Bo(e.data.transition);if(!r(o)&&!i(n._enterCb)&&1===n.nodeType){var a=o.css,s=o.type,u=o.enterClass,c=o.enterToClass,A=o.enterActiveClass,h=o.appearClass,d=o.appearToClass,f=o.appearActiveClass,g=o.beforeEnter,v=o.enter,m=o.afterEnter,y=o.enterCancelled,x=o.beforeAppear,w=o.appear,_=o.afterAppear,b=o.appearCancelled,B=o.duration,C=Tn,S=Tn.$vnode;while(S&&S.parent)C=S.context,S=S.parent;var E=!C._isMounted||!e.isRootInsert;if(!E||w||""===w){var M=E&&h?h:u,I=E&&f?f:A,T=E&&d?d:c,D=E&&x||g,F=E&&"function"===typeof w?w:v,Q=E&&_||m,L=E&&b||y,U=p(l(B)?B.enter:B);0;var O=!1!==a&&!te,N=Go(F),P=n._enterCb=k((function(){O&&(Oo(n,T),Oo(n,I)),P.cancelled?(O&&Oo(n,M),L&&L(n)):Q&&Q(n),n._enterCb=null}));e.data.show||wt(e,"insert",(function(){var t=n.parentNode,r=t&&t._pending&&t._pending[e.key];r&&r.tag===e.tag&&r.elm._leaveCb&&r.elm._leaveCb(),F&&F(n,P)})),D&&D(n),O&&(Uo(n,M),Uo(n,I),Lo((function(){Oo(n,M),P.cancelled||(Uo(n,T),N||(Ko(U)?setTimeout(P,U):No(n,s,P)))}))),e.data.show&&(t&&t(),F&&F(n,P)),O||N||P()}}}function Vo(e,t){var n=e.elm;i(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var o=Bo(e.data.transition);if(r(o)||1!==n.nodeType)return t();if(!i(n._leaveCb)){var a=o.css,s=o.type,u=o.leaveClass,c=o.leaveToClass,A=o.leaveActiveClass,h=o.beforeLeave,d=o.leave,f=o.afterLeave,g=o.leaveCancelled,v=o.delayLeave,m=o.duration,y=!1!==a&&!te,x=Go(d),w=p(l(m)?m.leave:m);0;var _=n._leaveCb=k((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),y&&(Oo(n,c),Oo(n,A)),_.cancelled?(y&&Oo(n,u),g&&g(n)):(t(),f&&f(n)),n._leaveCb=null}));v?v(b):b()}function b(){_.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),h&&h(n),y&&(Uo(n,u),Uo(n,A),Lo((function(){Oo(n,u),_.cancelled||(Uo(n,c),x||(Ko(w)?setTimeout(_,w):No(n,s,_)))}))),d&&d(n,_),y||x||_())}}function Ko(e){return"number"===typeof e&&!isNaN(e)}function Go(e){if(r(e))return!1;var t=e.fns;return i(t)?Go(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function jo(e,t){!0!==t.data.show&&zo(t)}var Wo=q?{create:jo,activate:jo,remove:function(e,t){!0!==e.data.show?Vo(e,t):t()}}:{},Xo=[Vi,ji,no,so,xo,Wo],Yo=Xo.concat(Pi),qo=Di({nodeOps:bi,modules:Yo});te&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;e&&e.vmodel&&ia(e,"input")}));var Jo={inserted:function(e,t,n,r){"select"===n.tag?(r.elm&&!r.elm._vOptions?wt(n,"postpatch",(function(){Jo.componentUpdated(e,t,n)})):Zo(e,t,n.context),e._vOptions=[].map.call(e.options,ta)):("textarea"===n.tag||ui(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",na),e.addEventListener("compositionend",ra),e.addEventListener("change",ra),te&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Zo(e,t,n.context);var r=e._vOptions,i=e._vOptions=[].map.call(e.options,ta);if(i.some((function(e,t){return!O(e,r[t])}))){var o=e.multiple?t.value.some((function(e){return ea(e,i)})):t.value!==t.oldValue&&ea(t.value,i);o&&ia(e,"change")}}}};function Zo(e,t,n){$o(e,t,n),(ee||ne)&&setTimeout((function(){$o(e,t,n)}),0)}function $o(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,l=e.options.length;s<l;s++)if(a=e.options[s],i)o=N(r,ta(a))>-1,a.selected!==o&&(a.selected=o);else if(O(ta(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function ea(e,t){return t.every((function(t){return!O(t,e)}))}function ta(e){return"_value"in e?e._value:e.value}function na(e){e.target.composing=!0}function ra(e){e.target.composing&&(e.target.composing=!1,ia(e.target,"input"))}function ia(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function oa(e){return!e.componentInstance||e.data&&e.data.transition?e:oa(e.componentInstance._vnode)}var aa={bind:function(e,t,n){var r=t.value;n=oa(n);var i=n.data&&n.data.transition,o=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;r&&i?(n.data.show=!0,zo(n,(function(){e.style.display=o}))):e.style.display=r?o:"none"},update:function(e,t,n){var r=t.value,i=t.oldValue;if(!r!==!i){n=oa(n);var o=n.data&&n.data.transition;o?(n.data.show=!0,r?zo(n,(function(){e.style.display=e.__vOriginalDisplay})):Vo(n,(function(){e.style.display="none"}))):e.style.display=r?e.__vOriginalDisplay:"none"}},unbind:function(e,t,n,r,i){i||(e.style.display=e.__vOriginalDisplay)}},sa={model:Jo,show:aa},la={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function ua(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?ua(bn(t.children)):e}function ca(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[b(o)]=i[o];return t}function Aa(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function ha(e){while(e=e.parent)if(e.data.transition)return!0}function da(e,t){return t.key===e.key&&t.tag===e.tag}var fa=function(e){return e.tag||_n(e)},pa=function(e){return"show"===e.name},ga={name:"transition",props:la,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(fa),n.length)){0;var r=this.mode;0;var i=n[0];if(ha(this.$vnode))return i;var o=ua(i);if(!o)return i;if(this._leaving)return Aa(e,i);var a="__transition-"+this._uid+"-";o.key=null==o.key?o.isComment?a+"comment":a+o.tag:s(o.key)?0===String(o.key).indexOf(a)?o.key:a+o.key:o.key;var l=(o.data||(o.data={})).transition=ca(this),u=this._vnode,c=ua(u);if(o.data.directives&&o.data.directives.some(pa)&&(o.data.show=!0),c&&c.data&&!da(o,c)&&!_n(c)&&(!c.componentInstance||!c.componentInstance._vnode.isComment)){var A=c.data.transition=D({},l);if("out-in"===r)return this._leaving=!0,wt(A,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),Aa(e,i);if("in-out"===r){if(_n(o))return u;var h,d=function(){h()};wt(l,"afterEnter",d),wt(l,"enterCancelled",d),wt(A,"delayLeave",(function(e){h=e}))}}return i}}},va=D({tag:String,moveClass:String},la);delete va.mode;var ma={props:va,beforeMount:function(){var e=this,t=this._update;this._update=function(n,r){var i=Dn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,r)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),r=this.prevChildren=this.children,i=this.$slots.default||[],o=this.children=[],a=ca(this),s=0;s<i.length;s++){var l=i[s];if(l.tag)if(null!=l.key&&0!==String(l.key).indexOf("__vlist"))o.push(l),n[l.key]=l,(l.data||(l.data={})).transition=a;else;}if(r){for(var u=[],c=[],A=0;A<r.length;A++){var h=r[A];h.data.transition=a,h.data.pos=h.elm.getBoundingClientRect(),n[h.key]?u.push(h):c.push(h)}this.kept=e(t,null,u),this.removed=c}return e(t,null,o)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(ya),e.forEach(xa),e.forEach(wa),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,r=n.style;Uo(n,t),r.transform=r.WebkitTransform=r.transitionDuration="",n.addEventListener(To,n._moveCb=function e(r){r&&r.target!==n||r&&!/transform$/.test(r.propertyName)||(n.removeEventListener(To,e),n._moveCb=null,Oo(n,t))})}})))},methods:{hasMove:function(e,t){if(!So)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){bo(n,e)})),_o(n,t),n.style.display="none",this.$el.appendChild(n);var r=Po(n);return this.$el.removeChild(n),this._hasMove=r.hasTransform}}};function ya(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function xa(e){e.data.newPos=e.elm.getBoundingClientRect()}function wa(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}var _a={Transition:ga,TransitionGroup:ma};br.config.mustUseProp=Hr,br.config.isReservedTag=oi,br.config.isReservedAttr=kr,br.config.getTagNamespace=ai,br.config.isUnknownElement=li,D(br.options.directives,sa),D(br.options.components,_a),br.prototype.__patch__=q?qo:Q,br.prototype.$mount=function(e,t){return e=e&&q?ci(e):void 0,Ln(this,e,t)},q&&setTimeout((function(){z.devtools&&ue&&ue.emit("init",br)}),0),t["default"]=br}.call(this,n("c8ba"))},"2b17":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=(i.isTypedArray,i.extend),a=(i.assert,i.each),s=i.isObject,l=n("e0d3"),u=l.getDataItemValue,c=l.isDataItemOption,A=n("3842"),h=A.parseDate,d=n("ec6f"),f=n("93d0"),p=f.SOURCE_FORMAT_TYPED_ARRAY,g=f.SOURCE_FORMAT_ARRAY_ROWS,v=f.SOURCE_FORMAT_ORIGINAL,m=f.SOURCE_FORMAT_OBJECT_ROWS;function y(e,t){d.isInstance(e)||(e=d.seriesDataToSource(e)),this._source=e;var n=this._data=e.data,r=e.sourceFormat;r===p&&(this._offset=0,this._dimSize=t,this._data=n);var i=w[r===g?r+"_"+e.seriesLayoutBy:r];o(this,i)}var x=y.prototype;x.pure=!1,x.persistent=!0,x.getSource=function(){return this._source};var w={arrayRows_column:{pure:!0,count:function(){return Math.max(0,this._data.length-this._source.startIndex)},getItem:function(e){return this._data[e+this._source.startIndex]},appendData:B},arrayRows_row:{pure:!0,count:function(){var e=this._data[0];return e?Math.max(0,e.length-this._source.startIndex):0},getItem:function(e){e+=this._source.startIndex;for(var t=[],n=this._data,r=0;r<n.length;r++){var i=n[r];t.push(i?i[e]:null)}return t},appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},objectRows:{pure:!0,count:_,getItem:b,appendData:B},keyedColumns:{pure:!0,count:function(){var e=this._source.dimensionsDefine[0].name,t=this._data[e];return t?t.length:0},getItem:function(e){for(var t=[],n=this._source.dimensionsDefine,r=0;r<n.length;r++){var i=this._data[n[r].name];t.push(i?i[e]:null)}return t},appendData:function(e){var t=this._data;a(e,(function(e,n){for(var r=t[n]||(t[n]=[]),i=0;i<(e||[]).length;i++)r.push(e[i])}))}},original:{count:_,getItem:b,appendData:B},typedArray:{persistent:!1,pure:!0,count:function(){return this._data?this._data.length/this._dimSize:0},getItem:function(e,t){e-=this._offset,t=t||[];for(var n=this._dimSize*e,r=0;r<this._dimSize;r++)t[r]=this._data[n+r];return t},appendData:function(e){this._data=e},clean:function(){this._offset+=this.count(),this._data=null}}};function _(){return this._data.length}function b(e){return this._data[e]}function B(e){for(var t=0;t<e.length;t++)this._data.push(e[t])}var C={arrayRows:S,objectRows:function(e,t,n,r){return null!=n?e[r]:e},keyedColumns:S,original:function(e,t,n,r){var i=u(e);return null!=n&&i instanceof Array?i[n]:i},typedArray:S};function S(e,t,n,r){return null!=n?e[n]:e}var E={arrayRows:M,objectRows:function(e,t,n,r){return I(e[t],this._dimensionInfos[t])},keyedColumns:M,original:function(e,t,n,r){var i=e&&(null==e.value?e:e.value);return!this._rawData.pure&&c(e)&&(this.hasItemOption=!0),I(i instanceof Array?i[r]:i,this._dimensionInfos[t])},typedArray:function(e,t,n,r){return e[r]}};function M(e,t,n,r){return I(e[r],this._dimensionInfos[t])}function I(e,t){var n=t&&t.type;if("ordinal"===n){var r=t&&t.ordinalMeta;return r?r.parseAndCollect(e):e}return"time"===n&&"number"!==typeof e&&null!=e&&"-"!==e&&(e=+h(e)),null==e||""===e?NaN:+e}function T(e,t,n){if(e){var r=e.getRawDataItem(t);if(null!=r){var i,o,a=e.getProvider().getSource().sourceFormat,s=e.getDimensionInfo(n);return s&&(i=s.name,o=s.index),C[a](r,t,o,i)}}}function D(e,t,n){if(e){var r=e.getProvider().getSource().sourceFormat;if(r===v||r===m){var i=e.getRawDataItem(t);return r!==v||s(i)||(i=null),i?i[n]:void 0}}}t.DefaultDataProvider=y,t.defaultDimValueGetters=E,t.retrieveRawValue=T,t.retrieveRawAttr=D},"2b61":function(e,t,n){var r=n("7d6d"),i=n("82eb"),o=i.ContextCachedBy,a=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],s=function(e){this.extendFrom(e,!1)};function l(e,t,n){var r=null==t.x?0:t.x,i=null==t.x2?1:t.x2,o=null==t.y?0:t.y,a=null==t.y2?0:t.y2;t.global||(r=r*n.width+n.x,i=i*n.width+n.x,o=o*n.height+n.y,a=a*n.height+n.y),r=isNaN(r)?0:r,i=isNaN(i)?1:i,o=isNaN(o)?0:o,a=isNaN(a)?0:a;var s=e.createLinearGradient(r,o,i,a);return s}function u(e,t,n){var r=n.width,i=n.height,o=Math.min(r,i),a=null==t.x?.5:t.x,s=null==t.y?.5:t.y,l=null==t.r?.5:t.r;t.global||(a=a*r+n.x,s=s*i+n.y,l*=o);var u=e.createRadialGradient(a,s,0,a,s,l);return u}s.prototype={constructor:s,fill:"#000",stroke:null,opacity:1,fillOpacity:null,strokeOpacity:null,lineDash:null,lineDashOffset:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,lineWidth:1,strokeNoScale:!1,text:null,font:null,textFont:null,fontStyle:null,fontWeight:null,fontSize:null,fontFamily:null,textTag:null,textFill:"#000",textStroke:null,textWidth:null,textHeight:null,textStrokeWidth:0,textLineHeight:null,textPosition:"inside",textRect:null,textOffset:null,textAlign:null,textVerticalAlign:null,textDistance:5,textShadowColor:"transparent",textShadowBlur:0,textShadowOffsetX:0,textShadowOffsetY:0,textBoxShadowColor:"transparent",textBoxShadowBlur:0,textBoxShadowOffsetX:0,textBoxShadowOffsetY:0,transformText:!1,textRotation:0,textOrigin:null,textBackgroundColor:null,textBorderColor:null,textBorderWidth:0,textBorderRadius:0,textPadding:null,rich:null,truncate:null,blend:null,bind:function(e,t,n){var i=this,s=n&&n.style,l=!s||e.__attrCachedBy!==o.STYLE_BIND;e.__attrCachedBy=o.STYLE_BIND;for(var u=0;u<a.length;u++){var c=a[u],A=c[0];(l||i[A]!==s[A])&&(e[A]=r(e,A,i[A]||c[1]))}if((l||i.fill!==s.fill)&&(e.fillStyle=i.fill),(l||i.stroke!==s.stroke)&&(e.strokeStyle=i.stroke),(l||i.opacity!==s.opacity)&&(e.globalAlpha=null==i.opacity?1:i.opacity),(l||i.blend!==s.blend)&&(e.globalCompositeOperation=i.blend||"source-over"),this.hasStroke()){var h=i.lineWidth;e.lineWidth=h/(this.strokeNoScale&&t&&t.getLineScale?t.getLineScale():1)}},hasFill:function(){var e=this.fill;return null!=e&&"none"!==e},hasStroke:function(){var e=this.stroke;return null!=e&&"none"!==e&&this.lineWidth>0},extendFrom:function(e,t){if(e)for(var n in e)!e.hasOwnProperty(n)||!0!==t&&(!1===t?this.hasOwnProperty(n):null==e[n])||(this[n]=e[n])},set:function(e,t){"string"===typeof e?this[e]=t:this.extendFrom(e,!0)},clone:function(){var e=new this.constructor;return e.extendFrom(this,!0),e},getGradient:function(e,t,n){for(var r="radial"===t.type?u:l,i=r(e,t,n),o=t.colorStops,a=0;a<o.length;a++)i.addColorStop(o[a].offset,o[a].color);return i}};for(var c=s.prototype,A=0;A<a.length;A++){var h=a[A];h[0]in c||(c[h[0]]=h[1])}s.getGradient=c.getGradient;var d=s;e.exports=d},"2b8c":function(e,t,n){var r=n("6d8b"),i=n("5f14"),o=r.each;function a(e){if(e)for(var t in e)if(e.hasOwnProperty(t))return!0}function s(e,t,n){var a={};return o(t,(function(t){var l=a[t]=s();o(e[t],(function(e,o){if(i.isValidType(o)){var a={type:o,visual:e};n&&n(a,t),l[o]=new i(a),"opacity"===o&&(a=r.clone(a),a.type="colorAlpha",l.__hidden.__alphaForOpacity=new i(a))}}))})),a;function s(){var e=function(){};e.prototype.__hidden=e.prototype;var t=new e;return t}}function l(e,t,n){var i;r.each(n,(function(e){t.hasOwnProperty(e)&&a(t[e])&&(i=!0)})),i&&r.each(n,(function(n){t.hasOwnProperty(n)&&a(t[n])?e[n]=r.clone(t[n]):delete e[n]}))}function u(e,t,n,o,a,s){var l,u={};function c(e){return n.getItemVisual(l,e)}function A(e,t){n.setItemVisual(l,e,t)}function h(e,r){l=null==s?e:r;var i=n.getRawDataItem(l);if(!i||!1!==i.visualMap)for(var h=o.call(a,e),d=t[h],f=u[h],p=0,g=f.length;p<g;p++){var v=f[p];d[v]&&d[v].applyVisual(e,c,A)}}r.each(e,(function(e){var n=i.prepareVisualTypes(t[e]);u[e]=n})),null==s?n.each(h):n.each([s],h)}function c(e,t,n,o){var a={};function s(e,r){function i(e){return r.getItemVisual(l,e)}function s(e,t){r.setItemVisual(l,e,t)}var l;null!=o&&(o=r.getDimension(o));while(null!=(l=e.next())){var u=r.getRawDataItem(l);if(!u||!1!==u.visualMap)for(var c=null!=o?r.get(o,l,!0):l,A=n(c),h=t[A],d=a[A],f=0,p=d.length;f<p;f++){var g=d[f];h[g]&&h[g].applyVisual(c,i,s)}}}return r.each(e,(function(e){var n=i.prepareVisualTypes(t[e]);a[e]=n})),{progress:s}}t.createVisualMappings=s,t.replaceVisualOption=l,t.applyVisual=u,t.incrementalApplyVisual=c},"2c17":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=i.createHashMap,a=i.each;r.registerProcessor({getTargetSeries:function(e){var t=o();return e.eachComponent("dataZoom",(function(e){e.eachTargetAxis((function(e,n,r){var i=r.getAxisProxy(e.name,n);a(i.getTargetSeriesModels(),(function(e){t.set(e.uid,e)}))}))})),t},modifyOutputEnd:!0,overallReset:function(e,t){e.eachComponent("dataZoom",(function(e){e.eachTargetAxis((function(e,n,r){r.getAxisProxy(e.name,n).reset(r,t)})),e.eachTargetAxis((function(e,n,r){r.getAxisProxy(e.name,n).filterData(r,t)}))})),e.eachComponent("dataZoom",(function(e){var t=e.findRepresentativeAxisProxy(),n=t.getDataPercentWindow(),r=t.getDataValueWindow();e.setCalculatedRange({start:n[0],end:n[1],startValue:r[0],endValue:r[1]})}))}})},"2ca0":function(e,t,n){"use strict";var r=n("23e7"),i=n("06cf").f,o=n("50c4"),a=n("5a34"),s=n("1d80"),l=n("ab13"),u=n("c430"),c="".startsWith,A=Math.min,h=l("startsWith"),d=!u&&!h&&!!function(){var e=i(String.prototype,"startsWith");return e&&!e.writable}();r({target:"String",proto:!0,forced:!d&&!h},{startsWith:function(e){var t=String(s(this));a(e);var n=o(A(arguments.length>1?arguments[1]:void 0,t.length)),r=String(e);return c?c.call(t,r,n):t.slice(n,n+r.length)===r}})},"2cf4":function(e,t){var n=1;"undefined"!==typeof window&&(n=Math.max(window.devicePixelRatio||1,1));var r=0,i=n;t.debugMode=r,t.devicePixelRatio=i},"2cf49":function(e,t,n){var r,i,o,a=n("da84"),s=n("d039"),l=n("c6b6"),u=n("0366"),c=n("1be4"),A=n("cc12"),h=n("1cdc"),d=a.location,f=a.setImmediate,p=a.clearImmediate,g=a.process,v=a.MessageChannel,m=a.Dispatch,y=0,x={},w="onreadystatechange",_=function(e){if(x.hasOwnProperty(e)){var t=x[e];delete x[e],t()}},b=function(e){return function(){_(e)}},B=function(e){_(e.data)},C=function(e){a.postMessage(e+"",d.protocol+"//"+d.host)};f&&p||(f=function(e){var t=[],n=1;while(arguments.length>n)t.push(arguments[n++]);return x[++y]=function(){("function"==typeof e?e:Function(e)).apply(void 0,t)},r(y),y},p=function(e){delete x[e]},"process"==l(g)?r=function(e){g.nextTick(b(e))}:m&&m.now?r=function(e){m.now(b(e))}:v&&!h?(i=new v,o=i.port2,i.port1.onmessage=B,r=u(o.postMessage,o,1)):!a.addEventListener||"function"!=typeof postMessage||a.importScripts||s(C)||"file:"===d.protocol?r=w in A("script")?function(e){c.appendChild(A("script"))[w]=function(){c.removeChild(this),_(e)}}:function(e){setTimeout(b(e),0)}:(r=C,a.addEventListener("message",B,!1))),e.exports={set:f,clear:p}},"2cfc":function(e,t,n){var r=n("3eba");n("4338"),n("bcbe"),n("c62c"),n("cb8f"),n("f138"),r.extendComponentView({type:"single"})},"2d00":function(e,t,n){var r,i,o=n("da84"),a=n("342f"),s=o.process,l=s&&s.versions,u=l&&l.v8;u?(r=u.split("."),i=r[0]+r[1]):a&&(r=a.match(/Edge\/(\d+)/),(!r||r[1]>=74)&&(r=a.match(/Chrome\/(\d+)/),r&&(i=r[1]))),e.exports=i&&+i},"2d83":function(e,t,n){"use strict";var r=n("387f");e.exports=function(e,t,n,i,o){var a=new Error(e);return r(a,t,n,i,o)}},"2e67":function(e,t,n){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},"2f31":function(e,t,n){var r=n("3eba"),i=n("ae75");n("10cc"),n("f31f"),n("c2dd"),n("b8ec"),n("fecb"),r.registerPreprocessor(i)},"2f45":function(e,t,n){var r=n("6d8b"),i=r.each,o=r.createHashMap,a=(r.assert,n("4e08")),s=(a.__DEV__,o(["tooltip","label","itemName","itemId","seriesName"]));function l(e){var t={},n=t.encode={},r=o(),a=[],l=[],c=t.userOutput={dimensionNames:e.dimensions.slice(),encode:{}};i(e.dimensions,(function(t){var i=e.getDimensionInfo(t),o=i.coordDim;if(o){var h=i.coordDimIndex;u(n,o)[h]=t,i.isExtraCoord||(r.set(o,1),A(i.type)&&(a[0]=t),u(c.encode,o)[h]=i.index),i.defaultTooltip&&l.push(t)}s.each((function(e,t){var r=u(n,t),o=i.otherDims[t];null!=o&&!1!==o&&(r[o]=i.name)}))}));var h=[],d={};r.each((function(e,t){var r=n[t];d[t]=r[0],h=h.concat(r)})),t.dataDimsOnCoord=h,t.encodeFirstDimNotExtra=d;var f=n.label;f&&f.length&&(a=f.slice());var p=n.tooltip;return p&&p.length?l=p.slice():l.length||(l=a.slice()),n.defaultedLabel=a,n.defaultedTooltip=l,t}function u(e,t){return e.hasOwnProperty(t)||(e[t]=[]),e[t]}function c(e){return"category"===e?"ordinal":"time"===e?"time":"float"}function A(e){return!("ordinal"===e||"time"===e)}t.OTHER_DIMENSIONS=s,t.summarizeDimensions=l,t.getDimensionTypeByAxis=c},"2f62":function(e,t,n){"use strict";
  19. /**
  20. * vuex v3.1.0
  21. * (c) 2019 Evan You
  22. * @license MIT
  23. */
  24. function r(e){var t=Number(e.version.split(".")[0]);if(t>=2)e.mixin({beforeCreate:r});else{var n=e.prototype._init;e.prototype._init=function(e){void 0===e&&(e={}),e.init=e.init?[r].concat(e.init):r,n.call(this,e)}}function r(){var e=this.$options;e.store?this.$store="function"===typeof e.store?e.store():e.store:e.parent&&e.parent.$store&&(this.$store=e.parent.$store)}}n.d(t,"c",(function(){return I})),n.d(t,"b",(function(){return D}));var i="undefined"!==typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function o(e){i&&(e._devtoolHook=i,i.emit("vuex:init",e),i.on("vuex:travel-to-state",(function(t){e.replaceState(t)})),e.subscribe((function(e,t){i.emit("vuex:mutation",e,t)})))}function a(e,t){Object.keys(e).forEach((function(n){return t(e[n],n)}))}function s(e){return null!==e&&"object"===typeof e}function l(e){return e&&"function"===typeof e.then}var u=function(e,t){this.runtime=t,this._children=Object.create(null),this._rawModule=e;var n=e.state;this.state=("function"===typeof n?n():n)||{}},c={namespaced:{configurable:!0}};c.namespaced.get=function(){return!!this._rawModule.namespaced},u.prototype.addChild=function(e,t){this._children[e]=t},u.prototype.removeChild=function(e){delete this._children[e]},u.prototype.getChild=function(e){return this._children[e]},u.prototype.update=function(e){this._rawModule.namespaced=e.namespaced,e.actions&&(this._rawModule.actions=e.actions),e.mutations&&(this._rawModule.mutations=e.mutations),e.getters&&(this._rawModule.getters=e.getters)},u.prototype.forEachChild=function(e){a(this._children,e)},u.prototype.forEachGetter=function(e){this._rawModule.getters&&a(this._rawModule.getters,e)},u.prototype.forEachAction=function(e){this._rawModule.actions&&a(this._rawModule.actions,e)},u.prototype.forEachMutation=function(e){this._rawModule.mutations&&a(this._rawModule.mutations,e)},Object.defineProperties(u.prototype,c);var A=function(e){this.register([],e,!1)};function h(e,t,n){if(t.update(n),n.modules)for(var r in n.modules){if(!t.getChild(r))return void 0;h(e.concat(r),t.getChild(r),n.modules[r])}}A.prototype.get=function(e){return e.reduce((function(e,t){return e.getChild(t)}),this.root)},A.prototype.getNamespace=function(e){var t=this.root;return e.reduce((function(e,n){return t=t.getChild(n),e+(t.namespaced?n+"/":"")}),"")},A.prototype.update=function(e){h([],this.root,e)},A.prototype.register=function(e,t,n){var r=this;void 0===n&&(n=!0);var i=new u(t,n);if(0===e.length)this.root=i;else{var o=this.get(e.slice(0,-1));o.addChild(e[e.length-1],i)}t.modules&&a(t.modules,(function(t,i){r.register(e.concat(i),t,n)}))},A.prototype.unregister=function(e){var t=this.get(e.slice(0,-1)),n=e[e.length-1];t.getChild(n).runtime&&t.removeChild(n)};var d;var f=function(e){var t=this;void 0===e&&(e={}),!d&&"undefined"!==typeof window&&window.Vue&&M(window.Vue);var n=e.plugins;void 0===n&&(n=[]);var r=e.strict;void 0===r&&(r=!1),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new A(e),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new d;var i=this,a=this,s=a.dispatch,l=a.commit;this.dispatch=function(e,t){return s.call(i,e,t)},this.commit=function(e,t,n){return l.call(i,e,t,n)},this.strict=r;var u=this._modules.root.state;y(this,u,[],this._modules.root),m(this,u),n.forEach((function(e){return e(t)}));var c=void 0!==e.devtools?e.devtools:d.config.devtools;c&&o(this)},p={state:{configurable:!0}};function g(e,t){return t.indexOf(e)<0&&t.push(e),function(){var n=t.indexOf(e);n>-1&&t.splice(n,1)}}function v(e,t){e._actions=Object.create(null),e._mutations=Object.create(null),e._wrappedGetters=Object.create(null),e._modulesNamespaceMap=Object.create(null);var n=e.state;y(e,n,[],e._modules.root,!0),m(e,n,t)}function m(e,t,n){var r=e._vm;e.getters={};var i=e._wrappedGetters,o={};a(i,(function(t,n){o[n]=function(){return t(e)},Object.defineProperty(e.getters,n,{get:function(){return e._vm[n]},enumerable:!0})}));var s=d.config.silent;d.config.silent=!0,e._vm=new d({data:{$$state:t},computed:o}),d.config.silent=s,e.strict&&C(e),r&&(n&&e._withCommit((function(){r._data.$$state=null})),d.nextTick((function(){return r.$destroy()})))}function y(e,t,n,r,i){var o=!n.length,a=e._modules.getNamespace(n);if(r.namespaced&&(e._modulesNamespaceMap[a]=r),!o&&!i){var s=S(t,n.slice(0,-1)),l=n[n.length-1];e._withCommit((function(){d.set(s,l,r.state)}))}var u=r.context=x(e,a,n);r.forEachMutation((function(t,n){var r=a+n;_(e,r,t,u)})),r.forEachAction((function(t,n){var r=t.root?n:a+n,i=t.handler||t;b(e,r,i,u)})),r.forEachGetter((function(t,n){var r=a+n;B(e,r,t,u)})),r.forEachChild((function(r,o){y(e,t,n.concat(o),r,i)}))}function x(e,t,n){var r=""===t,i={dispatch:r?e.dispatch:function(n,r,i){var o=E(n,r,i),a=o.payload,s=o.options,l=o.type;return s&&s.root||(l=t+l),e.dispatch(l,a)},commit:r?e.commit:function(n,r,i){var o=E(n,r,i),a=o.payload,s=o.options,l=o.type;s&&s.root||(l=t+l),e.commit(l,a,s)}};return Object.defineProperties(i,{getters:{get:r?function(){return e.getters}:function(){return w(e,t)}},state:{get:function(){return S(e.state,n)}}}),i}function w(e,t){var n={},r=t.length;return Object.keys(e.getters).forEach((function(i){if(i.slice(0,r)===t){var o=i.slice(r);Object.defineProperty(n,o,{get:function(){return e.getters[i]},enumerable:!0})}})),n}function _(e,t,n,r){var i=e._mutations[t]||(e._mutations[t]=[]);i.push((function(t){n.call(e,r.state,t)}))}function b(e,t,n,r){var i=e._actions[t]||(e._actions[t]=[]);i.push((function(t,i){var o=n.call(e,{dispatch:r.dispatch,commit:r.commit,getters:r.getters,state:r.state,rootGetters:e.getters,rootState:e.state},t,i);return l(o)||(o=Promise.resolve(o)),e._devtoolHook?o.catch((function(t){throw e._devtoolHook.emit("vuex:error",t),t})):o}))}function B(e,t,n,r){e._wrappedGetters[t]||(e._wrappedGetters[t]=function(e){return n(r.state,r.getters,e.state,e.getters)})}function C(e){e._vm.$watch((function(){return this._data.$$state}),(function(){0}),{deep:!0,sync:!0})}function S(e,t){return t.length?t.reduce((function(e,t){return e[t]}),e):e}function E(e,t,n){return s(e)&&e.type&&(n=t,t=e,e=e.type),{type:e,payload:t,options:n}}function M(e){d&&e===d||(d=e,r(d))}p.state.get=function(){return this._vm._data.$$state},p.state.set=function(e){0},f.prototype.commit=function(e,t,n){var r=this,i=E(e,t,n),o=i.type,a=i.payload,s=(i.options,{type:o,payload:a}),l=this._mutations[o];l&&(this._withCommit((function(){l.forEach((function(e){e(a)}))})),this._subscribers.forEach((function(e){return e(s,r.state)})))},f.prototype.dispatch=function(e,t){var n=this,r=E(e,t),i=r.type,o=r.payload,a={type:i,payload:o},s=this._actions[i];if(s){try{this._actionSubscribers.filter((function(e){return e.before})).forEach((function(e){return e.before(a,n.state)}))}catch(u){0}var l=s.length>1?Promise.all(s.map((function(e){return e(o)}))):s[0](o);return l.then((function(e){try{n._actionSubscribers.filter((function(e){return e.after})).forEach((function(e){return e.after(a,n.state)}))}catch(u){0}return e}))}},f.prototype.subscribe=function(e){return g(e,this._subscribers)},f.prototype.subscribeAction=function(e){var t="function"===typeof e?{before:e}:e;return g(t,this._actionSubscribers)},f.prototype.watch=function(e,t,n){var r=this;return this._watcherVM.$watch((function(){return e(r.state,r.getters)}),t,n)},f.prototype.replaceState=function(e){var t=this;this._withCommit((function(){t._vm._data.$$state=e}))},f.prototype.registerModule=function(e,t,n){void 0===n&&(n={}),"string"===typeof e&&(e=[e]),this._modules.register(e,t),y(this,this.state,e,this._modules.get(e),n.preserveState),m(this,this.state)},f.prototype.unregisterModule=function(e){var t=this;"string"===typeof e&&(e=[e]),this._modules.unregister(e),this._withCommit((function(){var n=S(t.state,e.slice(0,-1));d.delete(n,e[e.length-1])})),v(this)},f.prototype.hotUpdate=function(e){this._modules.update(e),v(this,!0)},f.prototype._withCommit=function(e){var t=this._committing;this._committing=!0,e(),this._committing=t},Object.defineProperties(f.prototype,p);var I=U((function(e,t){var n={};return L(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=this.$store.state,n=this.$store.getters;if(e){var r=O(this.$store,"mapState",e);if(!r)return;t=r.context.state,n=r.context.getters}return"function"===typeof i?i.call(this,t,n):t[i]},n[r].vuex=!0})),n})),T=U((function(e,t){var n={};return L(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.commit;if(e){var o=O(this.$store,"mapMutations",e);if(!o)return;r=o.context.commit}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),D=U((function(e,t){var n={};return L(t).forEach((function(t){var r=t.key,i=t.val;i=e+i,n[r]=function(){if(!e||O(this.$store,"mapGetters",e))return this.$store.getters[i]},n[r].vuex=!0})),n})),F=U((function(e,t){var n={};return L(t).forEach((function(t){var r=t.key,i=t.val;n[r]=function(){var t=[],n=arguments.length;while(n--)t[n]=arguments[n];var r=this.$store.dispatch;if(e){var o=O(this.$store,"mapActions",e);if(!o)return;r=o.context.dispatch}return"function"===typeof i?i.apply(this,[r].concat(t)):r.apply(this.$store,[i].concat(t))}})),n})),Q=function(e){return{mapState:I.bind(null,e),mapGetters:D.bind(null,e),mapMutations:T.bind(null,e),mapActions:F.bind(null,e)}};function L(e){return Array.isArray(e)?e.map((function(e){return{key:e,val:e}})):Object.keys(e).map((function(t){return{key:t,val:e[t]}}))}function U(e){return function(t,n){return"string"!==typeof t?(n=t,t=""):"/"!==t.charAt(t.length-1)&&(t+="/"),e(t,n)}}function O(e,t,n){var r=e._modulesNamespaceMap[n];return r}var N={Store:f,install:M,version:"3.1.0",mapState:I,mapMutations:T,mapGetters:D,mapActions:F,createNamespacedHelpers:Q};t["a"]=N},"2f73":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("1e32");n("1ccf"),n("f5e6"),n("792e"),n("cb8f"),n("6acf"),r.registerLayout(i.curry(o,"bar")),r.extendComponentView({type:"polar"})},"2f91":function(e,t){var n=["itemStyle","borderColor"];function r(e,t){var r=e.get("color");e.eachRawSeriesByType("boxplot",(function(t){var i=r[t.seriesIndex%r.length],o=t.getData();o.setVisual({legendSymbol:"roundRect",color:t.get(n)||i}),e.isSeriesFiltered(t)||o.each((function(e){var t=o.getItemModel(e);o.setItemVisual(e,{color:t.get(n,!0)})}))}))}e.exports=r},"2f9a":function(e,t){e.exports=function(){}},3014:function(e,t,n){var r=n("4f85"),i=n("3301"),o=r.extend({type:"series.__base_bar__",getInitialData:function(e,t){return i(this.getSource(),this,{useEncodeDefaulter:!0})},getMarkerPosition:function(e){var t=this.coordinateSystem;if(t){var n=t.dataToPoint(t.clampData(e)),r=this.getData(),i=r.getLayout("offset"),o=r.getLayout("size"),a=t.getBaseAxis().isHorizontal()?0:1;return n[a]+=i+o/2,n}return[NaN,NaN]},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod",itemStyle:{},emphasis:{}}});e.exports=o},"301c":function(e,t,n){n("e198")("asyncIterator")},3041:function(e,t,n){var r=n("e1fc"),i=n("0da8"),o=n("76a5"),a=n("d9fc"),s=n("c7a2"),l=n("ae69"),u=n("cb11"),c=n("cbe5"),A=n("87b1"),h=n("d498"),d=n("48a9"),f=n("2b61"),p=n("1687"),g=n("342d"),v=g.createFromString,m=n("6d8b"),y=m.isString,x=m.extend,w=m.defaults,_=m.trim,b=m.each,B=/[\s,]+/;function C(e){if(y(e)){var t=new DOMParser;e=t.parseFromString(e,"text/xml")}9===e.nodeType&&(e=e.firstChild);while("svg"!==e.nodeName.toLowerCase()||1!==e.nodeType)e=e.nextSibling;return e}function S(){this._defs={},this._root=null,this._isDefine=!1,this._isText=!1}S.prototype.parse=function(e,t){t=t||{};var n=C(e);if(!n)throw new Error("Illegal svg");var i=new r;this._root=i;var o=n.getAttribute("viewBox")||"",a=parseFloat(n.getAttribute("width")||t.width),l=parseFloat(n.getAttribute("height")||t.height);isNaN(a)&&(a=null),isNaN(l)&&(l=null),Q(n,i,null,!0);var u,c,A=n.firstChild;while(A)this._parseNode(A,i),A=A.nextSibling;if(o){var h=_(o).split(B);h.length>=4&&(u={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(u&&null!=a&&null!=l&&(c=H(u,a,l),!t.ignoreViewBox)){var d=i;i=new r,i.add(d),d.scale=c.scale.slice(),d.position=c.position.slice()}return t.ignoreRootClip||null==a||null==l||i.setClipPath(new s({shape:{x:0,y:0,width:a,height:l}})),{root:i,width:a,height:l,viewBoxRect:u,viewBoxTransform:c}},S.prototype._parseNode=function(e,t){var n,r=e.nodeName.toLowerCase();if("defs"===r?this._isDefine=!0:"text"===r&&(this._isText=!0),this._isDefine){var i=M[r];if(i){var o=i.call(this,e),a=e.getAttribute("id");a&&(this._defs[a]=o)}}else{i=E[r];i&&(n=i.call(this,e,t),t.add(n))}var s=e.firstChild;while(s)1===s.nodeType&&this._parseNode(s,n),3===s.nodeType&&this._isText&&this._parseText(s,n),s=s.nextSibling;"defs"===r?this._isDefine=!1:"text"===r&&(this._isText=!1)},S.prototype._parseText=function(e,t){if(1===e.nodeType){var n=e.getAttribute("dx")||0,r=e.getAttribute("dy")||0;this._textX+=parseFloat(n),this._textY+=parseFloat(r)}var i=new o({style:{text:e.textContent,transformText:!0},position:[this._textX||0,this._textY||0]});T(t,i),Q(e,i,this._defs);var a=i.style.fontSize;a&&a<9&&(i.style.fontSize=9,i.scale=i.scale||[1,1],i.scale[0]*=a/9,i.scale[1]*=a/9);var s=i.getBoundingRect();return this._textX+=s.width,t.add(i),i};var E={g:function(e,t){var n=new r;return T(t,n),Q(e,n,this._defs),n},rect:function(e,t){var n=new s;return T(t,n),Q(e,n,this._defs),n.setShape({x:parseFloat(e.getAttribute("x")||0),y:parseFloat(e.getAttribute("y")||0),width:parseFloat(e.getAttribute("width")||0),height:parseFloat(e.getAttribute("height")||0)}),n},circle:function(e,t){var n=new a;return T(t,n),Q(e,n,this._defs),n.setShape({cx:parseFloat(e.getAttribute("cx")||0),cy:parseFloat(e.getAttribute("cy")||0),r:parseFloat(e.getAttribute("r")||0)}),n},line:function(e,t){var n=new u;return T(t,n),Q(e,n,this._defs),n.setShape({x1:parseFloat(e.getAttribute("x1")||0),y1:parseFloat(e.getAttribute("y1")||0),x2:parseFloat(e.getAttribute("x2")||0),y2:parseFloat(e.getAttribute("y2")||0)}),n},ellipse:function(e,t){var n=new l;return T(t,n),Q(e,n,this._defs),n.setShape({cx:parseFloat(e.getAttribute("cx")||0),cy:parseFloat(e.getAttribute("cy")||0),rx:parseFloat(e.getAttribute("rx")||0),ry:parseFloat(e.getAttribute("ry")||0)}),n},polygon:function(e,t){var n=e.getAttribute("points");n&&(n=D(n));var r=new A({shape:{points:n||[]}});return T(t,r),Q(e,r,this._defs),r},polyline:function(e,t){var n=new c;T(t,n),Q(e,n,this._defs);var r=e.getAttribute("points");r&&(r=D(r));var i=new h({shape:{points:r||[]}});return i},image:function(e,t){var n=new i;return T(t,n),Q(e,n,this._defs),n.setStyle({image:e.getAttribute("xlink:href"),x:e.getAttribute("x"),y:e.getAttribute("y"),width:e.getAttribute("width"),height:e.getAttribute("height")}),n},text:function(e,t){var n=e.getAttribute("x")||0,i=e.getAttribute("y")||0,o=e.getAttribute("dx")||0,a=e.getAttribute("dy")||0;this._textX=parseFloat(n)+parseFloat(o),this._textY=parseFloat(i)+parseFloat(a);var s=new r;return T(t,s),Q(e,s,this._defs),s},tspan:function(e,t){var n=e.getAttribute("x"),i=e.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=i&&(this._textY=parseFloat(i));var o=e.getAttribute("dx")||0,a=e.getAttribute("dy")||0,s=new r;return T(t,s),Q(e,s,this._defs),this._textX+=o,this._textY+=a,s},path:function(e,t){var n=e.getAttribute("d")||"",r=v(n);return T(t,r),Q(e,r,this._defs),r}},M={lineargradient:function(e){var t=parseInt(e.getAttribute("x1")||0,10),n=parseInt(e.getAttribute("y1")||0,10),r=parseInt(e.getAttribute("x2")||10,10),i=parseInt(e.getAttribute("y2")||0,10),o=new d(t,n,r,i);return I(e,o),o},radialgradient:function(e){}};function I(e,t){var n=e.firstChild;while(n){if(1===n.nodeType){var r=n.getAttribute("offset");r=r.indexOf("%")>0?parseInt(r,10)/100:r?parseFloat(r):0;var i=n.getAttribute("stop-color")||"#000000";t.addColorStop(r,i)}n=n.nextSibling}}function T(e,t){e&&e.__inheritedStyle&&(t.__inheritedStyle||(t.__inheritedStyle={}),w(t.__inheritedStyle,e.__inheritedStyle))}function D(e){for(var t=_(e).split(B),n=[],r=0;r<t.length;r+=2){var i=parseFloat(t[r]),o=parseFloat(t[r+1]);n.push([i,o])}return n}var F={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-align":"textAlign","alignment-baseline":"textBaseline"};function Q(e,t,n,r){var i=t.__inheritedStyle||{},o="text"===t.type;if(1===e.nodeType&&(N(e,t),x(i,P(e)),!r))for(var a in F)if(F.hasOwnProperty(a)){var s=e.getAttribute(a);null!=s&&(i[F[a]]=s)}var l=o?"textFill":"fill",u=o?"textStroke":"stroke";t.style=t.style||new f;var c=t.style;null!=i.fill&&c.set(l,U(i.fill,n)),null!=i.stroke&&c.set(u,U(i.stroke,n)),b(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],(function(e){var t="lineWidth"===e&&o?"textStrokeWidth":e;null!=i[e]&&c.set(t,parseFloat(i[e]))})),i.textBaseline&&"auto"!==i.textBaseline||(i.textBaseline="alphabetic"),"alphabetic"===i.textBaseline&&(i.textBaseline="bottom"),"start"===i.textAlign&&(i.textAlign="left"),"end"===i.textAlign&&(i.textAlign="right"),b(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign","textBaseline"],(function(e){null!=i[e]&&c.set(e,i[e])})),i.lineDash&&(t.style.lineDash=_(i.lineDash).split(B)),c[u]&&"none"!==c[u]&&(t[u]=!0),t.__inheritedStyle=i}var L=/url\(\s*#(.*?)\)/;function U(e,t){var n=t&&e&&e.match(L);if(n){var r=_(n[1]),i=t[r];return i}return e}var O=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.e,]*)\)/g;function N(e,t){var n=e.getAttribute("transform");if(n){n=n.replace(/,/g," ");var r=null,i=[];n.replace(O,(function(e,t,n){i.push(t,n)}));for(var o=i.length-1;o>0;o-=2){var a=i[o],s=i[o-1];switch(r=r||p.create(),s){case"translate":a=_(a).split(B),p.translate(r,r,[parseFloat(a[0]),parseFloat(a[1]||0)]);break;case"scale":a=_(a).split(B),p.scale(r,r,[parseFloat(a[0]),parseFloat(a[1]||a[0])]);break;case"rotate":a=_(a).split(B),p.rotate(r,r,parseFloat(a[0]));break;case"skew":a=_(a).split(B),console.warn("Skew transform is not supported yet");break;case"matrix":a=_(a).split(B);r[0]=parseFloat(a[0]),r[1]=parseFloat(a[1]),r[2]=parseFloat(a[2]),r[3]=parseFloat(a[3]),r[4]=parseFloat(a[4]),r[5]=parseFloat(a[5]);break}}t.setLocalTransform(r)}}var k=/([^\s:;]+)\s*:\s*([^:;]+)/g;function P(e){var t=e.getAttribute("style"),n={};if(!t)return n;var r,i={};k.lastIndex=0;while(null!=(r=k.exec(t)))i[r[1]]=r[2];for(var o in F)F.hasOwnProperty(o)&&null!=i[o]&&(n[F[o]]=i[o]);return n}function H(e,t,n){var r=t/e.width,i=n/e.height,o=Math.min(r,i),a=[o,o],s=[-(e.x+e.width/2)*o+t/2,-(e.y+e.height/2)*o+n/2];return{scale:a,position:s}}function R(e,t){var n=new S;return n.parse(e,t)}t.parseXML=C,t.makeViewBoxTransform=H,t.parseSVG=R},"307a":function(e,t,n){var r=n("6d8b"),i=n("eaea"),o=n("3842"),a=[20,140],s=i.extend({type:"visualMap.continuous",defaultOption:{align:"auto",calculable:!1,range:null,realtime:!0,itemHeight:null,itemWidth:null,hoverLink:!0,hoverLinkDataSize:null,hoverLinkOnHandle:null},optionUpdated:function(e,t){s.superApply(this,"optionUpdated",arguments),this.resetExtent(),this.resetVisual((function(e){e.mappingMethod="linear",e.dataExtent=this.getExtent()})),this._resetRange()},resetItemSize:function(){s.superApply(this,"resetItemSize",arguments);var e=this.itemSize;"horizontal"===this._orient&&e.reverse(),(null==e[0]||isNaN(e[0]))&&(e[0]=a[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=a[1])},_resetRange:function(){var e=this.getExtent(),t=this.option.range;!t||t.auto?(e.auto=1,this.option.range=e):r.isArray(t)&&(t[0]>t[1]&&t.reverse(),t[0]=Math.max(t[0],e[0]),t[1]=Math.min(t[1],e[1]))},completeVisualOption:function(){i.prototype.completeVisualOption.apply(this,arguments),r.each(this.stateList,(function(e){var t=this.option.controller[e].symbolSize;t&&t[0]!==t[1]&&(t[0]=0)}),this)},setSelected:function(e){this.option.range=e.slice(),this._resetRange()},getSelected:function(){var e=this.getExtent(),t=o.asc((this.get("range")||[]).slice());return t[0]>e[1]&&(t[0]=e[1]),t[1]>e[1]&&(t[1]=e[1]),t[0]<e[0]&&(t[0]=e[0]),t[1]<e[0]&&(t[1]=e[0]),t},getValueState:function(e){var t=this.option.range,n=this.getExtent();return(t[0]<=n[0]||t[0]<=e)&&(t[1]>=n[1]||e<=t[1])?"inRange":"outOfRange"},findTargetDataIndices:function(e){var t=[];return this.eachTargetSeries((function(n){var r=[],i=n.getData();i.each(this.getDataDimension(i),(function(t,n){e[0]<=t&&t<=e[1]&&r.push(n)}),this),t.push({seriesId:n.id,dataIndex:r})}),this),t},getVisualMeta:function(e){var t=l(this,"outOfRange",this.getExtent()),n=l(this,"inRange",this.option.range.slice()),r=[];function i(t,n){r.push({value:t,color:e(t,n)})}for(var o=0,a=0,s=n.length,u=t.length;a<u&&(!n.length||t[a]<=n[0]);a++)t[a]<n[o]&&i(t[a],"outOfRange");for(var c=1;o<s;o++,c=0)c&&r.length&&i(n[o],"outOfRange"),i(n[o],"inRange");for(c=1;a<u;a++)(!n.length||n[n.length-1]<t[a])&&(c&&(r.length&&i(r[r.length-1].value,"outOfRange"),c=0),i(t[a],"outOfRange"));var A=r.length;return{stops:r,outerColors:[A?r[0].color:"transparent",A?r[A-1].color:"transparent"]}}});function l(e,t,n){if(n[0]===n[1])return n.slice();for(var r=200,i=(n[1]-n[0])/r,o=n[0],a=[],s=0;s<=r&&o<n[1];s++)a.push(o),o+=i;return a.push(n[1]),a}var u=s;e.exports=u},"307b":function(e,t,n){var r=n("6d8b");function i(e,t){var n=this.getAxis(),r=t instanceof Array?t[0]:t,i=(e instanceof Array?e[0]:e)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(r-i)-n.dataToCoord(r+i))}function o(e){var t=e.getRect();return{coordSys:{type:"singleAxis",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:r.bind(i,e)}}}e.exports=o},"307d":function(e,t,n){var r=n("6d8b"),i=n("6179"),o=n("3842"),a=n("923d"),s=n("73ca"),l=n("88f0"),u=n("ee1a"),c=u.getStackedDimension,A=function(e,t,n,i){var o=e.getData(),s=i.type;if(!r.isArray(i)&&("min"===s||"max"===s||"average"===s||"median"===s||null!=i.xAxis||null!=i.yAxis)){var l,u;if(null!=i.yAxis||null!=i.xAxis)l=t.getAxis(null!=i.yAxis?"y":"x"),u=r.retrieve(i.yAxis,i.xAxis);else{var A=a.getAxisInfo(i,o,t,e);l=A.valueAxis;var h=c(o,A.valueDataDim);u=a.numCalculate(o,h,s)}var d="x"===l.dim?0:1,f=1-d,p=r.clone(i),g={};p.type=null,p.coord=[],g.coord=[],p.coord[f]=-1/0,g.coord[f]=1/0;var v=n.get("precision");v>=0&&"number"===typeof u&&(u=+u.toFixed(Math.min(v,20))),p.coord[d]=g.coord[d]=u,i=[p,g,{type:s,valueIndex:i.valueIndex,value:u}]}return i=[a.dataTransform(e,i[0]),a.dataTransform(e,i[1]),r.extend({},i[2])],i[2].type=i[2].type||"",r.merge(i[2],i[0]),r.merge(i[2],i[1]),i};function h(e){return!isNaN(e)&&!isFinite(e)}function d(e,t,n,r){var i=1-e,o=r.dimensions[e];return h(t[i])&&h(n[i])&&t[e]===n[e]&&r.getAxis(o).containData(t[e])}function f(e,t){if("cartesian2d"===e.type){var n=t[0].coord,r=t[1].coord;if(n&&r&&(d(1,n,r,e)||d(0,n,r,e)))return!0}return a.dataFilter(e,t[0])&&a.dataFilter(e,t[1])}function p(e,t,n,r,i){var a,s=r.coordinateSystem,l=e.getItemModel(t),u=o.parsePercent(l.get("x"),i.getWidth()),c=o.parsePercent(l.get("y"),i.getHeight());if(isNaN(u)||isNaN(c)){if(r.getMarkerPosition)a=r.getMarkerPosition(e.getValues(e.dimensions,t));else{var A=s.dimensions,d=e.get(A[0],t),f=e.get(A[1],t);a=s.dataToPoint([d,f])}if("cartesian2d"===s.type){var p=s.getAxis("x"),g=s.getAxis("y");A=s.dimensions;h(e.get(A[0],t))?a[0]=p.toGlobalCoord(p.getExtent()[n?0:1]):h(e.get(A[1],t))&&(a[1]=g.toGlobalCoord(g.getExtent()[n?0:1]))}isNaN(u)||(a[0]=u),isNaN(c)||(a[1]=c)}else a=[u,c];e.setItemLayout(t,a)}var g=l.extend({type:"markLine",updateTransform:function(e,t,n){t.eachSeries((function(e){var t=e.markLineModel;if(t){var r=t.getData(),i=t.__from,o=t.__to;i.each((function(t){p(i,t,!0,e,n),p(o,t,!1,e,n)})),r.each((function(e){r.setItemLayout(e,[i.getItemLayout(e),o.getItemLayout(e)])})),this.markerGroupMap.get(e.id).updateLayout()}}),this)},renderSeries:function(e,t,n,i){var o=e.coordinateSystem,a=e.id,l=e.getData(),u=this.markerGroupMap,c=u.get(a)||u.set(a,new s);this.group.add(c.group);var A=v(o,e,t),h=A.from,d=A.to,f=A.line;t.__from=h,t.__to=d,t.setData(f);var g=t.get("symbol"),m=t.get("symbolSize");function y(t,n,r){var o=t.getItemModel(n);p(t,n,r,e,i),t.setItemVisual(n,{symbolRotate:o.get("symbolRotate"),symbolSize:o.get("symbolSize")||m[r?0:1],symbol:o.get("symbol",!0)||g[r?0:1],color:o.get("itemStyle.color")||l.getVisual("color")})}r.isArray(g)||(g=[g,g]),"number"===typeof m&&(m=[m,m]),A.from.each((function(e){y(h,e,!0),y(d,e,!1)})),f.each((function(e){var t=f.getItemModel(e).get("lineStyle.color");f.setItemVisual(e,{color:t||h.getItemVisual(e,"color")}),f.setItemLayout(e,[h.getItemLayout(e),d.getItemLayout(e)]),f.setItemVisual(e,{fromSymbolRotate:h.getItemVisual(e,"symbolRotate"),fromSymbolSize:h.getItemVisual(e,"symbolSize"),fromSymbol:h.getItemVisual(e,"symbol"),toSymbolRotate:d.getItemVisual(e,"symbolRotate"),toSymbolSize:d.getItemVisual(e,"symbolSize"),toSymbol:d.getItemVisual(e,"symbol")})})),c.updateData(f),A.line.eachItemGraphicEl((function(e,n){e.traverse((function(e){e.dataModel=t}))})),c.__keep=!0,c.group.silent=t.get("silent")||e.get("silent")}});function v(e,t,n){var o;o=e?r.map(e&&e.dimensions,(function(e){var n=t.getData().getDimensionInfo(t.getData().mapDimension(e))||{};return r.defaults({name:e},n)})):[{name:"value",type:"float"}];var s=new i(o,n),l=new i(o,n),u=new i([],n),c=r.map(n.get("data"),r.curry(A,t,e,n));e&&(c=r.filter(c,r.curry(f,e)));var h=e?a.dimValueGetter:function(e){return e.value};return s.initData(r.map(c,(function(e){return e[0]})),null,h),l.initData(r.map(c,(function(e){return e[1]})),null,h),u.initData(r.map(c,(function(e){return e[2]}))),u.hasItemOption=!0,{from:s,to:l,line:u}}e.exports=g},"30a3":function(e,t,n){var r=n("6d8b"),i=n("607d"),o=i.Dispatcher,a=n("98b7"),s=n("06ad"),l=function(e){e=e||{},this.stage=e.stage||{},this.onframe=e.onframe||function(){},this._clips=[],this._running=!1,this._time,this._pausedTime,this._pauseStart,this._paused=!1,o.call(this)};l.prototype={constructor:l,addClip:function(e){this._clips.push(e)},addAnimator:function(e){e.animation=this;for(var t=e.getClips(),n=0;n<t.length;n++)this.addClip(t[n])},removeClip:function(e){var t=r.indexOf(this._clips,e);t>=0&&this._clips.splice(t,1)},removeAnimator:function(e){for(var t=e.getClips(),n=0;n<t.length;n++)this.removeClip(t[n]);e.animation=null},_update:function(){for(var e=(new Date).getTime()-this._pausedTime,t=e-this._time,n=this._clips,r=n.length,i=[],o=[],a=0;a<r;a++){var s=n[a],l=s.step(e,t);l&&(i.push(l),o.push(s))}for(a=0;a<r;)n[a]._needsRemove?(n[a]=n[r-1],n.pop(),r--):a++;r=i.length;for(a=0;a<r;a++)o[a].fire(i[a]);this._time=e,this.onframe(t),this.trigger("frame",t),this.stage.update&&this.stage.update()},_startLoop:function(){var e=this;function t(){e._running&&(a(t),!e._paused&&e._update())}this._running=!0,a(t)},start:function(){this._time=(new Date).getTime(),this._pausedTime=0,this._startLoop()},stop:function(){this._running=!1},pause:function(){this._paused||(this._pauseStart=(new Date).getTime(),this._paused=!0)},resume:function(){this._paused&&(this._pausedTime+=(new Date).getTime()-this._pauseStart,this._paused=!1)},clear:function(){this._clips=[]},isFinished:function(){return!this._clips.length},animate:function(e,t){t=t||{};var n=new s(e,t.loop,t.getter,t.setter);return this.addAnimator(n),n}},r.mixin(l,o);var u=l;e.exports=u},"30b5":function(e,t,n){"use strict";var r=n("c532");function i(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}e.exports=function(e,t,n){if(!t)return e;var o;if(n)o=n(t);else if(r.isURLSearchParams(t))o=t.toString();else{var a=[];r.forEach(t,(function(e,t){null!==e&&"undefined"!==typeof e&&(r.isArray(e)?t+="[]":e=[e],r.forEach(e,(function(e){r.isDate(e)?e=e.toISOString():r.isObject(e)&&(e=JSON.stringify(e)),a.push(i(t)+"="+i(e))})))})),o=a.join("&")}return o&&(e+=(-1===e.indexOf("?")?"?":"&")+o),e}},"311a":function(e,t,n){var r=n("3eba");n("d01c"),n("5b69"),n("bdc0");var i=n("81ac"),o=n("0e0f");r.registerLayout(i),r.registerVisual(o)},3139:function(e,t,n){var r,i,o;(function(a,s){i=[t,n("313e")],r=s,o="function"===typeof r?r.apply(t,i):r,void 0===o||(e.exports=o)})(0,(function(e,t){var n=function(e){"undefined"!==typeof console&&console&&console.error&&console.error(e)};t?t.registerMap?t.registerMap("china",{type:"FeatureCollection",features:[{type:"Feature",id:"710000",properties:{id:"710000",cp:[121.509062,24.044332],name:"台湾",childNum:6},geometry:{type:"MultiPolygon",coordinates:[["@@°Ü¯Û"],["@@ƛĴÕƊÉɼģºðʀ\\ƎsÆNŌÔĚäœnÜƤɊĂǀĆĴžĤNJŨxĚĮǂƺòƌ‚–âÔ®ĮXŦţƸZûЋƕƑGđ¨ĭMó·ęcëƝɉlÝƯֹÅŃ^Ó·śŃNjƏďíåɛGɉ™¿@ăƑŽ¥ĘWǬÏĶŁâ"],["@@\\p|WoYG¿¥I†j@¢"],["@@…¡‰@ˆV^RqˆBbAŒnTXeRz¤Lž«³I"],["@@ÆEE—„kWqë @œ"],["@@fced"],["@@„¯ɜÄèaì¯ØǓIġĽ"],["@@çûĖ롖hòř "]],encodeOffsets:[[[122886,24033]],[[123335,22980]],[[122375,24193]],[[122518,24117]],[[124427,22618]],[[124862,26043]],[[126259,26318]],[[127671,26683]]]}},{type:"Feature",id:"130000",properties:{id:"130000",cp:[114.502461,38.045474],name:"河北",childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@o~†Z]‚ªr‰ºc_ħ²G¼s`jΟnüsœłNX_“M`ǽÓnUK…Ĝēs¤­©yrý§uģŒc†JŠ›e"],["@@U`Ts¿m‚"],["@@oºƋÄd–eVŽDJj£€J|Ådz•Ft~žKŨ¸IÆv|”‡¢r}膎onb˜}`RÎÄn°ÒdÞ²„^®’lnÐèĄlðӜ×]ªÆ}LiĂ±Ö`^°Ç¶p®đDcœŋ`–ZÔ’¶êqvFƚ†N®ĆTH®¦O’¾ŠIbÐã´BĐɢŴÆíȦp–ĐÞXR€·nndOž¤’OÀĈƒ­Qg˜µFo|gȒęSWb©osx|hYh•gŃfmÖĩnº€T̒Sp›¢dYĤ¶UĈjl’ǐpäìë|³kÛfw²Xjz~ÂqbTŠÑ„ěŨ@|oM‡’zv¢ZrÃVw¬ŧĖ¸fŒ°ÐT€ªqŽs{Sž¯r æÝlNd®²Ğ džiGʂJ™¼lr}~K¨ŸƐÌWö€™ÆŠzRš¤lêmĞL΄’@¡|q]SvK€ÑcwpÏρ†ĿćènĪWlĄkT}ˆJ”¤~ƒÈT„d„™pddʾĬŠ”ŽBVt„EÀ¢ôPĎƗè@~‚k–ü\\rÊĔÖæW_§¼F˜†´©òDòj’ˆYÈrbĞāøŀG{ƀ|¦ðrb|ÀH`pʞkv‚GpuARhÞÆǶgʊTǼƹS£¨¡ù³ŘÍ]¿Ây™ôEP xX¶¹܇O¡“gÚ¡IwÃ鑦ÅB‡Ï|Ç°…N«úmH¯‹âŸDùŽyŜžŲIÄuШDž•¸dɂ‡‚FŸƒ•›Oh‡đ©OŸ›iÃ`ww^ƒÌkŸ‘ÑH«ƇǤŗĺtFu…{Z}Ö@U‡´…ʚLg®¯Oı°ÃwŸ ^˜—€VbÉs‡ˆmA…ê]]w„§›RRl£‡ȭµu¯b{ÍDěïÿȧŽuT£ġƒěŗƃĝ“Q¨fV†Ƌ•ƅn­a@‘³@šď„yýIĹÊKšŭfċŰóŒxV@tˆƯŒJ”]eƒR¾fe|rHA˜|h~Ėƍl§ÏŠlTíb ØoˆÅbbx³^zÃĶš¶Sj®A”yÂhðk`š«P€”ˈµEF†Û¬Y¨Ļrõqi¼‰Wi°§’б´°^[ˆÀ|ĠO@ÆxO\\tŽa\\tĕtû{ġŒȧXýĪÓjùÎRb›š^ΛfK[ݏděYfíÙTyŽuUSyŌŏů@Oi½’éŅ­aVcř§ax¹XŻác‡žWU£ôãºQ¨÷Ñws¥qEH‰Ù|‰›šYQoŕÇyáĂ£MðoťÊ‰P¡mšWO¡€v†{ôvîēÜISpÌhp¨ ‘j†deŔQÖj˜X³à™Ĉ[n`Yp@Už–cM`’RKhŒEbœ”pŞlNut®Etq‚nsÁŠgA‹iú‹oH‡qCX‡”hfgu“~ϋWP½¢G^}¯ÅīGCŸÑ^ãziMáļMTÃƘrMc|O_ž¯Ŏ´|‡morDkO\\mĆJfl@cĢ¬¢aĦtRıҙ¾ùƀ^juųœK­ƒUFy™—Ɲ…›īÛ÷ąV×qƥV¿aȉd³B›qPBm›aËđŻģm“Å®VŠ¹d^K‡KoŸnYg“¯Xhqa”Ldu¥•ÍpDž¡KąÅƒkĝęěhq‡}HyÓ]¹ǧ£…Í÷¿qᵧš™g‘¤o^á¾ZE‡¤i`ij{n•ƒOl»ŸWÝĔįhg›F[¿¡—ßkOüš_‰€ū‹i„DZàUtėGylƒ}ŒÓM}€jpEC~¡FtoQi‘šHkk{Ãmï‚"]],encodeOffsets:[[[119712,40641]],[[121616,39981]],[[116462,37237]]]}},{type:"Feature",id:"140000",properties:{id:"140000",cp:[111.849248,36.857014],name:"山西",childNum:1},geometry:{type:"Polygon",coordinates:["@@Þĩ҃S‰ra}Á€yWix±Üe´lè“ßÓǏok‘ćiµVZģ¡coœ‘TS˹ĪmnÕńe–hZg{gtwªpXaĚThȑp{¶Eh—®RćƑP¿£‘Pmc¸mQÝW•ďȥoÅîɡųAďä³aωJ‘½¥PG­ąSM­™…EÅruµé€‘Yӎ•Ō_d›ĒCo­Èµ]¯_²ÕjāŽK~©ÅØ^ԛkïçămϑk]­±ƒcݯÑÃmQÍ~_a—pm…~ç¡q“ˆu{JÅŧ·Ls}–EyÁÆcI{¤IiCfUc•ƌÃp§]웫vD@¡SÀ‘µM‚ÅwuŽYY‡¡DbÑc¡hƒ×]nkoQdaMç~eD•ÛtT‰©±@¥ù@É¡‰ZcW|WqOJmĩl«ħşvOÓ«IqăV—¥ŸD[mI~Ó¢cehiÍ]Ɠ~ĥqXŠ·eƷœn±“}v•[ěďŽŕ]_‘œ•`‰¹ƒ§ÕōI™o©b­s^}Ét±ū«³p£ÿ·Wµ|¡¥ăFÏs׌¥ŅxŸÊdÒ{ºvĴÎêÌɊ²¶€ü¨|ÞƸµȲ‘LLúÉƎ¤ϊęĔV`„_bª‹S^|ŸdŠzY|dz¥p†ZbÆ£¶ÒK}tĦÔņƠ‚PYzn€ÍvX¶Ěn ĠÔ„zý¦ª˜÷žÑĸَUȌ¸‚dòÜJð´’ìúNM¬ŒXZ´‘¤ŊǸ_tldIš{¦ƀðĠȤ¥NehXnYG‚‡R° ƬDj¬¸|CĞ„Kq‚ºfƐiĺ©ª~ĆOQª ¤@ìǦɌ²æBŒÊ”TœŸ˜ʂōĖ’šĴŞ–ȀœÆÿȄlŤĒö„t”νî¼ĨXhŒ‘˜|ªM¤Ðz"],encodeOffsets:[[116874,41716]]}},{type:"Feature",id:"150000",properties:{id:"150000",cp:[111.670801,41.818311],name:"内蒙古",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@¯PqƒFB…‰|S•³C|kñ•H‹d‘iÄ¥sˆʼnő…PóÑÑE^‘ÅPpy_YtS™hQ·aHwsOnʼnÚs©iqj›‰€USiº]ïWš‰«gW¡A–Rë¥_ŽsgÁnUI«m‰…„‹]j‡vV¼euhwqA„aW˜ƒ_µj…»çjioQR¹ēÃßt@r³[ÛlćË^ÍÉáG“›OUۗOB±•XŸkŇ¹£k|e]ol™ŸkVͼÕqtaÏõjgÁ£§U^Œ”RLˆËnX°Ç’Bz†^~wfvˆypV ¯„ƫĉ˭ȫƗŷɿÿĿƑ˃ĝÿÃǃßËőó©ǐȍŒĖM×ÍEyx‹þp]Évïè‘vƀnÂĴÖ@‚‰†V~Ĉv¦wĖt—ējyÄDXÄxGQuv_›i¦aBçw‘˛wD™©{ŸtāmQ€{EJ§KPśƘƿ¥@‰sCT•É}ɃwˆƇy±ŸgÑ“}T[÷kÐ禫…SÒ¥¸ëBX½‰HáŵÀğtSÝÂa[ƣ°¯¦P]£ġ“–“Òk®G²„èQ°óMq}EŠóƐÇ\\ƒ‡@áügQ͋u¥Fƒ“T՛¿Jû‡]|mvāÎYua^WoÀa·­ząÒot׶CLƗi¯¤mƎHNJ¤îìɾŊìTdåwsRÖgĒųúÍġäÕ}Q¶—ˆ¿A•†‹[¡Œ{d×uQAƒ›M•xV‹vMOmăl«ct[wº_šÇʊŽŸjb£ĦS_é“QZ“_lwgOiýe`YYLq§IÁˆdz£ÙË[ÕªuƏ³ÍT—s·bÁĽäė[›b[ˆŗfãcn¥îC¿÷µ[ŏÀQ­ōšĉm¿Á^£mJVm‡—L[{Ï_£›F¥Ö{ŹA}…×Wu©ÅaųijƳhB{·TQqÙIķˑZđ©Yc|M¡…L•eVUóK_QWk’_ĥ‘¿ãZ•»X\\ĴuUƒè‡lG®ěłTĠğDєOrÍd‚ÆÍz]‹±…ŭ©ŸÅ’]ŒÅÐ}UË¥©Tċ™ïxgckfWgi\\ÏĒ¥HkµE˜ë{»ÏetcG±ahUiñiWsɁˆ·c–C‚Õk]wȑ|ća}w…VaĚ᠞ŒG°ùnM¬¯†{ȈÐÆA’¥ÄêJxÙ¢”hP¢Ûˆº€µwWOŸóFŽšÁz^ÀŗÎú´§¢T¤ǻƺSė‰ǵhÝÅQgvBHouʝl_o¿Ga{ïq{¥|ſĿHĂ÷aĝÇq‡Z‘ñiñC³ª—…»E`¨åXēÕqÉû[l•}ç@čƘóO¿¡ƒFUsA‰“ʽīccšocƒ‚ƒÇS}„“£‡IS~ălkĩXçmĈ…ŀЂoÐdxÒuL^T{r@¢‘žÍƒĝKén£kQ™‰yšÅõËXŷƏL§~}kqš»IHėDžjĝŸ»ÑÞoŸå°qTt|r©ÏS‹¯·eŨĕx«È[eMˆ¿yuˆ‘pN~¹ÏyN£{©’—g‹ħWí»Í¾s“əšDž_ÃĀɗ±ą™ijĉʍŌŷ—S›É“A‹±åǥɋ@럣R©ąP©}ĹªƏj¹erƒLDĝ·{i«ƫC£µsKCš…GS|úþX”gp›{ÁX¿Ÿć{ƱȏñZáĔyoÁhA™}ŅĆfdʼn„_¹„Y°ėǩÑ¡H¯¶oMQqð¡Ë™|‘Ñ`ƭŁX½·óۓxğįÅcQ‡ˆ“ƒs«tȋDžF“Ÿù^i‘t«Č¯[›hAi©á¥ÇĚ×l|¹y¯YȵƓ‹ñǙµï‚ċ™Ļ|Dœ™üȭ¶¡˜›oŽäÕG\\ďT¿Òõr¯œŸLguÏYęRƩšɷŌO\\İТæ^Ŋ IJȶȆbÜGŽĝ¬¿ĚVĎgª^íu½jÿĕęjık@Ľƒ]ėl¥Ë‡ĭûÁ„ƒėéV©±ćn©­ȇžÍq¯½•YÃÔʼn“ÉNѝÅÝy¹NqáʅDǡËñ­ƁYÅy̱os§ȋµʽǘǏƬɱà‘ưN¢ƔÊuľýľώȪƺɂļžxœZĈ}ÌʼnŪ˜ĺœŽĭFЛĽ̅ȣͽÒŵìƩÇϋÿȮǡŏçƑůĕ~Ǎ›¼ȳÐUf†dIxÿ\\G ˆzâɏÙOº·pqy£†@ŒŠqþ@Ǟ˽IBäƣzsÂZ†ÁàĻdñ°ŕzéØűzșCìDȐĴĺf®ŽÀľưø@ɜÖÞKĊŇƄ§‚͑těï͡VAġÑÑ»d³öǍÝXĉĕÖ{þĉu¸ËʅğU̎éhɹƆ̗̮ȘNJ֥ड़ࡰţાíϲäʮW¬®ҌeרūȠkɬɻ̼ãüfƠSצɩςåȈHϚÎKdzͲOðÏȆƘ¼CϚǚ࢚˼ФԂ¤ƌžĞ̪Qʤ´¼mȠJˀŸƲÀɠmǐnǔĎȆÞǠN~€ʢĜ‚¶ƌĆĘźʆȬ˪ĚĒ¸ĞGȖƴƀj`ĢçĶāàŃºēĢƒĖćšYŒÀŎüôQÐÂŎŞdžŞêƖš˜oˆDĤÕºÑǘÛˤ³̀gńƘĔÀ^žªƂ`ªt¾äƚêĦĀ¼Ð€Ĕǎ¨Ȕ»͠^ˮÊȦƤøxRrŜH¤¸ÂxDĝŒ|ø˂˜ƮÐ¬ɚwɲFjĔ²Äw°dždÀɞ_ĸdîàŎjʜêTЪŌ‡ŜWÈ|tqĢUB~´°ÎFC•ŽU¼pĀēƄN¦¾O¶ŠłKĊOj“Ě”j´ĜYp˜{¦„ˆSĚÍ\\Tš×ªV–÷Ší¨ÅDK°ßtŇĔKš¨ǵÂcḷ̌ĚǣȄĽF‡lġUĵœŇ‹ȣFʉɁƒMğįʏƶɷØŭOǽ«ƽū¹Ʊő̝Ȩ§ȞʘĖiɜɶʦ}¨֪ࠜ̀ƇǬ¹ǨE˦ĥªÔêFŽxúQ„Er´W„rh¤Ɛ \\talĈDJ˜Ü|[Pll̚¸ƎGú´Pž¬W¦†^¦–H]prR“n|or¾wLVnÇIujkmon£cX^Bh`¥V”„¦U¤¸}€xRj–[^xN[~ªŠxQ„‚[`ªHÆÂExx^wšN¶Ê˜|¨ì†˜€MrœdYp‚oRzNy˜ÀDs~€bcfÌ`L–¾n‹|¾T‚°c¨È¢a‚r¤–`[|òDŞĔöxElÖdH„ÀI`„Ď\\Àì~ƎR¼tf•¦^¢ķ¶e”ÐÚMŒptgj–„ɡČÅyġLû™ŇV®ŠÄÈƀ†Ď°P|ªVV†ªj–¬ĚÒêp¬–E|ŬÂc|ÀtƐK fˆ{ĘFĒœƌXƲąo½Ę‘\\¥–o}›Ûu£ç­kX‘{uĩ«āíÓUŅßŢq€Ť¥lyň[€oi{¦‹L‡ń‡ðFȪȖ”ĒL„¿Ì‹ˆfŒ£K£ʺ™oqNŸƒwğc`ue—tOj×°KJ±qƒÆġm‰Ěŗos¬…qehqsuœƒH{¸kH¡Š…ÊRǪÇƌbȆ¢´ä܍¢NìÉʖ¦â©Ġu¦öČ^â£Ăh–šĖMÈÄw‚\\fŦ°W ¢¾luŸD„wŠ\\̀ʉÌÛM…Ā[bӞEn}¶Vc…ê“sƒ"]],encodeOffsets:[[[129102,52189]]]}},{type:"Feature",id:"210000",properties:{id:"210000",cp:[123.429096,41.796767],name:"辽宁",childNum:16},geometry:{type:"MultiPolygon",coordinates:[["@@L–Ž@@s™a"],["@@MnNm"],["@@d‚c"],["@@eÀ‚C@b‚“‰"],["@@f‡…Xwkbr–Ä`qg"],["@@^jtW‘Q"],["@@~ Y]c"],["@@G`ĔN^_¿Z‚ÃM"],["@@iX¶B‹Y"],["@@„YƒZ"],["@@L_{Epf"],["@@^WqCT\\"],["@@\\[“‹§t|”¤_"],["@@m`n_"],["@@Ïxnj{q_×^Giip"],["@@@œé^B†‡ntˆaÊU—˜Ÿ]x ¯ÄPIJ­°h€ʙK³†VˆÕ@Y~†|EvĹsDŽ¦­L^p²ŸÒG ’Ël]„xxÄ_˜fT¤Ď¤cŽœP„–C¨¸TVjbgH²sdÎdHt`Bˆ—²¬GJję¶[ÐhjeXdlwhšðSȦªVÊπ‹Æ‘Z˜ÆŶ®²†^ŒÎyÅÎcPqń“ĚDMħĜŁH­ˆk„çvV[ij¼W–‚YÀäĦ’‘`XlžR`žôLUVžfK–¢†{NZdĒª’YĸÌÚJRr¸SA|ƴgŴĴÆbvªØX~†źBŽ|¦ÕœEž¤Ð`\\|Kˆ˜UnnI]¤ÀÂĊnŎ™R®Ő¿¶\\ÀøíDm¦ÎbŨab‰œaĘ\\ľã‚¸a˜tÎSƐ´©v\\ÖÚÌǴ¤Â‡¨JKr€Z_Z€fjþhPkx€`Y”’RIŒjJcVf~sCN¤ ˆE‚œhæm‰–sHy¨SðÑÌ\\\\ŸĐRZk°IS§fqŒßýáЍÙÉÖ[^¯ǤŲ„ê´\\¦¬ĆPM¯£Ÿˆ»uïpùzEx€žanµyoluqe¦W^£ÊL}ñrkqWňûP™‰UP¡ôJŠoo·ŒU}£Œ„[·¨@XŒĸŸ“‹‹DXm­Ûݏº‡›GU‹CÁª½{íĂ^cj‡k“¶Ã[q¤“LÉö³cux«zZfƒ²BWÇ®Yß½ve±ÃC•ý£W{Ú^’q^sÑ·¨‹ÍOt“¹·C¥‡GD›rí@wÕKţ݋˜Ÿ«V·i}xËÍ÷‘i©ĝ‡ɝǡ]ƒˆ{c™±OW‹³Ya±Ÿ‰_穂Hžĕoƫ€Ňqƒr³‰Lys[„ñ³¯OS–ďOMisZ†±ÅFC¥Pq{‚Ã[Pg}\\—¿ghćO…•k^ģÁFıĉĥM­oEqqZûěʼn³F‘¦oĵ—hŸÕP{¯~TÍlª‰N‰ßY“Ð{Ps{ÃVU™™eĎwk±ʼnVÓ½ŽJãÇÇ»Jm°dhcÀff‘dF~ˆ€ĀeĖ€d`sx² šƒ®EżĀdQ‹Âd^~ăÔHˆ¦\\›LKpĄVez¤NP ǹӗR™ÆąJSh­a[¦´Âghwm€BÐ¨źhI|žVVŽ—Ž|p] Â¼èNä¶ÜBÖ¼“L`‚¼bØæŒKV”ŸpoœúNZÞÒKxpw|ÊEMnzEQšŽIZ”ŽZ‡NBˆčÚFÜçmĩ‚WĪñt‘ÞĵÇñZ«uD‚±|Əlij¥ãn·±PmÍa‰–da‡ CL‡Ǒkùó¡³Ï«QaċϑOÃ¥ÕđQȥċƭy‹³ÃA"]],encodeOffsets:[[[123686,41445]],[[126019,40435]],[[124393,40128]],[[126117,39963]],[[125322,40140]],[[126686,40700]],[[126041,40374]],[[125584,40168]],[[125453,40165]],[[125362,40214]],[[125280,40291]],[[125774,39997]],[[125976,40496]],[[125822,39993]],[[125509,40217]],[[122731,40949]]]}},{type:"Feature",id:"220000",properties:{id:"220000",cp:[125.3245,43.886841],name:"吉林",childNum:1},geometry:{type:"Polygon",coordinates:["@@‘p䔳PClƒFbbÍzš€wBG’ĭ€Z„Åi“»ƒlY­ċ²SgŽkÇ£—^S‰“qd¯•‹R…©éŽ£¯S†\\cZ¹iűƏCuƍÓX‡oR}“M^o•£…R}oªU­F…uuXHlEŕ‡€Ï©¤ÛmTŽþ¤D–²ÄufàÀ­XXȱAe„yYw¬dvõ´KÊ£”\\rµÄl”iˆdā]|DÂVŒœH¹ˆÞ®ÜWnŒC”Œķ W‹§@\\¸‹ƒ~¤‹Vp¸‰póIO¢ŠVOšŇürXql~òÉK]¤¥Xrfkvzpm¶bwyFoúvð‡¼¤ N°ąO¥«³[ƒéǡű_°Õ\\ÚÊĝŽþâőàerR¨­JYlďQ[ ÏYëЧTGz•tnŠß¡gFkMŸāGÁ¤ia É‰™È¹`\\xs€¬dĆkNnuNUŠ–užP@‚vRY¾•–\\¢…ŒGªóĄ~RãÖÎĢù‚đŴÕhQŽxtcæëSɽʼníëlj£ƍG£nj°KƘµDsØÑpyƸ®¿bXp‚]vbÍZuĂ{nˆ^IüœÀSք”¦EŒvRÎûh@℈[‚Əȉô~FNr¯ôçR±ƒ­HÑl•’Ģ–^¤¢‚OðŸŒævxsŒ]ÞÁTĠs¶¿âƊGW¾ìA¦·TѬ†è¥€ÏÐJ¨¼ÒÖ¼ƒƦɄxÊ~S–tD@ŠĂ¼Ŵ¡jlºWžvЉˆzƦZЎ²CH— „Axiukd‹ŒGgetqmcžÛ£Ozy¥cE}|…¾cZ…k‚‰¿uŐã[oxGikfeäT@…šSUwpiÚFM©’£è^ڟ‚`@v¶eň†f h˜eP¶žt“äOlÔUgƒÞzŸU`lœ}ÔÆUvØ_Ō¬Öi^ĉi§²ÃŠB~¡Ĉ™ÚEgc|DC_Ȧm²rBx¼MÔ¦ŮdĨÃâYx‘ƘDVÇĺĿg¿cwÅ\\¹˜¥Yĭlœ¤žOv†šLjM_a W`zļMž·\\swqÝSA‡š—q‰Śij¯Š‘°kŠRē°wx^Đkǂғ„œž“œŽ„‹\\]˜nrĂ}²ĊŲÒøãh·M{yMzysěnĒġV·°“G³¼XÀ““™¤¹i´o¤ŃšŸÈ`̃DzÄUĞd\\i֚ŒˆmÈBĤÜɲDEh LG¾ƀľ{WaŒYÍȏĢĘÔRîĐj‹}Ǟ“ccj‡oUb½š{“h§Ǿ{K‹ƖµÎ÷žGĀÖŠåưÎs­l›•yiē«‹`姝H¥Ae^§„GK}iã\\c]v©ģZ“mÃ|“[M}ģTɟĵ‘Â`À–çm‰‘FK¥ÚíÁbXš³ÌQґHof{‰]e€pt·GŋĜYünĎųVY^’˜ydõkÅZW„«WUa~U·Sb•wGçǑ‚“iW^q‹F‚“›uNĝ—·Ew„‹UtW·Ýďæ©PuqEzwAV•—XR‰ãQ`­©GŒM‡ehc›c”ďϝd‡©ÑW_ϗYƅŒ»…é\\ƒɹ~ǙG³mØ©BšuT§Ĥ½¢Ã_ý‘L¡‘ýŸqT^rme™\\Pp•ZZbƒyŸ’uybQ—efµ]UhĿDCmûvašÙNSkCwn‰cćfv~…Y‹„ÇG"],encodeOffsets:[[130196,42528]]}},{type:"Feature",id:"230000",properties:{id:"230000",cp:[128.642464,46.756967],name:"黑龙江",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@UƒµNÿ¥īè灋•HÍøƕ¶LŒǽ|g¨|”™Ža¾pViˆdd”~ÈiŒíďÓQġėǐZ΋ŽXb½|ſÃH½ŸKFgɱCģÛÇA‡n™‹jÕc[VĝDZÃ˄Ç_™ £ń³pŽj£º”š¿”»WH´¯”U¸đĢmžtĜyzzNN|g¸÷äűѱĉā~mq^—Œ[ƒ”››”ƒǁÑďlw]¯xQĔ‰¯l‰’€°řĴrŠ™˜BˆÞTxr[tŽ¸ĻN_yŸX`biN™Ku…P›£k‚ZĮ—¦[ºxÆÀdhŽĹŀUÈƗCw’áZħÄŭcÓ¥»NAw±qȥnD`{ChdÙFćš}¢‰A±Äj¨]ĊÕjŋ«×`VuÓś~_kŷVÝyh„“VkÄãPs”Oµ—fŸge‚Ň…µf@u_Ù ÙcŸªNªÙEojVx™T@†ãSefjlwH\\pŏäÀvŠŽlY†½d{†F~¦dyz¤PÜndsrhf‹HcŒvlwjFœ£G˜±DύƥY‡yϊu¹XikĿ¦ÏqƗǀOŜ¨LI|FRĂn sª|Cš˜zxAè¥bœfudTrFWÁ¹Am|˜ĔĕsķÆF‡´Nš‰}ć…UŠÕ@Áijſmužç’uð^ÊýowŒFzØÎĕNőžǏȎôªÌŒDŽàĀÄ˄ĞŀƒʀĀƘŸˮȬƬĊ°ƒUŸzou‡xe]}Ž…AyȑW¯ÌmK‡“Q]‹Īºif¸ÄX|sZt|½ÚUΠlkš^p{f¤lˆºlÆW –€A²˜PVܜPH”Êâ]ÎĈÌÜk´\\@qàsĔÄQºpRij¼èi†`¶—„bXƒrBgxfv»ŽuUiˆŒ^v~”J¬mVp´£Œ´VWrnP½ì¢BX‚¬h™ŠðX¹^TjVœŠriªj™tŊÄm€tPGx¸bgRšŽsT`ZozÆO]’ÒFô҆Oƒ‡ŊŒvŞ”p’cGŒêŠsx´DR–Œ{A†„EOr°Œ•žx|íœbˆ³Wm~DVjºéNN†Ëܲɶ­GƒxŷCStŸ}]ûō•SmtuÇÃĕN•™āg»šíT«u}ç½BĵÞʣ¥ëÊ¡Mێ³ãȅ¡ƋaǩÈÉQ‰†G¢·lG|›„tvgrrf«†ptęŘnŠÅĢr„I²¯LiØsPf˜_vĠd„xM prʹšL¤‹¤‡eˌƒÀđK“žïÙVY§]I‡óáĥ]ķ†Kˆ¥Œj|pŇ\\kzţ¦šnņäÔVĂîĪ¬|vW’®l¤èØr‚˜•xm¶ă~lÄƯĄ̈́öȄEÔ¤ØQĄ–Ą»ƢjȦOǺ¨ìSŖÆƬy”Qœv`–cwƒZSÌ®ü±DŽ]ŀç¬B¬©ńzƺŷɄeeOĨS’Œfm Ċ‚ƀP̎ēz©Ċ‚ÄÕÊmgŸÇsJ¥ƔˆŊśæ’΁Ñqv¿íUOµª‰ÂnĦÁ_½ä@ê텣P}Ġ[@gġ}g“ɊדûÏWXá¢užƻÌsNͽƎÁ§č՛AēeL³àydl›¦ĘVçŁpśdžĽĺſʃQíÜçÛġԏsĕ¬—Ǹ¯YßċġHµ ¡eå`ļƒrĉŘóƢFì“ĎWøxÊk†”ƈdƬv|–I|·©NqńRŀƒ¤é”eŊœŀ›ˆàŀU²ŕƀB‚Q£Ď}L¹Îk@©ĈuǰųǨ”Ú§ƈnTËÇéƟÊcfčŤ^Xm‡—HĊĕË«W·ċëx³ǔķÐċJā‚wİ_ĸ˜Ȁ^ôWr­°oú¬Ħ…ŨK~”ȰCĐ´Ƕ£’fNÎèâw¢XnŮeÂÆĶŽ¾¾xäLĴĘlļO¤ÒĨA¢Êɚ¨®‚ØCÔ ŬGƠ”ƦYĜ‡ĘÜƬDJ—g_ͥœ@čŅĻA“¶¯@wÎqC½Ĉ»NŸăëK™ďÍQ“Ùƫ[«Ãí•gßÔÇOÝáW‘ñuZ“¯ĥ€Ÿŕā¡ÑķJu¤E Ÿå¯°WKɱ_d_}}vyŸõu¬ï¹ÓU±½@gÏ¿rýD‰†g…Cd‰µ—°MFYxw¿CG£‹Rƛ½Õ{]L§{qqąš¿BÇƻğëšܭNJË|c²}Fµ}›ÙRsÓpg±ŠQNqǫŋRwŕnéÑÉKŸ†«SeYR…ŋ‹@{¤SJ}šD Ûǖ֍Ÿ]gr¡µŷjqWÛham³~S«“„›Þ]"]],encodeOffsets:[[[134456,44547]]]}},{type:"Feature",id:"320000",properties:{id:"320000",cp:[119.767413,33.041544],name:"江苏",childNum:1},geometry:{type:"Polygon",coordinates:["@@cþÅPiŠ`ZŸRu¥É\\]~°ŽY`µ†Óƒ^phÁbnÀşúŽòa–ĬºTÖŒb‚˜e¦¦€{¸ZâćNpŒ©žHr|^ˆmjhŠSEb\\afv`sz^lkŽlj‹Ätg‹¤D˜­¾Xš¿À’|ДiZ„ȀåB·î}GL¢õcßjaŸyBFµÏC^ĭ•cÙt¿sğH]j{s©HM¢ƒQnDÀ©DaÜތ·jgàiDbPufjDk`dPOîƒhw¡ĥ‡¥šG˜ŸP²ĐobºrY†„î¶aHŢ´ ]´‚rılw³r_{£DB_Ûdåuk|ˆŨ¯F Cºyr{XFy™e³Þċ‡¿Â™kĭB¿„MvÛpm`rÚã”@Ę¹hågËÖƿxnlč¶Åì½Ot¾dJlŠVJʜǀœŞqvnOŠ^ŸJ”Z‘ż·Q}ê͎ÅmµÒ]Žƍ¦Dq}¬R^èĂ´ŀĻĊIԒtžIJyQŐĠMNtœR®òLh‰›Ěs©»œ}OӌGZz¶A\\jĨFˆäOĤ˜HYš†JvÞHNiÜaϚɖnFQlšNM¤ˆB´ĄNöɂtp–Ŭdf先‹qm¿QûŠùއÚb¤uŃJŴu»¹Ą•lȖħŴw̌ŵ²ǹǠ͛hĭłƕrçü±Y™xci‡tğ®jű¢KOķ•Coy`å®VTa­_Ā]ŐÝɞï²ʯÊ^]afYǸÃĆēĪȣJđ͍ôƋĝÄ͎ī‰çÛɈǥ£­ÛmY`ó£Z«§°Ó³QafusNıDž_k}¢m[ÝóDµ—¡RLčiXy‡ÅNïă¡¸iĔϑNÌŕoēdōîåŤûHcs}~Ûwbù¹£¦ÓCt‹OPrƒE^ÒoŠg™ĉIµžÛÅʹK…¤½phMŠü`o怆ŀ"],encodeOffsets:[[121740,32276]]}},{type:"Feature",id:"330000",properties:{id:"330000",cp:[120.153576,29.287459],name:"浙江",childNum:45},geometry:{type:"MultiPolygon",coordinates:[["@@E^dQ]K"],["@@jX^j‡"],["@@sfŠbU‡"],["@@qP\\xz[ck"],["@@‘Rƒ¢‚FX}°[s_"],["@@Cbœ\\—}"],["@@e|v\\la{u"],["@@v~u}"],["@@QxÂF¯}"],["@@¹nŒvÞs¯o"],["@@rSkUEj"],["@@bi­ZŒP"],["@@p[}INf"],["@@À¿€"],["@@¹dnbŒ…"],["@@rSŸBnR"],["@@g~h}"],["@@FlEk"],["@@OdPc"],["@@v[u\\"],["@@FjâL~wyoo~›sµL–\\"],["@@¬e¹aNˆ"],["@@\\nÔ¡q]L³ë\\ÿ®ŒQ֎"],["@@ÊA­©[¬"],["@@KxŒv­"],["@@@hlIk]"],["@@pW{o||j"],["@@Md|_mC"],["@@¢…X£ÏylD¼XˆtH"],["@@hlÜ[LykAvyfw^Ež›¤"],["@@fp¤Mus“R"],["@@®_ma~•LÁ¬šZ"],["@@iM„xZ"],["@@ZcYd"],["@@Z~dOSo|A¿qZv"],["@@@`”EN¡v"],["@@|–TY{"],["@@@n@m"],["@@XWkCT\\"],["@@ºwšZRkĕWO¢"],["@@™X®±Grƪ\\ÔáXq{‹"],["@@ůTG°ĄLHm°UC‹"],["@@¤Ž€aÜx~}dtüGæţŎíĔcŖpMËВjē¢·ðĄÆMzˆjWKĎ¢Q¶˜À_꒔_Bı€i«pZ€gf€¤Nrq]§ĂN®«H±‡yƳí¾×ŸīàLłčŴǝĂíÀBŖÕªˆŠÁŖHŗʼnåqûõi¨hÜ·ƒñt»¹ýv_[«¸m‰YL¯‰Qª…mĉÅdMˆ•gÇjcº«•ęœ¬­K­´ƒB«Âącoċ\\xKd¡gěŧ«®á’[~ıxu·Å”KsËɏc¢Ù\\ĭƛëbf¹­ģSƒĜkáƉÔ­ĈZB{ŠaM‘µ‰fzʼnfåÂŧįƋǝÊĕġć£g³ne­ą»@­¦S®‚\\ßðCšh™iqªĭiAu‡A­µ”_W¥ƣO\\lċĢttC¨£t`ˆ™PZäuXßBs‡Ļyek€OđġĵHuXBšµ]׌‡­­\\›°®¬F¢¾pµ¼kŘó¬Wät’¸|@ž•L¨¸µr“ºù³Ù~§WI‹ŸZWŽ®’±Ð¨ÒÉx€`‰²pĜ•rOògtÁZ}þÙ]„’¡ŒŸFK‚wsPlU[}¦Rvn`hq¬\\”nQ´ĘRWb”‚_ rtČFI֊kŠŠĦPJ¶ÖÀÖJĈĄTĚòžC ²@Pú…Øzœ©PœCÈڜĒ±„hŖ‡l¬â~nm¨f©–iļ«m‡nt–u†ÖZÜÄj“ŠLŽ®E̜Fª²iÊxبžIÈhhst"],["@@o\\V’zRZ}y"],["@@†@°¡mۛGĕ¨§Ianá[ýƤjfæ‡ØL–•äGr™"]],encodeOffsets:[[[125592,31553]],[[125785,31436]],[[125729,31431]],[[125513,31380]],[[125223,30438]],[[125115,30114]],[[124815,29155]],[[124419,28746]],[[124095,28635]],[[124005,28609]],[[125e3,30713]],[[125111,30698]],[[125078,30682]],[[125150,30684]],[[124014,28103]],[[125008,31331]],[[125411,31468]],[[125329,31479]],[[125626,30916]],[[125417,30956]],[[125254,30976]],[[125199,30997]],[[125095,31058]],[[125083,30915]],[[124885,31015]],[[125218,30798]],[[124867,30838]],[[124755,30788]],[[124802,30809]],[[125267,30657]],[[125218,30578]],[[125200,30562]],[[124968,30474]],[[125167,30396]],[[124955,29879]],[[124714,29781]],[[124762,29462]],[[124325,28754]],[[123990,28459]],[[125366,31477]],[[125115,30363]],[[125369,31139]],[[122495,31878]],[[125329,30690]],[[125192,30787]]]}},{type:"Feature",id:"340000",properties:{id:"340000",cp:[117.283042,31.26119],name:"安徽",childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@^iuLX^"],["@@‚e©Ehl"],["@@°ZÆëϵmkǀwÌÕæhºgBĝâqÙĊz›ÖgņtÀÁÊÆá’hEz|WzqD¹€Ÿ°E‡ŧl{ævÜcA`¤C`|´qžxIJkq^³³ŸGšµbƒíZ…¹qpa±ď OH—¦™Ħˆx¢„gPícOl_iCveaOjCh߸i݋bÛªCC¿€m„RV§¢A|t^iĠGÀtÚs–d]ĮÐDE¶zAb àiödK¡~H¸íæAžǿYƒ“j{ď¿‘™À½W—®£ChŒÃsiŒkkly]_teu[bFa‰Tig‡n{]Gqªo‹ĈMYá|·¥f¥—őaSÕė™NµñĞ«ImŒ_m¿Âa]uĜp …Z_§{Cƒäg¤°r[_Yj‰ÆOdý“[ŽI[á·¥“Q_n‡ùgL¾mv™ˊBÜƶĊJhšp“c¹˜O]iŠ]œ¥ jtsggJǧw×jÉ©±›EFˍ­‰Ki”ÛÃÕYv…s•ˆm¬njĻª•§emná}k«ŕˆƒgđ²Ù›DǤ›í¡ªOy›†×Où±@DŸñSęćăÕIÕ¿IµĥO‰‰jNÕËT¡¿tNæŇàåyķrĕq§ÄĩsWÆߎF¶žX®¿‰mŒ™w…RIޓfßoG‘³¾©uyH‘į{Ɓħ¯AFnuP…ÍÔzšŒV—dàôº^Ðæd´€‡oG¤{S‰¬ćxã}›ŧ×Kǥĩ«žÕOEзÖdÖsƘѨ[’Û^Xr¢¼˜§xvěƵ`K”§ tÒ´Cvlo¸fzŨð¾NY´ı~ÉĔē…ßúLÃϖ_ÈÏ|]ÂÏFl”g`bšežž€n¾¢pU‚h~ƴĖ¶_‚r sĄ~cž”ƈ]|r c~`¼{À{ȒiJjz`îÀT¥Û³…]’u}›f…ïQl{skl“oNdŸjŸäËzDvčoQŠďHI¦rb“tHĔ~BmlRš—V_„ħTLnñH±’DžœL‘¼L˜ªl§Ťa¸ŒĚlK²€\\RòvDcÎJbt[¤€D@®hh~kt°ǾzÖ@¾ªdb„YhüóZ ň¶vHrľ\\ʗJuxAT|dmÀO„‹[ÃԋG·ĚąĐlŪÚpSJ¨ĸˆLvÞcPæķŨŽ®mАˆálŸwKhïgA¢ųƩޖ¤OȜm’°ŒK´"]],encodeOffsets:[[[121722,32278]],[[119475,30423]],[[119168,35472]]]}},{type:"Feature",id:"350000",properties:{id:"350000",cp:[118.306239,26.075302],name:"福建",childNum:18},geometry:{type:"MultiPolygon",coordinates:[["@@“zht´‡]"],["@@aj^~ĆG—©O"],["@@ed¨„C}}i"],["@@@vˆPGsQ"],["@@‰sBz‚ddW]Q"],["@@SŽ¨Q“{"],["@@NŽVucW"],["@@qptBAq"],["@@‰’¸[mu"],["@@Q\\pD]_"],["@@jSwUadpF"],["@@eXª~ƒ•"],["@@AjvFso"],["@@fT–›_Çí\\Ÿ™—v|ba¦jZÆy€°"],["@@IjJi"],["@@wJI€ˆxš«¼AoNe{M­"],["@@K‰±¡Óˆ”ČäeZ"],["@@k¡¹Eh~c®wBk‹UplÀ¡I•~Māe£bN¨gZý¡a±Öcp©PhžI”Ÿ¢Qq…ÇGj‹|¥U™ g[Ky¬ŏ–v@OpˆtÉEŸF„\\@ åA¬ˆV{Xģ‰ĐBy…cpě…¼³Ăp·¤ƒ¥o“hqqÚ¡ŅLsƒ^ᗞ§qlŸÀhH¨MCe»åÇGD¥zPO£čÙkJA¼ß–ėu›ĕeûҍiÁŧSW¥˜QŠûŗ½ùěcݧSùĩąSWó«íęACµ›eR—åǃRCÒÇZÍ¢‹ź±^dlsŒtjD¸•‚ZpužÔâÒH¾oLUêÃÔjjēò´ĄW‚ƛ…^Ñ¥‹ĦŸ@Çò–ŠmŒƒOw¡õyJ†yD}¢ďÑÈġfŠZd–a©º²z£šN–ƒjD°Ötj¶¬ZSÎ~¾c°¶Ðm˜x‚O¸¢Pl´žSL|¥žA†ȪĖM’ņIJg®áIJČĒü` ŽQF‡¬h|ÓJ@zµ |ê³È ¸UÖŬŬÀEttĸr‚]€˜ðŽM¤ĶIJHtÏ A’†žĬkvsq‡^aÎbvŒd–™fÊòSD€´Z^’xPsÞrv‹ƞŀ˜jJd×ŘÉ ®A–ΦĤd€xĆqAŒ†ZR”ÀMźŒnĊ»ŒİÐZ— YX–æJŠyĊ²ˆ·¶q§·–K@·{s‘Xãô«lŗ¶»o½E¡­«¢±¨Yˆ®Ø‹¶^A™vWĶGĒĢžPlzfˆļŽtàAvWYãšO_‡¤sD§ssČġ[kƤPX¦Ž`¶“ž®ˆBBvĪjv©šjx[L¥àï[F…¼ÍË»ğV`«•Ip™}ccÅĥZE‹ãoP…´B@ŠD—¸m±“z«Ƴ—¿å³BRضˆœWlâþäą`“]Z£Tc— ĹGµ¶H™m@_©—kŒ‰¾xĨ‡ôȉðX«½đCIbćqK³Á‹Äš¬OAwã»aLʼn‡ËĥW[“ÂGI—ÂNxij¤D¢ŽîĎÎB§°_JœGsƒ¥E@…¤uć…P‘å†cuMuw¢BI¿‡]zG¹guĮck\\_"]],encodeOffsets:[[[123250,27563]],[[122541,27268]],[[123020,27189]],[[122916,27125]],[[122887,26845]],[[122808,26762]],[[122568,25912]],[[122778,26197]],[[122515,26757]],[[122816,26587]],[[123388,27005]],[[122450,26243]],[[122578,25962]],[[121255,25103]],[[120987,24903]],[[122339,25802]],[[121042,25093]],[[122439,26024]]]}},{type:"Feature",id:"360000",properties:{id:"360000",cp:[115.592151,27.676493],name:"江西",childNum:1},geometry:{type:"Polygon",coordinates:["@@ĢĨƐgļˆ¼ÂMD~ņªe^\\^§„ý©j׍cZ†Ø¨zdÒa¶ˆlҍJŒìõ`oz÷@¤u޸´†ôęöY¼‰HČƶajlÞƩ¥éZ[”|h}^U Œ ¥p„ĄžƦO lt¸Æ €Q\\€ŠaÆ|CnÂOjt­ĚĤd’ÈŒF`’¶„@Ð딠¦ōҞ¨Sêv†HĢûXD®…QgėWiØPÞìºr¤dž€NĠ¢l–•ĄtZoœCƞÔºCxrpĠV®Ê{f_Y`_ƒeq’’®Aot`@o‚DXfkp¨|Šs¬\\D‘ÄSfè©Hn¬…^DhÆyøJh“ØxĢĀLʈ„ƠPżċĄwȠ̦G®ǒĤäTŠÆ~ĦwŠ«|TF¡Šn€c³Ïå¹]ĉđxe{ÎӐ†vOEm°BƂĨİ|G’vz½ª´€H’àp”eJ݆Qšxn‹ÀŠW­žEµàXÅĪt¨ÃĖrÄwÀFÎ|ňÓMå¼ibµ¯»åDT±m[“r«_gŽmQu~¥V\\OkxtL E¢‹ƒ‘Ú^~ýê‹Pó–qo슱_Êw§ÑªåƗā¼‹mĉŹ‹¿NQ“…YB‹ąrwģcÍ¥B•Ÿ­ŗÊcØiI—žƝĿuŒqtāwO]‘³YCñTeɕš‹caub͈]trlu€ī…B‘ПGsĵıN£ï—^ķqss¿FūūV՟·´Ç{éĈý‰ÿ›OEˆR_ŸđûIċâJh­ŅıN‘ȩĕB…¦K{Tk³¡OP·wn—µÏd¯}½TÍ«YiµÕsC¯„iM•¤™­•¦¯P|ÿUHv“he¥oFTu‰õ\\ŽOSs‹MòđƇiaºćXŸĊĵà·çhƃ÷ǜ{‘ígu^›đg’m[×zkKN‘¶Õ»lčÓ{XSƉv©_ÈëJbVk„ĔVÀ¤P¾ºÈMÖxlò~ªÚàGĂ¢B„±’ÌŒK˜y’áV‡¼Ã~­…`g›ŸsÙfI›Ƌlę¹e|–~udjˆuTlXµf`¿JdŠ[\\˜„L‚‘²"],encodeOffsets:[[116689,26234]]}},{type:"Feature",id:"370000",properties:{id:"370000",cp:[118.000923,36.275807],name:"山东",childNum:13},geometry:{type:"MultiPolygon",coordinates:[["@@Xjd]{K"],["@@itbFHy"],["@@HlGk"],["@@T‚ŒGŸy"],["@@K¬˜•‹U"],["@@WdXc"],["@@PtOs"],["@@•LnXhc"],["@@ppVƒu]Or"],["@@cdzAUa"],["@@udRhnCI‡"],["@@ˆoIƒpR„"],["@@Ľč{fzƤî’Kš–ÎMĮ]†—ZFˆ½Y]â£ph’™š¶¨râøÀ†ÎǨ¤^ºÄ”Gzˆ~grĚĜlĞƄLĆdž¢Îo¦–cv“Kb€gr°Wh”mZp ˆL]LºcU‰Æ­n”żĤÌĒœbAnrOAœ´žȊcÀbƦUØrĆUÜøœĬƞ†š˜Ez„VL®öØBkŖÝĐĖ¹ŧ̄±ÀbÎɜnb²ĦhņBĖ›žįĦåXćì@L¯´ywƕCéõė ƿ¸‘lµ¾Z|†ZWyFYŸ¨Mf~C¿`€à_RÇzwƌfQnny´INoƬˆèôº|sT„JUš›‚L„îVj„ǎ¾Ē؍‚Dz²XPn±ŴPè¸ŔLƔÜƺ_T‘üÃĤBBċȉöA´fa„˜M¨{«M`‡¶d¡ô‰Ö°šmȰBÔjjŒ´PM|”c^d¤u•ƒ¤Û´Œä«ƢfPk¶Môlˆ]Lb„}su^ke{lC‘…M•rDŠÇ­]NÑFsmoõľH‰yGă{{çrnÓE‰‹ƕZGª¹Fj¢ïW…uøCǷ돡ąuhÛ¡^Kx•C`C\\bÅxì²ĝÝ¿_N‰īCȽĿåB¥¢·IŖÕy\\‡¹kx‡Ã£Č×GDyÕ¤ÁçFQ¡„KtŵƋ]CgÏAùSed‡cÚź—ŠuYfƒyMmhUWpSyGwMPqŀ—›Á¼zK›¶†G•­Y§Ëƒ@–´śÇµƕBmœ@Io‚g——Z¯u‹TMx}C‘‰VK‚ï{éƵP—™_K«™pÛÙqċtkkù]gŽ‹Tğwo•ɁsMõ³ă‡AN£™MRkmEʕč™ÛbMjÝGu…IZ™—GPģ‡ãħE[iµBEuŸDPԛ~ª¼ętŠœ]ŒûG§€¡QMsğNPŏįzs£Ug{đJĿļā³]ç«Qr~¥CƎÑ^n¶ÆéÎR~Ż¸Y’I“] P‰umŝrƿ›‰›Iā‹[x‰edz‹L‘¯v¯s¬ÁY…~}…ťuŁŒg›ƋpÝĄ_ņī¶ÏSR´ÁP~ž¿Cyžċßdwk´Ss•X|t‰`Ä Èð€AªìÎT°¦Dd–€a^lĎDĶÚY°Ž`ĪŴǒˆ”àŠv\\ebŒZH„ŖR¬ŢƱùęO•ÑM­³FۃWp[ƒ"]],encodeOffsets:[[[123806,39303]],[[123821,39266]],[[123742,39256]],[[123702,39203]],[[123649,39066]],[[123847,38933]],[[123580,38839]],[[123894,37288]],[[123043,36624]],[[123344,38676]],[[123522,38857]],[[123628,38858]],[[118260,36742]]]}},{type:"Feature",id:"410000",properties:{id:"410000",cp:[113.665412,33.757975],name:"河南",childNum:1},geometry:{type:"Polygon",coordinates:["@@•ýL™ùµP³swIÓxcŢĞð†´E®žÚPt†ĴXØx¶˜@«ŕŕQGƒ‹Yfa[şu“ßǩ™đš_X³ijÕčC]kbc•¥CS¯ëÍB©÷‹–³­Siˆ_}m˜YTtž³xlàcȂzÀD}ÂOQ³ÐTĨ¯†ƗòËŖ[hœł‹Ŧv~††}ÂZž«¤lPǕ£ªÝŴÅR§ØnhcŒtâk‡nύ­ľŹUÓÝdKuķ‡I§oTũÙďkęĆH¸ÓŒ\\ăŒ¿PcnS{wBIvɘĽ[GqµuŸŇôYgûƒZcaŽ©@½Õǽys¯}lgg@­C\\£as€IdÍuCQñ[L±ęk·‹ţb¨©kK—’»›KC²‘òGKmĨS`ƒ˜UQ™nk}AGē”sqaJ¥ĐGR‰ĎpCuÌy ã iMc”plk|tRk†ðœev~^‘´†¦ÜŽSí¿_iyjI|ȑ|¿_»d}qŸ^{“Ƈdă}Ÿtqµ`Ƴĕg}V¡om½fa™Ço³TTj¥„tĠ—Ry”K{ùÓjuµ{t}uËR‘iŸvGŠçJFjµŠÍyqΘàQÂFewixGw½Yŷpµú³XU›½ġy™łå‰kÚwZXˆ·l„¢Á¢K”zO„Λ΀jc¼htoDHr…|­J“½}JZ_¯iPq{tę½ĕ¦Zpĵø«kQ…Ťƒ]MÛfaQpě±ǽ¾]u­Fu‹÷nƒ™čįADp}AjmcEǒaª³o³ÆÍSƇĈÙDIzˑ赟^ˆKLœ—i—Þñ€[œƒaA²zz‰Ì÷Dœ|[šíijgf‚ÕÞd®|`ƒĆ~„oĠƑô³Ŋ‘D×°¯CsŠøÀ«ì‰UMhTº¨¸ǡîS–Ô„DruÂÇZ•ÖEŽ’vPZ„žW”~؋ÐtĄE¢¦Ðy¸bŠô´oŬ¬Ž²Ês~€€]®tªašpŎJ¨Öº„_ŠŔ–`’Ŗ^Ѝ\\Ĝu–”~m²Ƹ›¸fW‰ĦrƔ}Î^gjdfÔ¡J}\\n C˜¦þWxªJRÔŠu¬ĨĨmF†dM{\\d\\ŠYÊ¢ú@@¦ª²SŠÜsC–}fNècbpRmlØ^g„d¢aÒ¢CZˆZxvÆ¶N¿’¢T@€uCœ¬^ĊðÄn|žlGl’™Rjsp¢ED}€Fio~ÔNŽ‹„~zkĘHVsDzßjƒŬŒŠŢ`Pûàl¢˜\\ÀœEhŽİgÞē X¼Pk–„|m"],encodeOffsets:[[118256,37017]]}},{type:"Feature",id:"420000",properties:{id:"420000",cp:[113.298572,30.684355],name:"湖北",childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@AB‚"],["@@lskt"],["@@¾«}{ra®pîÃ\\™›{øCŠËyyB±„b\\›ò˜Ý˜jK›‡L ]ĎĽÌ’JyÚCƈćÎT´Å´pb©È‘dFin~BCo°BĎĚømvŒ®E^vǾ½Ĝ²Ro‚bÜeNŽ„^ĺ£R†¬lĶ÷YoĖ¥Ě¾|sOr°jY`~I”¾®I†{GqpCgyl{‡£œÍƒÍyPL“¡ƒ¡¸kW‡xYlÙ抚ŁĢzœ¾žV´W¶ùŸo¾ZHxjwfx„GNÁ•³Xéæl¶‰EièIH‰ u’jÌQ~v|sv¶Ôi|ú¢Fh˜Qsğ¦ƒSiŠBg™ÐE^ÁÐ{–čnOÂȞUÎóĔ†ÊēIJ}Z³½Mŧïeyp·uk³DsѨŸL“¶_œÅuèw»—€¡WqÜ]\\‘Ò§tƗcÕ¸ÕFÏǝĉăxŻČƟO‡ƒKÉġÿ×wg”÷IÅzCg†]m«ªGeçÃTC’«[‰t§{loWeC@ps_Bp‘­r‘„f_``Z|ei¡—oċMqow€¹DƝӛDYpûs•–‹Ykıǃ}s¥ç³[§ŸcYŠ§HK„«Qy‰]¢“wwö€¸ïx¼ņ¾Xv®ÇÀµRĠЋžHMž±cÏd„ƒǍũȅȷ±DSyúĝ£ŤĀàtÖÿï[îb\\}pĭÉI±Ñy…¿³x¯N‰o‰|¹H™ÏÛm‹júË~Tš•u˜ęjCöAwě¬R’đl¯ Ñb­‰ŇT†Ŀ_[Œ‘IčĄʿnM¦ğ\\É[T·™k¹œ©oĕ@A¾w•ya¥Y\\¥Âaz¯ãÁ¡k¥ne£Ûw†E©Êō¶˓uoj_Uƒ¡cF¹­[Wv“P©w—huÕyBF“ƒ`R‹qJUw\\i¡{jŸŸEPïÿ½fć…QÑÀQ{ž‚°‡fLԁ~wXg—ītêݾ–ĺ‘Hdˆ³fJd]‹HJ²…E€ƒoU¥†HhwQsƐ»Xmg±çve›]Dm͂PˆoCc¾‹_h”–høYrŊU¶eD°Č_N~øĹĚ·`z’]Äþp¼…äÌQŒv\\rCŒé¾TnkžŐڀÜa‡“¼ÝƆĢ¶Ûo…d…ĔňТJq’Pb ¾|JŒ¾fXŠƐîĨ_Z¯À}úƲ‹N_ĒĊ^„‘ĈaŐyp»CÇĕKŠšñL³ŠġMŒ²wrIÒŭxjb[œžn«øœ˜—æˆàƒ ^²­h¯Ú€ŐªÞ¸€Y²ĒVø}Ā^İ™´‚LŠÚm„¥ÀJÞ{JVŒųÞŃx×sxxƈē ģMř–ÚðòIf–Ċ“Œ\\Ʈ±ŒdʧĘD†vČ_Àæ~DŒċ´A®µ†¨ØLV¦êHÒ¤"]],encodeOffsets:[[[113712,34e3]],[[115612,30507]],[[113649,34054]]]}},{type:"Feature",id:"430000",properties:{id:"430000",cp:[111.782279,28.09409],name:"湖南",childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@—n„FTs"],["@@ßÅÆችÔXr—†CO™“…ËR‘ïÿĩ­TooQyšÓ[‹ŅBE¬–ÎÓXa„į§Ã¸G °ITxp‰úxÚij¥Ïš–Ģ¾ŠedžÄ©ĸG…œàGh‚€M¤–Â_U}Ċ}¢pczfŠþg¤€”ÇòAV‘‹M"],["@@©K—ƒA·³CQ±Á«³BUŠƑ¹AŠtćOw™D]ŒJiØSm¯b£‘ylƒ›X…HËѱH•«–‘C^õľA–Å§¤É¥„ïyuǙuA¢^{ÌC´­¦ŷJ£^[†“ª¿‡ĕ~•Ƈ…•N… skóā‡¹¿€ï]ă~÷O§­@—Vm¡‹Qđ¦¢Ĥ{ºjԏŽŒª¥nf´•~ÕoŸž×Ûą‹MąıuZœmZcÒ IJĪ²SÊDŽŶ¨ƚƒ’CÖŎªQؼrŭŽ­«}NÏürʬŒmjr€@ĘrTW ­SsdHzƓ^ÇÂyUi¯DÅYlŹu{hTœ}mĉ–¹¥ě‰Dÿë©ıÓ[Oº£ž“¥ót€ł¹MՄžƪƒ`Pš…Di–ÛUŠ¾Å‌ìˆU’ñB“È£ýhe‰dy¡oċ€`pfmjP~‚kZa…ZsÐd°wj§ƒ@€Ĵ®w~^‚kÀÅKvNmX\\¨a“”сqvíó¿F„¤¡@ũÑVw}S@j}¾«pĂr–ªg àÀ²NJ¶¶Dô…K‚|^ª†Ž°LX¾ŴäPĪ±œ£EXd›”^¶›IJÞܓ~‘u¸ǔ˜Ž›MRhsR…e†`ÄofIÔ\\Ø  i”ćymnú¨cj ¢»–GČìƊÿШXeĈĀ¾Oð Fi ¢|[jVxrIQŒ„_E”zAN¦zLU`œcªx”OTu RLÄ¢dV„i`p˔vŎµªÉžF~ƒØ€d¢ºgİàw¸Áb[¦Zb¦–z½xBĖ@ªpº›šlS¸Ö\\Ĕ[N¥ˀmĎă’J\\‹ŀ`€…ňSڊĖÁĐiO“Ĝ«BxDõĚiv—ž–S™Ì}iùŒžÜnšÐºGŠ{Šp°M´w†ÀÒzJ²ò¨ oTçüöoÛÿñŽőФ‚ùTz²CȆȸǎŪƒƑÐc°dPÎŸğ˶[Ƚu¯½WM¡­Éž“’B·rížnZŸÒ `‡¨GA¾\\pē˜XhÆRC­üWGġu…T靧Ŏѝ©ò³I±³}_‘‹EÃħg®ęisÁPDmÅ{‰b[Rşs·€kPŸŽƥƒóRo”O‹ŸVŸ~]{g\\“êYƪ¦kÝbiċƵŠGZ»Ěõ…ó·³vŝž£ø@pyö_‹ëŽIkѵ‡bcѧy…×dY؎ªiþž¨ƒ[]f]Ņ©C}ÁN‡»hĻħƏ’ĩ"]],encodeOffsets:[[[115640,30489]],[[112543,27312]],[[116690,26230]]]}},{type:"Feature",id:"440000",properties:{id:"440000",cp:[113.280637,23.125178],name:"广东",childNum:24},geometry:{type:"MultiPolygon",coordinates:[["@@QdˆAua"],["@@ƒlxDLo"],["@@sbhNLo"],["@@Ă āŸ"],["@@WltO[["],["@@Krœ]S"],["@@e„„I]y"],["@@I|„Mym"],["@@ƒÛ³LSŒž¼Y"],["@@nvºB–ëui©`¾"],["@@zdšÛ›Jw®"],["@@†°…¯"],["@@a yAª¸ËJIx،@€ĀHAmßV¡o•fu•o"],["@@šs‰ŗÃÔėAƁ›ZšÄ ~°ČP‚‹äh"],["@@‹¶Ý’Ì‚vmĞh­ı‡Q"],["@@HœŠdSjĒ¢D}war…“u«ZqadYM"],["@@elŒ\\LqqU"],["@@~rMo\\"],["@@f„^ƒC"],["@@øPªoj÷ÍÝħXČx”°Q¨ıXNv"],["@@gÇƳˆŽˆ”oˆŠˆ[~tly"],["@@E–ÆC¿‘"],["@@OŽP"],["@@w‹†đóg‰™ĝ—[³‹¡VÙæÅöM̳¹pÁaËýý©D©Ü“JŹƕģGą¤{Ùū…ǘO²«BƱéA—Ò‰ĥ‡¡«BhlmtÃPµyU¯uc“d·w_bŝcīímGOŽ|KP’ȏ‡ŹãŝIŕŭŕ@Óoo¿ē‹±ß}Ž…ŭ‚ŸIJWÈCőâUâǙI›ğʼn©I›ijEׅÁ”³Aó›wXJþ±ÌŒÜӔĨ£L]ĈÙƺZǾĆĖMĸĤfŒÎĵl•ŨnȈ‘ĐtF”Š–FĤ–‚êk¶œ^k°f¶gŠŽœ}®Fa˜f`vXŲxl˜„¦–ÔÁ²¬ÐŸ¦pqÊ̲ˆi€XŸØRDÎ}†Ä@ZĠ’s„x®AR~®ETtĄZ†–ƈfŠŠHâÒÐA†µ\\S¸„^wĖkRzŠalŽŜ|E¨ÈNĀňZTŒ’pBh£\\ŒĎƀuXĖtKL–¶G|Ž»ĺEļĞ~ÜĢÛĊrˆO˜Ùîvd]nˆ¬VœÊĜ°R֟pM††–‚ƂªFbwžEÀˆ˜©Œž\\…¤]ŸI®¥D³|ˎ]CöAŤ¦…æ’´¥¸Lv¼€•¢ĽBaô–F~—š®²GÌҐEY„„œzk¤’°ahlV՞I^‹šCxĈPŽsB‰ƒºV‰¸@¾ªR²ĨN]´_eavSi‡vc•}p}Đ¼ƌkJœÚe thœ†_¸ ºx±ò_xN›Ë‹²‘@ƒă¡ßH©Ùñ}wkNÕ¹ÇO½¿£ĕ]ly_WìIžÇª`ŠuTÅxYĒÖ¼k֞’µ‚MžjJÚwn\\h‘œĒv]îh|’È›Ƅøègž¸Ķß ĉĈWb¹ƀdéʌNTtP[ŠöSvrCZžžaGuœbo´ŖÒÇА~¡zCI…özx¢„Pn‹•‰Èñ @ŒĥÒ¦†]ƞŠV}³ăĔñiiÄÓVépKG½Ä‘ÓávYo–C·sit‹iaÀy„ŧΡÈYDÑům}‰ý|m[węõĉZÅxUO}÷N¹³ĉo_qtă“qwµŁYلǝŕ¹tïÛUïmRCº…ˆĭ|µ›ÕÊK™½R‘ē ó]‘–GªęAx–»HO£|ām‡¡diď×YïYWªʼnOeÚtĐ«zđ¹T…ā‡úE™á²\\‹ķÍ}jYàÙÆſ¿Çdğ·ùTßÇţʄ¡XgWÀLJğ·¿ÃˆOj YÇ÷Qě‹i"]],encodeOffsets:[[[117381,22988]],[[116552,22934]],[[116790,22617]],[[116973,22545]],[[116444,22536]],[[116931,22515]],[[116496,22490]],[[116453,22449]],[[113301,21439]],[[118726,21604]],[[118709,21486]],[[113210,20816]],[[115482,22082]],[[113171,21585]],[[113199,21590]],[[115232,22102]],[[115739,22373]],[[115134,22184]],[[113056,21175]],[[119573,21271]],[[119957,24020]],[[115859,22356]],[[116561,22649]],[[116285,22746]]]}},{type:"Feature",id:"450000",properties:{id:"450000",cp:[108.320004,22.82402],name:"广西",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@H– TQ§•A"],["@@ĨʪƒLƒƊDÎĹĐCǦė¸zÚGn£¾›rªŀÜt¬@֛ڈSx~øOŒ˜ŶÐÂæȠ\\„ÈÜObĖw^oބLf¬°bI lTØB̈F£Ć¹gñĤaY“t¿¤VSñœK¸¤nM†¼‚JE±„½¸šŠño‹ÜCƆæĪ^ŠĚQÖ¦^‡ˆˆf´Q†üÜʝz¯šlzUĺš@쇀p¶n]sxtx¶@„~ÒĂJb©gk‚{°‚~c°`ԙ¬rV\\“la¼¤ôá`¯¹LC†ÆbŒxEræO‚v[H­˜„[~|aB£ÖsºdAĐzNÂðsŽÞƔ…Ĥªbƒ–ab`ho¡³F«èVloŽ¤™ÔRzpp®SŽĪº¨ÖƒºN…ij„d`’a”¦¤F³ºDÎńĀìŠCžĜº¦Ċ•~nS›|gźvZkCÆj°zVÈÁƔ]LÊFZg…čP­kini«‹qǀcz͔Y®¬Ů»qR×ō©DՄ‘§ƙǃŵTÉĩ±ŸıdÑnYY›IJvNĆƌØÜ Öp–}e³¦m‹©iÓ|¹Ÿħņ›|ª¦QF¢Â¬ʖovg¿em‡^ucà÷gՎuŒíÙćĝ}FĻ¼Ĺ{µHK•sLSđƃr‹č¤[Ag‘oS‹ŇYMÿ§Ç{Fśbky‰lQxĕƒ]T·¶[B…ÑÏGáşşƇe€…•ăYSs­FQ}­Bƒw‘tYğÃ@~…C̀Q ×W‡j˱rÉ¥oÏ ±«ÓÂ¥•ƒ€k—ŽwWűŒmcih³K›~‰µh¯e]lµ›él•Eģ‰•E“ďs‡’mǖŧē`ãògK_ÛsUʝ“ćğ¶hŒöŒO¤Ǜn³Žc‘`¡y‹¦C‘ez€YŠwa™–‘[ďĵűMę§]X˜Î_‚훘Û]é’ÛUćİÕBƣ±…dƒy¹T^džûÅÑŦ·‡PĻþÙ`K€¦˜…¢ÍeœĥR¿Œ³£[~Œäu¼dl‰t‚†W¸oRM¢ď\\zœ}Æzdvň–{ÎXF¶°Â_„ÒÂÏL©Ö•TmuŸ¼ãl‰›īkiqéfA„·Êµ\\őDc¥ÝF“y›Ôć˜c€űH_hL܋êĺШc}rn`½„Ì@¸¶ªVLŒŠhŒ‹\\•Ţĺk~ŽĠið°|gŒtTĭĸ^x‘vK˜VGréAé‘bUu›MJ‰VÃO¡…qĂXËS‰ģãlýàŸ_ju‡YÛÒB†œG^˜é֊¶§ŽƒEG”ÅzěƒƯ¤Ek‡N[kdåucé¬dnYpAyČ{`]þ¯T’bÜÈk‚¡Ġ•vŒàh„ÂƄ¢J"]],encodeOffsets:[[[111707,21520]],[[107619,25527]]]}},{type:"Feature",id:"460000",properties:{id:"460000",cp:[109.83119,19.031971],name:"海南",childNum:1},geometry:{type:"Polygon",coordinates:["@@š¦Ŝil¢”XƦ‘ƞò–ïè§ŞCêɕrŧůÇąĻõ™·ĉ³œ̅kÇm@ċȧƒŧĥ‰Ľʉ­ƅſ“ȓÒ˦ŝE}ºƑ[ÍĜȋ gÎfǐÏĤ¨êƺ\\Ɔ¸ĠĎvʄȀœÐ¾jNðĀÒRŒšZdž™zÐŘΰH¨Ƣb²_Ġ "],encodeOffsets:[[112750,20508]]}},{type:"Feature",id:"510000",properties:{id:"510000",cp:[104.065735,30.659462],name:"四川",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@LqKr"],["@@Š[ĻéV£ž_ţġñpG •réÏ·~ąSfy×͂·ºſƽiÍıƣıĻmHH}siaX@iÇ°ÁÃ×t«ƒ­Tƒ¤J–JJŒyJ•ÈŠ`Ohߦ¡uËhIyCjmÿw…ZG……Ti‹SˆsO‰žB²ŸfNmsPaˆ{M{ŠõE‘^Hj}gYpaeuž¯‘oáwHjÁ½M¡pM“–uå‡mni{fk”\\oƒÎqCw†EZ¼K›ĝŠƒAy{m÷L‡wO×SimRI¯rK™õBS«sFe‡]fµ¢óY_ÆPRcue°Cbo׌bd£ŌIHgtrnyPt¦foaXďx›lBowz‹_{ÊéWiêE„GhܸºuFĈIxf®Ž•Y½ĀǙ]¤EyŸF²ċ’w¸¿@g¢§RGv»–áŸW`ÃĵJwi]t¥wO­½a[׈]`Ãi­üL€¦LabbTÀå’c}Íh™Æhˆ‹®BH€î|Ék­¤S†y£„ia©taį·Ɖ`ō¥Uh“O…ƒĝLk}©Fos‰´›Jm„µlŁu—…ø–nÑJWΪ–YÀïAetTžŅ‚ӍG™Ë«bo‰{ıwodƟ½ƒžOġܑµxàNÖ¾P²§HKv¾–]|•B‡ÆåoZ`¡Ø`ÀmºĠ~ÌЧnDž¿¤]wğ@sƒ‰rğu‰~‘Io”[é±¹ ¿žſđӉ@q‹gˆ¹zƱřaí°KtǤV»Ã[ĩǭƑ^ÇÓ@ỗs›Zϕ‹œÅĭ€Ƌ•ěpwDóÖሯneQˌq·•GCœýS]xŸ·ý‹q³•O՜Œ¶Qzßti{ř‰áÍÇWŝŭñzÇW‹pç¿JŒ™‚Xœĩè½cŒF–ÂLiVjx}\\N†ŇĖ¥Ge–“JA¼ÄHfÈu~¸Æ«dE³ÉMA|b˜Ò…˜ćhG¬CM‚õŠ„ƤąAvƒüV€éŀ‰_V̳ĐwQj´·ZeÈÁ¨X´Æ¡Qu·»Ÿ“˜ÕZ³ġqDo‰y`L¬gdp°şŠp¦ėìÅĮZŽ°Iä”h‚‘ˆzŠĵœf²å ›ĚрKp‹IN|‹„Ñz]ń……·FU×é»R³™MƒÉ»GM«€ki€™ér™}Ã`¹ăÞmȝnÁîRǀ³ĜoİzŔwǶVÚ£À]ɜ»ĆlƂ²Ġ…þTº·àUȞÏʦ¶†I’«dĽĢdĬ¿–»Ĕ׊h\\c¬†ä²GêëĤł¥ÀǿżÃÆMº}BÕĢyFVvw–ˆxBèĻĒ©Ĉ“tCĢɽŠȣ¦āæ·HĽî“ôNԓ~^¤Ɗœu„œ^s¼{TA¼ø°¢İªDè¾Ň¶ÝJ‘®Z´ğ~Sn|ªWÚ©òzPOȸ‚bð¢|‹øĞŠŒœŒQìÛÐ@Ğ™ǎRS¤Á§d…i“´ezÝúØã]Hq„kIŸþËQǦÃsǤ[E¬ÉŪÍxXƒ·ÖƁİlƞ¹ª¹|XÊwn‘ÆƄmÀêErĒtD®ċæcQƒ”E®³^ĭ¥©l}äQto˜ŖÜqƎkµ–„ªÔĻĴ¡@Ċ°B²Èw^^RsºTĀ£ŚæœQP‘JvÄz„^Đ¹Æ¯fLà´GC²‘dt˜­ĀRt¼¤ĦOðğfÔðDŨŁĞƘïžPȆ®âbMüÀXZ ¸£@Ś›»»QÉ­™]d“sÖ×_͖_ÌêŮPrĔĐÕGĂeZÜîĘqBhtO ¤tE[h|Y‹Ô‚ZśÎs´xº±UŒ’ñˆt|O’ĩĠºNbgþŠJy^dÂY Į„]Řz¦gC‚³€R`ĀŠz’¢AjŒ¸CL„¤RÆ»@­Ŏk\\Ç´£YW}z@Z}‰Ã¶“oû¶]´^N‡Ò}èN‚ª–P˜Íy¹`S°´†ATe€VamdUĐwʄvĮÕ\\ƒu‹Æŗ¨Yp¹àZÂm™Wh{á„}WØǍ•Éüw™ga§áCNęÎ[ĀÕĪgÖɪX˜øx¬½Ů¦¦[€—„NΆL€ÜUÖ´òrÙŠxR^–†J˜k„ijnDX{Uƒ~ET{ļº¦PZc”jF²Ė@Žp˜g€ˆ¨“B{ƒu¨ŦyhoÚD®¯¢˜ WòàFΤ¨GDäz¦kŮPœġq˚¥À]€Ÿ˜eŽâÚ´ªKxī„Pˆ—Ö|æ[xäJÞĥ‚s’NÖ½ž€I†¬nĨY´®Ð—ƐŠ€mD™ŝuäđđEb…e’e_™v¡}ìęNJē}q”É埁T¯µRs¡M@}ůa†a­¯wvƉåZwž\\Z{åû^›"]],encodeOffsets:[[[108815,30935]],[[110617,31811]]]}},{type:"Feature",id:"520000",properties:{id:"520000",cp:[106.713478,26.578343],name:"贵州",childNum:3},geometry:{type:"MultiPolygon",coordinates:[["@@†G\\†lY£‘in"],["@@q‚|ˆ‚mc¯tχVSÎ"],["@@hÑ£Is‡NgßH†›HªķÃh_¹ƒ¡ĝħń¦uيùŽgS¯JHŸ|sÝÅtÁïyMDč»eÕtA¤{b\\}—ƒG®u\\åPFq‹wÅaD…žK°ºâ_£ùbµ”mÁ‹ÛœĹM[q|hlaªāI}тƒµ@swtwm^oµˆD鼊yV™ky°ÉžûÛR…³‚‡eˆ‡¥]RՋěħ[ƅåÛDpŒ”J„iV™™‰ÂF²I…»mN·£›LbÒYb—WsÀbŽ™pki™TZĄă¶HŒq`……ĥ_JŸ¯ae«ƒKpÝx]aĕÛPƒÇȟ[ÁåŵÏő—÷Pw}‡TœÙ@Õs«ĿÛq©½œm¤ÙH·yǥĘĉBµĨÕnđ]K„©„œá‹ŸG纍§Õßg‡ǗĦTèƤƺ{¶ÉHÎd¾ŚÊ·OÐjXWrãLyzÉAL¾ę¢bĶėy_qMĔąro¼hĊžw¶øV¤w”²Ĉ]ʚKx|`ź¦ÂÈdr„cȁbe¸›`I¼čTF´¼Óýȃr¹ÍJ©k_șl³´_pН`oÒhŽ¶pa‚^ÓĔ}D»^Xyœ`d˜[Kv…JPhèhCrĂĚÂ^Êƌ wˆZL­Ġ£šÁbrzOIl’MM”ĪŐžËr×ÎeŦŽtw|Œ¢mKjSǘňĂStÎŦEtqFT†¾†E쬬ôxÌO¢Ÿ KŠ³ŀºäY†„”PVgŎ¦Ŋm޼VZwVlŒ„z¤…ž£Tl®ctĽÚó{G­A‡ŒÇgeš~Αd¿æaSba¥KKûj®_ć^\\ؾbP®¦x^sxjĶI_Ä X‚⼕Hu¨Qh¡À@Ëô}Ž±žGNìĎlT¸ˆ…`V~R°tbÕĊ`¸úÛtπFDu€[ƒMfqGH·¥yA‰ztMFe|R‚_Gk†ChZeÚ°to˜v`x‹b„ŒDnÐ{E}šZ˜è€x—†NEފREn˜[Pv@{~rĆAB§‚EO¿|UZ~ì„Uf¨J²ĂÝƀ‚sª–B`„s¶œfvö¦ŠÕ~dÔq¨¸º»uù[[§´sb¤¢zþFœ¢Æ…Àhˆ™ÂˆW\\ıŽËI݊o±ĭŠ£þˆÊs}¡R]ŒěƒD‚g´VG¢‚j±®è†ºÃmpU[Á›‘Œëº°r›ÜbNu¸}Žº¼‡`ni”ºÔXĄ¤¼Ôdaµ€Á_À…†ftQQgœR—‘·Ǔ’v”}Ýלĵ]µœ“Wc¤F²›OĩųãW½¯K‚©…]€{†LóµCIµ±Mß¿hŸ•©āq¬o‚½ž~@i~TUxŪÒ¢@ƒ£ÀEîôruń‚”“‚b[§nWuMÆLl¿]x}ij­€½"]],encodeOffsets:[[[112158,27383]],[[112105,27474]],[[112095,27476]]]}},{type:"Feature",id:"530000",properties:{id:"530000",cp:[101.512251,24.740609],name:"云南",childNum:1},geometry:{type:"Polygon",coordinates:["@@[„ùx½}ÑRH‘YīĺûsÍn‘iEoã½Ya²ė{c¬ĝg•ĂsA•ØÅwď‚õzFjw}—«Dx¿}UũlŸê™@•HÅ­F‰¨ÇoJ´Ónũuą¡Ã¢pÒŌ“Ø TF²‚xa²ËX€‚cʋlHîAßËŁkŻƑŷÉ©h™W­æßU‡“Ës¡¦}•teèƶStǀÇ}Fd£j‹ĈZĆÆ‹¤T‚č\\Dƒ}O÷š£Uˆ§~ŃG™‚åŃDĝ¸œTsd¶¶Bªš¤u¢ŌĎo~t¾ÍŶÒtD¦Ú„iôö‰€z›ØX²ghįh½Û±¯€ÿm·zR¦Ɵ`ªŊÃh¢rOԍ´£Ym¼èêf¯ŪĽn„†cÚbŒw\\zlvWžªâˆ ¦g–mĿBş£¢ƹřbĥkǫßeeZkÙIKueT»sVesb‘aĕ  ¶®dNœĄÄpªyŽ¼—„³BE˜®l‡ŽGœŭCœǶwêżĔÂe„pÍÀQƞpC„–¼ŲÈ­AÎô¶R„ä’Q^Øu¬°š_Èôc´¹ò¨P΢hlϦ´Ħ“Æ´sâDŽŲPnÊD^¯°’Upv†}®BP̪–jǬx–Söwlfòªv€qĸ|`H€­viļ€ndĜ­Ćhň•‚em·FyށqóžSį¯‘³X_ĞçêtryvL¤§z„¦c¦¥jnŞk˜ˆlD¤øz½ĜàžĂŧMÅ|áƆàÊcðÂF܎‚áŢ¥\\\\º™İøÒÐJĴ‡„îD¦zK²ǏÎEh~’CD­hMn^ÌöÄ©ČZÀžaü„fɭyœpį´ěFűk]Ôě¢qlÅĆÙa¶~Äqššê€ljN¬¼H„ÊšNQ´ê¼VظE††^ŃÒyŒƒM{ŒJLoÒœęæŸe±Ķ›y‰’‡gã“¯JYÆĭĘëo¥Š‰o¯hcK«z_pŠrC´ĢÖY”—¼ v¸¢RŽÅW³Â§fǸYi³xR´ďUˊ`êĿU„û€uĆBƒƣö‰N€DH«Ĉg†——Ñ‚aB{ÊNF´¬c·Åv}eÇÃGB»”If•¦HňĕM…~[iwjUÁKE•Ž‹¾dĪçW›šI‹èÀŒoÈXòyŞŮÈXâÎŚŠj|àsRy‹µÖ›–Pr´þŒ ¸^wþTDŔ–Hr¸‹žRÌmf‡żÕâCôox–ĜƌÆĮŒ›Ð–œY˜tâŦÔ@]ÈǮƒ\\Ī¼Ä£UsȯLbîƲŚºyh‡rŒŠ@ĒԝƀŸÀ²º\\êp“’JŠ}ĠvŠqt„Ġ@^xÀ£È†¨mËÏğ}n¹_¿¢×Y_æpˆÅ–A^{½•Lu¨GO±Õ½ßM¶w’ÁĢۂP‚›Ƣ¼pcIJxŠ|ap̬HšÐŒŊSfsðBZ¿©“XÏÒK•k†÷Eû¿‰S…rEFsÕūk”óVǥʼniTL‚¡n{‹uxţÏh™ôŝ¬ğōN“‘NJkyPaq™Âğ¤K®‡YŸxÉƋÁ]āęDqçgOg†ILu—\\_gz—]W¼ž~CÔē]bµogpў_oď`´³Țkl`IªºÎȄqÔþž»E³ĎSJ»œ_f·‚adÇqƒÇc¥Á_Źw{™L^ɱćx“U£µ÷xgĉp»ĆqNē`rĘzaĵĚ¡K½ÊBzyäKXqiWPÏɸ½řÍcÊG|µƕƣG˛÷Ÿk°_^ý|_zċBZocmø¯hhcæ\\lˆMFlư£Ĝ„ÆyH“„F¨‰µêÕ]—›HA…àӄ^it `þßäkŠĤÎT~Wlÿ¨„ÔPzUC–NVv [jâôDôď[}ž‰z¿–msSh‹¯{jïğl}šĹ[–őŒ‰gK‹©U·µË@¾ƒm_~q¡f¹…ÅË^»‘f³ø}Q•„¡Ö˳gͱ^ǁ…\\ëÃA_—¿bW›Ï[¶ƛ鏝£F{īZgm@|kHǭƁć¦UĔťƒ×ë}ǝƒeďºȡȘÏíBə£āĘPªij¶“ʼnÿ‡y©n‰ď£G¹¡I›Š±LÉĺÑdĉ܇W¥˜‰}g˜Á†{aqÃ¥aŠıęÏZ—ï`"],encodeOffsets:[[104636,22969]]}},{type:"Feature",id:"540000",properties:{id:"540000",cp:[89.132212,30.860361],name:"西藏",childNum:1},geometry:{type:"Polygon",coordinates:["@@hžľxŽŖ‰xƒÒVŽ†ºÅâAĪÝȆµę¯Ňa±r_w~uSÕň‘qOj]ɄQ…£Z……UDûoY’»©M[‹L¼qãË{V͕çWViŽ]ë©Ä÷àyƛh›ÚU°ŒŒa”d„cQƒ~Mx¥™cc¡ÙaSyF—ցk­ŒuRýq¿Ôµ•QĽ³aG{¿FµëªéĜÿª@¬·–K‰·àariĕĀ«V»Ŷ™Ĵū˜gèLǴŇƶaf‹tŒèBŚ£^Šâ†ǐÝ®–šM¦ÁǞÿ¬LhŸŽJ¾óƾƺcxw‹f]Y…´ƒ¦|œQLn°aœdĊ…œ\\¨o’œǀÍŎœ´ĩĀd`tÊQŞŕ|‚¨C^©œĈ¦„¦ÎJĊ{ŽëĎjª²rЉšl`¼Ą[t|¦St辉PŒÜK¸€d˜Ƅı]s¤—î_v¹ÎVòŦj˜£Əsc—¬_Ğ´|Ł˜¦AvŽ¦w`ăaÝaa­¢e¤ı²©ªSªšÈMĄwžÉØŔì@T‘¤—Ę™\\õª@”þo´­xA s”ÂtŎKzó´ÇĊµ¢rž^nĊ­Æ¬×üGž¢‚³ {âĊ]š™G‚~bÀgVjzlhǶf€žOšfdŠ‰ªB]pj„•TO–tĊ‚n¤}®¦ƒČ¥d¢¼»ddš”Y¼Žt—¢eȤJ¤}Ǿ¡°§¤AГlc@ĝ”sªćļđAç‡wx•UuzEÖġ~AN¹ÄÅȀŻ¦¿ģŁéì±H…ãd«g[؉¼ēÀ•cīľġ¬cJ‘µ…ÐʥVȝ¸ßS¹†ý±ğkƁ¼ą^ɛ¤Ûÿ‰b[}¬ōõÃ]ËNm®g@•Bg}ÍF±ǐyL¥íCˆƒIij€Ï÷њį[¹¦[⚍EÛïÁÉdƅß{âNÆāŨߝ¾ě÷yC£‡k­´ÓH@¹†TZ¥¢įƒ·ÌAЧ®—Zc…v½ŸZ­¹|ŕWZqgW“|ieZÅYVӁqdq•bc²R@†c‡¥Rã»Ge†ŸeƃīQ•}J[ғK…¬Ə|o’ėjġĠÑN¡ð¯EBčnwôɍėªƒ²•CλŹġǝʅįĭạ̃ūȹ]ΓͧgšsgȽóϧµǛ†ęgſ¶ҍć`ĘąŌJޚä¤rÅň¥ÖÁUětęuůÞiĊÄÀ\\Æs¦ÓRb|Â^řÌkÄŷ¶½÷‡f±iMݑ›‰@ĥ°G¬ÃM¥n£Øą‚ğ¯ß”§aëbéüÑOčœk£{\\‘eµª×M‘šÉfm«Ƒ{Å׃Gŏǩãy³©WÑăû‚··‘Q—òı}¯ã‰I•éÕÂZ¨īès¶ZÈsŽæĔTŘvŽgÌsN@îá¾ó@‰˜ÙwU±ÉT廣TđŸWxq¹Zo‘b‹s[׌¯cĩv‡Œėŧ³BM|¹k‰ªħ—¥TzNYnݍßpęrñĠĉRS~½ŠěVVŠµ‚õ‡«ŒM££µB•ĉ¥áºae~³AuĐh`Ü³ç@BۘïĿa©|z²Ý¼D”£àč²‹ŸƒIƒû›I ā€óK¥}rÝ_Á´éMaň¨€~ªSĈ½Ž½KÙóĿeƃÆBŽ·¬ën×W|Uº}LJrƳ˜lŒµ`bÔ`QˆˆÐÓ@s¬ñIŒÍ@ûws¡åQÑßÁ`ŋĴ{Ī“T•ÚÅTSij‚‹Yo|Ç[ǾµMW¢ĭiÕØ¿@˜šMh…pÕ]j†éò¿OƇĆƇp€êĉâlØw–ěsˆǩ‚ĵ¸c…bU¹ř¨WavquSMzeo_^gsÏ·¥Ó@~¯¿RiīB™Š\\”qTGªÇĜçPoŠÿfñòą¦óQīÈáP•œābß{ƒZŗĸIæńhnszÁCËìñšÏ·ąĚÝUm®ó­L·ăU›Èíoù´Êj°ŁŤ_uµ^‘°Œìǖ@tĶĒ¡Æ‡M³Ģ«˜İĨÅ®ğ†RŽāð“ggheÆ¢z‚Ê©Ô\\°ÝĎz~ź¤Pn–MĪÖB£Ÿk™n鄧żćŠ˜ĆK„Ē°¼L¶è‰âz¨u¦¥LDĘz¬ýÎmĘd¾ß”Fz“hg²™Fy¦ĝ¤ċņbΛ@y‚Ąæm°NĮZRÖíŽJ²öLĸÒ¨Y®ƌÐV‰à˜tt_ڀÂyĠzž]Ţh€zĎ{†ĢX”ˆc|šÐqŽšfO¢¤ög‚ÌHNŽ„PKŖœŽ˜Uú´xx[xˆvĐCûĀŠìÖT¬¸^}Ìsòd´_Ž‡KgžLĴ…ÀBon|H@–Êx˜—¦BpŰˆŌ¿fµƌA¾zLjRxŠ¶F”œkĄźRzŀˆ~¶[”´Hnª–VƞuĒ­È¨ƎcƽÌm¸ÁÈM¦x͊ëÀxdžB’šú^´W†£–d„kɾĬpœw‚˂ØɦļĬIŚœÊ•n›Ŕa¸™~J°î”lɌxĤÊÈðhÌ®‚g˜T´øŽàCˆŽÀ^ªerrƘdž¢İP|Ė ŸWœªĦ^¶´ÂL„aT±üWƜ˜ǀRšŶUńšĖ[QhlLüA†‹Ü\\†qR›Ą©"],encodeOffsets:[[90849,37210]]}},{type:"Feature",id:"610000",properties:{id:"610000",cp:[108.948024,34.263161],name:"陕西",childNum:1},geometry:{type:"Polygon",coordinates:["@@˜p¢—ȮµšûG™Ħ}Ħšðǚ¶òƄ€jɂz°{ºØkÈęâ¦jª‚Bg‚\\œċ°s¬Ž’]jžú ‚E”Ȍdž¬s„t‡”RˆÆdĠݎwܔ¸ôW¾ƮłÒ_{’Ìšû¼„jº¹¢GǪÒ¯ĘƒZ`ºŊƒecņąš~BÂgzpâēòYǠȰÌTΨÂWœ|fcŸă§uF—Œ@NŸ¢XLƒŠRMº[ğȣſï|¥J™kc`sʼnǷ’Y¹‹W@µ÷K…ãï³ÛIcñ·VȋڍÒķø©—þ¥ƒy‚ÓŸğęmWµÎumZyOŅƟĥÓ~sÑL¤µaŅY¦ocyZ{‰y c]{ŒTa©ƒ`U_Ěē£ωÊƍKù’K¶ȱÝƷ§{û»ÅÁȹÍéuij|¹cÑd‘ŠìUYƒŽO‘uF–ÕÈYvÁCqӃT•Ǣí§·S¹NgŠV¬ë÷Át‡°Dد’C´ʼnƒópģ}„ċcE˅FŸŸéGU¥×K…§­¶³B‹Č}C¿åċ`wġB·¤őcƭ²ő[Å^axwQO…ÿEËߌ•ĤNĔŸwƇˆÄŠńwĪ­Šo[„_KÓª³“ÙnK‰Çƒěœÿ]ď€ă_d©·©Ýŏ°Ù®g]±„Ÿ‡ß˜å›—¬÷m\\›iaǑkěX{¢|ZKlçhLt€Ňîŵ€œè[€É@ƉĄEœ‡tƇÏ˜³­ħZ«mJ…›×¾‘MtÝĦ£IwÄå\\Õ{‡˜ƒOwĬ©LÙ³ÙgBƕŀr̛ĢŭO¥lãyC§HÍ£ßEñŸX¡—­°ÙCgpťz‘ˆb`wI„vA|§”‡—hoĕ@E±“iYd¥OĻ¹S|}F@¾oAO²{tfžÜ—¢Fǂ҈W²°BĤh^Wx{@„¬‚­F¸¡„ķn£P|ŸªĴ@^ĠĈæb–Ôc¶l˜Yi…–^Mi˜cĎ°Â[ä€vï¶gv@À“Ĭ·lJ¸sn|¼u~a]’ÆÈtŌºJp’ƒþ£KKf~Š¦UbyäIšĺãn‡Ô¿^­žŵMT–hĠܤko¼Ŏìąǜh`[tŒRd²IJ_œXPrɲ‰l‘‚XžiL§àƒ–¹ŽH˜°Ȧqº®QC—bA†„ŌJ¸ĕÚ³ĺ§ `d¨YjžiZvRĺ±öVKkjGȊĐePОZmļKÀ€‚[ŠŽ`ösìh†ïÎoĬdtKÞ{¬èÒÒBŒÔpIJÇĬJŊ¦±J«ˆY§‹@·pH€µàåVKe›pW†ftsAÅqC·¬ko«pHÆuK@oŸHĆۄķhx“e‘n›S³àǍrqƶRbzy€¸ËАl›¼EºpĤ¼Œx¼½~Ğ’”à@†ÚüdK^ˆmÌSj"],encodeOffsets:[[110234,38774]]}},{type:"Feature",id:"620000",properties:{id:"620000",cp:[103.823557,36.058039],name:"甘肃",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@VuUv"],["@@ũ‹EĠtt~nkh`Q‰¦ÅÄÜdw˜Ab×ĠąJˆ¤DüègĺqBqœj°lI¡ĨÒ¤úSHbš‡ŠjΑBŠ°aZˆ¢KJŽ’O[|A£žDx}Nì•HUnrk„ kp€¼Y kMJn[aG‚áÚÏ[½rc†}aQxOgsPMnUs‡nc‹Z…ž–sKúvA›t„Þġ’£®ĀYKdnFwš¢JE°”Latf`¼h¬we|€Æ‡šbj}GA€·~WŽ”—`†¢MC¤tL©IJ°qdf”O‚“bÞĬ¹ttu`^ZúE`Œ[@„Æsîz®¡’C„ƳƜG²“R‘¢R’m”fŽwĸg܃‚ą G@pzJM½mŠhVy¸uÈÔO±¨{LfæU¶ßGĂq\\ª¬‡²I‚¥IʼnÈīoı‹ÓÑAçÑ|«LÝcspīðÍg…të_õ‰\\ĉñLYnĝg’ŸRǡÁiHLlõUĹ²uQjYi§Z_c¨Ÿ´ĹĖÙ·ŋI…ƒaBD˜­R¹ȥr—¯G•ºß„K¨jWk’ɱŠOq›Wij\\a­‹Q\\sg_ĆǛōëp»£lğۀgS•ŶN®À]ˆÓäm™ĹãJaz¥V}‰Le¤L„ýo‘¹IsŋÅÇ^‘Žbz…³tmEÁ´aŠ¹cčecÇN•ĊãÁ\\č¯—dNj•]j†—ZµkÓda•ćå]ğij@ ©O{¤ĸm¢ƒE·®ƒ«|@Xwg]Aģ±¯‡XǁÑdzªc›wQÚŝñsÕ³ÛV_ýƒ˜¥\\ů¥©¾÷w—Ž©WÕÊĩhÿÖÁRo¸V¬âDb¨šhûx–Ê×nj~Zâƒg|šXÁnßYoº§ZÅŘvŒ[„ĭÖʃuďxcVbnUSf…B¯³_Tzº—ΕO©çMÑ~Mˆ³]µ^püµ”ŠÄY~y@X~¤Z³€[Èōl@®Å¼£QKƒ·Di‹¡By‘ÿ‰Q_´D¥hŗyƒ^ŸĭÁZ]cIzý‰ah¹MĪğP‘s{ò‡‹‘²Vw¹t³Ŝˁ[ŽÑ}X\\gsFŸ£sPAgěp×ëfYHāďÖqēŭOÏë“dLü•\\iŒ”t^c®šRʺ¶—¢H°mˆ‘rYŸ£BŸ¹čIoľu¶uI]vģSQ{ƒUŻ”Å}QÂ|̋°ƅ¤ĩŪU ęĄžÌZҞ\\v˜²PĔ»ƢNHƒĂyAmƂwVmž`”]ȏb•”H`‰Ì¢²ILvĜ—H®¤Dlt_„¢JJÄämèÔDëþgºƫ™”aʎÌrêYi~ ÎݤNpÀA¾Ĕ¼b…ð÷’Žˆ‡®‚”üs”zMzÖĖQdȨý†v§Tè|ªH’þa¸|šÐ ƒwKĢx¦ivr^ÿ ¸l öæfƟĴ·PJv}n\\h¹¶v†·À|\\ƁĚN´Ĝ€çèÁz]ġ¤²¨QÒŨTIl‡ªťØ}¼˗ƦvÄùØE‹’«Fï˛Iq”ōŒTvāÜŏ‚íÛߜÛV—j³âwGăÂíNOŠˆŠPìyV³ʼnĖýZso§HіiYw[߆\\X¦¥c]ÔƩÜ·«j‡ÐqvÁ¦m^ċ±R™¦΋ƈťĚgÀ»IïĨʗƮŽ°Ɲ˜ĻþÍAƉſ±tÍEÕÞāNU͗¡\\ſčåÒʻĘm ƭÌŹöʥ’ëQ¤µ­ÇcƕªoIýˆ‰Iɐ_mkl³ă‰Ɠ¦j—¡Yz•Ňi–}Msßõ–īʋ —}ƒÁVmŸ_[n}eı­Uĥ¼‘ª•I{ΧDӜƻėoj‘qYhĹT©oūĶ£]ďxĩ‹ǑMĝ‰q`B´ƃ˺Ч—ç~™²ņj@”¥@đ´ί}ĥtPńǾV¬ufӃÉC‹tÓ̻‰…¹£G³€]ƖƾŎĪŪĘ̖¨ʈĢƂlɘ۪üºňUðǜȢƢż̌ȦǼ‚ĤŊɲĖ­Kq´ï¦—ºĒDzņɾªǀÞĈĂD†½ĄĎÌŗĞrôñnŽœN¼â¾ʄľԆ|DŽŽ֦ज़ȗlj̘̭ɺƅêgV̍ʆĠ·ÌĊv|ýĖÕWĊǎÞ´õ¼cÒÒBĢ͢UĜð͒s¨ňƃLĉÕÝ@ɛƯ÷¿Ľ­ĹeȏijëCȚDŲyê×Ŗyò¯ļcÂßY…tÁƤyAã˾J@ǝrý‹‰@¤…rz¸oP¹ɐÚyᐇHŸĀ[Jw…cVeȴϜ»ÈŽĖ}ƒŰŐèȭǢόĀƪÈŶë;Ñ̆ȤМľĮEŔ—ĹŊũ~ËUă{ŸĻƹɁύȩþĽvĽƓÉ@ē„ĽɲßǐƫʾǗĒpäWÐxnsÀ^ƆwW©¦cÅ¡Ji§vúF¶Ž¨c~c¼īŒeXǚ‹\\đ¾JŽwÀďksãA‹fÕ¦L}wa‚o”Z’‹D½†Ml«]eÒÅaɲáo½FõÛ]ĻÒ¡wYR£¢rvÓ®y®LF‹LzĈ„ôe]gx}•|KK}xklL]c¦£fRtív¦†PĤoH{tK"]],encodeOffsets:[[[108619,36299]],[[108589,36341]]]}},{type:"Feature",id:"630000",properties:{id:"630000",cp:[96.778916,35.623178],name:"青海",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@InJm"],["@@CƒÆ½OŃĦsΰ~Ē³¦@@“Ņiš±è}ؘƄ˹A³r_ĞŠǒNĪŒĐw¤^ŬĵªpĺSZg’rpiƼĘԛ¨C|͖J’©Ħ»®VIJ~f\\m `Un„˜~ʌŸ•ĬàöNt•~ňjy–¢Zi˜Ɣ¥ĄŠk´nl`JʇŠJþ©pdƖ®È£¶ìRʦ‘źõƮËnŸʼėæÑƀĎ[‚˜¢VÎĂMÖÝÎF²sƊƀÎBļýƞ—¯ʘƭðħ¼Jh¿ŦęΌƇš¥²Q]Č¥nuÂÏriˆ¸¬ƪÛ^Ó¦d€¥[Wà…x\\ZŽjҕ¨GtpþYŊĕ´€zUO뇉P‰îMĄÁxH´á˜iÜUà›îÜՁĂÛSuŎ‹r“œJð̬EŒ‘FÁú×uÃÎkr“Ē{V}İ«O_ÌËĬ©ŽÓŧSRѱ§Ģ£^ÂyèçěM³Ƃę{[¸¿u…ºµ[gt£¸OƤĿéYŸõ·kĀŸq]juw¥Dĩƍ€õÇPéĽG‘ž©ã‡¤G…uȧþRcÕĕNy“yût“ˆ­‡ø‘†ï»a½ē¿BMoį£ŸÍj}éZËqbʍš“Ƭh¹ìÿÓAçãnIáI`ƒks£CG­ě˜Uy×Cy•…’Ÿ@¶ʡÊBnāzG„ơMē¼±O÷õJËĚăVŸĪũƆ£Œ¯{ËL½Ìzż“„VR|ĠTbuvJvµhĻĖH”Aëáa…­OÇðñęNw‡…œľ·L›mI±íĠĩPÉ×®ÿs—’cB³±JKßĊ«`…ađ»·QAmO’‘Vţéÿ¤¹SQt]]Çx€±¯A@ĉij¢Óļ©•ƒl¶ÅÛr—ŕspãRk~¦ª]Į­´“FR„åd­ČsCqđéFn¿Åƃm’Éx{W©ºƝºįkÕƂƑ¸wWūЩÈFž£\\tÈ¥ÄRÈýÌJ ƒlGr^×äùyÞ³fj”c†€¨£ÂZ|ǓMĝšÏ@ëÜőR‹›ĝ‰Œ÷¡{aïȷPu°ËXÙ{©TmĠ}Y³’­ÞIňµç½©C¡į÷¯B»|St»›]vƒųƒs»”}MÓ ÿʪƟǭA¡fs˜»PY¼c¡»¦c„ċ­¥£~msĉP•–Siƒ^o©A‰Šec‚™PeǵŽkg‚yUi¿h}aH™šĉ^|ᴟ¡HØûÅ«ĉ®]m€¡qĉ¶³ÈyôōLÁst“BŸ®wn±ă¥HSòėš£˜S’ë@לÊăxÇN©™©T±ª£IJ¡fb®ÞbŽb_Ą¥xu¥B—ž{łĝ³«`d˜Ɛt—¤ťiñžÍUuºí`£˜^tƃIJc—·ÛLO‹½Šsç¥Ts{ă\\_»™kϊ±q©čiìĉ|ÍIƒ¥ć¥›€]ª§D{ŝŖÉR_sÿc³Īō›ƿΑ›§p›[ĉ†›c¯bKm›R¥{³„Z†e^ŽŒwx¹dƽŽôIg §Mĕ ƹĴ¿—ǣÜ̓]‹Ý–]snåA{‹eŒƭ`ǻŊĿ\\ijŬű”YÂÿ¬jĖqŽßbŠ¸•L«¸©@ěĀ©ê¶ìÀEH|´bRľž–Ó¶rÀQþ‹vl®Õ‚E˜TzÜdb ˜hw¤{LR„ƒd“c‹b¯‹ÙVgœ‚ƜßzÃô쮍^jUèXΖ|UäÌ»rKŽ\\ŒªN‘¼pZCü†VY††¤ɃRi^rPҒTÖ}|br°qňbĚ°ªiƶGQ¾²„x¦PœmlŜ‘[Ĥ¡ΞsĦŸÔÏâ\\ªÚŒU\\f…¢N²§x|¤§„xĔsZPòʛ²SÐqF`ª„VƒÞŜĶƨVZŒÌL`ˆ¢dŐIqr\\oäõ–F礻Ŷ×h¹]Clـ\\¦ďÌį¬řtTӺƙgQÇÓHţĒ”´ÃbEÄlbʔC”|CˆŮˆk„Ʈ[ʼ¬ňœ´KŮÈΰÌĪ¶ƶlð”ļA†TUvdTŠG†º̼ŠÔ€ŒsÊDԄveOg"]],encodeOffsets:[[[105308,37219]],[[95370,40081]]]}},{type:"Feature",id:"640000",properties:{id:"640000",cp:[106.278179,37.26637],name:"宁夏",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@KëÀęĞ«OęȿȕŸı]ʼn¡åįÕÔ«Ǵõƪ™ĚQÐZhv K°›öqÀѐS[ÃÖHƖčË‡nL]ûc…Ùß@‚“ĝ‘¾}w»»‹oģF¹œ»kÌÏ·{zPƒ§B­¢íyÅt@ƒ@áš]Yv_ssģ¼i߁”ĻL¾ġsKD£¡N_…“˜X¸}B~Haiˆ™Åf{«x»ge_bs“KF¯¡Ix™mELcÿZ¤­Ģ‘ƒÝœsuBLù•t†ŒYdˆmVtNmtOPhRw~bd…¾qÐ\\âÙH\\bImlNZŸ»loƒŸqlVm–Gā§~QCw¤™{A\\‘PKŸNY‡¯bF‡kC¥’sk‹Šs_Ã\\ă«¢ħkJi¯r›rAhĹûç£CU‡ĕĊ_ԗBixÅُĄnªÑaM~ħpOu¥sîeQ¥¤^dkKwlL~{L~–hw^‚ófćƒKyEŒ­K­zuÔ¡qQ¤xZÑ¢^ļöܾEpž±âbÊÑÆ^fk¬…NC¾‘Œ“YpxbK~¥Že֎ŒäBlt¿Đx½I[ĒǙŒWž‹f»Ĭ}d§dµùEuj¨‚IÆ¢¥dXªƅx¿]mtÏwßRĶŒX¢͎vÆzƂZò®ǢÌʆCrâºMÞzžÆMҔÊÓŊZľ–r°Î®Ȉmª²ĈUªĚøºˆĮ¦ÌĘk„^FłĬhĚiĀĖ¾iİbjÕ"],["@@mfwěwMrŢªv@G‰"]],encodeOffsets:[[[109366,40242]],[[108600,36303]]]}},{type:"Feature",id:"650000",properties:{id:"650000",cp:[85.617733,40.792818],name:"新疆",childNum:1},geometry:{type:"Polygon",coordinates:["@@QØĔ²X¨”~ǘBºjʐßØvK”ƔX¨vĊOžÃƒ·¢i@~c—‡ĝe_«”Eš“}QxgɪëÏÃ@sÅyXoŖ{ô«ŸuX…ê•Îf`œC‚¹ÂÿÐGĮÕĞXŪōŸMźÈƺQèĽôe|¿ƸJR¤ĘEjcUóº¯Ĩ_ŘÁMª÷Ð¥Oéȇ¿ÖğǤǷÂF҇zÉx[]­Ĥĝ‰œ¦EP}ûƥé¿İƷTėƫœŕƅ™ƱB»Đ±’ēO…¦E–•}‘`cȺrĦáŖuҞª«IJ‡πdƺÏØZƴwʄ¤ĖGЙǂZĶƒèH¶}ÚZצʥĪï|ÇĦMŔ»İĝLj‹ì¥Βœba­¯¥ǕǚkĆŵĦɑĺƯxūД̵nơʃĽá½M»›òmqóŘĝč˾ăC…ćāƿÝɽ©DZŅ¹đ¥˜³ðLrÁ®ɱĕģʼnǻ̋ȥơŻǛȡVï¹Ň۩ûkɗġƁ§ʇė̕ĩũƽō^ƕŠUv£ƁQï“Ƶkŏ½ΉÃŭdzLқʻ«ƭ\\lƒ‡ŭD‡“{ʓDkaFÃÄa“³ŤđÔGRÈƚhSӹŚsİ«ĐË[¥ÚDkº^Øg¼ŵ¸£EÍö•€ůʼnT¡c_‡ËKY‹ƧUśĵ„݃U_©rETÏʜ±OñtYwē¨ƒ{£¨uM³x½şL©Ùá[ÓÐĥ Νtģ¢\\‚ś’nkO›w¥±ƒT»ƷFɯàĩÞáB¹Æ…ÑUw„੍žĽw[“mG½Èå~‡Æ÷QyŠěCFmĭZī—ŵVÁ™ƿQƛ—ûXS²‰b½KϽĉS›©ŷXĕŸ{ŽĕK·¥Ɨcqq©f¿]‡ßDõU³h—­gËÇïģÉɋw“k¯í}I·šœbmœÉ–ř›īJɥĻˁ×xo›ɹī‡l•c…¤³Xù]‘™DžA¿w͉ì¥wÇN·ÂËnƾƍdǧđ®Ɲv•Um©³G\\“}µĿ‡QyŹl㓛µEw‰LJQ½yƋBe¶ŋÀů‡ož¥A—˜Éw@•{Gpm¿Aij†ŽKLhˆ³`ñcËtW‚±»ÕS‰ëüÿďD‡u\\wwwù³—V›LŕƒOMËGh£õP¡™er™Ïd{“‡ġWÁ…č|yšg^ğyÁzÙs`—s|ÉåªÇ}m¢Ń¨`x¥’ù^•}ƒÌ¥H«‰Yªƅ”Aйn~ź¯šf¤áÀz„gŠÇDIԝ´AňĀ҄¶ûEYospõD[{ù°]u›Jq•U•|Soċxţ[õÔĥkŋÞŭZ˺óYËüċrw €ÞkrťË¿XGÉbřaDü·Ē÷Aê[Ää€I®BÕИÞ_¢āĠpŠÛÄȉĖġDKwbm‡ÄNô‡ŠfœƫVÉvi†dz—H‘‹QµâFšù­Âœ³¦{YGžƒd¢ĚÜO „€{Ö¦ÞÍÀPŒ^b–ƾŠlŽ[„vt×ĈÍE˨¡Đ~´î¸ùÎh€uè`¸ŸHÕŔVºwĠââWò‡@{œÙNÝ´ə²ȕn{¿¥{l—÷eé^e’ďˆXj©î\\ªÑò˜Üìc\\üqˆÕ[Č¡xoÂċªbØ­Œø|€¶ȴZdÆšońéŒGš\\”¼C°ÌƁn´nxšÊOĨ’Ūƴĸ¢¸òTxÊǪMīИÖŲÃɎOvˆʦƢ~FŽ‡Rěò—¿ġ~åŊœú‰Nšžš¸qŽ’Ę[Ĕ¶ÂćnÒPĒÜvúĀÊbÖ{Äî¸~Ŕünp¤ÂH¾œĄYÒ©ÊfºmԈĘcDoĬMŬ’˜S¤„s²‚”ʘچžȂVŦ –ŽèW°ªB|IJXŔþÈJĦÆæFĚêŠYĂªĂ]øªŖNÞüA€’fɨJ€˜¯ÎrDDšĤ€`€mz\\„§~D¬{vJÂ˜«lµĂb–¤p€ŌŰNĄ¨ĊXW|ų ¿¾ɄĦƐMT”‡òP˜÷fØĶK¢ȝ˔Sô¹òEð­”`Ɩ½ǒÂň×äı–§ĤƝ§C~¡‚hlå‚ǺŦŞkâ’~}ŽFøàIJaĞ‚fƠ¥Ž„Ŕdž˜®U¸ˆźXœv¢aƆúŪtŠųƠjd•ƺŠƺÅìnrh\\ĺ¯äɝĦ]èpĄ¦´LƞĬŠ´ƤǬ˼Ēɸ¤rºǼ²¨zÌPðŀbþ¹ļD¢¹œ\\ĜÑŚŸ¶ZƄ³àjĨoâŠȴLʉȮŒĐ­ĚăŽÀêZǚŐ¤qȂ\\L¢ŌİfÆs|zºeªÙæ§΢{Ā´ƐÚ¬¨Ĵà²łhʺKÞºÖTŠiƢ¾ªì°`öøu®Ê¾ãØ"],encodeOffsets:[[88824,50096]]}},{type:"Feature",id:"110000",properties:{id:"110000",cp:[116.405285,39.904989],name:"北京",childNum:1},geometry:{type:"Polygon",coordinates:["@@ĽOÁ›ûtŷmiÍt_H»Ĩ±d`Š¹­{bw…Yr“³S]§§o¹€qGtm_Sŧ€“oa›‹FLg‘QN_•dV€@Zom_ć\\ߚc±x¯oœRcfe…£’o§ËgToÛJíĔóu…|wP¤™XnO¢ÉˆŦ¯rNÄā¤zâŖÈRpŢZŠœÚ{GŠrFt¦Òx§ø¹RóäV¤XdˆżâºWbwŚ¨Ud®bêņ¾‘jnŎGŃŶŠnzÚSeîĜZczî¾i]͜™QaúÍÔiþĩȨWĢ‹ü|Ėu[qb[swP@ÅğP¿{\\‡¥A¨Ï‘Ѩj¯ŠX\\¯œMK‘pA³[H…īu}}"],encodeOffsets:[[120023,41045]]}},{type:"Feature",id:"120000",properties:{id:"120000",cp:[117.190182,39.125596],name:"天津",childNum:1},geometry:{type:"Polygon",coordinates:["@@ŬgX§Ü«E…¶Ḟ“¬O_™ïlÁg“z±AXe™µÄĵ{¶]gitgšIj·›¥îakS€‰¨ÐƎk}ĕ{gB—qGf{¿a†U^fI“ư‹³õ{YƒıëNĿžk©ïËZŏ‘R§òoY×Ógc…ĥs¡bġ«@dekąI[nlPqCnp{ˆō³°`{PNdƗqSÄĻNNâyj]äžÒD ĬH°Æ]~¡HO¾ŒX}ÐxŒgp“gWˆrDGˆŒpù‚Š^L‚ˆrzWxˆZ^¨´T\\|~@I‰zƒ–bĤ‹œjeĊªz£®Ĕvě€L†mV¾Ô_ȔNW~zbĬvG†²ZmDM~”~"],encodeOffsets:[[120237,41215]]}},{type:"Feature",id:"310000",properties:{id:"310000",cp:[121.472644,31.231706],name:"上海",childNum:6},geometry:{type:"MultiPolygon",coordinates:[["@@ɧư¬EpƸÁxc‡"],["@@©„ªƒ"],["@@”MA‹‘š"],["@@Qp݁E§ÉC¾"],["@@bŝՕÕEȣÚƥêImɇǦèÜĠŒÚžÃƌÃ͎ó"],["@@ǜûȬɋŠŭ™×^‰sYŒɍDŋ‘ŽąñCG²«ªč@h–_p¯A{‡oloY€¬j@IJ`•gQڛhr|ǀ^MIJvtbe´R¯Ô¬¨YŽô¤r]ì†Ƭį"]],encodeOffsets:[[[124702,32062]],[[124547,32200]],[[124808,31991]],[[124726,32110]],[[124903,32376]],[[124438,32149]]]}},{type:"Feature",id:"500000",properties:{id:"500000",cp:[107.304962,29.533155],name:"重庆",childNum:2},geometry:{type:"MultiPolygon",coordinates:[["@@vjG~nGŘŬĶȂƀƾ¹¸ØÎezĆT¸}êЖqHŸðqĖ䒊¥^CƒIj–²p…\\_ æüY|[YxƊæuž°xb®…Űb@~¢NQt°¶‚S栓Ê~rljĔëĚ¢~šuf`‘‚†fa‚ĔJåĊ„nÖ]„jƎćÊ@Š£¾a®£Ű{ŶĕF‹ègLk{Y|¡ĜWƔtƬJÑxq‹±ĢN´‰òK‰™–LÈüD|s`ŋ’ć]ƒÃ‰`đŒMûƱ½~Y°ħ`ƏíW‰½eI‹½{aŸ‘OIrÏ¡ĕŇa†p†µÜƅġ‘œ^ÖÛbÙŽŏml½S‹êqDu[R‹ãË»†ÿw`»y‘¸_ĺę}÷`M¯ċfCVµqʼn÷Z•gg“Œ`d½pDO‡ÎCnœ^uf²ènh¼WtƏxRGg¦…pV„†FI±ŽG^ŒIc´ec‡’G•ĹÞ½sëĬ„h˜xW‚}Kӈe­Xsbk”F¦›L‘ØgTkïƵNï¶}Gy“w\\oñ¡nmĈzjŸ•@™Óc£»Wă¹Ój“_m»ˆ¹·~MvÛaqœ»­‰êœ’\\ÂoVnŽÓØ͙²«‹bq¿efE „€‹Ĝ^Qž~ Évý‡ş¤²Į‰pEİ}zcĺƒL‹½‡š¿gņ›¡ýE¡ya£³t\\¨\\vú»¼§·Ñr_oÒý¥u‚•_n»_ƒ•At©Þűā§IVeëƒY}{VPÀFA¨ąB}q@|Ou—\\Fm‰QF݅Mw˜å}]•€|FmϋCaƒwŒu_p—¯sfÙgY…DHl`{QEfNysBŠ¦zG¸rHe‚„N\\CvEsÐùÜ_·ÖĉsaQ¯€}_U‡†xÃđŠq›NH¬•Äd^ÝŰR¬ã°wećJEž·vÝ·Hgƒ‚éFXjÉê`|yŒpxkAwœWĐpb¥eOsmzwqChóUQl¥F^laf‹anòsr›EvfQdÁUVf—ÎvÜ^efˆtET¬ôA\\œ¢sJŽnQTjP؈xøK|nBz‰„œĞ»LY‚…FDxӄvr“[ehľš•vN”¢o¾NiÂxGp⬐z›bfZo~hGi’]öF|‰|Nb‡tOMn eA±ŠtPT‡LjpYQ|†SH††YĀxinzDJ€Ìg¢và¥Pg‰_–ÇzII‹€II•„£®S¬„Øs쐣ŒN"],["@@ifjN@s"]],encodeOffsets:[[[109628,30765]],[[111725,31320]]]}},{type:"Feature",id:"810000",properties:{id:"810000",cp:[114.173355,22.320048],name:"香港",childNum:5},geometry:{type:"MultiPolygon",coordinates:[["@@AlBk"],["@@mŽn"],["@@EpFo"],["@@ea¢pl¸Eõ¹‡hj[ƒ]ÔCΖ@lj˜¡uBXŸ…•´‹AI¹…[‹yDUˆ]W`çwZkmc–…M›žp€Åv›}I‹oJlcaƒfёKŽ°ä¬XJmРđhI®æÔtSHn€Eˆ„ÒrÈc"],["@@rMUw‡AS®€e"]],encodeOffsets:[[[117111,23002]],[[117072,22876]],[[117045,22887]],[[116975,23082]],[[116882,22747]]]}},{type:"Feature",id:"820000",properties:{id:"820000",cp:[113.54909,22.198951],name:"澳门",childNum:1},geometry:{type:"Polygon",coordinates:["@@kÊd°å§s"],encodeOffsets:[[116279,22639]]}}],UTF8Encoding:!0}):n("ECharts Map is not loaded"):n("ECharts is not Loaded")}))},"313e":function(e,t,n){var r=n("3eba");(function(){for(var e in r){if(null==r||!r.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;t[e]=r[e]}})();var i=n("b719");(function(){for(var e in i){if(null==i||!i.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;t[e]=i[e]}})(),n("0352"),n("ef97"),n("94b1"),n("c037"),n("15af"),n("8deb"),n("675c"),n("ef97a"),n("dae1"),n("23ee"),n("07e6"),n("a4b1"),n("0817"),n("311a"),n("fa52"),n("085d"),n("1111"),n("a7e2"),n("5ce2"),n("aadf"),n("6c12f"),n("d716"),n("e057"),n("cd12"),n("2f73"),n("d070"),n("2cfc"),n("f306"),n("9390"),n("7f59"),n("b11c"),n("007d"),n("cb8f"),n("2f31"),n("627c"),n("ee95"),n("db0e"),n("95a8"),n("7e32"),n("0b4b"),n("d28f"),n("0a6d"),n("7f72"),n("e4d1"),n("5450"),n("7419"),n("29a9"),n("f170"),n("8ee0")},"31d9":function(e,t,n){var r=n("6d8b"),i=r.each,o="\0__link_datas",a="\0__link_mainData";function s(e){var t=e.mainData,n=e.datas;n||(n={main:t},e.datasAttr={main:"data"}),e.datas=e.mainData=null,d(t,n,e),i(n,(function(n){i(t.TRANSFERABLE_METHODS,(function(t){n.wrapMethod(t,r.curry(l,e))}))})),t.wrapMethod("cloneShallow",r.curry(c,e)),i(t.CHANGABLE_METHODS,(function(n){t.wrapMethod(n,r.curry(u,e))})),r.assert(n[t.dataType]===t)}function l(e,t){if(h(this)){var n=r.extend({},this[o]);n[this.dataType]=t,d(t,n,e)}else f(t,this.dataType,this[a],e);return t}function u(e,t){return e.struct&&e.struct.update(this),t}function c(e,t){return i(t[o],(function(n,r){n!==t&&f(n.cloneShallow(),r,t,e)})),t}function A(e){var t=this[a];return null==e||null==t?t:t[o][e]}function h(e){return e[a]===e}function d(e,t,n){e[o]={},i(t,(function(t,r){f(t,r,e,n)}))}function f(e,t,n,r){n[o][t]=e,e[a]=n,e.dataType=t,r.struct&&(e[r.structAttr]=r.struct,r.struct[r.datasAttr[t]]=e),e.getLinkedData=A}var p=s;e.exports=p},"320a":function(e,t,n){for(var r=n("6d8b"),i=n("f279"),o=[126,25],a=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]],s=0;s<a.length;s++)for(var l=0;l<a[s].length;l++)a[s][l][0]/=10.5,a[s][l][1]/=-14,a[s][l][0]+=o[0],a[s][l][1]+=o[1];function u(e,t){"china"===e&&t.push(new i("南海诸岛",r.map(a,(function(e){return{type:"polygon",exterior:e}})),o))}e.exports=u},"323e":function(e,t,n){var r,i;
  25. /* NProgress, (c) 2013, 2014 Rico Sta. Cruz - http://ricostacruz.com/nprogress
  26. * @license MIT */(function(o,a){r=a,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i)})(0,(function(){var e={version:"0.2.0"},t=e.settings={minimum:.08,easing:"ease",positionUsing:"",speed:200,trickle:!0,trickleRate:.02,trickleSpeed:800,showSpinner:!0,barSelector:'[role="bar"]',spinnerSelector:'[role="spinner"]',parent:"body",template:'<div class="bar" role="bar"><div class="peg"></div></div><div class="spinner" role="spinner"><div class="spinner-icon"></div></div>'};function n(e,t,n){return e<t?t:e>n?n:e}function r(e){return 100*(-1+e)}function i(e,n,i){var o;return o="translate3d"===t.positionUsing?{transform:"translate3d("+r(e)+"%,0,0)"}:"translate"===t.positionUsing?{transform:"translate("+r(e)+"%,0)"}:{"margin-left":r(e)+"%"},o.transition="all "+n+"ms "+i,o}e.configure=function(e){var n,r;for(n in e)r=e[n],void 0!==r&&e.hasOwnProperty(n)&&(t[n]=r);return this},e.status=null,e.set=function(r){var s=e.isStarted();r=n(r,t.minimum,1),e.status=1===r?null:r;var l=e.render(!s),u=l.querySelector(t.barSelector),c=t.speed,A=t.easing;return l.offsetWidth,o((function(n){""===t.positionUsing&&(t.positionUsing=e.getPositioningCSS()),a(u,i(r,c,A)),1===r?(a(l,{transition:"none",opacity:1}),l.offsetWidth,setTimeout((function(){a(l,{transition:"all "+c+"ms linear",opacity:0}),setTimeout((function(){e.remove(),n()}),c)}),c)):setTimeout(n,c)})),this},e.isStarted=function(){return"number"===typeof e.status},e.start=function(){e.status||e.set(0);var n=function(){setTimeout((function(){e.status&&(e.trickle(),n())}),t.trickleSpeed)};return t.trickle&&n(),this},e.done=function(t){return t||e.status?e.inc(.3+.5*Math.random()).set(1):this},e.inc=function(t){var r=e.status;return r?("number"!==typeof t&&(t=(1-r)*n(Math.random()*r,.1,.95)),r=n(r+t,0,.994),e.set(r)):e.start()},e.trickle=function(){return e.inc(Math.random()*t.trickleRate)},function(){var t=0,n=0;e.promise=function(r){return r&&"resolved"!==r.state()?(0===n&&e.start(),t++,n++,r.always((function(){n--,0===n?(t=0,e.done()):e.set((t-n)/t)})),this):this}}(),e.render=function(n){if(e.isRendered())return document.getElementById("nprogress");l(document.documentElement,"nprogress-busy");var i=document.createElement("div");i.id="nprogress",i.innerHTML=t.template;var o,s=i.querySelector(t.barSelector),u=n?"-100":r(e.status||0),c=document.querySelector(t.parent);return a(s,{transition:"all 0 linear",transform:"translate3d("+u+"%,0,0)"}),t.showSpinner||(o=i.querySelector(t.spinnerSelector),o&&A(o)),c!=document.body&&l(c,"nprogress-custom-parent"),c.appendChild(i),i},e.remove=function(){u(document.documentElement,"nprogress-busy"),u(document.querySelector(t.parent),"nprogress-custom-parent");var e=document.getElementById("nprogress");e&&A(e)},e.isRendered=function(){return!!document.getElementById("nprogress")},e.getPositioningCSS=function(){var e=document.body.style,t="WebkitTransform"in e?"Webkit":"MozTransform"in e?"Moz":"msTransform"in e?"ms":"OTransform"in e?"O":"";return t+"Perspective"in e?"translate3d":t+"Transform"in e?"translate":"margin"};var o=function(){var e=[];function t(){var n=e.shift();n&&n(t)}return function(n){e.push(n),1==e.length&&t()}}(),a=function(){var e=["Webkit","O","Moz","ms"],t={};function n(e){return e.replace(/^-ms-/,"ms-").replace(/-([\da-z])/gi,(function(e,t){return t.toUpperCase()}))}function r(t){var n=document.body.style;if(t in n)return t;var r,i=e.length,o=t.charAt(0).toUpperCase()+t.slice(1);while(i--)if(r=e[i]+o,r in n)return r;return t}function i(e){return e=n(e),t[e]||(t[e]=r(e))}function o(e,t,n){t=i(t),e.style[t]=n}return function(e,t){var n,r,i=arguments;if(2==i.length)for(n in t)r=t[n],void 0!==r&&t.hasOwnProperty(n)&&o(e,n,r);else o(e,i[1],i[2])}}();function s(e,t){var n="string"==typeof e?e:c(e);return n.indexOf(" "+t+" ")>=0}function l(e,t){var n=c(e),r=n+t;s(n,t)||(e.className=r.substring(1))}function u(e,t){var n,r=c(e);s(e,t)&&(n=r.replace(" "+t+" "," "),e.className=n.substring(1,n.length-1))}function c(e){return(" "+(e.className||"")+" ").replace(/\s+/gi," ")}function A(e){e&&e.parentNode&&e.parentNode.removeChild(e)}return e}))},"32a1":function(e,t,n){var r=n("6d8b"),i=n("7dcf"),o=n("ef6a"),a=n("5576"),s=r.bind,l=i.extend({type:"dataZoom.inside",init:function(e,t){this._range},render:function(e,t,n,i){l.superApply(this,"render",arguments),this._range=e.getPercentRange(),r.each(this.getTargetCoordInfo(),(function(t,i){var o=r.map(t,(function(e){return a.generateCoordId(e.model)}));r.each(t,(function(t){var l=t.model,c={};r.each(["pan","zoom","scrollMove"],(function(e){c[e]=s(u[e],this,t,i)}),this),a.register(n,{coordId:a.generateCoordId(l),allCoordIds:o,containsPoint:function(e,t,n){return l.coordinateSystem.containPoint([t,n])},dataZoomId:e.id,dataZoomModel:e,getRange:c})}),this)}),this)},dispose:function(){a.unregister(this.api,this.dataZoomModel.id),l.superApply(this,"dispose",arguments),this._range=null}}),u={zoom:function(e,t,n,r){var i=this._range,a=i.slice(),s=e.axisModels[0];if(s){var l=A[t](null,[r.originX,r.originY],s,n,e),u=(l.signal>0?l.pixelStart+l.pixelLength-l.pixel:l.pixel-l.pixelStart)/l.pixelLength*(a[1]-a[0])+a[0],c=Math.max(1/r.scale,0);a[0]=(a[0]-u)*c+u,a[1]=(a[1]-u)*c+u;var h=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return o(0,a,[0,100],0,h.minSpan,h.maxSpan),this._range=a,i[0]!==a[0]||i[1]!==a[1]?a:void 0}},pan:c((function(e,t,n,r,i,o){var a=A[r]([o.oldX,o.oldY],[o.newX,o.newY],t,i,n);return a.signal*(e[1]-e[0])*a.pixel/a.pixelLength})),scrollMove:c((function(e,t,n,r,i,o){var a=A[r]([0,0],[o.scrollDelta,o.scrollDelta],t,i,n);return a.signal*(e[1]-e[0])*o.scrollDelta}))};function c(e){return function(t,n,r,i){var a=this._range,s=a.slice(),l=t.axisModels[0];if(l){var u=e(s,l,t,n,r,i);return o(u,s,[0,100],"all"),this._range=s,a[0]!==s[0]||a[1]!==s[1]?s:void 0}}}var A={grid:function(e,t,n,r,i){var o=n.axis,a={},s=i.model.coordinateSystem.getRect();return e=e||[0,0],"x"===o.dim?(a.pixel=t[0]-e[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=t[1]-e[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(e,t,n,r,i){var o=n.axis,a={},s=i.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return e=e?s.pointToCoord(e):[0,0],t=s.pointToCoord(t),"radiusAxis"===n.mainType?(a.pixel=t[0]-e[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=t[1]-e[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(e,t,n,r,i){var o=n.axis,a=i.model.coordinateSystem.getRect(),s={};return e=e||[0,0],"horizontal"===o.orient?(s.pixel=t[0]-e[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=t[1]-e[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}},h=l;e.exports=h},3301:function(e,t,n){var r=n("6d8b"),i=n("6179"),o=n("b1d4"),a=n("93d0"),s=a.SOURCE_FORMAT_ORIGINAL,l=n("2f45"),u=l.getDimensionTypeByAxis,c=n("e0d3"),A=c.getDataItemValue,h=n("2039"),d=n("8b7f"),f=d.getCoordSysInfoBySeries,p=n("ec6f"),g=n("ee1a"),v=g.enableDataStack,m=n("0f99"),y=m.makeSeriesEncodeForAxisCoordSys;function x(e,t,n){n=n||{},p.isInstance(e)||(e=p.seriesDataToSource(e));var a,s=t.get("coordinateSystem"),l=h.get(s),c=f(t);c&&(a=r.map(c.coordSysDims,(function(e){var t={name:e},n=c.axisMap.get(e);if(n){var r=n.get("type");t.type=u(r)}return t}))),a||(a=l&&(l.getDimensionsInfo?l.getDimensionsInfo():l.dimensions.slice())||["x","y"]);var A,d,g=o(e,{coordDimensions:a,generateCoord:n.generateCoord,encodeDefaulter:n.useEncodeDefaulter?r.curry(y,a,t):null});c&&r.each(g,(function(e,t){var n=e.coordDim,r=c.categoryAxisMap.get(n);r&&(null==A&&(A=t),e.ordinalMeta=r.getOrdinalMeta()),null!=e.otherDims.itemName&&(d=!0)})),d||null==A||(g[A].otherDims.itemName=0);var m=v(t,g),x=new i(g,t);x.setCalculationInfo(m);var _=null!=A&&w(e)?function(e,t,n,r){return r===A?n:this.defaultDimValueGetter(e,t,n,r)}:null;return x.hasItemOption=!1,x.initData(e,null,_),x}function w(e){if(e.sourceFormat===s){var t=_(e.data||[]);return null!=t&&!r.isArray(A(t))}}function _(e){var t=0;while(t<e.length&&null==e[t])t++;return e[t]}var b=x;e.exports=b},3329:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306"),a=n("a15a"),s=a.createSymbol,l=n("3842"),u=l.parsePercent,c=l.isNumeric,A=n("e7aa"),h=A.setLabel,d=["itemStyle","borderWidth"],f=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],p=new o.Circle,g=r.extendChartView({type:"pictorialBar",render:function(e,t,n){var r=this.group,i=e.getData(),o=this._data,a=e.coordinateSystem,s=a.getBaseAxis(),l=!!s.isHorizontal(),u=a.grid.getRect(),c={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:e,coordSys:a,coordSysExtent:[[u.x,u.x+u.width],[u.y,u.y+u.height]],isHorizontal:l,valueDim:f[+l],categoryDim:f[1-l]};return i.diff(o).add((function(e){if(i.hasValue(e)){var t=M(i,e),n=v(i,e,t,c),o=F(i,c,n);i.setItemGraphicEl(e,o),r.add(o),k(o,c,n)}})).update((function(e,t){var n=o.getItemGraphicEl(t);if(i.hasValue(e)){var a=M(i,e),s=v(i,e,a,c),l=U(i,s);n&&l!==n.__pictorialShapeStr&&(r.remove(n),i.setItemGraphicEl(e,null),n=null),n?Q(n,c,s):n=F(i,c,s,!0),i.setItemGraphicEl(e,n),n.__pictorialSymbolMeta=s,r.add(n),k(n,c,s)}else r.remove(n)})).remove((function(e){var t=o.getItemGraphicEl(e);t&&L(o,e,t.__pictorialSymbolMeta.animationModel,t)})).execute(),this._data=i,this.group},dispose:i.noop,remove:function(e,t){var n=this.group,r=this._data;e.get("animation")?r&&r.eachItemGraphicEl((function(t){L(r,t.dataIndex,e,t)})):n.removeAll()}});function v(e,t,n,r){var o=e.getItemLayout(t),a=n.get("symbolRepeat"),s=n.get("symbolClip"),l=n.get("symbolPosition")||"start",c=n.get("symbolRotate"),A=(c||0)*Math.PI/180||0,h=n.get("symbolPatternSize")||2,d=n.isAnimationEnabled(),f={dataIndex:t,layout:o,itemModel:n,symbolType:e.getItemVisual(t,"symbol")||"circle",color:e.getItemVisual(t,"color"),symbolClip:s,symbolRepeat:a,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:h,rotation:A,animationModel:d?n:null,hoverAnimation:d&&n.get("hoverAnimation"),z2:n.getShallow("z",!0)||0};m(n,a,o,r,f),x(e,t,o,a,s,f.boundingLength,f.pxSign,h,r,f),w(n,f.symbolScale,A,r,f);var p=f.symbolSize,g=n.get("symbolOffset");return i.isArray(g)&&(g=[u(g[0],p[0]),u(g[1],p[1])]),_(n,p,o,a,s,g,l,f.valueLineWidth,f.boundingLength,f.repeatCutLength,r,f),f}function m(e,t,n,r,o){var a,s=r.valueDim,l=e.get("symbolBoundingData"),u=r.coordSys.getOtherAxis(r.coordSys.getBaseAxis()),c=u.toGlobalCoord(u.dataToCoord(0)),A=1-+(n[s.wh]<=0);if(i.isArray(l)){var h=[y(u,l[0])-c,y(u,l[1])-c];h[1]<h[0]&&h.reverse(),a=h[A]}else a=null!=l?y(u,l)-c:t?r.coordSysExtent[s.index][A]-c:n[s.wh];o.boundingLength=a,t&&(o.repeatCutLength=n[s.wh]),o.pxSign=a>0?1:a<0?-1:0}function y(e,t){return e.toGlobalCoord(e.dataToCoord(e.scale.parse(t)))}function x(e,t,n,r,o,a,s,l,c,A){var h=c.valueDim,d=c.categoryDim,f=Math.abs(n[d.wh]),p=e.getItemVisual(t,"symbolSize");i.isArray(p)?p=p.slice():(null==p&&(p="100%"),p=[p,p]),p[d.index]=u(p[d.index],f),p[h.index]=u(p[h.index],r?f:Math.abs(a)),A.symbolSize=p;var g=A.symbolScale=[p[0]/l,p[1]/l];g[h.index]*=(c.isHorizontal?-1:1)*s}function w(e,t,n,r,i){var o=e.get(d)||0;o&&(p.attr({scale:t.slice(),rotation:n}),p.updateTransform(),o/=p.getLineScale(),o*=t[r.valueDim.index]),i.valueLineWidth=o}function _(e,t,n,r,o,a,s,l,A,h,d,f){var p=d.categoryDim,g=d.valueDim,v=f.pxSign,m=Math.max(t[g.index]+l,0),y=m;if(r){var x=Math.abs(A),w=i.retrieve(e.get("symbolMargin"),"15%")+"",_=!1;w.lastIndexOf("!")===w.length-1&&(_=!0,w=w.slice(0,w.length-1)),w=u(w,t[g.index]);var b=Math.max(m+2*w,0),B=_?0:2*w,C=c(r),S=C?r:P((x+B)/b),E=x-S*m;w=E/2/(_?S:S-1),b=m+2*w,B=_?0:2*w,C||"fixed"===r||(S=h?P((Math.abs(h)+B)/b):0),y=S*b-B,f.repeatTimes=S,f.symbolMargin=w}var M=v*(y/2),I=f.pathPosition=[];I[p.index]=n[p.wh]/2,I[g.index]="start"===s?M:"end"===s?A-M:A/2,a&&(I[0]+=a[0],I[1]+=a[1]);var T=f.bundlePosition=[];T[p.index]=n[p.xy],T[g.index]=n[g.xy];var D=f.barRectShape=i.extend({},n);D[g.wh]=v*Math.max(Math.abs(n[g.wh]),Math.abs(I[g.index]+M)),D[p.wh]=n[p.wh];var F=f.clipShape={};F[p.xy]=-n[p.xy],F[p.wh]=d.ecSize[p.wh],F[g.xy]=0,F[g.wh]=n[g.wh]}function b(e){var t=e.symbolPatternSize,n=s(e.symbolType,-t/2,-t/2,t,t,e.color);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function B(e,t,n,r){var i=e.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=t.valueDim,u=n.repeatTimes||0,c=0,A=o[t.valueDim.index]+a+2*n.symbolMargin;for(O(e,(function(e){e.__pictorialAnimationIndex=c,e.__pictorialRepeatTimes=u,c<u?N(e,null,f(c),n,r):N(e,null,{scale:[0,0]},n,r,(function(){i.remove(e)})),D(e,n),c++}));c<u;c++){var h=b(n);h.__pictorialAnimationIndex=c,h.__pictorialRepeatTimes=u,i.add(h);var d=f(c);N(h,{position:d.position,scale:[0,0]},{scale:d.scale,rotation:d.rotation},n,r),h.on("mouseover",p).on("mouseout",g),D(h,n)}function f(e){var t=s.slice(),r=n.pxSign,i=e;return("start"===n.symbolRepeatDirection?r>0:r<0)&&(i=u-1-e),t[l.index]=A*(i-u/2+.5)+s[l.index],{position:t,scale:n.symbolScale.slice(),rotation:n.rotation}}function p(){O(e,(function(e){e.trigger("emphasis")}))}function g(){O(e,(function(e){e.trigger("normal")}))}}function C(e,t,n,r){var i=e.__pictorialBundle,o=e.__pictorialMainPath;function a(){this.trigger("emphasis")}function s(){this.trigger("normal")}o?N(o,null,{position:n.pathPosition.slice(),scale:n.symbolScale.slice(),rotation:n.rotation},n,r):(o=e.__pictorialMainPath=b(n),i.add(o),N(o,{position:n.pathPosition.slice(),scale:[0,0],rotation:n.rotation},{scale:n.symbolScale.slice()},n,r),o.on("mouseover",a).on("mouseout",s)),D(o,n)}function S(e,t,n){var r=i.extend({},t.barRectShape),a=e.__pictorialBarRect;a?N(a,null,{shape:r},t,n):(a=e.__pictorialBarRect=new o.Rect({z2:2,shape:r,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),e.add(a))}function E(e,t,n,r){if(n.symbolClip){var a=e.__pictorialClipPath,s=i.extend({},n.clipShape),l=t.valueDim,u=n.animationModel,c=n.dataIndex;if(a)o.updateProps(a,{shape:s},u,c);else{s[l.wh]=0,a=new o.Rect({shape:s}),e.__pictorialBundle.setClipPath(a),e.__pictorialClipPath=a;var A={};A[l.wh]=n.clipShape[l.wh],o[r?"updateProps":"initProps"](a,{shape:A},u,c)}}}function M(e,t){var n=e.getItemModel(t);return n.getAnimationDelayParams=I,n.isAnimationEnabled=T,n}function I(e){return{index:e.__pictorialAnimationIndex,count:e.__pictorialRepeatTimes}}function T(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function D(e,t){e.off("emphasis").off("normal");var n=t.symbolScale.slice();t.hoverAnimation&&e.on("emphasis",(function(){this.animateTo({scale:[1.1*n[0],1.1*n[1]]},400,"elasticOut")})).on("normal",(function(){this.animateTo({scale:n.slice()},400,"elasticOut")}))}function F(e,t,n,r){var i=new o.Group,a=new o.Group;return i.add(a),i.__pictorialBundle=a,a.attr("position",n.bundlePosition.slice()),n.symbolRepeat?B(i,t,n):C(i,t,n),S(i,n,r),E(i,t,n,r),i.__pictorialShapeStr=U(e,n),i.__pictorialSymbolMeta=n,i}function Q(e,t,n){var r=n.animationModel,i=n.dataIndex,a=e.__pictorialBundle;o.updateProps(a,{position:n.bundlePosition.slice()},r,i),n.symbolRepeat?B(e,t,n,!0):C(e,t,n,!0),S(e,n,!0),E(e,t,n,!0)}function L(e,t,n,r){var a=r.__pictorialBarRect;a&&(a.style.text=null);var s=[];O(r,(function(e){s.push(e)})),r.__pictorialMainPath&&s.push(r.__pictorialMainPath),r.__pictorialClipPath&&(n=null),i.each(s,(function(e){o.updateProps(e,{scale:[0,0]},n,t,(function(){r.parent&&r.parent.remove(r)}))})),e.setItemGraphicEl(t,null)}function U(e,t){return[e.getItemVisual(t.dataIndex,"symbol")||"none",!!t.symbolRepeat,!!t.symbolClip].join(":")}function O(e,t,n){i.each(e.__pictorialBundle.children(),(function(r){r!==e.__pictorialBarRect&&t.call(n,r)}))}function N(e,t,n,r,i,a){t&&e.attr(t),r.symbolClip&&!i?n&&e.attr(n):n&&o[i?"updateProps":"initProps"](e,n,r.animationModel,r.dataIndex,a)}function k(e,t,n){var r=n.color,a=n.dataIndex,s=n.itemModel,l=s.getModel("itemStyle").getItemStyle(["color"]),u=s.getModel("emphasis.itemStyle").getItemStyle(),c=s.getShallow("cursor");O(e,(function(e){e.setColor(r),e.setStyle(i.defaults({fill:r,opacity:n.opacity},l)),o.setHoverStyle(e,u),c&&(e.cursor=c),e.z2=n.z2}));var A={},d=t.valueDim.posDesc[+(n.boundingLength>0)],f=e.__pictorialBarRect;h(f.style,A,s,r,t.seriesModel,a,d),o.setHoverStyle(f,A)}function P(e){var t=Math.round(e);return Math.abs(e-t)<1e-4?t:Math.ceil(e)}var H=g;e.exports=H},3397:function(e,t,n){var r=n("7a41");e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},"340d":function(e,t,n){var r=n("6d8b"),i=n("e887"),o=n("4e47"),a=n("80f0"),s=n("eda2"),l=s.windowOpen,u="sunburstRootToNode",c=i.extend({type:"sunburst",init:function(){},render:function(e,t,n,i){var s=this;this.seriesModel=e,this.api=n,this.ecModel=t;var l=e.getData(),u=l.tree.root,c=e.getViewRoot(),A=this.group,h=e.get("renderLabelForZeroData"),d=[];c.eachNode((function(e){d.push(e)}));var f=this._oldChildren||[];if(v(d,f),x(u,c),i&&i.highlight&&i.highlight.piece){var p=e.getShallow("highlightPolicy");i.highlight.piece.onEmphasis(p)}else if(i&&i.unhighlight){var g=this.virtualPiece;!g&&u.children.length&&(g=u.children[0].piece),g&&g.onNormal()}function v(e,t){function n(e){return e.getId()}function i(n,r){var i=null==n?null:e[n],o=null==r?null:t[r];m(i,o)}0===e.length&&0===t.length||new a(t,e,n,n).add(i).update(i).remove(r.curry(i,null)).execute()}function m(n,r){if(h||!n||n.getValue()||(n=null),n!==u&&r!==u)if(r&&r.piece)n?(r.piece.updateData(!1,n,"normal",e,t),l.setItemGraphicEl(n.dataIndex,r.piece)):y(r);else if(n){var i=new o(n,e,t);A.add(i),l.setItemGraphicEl(n.dataIndex,i)}}function y(e){e&&e.piece&&(A.remove(e.piece),e.piece=null)}function x(n,r){if(r.depth>0){s.virtualPiece?s.virtualPiece.updateData(!1,n,"normal",e,t):(s.virtualPiece=new o(n,e,t),A.add(s.virtualPiece)),r.piece._onclickEvent&&r.piece.off("click",r.piece._onclickEvent);var i=function(e){s._rootToNode(r.parentNode)};r.piece._onclickEvent=i,s.virtualPiece.on("click",i)}else s.virtualPiece&&(A.remove(s.virtualPiece),s.virtualPiece=null)}this._initEvents(),this._oldChildren=d},dispose:function(){},_initEvents:function(){var e=this,t=function(t){var n=!1,r=e.seriesModel.getViewRoot();r.eachNode((function(r){if(!n&&r.piece&&r.piece.childAt(0)===t.target){var i=r.getModel().get("nodeClick");if("rootToNode"===i)e._rootToNode(r);else if("link"===i){var o=r.getModel(),a=o.get("link");if(a){var s=o.get("target",!0)||"_blank";l(a,s)}}n=!0}}))};this.group._onclickEvent&&this.group.off("click",this.group._onclickEvent),this.group.on("click",t),this.group._onclickEvent=t},_rootToNode:function(e){e!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:u,from:this.uid,seriesId:this.seriesModel.id,targetNode:e})},containPoint:function(e,t){var n=t.getData(),r=n.getItemLayout(0);if(r){var i=e[0]-r.cx,o=e[1]-r.cy,a=Math.sqrt(i*i+o*o);return a<=r.r&&a>=r.r0}}}),A=c;e.exports=A},"342d":function(e,t,n){var r=n("cbe5"),i=n("20c8"),o=n("ee84"),a=Math.sqrt,s=Math.sin,l=Math.cos,u=Math.PI,c=function(e){return Math.sqrt(e[0]*e[0]+e[1]*e[1])},A=function(e,t){return(e[0]*t[0]+e[1]*t[1])/(c(e)*c(t))},h=function(e,t){return(e[0]*t[1]<e[1]*t[0]?-1:1)*Math.acos(A(e,t))};function d(e,t,n,r,i,o,c,d,f,p,g){var v=f*(u/180),m=l(v)*(e-n)/2+s(v)*(t-r)/2,y=-1*s(v)*(e-n)/2+l(v)*(t-r)/2,x=m*m/(c*c)+y*y/(d*d);x>1&&(c*=a(x),d*=a(x));var w=(i===o?-1:1)*a((c*c*(d*d)-c*c*(y*y)-d*d*(m*m))/(c*c*(y*y)+d*d*(m*m)))||0,_=w*c*y/d,b=w*-d*m/c,B=(e+n)/2+l(v)*_-s(v)*b,C=(t+r)/2+s(v)*_+l(v)*b,S=h([1,0],[(m-_)/c,(y-b)/d]),E=[(m-_)/c,(y-b)/d],M=[(-1*m-_)/c,(-1*y-b)/d],I=h(E,M);A(E,M)<=-1&&(I=u),A(E,M)>=1&&(I=0),0===o&&I>0&&(I-=2*u),1===o&&I<0&&(I+=2*u),g.addData(p,B,C,c,d,S,I,v,o)}var f=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,p=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function g(e){if(!e)return new i;for(var t,n=0,r=0,o=n,a=r,s=new i,l=i.CMD,u=e.match(f),c=0;c<u.length;c++){for(var A,h=u[c],g=h.charAt(0),v=h.match(p)||[],m=v.length,y=0;y<m;y++)v[y]=parseFloat(v[y]);var x=0;while(x<m){var w,_,b,B,C,S,E,M=n,I=r;switch(g){case"l":n+=v[x++],r+=v[x++],A=l.L,s.addData(A,n,r);break;case"L":n=v[x++],r=v[x++],A=l.L,s.addData(A,n,r);break;case"m":n+=v[x++],r+=v[x++],A=l.M,s.addData(A,n,r),o=n,a=r,g="l";break;case"M":n=v[x++],r=v[x++],A=l.M,s.addData(A,n,r),o=n,a=r,g="L";break;case"h":n+=v[x++],A=l.L,s.addData(A,n,r);break;case"H":n=v[x++],A=l.L,s.addData(A,n,r);break;case"v":r+=v[x++],A=l.L,s.addData(A,n,r);break;case"V":r=v[x++],A=l.L,s.addData(A,n,r);break;case"C":A=l.C,s.addData(A,v[x++],v[x++],v[x++],v[x++],v[x++],v[x++]),n=v[x-2],r=v[x-1];break;case"c":A=l.C,s.addData(A,v[x++]+n,v[x++]+r,v[x++]+n,v[x++]+r,v[x++]+n,v[x++]+r),n+=v[x-2],r+=v[x-1];break;case"S":w=n,_=r;var T=s.len(),D=s.data;t===l.C&&(w+=n-D[T-4],_+=r-D[T-3]),A=l.C,M=v[x++],I=v[x++],n=v[x++],r=v[x++],s.addData(A,w,_,M,I,n,r);break;case"s":w=n,_=r;T=s.len(),D=s.data;t===l.C&&(w+=n-D[T-4],_+=r-D[T-3]),A=l.C,M=n+v[x++],I=r+v[x++],n+=v[x++],r+=v[x++],s.addData(A,w,_,M,I,n,r);break;case"Q":M=v[x++],I=v[x++],n=v[x++],r=v[x++],A=l.Q,s.addData(A,M,I,n,r);break;case"q":M=v[x++]+n,I=v[x++]+r,n+=v[x++],r+=v[x++],A=l.Q,s.addData(A,M,I,n,r);break;case"T":w=n,_=r;T=s.len(),D=s.data;t===l.Q&&(w+=n-D[T-4],_+=r-D[T-3]),n=v[x++],r=v[x++],A=l.Q,s.addData(A,w,_,n,r);break;case"t":w=n,_=r;T=s.len(),D=s.data;t===l.Q&&(w+=n-D[T-4],_+=r-D[T-3]),n+=v[x++],r+=v[x++],A=l.Q,s.addData(A,w,_,n,r);break;case"A":b=v[x++],B=v[x++],C=v[x++],S=v[x++],E=v[x++],M=n,I=r,n=v[x++],r=v[x++],A=l.A,d(M,I,n,r,S,E,b,B,C,A,s);break;case"a":b=v[x++],B=v[x++],C=v[x++],S=v[x++],E=v[x++],M=n,I=r,n+=v[x++],r+=v[x++],A=l.A,d(M,I,n,r,S,E,b,B,C,A,s);break}}"z"!==g&&"Z"!==g||(A=l.Z,s.addData(A),n=o,r=a),t=A}return s.toStatic(),s}function v(e,t){var n=g(e);return t=t||{},t.buildPath=function(e){if(e.setData){e.setData(n.data);var t=e.getContext();t&&e.rebuildPath(t)}else{t=e;n.rebuildPath(t)}},t.applyTransform=function(e){o(n,e),this.dirty(!0)},t}function m(e,t){return new r(v(e,t))}function y(e,t){return r.extend(v(e,t))}function x(e,t){for(var n=[],i=e.length,o=0;o<i;o++){var a=e[o];a.path||a.createPathProxy(),a.__dirtyPath&&a.buildPath(a.path,a.shape,!0),n.push(a.path)}var s=new r(t);return s.createPathProxy(),s.buildPath=function(e){e.appendPath(n);var t=e.getContext();t&&e.rebuildPath(t)},s}t.createFromString=m,t.extendFromString=y,t.mergePath=x},"342f":function(e,t,n){var r=n("d066");e.exports=r("navigator","userAgent")||""},"347f":function(e,t,n){var r=n("6d8b"),i=n("9850"),o=n("1687"),a=n("2306"),s=n("f934"),l=n("933b"),u=n("08c3"),c=n("a15a"),A=c.createSymbol,h=n("697e"),d=n("3842"),f=n("eda2"),p=f.encodeHTML,g=r.bind,v=r.each,m=Math.PI,y=l.extend({type:"timeline.slider",init:function(e,t){this.api=t,this._axis,this._viewRect,this._timer,this._currentPointer,this._mainGroup,this._labelGroup},render:function(e,t,n,r){if(this.model=e,this.api=n,this.ecModel=t,this.group.removeAll(),e.get("show",!0)){var i=this._layout(e,n),o=this._createGroup("mainGroup"),a=this._createGroup("labelGroup"),s=this._axis=this._createAxis(i,e);e.formatTooltip=function(e){return p(s.scale.getLabel(e))},v(["AxisLine","AxisTick","Control","CurrentPointer"],(function(t){this["_render"+t](i,o,s,e)}),this),this._renderAxisLabel(i,a,s,e),this._position(i,e)}this._doPlayStop()},remove:function(){this._clearTimer(),this.group.removeAll()},dispose:function(){this._clearTimer()},_layout:function(e,t){var n=e.get("label.position"),r=e.get("orient"),i=x(e,t);null==n||"auto"===n?n="horizontal"===r?i.y+i.height/2<t.getHeight()/2?"-":"+":i.x+i.width/2<t.getWidth()/2?"+":"-":isNaN(n)&&(n={horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}}[r][n]);var o,a,s,l,u={horizontal:"center",vertical:n>=0||"+"===n?"left":"right"},c={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},A={horizontal:0,vertical:m/2},h="vertical"===r?i.height:i.width,d=e.getModel("controlStyle"),f=d.get("show",!0),p=f?d.get("itemSize"):0,g=f?d.get("itemGap"):0,v=p+g,y=e.get("label.rotate")||0;y=y*m/180;var w=d.get("position",!0),_=f&&d.get("showPlayBtn",!0),b=f&&d.get("showPrevBtn",!0),B=f&&d.get("showNextBtn",!0),C=0,S=h;return"left"===w||"bottom"===w?(_&&(o=[0,0],C+=v),b&&(a=[C,0],C+=v),B&&(s=[S-p,0],S-=v)):(_&&(o=[S-p,0],S-=v),b&&(a=[0,0],C+=v),B&&(s=[S-p,0],S-=v)),l=[C,S],e.get("inverse")&&l.reverse(),{viewRect:i,mainLength:h,orient:r,rotation:A[r],labelRotation:y,labelPosOpt:n,labelAlign:e.get("label.align")||u[r],labelBaseline:e.get("label.verticalAlign")||e.get("label.baseline")||c[r],playPosition:o,prevBtnPosition:a,nextBtnPosition:s,axisExtent:l,controlSize:p,controlGap:g}},_position:function(e,t){var n=this._mainGroup,r=this._labelGroup,i=e.viewRect;if("vertical"===e.orient){var a=o.create(),s=i.x,l=i.y+i.height;o.translate(a,a,[-s,-l]),o.rotate(a,a,-m/2),o.translate(a,a,[s,l]),i=i.clone(),i.applyTransform(a)}var u=v(i),c=v(n.getBoundingRect()),A=v(r.getBoundingRect()),h=n.position,d=r.position;d[0]=h[0]=u[0][0];var f=e.labelPosOpt;if(isNaN(f)){var p="+"===f?0:1;y(h,c,u,1,p),y(d,A,u,1,1-p)}else{p=f>=0?0:1;y(h,c,u,1,p),d[1]=h[1]+f}function g(e){var t=e.position;e.origin=[u[0][0]-t[0],u[1][0]-t[1]]}function v(e){return[[e.x,e.x+e.width],[e.y,e.y+e.height]]}function y(e,t,n,r,i){e[r]+=n[r][i]-t[r][i]}n.attr("position",h),r.attr("position",d),n.rotation=r.rotation=e.rotation,g(n),g(r)},_createAxis:function(e,t){var n=t.getData(),r=t.get("axisType"),i=h.createScaleByModel(t,r);i.getTicks=function(){return n.mapArray(["value"],(function(e){return e}))};var o=n.getDataExtent("value");i.setExtent(o[0],o[1]),i.niceTicks();var a=new u("value",i,e.axisExtent,r);return a.model=t,a},_createGroup:function(e){var t=this["_"+e]=new a.Group;return this.group.add(t),t},_renderAxisLine:function(e,t,n,i){var o=n.getExtent();i.get("lineStyle.show")&&t.add(new a.Line({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:r.extend({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1}))},_renderAxisTick:function(e,t,n,r){var i=r.getData(),o=n.scale.getTicks();v(o,(function(e){var o=n.dataToCoord(e),s=i.getItemModel(e),l=s.getModel("itemStyle"),u=s.getModel("emphasis.itemStyle"),c={position:[o,0],onclick:g(this._changeTimeline,this,e)},A=_(s,l,t,c);a.setHoverStyle(A,u.getItemStyle()),s.get("tooltip")?(A.dataIndex=e,A.dataModel=r):A.dataIndex=A.dataModel=null}),this)},_renderAxisLabel:function(e,t,n,r){var i=n.getLabelModel();if(i.get("show")){var o=r.getData(),s=n.getViewLabels();v(s,(function(r){var i=r.tickValue,s=o.getItemModel(i),l=s.getModel("label"),u=s.getModel("emphasis.label"),c=n.dataToCoord(r.tickValue),A=new a.Text({position:[c,0],rotation:e.labelRotation-e.rotation,onclick:g(this._changeTimeline,this,i),silent:!1});a.setTextStyle(A.style,l,{text:r.formattedLabel,textAlign:e.labelAlign,textVerticalAlign:e.labelBaseline}),t.add(A),a.setHoverStyle(A,a.setTextStyle({},u))}),this)}},_renderControl:function(e,t,n,r){var i=e.controlSize,o=e.rotation,s=r.getModel("controlStyle").getItemStyle(),l=r.getModel("emphasis.controlStyle").getItemStyle(),u=[0,-i/2,i,i],c=r.getPlayState(),A=r.get("inverse",!0);function h(e,n,c,A){if(e){var h={position:e,origin:[i/2,0],rotation:A?-o:0,rectHover:!0,style:s,onclick:c},d=w(r,n,u,h);t.add(d),a.setHoverStyle(d,l)}}h(e.nextBtnPosition,"controlStyle.nextIcon",g(this._changeTimeline,this,A?"-":"+")),h(e.prevBtnPosition,"controlStyle.prevIcon",g(this._changeTimeline,this,A?"+":"-")),h(e.playPosition,"controlStyle."+(c?"stopIcon":"playIcon"),g(this._handlePlayClick,this,!c),!0)},_renderCurrentPointer:function(e,t,n,r){var i=r.getData(),o=r.getCurrentIndex(),a=i.getItemModel(o).getModel("checkpointStyle"),s=this,l={onCreate:function(e){e.draggable=!0,e.drift=g(s._handlePointerDrag,s),e.ondragend=g(s._handlePointerDragend,s),b(e,o,n,r,!0)},onUpdate:function(e){b(e,o,n,r)}};this._currentPointer=_(a,a,this._mainGroup,{},this._currentPointer,l)},_handlePlayClick:function(e){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:e,from:this.uid})},_handlePointerDrag:function(e,t,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},_handlePointerDragend:function(e){this._pointerChangeTimeline([e.offsetX,e.offsetY],!0)},_pointerChangeTimeline:function(e,t){var n=this._toAxisCoord(e)[0],r=this._axis,i=d.asc(r.getExtent().slice());n>i[1]&&(n=i[1]),n<i[0]&&(n=i[0]),this._currentPointer.position[0]=n,this._currentPointer.dirty();var o=this._findNearestTick(n),a=this.model;(t||o!==a.getCurrentIndex()&&a.get("realtime"))&&this._changeTimeline(o)},_doPlayStop:function(){function e(){var e=this.model;this._changeTimeline(e.getCurrentIndex()+(e.get("rewind",!0)?-1:1))}this._clearTimer(),this.model.getPlayState()&&(this._timer=setTimeout(g(e,this),this.model.get("playInterval")))},_toAxisCoord:function(e){var t=this._mainGroup.getLocalTransform();return a.applyTransform(e,t,!0)},_findNearestTick:function(e){var t,n=this.model.getData(),r=1/0,i=this._axis;return n.each(["value"],(function(n,o){var a=i.dataToCoord(n),s=Math.abs(a-e);s<r&&(r=s,t=o)})),t},_clearTimer:function(){this._timer&&(clearTimeout(this._timer),this._timer=null)},_changeTimeline:function(e){var t=this.model.getCurrentIndex();"+"===e?e=t+1:"-"===e&&(e=t-1),this.api.dispatchAction({type:"timelineChange",currentIndex:e,from:this.uid})}});function x(e,t){return s.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()},e.get("padding"))}function w(e,t,n,r){var o=r.style,s=a.createIcon(e.get(t),r||{},new i(n[0],n[1],n[2],n[3]));return o&&s.setStyle(o),s}function _(e,t,n,i,o,a){var s=t.get("color");if(o)o.setColor(s),n.add(o),a&&a.onUpdate(o);else{var l=e.get("symbol");o=A(l,-1,-1,2,2,s),o.setStyle("strokeNoScale",!0),n.add(o),a&&a.onCreate(o)}var u=t.getItemStyle(["color","symbol","symbolSize"]);o.setStyle(u),i=r.merge({rectHover:!0,z2:100},i,!0);var c=e.get("symbolSize");c=c instanceof Array?c.slice():[+c,+c],c[0]/=2,c[1]/=2,i.scale=c;var h=e.get("symbolOffset");if(h){var f=i.position=i.position||[0,0];f[0]+=d.parsePercent(h[0],c[0]),f[1]+=d.parsePercent(h[1],c[1])}var p=e.get("symbolRotate");return i.rotation=(p||0)*Math.PI/180||0,o.attr(i),o.updateTransform(),o}function b(e,t,n,r,i){if(!e.dragging){var o=r.getModel("checkpointStyle"),a=n.dataToCoord(r.getData().get(["value"],t));i||!o.get("animation",!0)?e.attr({position:[a,0]}):(e.stopAnimation(!0),e.animateTo({position:[a,0]},o.get("animationDuration",!0),o.get("animationEasing",!0)))}}e.exports=y},"35a1":function(e,t,n){var r=n("f5df"),i=n("3f8c"),o=n("b622"),a=o("iterator");e.exports=function(e){if(void 0!=e)return e[a]||e["@@iterator"]||i[r(e)]}},3790:function(e,t,n){var r=n("3a56"),i=r.extend({type:"dataZoom.slider",layoutMode:"box",defaultOption:{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#2f4554",width:.5,opacity:.3},areaStyle:{color:"rgba(47,69,84,0.3)",opacity:.3}},borderColor:"#ddd",fillerColor:"rgba(167,183,204,0.4)",handleIcon:"M8.2,13.6V3.9H6.3v9.7H3.1v14.9h3.3v9.7h1.8v-9.7h3.3V13.6H8.2z M9.7,24.4H4.8v-1.4h4.9V24.4z M9.7,19.1H4.8v-1.4h4.9V19.1z",handleSize:"100%",handleStyle:{color:"#a7b7cc"},labelPrecision:null,labelFormatter:null,showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#333"}}}),o=i;e.exports=o},"37e8":function(e,t,n){var r=n("83ab"),i=n("9bf2"),o=n("825a"),a=n("df75");e.exports=r?Object.defineProperties:function(e,t){o(e);var n,r=a(t),s=r.length,l=0;while(s>l)i.f(e,n=r[l++],t[n]);return e}},3835:function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,"a",(function(){return s}));n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");function i(e,t){if("undefined"!==typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done);r=!0)if(n.push(a.value),t&&n.length===t)break}catch(l){i=!0,o=l}finally{try{r||null==s["return"]||s["return"]()}finally{if(i)throw o}}return n}}var o=n("06c5");function a(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(e,t){return r(e)||i(e,t)||Object(o["a"])(e,t)||a()}},3842:function(e,t,n){var r=n("6d8b"),i=1e-4;function o(e){return e.replace(/^\s+|\s+$/g,"")}function a(e,t,n,r){var i=t[1]-t[0],o=n[1]-n[0];if(0===i)return 0===o?n[0]:(n[0]+n[1])/2;if(r)if(i>0){if(e<=t[0])return n[0];if(e>=t[1])return n[1]}else{if(e>=t[0])return n[0];if(e<=t[1])return n[1]}else{if(e===t[0])return n[0];if(e===t[1])return n[1]}return(e-t[0])/i*o+n[0]}function s(e,t){switch(e){case"center":case"middle":e="50%";break;case"left":case"top":e="0%";break;case"right":case"bottom":e="100%";break}return"string"===typeof e?o(e).match(/%$/)?parseFloat(e)/100*t:parseFloat(e):null==e?NaN:+e}function l(e,t,n){return null==t&&(t=10),t=Math.min(Math.max(0,t),20),e=(+e).toFixed(t),n?e:+e}function u(e){return e.sort((function(e,t){return e-t})),e}function c(e){if(e=+e,isNaN(e))return 0;var t=1,n=0;while(Math.round(e*t)/t!==e)t*=10,n++;return n}function A(e){var t=e.toString(),n=t.indexOf("e");if(n>0){var r=+t.slice(n+1);return r<0?-r:0}var i=t.indexOf(".");return i<0?0:t.length-1-i}function h(e,t){var n=Math.log,r=Math.LN10,i=Math.floor(n(e[1]-e[0])/r),o=Math.round(n(Math.abs(t[1]-t[0]))/r),a=Math.min(Math.max(-i+o,0),20);return isFinite(a)?a:20}function d(e,t,n){if(!e[t])return 0;var i=r.reduce(e,(function(e,t){return e+(isNaN(t)?0:t)}),0);if(0===i)return 0;var o=Math.pow(10,n),a=r.map(e,(function(e){return(isNaN(e)?0:e)/i*o*100})),s=100*o,l=r.map(a,(function(e){return Math.floor(e)})),u=r.reduce(l,(function(e,t){return e+t}),0),c=r.map(a,(function(e,t){return e-l[t]}));while(u<s){for(var A=Number.NEGATIVE_INFINITY,h=null,d=0,f=c.length;d<f;++d)c[d]>A&&(A=c[d],h=d);++l[h],c[h]=0,++u}return l[t]/o}var f=9007199254740991;function p(e){var t=2*Math.PI;return(e%t+t)%t}function g(e){return e>-i&&e<i}var v=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d\d)(?::(\d\d)(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function m(e){if(e instanceof Date)return e;if("string"===typeof e){var t=v.exec(e);if(!t)return new Date(NaN);if(t[8]){var n=+t[4]||0;return"Z"!==t[8].toUpperCase()&&(n-=t[8].slice(0,3)),new Date(Date.UTC(+t[1],+(t[2]||1)-1,+t[3]||1,n,+(t[5]||0),+t[6]||0,+t[7]||0))}return new Date(+t[1],+(t[2]||1)-1,+t[3]||1,+t[4]||0,+(t[5]||0),+t[6]||0,+t[7]||0)}return null==e?new Date(NaN):new Date(Math.round(e))}function y(e){return Math.pow(10,x(e))}function x(e){if(0===e)return 0;var t=Math.floor(Math.log(e)/Math.LN10);return e/Math.pow(10,t)>=10&&t++,t}function w(e,t){var n,r=x(e),i=Math.pow(10,r),o=e/i;return n=t?o<1.5?1:o<2.5?2:o<4?3:o<7?5:10:o<1?1:o<2?2:o<3?3:o<5?5:10,e=n*i,r>=-20?+e.toFixed(r<0?-r:0):e}function _(e,t){var n=(e.length-1)*t+1,r=Math.floor(n),i=+e[r-1],o=n-r;return o?i+o*(e[r]-i):i}function b(e){e.sort((function(e,t){return s(e,t,0)?-1:1}));for(var t=-1/0,n=1,r=0;r<e.length;){for(var i=e[r].interval,o=e[r].close,a=0;a<2;a++)i[a]<=t&&(i[a]=t,o[a]=a?1:1-n),t=i[a],n=o[a];i[0]===i[1]&&o[0]*o[1]!==1?e.splice(r,1):r++}return e;function s(e,t,n){return e.interval[n]<t.interval[n]||e.interval[n]===t.interval[n]&&(e.close[n]-t.close[n]===(n?-1:1)||!n&&s(e,t,1))}}function B(e){return e-parseFloat(e)>=0}t.linearMap=a,t.parsePercent=s,t.round=l,t.asc=u,t.getPrecision=c,t.getPrecisionSafe=A,t.getPixelPrecision=h,t.getPercentWithPrecision=d,t.MAX_SAFE_INTEGER=f,t.remRadian=p,t.isRadianAroundZero=g,t.parseDate=m,t.quantity=y,t.quantityExponent=x,t.nice=w,t.quantile=_,t.reformIntervals=b,t.isNumeric=B},"387f":function(e,t,n){"use strict";e.exports=function(e,t,n,r,i){return e.config=t,n&&(e.code=n),e.request=r,e.response=i,e}},"38a2":function(e,t,n){var r=n("2b17"),i=r.retrieveRawValue,o=n("eda2"),a=o.getTooltipMarker,s=o.formatTpl,l=n("e0d3"),u=l.getTooltipRenderMode,c=/\{@(.+?)\}/g,A={getDataParams:function(e,t){var n=this.getData(t),r=this.getRawValue(e,t),i=n.getRawIndex(e),o=n.getName(e),s=n.getRawDataItem(e),l=n.getItemVisual(e,"color"),c=n.getItemVisual(e,"borderColor"),A=this.ecModel.getComponent("tooltip"),h=A&&A.get("renderMode"),d=u(h),f=this.mainType,p="series"===f,g=n.userOutput;return{componentType:f,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:p?this.subType:null,seriesIndex:this.seriesIndex,seriesId:p?this.id:null,seriesName:p?this.name:null,name:o,dataIndex:i,data:s,dataType:t,value:r,color:l,borderColor:c,dimensionNames:g?g.dimensionNames:null,encode:g?g.encode:null,marker:a({color:l,renderMode:d}),$vars:["seriesName","name","value"]}},getFormattedLabel:function(e,t,n,r,o){t=t||"normal";var a=this.getData(n),l=a.getItemModel(e),u=this.getDataParams(e,n);null!=r&&u.value instanceof Array&&(u.value=u.value[r]);var A=l.get("normal"===t?[o||"label","formatter"]:[t,o||"label","formatter"]);if("function"===typeof A)return u.status=t,u.dimensionIndex=r,A(u);if("string"===typeof A){var h=s(A,u);return h.replace(c,(function(t,n){var r=n.length;return"["===n.charAt(0)&&"]"===n.charAt(r-1)&&(n=+n.slice(1,r-1)),i(a,e,n)}))}},getRawValue:function(e,t){return i(this.getData(t),e)},formatTooltip:function(){}};e.exports=A},3901:function(e,t,n){var r=n("282b"),i=r([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),o={getLineStyle:function(e){var t=i(this,e);return t.lineDash=this.getLineDash(t.lineWidth),t},getLineDash:function(e){null==e&&(e=1);var t=this.get("type"),n=Math.max(e,2),r=4*e;return"solid"!==t&&null!=t&&("dashed"===t?[r,r]:[n,n])}};e.exports=o},"392f":function(e,t,n){var r=n("6d8b"),i=r.inherits,o=n("19eb"),a=n("9850");function s(e){o.call(this,e),this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.notClear=!0}s.prototype.incremental=!0,s.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.dirty(),this.notClear=!1},s.prototype.addDisplayable=function(e,t){t?this._temporaryDisplayables.push(e):this._displayables.push(e),this.dirty()},s.prototype.addDisplayables=function(e,t){t=t||!1;for(var n=0;n<e.length;n++)this.addDisplayable(e[n],t)},s.prototype.eachPendingDisplayable=function(e){for(var t=this._cursor;t<this._displayables.length;t++)e&&e(this._displayables[t]);for(t=0;t<this._temporaryDisplayables.length;t++)e&&e(this._temporaryDisplayables[t])},s.prototype.update=function(){this.updateTransform();for(var e=this._cursor;e<this._displayables.length;e++){var t=this._displayables[e];t.parent=this,t.update(),t.parent=null}for(e=0;e<this._temporaryDisplayables.length;e++){t=this._temporaryDisplayables[e];t.parent=this,t.update(),t.parent=null}},s.prototype.brush=function(e,t){for(var n=this._cursor;n<this._displayables.length;n++){var r=this._displayables[n];r.beforeBrush&&r.beforeBrush(e),r.brush(e,n===this._cursor?null:this._displayables[n-1]),r.afterBrush&&r.afterBrush(e)}this._cursor=n;for(n=0;n<this._temporaryDisplayables.length;n++){r=this._temporaryDisplayables[n];r.beforeBrush&&r.beforeBrush(e),r.brush(e,0===n?null:this._temporaryDisplayables[n-1]),r.afterBrush&&r.afterBrush(e)}this._temporaryDisplayables=[],this.notClear=!0};var l=[];s.prototype.getBoundingRect=function(){if(!this._rect){for(var e=new a(1/0,1/0,-1/0,-1/0),t=0;t<this._displayables.length;t++){var n=this._displayables[t],r=n.getBoundingRect().clone();n.needLocalTransform()&&r.applyTransform(n.getLocalTransform(l)),e.union(r)}this._rect=e}return this._rect},s.prototype.contain=function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect();if(r.contain(n[0],n[1]))for(var i=0;i<this._displayables.length;i++){var o=this._displayables[i];if(o.contain(e,t))return!0}return!1},i(s,o);var u=s;e.exports=u},3934:function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){var e,t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");function i(e){var r=e;return t&&(n.setAttribute("href",r),r=n.href),n.setAttribute("href",r),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:"/"===n.pathname.charAt(0)?n.pathname:"/"+n.pathname}}return e=i(window.location.href),function(t){var n=r.isString(t)?i(t):t;return n.protocol===e.protocol&&n.host===e.host}}():function(){return function(){return!0}}()},"393a":function(e,t,n){"use strict";var r=n("e444"),i=n("512c"),o=n("ba01"),a=n("051b"),s=n("8a0d"),l=n("26dd"),u=n("92f0"),c=n("ce7a"),A=n("cc15")("iterator"),h=!([].keys&&"next"in[].keys()),d="@@iterator",f="keys",p="values",g=function(){return this};e.exports=function(e,t,n,v,m,y,x){l(n,t,v);var w,_,b,B=function(e){if(!h&&e in M)return M[e];switch(e){case f:return function(){return new n(this,e)};case p:return function(){return new n(this,e)}}return function(){return new n(this,e)}},C=t+" Iterator",S=m==p,E=!1,M=e.prototype,I=M[A]||M[d]||m&&M[m],T=I||B(m),D=m?S?B("entries"):T:void 0,F="Array"==t&&M.entries||I;if(F&&(b=c(F.call(new e)),b!==Object.prototype&&b.next&&(u(b,C,!0),r||"function"==typeof b[A]||a(b,A,g))),S&&I&&I.name!==p&&(E=!0,T=function(){return I.call(this)}),r&&!x||!h&&!E&&M[A]||a(M,A,T),s[t]=T,s[C]=g,m)if(w={values:S?T:B(p),keys:y?T:B(f),entries:D},x)for(_ in w)_ in M||o(M,_,w[_]);else i(i.P+i.F*(h||E),t,w);return w}},3942:function(e,t,n){var r=n("3eba"),i=n("6d8b");r.registerAction({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},(function(e,t){var n=t.getComponent("timeline");return n&&null!=e.currentIndex&&(n.setCurrentIndex(e.currentIndex),!n.get("loop",!0)&&n.isIndexMax()&&n.setPlayState(!1)),t.resetOption("timeline"),i.defaults({currentIndex:n.option.currentIndex},e)})),r.registerAction({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},(function(e,t){var n=t.getComponent("timeline");n&&null!=e.playState&&n.setPlayState(e.playState)}))},3970:function(e,t,n){var r=n("4f85"),i=n("3301"),o=n("2039"),a=r.extend({type:"series.heatmap",getInitialData:function(e,t){return i(this.getSource(),this,{generateCoord:"value"})},preventIncremental:function(){var e=o.get(this.get("coordinateSystem"));if(e&&e.dimensions)return"lng"===e.dimensions[0]&&"lat"===e.dimensions[1]},defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0}});e.exports=a},"39ad":function(e,t,n){var r=n("6ca1"),i=n("d16a"),o=n("9d11");e.exports=function(e){return function(t,n,a){var s,l=r(t),u=i(l.length),c=o(a,u);if(e&&n!=n){while(u>c)if(s=l[c++],s!=s)return!0}else for(;u>c;c++)if((e||c in l)&&l[c]===n)return e||c||0;return!e&&-1}}},"3a56":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("22d1"),s=n("e0d3"),l=n("50e5"),u=n("cc39"),c=o.each,A=l.eachAxisDim,h=i.extendComponentModel({type:"dataZoom",dependencies:["xAxis","yAxis","zAxis","radiusAxis","angleAxis","singleAxis","series"],defaultOption:{zlevel:0,z:4,orient:null,xAxisIndex:null,yAxisIndex:null,filterMode:"filter",throttle:null,start:0,end:100,startValue:null,endValue:null,minSpan:null,maxSpan:null,minValueSpan:null,maxValueSpan:null,rangeMode:null},init:function(e,t,n){this._dataIntervalByAxis={},this._dataInfo={},this._axisProxies={},this.textStyleModel,this._autoThrottle=!0,this._rangePropMode=["percent","percent"];var r=d(e);this.settledOption=r,this.mergeDefaultAndTheme(e,n),this.doInit(r)},mergeOption:function(e){var t=d(e);o.merge(this.option,e,!0),o.merge(this.settledOption,t,!0),this.doInit(t)},doInit:function(e){var t=this.option;a.canvasSupported||(t.realtime=!1),this._setDefaultThrottle(e),f(this,e);var n=this.settledOption;c([["start","startValue"],["end","endValue"]],(function(e,r){"value"===this._rangePropMode[r]&&(t[e[0]]=n[e[0]]=null)}),this),this.textStyleModel=this.getModel("textStyle"),this._resetTarget(),this._giveAxisProxies()},_giveAxisProxies:function(){var e=this._axisProxies;this.eachTargetAxis((function(t,n,r,i){var o=this.dependentModels[t.axis][n],a=o.__dzAxisProxy||(o.__dzAxisProxy=new u(t.name,n,this,i));e[t.name+"_"+n]=a}),this)},_resetTarget:function(){var e=this.option,t=this._judgeAutoMode();A((function(t){var n=t.axisIndex;e[n]=s.normalizeToArray(e[n])}),this),"axisIndex"===t?this._autoSetAxisIndex():"orient"===t&&this._autoSetOrient()},_judgeAutoMode:function(){var e=this.option,t=!1;A((function(n){null!=e[n.axisIndex]&&(t=!0)}),this);var n=e.orient;return null==n&&t?"orient":t?void 0:(null==n&&(e.orient="horizontal"),"axisIndex")},_autoSetAxisIndex:function(){var e=!0,t=this.get("orient",!0),n=this.option,r=this.dependentModels;if(e){var i="vertical"===t?"y":"x";r[i+"Axis"].length?(n[i+"AxisIndex"]=[0],e=!1):c(r.singleAxis,(function(r){e&&r.get("orient",!0)===t&&(n.singleAxisIndex=[r.componentIndex],e=!1)}))}e&&A((function(t){if(e){var r=[],i=this.dependentModels[t.axis];if(i.length&&!r.length)for(var o=0,a=i.length;o<a;o++)"category"===i[o].get("type")&&r.push(o);n[t.axisIndex]=r,r.length&&(e=!1)}}),this),e&&this.ecModel.eachSeries((function(e){this._isSeriesHasAllAxesTypeOf(e,"value")&&A((function(t){var r=n[t.axisIndex],i=e.get(t.axisIndex),a=e.get(t.axisId),s=e.ecModel.queryComponents({mainType:t.axis,index:i,id:a})[0];i=s.componentIndex,o.indexOf(r,i)<0&&r.push(i)}))}),this)},_autoSetOrient:function(){var e;this.eachTargetAxis((function(t){!e&&(e=t.name)}),this),this.option.orient="y"===e?"vertical":"horizontal"},_isSeriesHasAllAxesTypeOf:function(e,t){var n=!0;return A((function(r){var i=e.get(r.axisIndex),o=this.dependentModels[r.axis][i];o&&o.get("type")===t||(n=!1)}),this),n},_setDefaultThrottle:function(e){if(e.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var t=this.ecModel.option;this.option.throttle=t.animation&&t.animationDurationUpdate>0?100:20}},getFirstTargetAxisModel:function(){var e;return A((function(t){if(null==e){var n=this.get(t.axisIndex);n.length&&(e=this.dependentModels[t.axis][n[0]])}}),this),e},eachTargetAxis:function(e,t){var n=this.ecModel;A((function(r){c(this.get(r.axisIndex),(function(i){e.call(t,r,i,this,n)}),this)}),this)},getAxisProxy:function(e,t){return this._axisProxies[e+"_"+t]},getAxisModel:function(e,t){var n=this.getAxisProxy(e,t);return n&&n.getAxisModel()},setRawRange:function(e){var t=this.option,n=this.settledOption;c([["start","startValue"],["end","endValue"]],(function(r){null==e[r[0]]&&null==e[r[1]]||(t[r[0]]=n[r[0]]=e[r[0]],t[r[1]]=n[r[1]]=e[r[1]])}),this),f(this,e)},setCalculatedRange:function(e){var t=this.option;c(["start","startValue","end","endValue"],(function(n){t[n]=e[n]}))},getPercentRange:function(){var e=this.findRepresentativeAxisProxy();if(e)return e.getDataPercentWindow()},getValueRange:function(e,t){if(null!=e||null!=t)return this.getAxisProxy(e,t).getDataValueWindow();var n=this.findRepresentativeAxisProxy();return n?n.getDataValueWindow():void 0},findRepresentativeAxisProxy:function(e){if(e)return e.__dzAxisProxy;var t=this._axisProxies;for(var n in t)if(t.hasOwnProperty(n)&&t[n].hostedBy(this))return t[n];for(var n in t)if(t.hasOwnProperty(n)&&!t[n].hostedBy(this))return t[n]},getRangePropMode:function(){return this._rangePropMode.slice()}});function d(e){var t={};return c(["start","end","startValue","endValue","throttle"],(function(n){e.hasOwnProperty(n)&&(t[n]=e[n])})),t}function f(e,t){var n=e._rangePropMode,r=e.get("rangeMode");c([["start","startValue"],["end","endValue"]],(function(e,i){var o=null!=t[e[0]],a=null!=t[e[1]];o&&!a?n[i]="percent":!o&&a?n[i]="value":r?n[i]=r[i]:o&&(n[i]="percent")}))}var p=h;e.exports=p},"3bbe":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e)&&null!==e)throw TypeError("Can't set "+String(e)+" as a prototype");return e}},"3c4e":function(e,t,n){"use strict";var r=function(e){return i(e)&&!o(e)};function i(e){return!!e&&"object"===typeof e}function o(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||l(e)}var a="function"===typeof Symbol&&Symbol.for,s=a?Symbol.for("react.element"):60103;function l(e){return e.$$typeof===s}function u(e){return Array.isArray(e)?[]:{}}function c(e,t){var n=t&&!0===t.clone;return n&&r(e)?d(u(e),e,t):e}function A(e,t,n){var i=e.slice();return t.forEach((function(t,o){"undefined"===typeof i[o]?i[o]=c(t,n):r(t)?i[o]=d(e[o],t,n):-1===e.indexOf(t)&&i.push(c(t,n))})),i}function h(e,t,n){var i={};return r(e)&&Object.keys(e).forEach((function(t){i[t]=c(e[t],n)})),Object.keys(t).forEach((function(o){r(t[o])&&e[o]?i[o]=d(e[o],t[o],n):i[o]=c(t[o],n)})),i}function d(e,t,n){var r=Array.isArray(t),i=Array.isArray(e),o=n||{arrayMerge:A},a=r===i;if(a){if(r){var s=o.arrayMerge||A;return s(e,t,n)}return h(e,t,n)}return c(t,n)}d.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return d(e,n,t)}))};var f=d;e.exports=f},"3ca3":function(e,t,n){"use strict";var r=n("6547").charAt,i=n("69f3"),o=n("7dd0"),a="String Iterator",s=i.set,l=i.getterFor(a);o(String,"String",(function(e){s(this,{type:a,string:String(e),index:0})}),(function(){var e,t=l(this),n=t.string,i=t.index;return i>=n.length?{value:void 0,done:!0}:(e=r(n,i),t.index+=e.length,{value:e,done:!1})}))},"3cd6":function(e,t,n){var r=n("6d8b"),i=n("48a9"),o=n("607d"),a=n("72b6"),s=n("2306"),l=n("3842"),u=n("ef6a"),c=n("cbb0"),A=n("e0d3"),h=l.linearMap,d=r.each,f=Math.min,p=Math.max,g=12,v=6,m=a.extend({type:"visualMap.continuous",init:function(){m.superApply(this,"init",arguments),this._shapes={},this._dataInterval=[],this._handleEnds=[],this._orient,this._useHandle,this._hoverLinkDataIndices=[],this._dragging,this._hovering},doRender:function(e,t,n,r){r&&"selectDataRange"===r.type&&r.from===this.uid||this._buildView()},_buildView:function(){this.group.removeAll();var e=this.visualMapModel,t=this.group;this._orient=e.get("orient"),this._useHandle=e.get("calculable"),this._resetInterval(),this._renderBar(t);var n=e.get("text");this._renderEndsText(t,n,0),this._renderEndsText(t,n,1),this._updateView(!0),this.renderBackground(t),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(t)},_renderEndsText:function(e,t,n){if(t){var r=t[1-n];r=null!=r?r+"":"";var i=this.visualMapModel,o=i.get("textGap"),a=i.itemSize,l=this._shapes.barGroup,u=this._applyTransform([a[0]/2,0===n?-o:a[1]+o],l),c=this._applyTransform(0===n?"bottom":"top",l),A=this._orient,h=this.visualMapModel.textStyleModel;this.group.add(new s.Text({style:{x:u[0],y:u[1],textVerticalAlign:"horizontal"===A?"middle":c,textAlign:"horizontal"===A?c:"center",text:r,textFont:h.getFont(),textFill:h.getTextColor()}}))}},_renderBar:function(e){var t=this.visualMapModel,n=this._shapes,i=t.itemSize,o=this._orient,a=this._useHandle,s=c.getItemAlign(t,this.api,i),l=n.barGroup=this._createBarGroup(s);l.add(n.outOfRange=y()),l.add(n.inRange=y(null,a?B(this._orient):null,r.bind(this._dragHandle,this,"all",!1),r.bind(this._dragHandle,this,"all",!0)));var u=t.textStyleModel.getTextRect("国"),A=p(u.width,u.height);a&&(n.handleThumbs=[],n.handleLabels=[],n.handleLabelPoints=[],this._createHandle(l,0,i,A,o,s),this._createHandle(l,1,i,A,o,s)),this._createIndicator(l,i,A,o),e.add(l)},_createHandle:function(e,t,n,i,a){var l=r.bind(this._dragHandle,this,t,!1),u=r.bind(this._dragHandle,this,t,!0),c=y(x(t,i),B(this._orient),l,u);c.position[0]=n[0],e.add(c);var A=this.visualMapModel.textStyleModel,h=new s.Text({draggable:!0,drift:l,onmousemove:function(e){o.stop(e.event)},ondragend:u,style:{x:0,y:0,text:"",textFont:A.getFont(),textFill:A.getTextColor()}});this.group.add(h);var d=["horizontal"===a?i/2:1.5*i,"horizontal"===a?0===t?-1.5*i:1.5*i:0===t?-i/2:i/2],f=this._shapes;f.handleThumbs[t]=c,f.handleLabelPoints[t]=d,f.handleLabels[t]=h},_createIndicator:function(e,t,n,r){var i=y([[0,0]],"move");i.position[0]=t[0],i.attr({invisible:!0,silent:!0}),e.add(i);var o=this.visualMapModel.textStyleModel,a=new s.Text({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textFont:o.getFont(),textFill:o.getTextColor()}});this.group.add(a);var l=["horizontal"===r?n/2:v+3,0],u=this._shapes;u.indicator=i,u.indicatorLabel=a,u.indicatorLabelPoint=l},_dragHandle:function(e,t,n,r){if(this._useHandle){if(this._dragging=!t,!t){var i=this._applyTransform([n,r],this._shapes.barGroup,!0);this._updateInterval(e,i[1]),this._updateView()}t===!this.visualMapModel.get("realtime")&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),t?!this._hovering&&this._clearHoverLinkToSeries():b(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[e],!1)}},_resetInterval:function(){var e=this.visualMapModel,t=this._dataInterval=e.getSelected(),n=e.getExtent(),r=[0,e.itemSize[1]];this._handleEnds=[h(t[0],n,r,!0),h(t[1],n,r,!0)]},_updateInterval:function(e,t){t=t||0;var n=this.visualMapModel,r=this._handleEnds,i=[0,n.itemSize[1]];u(t,r,i,e,0);var o=n.getExtent();this._dataInterval=[h(r[0],i,o,!0),h(r[1],i,o,!0)]},_updateView:function(e){var t=this.visualMapModel,n=t.getExtent(),r=this._shapes,i=[0,t.itemSize[1]],o=e?i:this._handleEnds,a=this._createBarVisual(this._dataInterval,n,o,"inRange"),s=this._createBarVisual(n,n,i,"outOfRange");r.inRange.setStyle({fill:a.barColor,opacity:a.opacity}).setShape("points",a.barPoints),r.outOfRange.setStyle({fill:s.barColor,opacity:s.opacity}).setShape("points",s.barPoints),this._updateHandle(o,a)},_createBarVisual:function(e,t,n,r){var o={forceState:r,convertOpacityToAlpha:!0},a=this._makeColorGradient(e,o),s=[this.getControllerVisual(e[0],"symbolSize",o),this.getControllerVisual(e[1],"symbolSize",o)],l=this._createBarPoints(n,s);return{barColor:new i(0,0,0,1,a),barPoints:l,handlesColor:[a[0].color,a[a.length-1].color]}},_makeColorGradient:function(e,t){var n=100,r=[],i=(e[1]-e[0])/n;r.push({color:this.getControllerVisual(e[0],"color",t),offset:0});for(var o=1;o<n;o++){var a=e[0]+i*o;if(a>e[1])break;r.push({color:this.getControllerVisual(a,"color",t),offset:o/n})}return r.push({color:this.getControllerVisual(e[1],"color",t),offset:1}),r},_createBarPoints:function(e,t){var n=this.visualMapModel.itemSize;return[[n[0]-t[0],e[0]],[n[0],e[0]],[n[0],e[1]],[n[0]-t[1],e[1]]]},_createBarGroup:function(e){var t=this._orient,n=this.visualMapModel.get("inverse");return new s.Group("horizontal"!==t||n?"horizontal"===t&&n?{scale:"bottom"===e?[-1,1]:[1,1],rotation:-Math.PI/2}:"vertical"!==t||n?{scale:"left"===e?[1,1]:[-1,1]}:{scale:"left"===e?[1,-1]:[-1,-1]}:{scale:"bottom"===e?[1,1]:[-1,1],rotation:Math.PI/2})},_updateHandle:function(e,t){if(this._useHandle){var n=this._shapes,r=this.visualMapModel,i=n.handleThumbs,o=n.handleLabels;d([0,1],(function(a){var l=i[a];l.setStyle("fill",t.handlesColor[a]),l.position[1]=e[a];var u=s.applyTransform(n.handleLabelPoints[a],s.getTransform(l,this.group));o[a].setStyle({x:u[0],y:u[1],text:r.formatValueText(this._dataInterval[a]),textVerticalAlign:"middle",textAlign:this._applyTransform("horizontal"===this._orient?0===a?"bottom":"top":"left",n.barGroup)})}),this)}},_showIndicator:function(e,t,n,r){var i=this.visualMapModel,o=i.getExtent(),a=i.itemSize,l=[0,a[1]],u=h(e,o,l,!0),c=this._shapes,A=c.indicator;if(A){A.position[1]=u,A.attr("invisible",!1),A.setShape("points",w(!!n,r,u,a[1]));var d={convertOpacityToAlpha:!0},f=this.getControllerVisual(e,"color",d);A.setStyle("fill",f);var p=s.applyTransform(c.indicatorLabelPoint,s.getTransform(A,this.group)),g=c.indicatorLabel;g.attr("invisible",!1);var v=this._applyTransform("left",c.barGroup),m=this._orient;g.setStyle({text:(n||"")+i.formatValueText(t),textVerticalAlign:"horizontal"===m?v:"middle",textAlign:"horizontal"===m?"center":v,x:p[0],y:p[1]})}},_enableHoverLinkToSeries:function(){var e=this;this._shapes.barGroup.on("mousemove",(function(t){if(e._hovering=!0,!e._dragging){var n=e.visualMapModel.itemSize,r=e._applyTransform([t.offsetX,t.offsetY],e._shapes.barGroup,!0,!0);r[1]=f(p(0,r[1]),n[1]),e._doHoverLinkToSeries(r[1],0<=r[0]&&r[0]<=n[0])}})).on("mouseout",(function(){e._hovering=!1,!e._dragging&&e._clearHoverLinkToSeries()}))},_enableHoverLinkFromSeries:function(){var e=this.api.getZr();this.visualMapModel.option.hoverLink?(e.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),e.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},_doHoverLinkToSeries:function(e,t){var n=this.visualMapModel,r=n.itemSize;if(n.option.hoverLink){var i=[0,r[1]],o=n.getExtent();e=f(p(i[0],e),i[1]);var a=_(n,o,i),s=[e-a,e+a],l=h(e,i,o,!0),u=[h(s[0],i,o,!0),h(s[1],i,o,!0)];s[0]<i[0]&&(u[0]=-1/0),s[1]>i[1]&&(u[1]=1/0),t&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",a):u[1]===1/0?this._showIndicator(l,u[0],"> ",a):this._showIndicator(l,l,"≈ ",a));var d=this._hoverLinkDataIndices,g=[];(t||b(n))&&(g=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var v=A.compressBatches(d,g);this._dispatchHighDown("downplay",c.makeHighDownBatch(v[0],n)),this._dispatchHighDown("highlight",c.makeHighDownBatch(v[1],n))}},_hoverLinkFromSeriesMouseOver:function(e){var t=e.target,n=this.visualMapModel;if(t&&null!=t.dataIndex){var r=this.ecModel.getSeriesByIndex(t.seriesIndex);if(n.isTargetSeries(r)){var i=r.getData(t.dataType),o=i.get(n.getDataDimension(i),t.dataIndex,!0);isNaN(o)||this._showIndicator(o,o)}}},_hideIndicator:function(){var e=this._shapes;e.indicator&&e.indicator.attr("invisible",!0),e.indicatorLabel&&e.indicatorLabel.attr("invisible",!0)},_clearHoverLinkToSeries:function(){this._hideIndicator();var e=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",c.makeHighDownBatch(e,this.visualMapModel)),e.length=0},_clearHoverLinkFromSeries:function(){this._hideIndicator();var e=this.api.getZr();e.off("mouseover",this._hoverLinkFromSeriesMouseOver),e.off("mouseout",this._hideIndicator)},_applyTransform:function(e,t,n,i){var o=s.getTransform(t,i?null:this.group);return s[r.isArray(e)?"applyTransform":"transformDirection"](e,o,n)},_dispatchHighDown:function(e,t){t&&t.length&&this.api.dispatchAction({type:e,batch:t})},dispose:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},remove:function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()}});function y(e,t,n,r){return new s.Polygon({shape:{points:e},draggable:!!n,cursor:t,drift:n,onmousemove:function(e){o.stop(e.event)},ondragend:r})}function x(e,t){return 0===e?[[0,0],[t,0],[t,-t]]:[[0,0],[t,0],[t,t]]}function w(e,t,n,r){return e?[[0,-f(t,p(n,0))],[v,0],[0,f(t,p(r-n,0))]]:[[0,0],[5,-5],[5,5]]}function _(e,t,n){var r=g/2,i=e.get("hoverLinkDataSize");return i&&(r=h(i,t,n,!0)/2),r}function b(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("realtime"):t)}function B(e){return"vertical"===e?"ns-resize":"ew-resize"}var C=m;e.exports=C},"3eba":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("697e7")),o=n("6d8b"),a=n("41ef"),s=n("22d1"),l=n("04f6"),u=n("1fab"),c=n("7e63"),A=n("843e"),h=n("2039"),d=n("ca98"),f=n("fb05"),p=n("d15d"),g=n("6cb7"),v=n("4f85"),m=n("b12f"),y=n("e887"),x=n("2306"),w=n("e0d3"),_=n("88b3"),b=_.throttle,B=n("fd63"),C=n("b809"),S=n("998c"),E=n("69ff"),M=n("c533"),I=n("f219");n("0352");var T=n("ec34"),D=o.assert,F=o.each,Q=o.isFunction,L=o.isObject,U=g.parseClassType,O="4.9.0",N={zrender:"4.3.2"},k=1,P=1e3,H=800,R=900,z=5e3,V=1e3,K=1100,G=2e3,j=3e3,W=3500,X=4e3,Y=5e3,q={PROCESSOR:{FILTER:P,SERIES_FILTER:H,STATISTIC:z},VISUAL:{LAYOUT:V,PROGRESSIVE_LAYOUT:K,GLOBAL:G,CHART:j,POST_CHART_LAYOUT:W,COMPONENT:X,BRUSH:Y}},J="__flagInMainProcess",Z="__optionUpdated",$=/^[a-zA-Z0-9_]+$/;function ee(e,t){return function(n,r,i){t||!this._disposed?(n=n&&n.toLowerCase(),u.prototype[e].call(this,n,r,i)):xe(this.id)}}function te(){u.call(this)}function ne(e,t,n){n=n||{},"string"===typeof t&&(t=Fe[t]),this.id,this.group,this._dom=e;var r="canvas",a=this._zr=i.init(e,{renderer:n.renderer||r,devicePixelRatio:n.devicePixelRatio,width:n.width,height:n.height});this._throttledZrFlush=b(o.bind(a.flush,a),17);t=o.clone(t);t&&f(t,!0),this._theme=t,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new h;var s=this._api=Be(this);function c(e,t){return e.__prio-t.__prio}l(De,c),l(Me,c),this._scheduler=new E(this,s,Me,De),u.call(this,this._ecEventProcessor=new Ce),this._messageCenter=new te,this._initEvents(),this.resize=o.bind(this.resize,this),this._pendingActions=[],a.animation.on("frame",this._onframe,this),he(a,this),o.setAsPrimitive(this)}te.prototype.on=ee("on",!0),te.prototype.off=ee("off",!0),te.prototype.one=ee("one",!0),o.mixin(te,u);var re=ne.prototype;function ie(e,t,n){if(this._disposed)xe(this.id);else{var r,i=this._model,o=this._coordSysMgr.getCoordinateSystems();t=w.parseFinder(i,t);for(var a=0;a<o.length;a++){var s=o[a];if(s[e]&&null!=(r=s[e](i,t,n)))return r}}}re._onframe=function(){if(!this._disposed){var e=this._scheduler;if(this[Z]){var t=this[Z].silent;this[J]=!0,ae(this),oe.update.call(this),this[J]=!1,this[Z]=!1,ce.call(this,t),Ae.call(this,t)}else if(e.unfinished){var n=k,r=this._model,i=this._api;e.unfinished=!1;do{var o=+new Date;e.performSeriesTasks(r),e.performDataProcessorTasks(r),le(this,r),e.performVisualTasks(r),ve(this,this._model,i,"remain"),n-=+new Date-o}while(n>0&&e.unfinished);e.unfinished||this._zr.flush()}}},re.getDom=function(){return this._dom},re.getZr=function(){return this._zr},re.setOption=function(e,t,n){if(this._disposed)xe(this.id);else{var r;if(L(t)&&(n=t.lazyUpdate,r=t.silent,t=t.notMerge),this[J]=!0,!this._model||t){var i=new d(this._api),o=this._theme,a=this._model=new c;a.scheduler=this._scheduler,a.init(null,null,o,i)}this._model.setOption(e,Ie),n?(this[Z]={silent:r},this[J]=!1):(ae(this),oe.update.call(this),this._zr.flush(),this[Z]=!1,this[J]=!1,ce.call(this,r),Ae.call(this,r))}},re.setTheme=function(){console.error("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},re.getModel=function(){return this._model},re.getOption=function(){return this._model&&this._model.getOption()},re.getWidth=function(){return this._zr.getWidth()},re.getHeight=function(){return this._zr.getHeight()},re.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},re.getRenderedCanvas=function(e){if(s.canvasSupported){e=e||{},e.pixelRatio=e.pixelRatio||1,e.backgroundColor=e.backgroundColor||this._model.get("backgroundColor");var t=this._zr;return t.painter.getRenderedCanvas(e)}},re.getSvgDataURL=function(){if(s.svgSupported){var e=this._zr,t=e.storage.getDisplayList();return o.each(t,(function(e){e.stopAnimation(!0)})),e.painter.toDataURL()}},re.getDataURL=function(e){if(!this._disposed){e=e||{};var t=e.excludeComponents,n=this._model,r=[],i=this;F(t,(function(e){n.eachComponent({mainType:e},(function(e){var t=i._componentsMap[e.__viewId];t.group.ignore||(r.push(t),t.group.ignore=!0)}))}));var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.getRenderedCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return F(r,(function(e){e.group.ignore=!1})),o}xe(this.id)},re.getConnectedDataURL=function(e){if(this._disposed)xe(this.id);else if(s.canvasSupported){var t="svg"===e.type,n=this.group,r=Math.min,a=Math.max,l=1/0;if(Ue[n]){var u=l,c=l,A=-l,h=-l,d=[],f=e&&e.pixelRatio||1;o.each(Le,(function(i,s){if(i.group===n){var l=t?i.getZr().painter.getSvgDom().innerHTML:i.getRenderedCanvas(o.clone(e)),f=i.getDom().getBoundingClientRect();u=r(f.left,u),c=r(f.top,c),A=a(f.right,A),h=a(f.bottom,h),d.push({dom:l,left:f.left,top:f.top})}})),u*=f,c*=f,A*=f,h*=f;var p=A-u,g=h-c,v=o.createCanvas(),m=i.init(v,{renderer:t?"svg":"canvas"});if(m.resize({width:p,height:g}),t){var y="";return F(d,(function(e){var t=e.left-u,n=e.top-c;y+='<g transform="translate('+t+","+n+')">'+e.dom+"</g>"})),m.painter.getSvgRoot().innerHTML=y,e.connectedBackgroundColor&&m.painter.setBackgroundColor(e.connectedBackgroundColor),m.refreshImmediately(),m.painter.toDataURL()}return e.connectedBackgroundColor&&m.add(new x.Rect({shape:{x:0,y:0,width:p,height:g},style:{fill:e.connectedBackgroundColor}})),F(d,(function(e){var t=new x.Image({style:{x:e.left*f-u,y:e.top*f-c,image:e.dom}});m.add(t)})),m.refreshImmediately(),v.toDataURL("image/"+(e&&e.type||"png"))}return this.getDataURL(e)}},re.convertToPixel=o.curry(ie,"convertToPixel"),re.convertFromPixel=o.curry(ie,"convertFromPixel"),re.containPixel=function(e,t){if(!this._disposed){var n,r=this._model;return e=w.parseFinder(r,e),o.each(e,(function(e,r){r.indexOf("Models")>=0&&o.each(e,(function(e){var i=e.coordinateSystem;if(i&&i.containPoint)n|=!!i.containPoint(t);else if("seriesModels"===r){var o=this._chartsMap[e.__viewId];o&&o.containPoint&&(n|=o.containPoint(t,e))}}),this)}),this),!!n}xe(this.id)},re.getVisual=function(e,t){var n=this._model;e=w.parseFinder(n,e,{defaultMainType:"series"});var r=e.seriesModel,i=r.getData(),o=e.hasOwnProperty("dataIndexInside")?e.dataIndexInside:e.hasOwnProperty("dataIndex")?i.indexOfRawIndex(e.dataIndex):null;return null!=o?i.getItemVisual(o,t):i.getVisual(t)},re.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},re.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]};var oe={prepareAndUpdate:function(e){ae(this),oe.update.call(this,e)},update:function(e){var t=this._model,n=this._api,r=this._zr,i=this._coordSysMgr,o=this._scheduler;if(t){o.restoreData(t,e),o.performSeriesTasks(t),i.create(t,n),o.performDataProcessorTasks(t,e),le(this,t),i.update(t,n),fe(t),o.performVisualTasks(t,e),pe(this,t,n,e);var l=t.get("backgroundColor")||"transparent";if(s.canvasSupported)r.setBackgroundColor(l);else{var u=a.parse(l);l=a.stringify(u,"rgb"),0===u[3]&&(l="transparent")}me(t,n)}},updateTransform:function(e){var t=this._model,n=this,r=this._api;if(t){var i=[];t.eachComponent((function(o,a){var s=n.getViewOfComponentModel(a);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(a,t,r,e);l&&l.update&&i.push(s)}else i.push(s)}));var a=o.createHashMap();t.eachSeries((function(i){var o=n._chartsMap[i.__viewId];if(o.updateTransform){var s=o.updateTransform(i,t,r,e);s&&s.update&&a.set(i.uid,1)}else a.set(i.uid,1)})),fe(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0,dirtyMap:a}),ve(n,t,r,e,a),me(t,this._api)}},updateView:function(e){var t=this._model;t&&(y.markUpdateMethod(e,"updateView"),fe(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0}),pe(this,this._model,this._api,e),me(t,this._api))},updateVisual:function(e){oe.update.call(this,e)},updateLayout:function(e){oe.update.call(this,e)}};function ae(e){var t=e._model,n=e._scheduler;n.restorePipelines(t),n.prepareStageTasks(),de(e,"component",t,n),de(e,"chart",t,n),n.plan()}function se(e,t,n,r,i){var a=e._model;if(r){var s={};s[r+"Id"]=n[r+"Id"],s[r+"Index"]=n[r+"Index"],s[r+"Name"]=n[r+"Name"];var l={mainType:r,query:s};i&&(l.subType=i);var u=n.excludeSeriesId;null!=u&&(u=o.createHashMap(w.normalizeToArray(u))),a&&a.eachComponent(l,(function(t){u&&null!=u.get(t.id)||c(e["series"===r?"_chartsMap":"_componentsMap"][t.__viewId])}),e)}else F(e._componentsViews.concat(e._chartsViews),c);function c(r){r&&r.__alive&&r[t]&&r[t](r.__model,a,e._api,n)}}function le(e,t){var n=e._chartsMap,r=e._scheduler;t.eachSeries((function(e){r.updateStreamModes(e,n[e.__viewId])}))}function ue(e,t){var n=e.type,r=e.escapeConnect,i=Se[n],a=i.actionInfo,s=(a.update||"update").split(":"),l=s.pop();s=null!=s[0]&&U(s[0]),this[J]=!0;var u=[e],c=!1;e.batch&&(c=!0,u=o.map(e.batch,(function(t){return t=o.defaults(o.extend({},t),e),t.batch=null,t})));var A,h=[],d="highlight"===n||"downplay"===n;F(u,(function(e){A=i.action(e,this._model,this._api),A=A||o.extend({},e),A.type=a.event||A.type,h.push(A),d?se(this,l,e,"series"):s&&se(this,l,e,s.main,s.sub)}),this),"none"===l||d||s||(this[Z]?(ae(this),oe.update.call(this,e),this[Z]=!1):oe[l].call(this,e)),A=c?{type:a.event||n,escapeConnect:r,batch:h}:h[0],this[J]=!1,!t&&this._messageCenter.trigger(A.type,A)}function ce(e){var t=this._pendingActions;while(t.length){var n=t.shift();ue.call(this,n,e)}}function Ae(e){!e&&this.trigger("updated")}function he(e,t){e.on("rendered",(function(){t.trigger("rendered"),!e.animation.isFinished()||t[Z]||t._scheduler.unfinished||t._pendingActions.length||t.trigger("finished")}))}function de(e,t,n,r){for(var i="component"===t,o=i?e._componentsViews:e._chartsViews,a=i?e._componentsMap:e._chartsMap,s=e._zr,l=e._api,u=0;u<o.length;u++)o[u].__alive=!1;function c(e){var t="_ec_"+e.id+"_"+e.type,u=a[t];if(!u){var c=U(e.type),A=i?m.getClass(c.main,c.sub):y.getClass(c.sub);u=new A,u.init(n,l),a[t]=u,o.push(u),s.add(u.group)}e.__viewId=u.__id=t,u.__alive=!0,u.__model=e,u.group.__ecComponentInfo={mainType:e.mainType,index:e.componentIndex},!i&&r.prepareView(u,e,n,l)}i?n.eachComponent((function(e,t){"series"!==e&&c(t)})):n.eachSeries(c);for(u=0;u<o.length;){var A=o[u];A.__alive?u++:(!i&&A.renderTask.dispose(),s.remove(A.group),A.dispose(n,l),o.splice(u,1),delete a[A.__id],A.__id=A.group.__ecComponentInfo=null)}}function fe(e){e.clearColorPalette(),e.eachSeries((function(e){e.clearColorPalette()}))}function pe(e,t,n,r){ge(e,t,n,r),F(e._chartsViews,(function(e){e.__alive=!1})),ve(e,t,n,r),F(e._chartsViews,(function(e){e.__alive||e.remove(t,n)}))}function ge(e,t,n,r,i){F(i||e._componentsViews,(function(e){var i=e.__model;e.render(i,t,n,r),be(i,e)}))}function ve(e,t,n,r,i){var o,a=e._scheduler;t.eachSeries((function(t){var n=e._chartsMap[t.__viewId];n.__alive=!0;var s=n.renderTask;a.updatePayload(s,r),i&&i.get(t.uid)&&s.dirty(),o|=s.perform(a.getPerformArgs(s)),n.group.silent=!!t.get("silent"),be(t,n),_e(t,n)})),a.unfinished|=o,we(e,t),C(e._zr.dom,t)}function me(e,t){F(Te,(function(n){n(e,t)}))}re.resize=function(e){if(this._disposed)xe(this.id);else{this._zr.resize(e);var t=this._model;if(this._loadingFX&&this._loadingFX.resize(),t){var n=t.resetOption("media"),r=e&&e.silent;this[J]=!0,n&&ae(this),oe.update.call(this),this[J]=!1,ce.call(this,r),Ae.call(this,r)}}},re.showLoading=function(e,t){if(this._disposed)xe(this.id);else if(L(e)&&(t=e,e=""),e=e||"default",this.hideLoading(),Qe[e]){var n=Qe[e](this._api,t),r=this._zr;this._loadingFX=n,r.add(n)}},re.hideLoading=function(){this._disposed?xe(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},re.makeActionFromEvent=function(e){var t=o.extend({},e);return t.type=Ee[e.type],t},re.dispatchAction=function(e,t){this._disposed?xe(this.id):(L(t)||(t={silent:!!t}),Se[e.type]&&this._model&&(this[J]?this._pendingActions.push(e):(ue.call(this,e,t.silent),t.flush?this._zr.flush(!0):!1!==t.flush&&s.browser.weChat&&this._throttledZrFlush(),ce.call(this,t.silent),Ae.call(this,t.silent))))},re.appendData=function(e){if(this._disposed)xe(this.id);else{var t=e.seriesIndex,n=this.getModel(),r=n.getSeriesByIndex(t);r.appendData(e),this._scheduler.unfinished=!0}},re.on=ee("on",!1),re.off=ee("off",!1),re.one=ee("one",!1);var ye=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function xe(e){}function we(e,t){var n=e._zr,r=n.storage,i=0;r.traverse((function(e){i++})),i>t.get("hoverLayerThreshold")&&!s.node&&t.eachSeries((function(t){if(!t.preventUsingHoverLayer){var n=e._chartsMap[t.__viewId];n.__alive&&n.group.traverse((function(e){e.useHoverLayer=!0}))}}))}function _e(e,t){var n=e.get("blendMode")||null;t.group.traverse((function(e){e.isGroup||e.style.blend!==n&&e.setStyle("blend",n),e.eachPendingDisplayable&&e.eachPendingDisplayable((function(e){e.setStyle("blend",n)}))}))}function be(e,t){var n=e.get("z"),r=e.get("zlevel");t.group.traverse((function(e){"group"!==e.type&&(null!=n&&(e.z=n),null!=r&&(e.zlevel=r))}))}function Be(e){var t=e._coordSysMgr;return o.extend(new A(e),{getCoordinateSystems:o.bind(t.getCoordinateSystems,t),getComponentByElement:function(t){while(t){var n=t.__ecComponentInfo;if(null!=n)return e._model.getComponent(n.mainType,n.index);t=t.parent}}})}function Ce(){this.eventInfo}re._initEvents=function(){F(ye,(function(e){var t=function(t){var n,r=this.getModel(),i=t.target,a="globalout"===e;if(a)n={};else if(i&&null!=i.dataIndex){var s=i.dataModel||r.getSeriesByIndex(i.seriesIndex);n=s&&s.getDataParams(i.dataIndex,i.dataType,i)||{}}else i&&i.eventData&&(n=o.extend({},i.eventData));if(n){var l=n.componentType,u=n.componentIndex;"markLine"!==l&&"markPoint"!==l&&"markArea"!==l||(l="series",u=n.seriesIndex);var c=l&&null!=u&&r.getComponent(l,u),A=c&&this["series"===c.mainType?"_chartsMap":"_componentsMap"][c.__viewId];n.event=t,n.type=e,this._ecEventProcessor.eventInfo={targetEl:i,packedEvent:n,model:c,view:A},this.trigger(e,n)}};t.zrEventfulCallAtLast=!0,this._zr.on(e,t,this)}),this),F(Ee,(function(e,t){this._messageCenter.on(t,(function(e){this.trigger(t,e)}),this)}),this)},re.isDisposed=function(){return this._disposed},re.clear=function(){this._disposed?xe(this.id):this.setOption({series:[]},!0)},re.dispose=function(){if(this._disposed)xe(this.id);else{this._disposed=!0,w.setAttribute(this.getDom(),ke,"");var e=this._api,t=this._model;F(this._componentsViews,(function(n){n.dispose(t,e)})),F(this._chartsViews,(function(n){n.dispose(t,e)})),this._zr.dispose(),delete Le[this.id]}},o.mixin(ne,u),Ce.prototype={constructor:Ce,normalizeQuery:function(e){var t={},n={},r={};if(o.isString(e)){var i=U(e);t.mainType=i.main||null,t.subType=i.sub||null}else{var a=["Index","Name","Id"],s={name:1,dataIndex:1,dataType:1};o.each(e,(function(e,i){for(var o=!1,l=0;l<a.length;l++){var u=a[l],c=i.lastIndexOf(u);if(c>0&&c===i.length-u.length){var A=i.slice(0,c);"data"!==A&&(t.mainType=A,t[u.toLowerCase()]=e,o=!0)}}s.hasOwnProperty(i)&&(n[i]=e,o=!0),o||(r[i]=e)}))}return{cptQuery:t,dataQuery:n,otherQuery:r}},filter:function(e,t,n){var r=this.eventInfo;if(!r)return!0;var i=r.targetEl,o=r.packedEvent,a=r.model,s=r.view;if(!a||!s)return!0;var l=t.cptQuery,u=t.dataQuery;return c(l,a,"mainType")&&c(l,a,"subType")&&c(l,a,"index","componentIndex")&&c(l,a,"name")&&c(l,a,"id")&&c(u,o,"name")&&c(u,o,"dataIndex")&&c(u,o,"dataType")&&(!s.filterForExposedEvent||s.filterForExposedEvent(e,t.otherQuery,i,o));function c(e,t,n,r){return null==e[n]||t[r||n]===e[n]}},afterTrigger:function(){this.eventInfo=null}};var Se={},Ee={},Me=[],Ie=[],Te=[],De=[],Fe={},Qe={},Le={},Ue={},Oe=new Date-0,Ne=new Date-0,ke="_echarts_instance_";function Pe(e){var t=0,n=1,r=2,i="__connectUpdateStatus";function o(e,t){for(var n=0;n<e.length;n++){var r=e[n];r[i]=t}}F(Ee,(function(a,s){e._messageCenter.on(s,(function(a){if(Ue[e.group]&&e[i]!==t){if(a&&a.escapeConnect)return;var s=e.makeActionFromEvent(a),l=[];F(Le,(function(t){t!==e&&t.group===e.group&&l.push(t)})),o(l,t),F(l,(function(e){e[i]!==n&&e.dispatchAction(s)})),o(l,r)}}))}))}function He(e,t,n){var r=Ge(e);if(r)return r;var i=new ne(e,t,n);return i.id="ec_"+Oe++,Le[i.id]=i,w.setAttribute(e,ke,i.id),Pe(i),i}function Re(e){if(o.isArray(e)){var t=e;e=null,F(t,(function(t){null!=t.group&&(e=t.group)})),e=e||"g_"+Ne++,F(t,(function(t){t.group=e}))}return Ue[e]=!0,e}function ze(e){Ue[e]=!1}var Ve=ze;function Ke(e){"string"===typeof e?e=Le[e]:e instanceof ne||(e=Ge(e)),e instanceof ne&&!e.isDisposed()&&e.dispose()}function Ge(e){return Le[w.getAttribute(e,ke)]}function je(e){return Le[e]}function We(e,t){Fe[e]=t}function Xe(e){Ie.push(e)}function Ye(e,t){nt(Me,e,t,P)}function qe(e){Te.push(e)}function Je(e,t,n){"function"===typeof t&&(n=t,t="");var r=L(e)?e.type:[e,e={event:t}][0];e.event=(e.event||r).toLowerCase(),t=e.event,D($.test(r)&&$.test(t)),Se[r]||(Se[r]={action:n,actionInfo:e}),Ee[t]=r}function Ze(e,t){h.register(e,t)}function $e(e){var t=h.get(e);if(t)return t.getDimensionsInfo?t.getDimensionsInfo():t.dimensions.slice()}function et(e,t){nt(De,e,t,V,"layout")}function tt(e,t){nt(De,e,t,j,"visual")}function nt(e,t,n,r,i){(Q(t)||L(t))&&(n=t,t=r);var o=E.wrapStageHandler(n,i);return o.__prio=t,o.__raw=n,e.push(o),o}function rt(e,t){Qe[e]=t}function it(e){return g.extend(e)}function ot(e){return m.extend(e)}function at(e){return v.extend(e)}function st(e){return y.extend(e)}function lt(e){o.$override("createCanvas",e)}function ut(e,t,n){T.registerMap(e,t,n)}function ct(e){var t=T.retrieveMap(e);return t&&t[0]&&{geoJson:t[0].geoJSON,specialAreas:t[0].specialAreas}}tt(G,B),Xe(f),Ye(R,p),rt("default",S),Je({type:"highlight",event:"highlight",update:"highlight"},o.noop),Je({type:"downplay",event:"downplay",update:"downplay"},o.noop),We("light",M),We("dark",I);var At={};t.version=O,t.dependencies=N,t.PRIORITY=q,t.init=He,t.connect=Re,t.disConnect=ze,t.disconnect=Ve,t.dispose=Ke,t.getInstanceByDom=Ge,t.getInstanceById=je,t.registerTheme=We,t.registerPreprocessor=Xe,t.registerProcessor=Ye,t.registerPostUpdate=qe,t.registerAction=Je,t.registerCoordinateSystem=Ze,t.getCoordinateSystemDimensions=$e,t.registerLayout=et,t.registerVisual=tt,t.registerLoading=rt,t.extendComponentModel=it,t.extendComponentView=ot,t.extendSeriesModel=at,t.extendChartView=st,t.setCanvasCreator=lt,t.registerMap=ut,t.getMap=ct,t.dataTool=At;var ht=n("b719");(function(){for(var e in ht)ht.hasOwnProperty(e)&&(t[e]=ht[e])})()},"3f6b":function(e,t,n){e.exports={default:n("b9c7"),__esModule:!0}},"3f8c":function(e,t){e.exports={}},"3f8e":function(e,t,n){var r=n("8727"),i=r.createElement,o=n("20c8"),a=n("9850"),s=n("1687"),l=n("e86a"),u=n("a73c"),c=n("76a5"),A=o.CMD,h=Array.prototype.join,d="none",f=Math.round,p=Math.sin,g=Math.cos,v=Math.PI,m=2*Math.PI,y=180/v,x=1e-4;function w(e){return f(1e4*e)/1e4}function _(e){return e<x&&e>-x}function b(e,t){var n=t?e.textFill:e.fill;return null!=n&&n!==d}function B(e,t){var n=t?e.textStroke:e.stroke;return null!=n&&n!==d}function C(e,t){t&&S(e,"transform","matrix("+h.call(t,",")+")")}function S(e,t,n){(!n||"linear"!==n.type&&"radial"!==n.type)&&e.setAttribute(t,n)}function E(e,t,n){e.setAttributeNS("http://www.w3.org/1999/xlink",t,n)}function M(e,t,n,r){if(b(t,n)){var i=n?t.textFill:t.fill;i="transparent"===i?d:i,S(e,"fill",i),S(e,"fill-opacity",null!=t.fillOpacity?t.fillOpacity*t.opacity:t.opacity)}else S(e,"fill",d);if(B(t,n)){var o=n?t.textStroke:t.stroke;o="transparent"===o?d:o,S(e,"stroke",o);var a=n?t.textStrokeWidth:t.lineWidth,s=!n&&t.strokeNoScale?r.getLineScale():1;S(e,"stroke-width",a/s),S(e,"paint-order",n?"stroke":"fill"),S(e,"stroke-opacity",null!=t.strokeOpacity?t.strokeOpacity:t.opacity);var l=t.lineDash;l?(S(e,"stroke-dasharray",t.lineDash.join(",")),S(e,"stroke-dashoffset",f(t.lineDashOffset||0))):S(e,"stroke-dasharray",""),t.lineCap&&S(e,"stroke-linecap",t.lineCap),t.lineJoin&&S(e,"stroke-linejoin",t.lineJoin),t.miterLimit&&S(e,"stroke-miterlimit",t.miterLimit)}else S(e,"stroke",d)}function I(e){for(var t=[],n=e.data,r=e.len(),i=0;i<r;){var o=n[i++],a="",s=0;switch(o){case A.M:a="M",s=2;break;case A.L:a="L",s=2;break;case A.Q:a="Q",s=4;break;case A.C:a="C",s=6;break;case A.A:var l=n[i++],u=n[i++],c=n[i++],h=n[i++],d=n[i++],x=n[i++],b=n[i++],B=n[i++],C=Math.abs(x),S=_(C-m)||(B?x>=m:-x>=m),E=x>0?x%m:x%m+m,M=!1;M=!!S||!_(C)&&E>=v===!!B;var I=w(l+c*g(d)),T=w(u+h*p(d));S&&(x=B?m-1e-4:1e-4-m,M=!0,9===i&&t.push("M",I,T));var D=w(l+c*g(d+x)),F=w(u+h*p(d+x));t.push("A",w(c),w(h),f(b*y),+M,+B,D,F);break;case A.Z:a="Z";break;case A.R:D=w(n[i++]),F=w(n[i++]);var Q=w(n[i++]),L=w(n[i++]);t.push("M",D,F,"L",D+Q,F,"L",D+Q,F+L,"L",D,F+L,"L",D,F);break}a&&t.push(a);for(var U=0;U<s;U++)t.push(w(n[i++]))}return t.join(" ")}var T={brush:function(e){var t=e.style,n=e.__svgEl;n||(n=i("path"),e.__svgEl=n),e.path||e.createPathProxy();var r=e.path;if(e.__dirtyPath){r.beginPath(),r.subPixelOptimize=!1,e.buildPath(r,e.shape),e.__dirtyPath=!1;var o=I(r);o.indexOf("NaN")<0&&S(n,"d",o)}M(n,t,!1,e),C(n,e.transform),null!=t.text?N(e,e.getBoundingRect()):R(e)}},D={brush:function(e){var t=e.style,n=t.image;if(n instanceof HTMLImageElement){var r=n.src;n=r}if(n){var o=t.x||0,a=t.y||0,s=t.width,l=t.height,u=e.__svgEl;u||(u=i("image"),e.__svgEl=u),n!==e.__imageSrc&&(E(u,"href",n),e.__imageSrc=n),S(u,"width",s),S(u,"height",l),S(u,"x",o),S(u,"y",a),C(u,e.transform),null!=t.text?N(e,e.getBoundingRect()):R(e)}}},F={},Q=new a,L={},U=[],O={left:"start",right:"end",center:"middle",middle:"middle"},N=function(e,t){var n=e.style,r=e.transform,o=e instanceof c||n.transformText;e.__dirty&&u.normalizeTextStyle(n,!0);var a=n.text;if(null!=a&&(a+=""),u.needDrawText(a,n)){null==a&&(a=""),!o&&r&&(Q.copy(t),Q.applyTransform(r),t=Q);var s=e.__textSvgEl;s||(s=i("text"),e.__textSvgEl=s);var A=s.style,h=n.font||l.DEFAULT_FONT,d=s.__computedFont;h!==s.__styleFont&&(A.font=s.__styleFont=h,d=s.__computedFont=A.font);var f=n.textPadding,p=n.textLineHeight,g=e.__textCotentBlock;g&&!e.__dirtyText||(g=e.__textCotentBlock=l.parsePlainText(a,d,f,p,n.truncate));var v=g.outerHeight,m=g.lineHeight;u.getBoxPosition(L,e,n,t);var y=L.baseX,x=L.baseY,w=L.textAlign||"left",_=L.textVerticalAlign;k(s,o,r,n,t,y,x);var b=l.adjustTextY(x,v,_),B=y,C=b;f&&(B=P(y,w,f),C+=f[0]),C+=m/2,M(s,n,!0,e);var S=g.canCacheByTextString,E=e.__tspanList||(e.__tspanList=[]),I=E.length;if(S&&e.__canCacheByTextString&&e.__text===a){if(e.__dirtyText&&I)for(var T=0;T<I;++T)H(E[T],w,B,C+T*m)}else{e.__text=a,e.__canCacheByTextString=S;var D=g.lines,F=D.length;for(T=0;T<F;T++){var U=E[T],O=D[T];U?U.__zrText!==O&&(U.innerHTML="",U.appendChild(document.createTextNode(O))):(U=E[T]=i("tspan"),s.appendChild(U),U.appendChild(document.createTextNode(O))),H(U,w,B,C+T*m)}if(I>F){for(;T<I;T++)s.removeChild(E[T]);E.length=F}}}};function k(e,t,n,r,i,o,a){s.identity(U),t&&n&&s.copy(U,n);var l=r.textRotation;if(i&&l){var u=r.textOrigin;"center"===u?(o=i.width/2+i.x,a=i.height/2+i.y):u&&(o=u[0]+i.x,a=u[1]+i.y),U[4]-=o,U[5]-=a,s.rotate(U,U,l),U[4]+=o,U[5]+=a}C(e,U)}function P(e,t,n){return"right"===t?e-n[1]:"center"===t?e+n[3]/2-n[1]/2:e+n[3]}function H(e,t,n,r){S(e,"dominant-baseline","middle"),S(e,"text-anchor",O[t]),S(e,"x",n),S(e,"y",r)}function R(e){e&&e.__textSvgEl&&(e.__textSvgEl.parentNode&&e.__textSvgEl.parentNode.removeChild(e.__textSvgEl),e.__textSvgEl=null,e.__tspanList=[],e.__text=null)}F.drawRectText=N,F.brush=function(e){var t=e.style;null!=t.text?N(e,!1):R(e)},t.path=T,t.image=D,t.text=F},"401b":function(e,t){var n="undefined"===typeof Float32Array?Array:Float32Array;function r(e,t){var r=new n(2);return null==e&&(e=0),null==t&&(t=0),r[0]=e,r[1]=t,r}function i(e,t){return e[0]=t[0],e[1]=t[1],e}function o(e){var t=new n(2);return t[0]=e[0],t[1]=e[1],t}function a(e,t,n){return e[0]=t,e[1]=n,e}function s(e,t,n){return e[0]=t[0]+n[0],e[1]=t[1]+n[1],e}function l(e,t,n,r){return e[0]=t[0]+n[0]*r,e[1]=t[1]+n[1]*r,e}function u(e,t,n){return e[0]=t[0]-n[0],e[1]=t[1]-n[1],e}function c(e){return Math.sqrt(h(e))}var A=c;function h(e){return e[0]*e[0]+e[1]*e[1]}var d=h;function f(e,t,n){return e[0]=t[0]*n[0],e[1]=t[1]*n[1],e}function p(e,t,n){return e[0]=t[0]/n[0],e[1]=t[1]/n[1],e}function g(e,t){return e[0]*t[0]+e[1]*t[1]}function v(e,t,n){return e[0]=t[0]*n,e[1]=t[1]*n,e}function m(e,t){var n=c(t);return 0===n?(e[0]=0,e[1]=0):(e[0]=t[0]/n,e[1]=t[1]/n),e}function y(e,t){return Math.sqrt((e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1]))}var x=y;function w(e,t){return(e[0]-t[0])*(e[0]-t[0])+(e[1]-t[1])*(e[1]-t[1])}var _=w;function b(e,t){return e[0]=-t[0],e[1]=-t[1],e}function B(e,t,n,r){return e[0]=t[0]+r*(n[0]-t[0]),e[1]=t[1]+r*(n[1]-t[1]),e}function C(e,t,n){var r=t[0],i=t[1];return e[0]=n[0]*r+n[2]*i+n[4],e[1]=n[1]*r+n[3]*i+n[5],e}function S(e,t,n){return e[0]=Math.min(t[0],n[0]),e[1]=Math.min(t[1],n[1]),e}function E(e,t,n){return e[0]=Math.max(t[0],n[0]),e[1]=Math.max(t[1],n[1]),e}t.create=r,t.copy=i,t.clone=o,t.set=a,t.add=s,t.scaleAndAdd=l,t.sub=u,t.len=c,t.length=A,t.lenSquare=h,t.lengthSquare=d,t.mul=f,t.div=p,t.dot=g,t.scale=v,t.normalize=m,t.distance=y,t.dist=x,t.distanceSquare=w,t.distSquare=_,t.negate=b,t.lerp=B,t.applyTransform=C,t.min=S,t.max=E},"408a":function(e,t,n){var r=n("c6b6");e.exports=function(e){if("number"!=typeof e&&"Number"!=r(e))throw TypeError("Incorrect invocation");return+e}},"414c":function(e,t,n){var r=n("3a56"),i=r.extend({type:"dataZoom.select"});e.exports=i},"41b2":function(e,t,n){"use strict";t.__esModule=!0;var r=n("3f6b"),i=o(r);function o(e){return e&&e.__esModule?e:{default:e}}t.default=i.default||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e}},"41ef":function(e,t,n){var r=n("d51b"),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(e){return e=Math.round(e),e<0?0:e>255?255:e}function a(e){return e=Math.round(e),e<0?0:e>360?360:e}function s(e){return e<0?0:e>1?1:e}function l(e){return e.length&&"%"===e.charAt(e.length-1)?o(parseFloat(e)/100*255):o(parseInt(e,10))}function u(e){return e.length&&"%"===e.charAt(e.length-1)?s(parseFloat(e)/100):s(parseFloat(e))}function c(e,t,n){return n<0?n+=1:n>1&&(n-=1),6*n<1?e+(t-e)*n*6:2*n<1?t:3*n<2?e+(t-e)*(2/3-n)*6:e}function A(e,t,n){return e+(t-e)*n}function h(e,t,n,r,i){return e[0]=t,e[1]=n,e[2]=r,e[3]=i,e}function d(e,t){return e[0]=t[0],e[1]=t[1],e[2]=t[2],e[3]=t[3],e}var f=new r(20),p=null;function g(e,t){p&&d(p,t),p=f.put(e,p||t.slice())}function v(e,t){if(e){t=t||[];var n=f.get(e);if(n)return d(t,n);e+="";var r=e.replace(/ /g,"").toLowerCase();if(r in i)return d(t,i[r]),g(e,t),t;if("#"!==r.charAt(0)){var o=r.indexOf("("),a=r.indexOf(")");if(-1!==o&&a+1===r.length){var s=r.substr(0,o),c=r.substr(o+1,a-(o+1)).split(","),A=1;switch(s){case"rgba":if(4!==c.length)return void h(t,0,0,0,1);A=u(c.pop());case"rgb":return 3!==c.length?void h(t,0,0,0,1):(h(t,l(c[0]),l(c[1]),l(c[2]),A),g(e,t),t);case"hsla":return 4!==c.length?void h(t,0,0,0,1):(c[3]=u(c[3]),m(c,t),g(e,t),t);case"hsl":return 3!==c.length?void h(t,0,0,0,1):(m(c,t),g(e,t),t);default:return}}h(t,0,0,0,1)}else{if(4===r.length){var p=parseInt(r.substr(1),16);return p>=0&&p<=4095?(h(t,(3840&p)>>4|(3840&p)>>8,240&p|(240&p)>>4,15&p|(15&p)<<4,1),g(e,t),t):void h(t,0,0,0,1)}if(7===r.length){p=parseInt(r.substr(1),16);return p>=0&&p<=16777215?(h(t,(16711680&p)>>16,(65280&p)>>8,255&p,1),g(e,t),t):void h(t,0,0,0,1)}}}}function m(e,t){var n=(parseFloat(e[0])%360+360)%360/360,r=u(e[1]),i=u(e[2]),a=i<=.5?i*(r+1):i+r-i*r,s=2*i-a;return t=t||[],h(t,o(255*c(s,a,n+1/3)),o(255*c(s,a,n)),o(255*c(s,a,n-1/3)),1),4===e.length&&(t[3]=e[3]),t}function y(e){if(e){var t,n,r=e[0]/255,i=e[1]/255,o=e[2]/255,a=Math.min(r,i,o),s=Math.max(r,i,o),l=s-a,u=(s+a)/2;if(0===l)t=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-r)/6+l/2)/l,A=((s-i)/6+l/2)/l,h=((s-o)/6+l/2)/l;r===s?t=h-A:i===s?t=1/3+c-h:o===s&&(t=2/3+A-c),t<0&&(t+=1),t>1&&(t-=1)}var d=[360*t,n,u];return null!=e[3]&&d.push(e[3]),d}}function x(e,t){var n=v(e);if(n){for(var r=0;r<3;r++)n[r]=t<0?n[r]*(1-t)|0:(255-n[r])*t+n[r]|0,n[r]>255?n[r]=255:e[r]<0&&(n[r]=0);return M(n,4===n.length?"rgba":"rgb")}}function w(e){var t=v(e);if(t)return((1<<24)+(t[0]<<16)+(t[1]<<8)+ +t[2]).toString(16).slice(1)}function _(e,t,n){if(t&&t.length&&e>=0&&e<=1){n=n||[];var r=e*(t.length-1),i=Math.floor(r),a=Math.ceil(r),l=t[i],u=t[a],c=r-i;return n[0]=o(A(l[0],u[0],c)),n[1]=o(A(l[1],u[1],c)),n[2]=o(A(l[2],u[2],c)),n[3]=s(A(l[3],u[3],c)),n}}var b=_;function B(e,t,n){if(t&&t.length&&e>=0&&e<=1){var r=e*(t.length-1),i=Math.floor(r),a=Math.ceil(r),l=v(t[i]),u=v(t[a]),c=r-i,h=M([o(A(l[0],u[0],c)),o(A(l[1],u[1],c)),o(A(l[2],u[2],c)),s(A(l[3],u[3],c))],"rgba");return n?{color:h,leftIndex:i,rightIndex:a,value:r}:h}}var C=B;function S(e,t,n,r){if(e=v(e),e)return e=y(e),null!=t&&(e[0]=a(t)),null!=n&&(e[1]=u(n)),null!=r&&(e[2]=u(r)),M(m(e),"rgba")}function E(e,t){if(e=v(e),e&&null!=t)return e[3]=s(t),M(e,"rgba")}function M(e,t){if(e&&e.length){var n=e[0]+","+e[1]+","+e[2];return"rgba"!==t&&"hsva"!==t&&"hsla"!==t||(n+=","+e[3]),t+"("+n+")"}}t.parse=v,t.lift=x,t.toHex=w,t.fastLerp=_,t.fastMapToColor=b,t.lerp=B,t.mapToColor=C,t.modifyHSL=S,t.modifyAlpha=E,t.stringify=M},"428f":function(e,t,n){var r=n("da84");e.exports=r},"42e5":function(e,t){var n=function(e){this.colorStops=e||[]};n.prototype={constructor:n,addColorStop:function(e,t){this.colorStops.push({offset:e,color:t})}};var r=n;e.exports=r},"42f6":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("22d1"),a=n("07d7"),s=n("82f9"),l=n("eda2"),u=n("3842"),c=n("2306"),A=n("133d"),h=n("f934"),d=n("4319"),f=n("17d6"),p=n("697e"),g=n("ff2e"),v=n("e0d3"),m=v.getTooltipRenderMode,y=i.bind,x=i.each,w=u.parsePercent,_=new c.Rect({shape:{x:-1,y:-1,width:2,height:2}}),b=r.extendComponentView({type:"tooltip",init:function(e,t){if(!o.node){var n,r=e.getComponent("tooltip"),i=r.get("renderMode");this._renderMode=m(i),"html"===this._renderMode?(n=new a(t.getDom(),t,{appendToBody:r.get("appendToBody",!0)}),this._newLine="<br/>"):(n=new s(t),this._newLine="\n"),this._tooltipContent=n}},render:function(e,t,n){if(!o.node){this.group.removeAll(),this._tooltipModel=e,this._ecModel=t,this._api=n,this._lastDataByCoordSys=null,this._alwaysShowContent=e.get("alwaysShowContent");var r=this._tooltipContent;r.update(e),r.setEnterable(e.get("enterable")),this._initGlobalListener(),this._keepShow()}},_initGlobalListener:function(){var e=this._tooltipModel,t=e.get("triggerOn");f.register("itemTooltip",this._api,y((function(e,n,r){"none"!==t&&(t.indexOf(e)>=0?this._tryShow(n,r):"leave"===e&&this._hide(r))}),this))},_keepShow:function(){var e=this._tooltipModel,t=this._ecModel,n=this._api;if(null!=this._lastX&&null!=this._lastY&&"none"!==e.get("triggerOn")){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout((function(){!n.isDisposed()&&r.manuallyShowTip(e,t,n,{x:r._lastX,y:r._lastY})}))}},manuallyShowTip:function(e,t,n,r){if(r.from!==this.uid&&!o.node){var i=C(r,n);this._ticket="";var a=r.dataByCoordSys;if(r.tooltip&&null!=r.x&&null!=r.y){var s=_;s.position=[r.x,r.y],s.update(),s.tooltip=r.tooltip,this._tryShow({offsetX:r.x,offsetY:r.y,target:s},i)}else if(a)this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,dataByCoordSys:r.dataByCoordSys,tooltipOption:r.tooltipOption},i);else if(null!=r.seriesIndex){if(this._manuallyAxisShowTip(e,t,n,r))return;var l=A(r,t),u=l.point[0],c=l.point[1];null!=u&&null!=c&&this._tryShow({offsetX:u,offsetY:c,position:r.position,target:l.el},i)}else null!=r.x&&null!=r.y&&(n.dispatchAction({type:"updateAxisPointer",x:r.x,y:r.y}),this._tryShow({offsetX:r.x,offsetY:r.y,position:r.position,target:n.getZr().findHover(r.x,r.y).target},i))}},manuallyHideTip:function(e,t,n,r){var i=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&i.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=null,r.from!==this.uid&&this._hide(C(r,n))},_manuallyAxisShowTip:function(e,t,n,r){var i=r.seriesIndex,o=r.dataIndex,a=t.getComponent("axisPointer").coordSysAxesInfo;if(null!=i&&null!=o&&null!=a){var s=t.getSeriesByIndex(i);if(s){var l=s.getData();e=B([l.getItemModel(o),s,(s.coordinateSystem||{}).model,e]);if("axis"===e.get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:i,dataIndex:o,position:r.position}),!0}}},_tryShow:function(e,t){var n=e.target,r=this._tooltipModel;if(r){this._lastX=e.offsetX,this._lastY=e.offsetY;var i=e.dataByCoordSys;i&&i.length?this._showAxisTooltip(i,e):n&&null!=n.dataIndex?(this._lastDataByCoordSys=null,this._showSeriesItemTooltip(e,n,t)):n&&n.tooltip?(this._lastDataByCoordSys=null,this._showComponentItemTooltip(e,n,t)):(this._lastDataByCoordSys=null,this._hide(t))}},_showOrMove:function(e,t){var n=e.get("showDelay");t=i.bind(t,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(t,n):t()},_showAxisTooltip:function(e,t){var n=this._ecModel,r=this._tooltipModel,o=[t.offsetX,t.offsetY],a=[],s=[],u=B([t.tooltipOption,r]),c=this._renderMode,A=this._newLine,h={};x(e,(function(e){x(e.dataByAxis,(function(e){var t=n.getComponent(e.axisDim+"Axis",e.axisIndex),r=e.value,o=[];if(t&&null!=r){var u=g.getValueLabel(r,t.axis,n,e.seriesDataIndices,e.valueLabelOpt);i.each(e.seriesDataIndices,(function(a){var l=n.getSeriesByIndex(a.seriesIndex),A=a.dataIndexInside,d=l&&l.getDataParams(A);if(d.axisDim=e.axisDim,d.axisIndex=e.axisIndex,d.axisType=e.axisType,d.axisId=e.axisId,d.axisValue=p.getAxisRawValue(t.axis,r),d.axisValueLabel=u,d){s.push(d);var f,g=l.formatTooltip(A,!0,null,c);if(i.isObject(g)){f=g.html;var v=g.markers;i.merge(h,v)}else f=g;o.push(f)}}));var d=u;"html"!==c?a.push(o.join(A)):a.push((d?l.encodeHTML(d)+A:"")+o.join(A))}}))}),this),a.reverse(),a=a.join(this._newLine+this._newLine);var d=t.position;this._showOrMove(u,(function(){this._updateContentNotChangedOnAxis(e)?this._updatePosition(u,d,o[0],o[1],this._tooltipContent,s):this._showTooltipContent(u,a,s,Math.random(),o[0],o[1],d,void 0,h)}))},_showSeriesItemTooltip:function(e,t,n){var r=this._ecModel,o=t.seriesIndex,a=r.getSeriesByIndex(o),s=t.dataModel||a,l=t.dataIndex,u=t.dataType,c=s.getData(u),A=B([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model,this._tooltipModel]),h=A.get("trigger");if(null==h||"item"===h){var d,f,p=s.getDataParams(l,u),g=s.formatTooltip(l,!1,u,this._renderMode);i.isObject(g)?(d=g.html,f=g.markers):(d=g,f=null);var v="item_"+s.name+"_"+l;this._showOrMove(A,(function(){this._showTooltipContent(A,d,p,v,e.offsetX,e.offsetY,e.position,e.target,f)})),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},_showComponentItemTooltip:function(e,t,n){var r=t.tooltip;if("string"===typeof r){var i=r;r={content:i,formatter:i}}var o=new d(r,this._tooltipModel,this._ecModel),a=o.get("content"),s=Math.random();this._showOrMove(o,(function(){this._showTooltipContent(o,a,o.get("formatterParams")||{},s,e.offsetX,e.offsetY,e.position,t)})),n({type:"showTip",from:this.uid})},_showTooltipContent:function(e,t,n,r,i,o,a,s,u){if(this._ticket="",e.get("showContent")&&e.get("show")){var c=this._tooltipContent,A=e.get("formatter");a=a||e.get("position");var h=t;if(A&&"string"===typeof A)h=l.formatTpl(A,n,!0);else if("function"===typeof A){var d=y((function(t,r){t===this._ticket&&(c.setContent(r,u,e),this._updatePosition(e,a,i,o,c,n,s))}),this);this._ticket=r,h=A(n,r,d)}c.setContent(h,u,e),c.show(e),this._updatePosition(e,a,i,o,c,n,s)}},_updatePosition:function(e,t,n,r,o,a,s){var l=this._api.getWidth(),u=this._api.getHeight();t=t||e.get("position");var c=o.getSize(),A=e.get("align"),d=e.get("verticalAlign"),f=s&&s.getBoundingRect().clone();if(s&&f.applyTransform(s.transform),"function"===typeof t&&(t=t([n,r],a,o.el,f,{viewSize:[l,u],contentSize:c.slice()})),i.isArray(t))n=w(t[0],l),r=w(t[1],u);else if(i.isObject(t)){t.width=c[0],t.height=c[1];var p=h.getLayoutRect(t,{width:l,height:u});n=p.x,r=p.y,A=null,d=null}else if("string"===typeof t&&s){var g=M(t,f,c);n=g[0],r=g[1]}else{g=S(n,r,o,l,u,A?null:20,d?null:20);n=g[0],r=g[1]}if(A&&(n-=I(A)?c[0]/2:"right"===A?c[0]:0),d&&(r-=I(d)?c[1]/2:"bottom"===d?c[1]:0),e.get("confine")){g=E(n,r,o,l,u);n=g[0],r=g[1]}o.moveTo(n,r)},_updateContentNotChangedOnAxis:function(e){var t=this._lastDataByCoordSys,n=!!t&&t.length===e.length;return n&&x(t,(function(t,r){var i=t.dataByAxis||{},o=e[r]||{},a=o.dataByAxis||[];n&=i.length===a.length,n&&x(i,(function(e,t){var r=a[t]||{},i=e.seriesDataIndices||[],o=r.seriesDataIndices||[];n&=e.value===r.value&&e.axisType===r.axisType&&e.axisId===r.axisId&&i.length===o.length,n&&x(i,(function(e,t){var r=o[t];n&=e.seriesIndex===r.seriesIndex&&e.dataIndex===r.dataIndex}))}))})),this._lastDataByCoordSys=e,!!n},_hide:function(e){this._lastDataByCoordSys=null,e({type:"hideTip",from:this.uid})},dispose:function(e,t){o.node||(this._tooltipContent.dispose(),f.unregister("itemTooltip",t))}});function B(e){var t=e.pop();while(e.length){var n=e.pop();n&&(d.isInstance(n)&&(n=n.get("tooltip",!0)),"string"===typeof n&&(n={formatter:n}),t=new d(n,t,t.ecModel))}return t}function C(e,t){return e.dispatchAction||i.bind(t.dispatchAction,t)}function S(e,t,n,r,i,o,a){var s=n.getOuterSize(),l=s.width,u=s.height;return null!=o&&(e+l+o>r?e-=l+o:e+=o),null!=a&&(t+u+a>i?t-=u+a:t+=a),[e,t]}function E(e,t,n,r,i){var o=n.getOuterSize(),a=o.width,s=o.height;return e=Math.min(e+a,r)-a,t=Math.min(t+s,i)-s,e=Math.max(e,0),t=Math.max(t,0),[e,t]}function M(e,t,n){var r=n[0],i=n[1],o=5,a=0,s=0,l=t.width,u=t.height;switch(e){case"inside":a=t.x+l/2-r/2,s=t.y+u/2-i/2;break;case"top":a=t.x+l/2-r/2,s=t.y-i-o;break;case"bottom":a=t.x+l/2-r/2,s=t.y+u+o;break;case"left":a=t.x-r-o,s=t.y+u/2-i/2;break;case"right":a=t.x+l+o,s=t.y+u/2-i/2}return[a,s]}function I(e){return"center"===e||"middle"===e}e.exports=b},4319:function(e,t,n){var r=n("6d8b"),i=n("22d1"),o=n("e0d3"),a=o.makeInner,s=n("625e"),l=s.enableClassExtend,u=s.enableClassCheck,c=n("3901"),A=n("9bdb"),h=n("fe21"),d=n("551f"),f=r.mixin,p=a();function g(e,t,n){this.parentModel=t,this.ecModel=n,this.option=e}function v(e,t,n){for(var r=0;r<t.length;r++)if(t[r]&&(e=e&&"object"===typeof e?e[t[r]]:null,null==e))break;return null==e&&n&&(e=n.get(t)),e}function m(e,t){var n=p(e).getParent;return n?n.call(e,t):e.parentModel}g.prototype={constructor:g,init:null,mergeOption:function(e){r.merge(this.option,e,!0)},get:function(e,t){return null==e?this.option:v(this.option,this.parsePath(e),!t&&m(this,e))},getShallow:function(e,t){var n=this.option,r=null==n?n:n[e],i=!t&&m(this,e);return null==r&&i&&(r=i.getShallow(e)),r},getModel:function(e,t){var n,r=null==e?this.option:v(this.option,e=this.parsePath(e));return t=t||(n=m(this,e))&&n.getModel(e),new g(r,t,this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){var e=this.constructor;return new e(r.clone(this.option))},setReadOnly:function(e){},parsePath:function(e){return"string"===typeof e&&(e=e.split(".")),e},customizeGetParent:function(e){p(this).getParent=e},isAnimationEnabled:function(){if(!i.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},l(g),u(g),f(g,c),f(g,A),f(g,h),f(g,d);var y=g;e.exports=y},4338:function(e,t,n){var r=n("4bf6"),i=n("2039");function o(e,t){var n=[];return e.eachComponent("singleAxis",(function(i,o){var a=new r(i,e,t);a.name="single_"+o,a.resize(i,t),i.coordinateSystem=a,n.push(a)})),e.eachSeries((function(t){if("singleAxis"===t.get("coordinateSystem")){var n=e.queryComponents({mainType:"singleAxis",index:t.get("singleAxisIndex"),id:t.get("singleAxisId")})[0];t.coordinateSystem=n&&n.coordinateSystem}})),n}i.register("single",{create:o,dimensions:r.prototype.dimensions})},4362:function(e,t,n){t.nextTick=function(e){var t=Array.prototype.slice.call(arguments);t.shift(),setTimeout((function(){e.apply(null,t)}),0)},t.platform=t.arch=t.execPath=t.title="browser",t.pid=1,t.browser=!0,t.env={},t.argv=[],t.binding=function(e){throw new Error("No such module. (Possibly not yet loaded)")},function(){var e,r="/";t.cwd=function(){return r},t.chdir=function(t){e||(e=n("df7c")),r=e.resolve(t,r)}}(),t.exit=t.kill=t.umask=t.dlopen=t.uptime=t.memoryUsage=t.uvCounters=function(){},t.features={}},"43b8":function(e,t,n){var r=n("2449"),i=r.extend({type:"markArea",defaultOption:{zlevel:0,z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}}});e.exports=i},4411:function(e,t,n){for(var r=n("3eba"),i=n("55ac"),o=function(){},a=["treemapZoomToNode","treemapRender","treemapMove"],s=0;s<a.length;s++)r.registerAction({type:a[s],update:"updateView"},o);r.registerAction({type:"treemapRootToNode",update:"updateView"},(function(e,t){function n(t,n){var r=["treemapZoomToNode","treemapRootToNode"],o=i.retrieveTargetInfo(e,r,t);if(o){var a=t.getViewRoot();a&&(e.direction=i.aboveViewRoot(a,o.node)?"rollUp":"drillDown"),t.resetViewRoot(o.node)}}t.eachComponent({mainType:"series",subType:"treemap",query:e},n)}))},4436:function(e,t,n){var r=n("74cb");function i(e){this._target=e.target,this._life=e.life||1e3,this._delay=e.delay||0,this._initialized=!1,this.loop=null!=e.loop&&e.loop,this.gap=e.gap||0,this.easing=e.easing||"Linear",this.onframe=e.onframe,this.ondestroy=e.ondestroy,this.onrestart=e.onrestart,this._pausedTime=0,this._paused=!1}i.prototype={constructor:i,step:function(e,t){if(this._initialized||(this._startTime=e+this._delay,this._initialized=!0),this._paused)this._pausedTime+=t;else{var n=(e-this._startTime-this._pausedTime)/this._life;if(!(n<0)){n=Math.min(n,1);var i=this.easing,o="string"===typeof i?r[i]:i,a="function"===typeof o?o(n):n;return this.fire("frame",a),1===n?this.loop?(this.restart(e),"restart"):(this._needsRemove=!0,"destroy"):null}}},restart:function(e){var t=(e-this._startTime-this._pausedTime)%this._life;this._startTime=e-t+this.gap,this._pausedTime=0,this._needsRemove=!1},fire:function(e,t){e="on"+e,this[e]&&this[e](this._target,t)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var o=i;e.exports=o},"448a":function(e,t,n){var r=n("2236"),i=n("11b0"),o=n("6613"),a=n("0676");function s(e){return r(e)||i(e)||o(e)||a()}e.exports=s,e.exports["default"]=e.exports,e.exports.__esModule=!0},"44ad":function(e,t,n){var r=n("d039"),i=n("c6b6"),o="".split;e.exports=r((function(){return!Object("z").propertyIsEnumerable(0)}))?function(e){return"String"==i(e)?o.call(e,""):Object(e)}:Object},"44d2":function(e,t,n){var r=n("b622"),i=n("7c73"),o=n("9bf2"),a=r("unscopables"),s=Array.prototype;void 0==s[a]&&o.f(s,a,{configurable:!0,value:i(null)}),e.exports=function(e){s[a][e]=!0}},"44de":function(e,t,n){var r=n("da84");e.exports=function(e,t){var n=r.console;n&&n.error&&(1===arguments.length?n.error(e):n.error(e,t))}},"44e7":function(e,t,n){var r=n("861d"),i=n("c6b6"),o=n("b622"),a=o("match");e.exports=function(e){var t;return r(e)&&(void 0!==(t=e[a])?!!t:"RegExp"==i(e))}},"44fb":function(e,t,n){var r=n("3eba"),i=n("55ac"),o="sunburstRootToNode";r.registerAction({type:o,update:"updateView"},(function(e,t){function n(t,n){var r=i.retrieveTargetInfo(e,[o],t);if(r){var a=t.getViewRoot();a&&(e.direction=i.aboveViewRoot(a,r.node)?"rollUp":"drillDown"),t.resetViewRoot(r.node)}}t.eachComponent({mainType:"series",subType:"sunburst",query:e},n)}));var a="sunburstHighlight";r.registerAction({type:a,update:"updateView"},(function(e,t){function n(t,n){var r=i.retrieveTargetInfo(e,[a],t);r&&(e.highlight=r.node)}t.eachComponent({mainType:"series",subType:"sunburst",query:e},n)}));var s="sunburstUnhighlight";r.registerAction({type:s,update:"updateView"},(function(e,t){function n(t,n){e.unhighlight=!0}t.eachComponent({mainType:"series",subType:"sunburst",query:e},n)}))},4527:function(e,t,n){var r=n("2306"),i=n("6d8b");function o(e,t,n){r.Group.call(this),this._createPolyline(e,t,n)}var a=o.prototype;a._createPolyline=function(e,t,n){var i=e.getItemLayout(t),o=new r.Polyline({shape:{points:i}});this.add(o),this._updateCommonStl(e,t,n)},a.updateData=function(e,t,n){var i=e.hostModel,o=this.childAt(0),a={shape:{points:e.getItemLayout(t)}};r.updateProps(o,a,i,t),this._updateCommonStl(e,t,n)},a._updateCommonStl=function(e,t,n){var o=this.childAt(0),a=e.getItemModel(t),s=e.getItemVisual(t,"color"),l=n&&n.lineStyle,u=n&&n.hoverLineStyle;n&&!e.hasItemOption||(l=a.getModel("lineStyle").getLineStyle(),u=a.getModel("emphasis.lineStyle").getLineStyle()),o.useStyle(i.defaults({strokeNoScale:!0,fill:"none",stroke:s},l)),o.hoverStyle=u,r.setHoverStyle(this)},a.updateLayout=function(e,t){var n=this.childAt(0);n.setShape("points",e.getItemLayout(t))},i.inherits(o,r.Group);var s=o;e.exports=s},4573:function(e,t,n){var r=n("cbe5"),i=r.extend({type:"ring",shape:{cx:0,cy:0,r:0,r0:0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=2*Math.PI;e.moveTo(n+t.r,r),e.arc(n,r,t.r,0,i,!1),e.moveTo(n+t.r0,r),e.arc(n,r,t.r0,0,i,!0)}});e.exports=i},4650:function(e,t,n){var r=n("3eba"),i=n("6d8b");function o(e,t,n){var r,o={},a="toggleSelected"===e;return n.eachComponent("legend",(function(n){a&&null!=r?n[r?"select":"unSelect"](t.name):"allSelect"===e||"inverseSelect"===e?n[e]():(n[e](t.name),r=n.isSelected(t.name));var s=n.getData();i.each(s,(function(e){var t=e.get("name");if("\n"!==t&&""!==t){var r=n.isSelected(t);o.hasOwnProperty(t)?o[t]=o[t]&&r:o[t]=r}}))})),"allSelect"===e||"inverseSelect"===e?{selected:o}:{name:t.name,selected:o}}r.registerAction("legendToggleSelect","legendselectchanged",i.curry(o,"toggleSelected")),r.registerAction("legendAllSelect","legendselectall",i.curry(o,"allSelect")),r.registerAction("legendInverseSelect","legendinverseselect",i.curry(o,"inverseSelect")),r.registerAction("legendSelect","legendselected",i.curry(o,"select")),r.registerAction("legendUnSelect","legendunselected",i.curry(o,"unSelect"))},"466d":function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),o=n("50c4"),a=n("1d80"),s=n("8aa5"),l=n("14c3");r("match",1,(function(e,t,n){return[function(t){var n=a(this),r=void 0==t?void 0:t[e];return void 0!==r?r.call(t,n):new RegExp(t)[e](String(n))},function(e){var r=n(t,e,this);if(r.done)return r.value;var a=i(e),u=String(this);if(!a.global)return l(a,u);var c=a.unicode;a.lastIndex=0;var A,h=[],d=0;while(null!==(A=l(a,u))){var f=String(A[0]);h[d]=f,""===f&&(a.lastIndex=s(u,o(a.lastIndex),c)),d++}return 0===d?null:h}]}))},"467f":function(e,t,n){"use strict";var r=n("2d83");e.exports=function(e,t,n){var i=n.config.validateStatus;n.status&&i&&!i(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},"471e":function(e,t){function n(e){var t=e.getRect(),n=e.getRangeInfo();return{coordSys:{type:"calendar",x:t.x,y:t.y,width:t.width,height:t.height,cellWidth:e.getCellWidth(),cellHeight:e.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(t,n){return e.dataToPoint(t,n)}}}}e.exports=n},4784:function(e,t,n){var r=n("3eba"),i=n("f706"),o=n("c8ef"),a=n("1687"),s=n("87c3"),l=r.extendChartView({type:"effectScatter",init:function(){this._symbolDraw=new i(o)},render:function(e,t,n){var r=e.getData(),i=this._symbolDraw;i.updateData(r),this.group.add(i.group)},updateTransform:function(e,t,n){var r=e.getData();this.group.dirty();var i=s().reset(e);i.progress&&i.progress({start:0,end:r.count()},r),this._symbolDraw.updateLayout(r)},_updateGroupTransform:function(e){var t=e.coordinateSystem;t&&t.getRoamTransform&&(this.group.transform=a.clone(t.getRoamTransform()),this.group.decomposeTransform())},remove:function(e,t){this._symbolDraw&&this._symbolDraw.remove(t)},dispose:function(){}});e.exports=l},"480e":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("2306"),a=n("cd84"),s=n("6d8b");function l(e,t,n){var r=e[1]-e[0];t=s.map(t,(function(t){return{interval:[(t.interval[0]-e[0])/r,(t.interval[1]-e[0])/r]}}));var i=t.length,o=0;return function(e){for(var r=o;r<i;r++){var a=t[r].interval;if(a[0]<=e&&e<=a[1]){o=r;break}}if(r===i)for(r=o-1;r>=0;r--){a=t[r].interval;if(a[0]<=e&&e<=a[1]){o=r;break}}return r>=0&&r<i&&n[r]}}function u(e,t){var n=e[1]-e[0];return t=[(t[0]-e[0])/n,(t[1]-e[0])/n],function(e){return e>=t[0]&&e<=t[1]}}function c(e){var t=e.dimensions;return"lng"===t[0]&&"lat"===t[1]}var A=i.extendChartView({type:"heatmap",render:function(e,t,n){var r;t.eachComponent("visualMap",(function(t){t.eachTargetSeries((function(n){n===e&&(r=t)}))})),this.group.removeAll(),this._incrementalDisplayable=null;var i=e.coordinateSystem;"cartesian2d"===i.type||"calendar"===i.type?this._renderOnCartesianAndCalendar(e,n,0,e.getData().count()):c(i)&&this._renderOnGeo(i,e,r,n)},incrementalPrepareRender:function(e,t,n){this.group.removeAll()},incrementalRender:function(e,t,n,r){var i=t.coordinateSystem;i&&this._renderOnCartesianAndCalendar(t,r,e.start,e.end,!0)},_renderOnCartesianAndCalendar:function(e,t,n,r,i){var a,l,u=e.coordinateSystem;if("cartesian2d"===u.type){var c=u.getAxis("x"),A=u.getAxis("y");a=c.getBandWidth(),l=A.getBandWidth()}for(var h=this.group,d=e.getData(),f="itemStyle",p="emphasis.itemStyle",g="label",v="emphasis.label",m=e.getModel(f).getItemStyle(["color"]),y=e.getModel(p).getItemStyle(),x=e.getModel(g),w=e.getModel(v),_=u.type,b="cartesian2d"===_?[d.mapDimension("x"),d.mapDimension("y"),d.mapDimension("value")]:[d.mapDimension("time"),d.mapDimension("value")],B=n;B<r;B++){var C;if("cartesian2d"===_){if(isNaN(d.get(b[2],B)))continue;var S=u.dataToPoint([d.get(b[0],B),d.get(b[1],B)]);C=new o.Rect({shape:{x:Math.floor(Math.round(S[0])-a/2),y:Math.floor(Math.round(S[1])-l/2),width:Math.ceil(a),height:Math.ceil(l)},style:{fill:d.getItemVisual(B,"color"),opacity:d.getItemVisual(B,"opacity")}})}else{if(isNaN(d.get(b[1],B)))continue;C=new o.Rect({z2:1,shape:u.dataToRect([d.get(b[0],B)]).contentShape,style:{fill:d.getItemVisual(B,"color"),opacity:d.getItemVisual(B,"opacity")}})}var E=d.getItemModel(B);d.hasItemOption&&(m=E.getModel(f).getItemStyle(["color"]),y=E.getModel(p).getItemStyle(),x=E.getModel(g),w=E.getModel(v));var M=e.getRawValue(B),I="-";M&&null!=M[2]&&(I=M[2]),o.setLabelStyle(m,y,x,w,{labelFetcher:e,labelDataIndex:B,defaultText:I,isRectText:!0}),C.setStyle(m),o.setHoverStyle(C,d.hasItemOption?y:s.extend({},y)),C.incremental=i,i&&(C.useHoverLayer=!0),h.add(C),d.setItemGraphicEl(B,C)}},_renderOnGeo:function(e,t,n,r){var i=n.targetVisuals.inRange,s=n.targetVisuals.outOfRange,c=t.getData(),A=this._hmLayer||this._hmLayer||new a;A.blurSize=t.get("blurSize"),A.pointSize=t.get("pointSize"),A.minOpacity=t.get("minOpacity"),A.maxOpacity=t.get("maxOpacity");var h=e.getViewRect().clone(),d=e.getRoamTransform();h.applyTransform(d);var f=Math.max(h.x,0),p=Math.max(h.y,0),g=Math.min(h.width+h.x,r.getWidth()),v=Math.min(h.height+h.y,r.getHeight()),m=g-f,y=v-p,x=[c.mapDimension("lng"),c.mapDimension("lat"),c.mapDimension("value")],w=c.mapArray(x,(function(t,n,r){var i=e.dataToPoint([t,n]);return i[0]-=f,i[1]-=p,i.push(r),i})),_=n.getExtent(),b="visualMap.continuous"===n.type?u(_,n.option.range):l(_,n.getPieceList(),n.option.selected);A.update(w,m,y,i.color.getNormalizer(),{inRange:i.color.getColorMapper(),outOfRange:s.color.getColorMapper()},b);var B=new o.Image({style:{width:m,height:y,x:f,y:p,image:A.canvas},silent:!0});this.group.add(B)},dispose:function(){}});e.exports=A},"480f":function(e,t,n){var r=n("4a3f"),i=n("401b"),o=n("53f3"),a=o.getSymbolSize,s=[],l=[],u=[],c=r.quadraticAt,A=i.distSquare,h=Math.abs;function d(e,t,n){for(var r,i=e[0],o=e[1],a=e[2],d=1/0,f=n*n,p=.1,g=.1;g<=.9;g+=.1){s[0]=c(i[0],o[0],a[0],g),s[1]=c(i[1],o[1],a[1],g);var v=h(A(s,t)-f);v<d&&(d=v,r=g)}for(var m=0;m<32;m++){var y=r+p;l[0]=c(i[0],o[0],a[0],r),l[1]=c(i[1],o[1],a[1],r),u[0]=c(i[0],o[0],a[0],y),u[1]=c(i[1],o[1],a[1],y);v=A(l,t)-f;if(h(v)<.01)break;var x=A(u,t)-f;p/=2,v<0?x>=0?r+=p:r-=p:x>=0?r-=p:r+=p}return r}function f(e,t){var n=[],o=r.quadraticSubdivide,s=[[],[],[]],l=[[],[]],u=[];t/=2,e.eachEdge((function(e,r){var c=e.getLayout(),A=e.getVisual("fromSymbol"),h=e.getVisual("toSymbol");c.__original||(c.__original=[i.clone(c[0]),i.clone(c[1])],c[2]&&c.__original.push(i.clone(c[2])));var f=c.__original;if(null!=c[2]){if(i.copy(s[0],f[0]),i.copy(s[1],f[2]),i.copy(s[2],f[1]),A&&"none"!==A){var p=a(e.node1),g=d(s,f[0],p*t);o(s[0][0],s[1][0],s[2][0],g,n),s[0][0]=n[3],s[1][0]=n[4],o(s[0][1],s[1][1],s[2][1],g,n),s[0][1]=n[3],s[1][1]=n[4]}if(h&&"none"!==h){p=a(e.node2),g=d(s,f[1],p*t);o(s[0][0],s[1][0],s[2][0],g,n),s[1][0]=n[1],s[2][0]=n[2],o(s[0][1],s[1][1],s[2][1],g,n),s[1][1]=n[1],s[2][1]=n[2]}i.copy(c[0],s[0]),i.copy(c[1],s[2]),i.copy(c[2],s[1])}else{if(i.copy(l[0],f[0]),i.copy(l[1],f[1]),i.sub(u,l[1],l[0]),i.normalize(u,u),A&&"none"!==A){p=a(e.node1);i.scaleAndAdd(l[0],l[0],u,p*t)}if(h&&"none"!==h){p=a(e.node2);i.scaleAndAdd(l[1],l[1],u,-p*t)}i.copy(c[0],l[0]),i.copy(c[1],l[1])}}))}e.exports=f},4840:function(e,t,n){var r=n("825a"),i=n("1c0b"),o=n("b622"),a=o("species");e.exports=function(e,t){var n,o=r(e).constructor;return void 0===o||void 0==(n=r(o)[a])?t:i(n)}},"48a9":function(e,t,n){var r=n("6d8b"),i=n("42e5"),o=function(e,t,n,r,o,a){this.x=null==e?0:e,this.y=null==t?0:t,this.x2=null==n?1:n,this.y2=null==r?0:r,this.type="linear",this.global=a||!1,i.call(this,o)};o.prototype={constructor:o},r.inherits(o,i);var a=o;e.exports=a},"48ac":function(e,t,n){var r=n("3eba"),i=r.extendComponentModel({type:"axisPointer",coordSysAxesInfo:null,defaultOption:{show:"auto",triggerOn:null,zlevel:0,z:50,type:"line",snap:!1,triggerTooltip:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#aaa",width:1,type:"solid"},shadowStyle:{color:"rgba(150,150,150,0.3)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,shadowBlur:3,shadowColor:"#aaa"},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}}}),o=i;e.exports=o},"48c7":function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("9e47"),a=n("2023"),s=i.extend({type:"cartesian2dAxis",axis:null,init:function(){s.superApply(this,"init",arguments),this.resetRange()},mergeOption:function(){s.superApply(this,"mergeOption",arguments),this.resetRange()},restoreData:function(){s.superApply(this,"restoreData",arguments),this.resetRange()},getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"grid",index:this.option.gridIndex,id:this.option.gridId})[0]}});function l(e,t){return t.type||(t.data?"category":"value")}r.merge(s.prototype,a);var u={offset:0};o("x",s,l,u),o("y",s,l,u);var c=s;e.exports=c},4930:function(e,t,n){var r=n("d039");e.exports=!!Object.getOwnPropertySymbols&&!r((function(){return!String(Symbol())}))},4942:function(e,t,n){var r=n("2cf4"),i=r.debugMode,o=function(){};1===i&&(o=console.error);var a=o;e.exports=a},"498a":function(e,t,n){"use strict";var r=n("23e7"),i=n("58a8").trim,o=n("c8d2");r({target:"String",proto:!0,forced:o("trim")},{trim:function(){return i(this)}})},"49e8":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("d81e"),a=o.updateCenterAndZoom;r.registerAction({type:"geoRoam",event:"geoRoam",update:"updateTransform"},(function(e,t){var n=e.componentType||"series";t.eachComponent({mainType:n,query:e},(function(t){var r=t.coordinateSystem;if("geo"===r.type){var o=a(r,e,t.get("scaleLimit"));t.setCenter&&t.setCenter(o.center),t.setZoom&&t.setZoom(o.zoom),"series"===n&&i.each(t.seriesGroup,(function(e){e.setCenter(o.center),e.setZoom(o.zoom)}))}}))}))},"4a01":function(e,t,n){var r=n("6d8b"),i=n("1fab"),o=n("607d"),a=n("a4fe");function s(e){this.pointerChecker,this._zr=e,this._opt={};var t=r.bind,n=t(l,this),o=t(u,this),a=t(c,this),s=t(A,this),d=t(h,this);i.call(this),this.setPointerChecker=function(e){this.pointerChecker=e},this.enable=function(t,i){this.disable(),this._opt=r.defaults(r.clone(i)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==t&&(t=!0),!0!==t&&"move"!==t&&"pan"!==t||(e.on("mousedown",n),e.on("mousemove",o),e.on("mouseup",a)),!0!==t&&"scale"!==t&&"zoom"!==t||(e.on("mousewheel",s),e.on("pinch",d))},this.disable=function(){e.off("mousedown",n),e.off("mousemove",o),e.off("mouseup",a),e.off("mousewheel",s),e.off("pinch",d)},this.dispose=this.disable,this.isDragging=function(){return this._dragging},this.isPinching=function(){return this._pinching}}function l(e){if(!(o.isMiddleOrRightButtonOnMouseUpDown(e)||e.target&&e.target.draggable)){var t=e.offsetX,n=e.offsetY;this.pointerChecker&&this.pointerChecker(e,t,n)&&(this._x=t,this._y=n,this._dragging=!0)}}function u(e){if(this._dragging&&p("moveOnMouseMove",e,this._opt)&&"pinch"!==e.gestureEvent&&!a.isTaken(this._zr,"globalPan")){var t=e.offsetX,n=e.offsetY,r=this._x,i=this._y,s=t-r,l=n-i;this._x=t,this._y=n,this._opt.preventDefaultMouseMove&&o.stop(e.event),f(this,"pan","moveOnMouseMove",e,{dx:s,dy:l,oldX:r,oldY:i,newX:t,newY:n})}}function c(e){o.isMiddleOrRightButtonOnMouseUpDown(e)||(this._dragging=!1)}function A(e){var t=p("zoomOnMouseWheel",e,this._opt),n=p("moveOnMouseWheel",e,this._opt),r=e.wheelDelta,i=Math.abs(r),o=e.offsetX,a=e.offsetY;if(0!==r&&(t||n)){if(t){var s=i>3?1.4:i>1?1.2:1.1,l=r>0?s:1/s;d(this,"zoom","zoomOnMouseWheel",e,{scale:l,originX:o,originY:a})}if(n){var u=Math.abs(r),c=(r>0?1:-1)*(u>3?.4:u>1?.15:.05);d(this,"scrollMove","moveOnMouseWheel",e,{scrollDelta:c,originX:o,originY:a})}}}function h(e){if(!a.isTaken(this._zr,"globalPan")){var t=e.pinchScale>1?1.1:1/1.1;d(this,"zoom",null,e,{scale:t,originX:e.pinchX,originY:e.pinchY})}}function d(e,t,n,r,i){e.pointerChecker&&e.pointerChecker(r,i.originX,i.originY)&&(o.stop(r.event),f(e,t,n,r,i))}function f(e,t,n,i,o){o.isAvailableBehavior=r.bind(p,null,n,i),e.trigger(t,o)}function p(e,t,n){var i=n[e];return!e||i&&(!r.isString(i)||t.event[i+"Key"])}r.mixin(s,i);var g=s;e.exports=g},"4a3f":function(e,t,n){var r=n("401b"),i=r.create,o=r.distSquare,a=Math.pow,s=Math.sqrt,l=1e-8,u=1e-4,c=s(3),A=1/3,h=i(),d=i(),f=i();function p(e){return e>-l&&e<l}function g(e){return e>l||e<-l}function v(e,t,n,r,i){var o=1-i;return o*o*(o*e+3*i*t)+i*i*(i*r+3*o*n)}function m(e,t,n,r,i){var o=1-i;return 3*(((t-e)*o+2*(n-t)*i)*o+(r-n)*i*i)}function y(e,t,n,r,i,o){var l=r+3*(t-n)-e,u=3*(n-2*t+e),h=3*(t-e),d=e-i,f=u*u-3*l*h,g=u*h-9*l*d,v=h*h-3*u*d,m=0;if(p(f)&&p(g))if(p(u))o[0]=0;else{var y=-h/u;y>=0&&y<=1&&(o[m++]=y)}else{var x=g*g-4*f*v;if(p(x)){var w=g/f,_=(y=-u/l+w,-w/2);y>=0&&y<=1&&(o[m++]=y),_>=0&&_<=1&&(o[m++]=_)}else if(x>0){var b=s(x),B=f*u+1.5*l*(-g+b),C=f*u+1.5*l*(-g-b);B=B<0?-a(-B,A):a(B,A),C=C<0?-a(-C,A):a(C,A);y=(-u-(B+C))/(3*l);y>=0&&y<=1&&(o[m++]=y)}else{var S=(2*f*u-3*l*g)/(2*s(f*f*f)),E=Math.acos(S)/3,M=s(f),I=Math.cos(E),T=(y=(-u-2*M*I)/(3*l),_=(-u+M*(I+c*Math.sin(E)))/(3*l),(-u+M*(I-c*Math.sin(E)))/(3*l));y>=0&&y<=1&&(o[m++]=y),_>=0&&_<=1&&(o[m++]=_),T>=0&&T<=1&&(o[m++]=T)}}return m}function x(e,t,n,r,i){var o=6*n-12*t+6*e,a=9*t+3*r-3*e-9*n,l=3*t-3*e,u=0;if(p(a)){if(g(o)){var c=-l/o;c>=0&&c<=1&&(i[u++]=c)}}else{var A=o*o-4*a*l;if(p(A))i[0]=-o/(2*a);else if(A>0){var h=s(A),d=(c=(-o+h)/(2*a),(-o-h)/(2*a));c>=0&&c<=1&&(i[u++]=c),d>=0&&d<=1&&(i[u++]=d)}}return u}function w(e,t,n,r,i,o){var a=(t-e)*i+e,s=(n-t)*i+t,l=(r-n)*i+n,u=(s-a)*i+a,c=(l-s)*i+s,A=(c-u)*i+u;o[0]=e,o[1]=a,o[2]=u,o[3]=A,o[4]=A,o[5]=c,o[6]=l,o[7]=r}function _(e,t,n,r,i,a,l,c,A,p,g){var m,y,x,w,_,b=.005,B=1/0;h[0]=A,h[1]=p;for(var C=0;C<1;C+=.05)d[0]=v(e,n,i,l,C),d[1]=v(t,r,a,c,C),w=o(h,d),w<B&&(m=C,B=w);B=1/0;for(var S=0;S<32;S++){if(b<u)break;y=m-b,x=m+b,d[0]=v(e,n,i,l,y),d[1]=v(t,r,a,c,y),w=o(d,h),y>=0&&w<B?(m=y,B=w):(f[0]=v(e,n,i,l,x),f[1]=v(t,r,a,c,x),_=o(f,h),x<=1&&_<B?(m=x,B=_):b*=.5)}return g&&(g[0]=v(e,n,i,l,m),g[1]=v(t,r,a,c,m)),s(B)}function b(e,t,n,r){var i=1-r;return i*(i*e+2*r*t)+r*r*n}function B(e,t,n,r){return 2*((1-r)*(t-e)+r*(n-t))}function C(e,t,n,r,i){var o=e-2*t+n,a=2*(t-e),l=e-r,u=0;if(p(o)){if(g(a)){var c=-l/a;c>=0&&c<=1&&(i[u++]=c)}}else{var A=a*a-4*o*l;if(p(A)){c=-a/(2*o);c>=0&&c<=1&&(i[u++]=c)}else if(A>0){var h=s(A),d=(c=(-a+h)/(2*o),(-a-h)/(2*o));c>=0&&c<=1&&(i[u++]=c),d>=0&&d<=1&&(i[u++]=d)}}return u}function S(e,t,n){var r=e+n-2*t;return 0===r?.5:(e-t)/r}function E(e,t,n,r,i){var o=(t-e)*r+e,a=(n-t)*r+t,s=(a-o)*r+o;i[0]=e,i[1]=o,i[2]=s,i[3]=s,i[4]=a,i[5]=n}function M(e,t,n,r,i,a,l,c,A){var p,g=.005,v=1/0;h[0]=l,h[1]=c;for(var m=0;m<1;m+=.05){d[0]=b(e,n,i,m),d[1]=b(t,r,a,m);var y=o(h,d);y<v&&(p=m,v=y)}v=1/0;for(var x=0;x<32;x++){if(g<u)break;var w=p-g,_=p+g;d[0]=b(e,n,i,w),d[1]=b(t,r,a,w);y=o(d,h);if(w>=0&&y<v)p=w,v=y;else{f[0]=b(e,n,i,_),f[1]=b(t,r,a,_);var B=o(f,h);_<=1&&B<v?(p=_,v=B):g*=.5}}return A&&(A[0]=b(e,n,i,p),A[1]=b(t,r,a,p)),s(v)}t.cubicAt=v,t.cubicDerivativeAt=m,t.cubicRootAt=y,t.cubicExtrema=x,t.cubicSubdivide=w,t.cubicProjectPoint=_,t.quadraticAt=b,t.quadraticDerivativeAt=B,t.quadraticRootAt=C,t.quadraticExtremum=S,t.quadraticSubdivide=E,t.quadraticProjectPoint=M},"4a9d":function(e,t,n){var r=n("dcb3"),i=n("ff2e"),o=n("0156"),a=n("6679"),s=r.extend({makeElOption:function(e,t,n,r,a){var s=n.axis,c=s.grid,A=r.get("type"),h=l(c,s).getOtherAxis(s).getGlobalExtent(),d=s.toGlobalCoord(s.dataToCoord(t,!0));if(A&&"none"!==A){var f=i.buildElStyle(r),p=u[A](s,d,h);p.style=f,e.graphicKey=p.type,e.pointer=p}var g=o.layout(c.model,n);i.buildCartesianSingleLabelElOption(t,e,g,n,r,a)},getHandleTransform:function(e,t,n){var r=o.layout(t.axis.grid.model,t,{labelInside:!1});return r.labelMargin=n.get("handle.margin"),{position:i.getTransformedPosition(t.axis,e,r),rotation:r.rotation+(r.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(e,t,n,r){var i=n.axis,o=i.grid,a=i.getGlobalExtent(!0),s=l(o,i).getOtherAxis(i).getGlobalExtent(),u="x"===i.dim?0:1,c=e.position;c[u]+=t[u],c[u]=Math.min(a[1],c[u]),c[u]=Math.max(a[0],c[u]);var A=(s[1]+s[0])/2,h=[A,A];h[u]=c[u];var d=[{verticalAlign:"middle"},{align:"center"}];return{position:c,rotation:e.rotation,cursorPoint:h,tooltipOption:d[u]}}});function l(e,t){var n={};return n[t.dim+"AxisIndex"]=t.index,e.getCartesian(n)}var u={line:function(e,t,n){var r=i.makeLineShape([t,n[0]],[t,n[1]],c(e));return{type:"Line",subPixelOptimize:!0,shape:r}},shadow:function(e,t,n){var r=Math.max(1,e.getBandWidth()),o=n[1]-n[0];return{type:"Rect",shape:i.makeRectShape([t-r/2,n[0]],[r,o],c(e))}}};function c(e){return"x"===e.dim?0:1}a.registerAxisPointerClass("CartesianAxisPointer",s);var A=s;e.exports=A},"4aa2":function(e,t,n){var r=n("cbe5"),i=n("897a"),o=r.extend({type:"sector",shape:{cx:0,cy:0,r0:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},brush:i(r.prototype.brush),buildPath:function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),o=Math.max(t.r,0),a=t.startAngle,s=t.endAngle,l=t.clockwise,u=Math.cos(a),c=Math.sin(a);e.moveTo(u*i+n,c*i+r),e.lineTo(u*o+n,c*o+r),e.arc(n,r,o,a,s,!l),e.lineTo(Math.cos(s)*i+n,Math.sin(s)*i+r),0!==i&&e.arc(n,r,i,s,a,l),e.closePath()}});e.exports=o},"4ab1":function(e,t,n){var r=n("8727"),i=r.createElement,o=n("6d8b"),a=n("cbe5"),s=n("0da8"),l=n("76a5"),u=n("3f8e"),c=u.path,A=u.image,h=u.text,d="0",f="1";function p(e,t,n,r,i){this._zrId=e,this._svgRoot=t,this._tagNames="string"===typeof n?[n]:n,this._markLabel=r,this._domName=i||"_dom",this.nextId=0}p.prototype.createElement=i,p.prototype.getDefs=function(e){var t=this._svgRoot,n=this._svgRoot.getElementsByTagName("defs");return 0===n.length?e?(n=t.insertBefore(this.createElement("defs"),t.firstChild),n.contains||(n.contains=function(e){var t=n.children;if(!t)return!1;for(var r=t.length-1;r>=0;--r)if(t[r]===e)return!0;return!1}),n):null:n[0]},p.prototype.update=function(e,t){if(e){var n=this.getDefs(!1);if(e[this._domName]&&n.contains(e[this._domName]))"function"===typeof t&&t(e);else{var r=this.add(e);r&&(e[this._domName]=r)}}},p.prototype.addDom=function(e){var t=this.getDefs(!0);t.appendChild(e)},p.prototype.removeDom=function(e){var t=this.getDefs(!1);t&&e[this._domName]&&(t.removeChild(e[this._domName]),e[this._domName]=null)},p.prototype.getDoms=function(){var e=this.getDefs(!1);if(!e)return[];var t=[];return o.each(this._tagNames,(function(n){var r=e.getElementsByTagName(n);t=t.concat([].slice.call(r))})),t},p.prototype.markAllUnused=function(){var e=this.getDoms(),t=this;o.each(e,(function(e){e[t._markLabel]=d}))},p.prototype.markUsed=function(e){e&&(e[this._markLabel]=f)},p.prototype.removeUnused=function(){var e=this.getDefs(!1);if(e){var t=this.getDoms(),n=this;o.each(t,(function(t){t[n._markLabel]!==f&&e.removeChild(t)}))}},p.prototype.getSvgProxy=function(e){return e instanceof a?c:e instanceof s?A:e instanceof l?h:c},p.prototype.getTextSvgElement=function(e){return e.__textSvgEl},p.prototype.getSvgElement=function(e){return e.__svgEl};var g=p;e.exports=g},"4b08":function(e,t,n){var r=n("7dcf"),i=r.extend({type:"dataZoom.select"});e.exports=i},"4b8b":function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},"4bf6":function(e,t,n){var r=n("66fc"),i=n("697e"),o=n("f934"),a=o.getLayoutRect,s=n("6d8b"),l=s.each;function u(e,t,n){this.dimension="single",this.dimensions=["single"],this._axis=null,this._rect,this._init(e,t,n),this.model=e}u.prototype={type:"singleAxis",axisPointerEnabled:!0,constructor:u,_init:function(e,t,n){var o=this.dimension,a=new r(o,i.createScaleByModel(e),[0,0],e.get("type"),e.get("position")),s="category"===a.type;a.onBand=s&&e.get("boundaryGap"),a.inverse=e.get("inverse"),a.orient=e.get("orient"),e.axis=a,a.model=e,a.coordinateSystem=this,this._axis=a},update:function(e,t){e.eachSeries((function(e){if(e.coordinateSystem===this){var t=e.getData();l(t.mapDimension(this.dimension,!0),(function(e){this._axis.scale.unionExtentFromData(t,e)}),this),i.niceScaleExtent(this._axis.scale,this._axis.model)}}),this)},resize:function(e,t){this._rect=a({left:e.get("left"),top:e.get("top"),right:e.get("right"),bottom:e.get("bottom"),width:e.get("width"),height:e.get("height")},{width:t.getWidth(),height:t.getHeight()}),this._adjustAxis()},getRect:function(){return this._rect},_adjustAxis:function(){var e=this._rect,t=this._axis,n=t.isHorizontal(),r=n?[0,e.width]:[0,e.height],i=t.reverse?1:0;t.setExtent(r[i],r[1-i]),this._updateAxisTransform(t,n?e.x:e.y)},_updateAxisTransform:function(e,t){var n=e.getExtent(),r=n[0]+n[1],i=e.isHorizontal();e.toGlobalCoord=i?function(e){return e+t}:function(e){return r-e+t},e.toLocalCoord=i?function(e){return e-t}:function(e){return r-e+t}},getAxis:function(){return this._axis},getBaseAxis:function(){return this._axis},getAxes:function(){return[this._axis]},getTooltipAxes:function(){return{baseAxes:[this.getAxis()]}},containPoint:function(e){var t=this.getRect(),n=this.getAxis(),r=n.orient;return"horizontal"===r?n.contain(n.toLocalCoord(e[0]))&&e[1]>=t.y&&e[1]<=t.y+t.height:n.contain(n.toLocalCoord(e[1]))&&e[0]>=t.y&&e[0]<=t.y+t.height},pointToData:function(e){var t=this.getAxis();return[t.coordToData(t.toLocalCoord(e["horizontal"===t.orient?0:1]))]},dataToPoint:function(e){var t=this.getAxis(),n=this.getRect(),r=[],i="horizontal"===t.orient?0:1;return e instanceof Array&&(e=e[0]),r[i]=t.toGlobalCoord(t.dataToCoord(+e)),r[1-i]=0===i?n.y+n.height/2:n.x+n.width/2,r}};var c=u;e.exports=c},"4c86":function(e,t,n){var r=n("6d8b"),i=r.each,o=n("bda7"),a=n("e0d3"),s=a.makeInner,l=n("320a"),u=n("1792"),c=n("6bd4"),A=n("a7f2"),h=s(),d={load:function(e,t,n){var r=h(t).parsed;if(r)return r;var a,s=t.specialAreas||{},d=t.geoJSON;try{a=d?o(d,n):[]}catch(p){throw new Error("Invalid geoJson format\n"+p.message)}return l(e,a),i(a,(function(t){var n=t.name;u(e,t),c(e,t),A(e,t);var r=s[n];r&&t.transformTo(r.left,r.top,r.width,r.height)})),h(t).parsed={regions:a,boundingRect:f(a)}}};function f(e){for(var t,n=0;n<e.length;n++){var r=e[n].getBoundingRect();t=t||r.clone(),t.union(r)}return t}e.exports=d},"4c99":function(e,t,n){var r=n("cccd"),i=["itemStyle","borderColor"],o=["itemStyle","borderColor0"],a=["itemStyle","color"],s=["itemStyle","color0"],l={seriesType:"candlestick",plan:r(),performRawSeries:!0,reset:function(e,t){var n=e.getData();if(n.setVisual({legendSymbol:"roundRect",colorP:u(1,e),colorN:u(-1,e),borderColorP:c(1,e),borderColorN:c(-1,e)}),!t.isSeriesFiltered(e)){var r=e.pipelineContext.large;return!r&&{progress:l}}function l(e,t){var n;while(null!=(n=e.next())){var r=t.getItemModel(n),i=t.getItemLayout(n).sign;t.setItemVisual(n,{color:u(i,r),borderColor:c(i,r)})}}function u(e,t){return t.get(e>0?a:s)}function c(e,t){return t.get(e>0?i:o)}}};e.exports=l},"4d20":function(e,t,n){var r=n("1917"),i=n("10db"),o=n("6ca1"),a=n("3397"),s=n("9c0e"),l=n("faf5"),u=Object.getOwnPropertyDescriptor;t.f=n("0bad")?u:function(e,t){if(e=o(e),t=a(t,!0),l)try{return u(e,t)}catch(n){}if(s(e,t))return i(!r.f.call(e,t),e[t])}},"4d62":function(e,t,n){var r=n("2306"),i=n("6d8b"),o=n("e887");function a(e,t){r.Group.call(this);var n=new r.Polygon,i=new r.Polyline,o=new r.Text;this.add(n),this.add(i),this.add(o),this.highDownOnUpdate=function(e,t){"emphasis"===t?(i.ignore=i.hoverIgnore,o.ignore=o.hoverIgnore):(i.ignore=i.normalIgnore,o.ignore=o.normalIgnore)},this.updateData(e,t,!0)}var s=a.prototype,l=["itemStyle","opacity"];s.updateData=function(e,t,n){var o=this.childAt(0),a=e.hostModel,s=e.getItemModel(t),u=e.getItemLayout(t),c=e.getItemModel(t).get(l);c=null==c?1:c,o.useStyle({}),n?(o.setShape({points:u.points}),o.setStyle({opacity:0}),r.initProps(o,{style:{opacity:c}},a,t)):r.updateProps(o,{style:{opacity:c},shape:{points:u.points}},a,t);var A=s.getModel("itemStyle"),h=e.getItemVisual(t,"color");o.setStyle(i.defaults({lineJoin:"round",fill:h},A.getItemStyle(["opacity"]))),o.hoverStyle=A.getModel("emphasis").getItemStyle(),this._updateLabel(e,t),r.setHoverStyle(this)},s._updateLabel=function(e,t){var n=this.childAt(1),i=this.childAt(2),o=e.hostModel,a=e.getItemModel(t),s=e.getItemLayout(t),l=s.label,u=e.getItemVisual(t,"color");r.updateProps(n,{shape:{points:l.linePoints||l.linePoints}},o,t),r.updateProps(i,{style:{x:l.x,y:l.y}},o,t),i.attr({rotation:l.rotation,origin:[l.x,l.y],z2:10});var c=a.getModel("label"),A=a.getModel("emphasis.label"),h=a.getModel("labelLine"),d=a.getModel("emphasis.labelLine");u=e.getItemVisual(t,"color");r.setLabelStyle(i.style,i.hoverStyle={},c,A,{labelFetcher:e.hostModel,labelDataIndex:t,defaultText:e.getName(t),autoColor:u,useInsideStyle:!!l.inside},{textAlign:l.textAlign,textVerticalAlign:l.verticalAlign}),i.ignore=i.normalIgnore=!c.get("show"),i.hoverIgnore=!A.get("show"),n.ignore=n.normalIgnore=!h.get("show"),n.hoverIgnore=!d.get("show"),n.setStyle({stroke:u}),n.setStyle(h.getModel("lineStyle").getLineStyle()),n.hoverStyle=d.getModel("lineStyle").getLineStyle()},i.inherits(a,r.Group);var u=o.extend({type:"funnel",render:function(e,t,n){var r=e.getData(),i=this._data,o=this.group;r.diff(i).add((function(e){var t=new a(r,e);r.setItemGraphicEl(e,t),o.add(t)})).update((function(e,t){var n=i.getItemGraphicEl(t);n.updateData(r,e),o.add(n),r.setItemGraphicEl(e,n)})).remove((function(e){var t=i.getItemGraphicEl(e);o.remove(t)})).execute(),this._data=r},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}}),c=u;e.exports=c},"4d63":function(e,t,n){var r=n("83ab"),i=n("da84"),o=n("94ca"),a=n("7156"),s=n("9bf2").f,l=n("241c").f,u=n("44e7"),c=n("ad6d"),A=n("9f7f"),h=n("6eeb"),d=n("d039"),f=n("69f3").set,p=n("2626"),g=n("b622"),v=g("match"),m=i.RegExp,y=m.prototype,x=/a/g,w=/a/g,_=new m(x)!==x,b=A.UNSUPPORTED_Y,B=r&&o("RegExp",!_||b||d((function(){return w[v]=!1,m(x)!=x||m(w)==w||"/a/i"!=m(x,"i")})));if(B){var C=function(e,t){var n,r=this instanceof C,i=u(e),o=void 0===t;if(!r&&i&&e.constructor===C&&o)return e;_?i&&!o&&(e=e.source):e instanceof C&&(o&&(t=c.call(e)),e=e.source),b&&(n=!!t&&t.indexOf("y")>-1,n&&(t=t.replace(/y/g,"")));var s=a(_?new m(e,t):m(e,t),r?this:y,C);return b&&n&&f(s,{sticky:n}),s},S=function(e){e in C||s(C,e,{configurable:!0,get:function(){return m[e]},set:function(t){m[e]=t}})},E=l(m),M=0;while(E.length>M)S(E[M++]);y.constructor=C,C.prototype=y,h(i,"RegExp",C)}p("RegExp")},"4d64":function(e,t,n){var r=n("fc6a"),i=n("50c4"),o=n("23cb"),a=function(e){return function(t,n,a){var s,l=r(t),u=i(l.length),c=o(a,u);if(e&&n!=n){while(u>c)if(s=l[c++],s!=s)return!0}else for(;u>c;c++)if((e||c in l)&&l[c]===n)return e||c||0;return!e&&-1}};e.exports={includes:a(!0),indexOf:a(!1)}},"4d85":function(e,t,n){var r=n("e46b"),i=n("4f85"),o=i.extend({type:"series.gauge",getInitialData:function(e,t){return r(this,["value"])},defaultOption:{zlevel:0,z:2,center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,lineStyle:{color:[[.2,"#91c7ae"],[.8,"#63869e"],[1,"#c23531"]],width:30}},splitLine:{show:!0,length:30,lineStyle:{color:"#eee",width:2,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:8,lineStyle:{color:"#eee",width:1,type:"solid"}},axisLabel:{show:!0,distance:5,color:"auto"},pointer:{show:!0,length:"80%",width:8},itemStyle:{color:"auto"},title:{show:!0,offsetCenter:[0,"-40%"],color:"#333",fontSize:15},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"auto",fontSize:30}}}),a=o;e.exports=a},"4d88":function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},"4d90":function(e,t,n){"use strict";var r=n("23e7"),i=n("0ccb").start,o=n("9a0c");r({target:"String",proto:!0,forced:o},{padStart:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},"4de4":function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").filter,o=n("1dde"),a=n("ae40"),s=o("filter"),l=a("filter");r({target:"Array",proto:!0,forced:!s||!l},{filter:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},"4df4":function(e,t,n){"use strict";var r=n("0366"),i=n("7b0b"),o=n("9bdd"),a=n("e95a"),s=n("50c4"),l=n("8418"),u=n("35a1");e.exports=function(e){var t,n,c,A,h,d,f=i(e),p="function"==typeof this?this:Array,g=arguments.length,v=g>1?arguments[1]:void 0,m=void 0!==v,y=u(f),x=0;if(m&&(v=r(v,g>2?arguments[2]:void 0,2)),void 0==y||p==Array&&a(y))for(t=s(f.length),n=new p(t);t>x;x++)d=m?v(f[x],x):f[x],l(n,x,d);else for(A=y.call(f),h=A.next,n=new p;!(c=h.call(A)).done;x++)d=m?o(A,v,[c.value,x],!0):c.value,l(n,x,d);return n.length=x,n}},"4e08":function(e,t,n){(function(e){var n;"undefined"!==typeof window?n=window.__DEV__:"undefined"!==typeof e&&(n=e.__DEV__),"undefined"===typeof n&&(n=!0);var r=n;t.__DEV__=r}).call(this,n("c8ba"))},"4e10":function(e,t,n){var r=n("6d8b"),i=n("e46b"),o=n("4f85"),a=n("eda2"),s=a.encodeHTML,l=a.addCommas,u=n("7023"),c=n("2b17"),A=c.retrieveRawAttr,h=n("5b87"),d=n("0f99"),f=d.makeSeriesEncodeForNameBased,p=o.extend({type:"series.map",dependencies:["geo"],layoutMode:"box",needsDrawMap:!1,seriesGroup:[],getInitialData:function(e){for(var t=i(this,{coordDimensions:["value"],encodeDefaulter:r.curry(f,this)}),n=t.mapDimension("value"),o=r.createHashMap(),a=[],s=[],l=0,u=t.count();l<u;l++){var c=t.getName(l);o.set(c,!0),a.push({name:c,value:t.get(n,l),selected:A(t,l,"selected")})}var d=h.load(this.getMapType(),this.option.nameMap,this.option.nameProperty);return r.each(d.regions,(function(e){var t=e.name;o.get(t)||(a.push({name:t}),s.push(t))})),this.updateSelectedMap(a),t.appendValues([],s),t},getHostGeoModel:function(){var e=this.option.geoIndex;return null!=e?this.dependentModels.geo[e]:null},getMapType:function(){return(this.getHostGeoModel()||this).option.map},getRawValue:function(e){var t=this.getData();return t.get(t.mapDimension("value"),e)},getRegionModel:function(e){var t=this.getData();return t.getItemModel(t.indexOfName(e))},formatTooltip:function(e,t,n,r){for(var i=this.getData(),o=l(this.getRawValue(e)),a=i.getName(e),u=this.seriesGroup,c=[],A=0;A<u.length;A++){var h=u[A].originalData.indexOfName(a),d=i.mapDimension("value");isNaN(u[A].originalData.get(d,h))||c.push(s(u[A].name))}var f="html"===r?"<br/>":"\n";return c.join(", ")+f+s(a+" : "+o)},getTooltipPosition:function(e){if(null!=e){var t=this.getData().getName(e),n=this.coordinateSystem,r=n.getRegion(t);return r&&n.dataToPoint(r.center)}},setZoom:function(e){this.option.zoom=e},setCenter:function(e){this.option.center=e},defaultOption:{zlevel:0,z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:.75,showLegendSymbol:!0,dataRangeHoverLink:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},nameProperty:"name"}});r.mixin(p,u);var g=p;e.exports=g},"4e47":function(e,t,n){var r=n("6d8b"),i=n("2306"),o={NONE:"none",DESCENDANT:"descendant",ANCESTOR:"ancestor",SELF:"self"},a=2,s=4;function l(e,t,n){i.Group.call(this);var r=new i.Sector({z2:a});r.seriesIndex=t.seriesIndex;var o=new i.Text({z2:s,silent:e.getModel("label").get("silent")});function l(){o.ignore=o.hoverIgnore}function u(){o.ignore=o.normalIgnore}this.add(r),this.add(o),this.updateData(!0,e,"normal",t,n),this.on("emphasis",l).on("normal",u).on("mouseover",l).on("mouseout",u)}var u=l.prototype;u.updateData=function(e,t,n,o,a){this.node=t,t.piece=this,o=o||this._seriesModel,a=a||this._ecModel;var s=this.childAt(0);s.dataIndex=t.dataIndex;var l=t.getModel(),u=t.getLayout(),c=r.extend({},u);c.label=null;var h=A(t,o,a);f(t,o,h);var d,p=l.getModel("itemStyle").getItemStyle();if("normal"===n)d=p;else{var g=l.getModel(n+".itemStyle").getItemStyle();d=r.merge(g,p)}d=r.defaults({lineJoin:"bevel",fill:d.fill||h},d),e?(s.setShape(c),s.shape.r=u.r0,i.updateProps(s,{shape:{r:u.r}},o,t.dataIndex),s.useStyle(d)):"object"===typeof d.fill&&d.fill.type||"object"===typeof s.style.fill&&s.style.fill.type?(i.updateProps(s,{shape:c},o),s.useStyle(d)):i.updateProps(s,{shape:c,style:d},o),this._updateLabel(o,h,n);var v=l.getShallow("cursor");if(v&&s.attr("cursor",v),e){var m=o.getShallow("highlightPolicy");this._initEvents(s,t,o,m)}this._seriesModel=o||this._seriesModel,this._ecModel=a||this._ecModel,i.setHoverStyle(this)},u.onEmphasis=function(e){var t=this;this.node.hostTree.root.eachNode((function(n){n.piece&&(t.node===n?n.piece.updateData(!1,n,"emphasis"):d(n,t.node,e)?n.piece.childAt(0).trigger("highlight"):e!==o.NONE&&n.piece.childAt(0).trigger("downplay"))}))},u.onNormal=function(){this.node.hostTree.root.eachNode((function(e){e.piece&&e.piece.updateData(!1,e,"normal")}))},u.onHighlight=function(){this.updateData(!1,this.node,"highlight")},u.onDownplay=function(){this.updateData(!1,this.node,"downplay")},u._updateLabel=function(e,t,n){var o=this.node.getModel(),a=o.getModel("label"),s="normal"===n||"emphasis"===n?a:o.getModel(n+".label"),l=o.getModel("emphasis.label"),u=s.get("formatter"),c=u?n:"normal",A=r.retrieve(e.getFormattedLabel(this.node.dataIndex,c,null,null,"label"),this.node.name);!1===E("show")&&(A="");var h=this.node.getLayout(),d=s.get("minAngle");null==d&&(d=a.get("minAngle")),d=d/180*Math.PI;var f=h.endAngle-h.startAngle;null!=d&&Math.abs(f)<d&&(A="");var p=this.childAt(1);i.setLabelStyle(p.style,p.hoverStyle||{},a,l,{defaultText:s.getShallow("show")?A:null,autoColor:t,useInsideStyle:!0});var g,v=(h.startAngle+h.endAngle)/2,m=Math.cos(v),y=Math.sin(v),x=E("position"),w=E("distance")||0,_=E("align");"outside"===x?(g=h.r+w,_=v>Math.PI/2?"right":"left"):_&&"center"!==_?"left"===_?(g=h.r0+w,v>Math.PI/2&&(_="right")):"right"===_&&(g=h.r-w,v>Math.PI/2&&(_="left")):(g=(h.r+h.r0)/2,_="center"),p.attr("style",{text:A,textAlign:_,textVerticalAlign:E("verticalAlign")||"middle",opacity:E("opacity")});var b=g*m+h.cx,B=g*y+h.cy;p.attr("position",[b,B]);var C=E("rotate"),S=0;function E(e){var t=s.get(e);return null==t?a.get(e):t}"radial"===C?(S=-v,S<-Math.PI/2&&(S+=Math.PI)):"tangential"===C?(S=Math.PI/2-v,S>Math.PI/2?S-=Math.PI:S<-Math.PI/2&&(S+=Math.PI)):"number"===typeof C&&(S=C*Math.PI/180),p.attr("rotation",S)},u._initEvents=function(e,t,n,r){e.off("mouseover").off("mouseout").off("emphasis").off("normal");var i=this,o=function(){i.onEmphasis(r)},a=function(){i.onNormal()},s=function(){i.onDownplay()},l=function(){i.onHighlight()};n.isAnimationEnabled()&&e.on("mouseover",o).on("mouseout",a).on("emphasis",o).on("normal",a).on("downplay",s).on("highlight",l)},r.inherits(l,i.Group);var c=l;function A(e,t,n){var r=e.getVisual("color"),i=e.getVisual("visualMeta");i&&0!==i.length||(r=null);var o=e.getModel("itemStyle").get("color");if(o)return o;if(r)return r;if(0===e.depth)return n.option.color[0];var a=n.option.color.length;return o=n.option.color[h(e)%a],o}function h(e){var t=e;while(t.depth>1)t=t.parentNode;var n=e.getAncestors()[0];return r.indexOf(n.children,t)}function d(e,t,n){return n!==o.NONE&&(n===o.SELF?e===t:n===o.ANCESTOR?e===t||e.isAncestorOf(t):e===t||e.isDescendantOf(t))}function f(e,t,n){var r=t.getData();r.setItemVisual(e.dataIndex,"color",n)}e.exports=c},"4e71":function(e,t,n){n("e198")("observable")},"4e9f":function(e,t,n){var r=n("22d1"),i=n("29a8"),o=n("2145"),a=i.toolbox.saveAsImage;function s(e){this.model=e}s.defaultOption={show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:a.title,type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],pixelRatio:1,lang:a.lang.slice()},s.prototype.unusable=!r.canvasSupported;var l=s.prototype;l.onclick=function(e,t){var n=this.model,i=n.get("name")||e.get("title.0.text")||"echarts",o="svg"===t.getZr().painter.getType(),a=o?"svg":n.get("type",!0)||"png",s=t.getConnectedDataURL({type:a,backgroundColor:n.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")});if("function"!==typeof MouseEvent||r.browser.ie||r.browser.edge)if(window.navigator.msSaveOrOpenBlob){var l=atob(s.split(",")[1]),u=l.length,c=new Uint8Array(u);while(u--)c[u]=l.charCodeAt(u);var A=new Blob([c]);window.navigator.msSaveOrOpenBlob(A,i+"."+a)}else{var h=n.get("lang"),d='<body style="margin:0;"><img src="'+s+'" style="max-width:100%;" title="'+(h&&h[0]||"")+'" /></body>',f=window.open();f.document.write(d)}else{var p=document.createElement("a");p.download=i+"."+a,p.target="_blank",p.href=s;var g=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});p.dispatchEvent(g)}},o.register("saveAsImage",s);var u=s;e.exports=u},"4ebc":function(e,t,n){var r=n("4d88");e.exports=Array.isArray||function(e){return"Array"==r(e)}},"4f85":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("22d1"),a=n("eda2"),s=a.formatTime,l=a.encodeHTML,u=a.addCommas,c=a.getTooltipMarker,A=n("e0d3"),h=n("6cb7"),d=n("e47b"),f=n("38a2"),p=n("f934"),g=p.getLayoutParams,v=p.mergeLayoutParam,m=n("f47d"),y=m.createTask,x=n("0f99"),w=x.prepareSource,_=x.getSource,b=n("2b17"),B=b.retrieveRawValue,C=A.makeInner(),S=h.extend({type:"series.__base__",seriesIndex:0,coordinateSystem:null,defaultOption:null,legendVisualProvider:null,visualColorAccessPath:"itemStyle.color",visualBorderColorAccessPath:"itemStyle.borderColor",layoutMode:null,init:function(e,t,n,r){this.seriesIndex=this.componentIndex,this.dataTask=y({count:I,reset:T}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(e,n),w(this);var i=this.getInitialData(e,n);F(i,this),this.dataTask.context.data=i,C(this).dataBeforeProcessed=i,E(this)},mergeDefaultAndTheme:function(e,t){var n=this.layoutMode,r=n?g(e):{},o=this.subType;h.hasClass(o)&&(o+="Series"),i.merge(e,t.getTheme().get(this.subType)),i.merge(e,this.getDefaultOption()),A.defaultEmphasis(e,"label",["show"]),this.fillDataTextStyle(e.data),n&&v(e,r,n)},mergeOption:function(e,t){e=i.merge(this.option,e,!0),this.fillDataTextStyle(e.data);var n=this.layoutMode;n&&v(this.option,e,n),w(this);var r=this.getInitialData(e,t);F(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,C(this).dataBeforeProcessed=r,E(this)},fillDataTextStyle:function(e){if(e&&!i.isTypedArray(e))for(var t=["show"],n=0;n<e.length;n++)e[n]&&e[n].label&&A.defaultEmphasis(e[n],"label",t)},getInitialData:function(){},appendData:function(e){var t=this.getRawData();t.appendData(e.data)},getData:function(e){var t=L(this);if(t){var n=t.context.data;return null==e?n:n.getLinkedData(e)}return C(this).data},setData:function(e){var t=L(this);if(t){var n=t.context;n.data!==e&&t.modifyOutputEnd&&t.setOutputEnd(e.count()),n.outputData=e,t!==this.dataTask&&(n.data=e)}C(this).data=e},getSource:function(){return _(this)},getRawData:function(){return C(this).dataBeforeProcessed},getBaseAxis:function(){var e=this.coordinateSystem;return e&&e.getBaseAxis&&e.getBaseAxis()},formatTooltip:function(e,t,n,r){var o=this;r=r||"html";var a="html"===r?"<br/>":"\n",h="richText"===r,d={},f=0;function p(n){var a=i.reduce(n,(function(e,t,n){var r=v.getDimensionInfo(n);return e|(r&&!1!==r.tooltip&&null!=r.displayName)}),0),A=[];function p(e,n){var i=v.getDimensionInfo(n);if(i&&!1!==i.otherDims.tooltip){var p=i.type,g="sub"+o.seriesIndex+"at"+f,m=c({color:_,type:"subItem",renderMode:r,markerId:g}),y="string"===typeof m?m:m.content,x=(a?y+l(i.displayName||"-")+": ":"")+l("ordinal"===p?e+"":"time"===p?t?"":s("yyyy/MM/dd hh:mm:ss",e):u(e));x&&A.push(x),h&&(d[g]=_,++f)}}m.length?i.each(m,(function(t){p(B(v,e,t),t)})):i.each(n,p);var g=a?h?"\n":"<br/>":"",y=g+A.join(g||", ");return{renderMode:r,content:y,style:d}}function g(e){return{renderMode:r,content:l(u(e)),style:d}}var v=this.getData(),m=v.mapDimension("defaultedTooltip",!0),y=m.length,x=this.getRawValue(e),w=i.isArray(x),_=v.getItemVisual(e,"color");i.isObject(_)&&_.colorStops&&(_=(_.colorStops[0]||{}).color),_=_||"transparent";var b=y>1||w&&!y?p(x):g(y?B(v,e,m[0]):w?x[0]:x),C=b.content,S=o.seriesIndex+"at"+f,E=c({color:_,type:"item",renderMode:r,markerId:S});d[S]=_,++f;var M=v.getName(e),I=this.name;A.isNameSpecified(this)||(I=""),I=I?l(I)+(t?": ":a):"";var T="string"===typeof E?E:E.content,D=t?T+I+C:I+T+(M?l(M)+": "+C:C);return{html:D,markers:d}},isAnimationEnabled:function(){if(o.node)return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),e},restoreData:function(){this.dataTask.dirty()},getColorFromPalette:function(e,t,n){var r=this.ecModel,i=d.getColorFromPalette.call(this,e,t,n);return i||(i=r.getColorFromPalette(e,t,n)),i},coordDimToDataDim:function(e){return this.getRawData().mapDimension(e,!0)},getProgressive:function(){return this.get("progressive")},getProgressiveThreshold:function(){return this.get("progressiveThreshold")},getAxisTooltipData:null,getTooltipPosition:null,pipeTask:null,preventIncremental:null,pipelineContext:null});function E(e){var t=e.name;A.isNameSpecified(e)||(e.name=M(e)||t)}function M(e){var t=e.getRawData(),n=t.mapDimension("seriesName",!0),r=[];return i.each(n,(function(e){var n=t.getDimensionInfo(e);n.displayName&&r.push(n.displayName)})),r.join(" ")}function I(e){return e.model.getRawData().count()}function T(e){var t=e.model;return t.setData(t.getRawData().cloneShallow()),D}function D(e,t){t.outputData&&e.end>t.outputData.count()&&t.model.getRawData().cloneShallow(t.outputData)}function F(e,t){i.each(e.CHANGABLE_METHODS,(function(n){e.wrapMethod(n,i.curry(Q,t))}))}function Q(e){var t=L(e);t&&t.setOutputEnd(this.count())}function L(e){var t=(e.ecModel||{}).scheduler,n=t&&t.getPipeline(e.uid);if(n){var r=n.currentTask;if(r){var i=r.agentStubMap;i&&(r=i.get(e.uid))}return r}}i.mixin(S,f),i.mixin(S,d);var U=S;e.exports=U},"4fac":function(e,t,n){var r=n("620b"),i=n("9c2c");function o(e,t,n){var o=t.points,a=t.smooth;if(o&&o.length>=2){if(a&&"spline"!==a){var s=i(o,a,n,t.smoothConstraint);e.moveTo(o[0][0],o[0][1]);for(var l=o.length,u=0;u<(n?l:l-1);u++){var c=s[2*u],A=s[2*u+1],h=o[(u+1)%l];e.bezierCurveTo(c[0],c[1],A[0],A[1],h[0],h[1])}}else{"spline"===a&&(o=r(o,n)),e.moveTo(o[0][0],o[0][1]);u=1;for(var d=o.length;u<d;u++)e.lineTo(o[u][0],o[u][1])}n&&e.closePath()}}t.buildPath=o},"50c4":function(e,t,n){var r=n("a691"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},"50e5":function(e,t,n){var r=n("6d8b"),i=n("eda2"),o=["x","y","z","radius","angle","single"],a=["cartesian2d","polar","singleAxis"];function s(e){return r.indexOf(a,e)>=0}function l(e,t){e=e.slice();var n=r.map(e,i.capitalFirst);t=(t||[]).slice();var o=r.map(t,i.capitalFirst);return function(i,a){r.each(e,(function(e,r){for(var s={name:e,capital:n[r]},l=0;l<t.length;l++)s[t[l]]=e+o[l];i.call(a,s)}))}}var u=l(o,["axisIndex","axis","index","id"]);function c(e,t,n){return function(n){var r,s={nodes:[],records:{}};if(t((function(e){s.records[e.name]={}})),!n)return s;a(n,s);do{r=!1,e(l)}while(r);function l(e){!i(e,s)&&o(e,s)&&(a(e,s),r=!0)}return s};function i(e,t){return r.indexOf(t.nodes,e)>=0}function o(e,i){var o=!1;return t((function(t){r.each(n(e,t)||[],(function(e){i.records[t.name][e]&&(o=!0)}))})),o}function a(e,i){i.nodes.push(e),t((function(t){r.each(n(e,t)||[],(function(e){i.records[t.name][e]=!0}))}))}}t.isCoordSupported=s,t.createNameEach=l,t.eachAxisDim=u,t.createLinkedNodesFinder=c},"511f":function(e,t,n){n("0b99"),n("658f"),e.exports=n("fcd4").f("iterator")},"512c":function(e,t,n){var r=n("ef08"),i=n("5524"),o=n("9c0c7"),a=n("051b"),s=n("9c0e"),l="prototype",u=function(e,t,n){var c,A,h,d=e&u.F,f=e&u.G,p=e&u.S,g=e&u.P,v=e&u.B,m=e&u.W,y=f?i:i[t]||(i[t]={}),x=y[l],w=f?r:p?r[t]:(r[t]||{})[l];for(c in f&&(n=t),n)A=!d&&w&&void 0!==w[c],A&&s(y,c)||(h=A?w[c]:n[c],y[c]=f&&"function"!=typeof w[c]?n[c]:v&&A?o(h,r):m&&w[c]==h?function(e){var t=function(t,n,r){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,n)}return new e(t,n,r)}return e.apply(this,arguments)};return t[l]=e[l],t}(h):g&&"function"==typeof h?o(Function.call,h):h,g&&((y.virtual||(y.virtual={}))[c]=h,e&u.R&&x&&!x[c]&&a(x,c,h)))};u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,e.exports=u},5135:function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},5270:function(e,t,n){"use strict";var r=n("c532"),i=n("c401"),o=n("2e67"),a=n("2444"),s=n("d925"),l=n("e683");function u(e){e.cancelToken&&e.cancelToken.throwIfRequested()}e.exports=function(e){u(e),e.baseURL&&!s(e.url)&&(e.url=l(e.baseURL,e.url)),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=r.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),r.forEach(["delete","get","head","post","put","patch","common"],(function(t){delete e.headers[t]}));var t=e.adapter||a.adapter;return t(e).then((function(t){return u(e),t.data=i(t.data,t.headers,e.transformResponse),t}),(function(t){return o(t)||(u(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)}))}},"527a":function(e,t,n){var r=n("6d8b"),i=n("3842");function o(e,t){e.eachSeriesByType("themeRiver",(function(e){var t=e.getData(),n=e.coordinateSystem,r={},o=n.getRect();r.rect=o;var s=e.get("boundaryGap"),l=n.getAxis();if(r.boundaryGap=s,"horizontal"===l.orient){s[0]=i.parsePercent(s[0],o.height),s[1]=i.parsePercent(s[1],o.height);var u=o.height-s[0]-s[1];a(t,e,u)}else{s[0]=i.parsePercent(s[0],o.width),s[1]=i.parsePercent(s[1],o.width);var c=o.width-s[0]-s[1];a(t,e,c)}t.setLayout("layoutInfo",r)}))}function a(e,t,n){if(e.count())for(var i,o=t.coordinateSystem,a=t.getLayerSeries(),l=e.mapDimension("single"),u=e.mapDimension("value"),c=r.map(a,(function(t){return r.map(t.indices,(function(t){var n=o.dataToPoint(e.get(l,t));return n[1]=e.get(u,t),n}))})),A=s(c),h=A.y0,d=n/A.max,f=a.length,p=a[0].indices.length,g=0;g<p;++g){i=h[g]*d,e.setItemLayout(a[0].indices[g],{layerIndex:0,x:c[0][g][0],y0:i,y:c[0][g][1]*d});for(var v=1;v<f;++v)i+=c[v-1][g][1]*d,e.setItemLayout(a[v].indices[g],{layerIndex:v,x:c[v][g][0],y0:i,y:c[v][g][1]*d})}}function s(e){for(var t=e.length,n=e[0].length,r=[],i=[],o=0,a={},s=0;s<n;++s){for(var l=0,u=0;l<t;++l)u+=e[l][s][1];u>o&&(o=u),r.push(u)}for(var c=0;c<n;++c)i[c]=(o-r[c])/2;o=0;for(var A=0;A<n;++A){var h=r[A]+i[A];h>o&&(o=h)}return a.y0=i,a.max=o,a}e.exports=o},5319:function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),o=n("7b0b"),a=n("50c4"),s=n("a691"),l=n("1d80"),u=n("8aa5"),c=n("14c3"),A=Math.max,h=Math.min,d=Math.floor,f=/\$([$&'`]|\d\d?|<[^>]*>)/g,p=/\$([$&'`]|\d\d?)/g,g=function(e){return void 0===e?e:String(e)};r("replace",2,(function(e,t,n,r){var v=r.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,m=r.REPLACE_KEEPS_$0,y=v?"$":"$0";return[function(n,r){var i=l(this),o=void 0==n?void 0:n[e];return void 0!==o?o.call(n,i,r):t.call(String(i),n,r)},function(e,r){if(!v&&m||"string"===typeof r&&-1===r.indexOf(y)){var o=n(t,e,this,r);if(o.done)return o.value}var l=i(e),d=String(this),f="function"===typeof r;f||(r=String(r));var p=l.global;if(p){var w=l.unicode;l.lastIndex=0}var _=[];while(1){var b=c(l,d);if(null===b)break;if(_.push(b),!p)break;var B=String(b[0]);""===B&&(l.lastIndex=u(d,a(l.lastIndex),w))}for(var C="",S=0,E=0;E<_.length;E++){b=_[E];for(var M=String(b[0]),I=A(h(s(b.index),d.length),0),T=[],D=1;D<b.length;D++)T.push(g(b[D]));var F=b.groups;if(f){var Q=[M].concat(T,I,d);void 0!==F&&Q.push(F);var L=String(r.apply(void 0,Q))}else L=x(M,d,I,T,F,r);I>=S&&(C+=d.slice(S,I)+L,S=I+M.length)}return C+d.slice(S)}];function x(e,n,r,i,a,s){var l=r+e.length,u=i.length,c=p;return void 0!==a&&(a=o(a),c=f),t.call(s,c,(function(t,o){var s;switch(o.charAt(0)){case"$":return"$";case"&":return e;case"`":return n.slice(0,r);case"'":return n.slice(l);case"<":s=a[o.slice(1,-1)];break;default:var c=+o;if(0===c)return t;if(c>u){var A=d(c/10);return 0===A?t:A<=u?void 0===i[A-1]?o.charAt(1):i[A-1]+o.charAt(1):t}s=i[c-1]}return void 0===s?"":s}))}}))},"53ca":function(e,t,n){"use strict";n.d(t,"a",(function(){return r}));n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");function r(e){return r="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}},"53f3":function(e,t){function n(e){var t=e.coordinateSystem;if("view"!==t.type)return 1;var n=e.option.nodeScaleRatio,r=t.scale,i=r&&r[0]||1,o=t.getZoom(),a=(o-1)*n+1;return a/i}function r(e){var t=e.getVisual("symbolSize");return t instanceof Array&&(t=(t[0]+t[1])/2),+t}t.getNodeGlobalScale=n,t.getSymbolSize=r},5450:function(e,t,n){n("7419"),n("29a9")},"54fb":function(e,t){function n(e){e.eachSeriesByType("map",(function(e){var t=e.get("color"),n=e.getModel("itemStyle"),r=n.get("areaColor"),i=n.get("color")||t[e.seriesIndex%t.length];e.getData().setVisual({areaColor:r,color:i})}))}e.exports=n},"551f":function(e,t,n){var r=n("282b"),i=r([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["textPosition"],["textAlign"]]),o={getItemStyle:function(e,t){var n=i(this,e,t),r=this.getBorderLineDash();return r&&(n.lineDash=r),n},getBorderLineDash:function(){var e=this.get("borderType");return"solid"===e||null==e?null:"dashed"===e?[5,5]:[1,1]}};e.exports=o},5522:function(e,t,n){n("23e0"),n("1748"),n("6c12")},5524:function(e,t){var n=e.exports={version:"2.6.12"};"number"==typeof __e&&(__e=n)},5530:function(e,t,n){"use strict";n.d(t,"a",(function(){return o}));n("b64b"),n("a4d3"),n("4de4"),n("e439"),n("159b"),n("dbb4");function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function i(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function o(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?i(Object(n),!0).forEach((function(t){r(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}},5576:function(e,t,n){var r=n("6d8b"),i=n("4a01"),o=n("88b3"),a="\0_ec_dataZoom_roams";function s(e,t){var n=c(e),i=t.dataZoomId,a=t.coordId;r.each(n,(function(e,n){var o=e.dataZoomInfos;o[i]&&r.indexOf(t.allCoordIds,a)<0&&(delete o[i],e.count--)})),h(n);var s=n[a];s||(s=n[a]={coordId:a,dataZoomInfos:{},count:0},s.controller=A(e,s),s.dispatchAction=r.curry(d,e)),!s.dataZoomInfos[i]&&s.count++,s.dataZoomInfos[i]=t;var l=f(s.dataZoomInfos);s.controller.enable(l.controlType,l.opt),s.controller.setPointerChecker(t.containsPoint),o.createOrUpdate(s,"dispatchAction",t.dataZoomModel.get("throttle",!0),"fixRate")}function l(e,t){var n=c(e);r.each(n,(function(e){e.controller.dispose();var n=e.dataZoomInfos;n[t]&&(delete n[t],e.count--)})),h(n)}function u(e){return e.type+"\0_"+e.id}function c(e){var t=e.getZr();return t[a]||(t[a]={})}function A(e,t){var n=new i(e.getZr());return r.each(["pan","zoom","scrollMove"],(function(e){n.on(e,(function(n){var i=[];r.each(t.dataZoomInfos,(function(r){if(n.isAvailableBehavior(r.dataZoomModel.option)){var o=(r.getRange||{})[e],a=o&&o(t.controller,n);!r.dataZoomModel.get("disabled",!0)&&a&&i.push({dataZoomId:r.dataZoomId,start:a[0],end:a[1]})}})),i.length&&t.dispatchAction(i)}))})),n}function h(e){r.each(e,(function(t,n){t.count||(t.controller.dispose(),delete e[n])}))}function d(e,t){e.dispatchAction({type:"dataZoom",batch:t})}function f(e){var t,n="type_",i={type_true:2,type_move:1,type_false:0,type_undefined:-1},o=!0;return r.each(e,(function(e){var r=e.dataZoomModel,a=!r.get("disabled",!0)&&(!r.get("zoomLock",!0)||"move");i[n+a]>i[n+t]&&(t=a),o&=r.get("preventDefaultMouseMove",!0)})),{controlType:t,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!o}}}t.register=s,t.unregister=l,t.generateCoordId=u},"55ac":function(e,t,n){var r=n("6d8b");function i(e,t,n){if(e&&r.indexOf(t,e.type)>=0){var i=n.getData().tree.root,o=e.targetNode;if("string"===typeof o&&(o=i.getNodeById(o)),o&&i.contains(o))return{node:o};var a=e.targetNodeId;if(null!=a&&(o=i.getNodeById(a)))return{node:o}}}function o(e){var t=[];while(e)e=e.parentNode,e&&t.push(e);return t.reverse()}function a(e,t){var n=o(e);return r.indexOf(n,t)>=0}function s(e,t){var n=[];while(e){var r=e.dataIndex;n.push({name:e.name,dataIndex:r,value:t.getRawValue(r)}),e=e.parentNode}return n.reverse(),n}t.retrieveTargetInfo=i,t.getPathToRoot=o,t.aboveViewRoot=a,t.wrapTreePathInfo=s},"562e":function(e,t,n){var r=n("6d8b");function i(e){null!=e&&r.extend(this,e),this.otherDims={}}var o=i;e.exports=o},5692:function(e,t,n){var r=n("c430"),i=n("c6cd");(e.exports=function(e,t){return i[e]||(i[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.6.5",mode:r?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},5693:function(e,t){function n(e,t){var n,r,i,o,a,s=t.x,l=t.y,u=t.width,c=t.height,A=t.r;u<0&&(s+=u,u=-u),c<0&&(l+=c,c=-c),"number"===typeof A?n=r=i=o=A:A instanceof Array?1===A.length?n=r=i=o=A[0]:2===A.length?(n=i=A[0],r=o=A[1]):3===A.length?(n=A[0],r=o=A[1],i=A[2]):(n=A[0],r=A[1],i=A[2],o=A[3]):n=r=i=o=0,n+r>u&&(a=n+r,n*=u/a,r*=u/a),i+o>u&&(a=i+o,i*=u/a,o*=u/a),r+i>c&&(a=r+i,r*=c/a,i*=c/a),n+o>c&&(a=n+o,n*=c/a,o*=c/a),e.moveTo(s+n,l),e.lineTo(s+u-r,l),0!==r&&e.arc(s+u-r,l+r,r,-Math.PI/2,0),e.lineTo(s+u,l+c-i),0!==i&&e.arc(s+u-i,l+c-i,i,0,Math.PI/2),e.lineTo(s+o,l+c),0!==o&&e.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),e.lineTo(s,l+n),0!==n&&e.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}t.buildPath=n},"56ef":function(e,t,n){var r=n("d066"),i=n("241c"),o=n("7418"),a=n("825a");e.exports=r("Reflect","ownKeys")||function(e){var t=i.f(a(e)),n=o.f;return n?t.concat(n(e)):t}},5866:function(e,t,n){var r=n("ef2b"),i=r.forceLayout,o=n("1c5f"),a=o.simpleLayout,s=n("94e4"),l=s.circularLayout,u=n("3842"),c=u.linearMap,A=n("401b"),h=n("6d8b"),d=n("0c37"),f=d.getCurvenessForEdge;function p(e){e.eachSeriesByType("graph",(function(e){var t=e.coordinateSystem;if(!t||"view"===t.type)if("force"===e.get("layout")){var n=e.preservedPoints||{},r=e.getGraph(),o=r.data,s=r.edgeData,u=e.getModel("force"),d=u.get("initLayout");e.preservedPoints?o.each((function(e){var t=o.getId(e);o.setItemLayout(e,n[t]||[NaN,NaN])})):d&&"none"!==d?"circular"===d&&l(e,"value"):a(e);var p=o.getDataExtent("value"),g=s.getDataExtent("value"),v=u.get("repulsion"),m=u.get("edgeLength");h.isArray(v)||(v=[v,v]),h.isArray(m)||(m=[m,m]),m=[m[1],m[0]];var y=o.mapArray("value",(function(e,t){var n=o.getItemLayout(t),r=c(e,p,v);return isNaN(r)&&(r=(v[0]+v[1])/2),{w:r,rep:r,fixed:o.getItemModel(t).get("fixed"),p:!n||isNaN(n[0])||isNaN(n[1])?null:n}})),x=s.mapArray("value",(function(t,n){var i=r.getEdgeByIndex(n),o=c(t,g,m);isNaN(o)&&(o=(m[0]+m[1])/2);var a=i.getModel(),s=h.retrieve3(a.get("lineStyle.curveness"),-f(i,e,n,!0),0);return{n1:y[i.node1.dataIndex],n2:y[i.node2.dataIndex],d:o,curveness:s,ignoreForceLayout:a.get("ignoreForceLayout")}})),w=(t=e.coordinateSystem,t.getBoundingRect()),_=i(y,x,{rect:w,gravity:u.get("gravity"),friction:u.get("friction")}),b=_.step;_.step=function(e){for(var t=0,i=y.length;t<i;t++)y[t].fixed&&A.copy(y[t].p,r.getNodeByIndex(t).getLayout());b((function(t,i,a){for(var s=0,l=t.length;s<l;s++)t[s].fixed||r.getNodeByIndex(s).setLayout(t[s].p),n[o.getId(s)]=t[s].p;for(s=0,l=i.length;s<l;s++){var u=i[s],c=r.getEdgeByIndex(s),h=u.n1.p,d=u.n2.p,f=c.getLayout();f=f?f.slice():[],f[0]=f[0]||[],f[1]=f[1]||[],A.copy(f[0],h),A.copy(f[1],d),+u.curveness&&(f[2]=[(h[0]+d[0])/2-(h[1]-d[1])*u.curveness,(h[1]+d[1])/2-(d[0]-h[0])*u.curveness]),c.setLayout(f)}e&&e(a)}))},e.forceLayout=_,e.preservedPoints=n,_.step()}else e.forceLayout=null}))}e.exports=p},5899:function(e,t){e.exports="\t\n\v\f\r                 \u2028\u2029\ufeff"},"58a8":function(e,t,n){var r=n("1d80"),i=n("5899"),o="["+i+"]",a=RegExp("^"+o+o+"*"),s=RegExp(o+o+"*$"),l=function(e){return function(t){var n=String(r(t));return 1&e&&(n=n.replace(a,"")),2&e&&(n=n.replace(s,"")),n}};e.exports={start:l(1),end:l(2),trim:l(3)}},"58df":function(e,t,n){var r=n("6d8b"),i=n("2306");function o(e,t,n,o){var a=n.axis;if(!a.scale.isBlank()){var s=n.getModel("splitArea"),l=s.getModel("areaStyle"),u=l.get("color"),c=o.coordinateSystem.getRect(),A=a.getTicksCoords({tickModel:s,clamp:!0});if(A.length){var h=u.length,d=e.__splitAreaColors,f=r.createHashMap(),p=0;if(d)for(var g=0;g<A.length;g++){var v=d.get(A[g].tickValue);if(null!=v){p=(v+(h-1)*g)%h;break}}var m=a.toGlobalCoord(A[0].coord),y=l.getAreaStyle();u=r.isArray(u)?u:[u];for(g=1;g<A.length;g++){var x,w,_,b,B=a.toGlobalCoord(A[g].coord);a.isHorizontal()?(x=m,w=c.y,_=B-x,b=c.height,m=x+_):(x=c.x,w=m,_=c.width,b=B-w,m=w+b);var C=A[g-1].tickValue;null!=C&&f.set(C,p),t.add(new i.Rect({anid:null!=C?"area_"+C:null,shape:{x:x,y:w,width:_,height:b},style:r.defaults({fill:u[p]},y),silent:!0})),p=(p+1)%h}e.__splitAreaColors=f}}}function a(e){e.__splitAreaColors=null}t.rectCoordAxisBuildSplitArea=o,t.rectCoordAxisHandleRemove=a},"597f":function(e,t){e.exports=function(e,t,n,r){var i,o=0;function a(){var a=this,s=Number(new Date)-o,l=arguments;function u(){o=Number(new Date),n.apply(a,l)}function c(){i=void 0}r&&!i&&u(),i&&clearTimeout(i),void 0===r&&s>e?u():!0!==t&&(i=setTimeout(r?c:u,void 0===r?e-s:e))}return"boolean"!==typeof t&&(r=n,n=t,t=void 0),a}},"5a34":function(e,t,n){var r=n("44e7");e.exports=function(e){if(r(e))throw TypeError("The method doesn't accept regular expressions");return e}},"5a43":function(e,t){function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}e.exports=n,e.exports["default"]=e.exports,e.exports.__esModule=!0},"5a57":function(e,t){e.exports=function(e){function t(r){if(n[r])return n[r].exports;var i=n[r]={i:r,l:!1,exports:{}};return e[r].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=28)}([function(e,t){function n(){throw Error("setTimeout has not been defined")}function r(){throw Error("clearTimeout has not been defined")}function i(e){if(c===setTimeout)return setTimeout(e,0);if((c===n||!c)&&setTimeout)return c=setTimeout,setTimeout(e,0);try{return c(e,0)}catch(t){try{return c.call(null,e,0)}catch(t){return c.call(this,e,0)}}}function o(e){if(A===clearTimeout)return clearTimeout(e);if((A===r||!A)&&clearTimeout)return A=clearTimeout,clearTimeout(e);try{return A(e)}catch(t){try{return A.call(null,e)}catch(t){return A.call(this,e)}}}function a(){p&&d&&(p=!1,d.length?f=d.concat(f):g=-1,f.length&&s())}function s(){if(!p){var e=i(a);p=!0;for(var t=f.length;t;){for(d=f,f=[];++g<t;)d&&d[g].run();g=-1,t=f.length}d=null,p=!1,o(e)}}function l(e,t){this.fun=e,this.array=t}function u(){}var c,A,h=e.exports={};!function(){try{c="function"==typeof setTimeout?setTimeout:n}catch(e){c=n}try{A="function"==typeof clearTimeout?clearTimeout:r}catch(e){A=r}}();var d,f=[],p=!1,g=-1;h.nextTick=function(e){var t=Array(arguments.length-1);if(arguments.length>1)for(var n=1;arguments.length>n;n++)t[n-1]=arguments[n];f.push(new l(e,t)),1!==f.length||p||i(s)},l.prototype.run=function(){this.fun.apply(null,this.array)},h.title="browser",h.browser=!0,h.env={},h.argv=[],h.version="",h.versions={},h.on=u,h.addListener=u,h.once=u,h.off=u,h.removeListener=u,h.removeAllListeners=u,h.emit=u,h.prependListener=u,h.prependOnceListener=u,h.listeners=function(e){return[]},h.binding=function(e){throw Error("process.binding is not supported")},h.cwd=function(){return"/"},h.chdir=function(e){throw Error("process.chdir is not supported")},h.umask=function(){return 0}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=/^#([a-f0-9]{3})$/i,s=function(e){var t=e.match(a);return!!t&&[parseInt(t[1][0]+t[1][0],16),parseInt(t[1][1]+t[1][1],16),parseInt(t[1][2]+t[1][2],16),null]},l=/^#([a-f0-9]{6})$/i,u=function(e){var t=e.match(l);return!!t&&[parseInt(t[1].substring(0,2),16),parseInt(t[1].substring(2,4),16),parseInt(t[1].substring(4,6),16),null]},c=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,A=function(e){var t=e.match(c);return!!t&&[+t[1],+t[2],+t[3],null]},h=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?\.?\d+)\s*\)$/,d=function(e){var t=e.match(h);return!(!t||4>=t.length)&&[+t[1],+t[2],+t[3],+t[4]]},f=function(e){return[Math.min(e[0],255),Math.min(e[1],255),Math.min(e[2],255),e.length>3?e[3]:null]},p=function(e){var t=v[e.toLowerCase()];return t||!1},g=function(){function e(t){r(this,e);var n=Array.isArray(t)?f(t):s(t)||A(t)||d(t)||p(t)||u(t)||[0,0,0,null],o=i(n,4),a=o[0],l=o[1],c=o[2],h=o[3];this.r=a,this.g=l,this.b=c,this.a=h}return o(e,[{key:"isTransparent",value:function(){return 0===this.a}},{key:"toString",value:function(){return null!==this.a&&1!==this.a?"rgba("+this.r+","+this.g+","+this.b+","+this.a+")":"rgb("+this.r+","+this.g+","+this.b+")"}}]),e}();t.default=g;var v={transparent:[0,0,0,0],aliceblue:[240,248,255,null],antiquewhite:[250,235,215,null],aqua:[0,255,255,null],aquamarine:[127,255,212,null],azure:[240,255,255,null],beige:[245,245,220,null],bisque:[255,228,196,null],black:[0,0,0,null],blanchedalmond:[255,235,205,null],blue:[0,0,255,null],blueviolet:[138,43,226,null],brown:[165,42,42,null],burlywood:[222,184,135,null],cadetblue:[95,158,160,null],chartreuse:[127,255,0,null],chocolate:[210,105,30,null],coral:[255,127,80,null],cornflowerblue:[100,149,237,null],cornsilk:[255,248,220,null],crimson:[220,20,60,null],cyan:[0,255,255,null],darkblue:[0,0,139,null],darkcyan:[0,139,139,null],darkgoldenrod:[184,134,11,null],darkgray:[169,169,169,null],darkgreen:[0,100,0,null],darkgrey:[169,169,169,null],darkkhaki:[189,183,107,null],darkmagenta:[139,0,139,null],darkolivegreen:[85,107,47,null],darkorange:[255,140,0,null],darkorchid:[153,50,204,null],darkred:[139,0,0,null],darksalmon:[233,150,122,null],darkseagreen:[143,188,143,null],darkslateblue:[72,61,139,null],darkslategray:[47,79,79,null],darkslategrey:[47,79,79,null],darkturquoise:[0,206,209,null],darkviolet:[148,0,211,null],deeppink:[255,20,147,null],deepskyblue:[0,191,255,null],dimgray:[105,105,105,null],dimgrey:[105,105,105,null],dodgerblue:[30,144,255,null],firebrick:[178,34,34,null],floralwhite:[255,250,240,null],forestgreen:[34,139,34,null],fuchsia:[255,0,255,null],gainsboro:[220,220,220,null],ghostwhite:[248,248,255,null],gold:[255,215,0,null],goldenrod:[218,165,32,null],gray:[128,128,128,null],green:[0,128,0,null],greenyellow:[173,255,47,null],grey:[128,128,128,null],honeydew:[240,255,240,null],hotpink:[255,105,180,null],indianred:[205,92,92,null],indigo:[75,0,130,null],ivory:[255,255,240,null],khaki:[240,230,140,null],lavender:[230,230,250,null],lavenderblush:[255,240,245,null],lawngreen:[124,252,0,null],lemonchiffon:[255,250,205,null],lightblue:[173,216,230,null],lightcoral:[240,128,128,null],lightcyan:[224,255,255,null],lightgoldenrodyellow:[250,250,210,null],lightgray:[211,211,211,null],lightgreen:[144,238,144,null],lightgrey:[211,211,211,null],lightpink:[255,182,193,null],lightsalmon:[255,160,122,null],lightseagreen:[32,178,170,null],lightskyblue:[135,206,250,null],lightslategray:[119,136,153,null],lightslategrey:[119,136,153,null],lightsteelblue:[176,196,222,null],lightyellow:[255,255,224,null],lime:[0,255,0,null],limegreen:[50,205,50,null],linen:[250,240,230,null],magenta:[255,0,255,null],maroon:[128,0,0,null],mediumaquamarine:[102,205,170,null],mediumblue:[0,0,205,null],mediumorchid:[186,85,211,null],mediumpurple:[147,112,219,null],mediumseagreen:[60,179,113,null],mediumslateblue:[123,104,238,null],mediumspringgreen:[0,250,154,null],mediumturquoise:[72,209,204,null],mediumvioletred:[199,21,133,null],midnightblue:[25,25,112,null],mintcream:[245,255,250,null],mistyrose:[255,228,225,null],moccasin:[255,228,181,null],navajowhite:[255,222,173,null],navy:[0,0,128,null],oldlace:[253,245,230,null],olive:[128,128,0,null],olivedrab:[107,142,35,null],orange:[255,165,0,null],orangered:[255,69,0,null],orchid:[218,112,214,null],palegoldenrod:[238,232,170,null],palegreen:[152,251,152,null],paleturquoise:[175,238,238,null],palevioletred:[219,112,147,null],papayawhip:[255,239,213,null],peachpuff:[255,218,185,null],peru:[205,133,63,null],pink:[255,192,203,null],plum:[221,160,221,null],powderblue:[176,224,230,null],purple:[128,0,128,null],rebeccapurple:[102,51,153,null],red:[255,0,0,null],rosybrown:[188,143,143,null],royalblue:[65,105,225,null],saddlebrown:[139,69,19,null],salmon:[250,128,114,null],sandybrown:[244,164,96,null],seagreen:[46,139,87,null],seashell:[255,245,238,null],sienna:[160,82,45,null],silver:[192,192,192,null],skyblue:[135,206,235,null],slateblue:[106,90,205,null],slategray:[112,128,144,null],slategrey:[112,128,144,null],snow:[255,250,250,null],springgreen:[0,255,127,null],steelblue:[70,130,180,null],tan:[210,180,140,null],teal:[0,128,128,null],thistle:[216,191,216,null],tomato:[255,99,71,null],turquoise:[64,224,208,null],violet:[238,130,238,null],wheat:[245,222,179,null],white:[255,255,255,null],whitesmoke:[245,245,245,null],yellow:[255,255,0,null],yellowgreen:[154,205,50,null]};t.TRANSPARENT=new g([0,0,0,0])},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.calculateLengthFromValueWithUnit=t.LENGTH_TYPE=void 0;var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=(n(4),t.LENGTH_TYPE={PX:0,PERCENTAGE:1}),a=function(){function t(n){r(this,t),this.type="%"===n.substr(n.length-1)?o.PERCENTAGE:o.PX;var i=parseFloat(n);"production"!==e.env.NODE_ENV&&isNaN(i)&&console.error('Invalid value given for Length: "'+n+'"'),this.value=isNaN(i)?0:i}return i(t,[{key:"isPercentage",value:function(){return this.type===o.PERCENTAGE}},{key:"getAbsoluteValue",value:function(e){return this.isPercentage()?e*(this.value/100):this.value}}],[{key:"create",value:function(e){return new t(e)}}]),t}();t.default=a;var s=function e(t){var n=t.parent;return n?e(n):parseFloat(t.style.font.fontSize)};t.calculateLengthFromValueWithUnit=function(e,t,n){switch(n){case"px":case"%":return new a(t+n);case"em":case"rem":var r=new a(t);return r.value*="em"===n?parseFloat(e.style.font.fontSize):s(e),r;default:return new a("0")}}}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.parseBoundCurves=t.calculatePaddingBoxPath=t.calculateBorderBoxPath=t.parsePathForBorder=t.parseDocumentSize=t.calculateContentBox=t.calculatePaddingBox=t.parseBounds=t.Bounds=void 0;var o=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(8),s=r(a),l=n(34),u=r(l),c=t.Bounds=function(){function e(t,n,r,o){i(this,e),this.left=t,this.top=n,this.width=r,this.height=o}return o(e,null,[{key:"fromClientRect",value:function(t,n,r){return new e(t.left+n,t.top+r,t.width,t.height)}}]),e}(),A=(t.parseBounds=function(e,t,n){return c.fromClientRect(e.getBoundingClientRect(),t,n)},t.calculatePaddingBox=function(e,t){return new c(e.left+t[3].borderWidth,e.top+t[0].borderWidth,e.width-(t[1].borderWidth+t[3].borderWidth),e.height-(t[0].borderWidth+t[2].borderWidth))},t.calculateContentBox=function(e,t,n){var r=t[0].value,i=t[1].value,o=t[2].value,a=t[3].value;return new c(e.left+a+n[3].borderWidth,e.top+r+n[0].borderWidth,e.width-(n[1].borderWidth+n[3].borderWidth+a+i),e.height-(n[0].borderWidth+n[2].borderWidth+r+o))},t.parseDocumentSize=function(t){var n=t.body,r=t.documentElement;if(!n||!r)throw Error("production"!==e.env.NODE_ENV?"Unable to get document size":"");var i=Math.max(Math.max(n.scrollWidth,r.scrollWidth),Math.max(n.offsetWidth,r.offsetWidth),Math.max(n.clientWidth,r.clientWidth)),o=Math.max(Math.max(n.scrollHeight,r.scrollHeight),Math.max(n.offsetHeight,r.offsetHeight),Math.max(n.clientHeight,r.clientHeight));return new c(0,0,i,o)},t.parsePathForBorder=function(e,t){switch(t){case 0:return A(e.topLeftOuter,e.topLeftInner,e.topRightOuter,e.topRightInner);case 1:return A(e.topRightOuter,e.topRightInner,e.bottomRightOuter,e.bottomRightInner);case 2:return A(e.bottomRightOuter,e.bottomRightInner,e.bottomLeftOuter,e.bottomLeftInner);case 3:default:return A(e.bottomLeftOuter,e.bottomLeftInner,e.topLeftOuter,e.topLeftInner)}},function(e,t,n,r){var i=[];return i.push(e instanceof u.default?e.subdivide(.5,!1):e),i.push(n instanceof u.default?n.subdivide(.5,!0):n),i.push(r instanceof u.default?r.subdivide(.5,!0).reverse():r),i.push(t instanceof u.default?t.subdivide(.5,!1).reverse():t),i}),h=(t.calculateBorderBoxPath=function(e){return[e.topLeftOuter,e.topRightOuter,e.bottomRightOuter,e.bottomLeftOuter]},t.calculatePaddingBoxPath=function(e){return[e.topLeftInner,e.topRightInner,e.bottomRightInner,e.bottomLeftInner]},t.parseBoundCurves=function(e,t,n){var r=n[h.TOP_LEFT][0].getAbsoluteValue(e.width),i=n[h.TOP_LEFT][1].getAbsoluteValue(e.height),o=n[h.TOP_RIGHT][0].getAbsoluteValue(e.width),a=n[h.TOP_RIGHT][1].getAbsoluteValue(e.height),l=n[h.BOTTOM_RIGHT][0].getAbsoluteValue(e.width),u=n[h.BOTTOM_RIGHT][1].getAbsoluteValue(e.height),c=n[h.BOTTOM_LEFT][0].getAbsoluteValue(e.width),A=n[h.BOTTOM_LEFT][1].getAbsoluteValue(e.height),f=[];f.push((r+o)/e.width),f.push((c+l)/e.width),f.push((i+A)/e.height),f.push((a+u)/e.height);var p=Math.max.apply(Math,f);p>1&&(r/=p,i/=p,o/=p,a/=p,l/=p,u/=p,c/=p,A/=p);var g=e.width-o,v=e.height-u,m=e.width-l,y=e.height-A;return{topLeftOuter:r>0||i>0?d(e.left,e.top,r,i,h.TOP_LEFT):new s.default(e.left,e.top),topLeftInner:r>0||i>0?d(e.left+t[3].borderWidth,e.top+t[0].borderWidth,Math.max(0,r-t[3].borderWidth),Math.max(0,i-t[0].borderWidth),h.TOP_LEFT):new s.default(e.left+t[3].borderWidth,e.top+t[0].borderWidth),topRightOuter:o>0||a>0?d(e.left+g,e.top,o,a,h.TOP_RIGHT):new s.default(e.left+e.width,e.top),topRightInner:o>0||a>0?d(e.left+Math.min(g,e.width+t[3].borderWidth),e.top+t[0].borderWidth,g>e.width+t[3].borderWidth?0:o-t[3].borderWidth,a-t[0].borderWidth,h.TOP_RIGHT):new s.default(e.left+e.width-t[1].borderWidth,e.top+t[0].borderWidth),bottomRightOuter:l>0||u>0?d(e.left+m,e.top+v,l,u,h.BOTTOM_RIGHT):new s.default(e.left+e.width,e.top+e.height),bottomRightInner:l>0||u>0?d(e.left+Math.min(m,e.width-t[3].borderWidth),e.top+Math.min(v,e.height+t[0].borderWidth),Math.max(0,l-t[1].borderWidth),u-t[2].borderWidth,h.BOTTOM_RIGHT):new s.default(e.left+e.width-t[1].borderWidth,e.top+e.height-t[2].borderWidth),bottomLeftOuter:c>0||A>0?d(e.left,e.top+y,c,A,h.BOTTOM_LEFT):new s.default(e.left,e.top+e.height),bottomLeftInner:c>0||A>0?d(e.left+t[3].borderWidth,e.top+y,Math.max(0,c-t[3].borderWidth),A-t[2].borderWidth,h.BOTTOM_LEFT):new s.default(e.left+t[3].borderWidth,e.top+e.height-t[2].borderWidth)}},{TOP_LEFT:0,TOP_RIGHT:1,BOTTOM_RIGHT:2,BOTTOM_LEFT:3}),d=function(e,t,n,r,i){var o=(Math.sqrt(2)-1)/3*4,a=n*o,l=r*o,c=e+n,A=t+r;switch(i){case h.TOP_LEFT:return new u.default(new s.default(e,A),new s.default(e,A-l),new s.default(c-a,t),new s.default(c,t));case h.TOP_RIGHT:return new u.default(new s.default(e,t),new s.default(e+a,t),new s.default(c,A-l),new s.default(c,A));case h.BOTTOM_RIGHT:return new u.default(new s.default(c,t),new s.default(c,t+l),new s.default(e+a,A),new s.default(e,A));case h.BOTTOM_LEFT:default:return new u.default(new s.default(c,A),new s.default(c-a,A),new s.default(e,t+l),new s.default(e,t))}}}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(1),a=function(e){return e&&e.__esModule?e:{default:e}}(o),s=n(5),l=n(6),u=n(13),c=n(35),A=n(36),h=n(37),d=n(38),f=n(39),p=n(40),g=n(9),v=n(41),m=n(42),y=n(19),x=n(18),w=n(20),_=n(12),b=n(43),B=n(21),C=n(44),S=n(45),E=n(46),M=n(47),I=n(3),T=n(22),D=n(15),F=["INPUT","TEXTAREA","SELECT"],Q=function(){function t(n,i,o,s){var Q=this;r(this,t),this.parent=i,this.tagName=n.tagName,this.index=s,this.childNodes=[],this.listItems=[],"number"==typeof n.start&&(this.listStart=n.start);var U=n.ownerDocument.defaultView,O=U.pageXOffset,N=U.pageYOffset,k=U.getComputedStyle(n,null),P=(0,A.parseDisplay)(k.display),H="radio"===n.type||"checkbox"===n.type,R=(0,w.parsePosition)(k.position);if(this.style={background:H?T.INPUT_BACKGROUND:(0,l.parseBackground)(k,o),border:H?T.INPUT_BORDERS:(0,u.parseBorder)(k),borderRadius:(n instanceof U.HTMLInputElement||n instanceof HTMLInputElement)&&H?(0,T.getInputBorderRadius)(n):(0,c.parseBorderRadius)(k),color:H?T.INPUT_COLOR:new a.default(k.color),display:P,float:(0,h.parseCSSFloat)(k.float),font:(0,d.parseFont)(k),letterSpacing:(0,f.parseLetterSpacing)(k.letterSpacing),listStyle:P===A.DISPLAY.LIST_ITEM?(0,g.parseListStyle)(k):null,lineBreak:(0,p.parseLineBreak)(k.lineBreak),margin:(0,v.parseMargin)(k),opacity:parseFloat(k.opacity),overflow:-1===F.indexOf(n.tagName)?(0,m.parseOverflow)(k.overflow):m.OVERFLOW.HIDDEN,overflowWrap:(0,y.parseOverflowWrap)(k.overflowWrap?k.overflowWrap:k.wordWrap),padding:(0,x.parsePadding)(k),position:R,textDecoration:(0,_.parseTextDecoration)(k),textShadow:(0,b.parseTextShadow)(k.textShadow),textTransform:(0,B.parseTextTransform)(k.textTransform),transform:(0,C.parseTransform)(k),visibility:(0,S.parseVisibility)(k.visibility),wordBreak:(0,E.parseWordBreak)(k.wordBreak),zIndex:(0,M.parseZIndex)(R!==w.POSITION.STATIC?k.zIndex:"auto")},this.isTransformed()&&(n.style.transform="matrix(1,0,0,1,0,0)"),P===A.DISPLAY.LIST_ITEM){var z=(0,D.getListOwner)(this);if(z){var V=z.listItems.length;z.listItems.push(this),this.listIndex=n.hasAttribute("value")&&"number"==typeof n.value?n.value:0===V?"number"==typeof z.listStart?z.listStart:1:z.listItems[V-1].listIndex+1}}"IMG"===n.tagName&&n.addEventListener("load",(function(){Q.bounds=(0,I.parseBounds)(n,O,N),Q.curvedBounds=(0,I.parseBoundCurves)(Q.bounds,Q.style.border,Q.style.borderRadius)})),this.image=L(n,o),this.bounds=H?(0,T.reformatInputBounds)((0,I.parseBounds)(n,O,N)):(0,I.parseBounds)(n,O,N),this.curvedBounds=(0,I.parseBoundCurves)(this.bounds,this.style.border,this.style.borderRadius),"production"!==e.env.NODE_ENV&&(this.name=n.tagName.toLowerCase()+(n.id?"#"+n.id:"")+(""+n.className).split(" ").map((function(e){return e.length?"."+e:""})).join(""))}return i(t,[{key:"getClipPaths",value:function(){var e=this.parent?this.parent.getClipPaths():[];return this.style.overflow!==m.OVERFLOW.VISIBLE?e.concat([(0,I.calculatePaddingBoxPath)(this.curvedBounds)]):e}},{key:"isInFlow",value:function(){return this.isRootElement()&&!this.isFloating()&&!this.isAbsolutelyPositioned()}},{key:"isVisible",value:function(){return!(0,s.contains)(this.style.display,A.DISPLAY.NONE)&&this.style.opacity>0&&this.style.visibility===S.VISIBILITY.VISIBLE}},{key:"isAbsolutelyPositioned",value:function(){return this.style.position!==w.POSITION.STATIC&&this.style.position!==w.POSITION.RELATIVE}},{key:"isPositioned",value:function(){return this.style.position!==w.POSITION.STATIC}},{key:"isFloating",value:function(){return this.style.float!==h.FLOAT.NONE}},{key:"isRootElement",value:function(){return null===this.parent}},{key:"isTransformed",value:function(){return null!==this.style.transform}},{key:"isPositionedWithZIndex",value:function(){return this.isPositioned()&&!this.style.zIndex.auto}},{key:"isInlineLevel",value:function(){return(0,s.contains)(this.style.display,A.DISPLAY.INLINE)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_BLOCK)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_FLEX)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_GRID)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_LIST_ITEM)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_TABLE)}},{key:"isInlineBlockOrInlineTable",value:function(){return(0,s.contains)(this.style.display,A.DISPLAY.INLINE_BLOCK)||(0,s.contains)(this.style.display,A.DISPLAY.INLINE_TABLE)}}]),t}();t.default=Q;var L=function(e,t){if(e instanceof e.ownerDocument.defaultView.SVGSVGElement||e instanceof SVGSVGElement){var n=new XMLSerializer;return t.loadImage("data:image/svg+xml,"+encodeURIComponent(n.serializeToString(e)))}switch(e.tagName){case"IMG":var r=e;return t.loadImage(r.currentSrc||r.src);case"CANVAS":return t.loadCanvas(e);case"IFRAME":var i=e.getAttribute("data-html2canvas-internal-iframe-key");if(i)return i}return null}}).call(t,n(0))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.contains=function(e,t){return 0!=(e&t)},t.distance=function(e,t){return Math.sqrt(e*e+t*t)},t.copyCSSStyles=function(e,t){for(var n=e.length-1;n>=0;n--){var r=e.item(n);"content"!==r&&t.style.setProperty(r,e.getPropertyValue(r))}return t},t.SMALL_IMAGE="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"},function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.parseBackgroundImage=t.parseBackground=t.calculateBackgroundRepeatPath=t.calculateBackgroundPosition=t.calculateBackgroungPositioningArea=t.calculateBackgroungPaintingArea=t.calculateGradientBackgroundSize=t.calculateBackgroundSize=t.BACKGROUND_ORIGIN=t.BACKGROUND_CLIP=t.BACKGROUND_SIZE=t.BACKGROUND_REPEAT=void 0;var o=n(1),a=r(o),s=n(2),l=r(s),u=n(33),c=r(u),A=n(8),h=r(A),d=n(3),f=n(18),p=t.BACKGROUND_REPEAT={REPEAT:0,NO_REPEAT:1,REPEAT_X:2,REPEAT_Y:3},g=t.BACKGROUND_SIZE={AUTO:0,CONTAIN:1,COVER:2,LENGTH:3},v=t.BACKGROUND_CLIP={BORDER_BOX:0,PADDING_BOX:1,CONTENT_BOX:2},m=t.BACKGROUND_ORIGIN=v,y=function e(t){switch(i(this,e),t){case"contain":this.size=g.CONTAIN;break;case"cover":this.size=g.COVER;break;case"auto":this.size=g.AUTO;break;default:this.value=new l.default(t)}},x=(t.calculateBackgroundSize=function(e,t,n){var r=0,i=0,o=e.size;if(o[0].size===g.CONTAIN||o[0].size===g.COVER){var a=n.width/n.height,s=t.width/t.height;return s>a!=(o[0].size===g.COVER)?new c.default(n.width,n.width/s):new c.default(n.height*s,n.height)}return o[0].value&&(r=o[0].value.getAbsoluteValue(n.width)),o[0].size===g.AUTO&&o[1].size===g.AUTO?i=t.height:o[1].size===g.AUTO?i=r/t.width*t.height:o[1].value&&(i=o[1].value.getAbsoluteValue(n.height)),o[0].size===g.AUTO&&(r=i/t.height*t.width),new c.default(r,i)},t.calculateGradientBackgroundSize=function(e,t){var n=e.size,r=n[0].value?n[0].value.getAbsoluteValue(t.width):t.width,i=n[1].value?n[1].value.getAbsoluteValue(t.height):n[0].value?r:t.height;return new c.default(r,i)},new y("auto")),w=(t.calculateBackgroungPaintingArea=function(e,t){switch(t){case v.BORDER_BOX:return(0,d.calculateBorderBoxPath)(e);case v.PADDING_BOX:default:return(0,d.calculatePaddingBoxPath)(e)}},t.calculateBackgroungPositioningArea=function(e,t,n,r){var i=(0,d.calculatePaddingBox)(t,r);switch(e){case m.BORDER_BOX:return t;case m.CONTENT_BOX:var o=n[f.PADDING_SIDES.LEFT].getAbsoluteValue(t.width),a=n[f.PADDING_SIDES.RIGHT].getAbsoluteValue(t.width),s=n[f.PADDING_SIDES.TOP].getAbsoluteValue(t.width),l=n[f.PADDING_SIDES.BOTTOM].getAbsoluteValue(t.width);return new d.Bounds(i.left+o,i.top+s,i.width-o-a,i.height-s-l);case m.PADDING_BOX:default:return i}},t.calculateBackgroundPosition=function(e,t,n){return new h.default(e[0].getAbsoluteValue(n.width-t.width),e[1].getAbsoluteValue(n.height-t.height))},t.calculateBackgroundRepeatPath=function(e,t,n,r,i){switch(e.repeat){case p.REPEAT_X:return[new h.default(Math.round(i.left),Math.round(r.top+t.y)),new h.default(Math.round(i.left+i.width),Math.round(r.top+t.y)),new h.default(Math.round(i.left+i.width),Math.round(n.height+r.top+t.y)),new h.default(Math.round(i.left),Math.round(n.height+r.top+t.y))];case p.REPEAT_Y:return[new h.default(Math.round(r.left+t.x),Math.round(i.top)),new h.default(Math.round(r.left+t.x+n.width),Math.round(i.top)),new h.default(Math.round(r.left+t.x+n.width),Math.round(i.height+i.top)),new h.default(Math.round(r.left+t.x),Math.round(i.height+i.top))];case p.NO_REPEAT:return[new h.default(Math.round(r.left+t.x),Math.round(r.top+t.y)),new h.default(Math.round(r.left+t.x+n.width),Math.round(r.top+t.y)),new h.default(Math.round(r.left+t.x+n.width),Math.round(r.top+t.y+n.height)),new h.default(Math.round(r.left+t.x),Math.round(r.top+t.y+n.height))];default:return[new h.default(Math.round(i.left),Math.round(i.top)),new h.default(Math.round(i.left+i.width),Math.round(i.top)),new h.default(Math.round(i.left+i.width),Math.round(i.height+i.top)),new h.default(Math.round(i.left),Math.round(i.height+i.top))]}},t.parseBackground=function(e,t){return{backgroundColor:new a.default(e.backgroundColor),backgroundImage:B(e,t),backgroundClip:w(e.backgroundClip),backgroundOrigin:_(e.backgroundOrigin)}},function(e){switch(e){case"padding-box":return v.PADDING_BOX;case"content-box":return v.CONTENT_BOX}return v.BORDER_BOX}),_=function(e){switch(e){case"padding-box":return m.PADDING_BOX;case"content-box":return m.CONTENT_BOX}return m.BORDER_BOX},b=function(t){switch(t.trim()){case"no-repeat":return p.NO_REPEAT;case"repeat-x":case"repeat no-repeat":return p.REPEAT_X;case"repeat-y":case"no-repeat repeat":return p.REPEAT_Y;case"repeat":return p.REPEAT}return"production"!==e.env.NODE_ENV&&console.error('Invalid background-repeat value "'+t+'"'),p.REPEAT},B=function(e,t){var n=E(e.backgroundImage).map((function(e){if("url"===e.method){var n=t.loadImage(e.args[0]);e.args=n?[n]:[]}return e})),r=e.backgroundPosition.split(","),i=e.backgroundRepeat.split(","),o=e.backgroundSize.split(",");return n.map((function(e,t){var n=(o[t]||"auto").trim().split(" ").map(C),a=(r[t]||"auto").trim().split(" ").map(S);return{source:e,repeat:b("string"==typeof i[t]?i[t]:i[0]),size:2>n.length?[n[0],x]:[n[0],n[1]],position:2>a.length?[a[0],a[0]]:[a[0],a[1]]}}))},C=function(e){return"auto"===e?x:new y(e)},S=function(e){switch(e){case"bottom":case"right":return new l.default("100%");case"left":case"top":return new l.default("0%");case"auto":return new l.default("0")}return new l.default(e)},E=t.parseBackgroundImage=function(e){var t=/^\s$/,n=[],r=[],i="",o=null,a="",s=0,l=0,u=function(){var e="";if(i){'"'===a.substr(0,1)&&(a=a.substr(1,a.length-2)),a&&r.push(a.trim());var t=i.indexOf("-",1)+1;"-"===i.substr(0,1)&&t>0&&(e=i.substr(0,t).toLowerCase(),i=i.substr(t)),i=i.toLowerCase(),"none"!==i&&n.push({prefix:e,method:i,args:r})}r=[],i=a=""};return e.split("").forEach((function(e){if(0!==s||!t.test(e)){switch(e){case'"':o?o===e&&(o=null):o=e;break;case"(":if(o)break;if(0===s)return void(s=1);l++;break;case")":if(o)break;if(1===s){if(0===l)return s=0,void u();l--}break;case",":if(o)break;if(0===s)return void u();if(1===s&&0===l&&!i.match(/^url$/i))return r.push(a.trim()),void(a="")}0===s?i+=e:a+=e}})),u(),n}}).call(t,n(0))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.PATH={VECTOR:0,BEZIER_CURVE:1,CIRCLE:2}},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=n(7);t.default=function t(n,o){r(this,t),this.type=i.PATH.VECTOR,this.x=n,this.y=o,"production"!==e.env.NODE_ENV&&(isNaN(n)&&console.error("Invalid x value given for Vector"),isNaN(o)&&console.error("Invalid y value given for Vector"))}}).call(t,n(0))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseListStyle=t.parseListStyleType=t.LIST_STYLE_TYPE=t.LIST_STYLE_POSITION=void 0;var r=n(6),i=t.LIST_STYLE_POSITION={INSIDE:0,OUTSIDE:1},o=t.LIST_STYLE_TYPE={NONE:-1,DISC:0,CIRCLE:1,SQUARE:2,DECIMAL:3,CJK_DECIMAL:4,DECIMAL_LEADING_ZERO:5,LOWER_ROMAN:6,UPPER_ROMAN:7,LOWER_GREEK:8,LOWER_ALPHA:9,UPPER_ALPHA:10,ARABIC_INDIC:11,ARMENIAN:12,BENGALI:13,CAMBODIAN:14,CJK_EARTHLY_BRANCH:15,CJK_HEAVENLY_STEM:16,CJK_IDEOGRAPHIC:17,DEVANAGARI:18,ETHIOPIC_NUMERIC:19,GEORGIAN:20,GUJARATI:21,GURMUKHI:22,HEBREW:22,HIRAGANA:23,HIRAGANA_IROHA:24,JAPANESE_FORMAL:25,JAPANESE_INFORMAL:26,KANNADA:27,KATAKANA:28,KATAKANA_IROHA:29,KHMER:30,KOREAN_HANGUL_FORMAL:31,KOREAN_HANJA_FORMAL:32,KOREAN_HANJA_INFORMAL:33,LAO:34,LOWER_ARMENIAN:35,MALAYALAM:36,MONGOLIAN:37,MYANMAR:38,ORIYA:39,PERSIAN:40,SIMP_CHINESE_FORMAL:41,SIMP_CHINESE_INFORMAL:42,TAMIL:43,TELUGU:44,THAI:45,TIBETAN:46,TRAD_CHINESE_FORMAL:47,TRAD_CHINESE_INFORMAL:48,UPPER_ARMENIAN:49,DISCLOSURE_OPEN:50,DISCLOSURE_CLOSED:51},a=t.parseListStyleType=function(e){switch(e){case"disc":return o.DISC;case"circle":return o.CIRCLE;case"square":return o.SQUARE;case"decimal":return o.DECIMAL;case"cjk-decimal":return o.CJK_DECIMAL;case"decimal-leading-zero":return o.DECIMAL_LEADING_ZERO;case"lower-roman":return o.LOWER_ROMAN;case"upper-roman":return o.UPPER_ROMAN;case"lower-greek":return o.LOWER_GREEK;case"lower-alpha":return o.LOWER_ALPHA;case"upper-alpha":return o.UPPER_ALPHA;case"arabic-indic":return o.ARABIC_INDIC;case"armenian":return o.ARMENIAN;case"bengali":return o.BENGALI;case"cambodian":return o.CAMBODIAN;case"cjk-earthly-branch":return o.CJK_EARTHLY_BRANCH;case"cjk-heavenly-stem":return o.CJK_HEAVENLY_STEM;case"cjk-ideographic":return o.CJK_IDEOGRAPHIC;case"devanagari":return o.DEVANAGARI;case"ethiopic-numeric":return o.ETHIOPIC_NUMERIC;case"georgian":return o.GEORGIAN;case"gujarati":return o.GUJARATI;case"gurmukhi":return o.GURMUKHI;case"hebrew":return o.HEBREW;case"hiragana":return o.HIRAGANA;case"hiragana-iroha":return o.HIRAGANA_IROHA;case"japanese-formal":return o.JAPANESE_FORMAL;case"japanese-informal":return o.JAPANESE_INFORMAL;case"kannada":return o.KANNADA;case"katakana":return o.KATAKANA;case"katakana-iroha":return o.KATAKANA_IROHA;case"khmer":return o.KHMER;case"korean-hangul-formal":return o.KOREAN_HANGUL_FORMAL;case"korean-hanja-formal":return o.KOREAN_HANJA_FORMAL;case"korean-hanja-informal":return o.KOREAN_HANJA_INFORMAL;case"lao":return o.LAO;case"lower-armenian":return o.LOWER_ARMENIAN;case"malayalam":return o.MALAYALAM;case"mongolian":return o.MONGOLIAN;case"myanmar":return o.MYANMAR;case"oriya":return o.ORIYA;case"persian":return o.PERSIAN;case"simp-chinese-formal":return o.SIMP_CHINESE_FORMAL;case"simp-chinese-informal":return o.SIMP_CHINESE_INFORMAL;case"tamil":return o.TAMIL;case"telugu":return o.TELUGU;case"thai":return o.THAI;case"tibetan":return o.TIBETAN;case"trad-chinese-formal":return o.TRAD_CHINESE_FORMAL;case"trad-chinese-informal":return o.TRAD_CHINESE_INFORMAL;case"upper-armenian":return o.UPPER_ARMENIAN;case"disclosure-open":return o.DISCLOSURE_OPEN;case"disclosure-closed":return o.DISCLOSURE_CLOSED;case"none":default:return o.NONE}},s=(t.parseListStyle=function(e){var t=(0,r.parseBackgroundImage)(e.getPropertyValue("list-style-image"));return{listStyleType:a(e.getPropertyValue("list-style-type")),listStyleImage:t.length?t[0]:null,listStylePosition:s(e.getPropertyValue("list-style-position"))}},function(e){switch(e){case"inside":return i.INSIDE;case"outside":default:return i.OUTSIDE}})},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t,n){return e.length>0?t+n.toUpperCase():e}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(21),s=n(23);t.default=function(){function e(t,n,i){r(this,e),this.text=t,this.parent=n,this.bounds=i}return o(e,null,[{key:"fromTextNode",value:function(t,n){var r=u(t.data,n.style.textTransform);return new e(r,n,(0,s.parseTextBounds)(r,n,t))}}]),e}();var l=/(^|\s|:|-|\(|\))([a-z])/g,u=function(e,t){switch(t){case a.TEXT_TRANSFORM.LOWERCASE:return e.toLowerCase();case a.TEXT_TRANSFORM.CAPITALIZE:return e.replace(l,i);case a.TEXT_TRANSFORM.UPPERCASE:return e.toUpperCase();default:return e}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(24),i=function(e){if(e.createRange){var t=e.createRange();if(t.getBoundingClientRect){var n=e.createElement("boundtest");n.style.height="123px",n.style.display="block",e.body.appendChild(n),t.selectNode(n);var r=t.getBoundingClientRect(),i=Math.round(r.height);if(e.body.removeChild(n),123===i)return!0}}return!1},o=function(e,t){var n=new Image,r=e.createElement("canvas"),i=r.getContext("2d");return new Promise((function(e){n.src=t;var o=function(){try{i.drawImage(n,0,0),r.toDataURL()}catch(t){return e(!1)}return e(!0)};n.onload=o,n.onerror=function(){return e(!1)},!0===n.complete&&setTimeout((function(){o()}),500)}))},a=function(){return void 0!==(new Image).crossOrigin},s=function(){return"string"==typeof(new XMLHttpRequest).responseType},l=function(e){var t=new Image,n=e.createElement("canvas"),r=n.getContext("2d");t.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(t,0,0),n.toDataURL()}catch(e){return!1}return!0},u=function(e){return 0===e[0]&&255===e[1]&&0===e[2]&&255===e[3]},c=function(e){var t=e.createElement("canvas");t.width=100,t.height=100;var n=t.getContext("2d");n.fillStyle="rgb(0, 255, 0)",n.fillRect(0,0,100,100);var i=new Image,o=t.toDataURL();i.src=o;var a=(0,r.createForeignObjectSVG)(100,100,0,0,i);return n.fillStyle="red",n.fillRect(0,0,100,100),(0,r.loadSerializedSVG)(a).then((function(t){n.drawImage(t,0,0);var i=n.getImageData(0,0,100,100).data;n.fillStyle="red",n.fillRect(0,0,100,100);var a=e.createElement("div");return a.style.backgroundImage="url("+o+")",a.style.height="100px",u(i)?(0,r.loadSerializedSVG)((0,r.createForeignObjectSVG)(100,100,0,0,a)):Promise.reject(!1)})).then((function(e){return n.drawImage(e,0,0),u(n.getImageData(0,0,100,100).data)})).catch((function(e){return!1}))},A={get SUPPORT_RANGE_BOUNDS(){var e=i(document);return Object.defineProperty(A,"SUPPORT_RANGE_BOUNDS",{value:e}),e},get SUPPORT_SVG_DRAWING(){var e=l(document);return Object.defineProperty(A,"SUPPORT_SVG_DRAWING",{value:e}),e},get SUPPORT_BASE64_DRAWING(){return function(e){var t=o(document,e);return Object.defineProperty(A,"SUPPORT_BASE64_DRAWING",{value:function(){return t}}),t}},get SUPPORT_FOREIGNOBJECT_DRAWING(){var e="function"==typeof Array.from&&"function"==typeof window.fetch?c(document):Promise.resolve(!1);return Object.defineProperty(A,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:e}),e},get SUPPORT_CORS_IMAGES(){var e=a();return Object.defineProperty(A,"SUPPORT_CORS_IMAGES",{value:e}),e},get SUPPORT_RESPONSE_TYPE(){var e=s();return Object.defineProperty(A,"SUPPORT_RESPONSE_TYPE",{value:e}),e},get SUPPORT_CORS_XHR(){var e="withCredentials"in new XMLHttpRequest;return Object.defineProperty(A,"SUPPORT_CORS_XHR",{value:e}),e}};t.default=A},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseTextDecoration=t.TEXT_DECORATION_LINE=t.TEXT_DECORATION=t.TEXT_DECORATION_STYLE=void 0;var r=n(1),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=t.TEXT_DECORATION_STYLE={SOLID:0,DOUBLE:1,DOTTED:2,DASHED:3,WAVY:4},a=t.TEXT_DECORATION={NONE:null},s=t.TEXT_DECORATION_LINE={UNDERLINE:1,OVERLINE:2,LINE_THROUGH:3,BLINK:4},l=function(e){switch(e){case"underline":return s.UNDERLINE;case"overline":return s.OVERLINE;case"line-through":return s.LINE_THROUGH}return s.BLINK},u=function(e){return"none"===e?null:e.split(" ").map(l)},c=function(e){switch(e){case"double":return o.DOUBLE;case"dotted":return o.DOTTED;case"dashed":return o.DASHED;case"wavy":return o.WAVY}return o.SOLID};t.parseTextDecoration=function(e){var t=u(e.textDecorationLine?e.textDecorationLine:e.textDecoration);return null===t?a.NONE:{textDecorationLine:t,textDecorationColor:e.textDecorationColor?new i.default(e.textDecorationColor):null,textDecorationStyle:c(e.textDecorationStyle)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseBorder=t.BORDER_SIDES=t.BORDER_STYLE=void 0;var r=n(1),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=t.BORDER_STYLE={NONE:0,SOLID:1},a=t.BORDER_SIDES={TOP:0,RIGHT:1,BOTTOM:2,LEFT:3},s=Object.keys(a).map((function(e){return e.toLowerCase()})),l=function(e){switch(e){case"none":return o.NONE}return o.SOLID};t.parseBorder=function(e){return s.map((function(t){var n=new i.default(e.getPropertyValue("border-"+t+"-color")),r=l(e.getPropertyValue("border-"+t+"-style")),o=parseFloat(e.getPropertyValue("border-"+t+"-width"));return{borderColor:n,borderStyle:r,borderWidth:isNaN(o)?0:o}}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});for(var r=(t.toCodePoints=function(e){for(var t=[],n=0,r=e.length;r>n;){var i=e.charCodeAt(n++);if(i<55296||56319<i||r<=n)t.push(i);else{var o=e.charCodeAt(n++);56320==(64512&o)?t.push(((1023&i)<<10)+(1023&o)+65536):(t.push(i),n--)}}return t},t.fromCodePoint=function(){if(String.fromCodePoint)return String.fromCodePoint.apply(String,arguments);var e=arguments.length;if(!e)return"";for(var t=[],n=-1,r="";++n<e;){var i=arguments.length>n?arguments[n]:void 0;i>65535?(i-=65536,t.push(55296+(i>>10),i%1024+56320)):t.push(i),(n+1===e||t.length>16384)&&(r+=String.fromCharCode.apply(String,t),t.length=0)}return r},"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"),i="undefined"==typeof Uint8Array?[]:new Uint8Array(256),o=0;r.length>o;o++)i[r.charCodeAt(o)]=o;t.decode=function(e){var t=.75*e.length,n=e.length,r=void 0,o=0,a=void 0,s=void 0,l=void 0,u=void 0;"="===e[e.length-1]&&(t--,"="===e[e.length-2]&&t--);var c="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(t):Array(t),A=Array.isArray(c)?c:new Uint8Array(c);for(r=0;n>r;r+=4)a=i[e.charCodeAt(r)],s=i[e.charCodeAt(r+1)],l=i[e.charCodeAt(r+2)],u=i[e.charCodeAt(r+3)],A[o++]=a<<2|s>>4,A[o++]=(15&s)<<4|l>>2,A[o++]=(3&l)<<6|63&u;return c},t.polyUint16Array=function(e){for(var t=e.length,n=[],r=0;t>r;r+=2)n.push(e[r+1]<<8|e[r]);return n},t.polyUint32Array=function(e){for(var t=e.length,n=[],r=0;t>r;r+=4)n.push(e[r+3]<<24|e[r+2]<<16|e[r+1]<<8|e[r]);return n}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.createCounterText=t.inlineListItemElement=t.getListOwner=void 0;var i=n(5),o=n(4),a=r(o),s=n(10),l=r(s),u=n(9),c=n(25),A=["OL","UL","MENU"],h=(t.getListOwner=function(e){var t=e.parent;if(!t)return null;do{if(-1!==A.indexOf(t.tagName))return t;t=t.parent}while(t);return e.parent},t.inlineListItemElement=function(e,t,n){var r=t.style.listStyle;if(r){var o=e.ownerDocument.defaultView.getComputedStyle(e,null),s=e.ownerDocument.createElement("html2canvaswrapper");switch((0,i.copyCSSStyles)(o,s),s.style.position="absolute",s.style.bottom="auto",s.style.display="block",s.style.letterSpacing="normal",r.listStylePosition){case u.LIST_STYLE_POSITION.OUTSIDE:s.style.left="auto",s.style.right=e.ownerDocument.defaultView.innerWidth-t.bounds.left-t.style.margin[1].getAbsoluteValue(t.bounds.width)+7+"px",s.style.textAlign="right";break;case u.LIST_STYLE_POSITION.INSIDE:s.style.left=t.bounds.left-t.style.margin[3].getAbsoluteValue(t.bounds.width)+"px",s.style.right="auto",s.style.textAlign="left"}var c=void 0,A=t.style.margin[0].getAbsoluteValue(t.bounds.width),h=r.listStyleImage;if(h)if("url"===h.method){var d=e.ownerDocument.createElement("img");d.src=h.args[0],s.style.top=t.bounds.top-A+"px",s.style.width="auto",s.style.height="auto",s.appendChild(d)}else{var f=.5*parseFloat(t.style.font.fontSize);s.style.top=t.bounds.top-A+t.bounds.height-1.5*f+"px",s.style.width=f+"px",s.style.height=f+"px",s.style.backgroundImage=o.listStyleImage}else"number"==typeof t.listIndex&&(c=e.ownerDocument.createTextNode(w(t.listIndex,r.listStyleType,!0)),s.appendChild(c),s.style.top=t.bounds.top-A+"px");var p=e.ownerDocument.body;p.appendChild(s),c?(t.childNodes.push(l.default.fromTextNode(c,t)),p.removeChild(s)):t.childNodes.push(new a.default(s,t,n,0))}},{integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]}),d={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},f={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},p={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},g=function(e,t,n,r,i,o){return t>e||e>n?w(e,i,o.length>0):r.integers.reduce((function(t,n,i){for(;e>=n;)e-=n,t+=r.values[i];return t}),"")+o},v=function(e,t,n,r){var i="";do{n||e--,i=r(e)+i,e/=t}while(e*t>=t);return i},m=function(e,t,n,r,i){var o=n-t+1;return(0>e?"-":"")+(v(Math.abs(e),o,r,(function(e){return(0,c.fromCodePoint)(Math.floor(e%o)+t)}))+i)},y=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:". ",r=t.length;return v(Math.abs(e),r,!1,(function(e){return t[Math.floor(e%r)]}))+n},x=function(e,t,n,r,o,a){if(-9999>e||e>9999)return w(e,u.LIST_STYLE_TYPE.CJK_DECIMAL,o.length>0);var s=Math.abs(e),l=o;if(0===s)return t[0]+l;for(var c=0;s>0&&4>=c;c++){var A=s%10;0===A&&(0,i.contains)(a,1)&&""!==l?l=t[A]+l:A>1||1===A&&0===c||1===A&&1===c&&(0,i.contains)(a,2)||1===A&&1===c&&(0,i.contains)(a,4)&&e>100||1===A&&c>1&&(0,i.contains)(a,8)?l=t[A]+(c>0?n[c-1]:"")+l:1===A&&c>0&&(l=n[c-1]+l),s=Math.floor(s/10)}return(0>e?r:"")+l},w=t.createCounterText=function(e,t,n){var r=n?". ":"",i=n?"、":"",o=n?", ":"";switch(t){case u.LIST_STYLE_TYPE.DISC:return"•";case u.LIST_STYLE_TYPE.CIRCLE:return"◦";case u.LIST_STYLE_TYPE.SQUARE:return"◾";case u.LIST_STYLE_TYPE.DECIMAL_LEADING_ZERO:var a=m(e,48,57,!0,r);return 4>a.length?"0"+a:a;case u.LIST_STYLE_TYPE.CJK_DECIMAL:return y(e,"〇一二三四五六七八九",i);case u.LIST_STYLE_TYPE.LOWER_ROMAN:return g(e,1,3999,h,u.LIST_STYLE_TYPE.DECIMAL,r).toLowerCase();case u.LIST_STYLE_TYPE.UPPER_ROMAN:return g(e,1,3999,h,u.LIST_STYLE_TYPE.DECIMAL,r);case u.LIST_STYLE_TYPE.LOWER_GREEK:return m(e,945,969,!1,r);case u.LIST_STYLE_TYPE.LOWER_ALPHA:return m(e,97,122,!1,r);case u.LIST_STYLE_TYPE.UPPER_ALPHA:return m(e,65,90,!1,r);case u.LIST_STYLE_TYPE.ARABIC_INDIC:return m(e,1632,1641,!0,r);case u.LIST_STYLE_TYPE.ARMENIAN:case u.LIST_STYLE_TYPE.UPPER_ARMENIAN:return g(e,1,9999,d,u.LIST_STYLE_TYPE.DECIMAL,r);case u.LIST_STYLE_TYPE.LOWER_ARMENIAN:return g(e,1,9999,d,u.LIST_STYLE_TYPE.DECIMAL,r).toLowerCase();case u.LIST_STYLE_TYPE.BENGALI:return m(e,2534,2543,!0,r);case u.LIST_STYLE_TYPE.CAMBODIAN:case u.LIST_STYLE_TYPE.KHMER:return m(e,6112,6121,!0,r);case u.LIST_STYLE_TYPE.CJK_EARTHLY_BRANCH:return y(e,"子丑寅卯辰巳午未申酉戌亥",i);case u.LIST_STYLE_TYPE.CJK_HEAVENLY_STEM:return y(e,"甲乙丙丁戊己庚辛壬癸",i);case u.LIST_STYLE_TYPE.CJK_IDEOGRAPHIC:case u.LIST_STYLE_TYPE.TRAD_CHINESE_INFORMAL:return x(e,"零一二三四五六七八九","十百千萬","負",i,14);case u.LIST_STYLE_TYPE.TRAD_CHINESE_FORMAL:return x(e,"零壹貳參肆伍陸柒捌玖","拾佰仟萬","負",i,15);case u.LIST_STYLE_TYPE.SIMP_CHINESE_INFORMAL:return x(e,"零一二三四五六七八九","十百千萬","负",i,14);case u.LIST_STYLE_TYPE.SIMP_CHINESE_FORMAL:return x(e,"零壹贰叁肆伍陆柒捌玖","拾佰仟萬","负",i,15);case u.LIST_STYLE_TYPE.JAPANESE_INFORMAL:return x(e,"〇一二三四五六七八九","十百千万","マイナス",i,0);case u.LIST_STYLE_TYPE.JAPANESE_FORMAL:return x(e,"零壱弐参四伍六七八九","拾百千万","マイナス",i,7);case u.LIST_STYLE_TYPE.KOREAN_HANGUL_FORMAL:return x(e,"영일이삼사오육칠팔구","십백천만","마이너스 ",o,7);case u.LIST_STYLE_TYPE.KOREAN_HANJA_INFORMAL:return x(e,"零一二三四五六七八九","十百千萬","마이너스 ",o,0);case u.LIST_STYLE_TYPE.KOREAN_HANJA_FORMAL:return x(e,"零壹貳參四五六七八九","拾百千","마이너스 ",o,7);case u.LIST_STYLE_TYPE.DEVANAGARI:return m(e,2406,2415,!0,r);case u.LIST_STYLE_TYPE.GEORGIAN:return g(e,1,19999,p,u.LIST_STYLE_TYPE.DECIMAL,r);case u.LIST_STYLE_TYPE.GUJARATI:return m(e,2790,2799,!0,r);case u.LIST_STYLE_TYPE.GURMUKHI:return m(e,2662,2671,!0,r);case u.LIST_STYLE_TYPE.HEBREW:return g(e,1,10999,f,u.LIST_STYLE_TYPE.DECIMAL,r);case u.LIST_STYLE_TYPE.HIRAGANA:return y(e,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case u.LIST_STYLE_TYPE.HIRAGANA_IROHA:return y(e,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case u.LIST_STYLE_TYPE.KANNADA:return m(e,3302,3311,!0,r);case u.LIST_STYLE_TYPE.KATAKANA:return y(e,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",i);case u.LIST_STYLE_TYPE.KATAKANA_IROHA:return y(e,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",i);case u.LIST_STYLE_TYPE.LAO:return m(e,3792,3801,!0,r);case u.LIST_STYLE_TYPE.MONGOLIAN:return m(e,6160,6169,!0,r);case u.LIST_STYLE_TYPE.MYANMAR:return m(e,4160,4169,!0,r);case u.LIST_STYLE_TYPE.ORIYA:return m(e,2918,2927,!0,r);case u.LIST_STYLE_TYPE.PERSIAN:return m(e,1776,1785,!0,r);case u.LIST_STYLE_TYPE.TAMIL:return m(e,3046,3055,!0,r);case u.LIST_STYLE_TYPE.TELUGU:return m(e,3174,3183,!0,r);case u.LIST_STYLE_TYPE.THAI:return m(e,3664,3673,!0,r);case u.LIST_STYLE_TYPE.TIBETAN:return m(e,3872,3881,!0,r);case u.LIST_STYLE_TYPE.DECIMAL:default:return m(e,48,57,!0,r)}}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(7),a=n(12),s=function(e,t){var n=Math.max.apply(null,e.colorStops.map((function(e){return e.stop}))),r=1/Math.max(1,n);e.colorStops.forEach((function(e){t.addColorStop(r*e.stop,""+e.color)}))};t.default=function(){function e(t){r(this,e),this.canvas=t||document.createElement("canvas")}return i(e,[{key:"render",value:function(e){this.ctx=this.canvas.getContext("2d"),this.options=e,this.canvas.width=Math.floor(e.width*e.scale),this.canvas.height=Math.floor(e.height*e.scale),this.canvas.style.width=e.width+"px",this.canvas.style.height=e.height+"px",this.ctx.scale(this.options.scale,this.options.scale),this.ctx.translate(-e.x,-e.y),this.ctx.textBaseline="bottom",e.logger.log("Canvas renderer initialized ("+e.width+"x"+e.height+" at "+e.x+","+e.y+") with scale "+this.options.scale)}},{key:"clip",value:function(e,t){var n=this;e.length&&(this.ctx.save(),e.forEach((function(e){n.path(e),n.ctx.clip()}))),t(),e.length&&this.ctx.restore()}},{key:"drawImage",value:function(e,t,n){this.ctx.drawImage(e,t.left,t.top,t.width,t.height,n.left,n.top,n.width,n.height)}},{key:"drawShape",value:function(e,t){this.path(e),this.ctx.fillStyle=""+t,this.ctx.fill()}},{key:"fill",value:function(e){this.ctx.fillStyle=""+e,this.ctx.fill()}},{key:"getTarget",value:function(){return this.canvas.getContext("2d").setTransform(1,0,0,1,0,0),Promise.resolve(this.canvas)}},{key:"path",value:function(e){var t=this;this.ctx.beginPath(),Array.isArray(e)?e.forEach((function(e,n){var r=e.type===o.PATH.VECTOR?e:e.start;0===n?t.ctx.moveTo(r.x,r.y):t.ctx.lineTo(r.x,r.y),e.type===o.PATH.BEZIER_CURVE&&t.ctx.bezierCurveTo(e.startControl.x,e.startControl.y,e.endControl.x,e.endControl.y,e.end.x,e.end.y)})):this.ctx.arc(e.x+e.radius,e.y+e.radius,e.radius,0,2*Math.PI,!0),this.ctx.closePath()}},{key:"rectangle",value:function(e,t,n,r,i){this.ctx.fillStyle=""+i,this.ctx.fillRect(e,t,n,r)}},{key:"renderLinearGradient",value:function(e,t){var n=this.ctx.createLinearGradient(e.left+t.direction.x1,e.top+t.direction.y1,e.left+t.direction.x0,e.top+t.direction.y0);s(t,n),this.ctx.fillStyle=n,this.ctx.fillRect(e.left,e.top,e.width,e.height)}},{key:"renderRadialGradient",value:function(e,t){var n=this,r=e.left+t.center.x,i=e.top+t.center.y,o=this.ctx.createRadialGradient(r,i,0,r,i,t.radius.x);if(o)if(s(t,o),this.ctx.fillStyle=o,t.radius.x!==t.radius.y){var a=e.left+.5*e.width,l=e.top+.5*e.height,u=t.radius.y/t.radius.x,c=1/u;this.transform(a,l,[1,0,0,u,0,0],(function(){return n.ctx.fillRect(e.left,c*(e.top-l)+l,e.width,e.height*c)}))}else this.ctx.fillRect(e.left,e.top,e.width,e.height)}},{key:"renderRepeat",value:function(e,t,n,r,i){this.path(e),this.ctx.fillStyle=this.ctx.createPattern(this.resizeImage(t,n),"repeat"),this.ctx.translate(r,i),this.ctx.fill(),this.ctx.translate(-r,-i)}},{key:"renderTextNode",value:function(e,t,n,r,i){var o=this;this.ctx.font=[n.fontStyle,n.fontVariant,n.fontWeight,n.fontSize,n.fontFamily].join(" "),e.forEach((function(e){if(o.ctx.fillStyle=""+t,i&&e.text.trim().length?i.slice(0).reverse().forEach((function(t){o.ctx.shadowColor=""+t.color,o.ctx.shadowOffsetX=t.offsetX*o.options.scale,o.ctx.shadowOffsetY=t.offsetY*o.options.scale,o.ctx.shadowBlur=t.blur,o.ctx.fillText(e.text,e.bounds.left,e.bounds.top+e.bounds.height)})):o.ctx.fillText(e.text,e.bounds.left,e.bounds.top+e.bounds.height),null!==r){var s=r.textDecorationColor||t;r.textDecorationLine.forEach((function(t){switch(t){case a.TEXT_DECORATION_LINE.UNDERLINE:var r=o.options.fontMetrics.getMetrics(n),i=r.baseline;o.rectangle(e.bounds.left,Math.round(e.bounds.top+i),e.bounds.width,1,s);break;case a.TEXT_DECORATION_LINE.OVERLINE:o.rectangle(e.bounds.left,Math.round(e.bounds.top),e.bounds.width,1,s);break;case a.TEXT_DECORATION_LINE.LINE_THROUGH:var l=o.options.fontMetrics.getMetrics(n),u=l.middle;o.rectangle(e.bounds.left,Math.ceil(e.bounds.top+u),e.bounds.width,1,s)}}))}}))}},{key:"resizeImage",value:function(e,t){if(e.width===t.width&&e.height===t.height)return e;var n=this.canvas.ownerDocument.createElement("canvas");return n.width=t.width,n.height=t.height,n.getContext("2d").drawImage(e,0,0,e.width,e.height,0,0,t.width,t.height),n}},{key:"setOpacity",value:function(e){this.ctx.globalAlpha=e}},{key:"transform",value:function(e,t,n,r){this.ctx.save(),this.ctx.translate(e,t),this.ctx.transform(n[0],n[1],n[2],n[3],n[4],n[5]),this.ctx.translate(-e,-t),r(),this.ctx.restore()}}]),e}()},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}();t.default=function(){function e(t,n,i){r(this,e),this.enabled="undefined"!=typeof window&&t,this.start=i||Date.now(),this.id=n}return i(e,[{key:"child",value:function(t){return new e(this.enabled,t,this.start)}},{key:"log",value:function(){if(this.enabled&&window.console&&window.console.log){for(var e=arguments.length,t=Array(e),n=0;e>n;n++)t[n]=arguments[n];Function.prototype.bind.call(window.console.log,window.console).apply(window.console,[Date.now()-this.start+"ms",this.id?"html2canvas ("+this.id+"):":"html2canvas:"].concat([].slice.call(t,0)))}}},{key:"error",value:function(){if(this.enabled&&window.console&&window.console.error){for(var e=arguments.length,t=Array(e),n=0;e>n;n++)t[n]=arguments[n];Function.prototype.bind.call(window.console.error,window.console).apply(window.console,[Date.now()-this.start+"ms",this.id?"html2canvas ("+this.id+"):":"html2canvas:"].concat([].slice.call(t,0)))}}}]),e}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parsePadding=t.PADDING_SIDES=void 0;var r=n(2),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=(t.PADDING_SIDES={TOP:0,RIGHT:1,BOTTOM:2,LEFT:3},["top","right","bottom","left"]);t.parsePadding=function(e){return o.map((function(t){return new i.default(e.getPropertyValue("padding-"+t))}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.OVERFLOW_WRAP={NORMAL:0,BREAK_WORD:1};t.parseOverflowWrap=function(e){switch(e){case"break-word":return r.BREAK_WORD;case"normal":default:return r.NORMAL}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.POSITION={STATIC:0,RELATIVE:1,ABSOLUTE:2,FIXED:3,STICKY:4};t.parsePosition=function(e){switch(e){case"relative":return r.RELATIVE;case"absolute":return r.ABSOLUTE;case"fixed":return r.FIXED;case"sticky":return r.STICKY}return r.STATIC}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.TEXT_TRANSFORM={NONE:0,LOWERCASE:1,UPPERCASE:2,CAPITALIZE:3};t.parseTextTransform=function(e){switch(e){case"uppercase":return r.UPPERCASE;case"lowercase":return r.LOWERCASE;case"capitalize":return r.CAPITALIZE}return r.NONE}},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.reformatInputBounds=t.inlineSelectElement=t.inlineTextAreaElement=t.inlineInputElement=t.getInputBorderRadius=t.INPUT_BACKGROUND=t.INPUT_BORDERS=t.INPUT_COLOR=void 0;var i=n(10),o=r(i),a=n(6),s=n(13),l=n(52),u=r(l),c=n(8),A=r(c),h=n(1),d=r(h),f=n(2),p=r(f),g=(n(3),n(23),n(5)),v=(t.INPUT_COLOR=new d.default([42,42,42]),new d.default([165,165,165])),m=new d.default([222,222,222]),y={borderWidth:1,borderColor:v,borderStyle:s.BORDER_STYLE.SOLID},x=(t.INPUT_BORDERS=[y,y,y,y],t.INPUT_BACKGROUND={backgroundColor:m,backgroundImage:[],backgroundClip:a.BACKGROUND_CLIP.PADDING_BOX,backgroundOrigin:a.BACKGROUND_ORIGIN.PADDING_BOX},new p.default("50%")),w=[x,x],_=[w,w,w,w],b=new p.default("3px"),B=[b,b],C=[B,B,B,B],S=(t.getInputBorderRadius=function(e){return"radio"===e.type?_:C},t.inlineInputElement=function(e,t){if("radio"===e.type||"checkbox"===e.type){if(e.checked){var n=Math.min(t.bounds.width,t.bounds.height);t.childNodes.push("checkbox"===e.type?[new A.default(t.bounds.left+.39363*n,t.bounds.top+.79*n),new A.default(t.bounds.left+.16*n,t.bounds.top+.5549*n),new A.default(t.bounds.left+.27347*n,t.bounds.top+.44071*n),new A.default(t.bounds.left+.39694*n,t.bounds.top+.5649*n),new A.default(t.bounds.left+.72983*n,t.bounds.top+.23*n),new A.default(t.bounds.left+.84*n,t.bounds.top+.34085*n),new A.default(t.bounds.left+.39363*n,t.bounds.top+.79*n)]:new u.default(t.bounds.left+n/4,t.bounds.top+n/4,n/4))}}else S(E(e),e,t,!1)},t.inlineTextAreaElement=function(e,t){S(e.value,e,t,!0)},t.inlineSelectElement=function(e,t){var n=e.options[e.selectedIndex||0];S(n&&n.text||"",e,t,!1)},t.reformatInputBounds=function(e){return e.width>e.height?(e.left+=(e.width-e.height)/2,e.width=e.height):e.height>e.width&&(e.top+=(e.height-e.width)/2,e.height=e.width),e},function(e,t,n,r){var i=t.ownerDocument.body;if(e.length>0&&i){var a=t.ownerDocument.createElement("html2canvaswrapper");(0,g.copyCSSStyles)(t.ownerDocument.defaultView.getComputedStyle(t,null),a),a.style.position="absolute",a.style.left=n.bounds.left+"px",a.style.top=n.bounds.top+"px",r||(a.style.whiteSpace="nowrap");var s=t.ownerDocument.createTextNode(e);a.appendChild(s),i.appendChild(a),n.childNodes.push(o.default.fromTextNode(s,n)),i.removeChild(a)}}),E=function(e){var t="password"===e.type?Array(e.value.length+1).join("•"):e.value;return 0===t.length?e.placeholder||"":t}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.parseTextBounds=t.TextBounds=void 0;var i=n(3),o=n(12),a=n(11),s=function(e){return e&&e.__esModule?e:{default:e}}(a),l=n(25),u=t.TextBounds=function e(t,n){r(this,e),this.text=t,this.bounds=n},c=(t.parseTextBounds=function(e,t,n){for(var r=0!==t.style.letterSpacing,i=r?(0,l.toCodePoints)(e).map((function(e){return(0,l.fromCodePoint)(e)})):(0,l.breakWords)(e,t),a=i.length,h=n.parentNode?n.parentNode.ownerDocument.defaultView:null,d=h?h.pageXOffset:0,f=h?h.pageYOffset:0,p=[],g=0,v=0;a>v;v++){var m=i[v];if(t.style.textDecoration!==o.TEXT_DECORATION.NONE||m.trim().length>0)if(s.default.SUPPORT_RANGE_BOUNDS)p.push(new u(m,A(n,g,m.length,d,f)));else{var y=n.splitText(m.length);p.push(new u(m,c(n,d,f))),n=y}else s.default.SUPPORT_RANGE_BOUNDS||(n=n.splitText(m.length));g+=m.length}return p},function(e,t,n){var r=e.ownerDocument.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var o=e.parentNode;if(o){o.replaceChild(r,e);var a=(0,i.parseBounds)(r,t,n);return r.firstChild&&o.replaceChild(r.firstChild,r),a}return new i.Bounds(0,0,0,0)}),A=function(e,t,n,r,o){var a=e.ownerDocument.createRange();return a.setStart(e,t),a.setEnd(e,t+n),i.Bounds.fromClientRect(a.getBoundingClientRect(),r,o)}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}();t.default=function(){function e(t){r(this,e),this.element=t}return i(e,[{key:"render",value:function(e){var t=this;this.options=e,this.canvas=document.createElement("canvas"),this.ctx=this.canvas.getContext("2d"),this.canvas.width=Math.floor(e.width)*e.scale,this.canvas.height=Math.floor(e.height)*e.scale,this.canvas.style.width=e.width+"px",this.canvas.style.height=e.height+"px",e.logger.log("ForeignObject renderer initialized ("+e.width+"x"+e.height+" at "+e.x+","+e.y+") with scale "+e.scale);var n=o(Math.max(e.windowWidth,e.width)*e.scale,Math.max(e.windowHeight,e.height)*e.scale,e.scrollX*e.scale,e.scrollY*e.scale,this.element);return a(n).then((function(n){return e.backgroundColor&&(t.ctx.fillStyle=""+e.backgroundColor,t.ctx.fillRect(0,0,e.width*e.scale,e.height*e.scale)),t.ctx.drawImage(n,-e.x*e.scale,-e.y*e.scale),t.canvas}))}}]),e}();var o=t.createForeignObjectSVG=function(e,t,n,r,i){var o="http://www.w3.org/2000/svg",a=document.createElementNS(o,"svg"),s=document.createElementNS(o,"foreignObject");return a.setAttributeNS(null,"width",e),a.setAttributeNS(null,"height",t),s.setAttributeNS(null,"width","100%"),s.setAttributeNS(null,"height","100%"),s.setAttributeNS(null,"x",n),s.setAttributeNS(null,"y",r),s.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(s),s.appendChild(i),a},a=t.loadSerializedSVG=function(e){return new Promise((function(t,n){var r=new Image;r.onload=function(){return t(r)},r.onerror=n,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent((new XMLSerializer).serializeToString(e))}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.breakWords=t.fromCodePoint=t.toCodePoints=void 0;var r=n(48);Object.defineProperty(t,"toCodePoints",{enumerable:!0,get:function(){return r.toCodePoints}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return r.fromCodePoint}});n(4);var i=n(19);t.breakWords=function(e,t){for(var n=(0,r.LineBreaker)(e,{lineBreak:t.style.lineBreak,wordBreak:t.style.overflowWrap===i.OVERFLOW_WRAP.BREAK_WORD?"break-word":t.style.wordBreak}),o=[],a=void 0;!(a=n.next()).done;)o.push(a.value.slice());return o}},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.FontMetrics=void 0;var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(5);t.FontMetrics=function(){function t(e){r(this,t),this._data={},this._document=e}return i(t,[{key:"_parseMetrics",value:function(t){var n=this._document.createElement("div"),r=this._document.createElement("img"),i=this._document.createElement("span"),a=this._document.body;if(!a)throw Error("production"!==e.env.NODE_ENV?"No document found for font metrics":"");n.style.visibility="hidden",n.style.fontFamily=t.fontFamily,n.style.fontSize=t.fontSize,n.style.margin="0",n.style.padding="0",a.appendChild(n),r.src=o.SMALL_IMAGE,r.width=1,r.height=1,r.style.margin="0",r.style.padding="0",r.style.verticalAlign="baseline",i.style.fontFamily=t.fontFamily,i.style.fontSize=t.fontSize,i.style.margin="0",i.style.padding="0",i.appendChild(this._document.createTextNode("Hidden Text")),n.appendChild(i),n.appendChild(r);var s=r.offsetTop-i.offsetTop+2;n.removeChild(i),n.appendChild(this._document.createTextNode("Hidden Text")),n.style.lineHeight="normal",r.style.verticalAlign="super";var l=r.offsetTop-n.offsetTop+2;return a.removeChild(n),{baseline:s,middle:l}}},{key:"getMetrics",value:function(e){var t=e.fontFamily+" "+e.fontSize;return void 0===this._data[t]&&(this._data[t]=this._parseMetrics(e)),this._data[t]}}]),t}()}).call(t,n(0))},function(e,t,n){"use strict";(function(e){Object.defineProperty(t,"__esModule",{value:!0}),t.Proxy=void 0;var r=n(11),i=function(e){return e&&e.__esModule?e:{default:e}}(r);t.Proxy=function(t,n){if(!n.proxy)return Promise.reject("production"!==e.env.NODE_ENV?"No proxy defined":null);var r=n.proxy;return new Promise((function(o,a){var s=i.default.SUPPORT_CORS_XHR&&i.default.SUPPORT_RESPONSE_TYPE?"blob":"text",l=i.default.SUPPORT_CORS_XHR?new XMLHttpRequest:new XDomainRequest;if(l.onload=function(){if(l instanceof XMLHttpRequest)if(200===l.status)if("text"===s)o(l.response);else{var n=new FileReader;n.addEventListener("load",(function(){return o(n.result)}),!1),n.addEventListener("error",(function(e){return a(e)}),!1),n.readAsDataURL(l.response)}else a("production"!==e.env.NODE_ENV?"Failed to proxy resource "+t.substring(0,256)+" with status code "+l.status:"");else o(l.responseText)},l.onerror=a,l.open("GET",r+"?url="+encodeURIComponent(t)+"&responseType="+s),"text"!==s&&l instanceof XMLHttpRequest&&(l.responseType=s),n.imageTimeout){var u=n.imageTimeout;l.timeout=u,l.ontimeout=function(){return a("production"!==e.env.NODE_ENV?"Timed out ("+u+"ms) proxying "+t.substring(0,256):"")}}l.send()}))}}).call(t,n(0))},function(e,t,n){"use strict";function r(e){return function(){var t=e.apply(this,arguments);return new Promise((function(e,n){function r(i,o){try{var a=t[i](o),s=a.value}catch(e){return void n(e)}if(!a.done)return Promise.resolve(s).then((function(e){r("next",e)}),(function(e){r("throw",e)}));e(s)}return r("next")}))}}Object.defineProperty(t,"__esModule",{value:!0});var i=n(29),o=function(e){return e&&e.__esModule?e:{default:e}}(i);t.default={install:function(e,t){e.mixin({methods:{$html2canvas:function(){function e(e){return t.apply(this,arguments)}var t=r(regeneratorRuntime.mark((function e(t){var n,r,i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=i.type,e.next=3,(0,o.default)(t,i);case 3:if(r=e.sent,!n||"dataURL"!==n){e.next=8;break}return e.abrupt("return",r.toDataURL());case 8:return console.warn("Vue Html2Canvas Warn: Invalid option type. Use 'dataURL' instead. Returning canvas."),e.abrupt("return",r);case 10:case"end":return e.stop()}}),e,this)})));return e}()}})}}},function(e,t,n){"use strict";(function(t){function r(e){return e&&e.__esModule?e:{default:e}}var i=Object.assign||function(e){for(var t=1;arguments.length>t;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},o=n(16),a=r(o),s=n(17),l=r(s),u=n(30),c=function(e,n){var r=n||{},o=new l.default("boolean"!=typeof r.logging||r.logging);o.log("html2canvas $npm_package_version"),"production"!==t.env.NODE_ENV&&"function"==typeof r.onrendered&&o.error("onrendered option is deprecated, html2canvas returns a Promise with the canvas as the value");var s=e.ownerDocument;if(!s)return Promise.reject("Provided element is not within a Document");var c=s.defaultView,A={async:!0,allowTaint:!1,backgroundColor:"#ffffff",imageTimeout:15e3,logging:!0,proxy:null,removeContainer:!0,foreignObjectRendering:!1,scale:c.devicePixelRatio||1,target:new a.default(r.canvas),useCORS:!1,windowWidth:c.innerWidth,windowHeight:c.innerHeight,scrollX:c.pageXOffset,scrollY:c.pageYOffset},h=(0,u.renderElement)(e,i({},A,r),o);return"production"!==t.env.NODE_ENV?h.catch((function(e){throw o.error(e),e})):h};c.CanvasRenderer=a.default,e.exports=c}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.renderElement=void 0;var i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=n(17),a=(r(o),n(31)),s=n(53),l=r(s),u=n(24),c=r(u),A=n(11),h=r(A),d=n(3),f=n(56),p=n(26),g=n(1),v=r(g);t.renderElement=function t(n,r,o){var s=n.ownerDocument,u=new d.Bounds(r.scrollX,r.scrollY,r.windowWidth,r.windowHeight),A=s.documentElement?new v.default(getComputedStyle(s.documentElement).backgroundColor):g.TRANSPARENT,m=s.body?new v.default(getComputedStyle(s.body).backgroundColor):g.TRANSPARENT,y=n===s.documentElement?A.isTransparent()?m.isTransparent()?r.backgroundColor?new v.default(r.backgroundColor):null:m:A:r.backgroundColor?new v.default(r.backgroundColor):null;return(r.foreignObjectRendering?h.default.SUPPORT_FOREIGNOBJECT_DRAWING:Promise.resolve(!1)).then((function(A){return A?function(t){return"production"!==e.env.NODE_ENV&&o.log("Document cloned, using foreignObject rendering"),t.inlineFonts(s).then((function(){return t.resourceLoader.ready()})).then((function(){var e=new c.default(t.documentElement),i=s.defaultView,a=i.pageXOffset,l=i.pageYOffset,u="HTML"===n.tagName||"BODY"===n.tagName,A=u?(0,d.parseDocumentSize)(s):(0,d.parseBounds)(n,a,l),h=A.width,f=A.height,p=A.left,g=A.top;return e.render({backgroundColor:y,logger:o,scale:r.scale,x:"number"==typeof r.x?r.x:p,y:"number"==typeof r.y?r.y:g,width:"number"==typeof r.width?r.width:Math.ceil(h),height:"number"==typeof r.height?r.height:Math.ceil(f),windowWidth:r.windowWidth,windowHeight:r.windowHeight,scrollX:r.scrollX,scrollY:r.scrollY})}))}(new f.DocumentCloner(n,r,o,!0,t)):(0,f.cloneWindow)(s,u,n,r,o,t).then((function(t){var n=i(t,3),u=n[0],c=n[1],A=n[2];"production"!==e.env.NODE_ENV&&o.log("Document cloned, using computed rendering");var h=(0,a.NodeParser)(c,A,o),f=c.ownerDocument;return y===h.container.style.background.backgroundColor&&(h.container.style.background.backgroundColor=g.TRANSPARENT),A.ready().then((function(t){var n=new p.FontMetrics(f);"production"!==e.env.NODE_ENV&&o.log("Starting renderer");var i=f.defaultView,a=i.pageXOffset,A=i.pageYOffset,g="HTML"===c.tagName||"BODY"===c.tagName,v=g?(0,d.parseDocumentSize)(s):(0,d.parseBounds)(c,a,A),m=v.width,x=v.height,w=v.left,_=v.top,b={backgroundColor:y,fontMetrics:n,imageStore:t,logger:o,scale:r.scale,x:"number"==typeof r.x?r.x:w,y:"number"==typeof r.y?r.y:_,width:"number"==typeof r.width?r.width:Math.ceil(m),height:"number"==typeof r.height?r.height:Math.ceil(x)};if(Array.isArray(r.target))return Promise.all(r.target.map((function(e){return new l.default(e,b).render(h)})));var B=new l.default(r.target,b),C=B.render(h);return!0===r.removeContainer&&(u.parentNode?u.parentNode.removeChild(u):"production"!==e.env.NODE_ENV&&o.log("Cannot detach cloned iframe as it is not in the DOM anymore")),C}))}))}))}}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.NodeParser=void 0;var i=n(32),o=r(i),a=n(4),s=r(a),l=n(10),u=r(l),c=n(22),A=n(15),h=n(9),d=(t.NodeParser=function(t,n,r){"production"!==e.env.NODE_ENV&&r.log("Starting node parsing");var i=0,a=new s.default(t,null,n,i++),l=new o.default(a,null,!0);return f(t,a,l,n,i),"production"!==e.env.NODE_ENV&&r.log("Finished parsing node tree"),l},["SCRIPT","HEAD","TITLE","OBJECT","BR","OPTION"]),f=function t(n,r,i,a,l){if("production"!==e.env.NODE_ENV&&l>5e4)throw Error("Recursion error while parsing node tree");for(var f,v=n.firstChild;v;v=f){f=v.nextSibling;var m=v.ownerDocument.defaultView;if(v instanceof m.Text||v instanceof Text||m.parent&&v instanceof m.parent.Text)v.data.trim().length>0&&r.childNodes.push(u.default.fromTextNode(v,r));else if(v instanceof m.HTMLElement||v instanceof HTMLElement||m.parent&&v instanceof m.parent.HTMLElement){if(-1===d.indexOf(v.nodeName)){var y=new s.default(v,r,a,l++);if(y.isVisible()){"INPUT"===v.tagName?(0,c.inlineInputElement)(v,y):"TEXTAREA"===v.tagName?(0,c.inlineTextAreaElement)(v,y):"SELECT"===v.tagName?(0,c.inlineSelectElement)(v,y):y.style.listStyle&&y.style.listStyle.listStyleType!==h.LIST_STYLE_TYPE.NONE&&(0,A.inlineListItemElement)(v,y,a);var x="TEXTAREA"!==v.tagName,w=p(y,v);if(w||g(y)){var _=w||y.isPositioned()?i.getRealParentStackingContext():i,b=new o.default(y,_,w);_.contexts.push(b),x&&t(v,y,b,a,l)}else i.children.push(y),x&&t(v,y,i,a,l)}}}else if(v instanceof m.SVGSVGElement||v instanceof SVGSVGElement||m.parent&&v instanceof m.parent.SVGSVGElement){var B=new s.default(v,r,a,l++),C=p(B,v);if(C||g(B)){var S=C||B.isPositioned()?i.getRealParentStackingContext():i,E=new o.default(B,S,C);S.contexts.push(E)}else i.children.push(B)}}},p=function(e,t){return e.isRootElement()||e.isPositionedWithZIndex()||1>e.style.opacity||e.isTransformed()||v(e,t)},g=function(e){return e.isPositioned()||e.isFloating()},v=function(e,t){return"BODY"===t.nodeName&&e.parent instanceof s.default&&e.parent.style.background.backgroundColor.isTransparent()}}).call(t,n(0))},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}();n(4);n(20),t.default=function(){function e(t,n,i){r(this,e),this.container=t,this.parent=n,this.contexts=[],this.children=[],this.treatAsRealStackingContext=i}return i(e,[{key:"getOpacity",value:function(){return this.parent?this.container.style.opacity*this.parent.getOpacity():this.container.style.opacity}},{key:"getRealParentStackingContext",value:function(){return!this.parent||this.treatAsRealStackingContext?this:this.parent.getRealParentStackingContext()}}]),e}()},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.default=function e(t,n){r(this,e),this.width=t,this.height=n}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(7),a=n(8),s=function(e){return e&&e.__esModule?e:{default:e}}(a),l=function(e,t,n){return new s.default(e.x+(t.x-e.x)*n,e.y+(t.y-e.y)*n)};t.default=function(){function e(t,n,i,a){r(this,e),this.type=o.PATH.BEZIER_CURVE,this.start=t,this.startControl=n,this.endControl=i,this.end=a}return i(e,[{key:"subdivide",value:function(t,n){var r=l(this.start,this.startControl,t),i=l(this.startControl,this.endControl,t),o=l(this.endControl,this.end,t),a=l(r,i,t),s=l(i,o,t),u=l(a,s,t);return n?new e(this.start,r,a,u):new e(u,s,o,this.end)}},{key:"reverse",value:function(){return new e(this.end,this.endControl,this.startControl,this.start)}}]),e}()},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseBorderRadius=void 0;var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=n(2),o=function(e){return e&&e.__esModule?e:{default:e}}(i),a=["top-left","top-right","bottom-right","bottom-left"];t.parseBorderRadius=function(e){return a.map((function(t){var n=e.getPropertyValue("border-"+t+"-radius"),i=n.split(" ").map(o.default.create),a=r(i,2),s=a[0],l=a[1];return void 0===l?[s,s]:[s,l]}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.DISPLAY={NONE:1,BLOCK:2,INLINE:4,RUN_IN:8,FLOW:16,FLOW_ROOT:32,TABLE:64,FLEX:128,GRID:256,RUBY:512,SUBGRID:1024,LIST_ITEM:2048,TABLE_ROW_GROUP:4096,TABLE_HEADER_GROUP:8192,TABLE_FOOTER_GROUP:16384,TABLE_ROW:32768,TABLE_CELL:65536,TABLE_COLUMN_GROUP:1<<17,TABLE_COLUMN:1<<18,TABLE_CAPTION:1<<19,RUBY_BASE:1<<20,RUBY_TEXT:1<<21,RUBY_BASE_CONTAINER:1<<22,RUBY_TEXT_CONTAINER:1<<23,CONTENTS:1<<24,INLINE_BLOCK:1<<25,INLINE_LIST_ITEM:1<<26,INLINE_TABLE:1<<27,INLINE_FLEX:1<<28,INLINE_GRID:1<<29},i=function(e){switch(e){case"block":return r.BLOCK;case"inline":return r.INLINE;case"run-in":return r.RUN_IN;case"flow":return r.FLOW;case"flow-root":return r.FLOW_ROOT;case"table":return r.TABLE;case"flex":return r.FLEX;case"grid":return r.GRID;case"ruby":return r.RUBY;case"subgrid":return r.SUBGRID;case"list-item":return r.LIST_ITEM;case"table-row-group":return r.TABLE_ROW_GROUP;case"table-header-group":return r.TABLE_HEADER_GROUP;case"table-footer-group":return r.TABLE_FOOTER_GROUP;case"table-row":return r.TABLE_ROW;case"table-cell":return r.TABLE_CELL;case"table-column-group":return r.TABLE_COLUMN_GROUP;case"table-column":return r.TABLE_COLUMN;case"table-caption":return r.TABLE_CAPTION;case"ruby-base":return r.RUBY_BASE;case"ruby-text":return r.RUBY_TEXT;case"ruby-base-container":return r.RUBY_BASE_CONTAINER;case"ruby-text-container":return r.RUBY_TEXT_CONTAINER;case"contents":return r.CONTENTS;case"inline-block":return r.INLINE_BLOCK;case"inline-list-item":return r.INLINE_LIST_ITEM;case"inline-table":return r.INLINE_TABLE;case"inline-flex":return r.INLINE_FLEX;case"inline-grid":return r.INLINE_GRID}return r.NONE},o=function(e,t){return e|i(t)};t.parseDisplay=function(e){return e.split(" ").reduce(o,0)}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.FLOAT={NONE:0,LEFT:1,RIGHT:2,INLINE_START:3,INLINE_END:4};t.parseCSSFloat=function(e){switch(e){case"left":return r.LEFT;case"right":return r.RIGHT;case"inline-start":return r.INLINE_START;case"inline-end":return r.INLINE_END}return r.NONE}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=function(e){switch(e){case"normal":return 400;case"bold":return 700}var t=parseInt(e,10);return isNaN(t)?400:t};t.parseFont=function(e){return{fontFamily:e.fontFamily,fontSize:e.fontSize,fontStyle:e.fontStyle,fontVariant:e.fontVariant,fontWeight:r(e.fontWeight)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseLetterSpacing=function(e){if("normal"===e)return 0;var t=parseFloat(e);return isNaN(t)?0:t}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.LINE_BREAK={NORMAL:"normal",STRICT:"strict"};t.parseLineBreak=function(e){switch(e){case"strict":return r.STRICT;case"normal":default:return r.NORMAL}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseMargin=void 0;var r=n(2),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=["top","right","bottom","left"];t.parseMargin=function(e){return o.map((function(t){return new i.default(e.getPropertyValue("margin-"+t))}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.OVERFLOW={VISIBLE:0,HIDDEN:1,SCROLL:2,AUTO:3};t.parseOverflow=function(e){switch(e){case"hidden":return r.HIDDEN;case"scroll":return r.SCROLL;case"auto":return r.AUTO;case"visible":default:return r.VISIBLE}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseTextShadow=void 0;var r=n(1),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=/^([+-]|\d|\.)$/i;t.parseTextShadow=function(e){if("none"===e||"string"!=typeof e)return null;for(var t="",n=!1,r=[],a=[],s=0,l=null,u=function(){t.length&&(n?r.push(parseFloat(t)):l=new i.default(t)),n=!1,t=""},c=function(){r.length&&null!==l&&a.push({color:l,offsetX:r[0]||0,offsetY:r[1]||0,blur:r[2]||0}),r.splice(0,r.length),l=null},A=0;e.length>A;A++){var h=e[A];switch(h){case"(":t+=h,s++;break;case")":t+=h,s--;break;case",":0===s?(u(),c()):t+=h;break;case" ":0===s?u():t+=h;break;default:0===t.length&&o.test(h)&&(n=!0),t+=h}}return u(),c(),0===a.length?null:a}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseTransform=void 0;var r=n(2),i=function(e){return e&&e.__esModule?e:{default:e}}(r),o=function(e){return parseFloat(e.trim())},a=/(matrix|matrix3d)\((.+)\)/,s=(t.parseTransform=function(e){var t=l(e.transform||e.webkitTransform||e.mozTransform||e.msTransform||e.oTransform);return null===t?null:{transform:t,transformOrigin:s(e.transformOrigin||e.webkitTransformOrigin||e.mozTransformOrigin||e.msTransformOrigin||e.oTransformOrigin)}},function(e){if("string"!=typeof e){var t=new i.default("0");return[t,t]}var n=e.split(" ").map(i.default.create);return[n[0],n[1]]}),l=function(e){if("none"===e||"string"!=typeof e)return null;var t=e.match(a);if(t){if("matrix"===t[1]){var n=t[2].split(",").map(o);return[n[0],n[1],n[2],n[3],n[4],n[5]]}var r=t[2].split(",").map(o);return[r[0],r[1],r[4],r[5],r[12],r[13]]}return null}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.VISIBILITY={VISIBLE:0,HIDDEN:1,COLLAPSE:2};t.parseVisibility=function(e){switch(e){case"hidden":return r.HIDDEN;case"collapse":return r.COLLAPSE;case"visible":default:return r.VISIBLE}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=t.WORD_BREAK={NORMAL:"normal",BREAK_ALL:"break-all",KEEP_ALL:"keep-all"};t.parseWordBreak=function(e){switch(e){case"break-all":return r.BREAK_ALL;case"keep-all":return r.KEEP_ALL;case"normal":default:return r.NORMAL}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseZIndex=function(e){var t="auto"===e;return{auto:t,order:t?0:parseInt(e,10)}}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=n(14);Object.defineProperty(t,"toCodePoints",{enumerable:!0,get:function(){return r.toCodePoints}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return r.fromCodePoint}});var i=n(49);Object.defineProperty(t,"LineBreaker",{enumerable:!0,get:function(){return i.LineBreaker}})},function(e,t,n){"use strict";function r(e){if(Array.isArray(e)){for(var t=0,n=Array(e.length);e.length>t;t++)n[t]=e[t];return n}return Array.from(e)}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.LineBreaker=t.inlineBreakOpportunities=t.lineBreakAtIndex=t.codePointsToCharacterClasses=t.UnicodeTrie=t.BREAK_ALLOWED=t.BREAK_NOT_ALLOWED=t.BREAK_MANDATORY=t.classes=t.LETTER_NUMBER_MODIFIER=void 0;var o=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),s=n(50),l=n(51),u=function(e){return e&&e.__esModule?e:{default:e}}(l),c=n(14),A=t.LETTER_NUMBER_MODIFIER=50,h=(t.classes={BK:1,CR:2,LF:3,CM:4,NL:5,SG:6,WJ:7,ZW:8,GL:9,SP:10,ZWJ:11,B2:12,BA:13,BB:14,HY:15,CB:16,CL:17,CP:18,EX:19,IN:20,NS:21,OP:22,QU:23,IS:24,NU:25,PO:26,PR:27,SY:28,AI:29,AL:30,CJ:31,EB:32,EM:33,H2:34,H3:35,HL:36,ID:37,JL:38,JV:39,JT:40,RI:41,SA:42,XX:43},t.BREAK_MANDATORY="!"),d=t.BREAK_NOT_ALLOWED="×",f=t.BREAK_ALLOWED="÷",p=t.UnicodeTrie=(0,s.createTrieFromBase64)(u.default),g=[30,36],v=[1,2,3,5],m=[10,8],y=[27,26],x=v.concat(m),w=[38,39,40,34,35],_=[15,13],b=t.codePointsToCharacterClasses=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"strict",n=[],r=[],i=[];return e.forEach((function(e,o){var a=p.get(e);if(a>A?(i.push(!0),a-=A):i.push(!1),-1!==["normal","auto","loose"].indexOf(t)&&-1!==[8208,8211,12316,12448].indexOf(e))return r.push(o),n.push(16);if(4===a||11===a){if(0===o)return r.push(o),n.push(30);var s=n[o-1];return-1===x.indexOf(s)?(r.push(r[o-1]),n.push(s)):(r.push(o),n.push(30))}return r.push(o),31===a?n.push("strict"===t?21:37):42===a||29===a?n.push(30):43===a?n.push(e>=131072&&196605>=e||e>=196608&&262141>=e?37:30):void n.push(a)})),[r,n,i]},B=function(e,t,n,r){var i=r[n];if(Array.isArray(e)?-1!==e.indexOf(i):e===i)for(var o=n;r.length>=o;){o++;var a=r[o];if(a===t)return!0;if(10!==a)break}if(10===i)for(var s=n;s>0;){s--;var l=r[s];if(Array.isArray(e)?-1!==e.indexOf(l):e===l)for(var u=n;r.length>=u;){u++;var c=r[u];if(c===t)return!0;if(10!==c)break}if(10!==l)break}return!1},C=function(e,t){for(var n=e;n>=0;){var r=t[n];if(10!==r)return r;n--}return 0},S=function(e,t,n,r,i){if(0===n[r])return d;var o=r-1;if(Array.isArray(i)&&!0===i[o])return d;var a=o-1,s=o+1,l=t[o],u=0>a?0:t[a],c=t[s];if(2===l&&3===c)return d;if(-1!==v.indexOf(l))return h;if(-1!==v.indexOf(c))return d;if(-1!==m.indexOf(c))return d;if(8===C(o,t))return f;if(11===p.get(e[o])&&(37===c||32===c||33===c))return d;if(7===l||7===c)return d;if(9===l)return d;if(-1===[10,13,15].indexOf(l)&&9===c)return d;if(-1!==[17,18,19,24,28].indexOf(c))return d;if(22===C(o,t))return d;if(B(23,22,o,t))return d;if(B([17,18],21,o,t))return d;if(B(12,12,o,t))return d;if(10===l)return f;if(23===l||23===c)return d;if(16===c||16===l)return f;if(-1!==[13,15,21].indexOf(c)||14===l)return d;if(36===u&&-1!==_.indexOf(l))return d;if(28===l&&36===c)return d;if(20===c&&-1!==g.concat(20,19,25,37,32,33).indexOf(l))return d;if(-1!==g.indexOf(c)&&25===l||-1!==g.indexOf(l)&&25===c)return d;if(27===l&&-1!==[37,32,33].indexOf(c)||-1!==[37,32,33].indexOf(l)&&26===c)return d;if(-1!==g.indexOf(l)&&-1!==y.indexOf(c)||-1!==y.indexOf(l)&&-1!==g.indexOf(c))return d;if(-1!==[27,26].indexOf(l)&&(25===c||-1!==[22,15].indexOf(c)&&25===t[s+1])||-1!==[22,15].indexOf(l)&&25===c||25===l&&-1!==[25,28,24].indexOf(c))return d;if(-1!==[25,28,24,17,18].indexOf(c))for(var A=o;A>=0;){var x=t[A];if(25===x)return d;if(-1===[28,24].indexOf(x))break;A--}if(-1!==[27,26].indexOf(c))for(var b=-1!==[17,18].indexOf(l)?a:o;b>=0;){var S=t[b];if(25===S)return d;if(-1===[28,24].indexOf(S))break;b--}if(38===l&&-1!==[38,39,34,35].indexOf(c)||-1!==[39,34].indexOf(l)&&-1!==[39,40].indexOf(c)||-1!==[40,35].indexOf(l)&&40===c)return d;if(-1!==w.indexOf(l)&&-1!==[20,26].indexOf(c)||-1!==w.indexOf(c)&&27===l)return d;if(-1!==g.indexOf(l)&&-1!==g.indexOf(c))return d;if(24===l&&-1!==g.indexOf(c))return d;if(-1!==g.concat(25).indexOf(l)&&22===c||-1!==g.concat(25).indexOf(c)&&18===l)return d;if(41===l&&41===c){for(var E=n[o],M=1;E>0&&(E--,41===t[E]);)M++;if(M%2!=0)return d}return 32===l&&33===c?d:f},E=(t.lineBreakAtIndex=function(e,t){if(0===t)return d;if(t>=e.length)return h;var n=b(e),r=a(n,2);return S(e,r[1],r[0],t)},function(e,t){t||(t={lineBreak:"normal",wordBreak:"normal"});var n=b(e,t.lineBreak),r=a(n,3),i=r[0],o=r[1],s=r[2];return"break-all"!==t.wordBreak&&"break-word"!==t.wordBreak||(o=o.map((function(e){return-1!==[25,30,42].indexOf(e)?37:e}))),[i,o,"keep-all"===t.wordBreak?s.map((function(t,n){return t&&e[n]>=19968&&40959>=e[n]})):null]}),M=(t.inlineBreakOpportunities=function(e,t){var n=(0,c.toCodePoints)(e),r=d,i=E(n,t),o=a(i,3),s=o[0],l=o[1],u=o[2];return n.forEach((function(e,t){r+=(0,c.fromCodePoint)(e)+(n.length-1>t?S(n,l,s,t+1,u):h)})),r},function(){function e(t,n,r,o){i(this,e),this._codePoints=t,this.required=n===h,this.start=r,this.end=o}return o(e,[{key:"slice",value:function(){return c.fromCodePoint.apply(void 0,r(this._codePoints.slice(this.start,this.end)))}}]),e}());t.LineBreaker=function(e,t){var n=(0,c.toCodePoints)(e),r=E(n,t),i=a(r,3),o=i[0],s=i[1],l=i[2],u=n.length,A=0,h=0;return{next:function(){if(h>=u)return{done:!0};for(var e=d;u>h&&(e=S(n,s,o,++h,l))===d;);if(e!==d||h===u){var t=new M(n,e,A,h);return A=h,{value:t,done:!1}}return{done:!0}}}}},function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.Trie=t.createTrieFromBase64=t.UTRIE2_INDEX_2_MASK=t.UTRIE2_INDEX_2_BLOCK_LENGTH=t.UTRIE2_OMITTED_BMP_INDEX_1_LENGTH=t.UTRIE2_INDEX_1_OFFSET=t.UTRIE2_UTF8_2B_INDEX_2_LENGTH=t.UTRIE2_UTF8_2B_INDEX_2_OFFSET=t.UTRIE2_INDEX_2_BMP_LENGTH=t.UTRIE2_LSCP_INDEX_2_LENGTH=t.UTRIE2_DATA_MASK=t.UTRIE2_DATA_BLOCK_LENGTH=t.UTRIE2_LSCP_INDEX_2_OFFSET=t.UTRIE2_SHIFT_1_2=t.UTRIE2_INDEX_SHIFT=t.UTRIE2_SHIFT_1=t.UTRIE2_SHIFT_2=void 0;var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(14),a=t.UTRIE2_SHIFT_2=5,s=t.UTRIE2_SHIFT_1=11,l=t.UTRIE2_INDEX_SHIFT=2,u=t.UTRIE2_SHIFT_1_2=s-a,c=t.UTRIE2_LSCP_INDEX_2_OFFSET=65536>>a,A=t.UTRIE2_DATA_BLOCK_LENGTH=1<<a,h=t.UTRIE2_DATA_MASK=A-1,d=t.UTRIE2_LSCP_INDEX_2_LENGTH=1024>>a,f=t.UTRIE2_INDEX_2_BMP_LENGTH=c+d,p=t.UTRIE2_UTF8_2B_INDEX_2_OFFSET=f,g=t.UTRIE2_UTF8_2B_INDEX_2_LENGTH=32,v=t.UTRIE2_INDEX_1_OFFSET=p+g,m=t.UTRIE2_OMITTED_BMP_INDEX_1_LENGTH=65536>>s,y=t.UTRIE2_INDEX_2_BLOCK_LENGTH=1<<u,x=t.UTRIE2_INDEX_2_MASK=y-1,w=(t.createTrieFromBase64=function(e){var t=(0,o.decode)(e),n=Array.isArray(t)?(0,o.polyUint32Array)(t):new Uint32Array(t),r=Array.isArray(t)?(0,o.polyUint16Array)(t):new Uint16Array(t),i=r.slice(12,n[4]/2),a=2===n[5]?r.slice((24+n[4])/2):n.slice(Math.ceil((24+n[4])/4));return new w(n[0],n[1],n[2],n[3],i,a)},t.Trie=function(){function e(t,n,i,o,a,s){r(this,e),this.initialValue=t,this.errorValue=n,this.highStart=i,this.highValueIndex=o,this.index=a,this.data=s}return i(e,[{key:"get",value:function(e){var t=void 0;if(e>=0){if(55296>e||e>56319&&65535>=e)return t=this.index[e>>a],t=(t<<l)+(e&h),this.data[t];if(65535>=e)return t=this.index[c+(e-55296>>a)],t=(t<<l)+(e&h),this.data[t];if(this.highStart>e)return t=v-m+(e>>s),t=this.index[t],t+=e>>a&x,t=this.index[t],t=(t<<l)+(e&h),this.data[t];if(1114111>=e)return this.data[this.highValueIndex]}return this.errorValue}}]),e}())},function(e,t,n){"use strict";e.exports="KwAAAAAAAAAACA4AIDoAAPAfAAACAAAAAAAIABAAGABAAEgAUABYAF4AZgBeAGYAYABoAHAAeABeAGYAfACEAIAAiACQAJgAoACoAK0AtQC9AMUAXgBmAF4AZgBeAGYAzQDVAF4AZgDRANkA3gDmAOwA9AD8AAQBDAEUARoBIgGAAIgAJwEvATcBPwFFAU0BTAFUAVwBZAFsAXMBewGDATAAiwGTAZsBogGkAawBtAG8AcIBygHSAdoB4AHoAfAB+AH+AQYCDgIWAv4BHgImAi4CNgI+AkUCTQJTAlsCYwJrAnECeQKBAk0CiQKRApkCoQKoArACuALAAsQCzAIwANQC3ALkAjAA7AL0AvwCAQMJAxADGAMwACADJgMuAzYDPgOAAEYDSgNSA1IDUgNaA1oDYANiA2IDgACAAGoDgAByA3YDfgOAAIQDgACKA5IDmgOAAIAAogOqA4AAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAK8DtwOAAIAAvwPHA88D1wPfAyAD5wPsA/QD/AOAAIAABAQMBBIEgAAWBB4EJgQuBDMEIAM7BEEEXgBJBCADUQRZBGEEaQQwADAAcQQ+AXkEgQSJBJEEgACYBIAAoASoBK8EtwQwAL8ExQSAAIAAgACAAIAAgACgAM0EXgBeAF4AXgBeAF4AXgBeANUEXgDZBOEEXgDpBPEE+QQBBQkFEQUZBSEFKQUxBTUFPQVFBUwFVAVcBV4AYwVeAGsFcwV7BYMFiwWSBV4AmgWgBacFXgBeAF4AXgBeAKsFXgCyBbEFugW7BcIFwgXIBcIFwgXQBdQF3AXkBesF8wX7BQMGCwYTBhsGIwYrBjMGOwZeAD8GRwZNBl4AVAZbBl4AXgBeAF4AXgBeAF4AXgBeAF4AXgBeAGMGXgBqBnEGXgBeAF4AXgBeAF4AXgBeAF4AXgB5BoAG4wSGBo4GkwaAAIADHgR5AF4AXgBeAJsGgABGA4AAowarBrMGswagALsGwwbLBjAA0wbaBtoG3QbaBtoG2gbaBtoG2gblBusG8wb7BgMHCwcTBxsHCwcjBysHMAc1BzUHOgdCB9oGSgdSB1oHYAfaBloHaAfaBlIH2gbaBtoG2gbaBtoG2gbaBjUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHbQdeAF4ANQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQd1B30HNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B4MH2gaKB68EgACAAIAAgACAAIAAgACAAI8HlwdeAJ8HpweAAIAArwe3B14AXgC/B8UHygcwANAH2AfgB4AA6AfwBz4B+AcACFwBCAgPCBcIogEYAR8IJwiAAC8INwg/CCADRwhPCFcIXwhnCEoDGgSAAIAAgABvCHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIfQh3CHgIeQh6CHsIfAh9CHcIeAh5CHoIewh8CH0Idwh4CHkIegh7CHwIhAiLCI4IMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAANQc1BzUHNQc1BzUHNQc1BzUHNQc1B54INQc1B6II2gaqCLIIugiAAIAAvgjGCIAAgACAAIAAgACAAIAAgACAAIAAywiHAYAA0wiAANkI3QjlCO0I9Aj8CIAAgACAAAIJCgkSCRoJIgknCTYHLwk3CZYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiWCJYIlgiAAIAAAAFAAXgBeAGAAcABeAHwAQACQAKAArQC9AJ4AXgBeAE0A3gBRAN4A7AD8AMwBGgEAAKcBNwEFAUwBXAF4QkhCmEKnArcCgAHHAsABz4LAAcABwAHAAd+C6ABoAG+C/4LAAcABwAHAAc+DF4MAAcAB54M3gweDV4Nng3eDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEeDqABVg6WDqABoQ6gAaABoAHXDvcONw/3DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DvcO9w73DncPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB7cPPwlGCU4JMACAAIAAgABWCV4JYQmAAGkJcAl4CXwJgAkwADAAMAAwAIgJgACLCZMJgACZCZ8JowmrCYAAswkwAF4AXgB8AIAAuwkABMMJyQmAAM4JgADVCTAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAqwYWBNkIMAAwADAAMADdCeAJ6AnuCR4E9gkwAP4JBQoNCjAAMACAABUK0wiAAB0KJAosCjQKgAAwADwKQwqAAEsKvQmdCVMKWwowADAAgACAALcEMACAAGMKgABrCjAAMAAwADAAMAAwADAAMAAwADAAMAAeBDAAMAAwADAAMAAwADAAMAAwADAAMAAwAIkEPQFzCnoKiQSCCooKkAqJBJgKoAqkCokEGAGsCrQKvArBCjAAMADJCtEKFQHZCuEK/gHpCvEKMAAwADAAMACAAIwE+QowAIAAPwEBCzAAMAAwADAAMACAAAkLEQswAIAAPwEZCyELgAAOCCkLMAAxCzkLMAAwADAAMAAwADAAXgBeAEELMAAwADAAMAAwADAAMAAwAEkLTQtVC4AAXAtkC4AAiQkwADAAMAAwADAAMAAwADAAbAtxC3kLgAuFC4sLMAAwAJMLlwufCzAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAApwswADAAMACAAIAAgACvC4AAgACAAIAAgACAALcLMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAvwuAAMcLgACAAIAAgACAAIAAyguAAIAAgACAAIAA0QswADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAANkLgACAAIAA4AswADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACJCR4E6AswADAAhwHwC4AA+AsADAgMEAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMACAAIAAGAwdDCUMMAAwAC0MNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQw1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHPQwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADUHNQc1BzUHNQc1BzUHNQc2BzAAMAA5DDUHNQc1BzUHNQc1BzUHNQc1BzUHNQdFDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAgACAAIAATQxSDFoMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAF4AXgBeAF4AXgBeAF4AYgxeAGoMXgBxDHkMfwxeAIUMXgBeAI0MMAAwADAAMAAwAF4AXgCVDJ0MMAAwADAAMABeAF4ApQxeAKsMswy7DF4Awgy9DMoMXgBeAF4AXgBeAF4AXgBeAF4AXgDRDNkMeQBqCeAM3Ax8AOYM7Az0DPgMXgBeAF4AXgBeAF4AXgBeAF4AXgBeAF4AXgBeAF4AXgCgAAANoAAHDQ4NFg0wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAeDSYNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIAAgACAAIAAgACAAC4NMABeAF4ANg0wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAD4NRg1ODVYNXg1mDTAAbQ0wADAAMAAwADAAMAAwADAA2gbaBtoG2gbaBtoG2gbaBnUNeg3CBYANwgWFDdoGjA3aBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gaUDZwNpA2oDdoG2gawDbcNvw3HDdoG2gbPDdYN3A3fDeYN2gbsDfMN2gbaBvoN/g3aBgYODg7aBl4AXgBeABYOXgBeACUG2gYeDl4AJA5eACwO2w3aBtoGMQ45DtoG2gbaBtoGQQ7aBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gZJDjUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B1EO2gY1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQdZDjUHNQc1BzUHNQc1B2EONQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHaA41BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B3AO2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gY1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1BzUHNQc1B2EO2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gZJDtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBtoG2gbaBkkOeA6gAKAAoAAwADAAMAAwAKAAoACgAKAAoACgAKAAgA4wADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAD//wQABAAEAAQABAAEAAQABAAEAA0AAwABAAEAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAKABMAFwAeABsAGgAeABcAFgASAB4AGwAYAA8AGAAcAEsASwBLAEsASwBLAEsASwBLAEsAGAAYAB4AHgAeABMAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAFgAbABIAHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYADQARAB4ABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkAFgAaABsAGwAbAB4AHQAdAB4ATwAXAB4ADQAeAB4AGgAbAE8ATwAOAFAAHQAdAB0ATwBPABcATwBPAE8AFgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwArAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAAQABAANAA0ASwBLAEsASwBLAEsASwBLAEsASwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUAArACsABABQAAQABAAEAAQABAAEAAQAKwArAAQABAArACsABAAEAAQAUAArACsAKwArACsAKwArACsABAArACsAKwArAFAAUAArAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAGgAaAFAAUABQAFAAUABMAB4AGwBQAB4AKwArACsABAAEAAQAKwBQAFAAUABQAFAAUAArACsAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUAArAFAAUAArACsABAArAAQABAAEAAQABAArACsAKwArAAQABAArACsABAAEAAQAKwArACsABAArACsAKwArACsAKwArAFAAUABQAFAAKwBQACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwAEAAQAUABQAFAABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUAArACsABABQAAQABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQAKwArAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwAeABsAKwArACsAKwArACsAKwBQAAQABAAEAAQABAAEACsABAAEAAQAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwArAAQABAArACsABAAEAAQAKwArACsAKwArACsAKwArAAQABAArACsAKwArAFAAUAArAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwAeAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwAEAFAAKwBQAFAAUABQAFAAUAArACsAKwBQAFAAUAArAFAAUABQAFAAKwArACsAUABQACsAUAArAFAAUAArACsAKwBQAFAAKwArACsAUABQAFAAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQAKwArACsABAAEAAQAKwAEAAQABAAEACsAKwBQACsAKwArACsAKwArAAQAKwArACsAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAB4AHgAeAB4AHgAeABsAHgArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABAArACsAKwArACsAKwArAAQABAArAFAAUABQACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAB4AUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABAArACsAKwArACsAKwArAAQABAArACsAKwArACsAKwArAFAAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwArAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAKwBcAFwAKwBcACsAKwBcACsAKwArACsAKwArAFwAXABcAFwAKwBcAFwAXABcAFwAXABcACsAXABcAFwAKwBcACsAXAArACsAXABcACsAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgArACoAKgBcACsAKwBcAFwAXABcAFwAKwBcACsAKgAqACoAKgAqACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAFwAXABcAFwAUAAOAA4ADgAOAB4ADgAOAAkADgAOAA0ACQATABMAEwATABMACQAeABMAHgAeAB4ABAAEAB4AHgAeAB4AHgAeAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUAANAAQAHgAEAB4ABAAWABEAFgARAAQABABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAAQABAAEAAQABAANAAQABABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsADQANAB4AHgAeAB4AHgAeAAQAHgAeAB4AHgAeAB4AKwAeAB4ADgAOAA0ADgAeAB4AHgAeAB4ACQAJACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgAeAB4AHgBcAFwAXABcAFwAXAAqACoAKgAqAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAKgAqACoAKgAqACoAKgBcAFwAXAAqACoAKgAqAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAXAAqAEsASwBLAEsASwBLAEsASwBLAEsAKgAqACoAKgAqACoAUABQAFAAUABQAFAAKwBQACsAKwArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQACsAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwAEAAQABAAeAA0AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAEQArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAADQANAA0AUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAA0ADQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQACsABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoADQANABUAXAANAB4ADQAbAFwAKgArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAB4AHgATABMADQANAA4AHgATABMAHgAEAAQABAAJACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAUABQAFAAUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwAeACsAKwArABMAEwBLAEsASwBLAEsASwBLAEsASwBLAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwBcAFwAXABcAFwAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcACsAKwArACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwAeAB4AXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgArACsABABLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKgAqACoAKgAqACoAKgBcACoAKgAqACoAKgAqACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAUABQAFAAUABQAFAAUAArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4ADQANAA0ADQAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAHgAeAB4AHgBQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwANAA0ADQANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwBQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsABAAEAAQAHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAABABQAFAAUABQAAQABAAEAFAAUAAEAAQABAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAKwBQACsAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAKwArAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAKwAeAB4AHgAeAB4AHgAeAA4AHgArAA0ADQANAA0ADQANAA0ACQANAA0ADQAIAAQACwAEAAQADQAJAA0ADQAMAB0AHQAeABcAFwAWABcAFwAXABYAFwAdAB0AHgAeABQAFAAUAA0AAQABAAQABAAEAAQABAAJABoAGgAaABoAGgAaABoAGgAeABcAFwAdABUAFQAeAB4AHgAeAB4AHgAYABYAEQAVABUAFQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgANAB4ADQANAA0ADQAeAA0ADQANAAcAHgAeAB4AHgArAAQABAAEAAQABAAEAAQABAAEAAQAUABQACsAKwBPAFAAUABQAFAAUAAeAB4AHgAWABEATwBQAE8ATwBPAE8AUABQAFAAUABQAB4AHgAeABYAEQArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAGwAbABsAGwAbABsAGwAaABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAaABsAGwAbABsAGgAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgBQABoAHgAdAB4AUAAeABoAHgAeAB4AHgAeAB4AHgAeAB4ATwAeAFAAGwAeAB4AUABQAFAAUABQAB4AHgAeAB0AHQAeAFAAHgBQAB4AUAAeAFAATwBQAFAAHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AUABQAFAAUABPAE8AUABQAFAAUABQAE8AUABQAE8AUABPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAE8ATwBPAE8ATwBPAE8ATwBPAE8AUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAATwAeAB4AKwArACsAKwAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB0AHQAeAB4AHgAdAB0AHgAeAB0AHgAeAB4AHQAeAB0AGwAbAB4AHQAeAB4AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB0AHgAdAB4AHQAdAB0AHQAdAB0AHgAdAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAdAB0AHQAdAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAlACUAHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBQAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAeAB4AHgAeAB0AHQAeAB4AHgAeAB0AHQAdAB4AHgAdAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB0AHQAeAB4AHQAeAB4AHgAeAB0AHQAeAB4AHgAeACUAJQAdAB0AJQAeACUAJQAlACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAHgAeAB4AHgAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHQAdAB0AHgAdACUAHQAdAB4AHQAdAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHQAdAB0AHQAlAB4AJQAlACUAHQAlACUAHQAdAB0AJQAlAB0AHQAlAB0AHQAlACUAJQAeAB0AHgAeAB4AHgAdAB0AJQAdAB0AHQAdAB0AHQAlACUAJQAlACUAHQAlACUAIAAlAB0AHQAlACUAJQAlACUAJQAlACUAHgAeAB4AJQAlACAAIAAgACAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeABcAFwAXABcAFwAXAB4AEwATACUAHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwArACUAJQBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAKwArACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAE8ATwBPAE8ATwBPAE8ATwAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeACsAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUAArACsAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQBQAFAAUABQACsAKwArACsAUABQAFAAUABQAFAAUABQAA0AUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQACsAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgBQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAABAAEAAQAKwAEAAQAKwArACsAKwArAAQABAAEAAQAUABQAFAAUAArAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsABAAEAAQAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsADQANAA0ADQANAA0ADQANAB4AKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AUABQAFAAUABQAFAAUABQAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAUABQAFAAUABQAA0ADQANAA0ADQANABQAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwANAA0ADQANAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAeAAQABAAEAB4AKwArAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLACsADQArAB4AKwArAAQABAAEAAQAUABQAB4AUAArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwAEAAQABAAEAAQABAAEAAQABAAOAA0ADQATABMAHgAeAB4ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0AUABQAFAAUAAEAAQAKwArAAQADQANAB4AUAArACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXABcAA0ADQANACoASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUAArACsAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANACsADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEcARwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQACsAKwAeAAQABAANAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAEAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUAArACsAUAArACsAUABQACsAKwBQAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AKwArAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAeAB4ADQANAA0ADQAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAArAAQABAArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAEAAQABAAEAAQABAAEACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAFgAWAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAKwBQACsAKwArACsAKwArAFAAKwArACsAKwBQACsAUAArAFAAKwBQAFAAUAArAFAAUAArAFAAKwArAFAAKwBQACsAUAArAFAAKwBQACsAUABQACsAUAArACsAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAUABQAFAAUAArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUAArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAlACUAJQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeACUAJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeACUAJQAlACUAJQAeACUAJQAlACUAJQAgACAAIAAlACUAIAAlACUAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIQAhACEAIQAhACUAJQAgACAAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACAAIAAlACUAJQAlACAAJQAgACAAIAAgACAAIAAgACAAIAAlACUAJQAgACUAJQAlACUAIAAgACAAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeACUAHgAlAB4AJQAlACUAJQAlACAAJQAlACUAJQAeACUAHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAIAAgACAAJQAlACUAIAAgACAAIAAgAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFwAXABcAFQAVABUAHgAeAB4AHgAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAIAAgACAAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAlACAAIAAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsA"},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=n(7);t.default=function t(n,o,a){r(this,t),this.type=i.PATH.CIRCLE,this.x=n,this.y=o,this.radius=a,"production"!==e.env.NODE_ENV&&(isNaN(n)&&console.error("Invalid x value given for Circle"),isNaN(o)&&console.error("Invalid y value given for Circle"),isNaN(a)&&console.error("Invalid radius value given for Circle"))}}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),a=n(3),s=(n(26),n(54)),l=n(10),u=function(e){return e&&e.__esModule?e:{default:e}}(l),c=n(6),A=n(13),h=function(){function t(e,n){r(this,t),this.target=e,this.options=n,e.render(n)}return o(t,[{key:"renderNode",value:function(e){e.isVisible()&&(this.renderNodeBackgroundAndBorders(e),this.renderNodeContent(e))}},{key:"renderNodeContent",value:function(e){var t=this,n=function(){if(e.childNodes.length&&e.childNodes.forEach((function(n){if(n instanceof u.default){var r=n.parent.style;t.target.renderTextNode(n.bounds,r.color,r.font,r.textDecoration,r.textShadow)}else t.target.drawShape(n,e.style.color)})),e.image){var n=t.options.imageStore.get(e.image);if(n){var r=(0,a.calculateContentBox)(e.bounds,e.style.padding,e.style.border),i="number"==typeof n.width&&n.width>0?n.width:r.width,o="number"==typeof n.height&&n.height>0?n.height:r.height;i>0&&o>0&&t.target.clip([(0,a.calculatePaddingBoxPath)(e.curvedBounds)],(function(){t.target.drawImage(n,new a.Bounds(0,0,i,o),r)}))}}},r=e.getClipPaths();r.length?this.target.clip(r,n):n()}},{key:"renderNodeBackgroundAndBorders",value:function(e){var t=this,n=!e.style.background.backgroundColor.isTransparent()||e.style.background.backgroundImage.length,r=e.style.border.some((function(e){return e.borderStyle!==A.BORDER_STYLE.NONE&&!e.borderColor.isTransparent()})),i=function(){var r=(0,c.calculateBackgroungPaintingArea)(e.curvedBounds,e.style.background.backgroundClip);n&&t.target.clip([r],(function(){e.style.background.backgroundColor.isTransparent()||t.target.fill(e.style.background.backgroundColor),t.renderBackgroundImage(e)})),e.style.border.forEach((function(n,r){n.borderStyle===A.BORDER_STYLE.NONE||n.borderColor.isTransparent()||t.renderBorder(n,r,e.curvedBounds)}))};if(n||r){var o=e.parent?e.parent.getClipPaths():[];o.length?this.target.clip(o,i):i()}}},{key:"renderBackgroundImage",value:function(e){var t=this;e.style.background.backgroundImage.slice(0).reverse().forEach((function(n){"url"===n.source.method&&n.source.args.length?t.renderBackgroundRepeat(e,n):/gradient/i.test(n.source.method)&&t.renderBackgroundGradient(e,n)}))}},{key:"renderBackgroundRepeat",value:function(e,t){var n=this.options.imageStore.get(t.source.args[0]);if(n){var r=(0,c.calculateBackgroungPositioningArea)(e.style.background.backgroundOrigin,e.bounds,e.style.padding,e.style.border),i=(0,c.calculateBackgroundSize)(t,n,r),o=(0,c.calculateBackgroundPosition)(t.position,i,r);this.target.renderRepeat((0,c.calculateBackgroundRepeatPath)(t,o,i,r,e.bounds),n,i,Math.round(r.left+o.x),Math.round(r.top+o.y))}}},{key:"renderBackgroundGradient",value:function(e,t){var n=(0,c.calculateBackgroungPositioningArea)(e.style.background.backgroundOrigin,e.bounds,e.style.padding,e.style.border),r=(0,c.calculateGradientBackgroundSize)(t,n),i=(0,c.calculateBackgroundPosition)(t.position,r,n),o=new a.Bounds(Math.round(n.left+i.x),Math.round(n.top+i.y),r.width,r.height),l=(0,s.parseGradient)(e,t.source,o);if(l)switch(l.type){case s.GRADIENT_TYPE.LINEAR_GRADIENT:this.target.renderLinearGradient(o,l);break;case s.GRADIENT_TYPE.RADIAL_GRADIENT:this.target.renderRadialGradient(o,l)}}},{key:"renderBorder",value:function(e,t,n){this.target.drawShape((0,a.parsePathForBorder)(n,t),e.borderColor)}},{key:"renderStack",value:function(e){var t=this;if(e.container.isVisible()){var n=e.getOpacity();n!==this._opacity&&(this.target.setOpacity(e.getOpacity()),this._opacity=n);var r=e.container.style.transform;null!==r?this.target.transform(e.container.bounds.left+r.transformOrigin[0].value,e.container.bounds.top+r.transformOrigin[1].value,r.transform,(function(){return t.renderStackContent(e)})):this.renderStackContent(e)}}},{key:"renderStackContent",value:function(e){var t=f(e),n=i(t,5),r=n[0],o=n[1],a=n[2],s=n[3],l=n[4],u=d(e),c=i(u,2),A=c[0],h=c[1];this.renderNodeBackgroundAndBorders(e.container),r.sort(p).forEach(this.renderStack,this),this.renderNodeContent(e.container),h.forEach(this.renderNode,this),s.forEach(this.renderStack,this),l.forEach(this.renderStack,this),A.forEach(this.renderNode,this),o.forEach(this.renderStack,this),a.sort(p).forEach(this.renderStack,this)}},{key:"render",value:function(t){var n=this;this.options.backgroundColor&&this.target.rectangle(this.options.x,this.options.y,this.options.width,this.options.height,this.options.backgroundColor),this.renderStack(t);var r=this.target.getTarget();return"production"!==e.env.NODE_ENV?r.then((function(e){return n.options.logger.log("Render completed"),e})):r}}]),t}();t.default=h;var d=function(e){for(var t=[],n=[],r=e.children.length,i=0;r>i;i++){var o=e.children[i];o.isInlineLevel()?t.push(o):n.push(o)}return[t,n]},f=function(e){for(var t=[],n=[],r=[],i=[],o=[],a=e.contexts.length,s=0;a>s;s++){var l=e.contexts[s];l.container.isPositioned()||1>l.container.style.opacity||l.container.isTransformed()?0>l.container.style.zIndex.order?t.push(l):l.container.style.zIndex.order>0?r.push(l):n.push(l):l.container.isFloating()?i.push(l):o.push(l)}return[t,n,r,i,o]},p=function(e,t){return e.container.style.zIndex.order>t.container.style.zIndex.order?1:t.container.style.zIndex.order>e.container.style.zIndex.order?-1:e.container.index>t.container.index?1:-1}}).call(t,n(0))},function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.transformWebkitRadialGradientArgs=t.parseGradient=t.RadialGradient=t.LinearGradient=t.RADIAL_GRADIENT_SHAPE=t.GRADIENT_TYPE=void 0;var o=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=n(4),s=(r(a),n(55)),l=n(1),u=r(l),c=n(2),A=r(c),h=n(5),d=/^(to )?(left|top|right|bottom)( (left|top|right|bottom))?$/i,f=/^([+-]?\d*\.?\d+)% ([+-]?\d*\.?\d+)%$/i,p=/(px)|%|( 0)$/i,g=/^(from|to|color-stop)\((?:([\d.]+)(%)?,\s*)?(.+?)\)$/i,v=/^\s*(circle|ellipse)?\s*((?:([\d.]+)(px|r?em|%)\s*(?:([\d.]+)(px|r?em|%))?)|closest-side|closest-corner|farthest-side|farthest-corner)?\s*(?:at\s*(?:(left|center|right)|([\d.]+)(px|r?em|%))\s+(?:(top|center|bottom)|([\d.]+)(px|r?em|%)))?(?:\s|$)/i,m=t.GRADIENT_TYPE={LINEAR_GRADIENT:0,RADIAL_GRADIENT:1},y=t.RADIAL_GRADIENT_SHAPE={CIRCLE:0,ELLIPSE:1},x={left:new A.default("0%"),top:new A.default("0%"),center:new A.default("50%"),right:new A.default("100%"),bottom:new A.default("100%")},w=t.LinearGradient=function e(t,n){i(this,e),this.type=m.LINEAR_GRADIENT,this.colorStops=t,this.direction=n},_=t.RadialGradient=function e(t,n,r,o){i(this,e),this.type=m.RADIAL_GRADIENT,this.colorStops=t,this.shape=n,this.center=r,this.radius=o},b=(t.parseGradient=function(e,t,n){var r=t.args,i=t.method,o=t.prefix;return"linear-gradient"===i?B(r,n,!!o):"gradient"===i&&"linear"===r[0]?B(["to bottom"].concat(Q(r.slice(3))),n,!!o):"radial-gradient"===i?C(e,"-webkit-"===o?F(r):r,n):"gradient"===i&&"radial"===r[0]?C(e,Q(F(r.slice(1))),n):void 0},function(e,t,n){for(var r=[],i=t;e.length>i;i++){var o=e[i],a=p.test(o),s=o.lastIndexOf(" ");r.push({color:new u.default(a?o.substring(0,s):o),stop:a?new A.default(o.substring(s+1)):i===t?new A.default("0%"):i===e.length-1?new A.default("100%"):null})}for(var l=r.map((function(e){var t=e.color,r=e.stop;return{color:t,stop:0===n?0:r?r.getAbsoluteValue(n)/n:null}})),c=l[0].stop,h=0;l.length>h;h++)if(null!==c){var d=l[h].stop;if(null===d){for(var f=h;null===l[f].stop;)f++;for(var g=f-h+1,v=l[f].stop,m=(v-c)/g;f>h;h++)c=l[h].stop=c+m}else c=d}return l}),B=function(e,t,n){var r=(0,s.parseAngle)(e[0]),i=d.test(e[0]),o=i||null!==r||f.test(e[0]),a=o?null!==r?S(n?r-.5*Math.PI:r,t):i?M(e[0],t):I(e[0],t):S(Math.PI,t),l=o?1:0,u=Math.min((0,h.distance)(Math.abs(a.x0)+Math.abs(a.x1),Math.abs(a.y0)+Math.abs(a.y1)),2*t.width,2*t.height);return new w(b(e,l,u),a)},C=function(e,t,n){var r=t[0].match(v),i=r&&("circle"===r[1]||void 0!==r[3]&&void 0===r[5])?y.CIRCLE:y.ELLIPSE,o={},a={};r&&(void 0!==r[3]&&(o.x=(0,c.calculateLengthFromValueWithUnit)(e,r[3],r[4]).getAbsoluteValue(n.width)),void 0!==r[5]&&(o.y=(0,c.calculateLengthFromValueWithUnit)(e,r[5],r[6]).getAbsoluteValue(n.height)),r[7]?a.x=x[r[7].toLowerCase()]:void 0!==r[8]&&(a.x=(0,c.calculateLengthFromValueWithUnit)(e,r[8],r[9])),r[10]?a.y=x[r[10].toLowerCase()]:void 0!==r[11]&&(a.y=(0,c.calculateLengthFromValueWithUnit)(e,r[11],r[12])));var s={x:void 0===a.x?n.width/2:a.x.getAbsoluteValue(n.width),y:void 0===a.y?n.height/2:a.y.getAbsoluteValue(n.height)},l=D(r&&r[2]||"farthest-corner",i,s,o,n);return new _(b(t,r?1:0,Math.min(l.x,l.y)),i,s,l)},S=function(e,t){var n=t.width,r=t.height,i=.5*n,o=.5*r,a=Math.abs(n*Math.sin(e))+Math.abs(r*Math.cos(e)),s=a/2,l=i+Math.sin(e)*s,u=o-Math.cos(e)*s;return{x0:l,x1:n-l,y0:u,y1:r-u}},E=function(e){return Math.acos(e.width/2/((0,h.distance)(e.width,e.height)/2))},M=function(e,t){switch(e){case"bottom":case"to top":return S(0,t);case"left":case"to right":return S(Math.PI/2,t);case"right":case"to left":return S(3*Math.PI/2,t);case"top right":case"right top":case"to bottom left":case"to left bottom":return S(Math.PI+E(t),t);case"top left":case"left top":case"to bottom right":case"to right bottom":return S(Math.PI-E(t),t);case"bottom left":case"left bottom":case"to top right":case"to right top":return S(E(t),t);case"bottom right":case"right bottom":case"to top left":case"to left top":return S(2*Math.PI-E(t),t);case"top":case"to bottom":default:return S(Math.PI,t)}},I=function(e,t){var n=e.split(" ").map(parseFloat),r=o(n,2),i=r[0],a=r[1],s=i/100*t.width/(a/100*t.height);return S(Math.atan(isNaN(s)?1:s)+Math.PI/2,t)},T=function(e,t,n,r){return[{x:0,y:0},{x:0,y:e.height},{x:e.width,y:0},{x:e.width,y:e.height}].reduce((function(e,i){var o=(0,h.distance)(t-i.x,n-i.y);return(r?e.optimumDistance>o:o>e.optimumDistance)?{optimumCorner:i,optimumDistance:o}:e}),{optimumDistance:r?1/0:-1/0,optimumCorner:null}).optimumCorner},D=function(e,t,n,r,i){var o=n.x,a=n.y,s=0,l=0;switch(e){case"closest-side":t===y.CIRCLE?s=l=Math.min(Math.abs(o),Math.abs(o-i.width),Math.abs(a),Math.abs(a-i.height)):t===y.ELLIPSE&&(s=Math.min(Math.abs(o),Math.abs(o-i.width)),l=Math.min(Math.abs(a),Math.abs(a-i.height)));break;case"closest-corner":if(t===y.CIRCLE)s=l=Math.min((0,h.distance)(o,a),(0,h.distance)(o,a-i.height),(0,h.distance)(o-i.width,a),(0,h.distance)(o-i.width,a-i.height));else if(t===y.ELLIPSE){var u=Math.min(Math.abs(a),Math.abs(a-i.height))/Math.min(Math.abs(o),Math.abs(o-i.width)),c=T(i,o,a,!0);s=(0,h.distance)(c.x-o,(c.y-a)/u),l=u*s}break;case"farthest-side":t===y.CIRCLE?s=l=Math.max(Math.abs(o),Math.abs(o-i.width),Math.abs(a),Math.abs(a-i.height)):t===y.ELLIPSE&&(s=Math.max(Math.abs(o),Math.abs(o-i.width)),l=Math.max(Math.abs(a),Math.abs(a-i.height)));break;case"farthest-corner":if(t===y.CIRCLE)s=l=Math.max((0,h.distance)(o,a),(0,h.distance)(o,a-i.height),(0,h.distance)(o-i.width,a),(0,h.distance)(o-i.width,a-i.height));else if(t===y.ELLIPSE){var A=Math.max(Math.abs(a),Math.abs(a-i.height))/Math.max(Math.abs(o),Math.abs(o-i.width)),d=T(i,o,a,!1);s=(0,h.distance)(d.x-o,(d.y-a)/A),l=A*s}break;default:s=r.x||0,l=void 0!==r.y?r.y:s}return{x:s,y:l}},F=t.transformWebkitRadialGradientArgs=function(e){var t="",n="",r="",i="",o=0,a=/^(left|center|right|\d+(?:px|r?em|%)?)(?:\s+(top|center|bottom|\d+(?:px|r?em|%)?))?$/i,s=/^(circle|ellipse)?\s*(closest-side|closest-corner|farthest-side|farthest-corner|contain|cover)?$/i,l=/^\d+(px|r?em|%)?(?:\s+\d+(px|r?em|%)?)?$/i,u=e[o].match(a);u&&o++;var c=e[o].match(s);c&&(t=c[1]||"",r=c[2]||"","contain"===r?r="closest-side":"cover"===r&&(r="farthest-corner"),o++);var A=e[o].match(l);A&&o++;var h=e[o].match(a);h&&o++;var d=e[o].match(l);d&&o++;var f=h||u;f&&f[1]&&(i=f[1]+(/^\d+$/.test(f[1])?"px":""),f[2]&&(i+=" "+f[2]+(/^\d+$/.test(f[2])?"px":"")));var p=d||A;return p&&(n=p[0],p[1]||(n+="px")),!i||t||n||r||(n=i,i=""),i&&(i="at "+i),[[t,r,n,i].filter((function(e){return!!e})).join(" ")].concat(e.slice(o))},Q=function(e){return e.map((function(e){return e.match(g)})).map((function(t,n){if(!t)return e[n];switch(t[1]){case"from":return t[4]+" 0%";case"to":return t[4]+" 100%";case"color-stop":return"%"===t[3]?t[4]+" "+t[2]:t[4]+" "+100*parseFloat(t[2])+"%"}}))}},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var r=/([+-]?\d*\.?\d+)(deg|grad|rad|turn)/i;t.parseAngle=function(e){var t=e.match(r);if(t){var n=parseFloat(t[1]);switch(t[2].toLowerCase()){case"deg":return Math.PI*n/180;case"grad":return Math.PI/200*n;case"rad":return n;case"turn":return 2*Math.PI*n}}return null}},function(e,t,n){"use strict";(function(e){function r(e){return e&&e.__esModule?e:{default:e}}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.cloneWindow=t.DocumentCloner=void 0;var o=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),a=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),s=n(3),l=n(27),u=n(57),c=r(u),A=n(5),h=n(6),d=n(16),f=r(d),p=n(58),g=t.DocumentCloner=function(){function t(e,n,r,o,a){i(this,t),this.referenceElement=e,this.scrolledElements=[],this.copyStyles=o,this.inlineImages=o,this.logger=r,this.options=n,this.renderer=a,this.resourceLoader=new c.default(n,r,window),this.pseudoContentData={counters:{},quoteDepth:0},this.documentElement=this.cloneNode(e.ownerDocument.documentElement)}return a(t,[{key:"inlineAllImages",value:function(t){var n=this;if(this.inlineImages&&t){var r=t.style;Promise.all((0,h.parseBackgroundImage)(r.backgroundImage).map((function(t){return"url"===t.method?n.resourceLoader.inlineImage(t.args[0]).then((function(e){return e&&"string"==typeof e.src?'url("'+e.src+'")':"none"})).catch((function(t){"production"!==e.env.NODE_ENV&&n.logger.log("Unable to load image",t)})):Promise.resolve(""+t.prefix+t.method+"("+t.args.join(",")+")")}))).then((function(e){e.length>1&&(r.backgroundColor=""),r.backgroundImage=e.join(",")})),t instanceof HTMLImageElement&&this.resourceLoader.inlineImage(t.src).then((function(e){e&&t instanceof HTMLImageElement&&t.parentNode&&t.parentNode.replaceChild((0,A.copyCSSStyles)(t.style,e.cloneNode(!1)),t)})).catch((function(t){"production"!==e.env.NODE_ENV&&n.logger.log("Unable to load image",t)}))}}},{key:"inlineFonts",value:function(t){var n=this;return Promise.all(Array.from(t.styleSheets).map((function(r){return r.href?fetch(r.href).then((function(e){return e.text()})).then((function(e){return m(e,r.href)})).catch((function(t){return"production"!==e.env.NODE_ENV&&n.logger.log("Unable to load stylesheet",t),[]})):v(r,t)}))).then((function(e){return e.reduce((function(e,t){return e.concat(t)}),[])})).then((function(e){return Promise.all(e.map((function(e){return fetch(e.formats[0].src).then((function(e){return e.blob()})).then((function(e){return new Promise((function(t,n){var r=new FileReader;r.onerror=n,r.onload=function(){t(r.result)},r.readAsDataURL(e)}))})).then((function(t){return e.fontFace.setProperty("src",'url("'+t+'")'),"@font-face {"+e.fontFace.cssText+" "}))})))})).then((function(e){var r=t.createElement("style");r.textContent=e.join("\n"),n.documentElement.appendChild(r)}))}},{key:"createElementClone",value:function(t){var n=this;if(this.copyStyles&&t instanceof HTMLCanvasElement){var r=t.ownerDocument.createElement("img");try{return r.src=t.toDataURL(),r}catch(t){"production"!==e.env.NODE_ENV&&this.logger.log("Unable to clone canvas contents, canvas is tainted")}}if(t instanceof HTMLIFrameElement){var i=t.cloneNode(!1),o=I();i.setAttribute("data-html2canvas-internal-iframe-key",o);var a=(0,s.parseBounds)(t,0,0),l=a.width,u=a.height;return this.resourceLoader.cache[o]=D(t,this.options).then((function(e){return n.renderer(e,{async:n.options.async,allowTaint:n.options.allowTaint,backgroundColor:"#ffffff",canvas:null,imageTimeout:n.options.imageTimeout,logging:n.options.logging,proxy:n.options.proxy,removeContainer:n.options.removeContainer,scale:n.options.scale,foreignObjectRendering:n.options.foreignObjectRendering,useCORS:n.options.useCORS,target:new f.default,width:l,height:u,x:0,y:0,windowWidth:e.ownerDocument.defaultView.innerWidth,windowHeight:e.ownerDocument.defaultView.innerHeight,scrollX:e.ownerDocument.defaultView.pageXOffset,scrollY:e.ownerDocument.defaultView.pageYOffset},n.logger.child(o))})).then((function(e){return new Promise((function(n,r){var o=document.createElement("img");o.onload=function(){return n(e)},o.onerror=r,o.src=e.toDataURL(),i.parentNode&&i.parentNode.replaceChild((0,A.copyCSSStyles)(t.ownerDocument.defaultView.getComputedStyle(t),o),i)}))})),i}if(t instanceof HTMLStyleElement&&t.sheet&&t.sheet.cssRules){var c=[].slice.call(t.sheet.cssRules,0).reduce((function(e,t){try{return t&&t.cssText?e+t.cssText:e}catch(r){return n.logger.log("Unable to access cssText property",t.name),e}}),""),h=t.cloneNode(!1);return h.textContent=c,h}return t.cloneNode(!1)}},{key:"cloneNode",value:function(e){var t=e.nodeType===Node.TEXT_NODE?document.createTextNode(e.nodeValue):this.createElementClone(e),n=e.ownerDocument.defaultView,r=e instanceof n.HTMLElement?n.getComputedStyle(e):null,i=e instanceof n.HTMLElement?n.getComputedStyle(e,":before"):null,o=e instanceof n.HTMLElement?n.getComputedStyle(e,":after"):null;this.referenceElement===e&&t instanceof n.HTMLElement&&(this.clonedReferenceElement=t),t instanceof n.HTMLBodyElement&&S(t);for(var a=(0,p.parseCounterReset)(r,this.pseudoContentData),s=(0,p.resolvePseudoContent)(e,i,this.pseudoContentData),l=e.firstChild;l;l=l.nextSibling)l.nodeType===Node.ELEMENT_NODE&&("SCRIPT"===l.nodeName||l.hasAttribute("data-html2canvas-ignore")||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(l))||this.copyStyles&&"STYLE"===l.nodeName||t.appendChild(this.cloneNode(l));var u=(0,p.resolvePseudoContent)(e,o,this.pseudoContentData);if((0,p.popCounters)(a,this.pseudoContentData),e instanceof n.HTMLElement&&t instanceof n.HTMLElement)switch(i&&this.inlineAllImages(w(e,t,i,s,_)),o&&this.inlineAllImages(w(e,t,o,u,b)),!r||!this.copyStyles||e instanceof HTMLIFrameElement||(0,A.copyCSSStyles)(r,t),this.inlineAllImages(t),0===e.scrollTop&&0===e.scrollLeft||this.scrolledElements.push([t,e.scrollLeft,e.scrollTop]),e.nodeName){case"CANVAS":this.copyStyles||x(e,t);break;case"TEXTAREA":case"SELECT":t.value=e.value}return t}}]),t}(),v=function(e,t){return(e.cssRules?Array.from(e.cssRules):[]).filter((function(e){return e.type===CSSRule.FONT_FACE_RULE})).map((function(e){for(var n=(0,h.parseBackgroundImage)(e.style.getPropertyValue("src")),r=[],i=0;n.length>i;i++)if("url"===n[i].method&&n[i+1]&&"format"===n[i+1].method){var o=t.createElement("a");o.href=n[i].args[0],t.body&&t.body.appendChild(o);var a={src:o.href,format:n[i+1].args[0]};r.push(a)}return{formats:r.filter((function(e){return/^woff/i.test(e.format)})),fontFace:e.style}})).filter((function(e){return e.formats.length}))},m=function(e,t){var n=document.implementation.createHTMLDocument(""),r=document.createElement("base");r.href=t;var i=document.createElement("style");return i.textContent=e,n.head&&n.head.appendChild(r),n.body&&n.body.appendChild(i),i.sheet?v(i.sheet,n):[]},y=function(e,t,n){!e.defaultView||t===e.defaultView.pageXOffset&&n===e.defaultView.pageYOffset||e.defaultView.scrollTo(t,n)},x=function(e,t){try{if(t){t.width=e.width,t.height=e.height;var n=e.getContext("2d"),r=t.getContext("2d");n?r.putImageData(n.getImageData(0,0,e.width,e.height),0,0):r.drawImage(e,0,0)}}catch(e){}},w=function(e,t,n,r,i){if(n&&n.content&&"none"!==n.content&&"-moz-alt-content"!==n.content&&"none"!==n.display){var o=t.ownerDocument.createElement("html2canvaspseudoelement");if((0,A.copyCSSStyles)(n,o),r)for(var a=r.length,s=0;a>s;s++){var l=r[s];switch(l.type){case p.PSEUDO_CONTENT_ITEM_TYPE.IMAGE:var u=t.ownerDocument.createElement("img");u.src=(0,h.parseBackgroundImage)("url("+l.value+")")[0].args[0],u.style.opacity="1",o.appendChild(u);break;case p.PSEUDO_CONTENT_ITEM_TYPE.TEXT:o.appendChild(t.ownerDocument.createTextNode(l.value))}}return o.className=B+" "+C,t.className+=i===_?" "+B:" "+C,i===_?t.insertBefore(o,t.firstChild):t.appendChild(o),o}},_=":before",b=":after",B="___html2canvas___pseudoelement_before",C="___html2canvas___pseudoelement_after",S=function(e){E(e,"."+B+_+'{\n content: "" !important;\n display: none !important;\n}\n .'+C+b+'{\n content: "" !important;\n display: none !important;\n}')},E=function(e,t){var n=e.ownerDocument.createElement("style");n.innerHTML=t,e.appendChild(n)},M=function(e){var t=o(e,3),n=t[0],r=t[1],i=t[2];n.scrollLeft=r,n.scrollTop=i},I=function(){return Math.ceil(Date.now()+1e7*Math.random()).toString(16)},T=/^data:text\/(.+);(base64)?,(.*)$/i,D=function(e,t){try{return Promise.resolve(e.contentWindow.document.documentElement)}catch(n){return t.proxy?(0,l.Proxy)(e.src,t).then((function(e){var t=e.match(T);return t?"base64"===t[2]?window.atob(decodeURIComponent(t[3])):decodeURIComponent(t[3]):Promise.reject()})).then((function(t){return F(e.ownerDocument,(0,s.parseBounds)(e,0,0)).then((function(e){var n=e.contentWindow,r=n.document;r.open(),r.write(t);var i=Q(e).then((function(){return r.documentElement}));return r.close(),i}))})):Promise.reject()}},F=function(t,n){var r=t.createElement("iframe");return r.className="html2canvas-container",r.style.visibility="hidden",r.style.position="fixed",r.style.left="-10000px",r.style.top="0px",r.style.border="0",r.width=""+n.width,r.height=""+n.height,r.scrolling="no",r.setAttribute("data-html2canvas-ignore","true"),t.body?(t.body.appendChild(r),Promise.resolve(r)):Promise.reject("production"!==e.env.NODE_ENV?"Body element not found in Document that is getting rendered":"")},Q=function(e){var t=e.contentWindow,n=t.document;return new Promise((function(r,i){t.onload=e.onload=n.onreadystatechange=function(){var t=setInterval((function(){n.body.childNodes.length>0&&"complete"===n.readyState&&(clearInterval(t),r(e))}),50)}}))},L=(t.cloneWindow=function(t,n,r,i,o,a){var s=new g(r,i,o,!1,a),l=t.defaultView.pageXOffset,u=t.defaultView.pageYOffset;return F(t,n).then((function(o){var a=o.contentWindow,c=a.document,A=Q(o).then((function(){s.scrolledElements.forEach(M),a.scrollTo(n.left,n.top),!/(iPad|iPhone|iPod)/g.test(navigator.userAgent)||a.scrollY===n.top&&a.scrollX===n.left||(c.documentElement.style.top=-n.top+"px",c.documentElement.style.left=-n.left+"px",c.documentElement.style.position="absolute");var l=Promise.resolve([o,s.clonedReferenceElement,s.resourceLoader]),u=i.onclone;return s.clonedReferenceElement instanceof a.HTMLElement||s.clonedReferenceElement instanceof t.defaultView.HTMLElement||s.clonedReferenceElement instanceof HTMLElement?"function"==typeof u?Promise.resolve().then((function(){return u(c)})).then((function(){return l})):l:Promise.reject("production"!==e.env.NODE_ENV?"Error finding the "+r.nodeName+" in the cloned document":"")}));return c.open(),c.write(L(document.doctype)+"<html></html>"),y(r.ownerDocument,l,u),c.replaceChild(c.adoptNode(s.documentElement),c.documentElement),c.close(),A}))},function(e){var t="";return e&&(t+="<!DOCTYPE ",e.name&&(t+=e.name),e.internalSubset&&(t+=e.internalSubset),e.publicId&&(t+='"'+e.publicId+'"'),e.systemId&&(t+='"'+e.systemId+'"'),t+=">"),t})}).call(t,n(0))},function(e,t,n){"use strict";(function(e){function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0}),t.ResourceStore=void 0;var i=function(){function e(e,t){for(var n=0;t.length>n;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),o=n(11),a=function(e){return e&&e.__esModule?e:{default:e}}(o),s=n(27),l=function(){function t(e,n,i){r(this,t),this.options=e,this._window=i,this.origin=this.getOrigin(i.location.href),this.cache={},this.logger=n,this._index=0}return i(t,[{key:"loadImage",value:function(e){var t=this;if(this.hasResourceInCache(e))return e;if(p(e))return this.cache[e]=v(e,this.options.imageTimeout||0),e;if(!g(e)||a.default.SUPPORT_SVG_DRAWING){if(!0===this.options.allowTaint||d(e)||this.isSameOrigin(e))return this.addImage(e,e,!1);if(!this.isSameOrigin(e)){if("string"==typeof this.options.proxy)return this.cache[e]=(0,s.Proxy)(e,this.options).then((function(e){return v(e,t.options.imageTimeout||0)})),e;if(!0===this.options.useCORS&&a.default.SUPPORT_CORS_IMAGES)return this.addImage(e,e,!0)}}}},{key:"inlineImage",value:function(e){var t=this;return d(e)?v(e,this.options.imageTimeout||0):this.hasResourceInCache(e)?this.cache[e]:this.isSameOrigin(e)||"string"!=typeof this.options.proxy?this.xhrImage(e):this.cache[e]=(0,s.Proxy)(e,this.options).then((function(e){return v(e,t.options.imageTimeout||0)}))}},{key:"xhrImage",value:function(t){var n=this;return this.cache[t]=new Promise((function(r,i){var o=new XMLHttpRequest;if(o.onreadystatechange=function(){if(4===o.readyState)if(200!==o.status)i("Failed to fetch image "+t.substring(0,256)+" with status code "+o.status);else{var e=new FileReader;e.addEventListener("load",(function(){r(e.result)}),!1),e.addEventListener("error",(function(e){return i(e)}),!1),e.readAsDataURL(o.response)}},o.responseType="blob",n.options.imageTimeout){var a=n.options.imageTimeout;o.timeout=a,o.ontimeout=function(){return i("production"!==e.env.NODE_ENV?"Timed out ("+a+"ms) fetching "+t.substring(0,256):"")}}o.open("GET",t,!0),o.send()})).then((function(e){return v(e,n.options.imageTimeout||0)}))}},{key:"loadCanvas",value:function(e){var t=this._index+++"";return this.cache[t]=Promise.resolve(e),t}},{key:"hasResourceInCache",value:function(e){return void 0!==this.cache[e]}},{key:"addImage",value:function(t,n,r){var i=this;"production"!==e.env.NODE_ENV&&this.logger.log("Added image "+t.substring(0,256));var o=function(t){return new Promise((function(o,a){var s=new Image;if(s.onload=function(){return o(s)},t&&!r||(s.crossOrigin="anonymous"),s.onerror=a,s.src=n,!0===s.complete&&setTimeout((function(){o(s)}),500),i.options.imageTimeout){var l=i.options.imageTimeout;setTimeout((function(){return a("production"!==e.env.NODE_ENV?"Timed out ("+l+"ms) fetching "+n.substring(0,256):"")}),l)}}))};return this.cache[t]=f(n)&&!g(n)?a.default.SUPPORT_BASE64_DRAWING(n).then(o):o(!0),t}},{key:"isSameOrigin",value:function(e){return this.getOrigin(e)===this.origin}},{key:"getOrigin",value:function(e){var t=this._link||(this._link=this._window.document.createElement("a"));return t.href=e,t.href=t.href,t.protocol+t.hostname+t.port}},{key:"ready",value:function(){var t=this,n=Object.keys(this.cache),r=n.map((function(n){return t.cache[n].catch((function(n){return"production"!==e.env.NODE_ENV&&t.logger.log("Unable to load image",n),null}))}));return Promise.all(r).then((function(r){return"production"!==e.env.NODE_ENV&&t.logger.log("Finished loading "+r.length+" images",r),new u(n,r)}))}}]),t}();t.default=l;var u=t.ResourceStore=function(){function e(t,n){r(this,e),this._keys=t,this._resources=n}return i(e,[{key:"get",value:function(e){var t=this._keys.indexOf(e);return-1===t?null:this._resources[t]}}]),e}(),c=/^data:image\/svg\+xml/i,A=/^data:image\/.*;base64,/i,h=/^data:image\/.*/i,d=function(e){return h.test(e)},f=function(e){return A.test(e)},p=function(e){return"blob"===e.substr(0,4)},g=function(e){return"svg"===e.substr(-3).toLowerCase()||c.test(e)},v=function(t,n){return new Promise((function(r,i){var o=new Image;o.onload=function(){return r(o)},o.onerror=i,o.src=t,!0===o.complete&&setTimeout((function(){r(o)}),500),n&&setTimeout((function(){return i("production"!==e.env.NODE_ENV?"Timed out ("+n+"ms) loading image":"")}),n)}))}}).call(t,n(0))},function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseContent=t.resolvePseudoContent=t.popCounters=t.parseCounterReset=t.TOKEN_TYPE=t.PSEUDO_CONTENT_ITEM_TYPE=void 0;var r=function(){function e(e,t){var n=[],r=!0,i=!1,o=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){i=!0,o=e}finally{try{!r&&s.return&&s.return()}finally{if(i)throw o}}return n}return function(t,n){if(Array.isArray(t))return t;if(Symbol.iterator in Object(t))return e(t,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),i=n(15),o=n(9),a=t.PSEUDO_CONTENT_ITEM_TYPE={TEXT:0,IMAGE:1},s=t.TOKEN_TYPE={STRING:0,ATTRIBUTE:1,URL:2,COUNTER:3,COUNTERS:4,OPENQUOTE:5,CLOSEQUOTE:6},l=(t.parseCounterReset=function(e,t){if(!e||!e.counterReset||"none"===e.counterReset)return[];for(var n=[],i=e.counterReset.split(/\s*,\s*/),o=i.length,a=0;o>a;a++){var s=i[a].split(/\s+/),l=r(s,2),u=l[0],c=l[1];n.push(u);var A=t.counters[u];A||(A=t.counters[u]=[]),A.push(parseInt(c||0,10))}return n},t.popCounters=function(e,t){for(var n=e.length,r=0;n>r;r++)t.counters[e[r]].pop()},t.resolvePseudoContent=function(e,t,n){if(!t||!t.content||"none"===t.content||"-moz-alt-content"===t.content||"none"===t.display)return null;var i=l(t.content),o=i.length,u=[],h="",d=t.counterIncrement;if(d&&"none"!==d){var f=d.split(/\s+/),p=r(f,2),g=p[0],v=p[1],m=n.counters[g];m&&(m[m.length-1]+=void 0===v?1:parseInt(v,10))}for(var y=0;o>y;y++){var x=i[y];switch(x.type){case s.STRING:h+=x.value||"";break;case s.ATTRIBUTE:e instanceof HTMLElement&&x.value&&(h+=e.getAttribute(x.value)||"");break;case s.COUNTER:var w=n.counters[x.name||""];w&&(h+=A([w[w.length-1]],"",x.format));break;case s.COUNTERS:var _=n.counters[x.name||""];_&&(h+=A(_,x.glue,x.format));break;case s.OPENQUOTE:h+=c(t,!0,n.quoteDepth),n.quoteDepth++;break;case s.CLOSEQUOTE:n.quoteDepth--,h+=c(t,!1,n.quoteDepth);break;case s.URL:h&&(u.push({type:a.TEXT,value:h}),h=""),u.push({type:a.IMAGE,value:x.value||""})}}return h&&u.push({type:a.TEXT,value:h}),u},t.parseContent=function(e,t){if(t&&t[e])return t[e];for(var n=[],r=e.length,i=!1,o=!1,a=!1,l="",c="",A=[],h=0;r>h;h++){var d=e.charAt(h);switch(d){case"'":case'"':o?l+=d:(i=!i,a||i||(n.push({type:s.STRING,value:l}),l=""));break;case"\\":o?(l+=d,o=!1):o=!0;break;case"(":i?l+=d:(a=!0,c=l,l="",A=[]);break;case")":if(i)l+=d;else if(a){switch(l&&A.push(l),c){case"attr":A.length>0&&n.push({type:s.ATTRIBUTE,value:A[0]});break;case"counter":if(A.length>0){var f={type:s.COUNTER,name:A[0]};A.length>1&&(f.format=A[1]),n.push(f)}break;case"counters":if(A.length>0){var p={type:s.COUNTERS,name:A[0]};A.length>1&&(p.glue=A[1]),A.length>2&&(p.format=A[2]),n.push(p)}break;case"url":A.length>0&&n.push({type:s.URL,value:A[0]})}a=!1,l=""}break;case",":i?l+=d:a&&(A.push(l),l="");break;case" ":case"\t":i?l+=d:l&&(u(n,l),l="");break;default:l+=d}"\\"!==d&&(o=!1)}return l&&u(n,l),t&&(t[e]=n),n}),u=function(e,t){switch(t){case"open-quote":e.push({type:s.OPENQUOTE});break;case"close-quote":e.push({type:s.CLOSEQUOTE})}},c=function(e,t,n){var r=e.quotes?e.quotes.split(/\s+/):["'\"'","'\"'"],i=2*n;return r.length>i||(i=r.length-2),t||++i,r[i].replace(/^["']|["']$/g,"")},A=function(e,t,n){for(var r=e.length,a="",s=0;r>s;s++)s>0&&(a+=t||""),a+=(0,i.createCounterText)(e[s],(0,o.parseListStyleType)(n||"decimal"),!1);return a}}])},"5a94":function(e,t,n){var r=n("b367")("keys"),i=n("8b1a");e.exports=function(e){return r[e]||(r[e]=i(e))}},"5aa9":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=i.isObject,a=i.each,s=i.map,l=i.indexOf,u=(i.retrieve,n("f934")),c=u.getLayoutRect,A=n("697e"),h=A.createScaleByModel,d=A.ifAxisCrossZero,f=A.niceScaleExtent,p=A.estimateLabelUnionRect,g=n("cbe9"),v=n("ec02"),m=n("2039"),y=n("ee1a"),x=y.getStackedDimension;function w(e,t,n){return e.getCoordSysModel()===t}function _(e,t,n){this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this._initCartesian(e,t,n),this.model=e}n("8ed2");var b=_.prototype;function B(e,t,n,r){n.getAxesOnZeroOf=function(){return i?[i]:[]};var i,o=e[t],a=n.model,s=a.get("axisLine.onZero"),l=a.get("axisLine.onZeroAxisIndex");if(s){if(null!=l)C(o[l])&&(i=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&C(o[u])&&!r[c(o[u])]){i=o[u];break}i&&(r[c(i)]=!0)}function c(e){return e.dim+"_"+e.index}}function C(e){return e&&"category"!==e.type&&"time"!==e.type&&d(e)}function S(e,t){var n=e.getExtent(),r=n[0]+n[1];e.toGlobalCoord="x"===e.dim?function(e){return e+t}:function(e){return r-e+t},e.toLocalCoord="x"===e.dim?function(e){return e-t}:function(e){return r-e+t}}b.type="grid",b.axisPointerEnabled=!0,b.getRect=function(){return this._rect},b.update=function(e,t){var n=this._axesMap;this._updateScale(e,this.model),a(n.x,(function(e){f(e.scale,e.model)})),a(n.y,(function(e){f(e.scale,e.model)}));var r={};a(n.x,(function(e){B(n,"y",e,r)})),a(n.y,(function(e){B(n,"x",e,r)})),this.resize(this.model,t)},b.resize=function(e,t,n){var r=c(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()});this._rect=r;var i=this._axesList;function o(){a(i,(function(e){var t=e.isHorizontal(),n=t?[0,r.width]:[0,r.height],i=e.inverse?1:0;e.setExtent(n[i],n[1-i]),S(e,t?r.x:r.y)}))}o(),!n&&e.get("containLabel")&&(a(i,(function(e){if(!e.model.get("axisLabel.inside")){var t=p(e);if(t){var n=e.isHorizontal()?"height":"width",i=e.model.get("axisLabel.margin");r[n]-=t[n]+i,"top"===e.position?r.y+=t.height+i:"left"===e.position&&(r.x+=t.width+i)}}})),o())},b.getAxis=function(e,t){var n=this._axesMap[e];if(null!=n){if(null==t)for(var r in n)if(n.hasOwnProperty(r))return n[r];return n[t]}},b.getAxes=function(){return this._axesList.slice()},b.getCartesian=function(e,t){if(null!=e&&null!=t){var n="x"+e+"y"+t;return this._coordsMap[n]}o(e)&&(t=e.yAxisIndex,e=e.xAxisIndex);for(var r=0,i=this._coordsList;r<i.length;r++)if(i[r].getAxis("x").index===e||i[r].getAxis("y").index===t)return i[r]},b.getCartesians=function(){return this._coordsList.slice()},b.convertToPixel=function(e,t,n){var r=this._findConvertTarget(e,t);return r.cartesian?r.cartesian.dataToPoint(n):r.axis?r.axis.toGlobalCoord(r.axis.dataToCoord(n)):null},b.convertFromPixel=function(e,t,n){var r=this._findConvertTarget(e,t);return r.cartesian?r.cartesian.pointToData(n):r.axis?r.axis.coordToData(r.axis.toLocalCoord(n)):null},b._findConvertTarget=function(e,t){var n,r,i=t.seriesModel,o=t.xAxisModel||i&&i.getReferringComponents("xAxis")[0],a=t.yAxisModel||i&&i.getReferringComponents("yAxis")[0],s=t.gridModel,u=this._coordsList;if(i)n=i.coordinateSystem,l(u,n)<0&&(n=null);else if(o&&a)n=this.getCartesian(o.componentIndex,a.componentIndex);else if(o)r=this.getAxis("x",o.componentIndex);else if(a)r=this.getAxis("y",a.componentIndex);else if(s){var c=s.coordinateSystem;c===this&&(n=this._coordsList[0])}return{cartesian:n,axis:r}},b.containPoint=function(e){var t=this._coordsList[0];if(t)return t.containPoint(e)},b._initCartesian=function(e,t,n){var r={left:!1,right:!1,top:!1,bottom:!1},i={x:{},y:{}},o={x:0,y:0};if(t.eachComponent("xAxis",s("x"),this),t.eachComponent("yAxis",s("y"),this),!o.x||!o.y)return this._axesMap={},void(this._axesList=[]);function s(n){return function(a,s){if(w(a,e,t)){var l=a.get("position");"x"===n?"top"!==l&&"bottom"!==l&&(l=r.bottom?"top":"bottom"):"left"!==l&&"right"!==l&&(l=r.left?"right":"left"),r[l]=!0;var u=new v(n,h(a),[0,0],a.get("type"),l),c="category"===u.type;u.onBand=c&&a.get("boundaryGap"),u.inverse=a.get("inverse"),a.axis=u,u.model=a,u.grid=this,u.index=s,this._axesList.push(u),i[n][s]=u,o[n]++}}}this._axesMap=i,a(i.x,(function(t,n){a(i.y,(function(r,i){var o="x"+n+"y"+i,a=new g(o);a.grid=this,a.model=e,this._coordsMap[o]=a,this._coordsList.push(a),a.addAxis(t),a.addAxis(r)}),this)}),this)},b._updateScale=function(e,t){function n(e,t,n){a(e.mapDimension(t.dim,!0),(function(n){t.scale.unionExtentFromData(e,x(e,n))}))}a(this._axesList,(function(e){e.scale.setExtent(1/0,-1/0)})),e.eachSeries((function(r){if(I(r)){var i=M(r,e),o=i[0],a=i[1];if(!w(o,t,e)||!w(a,t,e))return;var s=this.getCartesian(o.componentIndex,a.componentIndex),l=r.getData(),u=s.getAxis("x"),c=s.getAxis("y");"list"===l.type&&(n(l,u,r),n(l,c,r))}}),this)},b.getTooltipAxes=function(e){var t=[],n=[];return a(this.getCartesians(),(function(r){var i=null!=e&&"auto"!==e?r.getAxis(e):r.getBaseAxis(),o=r.getOtherAxis(i);l(t,i)<0&&t.push(i),l(n,o)<0&&n.push(o)})),{baseAxes:t,otherAxes:n}};var E=["xAxis","yAxis"];function M(e,t){return s(E,(function(t){var n=e.getReferringComponents(t)[0];return n}))}function I(e){return"cartesian2d"===e.get("coordinateSystem")}_.create=function(e,t){var n=[];return e.eachComponent("grid",(function(r,i){var o=new _(r,e,t);o.name="grid_"+i,o.resize(r,t,!0),r.coordinateSystem=o,n.push(o)})),e.eachSeries((function(t){if(I(t)){var n=M(t,e),r=n[0],i=n[1],o=r.getCoordSysModel(),a=o.coordinateSystem;t.coordinateSystem=a.getCartesian(r.componentIndex,i.componentIndex)}})),n},_.dimensions=_.prototype.dimensions=g.prototype.dimensions,m.register("cartesian2d",_);var T=_;e.exports=T},"5b69":function(e,t,n){var r=n("2306"),i=n("3eba"),o=n("6d8b"),a=["itemStyle","opacity"],s=["emphasis","itemStyle","opacity"],l=["lineStyle","opacity"],u=["emphasis","lineStyle","opacity"];function c(e,t){return e.getVisual("opacity")||e.getModel().get(t)}function A(e,t,n){var r=e.getGraphicEl(),i=c(e,t);null!=n&&(null==i&&(i=1),i*=n),r.downplay&&r.downplay(),r.traverse((function(e){"group"!==e.type&&e.setStyle("opacity",i)}))}function h(e,t){var n=c(e,t),r=e.getGraphicEl();r.traverse((function(e){"group"!==e.type&&e.setStyle("opacity",n)})),r.highlight&&r.highlight()}var d=r.extendShape({shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,cpx2:0,cpy2:0,extent:0,orient:""},buildPath:function(e,t){var n=t.extent;e.moveTo(t.x1,t.y1),e.bezierCurveTo(t.cpx1,t.cpy1,t.cpx2,t.cpy2,t.x2,t.y2),"vertical"===t.orient?(e.lineTo(t.x2+n,t.y2),e.bezierCurveTo(t.cpx2+n,t.cpy2,t.cpx1+n,t.cpy1,t.x1+n,t.y1)):(e.lineTo(t.x2,t.y2+n),e.bezierCurveTo(t.cpx2,t.cpy2+n,t.cpx1,t.cpy1+n,t.x1,t.y1+n)),e.closePath()},highlight:function(){this.trigger("emphasis")},downplay:function(){this.trigger("normal")}}),f=i.extendChartView({type:"sankey",_model:null,_focusAdjacencyDisabled:!1,render:function(e,t,n){var i=this,o=e.getGraph(),a=this.group,s=e.layoutInfo,l=s.width,u=s.height,c=e.getData(),A=e.getData("edge"),h=e.get("orient");this._model=e,a.removeAll(),a.attr("position",[s.x,s.y]),o.eachEdge((function(t){var n=new d;n.dataIndex=t.dataIndex,n.seriesIndex=e.seriesIndex,n.dataType="edge";var i,o,s,c,f,p,g,v,m=t.getModel("lineStyle"),y=m.get("curveness"),x=t.node1.getLayout(),w=t.node1.getModel(),_=w.get("localX"),b=w.get("localY"),B=t.node2.getLayout(),C=t.node2.getModel(),S=C.get("localX"),E=C.get("localY"),M=t.getLayout();switch(n.shape.extent=Math.max(1,M.dy),n.shape.orient=h,"vertical"===h?(i=(null!=_?_*l:x.x)+M.sy,o=(null!=b?b*u:x.y)+x.dy,s=(null!=S?S*l:B.x)+M.ty,c=null!=E?E*u:B.y,f=i,p=o*(1-y)+c*y,g=s,v=o*y+c*(1-y)):(i=(null!=_?_*l:x.x)+x.dx,o=(null!=b?b*u:x.y)+M.sy,s=null!=S?S*l:B.x,c=(null!=E?E*u:B.y)+M.ty,f=i*(1-y)+s*y,p=o,g=i*y+s*(1-y),v=c),n.setShape({x1:i,y1:o,x2:s,y2:c,cpx1:f,cpy1:p,cpx2:g,cpy2:v}),n.setStyle(m.getItemStyle()),n.style.fill){case"source":n.style.fill=t.node1.getVisual("color");break;case"target":n.style.fill=t.node2.getVisual("color");break}r.setHoverStyle(n,t.getModel("emphasis.lineStyle").getItemStyle()),a.add(n),A.setItemGraphicEl(t.dataIndex,n)})),o.eachNode((function(t){var n=t.getLayout(),i=t.getModel(),o=i.get("localX"),s=i.get("localY"),A=i.getModel("label"),h=i.getModel("emphasis.label"),d=new r.Rect({shape:{x:null!=o?o*l:n.x,y:null!=s?s*u:n.y,width:n.dx,height:n.dy},style:i.getModel("itemStyle").getItemStyle()}),f=t.getModel("emphasis.itemStyle").getItemStyle();r.setLabelStyle(d.style,f,A,h,{labelFetcher:e,labelDataIndex:t.dataIndex,defaultText:t.id,isRectText:!0}),d.setStyle("fill",t.getVisual("color")),r.setHoverStyle(d,f),a.add(d),c.setItemGraphicEl(t.dataIndex,d),d.dataType="node"})),c.eachItemGraphicEl((function(t,r){var o=c.getItemModel(r);o.get("draggable")&&(t.drift=function(t,o){i._focusAdjacencyDisabled=!0,this.shape.x+=t,this.shape.y+=o,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:e.id,dataIndex:c.getRawIndex(r),localX:this.shape.x/l,localY:this.shape.y/u})},t.ondragend=function(){i._focusAdjacencyDisabled=!1},t.draggable=!0,t.cursor="move"),t.highlight=function(){this.trigger("emphasis")},t.downplay=function(){this.trigger("normal")},t.focusNodeAdjHandler&&t.off("mouseover",t.focusNodeAdjHandler),t.unfocusNodeAdjHandler&&t.off("mouseout",t.unfocusNodeAdjHandler),o.get("focusNodeAdjacency")&&(t.on("mouseover",t.focusNodeAdjHandler=function(){i._focusAdjacencyDisabled||(i._clearTimer(),n.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,dataIndex:t.dataIndex}))}),t.on("mouseout",t.unfocusNodeAdjHandler=function(){i._focusAdjacencyDisabled||i._dispatchUnfocus(n)}))})),A.eachItemGraphicEl((function(t,r){var o=A.getItemModel(r);t.focusNodeAdjHandler&&t.off("mouseover",t.focusNodeAdjHandler),t.unfocusNodeAdjHandler&&t.off("mouseout",t.unfocusNodeAdjHandler),o.get("focusNodeAdjacency")&&(t.on("mouseover",t.focusNodeAdjHandler=function(){i._focusAdjacencyDisabled||(i._clearTimer(),n.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,edgeDataIndex:t.dataIndex}))}),t.on("mouseout",t.unfocusNodeAdjHandler=function(){i._focusAdjacencyDisabled||i._dispatchUnfocus(n)}))})),!this._data&&e.get("animation")&&a.setClipPath(p(a.getBoundingRect(),e,(function(){a.removeClipPath()}))),this._data=e.getData()},dispose:function(){this._clearTimer()},_dispatchUnfocus:function(e){var t=this;this._clearTimer(),this._unfocusDelayTimer=setTimeout((function(){t._unfocusDelayTimer=null,e.dispatchAction({type:"unfocusNodeAdjacency",seriesId:t._model.id})}),500)},_clearTimer:function(){this._unfocusDelayTimer&&(clearTimeout(this._unfocusDelayTimer),this._unfocusDelayTimer=null)},focusNodeAdjacency:function(e,t,n,r){var i=e.getData(),c=i.graph,d=r.dataIndex,f=i.getItemModel(d),p=r.edgeDataIndex;if(null!=d||null!=p){var g=c.getNodeByIndex(d),v=c.getEdgeByIndex(p);if(c.eachNode((function(e){A(e,a,.1)})),c.eachEdge((function(e){A(e,l,.1)})),g){h(g,s);var m=f.get("focusNodeAdjacency");"outEdges"===m?o.each(g.outEdges,(function(e){e.dataIndex<0||(h(e,u),h(e.node2,s))})):"inEdges"===m?o.each(g.inEdges,(function(e){e.dataIndex<0||(h(e,u),h(e.node1,s))})):"allEdges"===m&&o.each(g.edges,(function(e){e.dataIndex<0||(h(e,u),e.node1!==g&&h(e.node1,s),e.node2!==g&&h(e.node2,s))}))}v&&(h(v,u),h(v.node1,s),h(v.node2,s))}},unfocusNodeAdjacency:function(e,t,n,r){var i=e.getGraph();i.eachNode((function(e){A(e,a)})),i.eachEdge((function(e){A(e,l)}))}});function p(e,t,n){var i=new r.Rect({shape:{x:e.x-10,y:e.y-10,width:0,height:e.height+20}});return r.initProps(i,{shape:{width:e.width+20}},t,n),i}e.exports=f},"5b87":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=i.each,a=i.createHashMap,s=n("ec34"),l=n("4c86"),u=n("c92f"),c=n("9850"),A={geoJSON:l,svg:u},h={load:function(e,t,n){var r,i=[],s=a(),l=a(),u=f(e);return o(u,(function(a){var u=A[a.type].load(e,a,n);o(u.regions,(function(e){var n=e.name;t&&t.hasOwnProperty(n)&&(e=e.cloneShallow(n=t[n])),i.push(e),s.set(n,e),l.set(n,e.center)}));var c=u.boundingRect;c&&(r?r.union(c):r=c.clone())})),{regions:i,regionsMap:s,nameCoordMap:l,boundingRect:r||new c(0,0,0,0)}},makeGraphic:d("makeGraphic"),removeGraphic:d("removeGraphic")};function d(e){return function(t,n){var r=f(t),i=[];return o(r,(function(r){var o=A[r.type][e];o&&i.push(o(t,r,n))})),i}}function f(e){var t=s.retrieveMap(e)||[];return t}e.exports=h},"5c6c":function(e,t){e.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}},"5ce2":function(e,t,n){n("3970"),n("480e")},"5e68":function(e,t,n){var r=n("6d8b"),i=n("2cf4"),o=i.devicePixelRatio,a=n("2b61"),s=n("dc2f");function l(){return!1}function u(e,t,n){var i=r.createCanvas(),o=t.getWidth(),a=t.getHeight(),s=i.style;return s&&(s.position="absolute",s.left=0,s.top=0,s.width=o+"px",s.height=a+"px",i.setAttribute("data-zr-dom-id",e)),i.width=o*n,i.height=a*n,i}var c=function(e,t,n){var i;n=n||o,"string"===typeof e?i=u(e,t,n):r.isObject(e)&&(i=e,e=i.id),this.id=e,this.dom=i;var a=i.style;a&&(i.onselectstart=l,a["-webkit-user-select"]="none",a["user-select"]="none",a["-webkit-touch-callout"]="none",a["-webkit-tap-highlight-color"]="rgba(0,0,0,0)",a["padding"]=0,a["margin"]=0,a["border-width"]=0),this.domBack=null,this.ctxBack=null,this.painter=t,this.config=null,this.clearColor=0,this.motionBlur=!1,this.lastFrameAlpha=.7,this.dpr=n};c.prototype={constructor:c,__dirty:!0,__used:!1,__drawIndex:0,__startIndex:0,__endIndex:0,incremental:!1,getElementCount:function(){return this.__endIndex-this.__startIndex},initContext:function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},createBackBuffer:function(){var e=this.dpr;this.domBack=u("back-"+this.id,this.painter,e),this.ctxBack=this.domBack.getContext("2d"),1!==e&&this.ctxBack.scale(e,e)},resize:function(e,t){var n=this.dpr,r=this.dom,i=r.style,o=this.domBack;i&&(i.width=e+"px",i.height=t+"px"),r.width=e*n,r.height=t*n,o&&(o.width=e*n,o.height=t*n,1!==n&&this.ctxBack.scale(n,n))},clear:function(e,t){var n,r=this.dom,i=this.ctx,o=r.width,l=r.height,u=(t=t||this.clearColor,this.motionBlur&&!e),c=this.lastFrameAlpha,A=this.dpr;(u&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(r,0,0,o/A,l/A)),i.clearRect(0,0,o,l),t&&"transparent"!==t)&&(t.colorStops?(n=t.__canvasGradient||a.getGradient(i,t,{x:0,y:0,width:o,height:l}),t.__canvasGradient=n):t.image&&(n=s.prototype.getCanvasPattern.call(t,i)),i.save(),i.fillStyle=n||t,i.fillRect(0,0,o,l),i.restore());if(u){var h=this.domBack;i.save(),i.globalAlpha=c,i.drawImage(h,0,0,o,l),i.restore()}}};var A=c;e.exports=A},"5e76":function(e,t,n){var r=n("d51b"),i=new r(50);function o(e){if("string"===typeof e){var t=i.get(e);return t&&t.image}return e}function a(e,t,n,r,o){if(e){if("string"===typeof e){if(t&&t.__zrImageSrc===e||!n)return t;var a=i.get(e),u={hostEl:n,cb:r,cbPayload:o};return a?(t=a.image,!l(t)&&a.pending.push(u)):(t=new Image,t.onload=t.onerror=s,i.put(e,t.__cachedImgObj={image:t,pending:[u]}),t.src=t.__zrImageSrc=e),t}return e}return t}function s(){var e=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var t=0;t<e.pending.length;t++){var n=e.pending[t],r=n.cb;r&&r(this,n.cbPayload),n.hostEl.dirty()}e.pending.length=0}function l(e){return e&&e.width&&e.height}t.findExistImage=o,t.createOrUpdateImage=a,t.isImageReady=l},"5e97":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("a15a"),s=a.createSymbol,l=n("2306"),u=n("7919"),c=u.makeBackground,A=n("f934"),h=o.curry,d=o.each,f=l.Group,p=i.extendComponentView({type:"legend.plain",newlineDisabled:!1,init:function(){this.group.add(this._contentGroup=new f),this._backgroundEl,this.group.add(this._selectorGroup=new f),this._isFirstRender=!0},getContentGroup:function(){return this._contentGroup},getSelectorGroup:function(){return this._selectorGroup},render:function(e,t,n){var r=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),e.get("show",!0)){var i=e.get("align"),a=e.get("orient");i&&"auto"!==i||(i="right"===e.get("left")&&"vertical"===a?"right":"left");var s=e.get("selector",!0),l=e.get("selectorPosition",!0);!s||l&&"auto"!==l||(l="horizontal"===a?"end":"start"),this.renderInner(i,e,t,n,s,a,l);var u=e.getBoxLayoutParams(),h={width:n.getWidth(),height:n.getHeight()},d=e.get("padding"),f=A.getLayoutRect(u,h,d),p=this.layoutInner(e,i,f,r,s,l),g=A.getLayoutRect(o.defaults({width:p.width,height:p.height},u),h,d);this.group.attr("position",[g.x-p.x,g.y-p.y]),this.group.add(this._backgroundEl=c(p,e))}},resetInner:function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},renderInner:function(e,t,n,r,i,a,s){var l=this.getContentGroup(),u=o.createHashMap(),c=t.get("selectedMode"),A=[];n.eachRawSeries((function(e){!e.get("legendHoverLink")&&A.push(e.id)})),d(t.getData(),(function(i,o){var a=i.get("name");if(this.newlineDisabled||""!==a&&"\n"!==a){var s=n.getSeriesByName(a)[0];if(!u.get(a))if(s){var d=s.getData(),p=d.getVisual("color"),g=d.getVisual("borderColor");"function"===typeof p&&(p=p(s.getDataParams(0))),"function"===typeof g&&(g=g(s.getDataParams(0)));var x=d.getVisual("legendSymbol")||"roundRect",w=d.getVisual("symbol"),_=this._createItem(a,o,i,t,x,w,e,p,g,c);_.on("click",h(v,a,null,r,A)).on("mouseover",h(m,s.name,null,r,A)).on("mouseout",h(y,s.name,null,r,A)),u.set(a,!0)}else n.eachRawSeries((function(n){if(!u.get(a)&&n.legendVisualProvider){var s=n.legendVisualProvider;if(!s.containName(a))return;var l=s.indexOfName(a),d=s.getItemVisual(l,"color"),f=s.getItemVisual(l,"borderColor"),p="roundRect",g=this._createItem(a,o,i,t,p,null,e,d,f,c);g.on("click",h(v,null,a,r,A)).on("mouseover",h(m,null,a,r,A)).on("mouseout",h(y,null,a,r,A)),u.set(a,!0)}}),this)}else l.add(new f({newline:!0}))}),this),i&&this._createSelector(i,t,r,a,s)},_createSelector:function(e,t,n,r,i){var o=this.getSelectorGroup();function a(e){var r=e.type,i=new l.Text({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===r?"legendAllSelect":"legendInverseSelect"})}});o.add(i);var a=t.getModel("selectorLabel"),s=t.getModel("emphasis.selectorLabel");l.setLabelStyle(i.style,i.hoverStyle={},a,s,{defaultText:e.title,isRectText:!1}),l.setHoverStyle(i)}d(e,(function(e){a(e)}))},_createItem:function(e,t,n,r,i,a,u,c,A,h){var d=r.get("itemWidth"),p=r.get("itemHeight"),v=r.get("inactiveColor"),m=r.get("inactiveBorderColor"),y=r.get("symbolKeepAspect"),x=r.getModel("itemStyle"),w=r.isSelected(e),_=new f,b=n.getModel("textStyle"),B=n.get("icon"),C=n.getModel("tooltip"),S=C.parentModel;i=B||i;var E=s(i,0,0,d,p,w?c:v,null==y||y);if(_.add(g(E,i,x,A,m,w)),!B&&a&&(a!==i||"none"===a)){var M=.8*p;"none"===a&&(a="circle");var I=s(a,(d-M)/2,(p-M)/2,M,M,w?c:v,null==y||y);_.add(g(I,a,x,A,m,w))}var T="left"===u?d+5:-5,D=u,F=r.get("formatter"),Q=e;"string"===typeof F&&F?Q=F.replace("{name}",null!=e?e:""):"function"===typeof F&&(Q=F(e)),_.add(new l.Text({style:l.setTextStyle({},b,{text:Q,x:T,y:p/2,textFill:w?b.getTextColor():v,textAlign:D,textVerticalAlign:"middle"})}));var L=new l.Rect({shape:_.getBoundingRect(),invisible:!0,tooltip:C.get("show")?o.extend({content:e,formatter:S.get("formatter",!0)||function(){return e},formatterParams:{componentType:"legend",legendIndex:r.componentIndex,name:e,$vars:["name"]}},C.option):null});return _.add(L),_.eachChild((function(e){e.silent=!0})),L.silent=!h,this.getContentGroup().add(_),l.setHoverStyle(_),_.__legendDataIndex=t,_},layoutInner:function(e,t,n,r,i,o){var a=this.getContentGroup(),s=this.getSelectorGroup();A.box(e.get("orient"),a,e.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(i){A.box("horizontal",s,e.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=e.get("selectorButtonGap",!0),f=e.getOrient().index,p=0===f?"width":"height",g=0===f?"height":"width",v=0===f?"y":"x";"end"===o?h[f]+=l[p]+d:u[f]+=c[p]+d,h[1-f]+=l[g]/2-c[g]/2,s.attr("position",h),a.attr("position",u);var m={x:0,y:0};return m[p]=l[p]+d+c[p],m[g]=Math.max(l[g],c[g]),m[v]=Math.min(0,c[v]+h[1-f]),m}return a.attr("position",u),this.group.getBoundingRect()},remove:function(){this.getContentGroup().removeAll(),this._isFirstRender=!0}});function g(e,t,n,r,i,o){var a;return"line"!==t&&t.indexOf("empty")<0?(a=n.getItemStyle(),e.style.stroke=r,o||(a.stroke=i)):a=n.getItemStyle(["borderWidth","borderColor"]),e.setStyle(a)}function v(e,t,n,r){y(e,t,n,r),n.dispatchAction({type:"legendToggleSelect",name:null!=e?e:t}),m(e,t,n,r)}function m(e,t,n,r){var i=n.getZr().storage.getDisplayList()[0];i&&i.useHoverLayer||n.dispatchAction({type:"highlight",seriesName:e,name:t,excludeSeriesId:r})}function y(e,t,n,r){var i=n.getZr().storage.getDisplayList()[0];i&&i.useHoverLayer||n.dispatchAction({type:"downplay",seriesName:e,name:t,excludeSeriesId:r})}e.exports=p},"5f14":function(e,t,n){var r=n("6d8b"),i=n("41ef"),o=n("3842"),a=o.linearMap,s=r.each,l=r.isObject,u=-1,c=function(e){var t=e.mappingMethod,n=e.type,i=this.option=r.clone(e);this.type=n,this.mappingMethod=t,this._normalizeData=b[t];var o=A[n];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._doMap=o._doMap[t],"piecewise"===t?(f(i),h(i)):"category"===t?i.categories?d(i):f(i,!0):(r.assert("linear"!==t||i.dataExtent),f(i))};c.prototype={constructor:c,mapValueToVisual:function(e){var t=this._normalizeData(e);return this._doMap(t,e)},getNormalizer:function(){return r.bind(this._normalizeData,this)}};var A=c.visualHandlers={color:{applyVisual:v("color"),getColorMapper:function(){var e=this.option;return r.bind("category"===e.mappingMethod?function(e,t){return!t&&(e=this._normalizeData(e)),m.call(this,e)}:function(t,n,r){var o=!!r;return!n&&(t=this._normalizeData(t)),r=i.fastLerp(t,e.parsedVisual,r),o?r:i.stringify(r,"rgba")},this)},_doMap:{linear:function(e){return i.stringify(i.fastLerp(e,this.option.parsedVisual),"rgba")},category:m,piecewise:function(e,t){var n=w.call(this,t);return null==n&&(n=i.stringify(i.fastLerp(e,this.option.parsedVisual),"rgba")),n},fixed:y}},colorHue:p((function(e,t){return i.modifyHSL(e,t)})),colorSaturation:p((function(e,t){return i.modifyHSL(e,null,t)})),colorLightness:p((function(e,t){return i.modifyHSL(e,null,null,t)})),colorAlpha:p((function(e,t){return i.modifyAlpha(e,t)})),opacity:{applyVisual:v("opacity"),_doMap:x([0,1])},liftZ:{applyVisual:v("liftZ"),_doMap:{linear:y,category:y,piecewise:y,fixed:y}},symbol:{applyVisual:function(e,t,n){var i=this.mapValueToVisual(e);if(r.isString(i))n("symbol",i);else if(l(i))for(var o in i)i.hasOwnProperty(o)&&n(o,i[o])},_doMap:{linear:g,category:m,piecewise:function(e,t){var n=w.call(this,t);return null==n&&(n=g.call(this,e)),n},fixed:y}},symbolSize:{applyVisual:v("symbolSize"),_doMap:x([0,1])}};function h(e){var t=e.pieceList;e.hasSpecialVisual=!1,r.each(t,(function(t,n){t.originIndex=n,null!=t.visual&&(e.hasSpecialVisual=!0)}))}function d(e){var t=e.categories,n=e.visual,i=e.categoryMap={};if(s(t,(function(e,t){i[e]=t})),!r.isArray(n)){var o=[];r.isObject(n)?s(n,(function(e,t){var n=i[t];o[null!=n?n:u]=e})):o[u]=n,n=_(e,o)}for(var a=t.length-1;a>=0;a--)null==n[a]&&(delete i[t[a]],t.pop())}function f(e,t){var n=e.visual,i=[];r.isObject(n)?s(n,(function(e){i.push(e)})):null!=n&&i.push(n);var o={color:1,symbol:1};t||1!==i.length||o.hasOwnProperty(e.type)||(i[1]=i[0]),_(e,i)}function p(e){return{applyVisual:function(t,n,r){t=this.mapValueToVisual(t),r("color",e(n("color"),t))},_doMap:x([0,1])}}function g(e){var t=this.option.visual;return t[Math.round(a(e,[0,1],[0,t.length-1],!0))]||{}}function v(e){return function(t,n,r){r(e,this.mapValueToVisual(t))}}function m(e){var t=this.option.visual;return t[this.option.loop&&e!==u?e%t.length:e]}function y(){return this.option.visual[0]}function x(e){return{linear:function(t){return a(t,e,this.option.visual,!0)},category:m,piecewise:function(t,n){var r=w.call(this,n);return null==r&&(r=a(t,e,this.option.visual,!0)),r},fixed:y}}function w(e){var t=this.option,n=t.pieceList;if(t.hasSpecialVisual){var r=c.findPieceIndex(e,n),i=n[r];if(i&&i.visual)return i.visual[this.type]}}function _(e,t){return e.visual=t,"color"===e.type&&(e.parsedVisual=r.map(t,(function(e){return i.parse(e)}))),t}var b={linear:function(e){return a(e,this.option.dataExtent,[0,1],!0)},piecewise:function(e){var t=this.option.pieceList,n=c.findPieceIndex(e,t,!0);if(null!=n)return a(n,[0,t.length-1],[0,1],!0)},category:function(e){var t=this.option.categories?this.option.categoryMap[e]:e;return null==t?u:t},fixed:r.noop};function B(e,t,n){return e?t<=n:t<n}c.listVisualTypes=function(){var e=[];return r.each(A,(function(t,n){e.push(n)})),e},c.addVisualHandler=function(e,t){A[e]=t},c.isValidType=function(e){return A.hasOwnProperty(e)},c.eachVisual=function(e,t,n){r.isObject(e)?r.each(e,t,n):t.call(n,e)},c.mapVisual=function(e,t,n){var i,o=r.isArray(e)?[]:r.isObject(e)?{}:(i=!0,null);return c.eachVisual(e,(function(e,r){var a=t.call(n,e,r);i?o=a:o[r]=a})),o},c.retrieveVisuals=function(e){var t,n={};return e&&s(A,(function(r,i){e.hasOwnProperty(i)&&(n[i]=e[i],t=!0)})),t?n:null},c.prepareVisualTypes=function(e){if(l(e)){var t=[];s(e,(function(e,n){t.push(n)})),e=t}else{if(!r.isArray(e))return[];e=e.slice()}return e.sort((function(e,t){return"color"===t&&"color"!==e&&0===e.indexOf("color")?1:-1})),e},c.dependsOn=function(e,t){return"color"===t?!(!e||0!==e.indexOf(t)):e===t},c.findPieceIndex=function(e,t,n){for(var r,i=1/0,o=0,a=t.length;o<a;o++){var s=t[o].value;if(null!=s){if(s===e||"string"===typeof s&&s===e+"")return o;n&&A(s,o)}}for(o=0,a=t.length;o<a;o++){var l=t[o],u=l.interval,c=l.close;if(u){if(u[0]===-1/0){if(B(c[1],e,u[1]))return o}else if(u[1]===1/0){if(B(c[0],u[0],e))return o}else if(B(c[0],u[0],e)&&B(c[1],e,u[1]))return o;n&&A(u[0],o),n&&A(u[1],o)}}if(n)return e===1/0?t.length-1:e===-1/0?0:r;function A(t,n){var o=Math.abs(t-e);o<i&&(i=o,r=n)}};var C=c;e.exports=C},6062:function(e,t,n){"use strict";function r(e){return Array.isArray?Array.isArray(e):"[object Array]"===f(e)}const i=1/0;function o(e){if("string"==typeof e)return e;let t=e+"";return"0"==t&&1/e==-i?"-0":t}function a(e){return null==e?"":o(e)}function s(e){return"string"===typeof e}function l(e){return"number"===typeof e}function u(e){return!0===e||!1===e||A(e)&&"[object Boolean]"==f(e)}function c(e){return"object"===typeof e}function A(e){return c(e)&&null!==e}function h(e){return void 0!==e&&null!==e}function d(e){return!e.trim().length}function f(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}const p="Incorrect 'index' type",g=e=>"Invalid value for key "+e,v=e=>`Pattern length exceeds max of ${e}.`,m=e=>`Missing ${e} property in key`,y=e=>`Property 'weight' in key '${e}' must be a positive integer`,x=Object.prototype.hasOwnProperty;class w{constructor(e){this._keys=[],this._keyMap={};let t=0;e.forEach(e=>{let n=_(e);t+=n.weight,this._keys.push(n),this._keyMap[n.id]=n,t+=n.weight}),this._keys.forEach(e=>{e.weight/=t})}get(e){return this._keyMap[e]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function _(e){let t=null,n=null,i=null,o=1;if(s(e)||r(e))i=e,t=b(e),n=B(e);else{if(!x.call(e,"name"))throw new Error(m("name"));const r=e.name;if(i=r,x.call(e,"weight")&&(o=e.weight,o<=0))throw new Error(y(r));t=b(r),n=B(r)}return{path:t,id:n,weight:o,src:i}}function b(e){return r(e)?e:e.split(".")}function B(e){return r(e)?e.join("."):e}function C(e,t){let n=[],i=!1;const o=(e,t,c)=>{if(h(e))if(t[c]){let A=t[c];const d=e[A];if(!h(d))return;if(c===t.length-1&&(s(d)||l(d)||u(d)))n.push(a(d));else if(r(d)){i=!0;for(let e=0,n=d.length;e<n;e+=1)o(d[e],t,c+1)}else t.length&&o(d,t,c+1)}else n.push(e)};return o(e,s(t)?t.split("."):t,0),i?n:n[0]}const S={includeMatches:!1,findAllMatches:!1,minMatchCharLength:1},E={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,t)=>e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1},M={location:0,threshold:.6,distance:100},I={useExtendedSearch:!1,getFn:C,ignoreLocation:!1,ignoreFieldNorm:!1};var T={...E,...S,...M,...I};const D=/[^ ]+/g;function F(e=3){const t=new Map,n=Math.pow(10,e);return{get(e){const r=e.match(D).length;if(t.has(r))return t.get(r);const i=1/Math.sqrt(r),o=parseFloat(Math.round(i*n)/n);return t.set(r,o),o},clear(){t.clear()}}}class Q{constructor({getFn:e=T.getFn}={}){this.norm=F(3),this.getFn=e,this.isCreated=!1,this.setIndexRecords()}setSources(e=[]){this.docs=e}setIndexRecords(e=[]){this.records=e}setKeys(e=[]){this.keys=e,this._keysMap={},e.forEach((e,t)=>{this._keysMap[e.id]=t})}create(){!this.isCreated&&this.docs.length&&(this.isCreated=!0,s(this.docs[0])?this.docs.forEach((e,t)=>{this._addString(e,t)}):this.docs.forEach((e,t)=>{this._addObject(e,t)}),this.norm.clear())}add(e){const t=this.size();s(e)?this._addString(e,t):this._addObject(e,t)}removeAt(e){this.records.splice(e,1);for(let t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}getValueForItemAtKeyId(e,t){return e[this._keysMap[t]]}size(){return this.records.length}_addString(e,t){if(!h(e)||d(e))return;let n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}_addObject(e,t){let n={i:t,$:{}};this.keys.forEach((t,i)=>{let o=this.getFn(e,t.path);if(h(o))if(r(o)){let e=[];const t=[{nestedArrIndex:-1,value:o}];while(t.length){const{nestedArrIndex:n,value:i}=t.pop();if(h(i))if(s(i)&&!d(i)){let t={v:i,i:n,n:this.norm.get(i)};e.push(t)}else r(i)&&i.forEach((e,n)=>{t.push({nestedArrIndex:n,value:e})})}n.$[i]=e}else if(!d(o)){let e={v:o,n:this.norm.get(o)};n.$[i]=e}}),this.records.push(n)}toJSON(){return{keys:this.keys,records:this.records}}}function L(e,t,{getFn:n=T.getFn}={}){const r=new Q({getFn:n});return r.setKeys(e.map(_)),r.setSources(t),r.create(),r}function U(e,{getFn:t=T.getFn}={}){const{keys:n,records:r}=e,i=new Q({getFn:t});return i.setKeys(n),i.setIndexRecords(r),i}function O(e,{errors:t=0,currentLocation:n=0,expectedLocation:r=0,distance:i=T.distance,ignoreLocation:o=T.ignoreLocation}={}){const a=t/e.length;if(o)return a;const s=Math.abs(r-n);return i?a+s/i:s?1:a}function N(e=[],t=T.minMatchCharLength){let n=[],r=-1,i=-1,o=0;for(let a=e.length;o<a;o+=1){let a=e[o];a&&-1===r?r=o:a||-1===r||(i=o-1,i-r+1>=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}const k=32;function P(e,t,n,{location:r=T.location,distance:i=T.distance,threshold:o=T.threshold,findAllMatches:a=T.findAllMatches,minMatchCharLength:s=T.minMatchCharLength,includeMatches:l=T.includeMatches,ignoreLocation:u=T.ignoreLocation}={}){if(t.length>k)throw new Error(v(k));const c=t.length,A=e.length,h=Math.max(0,Math.min(r,A));let d=o,f=h;const p=s>1||l,g=p?Array(A):[];let m;while((m=e.indexOf(t,f))>-1){let e=O(t,{currentLocation:m,expectedLocation:h,distance:i,ignoreLocation:u});if(d=Math.min(e,d),f=m+c,p){let e=0;while(e<c)g[m+e]=1,e+=1}}f=-1;let y=[],x=1,w=c+A;const _=1<<c-1;for(let v=0;v<c;v+=1){let r=0,o=w;while(r<o){const e=O(t,{errors:v,currentLocation:h+o,expectedLocation:h,distance:i,ignoreLocation:u});e<=d?r=o:w=o,o=Math.floor((w-r)/2+r)}w=o;let s=Math.max(1,h-o+1),l=a?A:Math.min(h+o,A)+c,m=Array(l+2);m[l+1]=(1<<v)-1;for(let a=l;a>=s;a-=1){let r=a-1,o=n[e.charAt(r)];if(p&&(g[r]=+!!o),m[a]=(m[a+1]<<1|1)&o,v&&(m[a]|=(y[a+1]|y[a])<<1|1|y[a+1]),m[a]&_&&(x=O(t,{errors:v,currentLocation:r,expectedLocation:h,distance:i,ignoreLocation:u}),x<=d)){if(d=x,f=r,f<=h)break;s=Math.max(1,2*h-f)}}const b=O(t,{errors:v+1,currentLocation:h,expectedLocation:h,distance:i,ignoreLocation:u});if(b>d)break;y=m}const b={isMatch:f>=0,score:Math.max(.001,x)};if(p){const e=N(g,s);e.length?l&&(b.indices=e):b.isMatch=!1}return b}function H(e){let t={};for(let n=0,r=e.length;n<r;n+=1){const i=e.charAt(n);t[i]=(t[i]||0)|1<<r-n-1}return t}class R{constructor(e,{location:t=T.location,threshold:n=T.threshold,distance:r=T.distance,includeMatches:i=T.includeMatches,findAllMatches:o=T.findAllMatches,minMatchCharLength:a=T.minMatchCharLength,isCaseSensitive:s=T.isCaseSensitive,ignoreLocation:l=T.ignoreLocation}={}){if(this.options={location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:l},this.pattern=s?e:e.toLowerCase(),this.chunks=[],!this.pattern.length)return;const u=(e,t)=>{this.chunks.push({pattern:e,alphabet:H(e),startIndex:t})},c=this.pattern.length;if(c>k){let e=0;const t=c%k,n=c-t;while(e<n)u(this.pattern.substr(e,k),e),e+=k;if(t){const e=c-k;u(this.pattern.substr(e),e)}}else u(this.pattern,0)}searchIn(e){const{isCaseSensitive:t,includeMatches:n}=this.options;if(t||(e=e.toLowerCase()),this.pattern===e){let t={isMatch:!0,score:0};return n&&(t.indices=[[0,e.length-1]]),t}const{location:r,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,ignoreLocation:l}=this.options;let u=[],c=0,A=!1;this.chunks.forEach(({pattern:t,alphabet:h,startIndex:d})=>{const{isMatch:f,score:p,indices:g}=P(e,t,h,{location:r+d,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,includeMatches:n,ignoreLocation:l});f&&(A=!0),c+=p,f&&g&&(u=[...u,...g])});let h={isMatch:A,score:A?c/this.chunks.length:1};return A&&n&&(h.indices=u),h}}class z{constructor(e){this.pattern=e}static isMultiMatch(e){return V(e,this.multiRegex)}static isSingleMatch(e){return V(e,this.singleRegex)}search(){}}function V(e,t){const n=e.match(t);return n?n[1]:null}class K extends z{constructor(e){super(e)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(e){const t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}class G extends z{constructor(e){super(e)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(e){const t=e.indexOf(this.pattern),n=-1===t;return{isMatch:n,score:n?0:1,indices:[0,e.length-1]}}}class j extends z{constructor(e){super(e)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(e){const t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}}class W extends z{constructor(e){super(e)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(e){const t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}class X extends z{constructor(e){super(e)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(e){const t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}}class Y extends z{constructor(e){super(e)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(e){const t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}}class q extends z{constructor(e,{location:t=T.location,threshold:n=T.threshold,distance:r=T.distance,includeMatches:i=T.includeMatches,findAllMatches:o=T.findAllMatches,minMatchCharLength:a=T.minMatchCharLength,isCaseSensitive:s=T.isCaseSensitive,ignoreLocation:l=T.ignoreLocation}={}){super(e),this._bitapSearch=new R(e,{location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:l})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(e){return this._bitapSearch.searchIn(e)}}class J extends z{constructor(e){super(e)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(e){let t,n=0;const r=[],i=this.pattern.length;while((t=e.indexOf(this.pattern,n))>-1)n=t+i,r.push([t,n-1]);const o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}const Z=[K,J,j,W,Y,X,G,q],$=Z.length,ee=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/,te="|";function ne(e,t={}){return e.split(te).map(e=>{let n=e.trim().split(ee).filter(e=>e&&!!e.trim()),r=[];for(let i=0,o=n.length;i<o;i+=1){const e=n[i];let o=!1,a=-1;while(!o&&++a<$){const n=Z[a];let i=n.isMultiMatch(e);i&&(r.push(new n(i,t)),o=!0)}if(!o){a=-1;while(++a<$){const n=Z[a];let i=n.isSingleMatch(e);if(i){r.push(new n(i,t));break}}}}return r})}const re=new Set([q.type,J.type]);class ie{constructor(e,{isCaseSensitive:t=T.isCaseSensitive,includeMatches:n=T.includeMatches,minMatchCharLength:r=T.minMatchCharLength,ignoreLocation:i=T.ignoreLocation,findAllMatches:o=T.findAllMatches,location:a=T.location,threshold:s=T.threshold,distance:l=T.distance}={}){this.query=null,this.options={isCaseSensitive:t,includeMatches:n,minMatchCharLength:r,findAllMatches:o,ignoreLocation:i,location:a,threshold:s,distance:l},this.pattern=t?e:e.toLowerCase(),this.query=ne(this.pattern,this.options)}static condition(e,t){return t.useExtendedSearch}searchIn(e){const t=this.query;if(!t)return{isMatch:!1,score:1};const{includeMatches:n,isCaseSensitive:r}=this.options;e=r?e:e.toLowerCase();let i=0,o=[],a=0;for(let s=0,l=t.length;s<l;s+=1){const r=t[s];o.length=0,i=0;for(let t=0,s=r.length;t<s;t+=1){const s=r[t],{isMatch:l,indices:u,score:c}=s.search(e);if(!l){a=0,i=0,o.length=0;break}if(i+=1,a+=c,n){const e=s.constructor.type;re.has(e)?o=[...o,...u]:o.push(u)}}if(i){let e={isMatch:!0,score:a/i};return n&&(e.indices=o),e}}return{isMatch:!1,score:1}}}const oe=[];function ae(...e){oe.push(...e)}function se(e,t){for(let n=0,r=oe.length;n<r;n+=1){let r=oe[n];if(r.condition(e,t))return new r(e,t)}return new R(e,t)}const le={AND:"$and",OR:"$or"},ue={PATH:"$path",PATTERN:"$val"},ce=e=>!(!e[le.AND]&&!e[le.OR]),Ae=e=>!!e[ue.PATH],he=e=>!r(e)&&c(e)&&!ce(e),de=e=>({[le.AND]:Object.keys(e).map(t=>({[t]:e[t]}))});function fe(e,t,{auto:n=!0}={}){const i=e=>{let o=Object.keys(e);const a=Ae(e);if(!a&&o.length>1&&!ce(e))return i(de(e));if(he(e)){const r=a?e[ue.PATH]:o[0],i=a?e[ue.PATTERN]:e[r];if(!s(i))throw new Error(g(r));const l={keyId:B(r),pattern:i};return n&&(l.searcher=se(i,t)),l}let l={children:[],operator:o[0]};return o.forEach(t=>{const n=e[t];r(n)&&n.forEach(e=>{l.children.push(i(e))})}),l};return ce(e)||(e=de(e)),i(e)}function pe(e,{ignoreFieldNorm:t=T.ignoreFieldNorm}){e.forEach(e=>{let n=1;e.matches.forEach(({key:e,norm:r,score:i})=>{const o=e?e.weight:null;n*=Math.pow(0===i&&o?Number.EPSILON:i,(o||1)*(t?1:r))}),e.score=n})}function ge(e,t){const n=e.matches;t.matches=[],h(n)&&n.forEach(e=>{if(!h(e.indices)||!e.indices.length)return;const{indices:n,value:r}=e;let i={indices:n,value:r};e.key&&(i.key=e.key.src),e.idx>-1&&(i.refIndex=e.idx),t.matches.push(i)})}function ve(e,t){t.score=e.score}function me(e,t,{includeMatches:n=T.includeMatches,includeScore:r=T.includeScore}={}){const i=[];return n&&i.push(ge),r&&i.push(ve),e.map(e=>{const{idx:n}=e,r={item:t[n],refIndex:n};return i.length&&i.forEach(t=>{t(e,r)}),r})}class ye{constructor(e,t={},n){this.options={...T,...t},this.options.useExtendedSearch,this._keyStore=new w(this.options.keys),this.setCollection(e,n)}setCollection(e,t){if(this._docs=e,t&&!(t instanceof Q))throw new Error(p);this._myIndex=t||L(this.options.keys,this._docs,{getFn:this.options.getFn})}add(e){h(e)&&(this._docs.push(e),this._myIndex.add(e))}remove(e=(()=>!1)){const t=[];for(let n=0,r=this._docs.length;n<r;n+=1){const i=this._docs[n];e(i,n)&&(this.removeAt(n),n-=1,r-=1,t.push(i))}return t}removeAt(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}getIndex(){return this._myIndex}search(e,{limit:t=-1}={}){const{includeMatches:n,includeScore:r,shouldSort:i,sortFn:o,ignoreFieldNorm:a}=this.options;let u=s(e)?s(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return pe(u,{ignoreFieldNorm:a}),i&&u.sort(o),l(t)&&t>-1&&(u=u.slice(0,t)),me(u,this._docs,{includeMatches:n,includeScore:r})}_searchStringList(e){const t=se(e,this.options),{records:n}=this._myIndex,r=[];return n.forEach(({v:e,i:n,n:i})=>{if(!h(e))return;const{isMatch:o,score:a,indices:s}=t.searchIn(e);o&&r.push({item:e,idx:n,matches:[{score:a,value:e,norm:i,indices:s}]})}),r}_searchLogical(e){const t=fe(e,this.options),n=(e,t,r)=>{if(!e.children){const{keyId:n,searcher:i}=e,o=this._findMatches({key:this._keyStore.get(n),value:this._myIndex.getValueForItemAtKeyId(t,n),searcher:i});return o&&o.length?[{idx:r,item:t,matches:o}]:[]}switch(e.operator){case le.AND:{const i=[];for(let o=0,a=e.children.length;o<a;o+=1){const a=e.children[o],s=n(a,t,r);if(!s.length)return[];i.push(...s)}return i}case le.OR:{const i=[];for(let o=0,a=e.children.length;o<a;o+=1){const a=e.children[o],s=n(a,t,r);if(s.length){i.push(...s);break}}return i}}},r=this._myIndex.records,i={},o=[];return r.forEach(({$:e,i:r})=>{if(h(e)){let a=n(t,e,r);a.length&&(i[r]||(i[r]={idx:r,item:e,matches:[]},o.push(i[r])),a.forEach(({matches:e})=>{i[r].matches.push(...e)}))}}),o}_searchObjectList(e){const t=se(e,this.options),{keys:n,records:r}=this._myIndex,i=[];return r.forEach(({$:e,i:r})=>{if(!h(e))return;let o=[];n.forEach((n,r)=>{o.push(...this._findMatches({key:n,value:e[r],searcher:t}))}),o.length&&i.push({idx:r,item:e,matches:o})}),i}_findMatches({key:e,value:t,searcher:n}){if(!h(t))return[];let i=[];if(r(t))t.forEach(({v:t,i:r,n:o})=>{if(!h(t))return;const{isMatch:a,score:s,indices:l}=n.searchIn(t);a&&i.push({score:s,key:e,value:t,idx:r,norm:o,indices:l})});else{const{v:r,n:o}=t,{isMatch:a,score:s,indices:l}=n.searchIn(r);a&&i.push({score:s,key:e,value:r,norm:o,indices:l})}return i}}ye.version="6.4.6",ye.createIndex=L,ye.parseIndex=U,ye.config=T,ye.parseQuery=fe,ae(ie),t["a"]=ye},"6062b":function(e,t,n){"use strict";var r=n("6d61"),i=n("6566");e.exports=r("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),i)},"607d":function(e,t,n){var r=n("1fab");t.Dispatcher=r;var i=n("22d1"),o=n("65ed"),a=o.isCanvasEl,s=o.transformCoordWithViewport,l="undefined"!==typeof window&&!!window.addEventListener,u=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,c=[];function A(e,t,n,r){return n=n||{},r||!i.canvasSupported?h(e,t,n):i.browser.firefox&&null!=t.layerX&&t.layerX!==t.offsetX?(n.zrX=t.layerX,n.zrY=t.layerY):null!=t.offsetX?(n.zrX=t.offsetX,n.zrY=t.offsetY):h(e,t,n),n}function h(e,t,n){if(i.domSupported&&e.getBoundingClientRect){var r=t.clientX,o=t.clientY;if(a(e)){var l=e.getBoundingClientRect();return n.zrX=r-l.left,void(n.zrY=o-l.top)}if(s(c,e,r,o))return n.zrX=c[0],void(n.zrY=c[1])}n.zrX=n.zrY=0}function d(e){return e||window.event}function f(e,t,n){if(t=d(t),null!=t.zrX)return t;var r=t.type,i=r&&r.indexOf("touch")>=0;if(i){var o="touchend"!==r?t.targetTouches[0]:t.changedTouches[0];o&&A(e,o,t,n)}else A(e,t,t,n),t.zrDelta=t.wheelDelta?t.wheelDelta/120:-(t.detail||0)/3;var a=t.button;return null==t.which&&void 0!==a&&u.test(t.type)&&(t.which=1&a?1:2&a?3:4&a?2:0),t}function p(e,t,n,r){l?e.addEventListener(t,n,r):e.attachEvent("on"+t,n)}function g(e,t,n,r){l?e.removeEventListener(t,n,r):e.detachEvent("on"+t,n)}var v=l?function(e){e.preventDefault(),e.stopPropagation(),e.cancelBubble=!0}:function(e){e.returnValue=!1,e.cancelBubble=!0};function m(e){return 2===e.which||3===e.which}function y(e){return e.which>1}t.clientToLocal=A,t.getNativeEvent=d,t.normalizeEvent=f,t.addEventListener=p,t.removeEventListener=g,t.stop=v,t.isMiddleOrRightButtonOnMouseUpDown=m,t.notLeftMouse=y},"60d7":function(e,t,n){var r=n("2306"),i=n("e887"),o=.3,a=i.extend({type:"parallel",init:function(){this._dataGroup=new r.Group,this.group.add(this._dataGroup),this._data,this._initialized},render:function(e,t,n,i){var o=this._dataGroup,a=e.getData(),h=this._data,d=e.coordinateSystem,f=d.dimensions,p=c(e);function g(e){var t=u(a,o,e,f,d);A(t,a,e,p)}function v(t,n){var o=h.getItemGraphicEl(n),s=l(a,t,f,d);a.setItemGraphicEl(t,o);var u=i&&!1===i.animation?null:e;r.updateProps(o,{shape:{points:s}},u,t),A(o,a,t,p)}function m(e){var t=h.getItemGraphicEl(e);o.remove(t)}if(a.diff(h).add(g).update(v).remove(m).execute(),!this._initialized){this._initialized=!0;var y=s(d,e,(function(){setTimeout((function(){o.removeClipPath()}))}));o.setClipPath(y)}this._data=a},incrementalPrepareRender:function(e,t,n){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},incrementalRender:function(e,t,n){for(var r=t.getData(),i=t.coordinateSystem,o=i.dimensions,a=c(t),s=e.start;s<e.end;s++){var l=u(r,this._dataGroup,s,o,i);l.incremental=!0,A(l,r,s,a)}},dispose:function(){},remove:function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null}});function s(e,t,n){var i=e.model,o=e.getRect(),a=new r.Rect({shape:{x:o.x,y:o.y,width:o.width,height:o.height}}),s="horizontal"===i.get("layout")?"width":"height";return a.setShape(s,0),r.initProps(a,{shape:{width:o.width,height:o.height}},t,n),a}function l(e,t,n,r){for(var i=[],o=0;o<n.length;o++){var a=n[o],s=e.get(e.mapDimension(a),t);h(s,r.getAxis(a).type)||i.push(r.dataToPoint(s,a))}return i}function u(e,t,n,i,o){var a=l(e,n,i,o),s=new r.Polyline({shape:{points:a},silent:!0,z2:10});return t.add(s),e.setItemGraphicEl(n,s),s}function c(e){var t=e.get("smooth",!0);return!0===t&&(t=o),{lineStyle:e.getModel("lineStyle").getLineStyle(),smooth:null!=t?t:o}}function A(e,t,n,r){var i=r.lineStyle;if(t.hasItemOption){var o=t.getItemModel(n).getModel("lineStyle");i=o.getLineStyle()}e.useStyle(i);var a=e.style;a.fill=null,a.stroke=t.getItemVisual(n,"color"),a.opacity=t.getItemVisual(n,"opacity"),r.smooth&&(e.shape.smooth=r.smooth)}function h(e,t){return"category"===t?null==e:null==e||isNaN(e)}var d=a;e.exports=d},"60da":function(e,t,n){"use strict";var r=n("83ab"),i=n("d039"),o=n("df75"),a=n("7418"),s=n("d1e7"),l=n("7b0b"),u=n("44ad"),c=Object.assign,A=Object.defineProperty;e.exports=!c||i((function(){if(r&&1!==c({b:1},c(A({},"a",{enumerable:!0,get:function(){A(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),i="abcdefghijklmnopqrst";return e[n]=7,i.split("").forEach((function(e){t[e]=e})),7!=c({},e)[n]||o(c({},t)).join("")!=i}))?function(e,t){var n=l(e),i=arguments.length,c=1,A=a.f,h=s.f;while(i>c){var d,f=u(arguments[c++]),p=A?o(f).concat(A(f)):o(f),g=p.length,v=0;while(g>v)d=p[v++],r&&!h.call(f,d)||(n[d]=f[d])}return n}:c},"60e3":function(e,t,n){var r=n("6d8b"),i={get:function(e,t,n){var i=r.clone((o[e]||{})[t]);return n&&r.isArray(i)?i[i.length-1]:i}},o={color:{active:["#006edd","#e0ffff"],inactive:["rgba(0,0,0,0)"]},colorHue:{active:[0,360],inactive:[0,0]},colorSaturation:{active:[.3,1],inactive:[0,0]},colorLightness:{active:[.9,.5],inactive:[0,0]},colorAlpha:{active:[.3,1],inactive:[0,0]},opacity:{active:[.3,1],inactive:[0,0]},symbol:{active:["circle","roundRect","diamond"],inactive:["none"]},symbolSize:{active:[10,50],inactive:[0,0]}},a=i;e.exports=a},6179:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("4319"),a=n("80f0"),s=n("ec6f"),l=n("2b17"),u=l.defaultDimValueGetters,c=l.DefaultDataProvider,A=n("2f45"),h=A.summarizeDimensions,d=n("562e"),f=i.isObject,p="undefined",g=-1,v="e\0\0",m={float:typeof Float64Array===p?Array:Float64Array,int:typeof Int32Array===p?Array:Int32Array,ordinal:Array,number:Array,time:Array},y=typeof Uint32Array===p?Array:Uint32Array,x=typeof Int32Array===p?Array:Int32Array,w=typeof Uint16Array===p?Array:Uint16Array;function _(e){return e._rawCount>65535?y:w}function b(e){var t=e.constructor;return t===Array?e.slice():new t(e)}var B=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_rawData","_chunkSize","_chunkCount","_dimValueGetter","_count","_rawCount","_nameDimIdx","_idDimIdx"],C=["_extent","_approximateExtent","_rawExtent"];function S(e,t){i.each(B.concat(t.__wrappedMethods||[]),(function(n){t.hasOwnProperty(n)&&(e[n]=t[n])})),e.__wrappedMethods=t.__wrappedMethods,i.each(C,(function(n){e[n]=i.clone(t[n])})),e._calculationInfo=i.extend(t._calculationInfo)}var E=function(e,t){e=e||["x","y"];for(var n={},r=[],o={},a=0;a<e.length;a++){var s=e[a];i.isString(s)?s=new d({name:s}):s instanceof d||(s=new d(s));var l=s.name;s.type=s.type||"float",s.coordDim||(s.coordDim=l,s.coordDimIndex=0),s.otherDims=s.otherDims||{},r.push(l),n[l]=s,s.index=a,s.createInvertedIndices&&(o[l]=[])}this.dimensions=r,this._dimensionInfos=n,this.hostModel=t,this.dataType,this._indices=null,this._count=0,this._rawCount=0,this._storage={},this._nameList=[],this._idList=[],this._optionModels=[],this._visual={},this._layout={},this._itemVisuals=[],this.hasItemVisual={},this._itemLayouts=[],this._graphicEls=[],this._chunkSize=1e5,this._chunkCount=0,this._rawData,this._rawExtent={},this._extent={},this._approximateExtent={},this._dimensionsSummary=h(this),this._invertedIndicesMap=o,this._calculationInfo={},this.userOutput=this._dimensionsSummary.userOutput},M=E.prototype;function I(e,t,n,r,i){var o=m[t.type],a=r-1,s=t.name,l=e[s][a];if(l&&l.length<n){for(var u=new o(Math.min(i-a*n,n)),c=0;c<l.length;c++)u[c]=l[c];e[s][a]=u}for(var A=r*n;A<i;A+=n)e[s].push(new o(Math.min(i-A,n)))}function T(e){var t=e._invertedIndicesMap;i.each(t,(function(n,r){var i=e._dimensionInfos[r],o=i.ordinalMeta;if(o){n=t[r]=new x(o.categories.length);for(var a=0;a<n.length;a++)n[a]=g;for(a=0;a<e._count;a++)n[e.get(r,a)]=a}}))}function D(e,t,n){var r;if(null!=t){var i=e._chunkSize,o=Math.floor(n/i),a=n%i,s=e.dimensions[t],l=e._storage[s][o];if(l){r=l[a];var u=e._dimensionInfos[s].ordinalMeta;u&&u.categories.length&&(r=u.categories[r])}}return r}function F(e){return e}function Q(e){return e<this._count&&e>=0?this._indices[e]:-1}function L(e,t){var n=e._idList[t];return null==n&&(n=D(e,e._idDimIdx,t)),null==n&&(n=v+t),n}function U(e){return i.isArray(e)||(e=[e]),e}function O(e,t){var n=e.dimensions,r=new E(i.map(n,e.getDimensionInfo,e),e.hostModel);S(r,e);for(var o=r._storage={},a=e._storage,s=0;s<n.length;s++){var l=n[s];a[l]&&(i.indexOf(t,l)>=0?(o[l]=N(a[l]),r._rawExtent[l]=k(),r._extent[l]=null):o[l]=a[l])}return r}function N(e){for(var t=new Array(e.length),n=0;n<e.length;n++)t[n]=b(e[n]);return t}function k(){return[1/0,-1/0]}M.type="list",M.hasItemOption=!0,M.getDimension=function(e){return"number"!==typeof e&&(isNaN(e)||this._dimensionInfos.hasOwnProperty(e))||(e=this.dimensions[e]),e},M.getDimensionInfo=function(e){return this._dimensionInfos[this.getDimension(e)]},M.getDimensionsOnCoord=function(){return this._dimensionsSummary.dataDimsOnCoord.slice()},M.mapDimension=function(e,t){var n=this._dimensionsSummary;if(null==t)return n.encodeFirstDimNotExtra[e];var r=n.encode[e];return!0===t?(r||[]).slice():r&&r[t]},M.initData=function(e,t,n){var r=s.isInstance(e)||i.isArrayLike(e);r&&(e=new c(e,this.dimensions.length)),this._rawData=e,this._storage={},this._indices=null,this._nameList=t||[],this._idList=[],this._nameRepeatCount={},n||(this.hasItemOption=!1),this.defaultDimValueGetter=u[this._rawData.getSource().sourceFormat],this._dimValueGetter=n=n||this.defaultDimValueGetter,this._dimValueGetterArrayRows=u.arrayRows,this._rawExtent={},this._initDataFromProvider(0,e.count()),e.pure&&(this.hasItemOption=!1)},M.getProvider=function(){return this._rawData},M.appendData=function(e){var t=this._rawData,n=this.count();t.appendData(e);var r=t.count();t.persistent||(r+=n),this._initDataFromProvider(n,r)},M.appendValues=function(e,t){for(var n=this._chunkSize,r=this._storage,i=this.dimensions,o=i.length,a=this._rawExtent,s=this.count(),l=s+Math.max(e.length,t?t.length:0),u=this._chunkCount,c=0;c<o;c++){var A=i[c];a[A]||(a[A]=k()),r[A]||(r[A]=[]),I(r,this._dimensionInfos[A],n,u,l),this._chunkCount=r[A].length}for(var h=new Array(o),d=s;d<l;d++){for(var f=d-s,p=Math.floor(d/n),g=d%n,v=0;v<o;v++){A=i[v];var m=this._dimValueGetterArrayRows(e[f]||h,A,f,v);r[A][p][g]=m;var y=a[A];m<y[0]&&(y[0]=m),m>y[1]&&(y[1]=m)}t&&(this._nameList[d]=t[f])}this._rawCount=this._count=l,this._extent={},T(this)},M._initDataFromProvider=function(e,t){if(!(e>=t)){for(var n,r=this._chunkSize,i=this._rawData,o=this._storage,a=this.dimensions,s=a.length,l=this._dimensionInfos,u=this._nameList,c=this._idList,A=this._rawExtent,h=this._nameRepeatCount={},d=this._chunkCount,f=0;f<s;f++){var p=a[f];A[p]||(A[p]=k());var g=l[p];0===g.otherDims.itemName&&(n=this._nameDimIdx=f),0===g.otherDims.itemId&&(this._idDimIdx=f),o[p]||(o[p]=[]),I(o,g,r,d,t),this._chunkCount=o[p].length}for(var v=new Array(s),m=e;m<t;m++){v=i.getItem(m,v);for(var y=Math.floor(m/r),x=m%r,w=0;w<s;w++){p=a[w];var _=o[p][y],b=this._dimValueGetter(v,p,m,w);_[x]=b;var B=A[p];b<B[0]&&(B[0]=b),b>B[1]&&(B[1]=b)}if(!i.pure){var C=u[m];if(v&&null==C)if(null!=v.name)u[m]=C=v.name;else if(null!=n){var S=a[n],E=o[S][y];if(E){C=E[x];var M=l[S].ordinalMeta;M&&M.categories.length&&(C=M.categories[C])}}var D=null==v?null:v.id;null==D&&null!=C&&(h[C]=h[C]||0,D=C,h[C]>0&&(D+="__ec__"+h[C]),h[C]++),null!=D&&(c[m]=D)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=t,this._extent={},T(this)}},M.count=function(){return this._count},M.getIndices=function(){var e=this._indices;if(e){var t=e.constructor,n=this._count;if(t===Array){i=new t(n);for(var r=0;r<n;r++)i[r]=e[r]}else i=new t(e.buffer,0,n)}else{t=_(this);var i=new t(this.count());for(r=0;r<i.length;r++)i[r]=r}return i},M.get=function(e,t){if(!(t>=0&&t<this._count))return NaN;var n=this._storage;if(!n[e])return NaN;t=this.getRawIndex(t);var r=Math.floor(t/this._chunkSize),i=t%this._chunkSize,o=n[e][r],a=o[i];return a},M.getByRawIndex=function(e,t){if(!(t>=0&&t<this._rawCount))return NaN;var n=this._storage[e];if(!n)return NaN;var r=Math.floor(t/this._chunkSize),i=t%this._chunkSize,o=n[r];return o[i]},M._getFast=function(e,t){var n=Math.floor(t/this._chunkSize),r=t%this._chunkSize,i=this._storage[e][n];return i[r]},M.getValues=function(e,t){var n=[];i.isArray(e)||(t=e,e=this.dimensions);for(var r=0,o=e.length;r<o;r++)n.push(this.get(e[r],t));return n},M.hasValue=function(e){for(var t=this._dimensionsSummary.dataDimsOnCoord,n=0,r=t.length;n<r;n++)if(isNaN(this.get(t[n],e)))return!1;return!0},M.getDataExtent=function(e){e=this.getDimension(e);var t=this._storage[e],n=k();if(!t)return n;var r,i=this.count(),o=!this._indices;if(o)return this._rawExtent[e].slice();if(r=this._extent[e],r)return r.slice();r=n;for(var a=r[0],s=r[1],l=0;l<i;l++){var u=this._getFast(e,this.getRawIndex(l));u<a&&(a=u),u>s&&(s=u)}return r=[a,s],this._extent[e]=r,r},M.getApproximateExtent=function(e){return e=this.getDimension(e),this._approximateExtent[e]||this.getDataExtent(e)},M.setApproximateExtent=function(e,t){t=this.getDimension(t),this._approximateExtent[t]=e.slice()},M.getCalculationInfo=function(e){return this._calculationInfo[e]},M.setCalculationInfo=function(e,t){f(e)?i.extend(this._calculationInfo,e):this._calculationInfo[e]=t},M.getSum=function(e){var t=this._storage[e],n=0;if(t)for(var r=0,i=this.count();r<i;r++){var o=this.get(e,r);isNaN(o)||(n+=o)}return n},M.getMedian=function(e){var t=[];this.each(e,(function(e,n){isNaN(e)||t.push(e)}));var n=[].concat(t).sort((function(e,t){return e-t})),r=this.count();return 0===r?0:r%2===1?n[(r-1)/2]:(n[r/2]+n[r/2-1])/2},M.rawIndexOf=function(e,t){var n=e&&this._invertedIndicesMap[e],r=n[t];return null==r||isNaN(r)?g:r},M.indexOfName=function(e){for(var t=0,n=this.count();t<n;t++)if(this.getName(t)===e)return t;return-1},M.indexOfRawIndex=function(e){if(e>=this._rawCount||e<0)return-1;if(!this._indices)return e;var t=this._indices,n=t[e];if(null!=n&&n<this._count&&n===e)return e;var r=0,i=this._count-1;while(r<=i){var o=(r+i)/2|0;if(t[o]<e)r=o+1;else{if(!(t[o]>e))return o;i=o-1}}return-1},M.indicesOfNearest=function(e,t,n){var r=this._storage,i=r[e],o=[];if(!i)return o;null==n&&(n=1/0);for(var a=1/0,s=-1,l=0,u=0,c=this.count();u<c;u++){var A=t-this.get(e,u),h=Math.abs(A);h<=n&&((h<a||h===a&&A>=0&&s<0)&&(a=h,s=A,l=0),A===s&&(o[l++]=u))}return o.length=l,o},M.getRawIndex=F,M.getRawDataItem=function(e){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(e));for(var t=[],n=0;n<this.dimensions.length;n++){var r=this.dimensions[n];t.push(this.get(r,e))}return t},M.getName=function(e){var t=this.getRawIndex(e);return this._nameList[t]||D(this,this._nameDimIdx,t)||""},M.getId=function(e){return L(this,this.getRawIndex(e))},M.each=function(e,t,n,r){"use strict";if(this._count){"function"===typeof e&&(r=n,n=t,t=e,e=[]),n=n||r||this,e=i.map(U(e),this.getDimension,this);for(var o=e.length,a=0;a<this.count();a++)switch(o){case 0:t.call(n,a);break;case 1:t.call(n,this.get(e[0],a),a);break;case 2:t.call(n,this.get(e[0],a),this.get(e[1],a),a);break;default:for(var s=0,l=[];s<o;s++)l[s]=this.get(e[s],a);l[s]=a,t.apply(n,l)}}},M.filterSelf=function(e,t,n,r){"use strict";if(this._count){"function"===typeof e&&(r=n,n=t,t=e,e=[]),n=n||r||this,e=i.map(U(e),this.getDimension,this);for(var o=this.count(),a=_(this),s=new a(o),l=[],u=e.length,c=0,A=e[0],h=0;h<o;h++){var d,f=this.getRawIndex(h);if(0===u)d=t.call(n,h);else if(1===u){var p=this._getFast(A,f);d=t.call(n,p,h)}else{for(var g=0;g<u;g++)l[g]=this._getFast(A,f);l[g]=h,d=t.apply(n,l)}d&&(s[c++]=f)}return c<o&&(this._indices=s),this._count=c,this._extent={},this.getRawIndex=this._indices?Q:F,this}},M.selectRange=function(e){"use strict";if(this._count){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);var r=t.length;if(r){var i=this.count(),o=_(this),a=new o(i),s=0,l=t[0],u=e[l][0],c=e[l][1],A=!1;if(!this._indices){var h=0;if(1===r){for(var d=this._storage[t[0]],f=0;f<this._chunkCount;f++)for(var p=d[f],g=Math.min(this._count-f*this._chunkSize,this._chunkSize),v=0;v<g;v++){var m=p[v];(m>=u&&m<=c||isNaN(m))&&(a[s++]=h),h++}A=!0}else if(2===r){d=this._storage[l];var y=this._storage[t[1]],x=e[t[1]][0],w=e[t[1]][1];for(f=0;f<this._chunkCount;f++){p=d[f];var b=y[f];for(g=Math.min(this._count-f*this._chunkSize,this._chunkSize),v=0;v<g;v++){m=p[v];var B=b[v];(m>=u&&m<=c||isNaN(m))&&(B>=x&&B<=w||isNaN(B))&&(a[s++]=h),h++}}A=!0}}if(!A)if(1===r)for(v=0;v<i;v++){var C=this.getRawIndex(v);m=this._getFast(l,C);(m>=u&&m<=c||isNaN(m))&&(a[s++]=C)}else for(v=0;v<i;v++){var S=!0;for(C=this.getRawIndex(v),f=0;f<r;f++){var E=t[f];m=this._getFast(n,C);(m<e[E][0]||m>e[E][1])&&(S=!1)}S&&(a[s++]=this.getRawIndex(v))}return s<i&&(this._indices=a),this._count=s,this._extent={},this.getRawIndex=this._indices?Q:F,this}}},M.mapArray=function(e,t,n,r){"use strict";"function"===typeof e&&(r=n,n=t,t=e,e=[]),n=n||r||this;var i=[];return this.each(e,(function(){i.push(t&&t.apply(this,arguments))}),n),i},M.map=function(e,t,n,r){"use strict";n=n||r||this,e=i.map(U(e),this.getDimension,this);var o=O(this,e);o._indices=this._indices,o.getRawIndex=o._indices?Q:F;for(var a=o._storage,s=[],l=this._chunkSize,u=e.length,c=this.count(),A=[],h=o._rawExtent,d=0;d<c;d++){for(var f=0;f<u;f++)A[f]=this.get(e[f],d);A[u]=d;var p=t&&t.apply(n,A);if(null!=p){"object"!==typeof p&&(s[0]=p,p=s);for(var g=this.getRawIndex(d),v=Math.floor(g/l),m=g%l,y=0;y<p.length;y++){var x=e[y],w=p[y],_=h[x],b=a[x];b&&(b[v][m]=w),w<_[0]&&(_[0]=w),w>_[1]&&(_[1]=w)}}}return o},M.downSample=function(e,t,n,r){for(var i=O(this,[e]),o=i._storage,a=[],s=Math.floor(1/t),l=o[e],u=this.count(),c=this._chunkSize,A=i._rawExtent[e],h=new(_(this))(u),d=0,f=0;f<u;f+=s){s>u-f&&(s=u-f,a.length=s);for(var p=0;p<s;p++){var g=this.getRawIndex(f+p),v=Math.floor(g/c),m=g%c;a[p]=l[v][m]}var y=n(a),x=this.getRawIndex(Math.min(f+r(a,y)||0,u-1)),w=Math.floor(x/c),b=x%c;l[w][b]=y,y<A[0]&&(A[0]=y),y>A[1]&&(A[1]=y),h[d++]=x}return i._count=d,i._indices=h,i.getRawIndex=Q,i},M.getItemModel=function(e){var t=this.hostModel;return new o(this.getRawDataItem(e),t,t&&t.ecModel)},M.diff=function(e){var t=this;return new a(e?e.getIndices():[],this.getIndices(),(function(t){return L(e,t)}),(function(e){return L(t,e)}))},M.getVisual=function(e){var t=this._visual;return t&&t[e]},M.setVisual=function(e,t){if(f(e))for(var n in e)e.hasOwnProperty(n)&&this.setVisual(n,e[n]);else this._visual=this._visual||{},this._visual[e]=t},M.setLayout=function(e,t){if(f(e))for(var n in e)e.hasOwnProperty(n)&&this.setLayout(n,e[n]);else this._layout[e]=t},M.getLayout=function(e){return this._layout[e]},M.getItemLayout=function(e){return this._itemLayouts[e]},M.setItemLayout=function(e,t,n){this._itemLayouts[e]=n?i.extend(this._itemLayouts[e]||{},t):t},M.clearItemLayouts=function(){this._itemLayouts.length=0},M.getItemVisual=function(e,t,n){var r=this._itemVisuals[e],i=r&&r[t];return null!=i||n?i:this.getVisual(t)},M.setItemVisual=function(e,t,n){var r=this._itemVisuals[e]||{},i=this.hasItemVisual;if(this._itemVisuals[e]=r,f(t))for(var o in t)t.hasOwnProperty(o)&&(r[o]=t[o],i[o]=!0);else r[t]=n,i[t]=!0},M.clearAllVisual=function(){this._visual={},this._itemVisuals=[],this.hasItemVisual={}};var P=function(e){e.seriesIndex=this.seriesIndex,e.dataIndex=this.dataIndex,e.dataType=this.dataType};M.setItemGraphicEl=function(e,t){var n=this.hostModel;t&&(t.dataIndex=e,t.dataType=this.dataType,t.seriesIndex=n&&n.seriesIndex,"group"===t.type&&t.traverse(P,t)),this._graphicEls[e]=t},M.getItemGraphicEl=function(e){return this._graphicEls[e]},M.eachItemGraphicEl=function(e,t){i.each(this._graphicEls,(function(n,r){n&&e&&e.call(t,n,r)}))},M.cloneShallow=function(e){if(!e){var t=i.map(this.dimensions,this.getDimensionInfo,this);e=new E(t,this.hostModel)}if(e._storage=this._storage,S(e,this),this._indices){var n=this._indices.constructor;e._indices=new n(this._indices)}else e._indices=null;return e.getRawIndex=e._indices?Q:F,e},M.wrapMethod=function(e,t){var n=this[e];"function"===typeof n&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(e),this[e]=function(){var e=n.apply(this,arguments);return t.apply(this,[e].concat(i.slice(arguments)))})},M.TRANSFERABLE_METHODS=["cloneShallow","downSample","map"],M.CHANGABLE_METHODS=["filterSelf","selectRange"];var H=E;e.exports=H},"620b":function(e,t,n){var r=n("401b"),i=r.distance;function o(e,t,n,r,i,o,a){var s=.5*(n-e),l=.5*(r-t);return(2*(t-n)+s+l)*a+(-3*(t-n)-2*s-l)*o+s*i+t}function a(e,t){for(var n=e.length,r=[],a=0,s=1;s<n;s++)a+=i(e[s-1],e[s]);var l=a/2;l=l<n?n:l;for(s=0;s<l;s++){var u,c,A,h=s/(l-1)*(t?n:n-1),d=Math.floor(h),f=h-d,p=e[d%n];t?(u=e[(d-1+n)%n],c=e[(d+1)%n],A=e[(d+2)%n]):(u=e[0===d?d:d-1],c=e[d>n-2?n-1:d+1],A=e[d>n-3?n-1:d+2]);var g=f*f,v=f*g;r.push([o(u[0],p[0],c[0],A[0],f,g,v),o(u[1],p[1],c[1],A[1],f,g,v)])}return r}e.exports=a},"625e":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=".",a="___EC__COMPONENT__CONTAINER___";function s(e){var t={main:"",sub:""};return e&&(e=e.split(o),t.main=e[0]||"",t.sub=e[1]||""),t}function l(e){i.assert(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(e),'componentType "'+e+'" illegal')}function u(e,t){e.$constructor=e,e.extend=function(e){var t=this,n=function(){e.$constructor?e.$constructor.apply(this,arguments):t.apply(this,arguments)};return i.extend(n.prototype,e),n.extend=this.extend,n.superCall=h,n.superApply=d,i.inherits(n,this),n.superClass=t,n}}var c=0;function A(e){var t=["__\0is_clz",c++,Math.random().toFixed(3)].join("_");e.prototype[t]=!0,e.isInstance=function(e){return!(!e||!e[t])}}function h(e,t){var n=i.slice(arguments,2);return this.superClass.prototype[t].apply(e,n)}function d(e,t,n){return this.superClass.prototype[t].apply(e,n)}function f(e,t){t=t||{};var n={};function r(e){var t=n[e.main];return t&&t[a]||(t=n[e.main]={},t[a]=!0),t}if(e.registerClass=function(e,t){if(t)if(l(t),t=s(t),t.sub){if(t.sub!==a){var i=r(t);i[t.sub]=e}}else n[t.main]=e;return e},e.getClass=function(e,t,r){var i=n[e];if(i&&i[a]&&(i=t?i[t]:null),r&&!i)throw new Error(t?"Component "+e+"."+(t||"")+" not exists. Load it first.":e+".type should be specified.");return i},e.getClassesByMainType=function(e){e=s(e);var t=[],r=n[e.main];return r&&r[a]?i.each(r,(function(e,n){n!==a&&t.push(e)})):t.push(r),t},e.hasClass=function(e){return e=s(e),!!n[e.main]},e.getAllClassMainTypes=function(){var e=[];return i.each(n,(function(t,n){e.push(n)})),e},e.hasSubTypes=function(e){e=s(e);var t=n[e.main];return t&&t[a]},e.parseClassType=s,t.registerWhenExtend){var o=e.extend;o&&(e.extend=function(t){var n=o.call(this,t);return e.registerClass(n,t.type)})}return e}function p(e,t){}t.parseClassType=s,t.enableClassExtend=u,t.enableClassCheck=A,t.enableClassManagement=f,t.setReadOnly=p},"627c":function(e,t,n){var r=n("6d8b"),i=n("3eba"),o=n("2306"),a=n("f934"),s=a.getLayoutRect,l=n("eda2"),u=l.windowOpen;i.extendComponentModel({type:"title",layoutMode:{type:"box",ignoreSize:!0},defaultOption:{zlevel:0,z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bolder",color:"#333"},subtextStyle:{color:"#aaa"}}}),i.extendComponentView({type:"title",render:function(e,t,n){if(this.group.removeAll(),e.get("show")){var i=this.group,a=e.getModel("textStyle"),l=e.getModel("subtextStyle"),c=e.get("textAlign"),A=r.retrieve2(e.get("textBaseline"),e.get("textVerticalAlign")),h=new o.Text({style:o.setTextStyle({},a,{text:e.get("text"),textFill:a.getTextColor()},{disableBox:!0}),z2:10}),d=h.getBoundingRect(),f=e.get("subtext"),p=new o.Text({style:o.setTextStyle({},l,{text:f,textFill:l.getTextColor(),y:d.height+e.get("itemGap"),textVerticalAlign:"top"},{disableBox:!0}),z2:10}),g=e.get("link"),v=e.get("sublink"),m=e.get("triggerEvent",!0);h.silent=!g&&!m,p.silent=!v&&!m,g&&h.on("click",(function(){u(g,"_"+e.get("target"))})),v&&p.on("click",(function(){u(v,"_"+e.get("subtarget"))})),h.eventData=p.eventData=m?{componentType:"title",componentIndex:e.componentIndex}:null,i.add(h),f&&i.add(p);var y=i.getBoundingRect(),x=e.getBoxLayoutParams();x.width=y.width,x.height=y.height;var w=s(x,{width:n.getWidth(),height:n.getHeight()},e.get("padding"));c||(c=e.get("left")||e.get("right"),"middle"===c&&(c="center"),"right"===c?w.x+=w.width:"center"===c&&(w.x+=w.width/2)),A||(A=e.get("top")||e.get("bottom"),"center"===A&&(A="middle"),"bottom"===A?w.y+=w.height:"middle"===A&&(w.y+=w.height/2),A=A||"top"),i.attr("position",[w.x,w.y]);var _={textAlign:c,textVerticalAlign:A};h.setStyle(_),p.setStyle(_),y=i.getBoundingRect();var b=w.margin,B=e.getItemStyle(["color","opacity"]);B.fill=e.get("backgroundColor");var C=new o.Rect({shape:{x:y.x-b[3],y:y.y-b[0],width:y.width+b[1]+b[3],height:y.height+b[0]+b[2],r:e.get("borderRadius")},style:B,subPixelOptimize:!0,silent:!0});i.add(C)}}})},6374:function(e,t,n){n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");var r=n("6613");function i(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=r(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==n["return"]||n["return"]()}finally{if(l)throw a}}}}e.exports=i,e.exports["default"]=e.exports,e.exports.__esModule=!0},"63d6":function(e,t,n){e.exports=n("5a57")},6438:function(e,t,n){var r=n("03d6"),i=n("9742").concat("length","prototype");t.f=Object.getOwnPropertyNames||function(e){return r(e,i)}},6547:function(e,t,n){var r=n("a691"),i=n("1d80"),o=function(e){return function(t,n){var o,a,s=String(i(t)),l=r(n),u=s.length;return l<0||l>=u?e?"":void 0:(o=s.charCodeAt(l),o<55296||o>56319||l+1===u||(a=s.charCodeAt(l+1))<56320||a>57343?e?s.charAt(l):o:e?s.slice(l,l+2):a-56320+(o-55296<<10)+65536)}};e.exports={codeAt:o(!1),charAt:o(!0)}},6566:function(e,t,n){"use strict";var r=n("9bf2").f,i=n("7c73"),o=n("e2cc"),a=n("0366"),s=n("19aa"),l=n("2266"),u=n("7dd0"),c=n("2626"),A=n("83ab"),h=n("f183").fastKey,d=n("69f3"),f=d.set,p=d.getterFor;e.exports={getConstructor:function(e,t,n,u){var c=e((function(e,r){s(e,c,t),f(e,{type:t,index:i(null),first:void 0,last:void 0,size:0}),A||(e.size=0),void 0!=r&&l(r,e[u],e,n)})),d=p(t),g=function(e,t,n){var r,i,o=d(e),a=v(e,t);return a?a.value=n:(o.last=a={index:i=h(t,!0),key:t,value:n,previous:r=o.last,next:void 0,removed:!1},o.first||(o.first=a),r&&(r.next=a),A?o.size++:e.size++,"F"!==i&&(o.index[i]=a)),e},v=function(e,t){var n,r=d(e),i=h(t);if("F"!==i)return r.index[i];for(n=r.first;n;n=n.next)if(n.key==t)return n};return o(c.prototype,{clear:function(){var e=this,t=d(e),n=t.index,r=t.first;while(r)r.removed=!0,r.previous&&(r.previous=r.previous.next=void 0),delete n[r.index],r=r.next;t.first=t.last=void 0,A?t.size=0:e.size=0},delete:function(e){var t=this,n=d(t),r=v(t,e);if(r){var i=r.next,o=r.previous;delete n.index[r.index],r.removed=!0,o&&(o.next=i),i&&(i.previous=o),n.first==r&&(n.first=i),n.last==r&&(n.last=o),A?n.size--:t.size--}return!!r},forEach:function(e){var t,n=d(this),r=a(e,arguments.length>1?arguments[1]:void 0,3);while(t=t?t.next:n.first){r(t.value,t.key,this);while(t&&t.removed)t=t.previous}},has:function(e){return!!v(this,e)}}),o(c.prototype,n?{get:function(e){var t=v(this,e);return t&&t.value},set:function(e,t){return g(this,0===e?0:e,t)}}:{add:function(e){return g(this,e=0===e?0:e,e)}}),A&&r(c.prototype,"size",{get:function(){return d(this).size}}),c},setStrong:function(e,t,n){var r=t+" Iterator",i=p(t),o=p(r);u(e,t,(function(e,t){f(this,{type:r,target:e,state:i(e),kind:t,last:void 0})}),(function(){var e=o(this),t=e.kind,n=e.last;while(n&&n.removed)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),c(t)}}},6569:function(e,t,n){var r=n("6d8b"),i=n("e0d3");function o(e){a(e),s(e)}function a(e){if(!e.parallel){var t=!1;r.each(e.series,(function(e){e&&"parallel"===e.type&&(t=!0)})),t&&(e.parallel=[{}])}}function s(e){var t=i.normalizeToArray(e.parallelAxis);r.each(t,(function(t){if(r.isObject(t)){var n=t.parallelIndex||0,o=i.normalizeToArray(e.parallel)[n];o&&o.parallelAxisDefault&&r.merge(t,o.parallelAxisDefault,!1)}}))}e.exports=o},6582:function(e,t,n){var r=n("cccd"),i={seriesType:"lines",plan:r(),reset:function(e){var t=e.coordinateSystem,n=e.get("polyline"),r=e.pipelineContext.large;function i(i,o){var a=[];if(r){var s,l=i.end-i.start;if(n){for(var u=0,c=i.start;c<i.end;c++)u+=e.getLineCoordsCount(c);s=new Float32Array(l+2*u)}else s=new Float32Array(4*l);var A=0,h=[];for(c=i.start;c<i.end;c++){var d=e.getLineCoords(c,a);n&&(s[A++]=d);for(var f=0;f<d;f++)h=t.dataToPoint(a[f],!1,h),s[A++]=h[0],s[A++]=h[1]}o.setLayout("linesPoints",s)}else for(c=i.start;c<i.end;c++){var p=o.getItemModel(c),g=(d=e.getLineCoords(c,a),[]);if(n)for(var v=0;v<d;v++)g.push(t.dataToPoint(a[v]));else{g[0]=t.dataToPoint(a[0]),g[1]=t.dataToPoint(a[1]);var m=p.get("lineStyle.curveness");+m&&(g[2]=[(g[0][0]+g[1][0])/2-(g[0][1]-g[1][1])*m,(g[0][1]+g[1][1])/2-(g[1][0]-g[0][0])*m])}o.setItemLayout(c,g)}}return{progress:i}}};e.exports=i},"658f":function(e,t,n){n("6858");for(var r=n("ef08"),i=n("051b"),o=n("8a0d"),a=n("cc15")("toStringTag"),s="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),l=0;l<s.length;l++){var u=s[l],c=r[u],A=c&&c.prototype;A&&!A[a]&&i(A,a,u),o[u]=o.Array}},"65ed":function(e,t,n){var r=n("22d1"),i=n("84ec"),o=i.buildTransformer,a="___zrEVENTSAVED",s=[];function l(e,t,n,r,i){return u(s,t,r,i,!0)&&u(e,n,s[0],s[1])}function u(e,t,n,i,o){if(t.getBoundingClientRect&&r.domSupported&&!h(t)){var s=t[a]||(t[a]={}),l=c(t,s),u=A(l,s,o);if(u)return u(e,n,i),!0}return!1}function c(e,t){var n=t.markers;if(n)return n;n=t.markers=[];for(var r=["left","right"],i=["top","bottom"],o=0;o<4;o++){var a=document.createElement("div"),s=a.style,l=o%2,u=(o>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",r[l]+":0",i[u]+":0",r[1-l]+":auto",i[1-u]+":auto",""].join("!important;"),e.appendChild(a),n.push(a)}return n}function A(e,t,n){for(var r=n?"invTrans":"trans",i=t[r],a=t.srcCoords,s=!0,l=[],u=[],c=0;c<4;c++){var A=e[c].getBoundingClientRect(),h=2*c,d=A.left,f=A.top;l.push(d,f),s=s&&a&&d===a[h]&&f===a[h+1],u.push(e[c].offsetLeft,e[c].offsetTop)}return s&&i?i:(t.srcCoords=l,t[r]=n?o(u,l):o(l,u))}function h(e){return"CANVAS"===e.nodeName.toUpperCase()}t.transformLocalCoord=l,t.transformCoordWithViewport=u,t.isCanvasEl=h},"65f0":function(e,t,n){var r=n("861d"),i=n("e8b5"),o=n("b622"),a=o("species");e.exports=function(e,t){var n;return i(e)&&(n=e.constructor,"function"!=typeof n||n!==Array&&!i(n.prototype)?r(n)&&(n=n[a],null===n&&(n=void 0)):n=void 0),new(void 0===n?Array:n)(0===t?0:t)}},6613:function(e,t,n){n("fb6a"),n("d3b7"),n("b0c0"),n("a630"),n("3ca3");var r=n("5a43");function i(e,t){if(e){if("string"===typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}}e.exports=i,e.exports["default"]=e.exports,e.exports.__esModule=!0},6679:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("cd33"),a=i.extendComponentView({type:"axis",_axisPointer:null,axisPointerClass:null,render:function(e,t,n,r){this.axisPointerClass&&o.fixValue(e),a.superApply(this,"render",arguments),s(this,e,t,n,r,!0)},updateAxisPointer:function(e,t,n,r,i){s(this,e,t,n,r,!1)},remove:function(e,t){var n=this._axisPointer;n&&n.remove(t),a.superApply(this,"remove",arguments)},dispose:function(e,t){l(this,t),a.superApply(this,"dispose",arguments)}});function s(e,t,n,r,i,s){var u=a.getAxisPointerClass(e.axisPointerClass);if(u){var c=o.getAxisPointerModel(t);c?(e._axisPointer||(e._axisPointer=new u)).render(t,c,r,s):l(e,r)}}function l(e,t,n){var r=e._axisPointer;r&&r.dispose(t,n),e._axisPointer=null}var u=[];a.registerAxisPointerClass=function(e,t){u[e]=t},a.getAxisPointerClass=function(e){return e&&u[e]};var c=a;e.exports=c},"66a4":function(e,t,n){var r=n("6d8b");function i(e){var t=e&&e.timeline;r.isArray(t)||(t=t?[t]:[]),r.each(t,(function(e){e&&o(e)}))}function o(e){var t=e.type,n={number:"value",time:"time"};if(n[t]&&(e.axisType=n[t],delete e.type),a(e),s(e,"controlPosition")){var i=e.controlStyle||(e.controlStyle={});s(i,"position")||(i.position=e.controlPosition),"none"!==i.position||s(i,"show")||(i.show=!1,delete i.position),delete e.controlPosition}r.each(e.data||[],(function(e){r.isObject(e)&&!r.isArray(e)&&(!s(e,"value")&&s(e,"name")&&(e.value=e.name),a(e))}))}function a(e){var t=e.itemStyle||(e.itemStyle={}),n=t.emphasis||(t.emphasis={}),i=e.label||e.label||{},o=i.normal||(i.normal={}),a={normal:1,emphasis:1};r.each(i,(function(e,t){a[t]||s(o,t)||(o[t]=e)})),n.label&&!s(i,"emphasis")&&(i.emphasis=n.label,delete n.label)}function s(e,t){return e.hasOwnProperty(t)}e.exports=i},"66fc":function(e,t,n){var r=n("6d8b"),i=n("84ce"),o=function(e,t,n,r,o){i.call(this,e,t,n),this.type=r||"value",this.position=o||"bottom",this.orient=null};o.prototype={constructor:o,model:null,isHorizontal:function(){var e=this.position;return"top"===e||"bottom"===e},pointToData:function(e,t){return this.coordinateSystem.pointToData(e,t)[0]},toGlobalCoord:null,toLocalCoord:null},r.inherits(o,i);var a=o;e.exports=a},"675a":function(e,t){function n(e){var t=e.findComponents({mainType:"legend"});t&&t.length&&e.eachSeriesByType("graph",(function(e){var n=e.getCategoriesData(),r=e.getGraph(),i=r.data,o=n.mapArray(n.getName);i.filterSelf((function(e){var n=i.getItemModel(e),r=n.getShallow("category");if(null!=r){"number"===typeof r&&(r=o[r]);for(var a=0;a<t.length;a++)if(!t[a].isSelected(r))return!1}return!0}))}),this)}e.exports=n},"675c":function(e,t,n){var r=n("3eba");n("4e10"),n("a666"),n("49e8"),n("eeea");var i=n("cee1"),o=n("54fb"),a=n("f6ed"),s=n("9442"),l=n("7782");r.registerLayout(i),r.registerVisual(o),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,a),r.registerPreprocessor(s),l("map",[{type:"mapToggleSelect",event:"mapselectchanged",method:"toggleSelected"},{type:"mapSelect",event:"mapselected",method:"select"},{type:"mapUnSelect",event:"mapunselected",method:"unSelect"}])},"67a8":function(e,t,n){var r=n("3301"),i=n("4f85"),o=i.extend({type:"series.effectScatter",dependencies:["grid","polar"],getInitialData:function(e,t){return r(this.getSource(),this,{useEncodeDefaulter:!0})},brushSelector:"point",defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",rippleEffect:{period:4,scale:2.5,brushType:"fill"},symbolSize:10}});e.exports=o},"67cc":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("2306"),s=n("e7aa"),l=s.setLabel,u=n("4319"),c=n("b5c7"),A=n("cbe5"),h=n("e1fc"),d=n("88b3"),f=d.throttle,p=n("b0af"),g=p.createClipPath,v=n("c2be"),m=["itemStyle","barBorderWidth"],y=[0,0];function x(e,t){var n=e.getArea&&e.getArea();if("cartesian2d"===e.type){var r=e.getBaseAxis();if("category"!==r.type||!r.onBand){var i=t.getLayout("bandWidth");r.isHorizontal()?(n.x-=i,n.width+=2*i):(n.y-=i,n.height+=2*i)}}return n}o.extend(u.prototype,c);var w=i.extendChartView({type:"bar",render:function(e,t,n){this._updateDrawMode(e);var r=e.get("coordinateSystem");return"cartesian2d"!==r&&"polar"!==r||(this._isLargeDraw?this._renderLarge(e,t,n):this._renderNormal(e,t,n)),this.group},incrementalPrepareRender:function(e,t,n){this._clear(),this._updateDrawMode(e)},incrementalRender:function(e,t,n,r){this._incrementalRenderLarge(e,t)},_updateDrawMode:function(e){var t=e.pipelineContext.large;(null==this._isLargeDraw||t^this._isLargeDraw)&&(this._isLargeDraw=t,this._clear())},_renderNormal:function(e,t,n){var r,i=this.group,o=e.getData(),s=this._data,l=e.coordinateSystem,u=l.getBaseAxis();"cartesian2d"===l.type?r=u.isHorizontal():"polar"===l.type&&(r="angle"===u.dim);var c=e.isAnimationEnabled()?e:null,A=e.get("clip",!0),d=x(l,o);i.removeClipPath();var f=e.get("roundCap",!0),p=e.get("showBackground",!0),g=e.getModel("backgroundStyle"),v=g.get("barBorderRadius")||0,m=[],y=this._backgroundEls||[],w=function(e){var t=M[l.type](o,e),n=P(l,r,t);return n.useStyle(g.getBarItemStyle()),"cartesian2d"===l.type&&n.setShape("r",v),m[e]=n,n};o.diff(s).add((function(t){var n=o.getItemModel(t),a=M[l.type](o,t,n);if(p&&w(t),o.hasValue(t)){if(A){var s=B[l.type](d,a);if(s)return void i.remove(u)}var u=C[l.type](t,a,r,c,!1,f);o.setItemGraphicEl(t,u),i.add(u),T(u,o,t,n,a,e,r,"polar"===l.type)}})).update((function(t,n){var u=o.getItemModel(t),h=M[l.type](o,t,u);if(p){var x;0===y.length?x=w(n):(x=y[n],x.useStyle(g.getBarItemStyle()),"cartesian2d"===l.type&&x.setShape("r",v),m[t]=x);var _=M[l.type](o,t),b=k(r,_,l);a.updateProps(x,{shape:b},c,t)}var S=s.getItemGraphicEl(n);if(o.hasValue(t)){if(A){var E=B[l.type](d,h);if(E)return void i.remove(S)}S?a.updateProps(S,{shape:h},c,t):S=C[l.type](t,h,r,c,!0,f),o.setItemGraphicEl(t,S),i.add(S),T(S,o,t,u,h,e,r,"polar"===l.type)}else i.remove(S)})).remove((function(e){var t=s.getItemGraphicEl(e);"cartesian2d"===l.type?t&&S(e,c,t):t&&E(e,c,t)})).execute();var _=this._backgroundGroup||(this._backgroundGroup=new h);_.removeAll();for(var b=0;b<m.length;++b)_.add(m[b]);i.add(_),this._backgroundEls=m,this._data=o},_renderLarge:function(e,t,n){this._clear(),Q(e,this.group);var r=e.get("clip",!0)?g(e.coordinateSystem,!1,e):null;r?this.group.setClipPath(r):this.group.removeClipPath()},_incrementalRenderLarge:function(e,t){this._removeBackground(),Q(t,this.group,!0)},dispose:o.noop,remove:function(e){this._clear(e)},_clear:function(e){var t=this.group,n=this._data;e&&e.get("animation")&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl((function(t){"sector"===t.type?E(t.dataIndex,e,t):S(t.dataIndex,e,t)}))):t.removeAll(),this._data=null},_removeBackground:function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null}}),_=Math.max,b=Math.min,B={cartesian2d:function(e,t){var n=t.width<0?-1:1,r=t.height<0?-1:1;n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height);var i=_(t.x,e.x),o=b(t.x+t.width,e.x+e.width),a=_(t.y,e.y),s=b(t.y+t.height,e.y+e.height);t.x=i,t.y=a,t.width=o-i,t.height=s-a;var l=t.width<0||t.height<0;return n<0&&(t.x+=t.width,t.width=-t.width),r<0&&(t.y+=t.height,t.height=-t.height),l},polar:function(e,t){var n=t.r0<=t.r?1:-1;if(n<0){var r=t.r;t.r=t.r0,t.r0=r}r=b(t.r,e.r);var i=_(t.r0,e.r0);t.r=r,t.r0=i;var o=r-i<0;if(n<0){r=t.r;t.r=t.r0,t.r0=r}return o}},C={cartesian2d:function(e,t,n,r,i){var s=new a.Rect({shape:o.extend({},t),z2:1});if(s.name="item",r){var l=s.shape,u=n?"height":"width",c={};l[u]=0,c[u]=t[u],a[i?"updateProps":"initProps"](s,{shape:c},r,e)}return s},polar:function(e,t,n,r,i,s){var l=t.startAngle<t.endAngle,u=!n&&s?v:a.Sector,c=new u({shape:o.defaults({clockwise:l},t),z2:1});if(c.name="item",r){var A=c.shape,h=n?"r":"endAngle",d={};A[h]=n?0:t.startAngle,d[h]=t[h],a[i?"updateProps":"initProps"](c,{shape:d},r,e)}return c}};function S(e,t,n){n.style.text=null,a.updateProps(n,{shape:{width:0}},t,e,(function(){n.parent&&n.parent.remove(n)}))}function E(e,t,n){n.style.text=null,a.updateProps(n,{shape:{r:n.shape.r0}},t,e,(function(){n.parent&&n.parent.remove(n)}))}var M={cartesian2d:function(e,t,n){var r=e.getItemLayout(t),i=n?D(n,r):0,o=r.width>0?1:-1,a=r.height>0?1:-1;return{x:r.x+o*i/2,y:r.y+a*i/2,width:r.width-o*i,height:r.height-a*i}},polar:function(e,t,n){var r=e.getItemLayout(t);return{cx:r.cx,cy:r.cy,r0:r.r0,r:r.r,startAngle:r.startAngle,endAngle:r.endAngle}}};function I(e){return null!=e.startAngle&&null!=e.endAngle&&e.startAngle===e.endAngle}function T(e,t,n,r,i,s,u,c){var A=t.getItemVisual(n,"color"),h=t.getItemVisual(n,"opacity"),d=t.getVisual("borderColor"),f=r.getModel("itemStyle"),p=r.getModel("emphasis.itemStyle").getBarItemStyle();c||e.setShape("r",f.get("barBorderRadius")||0),e.useStyle(o.defaults({stroke:I(i)?"none":d,fill:I(i)?"none":A,opacity:h},f.getBarItemStyle()));var g=r.getShallow("cursor");g&&e.attr("cursor",g);var v=u?i.height>0?"bottom":"top":i.width>0?"left":"right";c||l(e.style,p,r,A,s,n,v),I(i)&&(p.fill=p.stroke="none"),a.setHoverStyle(e,p)}function D(e,t){var n=e.get(m)||0,r=isNaN(t.width)?Number.MAX_VALUE:Math.abs(t.width),i=isNaN(t.height)?Number.MAX_VALUE:Math.abs(t.height);return Math.min(n,r,i)}var F=A.extend({type:"largeBar",shape:{points:[]},buildPath:function(e,t){for(var n=t.points,r=this.__startPoint,i=this.__baseDimIdx,o=0;o<n.length;o+=2)r[i]=n[o+i],e.moveTo(r[0],r[1]),e.lineTo(n[o],n[o+1])}});function Q(e,t,n){var r=e.getData(),i=[],o=r.getLayout("valueAxisHorizontal")?1:0;i[1-o]=r.getLayout("valueAxisStart");var a=r.getLayout("largeDataIndices"),s=r.getLayout("barWidth"),l=e.getModel("backgroundStyle"),u=e.get("showBackground",!0);if(u){var c=r.getLayout("largeBackgroundPoints"),A=[];A[1-o]=r.getLayout("backgroundStart");var h=new F({shape:{points:c},incremental:!!n,__startPoint:A,__baseDimIdx:o,__largeDataIndices:a,__barWidth:s,silent:!0,z2:0});N(h,l,r),t.add(h)}var d=new F({shape:{points:r.getLayout("largePoints")},incremental:!!n,__startPoint:i,__baseDimIdx:o,__largeDataIndices:a,__barWidth:s});t.add(d),O(d,e,r),d.seriesIndex=e.seriesIndex,e.get("silent")||(d.on("mousedown",L),d.on("mousemove",L))}var L=f((function(e){var t=this,n=U(t,e.offsetX,e.offsetY);t.dataIndex=n>=0?n:null}),30,!1);function U(e,t,n){var r=e.__baseDimIdx,i=1-r,o=e.shape.points,a=e.__largeDataIndices,s=Math.abs(e.__barWidth/2),l=e.__startPoint[i];y[0]=t,y[1]=n;for(var u=y[r],c=y[1-r],A=u-s,h=u+s,d=0,f=o.length/2;d<f;d++){var p=2*d,g=o[p+r],v=o[p+i];if(g>=A&&g<=h&&(l<=v?c>=l&&c<=v:c>=v&&c<=l))return a[d]}return-1}function O(e,t,n){var r=n.getVisual("borderColor")||n.getVisual("color"),i=t.getModel("itemStyle").getItemStyle(["color","borderColor"]);e.useStyle(i),e.style.fill=null,e.style.stroke=r,e.style.lineWidth=n.getLayout("barWidth")}function N(e,t,n){var r=t.get("borderColor")||t.get("color"),i=t.getItemStyle(["color","borderColor"]);e.useStyle(i),e.style.fill=null,e.style.stroke=r,e.style.lineWidth=n.getLayout("barWidth")}function k(e,t,n){var r,i="polar"===n.type;return r=i?n.getArea():n.grid.getRect(),i?{cx:r.cx,cy:r.cy,r0:e?r.r0:t.r0,r:e?r.r:t.r,startAngle:e?t.startAngle:0,endAngle:e?t.endAngle:2*Math.PI}:{x:e?t.x:r.x,y:e?r.y:t.y,width:e?t.width:r.width,height:e?r.height:t.height}}function P(e,t,n){var r="polar"===e.type?a.Sector:a.Rect;return new r({shape:k(t,n,e),silent:!0,z2:0})}e.exports=w},6858:function(e,t,n){"use strict";var r=n("2f9a"),i=n("ea34"),o=n("8a0d"),a=n("6ca1");e.exports=n("393a")(Array,"Array",(function(e,t){this._t=a(e),this._i=0,this._k=t}),(function(){var e=this._t,t=this._k,n=this._i++;return!e||n>=e.length?(this._t=void 0,i(1)):i(0,"keys"==t?n:"values"==t?e[n]:[n,e[n]])}),"values"),o.Arguments=o.Array,r("keys"),r("values"),r("entries")},"68ab":function(e,t,n){var r=n("4a3f"),i=r.quadraticProjectPoint;function o(e,t,n,r,o,a,s,l,u){if(0===s)return!1;var c=s;if(u>t+c&&u>r+c&&u>a+c||u<t-c&&u<r-c&&u<a-c||l>e+c&&l>n+c&&l>o+c||l<e-c&&l<n-c&&l<o-c)return!1;var A=i(e,t,n,r,o,a,l,u,null);return A<=c/2}t.containStroke=o},6932:function(e,t,n){var r=n("6cb7");r.registerSubTypeDefaulter("dataZoom",(function(){return"slider"}))},"693d":function(e,t,n){"use strict";var r=n("ef08"),i=n("9c0e"),o=n("0bad"),a=n("512c"),s=n("ba01"),l=n("e34a").KEY,u=n("4b8b"),c=n("b367"),A=n("92f0"),h=n("8b1a"),d=n("cc15"),f=n("fcd4"),p=n("e198"),g=n("0ae2"),v=n("4ebc"),m=n("77e9"),y=n("7a41"),x=n("0983"),w=n("6ca1"),_=n("3397"),b=n("10db"),B=n("6f4f"),C=n("1836"),S=n("4d20"),E=n("fed5"),M=n("1a14"),I=n("9876"),T=S.f,D=M.f,F=C.f,Q=r.Symbol,L=r.JSON,U=L&&L.stringify,O="prototype",N=d("_hidden"),k=d("toPrimitive"),P={}.propertyIsEnumerable,H=c("symbol-registry"),R=c("symbols"),z=c("op-symbols"),V=Object[O],K="function"==typeof Q&&!!E.f,G=r.QObject,j=!G||!G[O]||!G[O].findChild,W=o&&u((function(){return 7!=B(D({},"a",{get:function(){return D(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=T(V,t);r&&delete V[t],D(e,t,n),r&&e!==V&&D(V,t,r)}:D,X=function(e){var t=R[e]=B(Q[O]);return t._k=e,t},Y=K&&"symbol"==typeof Q.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof Q},q=function(e,t,n){return e===V&&q(z,t,n),m(e),t=_(t,!0),m(n),i(R,t)?(n.enumerable?(i(e,N)&&e[N][t]&&(e[N][t]=!1),n=B(n,{enumerable:b(0,!1)})):(i(e,N)||D(e,N,b(1,{})),e[N][t]=!0),W(e,t,n)):D(e,t,n)},J=function(e,t){m(e);var n,r=g(t=w(t)),i=0,o=r.length;while(o>i)q(e,n=r[i++],t[n]);return e},Z=function(e,t){return void 0===t?B(e):J(B(e),t)},$=function(e){var t=P.call(this,e=_(e,!0));return!(this===V&&i(R,e)&&!i(z,e))&&(!(t||!i(this,e)||!i(R,e)||i(this,N)&&this[N][e])||t)},ee=function(e,t){if(e=w(e),t=_(t,!0),e!==V||!i(R,t)||i(z,t)){var n=T(e,t);return!n||!i(R,t)||i(e,N)&&e[N][t]||(n.enumerable=!0),n}},te=function(e){var t,n=F(w(e)),r=[],o=0;while(n.length>o)i(R,t=n[o++])||t==N||t==l||r.push(t);return r},ne=function(e){var t,n=e===V,r=F(n?z:w(e)),o=[],a=0;while(r.length>a)!i(R,t=r[a++])||n&&!i(V,t)||o.push(R[t]);return o};K||(Q=function(){if(this instanceof Q)throw TypeError("Symbol is not a constructor!");var e=h(arguments.length>0?arguments[0]:void 0),t=function(n){this===V&&t.call(z,n),i(this,N)&&i(this[N],e)&&(this[N][e]=!1),W(this,e,b(1,n))};return o&&j&&W(V,e,{configurable:!0,set:t}),X(e)},s(Q[O],"toString",(function(){return this._k})),S.f=ee,M.f=q,n("6438").f=C.f=te,n("1917").f=$,E.f=ne,o&&!n("e444")&&s(V,"propertyIsEnumerable",$,!0),f.f=function(e){return X(d(e))}),a(a.G+a.W+a.F*!K,{Symbol:Q});for(var re="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ie=0;re.length>ie;)d(re[ie++]);for(var oe=I(d.store),ae=0;oe.length>ae;)p(oe[ae++]);a(a.S+a.F*!K,"Symbol",{for:function(e){return i(H,e+="")?H[e]:H[e]=Q(e)},keyFor:function(e){if(!Y(e))throw TypeError(e+" is not a symbol!");for(var t in H)if(H[t]===e)return t},useSetter:function(){j=!0},useSimple:function(){j=!1}}),a(a.S+a.F*!K,"Object",{create:Z,defineProperty:q,defineProperties:J,getOwnPropertyDescriptor:ee,getOwnPropertyNames:te,getOwnPropertySymbols:ne});var se=u((function(){E.f(1)}));a(a.S+a.F*se,"Object",{getOwnPropertySymbols:function(e){return E.f(x(e))}}),L&&a(a.S+a.F*(!K||u((function(){var e=Q();return"[null]"!=U([e])||"{}"!=U({a:e})||"{}"!=U(Object(e))}))),"JSON",{stringify:function(e){var t,n,r=[e],i=1;while(arguments.length>i)r.push(arguments[i++]);if(n=t=r[1],(y(t)||void 0!==e)&&!Y(e))return v(t)||(t=function(e,t){if("function"==typeof n&&(t=n.call(this,e,t)),!Y(t))return t}),r[1]=t,U.apply(L,r)}}),Q[O][k]||n("051b")(Q[O],k,Q[O].valueOf),A(Q,"Symbol"),A(Math,"Math",!0),A(r.JSON,"JSON",!0)},"697e":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("18c0"),a=n("89e3"),s=n("e0d8"),l=n("3842"),u=n("9d57"),c=u.prepareLayoutBarSeries,A=u.makeColumnLayout,h=u.retrieveColumnLayout,d=n("9850");function f(e,t){var n,r,o,a=e.type,s=t.getMin(),u=t.getMax(),h=e.getExtent();"ordinal"===a?n=t.getCategories().length:(r=t.get("boundaryGap"),i.isArray(r)||(r=[r||0,r||0]),"boolean"===typeof r[0]&&(r=[0,0]),r[0]=l.parsePercent(r[0],1),r[1]=l.parsePercent(r[1],1),o=h[1]-h[0]||Math.abs(h[0])),"dataMin"===s?s=h[0]:"function"===typeof s&&(s=s({min:h[0],max:h[1]})),"dataMax"===u?u=h[1]:"function"===typeof u&&(u=u({min:h[0],max:h[1]}));var d=null!=s,f=null!=u;null==s&&(s="ordinal"===a?n?0:NaN:h[0]-r[0]*o),null==u&&(u="ordinal"===a?n?n-1:NaN:h[1]+r[1]*o),(null==s||!isFinite(s))&&(s=NaN),(null==u||!isFinite(u))&&(u=NaN),e.setBlank(i.eqNaN(s)||i.eqNaN(u)||"ordinal"===a&&!e.getOrdinalMeta().categories.length),t.getNeedCrossZero()&&(s>0&&u>0&&!d&&(s=0),s<0&&u<0&&!f&&(u=0));var g=t.ecModel;if(g&&"time"===a){var v,m=c("bar",g);if(i.each(m,(function(e){v|=e.getBaseAxis()===t.axis})),v){var y=A(m),x=p(s,u,t,y);s=x.min,u=x.max}}return{extent:[s,u],fixMin:d,fixMax:f}}function p(e,t,n,r){var o=n.axis.getExtent(),a=o[1]-o[0],s=h(r,n.axis);if(void 0===s)return{min:e,max:t};var l=1/0;i.each(s,(function(e){l=Math.min(e.offset,l)}));var u=-1/0;i.each(s,(function(e){u=Math.max(e.offset+e.width,u)})),l=Math.abs(l),u=Math.abs(u);var c=l+u,A=t-e,d=1-(l+u)/a,f=A/d-A;return t+=f*(u/c),e-=f*(l/c),{min:e,max:t}}function g(e,t){var n=f(e,t),r=n.extent,i=t.get("splitNumber");"log"===e.type&&(e.base=t.get("logBase"));var o=e.type;e.setExtent(r[0],r[1]),e.niceExtent({splitNumber:i,fixMin:n.fixMin,fixMax:n.fixMax,minInterval:"interval"===o||"time"===o?t.get("minInterval"):null,maxInterval:"interval"===o||"time"===o?t.get("maxInterval"):null});var a=t.get("interval");null!=a&&e.setInterval&&e.setInterval(a)}function v(e,t){if(t=t||e.get("type"),t)switch(t){case"category":return new o(e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),[1/0,-1/0]);case"value":return new a;default:return(s.getClass(t)||a).create(e)}}function m(e){var t=e.scale.getExtent(),n=t[0],r=t[1];return!(n>0&&r>0||n<0&&r<0)}function y(e){var t=e.getLabelModel().get("formatter"),n="category"===e.type?e.scale.getExtent()[0]:null;return"string"===typeof t?(t=function(t){return function(n){return n=e.scale.getLabel(n),t.replace("{value}",null!=n?n:"")}}(t),t):"function"===typeof t?function(r,i){return null!=n&&(i=r-n),t(x(e,r),i)}:function(t){return e.scale.getLabel(t)}}function x(e,t){return"category"===e.type?e.scale.getLabel(t):t}function w(e){var t=e.model,n=e.scale;if(t.get("axisLabel.show")&&!n.isBlank()){var r,i,o="category"===e.type,a=n.getExtent();o?i=n.count():(r=n.getTicks(),i=r.length);var s,l=e.getLabelModel(),u=y(e),c=1;i>40&&(c=Math.ceil(i/40));for(var A=0;A<i;A+=c){var h=r?r[A]:a[0]+A,d=u(h),f=l.getTextRect(d),p=_(f,l.get("rotate")||0);s?s.union(p):s=p}return s}}function _(e,t){var n=t*Math.PI/180,r=e.plain(),i=r.width,o=r.height,a=i*Math.abs(Math.cos(n))+Math.abs(o*Math.sin(n)),s=i*Math.abs(Math.sin(n))+Math.abs(o*Math.cos(n)),l=new d(r.x,r.y,a,s);return l}function b(e){var t=e.get("interval");return null==t?"auto":t}function B(e){return"category"===e.type&&0===b(e.getLabelModel())}n("216a"),n("8c2a"),t.getScaleExtent=f,t.niceScaleExtent=g,t.createScaleByModel=v,t.ifAxisCrossZero=m,t.makeLabelFormatter=y,t.getAxisRawValue=x,t.estimateLabelUnionRect=w,t.getOptionCategoryInterval=b,t.shouldShowAllLabels=B},"697e7":function(e,t,n){var r=n("de00"),i=n("22d1"),o=n("6d8b"),a=n("d2cf"),s=n("afa0"),l=n("ed21"),u=n("30a3"),c=n("cdaa"),A=!i.canvasSupported,h={canvas:l},d={},f="4.3.2";function p(e,t){var n=new x(r(),e,t);return d[n.id]=n,n}function g(e){if(e)e.dispose();else{for(var t in d)d.hasOwnProperty(t)&&d[t].dispose();d={}}return this}function v(e){return d[e]}function m(e,t){h[e]=t}function y(e){delete d[e]}var x=function(e,t,n){n=n||{},this.dom=t,this.id=e;var r=this,l=new s,d=n.renderer;if(A){if(!h.vml)throw new Error("You need to require 'zrender/vml/vml' to support IE8");d="vml"}else d&&h[d]||(d="canvas");var f=new h[d](t,l,n,e);this.storage=l,this.painter=f;var p=i.node||i.worker?null:new c(f.getViewportRoot(),f.root);this.handler=new a(l,f,p,f.root),this.animation=new u({stage:{update:o.bind(this.flush,this)}}),this.animation.start(),this._needsRefresh;var g=l.delFromStorage,v=l.addToStorage;l.delFromStorage=function(e){g.call(l,e),e&&e.removeSelfFromZr(r)},l.addToStorage=function(e){v.call(l,e),e.addSelfToZr(r)}};x.prototype={constructor:x,getId:function(){return this.id},add:function(e){this.storage.addRoot(e),this._needsRefresh=!0},remove:function(e){this.storage.delRoot(e),this._needsRefresh=!0},configLayer:function(e,t){this.painter.configLayer&&this.painter.configLayer(e,t),this._needsRefresh=!0},setBackgroundColor:function(e){this.painter.setBackgroundColor&&this.painter.setBackgroundColor(e),this._needsRefresh=!0},refreshImmediately:function(){this._needsRefresh=this._needsRefreshHover=!1,this.painter.refresh(),this._needsRefresh=this._needsRefreshHover=!1},refresh:function(){this._needsRefresh=!0},flush:function(){var e;this._needsRefresh&&(e=!0,this.refreshImmediately()),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately()),e&&this.trigger("rendered")},addHover:function(e,t){if(this.painter.addHover){var n=this.painter.addHover(e,t);return this.refreshHover(),n}},removeHover:function(e){this.painter.removeHover&&(this.painter.removeHover(e),this.refreshHover())},clearHover:function(){this.painter.clearHover&&(this.painter.clearHover(),this.refreshHover())},refreshHover:function(){this._needsRefreshHover=!0},refreshHoverImmediately:function(){this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.refreshHover()},resize:function(e){e=e||{},this.painter.resize(e.width,e.height),this.handler.resize()},clearAnimation:function(){this.animation.clear()},getWidth:function(){return this.painter.getWidth()},getHeight:function(){return this.painter.getHeight()},pathToImage:function(e,t){return this.painter.pathToImage(e,t)},setCursorStyle:function(e){this.handler.setCursorStyle(e)},findHover:function(e,t){return this.handler.findHover(e,t)},on:function(e,t,n){this.handler.on(e,t,n)},off:function(e,t){this.handler.off(e,t)},trigger:function(e,t){this.handler.trigger(e,t)},clear:function(){this.storage.delRoot(),this.painter.clear()},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,y(this.id)}},t.version=f,t.init=p,t.dispose=g,t.getInstance=v,t.registerPainter=m},"69f3":function(e,t,n){var r,i,o,a=n("7f9a"),s=n("da84"),l=n("861d"),u=n("9112"),c=n("5135"),A=n("f772"),h=n("d012"),d=s.WeakMap,f=function(e){return o(e)?i(e):r(e,{})},p=function(e){return function(t){var n;if(!l(t)||(n=i(t)).type!==e)throw TypeError("Incompatible receiver, "+e+" required");return n}};if(a){var g=new d,v=g.get,m=g.has,y=g.set;r=function(e,t){return y.call(g,e,t),t},i=function(e){return v.call(g,e)||{}},o=function(e){return m.call(g,e)}}else{var x=A("state");h[x]=!0,r=function(e,t){return u(e,x,t),t},i=function(e){return c(e,x)?e[x]:{}},o=function(e){return c(e,x)}}e.exports={set:r,get:i,has:o,enforce:f,getterFor:p}},"69ff":function(e,t,n){var r=n("6d8b"),i=r.each,o=r.map,a=r.isFunction,s=r.createHashMap,l=r.noop,u=n("f47d"),c=u.createTask,A=n("8918"),h=A.getUID,d=n("7e63"),f=n("843e"),p=n("e0d3"),g=p.normalizeToArray;function v(e,t,n,r){this.ecInstance=e,this.api=t,this.unfinished;n=this._dataProcessorHandlers=n.slice(),r=this._visualHandlers=r.slice();this._allHandlers=n.concat(r),this._stageTaskMap=s()}var m=v.prototype;function y(e,t,n,r,o){var a;function s(e,t){return e.setDirty&&(!e.dirtyMap||e.dirtyMap.get(t.__pipeline.id))}o=o||{},i(t,(function(t,i){if(!o.visualType||o.visualType===t.visualType){var l=e._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var A,h=c.agentStubMap;h.each((function(e){s(o,e)&&(e.dirty(),A=!0)})),A&&c.dirty(),x(c,r);var d=e.getPerformArgs(c,o.block);h.each((function(e){e.perform(d)})),a|=c.perform(d)}else u&&u.each((function(i,l){s(o,i)&&i.dirty();var u=e.getPerformArgs(i,o.block);u.skip=!t.performRawSeries&&n.isSeriesFiltered(i.context.model),x(i,r),a|=i.perform(u)}))}})),e.unfinished|=a}m.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each((function(e){var t=e.overallTask;t&&t.dirty()}))},m.getPerformArgs=function(e,t){if(e.__pipeline){var n=this._pipelineMap.get(e.__pipeline.id),r=n.context,i=!t&&n.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>n.blockIndex,o=i?n.step:null,a=r&&r.modDataCount,s=null!=a?Math.ceil(a/o):null;return{step:o,modBy:s,modDataCount:a}}},m.getPipeline=function(e){return this._pipelineMap.get(e)},m.updateStreamModes=function(e,t){var n=this._pipelineMap.get(e.uid),r=e.getData(),i=r.count(),o=n.progressiveEnabled&&t.incrementalPrepareRender&&i>=n.threshold,a=e.get("large")&&i>=e.get("largeThreshold"),s="mod"===e.get("progressiveChunkMode")?i:null;e.pipelineContext=n.context={progressiveRender:o,modDataCount:s,large:a}},m.restorePipelines=function(e){var t=this,n=t._pipelineMap=s();e.eachSeries((function(e){var r=e.getProgressive(),i=e.uid;n.set(i,{id:i,head:null,tail:null,threshold:e.getProgressiveThreshold(),progressiveEnabled:r&&!(e.preventIncremental&&e.preventIncremental()),blockIndex:-1,step:Math.round(r||700),count:0}),F(t,e,e.dataTask)}))},m.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.ecInstance.getModel(),n=this.api;i(this._allHandlers,(function(r){var i=e.get(r.uid)||e.set(r.uid,[]);r.reset&&w(this,r,i,t,n),r.overallReset&&_(this,r,i,t,n)}),this)},m.prepareView=function(e,t,n,r){var i=e.renderTask,o=i.context;o.model=t,o.ecModel=n,o.api=r,i.__block=!e.incrementalPrepareRender,F(this,t,i)},m.performDataProcessorTasks=function(e,t){y(this,this._dataProcessorHandlers,e,t,{block:!0})},m.performVisualTasks=function(e,t,n){y(this,this._visualHandlers,e,t,n)},m.performSeriesTasks=function(e){var t;e.eachSeries((function(e){t|=e.dataTask.perform()})),this.unfinished|=t},m.plan=function(){this._pipelineMap.each((function(e){var t=e.tail;do{if(t.__block){e.blockIndex=t.__idxInPipeline;break}t=t.getUpstream()}while(t)}))};var x=m.updatePayload=function(e,t){"remain"!==t&&(e.context.payload=t)};function w(e,t,n,r,i){var o=n.seriesTaskMap||(n.seriesTaskMap=s()),a=t.seriesType,l=t.getTargetSeries;function u(n){var a=n.uid,s=o.get(a)||o.set(a,c({plan:E,reset:M,count:D}));s.context={model:n,ecModel:r,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:e},F(e,n,s)}t.createOnAllSeries?r.eachRawSeries(u):a?r.eachRawSeriesByType(a,u):l&&l(r,i).each(u);var A=e._pipelineMap;o.each((function(e,t){A.get(t)||(e.dispose(),o.removeKey(t))}))}function _(e,t,n,r,o){var a=n.overallTask=n.overallTask||c({reset:b});a.context={ecModel:r,api:o,overallReset:t.overallReset,scheduler:e};var l=a.agentStubMap=a.agentStubMap||s(),u=t.seriesType,A=t.getTargetSeries,h=!0,d=t.modifyOutputEnd;function f(t){var n=t.uid,r=l.get(n);r||(r=l.set(n,c({reset:B,onDirty:S})),a.dirty()),r.context={model:t,overallProgress:h,modifyOutputEnd:d},r.agent=a,r.__block=h,F(e,t,r)}u?r.eachRawSeriesByType(u,f):A?A(r,o).each(f):(h=!1,i(r.getSeries(),f));var p=e._pipelineMap;l.each((function(e,t){p.get(t)||(e.dispose(),a.dirty(),l.removeKey(t))}))}function b(e){e.overallReset(e.ecModel,e.api,e.payload)}function B(e,t){return e.overallProgress&&C}function C(){this.agent.dirty(),this.getDownstream().dirty()}function S(){this.agent&&this.agent.dirty()}function E(e){return e.plan&&e.plan(e.model,e.ecModel,e.api,e.payload)}function M(e){e.useClearVisual&&e.data.clearAllVisual();var t=e.resetDefines=g(e.reset(e.model,e.ecModel,e.api,e.payload));return t.length>1?o(t,(function(e,t){return T(t)})):I}var I=T(0);function T(e){return function(t,n){var r=n.data,i=n.resetDefines[e];if(i&&i.dataEach)for(var o=t.start;o<t.end;o++)i.dataEach(r,o);else i&&i.progress&&i.progress(t,r)}}function D(e){return e.data.count()}function F(e,t,n){var r=t.uid,i=e._pipelineMap.get(r);!i.head&&(i.head=n),i.tail&&i.tail.pipe(n),i.tail=n,n.__idxInPipeline=i.count++,n.__pipeline=i}function Q(e){L=null;try{e(U,O)}catch(t){}return L}v.wrapStageHandler=function(e,t){return a(e)&&(e={overallReset:e,seriesType:Q(e)}),e.uid=h("stageHandler"),t&&(e.visualType=t),e};var L,U={},O={};function N(e,t){for(var n in t.prototype)e[n]=l}N(U,d),N(O,f),U.eachSeriesByType=U.eachRawSeriesByType=function(e){L=e},U.eachComponent=function(e){"series"===e.mainType&&e.subType&&(L=e.subType)};var k=v;e.exports=k},"6a4c":function(e,t,n){var r=n("4527"),i=n("6d8b"),o=n("0fd3"),a=n("401b");function s(e,t,n){o.call(this,e,t,n),this._lastFrame=0,this._lastFramePercent=0}var l=s.prototype;l.createLine=function(e,t,n){return new r(e,t,n)},l.updateAnimationPoints=function(e,t){this._points=t;for(var n=[0],r=0,i=1;i<t.length;i++){var o=t[i-1],s=t[i];r+=a.dist(o,s),n.push(r)}if(0!==r){for(i=0;i<n.length;i++)n[i]/=r;this._offsets=n,this._length=r}},l.getLineLength=function(e){return this._length},l.updateSymbolPosition=function(e){var t=e.__t,n=this._points,r=this._offsets,i=n.length;if(r){var o=this._lastFrame;if(t<this._lastFramePercent){var s=Math.min(o+1,i-1);for(l=s;l>=0;l--)if(r[l]<=t)break;l=Math.min(l,i-2)}else{for(var l=o;l<i;l++)if(r[l]>t)break;l=Math.min(l-1,i-2)}a.lerp(e.position,n[l],n[l+1],(t-r[l])/(r[l+1]-r[l]));var u=n[l+1][0]-n[l][0],c=n[l+1][1]-n[l][1];e.rotation=-Math.atan2(c,u)-Math.PI/2,this._lastFrame=l,this._lastFramePercent=t,e.ignore=!1}},i.inherits(s,o);var u=s;e.exports=u},"6acf":function(e,t,n){var r=n("eda2"),i=n("dcb3"),o=n("2306"),a=n("ff2e"),s=n("1687"),l=n("fab2"),u=n("6679"),c=i.extend({makeElOption:function(e,t,n,i,o){var s=n.axis;"angle"===s.dim&&(this.animationThreshold=Math.PI/18);var l,u=s.polar,c=u.getOtherAxis(s),d=c.getExtent();l=s["dataTo"+r.capitalFirst(s.dim)](t);var f=i.get("type");if(f&&"none"!==f){var p=a.buildElStyle(i),g=h[f](s,u,l,d,p);g.style=p,e.graphicKey=g.type,e.pointer=g}var v=i.get("label.margin"),m=A(t,n,i,u,v);a.buildLabelElOption(e,n,i,o,m)}});function A(e,t,n,r,i){var a=t.axis,u=a.dataToCoord(e),c=r.getAngleAxis().getExtent()[0];c=c/180*Math.PI;var A,h,d,f=r.getRadiusAxis().getExtent();if("radius"===a.dim){var p=s.create();s.rotate(p,p,c),s.translate(p,p,[r.cx,r.cy]),A=o.applyTransform([u,-i],p);var g=t.getModel("axisLabel").get("rotate")||0,v=l.innerTextLayout(c,g*Math.PI/180,-1);h=v.textAlign,d=v.textVerticalAlign}else{var m=f[1];A=r.coordToPoint([m+i,u]);var y=r.cx,x=r.cy;h=Math.abs(A[0]-y)/m<.3?"center":A[0]>y?"left":"right",d=Math.abs(A[1]-x)/m<.3?"middle":A[1]>x?"top":"bottom"}return{position:A,align:h,verticalAlign:d}}var h={line:function(e,t,n,r,i){return"angle"===e.dim?{type:"Line",shape:a.makeLineShape(t.coordToPoint([r[0],n]),t.coordToPoint([r[1],n]))}:{type:"Circle",shape:{cx:t.cx,cy:t.cy,r:n}}},shadow:function(e,t,n,r,i){var o=Math.max(1,e.getBandWidth()),s=Math.PI/180;return"angle"===e.dim?{type:"Sector",shape:a.makeSectorShape(t.cx,t.cy,r[0],r[1],(-n-o/2)*s,(o/2-n)*s)}:{type:"Sector",shape:a.makeSectorShape(t.cx,t.cy,n-o/2,n+o/2,0,2*Math.PI)}}};u.registerAxisPointerClass("PolarAxisPointer",c);var d=c;e.exports=d},"6b75":function(e,t,n){"use strict";function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}n.d(t,"a",(function(){return r}))},"6bd4":function(e,t){var n={Russia:[100,60],"United States":[-99,38],"United States of America":[-99,38]};function r(e,t){if("world"===e){var r=n[t.name];if(r){var i=t.center;i[0]=r[0],i[1]=r[1]}}}e.exports=r},"6c12":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("fab2"),s=n("2306"),l=["axisLine","axisTickLabel","axisName"],u=i.extendComponentView({type:"radar",render:function(e,t,n){var r=this.group;r.removeAll(),this._buildAxes(e),this._buildSplitLineAndArea(e)},_buildAxes:function(e){var t=e.coordinateSystem,n=t.getIndicatorAxes(),r=o.map(n,(function(e){var n=new a(e.model,{position:[t.cx,t.cy],rotation:e.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return n}));o.each(r,(function(e){o.each(l,e.add,e),this.group.add(e.getGroup())}),this)},_buildSplitLineAndArea:function(e){var t=e.coordinateSystem,n=t.getIndicatorAxes();if(n.length){var r=e.get("shape"),i=e.getModel("splitLine"),a=e.getModel("splitArea"),l=i.getModel("lineStyle"),u=a.getModel("areaStyle"),c=i.get("show"),A=a.get("show"),h=l.get("color"),d=u.get("color");h=o.isArray(h)?h:[h],d=o.isArray(d)?d:[d];var f=[],p=[];if("circle"===r)for(var g=n[0].getTicksCoords(),v=t.cx,m=t.cy,y=0;y<g.length;y++){if(c){var x=M(f,h,y);f[x].push(new s.Circle({shape:{cx:v,cy:m,r:g[y].coord}}))}if(A&&y<g.length-1){x=M(p,d,y);p[x].push(new s.Ring({shape:{cx:v,cy:m,r0:g[y].coord,r:g[y+1].coord}}))}}else{var w,_=o.map(n,(function(e,n){var r=e.getTicksCoords();return w=null==w?r.length-1:Math.min(r.length-1,w),o.map(r,(function(e){return t.coordToPoint(e.coord,n)}))})),b=[];for(y=0;y<=w;y++){for(var B=[],C=0;C<n.length;C++)B.push(_[C][y]);if(B[0]&&B.push(B[0].slice()),c){x=M(f,h,y);f[x].push(new s.Polyline({shape:{points:B}}))}if(A&&b){x=M(p,d,y-1);p[x].push(new s.Polygon({shape:{points:B.concat(b)}}))}b=B.slice().reverse()}}var S=l.getLineStyle(),E=u.getAreaStyle();o.each(p,(function(e,t){this.group.add(s.mergePath(e,{style:o.defaults({stroke:"none",fill:d[t%d.length]},E),silent:!0}))}),this),o.each(f,(function(e,t){this.group.add(s.mergePath(e,{style:o.defaults({fill:"none",stroke:h[t%h.length]},S),silent:!0}))}),this)}function M(e,t,n){var r=n%t.length;return e[r]=e[r]||[],r}}});e.exports=u},"6c12f":function(e,t,n){var r=n("3eba");n("2cfc"),n("adf4"),n("255c");var i=n("527a"),o=n("71b2"),a=n("d3f4");r.registerLayout(i),r.registerVisual(o),r.registerProcessor(a("themeRiver"))},"6ca1":function(e,t,n){var r=n("9fbb"),i=n("c901");e.exports=function(e){return r(i(e))}},"6cb7":function(e,t,n){var r=n("6d8b"),i=n("4319"),o=n("8918"),a=n("625e"),s=a.enableClassManagement,l=a.parseClassType,u=n("e0d3"),c=u.makeInner,A=n("f934"),h=n("de1c"),d=c(),f=i.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(e,t,n,r){i.call(this,e,t,n,r),this.uid=o.getUID("ec_cpt_model")},init:function(e,t,n,r){this.mergeDefaultAndTheme(e,n)},mergeDefaultAndTheme:function(e,t){var n=this.layoutMode,i=n?A.getLayoutParams(e):{},o=t.getTheme();r.merge(e,o.get(this.mainType)),r.merge(e,this.getDefaultOption()),n&&A.mergeLayoutParam(e,i,n)},mergeOption:function(e,t){r.merge(this.option,e,!0);var n=this.layoutMode;n&&A.mergeLayoutParam(this.option,e,n)},optionUpdated:function(e,t){},getDefaultOption:function(){var e=d(this);if(!e.defaultOption){var t=[],n=this.constructor;while(n){var i=n.prototype.defaultOption;i&&t.push(i),n=n.superClass}for(var o={},a=t.length-1;a>=0;a--)o=r.merge(o,t[a],!0);e.defaultOption=o}return e.defaultOption},getReferringComponents:function(e){return this.ecModel.queryComponents({mainType:e,index:this.get(e+"Index",!0),id:this.get(e+"Id",!0)})}});function p(e){var t=[];return r.each(f.getClassesByMainType(e),(function(e){t=t.concat(e.prototype.dependencies||[])})),t=r.map(t,(function(e){return l(e).main})),"dataset"!==e&&r.indexOf(t,"dataset")<=0&&t.unshift("dataset"),t}s(f,{registerWhenExtend:!0}),o.enableSubTypeDefaulter(f),o.enableTopologicalTravel(f,p),r.mixin(f,h);var g=f;e.exports=g},"6cc5":function(e,t,n){var r=n("6d8b"),i=n("401b"),o=n("1687"),a=n("9850"),s=n("0cde"),l=i.applyTransform;function u(){s.call(this)}function c(e){this.name=e,this.zoomLimit,s.call(this),this._roamTransformable=new u,this._rawTransformable=new u,this._center,this._zoom}function A(e,t,n,r){var i=n.seriesModel,o=i?i.coordinateSystem:null;return o===this?o[e](r):null}r.mixin(u,s),c.prototype={constructor:c,type:"view",dimensions:["x","y"],setBoundingRect:function(e,t,n,r){return this._rect=new a(e,t,n,r),this._rect},getBoundingRect:function(){return this._rect},setViewRect:function(e,t,n,r){this.transformTo(e,t,n,r),this._viewRect=new a(e,t,n,r)},transformTo:function(e,t,n,r){var i=this.getBoundingRect(),o=this._rawTransformable;o.transform=i.calculateTransform(new a(e,t,n,r)),o.decomposeTransform(),this._updateTransform()},setCenter:function(e){e&&(this._center=e,this._updateCenterAndZoom())},setZoom:function(e){e=e||1;var t=this.zoomLimit;t&&(null!=t.max&&(e=Math.min(t.max,e)),null!=t.min&&(e=Math.max(t.min,e))),this._zoom=e,this._updateCenterAndZoom()},getDefaultCenter:function(){var e=this.getBoundingRect(),t=e.x+e.width/2,n=e.y+e.height/2;return[t,n]},getCenter:function(){return this._center||this.getDefaultCenter()},getZoom:function(){return this._zoom||1},getRoamTransform:function(){return this._roamTransformable.getLocalTransform()},_updateCenterAndZoom:function(){var e=this._rawTransformable.getLocalTransform(),t=this._roamTransformable,n=this.getDefaultCenter(),r=this.getCenter(),o=this.getZoom();r=i.applyTransform([],r,e),n=i.applyTransform([],n,e),t.origin=r,t.position=[n[0]-r[0],n[1]-r[1]],t.scale=[o,o],this._updateTransform()},_updateTransform:function(){var e=this._roamTransformable,t=this._rawTransformable;t.parent=e,e.updateTransform(),t.updateTransform(),o.copy(this.transform||(this.transform=[]),t.transform||o.create()),this._rawTransform=t.getLocalTransform(),this.invTransform=this.invTransform||[],o.invert(this.invTransform,this.transform),this.decomposeTransform()},getTransformInfo:function(){var e=this._roamTransformable.transform,t=this._rawTransformable;return{roamTransform:e?r.slice(e):o.create(),rawScale:r.slice(t.scale),rawPosition:r.slice(t.position)}},getViewRect:function(){return this._viewRect},getViewRectAfterRoam:function(){var e=this.getBoundingRect().clone();return e.applyTransform(this.transform),e},dataToPoint:function(e,t,n){var r=t?this._rawTransform:this.transform;return n=n||[],r?l(n,e,r):i.copy(n,e)},pointToData:function(e){var t=this.invTransform;return t?l([],e,t):[e[0],e[1]]},convertToPixel:r.curry(A,"dataToPoint"),convertFromPixel:r.curry(A,"pointToData"),containPoint:function(e){return this.getViewRectAfterRoam().contain(e[0],e[1])}},r.mixin(c,s);var h=c;e.exports=h},"6cd8":function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("1418"),a=n("22da"),s=a.radialCoordinate,l=n("3eba"),u=n("e263"),c=n("6cc5"),A=n("01ef"),h=n("4a01"),d=n("c526"),f=d.onIrrelevantElement,p=n("4e08"),g=(p.__DEV__,n("3842")),v=g.parsePercent,m=i.extendShape({shape:{parentPoint:[],childPoints:[],orient:"",forkPosition:""},style:{stroke:"#000",fill:null},buildPath:function(e,t){var n=t.childPoints,r=n.length,i=t.parentPoint,o=n[0],a=n[r-1];if(1===r)return e.moveTo(i[0],i[1]),void e.lineTo(o[0],o[1]);var s=t.orient,l="TB"===s||"BT"===s?0:1,u=1-l,c=v(t.forkPosition,1),A=[];A[l]=i[l],A[u]=i[u]+(a[u]-i[u])*c,e.moveTo(i[0],i[1]),e.lineTo(A[0],A[1]),e.moveTo(o[0],o[1]),A[l]=o[l],e.lineTo(A[0],A[1]),A[l]=a[l],e.lineTo(A[0],A[1]),e.lineTo(a[0],a[1]);for(var h=1;h<r-1;h++){var d=n[h];e.moveTo(d[0],d[1]),A[l]=d[l],e.lineTo(A[0],A[1])}}}),y=l.extendChartView({type:"tree",init:function(e,t){this._oldTree,this._mainGroup=new i.Group,this._controller=new h(t.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},render:function(e,t,n,r){var i=e.getData(),o=e.layoutInfo,a=this._mainGroup,s=e.get("layout");"radial"===s?a.attr("position",[o.x+o.width/2,o.y+o.height/2]):a.attr("position",[o.x,o.y]),this._updateViewCoordSys(e,o,s),this._updateController(e,t,n);var l=this._data,u={expandAndCollapse:e.get("expandAndCollapse"),layout:s,edgeShape:e.get("edgeShape"),edgeForkPosition:e.get("edgeForkPosition"),orient:e.getOrient(),curvature:e.get("lineStyle.curveness"),symbolRotate:e.get("symbolRotate"),symbolOffset:e.get("symbolOffset"),hoverAnimation:e.get("hoverAnimation"),useNameLabel:!0,fadeIn:!0};i.diff(l).add((function(t){x(i,t)&&_(i,t,null,a,e,u)})).update((function(t,n){var r=l.getItemGraphicEl(n);x(i,t)?_(i,t,r,a,e,u):r&&B(l,n,r,a,e,u)})).remove((function(t){var n=l.getItemGraphicEl(t);n&&B(l,t,n,a,e,u)})).execute(),this._nodeScaleRatio=e.get("nodeScaleRatio"),this._updateNodeAndLinkScale(e),!0===u.expandAndCollapse&&i.eachItemGraphicEl((function(t,r){t.off("click").on("click",(function(){n.dispatchAction({type:"treeExpandAndCollapse",seriesId:e.id,dataIndex:r})}))})),this._data=i},_updateViewCoordSys:function(e){var t=e.getData(),n=[];t.each((function(e){var r=t.getItemLayout(e);!r||isNaN(r.x)||isNaN(r.y)||n.push([+r.x,+r.y])}));var r=[],i=[];u.fromPoints(n,r,i);var o=this._min,a=this._max;i[0]-r[0]===0&&(r[0]=o?o[0]:r[0]-1,i[0]=a?a[0]:i[0]+1),i[1]-r[1]===0&&(r[1]=o?o[1]:r[1]-1,i[1]=a?a[1]:i[1]+1);var s=e.coordinateSystem=new c;s.zoomLimit=e.get("scaleLimit"),s.setBoundingRect(r[0],r[1],i[0]-r[0],i[1]-r[1]),s.setCenter(e.get("center")),s.setZoom(e.get("zoom")),this.group.attr({position:s.position,scale:s.scale}),this._viewCoordSys=s,this._min=r,this._max=i},_updateController:function(e,t,n){var r=this._controller,i=this._controllerHost,o=this.group;r.setPointerChecker((function(t,r,i){var a=o.getBoundingRect();return a.applyTransform(o.transform),a.contain(r,i)&&!f(t,n,e)})),r.enable(e.get("roam")),i.zoomLimit=e.get("scaleLimit"),i.zoom=e.coordinateSystem.getZoom(),r.off("pan").off("zoom").on("pan",(function(t){A.updateViewOnPan(i,t.dx,t.dy),n.dispatchAction({seriesId:e.id,type:"treeRoam",dx:t.dx,dy:t.dy})}),this).on("zoom",(function(t){A.updateViewOnZoom(i,t.scale,t.originX,t.originY),n.dispatchAction({seriesId:e.id,type:"treeRoam",zoom:t.scale,originX:t.originX,originY:t.originY}),this._updateNodeAndLinkScale(e)}),this)},_updateNodeAndLinkScale:function(e){var t=e.getData(),n=this._getNodeGlobalScale(e),r=[n,n];t.eachItemGraphicEl((function(e,t){e.attr("scale",r)}))},_getNodeGlobalScale:function(e){var t=e.coordinateSystem;if("view"!==t.type)return 1;var n=this._nodeScaleRatio,r=t.scale,i=r&&r[0]||1,o=t.getZoom(),a=(o-1)*n+1;return a/i},dispose:function(){this._controller&&this._controller.dispose(),this._controllerHost={}},remove:function(){this._mainGroup.removeAll(),this._data=null}});function x(e,t){var n=e.getItemLayout(t);return n&&!isNaN(n.x)&&!isNaN(n.y)&&"none"!==e.getItemVisual(t,"symbol")}function w(e,t,n){return n.itemModel=t,n.itemStyle=t.getModel("itemStyle").getItemStyle(),n.hoverItemStyle=t.getModel("emphasis.itemStyle").getItemStyle(),n.lineStyle=t.getModel("lineStyle").getLineStyle(),n.labelModel=t.getModel("label"),n.hoverLabelModel=t.getModel("emphasis.label"),!1===e.isExpand&&0!==e.children.length?n.symbolInnerColor=n.itemStyle.fill:n.symbolInnerColor="#fff",n}function _(e,t,n,r,a,s){var l=!n,u=e.tree.getNodeByDataIndex(t),c=u.getModel(),A=(s=w(u,c,s),e.tree.root),h=u.parentNode===A?u:u.parentNode||u,d=e.getItemGraphicEl(h.dataIndex),f=h.getLayout(),p=d?{x:d.position[0],y:d.position[1],rawX:d.__radialOldRawX,rawY:d.__radialOldRawY}:f,g=u.getLayout();l?(n=new o(e,t,s),n.attr("position",[p.x,p.y])):n.updateData(e,t,s),n.__radialOldRawX=n.__radialRawX,n.__radialOldRawY=n.__radialRawY,n.__radialRawX=g.rawX,n.__radialRawY=g.rawY,r.add(n),e.setItemGraphicEl(t,n),i.updateProps(n,{position:[g.x,g.y]},a);var v=n.getSymbolPath();if("radial"===s.layout){var m,y,x=A.children[0],_=x.getLayout(),B=x.children.length;if(g.x===_.x&&!0===u.isExpand){var C={};C.x=(x.children[0].getLayout().x+x.children[B-1].getLayout().x)/2,C.y=(x.children[0].getLayout().y+x.children[B-1].getLayout().y)/2,m=Math.atan2(C.y-_.y,C.x-_.x),m<0&&(m=2*Math.PI+m),y=C.x<_.x,y&&(m-=Math.PI)}else m=Math.atan2(g.y-_.y,g.x-_.x),m<0&&(m=2*Math.PI+m),0===u.children.length||0!==u.children.length&&!1===u.isExpand?(y=g.x<_.x,y&&(m-=Math.PI)):(y=g.x>_.x,y||(m-=Math.PI));var S=y?"left":"right",E=s.labelModel.get("rotate"),M=E*(Math.PI/180);v.setStyle({textPosition:s.labelModel.get("position")||S,textRotation:null==E?-m:M,textOrigin:"center",verticalAlign:"middle"})}b(a,u,A,n,p,f,g,r,s)}function b(e,t,n,o,a,s,l,u,c){var A=c.edgeShape,h=o.__edge;if("curve"===A)t.parentNode&&t.parentNode!==n&&(h||(h=o.__edge=new i.BezierCurve({shape:C(c,a,a),style:r.defaults({opacity:0,strokeNoScale:!0},c.lineStyle)})),i.updateProps(h,{shape:C(c,s,l),style:r.defaults({opacity:1},c.lineStyle)},e));else if("polyline"===A&&"orthogonal"===c.layout&&t!==n&&t.children&&0!==t.children.length&&!0===t.isExpand){for(var d=t.children,f=[],p=0;p<d.length;p++){var g=d[p].getLayout();f.push([g.x,g.y])}h||(h=o.__edge=new m({shape:{parentPoint:[l.x,l.y],childPoints:[[l.x,l.y]],orient:c.orient,forkPosition:c.edgeForkPosition},style:r.defaults({opacity:0,strokeNoScale:!0},c.lineStyle)})),i.updateProps(h,{shape:{parentPoint:[l.x,l.y],childPoints:f},style:r.defaults({opacity:1},c.lineStyle)},e)}u.add(h)}function B(e,t,n,r,o,a){var s,l=e.tree.getNodeByDataIndex(t),u=e.tree.root,c=l.getModel(),A=(a=w(l,c,a),l.parentNode===u?l:l.parentNode||l),h=a.edgeShape;while(s=A.getLayout(),null==s)A=A.parentNode===u?A:A.parentNode||A;i.updateProps(n,{position:[s.x+1,s.y+1]},o,(function(){r.remove(n),e.setItemGraphicEl(t,null)})),n.fadeOut(null,{keepLabel:!0});var d=e.getItemGraphicEl(A.dataIndex),f=d.__edge,p=n.__edge||(!1===A.isExpand||1===A.children.length?f:void 0);h=a.edgeShape;p&&("curve"===h?i.updateProps(p,{shape:C(a,s,s),style:{opacity:0}},o,(function(){r.remove(p)})):"polyline"===h&&"orthogonal"===a.layout&&i.updateProps(p,{shape:{parentPoint:[s.x,s.y],childPoints:[[s.x,s.y]]},style:{opacity:0}},o,(function(){r.remove(p)})))}function C(e,t,n){var r,i,o,a,l,u,c,A,h=e.orient;if("radial"===e.layout){l=t.rawX,c=t.rawY,u=n.rawX,A=n.rawY;var d=s(l,c),f=s(l,c+(A-c)*e.curvature),p=s(u,A+(c-A)*e.curvature),g=s(u,A);return{x1:d.x,y1:d.y,x2:g.x,y2:g.y,cpx1:f.x,cpy1:f.y,cpx2:p.x,cpy2:p.y}}return l=t.x,c=t.y,u=n.x,A=n.y,"LR"!==h&&"RL"!==h||(r=l+(u-l)*e.curvature,i=c,o=u+(l-u)*e.curvature,a=A),"TB"!==h&&"BT"!==h||(r=l,i=c+(A-c)*e.curvature,o=u,a=A+(c-A)*e.curvature),{x1:l,y1:c,x2:u,y2:A,cpx1:r,cpy1:i,cpx2:o,cpy2:a}}e.exports=y},"6d61":function(e,t,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("94ca"),a=n("6eeb"),s=n("f183"),l=n("2266"),u=n("19aa"),c=n("861d"),A=n("d039"),h=n("1c7e"),d=n("d44e"),f=n("7156");e.exports=function(e,t,n){var p=-1!==e.indexOf("Map"),g=-1!==e.indexOf("Weak"),v=p?"set":"add",m=i[e],y=m&&m.prototype,x=m,w={},_=function(e){var t=y[e];a(y,e,"add"==e?function(e){return t.call(this,0===e?0:e),this}:"delete"==e?function(e){return!(g&&!c(e))&&t.call(this,0===e?0:e)}:"get"==e?function(e){return g&&!c(e)?void 0:t.call(this,0===e?0:e)}:"has"==e?function(e){return!(g&&!c(e))&&t.call(this,0===e?0:e)}:function(e,n){return t.call(this,0===e?0:e,n),this})};if(o(e,"function"!=typeof m||!(g||y.forEach&&!A((function(){(new m).entries().next()})))))x=n.getConstructor(t,e,p,v),s.REQUIRED=!0;else if(o(e,!0)){var b=new x,B=b[v](g?{}:-0,1)!=b,C=A((function(){b.has(1)})),S=h((function(e){new m(e)})),E=!g&&A((function(){var e=new m,t=5;while(t--)e[v](t,t);return!e.has(-0)}));S||(x=t((function(t,n){u(t,x,e);var r=f(new m,t,x);return void 0!=n&&l(n,r[v],r,p),r})),x.prototype=y,y.constructor=x),(C||E)&&(_("delete"),_("has"),p&&_("get")),(E||B)&&_(v),g&&y.clear&&delete y.clear}return w[e]=x,r({global:!0,forced:x!=m},w),d(x,e),g||n.setStrong(x,e,p),x}},"6d8b":function(e,t){var n={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},r={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},i=Object.prototype.toString,o=Array.prototype,a=o.forEach,s=o.filter,l=o.slice,u=o.map,c=o.reduce,A={};function h(e,t){"createCanvas"===e&&(m=null),A[e]=t}function d(e){if(null==e||"object"!==typeof e)return e;var t=e,o=i.call(e);if("[object Array]"===o){if(!Y(e)){t=[];for(var a=0,s=e.length;a<s;a++)t[a]=d(e[a])}}else if(r[o]){if(!Y(e)){var l=e.constructor;if(e.constructor.from)t=l.from(e);else{t=new l(e.length);for(a=0,s=e.length;a<s;a++)t[a]=d(e[a])}}}else if(!n[o]&&!Y(e)&&!k(e))for(var u in t={},e)e.hasOwnProperty(u)&&(t[u]=d(e[u]));return t}function f(e,t,n){if(!U(t)||!U(e))return n?d(t):e;for(var r in t)if(t.hasOwnProperty(r)){var i=e[r],o=t[r];!U(o)||!U(i)||F(o)||F(i)||k(o)||k(i)||O(o)||O(i)||Y(o)||Y(i)?!n&&r in e||(e[r]=d(t[r],!0)):f(i,o,n)}return e}function p(e,t){for(var n=e[0],r=1,i=e.length;r<i;r++)n=f(n,e[r],t);return n}function g(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}function v(e,t,n){for(var r in t)t.hasOwnProperty(r)&&(n?null!=t[r]:null==e[r])&&(e[r]=t[r]);return e}var m,y=function(){return A.createCanvas()};function x(){return m||(m=y().getContext("2d")),m}function w(e,t){if(e){if(e.indexOf)return e.indexOf(t);for(var n=0,r=e.length;n<r;n++)if(e[n]===t)return n}return-1}function _(e,t){var n=e.prototype;function r(){}for(var i in r.prototype=t.prototype,e.prototype=new r,n)n.hasOwnProperty(i)&&(e.prototype[i]=n[i]);e.prototype.constructor=e,e.superClass=t}function b(e,t,n){e="prototype"in e?e.prototype:e,t="prototype"in t?t.prototype:t,v(e,t,n)}function B(e){if(e)return"string"!==typeof e&&"number"===typeof e.length}function C(e,t,n){if(e&&t)if(e.forEach&&e.forEach===a)e.forEach(t,n);else if(e.length===+e.length)for(var r=0,i=e.length;r<i;r++)t.call(n,e[r],r,e);else for(var o in e)e.hasOwnProperty(o)&&t.call(n,e[o],o,e)}function S(e,t,n){if(e&&t){if(e.map&&e.map===u)return e.map(t,n);for(var r=[],i=0,o=e.length;i<o;i++)r.push(t.call(n,e[i],i,e));return r}}function E(e,t,n,r){if(e&&t){if(e.reduce&&e.reduce===c)return e.reduce(t,n,r);for(var i=0,o=e.length;i<o;i++)n=t.call(r,n,e[i],i,e);return n}}function M(e,t,n){if(e&&t){if(e.filter&&e.filter===s)return e.filter(t,n);for(var r=[],i=0,o=e.length;i<o;i++)t.call(n,e[i],i,e)&&r.push(e[i]);return r}}function I(e,t,n){if(e&&t)for(var r=0,i=e.length;r<i;r++)if(t.call(n,e[r],r,e))return e[r]}function T(e,t){var n=l.call(arguments,2);return function(){return e.apply(t,n.concat(l.call(arguments)))}}function D(e){var t=l.call(arguments,1);return function(){return e.apply(this,t.concat(l.call(arguments)))}}function F(e){return"[object Array]"===i.call(e)}function Q(e){return"function"===typeof e}function L(e){return"[object String]"===i.call(e)}function U(e){var t=typeof e;return"function"===t||!!e&&"object"===t}function O(e){return!!n[i.call(e)]}function N(e){return!!r[i.call(e)]}function k(e){return"object"===typeof e&&"number"===typeof e.nodeType&&"object"===typeof e.ownerDocument}function P(e){return e!==e}function H(e){for(var t=0,n=arguments.length;t<n;t++)if(null!=arguments[t])return arguments[t]}function R(e,t){return null!=e?e:t}function z(e,t,n){return null!=e?e:null!=t?t:n}function V(){return Function.call.apply(l,arguments)}function K(e){if("number"===typeof e)return[e,e,e,e];var t=e.length;return 2===t?[e[0],e[1],e[0],e[1]]:3===t?[e[0],e[1],e[2],e[1]]:e}function G(e,t){if(!e)throw new Error(t)}function j(e){return null==e?null:"function"===typeof e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}A.createCanvas=function(){return document.createElement("canvas")};var W="__ec_primitive__";function X(e){e[W]=!0}function Y(e){return e[W]}function q(e){var t=F(e);this.data={};var n=this;function r(e,r){t?n.set(e,r):n.set(r,e)}e instanceof q?e.each(r):e&&C(e,r)}function J(e){return new q(e)}function Z(e,t){for(var n=new e.constructor(e.length+t.length),r=0;r<e.length;r++)n[r]=e[r];var i=e.length;for(r=0;r<t.length;r++)n[r+i]=t[r];return n}function $(){}q.prototype={constructor:q,get:function(e){return this.data.hasOwnProperty(e)?this.data[e]:null},set:function(e,t){return this.data[e]=t},each:function(e,t){for(var n in void 0!==t&&(e=T(e,t)),this.data)this.data.hasOwnProperty(n)&&e(this.data[n],n)},removeKey:function(e){delete this.data[e]}},t.$override=h,t.clone=d,t.merge=f,t.mergeAll=p,t.extend=g,t.defaults=v,t.createCanvas=y,t.getContext=x,t.indexOf=w,t.inherits=_,t.mixin=b,t.isArrayLike=B,t.each=C,t.map=S,t.reduce=E,t.filter=M,t.find=I,t.bind=T,t.curry=D,t.isArray=F,t.isFunction=Q,t.isString=L,t.isObject=U,t.isBuiltInObject=O,t.isTypedArray=N,t.isDom=k,t.eqNaN=P,t.retrieve=H,t.retrieve2=R,t.retrieve3=z,t.slice=V,t.normalizeCssArray=K,t.assert=G,t.trim=j,t.setAsPrimitive=X,t.isPrimitive=Y,t.createHashMap=J,t.concatArray=Z,t.noop=$},"6d9a":function(e,t){function n(e,t,n){var r,i=[e],o=[];while(r=i.pop())if(o.push(r),r.isExpand){var a=r.children;if(a.length)for(var s=0;s<a.length;s++)i.push(a[s])}while(r=o.pop())t(r,n)}function r(e,t){var n,r=[e];while(n=r.pop())if(t(n),n.isExpand){var i=n.children;if(i.length)for(var o=i.length-1;o>=0;o--)r.push(i[o])}}t.eachAfter=n,t.eachBefore=r},"6dd8":function(e,t,n){"use strict";n.r(t),function(e){var n=function(){if("undefined"!==typeof Map)return Map;function e(e,t){var n=-1;return e.some((function(e,r){return e[0]===t&&(n=r,!0)})),n}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var n=e(this.__entries__,t),r=this.__entries__[n];return r&&r[1]},t.prototype.set=function(t,n){var r=e(this.__entries__,t);~r?this.__entries__[r][1]=n:this.__entries__.push([t,n])},t.prototype.delete=function(t){var n=this.__entries__,r=e(n,t);~r&&n.splice(r,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var n=0,r=this.__entries__;n<r.length;n++){var i=r[n];e.call(t,i[1],i[0])}},t}()}(),r="undefined"!==typeof window&&"undefined"!==typeof document&&window.document===document,i=function(){return"undefined"!==typeof e&&e.Math===Math?e:"undefined"!==typeof self&&self.Math===Math?self:"undefined"!==typeof window&&window.Math===Math?window:Function("return this")()}(),o=function(){return"function"===typeof requestAnimationFrame?requestAnimationFrame.bind(i):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)}}(),a=2;function s(e,t){var n=!1,r=!1,i=0;function s(){n&&(n=!1,e()),r&&u()}function l(){o(s)}function u(){var e=Date.now();if(n){if(e-i<a)return;r=!0}else n=!0,r=!1,setTimeout(l,t);i=e}return u}var l=20,u=["top","right","bottom","left","width","height","size","weight"],c="undefined"!==typeof MutationObserver,A=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=s(this.refresh.bind(this),l)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,n=t.indexOf(e);~n&&t.splice(n,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){var e=this.updateObservers_();e&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){r&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){r&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,n=void 0===t?"":t,r=u.some((function(e){return!!~n.indexOf(e)}));r&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),h=function(e,t){for(var n=0,r=Object.keys(t);n<r.length;n++){var i=r[n];Object.defineProperty(e,i,{value:t[i],enumerable:!1,writable:!1,configurable:!0})}return e},d=function(e){var t=e&&e.ownerDocument&&e.ownerDocument.defaultView;return t||i},f=B(0,0,0,0);function p(e){return parseFloat(e)||0}function g(e){for(var t=[],n=1;n<arguments.length;n++)t[n-1]=arguments[n];return t.reduce((function(t,n){var r=e["border-"+n+"-width"];return t+p(r)}),0)}function v(e){for(var t=["top","right","bottom","left"],n={},r=0,i=t;r<i.length;r++){var o=i[r],a=e["padding-"+o];n[o]=p(a)}return n}function m(e){var t=e.getBBox();return B(0,0,t.width,t.height)}function y(e){var t=e.clientWidth,n=e.clientHeight;if(!t&&!n)return f;var r=d(e).getComputedStyle(e),i=v(r),o=i.left+i.right,a=i.top+i.bottom,s=p(r.width),l=p(r.height);if("border-box"===r.boxSizing&&(Math.round(s+o)!==t&&(s-=g(r,"left","right")+o),Math.round(l+a)!==n&&(l-=g(r,"top","bottom")+a)),!w(e)){var u=Math.round(s+o)-t,c=Math.round(l+a)-n;1!==Math.abs(u)&&(s-=u),1!==Math.abs(c)&&(l-=c)}return B(i.left,i.top,s,l)}var x=function(){return"undefined"!==typeof SVGGraphicsElement?function(e){return e instanceof d(e).SVGGraphicsElement}:function(e){return e instanceof d(e).SVGElement&&"function"===typeof e.getBBox}}();function w(e){return e===d(e).document.documentElement}function _(e){return r?x(e)?m(e):y(e):f}function b(e){var t=e.x,n=e.y,r=e.width,i=e.height,o="undefined"!==typeof DOMRectReadOnly?DOMRectReadOnly:Object,a=Object.create(o.prototype);return h(a,{x:t,y:n,width:r,height:i,top:n,right:t+r,bottom:i+n,left:t}),a}function B(e,t,n,r){return{x:e,y:t,width:n,height:r}}var C=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=B(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=_(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),S=function(){function e(e,t){var n=b(t);h(this,{target:e,contentRect:n})}return e}(),E=function(){function e(e,t,r){if(this.activeObservations_=[],this.observations_=new n,"function"!==typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=t,this.callbackCtx_=r}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof d(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)||(t.set(e,new C(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!==typeof Element&&Element instanceof Object){if(!(e instanceof d(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new S(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),M="undefined"!==typeof WeakMap?new WeakMap:new n,I=function(){function e(t){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var n=A.getInstance(),r=new E(t,n,this);M.set(this,r)}return e}();["observe","unobserve","disconnect"].forEach((function(e){I.prototype[e]=function(){var t;return(t=M.get(this))[e].apply(t,arguments)}}));var T=function(){return"undefined"!==typeof i.ResizeObserver?i.ResizeObserver:I}();t["default"]=T}.call(this,n("c8ba"))},"6eeb":function(e,t,n){var r=n("da84"),i=n("9112"),o=n("5135"),a=n("ce4e"),s=n("8925"),l=n("69f3"),u=l.get,c=l.enforce,A=String(String).split("String");(e.exports=function(e,t,n,s){var l=!!s&&!!s.unsafe,u=!!s&&!!s.enumerable,h=!!s&&!!s.noTargetGet;"function"==typeof n&&("string"!=typeof t||o(n,"name")||i(n,"name",t),c(n).source=A.join("string"==typeof t?t:"")),e!==r?(l?!h&&e[t]&&(u=!0):delete e[t],u?e[t]=n:i(e,t,n)):u?e[t]=n:a(t,n)})(Function.prototype,"toString",(function(){return"function"==typeof this&&u(this).source||s(this)}))},"6f4f":function(e,t,n){var r=n("77e9"),i=n("85e7"),o=n("9742"),a=n("5a94")("IE_PROTO"),s=function(){},l="prototype",u=function(){var e,t=n("05f5")("iframe"),r=o.length,i="<",a=">";t.style.display="none",n("9141").appendChild(t),t.src="javascript:",e=t.contentWindow.document,e.open(),e.write(i+"script"+a+"document.F=Object"+i+"/script"+a),e.close(),u=e.F;while(r--)delete u[l][o[r]];return u()};e.exports=Object.create||function(e,t){var n;return null!==e?(s[l]=r(e),n=new s,s[l]=null,n[a]=e):n=u(),void 0===t?n:i(n,t)}},"6fda":function(e,t,n){var r=n("6d8b"),i=r.each,o="\0_ec_hist_store";function a(e,t){var n=c(e);i(t,(function(t,r){for(var i=n.length-1;i>=0;i--){var o=n[i];if(o[r])break}if(i<0){var a=e.queryComponents({mainType:"dataZoom",subType:"select",id:r})[0];if(a){var s=a.getPercentRange();n[0][r]={dataZoomId:r,start:s[0],end:s[1]}}}})),n.push(t)}function s(e){var t=c(e),n=t[t.length-1];t.length>1&&t.pop();var r={};return i(n,(function(e,n){for(var i=t.length-1;i>=0;i--){e=t[i][n];if(e){r[n]=e;break}}})),r}function l(e){e[o]=null}function u(e){return c(e).length}function c(e){var t=e[o];return t||(t=e[o]=[{}]),t}t.push=a,t.pop=s,t.clear=l,t.count=u},7023:function(e,t,n){var r=n("6d8b"),i={updateSelectedMap:function(e){this._targetList=r.isArray(e)?e.slice():[],this._selectTargetMap=r.reduce(e||[],(function(e,t){return e.set(t.name,t),e}),r.createHashMap())},select:function(e,t){var n=null!=t?this._targetList[t]:this._selectTargetMap.get(e),r=this.get("selectedMode");"single"===r&&this._selectTargetMap.each((function(e){e.selected=!1})),n&&(n.selected=!0)},unSelect:function(e,t){var n=null!=t?this._targetList[t]:this._selectTargetMap.get(e);n&&(n.selected=!1)},toggleSelected:function(e,t){var n=null!=t?this._targetList[t]:this._selectTargetMap.get(e);if(null!=n)return this[n.selected?"unSelect":"select"](e,t),n.selected},isSelected:function(e,t){var n=null!=t?this._targetList[t]:this._selectTargetMap.get(e);return n&&n.selected}};e.exports=i},7156:function(e,t,n){var r=n("861d"),i=n("d2bb");e.exports=function(e,t,n){var o,a;return i&&"function"==typeof(o=t.constructor)&&o!==n&&r(a=o.prototype)&&a!==n.prototype&&i(e,a),e}},"71ad":function(e,t,n){var r=n("6d8b"),i={show:!0,zlevel:0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#333",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,lineStyle:{color:["#ccc"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},o={};o.categoryAxis=r.merge({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},i),o.valueAxis=r.merge({boundaryGap:[0,0],splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#eee",width:1}}},i),o.timeAxis=r.defaults({scale:!0,min:"dataMin",max:"dataMax"},o.valueAxis),o.logAxis=r.defaults({scale:!0,logBase:10},o.valueAxis);var a=o;e.exports=a},"71b2":function(e,t,n){var r=n("6d8b"),i=r.createHashMap;function o(e){e.eachSeriesByType("themeRiver",(function(e){var t=e.getData(),n=e.getRawData(),r=e.get("color"),o=i();t.each((function(e){o.set(t.getRawIndex(e),e)})),n.each((function(i){var a=n.getName(i),s=r[(e.nameMap.get(a)-1)%r.length];n.setItemVisual(i,"color",s);var l=o.get(i);null!=l&&t.setItemVisual(l,"color",s)}))}))}e.exports=o},7293:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("4f85")),o=n("6179"),a=n("6d8b"),s=a.concatArray,l=a.mergeAll,u=a.map,c=n("eda2"),A=c.encodeHTML,h=(n("2039"),"undefined"===typeof Uint32Array?Array:Uint32Array),d="undefined"===typeof Float64Array?Array:Float64Array;function f(e){var t=e.data;t&&t[0]&&t[0][0]&&t[0][0].coord&&(e.data=u(t,(function(e){var t=[e[0].coord,e[1].coord],n={coords:t};return e[0].name&&(n.fromName=e[0].name),e[1].name&&(n.toName=e[1].name),l([n,e[0],e[1]])})))}var p=i.extend({type:"series.lines",dependencies:["grid","polar"],visualColorAccessPath:"lineStyle.color",init:function(e){e.data=e.data||[],f(e);var t=this._processFlatCoordsArray(e.data);this._flatCoords=t.flatCoords,this._flatCoordsOffset=t.flatCoordsOffset,t.flatCoords&&(e.data=new Float32Array(t.count)),p.superApply(this,"init",arguments)},mergeOption:function(e){if(f(e),e.data){var t=this._processFlatCoordsArray(e.data);this._flatCoords=t.flatCoords,this._flatCoordsOffset=t.flatCoordsOffset,t.flatCoords&&(e.data=new Float32Array(t.count))}p.superApply(this,"mergeOption",arguments)},appendData:function(e){var t=this._processFlatCoordsArray(e.data);t.flatCoords&&(this._flatCoords?(this._flatCoords=s(this._flatCoords,t.flatCoords),this._flatCoordsOffset=s(this._flatCoordsOffset,t.flatCoordsOffset)):(this._flatCoords=t.flatCoords,this._flatCoordsOffset=t.flatCoordsOffset),e.data=new Float32Array(t.count)),this.getRawData().appendData(e.data)},_getCoordsFromItemModel:function(e){var t=this.getData().getItemModel(e),n=t.option instanceof Array?t.option:t.getShallow("coords");return n},getLineCoordsCount:function(e){return this._flatCoordsOffset?this._flatCoordsOffset[2*e+1]:this._getCoordsFromItemModel(e).length},getLineCoords:function(e,t){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[2*e],r=this._flatCoordsOffset[2*e+1],i=0;i<r;i++)t[i]=t[i]||[],t[i][0]=this._flatCoords[n+2*i],t[i][1]=this._flatCoords[n+2*i+1];return r}var o=this._getCoordsFromItemModel(e);for(i=0;i<o.length;i++)t[i]=t[i]||[],t[i][0]=o[i][0],t[i][1]=o[i][1];return o.length},_processFlatCoordsArray:function(e){var t=0;if(this._flatCoords&&(t=this._flatCoords.length),"number"===typeof e[0]){for(var n=e.length,r=new h(n),i=new d(n),o=0,a=0,s=0,l=0;l<n;){s++;var u=e[l++];r[a++]=o+t,r[a++]=u;for(var c=0;c<u;c++){var A=e[l++],f=e[l++];i[o++]=A,i[o++]=f}}return{flatCoordsOffset:new Uint32Array(r.buffer,0,a),flatCoords:i,count:s}}return{flatCoordsOffset:null,flatCoords:null,count:e.length}},getInitialData:function(e,t){var n=new o(["value"],this);return n.hasItemOption=!1,n.initData(e.data,[],(function(e,t,r,i){if(e instanceof Array)return NaN;n.hasItemOption=!0;var o=e.value;return null!=o?o instanceof Array?o[i]:o:void 0})),n},formatTooltip:function(e){var t=this.getData(),n=t.getItemModel(e),r=n.get("name");if(r)return r;var i=n.get("fromName"),o=n.get("toName"),a=[];return null!=i&&a.push(i),null!=o&&a.push(o),A(a.join(" > "))},preventIncremental:function(){return!!this.get("effect.show")},getProgressive:function(){var e=this.option.progressive;return null==e?this.option.large?1e4:this.get("progressive"):e},getProgressiveThreshold:function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?2e4:this.get("progressiveThreshold"):e},defaultOption:{coordinateSystem:"geo",zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}}}),g=p;e.exports=g},"72b6":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306"),a=n("eda2"),s=n("f934"),l=n("5f14"),u=r.extendComponentView({type:"visualMap",autoPositionValues:{left:1,right:1,top:1,bottom:1},init:function(e,t){this.ecModel=e,this.api=t,this.visualMapModel},render:function(e,t,n,r){this.visualMapModel=e,!1!==e.get("show")?this.doRender.apply(this,arguments):this.group.removeAll()},renderBackground:function(e){var t=this.visualMapModel,n=a.normalizeCssArray(t.get("padding")||0),r=e.getBoundingRect();e.add(new o.Rect({z2:-1,silent:!0,shape:{x:r.x-n[3],y:r.y-n[0],width:r.width+n[3]+n[1],height:r.height+n[0]+n[2]},style:{fill:t.get("backgroundColor"),stroke:t.get("borderColor"),lineWidth:t.get("borderWidth")}}))},getControllerVisual:function(e,t,n){n=n||{};var r=n.forceState,o=this.visualMapModel,a={};if("symbol"===t&&(a.symbol=o.get("itemSymbol")),"color"===t){var s=o.get("contentColor");a.color=s}function u(e){return a[e]}function c(e,t){a[e]=t}var A=o.controllerVisuals[r||o.getValueState(e)],h=l.prepareVisualTypes(A);return i.each(h,(function(r){var i=A[r];n.convertOpacityToAlpha&&"opacity"===r&&(r="colorAlpha",i=A.__alphaForOpacity),l.dependsOn(r,t)&&i&&i.applyVisual(e,u,c)})),a[t]},positionGroup:function(e){var t=this.visualMapModel,n=this.api;s.positionElement(e,t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()})},doRender:i.noop});e.exports=u},7368:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("625e"),a=o.enableClassCheck;function s(e){return"_EC_"+e}var l=function(e){this._directed=e||!1,this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this.data,this.edgeData},u=l.prototype;function c(e,t){this.id=null==e?"":e,this.inEdges=[],this.outEdges=[],this.edges=[],this.hostGraph,this.dataIndex=null==t?-1:t}function A(e,t,n){this.node1=e,this.node2=t,this.dataIndex=null==n?-1:n}u.type="graph",u.isDirected=function(){return this._directed},u.addNode=function(e,t){e=null==e?""+t:""+e;var n=this._nodesMap;if(!n[s(e)]){var r=new c(e,t);return r.hostGraph=this,this.nodes.push(r),n[s(e)]=r,r}},u.getNodeByIndex=function(e){var t=this.data.getRawIndex(e);return this.nodes[t]},u.getNodeById=function(e){return this._nodesMap[s(e)]},u.addEdge=function(e,t,n){var r=this._nodesMap,i=this._edgesMap;if("number"===typeof e&&(e=this.nodes[e]),"number"===typeof t&&(t=this.nodes[t]),c.isInstance(e)||(e=r[s(e)]),c.isInstance(t)||(t=r[s(t)]),e&&t){var o=e.id+"-"+t.id,a=new A(e,t,n);return a.hostGraph=this,this._directed&&(e.outEdges.push(a),t.inEdges.push(a)),e.edges.push(a),e!==t&&t.edges.push(a),this.edges.push(a),i[o]=a,a}},u.getEdgeByIndex=function(e){var t=this.edgeData.getRawIndex(e);return this.edges[t]},u.getEdge=function(e,t){c.isInstance(e)&&(e=e.id),c.isInstance(t)&&(t=t.id);var n=this._edgesMap;return this._directed?n[e+"-"+t]:n[e+"-"+t]||n[t+"-"+e]},u.eachNode=function(e,t){for(var n=this.nodes,r=n.length,i=0;i<r;i++)n[i].dataIndex>=0&&e.call(t,n[i],i)},u.eachEdge=function(e,t){for(var n=this.edges,r=n.length,i=0;i<r;i++)n[i].dataIndex>=0&&n[i].node1.dataIndex>=0&&n[i].node2.dataIndex>=0&&e.call(t,n[i],i)},u.breadthFirstTraverse=function(e,t,n,r){if(c.isInstance(t)||(t=this._nodesMap[s(t)]),t){for(var i="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;o<this.nodes.length;o++)this.nodes[o].__visited=!1;if(!e.call(r,t,null)){var a=[t];while(a.length){var l=a.shift(),u=l[i];for(o=0;o<u.length;o++){var A=u[o],h=A.node1===l?A.node2:A.node1;if(!h.__visited){if(e.call(r,h,l))return;a.push(h),h.__visited=!0}}}}}},u.update=function(){for(var e=this.data,t=this.edgeData,n=this.nodes,r=this.edges,i=0,o=n.length;i<o;i++)n[i].dataIndex=-1;for(i=0,o=e.count();i<o;i++)n[e.getRawIndex(i)].dataIndex=i;t.filterSelf((function(e){var n=r[t.getRawIndex(e)];return n.node1.dataIndex>=0&&n.node2.dataIndex>=0}));for(i=0,o=r.length;i<o;i++)r[i].dataIndex=-1;for(i=0,o=t.count();i<o;i++)r[t.getRawIndex(i)].dataIndex=i},u.clone=function(){for(var e=new l(this._directed),t=this.nodes,n=this.edges,r=0;r<t.length;r++)e.addNode(t[r].id,t[r].dataIndex);for(r=0;r<n.length;r++){var i=n[r];e.addEdge(i.node1.id,i.node2.id,i.dataIndex)}return e},c.prototype={constructor:c,degree:function(){return this.edges.length},inDegree:function(){return this.inEdges.length},outDegree:function(){return this.outEdges.length},getModel:function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,n=t.data.getItemModel(this.dataIndex);return n.getModel(e)}}},A.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,n=t.edgeData.getItemModel(this.dataIndex);return n.getModel(e)}};var h=function(e,t){return{getValue:function(n){var r=this[e][t];return r.get(r.getDimension(n||"value"),this.dataIndex)},setVisual:function(n,r){this.dataIndex>=0&&this[e][t].setItemVisual(this.dataIndex,n,r)},getVisual:function(n,r){return this[e][t].getItemVisual(this.dataIndex,n,r)},setLayout:function(n,r){this.dataIndex>=0&&this[e][t].setItemLayout(this.dataIndex,n,r)},getLayout:function(){return this[e][t].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[e][t].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[e][t].getRawIndex(this.dataIndex)}}};i.mixin(c,h("hostGraph","data")),i.mixin(A,h("hostGraph","edgeData")),l.Node=c,l.Edge=A,a(c),a(A);var d=l;e.exports=d},"73ca":function(e,t,n){var r=n("2306"),i=n("7e5b");function o(e){this._ctor=e||i,this.group=new r.Group}var a=o.prototype;function s(e,t,n,r){var i=t.getItemLayout(n);if(h(i)){var o=new e._ctor(t,n,r);t.setItemGraphicEl(n,o),e.group.add(o)}}function l(e,t,n,r,i,o){var a=t.getItemGraphicEl(r);h(n.getItemLayout(i))?(a?a.updateData(n,i,o):a=new e._ctor(n,i,o),n.setItemGraphicEl(i,a),e.group.add(a)):e.group.remove(a)}function u(e){return e.animators&&e.animators.length>0}function c(e){var t=e.hostModel;return{lineStyle:t.getModel("lineStyle").getLineStyle(),hoverLineStyle:t.getModel("emphasis.lineStyle").getLineStyle(),labelModel:t.getModel("label"),hoverLabelModel:t.getModel("emphasis.label")}}function A(e){return isNaN(e[0])||isNaN(e[1])}function h(e){return!A(e[0])&&!A(e[1])}a.isPersistent=function(){return!0},a.updateData=function(e){var t=this,n=t.group,r=t._lineData;t._lineData=e,r||n.removeAll();var i=c(e);e.diff(r).add((function(n){s(t,e,n,i)})).update((function(n,o){l(t,r,e,o,n,i)})).remove((function(e){n.remove(r.getItemGraphicEl(e))})).execute()},a.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl((function(t,n){t.updateLayout(e,n)}),this)},a.incrementalPrepareUpdate=function(e){this._seriesScope=c(e),this._lineData=null,this.group.removeAll()},a.incrementalUpdate=function(e,t){function n(e){e.isGroup||u(e)||(e.incremental=e.useHoverLayer=!0)}for(var r=e.start;r<e.end;r++){var i=t.getItemLayout(r);if(h(i)){var o=new this._ctor(t,r,this._seriesScope);o.traverse(n),this.group.add(o),t.setItemGraphicEl(r,o)}}},a.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},a._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var d=o;e.exports=d},7418:function(e,t){t.f=Object.getOwnPropertySymbols},7419:function(e,t,n){var r=n("3eba"),i=n("b336");n("bc5f"),n("ab05"),n("307a"),n("3cd6"),n("d6ef"),r.registerPreprocessor(i)},"746f":function(e,t,n){var r=n("428f"),i=n("5135"),o=n("e538"),a=n("9bf2").f;e.exports=function(e){var t=r.Symbol||(r.Symbol={});i(t,e)||a(t,e,{value:o.f(e)})}},"74cb":function(e,t){var n={linear:function(e){return e},quadraticIn:function(e){return e*e},quadraticOut:function(e){return e*(2-e)},quadraticInOut:function(e){return(e*=2)<1?.5*e*e:-.5*(--e*(e-2)-1)},cubicIn:function(e){return e*e*e},cubicOut:function(e){return--e*e*e+1},cubicInOut:function(e){return(e*=2)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},quarticIn:function(e){return e*e*e*e},quarticOut:function(e){return 1- --e*e*e*e},quarticInOut:function(e){return(e*=2)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},quinticIn:function(e){return e*e*e*e*e},quinticOut:function(e){return--e*e*e*e*e+1},quinticInOut:function(e){return(e*=2)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},sinusoidalIn:function(e){return 1-Math.cos(e*Math.PI/2)},sinusoidalOut:function(e){return Math.sin(e*Math.PI/2)},sinusoidalInOut:function(e){return.5*(1-Math.cos(Math.PI*e))},exponentialIn:function(e){return 0===e?0:Math.pow(1024,e-1)},exponentialOut:function(e){return 1===e?1:1-Math.pow(2,-10*e)},exponentialInOut:function(e){return 0===e?0:1===e?1:(e*=2)<1?.5*Math.pow(1024,e-1):.5*(2-Math.pow(2,-10*(e-1)))},circularIn:function(e){return 1-Math.sqrt(1-e*e)},circularOut:function(e){return Math.sqrt(1- --e*e)},circularInOut:function(e){return(e*=2)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},elasticIn:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),-n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r))},elasticOut:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/r)+1)},elasticInOut:function(e){var t,n=.1,r=.4;return 0===e?0:1===e?1:(!n||n<1?(n=1,t=r/4):t=r*Math.asin(1/n)/(2*Math.PI),(e*=2)<1?n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r)*-.5:n*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/r)*.5+1)},backIn:function(e){var t=1.70158;return e*e*((t+1)*e-t)},backOut:function(e){var t=1.70158;return--e*e*((t+1)*e+t)+1},backInOut:function(e){var t=2.5949095;return(e*=2)<1?e*e*((t+1)*e-t)*.5:.5*((e-=2)*e*((t+1)*e+t)+2)},bounceIn:function(e){return 1-n.bounceOut(1-e)},bounceOut:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},bounceInOut:function(e){return e<.5?.5*n.bounceIn(2*e):.5*n.bounceOut(2*e-1)+.5}},r=n;e.exports=r},7661:function(e,t,n){var r=n("0c41"),i=n("3eba"),o=i.extendComponentView({type:"geo",init:function(e,t){var n=new r(t,!0);this._mapDraw=n,this.group.add(n.group)},render:function(e,t,n,r){if(!r||"geoToggleSelect"!==r.type||r.from!==this.uid){var i=this._mapDraw;e.get("show")?i.draw(e,t,n,this,r):this._mapDraw.group.removeAll(),this.group.silent=e.get("silent")}},dispose:function(){this._mapDraw&&this._mapDraw.remove()}});e.exports=o},"767c":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("607d"),a=n("29a8"),s=n("2145"),l=a.toolbox.dataView,u=new Array(60).join("-"),c="\t";function A(e){var t={},n=[],r=[];return e.eachRawSeries((function(e){var i=e.coordinateSystem;if(!i||"cartesian2d"!==i.type&&"polar"!==i.type)n.push(e);else{var o=i.getBaseAxis();if("category"===o.type){var a=o.dim+"_"+o.index;t[a]||(t[a]={categoryAxis:o,valueAxis:i.getOtherAxis(o),series:[]},r.push({axisDim:o.dim,axisIndex:o.index})),t[a].series.push(e)}else n.push(e)}})),{seriesGroupByCategoryAxis:t,other:n,meta:r}}function h(e){var t=[];return i.each(e,(function(e,n){var r=e.categoryAxis,o=e.valueAxis,a=o.dim,s=[" "].concat(i.map(e.series,(function(e){return e.name}))),l=[r.model.getCategories()];i.each(e.series,(function(e){var t=e.getRawData();l.push(e.getRawData().mapArray(t.mapDimension(a),(function(e){return e})))}));for(var u=[s.join(c)],A=0;A<l[0].length;A++){for(var h=[],d=0;d<l.length;d++)h.push(l[d][A]);u.push(h.join(c))}t.push(u.join("\n"))})),t.join("\n\n"+u+"\n\n")}function d(e){return i.map(e,(function(e){var t=e.getRawData(),n=[e.name],r=[];return t.each(t.dimensions,(function(){for(var e=arguments.length,i=arguments[e-1],o=t.getName(i),a=0;a<e-1;a++)r[a]=arguments[a];n.push((o?o+c:"")+r.join(c))})),n.join("\n")})).join("\n\n"+u+"\n\n")}function f(e){var t=A(e);return{value:i.filter([h(t.seriesGroupByCategoryAxis),d(t.other)],(function(e){return e.replace(/[\n\t\s]/g,"")})).join("\n\n"+u+"\n\n"),meta:t.meta}}function p(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function g(e){var t=e.slice(0,e.indexOf("\n"));if(t.indexOf(c)>=0)return!0}var v=new RegExp("["+c+"]+","g");function m(e){for(var t=e.split(/\n+/g),n=p(t.shift()).split(v),r=[],o=i.map(n,(function(e){return{name:e,data:[]}})),a=0;a<t.length;a++){var s=p(t[a]).split(v);r.push(s.shift());for(var l=0;l<s.length;l++)o[l]&&(o[l].data[a]=s[l])}return{series:o,categories:r}}function y(e){for(var t=e.split(/\n+/g),n=p(t.shift()),r=[],i=0;i<t.length;i++){var o=p(t[i]);if(o){var a,s=o.split(v),l="",u=!1;isNaN(s[0])?(u=!0,l=s[0],s=s.slice(1),r[i]={name:l,value:[]},a=r[i].value):a=r[i]=[];for(var c=0;c<s.length;c++)a.push(+s[c]);1===a.length&&(u?r[i].value=a[0]:r[i]=a[0])}}return{name:n,data:r}}function x(e,t){var n=e.split(new RegExp("\n*"+u+"\n*","g")),r={series:[]};return i.each(n,(function(e,n){if(g(e)){var i=m(e),o=t[n],a=o.axisDim+"Axis";o&&(r[a]=r[a]||[],r[a][o.axisIndex]={data:i.categories},r.series=r.series.concat(i.series))}else{i=y(e);r.series.push(i)}})),r}function w(e){this._dom=null,this.model=e}function _(e,t){return i.map(e,(function(e,n){var r=t&&t[n];if(i.isObject(r)&&!i.isArray(r)){var o=i.isObject(e)&&!i.isArray(e);o||(e={value:e});var a=null!=r.name&&null==e.name;return e=i.defaults(e,r),a&&delete e.name,e}return e}))}w.defaultOption={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:i.clone(l.title),lang:i.clone(l.lang),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"},w.prototype.onclick=function(e,t){var n=t.getDom(),r=this.model;this._dom&&n.removeChild(this._dom);var a=document.createElement("div");a.style.cssText="position:absolute;left:5px;top:5px;bottom:5px;right:5px;",a.style.backgroundColor=r.get("backgroundColor")||"#fff";var s=document.createElement("h4"),l=r.get("lang")||[];s.innerHTML=l[0]||r.get("title"),s.style.cssText="margin: 10px 20px;",s.style.color=r.get("textColor");var u=document.createElement("div"),c=document.createElement("textarea");u.style.cssText="display:block;width:100%;overflow:auto;";var A=r.get("optionToContent"),h=r.get("contentToOption"),d=f(e);if("function"===typeof A){var p=A(t.getOption());"string"===typeof p?u.innerHTML=p:i.isDom(p)&&u.appendChild(p)}else u.appendChild(c),c.readOnly=r.get("readOnly"),c.style.cssText="width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;",c.style.color=r.get("textColor"),c.style.borderColor=r.get("textareaBorderColor"),c.style.backgroundColor=r.get("textareaColor"),c.value=d.value;var g=d.meta,v=document.createElement("div");v.style.cssText="position:absolute;bottom:0;left:0;right:0;";var m="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",y=document.createElement("div"),w=document.createElement("div");m+=";background-color:"+r.get("buttonColor"),m+=";color:"+r.get("buttonTextColor");var _=this;function b(){n.removeChild(a),_._dom=null}o.addEventListener(y,"click",b),o.addEventListener(w,"click",(function(){var e;try{e="function"===typeof h?h(u,t.getOption()):x(c.value,g)}catch(n){throw b(),new Error("Data view format error "+n)}e&&t.dispatchAction({type:"changeDataView",newOption:e}),b()})),y.innerHTML=l[1],w.innerHTML=l[2],w.style.cssText=m,y.style.cssText=m,!r.get("readOnly")&&v.appendChild(w),v.appendChild(y),a.appendChild(s),a.appendChild(u),a.appendChild(v),u.style.height=n.clientHeight-80+"px",n.appendChild(a),this._dom=a},w.prototype.remove=function(e,t){this._dom&&t.getDom().removeChild(this._dom)},w.prototype.dispose=function(e,t){this.remove(e,t)},s.register("dataView",w),r.registerAction({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},(function(e,t){var n=[];i.each(e.newOption.series,(function(e){var r=t.getSeriesByName(e.name)[0];if(r){var o=r.get("data");n.push({name:e.name,data:_(e.data,o)})}else n.push(i.extend({type:"scatter"},e))})),t.mergeOption(i.defaults({series:n},e.newOption))}));var b=w;e.exports=b},"76a5":function(e,t,n){var r=n("19eb"),i=n("6d8b"),o=n("e86a"),a=n("a73c"),s=n("82eb"),l=s.ContextCachedBy,u=function(e){r.call(this,e)};u.prototype={constructor:u,type:"text",brush:function(e,t){var n=this.style;this.__dirty&&a.normalizeTextStyle(n,!0),n.fill=n.stroke=n.shadowBlur=n.shadowColor=n.shadowOffsetX=n.shadowOffsetY=null;var r=n.text;null!=r&&(r+=""),a.needDrawText(r,n)?(this.setTransform(e),a.renderText(this,e,r,n,null,t),this.restoreTransform(e)):e.__attrCachedBy=l.NONE},getBoundingRect:function(){var e=this.style;if(this.__dirty&&a.normalizeTextStyle(e,!0),!this._rect){var t=e.text;null!=t?t+="":t="";var n=o.getBoundingRect(e.text+"",e.font,e.textAlign,e.textVerticalAlign,e.textPadding,e.textLineHeight,e.rich);if(n.x+=e.x||0,n.y+=e.y||0,a.getStroke(e.textStroke,e.textStrokeWidth)){var r=e.textStrokeWidth;n.x-=r/2,n.y-=r/2,n.width+=r,n.height+=r}this._rect=n}return this._rect}},i.inherits(u,r);var c=u;e.exports=c},7782:function(e,t,n){var r=n("3eba"),i=n("6d8b");function o(e,t){i.each(t,(function(t){t.update="updateView",r.registerAction(t,(function(n,r){var i={};return r.eachComponent({mainType:"series",subType:e,query:n},(function(e){e[t.method]&&e[t.method](n.name,n.dataIndex);var r=e.getData();r.each((function(t){var n=r.getName(t);i[n]=e.isSelected(n)||!1}))})),{name:n.name,selected:i,seriesId:n.seriesId}}))}))}e.exports=o},"77e9":function(e,t,n){var r=n("7a41");e.exports=function(e){if(!r(e))throw TypeError(e+" is not an object!");return e}},7839:function(e,t){e.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},7887:function(e,t,n){var r=n("6d8b"),i=n("84ce");function o(e,t,n){i.call(this,e,t,n),this.type="value",this.angle=0,this.name="",this.model}r.inherits(o,i);var a=o;e.exports=a},7891:function(e,t,n){var r=n("6d8b");function i(e){var t=e.polar;if(t){r.isArray(t)||(t=[t]);var n=[];r.each(t,(function(t,i){t.indicator?(t.type&&!t.shape&&(t.shape=t.type),e.radar=e.radar||[],r.isArray(e.radar)||(e.radar=[e.radar]),e.radar.push(t)):n.push(t)})),e.polar=n}r.each(e.series,(function(e){e&&"radar"===e.type&&e.polarIndex&&(e.radarIndex=e.polarIndex)}))}e.exports=i},"78f0":function(e,t,n){var r=n("3eba");n("d9f1");var i=r.extendComponentModel({type:"polar",dependencies:["polarAxis","angleAxis"],coordinateSystem:null,findAxisModel:function(e){var t,n=this.ecModel;return n.eachComponent(e,(function(e){e.getCoordSysModel()===this&&(t=e)}),this),t},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"80%"}});e.exports=i},7919:function(e,t,n){var r=n("f934"),i=r.getLayoutRect,o=r.box,a=r.positionElement,s=n("eda2"),l=n("2306");function u(e,t,n){var r=t.getBoxLayoutParams(),s=t.get("padding"),l={width:n.getWidth(),height:n.getHeight()},u=i(r,l,s);o(t.get("orient"),e,t.get("itemGap"),u.width,u.height),a(e,r,l,s)}function c(e,t){var n=s.normalizeCssArray(t.get("padding")),r=t.getItemStyle(["color","opacity"]);r.fill=t.get("backgroundColor");e=new l.Rect({shape:{x:e.x-n[3],y:e.y-n[0],width:e.width+n[1]+n[3],height:e.height+n[0]+n[2],r:t.get("borderRadius")},style:r,silent:!0,z2:-1});return e}t.layout=u,t.makeBackground=c},"792e":function(e,t,n){n("1ccf"),n("14d3")},"7a41":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},"7a77":function(e,t,n){"use strict";function r(e){this.message=e}r.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},r.prototype.__CANCEL__=!0,e.exports=r},"7aac":function(e,t,n){"use strict";var r=n("c532");e.exports=r.isStandardBrowserEnv()?function(){return{write:function(e,t,n,i,o,a){var s=[];s.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),r.isString(i)&&s.push("path="+i),r.isString(o)&&s.push("domain="+o),!0===a&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},"7b0b":function(e,t,n){var r=n("1d80");e.exports=function(e){return Object(r(e))}},"7b0c":function(e,t,n){var r=n("6cc5"),i=n("f934"),o=i.getLayoutRect,a=n("e263");function s(e,t,n){var r=e.getBoxLayoutParams();return r.aspect=n,o(r,{width:t.getWidth(),height:t.getHeight()})}function l(e,t){var n=[];return e.eachSeriesByType("graph",(function(e){var i=e.get("coordinateSystem");if(!i||"view"===i){var o=e.getData(),l=o.mapArray((function(e){var t=o.getItemModel(e);return[+t.get("x"),+t.get("y")]})),u=[],c=[];a.fromPoints(l,u,c),c[0]-u[0]===0&&(c[0]+=1,u[0]-=1),c[1]-u[1]===0&&(c[1]+=1,u[1]-=1);var A=(c[0]-u[0])/(c[1]-u[1]),h=s(e,t,A);isNaN(A)&&(u=[h.x,h.y],c=[h.x+h.width,h.y+h.height]);var d=c[0]-u[0],f=c[1]-u[1],p=h.width,g=h.height,v=e.coordinateSystem=new r;v.zoomLimit=e.get("scaleLimit"),v.setBoundingRect(u[0],u[1],d,f),v.setViewRect(h.x,h.y,p,g),v.setCenter(e.get("center")),v.setZoom(e.get("zoom")),n.push(v)}})),n}e.exports=l},"7b3e":function(e,t,n){"use strict";var r,i=n("a3de");
  27. /**
  28. * Checks if an event is supported in the current execution environment.
  29. *
  30. * NOTE: This will not work correctly for non-generic events such as `change`,
  31. * `reset`, `load`, `error`, and `select`.
  32. *
  33. * Borrows from Modernizr.
  34. *
  35. * @param {string} eventNameSuffix Event name, e.g. "click".
  36. * @param {?boolean} capture Check if the capture phase is supported.
  37. * @return {boolean} True if the event is supported.
  38. * @internal
  39. * @license Modernizr 3.0.0pre (Custom Build) | MIT
  40. */
  41. function o(e,t){if(!i.canUseDOM||t&&!("addEventListener"in document))return!1;var n="on"+e,o=n in document;if(!o){var a=document.createElement("div");a.setAttribute(n,"return;"),o="function"===typeof a[n]}return!o&&r&&"wheel"===e&&(o=document.implementation.hasFeature("Events.wheel","3.0")),o}i.canUseDOM&&(r=document.implementation&&document.implementation.hasFeature&&!0!==document.implementation.hasFeature("","")),e.exports=o},"7c4d":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("fc82"),a=n("bd9e"),s=n("6fda"),l=n("ef6a"),u=n("29a8"),c=n("2145");n("dd39");var A=u.toolbox.dataZoom,h=i.each,d="\0_ec_\0toolbox-dataZoom_";function f(e,t,n){(this._brushController=new o(n.getZr())).on("brush",i.bind(this._onBrush,this)).mount(),this._isZoomActive}f.defaultOption={show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:i.clone(A.title),brushStyle:{borderWidth:0,color:"rgba(0,0,0,0.2)"}};var p=f.prototype;p.render=function(e,t,n,r){this.model=e,this.ecModel=t,this.api=n,y(e,t,this,r,n),m(e,t)},p.onclick=function(e,t,n){g[n].call(this)},p.remove=function(e,t){this._brushController.unmount()},p.dispose=function(e,t){this._brushController.dispose()};var g={zoom:function(){var e=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:e})},back:function(){this._dispatchZoomAction(s.pop(this.ecModel))}};function v(e){var t={};return i.each(["xAxisIndex","yAxisIndex"],(function(n){t[n]=e[n],null==t[n]&&(t[n]="all"),(!1===t[n]||"none"===t[n])&&(t[n]=[])})),t}function m(e,t){e.setIconStatus("back",s.count(t)>1?"emphasis":"normal")}function y(e,t,n,r,i){var o=n._isZoomActive;r&&"takeGlobalCursor"===r.type&&(o="dataZoomSelect"===r.key&&r.dataZoomSelectActive),n._isZoomActive=o,e.setIconStatus("zoom",o?"emphasis":"normal");var s=new a(v(e.option),t,{include:["grid"]});n._brushController.setPanels(s.makePanelOpts(i,(function(e){return e.xAxisDeclared&&!e.yAxisDeclared?"lineX":!e.xAxisDeclared&&e.yAxisDeclared?"lineY":"rect"}))).enableBrush(!!o&&{brushType:"auto",brushStyle:e.getModel("brushStyle").getItemStyle()})}p._onBrush=function(e,t){if(t.isEnd&&e.length){var n={},r=this.ecModel;this._brushController.updateCovers([]);var i=new a(v(this.model.option),r,{include:["grid"]});i.matchOutputRanges(e,r,(function(e,t,n){if("cartesian2d"===n.type){var r=e.brushType;"rect"===r?(o("x",n,t[0]),o("y",n,t[1])):o({lineX:"x",lineY:"y"}[r],n,t)}})),s.push(r,n),this._dispatchZoomAction(n)}function o(e,t,i){var o=t.getAxis(e),a=o.model,s=u(e,a,r),c=s.findRepresentativeAxisProxy(a).getMinMaxSpan();null==c.minValueSpan&&null==c.maxValueSpan||(i=l(0,i.slice(),o.scale.getExtent(),0,c.minValueSpan,c.maxValueSpan)),s&&(n[s.id]={dataZoomId:s.id,startValue:i[0],endValue:i[1]})}function u(e,t,n){var r;return n.eachComponent({mainType:"dataZoom",subType:"select"},(function(n){var i=n.getAxisModel(e,t.componentIndex);i&&(r=n)})),r}},p._dispatchZoomAction=function(e){var t=[];h(e,(function(e,n){t.push(i.clone(e))})),t.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:t})},c.register("dataZoom",f),r.registerPreprocessor((function(e){if(e){var t=e.dataZoom||(e.dataZoom=[]);i.isArray(t)||(e.dataZoom=t=[t]);var n=e.toolbox;if(n&&(i.isArray(n)&&(n=n[0]),n&&n.feature)){var r=n.feature.dataZoom;o("xAxis",r),o("yAxis",r)}}function o(e,n){if(n){var r=e+"Index",o=n[r];null==o||"all"===o||i.isArray(o)||(o=!1===o||"none"===o?[]:[o]),a(e,(function(a,s){if(null==o||"all"===o||-1!==i.indexOf(o,s)){var l={type:"select",$fromToolbox:!0,filterMode:n.filterMode||"filter",id:d+e+s};l[r]=s,t.push(l)}}))}}function a(t,n){var r=e[t];i.isArray(r)||(r=r?[r]:[]),h(r,n)}}));var x=f;e.exports=x},"7c73":function(e,t,n){var r,i=n("825a"),o=n("37e8"),a=n("7839"),s=n("d012"),l=n("1be4"),u=n("cc12"),c=n("f772"),A=">",h="<",d="prototype",f="script",p=c("IE_PROTO"),g=function(){},v=function(e){return h+f+A+e+h+"/"+f+A},m=function(e){e.write(v("")),e.close();var t=e.parentWindow.Object;return e=null,t},y=function(){var e,t=u("iframe"),n="java"+f+":";return t.style.display="none",l.appendChild(t),t.src=String(n),e=t.contentWindow.document,e.open(),e.write(v("document.F=Object")),e.close(),e.F},x=function(){try{r=document.domain&&new ActiveXObject("htmlfile")}catch(t){}x=r?m(r):y();var e=a.length;while(e--)delete x[d][a[e]];return x()};s[p]=!0,e.exports=Object.create||function(e,t){var n;return null!==e?(g[d]=i(e),n=new g,g[d]=null,n[p]=e):n=x(),void 0===t?n:o(n,t)}},"7d6d":function(e,t){var n={shadowBlur:1,shadowOffsetX:1,shadowOffsetY:1,textShadowBlur:1,textShadowOffsetX:1,textShadowOffsetY:1,textBoxShadowBlur:1,textBoxShadowOffsetX:1,textBoxShadowOffsetY:1};function r(e,t,r){return n.hasOwnProperty(t)?r*e.dpr:r}e.exports=r},"7dcf":function(e,t,n){var r=n("b12f"),i=r.extend({type:"dataZoom",render:function(e,t,n,r){this.dataZoomModel=e,this.ecModel=t,this.api=n},getTargetCoordInfo:function(){var e=this.dataZoomModel,t=this.ecModel,n={};function r(e,t,n,r){for(var i,o=0;o<n.length;o++)if(n[o].model===e){i=n[o];break}i||n.push(i={model:e,axisModels:[],coordIndex:r}),i.axisModels.push(t)}return e.eachTargetAxis((function(e,i){var o=t.getComponent(e.axis,i);if(o){var a=o.getCoordSysModel();a&&r(a,o,n[a.mainType]||(n[a.mainType]=[]),a.componentIndex)}}),this),n}});e.exports=i},"7dd0":function(e,t,n){"use strict";var r=n("23e7"),i=n("9ed3"),o=n("e163"),a=n("d2bb"),s=n("d44e"),l=n("9112"),u=n("6eeb"),c=n("b622"),A=n("c430"),h=n("3f8c"),d=n("ae93"),f=d.IteratorPrototype,p=d.BUGGY_SAFARI_ITERATORS,g=c("iterator"),v="keys",m="values",y="entries",x=function(){return this};e.exports=function(e,t,n,c,d,w,_){i(n,t,c);var b,B,C,S=function(e){if(e===d&&D)return D;if(!p&&e in I)return I[e];switch(e){case v:return function(){return new n(this,e)};case m:return function(){return new n(this,e)};case y:return function(){return new n(this,e)}}return function(){return new n(this)}},E=t+" Iterator",M=!1,I=e.prototype,T=I[g]||I["@@iterator"]||d&&I[d],D=!p&&T||S(d),F="Array"==t&&I.entries||T;if(F&&(b=o(F.call(new e)),f!==Object.prototype&&b.next&&(A||o(b)===f||(a?a(b,f):"function"!=typeof b[g]&&l(b,g,x)),s(b,E,!0,!0),A&&(h[E]=x))),d==m&&T&&T.name!==m&&(M=!0,D=function(){return T.call(this)}),A&&!_||I[g]===D||l(I,g,D),h[t]=D,d)if(B={values:S(m),keys:w?D:S(v),entries:S(y)},_)for(C in B)(p||M||!(C in I))&&u(I,C,B[C]);else r({target:t,proto:!0,forced:p||M},B);return B}},"7e32":function(e,t,n){var r=n("3eba");n("43b8"),n("8e77"),r.registerPreprocessor((function(e){e.markArea=e.markArea||{}}))},"7e5b":function(e,t,n){var r=n("6d8b"),i=n("401b"),o=n("a15a"),a=n("7f91"),s=n("2306"),l=n("3842"),u=l.round,c=["fromSymbol","toSymbol"];function A(e){return"_"+e+"Type"}function h(e,t,n){var i=t.getItemVisual(n,e);if(i&&"none"!==i){var a=t.getItemVisual(n,"color"),s=t.getItemVisual(n,e+"Size"),l=t.getItemVisual(n,e+"Rotate");r.isArray(s)||(s=[s,s]);var u=o.createSymbol(i,-s[0]/2,-s[1]/2,s[0],s[1],a);return u.__specifiedRotation=null==l||isNaN(l)?void 0:+l*Math.PI/180||0,u.name=e,u}}function d(e){var t=new a({name:"line",subPixelOptimize:!0});return f(t.shape,e),t}function f(e,t){e.x1=t[0][0],e.y1=t[0][1],e.x2=t[1][0],e.y2=t[1][1],e.percent=1;var n=t[2];n?(e.cpx1=n[0],e.cpy1=n[1]):(e.cpx1=NaN,e.cpy1=NaN)}function p(){var e=this,t=e.childOfName("fromSymbol"),n=e.childOfName("toSymbol"),r=e.childOfName("label");if(t||n||!r.ignore){var o=1,a=this.parent;while(a)a.scale&&(o/=a.scale[0]),a=a.parent;var s=e.childOfName("line");if(this.__dirty||s.__dirty){var l=s.shape.percent,u=s.pointAt(0),c=s.pointAt(l),A=i.sub([],c,u);if(i.normalize(A,A),t){t.attr("position",u);var h=t.__specifiedRotation;if(null==h){var d=s.tangentAt(0);t.attr("rotation",Math.PI/2-Math.atan2(d[1],d[0]))}else t.attr("rotation",h);t.attr("scale",[o*l,o*l])}if(n){n.attr("position",c);h=n.__specifiedRotation;if(null==h){d=s.tangentAt(1);n.attr("rotation",-Math.PI/2-Math.atan2(d[1],d[0]))}else n.attr("rotation",h);n.attr("scale",[o*l,o*l])}if(!r.ignore){var f,p,g,v;r.attr("position",c);var m=r.__labelDistance,y=m[0]*o,x=m[1]*o,w=l/2,_=(d=s.tangentAt(w),[d[1],-d[0]]),b=s.pointAt(w);_[1]>0&&(_[0]=-_[0],_[1]=-_[1]);var B,C=d[0]<0?-1:1;if("start"!==r.__position&&"end"!==r.__position){var S=-Math.atan2(d[1],d[0]);c[0]<u[0]&&(S=Math.PI+S),r.attr("rotation",S)}switch(r.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":B=-x,g="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":B=x,g="top";break;default:B=0,g="middle"}switch(r.__position){case"end":f=[A[0]*y+c[0],A[1]*x+c[1]],p=A[0]>.8?"left":A[0]<-.8?"right":"center",g=A[1]>.8?"top":A[1]<-.8?"bottom":"middle";break;case"start":f=[-A[0]*y+u[0],-A[1]*x+u[1]],p=A[0]>.8?"right":A[0]<-.8?"left":"center",g=A[1]>.8?"bottom":A[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":f=[y*C+u[0],u[1]+B],p=d[0]<0?"right":"left",v=[-y*C,-B];break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":f=[b[0],b[1]+B],p="center",v=[0,-B];break;case"insideEndTop":case"insideEnd":case"insideEndBottom":f=[-y*C+c[0],c[1]+B],p=d[0]>=0?"right":"left",v=[y*C,-B];break}r.attr({style:{textVerticalAlign:r.__verticalAlign||g,textAlign:r.__textAlign||p},position:f,scale:[o,o],origin:v})}}}}function g(e,t,n){s.Group.call(this),this._createLine(e,t,n)}var v=g.prototype;v.beforeUpdate=p,v._createLine=function(e,t,n){var i=e.hostModel,o=e.getItemLayout(t),a=d(o);a.shape.percent=0,s.initProps(a,{shape:{percent:1}},i,t),this.add(a);var l=new s.Text({name:"label",lineLabelOriginalOpacity:1});this.add(l),r.each(c,(function(n){var r=h(n,e,t);this.add(r),this[A(n)]=e.getItemVisual(t,n)}),this),this._updateCommonStl(e,t,n)},v.updateData=function(e,t,n){var i=e.hostModel,o=this.childOfName("line"),a=e.getItemLayout(t),l={shape:{}};f(l.shape,a),s.updateProps(o,l,i,t),r.each(c,(function(n){var r=e.getItemVisual(t,n),i=A(n);if(this[i]!==r){this.remove(this.childOfName(n));var o=h(n,e,t);this.add(o)}this[i]=r}),this),this._updateCommonStl(e,t,n)},v._updateCommonStl=function(e,t,n){var i=e.hostModel,o=this.childOfName("line"),a=n&&n.lineStyle,l=n&&n.hoverLineStyle,A=n&&n.labelModel,h=n&&n.hoverLabelModel;if(!n||e.hasItemOption){var d=e.getItemModel(t);a=d.getModel("lineStyle").getLineStyle(),l=d.getModel("emphasis.lineStyle").getLineStyle(),A=d.getModel("label"),h=d.getModel("emphasis.label")}var f=e.getItemVisual(t,"color"),p=r.retrieve3(e.getItemVisual(t,"opacity"),a.opacity,1);o.useStyle(r.defaults({strokeNoScale:!0,fill:"none",stroke:f,opacity:p},a)),o.hoverStyle=l,r.each(c,(function(e){var t=this.childOfName(e);t&&(t.setColor(f),t.setStyle({opacity:p}))}),this);var g,v,m=A.getShallow("show"),y=h.getShallow("show"),x=this.childOfName("label");if((m||y)&&(g=f||"#000",v=i.getFormattedLabel(t,"normal",e.dataType),null==v)){var w=i.getRawValue(t);v=null==w?e.getName(t):isFinite(w)?u(w):w}var _=m?v:null,b=y?r.retrieve2(i.getFormattedLabel(t,"emphasis",e.dataType),v):null,B=x.style;if(null!=_||null!=b){s.setTextStyle(x.style,A,{text:_},{autoColor:g}),x.__textAlign=B.textAlign,x.__verticalAlign=B.textVerticalAlign,x.__position=A.get("position")||"middle";var C=A.get("distance");r.isArray(C)||(C=[C,C]),x.__labelDistance=C}x.hoverStyle=null!=b?{text:b,textFill:h.getTextColor(!0),fontStyle:h.getShallow("fontStyle"),fontWeight:h.getShallow("fontWeight"),fontSize:h.getShallow("fontSize"),fontFamily:h.getShallow("fontFamily")}:{text:null},x.ignore=!m&&!y,s.setHoverStyle(this)},v.highlight=function(){this.trigger("emphasis")},v.downplay=function(){this.trigger("normal")},v.updateLayout=function(e,t){this.setLinePoints(e.getItemLayout(t))},v.setLinePoints=function(e){var t=this.childOfName("line");f(t.shape,e),t.dirty()},r.inherits(g,s.Group);var m=g;e.exports=m},"7e63":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=i.each,a=i.filter,s=i.map,l=i.isArray,u=i.indexOf,c=i.isObject,A=i.isString,h=i.createHashMap,d=i.assert,f=i.clone,p=i.merge,g=i.extend,v=i.mixin,m=n("e0d3"),y=n("4319"),x=n("6cb7"),w=n("8971"),_=n("e47b"),b=n("0f99"),B=b.resetSourceDefaulter,C="\0_ec_inner",S=y.extend({init:function(e,t,n,r){n=n||{},this.option=null,this._theme=new y(n),this._optionManager=r},setOption:function(e,t){d(!(C in e),"please use chart.getOption()"),this._optionManager.setOption(e,t),this.resetOption(null)},resetOption:function(e){var t=!1,n=this._optionManager;if(!e||"recreate"===e){var r=n.mountOption("recreate"===e);this.option&&"recreate"!==e?(this.restoreData(),this.mergeOption(r)):I.call(this,r),t=!0}if("timeline"!==e&&"media"!==e||this.restoreData(),!e||"recreate"===e||"timeline"===e){var i=n.getTimelineOption(this);i&&(this.mergeOption(i),t=!0)}if(!e||"recreate"===e||"media"===e){var a=n.getMediaOption(this,this._api);a.length&&o(a,(function(e){this.mergeOption(e,t=!0)}),this)}return t},mergeOption:function(e){var t=this.option,n=this._componentsMap,r=[];function i(r,i){var a=m.normalizeToArray(e[r]),s=m.mappingToExists(n.get(r),a);m.makeIdAndName(s),o(s,(function(e,t){var n=e.option;c(n)&&(e.keyInfo.mainType=r,e.keyInfo.subType=D(r,n,e.exist))}));var l=T(n,i);t[r]=[],n.set(r,[]),o(s,(function(e,i){var o=e.exist,a=e.option;if(d(c(a)||o,"Empty component definition"),a){var s=x.getClass(r,e.keyInfo.subType,!0);if(o&&o.constructor===s)o.name=e.keyInfo.name,o.mergeOption(a,this),o.optionUpdated(a,!1);else{var u=g({dependentModels:l,componentIndex:i},e.keyInfo);o=new s(a,this,this,u),g(o,u),o.init(a,this,this,u),o.optionUpdated(null,!0)}}else o.mergeOption({},this),o.optionUpdated({},!1);n.get(r)[i]=o,t[r][i]=o.option}),this),"series"===r&&F(this,n.get("series"))}B(this),o(e,(function(e,n){null!=e&&(x.hasClass(n)?n&&r.push(n):t[n]=null==t[n]?f(e):p(t[n],e,!0))})),x.topologicalTravel(r,x.getAllClassMainTypes(),i,this),this._seriesIndicesMap=h(this._seriesIndices=this._seriesIndices||[])},getOption:function(){var e=f(this.option);return o(e,(function(t,n){if(x.hasClass(n)){t=m.normalizeToArray(t);for(var r=t.length-1;r>=0;r--)m.isIdInner(t[r])&&t.splice(r,1);e[n]=t}})),delete e[C],e},getTheme:function(){return this._theme},getComponent:function(e,t){var n=this._componentsMap.get(e);if(n)return n[t||0]},queryComponents:function(e){var t=e.mainType;if(!t)return[];var n,r=e.index,i=e.id,o=e.name,c=this._componentsMap.get(t);if(!c||!c.length)return[];if(null!=r)l(r)||(r=[r]),n=a(s(r,(function(e){return c[e]})),(function(e){return!!e}));else if(null!=i){var A=l(i);n=a(c,(function(e){return A&&u(i,e.id)>=0||!A&&e.id===i}))}else if(null!=o){var h=l(o);n=a(c,(function(e){return h&&u(o,e.name)>=0||!h&&e.name===o}))}else n=c.slice();return Q(n,e)},findComponents:function(e){var t=e.query,n=e.mainType,r=o(t),i=r?this.queryComponents(r):this._componentsMap.get(n);return s(Q(i,e));function o(e){var t=n+"Index",r=n+"Id",i=n+"Name";return!e||null==e[t]&&null==e[r]&&null==e[i]?null:{mainType:n,index:e[t],id:e[r],name:e[i]}}function s(t){return e.filter?a(t,e.filter):t}},eachComponent:function(e,t,n){var r=this._componentsMap;if("function"===typeof e)n=t,t=e,r.each((function(e,r){o(e,(function(e,i){t.call(n,r,e,i)}))}));else if(A(e))o(r.get(e),t,n);else if(c(e)){var i=this.findComponents(e);o(i,t,n)}},getSeriesByName:function(e){var t=this._componentsMap.get("series");return a(t,(function(t){return t.name===e}))},getSeriesByIndex:function(e){return this._componentsMap.get("series")[e]},getSeriesByType:function(e){var t=this._componentsMap.get("series");return a(t,(function(t){return t.subType===e}))},getSeries:function(){return this._componentsMap.get("series").slice()},getSeriesCount:function(){return this._componentsMap.get("series").length},eachSeries:function(e,t){L(this),o(this._seriesIndices,(function(n){var r=this._componentsMap.get("series")[n];e.call(t,r,n)}),this)},eachRawSeries:function(e,t){o(this._componentsMap.get("series"),e,t)},eachSeriesByType:function(e,t,n){L(this),o(this._seriesIndices,(function(r){var i=this._componentsMap.get("series")[r];i.subType===e&&t.call(n,i,r)}),this)},eachRawSeriesByType:function(e,t,n){return o(this.getSeriesByType(e),t,n)},isSeriesFiltered:function(e){return L(this),null==this._seriesIndicesMap.get(e.componentIndex)},getCurrentSeriesIndices:function(){return(this._seriesIndices||[]).slice()},filterSeries:function(e,t){L(this);var n=a(this._componentsMap.get("series"),e,t);F(this,n)},restoreData:function(e){var t=this._componentsMap;F(this,t.get("series"));var n=[];t.each((function(e,t){n.push(t)})),x.topologicalTravel(n,x.getAllClassMainTypes(),(function(n,r){o(t.get(n),(function(t){("series"!==n||!E(t,e))&&t.restoreData()}))}))}});function E(e,t){if(t){var n=t.seiresIndex,r=t.seriesId,i=t.seriesName;return null!=n&&e.componentIndex!==n||null!=r&&e.id!==r||null!=i&&e.name!==i}}function M(e,t){var n=e.color&&!e.colorLayer;o(t,(function(t,r){"colorLayer"===r&&n||x.hasClass(r)||("object"===typeof t?e[r]=e[r]?p(e[r],t,!1):f(t):null==e[r]&&(e[r]=t))}))}function I(e){e=e,this.option={},this.option[C]=1,this._componentsMap=h({series:[]}),this._seriesIndices,this._seriesIndicesMap,M(e,this._theme.option),p(e,w,!1),this.mergeOption(e)}function T(e,t){l(t)||(t=t?[t]:[]);var n={};return o(t,(function(t){n[t]=(e.get(t)||[]).slice()})),n}function D(e,t,n){var r=t.type?t.type:n?n.subType:x.determineSubType(e,t);return r}function F(e,t){e._seriesIndicesMap=h(e._seriesIndices=s(t,(function(e){return e.componentIndex}))||[])}function Q(e,t){return t.hasOwnProperty("subType")?a(e,(function(e){return e.subType===t.subType})):e}function L(e){}v(S,_);var U=S;e.exports=U},"7f59":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("e0d3"),s=n("2306"),l=n("f934"),u=n("3842"),c=u.parsePercent,A={path:null,compoundPath:null,group:s.Group,image:s.Image,text:s.Text};i.registerPreprocessor((function(e){var t=e.graphic;o.isArray(t)?t[0]&&t[0].elements?e.graphic=[e.graphic[0]]:e.graphic=[{elements:t}]:t&&!t.elements&&(e.graphic=[{elements:[t]}])}));var h=i.extendComponentModel({type:"graphic",defaultOption:{elements:[],parentId:null},_elOptionsToUpdate:null,mergeOption:function(e){var t=this.option.elements;this.option.elements=null,h.superApply(this,"mergeOption",arguments),this.option.elements=t},optionUpdated:function(e,t){var n=this.option,r=(t?n:e).elements,i=n.elements=t?[]:n.elements,s=[];this._flatten(r,s);var l=a.mappingToExists(i,s);a.makeIdAndName(l);var u=this._elOptionsToUpdate=[];o.each(l,(function(e,t){var n=e.option;n&&(u.push(n),v(e,n),m(i,t,n),y(i[t],n))}),this);for(var c=i.length-1;c>=0;c--)null==i[c]?i.splice(c,1):delete i[c].$action},_flatten:function(e,t,n){o.each(e,(function(e){if(e){n&&(e.parentOption=n),t.push(e);var r=e.children;"group"===e.type&&r&&this._flatten(r,t,e),delete e.children}}),this)},useElOptionsToUpdate:function(){var e=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,e}});function d(e,t,n,r){var i=n.type,o=A.hasOwnProperty(i)?A[i]:s.getShapeClass(i),a=new o(n);t.add(a),r.set(e,a),a.__ecGraphicId=e}function f(e,t){var n=e&&e.parent;n&&("group"===e.type&&e.traverse((function(e){f(e,t)})),t.removeKey(e.__ecGraphicId),n.remove(e))}function p(e){return e=o.extend({},e),o.each(["id","parentId","$action","hv","bounding"].concat(l.LOCATION_PARAMS),(function(t){delete e[t]})),e}function g(e,t){var n;return o.each(t,(function(t){null!=e[t]&&"auto"!==e[t]&&(n=!0)})),n}function v(e,t){var n=e.exist;if(t.id=e.keyInfo.id,!t.type&&n&&(t.type=n.type),null==t.parentId){var r=t.parentOption;r?t.parentId=r.id:n&&(t.parentId=n.parentId)}t.parentOption=null}function m(e,t,n){var r=o.extend({},n),i=e[t],a=n.$action||"merge";"merge"===a?i?(o.merge(i,r,!0),l.mergeLayoutParam(i,r,{ignoreSize:!0}),l.copyLayoutParams(n,i)):e[t]=r:"replace"===a?e[t]=r:"remove"===a&&i&&(e[t]=null)}function y(e,t){e&&(e.hv=t.hv=[g(t,["left","right"]),g(t,["top","bottom"])],"group"===e.type&&(null==e.width&&(e.width=t.width=0),null==e.height&&(e.height=t.height=0)))}function x(e,t,n){var r=e.eventData;e.silent||e.ignore||r||(r=e.eventData={componentType:"graphic",componentIndex:t.componentIndex,name:e.name}),r&&(r.info=e.info)}i.extendComponentView({type:"graphic",init:function(e,t){this._elMap=o.createHashMap(),this._lastGraphicModel},render:function(e,t,n){e!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=e,this._updateElements(e),this._relocate(e,n)},_updateElements:function(e){var t=e.useElOptionsToUpdate();if(t){var n=this._elMap,r=this.group;o.each(t,(function(t){var i=t.$action,o=t.id,a=n.get(o),s=t.parentId,l=null!=s?n.get(s):r,u=t.style;"text"===t.type&&u&&(t.hv&&t.hv[1]&&(u.textVerticalAlign=u.textBaseline=null),!u.hasOwnProperty("textFill")&&u.fill&&(u.textFill=u.fill),!u.hasOwnProperty("textStroke")&&u.stroke&&(u.textStroke=u.stroke));var c=p(t);i&&"merge"!==i?"replace"===i?(f(a,n),d(o,l,c,n)):"remove"===i&&f(a,n):a?a.attr(c):d(o,l,c,n);var A=n.get(o);A&&(A.__ecGraphicWidthOption=t.width,A.__ecGraphicHeightOption=t.height,x(A,e,t))}))}},_relocate:function(e,t){for(var n=e.option.elements,r=this.group,i=this._elMap,o=t.getWidth(),a=t.getHeight(),s=0;s<n.length;s++){var u=n[s],A=i.get(u.id);if(A&&A.isGroup){var h=A.parent,d=h===r;A.__ecGraphicWidth=c(A.__ecGraphicWidthOption,d?o:h.__ecGraphicWidth)||0,A.__ecGraphicHeight=c(A.__ecGraphicHeightOption,d?a:h.__ecGraphicHeight)||0}}for(s=n.length-1;s>=0;s--){u=n[s],A=i.get(u.id);if(A){h=A.parent;var f=h===r?{width:o,height:a}:{width:h.__ecGraphicWidth,height:h.__ecGraphicHeight};l.positionElement(A,u,f,null,{hv:u.hv,boundingMode:u.bounding})}}},_clear:function(){var e=this._elMap;e.each((function(t){f(t,e)})),this._elMap=o.createHashMap()},dispose:function(){this._clear()}})},"7f72":function(e,t,n){n("6932"),n("3a56"),n("7dcf"),n("a18f"),n("32a1"),n("2c17"),n("9e87")},"7f91":function(e,t,n){var r=n("2306"),i=n("401b"),o=r.Line.prototype,a=r.BezierCurve.prototype;function s(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}var l=r.extendShape({type:"ec-line",style:{stroke:"#000",fill:null},shape:{x1:0,y1:0,x2:0,y2:0,percent:1,cpx1:null,cpy1:null},buildPath:function(e,t){this[s(t)?"_buildPathLine":"_buildPathCurve"](e,t)},_buildPathLine:o.buildPath,_buildPathCurve:a.buildPath,pointAt:function(e){return this[s(this.shape)?"_pointAtLine":"_pointAtCurve"](e)},_pointAtLine:o.pointAt,_pointAtCurve:a.pointAt,tangentAt:function(e){var t=this.shape,n=s(t)?[t.x2-t.x1,t.y2-t.y1]:this._tangentAtCurve(e);return i.normalize(n,n)},_tangentAtCurve:a.tangentAt});e.exports=l},"7f96":function(e,t,n){var r=n("6d8b"),i=r.isFunction;function o(e,t,n){return{seriesType:e,performRawSeries:!0,reset:function(e,r,o){var a=e.getData(),s=e.get("symbol"),l=e.get("symbolSize"),u=e.get("symbolKeepAspect"),c=e.get("symbolRotate"),A=i(s),h=i(l),d=i(c),f=A||h||d,p=!A&&s?s:t,g=h?null:l;if(a.setVisual({legendSymbol:n||p,symbol:p,symbolSize:g,symbolKeepAspect:u,symbolRotate:c}),!r.isSeriesFiltered(e))return{dataEach:a.hasItemOption||f?v:null};function v(t,n){if(f){var r=e.getRawValue(n),i=e.getDataParams(n);A&&t.setItemVisual(n,"symbol",s(r,i)),h&&t.setItemVisual(n,"symbolSize",l(r,i)),d&&t.setItemVisual(n,"symbolRotate",c(r,i))}if(t.hasItemOption){var o=t.getItemModel(n),a=o.getShallow("symbol",!0),u=o.getShallow("symbolSize",!0),p=o.getShallow("symbolRotate",!0),g=o.getShallow("symbolKeepAspect",!0);null!=a&&t.setItemVisual(n,"symbol",a),null!=u&&t.setItemVisual(n,"symbolSize",u),null!=p&&t.setItemVisual(n,"symbolRotate",p),null!=g&&t.setItemVisual(n,"symbolKeepAspect",g)}}}}}e.exports=o},"7f9a":function(e,t,n){var r=n("da84"),i=n("8925"),o=r.WeakMap;e.exports="function"===typeof o&&/native code/.test(i(o))},"80f0":function(e,t){function n(e){return e}function r(e,t,r,i,o){this._old=e,this._new=t,this._oldKeyGetter=r||n,this._newKeyGetter=i||n,this.context=o}function i(e,t,n,r,i){for(var o=0;o<e.length;o++){var a="_ec_"+i[r](e[o],o),s=t[a];null==s?(n.push(a),t[a]=o):(s.length||(t[a]=s=[s]),s.push(o))}}r.prototype={constructor:r,add:function(e){return this._add=e,this},update:function(e){return this._update=e,this},remove:function(e){return this._remove=e,this},execute:function(){var e=this._old,t=this._new,n={},r={},o=[],a=[];for(i(e,n,o,"_oldKeyGetter",this),i(t,r,a,"_newKeyGetter",this),c=0;c<e.length;c++){var s=o[c],l=r[s];if(null!=l){var u=l.length;u?(1===u&&(r[s]=null),l=l.shift()):r[s]=null,this._update&&this._update(l,c)}else this._remove&&this._remove(c)}for(var c=0;c<a.length;c++){s=a[c];if(r.hasOwnProperty(s)){l=r[s];if(null==l)continue;if(l.length){var A=0;for(u=l.length;A<u;A++)this._add&&this._add(l[A])}else this._add&&this._add(l)}}}};var o=r;e.exports=o},8119:function(e,t,n){n("693d"),n("dfe5"),n("301c"),n("4e71"),e.exports=n("5524").Symbol},"81ac":function(e,t,n){var r=n("f934"),i=n("6d8b"),o=n("e0d3"),a=o.groupData;function s(e,t,n){e.eachSeriesByType("sankey",(function(e){var n=e.get("nodeWidth"),r=e.get("nodeGap"),o=l(e,t);e.layoutInfo=o;var a=o.width,s=o.height,A=e.getGraph(),h=A.nodes,d=A.edges;c(h);var f=i.filter(h,(function(e){return 0===e.getLayout().value})),p=0!==f.length?0:e.get("layoutIterations"),g=e.get("orient"),v=e.get("nodeAlign");u(h,d,n,r,a,s,p,g,v)}))}function l(e,t){return r.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function u(e,t,n,r,i,o,a,s,l){A(e,t,n,i,o,s,l),g(e,t,o,i,r,a,s),I(e,s)}function c(e){i.each(e,(function(e){var t=E(e.outEdges,S),n=E(e.inEdges,S),r=e.getValue()||0,i=Math.max(t,n,r);e.setLayout({value:i},!0)}))}function A(e,t,n,r,i,o,a){for(var s=[],l=[],u=[],c=[],A=0,h=0,f=0;f<t.length;f++)s[f]=1;for(f=0;f<e.length;f++)l[f]=e[f].inEdges.length,0===l[f]&&u.push(e[f]);var g=-1;while(u.length){for(var v=0;v<u.length;v++){var m=u[v],y=m.hostGraph.data.getRawDataItem(m.dataIndex),x=null!=y.depth&&y.depth>=0;x&&y.depth>g&&(g=y.depth),m.setLayout({depth:x?y.depth:A},!0),"vertical"===o?m.setLayout({dy:n},!0):m.setLayout({dx:n},!0);for(var w=0;w<m.outEdges.length;w++){var _=m.outEdges[w],b=t.indexOf(_);s[b]=0;var B=_.node2,C=e.indexOf(B);0===--l[C]&&c.indexOf(B)<0&&c.push(B)}}++A,u=c,c=[]}for(f=0;f<s.length;f++)if(1===s[f])throw new Error("Sankey is a DAG, the original data has cycle!");var S=g>A-1?g:A-1;a&&"left"!==a&&d(e,a,o,S);h="vertical"===o?(i-n)/S:(r-n)/S;p(e,h,o)}function h(e){var t=e.hostGraph.data.getRawDataItem(e.dataIndex);return null!=t.depth&&t.depth>=0}function d(e,t,n,r){if("right"===t){var o=[],a=e,s=0;while(a.length){for(var l=0;l<a.length;l++){var u=a[l];u.setLayout({skNodeHeight:s},!0);for(var c=0;c<u.inEdges.length;c++){var A=u.inEdges[c];o.indexOf(A.node1)<0&&o.push(A.node1)}}a=o,o=[],++s}i.each(e,(function(e){h(e)||e.setLayout({depth:Math.max(0,r-e.getLayout().skNodeHeight)},!0)}))}else"justify"===t&&f(e,r)}function f(e,t){i.each(e,(function(e){h(e)||e.outEdges.length||e.setLayout({depth:t},!0)}))}function p(e,t,n){i.each(e,(function(e){var r=e.getLayout().depth*t;"vertical"===n?e.setLayout({y:r},!0):e.setLayout({x:r},!0)}))}function g(e,t,n,r,i,o,a){var s=v(e,a);m(s,t,n,r,i,a),y(s,i,n,r,a);for(var l=1;o>0;o--)l*=.99,x(s,l,a),y(s,i,n,r,a),M(s,l,a),y(s,i,n,r,a)}function v(e,t){var n=[],r="vertical"===t?"y":"x",o=a(e,(function(e){return e.getLayout()[r]}));return o.keys.sort((function(e,t){return e-t})),i.each(o.keys,(function(e){n.push(o.buckets.get(e))})),n}function m(e,t,n,r,o,a){var s=1/0;i.each(e,(function(e){var t=e.length,l=0;i.each(e,(function(e){l+=e.getLayout().value}));var u="vertical"===a?(r-(t-1)*o)/l:(n-(t-1)*o)/l;u<s&&(s=u)})),i.each(e,(function(e){i.each(e,(function(e,t){var n=e.getLayout().value*s;"vertical"===a?(e.setLayout({x:t},!0),e.setLayout({dx:n},!0)):(e.setLayout({y:t},!0),e.setLayout({dy:n},!0))}))})),i.each(t,(function(e){var t=+e.getValue()*s;e.setLayout({dy:t},!0)}))}function y(e,t,n,r,o){var a="vertical"===o?"x":"y";i.each(e,(function(e){var i,s,l;e.sort((function(e,t){return e.getLayout()[a]-t.getLayout()[a]}));for(var u=0,c=e.length,A="vertical"===o?"dx":"dy",h=0;h<c;h++)s=e[h],l=u-s.getLayout()[a],l>0&&(i=s.getLayout()[a]+l,"vertical"===o?s.setLayout({x:i},!0):s.setLayout({y:i},!0)),u=s.getLayout()[a]+s.getLayout()[A]+t;var d="vertical"===o?r:n;if(l=u-t-d,l>0)for(i=s.getLayout()[a]-l,"vertical"===o?s.setLayout({x:i},!0):s.setLayout({y:i},!0),u=i,h=c-2;h>=0;--h)s=e[h],l=s.getLayout()[a]+s.getLayout()[A]+t-u,l>0&&(i=s.getLayout()[a]-l,"vertical"===o?s.setLayout({x:i},!0):s.setLayout({y:i},!0)),u=s.getLayout()[a]}))}function x(e,t,n){i.each(e.slice().reverse(),(function(e){i.each(e,(function(e){if(e.outEdges.length){var r=E(e.outEdges,w,n)/E(e.outEdges,S,n);if(isNaN(r)){var i=e.outEdges.length;r=i?E(e.outEdges,_,n)/i:0}if("vertical"===n){var o=e.getLayout().x+(r-C(e,n))*t;e.setLayout({x:o},!0)}else{var a=e.getLayout().y+(r-C(e,n))*t;e.setLayout({y:a},!0)}}}))}))}function w(e,t){return C(e.node2,t)*e.getValue()}function _(e,t){return C(e.node2,t)}function b(e,t){return C(e.node1,t)*e.getValue()}function B(e,t){return C(e.node1,t)}function C(e,t){return"vertical"===t?e.getLayout().x+e.getLayout().dx/2:e.getLayout().y+e.getLayout().dy/2}function S(e){return e.getValue()}function E(e,t,n){var r=0,i=e.length,o=-1;while(++o<i){var a=+t.call(e,e[o],n);isNaN(a)||(r+=a)}return r}function M(e,t,n){i.each(e,(function(e){i.each(e,(function(e){if(e.inEdges.length){var r=E(e.inEdges,b,n)/E(e.inEdges,S,n);if(isNaN(r)){var i=e.inEdges.length;r=i?E(e.inEdges,B,n)/i:0}if("vertical"===n){var o=e.getLayout().x+(r-C(e,n))*t;e.setLayout({x:o},!0)}else{var a=e.getLayout().y+(r-C(e,n))*t;e.setLayout({y:a},!0)}}}))}))}function I(e,t){var n="vertical"===t?"x":"y";i.each(e,(function(e){e.outEdges.sort((function(e,t){return e.node2.getLayout()[n]-t.node2.getLayout()[n]})),e.inEdges.sort((function(e,t){return e.node1.getLayout()[n]-t.node1.getLayout()[n]}))})),i.each(e,(function(e){var t=0,n=0;i.each(e.outEdges,(function(e){e.setLayout({sy:t},!0),t+=e.getLayout().dy})),i.each(e.inEdges,(function(e){e.setLayout({ty:n},!0),n+=e.getLayout().dy}))}))}e.exports=s},"825a":function(e,t,n){var r=n("861d");e.exports=function(e){if(!r(e))throw TypeError(String(e)+" is not an object");return e}},"82eb":function(e,t){var n={NONE:0,STYLE_BIND:1,PLAIN_TEXT:2},r=9;t.ContextCachedBy=n,t.WILL_BE_RESTORED=r},"82f9":function(e,t,n){var r=n("6d8b"),i=n("76a5"),o=n("2306");function a(e,t,n,r){e[0]=n,e[1]=r,e[2]=e[0]/t.getWidth(),e[3]=e[1]/t.getHeight()}function s(e){var t=this._zr=e.getZr();this._styleCoord=[0,0,0,0],a(this._styleCoord,t,e.getWidth()/2,e.getHeight()/2),this._show=!1,this._hideTimeout}s.prototype={constructor:s,_enterable:!0,update:function(e){var t=e.get("alwaysShowContent");t&&this._moveTooltipIfResized()},_moveTooltipIfResized:function(){var e=this._styleCoord[2],t=this._styleCoord[3],n=e*this._zr.getWidth(),r=t*this._zr.getHeight();this.moveTo(n,r)},show:function(e){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.attr("show",!0),this._show=!0},setContent:function(e,t,n){this.el&&this._zr.remove(this.el);var r={},a=e,s="{marker",l="|}",u=a.indexOf(s);while(u>=0){var c=a.indexOf(l),A=a.substr(u+s.length,c-u-s.length);A.indexOf("sub")>-1?r["marker"+A]={textWidth:4,textHeight:4,textBorderRadius:2,textBackgroundColor:t[A],textOffset:[3,0]}:r["marker"+A]={textWidth:10,textHeight:10,textBorderRadius:5,textBackgroundColor:t[A]},a=a.substr(c+1),u=a.indexOf("{marker")}var h=n.getModel("textStyle"),d=h.get("fontSize"),f=n.get("textLineHeight");null==f&&(f=Math.round(3*d/2)),this.el=new i({style:o.setTextStyle({},h,{rich:r,text:e,textBackgroundColor:n.get("backgroundColor"),textBorderRadius:n.get("borderRadius"),textFill:n.get("textStyle.color"),textPadding:n.get("padding"),textLineHeight:f}),z:n.get("z")}),this._zr.add(this.el);var p=this;this.el.on("mouseover",(function(){p._enterable&&(clearTimeout(p._hideTimeout),p._show=!0),p._inContent=!0})),this.el.on("mouseout",(function(){p._enterable&&p._show&&p.hideLater(p._hideDelay),p._inContent=!1}))},setEnterable:function(e){this._enterable=e},getSize:function(){var e=this.el.getBoundingRect();return[e.width,e.height]},moveTo:function(e,t){if(this.el){var n=this._styleCoord;a(n,this._zr,e,t),this.el.attr("position",[n[0],n[1]])}},hide:function(){this.el&&this.el.hide(),this._show=!1},hideLater:function(e){!this._show||this._inContent&&this._enterable||(e?(this._hideDelay=e,this._show=!1,this._hideTimeout=setTimeout(r.bind(this.hide,this),e)):this.hide())},isShow:function(){return this._show},dispose:function(){clearTimeout(this._hideTimeout),this.el&&this._zr.remove(this.el)},getOuterSize:function(){var e=this.getSize();return{width:e[0],height:e[1]}}};var l=s;e.exports=l},8344:function(e,t,n){var r=n("6d8b"),i=n("f706"),o=n("3842"),a=n("6179"),s=n("923d"),l=n("88f0");function u(e,t,n){var r=t.coordinateSystem;e.each((function(i){var a,s=e.getItemModel(i),l=o.parsePercent(s.get("x"),n.getWidth()),u=o.parsePercent(s.get("y"),n.getHeight());if(isNaN(l)||isNaN(u)){if(t.getMarkerPosition)a=t.getMarkerPosition(e.getValues(e.dimensions,i));else if(r){var c=e.get(r.dimensions[0],i),A=e.get(r.dimensions[1],i);a=r.dataToPoint([c,A])}}else a=[l,u];isNaN(l)||(a[0]=l),isNaN(u)||(a[1]=u),e.setItemLayout(i,a)}))}var c=l.extend({type:"markPoint",updateTransform:function(e,t,n){t.eachSeries((function(e){var t=e.markPointModel;t&&(u(t.getData(),e,n),this.markerGroupMap.get(e.id).updateLayout(t))}),this)},renderSeries:function(e,t,n,o){var a=e.coordinateSystem,s=e.id,l=e.getData(),c=this.markerGroupMap,h=c.get(s)||c.set(s,new i),d=A(a,e,t);t.setData(d),u(t.getData(),e,o),d.each((function(e){var n=d.getItemModel(e),i=n.getShallow("symbol"),o=n.getShallow("symbolSize"),a=n.getShallow("symbolRotate"),s=r.isFunction(i),u=r.isFunction(o),c=r.isFunction(a);if(s||u||c){var A=t.getRawValue(e),h=t.getDataParams(e);s&&(i=i(A,h)),u&&(o=o(A,h)),c&&(a=a(A,h))}d.setItemVisual(e,{symbol:i,symbolSize:o,symbolRotate:a,color:n.get("itemStyle.color")||l.getVisual("color")})})),h.updateData(d),this.group.add(h.group),d.eachItemGraphicEl((function(e){e.traverse((function(e){e.dataModel=t}))})),h.__keep=!0,h.group.silent=t.get("silent")||e.get("silent")}});function A(e,t,n){var i;i=e?r.map(e&&e.dimensions,(function(e){var n=t.getData().getDimensionInfo(t.getData().mapDimension(e))||{};return r.defaults({name:e},n)})):[{name:"value",type:"float"}];var o=new a(i,n),l=r.map(n.get("data"),r.curry(s.dataTransform,t));return e&&(l=r.filter(l,r.curry(s.dataFilter,e))),o.initData(l,null,e?s.dimValueGetter:function(e){return e.value}),o}e.exports=c},"83ab":function(e,t,n){var r=n("d039");e.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},"83ba":function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("f934"),a=o.getLayoutParams,s=o.sizeCalculable,l=o.mergeLayoutParam,u=i.extend({type:"calendar",coordinateSystem:null,defaultOption:{zlevel:0,z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",nameMap:"en",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",nameMap:"en",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},init:function(e,t,n,r){var i=a(e);u.superApply(this,"init",arguments),c(e,i)},mergeOption:function(e,t){u.superApply(this,"mergeOption",arguments),c(this.option,e)}});function c(e,t){var n=e.cellSize;r.isArray(n)?1===n.length&&(n[1]=n[0]):n=e.cellSize=[n,n];var i=r.map([0,1],(function(e){return s(t,e)&&(n[e]="auto"),null!=n[e]&&"auto"!==n[e]}));l(e,t,{type:"box",ignoreSize:i})}var A=u;e.exports=A},8418:function(e,t,n){"use strict";var r=n("c04e"),i=n("9bf2"),o=n("5c6c");e.exports=function(e,t,n){var a=r(t);a in e?i.f(e,a,o(0,n)):e[a]=n}},"841c":function(e,t,n){"use strict";var r=n("d784"),i=n("825a"),o=n("1d80"),a=n("129f"),s=n("14c3");r("search",1,(function(e,t,n){return[function(t){var n=o(this),r=void 0==t?void 0:t[e];return void 0!==r?r.call(t,n):new RegExp(t)[e](String(n))},function(e){var r=n(t,e,this);if(r.done)return r.value;var o=i(e),l=String(this),u=o.lastIndex;a(u,0)||(o.lastIndex=0);var c=s(o,l);return a(o.lastIndex,u)||(o.lastIndex=u),null===c?-1:c.index}]}))},"843e":function(e,t,n){var r=n("6d8b"),i=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isDisposed","on","off","getDataURL","getConnectedDataURL","getModel","getOption","getViewOfComponentModel","getViewOfSeriesModel"];function o(e){r.each(i,(function(t){this[t]=r.bind(e[t],e)}),this)}var a=o;e.exports=a},8459:function(e,t,n){var r=n("3eba"),i={type:"axisAreaSelect",event:"axisAreaSelected"};r.registerAction(i,(function(e,t){t.eachComponent({mainType:"parallelAxis",query:e},(function(t){t.axis.model.setActiveIntervals(e.intervals)}))})),r.registerAction("parallelAxisExpand",(function(e,t){t.eachComponent({mainType:"parallel",query:e},(function(t){t.setAxisExpand(e)}))}))},"849b":function(e,t,n){var r=n("d9d0"),i=n("2039");function o(e,t){var n=[];return e.eachComponent("parallel",(function(i,o){var a=new r(i,e,t);a.name="parallel_"+o,a.resize(i,t),i.coordinateSystem=a,a.model=i,n.push(a)})),e.eachSeries((function(t){if("parallel"===t.get("coordinateSystem")){var n=e.queryComponents({mainType:"parallel",index:t.get("parallelIndex"),id:t.get("parallelId")})[0];t.coordinateSystem=n.coordinateSystem}})),n}i.register("parallel",{create:o})},"84ce":function(e,t,n){var r=n("6d8b"),i=r.each,o=r.map,a=n("3842"),s=a.linearMap,l=a.getPixelPrecision,u=a.round,c=n("e073"),A=c.createAxisTicks,h=c.createAxisLabels,d=c.calculateCategoryInterval,f=[0,1],p=function(e,t,n){this.dim=e,this.scale=t,this._extent=n||[0,0],this.inverse=!1,this.onBand=!1};function g(e,t){var n=e[1]-e[0],r=t,i=n/r/2;e[0]+=i,e[1]-=i}function v(e,t,n,r){var o=t.length;if(e.onBand&&!n&&o){var a,s,l=e.getExtent();if(1===o)t[0].coord=l[0],a=t[1]={coord:l[0]};else{var c=t[o-1].tickValue-t[0].tickValue,A=(t[o-1].coord-t[0].coord)/c;i(t,(function(e){e.coord-=A/2}));var h=e.scale.getExtent();s=1+h[1]-t[o-1].tickValue,a={coord:t[o-1].coord+A*s},t.push(a)}var d=l[0]>l[1];f(t[0].coord,l[0])&&(r?t[0].coord=l[0]:t.shift()),r&&f(l[0],t[0].coord)&&t.unshift({coord:l[0]}),f(l[1],a.coord)&&(r?a.coord=l[1]:t.pop()),r&&f(a.coord,l[1])&&t.push({coord:l[1]})}function f(e,t){return e=u(e),t=u(t),d?e>t:e<t}}p.prototype={constructor:p,contain:function(e){var t=this._extent,n=Math.min(t[0],t[1]),r=Math.max(t[0],t[1]);return e>=n&&e<=r},containData:function(e){return this.scale.contain(e)},getExtent:function(){return this._extent.slice()},getPixelPrecision:function(e){return l(e||this.scale.getExtent(),this._extent)},setExtent:function(e,t){var n=this._extent;n[0]=e,n[1]=t},dataToCoord:function(e,t){var n=this._extent,r=this.scale;return e=r.normalize(e),this.onBand&&"ordinal"===r.type&&(n=n.slice(),g(n,r.count())),s(e,f,n,t)},coordToData:function(e,t){var n=this._extent,r=this.scale;this.onBand&&"ordinal"===r.type&&(n=n.slice(),g(n,r.count()));var i=s(e,n,f,t);return this.scale.scale(i)},pointToData:function(e,t){},getTicksCoords:function(e){e=e||{};var t=e.tickModel||this.getTickModel(),n=A(this,t),r=n.ticks,i=o(r,(function(e){return{coord:this.dataToCoord(e),tickValue:e}}),this),a=t.get("alignWithLabel");return v(this,i,a,e.clamp),i},getMinorTicksCoords:function(){if("ordinal"===this.scale.type)return[];var e=this.model.getModel("minorTick"),t=e.get("splitNumber");t>0&&t<100||(t=5);var n=this.scale.getMinorTicks(t),r=o(n,(function(e){return o(e,(function(e){return{coord:this.dataToCoord(e),tickValue:e}}),this)}),this);return r},getViewLabels:function(){return h(this).labels},getLabelModel:function(){return this.model.getModel("axisLabel")},getTickModel:function(){return this.model.getModel("axisTick")},getBandWidth:function(){var e=this._extent,t=this.scale.getExtent(),n=t[1]-t[0]+(this.onBand?1:0);0===n&&(n=1);var r=Math.abs(e[1]-e[0]);return Math.abs(r)/n},isHorizontal:null,getRotate:null,calculateCategoryInterval:function(){return d(this)}};var m=p;e.exports=m},"84d5":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("4319"),a=n("e0d3"),s=a.isNameSpecified,l=n("29a8"),u=l.legend.selector,c={all:{type:"all",title:i.clone(u.all)},inverse:{type:"inverse",title:i.clone(u.inverse)}},A=r.extendComponentModel({type:"legend.plain",dependencies:["series"],layoutMode:{type:"box",ignoreSize:!0},init:function(e,t,n){this.mergeDefaultAndTheme(e,n),e.selected=e.selected||{},this._updateSelector(e)},mergeOption:function(e){A.superCall(this,"mergeOption",e),this._updateSelector(e)},_updateSelector:function(e){var t=e.selector;!0===t&&(t=e.selector=["all","inverse"]),i.isArray(t)&&i.each(t,(function(e,n){i.isString(e)&&(e={type:e}),t[n]=i.merge(e,c[e.type])}))},optionUpdated:function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&"single"===this.get("selectedMode")){for(var t=!1,n=0;n<e.length;n++){var r=e[n].get("name");if(this.isSelected(r)){this.select(r),t=!0;break}}!t&&this.select(e[0].get("name"))}},_updateData:function(e){var t=[],n=[];e.eachRawSeries((function(r){var i,o=r.name;if(n.push(o),r.legendVisualProvider){var a=r.legendVisualProvider,l=a.getAllNames();e.isSeriesFiltered(r)||(n=n.concat(l)),l.length?t=t.concat(l):i=!0}else i=!0;i&&s(r)&&t.push(r.name)})),this._availableNames=n;var r=this.get("data")||t,a=i.map(r,(function(e){return"string"!==typeof e&&"number"!==typeof e||(e={name:e}),new o(e,this,this.ecModel)}),this);this._data=a},getData:function(){return this._data},select:function(e){var t=this.option.selected,n=this.get("selectedMode");if("single"===n){var r=this._data;i.each(r,(function(e){t[e.get("name")]=!1}))}t[e]=!0},unSelect:function(e){"single"!==this.get("selectedMode")&&(this.option.selected[e]=!1)},toggleSelected:function(e){var t=this.option.selected;t.hasOwnProperty(e)||(t[e]=!0),this[t[e]?"unSelect":"select"](e)},allSelect:function(){var e=this._data,t=this.option.selected;i.each(e,(function(e){t[e.get("name",!0)]=!0}))},inverseSelect:function(){var e=this._data,t=this.option.selected;i.each(e,(function(e){var n=e.get("name",!0);t.hasOwnProperty(n)||(t[n]=!0),t[n]=!t[n]}))},isSelected:function(e){var t=this.option.selected;return!(t.hasOwnProperty(e)&&!t[e])&&i.indexOf(this._availableNames,e)>=0},getOrient:function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},defaultOption:{zlevel:0,z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",itemStyle:{borderWidth:0},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:" sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}}}),h=A;e.exports=h},"84ec":function(e,t){var n=Math.log(2);function r(e,t,i,o,a,s){var l=o+"-"+a,u=e.length;if(s.hasOwnProperty(l))return s[l];if(1===t){var c=Math.round(Math.log((1<<u)-1&~a)/n);return e[i][c]}var A=o|1<<i,h=i+1;while(o&1<<h)h++;for(var d=0,f=0,p=0;f<u;f++){var g=1<<f;g&a||(d+=(p%2?-1:1)*e[i][f]*r(e,t-1,h,A,a|g,s),p++)}return s[l]=d,d}function i(e,t){var n=[[e[0],e[1],1,0,0,0,-t[0]*e[0],-t[0]*e[1]],[0,0,0,e[0],e[1],1,-t[1]*e[0],-t[1]*e[1]],[e[2],e[3],1,0,0,0,-t[2]*e[2],-t[2]*e[3]],[0,0,0,e[2],e[3],1,-t[3]*e[2],-t[3]*e[3]],[e[4],e[5],1,0,0,0,-t[4]*e[4],-t[4]*e[5]],[0,0,0,e[4],e[5],1,-t[5]*e[4],-t[5]*e[5]],[e[6],e[7],1,0,0,0,-t[6]*e[6],-t[6]*e[7]],[0,0,0,e[6],e[7],1,-t[7]*e[6],-t[7]*e[7]]],i={},o=r(n,8,0,0,0,i);if(0!==o){for(var a=[],s=0;s<8;s++)for(var l=0;l<8;l++)null==a[l]&&(a[l]=0),a[l]+=((s+l)%2?-1:1)*r(n,7,0===s?1:0,1<<s,1<<l,i)/o*t[s];return function(e,t,n){var r=t*a[6]+n*a[7]+1;e[0]=(t*a[0]+n*a[1]+a[2])/r,e[1]=(t*a[3]+n*a[4]+a[5])/r}}}t.buildTransformer=i},"857d":function(e,t){var n=2*Math.PI;function r(e){return e%=n,e<0&&(e+=n),e}t.normalizeRadian=r},"85e7":function(e,t,n){var r=n("1a14"),i=n("77e9"),o=n("9876");e.exports=n("0bad")?Object.defineProperties:function(e,t){i(e);var n,a=o(t),s=a.length,l=0;while(s>l)r.f(e,n=a[l++],t[n]);return e}},"861d":function(e,t){e.exports=function(e){return"object"===typeof e?null!==e:"function"===typeof e}},"862d":function(e,t,n){var r=n("6d8b"),i=r.createHashMap,o=r.each,a=r.isString,s=r.defaults,l=r.extend,u=r.isObject,c=r.clone,A=n("e0d3"),h=A.normalizeToArray,d=n("0f99"),f=d.guessOrdinal,p=d.BE_ORDINAL,g=n("ec6f"),v=n("2f45"),m=v.OTHER_DIMENSIONS,y=n("562e");function x(e,t,n){g.isInstance(t)||(t=g.seriesDataToSource(t)),n=n||{},e=(e||[]).slice();for(var r=(n.dimsDef||[]).slice(),A=i(),d=i(),v=[],x=w(t,e,r,n.dimCount),b=0;b<x;b++){var B=r[b]=l({},u(r[b])?r[b]:{name:r[b]}),C=B.name,S=v[b]=new y;null!=C&&null==A.get(C)&&(S.name=S.displayName=C,A.set(C,b)),null!=B.type&&(S.type=B.type),null!=B.displayName&&(S.displayName=B.displayName)}var E=n.encodeDef;!E&&n.encodeDefaulter&&(E=n.encodeDefaulter(t,x)),E=i(E),E.each((function(e,t){if(e=h(e).slice(),1===e.length&&!a(e[0])&&e[0]<0)E.set(t,!1);else{var n=E.set(t,[]);o(e,(function(e,r){a(e)&&(e=A.get(e)),null!=e&&e<x&&(n[r]=e,I(v[e],t,r))}))}}));var M=0;function I(e,t,n){null!=m.get(t)?e.otherDims[t]=n:(e.coordDim=t,e.coordDimIndex=n,d.set(t,!0))}o(e,(function(e,t){var n,r,i;if(a(e))n=e,e={};else{n=e.name;var l=e.ordinalMeta;e.ordinalMeta=null,e=c(e),e.ordinalMeta=l,r=e.dimsDef,i=e.otherDims,e.name=e.coordDim=e.coordDimIndex=e.dimsDef=e.otherDims=null}var A=E.get(n);if(!1!==A){A=h(A);if(!A.length)for(var d=0;d<(r&&r.length||1);d++){while(M<v.length&&null!=v[M].coordDim)M++;M<v.length&&A.push(M++)}o(A,(function(t,o){var a=v[t];if(I(s(a,e),n,o),null==a.name&&r){var l=r[o];!u(l)&&(l={name:l}),a.name=a.displayName=l.name,a.defaultTooltip=l.defaultTooltip}i&&s(a.otherDims,i)}))}}));var T=n.generateCoord,D=n.generateCoordCount,F=null!=D;D=T?D||1:0;for(var Q=T||"value",L=0;L<x;L++){S=v[L]=v[L]||new y;var U=S.coordDim;null==U&&(S.coordDim=_(Q,d,F),S.coordDimIndex=0,(!T||D<=0)&&(S.isExtraCoord=!0),D--),null==S.name&&(S.name=_(S.coordDim,A)),null!=S.type||f(t,L,S.name)!==p.Must&&(!S.isExtraCoord||null==S.otherDims.itemName&&null==S.otherDims.seriesName)||(S.type="ordinal")}return v}function w(e,t,n,r){var i=Math.max(e.dimensionsDetectCount||1,t.length,n.length,r||0);return o(t,(function(e){var t=e.dimsDef;t&&(i=Math.max(i,t.length))})),i}function _(e,t,n){if(n||null!=t.get(e)){var r=0;while(null!=t.get(e+r))r++;e+=r}return t.set(e,!0),e}var b=x;e.exports=b},"870e":function(e,t,n){var r=n("6d8b");function i(e){e.eachSeriesByType("radar",(function(e){var t=e.getData(),n=[],i=e.coordinateSystem;if(i){var s=i.getIndicatorAxes();r.each(s,(function(e,r){t.each(t.mapDimension(s[r].dim),(function(e,t){n[t]=n[t]||[];var s=i.dataToPoint(e,r);n[t][r]=o(s)?s:a(i)}))})),t.each((function(e){var s=r.find(n[e],(function(e){return o(e)}))||a(i);n[e].push(s.slice()),t.setItemLayout(e,n[e])}))}}))}function o(e){return!isNaN(e[0])&&!isNaN(e[1])}function a(e){return[e.cx,e.cy]}e.exports=i},8727:function(e,t){var n="http://www.w3.org/2000/svg";function r(e){return document.createElementNS(n,e)}t.createElement=r},8728:function(e,t){function n(e,t,n,r,i,o){if(o>t&&o>r||o<t&&o<r)return 0;if(r===t)return 0;var a=r<t?1:-1,s=(o-t)/(r-t);1!==s&&0!==s||(a=r<t?.5:-.5);var l=s*(n-e)+e;return l===i?1/0:l>i?a:0}e.exports=n},"879e":function(e,t,n){var r=n("3eba"),i=n("6179"),o=n("6d8b"),a=n("e0d3"),s=a.defaultEmphasis,l=n("4319"),u=n("eda2"),c=u.encodeHTML,A=n("237f"),h=n("c4a3"),d=n("0c37"),f=d.initCurvenessList,p=d.createEdgeMapForCurveness,g=r.extendSeriesModel({type:"series.graph",init:function(e){g.superApply(this,"init",arguments);var t=this;function n(){return t._categoriesData}this.legendVisualProvider=new h(n,n),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},mergeOption:function(e){g.superApply(this,"mergeOption",arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},mergeDefaultAndTheme:function(e){g.superApply(this,"mergeDefaultAndTheme",arguments),s(e,["edgeLabel"],["show"])},getInitialData:function(e,t){var n=e.edges||e.links||[],r=e.data||e.nodes||[],i=this;if(r&&n){f(this);var a=A(r,n,this,!0,s);return o.each(a.edges,(function(e){p(e.node1,e.node2,this,e.dataIndex)}),this),a.data}function s(e,n){e.wrapMethod("getItemModel",(function(e){var t=i._categoriesModels,n=e.getShallow("category"),r=t[n];return r&&(r.parentModel=e.parentModel,e.parentModel=r),e}));var r=i.getModel("edgeLabel"),o=new l({label:r.option},r.parentModel,t),a=i.getModel("emphasis.edgeLabel"),s=new l({emphasis:{label:a.option}},a.parentModel,t);function u(e){return e=this.parsePath(e),e&&"label"===e[0]?o:e&&"emphasis"===e[0]&&"label"===e[1]?s:this.parentModel}n.wrapMethod("getItemModel",(function(e){return e.customizeGetParent(u),e}))}},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},getCategoriesData:function(){return this._categoriesData},formatTooltip:function(e,t,n){if("edge"===n){var r=this.getData(),i=this.getDataParams(e,n),o=r.graph.getEdgeByIndex(e),a=r.getName(o.node1.dataIndex),s=r.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),l=c(l.join(" > ")),i.value&&(l+=" : "+c(i.value)),l}return g.superApply(this,"formatTooltip",arguments)},_updateCategoriesData:function(){var e=o.map(this.option.categories||[],(function(e){return null!=e.value?e:o.extend({value:0},e)})),t=new i(["value"],this);t.initData(e),this._categoriesData=t,this._categoriesModels=t.mapArray((function(e){return t.getItemModel(e,!0)}))},setZoom:function(e){this.option.zoom=e},setCenter:function(e){this.option.center=e},isAnimationEnabled:function(){return g.superCall(this,"isAnimationEnabled")&&!("force"===this.get("layout")&&this.get("force.layoutAnimation"))},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",legendHoverLink:!0,hoverAnimation:!0,layout:null,focusNodeAdjacency:!1,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{label:{show:!0}}}}),v=g;e.exports=v},"87b1":function(e,t,n){var r=n("cbe5"),i=n("4fac"),o=r.extend({type:"polygon",shape:{points:null,smooth:!1,smoothConstraint:null},buildPath:function(e,t){i.buildPath(e,t,!0)}});e.exports=o},"87c3":function(e,t,n){var r=n("6d8b"),i=r.map,o=n("cccd"),a=n("ee1a"),s=a.isDimensionStacked;function l(e){return{seriesType:e,plan:o(),reset:function(e){var t=e.getData(),n=e.coordinateSystem,r=e.pipelineContext,o=r.large;if(n){var a=i(n.dimensions,(function(e){return t.mapDimension(e)})).slice(0,2),l=a.length,u=t.getCalculationInfo("stackResultDimension");return s(t,a[0])&&(a[0]=u),s(t,a[1])&&(a[1]=u),l&&{progress:c}}function c(e,t){for(var r=e.end-e.start,i=o&&new Float32Array(r*l),s=e.start,u=0,c=[],A=[];s<e.end;s++){var h;if(1===l){var d=t.get(a[0],s);h=!isNaN(d)&&n.dataToPoint(d,null,A)}else{d=c[0]=t.get(a[0],s);var f=c[1]=t.get(a[1],s);h=!isNaN(d)&&!isNaN(f)&&n.dataToPoint(c,null,A)}o?(i[u++]=h?h[0]:NaN,i[u++]=h?h[1]:NaN):t.setItemLayout(s,h&&h.slice()||[NaN,NaN])}o&&t.setLayout("symbolPoints",i)}}}}e.exports=l},"88b3":function(e,t){var n="\0__throttleOriginMethod",r="\0__throttleRate",i="\0__throttleType";function o(e,t,n){var r,i,o,a,s,l=0,u=0,c=null;function A(){u=(new Date).getTime(),c=null,e.apply(o,a||[])}t=t||0;var h=function(){r=(new Date).getTime(),o=this,a=arguments;var e=s||t,h=s||n;s=null,i=r-(h?l:u)-e,clearTimeout(c),h?c=setTimeout(A,e):i>=0?A():c=setTimeout(A,-i),l=r};return h.clear=function(){c&&(clearTimeout(c),c=null)},h.debounceNextCall=function(e){s=e},h}function a(e,t,a,s){var l=e[t];if(l){var u=l[n]||l,c=l[i],A=l[r];if(A!==a||c!==s){if(null==a||!s)return e[t]=u;l=e[t]=o(u,a,"debounce"===s),l[n]=u,l[i]=s,l[r]=a}return l}}function s(e,t){var r=e[t];r&&r[n]&&(e[t]=r[n])}t.throttle=o,t.createOrUpdate=a,t.clear=s},"88f0":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=r.extendComponentView({type:"marker",init:function(){this.markerGroupMap=i.createHashMap()},render:function(e,t,n){var r=this.markerGroupMap;r.each((function(e){e.__keep=!1}));var i=this.type+"Model";t.eachSeries((function(e){var r=e[i];r&&this.renderSeries(e,r,t,n)}),this),r.each((function(e){!e.__keep&&this.group.remove(e.group)}),this)},renderSeries:function(){}});e.exports=o},8918:function(e,t,n){var r=n("6d8b"),i=n("625e"),o=i.parseClassType,a=0;function s(e){return[e||"",a++,Math.random().toFixed(5)].join("_")}function l(e){var t={};return e.registerSubTypeDefaulter=function(e,n){e=o(e),t[e.main]=n},e.determineSubType=function(n,r){var i=r.type;if(!i){var a=o(n).main;e.hasSubTypes(n)&&t[a]&&(i=t[a](r))}return i},e}function u(e,t){function n(e){var n={},a=[];return r.each(e,(function(s){var l=i(n,s),u=l.originalDeps=t(s),c=o(u,e);l.entryCount=c.length,0===l.entryCount&&a.push(s),r.each(c,(function(e){r.indexOf(l.predecessor,e)<0&&l.predecessor.push(e);var t=i(n,e);r.indexOf(t.successor,e)<0&&t.successor.push(s)}))})),{graph:n,noEntryList:a}}function i(e,t){return e[t]||(e[t]={predecessor:[],successor:[]}),e[t]}function o(e,t){var n=[];return r.each(e,(function(e){r.indexOf(t,e)>=0&&n.push(e)})),n}e.topologicalTravel=function(e,t,i,o){if(e.length){var a=n(t),s=a.graph,l=a.noEntryList,u={};r.each(e,(function(e){u[e]=!0}));while(l.length){var c=l.pop(),A=s[c],h=!!u[c];h&&(i.call(o,c,A.originalDeps.slice()),delete u[c]),r.each(A.successor,h?f:d)}r.each(u,(function(){throw new Error("Circle dependency may exists")}))}function d(e){s[e].entryCount--,0===s[e].entryCount&&l.push(e)}function f(e){u[e]=!0,d(e)}}}t.getUID=s,t.enableSubTypeDefaulter=l,t.enableTopologicalTravel=u},8925:function(e,t,n){var r=n("c6cd"),i=Function.toString;"function"!=typeof r.inspectSource&&(r.inspectSource=function(e){return i.call(e)}),e.exports=r.inspectSource},8971:function(e,t){var n="";"undefined"!==typeof navigator&&(n=navigator.platform||"");var r={color:["#c23531","#2f4554","#61a0a8","#d48265","#91c7ae","#749f83","#ca8622","#bda29a","#6e7074","#546570","#c4ccd3"],gradientColor:["#f6efa6","#d88273","#bf444c"],textStyle:{fontFamily:n.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,animation:"auto",animationDuration:1e3,animationDurationUpdate:300,animationEasing:"exponentialOut",animationEasingUpdate:"cubicOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1};e.exports=r},"897a":function(e,t,n){var r=n("22d1"),i=[["shadowBlur",0],["shadowColor","#000"],["shadowOffsetX",0],["shadowOffsetY",0]];function o(e){return r.browser.ie&&r.browser.version>=11?function(){var t,n=this.__clipPaths,r=this.style;if(n)for(var o=0;o<n.length;o++){var a=n[o],s=a&&a.shape,l=a&&a.type;if(s&&("sector"===l&&s.startAngle===s.endAngle||"rect"===l&&(!s.width||!s.height))){for(var u=0;u<i.length;u++)i[u][2]=r[i[u][0]],r[i[u][0]]=i[u][1];t=!0;break}}if(e.apply(this,arguments),t)for(u=0;u<i.length;u++)r[i[u][0]]=i[u][2]}:e}e.exports=o},"89e3":function(e,t,n){var r=n("3842"),i=n("eda2"),o=n("e0d8"),a=n("944e"),s=r.round,l=o.extend({type:"interval",_interval:0,_intervalPrecision:2,setExtent:function(e,t){var n=this._extent;isNaN(e)||(n[0]=parseFloat(e)),isNaN(t)||(n[1]=parseFloat(t))},unionExtent:function(e){var t=this._extent;e[0]<t[0]&&(t[0]=e[0]),e[1]>t[1]&&(t[1]=e[1]),l.prototype.setExtent.call(this,t[0],t[1])},getInterval:function(){return this._interval},setInterval:function(e){this._interval=e,this._niceExtent=this._extent.slice(),this._intervalPrecision=a.getIntervalPrecision(e)},getTicks:function(e){var t=this._interval,n=this._extent,r=this._niceExtent,i=this._intervalPrecision,o=[];if(!t)return o;var a=1e4;n[0]<r[0]&&(e?o.push(s(r[0]-t,i)):o.push(n[0]));var l=r[0];while(l<=r[1]){if(o.push(l),l=s(l+t,i),l===o[o.length-1])break;if(o.length>a)return[]}var u=o.length?o[o.length-1]:r[1];return n[1]>u&&(e?o.push(s(u+t,i)):o.push(n[1])),o},getMinorTicks:function(e){for(var t=this.getTicks(!0),n=[],i=this.getExtent(),o=1;o<t.length;o++){var a=t[o],s=t[o-1],l=0,u=[],c=a-s,A=c/e;while(l<e-1){var h=r.round(s+(l+1)*A);h>i[0]&&h<i[1]&&u.push(h),l++}n.push(u)}return n},getLabel:function(e,t){if(null==e)return"";var n=t&&t.precision;return null==n?n=r.getPrecisionSafe(e)||0:"auto"===n&&(n=this._intervalPrecision),e=s(e,n,!0),i.addCommas(e)},niceTicks:function(e,t,n){e=e||5;var r=this._extent,i=r[1]-r[0];if(isFinite(i)){i<0&&(i=-i,r.reverse());var o=a.intervalScaleNiceTicks(r,e,t,n);this._intervalPrecision=o.intervalPrecision,this._interval=o.interval,this._niceExtent=o.niceTickExtent}},niceExtent:function(e){var t=this._extent;if(t[0]===t[1])if(0!==t[0]){var n=t[0];e.fixMax||(t[1]+=n/2),t[0]-=n/2}else t[1]=1;var r=t[1]-t[0];isFinite(r)||(t[0]=0,t[1]=1),this.niceTicks(e.splitNumber,e.minInterval,e.maxInterval);var i=this._interval;e.fixMin||(t[0]=s(Math.floor(t[0]/i)*i)),e.fixMax||(t[1]=s(Math.ceil(t[1]/i)*i))}});l.create=function(){return new l};var u=l;e.exports=u},"8a0d":function(e,t){e.exports={}},"8aa5":function(e,t,n){"use strict";var r=n("6547").charAt;e.exports=function(e,t,n){return t+(n?r(e,t).length:1)}},"8b1a":function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++n+r).toString(36))}},"8b7f":function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=i.createHashMap,a=(i.retrieve,i.each);function s(e){this.coordSysName=e,this.coordSysDims=[],this.axisMap=o(),this.categoryAxisMap=o(),this.firstCategoryDimIndex=null}function l(e){var t=e.get("coordinateSystem"),n=new s(t),r=u[t];if(r)return r(e,n,n.axisMap,n.categoryAxisMap),n}var u={cartesian2d:function(e,t,n,r){var i=e.getReferringComponents("xAxis")[0],o=e.getReferringComponents("yAxis")[0];t.coordSysDims=["x","y"],n.set("x",i),n.set("y",o),c(i)&&(r.set("x",i),t.firstCategoryDimIndex=0),c(o)&&(r.set("y",o),t.firstCategoryDimIndex,t.firstCategoryDimIndex=1)},singleAxis:function(e,t,n,r){var i=e.getReferringComponents("singleAxis")[0];t.coordSysDims=["single"],n.set("single",i),c(i)&&(r.set("single",i),t.firstCategoryDimIndex=0)},polar:function(e,t,n,r){var i=e.getReferringComponents("polar")[0],o=i.findAxisModel("radiusAxis"),a=i.findAxisModel("angleAxis");t.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),c(o)&&(r.set("radius",o),t.firstCategoryDimIndex=0),c(a)&&(r.set("angle",a),null==t.firstCategoryDimIndex&&(t.firstCategoryDimIndex=1))},geo:function(e,t,n,r){t.coordSysDims=["lng","lat"]},parallel:function(e,t,n,r){var i=e.ecModel,o=i.getComponent("parallel",e.get("parallelIndex")),s=t.coordSysDims=o.dimensions.slice();a(o.parallelAxisIndex,(function(e,o){var a=i.getComponent("parallelAxis",e),l=s[o];n.set(l,a),c(a)&&null==t.firstCategoryDimIndex&&(r.set(l,a),t.firstCategoryDimIndex=o)}))}};function c(e){return"category"===e.get("type")}t.getCoordSysInfoBySeries=l},"8c2a":function(e,t,n){var r=n("6d8b"),i=n("e0d8"),o=n("3842"),a=n("89e3"),s=i.prototype,l=a.prototype,u=o.getPrecisionSafe,c=o.round,A=Math.floor,h=Math.ceil,d=Math.pow,f=Math.log,p=i.extend({type:"log",base:10,$constructor:function(){i.apply(this,arguments),this._originalScale=new a},getTicks:function(e){var t=this._originalScale,n=this._extent,i=t.getExtent();return r.map(l.getTicks.call(this,e),(function(e){var r=o.round(d(this.base,e));return r=e===n[0]&&t.__fixMin?g(r,i[0]):r,r=e===n[1]&&t.__fixMax?g(r,i[1]):r,r}),this)},getMinorTicks:l.getMinorTicks,getLabel:l.getLabel,scale:function(e){return e=s.scale.call(this,e),d(this.base,e)},setExtent:function(e,t){var n=this.base;e=f(e)/f(n),t=f(t)/f(n),l.setExtent.call(this,e,t)},getExtent:function(){var e=this.base,t=s.getExtent.call(this);t[0]=d(e,t[0]),t[1]=d(e,t[1]);var n=this._originalScale,r=n.getExtent();return n.__fixMin&&(t[0]=g(t[0],r[0])),n.__fixMax&&(t[1]=g(t[1],r[1])),t},unionExtent:function(e){this._originalScale.unionExtent(e);var t=this.base;e[0]=f(e[0])/f(t),e[1]=f(e[1])/f(t),s.unionExtent.call(this,e)},unionExtentFromData:function(e,t){this.unionExtent(e.getApproximateExtent(t))},niceTicks:function(e){e=e||10;var t=this._extent,n=t[1]-t[0];if(!(n===1/0||n<=0)){var r=o.quantity(n),i=e/n*r;i<=.5&&(r*=10);while(!isNaN(r)&&Math.abs(r)<1&&Math.abs(r)>0)r*=10;var a=[o.round(h(t[0]/r)*r),o.round(A(t[1]/r)*r)];this._interval=r,this._niceExtent=a}},niceExtent:function(e){l.niceExtent.call(this,e);var t=this._originalScale;t.__fixMin=e.fixMin,t.__fixMax=e.fixMax}});function g(e,t){return c(e,u(t))}r.each(["contain","normalize"],(function(e){p.prototype[e]=function(t){return t=f(t)/f(this.base),s[e].call(this,t)}})),p.create=function(){return new p};var v=p;e.exports=v},"8c4f":function(e,t,n){"use strict";
  42. /*!
  43. * vue-router v3.0.6
  44. * (c) 2019 Evan You
  45. * @license MIT
  46. */function r(e,t){0}function i(e){return Object.prototype.toString.call(e).indexOf("Error")>-1}function o(e,t){for(var n in t)e[n]=t[n];return e}var a={name:"RouterView",functional:!0,props:{name:{type:String,default:"default"}},render:function(e,t){var n=t.props,r=t.children,i=t.parent,a=t.data;a.routerView=!0;var l=i.$createElement,u=n.name,c=i.$route,A=i._routerViewCache||(i._routerViewCache={}),h=0,d=!1;while(i&&i._routerRoot!==i){var f=i.$vnode&&i.$vnode.data;f&&(f.routerView&&h++,f.keepAlive&&i._inactive&&(d=!0)),i=i.$parent}if(a.routerViewDepth=h,d)return l(A[u],a,r);var p=c.matched[h];if(!p)return A[u]=null,l();var g=A[u]=p.components[u];a.registerRouteInstance=function(e,t){var n=p.instances[u];(t&&n!==e||!t&&n===e)&&(p.instances[u]=t)},(a.hook||(a.hook={})).prepatch=function(e,t){p.instances[u]=t.componentInstance},a.hook.init=function(e){e.data.keepAlive&&e.componentInstance&&e.componentInstance!==p.instances[u]&&(p.instances[u]=e.componentInstance)};var v=a.props=s(c,p.props&&p.props[u]);if(v){v=a.props=o({},v);var m=a.attrs=a.attrs||{};for(var y in v)g.props&&y in g.props||(m[y]=v[y],delete v[y])}return l(g,a,r)}};function s(e,t){switch(typeof t){case"undefined":return;case"object":return t;case"function":return t(e);case"boolean":return t?e.params:void 0;default:0}}var l=/[!'()*]/g,u=function(e){return"%"+e.charCodeAt(0).toString(16)},c=/%2C/g,A=function(e){return encodeURIComponent(e).replace(l,u).replace(c,",")},h=decodeURIComponent;function d(e,t,n){void 0===t&&(t={});var r,i=n||f;try{r=i(e||"")}catch(a){r={}}for(var o in t)r[o]=t[o];return r}function f(e){var t={};return e=e.trim().replace(/^(\?|#|&)/,""),e?(e.split("&").forEach((function(e){var n=e.replace(/\+/g," ").split("="),r=h(n.shift()),i=n.length>0?h(n.join("=")):null;void 0===t[r]?t[r]=i:Array.isArray(t[r])?t[r].push(i):t[r]=[t[r],i]})),t):t}function p(e){var t=e?Object.keys(e).map((function(t){var n=e[t];if(void 0===n)return"";if(null===n)return A(t);if(Array.isArray(n)){var r=[];return n.forEach((function(e){void 0!==e&&(null===e?r.push(A(t)):r.push(A(t)+"="+A(e)))})),r.join("&")}return A(t)+"="+A(n)})).filter((function(e){return e.length>0})).join("&"):null;return t?"?"+t:""}var g=/\/?$/;function v(e,t,n,r){var i=r&&r.options.stringifyQuery,o=t.query||{};try{o=m(o)}catch(s){}var a={name:t.name||e&&e.name,meta:e&&e.meta||{},path:t.path||"/",hash:t.hash||"",query:o,params:t.params||{},fullPath:w(t,i),matched:e?x(e):[]};return n&&(a.redirectedFrom=w(n,i)),Object.freeze(a)}function m(e){if(Array.isArray(e))return e.map(m);if(e&&"object"===typeof e){var t={};for(var n in e)t[n]=m(e[n]);return t}return e}var y=v(null,{path:"/"});function x(e){var t=[];while(e)t.unshift(e),e=e.parent;return t}function w(e,t){var n=e.path,r=e.query;void 0===r&&(r={});var i=e.hash;void 0===i&&(i="");var o=t||p;return(n||"/")+o(r)+i}function _(e,t){return t===y?e===t:!!t&&(e.path&&t.path?e.path.replace(g,"")===t.path.replace(g,"")&&e.hash===t.hash&&b(e.query,t.query):!(!e.name||!t.name)&&(e.name===t.name&&e.hash===t.hash&&b(e.query,t.query)&&b(e.params,t.params)))}function b(e,t){if(void 0===e&&(e={}),void 0===t&&(t={}),!e||!t)return e===t;var n=Object.keys(e),r=Object.keys(t);return n.length===r.length&&n.every((function(n){var r=e[n],i=t[n];return"object"===typeof r&&"object"===typeof i?b(r,i):String(r)===String(i)}))}function B(e,t){return 0===e.path.replace(g,"/").indexOf(t.path.replace(g,"/"))&&(!t.hash||e.hash===t.hash)&&C(e.query,t.query)}function C(e,t){for(var n in t)if(!(n in e))return!1;return!0}var S,E=[String,Object],M=[String,Array],I={name:"RouterLink",props:{to:{type:E,required:!0},tag:{type:String,default:"a"},exact:Boolean,append:Boolean,replace:Boolean,activeClass:String,exactActiveClass:String,event:{type:M,default:"click"}},render:function(e){var t=this,n=this.$router,r=this.$route,i=n.resolve(this.to,r,this.append),a=i.location,s=i.route,l=i.href,u={},c=n.options.linkActiveClass,A=n.options.linkExactActiveClass,h=null==c?"router-link-active":c,d=null==A?"router-link-exact-active":A,f=null==this.activeClass?h:this.activeClass,p=null==this.exactActiveClass?d:this.exactActiveClass,g=a.path?v(null,a,null,n):s;u[p]=_(r,g),u[f]=this.exact?u[p]:B(r,g);var m=function(e){T(e)&&(t.replace?n.replace(a):n.push(a))},y={click:T};Array.isArray(this.event)?this.event.forEach((function(e){y[e]=m})):y[this.event]=m;var x={class:u};if("a"===this.tag)x.on=y,x.attrs={href:l};else{var w=D(this.$slots.default);if(w){w.isStatic=!1;var b=w.data=o({},w.data);b.on=y;var C=w.data.attrs=o({},w.data.attrs);C.href=l}else x.on=y}return e(this.tag,x,this.$slots.default)}};function T(e){if(!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)&&!e.defaultPrevented&&(void 0===e.button||0===e.button)){if(e.currentTarget&&e.currentTarget.getAttribute){var t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}return e.preventDefault&&e.preventDefault(),!0}}function D(e){if(e)for(var t,n=0;n<e.length;n++){if(t=e[n],"a"===t.tag)return t;if(t.children&&(t=D(t.children)))return t}}function F(e){if(!F.installed||S!==e){F.installed=!0,S=e;var t=function(e){return void 0!==e},n=function(e,n){var r=e.$options._parentVnode;t(r)&&t(r=r.data)&&t(r=r.registerRouteInstance)&&r(e,n)};e.mixin({beforeCreate:function(){t(this.$options.router)?(this._routerRoot=this,this._router=this.$options.router,this._router.init(this),e.util.defineReactive(this,"_route",this._router.history.current)):this._routerRoot=this.$parent&&this.$parent._routerRoot||this,n(this,this)},destroyed:function(){n(this)}}),Object.defineProperty(e.prototype,"$router",{get:function(){return this._routerRoot._router}}),Object.defineProperty(e.prototype,"$route",{get:function(){return this._routerRoot._route}}),e.component("RouterView",a),e.component("RouterLink",I);var r=e.config.optionMergeStrategies;r.beforeRouteEnter=r.beforeRouteLeave=r.beforeRouteUpdate=r.created}}var Q="undefined"!==typeof window;function L(e,t,n){var r=e.charAt(0);if("/"===r)return e;if("?"===r||"#"===r)return t+e;var i=t.split("/");n&&i[i.length-1]||i.pop();for(var o=e.replace(/^\//,"").split("/"),a=0;a<o.length;a++){var s=o[a];".."===s?i.pop():"."!==s&&i.push(s)}return""!==i[0]&&i.unshift(""),i.join("/")}function U(e){var t="",n="",r=e.indexOf("#");r>=0&&(t=e.slice(r),e=e.slice(0,r));var i=e.indexOf("?");return i>=0&&(n=e.slice(i+1),e=e.slice(0,i)),{path:e,query:n,hash:t}}function O(e){return e.replace(/\/\//g,"/")}var N=Array.isArray||function(e){return"[object Array]"==Object.prototype.toString.call(e)},k=re,P=K,H=G,R=X,z=ne,V=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function K(e,t){var n,r=[],i=0,o=0,a="",s=t&&t.delimiter||"/";while(null!=(n=V.exec(e))){var l=n[0],u=n[1],c=n.index;if(a+=e.slice(o,c),o=c+l.length,u)a+=u[1];else{var A=e[o],h=n[2],d=n[3],f=n[4],p=n[5],g=n[6],v=n[7];a&&(r.push(a),a="");var m=null!=h&&null!=A&&A!==h,y="+"===g||"*"===g,x="?"===g||"*"===g,w=n[2]||s,_=f||p;r.push({name:d||i++,prefix:h||"",delimiter:w,optional:x,repeat:y,partial:m,asterisk:!!v,pattern:_?q(_):v?".*":"[^"+Y(w)+"]+?"})}}return o<e.length&&(a+=e.substr(o)),a&&r.push(a),r}function G(e,t){return X(K(e,t))}function j(e){return encodeURI(e).replace(/[\/?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function W(e){return encodeURI(e).replace(/[?#]/g,(function(e){return"%"+e.charCodeAt(0).toString(16).toUpperCase()}))}function X(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"===typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var i="",o=n||{},a=r||{},s=a.pretty?j:encodeURIComponent,l=0;l<e.length;l++){var u=e[l];if("string"!==typeof u){var c,A=o[u.name];if(null==A){if(u.optional){u.partial&&(i+=u.prefix);continue}throw new TypeError('Expected "'+u.name+'" to be defined')}if(N(A)){if(!u.repeat)throw new TypeError('Expected "'+u.name+'" to not repeat, but received `'+JSON.stringify(A)+"`");if(0===A.length){if(u.optional)continue;throw new TypeError('Expected "'+u.name+'" to not be empty')}for(var h=0;h<A.length;h++){if(c=s(A[h]),!t[l].test(c))throw new TypeError('Expected all "'+u.name+'" to match "'+u.pattern+'", but received `'+JSON.stringify(c)+"`");i+=(0===h?u.prefix:u.delimiter)+c}}else{if(c=u.asterisk?W(A):s(A),!t[l].test(c))throw new TypeError('Expected "'+u.name+'" to match "'+u.pattern+'", but received "'+c+'"');i+=u.prefix+c}}else i+=u}return i}}function Y(e){return e.replace(/([.+*?=^!:${}()[\]|\/\\])/g,"\\$1")}function q(e){return e.replace(/([=!:$\/()])/g,"\\$1")}function J(e,t){return e.keys=t,e}function Z(e){return e.sensitive?"":"i"}function $(e,t){var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,asterisk:!1,pattern:null});return J(e,t)}function ee(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(re(e[i],t,n).source);var o=new RegExp("(?:"+r.join("|")+")",Z(n));return J(o,t)}function te(e,t,n){return ne(K(e,n),t,n)}function ne(e,t,n){N(t)||(n=t||n,t=[]),n=n||{};for(var r=n.strict,i=!1!==n.end,o="",a=0;a<e.length;a++){var s=e[a];if("string"===typeof s)o+=Y(s);else{var l=Y(s.prefix),u="(?:"+s.pattern+")";t.push(s),s.repeat&&(u+="(?:"+l+u+")*"),u=s.optional?s.partial?l+"("+u+")?":"(?:"+l+"("+u+"))?":l+"("+u+")",o+=u}}var c=Y(n.delimiter||"/"),A=o.slice(-c.length)===c;return r||(o=(A?o.slice(0,-c.length):o)+"(?:"+c+"(?=$))?"),o+=i?"$":r&&A?"":"(?="+c+"|$)",J(new RegExp("^"+o,Z(n)),t)}function re(e,t,n){return N(t)||(n=t||n,t=[]),n=n||{},e instanceof RegExp?$(e,t):N(e)?ee(e,t,n):te(e,t,n)}k.parse=P,k.compile=H,k.tokensToFunction=R,k.tokensToRegExp=z;var ie=Object.create(null);function oe(e,t,n){t=t||{};try{var r=ie[e]||(ie[e]=k.compile(e));return t.pathMatch&&(t[0]=t.pathMatch),r(t,{pretty:!0})}catch(i){return""}finally{delete t[0]}}function ae(e,t,n,r){var i=t||[],o=n||Object.create(null),a=r||Object.create(null);e.forEach((function(e){se(i,o,a,e)}));for(var s=0,l=i.length;s<l;s++)"*"===i[s]&&(i.push(i.splice(s,1)[0]),l--,s--);return{pathList:i,pathMap:o,nameMap:a}}function se(e,t,n,r,i,o){var a=r.path,s=r.name;var l=r.pathToRegexpOptions||{},u=ue(a,i,l.strict);"boolean"===typeof r.caseSensitive&&(l.sensitive=r.caseSensitive);var c={path:u,regex:le(u,l),components:r.components||{default:r.component},instances:{},name:s,parent:i,matchAs:o,redirect:r.redirect,beforeEnter:r.beforeEnter,meta:r.meta||{},props:null==r.props?{}:r.components?r.props:{default:r.props}};if(r.children&&r.children.forEach((function(r){var i=o?O(o+"/"+r.path):void 0;se(e,t,n,r,c,i)})),void 0!==r.alias){var A=Array.isArray(r.alias)?r.alias:[r.alias];A.forEach((function(o){var a={path:o,children:r.children};se(e,t,n,a,i,c.path||"/")}))}t[c.path]||(e.push(c.path),t[c.path]=c),s&&(n[s]||(n[s]=c))}function le(e,t){var n=k(e,[],t);return n}function ue(e,t,n){return n||(e=e.replace(/\/$/,"")),"/"===e[0]||null==t?e:O(t.path+"/"+e)}function ce(e,t,n,r){var i="string"===typeof e?{path:e}:e;if(i._normalized)return i;if(i.name)return o({},e);if(!i.path&&i.params&&t){i=o({},i),i._normalized=!0;var a=o(o({},t.params),i.params);if(t.name)i.name=t.name,i.params=a;else if(t.matched.length){var s=t.matched[t.matched.length-1].path;i.path=oe(s,a,"path "+t.path)}else 0;return i}var l=U(i.path||""),u=t&&t.path||"/",c=l.path?L(l.path,u,n||i.append):u,A=d(l.query,i.query,r&&r.options.parseQuery),h=i.hash||l.hash;return h&&"#"!==h.charAt(0)&&(h="#"+h),{_normalized:!0,path:c,query:A,hash:h}}function Ae(e,t){var n=ae(e),r=n.pathList,i=n.pathMap,o=n.nameMap;function a(e){ae(e,r,i,o)}function s(e,n,a){var s=ce(e,n,!1,t),l=s.name;if(l){var u=o[l];if(!u)return c(null,s);var A=u.regex.keys.filter((function(e){return!e.optional})).map((function(e){return e.name}));if("object"!==typeof s.params&&(s.params={}),n&&"object"===typeof n.params)for(var h in n.params)!(h in s.params)&&A.indexOf(h)>-1&&(s.params[h]=n.params[h]);if(u)return s.path=oe(u.path,s.params,'named route "'+l+'"'),c(u,s,a)}else if(s.path){s.params={};for(var d=0;d<r.length;d++){var f=r[d],p=i[f];if(he(p.regex,s.path,s.params))return c(p,s,a)}}return c(null,s)}function l(e,n){var r=e.redirect,i="function"===typeof r?r(v(e,n,null,t)):r;if("string"===typeof i&&(i={path:i}),!i||"object"!==typeof i)return c(null,n);var a=i,l=a.name,u=a.path,A=n.query,h=n.hash,d=n.params;if(A=a.hasOwnProperty("query")?a.query:A,h=a.hasOwnProperty("hash")?a.hash:h,d=a.hasOwnProperty("params")?a.params:d,l){o[l];return s({_normalized:!0,name:l,query:A,hash:h,params:d},void 0,n)}if(u){var f=de(u,e),p=oe(f,d,'redirect route with path "'+f+'"');return s({_normalized:!0,path:p,query:A,hash:h},void 0,n)}return c(null,n)}function u(e,t,n){var r=oe(n,t.params,'aliased route with path "'+n+'"'),i=s({_normalized:!0,path:r});if(i){var o=i.matched,a=o[o.length-1];return t.params=i.params,c(a,t)}return c(null,t)}function c(e,n,r){return e&&e.redirect?l(e,r||n):e&&e.matchAs?u(e,n,e.matchAs):v(e,n,r,t)}return{match:s,addRoutes:a}}function he(e,t,n){var r=t.match(e);if(!r)return!1;if(!n)return!0;for(var i=1,o=r.length;i<o;++i){var a=e.keys[i-1],s="string"===typeof r[i]?decodeURIComponent(r[i]):r[i];a&&(n[a.name||"pathMatch"]=s)}return!0}function de(e,t){return L(e,t.parent?t.parent.path:"/",!0)}var fe=Object.create(null);function pe(){window.history.replaceState({key:Ie()},"",window.location.href.replace(window.location.origin,"")),window.addEventListener("popstate",(function(e){ve(),e.state&&e.state.key&&Te(e.state.key)}))}function ge(e,t,n,r){if(e.app){var i=e.options.scrollBehavior;i&&e.app.$nextTick((function(){var o=me(),a=i.call(e,t,n,r?o:null);a&&("function"===typeof a.then?a.then((function(e){Be(e,o)})).catch((function(e){0})):Be(a,o))}))}}function ve(){var e=Ie();e&&(fe[e]={x:window.pageXOffset,y:window.pageYOffset})}function me(){var e=Ie();if(e)return fe[e]}function ye(e,t){var n=document.documentElement,r=n.getBoundingClientRect(),i=e.getBoundingClientRect();return{x:i.left-r.left-t.x,y:i.top-r.top-t.y}}function xe(e){return be(e.x)||be(e.y)}function we(e){return{x:be(e.x)?e.x:window.pageXOffset,y:be(e.y)?e.y:window.pageYOffset}}function _e(e){return{x:be(e.x)?e.x:0,y:be(e.y)?e.y:0}}function be(e){return"number"===typeof e}function Be(e,t){var n="object"===typeof e;if(n&&"string"===typeof e.selector){var r=document.querySelector(e.selector);if(r){var i=e.offset&&"object"===typeof e.offset?e.offset:{};i=_e(i),t=ye(r,i)}else xe(e)&&(t=we(e))}else n&&xe(e)&&(t=we(e));t&&window.scrollTo(t.x,t.y)}var Ce=Q&&function(){var e=window.navigator.userAgent;return(-1===e.indexOf("Android 2.")&&-1===e.indexOf("Android 4.0")||-1===e.indexOf("Mobile Safari")||-1!==e.indexOf("Chrome")||-1!==e.indexOf("Windows Phone"))&&(window.history&&"pushState"in window.history)}(),Se=Q&&window.performance&&window.performance.now?window.performance:Date,Ee=Me();function Me(){return Se.now().toFixed(3)}function Ie(){return Ee}function Te(e){Ee=e}function De(e,t){ve();var n=window.history;try{t?n.replaceState({key:Ee},"",e):(Ee=Me(),n.pushState({key:Ee},"",e))}catch(r){window.location[t?"replace":"assign"](e)}}function Fe(e){De(e,!0)}function Qe(e,t,n){var r=function(i){i>=e.length?n():e[i]?t(e[i],(function(){r(i+1)})):r(i+1)};r(0)}function Le(e){return function(t,n,r){var o=!1,a=0,s=null;Ue(e,(function(e,t,n,l){if("function"===typeof e&&void 0===e.cid){o=!0,a++;var u,c=Pe((function(t){ke(t)&&(t=t.default),e.resolved="function"===typeof t?t:S.extend(t),n.components[l]=t,a--,a<=0&&r()})),A=Pe((function(e){var t="Failed to resolve async component "+l+": "+e;s||(s=i(e)?e:new Error(t),r(s))}));try{u=e(c,A)}catch(d){A(d)}if(u)if("function"===typeof u.then)u.then(c,A);else{var h=u.component;h&&"function"===typeof h.then&&h.then(c,A)}}})),o||r()}}function Ue(e,t){return Oe(e.map((function(e){return Object.keys(e.components).map((function(n){return t(e.components[n],e.instances[n],e,n)}))})))}function Oe(e){return Array.prototype.concat.apply([],e)}var Ne="function"===typeof Symbol&&"symbol"===typeof Symbol.toStringTag;function ke(e){return e.__esModule||Ne&&"Module"===e[Symbol.toStringTag]}function Pe(e){var t=!1;return function(){var n=[],r=arguments.length;while(r--)n[r]=arguments[r];if(!t)return t=!0,e.apply(this,n)}}var He=function(e,t){this.router=e,this.base=Re(t),this.current=y,this.pending=null,this.ready=!1,this.readyCbs=[],this.readyErrorCbs=[],this.errorCbs=[]};function Re(e){if(!e)if(Q){var t=document.querySelector("base");e=t&&t.getAttribute("href")||"/",e=e.replace(/^https?:\/\/[^\/]+/,"")}else e="/";return"/"!==e.charAt(0)&&(e="/"+e),e.replace(/\/$/,"")}function ze(e,t){var n,r=Math.max(e.length,t.length);for(n=0;n<r;n++)if(e[n]!==t[n])break;return{updated:t.slice(0,n),activated:t.slice(n),deactivated:e.slice(n)}}function Ve(e,t,n,r){var i=Ue(e,(function(e,r,i,o){var a=Ke(e,t);if(a)return Array.isArray(a)?a.map((function(e){return n(e,r,i,o)})):n(a,r,i,o)}));return Oe(r?i.reverse():i)}function Ke(e,t){return"function"!==typeof e&&(e=S.extend(e)),e.options[t]}function Ge(e){return Ve(e,"beforeRouteLeave",We,!0)}function je(e){return Ve(e,"beforeRouteUpdate",We)}function We(e,t){if(t)return function(){return e.apply(t,arguments)}}function Xe(e,t,n){return Ve(e,"beforeRouteEnter",(function(e,r,i,o){return Ye(e,i,o,t,n)}))}function Ye(e,t,n,r,i){return function(o,a,s){return e(o,a,(function(e){s(e),"function"===typeof e&&r.push((function(){qe(e,t.instances,n,i)}))}))}}function qe(e,t,n,r){t[n]&&!t[n]._isBeingDestroyed?e(t[n]):r()&&setTimeout((function(){qe(e,t,n,r)}),16)}He.prototype.listen=function(e){this.cb=e},He.prototype.onReady=function(e,t){this.ready?e():(this.readyCbs.push(e),t&&this.readyErrorCbs.push(t))},He.prototype.onError=function(e){this.errorCbs.push(e)},He.prototype.transitionTo=function(e,t,n){var r=this,i=this.router.match(e,this.current);this.confirmTransition(i,(function(){r.updateRoute(i),t&&t(i),r.ensureURL(),r.ready||(r.ready=!0,r.readyCbs.forEach((function(e){e(i)})))}),(function(e){n&&n(e),e&&!r.ready&&(r.ready=!0,r.readyErrorCbs.forEach((function(t){t(e)})))}))},He.prototype.confirmTransition=function(e,t,n){var o=this,a=this.current,s=function(e){i(e)&&(o.errorCbs.length?o.errorCbs.forEach((function(t){t(e)})):(r(!1,"uncaught error during route navigation:"),console.error(e))),n&&n(e)};if(_(e,a)&&e.matched.length===a.matched.length)return this.ensureURL(),s();var l=ze(this.current.matched,e.matched),u=l.updated,c=l.deactivated,A=l.activated,h=[].concat(Ge(c),this.router.beforeHooks,je(u),A.map((function(e){return e.beforeEnter})),Le(A));this.pending=e;var d=function(t,n){if(o.pending!==e)return s();try{t(e,a,(function(e){!1===e||i(e)?(o.ensureURL(!0),s(e)):"string"===typeof e||"object"===typeof e&&("string"===typeof e.path||"string"===typeof e.name)?(s(),"object"===typeof e&&e.replace?o.replace(e):o.push(e)):n(e)}))}catch(r){s(r)}};Qe(h,d,(function(){var n=[],r=function(){return o.current===e},i=Xe(A,n,r),a=i.concat(o.router.resolveHooks);Qe(a,d,(function(){if(o.pending!==e)return s();o.pending=null,t(e),o.router.app&&o.router.app.$nextTick((function(){n.forEach((function(e){e()}))}))}))}))},He.prototype.updateRoute=function(e){var t=this.current;this.current=e,this.cb&&this.cb(e),this.router.afterHooks.forEach((function(n){n&&n(e,t)}))};var Je=function(e){function t(t,n){var r=this;e.call(this,t,n);var i=t.options.scrollBehavior,o=Ce&&i;o&&pe();var a=Ze(this.base);window.addEventListener("popstate",(function(e){var n=r.current,i=Ze(r.base);r.current===y&&i===a||r.transitionTo(i,(function(e){o&&ge(t,e,n,!0)}))}))}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.go=function(e){window.history.go(e)},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){De(O(r.base+e.fullPath)),ge(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){Fe(O(r.base+e.fullPath)),ge(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.ensureURL=function(e){if(Ze(this.base)!==this.current.fullPath){var t=O(this.base+this.current.fullPath);e?De(t):Fe(t)}},t.prototype.getCurrentLocation=function(){return Ze(this.base)},t}(He);function Ze(e){var t=decodeURI(window.location.pathname);return e&&0===t.indexOf(e)&&(t=t.slice(e.length)),(t||"/")+window.location.search+window.location.hash}var $e=function(e){function t(t,n,r){e.call(this,t,n),r&&et(this.base)||tt()}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.setupListeners=function(){var e=this,t=this.router,n=t.options.scrollBehavior,r=Ce&&n;r&&pe(),window.addEventListener(Ce?"popstate":"hashchange",(function(){var t=e.current;tt()&&e.transitionTo(nt(),(function(n){r&&ge(e.router,n,t,!0),Ce||ot(n.fullPath)}))}))},t.prototype.push=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){it(e.fullPath),ge(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this,i=this,o=i.current;this.transitionTo(e,(function(e){ot(e.fullPath),ge(r.router,e,o,!1),t&&t(e)}),n)},t.prototype.go=function(e){window.history.go(e)},t.prototype.ensureURL=function(e){var t=this.current.fullPath;nt()!==t&&(e?it(t):ot(t))},t.prototype.getCurrentLocation=function(){return nt()},t}(He);function et(e){var t=Ze(e);if(!/^\/#/.test(t))return window.location.replace(O(e+"/#"+t)),!0}function tt(){var e=nt();return"/"===e.charAt(0)||(ot("/"+e),!1)}function nt(){var e=window.location.href,t=e.indexOf("#");if(t<0)return"";e=e.slice(t+1);var n=e.indexOf("?");if(n<0){var r=e.indexOf("#");e=r>-1?decodeURI(e.slice(0,r))+e.slice(r):decodeURI(e)}else n>-1&&(e=decodeURI(e.slice(0,n))+e.slice(n));return e}function rt(e){var t=window.location.href,n=t.indexOf("#"),r=n>=0?t.slice(0,n):t;return r+"#"+e}function it(e){Ce?De(rt(e)):window.location.hash=e}function ot(e){Ce?Fe(rt(e)):window.location.replace(rt(e))}var at=function(e){function t(t,n){e.call(this,t,n),this.stack=[],this.index=-1}return e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t,t.prototype.push=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index+1).concat(e),r.index++,t&&t(e)}),n)},t.prototype.replace=function(e,t,n){var r=this;this.transitionTo(e,(function(e){r.stack=r.stack.slice(0,r.index).concat(e),t&&t(e)}),n)},t.prototype.go=function(e){var t=this,n=this.index+e;if(!(n<0||n>=this.stack.length)){var r=this.stack[n];this.confirmTransition(r,(function(){t.index=n,t.updateRoute(r)}))}},t.prototype.getCurrentLocation=function(){var e=this.stack[this.stack.length-1];return e?e.fullPath:"/"},t.prototype.ensureURL=function(){},t}(He),st=function(e){void 0===e&&(e={}),this.app=null,this.apps=[],this.options=e,this.beforeHooks=[],this.resolveHooks=[],this.afterHooks=[],this.matcher=Ae(e.routes||[],this);var t=e.mode||"hash";switch(this.fallback="history"===t&&!Ce&&!1!==e.fallback,this.fallback&&(t="hash"),Q||(t="abstract"),this.mode=t,t){case"history":this.history=new Je(this,e.base);break;case"hash":this.history=new $e(this,e.base,this.fallback);break;case"abstract":this.history=new at(this,e.base);break;default:0}},lt={currentRoute:{configurable:!0}};function ut(e,t){return e.push(t),function(){var n=e.indexOf(t);n>-1&&e.splice(n,1)}}function ct(e,t,n){var r="hash"===n?"#"+t:t;return e?O(e+"/"+r):r}st.prototype.match=function(e,t,n){return this.matcher.match(e,t,n)},lt.currentRoute.get=function(){return this.history&&this.history.current},st.prototype.init=function(e){var t=this;if(this.apps.push(e),e.$once("hook:destroyed",(function(){var n=t.apps.indexOf(e);n>-1&&t.apps.splice(n,1),t.app===e&&(t.app=t.apps[0]||null)})),!this.app){this.app=e;var n=this.history;if(n instanceof Je)n.transitionTo(n.getCurrentLocation());else if(n instanceof $e){var r=function(){n.setupListeners()};n.transitionTo(n.getCurrentLocation(),r,r)}n.listen((function(e){t.apps.forEach((function(t){t._route=e}))}))}},st.prototype.beforeEach=function(e){return ut(this.beforeHooks,e)},st.prototype.beforeResolve=function(e){return ut(this.resolveHooks,e)},st.prototype.afterEach=function(e){return ut(this.afterHooks,e)},st.prototype.onReady=function(e,t){this.history.onReady(e,t)},st.prototype.onError=function(e){this.history.onError(e)},st.prototype.push=function(e,t,n){this.history.push(e,t,n)},st.prototype.replace=function(e,t,n){this.history.replace(e,t,n)},st.prototype.go=function(e){this.history.go(e)},st.prototype.back=function(){this.go(-1)},st.prototype.forward=function(){this.go(1)},st.prototype.getMatchedComponents=function(e){var t=e?e.matched?e:this.resolve(e).route:this.currentRoute;return t?[].concat.apply([],t.matched.map((function(e){return Object.keys(e.components).map((function(t){return e.components[t]}))}))):[]},st.prototype.resolve=function(e,t,n){t=t||this.history.current;var r=ce(e,t,n,this),i=this.match(r,t),o=i.redirectedFrom||i.fullPath,a=this.history.base,s=ct(a,o,this.mode);return{location:r,route:i,href:s,normalizedTo:r,resolved:i}},st.prototype.addRoutes=function(e){this.matcher.addRoutes(e),this.history.current!==y&&this.history.transitionTo(this.history.getCurrentLocation())},Object.defineProperties(st.prototype,lt),st.install=F,st.version="3.0.6",Q&&window.Vue&&window.Vue.use(st),t["a"]=st},"8d32":function(e,t,n){var r=n("cbe5"),i=r.extend({type:"arc",shape:{cx:0,cy:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},style:{stroke:"#000",fill:null},buildPath:function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r,0),o=t.startAngle,a=t.endAngle,s=t.clockwise,l=Math.cos(o),u=Math.sin(o);e.moveTo(l*i+n,u*i+r),e.arc(n,r,i,o,a,!s)}});e.exports=i},"8deb":function(e,t,n){var r=n("3eba");n("5522"),n("a016"),n("1466");var i=n("98e7"),o=n("7f96"),a=n("870e"),s=n("d3f4"),l=n("7891");r.registerVisual(i("radar")),r.registerVisual(o("radar","circle")),r.registerLayout(a),r.registerProcessor(s("radar")),r.registerPreprocessor(l)},"8df4":function(e,t,n){"use strict";var r=n("7a77");function i(e){if("function"!==typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise((function(e){t=e}));var n=this;e((function(e){n.reason||(n.reason=new r(e),t(n.reason))}))}i.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},i.source=function(){var e,t=new i((function(t){e=t}));return{token:t,cancel:e}},e.exports=i},"8e43":function(e,t,n){var r=n("6d8b"),i=r.createHashMap,o=r.isObject,a=r.map;function s(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this._map}s.createByAxisModel=function(e){var t=e.option,n=t.data,r=n&&a(n,c);return new s({categories:r,needCollect:!r,deduplication:!1!==t.dedplication})};var l=s.prototype;function u(e){return e._map||(e._map=i(e.categories))}function c(e){return o(e)&&null!=e.value?e.value:e+""}l.getOrdinal=function(e){return u(this).get(e)},l.parseAndCollect=function(e){var t,n=this._needCollect;if("string"!==typeof e&&!n)return e;if(n&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var r=u(this);return t=r.get(e),null==t&&(n?(t=this.categories.length,this.categories[t]=e,r.set(e,t)):t=NaN),t};var A=s;e.exports=A},"8e77":function(e,t,n){var r=n("6d8b"),i=n("41ef"),o=n("6179"),a=n("3842"),s=n("2306"),l=n("923d"),u=n("88f0"),c=function(e,t,n,i){var o=l.dataTransform(e,i[0]),a=l.dataTransform(e,i[1]),s=r.retrieve,u=o.coord,c=a.coord;u[0]=s(u[0],-1/0),u[1]=s(u[1],-1/0),c[0]=s(c[0],1/0),c[1]=s(c[1],1/0);var A=r.mergeAll([{},o,a]);return A.coord=[o.coord,a.coord],A.x0=o.x,A.y0=o.y,A.x1=a.x,A.y1=a.y,A};function A(e){return!isNaN(e)&&!isFinite(e)}function h(e,t,n,r){var i=1-e;return A(t[i])&&A(n[i])}function d(e,t){var n=t.coord[0],r=t.coord[1];return!("cartesian2d"!==e.type||!n||!r||!h(1,n,r,e)&&!h(0,n,r,e))||(l.dataFilter(e,{coord:n,x:t.x0,y:t.y0})||l.dataFilter(e,{coord:r,x:t.x1,y:t.y1}))}function f(e,t,n,r,i){var o,s=r.coordinateSystem,l=e.getItemModel(t),u=a.parsePercent(l.get(n[0]),i.getWidth()),c=a.parsePercent(l.get(n[1]),i.getHeight());if(isNaN(u)||isNaN(c)){if(r.getMarkerPosition)o=r.getMarkerPosition(e.getValues(n,t));else{var h=e.get(n[0],t),d=e.get(n[1],t),f=[h,d];s.clampData&&s.clampData(f,f),o=s.dataToPoint(f,!0)}if("cartesian2d"===s.type){var p=s.getAxis("x"),g=s.getAxis("y");h=e.get(n[0],t),d=e.get(n[1],t);A(h)?o[0]=p.toGlobalCoord(p.getExtent()["x0"===n[0]?0:1]):A(d)&&(o[1]=g.toGlobalCoord(g.getExtent()["y0"===n[1]?0:1]))}isNaN(u)||(o[0]=u),isNaN(c)||(o[1]=c)}else o=[u,c];return o}var p=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];function g(e,t,n){var i,a,s=["x0","y0","x1","y1"];e?(i=r.map(e&&e.dimensions,(function(e){var n=t.getData(),i=n.getDimensionInfo(n.mapDimension(e))||{};return r.defaults({name:e},i)})),a=new o(r.map(s,(function(e,t){return{name:e,type:i[t%2].type}})),n)):(i=[{name:"value",type:"float"}],a=new o(i,n));var l=r.map(n.get("data"),r.curry(c,t,e,n));e&&(l=r.filter(l,r.curry(d,e)));var u=e?function(e,t,n,r){return e.coord[Math.floor(r/2)][r%2]}:function(e){return e.value};return a.initData(l,null,u),a.hasItemOption=!0,a}u.extend({type:"markArea",updateTransform:function(e,t,n){t.eachSeries((function(e){var t=e.markAreaModel;if(t){var i=t.getData();i.each((function(t){var o=r.map(p,(function(r){return f(i,t,r,e,n)}));i.setItemLayout(t,o);var a=i.getItemGraphicEl(t);a.setShape("points",o)}))}}),this)},renderSeries:function(e,t,n,o){var a=e.coordinateSystem,l=e.id,u=e.getData(),c=this.markerGroupMap,h=c.get(l)||c.set(l,{group:new s.Group});this.group.add(h.group),h.__keep=!0;var d=g(a,e,t);t.setData(d),d.each((function(t){var n=r.map(p,(function(n){return f(d,t,n,e,o)})),i=!0;r.each(p,(function(e){if(i){var n=d.get(e[0],t),r=d.get(e[1],t);(A(n)||a.getAxis("x").containData(n))&&(A(r)||a.getAxis("y").containData(r))&&(i=!1)}})),d.setItemLayout(t,{points:n,allClipped:i}),d.setItemVisual(t,{color:u.getVisual("color")})})),d.diff(h.__data).add((function(e){var t=d.getItemLayout(e);if(!t.allClipped){var n=new s.Polygon({shape:{points:t.points}});d.setItemGraphicEl(e,n),h.group.add(n)}})).update((function(e,n){var r=h.__data.getItemGraphicEl(n),i=d.getItemLayout(e);i.allClipped?r&&h.group.remove(r):(r?s.updateProps(r,{shape:{points:i.points}},t,e):r=new s.Polygon({shape:{points:i.points}}),d.setItemGraphicEl(e,r),h.group.add(r))})).remove((function(e){var t=h.__data.getItemGraphicEl(e);h.group.remove(t)})).execute(),d.eachItemGraphicEl((function(e,n){var o=d.getItemModel(n),a=o.getModel("label"),l=o.getModel("emphasis.label"),u=d.getItemVisual(n,"color");e.useStyle(r.defaults(o.getModel("itemStyle").getItemStyle(),{fill:i.modifyAlpha(u,.4),stroke:u})),e.hoverStyle=o.getModel("emphasis.itemStyle").getItemStyle(),s.setLabelStyle(e.style,e.hoverStyle,a,l,{labelFetcher:t,labelDataIndex:n,defaultText:d.getName(n)||"",isRectText:!0,autoColor:u}),s.setHoverStyle(e,{}),e.dataModel=t})),h.__data=d,h.group.silent=t.get("silent")||e.get("silent")}})},"8eb7":function(e,t){var n,r,i,o,a,s,l,u,c,A,h,d,f,p,g,v=!1;function m(){if(!v){v=!0;var e=navigator.userAgent,t=/(?:MSIE.(\d+\.\d+))|(?:(?:Firefox|GranParadiso|Iceweasel).(\d+\.\d+))|(?:Opera(?:.+Version.|.)(\d+\.\d+))|(?:AppleWebKit.(\d+(?:\.\d+)?))|(?:Trident\/\d+\.\d+.*rv:(\d+\.\d+))/.exec(e),m=/(Mac OS X)|(Windows)|(Linux)/.exec(e);if(d=/\b(iPhone|iP[ao]d)/.exec(e),f=/\b(iP[ao]d)/.exec(e),A=/Android/i.exec(e),p=/FBAN\/\w+;/i.exec(e),g=/Mobile/i.exec(e),h=!!/Win64/.exec(e),t){n=t[1]?parseFloat(t[1]):t[5]?parseFloat(t[5]):NaN,n&&document&&document.documentMode&&(n=document.documentMode);var y=/(?:Trident\/(\d+.\d+))/.exec(e);s=y?parseFloat(y[1])+4:n,r=t[2]?parseFloat(t[2]):NaN,i=t[3]?parseFloat(t[3]):NaN,o=t[4]?parseFloat(t[4]):NaN,o?(t=/(?:Chrome\/(\d+\.\d+))/.exec(e),a=t&&t[1]?parseFloat(t[1]):NaN):a=NaN}else n=r=i=a=o=NaN;if(m){if(m[1]){var x=/(?:Mac OS X (\d+(?:[._]\d+)?))/.exec(e);l=!x||parseFloat(x[1].replace("_","."))}else l=!1;u=!!m[2],c=!!m[3]}else l=u=c=!1}}var y={ie:function(){return m()||n},ieCompatibilityMode:function(){return m()||s>n},ie64:function(){return y.ie()&&h},firefox:function(){return m()||r},opera:function(){return m()||i},webkit:function(){return m()||o},safari:function(){return y.webkit()},chrome:function(){return m()||a},windows:function(){return m()||u},osx:function(){return m()||l},linux:function(){return m()||c},iphone:function(){return m()||d},mobile:function(){return m()||d||f||A||g},nativeApp:function(){return m()||p},android:function(){return m()||A},ipad:function(){return m()||f}};e.exports=y},"8ec5":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2145"),a=r.extendComponentModel({type:"toolbox",layoutMode:{type:"box",ignoreSize:!0},optionUpdated:function(){a.superApply(this,"optionUpdated",arguments),i.each(this.option.feature,(function(e,t){var n=o.get(t);n&&i.merge(e,n.defaultOption)}))},defaultOption:{show:!0,z:6,zlevel:0,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1}}}),s=a;e.exports=s},"8ed2":function(e,t,n){n("48c7");var r=n("6cb7"),i=r.extend({type:"grid",dependencies:["xAxis","yAxis"],layoutMode:"box",coordinateSystem:null,defaultOption:{show:!1,zlevel:0,z:0,left:"10%",top:60,right:"10%",bottom:60,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"}});e.exports=i},"8ee0":function(e,t,n){n("3f8e");var r=n("697e7"),i=r.registerPainter,o=n("dc20");i("svg",o)},"903c":function(e,t){function n(e){var t=e.findComponents({mainType:"legend"});t&&t.length&&e.filterSeries((function(e){for(var n=0;n<t.length;n++)if(!t[n].isSelected(e.name))return!1;return!0}))}e.exports=n},"90c2":function(e,t,n){var r=n("5f14"),i=n("41ef"),o=n("6d8b"),a=o.isArray,s="itemStyle",l={seriesType:"treemap",reset:function(e,t,n,r){var i=e.getData().tree,o=i.root;o.isRemoved()||u(o,{},e.getViewRoot().getAncestors(),e)}};function u(e,t,n,r){var i=e.getModel(),a=e.getLayout();if(a&&!a.invisible&&a.isInView){var l,d=e.getModel(s),p=c(d,t,r),v=d.get("borderColor"),m=d.get("borderColorSaturation");null!=m&&(l=A(p,e),v=h(m,l)),e.setVisual("borderColor",v);var y=e.viewChildren;if(y&&y.length){var x=f(e,i,a,d,p,y);o.each(y,(function(e,t){if(e.depth>=n.length||e===n[e.depth]){var o=g(i,p,e,t,x,r);u(e,o,n,r)}}))}else l=A(p,e),e.setVisual("color",l)}}function c(e,t,n){var r=o.extend({},t),i=n.designatedVisualItemStyle;return o.each(["color","colorAlpha","colorSaturation"],(function(n){i[n]=t[n];var o=e.get(n);i[n]=null,null!=o&&(r[n]=o)})),r}function A(e){var t=d(e,"color");if(t){var n=d(e,"colorAlpha"),r=d(e,"colorSaturation");return r&&(t=i.modifyHSL(t,null,null,r)),n&&(t=i.modifyAlpha(t,n)),t}}function h(e,t){return null!=t?i.modifyHSL(t,null,null,e):null}function d(e,t){var n=e[t];if(null!=n&&"none"!==n)return n}function f(e,t,n,i,o,a){if(a&&a.length){var s=p(t,"color")||null!=o.color&&"none"!==o.color&&(p(t,"colorAlpha")||p(t,"colorSaturation"));if(s){var l=t.get("visualMin"),u=t.get("visualMax"),c=n.dataExtent.slice();null!=l&&l<c[0]&&(c[0]=l),null!=u&&u>c[1]&&(c[1]=u);var A=t.get("colorMappingBy"),h={type:s.name,dataExtent:c,visual:s.range};"color"!==h.type||"index"!==A&&"id"!==A?h.mappingMethod="linear":(h.mappingMethod="category",h.loop=!0);var d=new r(h);return d.__drColorMappingBy=A,d}}}function p(e,t){var n=e.get(t);return a(n)&&n.length?{name:t,range:n}:null}function g(e,t,n,r,i,a){var s=o.extend({},t);if(i){var l=i.type,u="color"===l&&i.__drColorMappingBy,c="index"===u?r:"id"===u?a.mapIdToIndex(n.getId()):n.getValue(e.get("visualDimension"));s[l]=i.mapValueToVisual(c)}return s}e.exports=l},"90e3":function(e,t){var n=0,r=Math.random();e.exports=function(e){return"Symbol("+String(void 0===e?"":e)+")_"+(++n+r).toString(36)}},9112:function(e,t,n){var r=n("83ab"),i=n("9bf2"),o=n("5c6c");e.exports=r?function(e,t,n){return i.f(e,t,o(1,n))}:function(e,t,n){return e[t]=n,e}},9141:function(e,t,n){var r=n("ef08").document;e.exports=r&&r.documentElement},"923d":function(e,t,n){var r=n("6d8b"),i=n("3842"),o=n("ee1a"),a=o.isDimensionStacked,s=r.indexOf;function l(e){return!(isNaN(parseFloat(e.x))&&isNaN(parseFloat(e.y)))}function u(e){return!isNaN(parseFloat(e.x))&&!isNaN(parseFloat(e.y))}function c(e,t,n,r,o,s){var l=[],u=a(t,r),c=u?t.getCalculationInfo("stackResultDimension"):r,A=m(t,c,e),h=t.indicesOfNearest(c,A)[0];l[o]=t.get(n,h),l[s]=t.get(c,h);var d=t.get(r,h),f=i.getPrecision(t.get(r,h));return f=Math.min(f,20),f>=0&&(l[s]=+l[s].toFixed(f)),[l,d]}var A=r.curry,h={min:A(c,"min"),max:A(c,"max"),average:A(c,"average")};function d(e,t){var n=e.getData(),i=e.coordinateSystem;if(t&&!u(t)&&!r.isArray(t.coord)&&i){var o=i.dimensions,a=f(t,n,i,e);if(t=r.clone(t),t.type&&h[t.type]&&a.baseAxis&&a.valueAxis){var l=s(o,a.baseAxis.dim),c=s(o,a.valueAxis.dim),A=h[t.type](n,a.baseDataDim,a.valueDataDim,l,c);t.coord=A[0],t.value=A[1]}else{for(var d=[null!=t.xAxis?t.xAxis:t.radiusAxis,null!=t.yAxis?t.yAxis:t.angleAxis],p=0;p<2;p++)h[d[p]]&&(d[p]=m(n,n.mapDimension(o[p]),d[p]));t.coord=d}}return t}function f(e,t,n,r){var i={};return null!=e.valueIndex||null!=e.valueDim?(i.valueDataDim=null!=e.valueIndex?t.getDimension(e.valueIndex):e.valueDim,i.valueAxis=n.getAxis(p(r,i.valueDataDim)),i.baseAxis=n.getOtherAxis(i.valueAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim)):(i.baseAxis=r.getBaseAxis(),i.valueAxis=n.getOtherAxis(i.baseAxis),i.baseDataDim=t.mapDimension(i.baseAxis.dim),i.valueDataDim=t.mapDimension(i.valueAxis.dim)),i}function p(e,t){var n=e.getData(),r=n.dimensions;t=n.getDimension(t);for(var i=0;i<r.length;i++){var o=n.getDimensionInfo(r[i]);if(o.name===t)return o.coordDim}}function g(e,t){return!(e&&e.containData&&t.coord&&!l(t))||e.containData(t.coord)}function v(e,t,n,r){return r<2?e.coord&&e.coord[r]:e.value}function m(e,t,n){if("average"===n){var r=0,i=0;return e.each(t,(function(e,t){isNaN(e)||(r+=e,i++)})),r/i}return"median"===n?e.getMedian(t):e.getDataExtent(t,!0)["max"===n?1:0]}t.dataTransform=d,t.getAxisInfo=f,t.dataFilter=g,t.dimValueGetter=v,t.numCalculate=m},9263:function(e,t,n){"use strict";var r=n("ad6d"),i=n("9f7f"),o=RegExp.prototype.exec,a=String.prototype.replace,s=o,l=function(){var e=/a/,t=/b*/g;return o.call(e,"a"),o.call(t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),u=i.UNSUPPORTED_Y||i.BROKEN_CARET,c=void 0!==/()??/.exec("")[1],A=l||c||u;A&&(s=function(e){var t,n,i,s,A=this,h=u&&A.sticky,d=r.call(A),f=A.source,p=0,g=e;return h&&(d=d.replace("y",""),-1===d.indexOf("g")&&(d+="g"),g=String(e).slice(A.lastIndex),A.lastIndex>0&&(!A.multiline||A.multiline&&"\n"!==e[A.lastIndex-1])&&(f="(?: "+f+")",g=" "+g,p++),n=new RegExp("^(?:"+f+")",d)),c&&(n=new RegExp("^"+f+"$(?!\\s)",d)),l&&(t=A.lastIndex),i=o.call(h?n:A,g),h?i?(i.input=i.input.slice(p),i[0]=i[0].slice(p),i.index=A.lastIndex,A.lastIndex+=i[0].length):A.lastIndex=0:l&&i&&(A.lastIndex=A.global?i.index+i[0].length:t),c&&i&&i.length>1&&a.call(i[0],n,(function(){for(s=1;s<arguments.length-2;s++)void 0===arguments[s]&&(i[s]=void 0)})),i}),e.exports=s},9273:function(e,t,n){var r=n("6d8b"),i=n("84ce");function o(e,t){i.call(this,"radius",e,t),this.type="category"}o.prototype={constructor:o,pointToData:function(e,t){return this.polar.pointToData(e,t)["radius"===this.dim?0:1]},dataToRadius:i.prototype.dataToCoord,radiusToData:i.prototype.coordToData},r.inherits(o,i);var a=o;e.exports=a},"928d":function(e,t,n){var r=n("6d8b"),i=n("4f85"),o=n("06c7"),a=n("4319"),s=n("eda2"),l=s.encodeHTML,u=s.addCommas,c=n("55ac"),A=c.wrapTreePathInfo,h=i.extend({type:"series.treemap",layoutMode:"box",dependencies:["grid","polar"],preventUsingHoverLayer:!0,_viewRoot:null,defaultOption:{progressive:0,left:"center",top:"middle",right:null,bottom:null,width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",borderColor:"rgba(255,255,255,0.7)",borderWidth:1,shadowColor:"rgba(150,150,150,1)",shadowBlur:3,shadowOffsetX:0,shadowOffsetY:0,textStyle:{color:"#fff"}},emphasis:{textStyle:{}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",ellipsis:!0},upperLabel:{show:!1,position:[0,"50%"],height:20,color:"#fff",ellipsis:!0,verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],color:"#fff",ellipsis:!0,verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},getInitialData:function(e,t){var n={name:e.name,children:e.data};d(n);var i=e.levels||[],s=this.designatedVisualItemStyle={},l=new a({itemStyle:s},this,t);i=e.levels=f(i,t);var u=r.map(i||[],(function(e){return new a(e,l,t)}),this),c=o.createTree(n,this,A);function A(e){e.wrapMethod("getItemModel",(function(e,t){var n=c.getNodeByDataIndex(t),r=u[n.depth];return e.parentModel=r||l,e}))}return c.data},optionUpdated:function(){this.resetViewRoot()},formatTooltip:function(e){var t=this.getData(),n=this.getRawValue(e),i=r.isArray(n)?u(n[0]):u(n),o=t.getName(e);return l(o+": "+i)},getDataParams:function(e){var t=i.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(e);return t.treePathInfo=A(n,this),t},setLayoutInfo:function(e){this.layoutInfo=this.layoutInfo||{},r.extend(this.layoutInfo,e)},mapIdToIndex:function(e){var t=this._idIndexMap;t||(t=this._idIndexMap=r.createHashMap(),this._idIndexMapCount=0);var n=t.get(e);return null==n&&t.set(e,n=this._idIndexMapCount++),n},getViewRoot:function(){return this._viewRoot},resetViewRoot:function(e){e?this._viewRoot=e:e=this._viewRoot;var t=this.getRawData().tree.root;e&&(e===t||t.contains(e))||(this._viewRoot=t)}});function d(e){var t=0;r.each(e.children,(function(e){d(e);var n=e.value;r.isArray(n)&&(n=n[0]),t+=n}));var n=e.value;r.isArray(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=t),n<0&&(n=0),r.isArray(e.value)?e.value[0]=n:e.value=n}function f(e,t){var n=t.get("color");if(n){var i;if(e=e||[],r.each(e,(function(e){var t=new a(e),n=t.get("color");(t.get("itemStyle.color")||n&&"none"!==n)&&(i=!0)})),!i){var o=e[0]||(e[0]={});o.color=n.slice()}return e}}e.exports=h},"92f0":function(e,t,n){var r=n("1a14").f,i=n("9c0e"),o=n("cc15")("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,o)&&r(e,o,{configurable:!0,value:t})}},"92fa":function(e,t){var n=/^(attrs|props|on|nativeOn|class|style|hook)$/;function r(e,t){return function(){e&&e.apply(this,arguments),t&&t.apply(this,arguments)}}e.exports=function(e){return e.reduce((function(e,t){var i,o,a,s,l;for(a in t)if(i=e[a],o=t[a],i&&n.test(a))if("class"===a&&("string"===typeof i&&(l=i,e[a]=i={},i[l]=!0),"string"===typeof o&&(l=o,t[a]=o={},o[l]=!0)),"on"===a||"nativeOn"===a||"hook"===a)for(s in o)i[s]=r(i[s],o[s]);else if(Array.isArray(i))e[a]=i.concat(o);else if(Array.isArray(o))e[a]=[i].concat(o);else for(s in o)i[s]=o[s];else e[a]=t[a];return e}),{})}},"933b":function(e,t,n){var r=n("b12f"),i=r.extend({type:"timeline"});e.exports=i},9390:function(e,t,n){n("d090"),n("83ba"),n("ee66")},"93bf":function(e,t,n){
  47. /*!
  48. * screenfull
  49. * v5.1.0 - 2020-12-24
  50. * (c) Sindre Sorhus; MIT License
  51. */
  52. (function(){"use strict";var t="undefined"!==typeof window&&"undefined"!==typeof window.document?window.document:{},n=e.exports,r=function(){for(var e,n=[["requestFullscreen","exitFullscreen","fullscreenElement","fullscreenEnabled","fullscreenchange","fullscreenerror"],["webkitRequestFullscreen","webkitExitFullscreen","webkitFullscreenElement","webkitFullscreenEnabled","webkitfullscreenchange","webkitfullscreenerror"],["webkitRequestFullScreen","webkitCancelFullScreen","webkitCurrentFullScreenElement","webkitCancelFullScreen","webkitfullscreenchange","webkitfullscreenerror"],["mozRequestFullScreen","mozCancelFullScreen","mozFullScreenElement","mozFullScreenEnabled","mozfullscreenchange","mozfullscreenerror"],["msRequestFullscreen","msExitFullscreen","msFullscreenElement","msFullscreenEnabled","MSFullscreenChange","MSFullscreenError"]],r=0,i=n.length,o={};r<i;r++)if(e=n[r],e&&e[1]in t){for(r=0;r<e.length;r++)o[n[0][r]]=e[r];return o}return!1}(),i={change:r.fullscreenchange,error:r.fullscreenerror},o={request:function(e,n){return new Promise(function(i,o){var a=function(){this.off("change",a),i()}.bind(this);this.on("change",a),e=e||t.documentElement;var s=e[r.requestFullscreen](n);s instanceof Promise&&s.then(a).catch(o)}.bind(this))},exit:function(){return new Promise(function(e,n){if(this.isFullscreen){var i=function(){this.off("change",i),e()}.bind(this);this.on("change",i);var o=t[r.exitFullscreen]();o instanceof Promise&&o.then(i).catch(n)}else e()}.bind(this))},toggle:function(e,t){return this.isFullscreen?this.exit():this.request(e,t)},onchange:function(e){this.on("change",e)},onerror:function(e){this.on("error",e)},on:function(e,n){var r=i[e];r&&t.addEventListener(r,n,!1)},off:function(e,n){var r=i[e];r&&t.removeEventListener(r,n,!1)},raw:r};r?(Object.defineProperties(o,{isFullscreen:{get:function(){return Boolean(t[r.fullscreenElement])}},element:{enumerable:!0,get:function(){return t[r.fullscreenElement]}},isEnabled:{enumerable:!0,get:function(){return Boolean(t[r.fullscreenEnabled])}}}),n?e.exports=o:window.screenfull=o):n?e.exports={isEnabled:!1}:window.screenfull={isEnabled:!1}})()},"93d0":function(e,t){var n="original",r="arrayRows",i="objectRows",o="keyedColumns",a="unknown",s="typedArray",l="column",u="row";t.SOURCE_FORMAT_ORIGINAL=n,t.SOURCE_FORMAT_ARRAY_ROWS=r,t.SOURCE_FORMAT_OBJECT_ROWS=i,t.SOURCE_FORMAT_KEYED_COLUMNS=o,t.SOURCE_FORMAT_UNKNOWN=a,t.SOURCE_FORMAT_TYPED_ARRAY=s,t.SERIES_LAYOUT_BY_COLUMN=l,t.SERIES_LAYOUT_BY_ROW=u},9442:function(e,t,n){var r=n("6d8b");function i(e){var t=[];r.each(e.series,(function(e){e&&"map"===e.type&&(t.push(e),e.map=e.map||e.mapType,r.defaults(e,e.mapLocation))}))}e.exports=i},"944e":function(e,t,n){var r=n("3842"),i=r.round;function o(e,t,n,o){var s={},u=e[1]-e[0],c=s.interval=r.nice(u/t,!0);null!=n&&c<n&&(c=s.interval=n),null!=o&&c>o&&(c=s.interval=o);var A=s.intervalPrecision=a(c),h=s.niceTickExtent=[i(Math.ceil(e[0]/c)*c,A),i(Math.floor(e[1]/c)*c,A)];return l(h,e),s}function a(e){return r.getPrecisionSafe(e)+2}function s(e,t,n){e[t]=Math.max(Math.min(e[t],n[1]),n[0])}function l(e,t){!isFinite(e[0])&&(e[0]=t[0]),!isFinite(e[1])&&(e[1]=t[1]),s(e,0,t),s(e,1,t),e[0]>e[1]&&(e[0]=e[1])}t.intervalScaleNiceTicks=o,t.getIntervalPrecision=a,t.fixExtent=l},"94b1":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("9d57"),a=o.layout,s=o.largeLayout;n("5aa9"),n("17b8"),n("67cc"),n("01ed"),r.registerLayout(r.PRIORITY.VISUAL.LAYOUT,i.curry(a,"bar")),r.registerLayout(r.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,s),r.registerVisual({seriesType:"bar",reset:function(e){e.getData().setVisual("legendSymbol","roundRect")}})},"94ca":function(e,t,n){var r=n("d039"),i=/#|\.prototype\./,o=function(e,t){var n=s[a(e)];return n==u||n!=l&&("function"==typeof t?r(t):!!t)},a=o.normalize=function(e){return String(e).replace(i,".").toLowerCase()},s=o.data={},l=o.NATIVE="N",u=o.POLYFILL="P";e.exports=o},"94e4":function(e,t,n){var r=n("401b"),i=n("53f3"),o=i.getSymbolSize,a=i.getNodeGlobalScale,s=n("6d8b"),l=n("0c37"),u=l.getCurvenessForEdge,c=Math.PI,A=[];function h(e,t){var n=e.coordinateSystem;if(!n||"view"===n.type){var i=n.getBoundingRect(),o=e.getData(),a=o.graph,l=i.width/2+i.x,c=i.height/2+i.y,A=Math.min(i.width,i.height)/2,h=o.count();o.setLayout({cx:l,cy:c}),h&&(d[t](e,n,a,o,A,l,c,h),a.eachEdge((function(t,n){var i,o=s.retrieve3(t.getModel().get("lineStyle.curveness"),u(t,e,n),0),a=r.clone(t.node1.getLayout()),A=r.clone(t.node2.getLayout()),h=(a[0]+A[0])/2,d=(a[1]+A[1])/2;+o&&(o*=3,i=[l*o+h*(1-o),c*o+d*(1-o)]),t.setLayout([a,A,i])})))}}var d={value:function(e,t,n,r,i,o,a,s){var l=0,u=r.getSum("value"),c=2*Math.PI/(u||s);n.eachNode((function(e){var t=e.getValue("value"),n=c*(u?t:1)/2;l+=n,e.setLayout([i*Math.cos(l)+o,i*Math.sin(l)+a]),l+=n}))},symbolSize:function(e,t,n,r,i,s,l,u){var h=0;A.length=u;var d=a(e);n.eachNode((function(e){var t=o(e);isNaN(t)&&(t=2),t<0&&(t=0),t*=d;var n=Math.asin(t/2/i);isNaN(n)&&(n=c/2),A[e.dataIndex]=n,h+=2*n}));var f=(2*c-h)/u/2,p=0;n.eachNode((function(e){var t=f+A[e.dataIndex];p+=t,e.setLayout([i*Math.cos(p)+s,i*Math.sin(p)+l]),p+=t}))}};t.circularLayout=h},"95a8":function(e,t,n){var r=n("3eba");n("1953"),n("307d"),r.registerPreprocessor((function(e){e.markLine=e.markLine||{}}))},9619:function(e,t,n){var r=n("597f"),i=n("0e15");e.exports={throttle:r,debounce:i}},9680:function(e,t){function n(e,t,n,r,i,o,a){if(0===i)return!1;var s=i,l=0,u=e;if(a>t+s&&a>r+s||a<t-s&&a<r-s||o>e+s&&o>n+s||o<e-s&&o<n-s)return!1;if(e===n)return Math.abs(o-e)<=s/2;l=(t-r)/(e-n),u=(e*r-n*t)/(e-n);var c=l*o-a+u,A=c*c/(l*l+1);return A<=s/2*s/2}t.containStroke=n},"96cf":function(e,t){!function(t){"use strict";var n,r=Object.prototype,i=r.hasOwnProperty,o="function"===typeof Symbol?Symbol:{},a=o.iterator||"@@iterator",s=o.asyncIterator||"@@asyncIterator",l=o.toStringTag||"@@toStringTag",u="object"===typeof e,c=t.regeneratorRuntime;if(c)u&&(e.exports=c);else{c=t.regeneratorRuntime=u?e.exports:{},c.wrap=x;var A="suspendedStart",h="suspendedYield",d="executing",f="completed",p={},g={};g[a]=function(){return this};var v=Object.getPrototypeOf,m=v&&v(v(F([])));m&&m!==r&&i.call(m,a)&&(g=m);var y=B.prototype=_.prototype=Object.create(g);b.prototype=y.constructor=B,B.constructor=b,B[l]=b.displayName="GeneratorFunction",c.isGeneratorFunction=function(e){var t="function"===typeof e&&e.constructor;return!!t&&(t===b||"GeneratorFunction"===(t.displayName||t.name))},c.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,B):(e.__proto__=B,l in e||(e[l]="GeneratorFunction")),e.prototype=Object.create(y),e},c.awrap=function(e){return{__await:e}},C(S.prototype),S.prototype[s]=function(){return this},c.AsyncIterator=S,c.async=function(e,t,n,r){var i=new S(x(e,t,n,r));return c.isGeneratorFunction(t)?i:i.next().then((function(e){return e.done?e.value:i.next()}))},C(y),y[l]="Generator",y[a]=function(){return this},y.toString=function(){return"[object Generator]"},c.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){while(t.length){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},c.values=F,D.prototype={constructor:D,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=n,this.done=!1,this.delegate=null,this.method="next",this.arg=n,this.tryEntries.forEach(T),!e)for(var t in this)"t"===t.charAt(0)&&i.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=n)},stop:function(){this.done=!0;var e=this.tryEntries[0],t=e.completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,i){return s.type="throw",s.arg=e,t.next=r,i&&(t.method="next",t.arg=n),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return r("end");if(a.tryLoc<=this.prev){var l=i.call(a,"catchLoc"),u=i.call(a,"finallyLoc");if(l&&u){if(this.prev<a.catchLoc)return r(a.catchLoc,!0);if(this.prev<a.finallyLoc)return r(a.finallyLoc)}else if(l){if(this.prev<a.catchLoc)return r(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return r(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var r=this.tryEntries[n];if(r.tryLoc<=this.prev&&i.call(r,"finallyLoc")&&this.prev<r.finallyLoc){var o=r;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,p):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),p},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),T(n),p}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;T(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:F(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=n),p}}}function x(e,t,n,r){var i=t&&t.prototype instanceof _?t:_,o=Object.create(i.prototype),a=new D(r||[]);return o._invoke=E(e,n,a),o}function w(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(r){return{type:"throw",arg:r}}}function _(){}function b(){}function B(){}function C(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function S(e){function t(n,r,o,a){var s=w(e[n],e,r);if("throw"!==s.type){var l=s.arg,u=l.value;return u&&"object"===typeof u&&i.call(u,"__await")?Promise.resolve(u.__await).then((function(e){t("next",e,o,a)}),(function(e){t("throw",e,o,a)})):Promise.resolve(u).then((function(e){l.value=e,o(l)}),a)}a(s.arg)}var n;function r(e,r){function i(){return new Promise((function(n,i){t(e,r,n,i)}))}return n=n?n.then(i,i):i()}this._invoke=r}function E(e,t,n){var r=A;return function(i,o){if(r===d)throw new Error("Generator is already running");if(r===f){if("throw"===i)throw o;return Q()}n.method=i,n.arg=o;while(1){var a=n.delegate;if(a){var s=M(a,n);if(s){if(s===p)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===A)throw r=f,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var l=w(e,t,n);if("normal"===l.type){if(r=n.done?f:h,l.arg===p)continue;return{value:l.arg,done:n.done}}"throw"===l.type&&(r=f,n.method="throw",n.arg=l.arg)}}}function M(e,t){var r=e.iterator[t.method];if(r===n){if(t.delegate=null,"throw"===t.method){if(e.iterator.return&&(t.method="return",t.arg=n,M(e,t),"throw"===t.method))return p;t.method="throw",t.arg=new TypeError("The iterator does not provide a 'throw' method")}return p}var i=w(r,e.iterator,t.arg);if("throw"===i.type)return t.method="throw",t.arg=i.arg,t.delegate=null,p;var o=i.arg;return o?o.done?(t[e.resultName]=o.value,t.next=e.nextLoc,"return"!==t.method&&(t.method="next",t.arg=n),t.delegate=null,p):o:(t.method="throw",t.arg=new TypeError("iterator result is not an object"),t.delegate=null,p)}function I(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function T(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function D(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(I,this),this.reset(!0)}function F(e){if(e){var t=e[a];if(t)return t.call(e);if("function"===typeof e.next)return e;if(!isNaN(e.length)){var r=-1,o=function t(){while(++r<e.length)if(i.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=n,t.done=!0,t};return o.next=o}}return{next:Q}}function Q(){return{value:n,done:!0}}}(function(){return this}()||Function("return this")())},"96eb":function(module,exports,__webpack_require__){(function(e,t){module.exports=t()})(0,(function(){return function(e){var t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{},id:r,loaded:!1};return e[r].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}return n.m=e,n.c=t,n.p="",n(0)}([function(e,t,n){var r,i=n(1),o=n(3),a=n(5),s=n(20),l=n(23),u=n(25);"undefined"!==typeof window&&(r=n(27)
  53. /*!
  54. Mock - 模拟请求 & 模拟数据
  55. https://github.com/nuysoft/Mock
  56. 墨智 mozhi.gyy@taobao.com nuysoft@gmail.com
  57. */);var c={Handler:i,Random:a,Util:o,XHR:r,RE:s,toJSONSchema:l,valid:u,heredoc:o.heredoc,setup:function(e){return r.setup(e)},_mocked:{},version:"1.0.1-beta3"};r&&(r.Mock=c),c.mock=function(e,t,n){return 1===arguments.length?i.gen(e):(2===arguments.length&&(n=t,t=void 0),r&&(window.XMLHttpRequest=r),c._mocked[e+(t||"")]={rurl:e,rtype:t,template:n},c)},e.exports=c},function(module,exports,__webpack_require__){var Constant=__webpack_require__(2),Util=__webpack_require__(3),Parser=__webpack_require__(4),Random=__webpack_require__(5),RE=__webpack_require__(20),Handler={extend:Util.extend,gen:function(e,t,n){t=void 0==t?"":t+"",n=n||{},n={path:n.path||[Constant.GUID],templatePath:n.templatePath||[Constant.GUID++],currentContext:n.currentContext,templateCurrentContext:n.templateCurrentContext||e,root:n.root||n.currentContext,templateRoot:n.templateRoot||n.templateCurrentContext||e};var r,i=Parser.parse(t),o=Util.type(e);return Handler[o]?(r=Handler[o]({type:o,template:e,name:t,parsedName:t?t.replace(Constant.RE_KEY,"$1"):t,rule:i,context:n}),n.root||(n.root=r),r):e}};Handler.extend({array:function(e){var t,n,r=[];if(0===e.template.length)return r;if(e.rule.parameters)if(1===e.rule.min&&void 0===e.rule.max)e.context.path.push(e.name),e.context.templatePath.push(e.name),r=Random.pick(Handler.gen(e.template,void 0,{path:e.context.path,templatePath:e.context.templatePath,currentContext:r,templateCurrentContext:e.template,root:e.context.root||r,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();else if(e.rule.parameters[2])e.template.__order_index=e.template.__order_index||0,e.context.path.push(e.name),e.context.templatePath.push(e.name),r=Handler.gen(e.template,void 0,{path:e.context.path,templatePath:e.context.templatePath,currentContext:r,templateCurrentContext:e.template,root:e.context.root||r,templateRoot:e.context.templateRoot||e.template})[e.template.__order_index%e.template.length],e.template.__order_index+=+e.rule.parameters[2],e.context.path.pop(),e.context.templatePath.pop();else for(t=0;t<e.rule.count;t++)for(n=0;n<e.template.length;n++)e.context.path.push(r.length),e.context.templatePath.push(n),r.push(Handler.gen(e.template[n],r.length,{path:e.context.path,templatePath:e.context.templatePath,currentContext:r,templateCurrentContext:e.template,root:e.context.root||r,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();else for(t=0;t<e.template.length;t++)e.context.path.push(t),e.context.templatePath.push(t),r.push(Handler.gen(e.template[t],t,{path:e.context.path,templatePath:e.context.templatePath,currentContext:r,templateCurrentContext:e.template,root:e.context.root||r,templateRoot:e.context.templateRoot||e.template})),e.context.path.pop(),e.context.templatePath.pop();return r},object:function(e){var t,n,r,i,o,a,s={};if(void 0!=e.rule.min)for(t=Util.keys(e.template),t=Random.shuffle(t),t=t.slice(0,e.rule.count),a=0;a<t.length;a++)r=t[a],i=r.replace(Constant.RE_KEY,"$1"),e.context.path.push(i),e.context.templatePath.push(r),s[i]=Handler.gen(e.template[r],r,{path:e.context.path,templatePath:e.context.templatePath,currentContext:s,templateCurrentContext:e.template,root:e.context.root||s,templateRoot:e.context.templateRoot||e.template}),e.context.path.pop(),e.context.templatePath.pop();else{for(r in t=[],n=[],e.template)("function"===typeof e.template[r]?n:t).push(r);for(t=t.concat(n),a=0;a<t.length;a++)r=t[a],i=r.replace(Constant.RE_KEY,"$1"),e.context.path.push(i),e.context.templatePath.push(r),s[i]=Handler.gen(e.template[r],r,{path:e.context.path,templatePath:e.context.templatePath,currentContext:s,templateCurrentContext:e.template,root:e.context.root||s,templateRoot:e.context.templateRoot||e.template}),e.context.path.pop(),e.context.templatePath.pop(),o=r.match(Constant.RE_KEY),o&&o[2]&&"number"===Util.type(e.template[r])&&(e.template[r]+=parseInt(o[2],10))}return s},number:function(e){var t,n;if(e.rule.decimal){e.template+="",n=e.template.split("."),n[0]=e.rule.range?e.rule.count:n[0],n[1]=(n[1]||"").slice(0,e.rule.dcount);while(n[1].length<e.rule.dcount)n[1]+=n[1].length<e.rule.dcount-1?Random.character("number"):Random.character("123456789");t=parseFloat(n.join("."),10)}else t=e.rule.range&&!e.rule.parameters[2]?e.rule.count:e.template;return t},boolean:function(e){var t;return t=e.rule.parameters?Random.bool(e.rule.min,e.rule.max,e.template):e.template,t},string:function(e){var t,n,r,i,o="";if(e.template.length){for(void 0==e.rule.count&&(o+=e.template),t=0;t<e.rule.count;t++)o+=e.template;for(n=o.match(Constant.RE_PLACEHOLDER)||[],t=0;t<n.length;t++)if(r=n[t],/^\\/.test(r))n.splice(t--,1);else{if(i=Handler.placeholder(r,e.context.currentContext,e.context.templateCurrentContext,e),1===n.length&&r===o&&typeof i!==typeof o){o=i;break}o=o.replace(r,i)}}else o=e.rule.range?Random.string(e.rule.count):e.template;return o},function:function(e){return e.template.call(e.context.currentContext,e)},regexp:function(e){var t="";void 0==e.rule.count&&(t+=e.template.source);for(var n=0;n<e.rule.count;n++)t+=e.template.source;return RE.Handler.gen(RE.Parser.parse(t))}}),Handler.extend({_all:function(){var e={};for(var t in Random)e[t.toLowerCase()]=t;return e},placeholder:function(placeholder,obj,templateContext,options){Constant.RE_PLACEHOLDER.exec("");var parts=Constant.RE_PLACEHOLDER.exec(placeholder),key=parts&&parts[1],lkey=key&&key.toLowerCase(),okey=this._all()[lkey],params=parts&&parts[2]||"",pathParts=this.splitPathToArray(key);try{params=eval("(function(){ return [].splice.call(arguments, 0 ) })("+params+")")}catch(error){params=parts[2].split(/,\s*/)}if(obj&&key in obj)return obj[key];if("/"===key.charAt(0)||pathParts.length>1)return this.getValueByKeyPath(key,options);if(templateContext&&"object"===typeof templateContext&&key in templateContext&&placeholder!==templateContext[key])return templateContext[key]=Handler.gen(templateContext[key],key,{currentContext:obj,templateCurrentContext:templateContext}),templateContext[key];if(!(key in Random)&&!(lkey in Random)&&!(okey in Random))return placeholder;for(var i=0;i<params.length;i++)Constant.RE_PLACEHOLDER.exec(""),Constant.RE_PLACEHOLDER.test(params[i])&&(params[i]=Handler.placeholder(params[i],obj,templateContext,options));var handle=Random[key]||Random[lkey]||Random[okey];switch(Util.type(handle)){case"array":return Random.pick(handle);case"function":handle.options=options;var re=handle.apply(Random,params);return void 0===re&&(re=""),delete handle.options,re}},getValueByKeyPath:function(e,t){var n=e,r=this.splitPathToArray(e),i=[];"/"===e.charAt(0)?i=[t.context.path[0]].concat(this.normalizePath(r)):r.length>1&&(i=t.context.path.slice(0),i.pop(),i=this.normalizePath(i.concat(r))),e=r[r.length-1];for(var o=t.context.root,a=t.context.templateRoot,s=1;s<i.length-1;s++)o=o[i[s]],a=a[i[s]];return o&&e in o?o[e]:a&&"object"===typeof a&&e in a&&n!==a[e]?(a[e]=Handler.gen(a[e],e,{currentContext:o,templateCurrentContext:a}),a[e]):void 0},normalizePath:function(e){for(var t=[],n=0;n<e.length;n++)switch(e[n]){case"..":t.pop();break;case".":break;default:t.push(e[n])}return t},splitPathToArray:function(e){var t=e.split(/\/+/);return t[t.length-1]||(t=t.slice(0,-1)),t[0]||(t=t.slice(1)),t}}),module.exports=Handler},function(e,t){e.exports={GUID:1,RE_KEY:/(.+)\|(?:\+(\d+)|([\+\-]?\d+-?[\+\-]?\d*)?(?:\.(\d+-?\d*))?)/,RE_RANGE:/([\+\-]?\d+)-?([\+\-]?\d+)?/,RE_PLACEHOLDER:/\\*@([^@#%&()\?\s]+)(?:\((.*?)\))?/g}},function(e,t){var n={extend:function(){var e,t,r,i,o,a=arguments[0]||{},s=1,l=arguments.length;for(1===l&&(a=this,s=0);s<l;s++)if(e=arguments[s],e)for(t in e)r=a[t],i=e[t],a!==i&&void 0!==i&&(n.isArray(i)||n.isObject(i)?(n.isArray(i)&&(o=r&&n.isArray(r)?r:[]),n.isObject(i)&&(o=r&&n.isObject(r)?r:{}),a[t]=n.extend(o,i)):a[t]=i);return a},each:function(e,t,n){var r,i;if("number"===this.type(e))for(r=0;r<e;r++)t(r,r);else if(e.length===+e.length){for(r=0;r<e.length;r++)if(!1===t.call(n,e[r],r,e))break}else for(i in e)if(!1===t.call(n,e[i],i,e))break},type:function(e){return null===e||void 0===e?String(e):Object.prototype.toString.call(e).match(/\[object (\w+)\]/)[1].toLowerCase()}};n.each("String Object Array RegExp Function".split(" "),(function(e){n["is"+e]=function(t){return n.type(t)===e.toLowerCase()}})),n.isObjectOrArray=function(e){return n.isObject(e)||n.isArray(e)},n.isNumeric=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},n.keys=function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(n);return t},n.values=function(e){var t=[];for(var n in e)e.hasOwnProperty(n)&&t.push(e[n]);return t},n.heredoc=function(e){return e.toString().replace(/^[^\/]+\/\*!?/,"").replace(/\*\/[^\/]+$/,"").replace(/^[\s\xA0]+/,"").replace(/[\s\xA0]+$/,"")},n.noop=function(){},e.exports=n},function(e,t,n){var r=n(2),i=n(5);e.exports={parse:function(e){e=void 0==e?"":e+"";var t=(e||"").match(r.RE_KEY),n=t&&t[3]&&t[3].match(r.RE_RANGE),o=n&&n[1]&&parseInt(n[1],10),a=n&&n[2]&&parseInt(n[2],10),s=n?n[2]?i.integer(o,a):parseInt(n[1],10):void 0,l=t&&t[4]&&t[4].match(r.RE_RANGE),u=l&&l[1]&&parseInt(l[1],10),c=l&&l[2]&&parseInt(l[2],10),A=l?!l[2]&&parseInt(l[1],10)||i.integer(u,c):void 0,h={parameters:t,range:n,min:o,max:a,count:s,decimal:l,dmin:u,dmax:c,dcount:A};for(var d in h)if(void 0!=h[d])return h;return{}}}},function(e,t,n){var r=n(3),i={extend:r.extend};i.extend(n(6)),i.extend(n(7)),i.extend(n(8)),i.extend(n(10)),i.extend(n(13)),i.extend(n(15)),i.extend(n(16)),i.extend(n(17)),i.extend(n(14)),i.extend(n(19)),e.exports=i},function(e,t){e.exports={boolean:function(e,t,n){return void 0!==n?(e="undefined"===typeof e||isNaN(e)?1:parseInt(e,10),t="undefined"===typeof t||isNaN(t)?1:parseInt(t,10),Math.random()>1/(e+t)*e?!n:n):Math.random()>=.5},bool:function(e,t,n){return this.boolean(e,t,n)},natural:function(e,t){return e="undefined"!==typeof e?parseInt(e,10):0,t="undefined"!==typeof t?parseInt(t,10):9007199254740992,Math.round(Math.random()*(t-e))+e},integer:function(e,t){return e="undefined"!==typeof e?parseInt(e,10):-9007199254740992,t="undefined"!==typeof t?parseInt(t,10):9007199254740992,Math.round(Math.random()*(t-e))+e},int:function(e,t){return this.integer(e,t)},float:function(e,t,n,r){n=void 0===n?0:n,n=Math.max(Math.min(n,17),0),r=void 0===r?17:r,r=Math.max(Math.min(r,17),0);for(var i=this.integer(e,t)+".",o=0,a=this.natural(n,r);o<a;o++)i+=o<a-1?this.character("number"):this.character("123456789");return parseFloat(i,10)},character:function(e){var t={lower:"abcdefghijklmnopqrstuvwxyz",upper:"ABCDEFGHIJKLMNOPQRSTUVWXYZ",number:"0123456789",symbol:"!@#$%^&*()[]"};return t.alpha=t.lower+t.upper,t["undefined"]=t.lower+t.upper+t.number+t.symbol,e=t[(""+e).toLowerCase()]||e,e.charAt(this.natural(0,e.length-1))},char:function(e){return this.character(e)},string:function(e,t,n){var r;switch(arguments.length){case 0:r=this.natural(3,7);break;case 1:r=e,e=void 0;break;case 2:"string"===typeof arguments[0]?r=t:(r=this.natural(e,t),e=void 0);break;case 3:r=this.natural(t,n);break}for(var i="",o=0;o<r;o++)i+=this.character(e);return i},str:function(){return this.string.apply(this,arguments)},range:function(e,t,n){arguments.length<=1&&(t=e||0,e=0),n=arguments[2]||1,e=+e,t=+t,n=+n;var r=Math.max(Math.ceil((t-e)/n),0),i=0,o=new Array(r);while(i<r)o[i++]=e,e+=n;return o}}},function(e,t){var n={yyyy:"getFullYear",yy:function(e){return(""+e.getFullYear()).slice(2)},y:"yy",MM:function(e){var t=e.getMonth()+1;return t<10?"0"+t:t},M:function(e){return e.getMonth()+1},dd:function(e){var t=e.getDate();return t<10?"0"+t:t},d:"getDate",HH:function(e){var t=e.getHours();return t<10?"0"+t:t},H:"getHours",hh:function(e){var t=e.getHours()%12;return t<10?"0"+t:t},h:function(e){return e.getHours()%12},mm:function(e){var t=e.getMinutes();return t<10?"0"+t:t},m:"getMinutes",ss:function(e){var t=e.getSeconds();return t<10?"0"+t:t},s:"getSeconds",SS:function(e){var t=e.getMilliseconds();return t<10&&"00"+t||t<100&&"0"+t||t},S:"getMilliseconds",A:function(e){return e.getHours()<12?"AM":"PM"},a:function(e){return e.getHours()<12?"am":"pm"},T:"getTime"};e.exports={_patternLetters:n,_rformat:new RegExp(function(){var e=[];for(var t in n)e.push(t);return"("+e.join("|")+")"}(),"g"),_formatDate:function(e,t){return t.replace(this._rformat,(function t(r,i){return"function"===typeof n[i]?n[i](e):n[i]in n?t(r,n[i]):e[n[i]]()}))},_randomDate:function(e,t){return e=void 0===e?new Date(0):e,t=void 0===t?new Date:t,new Date(Math.random()*(t.getTime()-e.getTime()))},date:function(e){return e=e||"yyyy-MM-dd",this._formatDate(this._randomDate(),e)},time:function(e){return e=e||"HH:mm:ss",this._formatDate(this._randomDate(),e)},datetime:function(e){return e=e||"yyyy-MM-dd HH:mm:ss",this._formatDate(this._randomDate(),e)},now:function(e,t){1===arguments.length&&(/year|month|day|hour|minute|second|week/.test(e)||(t=e,e="")),e=(e||"").toLowerCase(),t=t||"yyyy-MM-dd HH:mm:ss";var n=new Date;switch(e){case"year":n.setMonth(0);case"month":n.setDate(1);case"week":case"day":n.setHours(0);case"hour":n.setMinutes(0);case"minute":n.setSeconds(0);case"second":n.setMilliseconds(0)}switch(e){case"week":n.setDate(n.getDate()-n.getDay())}return this._formatDate(n,t)}}},function(e,t,n){(function(e){e.exports={_adSize:["300x250","250x250","240x400","336x280","180x150","720x300","468x60","234x60","88x31","120x90","120x60","120x240","125x125","728x90","160x600","120x600","300x600"],_screenSize:["320x200","320x240","640x480","800x480","800x480","1024x600","1024x768","1280x800","1440x900","1920x1200","2560x1600"],_videoSize:["720x480","768x576","1280x720","1920x1080"],image:function(e,t,n,r,i){return 4===arguments.length&&(i=r,r=void 0),3===arguments.length&&(i=n,n=void 0),e||(e=this.pick(this._adSize)),t&&~t.indexOf("#")&&(t=t.slice(1)),n&&~n.indexOf("#")&&(n=n.slice(1)),"http://dummyimage.com/"+e+(t?"/"+t:"")+(n?"/"+n:"")+(r?"."+r:"")+(i?"&text="+i:"")},img:function(){return this.image.apply(this,arguments)},_brandColors:{"4ormat":"#fb0a2a","500px":"#02adea","About.me (blue)":"#00405d","About.me (yellow)":"#ffcc33",Addvocate:"#ff6138",Adobe:"#ff0000",Aim:"#fcd20b",Amazon:"#e47911",Android:"#a4c639","Angie's List":"#7fbb00",AOL:"#0060a3",Atlassian:"#003366",Behance:"#053eff","Big Cartel":"#97b538",bitly:"#ee6123",Blogger:"#fc4f08",Boeing:"#0039a6","Booking.com":"#003580",Carbonmade:"#613854",Cheddar:"#ff7243","Code School":"#3d4944",Delicious:"#205cc0",Dell:"#3287c1",Designmoo:"#e54a4f",Deviantart:"#4e6252","Designer News":"#2d72da",Devour:"#fd0001",DEWALT:"#febd17","Disqus (blue)":"#59a3fc","Disqus (orange)":"#db7132",Dribbble:"#ea4c89",Dropbox:"#3d9ae8",Drupal:"#0c76ab",Dunked:"#2a323a",eBay:"#89c507",Ember:"#f05e1b",Engadget:"#00bdf6",Envato:"#528036",Etsy:"#eb6d20",Evernote:"#5ba525","Fab.com":"#dd0017",Facebook:"#3b5998",Firefox:"#e66000","Flickr (blue)":"#0063dc","Flickr (pink)":"#ff0084",Forrst:"#5b9a68",Foursquare:"#25a0ca",Garmin:"#007cc3",GetGlue:"#2d75a2",Gimmebar:"#f70078",GitHub:"#171515","Google Blue":"#0140ca","Google Green":"#16a61e","Google Red":"#dd1812","Google Yellow":"#fcca03","Google+":"#dd4b39",Grooveshark:"#f77f00",Groupon:"#82b548","Hacker News":"#ff6600",HelloWallet:"#0085ca","Heroku (light)":"#c7c5e6","Heroku (dark)":"#6567a5",HootSuite:"#003366",Houzz:"#73ba37",HTML5:"#ec6231",IKEA:"#ffcc33",IMDb:"#f3ce13",Instagram:"#3f729b",Intel:"#0071c5",Intuit:"#365ebf",Kickstarter:"#76cc1e",kippt:"#e03500",Kodery:"#00af81",LastFM:"#c3000d",LinkedIn:"#0e76a8",Livestream:"#cf0005",Lumo:"#576396",Mixpanel:"#a086d3",Meetup:"#e51937",Nokia:"#183693",NVIDIA:"#76b900",Opera:"#cc0f16",Path:"#e41f11","PayPal (dark)":"#1e477a","PayPal (light)":"#3b7bbf",Pinboard:"#0000e6",Pinterest:"#c8232c",PlayStation:"#665cbe",Pocket:"#ee4056",Prezi:"#318bff",Pusha:"#0f71b4",Quora:"#a82400","QUOTE.fm":"#66ceff",Rdio:"#008fd5",Readability:"#9c0000","Red Hat":"#cc0000",Resource:"#7eb400",Rockpack:"#0ba6ab",Roon:"#62b0d9",RSS:"#ee802f",Salesforce:"#1798c1",Samsung:"#0c4da2",Shopify:"#96bf48",Skype:"#00aff0",Snagajob:"#f47a20",Softonic:"#008ace",SoundCloud:"#ff7700","Space Box":"#f86960",Spotify:"#81b71a",Sprint:"#fee100",Squarespace:"#121212",StackOverflow:"#ef8236",Staples:"#cc0000","Status Chart":"#d7584f",Stripe:"#008cdd",StudyBlue:"#00afe1",StumbleUpon:"#f74425","T-Mobile":"#ea0a8e",Technorati:"#40a800","The Next Web":"#ef4423",Treehouse:"#5cb868",Trulia:"#5eab1f",Tumblr:"#34526f","Twitch.tv":"#6441a5",Twitter:"#00acee",TYPO3:"#ff8700",Ubuntu:"#dd4814",Ustream:"#3388ff",Verizon:"#ef1d1d",Vimeo:"#86c9ef",Vine:"#00a478",Virb:"#06afd8","Virgin Media":"#cc0000",Wooga:"#5b009c","WordPress (blue)":"#21759b","WordPress (orange)":"#d54e21","WordPress (grey)":"#464646",Wunderlist:"#2b88d9",XBOX:"#9bc848",XING:"#126567","Yahoo!":"#720e9e",Yandex:"#ffcc00",Yelp:"#c41200",YouTube:"#c4302b",Zalongo:"#5498dc",Zendesk:"#78a300",Zerply:"#9dcc7a",Zootool:"#5e8b1d"},_brandNames:function(){var e=[];for(var t in this._brandColors)e.push(t);return e},dataImage:function(t,n){var r;if("undefined"!==typeof document)r=document.createElement("canvas");else{var i=e.require("canvas");r=new i}var o=r&&r.getContext&&r.getContext("2d");if(!r||!o)return"";t||(t=this.pick(this._adSize)),n=void 0!==n?n:t,t=t.split("x");var a=parseInt(t[0],10),s=parseInt(t[1],10),l=this._brandColors[this.pick(this._brandNames())],u="#FFF",c=14,A="sans-serif";return r.width=a,r.height=s,o.textAlign="center",o.textBaseline="middle",o.fillStyle=l,o.fillRect(0,0,a,s),o.fillStyle=u,o.font="bold "+c+"px "+A,o.fillText(n,a/2,s/2,a),r.toDataURL("image/png")}}}).call(t,n(9)(e))},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children=[],e.webpackPolyfill=1),e}},function(e,t,n){var r=n(11),i=n(12);e.exports={color:function(e){return e||i[e]?i[e].nicer:this.hex()},hex:function(){var e=this._goldenRatioColor(),t=r.hsv2rgb(e),n=r.rgb2hex(t[0],t[1],t[2]);return n},rgb:function(){var e=this._goldenRatioColor(),t=r.hsv2rgb(e);return"rgb("+parseInt(t[0],10)+", "+parseInt(t[1],10)+", "+parseInt(t[2],10)+")"},rgba:function(){var e=this._goldenRatioColor(),t=r.hsv2rgb(e);return"rgba("+parseInt(t[0],10)+", "+parseInt(t[1],10)+", "+parseInt(t[2],10)+", "+Math.random().toFixed(2)+")"},hsl:function(){var e=this._goldenRatioColor(),t=r.hsv2hsl(e);return"hsl("+parseInt(t[0],10)+", "+parseInt(t[1],10)+", "+parseInt(t[2],10)+")"},_goldenRatioColor:function(e,t){return this._goldenRatio=.618033988749895,this._hue=this._hue||Math.random(),this._hue+=this._goldenRatio,this._hue%=1,"number"!==typeof e&&(e=.5),"number"!==typeof t&&(t=.95),[360*this._hue,100*e,100*t]}}},function(e,t){e.exports={rgb2hsl:function(e){var t,n,r,i=e[0]/255,o=e[1]/255,a=e[2]/255,s=Math.min(i,o,a),l=Math.max(i,o,a),u=l-s;return l==s?t=0:i==l?t=(o-a)/u:o==l?t=2+(a-i)/u:a==l&&(t=4+(i-o)/u),t=Math.min(60*t,360),t<0&&(t+=360),r=(s+l)/2,n=l==s?0:r<=.5?u/(l+s):u/(2-l-s),[t,100*n,100*r]},rgb2hsv:function(e){var t,n,r,i=e[0],o=e[1],a=e[2],s=Math.min(i,o,a),l=Math.max(i,o,a),u=l-s;return n=0===l?0:u/l*1e3/10,l==s?t=0:i==l?t=(o-a)/u:o==l?t=2+(a-i)/u:a==l&&(t=4+(i-o)/u),t=Math.min(60*t,360),t<0&&(t+=360),r=l/255*1e3/10,[t,n,r]},hsl2rgb:function(e){var t,n,r,i,o,a=e[0]/360,s=e[1]/100,l=e[2]/100;if(0===s)return o=255*l,[o,o,o];n=l<.5?l*(1+s):l+s-l*s,t=2*l-n,i=[0,0,0];for(var u=0;u<3;u++)r=a+1/3*-(u-1),r<0&&r++,r>1&&r--,o=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,i[u]=255*o;return i},hsl2hsv:function(e){var t,n,r=e[0],i=e[1]/100,o=e[2]/100;return o*=2,i*=o<=1?o:2-o,n=(o+i)/2,t=2*i/(o+i),[r,100*t,100*n]},hsv2rgb:function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,i=Math.floor(t)%6,o=t-Math.floor(t),a=255*r*(1-n),s=255*r*(1-n*o),l=255*r*(1-n*(1-o));switch(r*=255,i){case 0:return[r,l,a];case 1:return[s,r,a];case 2:return[a,r,l];case 3:return[a,s,r];case 4:return[l,a,r];case 5:return[r,a,s]}},hsv2hsl:function(e){var t,n,r=e[0],i=e[1]/100,o=e[2]/100;return n=(2-i)*o,t=i*o,t/=n<=1?n:2-n,n/=2,[r,100*t,100*n]},rgb2hex:function(e,t,n){return"#"+((256+e<<8|t)<<8|n).toString(16).slice(1)},hex2rgb:function(e){return e="0x"+e.slice(1).replace(e.length>4?e:/./g,"$&$&")|0,[e>>16,e>>8&255,255&e]}}},function(e,t){e.exports={navy:{value:"#000080",nicer:"#001F3F"},blue:{value:"#0000ff",nicer:"#0074D9"},aqua:{value:"#00ffff",nicer:"#7FDBFF"},teal:{value:"#008080",nicer:"#39CCCC"},olive:{value:"#008000",nicer:"#3D9970"},green:{value:"#008000",nicer:"#2ECC40"},lime:{value:"#00ff00",nicer:"#01FF70"},yellow:{value:"#ffff00",nicer:"#FFDC00"},orange:{value:"#ffa500",nicer:"#FF851B"},red:{value:"#ff0000",nicer:"#FF4136"},maroon:{value:"#800000",nicer:"#85144B"},fuchsia:{value:"#ff00ff",nicer:"#F012BE"},purple:{value:"#800080",nicer:"#B10DC9"},silver:{value:"#c0c0c0",nicer:"#DDDDDD"},gray:{value:"#808080",nicer:"#AAAAAA"},black:{value:"#000000",nicer:"#111111"},white:{value:"#FFFFFF",nicer:"#FFFFFF"}}},function(e,t,n){var r=n(6),i=n(14);function o(e,t,n,i){return void 0===n?r.natural(e,t):void 0===i?n:r.natural(parseInt(n,10),parseInt(i,10))}e.exports={paragraph:function(e,t){for(var n=o(3,7,e,t),r=[],i=0;i<n;i++)r.push(this.sentence());return r.join(" ")},cparagraph:function(e,t){for(var n=o(3,7,e,t),r=[],i=0;i<n;i++)r.push(this.csentence());return r.join("")},sentence:function(e,t){for(var n=o(12,18,e,t),r=[],a=0;a<n;a++)r.push(this.word());return i.capitalize(r.join(" "))+"."},csentence:function(e,t){for(var n=o(12,18,e,t),r=[],i=0;i<n;i++)r.push(this.cword());return r.join("")+"。"},word:function(e,t){for(var n=o(3,10,e,t),i="",a=0;a<n;a++)i+=r.character("lower");return i},cword:function(e,t,n){var r,i="的一是在不了有和人这中大为上个国我以要他时来用们生到作地于出就分对成会可主发年动同工也能下过子说产种面而方后多定行学法所民得经十三之进着等部度家电力里如水化高自二理起小物现实加量都两体制机当使点从业本去把性好应开它合还因由其些然前外天政四日那社义事平形相全表间样与关各重新线内数正心反你明看原又么利比或但质气第向道命此变条只没结解问意建月公无系军很情者最立代想已通并提直题党程展五果料象员革位入常文总次品式活设及管特件长求老头基资边流路级少图山统接知较将组见计别她手角期根论运农指几九区强放决西被干做必战先回则任取据处队南给色光门即保治北造百规热领七海口东导器压志世金增争济阶油思术极交受联什认六共权收证改清己美再采转更单风切打白教速花带安场身车例真务具万每目至达走积示议声报斗完类八离华名确才科张信马节话米整空元况今集温传土许步群广石记需段研界拉林律叫且究观越织装影算低持音众书布复容儿须际商非验连断深难近矿千周委素技备半办青省列习响约支般史感劳便团往酸历市克何除消构府称太准精值号率族维划选标写存候毛亲快效斯院查江型眼王按格养易置派层片始却专状育厂京识适属圆包火住调满县局照参红细引听该铁价严龙飞";switch(arguments.length){case 0:e=i,r=1;break;case 1:"string"===typeof arguments[0]?r=1:(r=e,e=i);break;case 2:"string"===typeof arguments[0]?r=t:(r=this.natural(e,t),e=i);break;case 3:r=this.natural(t,n);break}for(var o="",a=0;a<r;a++)o+=e.charAt(this.natural(0,e.length-1));return o},title:function(e,t){for(var n=o(3,7,e,t),r=[],i=0;i<n;i++)r.push(this.capitalize(this.word()));return r.join(" ")},ctitle:function(e,t){for(var n=o(3,7,e,t),r=[],i=0;i<n;i++)r.push(this.cword());return r.join("")}}},function(e,t,n){var r=n(3);e.exports={capitalize:function(e){return(e+"").charAt(0).toUpperCase()+(e+"").substr(1)},upper:function(e){return(e+"").toUpperCase()},lower:function(e){return(e+"").toLowerCase()},pick:function(e,t,n){return r.isArray(e)?(void 0===t&&(t=1),void 0===n&&(n=t)):(e=[].slice.call(arguments),t=1,n=1),1===t&&1===n?e[this.natural(0,e.length-1)]:this.shuffle(e,t,n)},shuffle:function(e,t,n){e=e||[];for(var r=e.slice(0),i=[],o=0,a=r.length,s=0;s<a;s++)o=this.natural(0,r.length-1),i.push(r[o]),r.splice(o,1);switch(arguments.length){case 0:case 1:return i;case 2:n=t;case 3:return t=parseInt(t,10),n=parseInt(n,10),i.slice(0,this.natural(t,n))}},order:function e(t){e.cache=e.cache||{},arguments.length>1&&(t=[].slice.call(arguments,0));var n=e.options,r=n.context.templatePath.join("."),i=e.cache[r]=e.cache[r]||{index:0,array:t};return i.array[i.index++%i.array.length]}}},function(e,t){e.exports={first:function(){var e=["James","John","Robert","Michael","William","David","Richard","Charles","Joseph","Thomas","Christopher","Daniel","Paul","Mark","Donald","George","Kenneth","Steven","Edward","Brian","Ronald","Anthony","Kevin","Jason","Matthew","Gary","Timothy","Jose","Larry","Jeffrey","Frank","Scott","Eric"].concat(["Mary","Patricia","Linda","Barbara","Elizabeth","Jennifer","Maria","Susan","Margaret","Dorothy","Lisa","Nancy","Karen","Betty","Helen","Sandra","Donna","Carol","Ruth","Sharon","Michelle","Laura","Sarah","Kimberly","Deborah","Jessica","Shirley","Cynthia","Angela","Melissa","Brenda","Amy","Anna"]);return this.pick(e)},last:function(){var e=["Smith","Johnson","Williams","Brown","Jones","Miller","Davis","Garcia","Rodriguez","Wilson","Martinez","Anderson","Taylor","Thomas","Hernandez","Moore","Martin","Jackson","Thompson","White","Lopez","Lee","Gonzalez","Harris","Clark","Lewis","Robinson","Walker","Perez","Hall","Young","Allen"];return this.pick(e)},name:function(e){return this.first()+" "+(e?this.first()+" ":"")+this.last()},cfirst:function(){var e="王 李 张 刘 陈 杨 赵 黄 周 吴 徐 孙 胡 朱 高 林 何 郭 马 罗 梁 宋 郑 谢 韩 唐 冯 于 董 萧 程 曹 袁 邓 许 傅 沈 曾 彭 吕 苏 卢 蒋 蔡 贾 丁 魏 薛 叶 阎 余 潘 杜 戴 夏 锺 汪 田 任 姜 范 方 石 姚 谭 廖 邹 熊 金 陆 郝 孔 白 崔 康 毛 邱 秦 江 史 顾 侯 邵 孟 龙 万 段 雷 钱 汤 尹 黎 易 常 武 乔 贺 赖 龚 文".split(" ");return this.pick(e)},clast:function(){var e="伟 芳 娜 秀英 敏 静 丽 强 磊 军 洋 勇 艳 杰 娟 涛 明 超 秀兰 霞 平 刚 桂英".split(" ");return this.pick(e)},cname:function(){return this.cfirst()+this.clast()}}},function(e,t){e.exports={url:function(e,t){return(e||this.protocol())+"://"+(t||this.domain())+"/"+this.word()},protocol:function(){return this.pick("http ftp gopher mailto mid cid news nntp prospero telnet rlogin tn3270 wais".split(" "))},domain:function(e){return this.word()+"."+(e||this.tld())},tld:function(){return this.pick("com net org edu gov int mil cn com.cn net.cn gov.cn org.cn 中国 中国互联.公司 中国互联.网络 tel biz cc tv info name hk mobi asia cd travel pro museum coop aero ad ae af ag ai al am an ao aq ar as at au aw az ba bb bd be bf bg bh bi bj bm bn bo br bs bt bv bw by bz ca cc cf cg ch ci ck cl cm cn co cq cr cu cv cx cy cz de dj dk dm do dz ec ee eg eh es et ev fi fj fk fm fo fr ga gb gd ge gf gh gi gl gm gn gp gr gt gu gw gy hk hm hn hr ht hu id ie il in io iq ir is it jm jo jp ke kg kh ki km kn kp kr kw ky kz la lb lc li lk lr ls lt lu lv ly ma mc md mg mh ml mm mn mo mp mq mr ms mt mv mw mx my mz na nc ne nf ng ni nl no np nr nt nu nz om qa pa pe pf pg ph pk pl pm pn pr pt pw py re ro ru rw sa sb sc sd se sg sh si sj sk sl sm sn so sr st su sy sz tc td tf tg th tj tk tm tn to tp tr tt tv tw tz ua ug uk us uy va vc ve vg vn vu wf ws ye yu za zm zr zw".split(" "))},email:function(e){return this.character("lower")+"."+this.word()+"@"+(e||this.word()+"."+this.tld())},ip:function(){return this.natural(0,255)+"."+this.natural(0,255)+"."+this.natural(0,255)+"."+this.natural(0,255)}}},function(e,t,n){var r=n(18),i=["东北","华北","华东","华中","华南","西南","西北"];e.exports={region:function(){return this.pick(i)},province:function(){return this.pick(r).name},city:function(e){var t=this.pick(r),n=this.pick(t.children);return e?[t.name,n.name].join(" "):n.name},county:function(e){var t=this.pick(r),n=this.pick(t.children),i=this.pick(n.children)||{name:"-"};return e?[t.name,n.name,i.name].join(" "):i.name},zip:function(e){for(var t="",n=0;n<(e||6);n++)t+=this.natural(0,9);return t}}},function(e,t){var n={11e4:"北京",110100:"北京市",110101:"东城区",110102:"西城区",110105:"朝阳区",110106:"丰台区",110107:"石景山区",110108:"海淀区",110109:"门头沟区",110111:"房山区",110112:"通州区",110113:"顺义区",110114:"昌平区",110115:"大兴区",110116:"怀柔区",110117:"平谷区",110228:"密云县",110229:"延庆县",110230:"其它区",12e4:"天津",120100:"天津市",120101:"和平区",120102:"河东区",120103:"河西区",120104:"南开区",120105:"河北区",120106:"红桥区",120110:"东丽区",120111:"西青区",120112:"津南区",120113:"北辰区",120114:"武清区",120115:"宝坻区",120116:"滨海新区",120221:"宁河县",120223:"静海县",120225:"蓟县",120226:"其它区",13e4:"河北省",130100:"石家庄市",130102:"长安区",130103:"桥东区",130104:"桥西区",130105:"新华区",130107:"井陉矿区",130108:"裕华区",130121:"井陉县",130123:"正定县",130124:"栾城县",130125:"行唐县",130126:"灵寿县",130127:"高邑县",130128:"深泽县",130129:"赞皇县",130130:"无极县",130131:"平山县",130132:"元氏县",130133:"赵县",130181:"辛集市",130182:"藁城市",130183:"晋州市",130184:"新乐市",130185:"鹿泉市",130186:"其它区",130200:"唐山市",130202:"路南区",130203:"路北区",130204:"古冶区",130205:"开平区",130207:"丰南区",130208:"丰润区",130223:"滦县",130224:"滦南县",130225:"乐亭县",130227:"迁西县",130229:"玉田县",130230:"曹妃甸区",130281:"遵化市",130283:"迁安市",130284:"其它区",130300:"秦皇岛市",130302:"海港区",130303:"山海关区",130304:"北戴河区",130321:"青龙满族自治县",130322:"昌黎县",130323:"抚宁县",130324:"卢龙县",130398:"其它区",130400:"邯郸市",130402:"邯山区",130403:"丛台区",130404:"复兴区",130406:"峰峰矿区",130421:"邯郸县",130423:"临漳县",130424:"成安县",130425:"大名县",130426:"涉县",130427:"磁县",130428:"肥乡县",130429:"永年县",130430:"邱县",130431:"鸡泽县",130432:"广平县",130433:"馆陶县",130434:"魏县",130435:"曲周县",130481:"武安市",130482:"其它区",130500:"邢台市",130502:"桥东区",130503:"桥西区",130521:"邢台县",130522:"临城县",130523:"内丘县",130524:"柏乡县",130525:"隆尧县",130526:"任县",130527:"南和县",130528:"宁晋县",130529:"巨鹿县",130530:"新河县",130531:"广宗县",130532:"平乡县",130533:"威县",130534:"清河县",130535:"临西县",130581:"南宫市",130582:"沙河市",130583:"其它区",130600:"保定市",130602:"新市区",130603:"北市区",130604:"南市区",130621:"满城县",130622:"清苑县",130623:"涞水县",130624:"阜平县",130625:"徐水县",130626:"定兴县",130627:"唐县",130628:"高阳县",130629:"容城县",130630:"涞源县",130631:"望都县",130632:"安新县",130633:"易县",130634:"曲阳县",130635:"蠡县",130636:"顺平县",130637:"博野县",130638:"雄县",130681:"涿州市",130682:"定州市",130683:"安国市",130684:"高碑店市",130699:"其它区",130700:"张家口市",130702:"桥东区",130703:"桥西区",130705:"宣化区",130706:"下花园区",130721:"宣化县",130722:"张北县",130723:"康保县",130724:"沽源县",130725:"尚义县",130726:"蔚县",130727:"阳原县",130728:"怀安县",130729:"万全县",130730:"怀来县",130731:"涿鹿县",130732:"赤城县",130733:"崇礼县",130734:"其它区",130800:"承德市",130802:"双桥区",130803:"双滦区",130804:"鹰手营子矿区",130821:"承德县",130822:"兴隆县",130823:"平泉县",130824:"滦平县",130825:"隆化县",130826:"丰宁满族自治县",130827:"宽城满族自治县",130828:"围场满族蒙古族自治县",130829:"其它区",130900:"沧州市",130902:"新华区",130903:"运河区",130921:"沧县",130922:"青县",130923:"东光县",130924:"海兴县",130925:"盐山县",130926:"肃宁县",130927:"南皮县",130928:"吴桥县",130929:"献县",130930:"孟村回族自治县",130981:"泊头市",130982:"任丘市",130983:"黄骅市",130984:"河间市",130985:"其它区",131e3:"廊坊市",131002:"安次区",131003:"广阳区",131022:"固安县",131023:"永清县",131024:"香河县",131025:"大城县",131026:"文安县",131028:"大厂回族自治县",131081:"霸州市",131082:"三河市",131083:"其它区",131100:"衡水市",131102:"桃城区",131121:"枣强县",131122:"武邑县",131123:"武强县",131124:"饶阳县",131125:"安平县",131126:"故城县",131127:"景县",131128:"阜城县",131181:"冀州市",131182:"深州市",131183:"其它区",14e4:"山西省",140100:"太原市",140105:"小店区",140106:"迎泽区",140107:"杏花岭区",140108:"尖草坪区",140109:"万柏林区",140110:"晋源区",140121:"清徐县",140122:"阳曲县",140123:"娄烦县",140181:"古交市",140182:"其它区",140200:"大同市",140202:"城区",140203:"矿区",140211:"南郊区",140212:"新荣区",140221:"阳高县",140222:"天镇县",140223:"广灵县",140224:"灵丘县",140225:"浑源县",140226:"左云县",140227:"大同县",140228:"其它区",140300:"阳泉市",140302:"城区",140303:"矿区",140311:"郊区",140321:"平定县",140322:"盂县",140323:"其它区",140400:"长治市",140421:"长治县",140423:"襄垣县",140424:"屯留县",140425:"平顺县",140426:"黎城县",140427:"壶关县",140428:"长子县",140429:"武乡县",140430:"沁县",140431:"沁源县",140481:"潞城市",140482:"城区",140483:"郊区",140485:"其它区",140500:"晋城市",140502:"城区",140521:"沁水县",140522:"阳城县",140524:"陵川县",140525:"泽州县",140581:"高平市",140582:"其它区",140600:"朔州市",140602:"朔城区",140603:"平鲁区",140621:"山阴县",140622:"应县",140623:"右玉县",140624:"怀仁县",140625:"其它区",140700:"晋中市",140702:"榆次区",140721:"榆社县",140722:"左权县",140723:"和顺县",140724:"昔阳县",140725:"寿阳县",140726:"太谷县",140727:"祁县",140728:"平遥县",140729:"灵石县",140781:"介休市",140782:"其它区",140800:"运城市",140802:"盐湖区",140821:"临猗县",140822:"万荣县",140823:"闻喜县",140824:"稷山县",140825:"新绛县",140826:"绛县",140827:"垣曲县",140828:"夏县",140829:"平陆县",140830:"芮城县",140881:"永济市",140882:"河津市",140883:"其它区",140900:"忻州市",140902:"忻府区",140921:"定襄县",140922:"五台县",140923:"代县",140924:"繁峙县",140925:"宁武县",140926:"静乐县",140927:"神池县",140928:"五寨县",140929:"岢岚县",140930:"河曲县",140931:"保德县",140932:"偏关县",140981:"原平市",140982:"其它区",141e3:"临汾市",141002:"尧都区",141021:"曲沃县",141022:"翼城县",141023:"襄汾县",141024:"洪洞县",141025:"古县",141026:"安泽县",141027:"浮山县",141028:"吉县",141029:"乡宁县",141030:"大宁县",141031:"隰县",141032:"永和县",141033:"蒲县",141034:"汾西县",141081:"侯马市",141082:"霍州市",141083:"其它区",141100:"吕梁市",141102:"离石区",141121:"文水县",141122:"交城县",141123:"兴县",141124:"临县",141125:"柳林县",141126:"石楼县",141127:"岚县",141128:"方山县",141129:"中阳县",141130:"交口县",141181:"孝义市",141182:"汾阳市",141183:"其它区",15e4:"内蒙古自治区",150100:"呼和浩特市",150102:"新城区",150103:"回民区",150104:"玉泉区",150105:"赛罕区",150121:"土默特左旗",150122:"托克托县",150123:"和林格尔县",150124:"清水河县",150125:"武川县",150126:"其它区",150200:"包头市",150202:"东河区",150203:"昆都仑区",150204:"青山区",150205:"石拐区",150206:"白云鄂博矿区",150207:"九原区",150221:"土默特右旗",150222:"固阳县",150223:"达尔罕茂明安联合旗",150224:"其它区",150300:"乌海市",150302:"海勃湾区",150303:"海南区",150304:"乌达区",150305:"其它区",150400:"赤峰市",150402:"红山区",150403:"元宝山区",150404:"松山区",150421:"阿鲁科尔沁旗",150422:"巴林左旗",150423:"巴林右旗",150424:"林西县",150425:"克什克腾旗",150426:"翁牛特旗",150428:"喀喇沁旗",150429:"宁城县",150430:"敖汉旗",150431:"其它区",150500:"通辽市",150502:"科尔沁区",150521:"科尔沁左翼中旗",150522:"科尔沁左翼后旗",150523:"开鲁县",150524:"库伦旗",150525:"奈曼旗",150526:"扎鲁特旗",150581:"霍林郭勒市",150582:"其它区",150600:"鄂尔多斯市",150602:"东胜区",150621:"达拉特旗",150622:"准格尔旗",150623:"鄂托克前旗",150624:"鄂托克旗",150625:"杭锦旗",150626:"乌审旗",150627:"伊金霍洛旗",150628:"其它区",150700:"呼伦贝尔市",150702:"海拉尔区",150703:"扎赉诺尔区",150721:"阿荣旗",150722:"莫力达瓦达斡尔族自治旗",150723:"鄂伦春自治旗",150724:"鄂温克族自治旗",150725:"陈巴尔虎旗",150726:"新巴尔虎左旗",150727:"新巴尔虎右旗",150781:"满洲里市",150782:"牙克石市",150783:"扎兰屯市",150784:"额尔古纳市",150785:"根河市",150786:"其它区",150800:"巴彦淖尔市",150802:"临河区",150821:"五原县",150822:"磴口县",150823:"乌拉特前旗",150824:"乌拉特中旗",150825:"乌拉特后旗",150826:"杭锦后旗",150827:"其它区",150900:"乌兰察布市",150902:"集宁区",150921:"卓资县",150922:"化德县",150923:"商都县",150924:"兴和县",150925:"凉城县",150926:"察哈尔右翼前旗",150927:"察哈尔右翼中旗",150928:"察哈尔右翼后旗",150929:"四子王旗",150981:"丰镇市",150982:"其它区",152200:"兴安盟",152201:"乌兰浩特市",152202:"阿尔山市",152221:"科尔沁右翼前旗",152222:"科尔沁右翼中旗",152223:"扎赉特旗",152224:"突泉县",152225:"其它区",152500:"锡林郭勒盟",152501:"二连浩特市",152502:"锡林浩特市",152522:"阿巴嘎旗",152523:"苏尼特左旗",152524:"苏尼特右旗",152525:"东乌珠穆沁旗",152526:"西乌珠穆沁旗",152527:"太仆寺旗",152528:"镶黄旗",152529:"正镶白旗",152530:"正蓝旗",152531:"多伦县",152532:"其它区",152900:"阿拉善盟",152921:"阿拉善左旗",152922:"阿拉善右旗",152923:"额济纳旗",152924:"其它区",21e4:"辽宁省",210100:"沈阳市",210102:"和平区",210103:"沈河区",210104:"大东区",210105:"皇姑区",210106:"铁西区",210111:"苏家屯区",210112:"东陵区",210113:"新城子区",210114:"于洪区",210122:"辽中县",210123:"康平县",210124:"法库县",210181:"新民市",210184:"沈北新区",210185:"其它区",210200:"大连市",210202:"中山区",210203:"西岗区",210204:"沙河口区",210211:"甘井子区",210212:"旅顺口区",210213:"金州区",210224:"长海县",210281:"瓦房店市",210282:"普兰店市",210283:"庄河市",210298:"其它区",210300:"鞍山市",210302:"铁东区",210303:"铁西区",210304:"立山区",210311:"千山区",210321:"台安县",210323:"岫岩满族自治县",210381:"海城市",210382:"其它区",210400:"抚顺市",210402:"新抚区",210403:"东洲区",210404:"望花区",210411:"顺城区",210421:"抚顺县",210422:"新宾满族自治县",210423:"清原满族自治县",210424:"其它区",210500:"本溪市",210502:"平山区",210503:"溪湖区",210504:"明山区",210505:"南芬区",210521:"本溪满族自治县",210522:"桓仁满族自治县",210523:"其它区",210600:"丹东市",210602:"元宝区",210603:"振兴区",210604:"振安区",210624:"宽甸满族自治县",210681:"东港市",210682:"凤城市",210683:"其它区",210700:"锦州市",210702:"古塔区",210703:"凌河区",210711:"太和区",210726:"黑山县",210727:"义县",210781:"凌海市",210782:"北镇市",210783:"其它区",210800:"营口市",210802:"站前区",210803:"西市区",210804:"鲅鱼圈区",210811:"老边区",210881:"盖州市",210882:"大石桥市",210883:"其它区",210900:"阜新市",210902:"海州区",210903:"新邱区",210904:"太平区",210905:"清河门区",210911:"细河区",210921:"阜新蒙古族自治县",210922:"彰武县",210923:"其它区",211e3:"辽阳市",211002:"白塔区",211003:"文圣区",211004:"宏伟区",211005:"弓长岭区",211011:"太子河区",211021:"辽阳县",211081:"灯塔市",211082:"其它区",211100:"盘锦市",211102:"双台子区",211103:"兴隆台区",211121:"大洼县",211122:"盘山县",211123:"其它区",211200:"铁岭市",211202:"银州区",211204:"清河区",211221:"铁岭县",211223:"西丰县",211224:"昌图县",211281:"调兵山市",211282:"开原市",211283:"其它区",211300:"朝阳市",211302:"双塔区",211303:"龙城区",211321:"朝阳县",211322:"建平县",211324:"喀喇沁左翼蒙古族自治县",211381:"北票市",211382:"凌源市",211383:"其它区",211400:"葫芦岛市",211402:"连山区",211403:"龙港区",211404:"南票区",211421:"绥中县",211422:"建昌县",211481:"兴城市",211482:"其它区",22e4:"吉林省",220100:"长春市",220102:"南关区",220103:"宽城区",220104:"朝阳区",220105:"二道区",220106:"绿园区",220112:"双阳区",220122:"农安县",220181:"九台市",220182:"榆树市",220183:"德惠市",220188:"其它区",220200:"吉林市",220202:"昌邑区",220203:"龙潭区",220204:"船营区",220211:"丰满区",220221:"永吉县",220281:"蛟河市",220282:"桦甸市",220283:"舒兰市",220284:"磐石市",220285:"其它区",220300:"四平市",220302:"铁西区",220303:"铁东区",220322:"梨树县",220323:"伊通满族自治县",220381:"公主岭市",220382:"双辽市",220383:"其它区",220400:"辽源市",220402:"龙山区",220403:"西安区",220421:"东丰县",220422:"东辽县",220423:"其它区",220500:"通化市",220502:"东昌区",220503:"二道江区",220521:"通化县",220523:"辉南县",220524:"柳河县",220581:"梅河口市",220582:"集安市",220583:"其它区",220600:"白山市",220602:"浑江区",220621:"抚松县",220622:"靖宇县",220623:"长白朝鲜族自治县",220625:"江源区",220681:"临江市",220682:"其它区",220700:"松原市",220702:"宁江区",220721:"前郭尔罗斯蒙古族自治县",220722:"长岭县",220723:"乾安县",220724:"扶余市",220725:"其它区",220800:"白城市",220802:"洮北区",220821:"镇赉县",220822:"通榆县",220881:"洮南市",220882:"大安市",220883:"其它区",222400:"延边朝鲜族自治州",222401:"延吉市",222402:"图们市",222403:"敦化市",222404:"珲春市",222405:"龙井市",222406:"和龙市",222424:"汪清县",222426:"安图县",222427:"其它区",23e4:"黑龙江省",230100:"哈尔滨市",230102:"道里区",230103:"南岗区",230104:"道外区",230106:"香坊区",230108:"平房区",230109:"松北区",230111:"呼兰区",230123:"依兰县",230124:"方正县",230125:"宾县",230126:"巴彦县",230127:"木兰县",230128:"通河县",230129:"延寿县",230181:"阿城区",230182:"双城市",230183:"尚志市",230184:"五常市",230186:"其它区",230200:"齐齐哈尔市",230202:"龙沙区",230203:"建华区",230204:"铁锋区",230205:"昂昂溪区",230206:"富拉尔基区",230207:"碾子山区",230208:"梅里斯达斡尔族区",230221:"龙江县",230223:"依安县",230224:"泰来县",230225:"甘南县",230227:"富裕县",230229:"克山县",230230:"克东县",230231:"拜泉县",230281:"讷河市",230282:"其它区",230300:"鸡西市",230302:"鸡冠区",230303:"恒山区",230304:"滴道区",230305:"梨树区",230306:"城子河区",230307:"麻山区",230321:"鸡东县",230381:"虎林市",230382:"密山市",230383:"其它区",230400:"鹤岗市",230402:"向阳区",230403:"工农区",230404:"南山区",230405:"兴安区",230406:"东山区",230407:"兴山区",230421:"萝北县",230422:"绥滨县",230423:"其它区",230500:"双鸭山市",230502:"尖山区",230503:"岭东区",230505:"四方台区",230506:"宝山区",230521:"集贤县",230522:"友谊县",230523:"宝清县",230524:"饶河县",230525:"其它区",230600:"大庆市",230602:"萨尔图区",230603:"龙凤区",230604:"让胡路区",230605:"红岗区",230606:"大同区",230621:"肇州县",230622:"肇源县",230623:"林甸县",230624:"杜尔伯特蒙古族自治县",230625:"其它区",230700:"伊春市",230702:"伊春区",230703:"南岔区",230704:"友好区",230705:"西林区",230706:"翠峦区",230707:"新青区",230708:"美溪区",230709:"金山屯区",230710:"五营区",230711:"乌马河区",230712:"汤旺河区",230713:"带岭区",230714:"乌伊岭区",230715:"红星区",230716:"上甘岭区",230722:"嘉荫县",230781:"铁力市",230782:"其它区",230800:"佳木斯市",230803:"向阳区",230804:"前进区",230805:"东风区",230811:"郊区",230822:"桦南县",230826:"桦川县",230828:"汤原县",230833:"抚远县",230881:"同江市",230882:"富锦市",230883:"其它区",230900:"七台河市",230902:"新兴区",230903:"桃山区",230904:"茄子河区",230921:"勃利县",230922:"其它区",231e3:"牡丹江市",231002:"东安区",231003:"阳明区",231004:"爱民区",231005:"西安区",231024:"东宁县",231025:"林口县",231081:"绥芬河市",231083:"海林市",231084:"宁安市",231085:"穆棱市",231086:"其它区",231100:"黑河市",231102:"爱辉区",231121:"嫩江县",231123:"逊克县",231124:"孙吴县",231181:"北安市",231182:"五大连池市",231183:"其它区",231200:"绥化市",231202:"北林区",231221:"望奎县",231222:"兰西县",231223:"青冈县",231224:"庆安县",231225:"明水县",231226:"绥棱县",231281:"安达市",231282:"肇东市",231283:"海伦市",231284:"其它区",232700:"大兴安岭地区",232702:"松岭区",232703:"新林区",232704:"呼中区",232721:"呼玛县",232722:"塔河县",232723:"漠河县",232724:"加格达奇区",232725:"其它区",31e4:"上海",310100:"上海市",310101:"黄浦区",310104:"徐汇区",310105:"长宁区",310106:"静安区",310107:"普陀区",310108:"闸北区",310109:"虹口区",310110:"杨浦区",310112:"闵行区",310113:"宝山区",310114:"嘉定区",310115:"浦东新区",310116:"金山区",310117:"松江区",310118:"青浦区",310120:"奉贤区",310230:"崇明县",310231:"其它区",32e4:"江苏省",320100:"南京市",320102:"玄武区",320104:"秦淮区",320105:"建邺区",320106:"鼓楼区",320111:"浦口区",320113:"栖霞区",320114:"雨花台区",320115:"江宁区",320116:"六合区",320124:"溧水区",320125:"高淳区",320126:"其它区",320200:"无锡市",320202:"崇安区",320203:"南长区",320204:"北塘区",320205:"锡山区",320206:"惠山区",320211:"滨湖区",320281:"江阴市",320282:"宜兴市",320297:"其它区",320300:"徐州市",320302:"鼓楼区",320303:"云龙区",320305:"贾汪区",320311:"泉山区",320321:"丰县",320322:"沛县",320323:"铜山区",320324:"睢宁县",320381:"新沂市",320382:"邳州市",320383:"其它区",320400:"常州市",320402:"天宁区",320404:"钟楼区",320405:"戚墅堰区",320411:"新北区",320412:"武进区",320481:"溧阳市",320482:"金坛市",320483:"其它区",320500:"苏州市",320505:"虎丘区",320506:"吴中区",320507:"相城区",320508:"姑苏区",320581:"常熟市",320582:"张家港市",320583:"昆山市",320584:"吴江区",320585:"太仓市",320596:"其它区",320600:"南通市",320602:"崇川区",320611:"港闸区",320612:"通州区",320621:"海安县",320623:"如东县",320681:"启东市",320682:"如皋市",320684:"海门市",320694:"其它区",320700:"连云港市",320703:"连云区",320705:"新浦区",320706:"海州区",320721:"赣榆县",320722:"东海县",320723:"灌云县",320724:"灌南县",320725:"其它区",320800:"淮安市",320802:"清河区",320803:"淮安区",320804:"淮阴区",320811:"清浦区",320826:"涟水县",320829:"洪泽县",320830:"盱眙县",320831:"金湖县",320832:"其它区",320900:"盐城市",320902:"亭湖区",320903:"盐都区",320921:"响水县",320922:"滨海县",320923:"阜宁县",320924:"射阳县",320925:"建湖县",320981:"东台市",320982:"大丰市",320983:"其它区",321e3:"扬州市",321002:"广陵区",321003:"邗江区",321023:"宝应县",321081:"仪征市",321084:"高邮市",321088:"江都区",321093:"其它区",321100:"镇江市",321102:"京口区",321111:"润州区",321112:"丹徒区",321181:"丹阳市",321182:"扬中市",321183:"句容市",321184:"其它区",321200:"泰州市",321202:"海陵区",321203:"高港区",321281:"兴化市",321282:"靖江市",321283:"泰兴市",321284:"姜堰区",321285:"其它区",321300:"宿迁市",321302:"宿城区",321311:"宿豫区",321322:"沭阳县",321323:"泗阳县",321324:"泗洪县",321325:"其它区",33e4:"浙江省",330100:"杭州市",330102:"上城区",330103:"下城区",330104:"江干区",330105:"拱墅区",330106:"西湖区",330108:"滨江区",330109:"萧山区",330110:"余杭区",330122:"桐庐县",330127:"淳安县",330182:"建德市",330183:"富阳市",330185:"临安市",330186:"其它区",330200:"宁波市",330203:"海曙区",330204:"江东区",330205:"江北区",330206:"北仑区",330211:"镇海区",330212:"鄞州区",330225:"象山县",330226:"宁海县",330281:"余姚市",330282:"慈溪市",330283:"奉化市",330284:"其它区",330300:"温州市",330302:"鹿城区",330303:"龙湾区",330304:"瓯海区",330322:"洞头县",330324:"永嘉县",330326:"平阳县",330327:"苍南县",330328:"文成县",330329:"泰顺县",330381:"瑞安市",330382:"乐清市",330383:"其它区",330400:"嘉兴市",330402:"南湖区",330411:"秀洲区",330421:"嘉善县",330424:"海盐县",330481:"海宁市",330482:"平湖市",330483:"桐乡市",330484:"其它区",330500:"湖州市",330502:"吴兴区",330503:"南浔区",330521:"德清县",330522:"长兴县",330523:"安吉县",330524:"其它区",330600:"绍兴市",330602:"越城区",330621:"绍兴县",330624:"新昌县",330681:"诸暨市",330682:"上虞市",330683:"嵊州市",330684:"其它区",330700:"金华市",330702:"婺城区",330703:"金东区",330723:"武义县",330726:"浦江县",330727:"磐安县",330781:"兰溪市",330782:"义乌市",330783:"东阳市",330784:"永康市",330785:"其它区",330800:"衢州市",330802:"柯城区",330803:"衢江区",330822:"常山县",330824:"开化县",330825:"龙游县",330881:"江山市",330882:"其它区",330900:"舟山市",330902:"定海区",330903:"普陀区",330921:"岱山县",330922:"嵊泗县",330923:"其它区",331e3:"台州市",331002:"椒江区",331003:"黄岩区",331004:"路桥区",331021:"玉环县",331022:"三门县",331023:"天台县",331024:"仙居县",331081:"温岭市",331082:"临海市",331083:"其它区",331100:"丽水市",331102:"莲都区",331121:"青田县",331122:"缙云县",331123:"遂昌县",331124:"松阳县",331125:"云和县",331126:"庆元县",331127:"景宁畲族自治县",331181:"龙泉市",331182:"其它区",34e4:"安徽省",340100:"合肥市",340102:"瑶海区",340103:"庐阳区",340104:"蜀山区",340111:"包河区",340121:"长丰县",340122:"肥东县",340123:"肥西县",340192:"其它区",340200:"芜湖市",340202:"镜湖区",340203:"弋江区",340207:"鸠江区",340208:"三山区",340221:"芜湖县",340222:"繁昌县",340223:"南陵县",340224:"其它区",340300:"蚌埠市",340302:"龙子湖区",340303:"蚌山区",340304:"禹会区",340311:"淮上区",340321:"怀远县",340322:"五河县",340323:"固镇县",340324:"其它区",340400:"淮南市",340402:"大通区",340403:"田家庵区",340404:"谢家集区",340405:"八公山区",340406:"潘集区",340421:"凤台县",340422:"其它区",340500:"马鞍山市",340503:"花山区",340504:"雨山区",340506:"博望区",340521:"当涂县",340522:"其它区",340600:"淮北市",340602:"杜集区",340603:"相山区",340604:"烈山区",340621:"濉溪县",340622:"其它区",340700:"铜陵市",340702:"铜官山区",340703:"狮子山区",340711:"郊区",340721:"铜陵县",340722:"其它区",340800:"安庆市",340802:"迎江区",340803:"大观区",340811:"宜秀区",340822:"怀宁县",340823:"枞阳县",340824:"潜山县",340825:"太湖县",340826:"宿松县",340827:"望江县",340828:"岳西县",340881:"桐城市",340882:"其它区",341e3:"黄山市",341002:"屯溪区",341003:"黄山区",341004:"徽州区",341021:"歙县",341022:"休宁县",341023:"黟县",341024:"祁门县",341025:"其它区",341100:"滁州市",341102:"琅琊区",341103:"南谯区",341122:"来安县",341124:"全椒县",341125:"定远县",341126:"凤阳县",341181:"天长市",341182:"明光市",341183:"其它区",341200:"阜阳市",341202:"颍州区",341203:"颍东区",341204:"颍泉区",341221:"临泉县",341222:"太和县",341225:"阜南县",341226:"颍上县",341282:"界首市",341283:"其它区",341300:"宿州市",341302:"埇桥区",341321:"砀山县",341322:"萧县",341323:"灵璧县",341324:"泗县",341325:"其它区",341400:"巢湖市",341421:"庐江县",341422:"无为县",341423:"含山县",341424:"和县",341500:"六安市",341502:"金安区",341503:"裕安区",341521:"寿县",341522:"霍邱县",341523:"舒城县",341524:"金寨县",341525:"霍山县",341526:"其它区",341600:"亳州市",341602:"谯城区",341621:"涡阳县",341622:"蒙城县",341623:"利辛县",341624:"其它区",341700:"池州市",341702:"贵池区",341721:"东至县",341722:"石台县",341723:"青阳县",341724:"其它区",341800:"宣城市",341802:"宣州区",341821:"郎溪县",341822:"广德县",341823:"泾县",341824:"绩溪县",341825:"旌德县",341881:"宁国市",341882:"其它区",35e4:"福建省",350100:"福州市",350102:"鼓楼区",350103:"台江区",350104:"仓山区",350105:"马尾区",350111:"晋安区",350121:"闽侯县",350122:"连江县",350123:"罗源县",350124:"闽清县",350125:"永泰县",350128:"平潭县",350181:"福清市",350182:"长乐市",350183:"其它区",350200:"厦门市",350203:"思明区",350205:"海沧区",350206:"湖里区",350211:"集美区",350212:"同安区",350213:"翔安区",350214:"其它区",350300:"莆田市",350302:"城厢区",350303:"涵江区",350304:"荔城区",350305:"秀屿区",350322:"仙游县",350323:"其它区",350400:"三明市",350402:"梅列区",350403:"三元区",350421:"明溪县",350423:"清流县",350424:"宁化县",350425:"大田县",350426:"尤溪县",350427:"沙县",350428:"将乐县",350429:"泰宁县",350430:"建宁县",350481:"永安市",350482:"其它区",350500:"泉州市",350502:"鲤城区",350503:"丰泽区",350504:"洛江区",350505:"泉港区",350521:"惠安县",350524:"安溪县",350525:"永春县",350526:"德化县",350527:"金门县",350581:"石狮市",350582:"晋江市",350583:"南安市",350584:"其它区",350600:"漳州市",350602:"芗城区",350603:"龙文区",350622:"云霄县",350623:"漳浦县",350624:"诏安县",350625:"长泰县",350626:"东山县",350627:"南靖县",350628:"平和县",350629:"华安县",350681:"龙海市",350682:"其它区",350700:"南平市",350702:"延平区",350721:"顺昌县",350722:"浦城县",350723:"光泽县",350724:"松溪县",350725:"政和县",350781:"邵武市",350782:"武夷山市",350783:"建瓯市",350784:"建阳市",350785:"其它区",350800:"龙岩市",350802:"新罗区",350821:"长汀县",350822:"永定县",350823:"上杭县",350824:"武平县",350825:"连城县",350881:"漳平市",350882:"其它区",350900:"宁德市",350902:"蕉城区",350921:"霞浦县",350922:"古田县",350923:"屏南县",350924:"寿宁县",350925:"周宁县",350926:"柘荣县",350981:"福安市",350982:"福鼎市",350983:"其它区",36e4:"江西省",360100:"南昌市",360102:"东湖区",360103:"西湖区",360104:"青云谱区",360105:"湾里区",360111:"青山湖区",360121:"南昌县",360122:"新建县",360123:"安义县",360124:"进贤县",360128:"其它区",360200:"景德镇市",360202:"昌江区",360203:"珠山区",360222:"浮梁县",360281:"乐平市",360282:"其它区",360300:"萍乡市",360302:"安源区",360313:"湘东区",360321:"莲花县",360322:"上栗县",360323:"芦溪县",360324:"其它区",360400:"九江市",360402:"庐山区",360403:"浔阳区",360421:"九江县",360423:"武宁县",360424:"修水县",360425:"永修县",360426:"德安县",360427:"星子县",360428:"都昌县",360429:"湖口县",360430:"彭泽县",360481:"瑞昌市",360482:"其它区",360483:"共青城市",360500:"新余市",360502:"渝水区",360521:"分宜县",360522:"其它区",360600:"鹰潭市",360602:"月湖区",360622:"余江县",360681:"贵溪市",360682:"其它区",360700:"赣州市",360702:"章贡区",360721:"赣县",360722:"信丰县",360723:"大余县",360724:"上犹县",360725:"崇义县",360726:"安远县",360727:"龙南县",360728:"定南县",360729:"全南县",360730:"宁都县",360731:"于都县",360732:"兴国县",360733:"会昌县",360734:"寻乌县",360735:"石城县",360781:"瑞金市",360782:"南康市",360783:"其它区",360800:"吉安市",360802:"吉州区",360803:"青原区",360821:"吉安县",360822:"吉水县",360823:"峡江县",360824:"新干县",360825:"永丰县",360826:"泰和县",360827:"遂川县",360828:"万安县",360829:"安福县",360830:"永新县",360881:"井冈山市",360882:"其它区",360900:"宜春市",360902:"袁州区",360921:"奉新县",360922:"万载县",360923:"上高县",360924:"宜丰县",360925:"靖安县",360926:"铜鼓县",360981:"丰城市",360982:"樟树市",360983:"高安市",360984:"其它区",361e3:"抚州市",361002:"临川区",361021:"南城县",361022:"黎川县",361023:"南丰县",361024:"崇仁县",361025:"乐安县",361026:"宜黄县",361027:"金溪县",361028:"资溪县",361029:"东乡县",361030:"广昌县",361031:"其它区",361100:"上饶市",361102:"信州区",361121:"上饶县",361122:"广丰县",361123:"玉山县",361124:"铅山县",361125:"横峰县",361126:"弋阳县",361127:"余干县",361128:"鄱阳县",361129:"万年县",361130:"婺源县",361181:"德兴市",361182:"其它区",37e4:"山东省",370100:"济南市",370102:"历下区",370103:"市中区",370104:"槐荫区",370105:"天桥区",370112:"历城区",370113:"长清区",370124:"平阴县",370125:"济阳县",370126:"商河县",370181:"章丘市",370182:"其它区",370200:"青岛市",370202:"市南区",370203:"市北区",370211:"黄岛区",370212:"崂山区",370213:"李沧区",370214:"城阳区",370281:"胶州市",370282:"即墨市",370283:"平度市",370285:"莱西市",370286:"其它区",370300:"淄博市",370302:"淄川区",370303:"张店区",370304:"博山区",370305:"临淄区",370306:"周村区",370321:"桓台县",370322:"高青县",370323:"沂源县",370324:"其它区",370400:"枣庄市",370402:"市中区",370403:"薛城区",370404:"峄城区",370405:"台儿庄区",370406:"山亭区",370481:"滕州市",370482:"其它区",370500:"东营市",370502:"东营区",370503:"河口区",370521:"垦利县",370522:"利津县",370523:"广饶县",370591:"其它区",370600:"烟台市",370602:"芝罘区",370611:"福山区",370612:"牟平区",370613:"莱山区",370634:"长岛县",370681:"龙口市",370682:"莱阳市",370683:"莱州市",370684:"蓬莱市",370685:"招远市",370686:"栖霞市",370687:"海阳市",370688:"其它区",370700:"潍坊市",370702:"潍城区",370703:"寒亭区",370704:"坊子区",370705:"奎文区",370724:"临朐县",370725:"昌乐县",370781:"青州市",370782:"诸城市",370783:"寿光市",370784:"安丘市",370785:"高密市",370786:"昌邑市",370787:"其它区",370800:"济宁市",370802:"市中区",370811:"任城区",370826:"微山县",370827:"鱼台县",370828:"金乡县",370829:"嘉祥县",370830:"汶上县",370831:"泗水县",370832:"梁山县",370881:"曲阜市",370882:"兖州市",370883:"邹城市",370884:"其它区",370900:"泰安市",370902:"泰山区",370903:"岱岳区",370921:"宁阳县",370923:"东平县",370982:"新泰市",370983:"肥城市",370984:"其它区",371e3:"威海市",371002:"环翠区",371081:"文登市",371082:"荣成市",371083:"乳山市",371084:"其它区",371100:"日照市",371102:"东港区",371103:"岚山区",371121:"五莲县",371122:"莒县",371123:"其它区",371200:"莱芜市",371202:"莱城区",371203:"钢城区",371204:"其它区",371300:"临沂市",371302:"兰山区",371311:"罗庄区",371312:"河东区",371321:"沂南县",371322:"郯城县",371323:"沂水县",371324:"苍山县",371325:"费县",371326:"平邑县",371327:"莒南县",371328:"蒙阴县",371329:"临沭县",371330:"其它区",371400:"德州市",371402:"德城区",371421:"陵县",371422:"宁津县",371423:"庆云县",371424:"临邑县",371425:"齐河县",371426:"平原县",371427:"夏津县",371428:"武城县",371481:"乐陵市",371482:"禹城市",371483:"其它区",371500:"聊城市",371502:"东昌府区",371521:"阳谷县",371522:"莘县",371523:"茌平县",371524:"东阿县",371525:"冠县",371526:"高唐县",371581:"临清市",371582:"其它区",371600:"滨州市",371602:"滨城区",371621:"惠民县",371622:"阳信县",371623:"无棣县",371624:"沾化县",371625:"博兴县",371626:"邹平县",371627:"其它区",371700:"菏泽市",371702:"牡丹区",371721:"曹县",371722:"单县",371723:"成武县",371724:"巨野县",371725:"郓城县",371726:"鄄城县",371727:"定陶县",371728:"东明县",371729:"其它区",41e4:"河南省",410100:"郑州市",410102:"中原区",410103:"二七区",410104:"管城回族区",410105:"金水区",410106:"上街区",410108:"惠济区",410122:"中牟县",410181:"巩义市",410182:"荥阳市",410183:"新密市",410184:"新郑市",410185:"登封市",410188:"其它区",410200:"开封市",410202:"龙亭区",410203:"顺河回族区",410204:"鼓楼区",410205:"禹王台区",410211:"金明区",410221:"杞县",410222:"通许县",410223:"尉氏县",410224:"开封县",410225:"兰考县",410226:"其它区",410300:"洛阳市",410302:"老城区",410303:"西工区",410304:"瀍河回族区",410305:"涧西区",410306:"吉利区",410307:"洛龙区",410322:"孟津县",410323:"新安县",410324:"栾川县",410325:"嵩县",410326:"汝阳县",410327:"宜阳县",410328:"洛宁县",410329:"伊川县",410381:"偃师市",410400:"平顶山市",410402:"新华区",410403:"卫东区",410404:"石龙区",410411:"湛河区",410421:"宝丰县",410422:"叶县",410423:"鲁山县",410425:"郏县",410481:"舞钢市",410482:"汝州市",410483:"其它区",410500:"安阳市",410502:"文峰区",410503:"北关区",410505:"殷都区",410506:"龙安区",410522:"安阳县",410523:"汤阴县",410526:"滑县",410527:"内黄县",410581:"林州市",410582:"其它区",410600:"鹤壁市",410602:"鹤山区",410603:"山城区",410611:"淇滨区",410621:"浚县",410622:"淇县",410623:"其它区",410700:"新乡市",410702:"红旗区",410703:"卫滨区",410704:"凤泉区",410711:"牧野区",410721:"新乡县",410724:"获嘉县",410725:"原阳县",410726:"延津县",410727:"封丘县",410728:"长垣县",410781:"卫辉市",410782:"辉县市",410783:"其它区",410800:"焦作市",410802:"解放区",410803:"中站区",410804:"马村区",410811:"山阳区",410821:"修武县",410822:"博爱县",410823:"武陟县",410825:"温县",410881:"济源市",410882:"沁阳市",410883:"孟州市",410884:"其它区",410900:"濮阳市",410902:"华龙区",410922:"清丰县",410923:"南乐县",410926:"范县",410927:"台前县",410928:"濮阳县",410929:"其它区",411e3:"许昌市",411002:"魏都区",411023:"许昌县",411024:"鄢陵县",411025:"襄城县",411081:"禹州市",411082:"长葛市",411083:"其它区",411100:"漯河市",411102:"源汇区",411103:"郾城区",411104:"召陵区",411121:"舞阳县",411122:"临颍县",411123:"其它区",411200:"三门峡市",411202:"湖滨区",411221:"渑池县",411222:"陕县",411224:"卢氏县",411281:"义马市",411282:"灵宝市",411283:"其它区",411300:"南阳市",411302:"宛城区",411303:"卧龙区",411321:"南召县",411322:"方城县",411323:"西峡县",411324:"镇平县",411325:"内乡县",411326:"淅川县",411327:"社旗县",411328:"唐河县",411329:"新野县",411330:"桐柏县",411381:"邓州市",411382:"其它区",411400:"商丘市",411402:"梁园区",411403:"睢阳区",411421:"民权县",411422:"睢县",411423:"宁陵县",411424:"柘城县",411425:"虞城县",411426:"夏邑县",411481:"永城市",411482:"其它区",411500:"信阳市",411502:"浉河区",411503:"平桥区",411521:"罗山县",411522:"光山县",411523:"新县",411524:"商城县",411525:"固始县",411526:"潢川县",411527:"淮滨县",411528:"息县",411529:"其它区",411600:"周口市",411602:"川汇区",411621:"扶沟县",411622:"西华县",411623:"商水县",411624:"沈丘县",411625:"郸城县",411626:"淮阳县",411627:"太康县",411628:"鹿邑县",411681:"项城市",411682:"其它区",411700:"驻马店市",411702:"驿城区",411721:"西平县",411722:"上蔡县",411723:"平舆县",411724:"正阳县",411725:"确山县",411726:"泌阳县",411727:"汝南县",411728:"遂平县",411729:"新蔡县",411730:"其它区",42e4:"湖北省",420100:"武汉市",420102:"江岸区",420103:"江汉区",420104:"硚口区",420105:"汉阳区",420106:"武昌区",420107:"青山区",420111:"洪山区",420112:"东西湖区",420113:"汉南区",420114:"蔡甸区",420115:"江夏区",420116:"黄陂区",420117:"新洲区",420118:"其它区",420200:"黄石市",420202:"黄石港区",420203:"西塞山区",420204:"下陆区",420205:"铁山区",420222:"阳新县",420281:"大冶市",420282:"其它区",420300:"十堰市",420302:"茅箭区",420303:"张湾区",420321:"郧县",420322:"郧西县",420323:"竹山县",420324:"竹溪县",420325:"房县",420381:"丹江口市",420383:"其它区",420500:"宜昌市",420502:"西陵区",420503:"伍家岗区",420504:"点军区",420505:"猇亭区",420506:"夷陵区",420525:"远安县",420526:"兴山县",420527:"秭归县",420528:"长阳土家族自治县",420529:"五峰土家族自治县",420581:"宜都市",420582:"当阳市",420583:"枝江市",420584:"其它区",420600:"襄阳市",420602:"襄城区",420606:"樊城区",420607:"襄州区",420624:"南漳县",420625:"谷城县",420626:"保康县",420682:"老河口市",420683:"枣阳市",420684:"宜城市",420685:"其它区",420700:"鄂州市",420702:"梁子湖区",420703:"华容区",420704:"鄂城区",420705:"其它区",420800:"荆门市",420802:"东宝区",420804:"掇刀区",420821:"京山县",420822:"沙洋县",420881:"钟祥市",420882:"其它区",420900:"孝感市",420902:"孝南区",420921:"孝昌县",420922:"大悟县",420923:"云梦县",420981:"应城市",420982:"安陆市",420984:"汉川市",420985:"其它区",421e3:"荆州市",421002:"沙市区",421003:"荆州区",421022:"公安县",421023:"监利县",421024:"江陵县",421081:"石首市",421083:"洪湖市",421087:"松滋市",421088:"其它区",421100:"黄冈市",421102:"黄州区",421121:"团风县",421122:"红安县",421123:"罗田县",421124:"英山县",421125:"浠水县",421126:"蕲春县",421127:"黄梅县",421181:"麻城市",421182:"武穴市",421183:"其它区",421200:"咸宁市",421202:"咸安区",421221:"嘉鱼县",421222:"通城县",421223:"崇阳县",421224:"通山县",421281:"赤壁市",421283:"其它区",421300:"随州市",421302:"曾都区",421321:"随县",421381:"广水市",421382:"其它区",422800:"恩施土家族苗族自治州",422801:"恩施市",422802:"利川市",422822:"建始县",422823:"巴东县",422825:"宣恩县",422826:"咸丰县",422827:"来凤县",422828:"鹤峰县",422829:"其它区",429004:"仙桃市",429005:"潜江市",429006:"天门市",429021:"神农架林区",43e4:"湖南省",430100:"长沙市",430102:"芙蓉区",430103:"天心区",430104:"岳麓区",430105:"开福区",430111:"雨花区",430121:"长沙县",430122:"望城区",430124:"宁乡县",430181:"浏阳市",430182:"其它区",430200:"株洲市",430202:"荷塘区",430203:"芦淞区",430204:"石峰区",430211:"天元区",430221:"株洲县",430223:"攸县",430224:"茶陵县",430225:"炎陵县",430281:"醴陵市",430282:"其它区",430300:"湘潭市",430302:"雨湖区",430304:"岳塘区",430321:"湘潭县",430381:"湘乡市",430382:"韶山市",430383:"其它区",430400:"衡阳市",430405:"珠晖区",430406:"雁峰区",430407:"石鼓区",430408:"蒸湘区",430412:"南岳区",430421:"衡阳县",430422:"衡南县",430423:"衡山县",430424:"衡东县",430426:"祁东县",430481:"耒阳市",430482:"常宁市",430483:"其它区",430500:"邵阳市",430502:"双清区",430503:"大祥区",430511:"北塔区",430521:"邵东县",430522:"新邵县",430523:"邵阳县",430524:"隆回县",430525:"洞口县",430527:"绥宁县",430528:"新宁县",430529:"城步苗族自治县",430581:"武冈市",430582:"其它区",430600:"岳阳市",430602:"岳阳楼区",430603:"云溪区",430611:"君山区",430621:"岳阳县",430623:"华容县",430624:"湘阴县",430626:"平江县",430681:"汨罗市",430682:"临湘市",430683:"其它区",430700:"常德市",430702:"武陵区",430703:"鼎城区",430721:"安乡县",430722:"汉寿县",430723:"澧县",430724:"临澧县",430725:"桃源县",430726:"石门县",430781:"津市市",430782:"其它区",430800:"张家界市",430802:"永定区",430811:"武陵源区",430821:"慈利县",430822:"桑植县",430823:"其它区",430900:"益阳市",430902:"资阳区",430903:"赫山区",430921:"南县",430922:"桃江县",430923:"安化县",430981:"沅江市",430982:"其它区",431e3:"郴州市",431002:"北湖区",431003:"苏仙区",431021:"桂阳县",431022:"宜章县",431023:"永兴县",431024:"嘉禾县",431025:"临武县",431026:"汝城县",431027:"桂东县",431028:"安仁县",431081:"资兴市",431082:"其它区",431100:"永州市",431102:"零陵区",431103:"冷水滩区",431121:"祁阳县",431122:"东安县",431123:"双牌县",431124:"道县",431125:"江永县",431126:"宁远县",431127:"蓝山县",431128:"新田县",431129:"江华瑶族自治县",431130:"其它区",431200:"怀化市",431202:"鹤城区",431221:"中方县",431222:"沅陵县",431223:"辰溪县",431224:"溆浦县",431225:"会同县",431226:"麻阳苗族自治县",431227:"新晃侗族自治县",431228:"芷江侗族自治县",431229:"靖州苗族侗族自治县",431230:"通道侗族自治县",431281:"洪江市",431282:"其它区",431300:"娄底市",431302:"娄星区",431321:"双峰县",431322:"新化县",431381:"冷水江市",431382:"涟源市",431383:"其它区",433100:"湘西土家族苗族自治州",433101:"吉首市",433122:"泸溪县",433123:"凤凰县",433124:"花垣县",433125:"保靖县",433126:"古丈县",433127:"永顺县",433130:"龙山县",433131:"其它区",44e4:"广东省",440100:"广州市",440103:"荔湾区",440104:"越秀区",440105:"海珠区",440106:"天河区",440111:"白云区",440112:"黄埔区",440113:"番禺区",440114:"花都区",440115:"南沙区",440116:"萝岗区",440183:"增城市",440184:"从化市",440189:"其它区",440200:"韶关市",440203:"武江区",440204:"浈江区",440205:"曲江区",440222:"始兴县",440224:"仁化县",440229:"翁源县",440232:"乳源瑶族自治县",440233:"新丰县",440281:"乐昌市",440282:"南雄市",440283:"其它区",440300:"深圳市",440303:"罗湖区",440304:"福田区",440305:"南山区",440306:"宝安区",440307:"龙岗区",440308:"盐田区",440309:"其它区",440320:"光明新区",440321:"坪山新区",440322:"大鹏新区",440323:"龙华新区",440400:"珠海市",440402:"香洲区",440403:"斗门区",440404:"金湾区",440488:"其它区",440500:"汕头市",440507:"龙湖区",440511:"金平区",440512:"濠江区",440513:"潮阳区",440514:"潮南区",440515:"澄海区",440523:"南澳县",440524:"其它区",440600:"佛山市",440604:"禅城区",440605:"南海区",440606:"顺德区",440607:"三水区",440608:"高明区",440609:"其它区",440700:"江门市",440703:"蓬江区",440704:"江海区",440705:"新会区",440781:"台山市",440783:"开平市",440784:"鹤山市",440785:"恩平市",440786:"其它区",440800:"湛江市",440802:"赤坎区",440803:"霞山区",440804:"坡头区",440811:"麻章区",440823:"遂溪县",440825:"徐闻县",440881:"廉江市",440882:"雷州市",440883:"吴川市",440884:"其它区",440900:"茂名市",440902:"茂南区",440903:"茂港区",440923:"电白县",440981:"高州市",440982:"化州市",440983:"信宜市",440984:"其它区",441200:"肇庆市",441202:"端州区",441203:"鼎湖区",441223:"广宁县",441224:"怀集县",441225:"封开县",441226:"德庆县",441283:"高要市",441284:"四会市",441285:"其它区",441300:"惠州市",441302:"惠城区",441303:"惠阳区",441322:"博罗县",441323:"惠东县",441324:"龙门县",441325:"其它区",441400:"梅州市",441402:"梅江区",441421:"梅县",441422:"大埔县",441423:"丰顺县",441424:"五华县",441426:"平远县",441427:"蕉岭县",441481:"兴宁市",441482:"其它区",441500:"汕尾市",441502:"城区",441521:"海丰县",441523:"陆河县",441581:"陆丰市",441582:"其它区",441600:"河源市",441602:"源城区",441621:"紫金县",441622:"龙川县",441623:"连平县",441624:"和平县",441625:"东源县",441626:"其它区",441700:"阳江市",441702:"江城区",441721:"阳西县",441723:"阳东县",441781:"阳春市",441782:"其它区",441800:"清远市",441802:"清城区",441821:"佛冈县",441823:"阳山县",441825:"连山壮族瑶族自治县",441826:"连南瑶族自治县",441827:"清新区",441881:"英德市",441882:"连州市",441883:"其它区",441900:"东莞市",442e3:"中山市",442101:"东沙群岛",445100:"潮州市",445102:"湘桥区",445121:"潮安区",445122:"饶平县",445186:"其它区",445200:"揭阳市",445202:"榕城区",445221:"揭东区",445222:"揭西县",445224:"惠来县",445281:"普宁市",445285:"其它区",445300:"云浮市",445302:"云城区",445321:"新兴县",445322:"郁南县",445323:"云安县",445381:"罗定市",445382:"其它区",45e4:"广西壮族自治区",450100:"南宁市",450102:"兴宁区",450103:"青秀区",450105:"江南区",450107:"西乡塘区",450108:"良庆区",450109:"邕宁区",450122:"武鸣县",450123:"隆安县",450124:"马山县",450125:"上林县",450126:"宾阳县",450127:"横县",450128:"其它区",450200:"柳州市",450202:"城中区",450203:"鱼峰区",450204:"柳南区",450205:"柳北区",450221:"柳江县",450222:"柳城县",450223:"鹿寨县",450224:"融安县",450225:"融水苗族自治县",450226:"三江侗族自治县",450227:"其它区",450300:"桂林市",450302:"秀峰区",450303:"叠彩区",450304:"象山区",450305:"七星区",450311:"雁山区",450321:"阳朔县",450322:"临桂区",450323:"灵川县",450324:"全州县",450325:"兴安县",450326:"永福县",450327:"灌阳县",450328:"龙胜各族自治县",450329:"资源县",450330:"平乐县",450331:"荔浦县",450332:"恭城瑶族自治县",450333:"其它区",450400:"梧州市",450403:"万秀区",450405:"长洲区",450406:"龙圩区",450421:"苍梧县",450422:"藤县",450423:"蒙山县",450481:"岑溪市",450482:"其它区",450500:"北海市",450502:"海城区",450503:"银海区",450512:"铁山港区",450521:"合浦县",450522:"其它区",450600:"防城港市",450602:"港口区",450603:"防城区",450621:"上思县",450681:"东兴市",450682:"其它区",450700:"钦州市",450702:"钦南区",450703:"钦北区",450721:"灵山县",450722:"浦北县",450723:"其它区",450800:"贵港市",450802:"港北区",450803:"港南区",450804:"覃塘区",450821:"平南县",450881:"桂平市",450882:"其它区",450900:"玉林市",450902:"玉州区",450903:"福绵区",450921:"容县",450922:"陆川县",450923:"博白县",450924:"兴业县",450981:"北流市",450982:"其它区",451e3:"百色市",451002:"右江区",451021:"田阳县",451022:"田东县",451023:"平果县",451024:"德保县",451025:"靖西县",451026:"那坡县",451027:"凌云县",451028:"乐业县",451029:"田林县",451030:"西林县",451031:"隆林各族自治县",451032:"其它区",451100:"贺州市",451102:"八步区",451119:"平桂管理区",451121:"昭平县",451122:"钟山县",451123:"富川瑶族自治县",451124:"其它区",451200:"河池市",451202:"金城江区",451221:"南丹县",451222:"天峨县",451223:"凤山县",451224:"东兰县",451225:"罗城仫佬族自治县",451226:"环江毛南族自治县",451227:"巴马瑶族自治县",451228:"都安瑶族自治县",451229:"大化瑶族自治县",451281:"宜州市",451282:"其它区",451300:"来宾市",451302:"兴宾区",451321:"忻城县",451322:"象州县",451323:"武宣县",451324:"金秀瑶族自治县",451381:"合山市",451382:"其它区",451400:"崇左市",451402:"江州区",451421:"扶绥县",451422:"宁明县",451423:"龙州县",451424:"大新县",451425:"天等县",451481:"凭祥市",451482:"其它区",46e4:"海南省",460100:"海口市",460105:"秀英区",460106:"龙华区",460107:"琼山区",460108:"美兰区",460109:"其它区",460200:"三亚市",460300:"三沙市",460321:"西沙群岛",460322:"南沙群岛",460323:"中沙群岛的岛礁及其海域",469001:"五指山市",469002:"琼海市",469003:"儋州市",469005:"文昌市",469006:"万宁市",469007:"东方市",469025:"定安县",469026:"屯昌县",469027:"澄迈县",469028:"临高县",469030:"白沙黎族自治县",469031:"昌江黎族自治县",469033:"乐东黎族自治县",469034:"陵水黎族自治县",469035:"保亭黎族苗族自治县",469036:"琼中黎族苗族自治县",471005:"其它区",5e5:"重庆",500100:"重庆市",500101:"万州区",500102:"涪陵区",500103:"渝中区",500104:"大渡口区",500105:"江北区",500106:"沙坪坝区",500107:"九龙坡区",500108:"南岸区",500109:"北碚区",500110:"万盛区",500111:"双桥区",500112:"渝北区",500113:"巴南区",500114:"黔江区",500115:"长寿区",500222:"綦江区",500223:"潼南县",500224:"铜梁县",500225:"大足区",500226:"荣昌县",500227:"璧山县",500228:"梁平县",500229:"城口县",500230:"丰都县",500231:"垫江县",500232:"武隆县",500233:"忠县",500234:"开县",500235:"云阳县",500236:"奉节县",500237:"巫山县",500238:"巫溪县",500240:"石柱土家族自治县",500241:"秀山土家族苗族自治县",500242:"酉阳土家族苗族自治县",500243:"彭水苗族土家族自治县",500381:"江津区",500382:"合川区",500383:"永川区",500384:"南川区",500385:"其它区",51e4:"四川省",510100:"成都市",510104:"锦江区",510105:"青羊区",510106:"金牛区",510107:"武侯区",510108:"成华区",510112:"龙泉驿区",510113:"青白江区",510114:"新都区",510115:"温江区",510121:"金堂县",510122:"双流县",510124:"郫县",510129:"大邑县",510131:"蒲江县",510132:"新津县",510181:"都江堰市",510182:"彭州市",510183:"邛崃市",510184:"崇州市",510185:"其它区",510300:"自贡市",510302:"自流井区",510303:"贡井区",510304:"大安区",510311:"沿滩区",510321:"荣县",510322:"富顺县",510323:"其它区",510400:"攀枝花市",510402:"东区",510403:"西区",510411:"仁和区",510421:"米易县",510422:"盐边县",510423:"其它区",510500:"泸州市",510502:"江阳区",510503:"纳溪区",510504:"龙马潭区",510521:"泸县",510522:"合江县",510524:"叙永县",510525:"古蔺县",510526:"其它区",510600:"德阳市",510603:"旌阳区",510623:"中江县",510626:"罗江县",510681:"广汉市",510682:"什邡市",510683:"绵竹市",510684:"其它区",510700:"绵阳市",510703:"涪城区",510704:"游仙区",510722:"三台县",510723:"盐亭县",510724:"安县",510725:"梓潼县",510726:"北川羌族自治县",510727:"平武县",510781:"江油市",510782:"其它区",510800:"广元市",510802:"利州区",510811:"昭化区",510812:"朝天区",510821:"旺苍县",510822:"青川县",510823:"剑阁县",510824:"苍溪县",510825:"其它区",510900:"遂宁市",510903:"船山区",510904:"安居区",510921:"蓬溪县",510922:"射洪县",510923:"大英县",510924:"其它区",511e3:"内江市",511002:"市中区",511011:"东兴区",511024:"威远县",511025:"资中县",511028:"隆昌县",511029:"其它区",511100:"乐山市",511102:"市中区",511111:"沙湾区",511112:"五通桥区",511113:"金口河区",511123:"犍为县",511124:"井研县",511126:"夹江县",511129:"沐川县",511132:"峨边彝族自治县",511133:"马边彝族自治县",511181:"峨眉山市",511182:"其它区",511300:"南充市",511302:"顺庆区",511303:"高坪区",511304:"嘉陵区",511321:"南部县",511322:"营山县",511323:"蓬安县",511324:"仪陇县",511325:"西充县",511381:"阆中市",511382:"其它区",511400:"眉山市",511402:"东坡区",511421:"仁寿县",511422:"彭山县",511423:"洪雅县",511424:"丹棱县",511425:"青神县",511426:"其它区",511500:"宜宾市",511502:"翠屏区",511521:"宜宾县",511522:"南溪区",511523:"江安县",511524:"长宁县",511525:"高县",511526:"珙县",511527:"筠连县",511528:"兴文县",511529:"屏山县",511530:"其它区",511600:"广安市",511602:"广安区",511603:"前锋区",511621:"岳池县",511622:"武胜县",511623:"邻水县",511681:"华蓥市",511683:"其它区",511700:"达州市",511702:"通川区",511721:"达川区",511722:"宣汉县",511723:"开江县",511724:"大竹县",511725:"渠县",511781:"万源市",511782:"其它区",511800:"雅安市",511802:"雨城区",511821:"名山区",511822:"荥经县",511823:"汉源县",511824:"石棉县",511825:"天全县",511826:"芦山县",511827:"宝兴县",511828:"其它区",511900:"巴中市",511902:"巴州区",511903:"恩阳区",511921:"通江县",511922:"南江县",511923:"平昌县",511924:"其它区",512e3:"资阳市",512002:"雁江区",512021:"安岳县",512022:"乐至县",512081:"简阳市",512082:"其它区",513200:"阿坝藏族羌族自治州",513221:"汶川县",513222:"理县",513223:"茂县",513224:"松潘县",513225:"九寨沟县",513226:"金川县",513227:"小金县",513228:"黑水县",513229:"马尔康县",513230:"壤塘县",513231:"阿坝县",513232:"若尔盖县",513233:"红原县",513234:"其它区",513300:"甘孜藏族自治州",513321:"康定县",513322:"泸定县",513323:"丹巴县",513324:"九龙县",513325:"雅江县",513326:"道孚县",513327:"炉霍县",513328:"甘孜县",513329:"新龙县",513330:"德格县",513331:"白玉县",513332:"石渠县",513333:"色达县",513334:"理塘县",513335:"巴塘县",513336:"乡城县",513337:"稻城县",513338:"得荣县",513339:"其它区",513400:"凉山彝族自治州",513401:"西昌市",513422:"木里藏族自治县",513423:"盐源县",513424:"德昌县",513425:"会理县",513426:"会东县",513427:"宁南县",513428:"普格县",513429:"布拖县",513430:"金阳县",513431:"昭觉县",513432:"喜德县",513433:"冕宁县",513434:"越西县",513435:"甘洛县",513436:"美姑县",513437:"雷波县",513438:"其它区",52e4:"贵州省",520100:"贵阳市",520102:"南明区",520103:"云岩区",520111:"花溪区",520112:"乌当区",520113:"白云区",520121:"开阳县",520122:"息烽县",520123:"修文县",520151:"观山湖区",520181:"清镇市",520182:"其它区",520200:"六盘水市",520201:"钟山区",520203:"六枝特区",520221:"水城县",520222:"盘县",520223:"其它区",520300:"遵义市",520302:"红花岗区",520303:"汇川区",520321:"遵义县",520322:"桐梓县",520323:"绥阳县",520324:"正安县",520325:"道真仡佬族苗族自治县",520326:"务川仡佬族苗族自治县",520327:"凤冈县",520328:"湄潭县",520329:"余庆县",520330:"习水县",520381:"赤水市",520382:"仁怀市",520383:"其它区",520400:"安顺市",520402:"西秀区",520421:"平坝县",520422:"普定县",520423:"镇宁布依族苗族自治县",520424:"关岭布依族苗族自治县",520425:"紫云苗族布依族自治县",520426:"其它区",522200:"铜仁市",522201:"碧江区",522222:"江口县",522223:"玉屏侗族自治县",522224:"石阡县",522225:"思南县",522226:"印江土家族苗族自治县",522227:"德江县",522228:"沿河土家族自治县",522229:"松桃苗族自治县",522230:"万山区",522231:"其它区",522300:"黔西南布依族苗族自治州",522301:"兴义市",522322:"兴仁县",522323:"普安县",522324:"晴隆县",522325:"贞丰县",522326:"望谟县",522327:"册亨县",522328:"安龙县",522329:"其它区",522400:"毕节市",522401:"七星关区",522422:"大方县",522423:"黔西县",522424:"金沙县",522425:"织金县",522426:"纳雍县",522427:"威宁彝族回族苗族自治县",522428:"赫章县",522429:"其它区",522600:"黔东南苗族侗族自治州",522601:"凯里市",522622:"黄平县",522623:"施秉县",522624:"三穗县",522625:"镇远县",522626:"岑巩县",522627:"天柱县",522628:"锦屏县",522629:"剑河县",522630:"台江县",522631:"黎平县",522632:"榕江县",522633:"从江县",522634:"雷山县",522635:"麻江县",522636:"丹寨县",522637:"其它区",522700:"黔南布依族苗族自治州",522701:"都匀市",522702:"福泉市",522722:"荔波县",522723:"贵定县",522725:"瓮安县",522726:"独山县",522727:"平塘县",522728:"罗甸县",522729:"长顺县",522730:"龙里县",522731:"惠水县",522732:"三都水族自治县",522733:"其它区",53e4:"云南省",530100:"昆明市",530102:"五华区",530103:"盘龙区",530111:"官渡区",530112:"西山区",530113:"东川区",530121:"呈贡区",530122:"晋宁县",530124:"富民县",530125:"宜良县",530126:"石林彝族自治县",530127:"嵩明县",530128:"禄劝彝族苗族自治县",530129:"寻甸回族彝族自治县",530181:"安宁市",530182:"其它区",530300:"曲靖市",530302:"麒麟区",530321:"马龙县",530322:"陆良县",530323:"师宗县",530324:"罗平县",530325:"富源县",530326:"会泽县",530328:"沾益县",530381:"宣威市",530382:"其它区",530400:"玉溪市",530402:"红塔区",530421:"江川县",530422:"澄江县",530423:"通海县",530424:"华宁县",530425:"易门县",530426:"峨山彝族自治县",530427:"新平彝族傣族自治县",530428:"元江哈尼族彝族傣族自治县",530429:"其它区",530500:"保山市",530502:"隆阳区",530521:"施甸县",530522:"腾冲县",530523:"龙陵县",530524:"昌宁县",530525:"其它区",530600:"昭通市",530602:"昭阳区",530621:"鲁甸县",530622:"巧家县",530623:"盐津县",530624:"大关县",530625:"永善县",530626:"绥江县",530627:"镇雄县",530628:"彝良县",530629:"威信县",530630:"水富县",530631:"其它区",530700:"丽江市",530702:"古城区",530721:"玉龙纳西族自治县",530722:"永胜县",530723:"华坪县",530724:"宁蒗彝族自治县",530725:"其它区",530800:"普洱市",530802:"思茅区",530821:"宁洱哈尼族彝族自治县",530822:"墨江哈尼族自治县",530823:"景东彝族自治县",530824:"景谷傣族彝族自治县",530825:"镇沅彝族哈尼族拉祜族自治县",530826:"江城哈尼族彝族自治县",530827:"孟连傣族拉祜族佤族自治县",530828:"澜沧拉祜族自治县",530829:"西盟佤族自治县",530830:"其它区",530900:"临沧市",530902:"临翔区",530921:"凤庆县",530922:"云县",530923:"永德县",530924:"镇康县",530925:"双江拉祜族佤族布朗族傣族自治县",530926:"耿马傣族佤族自治县",530927:"沧源佤族自治县",530928:"其它区",532300:"楚雄彝族自治州",532301:"楚雄市",532322:"双柏县",532323:"牟定县",532324:"南华县",532325:"姚安县",532326:"大姚县",532327:"永仁县",532328:"元谋县",532329:"武定县",532331:"禄丰县",532332:"其它区",532500:"红河哈尼族彝族自治州",532501:"个旧市",532502:"开远市",532522:"蒙自市",532523:"屏边苗族自治县",532524:"建水县",532525:"石屏县",532526:"弥勒市",532527:"泸西县",532528:"元阳县",532529:"红河县",532530:"金平苗族瑶族傣族自治县",532531:"绿春县",532532:"河口瑶族自治县",532533:"其它区",532600:"文山壮族苗族自治州",532621:"文山市",532622:"砚山县",532623:"西畴县",532624:"麻栗坡县",532625:"马关县",532626:"丘北县",532627:"广南县",532628:"富宁县",532629:"其它区",532800:"西双版纳傣族自治州",532801:"景洪市",532822:"勐海县",532823:"勐腊县",532824:"其它区",532900:"大理白族自治州",532901:"大理市",532922:"漾濞彝族自治县",532923:"祥云县",532924:"宾川县",532925:"弥渡县",532926:"南涧彝族自治县",532927:"巍山彝族回族自治县",532928:"永平县",532929:"云龙县",532930:"洱源县",532931:"剑川县",532932:"鹤庆县",532933:"其它区",533100:"德宏傣族景颇族自治州",533102:"瑞丽市",533103:"芒市",533122:"梁河县",533123:"盈江县",533124:"陇川县",533125:"其它区",533300:"怒江傈僳族自治州",533321:"泸水县",533323:"福贡县",533324:"贡山独龙族怒族自治县",533325:"兰坪白族普米族自治县",533326:"其它区",533400:"迪庆藏族自治州",533421:"香格里拉县",533422:"德钦县",533423:"维西傈僳族自治县",533424:"其它区",54e4:"西藏自治区",540100:"拉萨市",540102:"城关区",540121:"林周县",540122:"当雄县",540123:"尼木县",540124:"曲水县",540125:"堆龙德庆县",540126:"达孜县",540127:"墨竹工卡县",540128:"其它区",542100:"昌都地区",542121:"昌都县",542122:"江达县",542123:"贡觉县",542124:"类乌齐县",542125:"丁青县",542126:"察雅县",542127:"八宿县",542128:"左贡县",542129:"芒康县",542132:"洛隆县",542133:"边坝县",542134:"其它区",542200:"山南地区",542221:"乃东县",542222:"扎囊县",542223:"贡嘎县",542224:"桑日县",542225:"琼结县",542226:"曲松县",542227:"措美县",542228:"洛扎县",542229:"加查县",542231:"隆子县",542232:"错那县",542233:"浪卡子县",542234:"其它区",542300:"日喀则地区",542301:"日喀则市",542322:"南木林县",542323:"江孜县",542324:"定日县",542325:"萨迦县",542326:"拉孜县",542327:"昂仁县",542328:"谢通门县",542329:"白朗县",542330:"仁布县",542331:"康马县",542332:"定结县",542333:"仲巴县",542334:"亚东县",542335:"吉隆县",542336:"聂拉木县",542337:"萨嘎县",542338:"岗巴县",542339:"其它区",542400:"那曲地区",542421:"那曲县",542422:"嘉黎县",542423:"比如县",542424:"聂荣县",542425:"安多县",542426:"申扎县",542427:"索县",542428:"班戈县",542429:"巴青县",542430:"尼玛县",542431:"其它区",542432:"双湖县",542500:"阿里地区",542521:"普兰县",542522:"札达县",542523:"噶尔县",542524:"日土县",542525:"革吉县",542526:"改则县",542527:"措勤县",542528:"其它区",542600:"林芝地区",542621:"林芝县",542622:"工布江达县",542623:"米林县",542624:"墨脱县",542625:"波密县",542626:"察隅县",542627:"朗县",542628:"其它区",61e4:"陕西省",610100:"西安市",610102:"新城区",610103:"碑林区",610104:"莲湖区",610111:"灞桥区",610112:"未央区",610113:"雁塔区",610114:"阎良区",610115:"临潼区",610116:"长安区",610122:"蓝田县",610124:"周至县",610125:"户县",610126:"高陵县",610127:"其它区",610200:"铜川市",610202:"王益区",610203:"印台区",610204:"耀州区",610222:"宜君县",610223:"其它区",610300:"宝鸡市",610302:"渭滨区",610303:"金台区",610304:"陈仓区",610322:"凤翔县",610323:"岐山县",610324:"扶风县",610326:"眉县",610327:"陇县",610328:"千阳县",610329:"麟游县",610330:"凤县",610331:"太白县",610332:"其它区",610400:"咸阳市",610402:"秦都区",610403:"杨陵区",610404:"渭城区",610422:"三原县",610423:"泾阳县",610424:"乾县",610425:"礼泉县",610426:"永寿县",610427:"彬县",610428:"长武县",610429:"旬邑县",610430:"淳化县",610431:"武功县",610481:"兴平市",610482:"其它区",610500:"渭南市",610502:"临渭区",610521:"华县",610522:"潼关县",610523:"大荔县",610524:"合阳县",610525:"澄城县",610526:"蒲城县",610527:"白水县",610528:"富平县",610581:"韩城市",610582:"华阴市",610583:"其它区",610600:"延安市",610602:"宝塔区",610621:"延长县",610622:"延川县",610623:"子长县",610624:"安塞县",610625:"志丹县",610626:"吴起县",610627:"甘泉县",610628:"富县",610629:"洛川县",610630:"宜川县",610631:"黄龙县",610632:"黄陵县",610633:"其它区",610700:"汉中市",610702:"汉台区",610721:"南郑县",610722:"城固县",610723:"洋县",610724:"西乡县",610725:"勉县",610726:"宁强县",610727:"略阳县",610728:"镇巴县",610729:"留坝县",610730:"佛坪县",610731:"其它区",610800:"榆林市",610802:"榆阳区",610821:"神木县",610822:"府谷县",610823:"横山县",610824:"靖边县",610825:"定边县",610826:"绥德县",610827:"米脂县",610828:"佳县",610829:"吴堡县",610830:"清涧县",610831:"子洲县",610832:"其它区",610900:"安康市",610902:"汉滨区",610921:"汉阴县",610922:"石泉县",610923:"宁陕县",610924:"紫阳县",610925:"岚皋县",610926:"平利县",610927:"镇坪县",610928:"旬阳县",610929:"白河县",610930:"其它区",611e3:"商洛市",611002:"商州区",611021:"洛南县",611022:"丹凤县",611023:"商南县",611024:"山阳县",611025:"镇安县",611026:"柞水县",611027:"其它区",62e4:"甘肃省",620100:"兰州市",620102:"城关区",620103:"七里河区",620104:"西固区",620105:"安宁区",620111:"红古区",620121:"永登县",620122:"皋兰县",620123:"榆中县",620124:"其它区",620200:"嘉峪关市",620300:"金昌市",620302:"金川区",620321:"永昌县",620322:"其它区",620400:"白银市",620402:"白银区",620403:"平川区",620421:"靖远县",620422:"会宁县",620423:"景泰县",620424:"其它区",620500:"天水市",620502:"秦州区",620503:"麦积区",620521:"清水县",620522:"秦安县",620523:"甘谷县",620524:"武山县",620525:"张家川回族自治县",620526:"其它区",620600:"武威市",620602:"凉州区",620621:"民勤县",620622:"古浪县",620623:"天祝藏族自治县",620624:"其它区",620700:"张掖市",620702:"甘州区",620721:"肃南裕固族自治县",620722:"民乐县",620723:"临泽县",620724:"高台县",620725:"山丹县",620726:"其它区",620800:"平凉市",620802:"崆峒区",620821:"泾川县",620822:"灵台县",620823:"崇信县",620824:"华亭县",620825:"庄浪县",620826:"静宁县",620827:"其它区",620900:"酒泉市",620902:"肃州区",620921:"金塔县",620922:"瓜州县",620923:"肃北蒙古族自治县",620924:"阿克塞哈萨克族自治县",620981:"玉门市",620982:"敦煌市",620983:"其它区",621e3:"庆阳市",621002:"西峰区",621021:"庆城县",621022:"环县",621023:"华池县",621024:"合水县",621025:"正宁县",621026:"宁县",621027:"镇原县",621028:"其它区",621100:"定西市",621102:"安定区",621121:"通渭县",621122:"陇西县",621123:"渭源县",621124:"临洮县",621125:"漳县",621126:"岷县",621127:"其它区",621200:"陇南市",621202:"武都区",621221:"成县",621222:"文县",621223:"宕昌县",621224:"康县",621225:"西和县",621226:"礼县",621227:"徽县",621228:"两当县",621229:"其它区",622900:"临夏回族自治州",622901:"临夏市",622921:"临夏县",622922:"康乐县",622923:"永靖县",622924:"广河县",622925:"和政县",622926:"东乡族自治县",622927:"积石山保安族东乡族撒拉族自治县",622928:"其它区",623e3:"甘南藏族自治州",623001:"合作市",623021:"临潭县",623022:"卓尼县",623023:"舟曲县",623024:"迭部县",623025:"玛曲县",623026:"碌曲县",623027:"夏河县",623028:"其它区",63e4:"青海省",630100:"西宁市",630102:"城东区",630103:"城中区",630104:"城西区",630105:"城北区",630121:"大通回族土族自治县",630122:"湟中县",630123:"湟源县",630124:"其它区",632100:"海东市",632121:"平安县",632122:"民和回族土族自治县",632123:"乐都区",632126:"互助土族自治县",632127:"化隆回族自治县",632128:"循化撒拉族自治县",632129:"其它区",632200:"海北藏族自治州",632221:"门源回族自治县",632222:"祁连县",632223:"海晏县",632224:"刚察县",632225:"其它区",632300:"黄南藏族自治州",632321:"同仁县",632322:"尖扎县",632323:"泽库县",632324:"河南蒙古族自治县",632325:"其它区",632500:"海南藏族自治州",632521:"共和县",632522:"同德县",632523:"贵德县",632524:"兴海县",632525:"贵南县",632526:"其它区",632600:"果洛藏族自治州",632621:"玛沁县",632622:"班玛县",632623:"甘德县",632624:"达日县",632625:"久治县",632626:"玛多县",632627:"其它区",632700:"玉树藏族自治州",632721:"玉树市",632722:"杂多县",632723:"称多县",632724:"治多县",632725:"囊谦县",632726:"曲麻莱县",632727:"其它区",632800:"海西蒙古族藏族自治州",632801:"格尔木市",632802:"德令哈市",632821:"乌兰县",632822:"都兰县",632823:"天峻县",632824:"其它区",64e4:"宁夏回族自治区",640100:"银川市",640104:"兴庆区",640105:"西夏区",640106:"金凤区",640121:"永宁县",640122:"贺兰县",640181:"灵武市",640182:"其它区",640200:"石嘴山市",640202:"大武口区",640205:"惠农区",640221:"平罗县",640222:"其它区",640300:"吴忠市",640302:"利通区",640303:"红寺堡区",640323:"盐池县",640324:"同心县",640381:"青铜峡市",640382:"其它区",640400:"固原市",640402:"原州区",640422:"西吉县",640423:"隆德县",640424:"泾源县",640425:"彭阳县",640426:"其它区",640500:"中卫市",640502:"沙坡头区",640521:"中宁县",640522:"海原县",640523:"其它区",65e4:"新疆维吾尔自治区",650100:"乌鲁木齐市",650102:"天山区",650103:"沙依巴克区",650104:"新市区",650105:"水磨沟区",650106:"头屯河区",650107:"达坂城区",650109:"米东区",650121:"乌鲁木齐县",650122:"其它区",650200:"克拉玛依市",650202:"独山子区",650203:"克拉玛依区",650204:"白碱滩区",650205:"乌尔禾区",650206:"其它区",652100:"吐鲁番地区",652101:"吐鲁番市",652122:"鄯善县",652123:"托克逊县",652124:"其它区",652200:"哈密地区",652201:"哈密市",652222:"巴里坤哈萨克自治县",652223:"伊吾县",652224:"其它区",652300:"昌吉回族自治州",652301:"昌吉市",652302:"阜康市",652323:"呼图壁县",652324:"玛纳斯县",652325:"奇台县",652327:"吉木萨尔县",652328:"木垒哈萨克自治县",652329:"其它区",652700:"博尔塔拉蒙古自治州",652701:"博乐市",652702:"阿拉山口市",652722:"精河县",652723:"温泉县",652724:"其它区",652800:"巴音郭楞蒙古自治州",652801:"库尔勒市",652822:"轮台县",652823:"尉犁县",652824:"若羌县",652825:"且末县",652826:"焉耆回族自治县",652827:"和静县",652828:"和硕县",652829:"博湖县",652830:"其它区",652900:"阿克苏地区",652901:"阿克苏市",652922:"温宿县",652923:"库车县",652924:"沙雅县",652925:"新和县",652926:"拜城县",652927:"乌什县",652928:"阿瓦提县",652929:"柯坪县",652930:"其它区",653e3:"克孜勒苏柯尔克孜自治州",653001:"阿图什市",653022:"阿克陶县",653023:"阿合奇县",653024:"乌恰县",653025:"其它区",653100:"喀什地区",653101:"喀什市",653121:"疏附县",653122:"疏勒县",653123:"英吉沙县",653124:"泽普县",653125:"莎车县",653126:"叶城县",653127:"麦盖提县",653128:"岳普湖县",653129:"伽师县",653130:"巴楚县",653131:"塔什库尔干塔吉克自治县",653132:"其它区",653200:"和田地区",653201:"和田市",653221:"和田县",653222:"墨玉县",653223:"皮山县",653224:"洛浦县",653225:"策勒县",653226:"于田县",653227:"民丰县",653228:"其它区",654e3:"伊犁哈萨克自治州",654002:"伊宁市",654003:"奎屯市",654021:"伊宁县",654022:"察布查尔锡伯自治县",654023:"霍城县",654024:"巩留县",654025:"新源县",654026:"昭苏县",654027:"特克斯县",654028:"尼勒克县",654029:"其它区",654200:"塔城地区",654201:"塔城市",654202:"乌苏市",654221:"额敏县",654223:"沙湾县",654224:"托里县",654225:"裕民县",654226:"和布克赛尔蒙古自治县",654227:"其它区",654300:"阿勒泰地区",654301:"阿勒泰市",654321:"布尔津县",654322:"富蕴县",654323:"福海县",654324:"哈巴河县",654325:"青河县",654326:"吉木乃县",654327:"其它区",659001:"石河子市",659002:"阿拉尔市",659003:"图木舒克市",659004:"五家渠市",71e4:"台湾",710100:"台北市",710101:"中正区",710102:"大同区",710103:"中山区",710104:"松山区",710105:"大安区",710106:"万华区",710107:"信义区",710108:"士林区",710109:"北投区",710110:"内湖区",710111:"南港区",710112:"文山区",710113:"其它区",710200:"高雄市",710201:"新兴区",710202:"前金区",710203:"芩雅区",710204:"盐埕区",710205:"鼓山区",710206:"旗津区",710207:"前镇区",710208:"三民区",710209:"左营区",710210:"楠梓区",710211:"小港区",710212:"其它区",710241:"苓雅区",710242:"仁武区",710243:"大社区",710244:"冈山区",710245:"路竹区",710246:"阿莲区",710247:"田寮区",710248:"燕巢区",710249:"桥头区",710250:"梓官区",710251:"弥陀区",710252:"永安区",710253:"湖内区",710254:"凤山区",710255:"大寮区",710256:"林园区",710257:"鸟松区",710258:"大树区",710259:"旗山区",710260:"美浓区",710261:"六龟区",710262:"内门区",710263:"杉林区",710264:"甲仙区",710265:"桃源区",710266:"那玛夏区",710267:"茂林区",710268:"茄萣区",710300:"台南市",710301:"中西区",710302:"东区",710303:"南区",710304:"北区",710305:"安平区",710306:"安南区",710307:"其它区",710339:"永康区",710340:"归仁区",710341:"新化区",710342:"左镇区",710343:"玉井区",710344:"楠西区",710345:"南化区",710346:"仁德区",710347:"关庙区",710348:"龙崎区",710349:"官田区",710350:"麻豆区",710351:"佳里区",710352:"西港区",710353:"七股区",710354:"将军区",710355:"学甲区",710356:"北门区",710357:"新营区",710358:"后壁区",710359:"白河区",710360:"东山区",710361:"六甲区",710362:"下营区",710363:"柳营区",710364:"盐水区",710365:"善化区",710366:"大内区",710367:"山上区",710368:"新市区",710369:"安定区",710400:"台中市",710401:"中区",710402:"东区",710403:"南区",710404:"西区",710405:"北区",710406:"北屯区",710407:"西屯区",710408:"南屯区",710409:"其它区",710431:"太平区",710432:"大里区",710433:"雾峰区",710434:"乌日区",710435:"丰原区",710436:"后里区",710437:"石冈区",710438:"东势区",710439:"和平区",710440:"新社区",710441:"潭子区",710442:"大雅区",710443:"神冈区",710444:"大肚区",710445:"沙鹿区",710446:"龙井区",710447:"梧栖区",710448:"清水区",710449:"大甲区",710450:"外埔区",710451:"大安区",710500:"金门县",710507:"金沙镇",710508:"金湖镇",710509:"金宁乡",710510:"金城镇",710511:"烈屿乡",710512:"乌坵乡",710600:"南投县",710614:"南投市",710615:"中寮乡",710616:"草屯镇",710617:"国姓乡",710618:"埔里镇",710619:"仁爱乡",710620:"名间乡",710621:"集集镇",710622:"水里乡",710623:"鱼池乡",710624:"信义乡",710625:"竹山镇",710626:"鹿谷乡",710700:"基隆市",710701:"仁爱区",710702:"信义区",710703:"中正区",710704:"中山区",710705:"安乐区",710706:"暖暖区",710707:"七堵区",710708:"其它区",710800:"新竹市",710801:"东区",710802:"北区",710803:"香山区",710804:"其它区",710900:"嘉义市",710901:"东区",710902:"西区",710903:"其它区",711100:"新北市",711130:"万里区",711131:"金山区",711132:"板桥区",711133:"汐止区",711134:"深坑区",711135:"石碇区",711136:"瑞芳区",711137:"平溪区",711138:"双溪区",711139:"贡寮区",711140:"新店区",711141:"坪林区",711142:"乌来区",711143:"永和区",711144:"中和区",711145:"土城区",711146:"三峡区",711147:"树林区",711148:"莺歌区",711149:"三重区",711150:"新庄区",711151:"泰山区",711152:"林口区",711153:"芦洲区",711154:"五股区",711155:"八里区",711156:"淡水区",711157:"三芝区",711158:"石门区",711200:"宜兰县",711214:"宜兰市",711215:"头城镇",711216:"礁溪乡",711217:"壮围乡",711218:"员山乡",711219:"罗东镇",711220:"三星乡",711221:"大同乡",711222:"五结乡",711223:"冬山乡",711224:"苏澳镇",711225:"南澳乡",711226:"钓鱼台",711300:"新竹县",711314:"竹北市",711315:"湖口乡",711316:"新丰乡",711317:"新埔镇",711318:"关西镇",711319:"芎林乡",711320:"宝山乡",711321:"竹东镇",711322:"五峰乡",711323:"横山乡",711324:"尖石乡",711325:"北埔乡",711326:"峨眉乡",711400:"桃园县",711414:"中坜市",711415:"平镇市",711416:"龙潭乡",711417:"杨梅市",711418:"新屋乡",711419:"观音乡",711420:"桃园市",711421:"龟山乡",711422:"八德市",711423:"大溪镇",711424:"复兴乡",711425:"大园乡",711426:"芦竹乡",711500:"苗栗县",711519:"竹南镇",711520:"头份镇",711521:"三湾乡",711522:"南庄乡",711523:"狮潭乡",711524:"后龙镇",711525:"通霄镇",711526:"苑里镇",711527:"苗栗市",711528:"造桥乡",711529:"头屋乡",711530:"公馆乡",711531:"大湖乡",711532:"泰安乡",711533:"铜锣乡",711534:"三义乡",711535:"西湖乡",711536:"卓兰镇",711700:"彰化县",711727:"彰化市",711728:"芬园乡",711729:"花坛乡",711730:"秀水乡",711731:"鹿港镇",711732:"福兴乡",711733:"线西乡",711734:"和美镇",711735:"伸港乡",711736:"员林镇",711737:"社头乡",711738:"永靖乡",711739:"埔心乡",711740:"溪湖镇",711741:"大村乡",711742:"埔盐乡",711743:"田中镇",711744:"北斗镇",711745:"田尾乡",711746:"埤头乡",711747:"溪州乡",711748:"竹塘乡",711749:"二林镇",711750:"大城乡",711751:"芳苑乡",711752:"二水乡",711900:"嘉义县",711919:"番路乡",711920:"梅山乡",711921:"竹崎乡",711922:"阿里山乡",711923:"中埔乡",711924:"大埔乡",711925:"水上乡",711926:"鹿草乡",711927:"太保市",711928:"朴子市",711929:"东石乡",711930:"六脚乡",711931:"新港乡",711932:"民雄乡",711933:"大林镇",711934:"溪口乡",711935:"义竹乡",711936:"布袋镇",712100:"云林县",712121:"斗南镇",712122:"大埤乡",712123:"虎尾镇",712124:"土库镇",712125:"褒忠乡",712126:"东势乡",712127:"台西乡",712128:"仑背乡",712129:"麦寮乡",712130:"斗六市",712131:"林内乡",712132:"古坑乡",712133:"莿桐乡",712134:"西螺镇",712135:"二仑乡",712136:"北港镇",712137:"水林乡",712138:"口湖乡",712139:"四湖乡",712140:"元长乡",712400:"屏东县",712434:"屏东市",712435:"三地门乡",712436:"雾台乡",712437:"玛家乡",712438:"九如乡",712439:"里港乡",712440:"高树乡",712441:"盐埔乡",712442:"长治乡",712443:"麟洛乡",712444:"竹田乡",712445:"内埔乡",712446:"万丹乡",712447:"潮州镇",712448:"泰武乡",712449:"来义乡",712450:"万峦乡",712451:"崁顶乡",712452:"新埤乡",712453:"南州乡",712454:"林边乡",712455:"东港镇",712456:"琉球乡",712457:"佳冬乡",712458:"新园乡",712459:"枋寮乡",712460:"枋山乡",712461:"春日乡",712462:"狮子乡",712463:"车城乡",712464:"牡丹乡",712465:"恒春镇",712466:"满州乡",712500:"台东县",712517:"台东市",712518:"绿岛乡",712519:"兰屿乡",712520:"延平乡",712521:"卑南乡",712522:"鹿野乡",712523:"关山镇",712524:"海端乡",712525:"池上乡",712526:"东河乡",712527:"成功镇",712528:"长滨乡",712529:"金峰乡",712530:"大武乡",712531:"达仁乡",712532:"太麻里乡",712600:"花莲县",712615:"花莲市",712616:"新城乡",712617:"太鲁阁",712618:"秀林乡",712619:"吉安乡",712620:"寿丰乡",712621:"凤林镇",712622:"光复乡",712623:"丰滨乡",712624:"瑞穗乡",712625:"万荣乡",712626:"玉里镇",712627:"卓溪乡",712628:"富里乡",712700:"澎湖县",712707:"马公市",712708:"西屿乡",712709:"望安乡",712710:"七美乡",712711:"白沙乡",712712:"湖西乡",712800:"连江县",712805:"南竿乡",712806:"北竿乡",712807:"莒光乡",712808:"东引乡",81e4:"香港特别行政区",810100:"香港岛",810101:"中西区",810102:"湾仔",810103:"东区",810104:"南区",810200:"九龙",810201:"九龙城区",810202:"油尖旺区",810203:"深水埗区",810204:"黄大仙区",810205:"观塘区",810300:"新界",810301:"北区",810302:"大埔区",810303:"沙田区",810304:"西贡区",810305:"元朗区",810306:"屯门区",810307:"荃湾区",810308:"葵青区",810309:"离岛区",82e4:"澳门特别行政区",820100:"澳门半岛",820200:"离岛",99e4:"海外",990100:"海外"};function r(e){for(var t,n={},r=0;r<e.length;r++)t=e[r],t&&t.id&&(n[t.id]=t);for(var i=[],o=0;o<e.length;o++)if(t=e[o],t)if(void 0!=t.pid||void 0!=t.parentId){var a=n[t.pid]||n[t.parentId];a&&(a.children||(a.children=[]),a.children.push(t))}else i.push(t);return i}var i=function(){var e=[];for(var t in n){var i="0000"===t.slice(2,6)?void 0:"00"==t.slice(4,6)?t.slice(0,2)+"0000":t.slice(0,4)+"00";e.push({id:t,pid:i,name:n[t]})}return r(e)}();e.exports=i},function(e,t,n){var r=n(18);e.exports={d4:function(){return this.natural(1,4)},d6:function(){return this.natural(1,6)},d8:function(){return this.natural(1,8)},d12:function(){return this.natural(1,12)},d20:function(){return this.natural(1,20)},d100:function(){return this.natural(1,100)},guid:function(){var e="abcdefABCDEF1234567890",t=this.string(e,8)+"-"+this.string(e,4)+"-"+this.string(e,4)+"-"+this.string(e,4)+"-"+this.string(e,12);return t},uuid:function(){return this.guid()},id:function(){var e,t=0,n=["7","9","10","5","8","4","2","1","6","3","7","9","10","5","8","4","2"],i=["1","0","X","9","8","7","6","5","4","3","2"];e=this.pick(r).id+this.date("yyyyMMdd")+this.string("number",3);for(var o=0;o<e.length;o++)t+=e[o]*n[o];return e+=i[t%11],e},increment:function(){var e=0;return function(t){return e+=+t||1}}(),inc:function(e){return this.increment(e)}}},function(e,t,n){var r=n(21),i=n(22);e.exports={Parser:r,Handler:i}},function(e,t){function n(e){this.type=e,this.offset=n.offset(),this.text=n.text()}function r(e,t){n.call(this,"alternate"),this.left=e,this.right=t}function i(e){n.call(this,"match"),this.body=e.filter(Boolean)}function o(e,t){n.call(this,e),this.body=t}function a(e){o.call(this,"capture-group"),this.index=y[this.offset]||(y[this.offset]=m++),this.body=e}function s(e,t){n.call(this,"quantified"),this.body=e,this.quantifier=t}function l(e,t){n.call(this,"quantifier"),this.min=e,this.max=t,this.greedy=!0}function u(e,t){n.call(this,"charset"),this.invert=e,this.body=t}function c(e,t){n.call(this,"range"),this.start=e,this.end=t}function A(e){n.call(this,"literal"),this.body=e,this.escaped=this.body!=this.text}function h(e){n.call(this,"unicode"),this.code=e.toUpperCase()}function d(e){n.call(this,"hex"),this.code=e.toUpperCase()}function f(e){n.call(this,"octal"),this.code=e.toUpperCase()}function p(e){n.call(this,"back-reference"),this.code=e.toUpperCase()}function g(e){n.call(this,"control-character"),this.code=e.toUpperCase()}var v=function(){function e(e,t){function n(){this.constructor=e}n.prototype=t.prototype,e.prototype=new n}function t(e,t,n,r,i){function o(e,t){function n(e){function t(e){return e.charCodeAt(0).toString(16).toUpperCase()}return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\x08/g,"\\b").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\f/g,"\\f").replace(/\r/g,"\\r").replace(/[\x00-\x07\x0B\x0E\x0F]/g,(function(e){return"\\x0"+t(e)})).replace(/[\x10-\x1F\x80-\xFF]/g,(function(e){return"\\x"+t(e)})).replace(/[\u0180-\u0FFF]/g,(function(e){return"\\u0"+t(e)})).replace(/[\u1080-\uFFFF]/g,(function(e){return"\\u"+t(e)}))}var r,i;switch(e.length){case 0:r="end of input";break;case 1:r=e[0];break;default:r=e.slice(0,-1).join(", ")+" or "+e[e.length-1]}return i=t?'"'+n(t)+'"':"end of input","Expected "+r+" but "+i+" found."}this.expected=e,this.found=t,this.offset=n,this.line=r,this.column=i,this.name="SyntaxError",this.message=o(e,t)}function v(e){function v(){return e.substring($n,Zn)}function m(){return $n}function y(t){function n(t,n,r){var i,o;for(i=n;r>i;i++)o=e.charAt(i),"\n"===o?(t.seenCR||t.line++,t.column=1,t.seenCR=!1):"\r"===o||"\u2028"===o||"\u2029"===o?(t.line++,t.column=1,t.seenCR=!0):(t.column++,t.seenCR=!1)}return er!==t&&(er>t&&(er=0,tr={line:1,column:1,seenCR:!1}),n(tr,er,t),er=t),tr}function x(e){nr>Zn||(Zn>nr&&(nr=Zn,rr=[]),rr.push(e))}function w(e){var t=0;for(e.sort();t<e.length;)e[t-1]===e[t]?e.splice(t,1):t++}function _(){var t,n,r,i,o;return t=Zn,n=b(),null!==n?(r=Zn,124===e.charCodeAt(Zn)?(i=Ce,Zn++):(i=null,0===ir&&x(Se)),null!==i?(o=_(),null!==o?(i=[i,o],r=i):(Zn=r,r=be)):(Zn=r,r=be),null===r&&(r=Be),null!==r?($n=t,n=Ee(n,r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function b(){var e,t,n,r,i;if(e=Zn,t=C(),null===t&&(t=Be),null!==t)if(n=Zn,ir++,r=M(),ir--,null===r?n=Be:(Zn=n,n=be),null!==n){for(r=[],i=E(),null===i&&(i=B());null!==i;)r.push(i),i=E(),null===i&&(i=B());null!==r?(i=S(),null===i&&(i=Be),null!==i?($n=e,t=Me(t,r,i),null===t?(Zn=e,e=t):e=t):(Zn=e,e=be)):(Zn=e,e=be)}else Zn=e,e=be;else Zn=e,e=be;return e}function B(){var e;return e=k(),null===e&&(e=V(),null===e&&(e=X())),e}function C(){var t,n;return t=Zn,94===e.charCodeAt(Zn)?(n=Ie,Zn++):(n=null,0===ir&&x(Te)),null!==n&&($n=t,n=De()),null===n?(Zn=t,t=n):t=n,t}function S(){var t,n;return t=Zn,36===e.charCodeAt(Zn)?(n=Fe,Zn++):(n=null,0===ir&&x(Qe)),null!==n&&($n=t,n=Le()),null===n?(Zn=t,t=n):t=n,t}function E(){var e,t,n;return e=Zn,t=B(),null!==t?(n=M(),null!==n?($n=e,t=Ue(t,n),null===t?(Zn=e,e=t):e=t):(Zn=e,e=be)):(Zn=e,e=be),e}function M(){var e,t,n;return ir++,e=Zn,t=I(),null!==t?(n=O(),null===n&&(n=Be),null!==n?($n=e,t=Ne(t,n),null===t?(Zn=e,e=t):e=t):(Zn=e,e=be)):(Zn=e,e=be),ir--,null===e&&(t=null,0===ir&&x(Oe)),e}function I(){var e;return e=T(),null===e&&(e=D(),null===e&&(e=F(),null===e&&(e=Q(),null===e&&(e=L(),null===e&&(e=U()))))),e}function T(){var t,n,r,i,o,a;return t=Zn,123===e.charCodeAt(Zn)?(n=ke,Zn++):(n=null,0===ir&&x(Pe)),null!==n?(r=N(),null!==r?(44===e.charCodeAt(Zn)?(i=He,Zn++):(i=null,0===ir&&x(Re)),null!==i?(o=N(),null!==o?(125===e.charCodeAt(Zn)?(a=ze,Zn++):(a=null,0===ir&&x(Ve)),null!==a?($n=t,n=Ke(r,o),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be),t}function D(){var t,n,r,i;return t=Zn,123===e.charCodeAt(Zn)?(n=ke,Zn++):(n=null,0===ir&&x(Pe)),null!==n?(r=N(),null!==r?(e.substr(Zn,2)===Ge?(i=Ge,Zn+=2):(i=null,0===ir&&x(je)),null!==i?($n=t,n=We(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be),t}function F(){var t,n,r,i;return t=Zn,123===e.charCodeAt(Zn)?(n=ke,Zn++):(n=null,0===ir&&x(Pe)),null!==n?(r=N(),null!==r?(125===e.charCodeAt(Zn)?(i=ze,Zn++):(i=null,0===ir&&x(Ve)),null!==i?($n=t,n=Xe(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be),t}function Q(){var t,n;return t=Zn,43===e.charCodeAt(Zn)?(n=Ye,Zn++):(n=null,0===ir&&x(qe)),null!==n&&($n=t,n=Je()),null===n?(Zn=t,t=n):t=n,t}function L(){var t,n;return t=Zn,42===e.charCodeAt(Zn)?(n=Ze,Zn++):(n=null,0===ir&&x($e)),null!==n&&($n=t,n=et()),null===n?(Zn=t,t=n):t=n,t}function U(){var t,n;return t=Zn,63===e.charCodeAt(Zn)?(n=tt,Zn++):(n=null,0===ir&&x(nt)),null!==n&&($n=t,n=rt()),null===n?(Zn=t,t=n):t=n,t}function O(){var t;return 63===e.charCodeAt(Zn)?(t=tt,Zn++):(t=null,0===ir&&x(nt)),t}function N(){var t,n,r;if(t=Zn,n=[],it.test(e.charAt(Zn))?(r=e.charAt(Zn),Zn++):(r=null,0===ir&&x(ot)),null!==r)for(;null!==r;)n.push(r),it.test(e.charAt(Zn))?(r=e.charAt(Zn),Zn++):(r=null,0===ir&&x(ot));else n=be;return null!==n&&($n=t,n=at(n)),null===n?(Zn=t,t=n):t=n,t}function k(){var t,n,r,i;return t=Zn,40===e.charCodeAt(Zn)?(n=st,Zn++):(n=null,0===ir&&x(lt)),null!==n?(r=R(),null===r&&(r=z(),null===r&&(r=H(),null===r&&(r=P()))),null!==r?(41===e.charCodeAt(Zn)?(i=ut,Zn++):(i=null,0===ir&&x(ct)),null!==i?($n=t,n=At(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be),t}function P(){var e,t;return e=Zn,t=_(),null!==t&&($n=e,t=ht(t)),null===t?(Zn=e,e=t):e=t,e}function H(){var t,n,r;return t=Zn,e.substr(Zn,2)===dt?(n=dt,Zn+=2):(n=null,0===ir&&x(ft)),null!==n?(r=_(),null!==r?($n=t,n=pt(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function R(){var t,n,r;return t=Zn,e.substr(Zn,2)===gt?(n=gt,Zn+=2):(n=null,0===ir&&x(vt)),null!==n?(r=_(),null!==r?($n=t,n=mt(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function z(){var t,n,r;return t=Zn,e.substr(Zn,2)===yt?(n=yt,Zn+=2):(n=null,0===ir&&x(xt)),null!==n?(r=_(),null!==r?($n=t,n=wt(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function V(){var t,n,r,i,o;if(ir++,t=Zn,91===e.charCodeAt(Zn)?(n=bt,Zn++):(n=null,0===ir&&x(Bt)),null!==n)if(94===e.charCodeAt(Zn)?(r=Ie,Zn++):(r=null,0===ir&&x(Te)),null===r&&(r=Be),null!==r){for(i=[],o=K(),null===o&&(o=G());null!==o;)i.push(o),o=K(),null===o&&(o=G());null!==i?(93===e.charCodeAt(Zn)?(o=Ct,Zn++):(o=null,0===ir&&x(St)),null!==o?($n=t,n=Et(r,i),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)}else Zn=t,t=be;else Zn=t,t=be;return ir--,null===t&&(n=null,0===ir&&x(_t)),t}function K(){var t,n,r,i;return ir++,t=Zn,n=G(),null!==n?(45===e.charCodeAt(Zn)?(r=It,Zn++):(r=null,0===ir&&x(Tt)),null!==r?(i=G(),null!==i?($n=t,n=Dt(n,i),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be)):(Zn=t,t=be),ir--,null===t&&(n=null,0===ir&&x(Mt)),t}function G(){var e;return ir++,e=W(),null===e&&(e=j()),ir--,null===e&&(null,0===ir&&x(Ft)),e}function j(){var t,n;return t=Zn,Qt.test(e.charAt(Zn))?(n=e.charAt(Zn),Zn++):(n=null,0===ir&&x(Lt)),null!==n&&($n=t,n=Ut(n)),null===n?(Zn=t,t=n):t=n,t}function W(){var e;return e=Z(),null===e&&(e=he(),null===e&&(e=te(),null===e&&(e=ne(),null===e&&(e=re(),null===e&&(e=ie(),null===e&&(e=oe(),null===e&&(e=ae(),null===e&&(e=se(),null===e&&(e=le(),null===e&&(e=ue(),null===e&&(e=ce(),null===e&&(e=Ae(),null===e&&(e=fe(),null===e&&(e=pe(),null===e&&(e=ge(),null===e&&(e=ve(),null===e&&(e=me()))))))))))))))))),e}function X(){var e;return e=Y(),null===e&&(e=J(),null===e&&(e=q())),e}function Y(){var t,n;return t=Zn,46===e.charCodeAt(Zn)?(n=Ot,Zn++):(n=null,0===ir&&x(Nt)),null!==n&&($n=t,n=kt()),null===n?(Zn=t,t=n):t=n,t}function q(){var t,n;return ir++,t=Zn,Ht.test(e.charAt(Zn))?(n=e.charAt(Zn),Zn++):(n=null,0===ir&&x(Rt)),null!==n&&($n=t,n=Ut(n)),null===n?(Zn=t,t=n):t=n,ir--,null===t&&(n=null,0===ir&&x(Pt)),t}function J(){var e;return e=$(),null===e&&(e=ee(),null===e&&(e=he(),null===e&&(e=te(),null===e&&(e=ne(),null===e&&(e=re(),null===e&&(e=ie(),null===e&&(e=oe(),null===e&&(e=ae(),null===e&&(e=se(),null===e&&(e=le(),null===e&&(e=ue(),null===e&&(e=ce(),null===e&&(e=Ae(),null===e&&(e=de(),null===e&&(e=fe(),null===e&&(e=pe(),null===e&&(e=ge(),null===e&&(e=ve(),null===e&&(e=me()))))))))))))))))))),e}function Z(){var t,n;return t=Zn,e.substr(Zn,2)===zt?(n=zt,Zn+=2):(n=null,0===ir&&x(Vt)),null!==n&&($n=t,n=Kt()),null===n?(Zn=t,t=n):t=n,t}function $(){var t,n;return t=Zn,e.substr(Zn,2)===zt?(n=zt,Zn+=2):(n=null,0===ir&&x(Vt)),null!==n&&($n=t,n=Gt()),null===n?(Zn=t,t=n):t=n,t}function ee(){var t,n;return t=Zn,e.substr(Zn,2)===jt?(n=jt,Zn+=2):(n=null,0===ir&&x(Wt)),null!==n&&($n=t,n=Xt()),null===n?(Zn=t,t=n):t=n,t}function te(){var t,n;return t=Zn,e.substr(Zn,2)===Yt?(n=Yt,Zn+=2):(n=null,0===ir&&x(qt)),null!==n&&($n=t,n=Jt()),null===n?(Zn=t,t=n):t=n,t}function ne(){var t,n;return t=Zn,e.substr(Zn,2)===Zt?(n=Zt,Zn+=2):(n=null,0===ir&&x($t)),null!==n&&($n=t,n=en()),null===n?(Zn=t,t=n):t=n,t}function re(){var t,n;return t=Zn,e.substr(Zn,2)===tn?(n=tn,Zn+=2):(n=null,0===ir&&x(nn)),null!==n&&($n=t,n=rn()),null===n?(Zn=t,t=n):t=n,t}function ie(){var t,n;return t=Zn,e.substr(Zn,2)===on?(n=on,Zn+=2):(n=null,0===ir&&x(an)),null!==n&&($n=t,n=sn()),null===n?(Zn=t,t=n):t=n,t}function oe(){var t,n;return t=Zn,e.substr(Zn,2)===ln?(n=ln,Zn+=2):(n=null,0===ir&&x(un)),null!==n&&($n=t,n=cn()),null===n?(Zn=t,t=n):t=n,t}function ae(){var t,n;return t=Zn,e.substr(Zn,2)===An?(n=An,Zn+=2):(n=null,0===ir&&x(hn)),null!==n&&($n=t,n=dn()),null===n?(Zn=t,t=n):t=n,t}function se(){var t,n;return t=Zn,e.substr(Zn,2)===fn?(n=fn,Zn+=2):(n=null,0===ir&&x(pn)),null!==n&&($n=t,n=gn()),null===n?(Zn=t,t=n):t=n,t}function le(){var t,n;return t=Zn,e.substr(Zn,2)===vn?(n=vn,Zn+=2):(n=null,0===ir&&x(mn)),null!==n&&($n=t,n=yn()),null===n?(Zn=t,t=n):t=n,t}function ue(){var t,n;return t=Zn,e.substr(Zn,2)===xn?(n=xn,Zn+=2):(n=null,0===ir&&x(wn)),null!==n&&($n=t,n=_n()),null===n?(Zn=t,t=n):t=n,t}function ce(){var t,n;return t=Zn,e.substr(Zn,2)===bn?(n=bn,Zn+=2):(n=null,0===ir&&x(Bn)),null!==n&&($n=t,n=Cn()),null===n?(Zn=t,t=n):t=n,t}function Ae(){var t,n;return t=Zn,e.substr(Zn,2)===Sn?(n=Sn,Zn+=2):(n=null,0===ir&&x(En)),null!==n&&($n=t,n=Mn()),null===n?(Zn=t,t=n):t=n,t}function he(){var t,n,r;return t=Zn,e.substr(Zn,2)===In?(n=In,Zn+=2):(n=null,0===ir&&x(Tn)),null!==n?(e.length>Zn?(r=e.charAt(Zn),Zn++):(r=null,0===ir&&x(Dn)),null!==r?($n=t,n=Fn(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function de(){var t,n,r;return t=Zn,92===e.charCodeAt(Zn)?(n=Qn,Zn++):(n=null,0===ir&&x(Ln)),null!==n?(Un.test(e.charAt(Zn))?(r=e.charAt(Zn),Zn++):(r=null,0===ir&&x(On)),null!==r?($n=t,n=Nn(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}function fe(){var t,n,r,i;if(t=Zn,e.substr(Zn,2)===kn?(n=kn,Zn+=2):(n=null,0===ir&&x(Pn)),null!==n){if(r=[],Hn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(Rn)),null!==i)for(;null!==i;)r.push(i),Hn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(Rn));else r=be;null!==r?($n=t,n=zn(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)}else Zn=t,t=be;return t}function pe(){var t,n,r,i;if(t=Zn,e.substr(Zn,2)===Vn?(n=Vn,Zn+=2):(n=null,0===ir&&x(Kn)),null!==n){if(r=[],Gn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(jn)),null!==i)for(;null!==i;)r.push(i),Gn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(jn));else r=be;null!==r?($n=t,n=Wn(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)}else Zn=t,t=be;return t}function ge(){var t,n,r,i;if(t=Zn,e.substr(Zn,2)===Xn?(n=Xn,Zn+=2):(n=null,0===ir&&x(Yn)),null!==n){if(r=[],Gn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(jn)),null!==i)for(;null!==i;)r.push(i),Gn.test(e.charAt(Zn))?(i=e.charAt(Zn),Zn++):(i=null,0===ir&&x(jn));else r=be;null!==r?($n=t,n=qn(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)}else Zn=t,t=be;return t}function ve(){var t,n;return t=Zn,e.substr(Zn,2)===kn?(n=kn,Zn+=2):(n=null,0===ir&&x(Pn)),null!==n&&($n=t,n=Jn()),null===n?(Zn=t,t=n):t=n,t}function me(){var t,n,r;return t=Zn,92===e.charCodeAt(Zn)?(n=Qn,Zn++):(n=null,0===ir&&x(Ln)),null!==n?(e.length>Zn?(r=e.charAt(Zn),Zn++):(r=null,0===ir&&x(Dn)),null!==r?($n=t,n=Ut(r),null===n?(Zn=t,t=n):t=n):(Zn=t,t=be)):(Zn=t,t=be),t}var ye,xe=arguments.length>1?arguments[1]:{},we={regexp:_},_e=_,be=null,Be="",Ce="|",Se='"|"',Ee=function(e,t){return t?new r(e,t[1]):e},Me=function(e,t,n){return new i([e].concat(t).concat([n]))},Ie="^",Te='"^"',De=function(){return new n("start")},Fe="$",Qe='"$"',Le=function(){return new n("end")},Ue=function(e,t){return new s(e,t)},Oe="Quantifier",Ne=function(e,t){return t&&(e.greedy=!1),e},ke="{",Pe='"{"',He=",",Re='","',ze="}",Ve='"}"',Ke=function(e,t){return new l(e,t)},Ge=",}",je='",}"',We=function(e){return new l(e,1/0)},Xe=function(e){return new l(e,e)},Ye="+",qe='"+"',Je=function(){return new l(1,1/0)},Ze="*",$e='"*"',et=function(){return new l(0,1/0)},tt="?",nt='"?"',rt=function(){return new l(0,1)},it=/^[0-9]/,ot="[0-9]",at=function(e){return+e.join("")},st="(",lt='"("',ut=")",ct='")"',At=function(e){return e},ht=function(e){return new a(e)},dt="?:",ft='"?:"',pt=function(e){return new o("non-capture-group",e)},gt="?=",vt='"?="',mt=function(e){return new o("positive-lookahead",e)},yt="?!",xt='"?!"',wt=function(e){return new o("negative-lookahead",e)},_t="CharacterSet",bt="[",Bt='"["',Ct="]",St='"]"',Et=function(e,t){return new u(!!e,t)},Mt="CharacterRange",It="-",Tt='"-"',Dt=function(e,t){return new c(e,t)},Ft="Character",Qt=/^[^\\\]]/,Lt="[^\\\\\\]]",Ut=function(e){return new A(e)},Ot=".",Nt='"."',kt=function(){return new n("any-character")},Pt="Literal",Ht=/^[^|\\\/.[()?+*$\^]/,Rt="[^|\\\\\\/.[()?+*$\\^]",zt="\\b",Vt='"\\\\b"',Kt=function(){return new n("backspace")},Gt=function(){return new n("word-boundary")},jt="\\B",Wt='"\\\\B"',Xt=function(){return new n("non-word-boundary")},Yt="\\d",qt='"\\\\d"',Jt=function(){return new n("digit")},Zt="\\D",$t='"\\\\D"',en=function(){return new n("non-digit")},tn="\\f",nn='"\\\\f"',rn=function(){return new n("form-feed")},on="\\n",an='"\\\\n"',sn=function(){return new n("line-feed")},ln="\\r",un='"\\\\r"',cn=function(){return new n("carriage-return")},An="\\s",hn='"\\\\s"',dn=function(){return new n("white-space")},fn="\\S",pn='"\\\\S"',gn=function(){return new n("non-white-space")},vn="\\t",mn='"\\\\t"',yn=function(){return new n("tab")},xn="\\v",wn='"\\\\v"',_n=function(){return new n("vertical-tab")},bn="\\w",Bn='"\\\\w"',Cn=function(){return new n("word")},Sn="\\W",En='"\\\\W"',Mn=function(){return new n("non-word")},In="\\c",Tn='"\\\\c"',Dn="any character",Fn=function(e){return new g(e)},Qn="\\",Ln='"\\\\"',Un=/^[1-9]/,On="[1-9]",Nn=function(e){return new p(e)},kn="\\0",Pn='"\\\\0"',Hn=/^[0-7]/,Rn="[0-7]",zn=function(e){return new f(e.join(""))},Vn="\\x",Kn='"\\\\x"',Gn=/^[0-9a-fA-F]/,jn="[0-9a-fA-F]",Wn=function(e){return new d(e.join(""))},Xn="\\u",Yn='"\\\\u"',qn=function(e){return new h(e.join(""))},Jn=function(){return new n("null-character")},Zn=0,$n=0,er=0,tr={line:1,column:1,seenCR:!1},nr=0,rr=[],ir=0;if("startRule"in xe){if(!(xe.startRule in we))throw new Error("Can't start parsing from rule \""+xe.startRule+'".');_e=we[xe.startRule]}if(n.offset=m,n.text=v,ye=_e(),null!==ye&&Zn===e.length)return ye;throw w(rr),$n=Math.max(Zn,nr),new t(rr,$n<e.length?e.charAt($n):null,$n,y($n).line,y($n).column)}return e(t,Error),{SyntaxError:t,parse:v}}(),m=1,y={};e.exports=v},function(e,t,n){var r=n(3),i=n(5),o={extend:r.extend},a=d(97,122),s=d(65,90),l=d(48,57),u=d(32,47)+d(58,64)+d(91,96)+d(123,126),c=d(32,126),A=" \f\n\r\t\v \u2028\u2029",h={"\\w":a+s+l+"_","\\W":u.replace("_",""),"\\s":A,"\\S":function(){for(var e=c,t=0;t<A.length;t++)e=e.replace(A[t],"");return e}(),"\\d":l,"\\D":a+s+u};function d(e,t){for(var n="",r=e;r<=t;r++)n+=String.fromCharCode(r);return n}o.gen=function(e,t,n){return n=n||{guid:1},o[e.type]?o[e.type](e,t,n):o.token(e,t,n)},o.extend({token:function(e,t,n){switch(e.type){case"start":case"end":return"";case"any-character":return i.character();case"backspace":return"";case"word-boundary":return"";case"non-word-boundary":break;case"digit":return i.pick(l.split(""));case"non-digit":return i.pick((a+s+u).split(""));case"form-feed":break;case"line-feed":return e.body||e.text;case"carriage-return":break;case"white-space":return i.pick(A.split(""));case"non-white-space":return i.pick((a+s+l).split(""));case"tab":break;case"vertical-tab":break;case"word":return i.pick((a+s+l).split(""));case"non-word":return i.pick(u.replace("_","").split(""));case"null-character":break}return e.body||e.text},alternate:function(e,t,n){return this.gen(i.boolean()?e.left:e.right,t,n)},match:function(e,t,n){t="";for(var r=0;r<e.body.length;r++)t+=this.gen(e.body[r],t,n);return t},"capture-group":function(e,t,n){return t=this.gen(e.body,t,n),n[n.guid++]=t,t},"non-capture-group":function(e,t,n){return this.gen(e.body,t,n)},"positive-lookahead":function(e,t,n){return this.gen(e.body,t,n)},"negative-lookahead":function(e,t,n){return""},quantified:function(e,t,n){t="";for(var r=this.quantifier(e.quantifier),i=0;i<r;i++)t+=this.gen(e.body,t,n);return t},quantifier:function(e,t,n){var r=Math.max(e.min,0),o=isFinite(e.max)?e.max:r+i.integer(3,7);return i.integer(r,o)},charset:function(e,t,n){if(e.invert)return this["invert-charset"](e,t,n);var r=i.pick(e.body);return this.gen(r,t,n)},"invert-charset":function(e,t,n){for(var r,o=c,a=0;a<e.body.length;a++)switch(r=e.body[a],r.type){case"literal":o=o.replace(r.body,"");break;case"range":for(var s=this.gen(r.start,t,n).charCodeAt(),l=this.gen(r.end,t,n).charCodeAt(),u=s;u<=l;u++)o=o.replace(String.fromCharCode(u),"");default:var A=h[r.text];if(A)for(var d=0;d<=A.length;d++)o=o.replace(A[d],"")}return i.pick(o.split(""))},range:function(e,t,n){var r=this.gen(e.start,t,n).charCodeAt(),o=this.gen(e.end,t,n).charCodeAt();return String.fromCharCode(i.integer(r,o))},literal:function(e,t,n){return e.escaped?e.body:e.text},unicode:function(e,t,n){return String.fromCharCode(parseInt(e.code,16))},hex:function(e,t,n){return String.fromCharCode(parseInt(e.code,16))},octal:function(e,t,n){return String.fromCharCode(parseInt(e.code,8))},"back-reference":function(e,t,n){return n[e.code]||""},CONTROL_CHARACTER_MAP:function(){for(var e="@ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \\ ] ^ _".split(" "),t="\0        \b \t \n \v \f \r                  ".split(" "),n={},r=0;r<e.length;r++)n[e[r]]=t[r];return n}(),"control-character":function(e,t,n){return this.CONTROL_CHARACTER_MAP[e.code]}}),e.exports=o},function(e,t,n){e.exports=n(24)},function(e,t,n){var r=n(2),i=n(3),o=n(4);function a(e,t,n){n=n||[];var s={name:"string"===typeof t?t.replace(r.RE_KEY,"$1"):t,template:e,type:i.type(e),rule:o.parse(t)};switch(s.path=n.slice(0),s.path.push(void 0===t?"ROOT":s.name),s.type){case"array":s.items=[],i.each(e,(function(e,t){s.items.push(a(e,t,s.path))}));break;case"object":s.properties=[],i.each(e,(function(e,t){s.properties.push(a(e,t,s.path))}));break}return s}e.exports=a},function(e,t,n){e.exports=n(26)},function(e,t,n){var r=n(2),i=n(3),o=n(23);function a(e,t){for(var n=o(e),r=s.diff(n,t),i=0;i<r.length;i++);return r}var s={diff:function(e,t,n){var r=[];return this.name(e,t,n,r)&&this.type(e,t,n,r)&&(this.value(e,t,n,r),this.properties(e,t,n,r),this.items(e,t,n,r)),r},name:function(e,t,n,r){var i=r.length;return l.equal("name",e.path,n+"",e.name+"",r),r.length===i},type:function(e,t,n,o){var a=o.length;switch(e.type){case"string":if(e.template.match(r.RE_PLACEHOLDER))return!0;break;case"array":if(e.rule.parameters){if(void 0!==e.rule.min&&void 0===e.rule.max&&1===e.rule.count)return!0;if(e.rule.parameters[2])return!0}break;case"function":return!0}return l.equal("type",e.path,i.type(t),e.type,o),o.length===a},value:function(e,t,n,i){var o,a=i.length,s=e.rule,u=e.type;if("object"===u||"array"===u||"function"===u)return!0;if(!s.parameters){switch(u){case"regexp":return l.match("value",e.path,t,e.template,i),i.length===a;case"string":if(e.template.match(r.RE_PLACEHOLDER))return i.length===a;break}return l.equal("value",e.path,t,e.template,i),i.length===a}switch(u){case"number":var c=(t+"").split(".");c[0]=+c[0],void 0!==s.min&&void 0!==s.max&&(l.greaterThanOrEqualTo("value",e.path,c[0],Math.min(s.min,s.max),i),l.lessThanOrEqualTo("value",e.path,c[0],Math.max(s.min,s.max),i)),void 0!==s.min&&void 0===s.max&&l.equal("value",e.path,c[0],s.min,i,"[value] "+n),s.decimal&&(void 0!==s.dmin&&void 0!==s.dmax&&(l.greaterThanOrEqualTo("value",e.path,c[1].length,s.dmin,i),l.lessThanOrEqualTo("value",e.path,c[1].length,s.dmax,i)),void 0!==s.dmin&&void 0===s.dmax&&l.equal("value",e.path,c[1].length,s.dmin,i));break;case"boolean":break;case"string":o=t.match(new RegExp(e.template,"g")),o=o?o.length:0,void 0!==s.min&&void 0!==s.max&&(l.greaterThanOrEqualTo("repeat count",e.path,o,s.min,i),l.lessThanOrEqualTo("repeat count",e.path,o,s.max,i)),void 0!==s.min&&void 0===s.max&&l.equal("repeat count",e.path,o,s.min,i);break;case"regexp":o=t.match(new RegExp(e.template.source.replace(/^\^|\$$/g,""),"g")),o=o?o.length:0,void 0!==s.min&&void 0!==s.max&&(l.greaterThanOrEqualTo("repeat count",e.path,o,s.min,i),l.lessThanOrEqualTo("repeat count",e.path,o,s.max,i)),void 0!==s.min&&void 0===s.max&&l.equal("repeat count",e.path,o,s.min,i);break}return i.length===a},properties:function(e,t,n,r){var o=r.length,a=e.rule,s=i.keys(t);if(e.properties){if(e.rule.parameters?(void 0!==a.min&&void 0!==a.max&&(l.greaterThanOrEqualTo("properties length",e.path,s.length,Math.min(a.min,a.max),r),l.lessThanOrEqualTo("properties length",e.path,s.length,Math.max(a.min,a.max),r)),void 0!==a.min&&void 0===a.max&&1!==a.count&&l.equal("properties length",e.path,s.length,a.min,r)):l.equal("properties length",e.path,s.length,e.properties.length,r),r.length!==o)return!1;for(var u=0;u<s.length;u++)r.push.apply(r,this.diff(function(){var t;return i.each(e.properties,(function(e){e.name===s[u]&&(t=e)})),t||e.properties[u]}(),t[s[u]],s[u]));return r.length===o}},items:function(e,t,n,r){var i=r.length;if(e.items){var o=e.rule;if(e.rule.parameters){if(void 0!==o.min&&void 0!==o.max&&(l.greaterThanOrEqualTo("items",e.path,t.length,Math.min(o.min,o.max)*e.items.length,r,"[{utype}] array is too short: {path} must have at least {expected} elements but instance has {actual} elements"),l.lessThanOrEqualTo("items",e.path,t.length,Math.max(o.min,o.max)*e.items.length,r,"[{utype}] array is too long: {path} must have at most {expected} elements but instance has {actual} elements")),void 0!==o.min&&void 0===o.max){if(1===o.count)return r.length===i;l.equal("items length",e.path,t.length,o.min*e.items.length,r)}if(o.parameters[2])return r.length===i}else l.equal("items length",e.path,t.length,e.items.length,r);if(r.length!==i)return!1;for(var a=0;a<t.length;a++)r.push.apply(r,this.diff(e.items[a%e.items.length],t[a],a%e.items.length));return r.length===i}}},l={message:function(e){return(e.message||"[{utype}] Expect {path}'{ltype} {action} {expected}, but is {actual}").replace("{utype}",e.type.toUpperCase()).replace("{ltype}",e.type.toLowerCase()).replace("{path}",i.isArray(e.path)&&e.path.join(".")||e.path).replace("{action}",e.action).replace("{expected}",e.expected).replace("{actual}",e.actual)},equal:function(e,t,n,r,i,o){if(n===r)return!0;switch(e){case"type":if("regexp"===r&&"string"===n)return!0;break}var a={path:t,type:e,actual:n,expected:r,action:"is equal to",message:o};return a.message=l.message(a),i.push(a),!1},match:function(e,t,n,r,i,o){if(r.test(n))return!0;var a={path:t,type:e,actual:n,expected:r,action:"matches",message:o};return a.message=l.message(a),i.push(a),!1},notEqual:function(e,t,n,r,i,o){if(n!==r)return!0;var a={path:t,type:e,actual:n,expected:r,action:"is not equal to",message:o};return a.message=l.message(a),i.push(a),!1},greaterThan:function(e,t,n,r,i,o){if(n>r)return!0;var a={path:t,type:e,actual:n,expected:r,action:"is greater than",message:o};return a.message=l.message(a),i.push(a),!1},lessThan:function(e,t,n,r,i,o){if(n<r)return!0;var a={path:t,type:e,actual:n,expected:r,action:"is less to",message:o};return a.message=l.message(a),i.push(a),!1},greaterThanOrEqualTo:function(e,t,n,r,i,o){if(n>=r)return!0;var a={path:t,type:e,actual:n,expected:r,action:"is greater than or equal to",message:o};return a.message=l.message(a),i.push(a),!1},lessThanOrEqualTo:function(e,t,n,r,i,o){if(n<=r)return!0;var a={path:t,type:e,actual:n,expected:r,action:"is less than or equal to",message:o};return a.message=l.message(a),i.push(a),!1}};a.Diff=s,a.Assert=l,e.exports=a},function(e,t,n){e.exports=n(28)},function(e,t,n){var r=n(3);window._XMLHttpRequest=window.XMLHttpRequest,window._ActiveXObject=window.ActiveXObject;try{new window.Event("custom")}catch(d){window.Event=function(e,t,n,r){var i=document.createEvent("CustomEvent");return i.initCustomEvent(e,t,n,r),i}}var i={UNSENT:0,OPENED:1,HEADERS_RECEIVED:2,LOADING:3,DONE:4},o="readystatechange loadstart progress abort error load timeout loadend".split(" "),a="timeout withCredentials".split(" "),s="readyState responseURL status statusText responseType response responseText responseXML".split(" "),l={100:"Continue",101:"Switching Protocols",200:"OK",201:"Created",202:"Accepted",203:"Non-Authoritative Information",204:"No Content",205:"Reset Content",206:"Partial Content",300:"Multiple Choice",301:"Moved Permanently",302:"Found",303:"See Other",304:"Not Modified",305:"Use Proxy",307:"Temporary Redirect",400:"Bad Request",401:"Unauthorized",402:"Payment Required",403:"Forbidden",404:"Not Found",405:"Method Not Allowed",406:"Not Acceptable",407:"Proxy Authentication Required",408:"Request Timeout",409:"Conflict",410:"Gone",411:"Length Required",412:"Precondition Failed",413:"Request Entity Too Large",414:"Request-URI Too Long",415:"Unsupported Media Type",416:"Requested Range Not Satisfiable",417:"Expectation Failed",422:"Unprocessable Entity",500:"Internal Server Error",501:"Not Implemented",502:"Bad Gateway",503:"Service Unavailable",504:"Gateway Timeout",505:"HTTP Version Not Supported"};function u(){this.custom={events:{},requestHeaders:{},responseHeaders:{}}}function c(){var e=function(){var e=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,t=/^([\w.+-]+:)(?:\/\/([^\/?#:]*)(?::(\d+)|)|)/,n=location.href,r=t.exec(n.toLowerCase())||[];return e.test(r[1])}();return window.ActiveXObject?!e&&t()||n():t();function t(){try{return new window._XMLHttpRequest}catch(e){}}function n(){try{return new window._ActiveXObject("Microsoft.XMLHTTP")}catch(e){}}}function A(e){for(var t in u.Mock._mocked){var n=u.Mock._mocked[t];if((!n.rurl||i(n.rurl,e.url))&&(!n.rtype||i(n.rtype,e.type.toLowerCase())))return n}function i(e,t){return"string"===r.type(e)?e===t:"regexp"===r.type(e)?e.test(t):void 0}}function h(e,t){return r.isFunction(e.template)?e.template(t):u.Mock.mock(e.template)}u._settings={timeout:"10-100"},u.setup=function(e){return r.extend(u._settings,e),u._settings},r.extend(u,i),r.extend(u.prototype,i),u.prototype.mock=!0,u.prototype.match=!1,r.extend(u.prototype,{open:function(e,t,n,i,l){var h=this;r.extend(this.custom,{method:e,url:t,async:"boolean"!==typeof n||n,username:i,password:l,options:{url:t,type:e}}),this.custom.timeout=function(e){if("number"===typeof e)return e;if("string"===typeof e&&!~e.indexOf("-"))return parseInt(e,10);if("string"===typeof e&&~e.indexOf("-")){var t=e.split("-"),n=parseInt(t[0],10),r=parseInt(t[1],10);return Math.round(Math.random()*(r-n))+n}}(u._settings.timeout);var d=A(this.custom.options);function f(e){for(var t=0;t<s.length;t++)try{h[s[t]]=p[s[t]]}catch(n){}h.dispatchEvent(new Event(e.type))}if(d)this.match=!0,this.custom.template=d,this.readyState=u.OPENED,this.dispatchEvent(new Event("readystatechange"));else{var p=c();this.custom.xhr=p;for(var g=0;g<o.length;g++)p.addEventListener(o[g],f);i?p.open(e,t,n,i,l):p.open(e,t,n);for(var v=0;v<a.length;v++)try{p[a[v]]=h[a[v]]}catch(m){}}},setRequestHeader:function(e,t){if(this.match){var n=this.custom.requestHeaders;n[e]?n[e]+=","+t:n[e]=t}else this.custom.xhr.setRequestHeader(e,t)},timeout:0,withCredentials:!1,upload:{},send:function(e){var t=this;function n(){t.readyState=u.HEADERS_RECEIVED,t.dispatchEvent(new Event("readystatechange")),t.readyState=u.LOADING,t.dispatchEvent(new Event("readystatechange")),t.status=200,t.statusText=l[200],t.response=t.responseText=JSON.stringify(h(t.custom.template,t.custom.options),null,4),t.readyState=u.DONE,t.dispatchEvent(new Event("readystatechange")),t.dispatchEvent(new Event("load")),t.dispatchEvent(new Event("loadend"))}this.custom.options.body=e,this.match?(this.setRequestHeader("X-Requested-With","MockXMLHttpRequest"),this.dispatchEvent(new Event("loadstart")),this.custom.async?setTimeout(n,this.custom.timeout):n()):this.custom.xhr.send(e)},abort:function(){this.match?(this.readyState=u.UNSENT,this.dispatchEvent(new Event("abort",!1,!1,this)),this.dispatchEvent(new Event("error",!1,!1,this))):this.custom.xhr.abort()}}),r.extend(u.prototype,{responseURL:"",status:u.UNSENT,statusText:"",getResponseHeader:function(e){return this.match?this.custom.responseHeaders[e.toLowerCase()]:this.custom.xhr.getResponseHeader(e)},getAllResponseHeaders:function(){if(!this.match)return this.custom.xhr.getAllResponseHeaders();var e=this.custom.responseHeaders,t="";for(var n in e)e.hasOwnProperty(n)&&(t+=n+": "+e[n]+"\r\n");return t},overrideMimeType:function(){},responseType:"",response:null,responseText:"",responseXML:null}),r.extend(u.prototype,{addEventListener:function(e,t){var n=this.custom.events;n[e]||(n[e]=[]),n[e].push(t)},removeEventListener:function(e,t){for(var n=this.custom.events[e]||[],r=0;r<n.length;r++)n[r]===t&&n.splice(r--,1)},dispatchEvent:function(e){for(var t=this.custom.events[e.type]||[],n=0;n<t.length;n++)t[n].call(this,e);var r="on"+e.type;this[r]&&this[r](e)}}),e.exports=u}])}))},9704:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("f706"),a=n("73ca"),s=n("4a01"),l=n("01ef"),u=n("c526"),c=u.onIrrelevantElement,A=n("2306"),h=n("480f"),d=n("53f3"),f=d.getNodeGlobalScale,p="__focusNodeAdjacency",g="__unfocusNodeAdjacency",v=["itemStyle","opacity"],m=["lineStyle","opacity"];function y(e,t){var n=e.getVisual("opacity");return null!=n?n:e.getModel().get(t)}function x(e,t,n){var r=e.getGraphicEl(),i=y(e,t);null!=n&&(null==i&&(i=1),i*=n),r.downplay&&r.downplay(),r.traverse((function(e){if(!e.isGroup){var t=e.lineLabelOriginalOpacity;null!=t&&null==n||(t=i),e.setStyle("opacity",t)}}))}function w(e,t){var n=y(e,t),r=e.getGraphicEl();r.traverse((function(e){!e.isGroup&&e.setStyle("opacity",n)})),r.highlight&&r.highlight()}var _=r.extendChartView({type:"graph",init:function(e,t){var n=new o,r=new a,i=this.group;this._controller=new s(t.getZr()),this._controllerHost={target:i},i.add(n.group),i.add(r.group),this._symbolDraw=n,this._lineDraw=r,this._firstRender=!0},render:function(e,t,n){var r=this,i=e.coordinateSystem;this._model=e;var o=this._symbolDraw,a=this._lineDraw,s=this.group;if("view"===i.type){var l={position:i.position,scale:i.scale};this._firstRender?s.attr(l):A.updateProps(s,l,e)}h(e.getGraph(),f(e));var u=e.getData();o.updateData(u);var c=e.getEdgeData();a.updateData(c),this._updateNodeAndLinkScale(),this._updateController(e,t,n),clearTimeout(this._layoutTimeout);var d=e.forceLayout,v=e.get("force.layoutAnimation");d&&this._startForceLayoutIteration(d,v),u.eachItemGraphicEl((function(t,i){var o=u.getItemModel(i);t.off("drag").off("dragend");var a=o.get("draggable");a&&t.on("drag",(function(){d&&(d.warmUp(),!this._layouting&&this._startForceLayoutIteration(d,v),d.setFixed(i),u.setItemLayout(i,t.position))}),this).on("dragend",(function(){d&&d.setUnfixed(i)}),this),t.setDraggable(a&&d),t[p]&&t.off("mouseover",t[p]),t[g]&&t.off("mouseout",t[g]),o.get("focusNodeAdjacency")&&(t.on("mouseover",t[p]=function(){r._clearTimer(),n.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,dataIndex:t.dataIndex})}),t.on("mouseout",t[g]=function(){r._dispatchUnfocus(n)}))}),this),u.graph.eachEdge((function(t){var i=t.getGraphicEl();i[p]&&i.off("mouseover",i[p]),i[g]&&i.off("mouseout",i[g]),t.getModel().get("focusNodeAdjacency")&&(i.on("mouseover",i[p]=function(){r._clearTimer(),n.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,edgeDataIndex:t.dataIndex})}),i.on("mouseout",i[g]=function(){r._dispatchUnfocus(n)}))}));var m="circular"===e.get("layout")&&e.get("circular.rotateLabel"),y=u.getLayout("cx"),x=u.getLayout("cy");u.eachItemGraphicEl((function(e,t){var n=u.getItemModel(t),r=n.get("label.rotate")||0,i=e.getSymbolPath();if(m){var o=u.getItemLayout(t),a=Math.atan2(o[1]-x,o[0]-y);a<0&&(a=2*Math.PI+a);var s=o[0]<y;s&&(a-=Math.PI);var l=s?"left":"right";A.modifyLabelStyle(i,{textRotation:-a,textPosition:l,textOrigin:"center"},{textPosition:l})}else A.modifyLabelStyle(i,{textRotation:r*=Math.PI/180})})),this._firstRender=!1},dispose:function(){this._controller&&this._controller.dispose(),this._controllerHost={},this._clearTimer()},_dispatchUnfocus:function(e,t){var n=this;this._clearTimer(),this._unfocusDelayTimer=setTimeout((function(){n._unfocusDelayTimer=null,e.dispatchAction({type:"unfocusNodeAdjacency",seriesId:n._model.id})}),500)},_clearTimer:function(){this._unfocusDelayTimer&&(clearTimeout(this._unfocusDelayTimer),this._unfocusDelayTimer=null)},focusNodeAdjacency:function(e,t,n,r){var o=e.getData(),a=o.graph,s=r.dataIndex,l=r.edgeDataIndex,u=a.getNodeByIndex(s),c=a.getEdgeByIndex(l);(u||c)&&(a.eachNode((function(e){x(e,v,.1)})),a.eachEdge((function(e){x(e,m,.1)})),u&&(w(u,v),i.each(u.edges,(function(e){e.dataIndex<0||(w(e,m),w(e.node1,v),w(e.node2,v))}))),c&&(w(c,m),w(c.node1,v),w(c.node2,v)))},unfocusNodeAdjacency:function(e,t,n,r){var i=e.getData().graph;i.eachNode((function(e){x(e,v)})),i.eachEdge((function(e){x(e,m)}))},_startForceLayoutIteration:function(e,t){var n=this;(function r(){e.step((function(e){n.updateLayout(n._model),(n._layouting=!e)&&(t?n._layoutTimeout=setTimeout(r,16):r())}))})()},_updateController:function(e,t,n){var r=this._controller,i=this._controllerHost,o=this.group;r.setPointerChecker((function(t,r,i){var a=o.getBoundingRect();return a.applyTransform(o.transform),a.contain(r,i)&&!c(t,n,e)})),"view"===e.coordinateSystem.type?(r.enable(e.get("roam")),i.zoomLimit=e.get("scaleLimit"),i.zoom=e.coordinateSystem.getZoom(),r.off("pan").off("zoom").on("pan",(function(t){l.updateViewOnPan(i,t.dx,t.dy),n.dispatchAction({seriesId:e.id,type:"graphRoam",dx:t.dx,dy:t.dy})})).on("zoom",(function(t){l.updateViewOnZoom(i,t.scale,t.originX,t.originY),n.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:t.scale,originX:t.originX,originY:t.originY}),this._updateNodeAndLinkScale(),h(e.getGraph(),f(e)),this._lineDraw.updateLayout()}),this)):r.disable()},_updateNodeAndLinkScale:function(){var e=this._model,t=e.getData(),n=f(e),r=[n,n];t.eachItemGraphicEl((function(e,t){e.attr("scale",r)}))},updateLayout:function(e){h(e.getGraph(),f(e)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},remove:function(e,t){this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()}});e.exports=_},9742:function(e,t){e.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},9850:function(e,t,n){var r=n("401b"),i=n("1687"),o=r.applyTransform,a=Math.min,s=Math.max;function l(e,t,n,r){n<0&&(e+=n,n=-n),r<0&&(t+=r,r=-r),this.x=e,this.y=t,this.width=n,this.height=r}l.prototype={constructor:l,union:function(e){var t=a(e.x,this.x),n=a(e.y,this.y);this.width=s(e.x+e.width,this.x+this.width)-t,this.height=s(e.y+e.height,this.y+this.height)-n,this.x=t,this.y=n},applyTransform:function(){var e=[],t=[],n=[],r=[];return function(i){if(i){e[0]=n[0]=this.x,e[1]=r[1]=this.y,t[0]=r[0]=this.x+this.width,t[1]=n[1]=this.y+this.height,o(e,e,i),o(t,t,i),o(n,n,i),o(r,r,i),this.x=a(e[0],t[0],n[0],r[0]),this.y=a(e[1],t[1],n[1],r[1]);var l=s(e[0],t[0],n[0],r[0]),u=s(e[1],t[1],n[1],r[1]);this.width=l-this.x,this.height=u-this.y}}}(),calculateTransform:function(e){var t=this,n=e.width/t.width,r=e.height/t.height,o=i.create();return i.translate(o,o,[-t.x,-t.y]),i.scale(o,o,[n,r]),i.translate(o,o,[e.x,e.y]),o},intersect:function(e){if(!e)return!1;e instanceof l||(e=l.create(e));var t=this,n=t.x,r=t.x+t.width,i=t.y,o=t.y+t.height,a=e.x,s=e.x+e.width,u=e.y,c=e.y+e.height;return!(r<a||s<n||o<u||c<i)},contain:function(e,t){var n=this;return e>=n.x&&e<=n.x+n.width&&t>=n.y&&t<=n.y+n.height},clone:function(){return new l(this.x,this.y,this.width,this.height)},copy:function(e){this.x=e.x,this.y=e.y,this.width=e.width,this.height=e.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},l.create=function(e){return new l(e.x,e.y,e.width,e.height)};var u=l;e.exports=u},9876:function(e,t,n){var r=n("03d6"),i=n("9742");e.exports=Object.keys||function(e){return r(e,i)}},"98b7":function(e,t){var n="undefined"!==typeof window&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(e){setTimeout(e,16)};e.exports=n},"98e7":function(e,t,n){var r=n("6d8b"),i=r.createHashMap;function o(e){return{getTargetSeries:function(t){var n={},r=i();return t.eachSeriesByType(e,(function(e){e.__paletteScope=n,r.set(e.uid,e)})),r},reset:function(e,t){var n=e.getRawData(),r={},i=e.getData();i.each((function(e){var t=i.getRawIndex(e);r[t]=e})),n.each((function(t){var o,a=r[t],s=null!=a&&i.getItemVisual(a,"color",!0),l=null!=a&&i.getItemVisual(a,"borderColor",!0);if(s&&l||(o=n.getItemModel(t)),!s){var u=o.get("itemStyle.color")||e.getColorFromPalette(n.getName(t)||t+"",e.__paletteScope,n.count());null!=a&&i.setItemVisual(a,"color",u)}if(!l){var c=o.get("itemStyle.borderColor");null!=a&&i.setItemVisual(a,"borderColor",c)}}))}}}e.exports=o},"998c":function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("e86a"),a=Math.PI;function s(e,t){t=t||{},r.defaults(t,{text:"loading",textColor:"#000",fontSize:"12px",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#c23531",spinnerRadius:10,lineWidth:5,zlevel:0});var n=new i.Group,s=new i.Rect({style:{fill:t.maskColor},zlevel:t.zlevel,z:1e4});n.add(s);var l=t.fontSize+" sans-serif",u=new i.Rect({style:{fill:"none",text:t.text,font:l,textPosition:"right",textDistance:10,textFill:t.textColor},zlevel:t.zlevel,z:10001});if(n.add(u),t.showSpinner){var c=new i.Arc({shape:{startAngle:-a/2,endAngle:-a/2+.1,r:t.spinnerRadius},style:{stroke:t.color,lineCap:"round",lineWidth:t.lineWidth},zlevel:t.zlevel,z:10001});c.animateShape(!0).when(1e3,{endAngle:3*a/2}).start("circularInOut"),c.animateShape(!0).when(1e3,{startAngle:3*a/2}).delay(300).start("circularInOut"),n.add(c)}return n.resize=function(){var n=o.getWidth(t.text,l),r=t.showSpinner?t.spinnerRadius:0,i=(e.getWidth()-2*r-(t.showSpinner&&n?10:0)-n)/2-(t.showSpinner?0:n/2),a=e.getHeight()/2;t.showSpinner&&c.setShape({cx:i,cy:a}),u.setShape({x:i-r,y:a-r,width:2*r,height:2*r}),s.setShape({x:0,y:0,width:e.getWidth(),height:e.getHeight()})},n.resize(),n}e.exports=s},"99af":function(e,t,n){"use strict";var r=n("23e7"),i=n("d039"),o=n("e8b5"),a=n("861d"),s=n("7b0b"),l=n("50c4"),u=n("8418"),c=n("65f0"),A=n("1dde"),h=n("b622"),d=n("2d00"),f=h("isConcatSpreadable"),p=9007199254740991,g="Maximum allowed index exceeded",v=d>=51||!i((function(){var e=[];return e[f]=!1,e.concat()[0]!==e})),m=A("concat"),y=function(e){if(!a(e))return!1;var t=e[f];return void 0!==t?!!t:o(e)},x=!v||!m;r({target:"Array",proto:!0,forced:x},{concat:function(e){var t,n,r,i,o,a=s(this),A=c(a,0),h=0;for(t=-1,r=arguments.length;t<r;t++)if(o=-1===t?a:arguments[t],y(o)){if(i=l(o.length),h+i>p)throw TypeError(g);for(n=0;n<i;n++,h++)n in o&&u(A,h,o[n])}else{if(h>=p)throw TypeError(g);u(A,h++,o)}return A.length=h,A}})},"9a0c":function(e,t,n){var r=n("342f");e.exports=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(r)},"9bdb":function(e,t,n){var r=n("282b"),i=r([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),o={getAreaStyle:function(e,t){return i(this,e,t)}};e.exports=o},"9bdd":function(e,t,n){var r=n("825a");e.exports=function(e,t,n,i){try{return i?t(r(n)[0],n[1]):t(n)}catch(a){var o=e["return"];throw void 0!==o&&r(o.call(e)),a}}},"9bf2":function(e,t,n){var r=n("83ab"),i=n("0cfb"),o=n("825a"),a=n("c04e"),s=Object.defineProperty;t.f=r?s:function(e,t,n){if(o(e),t=a(t,!0),o(n),i)try{return s(e,t,n)}catch(r){}if("get"in n||"set"in n)throw TypeError("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},"9c0c7":function(e,t,n){var r=n("1609");e.exports=function(e,t,n){if(r(e),void 0===t)return e;switch(n){case 1:return function(n){return e.call(t,n)};case 2:return function(n,r){return e.call(t,n,r)};case 3:return function(n,r,i){return e.call(t,n,r,i)}}return function(){return e.apply(t,arguments)}}},"9c0e":function(e,t){var n={}.hasOwnProperty;e.exports=function(e,t){return n.call(e,t)}},"9c2c":function(e,t,n){var r=n("401b"),i=r.min,o=r.max,a=r.scale,s=r.distance,l=r.add,u=r.clone,c=r.sub;function A(e,t,n,r){var A,h,d,f,p=[],g=[],v=[],m=[];if(r){d=[1/0,1/0],f=[-1/0,-1/0];for(var y=0,x=e.length;y<x;y++)i(d,d,e[y]),o(f,f,e[y]);i(d,d,r[0]),o(f,f,r[1])}for(y=0,x=e.length;y<x;y++){var w=e[y];if(n)A=e[y?y-1:x-1],h=e[(y+1)%x];else{if(0===y||y===x-1){p.push(u(e[y]));continue}A=e[y-1],h=e[y+1]}c(g,h,A),a(g,g,t);var _=s(w,A),b=s(w,h),B=_+b;0!==B&&(_/=B,b/=B),a(v,g,-_),a(m,g,b);var C=l([],w,v),S=l([],w,m);r&&(o(C,C,d),i(C,C,f),o(S,S,d),i(S,S,f)),p.push(C),p.push(S)}return n&&p.push(p.shift()),p}e.exports=A},"9ca8":function(e,t,n){var r=n("6d8b"),i=n("9850"),o=n("3842"),a=o.parsePercent,s=o.MAX_SAFE_INTEGER,l=n("f934"),u=n("55ac"),c=Math.max,A=Math.min,h=r.retrieve,d=r.each,f=["itemStyle","borderWidth"],p=["itemStyle","gapWidth"],g=["upperLabel","show"],v=["upperLabel","height"],m={seriesType:"treemap",reset:function(e,t,n,o){var s=n.getWidth(),c=n.getHeight(),A=e.option,f=l.getLayoutRect(e.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()}),p=A.size||[],g=a(h(f.width,p[0]),s),v=a(h(f.height,p[1]),c),m=o&&o.type,x=["treemapZoomToNode","treemapRootToNode"],w=u.retrieveTargetInfo(o,x,e),_="treemapRender"===m||"treemapMove"===m?o.rootRect:null,b=e.getViewRoot(),B=u.getPathToRoot(b);if("treemapMove"!==m){var C="treemapZoomToNode"===m?S(e,w,b,g,v):_?[_.width,_.height]:[g,v],I=A.sort;I&&"asc"!==I&&"desc"!==I&&(I="desc");var T={squareRatio:A.squareRatio,sort:I,leafDepth:A.leafDepth};b.hostTree.clearLayouts();var D={x:0,y:0,width:C[0],height:C[1],area:C[0]*C[1]};b.setLayout(D),y(b,T,!1,0);D=b.getLayout();d(B,(function(e,t){var n=(B[t+1]||b).getValue();e.setLayout(r.extend({dataExtent:[n,n],borderWidth:0,upperHeight:0},D))}))}var F=e.getData().tree.root;F.setLayout(E(f,_,w),!0),e.setLayoutInfo(f),M(F,new i(-f.x,-f.y,s,c),B,b,0)}};function y(e,t,n,r){var i,o;if(!e.isRemoved()){var a=e.getLayout();i=a.width,o=a.height;var s=e.getModel(),l=s.get(f),u=s.get(p)/2,h=I(s),d=Math.max(l,h),g=l-u,v=d-u;s=e.getModel();e.setLayout({borderWidth:l,upperHeight:d,upperLabelHeight:h},!0),i=c(i-2*g,0),o=c(o-g-v,0);var m=i*o,w=x(e,s,m,t,n,r);if(w.length){var _={x:g,y:v,width:i,height:o},b=A(i,o),S=1/0,E=[];E.area=0;for(var M=0,T=w.length;M<T;){var D=w[M];E.push(D),E.area+=D.getLayout().area;var F=B(E,b,t.squareRatio);F<=S?(M++,S=F):(E.area-=E.pop().getLayout().area,C(E,b,_,u,!1),b=A(_.width,_.height),E.length=E.area=0,S=1/0)}if(E.length&&C(E,b,_,u,!0),!n){var Q=s.get("childrenVisibleMin");null!=Q&&m<Q&&(n=!0)}for(M=0,T=w.length;M<T;M++)y(w[M],t,n,r+1)}}}function x(e,t,n,i,o,a){var s=e.children||[],l=i.sort;"asc"!==l&&"desc"!==l&&(l=null);var u=null!=i.leafDepth&&i.leafDepth<=a;if(o&&!u)return e.viewChildren=[];s=r.filter(s,(function(e){return!e.isRemoved()})),_(s,l);var c=b(t,s,l);if(0===c.sum)return e.viewChildren=[];if(c.sum=w(t,n,c.sum,l,s),0===c.sum)return e.viewChildren=[];for(var A=0,h=s.length;A<h;A++){var d=s[A].getValue()/c.sum*n;s[A].setLayout({area:d})}return u&&(s.length&&e.setLayout({isLeafRoot:!0},!0),s.length=0),e.viewChildren=s,e.setLayout({dataExtent:c.dataExtent},!0),s}function w(e,t,n,r,i){if(!r)return n;for(var o=e.get("visibleMin"),a=i.length,s=a,l=a-1;l>=0;l--){var u=i["asc"===r?a-l-1:l].getValue();u/n*t<o&&(s=l,n-=u)}return"asc"===r?i.splice(0,a-s):i.splice(s,a-s),n}function _(e,t){return t&&e.sort((function(e,n){var r="asc"===t?e.getValue()-n.getValue():n.getValue()-e.getValue();return 0===r?"asc"===t?e.dataIndex-n.dataIndex:n.dataIndex-e.dataIndex:r})),e}function b(e,t,n){for(var r=0,i=0,o=t.length;i<o;i++)r+=t[i].getValue();var a=e.get("visualDimension");if(t&&t.length)if("value"===a&&n)s=[t[t.length-1].getValue(),t[0].getValue()],"asc"===n&&s.reverse();else{var s=[1/0,-1/0];d(t,(function(e){var t=e.getValue(a);t<s[0]&&(s[0]=t),t>s[1]&&(s[1]=t)}))}else s=[NaN,NaN];return{sum:r,dataExtent:s}}function B(e,t,n){for(var r,i=0,o=1/0,a=0,s=e.length;a<s;a++)r=e[a].getLayout().area,r&&(r<o&&(o=r),r>i&&(i=r));var l=e.area*e.area,u=t*t*n;return l?c(u*i/l,l/(u*o)):1/0}function C(e,t,n,r,i){var o=t===n.width?0:1,a=1-o,s=["x","y"],l=["width","height"],u=n[s[o]],h=t?e.area/t:0;(i||h>n[l[a]])&&(h=n[l[a]]);for(var d=0,f=e.length;d<f;d++){var p=e[d],g={},v=h?p.getLayout().area/h:0,m=g[l[a]]=c(h-2*r,0),y=n[s[o]]+n[l[o]]-u,x=d===f-1||y<v?y:v,w=g[l[o]]=c(x-2*r,0);g[s[a]]=n[s[a]]+A(r,m/2),g[s[o]]=u+A(r,w/2),u+=x,p.setLayout(g,!0)}n[s[a]]+=h,n[l[a]]-=h}function S(e,t,n,r,i){var o,a=(t||{}).node,l=[r,i];if(!a||a===n)return l;var u=r*i,c=u*e.option.zoomToNodeRatio;while(o=a.parentNode){for(var A=0,h=o.children,d=0,p=h.length;d<p;d++)A+=h[d].getValue();var g=a.getValue();if(0===g)return l;c*=A/g;var v=o.getModel(),m=v.get(f),y=Math.max(m,I(v,m));c+=4*m*m+(3*m+y)*Math.pow(c,.5),c>s&&(c=s),a=o}c<u&&(c=u);var x=Math.pow(c/u,.5);return[r*x,i*x]}function E(e,t,n){if(t)return{x:t.x,y:t.y};var r={x:0,y:0};if(!n)return r;var i=n.node,o=i.getLayout();if(!o)return r;var a=[o.width/2,o.height/2],s=i;while(s){var l=s.getLayout();a[0]+=l.x,a[1]+=l.y,s=s.parentNode}return{x:e.width/2-a[0],y:e.height/2-a[1]}}function M(e,t,n,r,o){var a=e.getLayout(),s=n[o],l=s&&s===e;if(!(s&&!l||o===n.length&&e!==r)){e.setLayout({isInView:!0,invisible:!l&&!t.intersect(a),isAboveViewRoot:l},!0);var u=new i(t.x-a.x,t.y-a.y,t.width,t.height);d(e.viewChildren||[],(function(e){M(e,u,n,r,o+1)}))}}function I(e){return e.get(g)?e.get(v):0}e.exports=m},"9cf9":function(e,t){var n=Math.round;function r(e,t,r){if(t){var i=t.x1,a=t.x2,s=t.y1,l=t.y2;e.x1=i,e.x2=a,e.y1=s,e.y2=l;var u=r&&r.lineWidth;u&&(n(2*i)===n(2*a)&&(e.x1=e.x2=o(i,u,!0)),n(2*s)===n(2*l)&&(e.y1=e.y2=o(s,u,!0)))}}function i(e,t,n){if(t){var r=t.x,i=t.y,a=t.width,s=t.height;e.x=r,e.y=i,e.width=a,e.height=s;var l=n&&n.lineWidth;l&&(e.x=o(r,l,!0),e.y=o(i,l,!0),e.width=Math.max(o(r+a,l,!1)-e.x,0===a?0:1),e.height=Math.max(o(i+s,l,!1)-e.y,0===s?0:1))}}function o(e,t,r){if(!t)return e;var i=n(2*e);return(i+n(t))%2===0?i/2:(i+(r?1:-1))/2}t.subPixelOptimizeLine=r,t.subPixelOptimizeRect=i,t.subPixelOptimize=o},"9d11":function(e,t,n){var r=n("fc5e"),i=Math.max,o=Math.min;e.exports=function(e,t){return e=r(e),e<0?i(e+t,0):o(e,t)}},"9d57":function(e,t,n){var r=n("6d8b"),i=n("3842"),o=i.parsePercent,a=n("ee1a"),s=a.isDimensionStacked,l=n("cccd"),u="__ec_stack_",c=.5,A="undefined"!==typeof Float32Array?Float32Array:Array;function h(e){return e.get("stack")||u+e.seriesIndex}function d(e){return e.dim+e.index}function f(e){var t=[],n=e.axis,i="axis0";if("category"===n.type){for(var o=n.getBandWidth(),a=0;a<e.count;a++)t.push(r.defaults({bandWidth:o,axisKey:i,stackId:u+a},e));var s=m(t),l=[];for(a=0;a<e.count;a++){var c=s[i][u+a];c.offsetCenter=c.offset+c.width/2,l.push(c)}return l}}function p(e,t){var n=[];return t.eachSeriesByType(e,(function(e){_(e)&&!b(e)&&n.push(e)})),n}function g(e){var t={};r.each(e,(function(e){var n=e.coordinateSystem,r=n.getBaseAxis();if("time"===r.type||"value"===r.type)for(var i=e.getData(),o=r.dim+"_"+r.index,a=i.mapDimension(r.dim),s=0,l=i.count();s<l;++s){var u=i.get(a,s);t[o]?t[o].push(u):t[o]=[u]}}));var n=[];for(var i in t)if(t.hasOwnProperty(i)){var o=t[i];if(o){o.sort((function(e,t){return e-t}));for(var a=null,s=1;s<o.length;++s){var l=o[s]-o[s-1];l>0&&(a=null===a?l:Math.min(a,l))}n[i]=a}}return n}function v(e){var t=g(e),n=[];return r.each(e,(function(e){var r,i=e.coordinateSystem,a=i.getBaseAxis(),s=a.getExtent();if("category"===a.type)r=a.getBandWidth();else if("value"===a.type||"time"===a.type){var l=a.dim+"_"+a.index,u=t[l],c=Math.abs(s[1]-s[0]),A=a.scale.getExtent(),f=Math.abs(A[1]-A[0]);r=u?c/f*u:c}else{var p=e.getData();r=Math.abs(s[1]-s[0])/p.count()}var g=o(e.get("barWidth"),r),v=o(e.get("barMaxWidth"),r),m=o(e.get("barMinWidth")||1,r),y=e.get("barGap"),x=e.get("barCategoryGap");n.push({bandWidth:r,barWidth:g,barMaxWidth:v,barMinWidth:m,barGap:y,barCategoryGap:x,axisKey:d(a),stackId:h(e)})})),m(n)}function m(e){var t={};r.each(e,(function(e,n){var r=e.axisKey,i=e.bandWidth,o=t[r]||{bandWidth:i,remainedWidth:i,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},a=o.stacks;t[r]=o;var s=e.stackId;a[s]||o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=e.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=e.barMaxWidth;u&&(a[s].maxWidth=u);var c=e.barMinWidth;c&&(a[s].minWidth=c);var A=e.barGap;null!=A&&(o.gap=A);var h=e.barCategoryGap;null!=h&&(o.categoryGap=h)}));var n={};return r.each(t,(function(e,t){n[t]={};var i=e.stacks,a=e.bandWidth,s=o(e.categoryGap,a),l=o(e.gap,1),u=e.remainedWidth,c=e.autoWidthCount,A=(u-s)/(c+(c-1)*l);A=Math.max(A,0),r.each(i,(function(e){var t=e.maxWidth,n=e.minWidth;if(e.width){r=e.width;t&&(r=Math.min(r,t)),n&&(r=Math.max(r,n)),e.width=r,u-=r+l*r,c--}else{var r=A;t&&t<r&&(r=Math.min(t,u)),n&&n>r&&(r=n),r!==A&&(e.width=r,u-=r+l*r,c--)}})),A=(u-s)/(c+(c-1)*l),A=Math.max(A,0);var h,d=0;r.each(i,(function(e,t){e.width||(e.width=A),h=e,d+=e.width*(1+l)})),h&&(d-=h.width*l);var f=-d/2;r.each(i,(function(e,r){n[t][r]=n[t][r]||{bandWidth:a,offset:f,width:e.width},f+=e.width*(1+l)}))})),n}function y(e,t,n){if(e&&t){var r=e[d(t)];return null!=r&&null!=n&&(r=r[h(n)]),r}}function x(e,t){var n=p(e,t),i=v(n),o={},a={};r.each(n,(function(e){var t=e.getData(),n=e.coordinateSystem,r=n.getBaseAxis(),l=h(e),u=i[d(r)][l],c=u.offset,A=u.width,f=n.getOtherAxis(r),p=e.get("barMinHeight")||0;o[l]=o[l]||[],a[l]=a[l]||[],t.setLayout({bandWidth:u.bandWidth,offset:c,size:A});for(var g=t.mapDimension(f.dim),v=t.mapDimension(r.dim),m=s(t,g),y=f.isHorizontal(),x=B(r,f,m),w=0,_=t.count();w<_;w++){var b,C,S,E,M=t.get(g,w),I=t.get(v,w),T=M>=0?"p":"n",D=x;if(m&&(o[l][I]||(o[l][I]={p:x,n:x}),D=o[l][I][T]),y){var F=n.dataToPoint([M,I]);b=D,C=F[1]+c,S=F[0]-x,E=A,Math.abs(S)<p&&(S=(S<0?-1:1)*p),isNaN(S)||m&&(o[l][I][T]+=S)}else{F=n.dataToPoint([I,M]);b=F[0]+c,C=D,S=A,E=F[1]-x,Math.abs(E)<p&&(E=(E<=0?-1:1)*p),isNaN(E)||m&&(o[l][I][T]+=E)}t.setItemLayout(w,{x:b,y:C,width:S,height:E})}}),this)}var w={seriesType:"bar",plan:l(),reset:function(e){if(_(e)&&b(e)){var t=e.getData(),n=e.coordinateSystem,r=n.grid.getRect(),i=n.getBaseAxis(),o=n.getOtherAxis(i),a=t.mapDimension(o.dim),s=t.mapDimension(i.dim),l=o.isHorizontal(),u=l?0:1,h=y(v([e]),i,e).width;return h>c||(h=c),{progress:d}}function d(e,t){var c,d=e.count,f=new A(2*d),p=new A(2*d),g=new A(d),v=[],m=[],y=0,x=0;while(null!=(c=e.next()))m[u]=t.get(a,c),m[1-u]=t.get(s,c),v=n.dataToPoint(m,null,v),p[y]=l?r.x+r.width:v[0],f[y++]=v[0],p[y]=l?v[1]:r.y+r.height,f[y++]=v[1],g[x++]=c;t.setLayout({largePoints:f,largeDataIndices:g,largeBackgroundPoints:p,barWidth:h,valueAxisStart:B(i,o,!1),backgroundStart:l?r.x:r.y,valueAxisHorizontal:l})}}};function _(e){return e.coordinateSystem&&"cartesian2d"===e.coordinateSystem.type}function b(e){return e.pipelineContext&&e.pipelineContext.large}function B(e,t,n){return t.toGlobalCoord(t.dataToCoord("log"===t.type?1:0))}t.getLayoutOnAxis=f,t.prepareLayoutBarSeries=p,t.makeColumnLayout=v,t.retrieveColumnLayout=y,t.layout=x,t.largeLayout=w},"9e2e":function(e,t,n){var r=n("a73c"),i=n("9850"),o=n("82eb"),a=o.WILL_BE_RESTORED,s=new i,l=function(){};l.prototype={constructor:l,drawRectText:function(e,t){var n=this.style;t=n.textRect||t,this.__dirty&&r.normalizeTextStyle(n,!0);var i=n.text;if(null!=i&&(i+=""),r.needDrawText(i,n)){e.save();var o=this.transform;n.transformText?this.setTransform(e):o&&(s.copy(t),s.applyTransform(o),t=s),r.renderText(this,e,i,n,t,a),e.restore()}}};var u=l;e.exports=u},"9e47":function(e,t,n){var r=n("6d8b"),i=n("71ad"),o=n("6cb7"),a=n("f934"),s=a.getLayoutParams,l=a.mergeLayoutParam,u=n("8e43"),c=["value","category","time","log"];function A(e,t,n,a){r.each(c,(function(o){t.extend({type:e+"Axis."+o,mergeDefaultAndTheme:function(t,i){var a=this.layoutMode,u=a?s(t):{},c=i.getTheme();r.merge(t,c.get(o+"Axis")),r.merge(t,this.getDefaultOption()),t.type=n(e,t),a&&l(t,u,a)},optionUpdated:function(){var e=this.option;"category"===e.type&&(this.__ordinalMeta=u.createByAxisModel(this))},getCategories:function(e){var t=this.option;if("category"===t.type)return e?t.data:this.__ordinalMeta.categories},getOrdinalMeta:function(){return this.__ordinalMeta},defaultOption:r.mergeAll([{},i[o+"Axis"],a],!0)})})),o.registerSubTypeDefaulter(e+"Axis",r.curry(n,e))}e.exports=A},"9e87":function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("50e5");r.registerAction("dataZoom",(function(e,t){var n=o.createLinkedNodesFinder(i.bind(t.eachComponent,t,"dataZoom"),o.eachAxisDim,(function(e,t){return e.get(t.axisIndex)})),r=[];t.eachComponent({mainType:"dataZoom",query:e},(function(e,t){r.push.apply(r,n(e).nodes)})),i.each(r,(function(t,n){t.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})}))}))},"9ed3":function(e,t,n){"use strict";var r=n("ae93").IteratorPrototype,i=n("7c73"),o=n("5c6c"),a=n("d44e"),s=n("3f8c"),l=function(){return this};e.exports=function(e,t,n){var u=t+" Iterator";return e.prototype=i(r,{next:o(1,n)}),a(e,u,!1,!0),s[u]=l,e}},"9f51":function(e,t,n){var r=n("857d"),i=r.normalizeRadian,o=2*Math.PI;function a(e,t,n,r,a,s,l,u,c){if(0===l)return!1;var A=l;u-=e,c-=t;var h=Math.sqrt(u*u+c*c);if(h-A>n||h+A<n)return!1;if(Math.abs(r-a)%o<1e-4)return!0;if(s){var d=r;r=i(a),a=i(d)}else r=i(r),a=i(a);r>a&&(a+=o);var f=Math.atan2(c,u);return f<0&&(f+=o),f>=r&&f<=a||f+o>=r&&f+o<=a}t.containStroke=a},"9f7f":function(e,t,n){"use strict";var r=n("d039");function i(e,t){return RegExp(e,t)}t.UNSUPPORTED_Y=r((function(){var e=i("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),t.BROKEN_CARET=r((function(){var e=i("^r","gy");return e.lastIndex=2,null!=e.exec("str")}))},"9f82":function(e,t,n){var r=n("ee1a"),i=r.isDimensionStacked,o=n("6d8b"),a=o.map;function s(e,t,n){var r,o=e.getBaseAxis(),s=e.getOtherAxis(o),u=l(s,n),c=o.dim,A=s.dim,h=t.mapDimension(A),d=t.mapDimension(c),f="x"===A||"radius"===A?1:0,p=a(e.dimensions,(function(e){return t.mapDimension(e)})),g=t.getCalculationInfo("stackResultDimension");return(r|=i(t,p[0]))&&(p[0]=g),(r|=i(t,p[1]))&&(p[1]=g),{dataDimsForPoint:p,valueStart:u,valueAxisDim:A,baseAxisDim:c,stacked:!!r,valueDim:h,baseDim:d,baseDataOffset:f,stackedOverDimension:t.getCalculationInfo("stackedOverDimension")}}function l(e,t){var n=0,r=e.scale.getExtent();return"start"===t?n=r[0]:"end"===t?n=r[1]:r[0]>0?n=r[0]:r[1]<0&&(n=r[1]),n}function u(e,t,n,r){var i=NaN;e.stacked&&(i=n.get(n.getCalculationInfo("stackedOverDimension"),r)),isNaN(i)&&(i=e.valueStart);var o=e.baseDataOffset,a=[];return a[o]=n.get(e.baseDim,r),a[1-o]=i,t.dataToPoint(a)}t.prepareDataCoordInfo=s,t.getStackedOnPoint=u},"9fa3":function(e,t,n){var r=n("4ab1"),i=n("6d8b"),o=n("1687");function a(e,t){r.call(this,e,t,"clipPath","__clippath_in_use__")}i.inherits(a,r),a.prototype.update=function(e){var t=this.getSvgElement(e);t&&this.updateDom(t,e.__clipPaths,!1);var n=this.getTextSvgElement(e);n&&this.updateDom(n,e.__clipPaths,!0),this.markUsed(e)},a.prototype.updateDom=function(e,t,n){if(t&&t.length>0){var r,i,a=this.getDefs(!0),s=t[0],l=n?"_textDom":"_dom";s[l]?(i=s[l].getAttribute("id"),r=s[l],a.contains(r)||a.appendChild(r)):(i="zr"+this._zrId+"-clip-"+this.nextId,++this.nextId,r=this.createElement("clipPath"),r.setAttribute("id",i),a.appendChild(r),s[l]=r);var u=this.getSvgProxy(s);if(s.transform&&s.parent.invTransform&&!n){var c=Array.prototype.slice.call(s.transform);o.mul(s.transform,s.parent.invTransform,s.transform),u.brush(s),s.transform=c}else u.brush(s);var A=this.getSvgElement(s);r.innerHTML="",r.appendChild(A.cloneNode()),e.setAttribute("clip-path","url(#"+i+")"),t.length>1&&this.updateDom(r,t.slice(1),n)}else e&&e.setAttribute("clip-path","none")},a.prototype.markUsed=function(e){var t=this;e.__clipPaths&&i.each(e.__clipPaths,(function(e){e._dom&&r.prototype.markUsed.call(t,e._dom),e._textDom&&r.prototype.markUsed.call(t,e._textDom)}))};var s=a;e.exports=s},"9fbb":function(e,t,n){var r=n("4d88");e.exports=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==r(e)?e.split(""):Object(e)}},a016:function(e,t,n){var r=n("4f85"),i=n("e46b"),o=n("6d8b"),a=n("eda2"),s=a.encodeHTML,l=n("c4a3"),u=r.extend({type:"series.radar",dependencies:["radar"],init:function(e){u.superApply(this,"init",arguments),this.legendVisualProvider=new l(o.bind(this.getData,this),o.bind(this.getRawData,this))},getInitialData:function(e,t){return i(this,{generateCoord:"indicator_",generateCoordCount:1/0})},formatTooltip:function(e,t,n,r){var i=this.getData(),a=this.coordinateSystem,l=a.getIndicatorAxes(),u=this.getData().getName(e),c="html"===r?"<br/>":"\n";return s(""===u?this.name:u)+c+o.map(l,(function(t,n){var r=i.get(i.mapDimension(t.dim),e);return s(t.name+" : "+r)})).join(c)},getTooltipPosition:function(e){if(null!=e)for(var t=this.getData(),n=this.coordinateSystem,r=t.getValues(o.map(n.dimensions,(function(e){return t.mapDimension(e)})),e,!0),i=0,a=r.length;i<a;i++)if(!isNaN(r[i])){var s=n.getIndicatorAxes();return n.coordToPoint(s[i].dataToCoord(r[i]),i)}},defaultOption:{zlevel:0,z:2,coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid"},label:{position:"top"},symbol:"emptyCircle",symbolSize:4}}),c=u;e.exports=c},a04e:function(e,t,n){var r=n("6cb7");r.registerSubTypeDefaulter("timeline",(function(){return"slider"}))},a15a:function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("9850"),a=n("e86a"),s=a.calculateTextPosition,l=i.extendShape({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=t.width/2,o=t.height/2;e.moveTo(n,r-o),e.lineTo(n+i,r+o),e.lineTo(n-i,r+o),e.closePath()}}),u=i.extendShape({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=t.width/2,o=t.height/2;e.moveTo(n,r-o),e.lineTo(n+i,r),e.lineTo(n,r+o),e.lineTo(n-i,r),e.closePath()}}),c=i.extendShape({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.x,r=t.y,i=t.width/5*3,o=Math.max(i,t.height),a=i/2,s=a*a/(o-a),l=r-o+a+s,u=Math.asin(s/a),c=Math.cos(u)*a,A=Math.sin(u),h=Math.cos(u),d=.6*a,f=.7*a;e.moveTo(n-c,l+s),e.arc(n,l,a,Math.PI-u,2*Math.PI+u),e.bezierCurveTo(n+c-A*d,l+s+h*d,n,r-f,n,r),e.bezierCurveTo(n,r-f,n-c+A*d,l+s+h*d,n-c,l+s),e.closePath()}}),A=i.extendShape({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var n=t.height,r=t.width,i=t.x,o=t.y,a=r/3*2;e.moveTo(i,o),e.lineTo(i+a,o+n),e.lineTo(i,o+n/4*3),e.lineTo(i-a,o+n),e.lineTo(i,o),e.closePath()}}),h={line:i.Line,rect:i.Rect,roundRect:i.Rect,square:i.Rect,circle:i.Circle,diamond:u,pin:c,arrow:A,triangle:l},d={line:function(e,t,n,r,i){i.x1=e,i.y1=t+r/2,i.x2=e+n,i.y2=t+r/2},rect:function(e,t,n,r,i){i.x=e,i.y=t,i.width=n,i.height=r},roundRect:function(e,t,n,r,i){i.x=e,i.y=t,i.width=n,i.height=r,i.r=Math.min(n,r)/4},square:function(e,t,n,r,i){var o=Math.min(n,r);i.x=e,i.y=t,i.width=o,i.height=o},circle:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.r=Math.min(n,r)/2},diamond:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.width=n,i.height=r},pin:function(e,t,n,r,i){i.x=e+n/2,i.y=t+r/2,i.width=n,i.height=r},arrow:function(e,t,n,r,i){i.x=e+n/2,i.y=t+r/2,i.width=n,i.height=r},triangle:function(e,t,n,r,i){i.cx=e+n/2,i.cy=t+r/2,i.width=n,i.height=r}},f={};r.each(h,(function(e,t){f[t]=new e}));var p=i.extendShape({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(e,t,n){var r=s(e,t,n),i=this.shape;return i&&"pin"===i.symbolType&&"inside"===t.textPosition&&(r.y=n.y+.4*n.height),r},buildPath:function(e,t,n){var r=t.symbolType;if("none"!==r){var i=f[r];i||(r="rect",i=f[r]),d[r](t.x,t.y,t.width,t.height,i.shape),i.buildPath(e,i.shape,n)}}});function g(e,t){if("image"!==this.type){var n=this.style,r=this.shape;r&&"line"===r.symbolType?n.stroke=e:this.__isEmptyBrush?(n.stroke=e,n.fill=t||"#fff"):(n.fill&&(n.fill=e),n.stroke&&(n.stroke=e)),this.dirty(!1)}}function v(e,t,n,r,a,s,l){var u,c=0===e.indexOf("empty");return c&&(e=e.substr(5,1).toLowerCase()+e.substr(6)),u=0===e.indexOf("image://")?i.makeImage(e.slice(8),new o(t,n,r,a),l?"center":"cover"):0===e.indexOf("path://")?i.makePath(e.slice(7),{},new o(t,n,r,a),l?"center":"cover"):new p({shape:{symbolType:e,x:t,y:n,width:r,height:a}}),u.__isEmptyBrush=c,u.setColor=g,u.setColor(s),u}t.createSymbol=v},a15b:function(e,t,n){"use strict";var r=n("23e7"),i=n("44ad"),o=n("fc6a"),a=n("a640"),s=[].join,l=i!=Object,u=a("join",",");r({target:"Array",proto:!0,forced:l||!u},{join:function(e){return s.call(o(this),void 0===e?",":e)}})},a15e:function(e,t,n){"use strict";n.r(t);var r=n("41b2"),i=n.n(r),o=n("1098"),a=n.n(o),s=/%[sdj%]/g,l=function(){};function u(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=1,i=t[0],o=t.length;if("function"===typeof i)return i.apply(null,t.slice(1));if("string"===typeof i){for(var a=String(i).replace(s,(function(e){if("%%"===e)return"%";if(r>=o)return e;switch(e){case"%s":return String(t[r++]);case"%d":return Number(t[r++]);case"%j":try{return JSON.stringify(t[r++])}catch(n){return"[Circular]"}break;default:return e}})),l=t[r];r<o;l=t[++r])a+=" "+l;return a}return i}function c(e){return"string"===e||"url"===e||"hex"===e||"email"===e||"pattern"===e}function A(e,t){return void 0===e||null===e||(!("array"!==t||!Array.isArray(e)||e.length)||!(!c(t)||"string"!==typeof e||e))}function h(e,t,n){var r=[],i=0,o=e.length;function a(e){r.push.apply(r,e),i++,i===o&&n(r)}e.forEach((function(e){t(e,a)}))}function d(e,t,n){var r=0,i=e.length;function o(a){if(a&&a.length)n(a);else{var s=r;r+=1,s<i?t(e[s],o):n([])}}o([])}function f(e){var t=[];return Object.keys(e).forEach((function(n){t.push.apply(t,e[n])})),t}function p(e,t,n,r){if(t.first){var i=f(e);return d(i,n,r)}var o=t.firstFields||[];!0===o&&(o=Object.keys(e));var a=Object.keys(e),s=a.length,l=0,u=[],c=function(e){u.push.apply(u,e),l++,l===s&&r(u)};a.forEach((function(t){var r=e[t];-1!==o.indexOf(t)?d(r,n,c):h(r,n,c)}))}function g(e){return function(t){return t&&t.message?(t.field=t.field||e.fullField,t):{message:t,field:t.field||e.fullField}}}function v(e,t){if(t)for(var n in t)if(t.hasOwnProperty(n)){var r=t[n];"object"===("undefined"===typeof r?"undefined":a()(r))&&"object"===a()(e[n])?e[n]=i()({},e[n],r):e[n]=r}return e}function m(e,t,n,r,i,o){!e.required||n.hasOwnProperty(e.field)&&!A(t,o||e.type)||r.push(u(i.messages.required,e.fullField))}var y=m;function x(e,t,n,r,i){(/^\s+$/.test(t)||""===t)&&r.push(u(i.messages.whitespace,e.fullField))}var w=x,_={email:/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/,url:new RegExp("^(?!mailto:)(?:(?:http|https|ftp)://|//)(?:\\S+(?::\\S*)?@)?(?:(?:(?:[1-9]\\d?|1\\d\\d|2[01]\\d|22[0-3])(?:\\.(?:1?\\d{1,2}|2[0-4]\\d|25[0-5])){2}(?:\\.(?:[0-9]\\d?|1\\d\\d|2[0-4]\\d|25[0-4]))|(?:(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)(?:\\.(?:[a-z\\u00a1-\\uffff0-9]+-?)*[a-z\\u00a1-\\uffff0-9]+)*(?:\\.(?:[a-z\\u00a1-\\uffff]{2,})))|localhost)(?::\\d{2,5})?(?:(/|\\?|#)[^\\s]*)?$","i"),hex:/^#?([a-f0-9]{6}|[a-f0-9]{3})$/i},b={integer:function(e){return b.number(e)&&parseInt(e,10)===e},float:function(e){return b.number(e)&&!b.integer(e)},array:function(e){return Array.isArray(e)},regexp:function(e){if(e instanceof RegExp)return!0;try{return!!new RegExp(e)}catch(t){return!1}},date:function(e){return"function"===typeof e.getTime&&"function"===typeof e.getMonth&&"function"===typeof e.getYear},number:function(e){return!isNaN(e)&&"number"===typeof e},object:function(e){return"object"===("undefined"===typeof e?"undefined":a()(e))&&!b.array(e)},method:function(e){return"function"===typeof e},email:function(e){return"string"===typeof e&&!!e.match(_.email)&&e.length<255},url:function(e){return"string"===typeof e&&!!e.match(_.url)},hex:function(e){return"string"===typeof e&&!!e.match(_.hex)}};function B(e,t,n,r,i){if(e.required&&void 0===t)y(e,t,n,r,i);else{var o=["integer","float","array","regexp","object","method","email","number","date","url","hex"],s=e.type;o.indexOf(s)>-1?b[s](t)||r.push(u(i.messages.types[s],e.fullField,e.type)):s&&("undefined"===typeof t?"undefined":a()(t))!==e.type&&r.push(u(i.messages.types[s],e.fullField,e.type))}}var C=B;function S(e,t,n,r,i){var o="number"===typeof e.len,a="number"===typeof e.min,s="number"===typeof e.max,l=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c=t,A=null,h="number"===typeof t,d="string"===typeof t,f=Array.isArray(t);if(h?A="number":d?A="string":f&&(A="array"),!A)return!1;f&&(c=t.length),d&&(c=t.replace(l,"_").length),o?c!==e.len&&r.push(u(i.messages[A].len,e.fullField,e.len)):a&&!s&&c<e.min?r.push(u(i.messages[A].min,e.fullField,e.min)):s&&!a&&c>e.max?r.push(u(i.messages[A].max,e.fullField,e.max)):a&&s&&(c<e.min||c>e.max)&&r.push(u(i.messages[A].range,e.fullField,e.min,e.max))}var E=S,M="enum";function I(e,t,n,r,i){e[M]=Array.isArray(e[M])?e[M]:[],-1===e[M].indexOf(t)&&r.push(u(i.messages[M],e.fullField,e[M].join(", ")))}var T=I;function D(e,t,n,r,i){if(e.pattern)if(e.pattern instanceof RegExp)e.pattern.lastIndex=0,e.pattern.test(t)||r.push(u(i.messages.pattern.mismatch,e.fullField,t,e.pattern));else if("string"===typeof e.pattern){var o=new RegExp(e.pattern);o.test(t)||r.push(u(i.messages.pattern.mismatch,e.fullField,t,e.pattern))}}var F=D,Q={required:y,whitespace:w,type:C,range:E,enum:T,pattern:F};function L(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t,"string")&&!e.required)return n();Q.required(e,t,r,o,i,"string"),A(t,"string")||(Q.type(e,t,r,o,i),Q.range(e,t,r,o,i),Q.pattern(e,t,r,o,i),!0===e.whitespace&&Q.whitespace(e,t,r,o,i))}n(o)}var U=L;function O(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&Q.type(e,t,r,o,i)}n(o)}var N=O;function k(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&(Q.type(e,t,r,o,i),Q.range(e,t,r,o,i))}n(o)}var P=k;function H(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&Q.type(e,t,r,o,i)}n(o)}var R=H;function z(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),A(t)||Q.type(e,t,r,o,i)}n(o)}var V=z;function K(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&(Q.type(e,t,r,o,i),Q.range(e,t,r,o,i))}n(o)}var G=K;function j(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&(Q.type(e,t,r,o,i),Q.range(e,t,r,o,i))}n(o)}var W=j;function X(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t,"array")&&!e.required)return n();Q.required(e,t,r,o,i,"array"),A(t,"array")||(Q.type(e,t,r,o,i),Q.range(e,t,r,o,i))}n(o)}var Y=X;function q(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),void 0!==t&&Q.type(e,t,r,o,i)}n(o)}var J=q,Z="enum";function $(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();Q.required(e,t,r,o,i),t&&Q[Z](e,t,r,o,i)}n(o)}var ee=$;function te(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t,"string")&&!e.required)return n();Q.required(e,t,r,o,i),A(t,"string")||Q.pattern(e,t,r,o,i)}n(o)}var ne=te;function re(e,t,n,r,i){var o=[],a=e.required||!e.required&&r.hasOwnProperty(e.field);if(a){if(A(t)&&!e.required)return n();if(Q.required(e,t,r,o,i),!A(t)){var s=void 0;s="number"===typeof t?new Date(t):t,Q.type(e,s,r,o,i),s&&Q.range(e,s.getTime(),r,o,i)}}n(o)}var ie=re;function oe(e,t,n,r,i){var o=[],s=Array.isArray(t)?"array":"undefined"===typeof t?"undefined":a()(t);Q.required(e,t,r,o,i,s),n(o)}var ae=oe;function se(e,t,n,r,i){var o=e.type,a=[],s=e.required||!e.required&&r.hasOwnProperty(e.field);if(s){if(A(t,o)&&!e.required)return n();Q.required(e,t,r,a,i,o),A(t,o)||Q.type(e,t,r,a,i)}n(a)}var le=se,ue={string:U,method:N,number:P,boolean:R,regexp:V,integer:G,float:W,array:Y,object:J,enum:ee,pattern:ne,date:ie,url:le,hex:le,email:le,required:ae};function ce(){return{default:"Validation error on field %s",required:"%s is required",enum:"%s must be one of %s",whitespace:"%s cannot be empty",date:{format:"%s date %s is invalid for format %s",parse:"%s date could not be parsed, %s is invalid ",invalid:"%s date %s is invalid"},types:{string:"%s is not a %s",method:"%s is not a %s (function)",array:"%s is not an %s",object:"%s is not an %s",number:"%s is not a %s",date:"%s is not a %s",boolean:"%s is not a %s",integer:"%s is not an %s",float:"%s is not a %s",regexp:"%s is not a valid %s",email:"%s is not a valid %s",url:"%s is not a valid %s",hex:"%s is not a valid %s"},string:{len:"%s must be exactly %s characters",min:"%s must be at least %s characters",max:"%s cannot be longer than %s characters",range:"%s must be between %s and %s characters"},number:{len:"%s must equal %s",min:"%s cannot be less than %s",max:"%s cannot be greater than %s",range:"%s must be between %s and %s"},array:{len:"%s must be exactly %s in length",min:"%s cannot be less than %s in length",max:"%s cannot be greater than %s in length",range:"%s must be between %s and %s in length"},pattern:{mismatch:"%s value %s does not match pattern %s"},clone:function(){var e=JSON.parse(JSON.stringify(this));return e.clone=this.clone,e}}}var Ae=ce();function he(e){this.rules=null,this._messages=Ae,this.define(e)}he.prototype={messages:function(e){return e&&(this._messages=v(ce(),e)),this._messages},define:function(e){if(!e)throw new Error("Cannot configure a schema with no rules");if("object"!==("undefined"===typeof e?"undefined":a()(e))||Array.isArray(e))throw new Error("Rules must be an object");this.rules={};var t=void 0,n=void 0;for(t in e)e.hasOwnProperty(t)&&(n=e[t],this.rules[t]=Array.isArray(n)?n:[n])},validate:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=arguments[2],o=e,s=n,c=r;if("function"===typeof s&&(c=s,s={}),this.rules&&0!==Object.keys(this.rules).length){if(s.messages){var A=this.messages();A===Ae&&(A=ce()),v(A,s.messages),s.messages=A}else s.messages=this.messages();var h=void 0,d=void 0,f={},m=s.keys||Object.keys(this.rules);m.forEach((function(n){h=t.rules[n],d=o[n],h.forEach((function(r){var a=r;"function"===typeof a.transform&&(o===e&&(o=i()({},o)),d=o[n]=a.transform(d)),a="function"===typeof a?{validator:a}:i()({},a),a.validator=t.getValidationMethod(a),a.field=n,a.fullField=a.fullField||n,a.type=t.getType(a),a.validator&&(f[n]=f[n]||[],f[n].push({rule:a,value:d,source:o,field:n}))}))}));var y={};p(f,s,(function(e,t){var n=e.rule,r=("object"===n.type||"array"===n.type)&&("object"===a()(n.fields)||"object"===a()(n.defaultField));function o(e,t){return i()({},t,{fullField:n.fullField+"."+e})}function c(){var a=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],c=a;if(Array.isArray(c)||(c=[c]),c.length&&l("async-validator:",c),c.length&&n.message&&(c=[].concat(n.message)),c=c.map(g(n)),s.first&&c.length)return y[n.field]=1,t(c);if(r){if(n.required&&!e.value)return c=n.message?[].concat(n.message).map(g(n)):s.error?[s.error(n,u(s.messages.required,n.field))]:[],t(c);var A={};if(n.defaultField)for(var h in e.value)e.value.hasOwnProperty(h)&&(A[h]=n.defaultField);for(var d in A=i()({},A,e.rule.fields),A)if(A.hasOwnProperty(d)){var f=Array.isArray(A[d])?A[d]:[A[d]];A[d]=f.map(o.bind(null,d))}var p=new he(A);p.messages(s.messages),e.rule.options&&(e.rule.options.messages=s.messages,e.rule.options.error=s.error),p.validate(e.value,e.rule.options||s,(function(e){t(e&&e.length?c.concat(e):e)}))}else t(c)}r=r&&(n.required||!n.required&&e.value),n.field=e.field;var A=n.validator(n,e.value,c,e.source,s);A&&A.then&&A.then((function(){return c()}),(function(e){return c(e)}))}),(function(e){x(e)}))}else c&&c();function x(e){var t=void 0,n=void 0,r=[],i={};function o(e){Array.isArray(e)?r=r.concat.apply(r,e):r.push(e)}for(t=0;t<e.length;t++)o(e[t]);if(r.length)for(t=0;t<r.length;t++)n=r[t].field,i[n]=i[n]||[],i[n].push(r[t]);else r=null,i=null;c(r,i)}},getType:function(e){if(void 0===e.type&&e.pattern instanceof RegExp&&(e.type="pattern"),"function"!==typeof e.validator&&e.type&&!ue.hasOwnProperty(e.type))throw new Error(u("Unknown rule type %s",e.type));return e.type||"string"},getValidationMethod:function(e){if("function"===typeof e.validator)return e.validator;var t=Object.keys(e),n=t.indexOf("message");return-1!==n&&t.splice(n,1),1===t.length&&"required"===t[0]?ue.required:ue[this.getType(e)]||!1}},he.register=function(e,t){if("function"!==typeof t)throw new Error("Cannot register a validator by type, validator is not a function");ue[e]=t},he.messages=Ae;t["default"]=he},a18f:function(e,t,n){var r=n("3a56"),i=r.extend({type:"dataZoom.inside",defaultOption:{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}});e.exports=i},a38d:function(e,t,n){var r=n("2306"),i=n("392f"),o=n("9680"),a=n("68ab"),s=r.extendShape({shape:{polyline:!1,curveness:0,segs:[]},buildPath:function(e,t){var n=t.segs,r=t.curveness;if(t.polyline)for(var i=0;i<n.length;){var o=n[i++];if(o>0){e.moveTo(n[i++],n[i++]);for(var a=1;a<o;a++)e.lineTo(n[i++],n[i++])}}else for(i=0;i<n.length;){var s=n[i++],l=n[i++],u=n[i++],c=n[i++];if(e.moveTo(s,l),r>0){var A=(s+u)/2-(l-c)*r,h=(l+c)/2-(u-s)*r;e.quadraticCurveTo(A,h,u,c)}else e.lineTo(u,c)}},findDataIndex:function(e,t){var n=this.shape,r=n.segs,i=n.curveness;if(n.polyline)for(var s=0,l=0;l<r.length;){var u=r[l++];if(u>0)for(var c=r[l++],A=r[l++],h=1;h<u;h++){var d=r[l++],f=r[l++];if(o.containStroke(c,A,d,f))return s}s++}else for(s=0,l=0;l<r.length;){c=r[l++],A=r[l++],d=r[l++],f=r[l++];if(i>0){var p=(c+d)/2-(A-f)*i,g=(A+f)/2-(d-c)*i;if(a.containStroke(c,A,p,g,d,f))return s}else if(o.containStroke(c,A,d,f))return s;s++}return-1}});function l(){this.group=new r.Group}var u=l.prototype;u.isPersistent=function(){return!this._incremental},u.updateData=function(e){this.group.removeAll();var t=new s({rectHover:!0,cursor:"default"});t.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(t,e),this.group.add(t),this._incremental=null},u.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>5e5?(this._incremental||(this._incremental=new i({silent:!0})),this.group.add(this._incremental)):this._incremental=null},u.incrementalUpdate=function(e,t){var n=new s;n.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(n,t,!!this._incremental),this._incremental?this._incremental.addDisplayable(n,!0):(n.rectHover=!0,n.cursor="default",n.__startIndex=e.start,this.group.add(n))},u.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},u._setCommon=function(e,t,n){var r=t.hostModel;e.setShape({polyline:r.get("polyline"),curveness:r.get("lineStyle.curveness")}),e.useStyle(r.getModel("lineStyle").getLineStyle()),e.style.strokeNoScale=!0;var i=t.getVisual("color");i&&e.setStyle("stroke",i),e.setStyle("fill"),n||(e.seriesIndex=r.seriesIndex,e.on("mousemove",(function(t){e.dataIndex=null;var n=e.findDataIndex(t.offsetX,t.offsetY);n>0&&(e.dataIndex=n+e.__startIndex)})))},u._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var c=l;e.exports=c},a3de:function(e,t,n){"use strict";var r=!("undefined"===typeof window||!window.document||!window.document.createElement),i={canUseDOM:r,canUseWorkers:"undefined"!==typeof Worker,canUseEventListeners:r&&!(!window.addEventListener&&!window.attachEvent),canUseViewport:r&&!!window.screen,isInWorker:!r};e.exports=i},a434:function(e,t,n){"use strict";var r=n("23e7"),i=n("23cb"),o=n("a691"),a=n("50c4"),s=n("7b0b"),l=n("65f0"),u=n("8418"),c=n("1dde"),A=n("ae40"),h=c("splice"),d=A("splice",{ACCESSORS:!0,0:0,1:2}),f=Math.max,p=Math.min,g=9007199254740991,v="Maximum allowed length exceeded";r({target:"Array",proto:!0,forced:!h||!d},{splice:function(e,t){var n,r,c,A,h,d,m=s(this),y=a(m.length),x=i(e,y),w=arguments.length;if(0===w?n=r=0:1===w?(n=0,r=y-x):(n=w-2,r=p(f(o(t),0),y-x)),y+n-r>g)throw TypeError(v);for(c=l(m,r),A=0;A<r;A++)h=x+A,h in m&&u(c,A,m[h]);if(c.length=r,n<r){for(A=x;A<y-r;A++)h=A+r,d=A+n,h in m?m[d]=m[h]:delete m[d];for(A=y;A>y-r+n;A--)delete m[A-1]}else if(n>r)for(A=y-r;A>x;A--)h=A+r-1,d=A+n-1,h in m?m[d]=m[h]:delete m[d];for(A=0;A<n;A++)m[A+x]=arguments[A+2];return m.length=y-r+n,c}})},a4b1:function(e,t,n){var r=n("3eba");n("00ba"),n("4d62");var i=n("98e7"),o=n("24b9"),a=n("d3f4");r.registerVisual(i("funnel")),r.registerLayout(o),r.registerProcessor(a("funnel"))},a4d3:function(e,t,n){"use strict";var r=n("23e7"),i=n("da84"),o=n("d066"),a=n("c430"),s=n("83ab"),l=n("4930"),u=n("fdbf"),c=n("d039"),A=n("5135"),h=n("e8b5"),d=n("861d"),f=n("825a"),p=n("7b0b"),g=n("fc6a"),v=n("c04e"),m=n("5c6c"),y=n("7c73"),x=n("df75"),w=n("241c"),_=n("057f"),b=n("7418"),B=n("06cf"),C=n("9bf2"),S=n("d1e7"),E=n("9112"),M=n("6eeb"),I=n("5692"),T=n("f772"),D=n("d012"),F=n("90e3"),Q=n("b622"),L=n("e538"),U=n("746f"),O=n("d44e"),N=n("69f3"),k=n("b727").forEach,P=T("hidden"),H="Symbol",R="prototype",z=Q("toPrimitive"),V=N.set,K=N.getterFor(H),G=Object[R],j=i.Symbol,W=o("JSON","stringify"),X=B.f,Y=C.f,q=_.f,J=S.f,Z=I("symbols"),$=I("op-symbols"),ee=I("string-to-symbol-registry"),te=I("symbol-to-string-registry"),ne=I("wks"),re=i.QObject,ie=!re||!re[R]||!re[R].findChild,oe=s&&c((function(){return 7!=y(Y({},"a",{get:function(){return Y(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=X(G,t);r&&delete G[t],Y(e,t,n),r&&e!==G&&Y(G,t,r)}:Y,ae=function(e,t){var n=Z[e]=y(j[R]);return V(n,{type:H,tag:e,description:t}),s||(n.description=t),n},se=u?function(e){return"symbol"==typeof e}:function(e){return Object(e)instanceof j},le=function(e,t,n){e===G&&le($,t,n),f(e);var r=v(t,!0);return f(n),A(Z,r)?(n.enumerable?(A(e,P)&&e[P][r]&&(e[P][r]=!1),n=y(n,{enumerable:m(0,!1)})):(A(e,P)||Y(e,P,m(1,{})),e[P][r]=!0),oe(e,r,n)):Y(e,r,n)},ue=function(e,t){f(e);var n=g(t),r=x(n).concat(fe(n));return k(r,(function(t){s&&!Ae.call(n,t)||le(e,t,n[t])})),e},ce=function(e,t){return void 0===t?y(e):ue(y(e),t)},Ae=function(e){var t=v(e,!0),n=J.call(this,t);return!(this===G&&A(Z,t)&&!A($,t))&&(!(n||!A(this,t)||!A(Z,t)||A(this,P)&&this[P][t])||n)},he=function(e,t){var n=g(e),r=v(t,!0);if(n!==G||!A(Z,r)||A($,r)){var i=X(n,r);return!i||!A(Z,r)||A(n,P)&&n[P][r]||(i.enumerable=!0),i}},de=function(e){var t=q(g(e)),n=[];return k(t,(function(e){A(Z,e)||A(D,e)||n.push(e)})),n},fe=function(e){var t=e===G,n=q(t?$:g(e)),r=[];return k(n,(function(e){!A(Z,e)||t&&!A(G,e)||r.push(Z[e])})),r};if(l||(j=function(){if(this instanceof j)throw TypeError("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?String(arguments[0]):void 0,t=F(e),n=function(e){this===G&&n.call($,e),A(this,P)&&A(this[P],t)&&(this[P][t]=!1),oe(this,t,m(1,e))};return s&&ie&&oe(G,t,{configurable:!0,set:n}),ae(t,e)},M(j[R],"toString",(function(){return K(this).tag})),M(j,"withoutSetter",(function(e){return ae(F(e),e)})),S.f=Ae,C.f=le,B.f=he,w.f=_.f=de,b.f=fe,L.f=function(e){return ae(Q(e),e)},s&&(Y(j[R],"description",{configurable:!0,get:function(){return K(this).description}}),a||M(G,"propertyIsEnumerable",Ae,{unsafe:!0}))),r({global:!0,wrap:!0,forced:!l,sham:!l},{Symbol:j}),k(x(ne),(function(e){U(e)})),r({target:H,stat:!0,forced:!l},{for:function(e){var t=String(e);if(A(ee,t))return ee[t];var n=j(t);return ee[t]=n,te[n]=t,n},keyFor:function(e){if(!se(e))throw TypeError(e+" is not a symbol");if(A(te,e))return te[e]},useSetter:function(){ie=!0},useSimple:function(){ie=!1}}),r({target:"Object",stat:!0,forced:!l,sham:!s},{create:ce,defineProperty:le,defineProperties:ue,getOwnPropertyDescriptor:he}),r({target:"Object",stat:!0,forced:!l},{getOwnPropertyNames:de,getOwnPropertySymbols:fe}),r({target:"Object",stat:!0,forced:c((function(){b.f(1)}))},{getOwnPropertySymbols:function(e){return b.f(p(e))}}),W){var pe=!l||c((function(){var e=j();return"[null]"!=W([e])||"{}"!=W({a:e})||"{}"!=W(Object(e))}));r({target:"JSON",stat:!0,forced:pe},{stringify:function(e,t,n){var r,i=[e],o=1;while(arguments.length>o)i.push(arguments[o++]);if(r=t,(d(t)||void 0!==e)&&!se(e))return h(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!se(t))return t}),i[1]=t,W.apply(null,i)}})}j[R][z]||E(j[R],z,j[R].valueOf),O(j,H),D[P]=!0},a4fe:function(e,t,n){var r=n("3eba"),i="\0_ec_interaction_mutex";function o(e,t,n){var r=l(e);r[t]=n}function a(e,t,n){var r=l(e),i=r[t];i===n&&(r[t]=null)}function s(e,t){return!!l(e)[t]}function l(e){return e[i]||(e[i]={})}r.registerAction({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},(function(){})),t.take=o,t.release=a,t.isTaken=s},a5d8:function(e,t,n){},a630:function(e,t,n){var r=n("23e7"),i=n("4df4"),o=n("1c7e"),a=!o((function(e){Array.from(e)}));r({target:"Array",stat:!0,forced:a},{from:i})},a640:function(e,t,n){"use strict";var r=n("d039");e.exports=function(e,t){var n=[][e];return!!n&&r((function(){n.call(null,t||function(){throw 1},1)}))}},a666:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306"),a=n("0c41"),s="__seriesMapHighDown",l="__seriesMapCallKey",u=r.extendChartView({type:"map",render:function(e,t,n,r){if(!r||"mapToggleSelect"!==r.type||r.from!==this.uid){var i=this.group;if(i.removeAll(),!e.getHostGeoModel()){if(r&&"geoRoam"===r.type&&"series"===r.componentType&&r.seriesId===e.id){o=this._mapDraw;o&&i.add(o.group)}else if(e.needsDrawMap){var o=this._mapDraw||new a(n,!0);i.add(o.group),o.draw(e,t,n,this,r),this._mapDraw=o}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;e.get("showLegendSymbol")&&t.getComponent("legend")&&this._renderSymbols(e,t,n)}}},remove:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},dispose:function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},_renderSymbols:function(e,t,n){var r=e.originalData,a=this.group;r.each(r.mapDimension("value"),(function(t,n){if(!isNaN(t)){var u=r.getItemLayout(n);if(u&&u.point){var h=u.point,d=u.offset,f=new o.Circle({style:{fill:e.getData().getVisual("color")},shape:{cx:h[0]+9*d,cy:h[1],r:3},silent:!0,z2:8+(d?0:o.Z2_EMPHASIS_LIFT+1)});if(!d){var p=e.mainSeries.getData(),g=r.getName(n),v=p.indexOfName(g),m=r.getItemModel(n),y=m.getModel("label"),x=m.getModel("emphasis.label"),w=p.getItemGraphicEl(v),_=i.retrieve2(e.getFormattedLabel(v,"normal"),g),b=i.retrieve2(e.getFormattedLabel(v,"emphasis"),_),B=w[s],C=Math.random();if(!B){B=w[s]={};var S=i.curry(c,!0),E=i.curry(c,!1);w.on("mouseover",S).on("mouseout",E).on("emphasis",S).on("normal",E)}w[l]=C,i.extend(B,{recordVersion:C,circle:f,labelModel:y,hoverLabelModel:x,emphasisText:b,normalText:_}),A(B,!1)}a.add(f)}}}))}});function c(e){var t=this[s];t&&t.recordVersion===this[l]&&A(t,e)}function A(e,t){var n=e.circle,r=e.labelModel,i=e.hoverLabelModel,a=e.emphasisText,s=e.normalText;t?(n.style.extendFrom(o.setTextStyle({},i,{text:i.get("show")?a:null},{isRectText:!0,useInsideStyle:!1},!0)),n.__mapOriginalZ2=n.z2,n.z2+=o.Z2_EMPHASIS_LIFT):(o.setTextStyle(n.style,r,{text:r.get("show")?s:null,textPosition:r.getShallow("position")||"bottom"},{isRectText:!0,useInsideStyle:!1}),n.dirty(!1),null!=n.__mapOriginalZ2&&(n.z2=n.__mapOriginalZ2,n.__mapOriginalZ2=null))}e.exports=u},a691:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},a73c:function(e,t,n){var r=n("6d8b"),i=r.retrieve2,o=r.retrieve3,a=r.each,s=r.normalizeCssArray,l=r.isString,u=r.isObject,c=n("e86a"),A=n("5693"),h=n("5e76"),d=n("7d6d"),f=n("82eb"),p=f.ContextCachedBy,g=f.WILL_BE_RESTORED,v=c.DEFAULT_FONT,m={left:1,right:1,center:1},y={top:1,bottom:1,middle:1},x=[["textShadowBlur","shadowBlur",0],["textShadowOffsetX","shadowOffsetX",0],["textShadowOffsetY","shadowOffsetY",0],["textShadowColor","shadowColor","transparent"]],w={},_={};function b(e){return B(e),a(e.rich,B),e}function B(e){if(e){e.font=c.makeFont(e);var t=e.textAlign;"middle"===t&&(t="center"),e.textAlign=null==t||m[t]?t:"left";var n=e.textVerticalAlign||e.textBaseline;"center"===n&&(n="middle"),e.textVerticalAlign=null==n||y[n]?n:"top";var r=e.textPadding;r&&(e.textPadding=s(e.textPadding))}}function C(e,t,n,r,i,o){r.rich?E(e,t,n,r,i,o):S(e,t,n,r,i,o)}function S(e,t,n,r,i,o){"use strict";var a,s=D(r),l=!1,u=t.__attrCachedBy===p.PLAIN_TEXT;o!==g?(o&&(a=o.style,l=!s&&u&&a),t.__attrCachedBy=s?p.NONE:p.PLAIN_TEXT):u&&(t.__attrCachedBy=p.NONE);var A=r.font||v;l&&A===(a.font||v)||(t.font=A);var h=e.__computedFont;e.__styleFont!==A&&(e.__styleFont=A,h=e.__computedFont=t.font);var f=r.textPadding,m=r.textLineHeight,y=e.__textCotentBlock;y&&!e.__dirtyText||(y=e.__textCotentBlock=c.parsePlainText(n,h,f,m,r.truncate));var w=y.outerHeight,b=y.lines,B=y.lineHeight,C=L(_,e,r,i),S=C.baseX,E=C.baseY,M=C.textAlign||"left",T=C.textVerticalAlign;I(t,r,i,S,E);var Q=c.adjustTextY(E,w,T),U=S,k=Q;if(s||f){var H=c.getWidth(n,h),R=H;f&&(R+=f[1]+f[3]);var z=c.adjustTextX(S,R,M);s&&F(e,t,r,z,Q,R,w),f&&(U=P(S,M,f),k+=f[0])}t.textAlign=M,t.textBaseline="middle",t.globalAlpha=r.opacity||1;for(var V=0;V<x.length;V++){var K=x[V],G=K[0],j=K[1],W=r[G];l&&W===a[G]||(t[j]=d(t,j,W||K[2]))}k+=B/2;var X=r.textStrokeWidth,Y=l?a.textStrokeWidth:null,q=!l||X!==Y,J=!l||q||r.textStroke!==a.textStroke,Z=O(r.textStroke,X),$=N(r.textFill);if(Z&&(q&&(t.lineWidth=X),J&&(t.strokeStyle=Z)),$&&(l&&r.textFill===a.textFill||(t.fillStyle=$)),1===b.length)Z&&t.strokeText(b[0],U,k),$&&t.fillText(b[0],U,k);else for(V=0;V<b.length;V++)Z&&t.strokeText(b[V],U,k),$&&t.fillText(b[V],U,k),k+=B}function E(e,t,n,r,i,o){o!==g&&(t.__attrCachedBy=p.NONE);var a=e.__textCotentBlock;a&&!e.__dirtyText||(a=e.__textCotentBlock=c.parseRichText(n,r)),M(e,t,a,r,i)}function M(e,t,n,r,i){var o=n.width,a=n.outerWidth,s=n.outerHeight,l=r.textPadding,u=L(_,e,r,i),A=u.baseX,h=u.baseY,d=u.textAlign,f=u.textVerticalAlign;I(t,r,i,A,h);var p=c.adjustTextX(A,a,d),g=c.adjustTextY(h,s,f),v=p,m=g;l&&(v+=l[3],m+=l[0]);var y=v+o;D(r)&&F(e,t,r,p,g,a,s);for(var x=0;x<n.lines.length;x++){var w,b=n.lines[x],B=b.tokens,C=B.length,S=b.lineHeight,E=b.width,M=0,Q=v,U=y,O=C-1;while(M<C&&(w=B[M],!w.textAlign||"left"===w.textAlign))T(e,t,w,r,S,m,Q,"left"),E-=w.width,Q+=w.width,M++;while(O>=0&&(w=B[O],"right"===w.textAlign))T(e,t,w,r,S,m,U,"right"),E-=w.width,U-=w.width,O--;Q+=(o-(Q-v)-(y-U)-E)/2;while(M<=O)w=B[M],T(e,t,w,r,S,m,Q+w.width/2,"center"),Q+=w.width,M++;m+=S}}function I(e,t,n,r,i){if(n&&t.textRotation){var o=t.textOrigin;"center"===o?(r=n.width/2+n.x,i=n.height/2+n.y):o&&(r=o[0]+n.x,i=o[1]+n.y),e.translate(r,i),e.rotate(-t.textRotation),e.translate(-r,-i)}}function T(e,t,n,r,a,s,l,u){var c=r.rich[n.styleName]||{};c.text=n.text;var A=n.textVerticalAlign,h=s+a/2;"top"===A?h=s+n.height/2:"bottom"===A&&(h=s+a-n.height/2),!n.isLineHolder&&D(c)&&F(e,t,c,"right"===u?l-n.width:"center"===u?l-n.width/2:l,h-n.height/2,n.width,n.height);var d=n.textPadding;d&&(l=P(l,u,d),h-=n.height/2-d[2]-n.textHeight/2),U(t,"shadowBlur",o(c.textShadowBlur,r.textShadowBlur,0)),U(t,"shadowColor",c.textShadowColor||r.textShadowColor||"transparent"),U(t,"shadowOffsetX",o(c.textShadowOffsetX,r.textShadowOffsetX,0)),U(t,"shadowOffsetY",o(c.textShadowOffsetY,r.textShadowOffsetY,0)),U(t,"textAlign",u),U(t,"textBaseline","middle"),U(t,"font",n.font||v);var f=O(c.textStroke||r.textStroke,g),p=N(c.textFill||r.textFill),g=i(c.textStrokeWidth,r.textStrokeWidth);f&&(U(t,"lineWidth",g),U(t,"strokeStyle",f),t.strokeText(n.text,l,h)),p&&(U(t,"fillStyle",p),t.fillText(n.text,l,h))}function D(e){return!!(e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor)}function F(e,t,n,r,i,o,a){var s=n.textBackgroundColor,c=n.textBorderWidth,d=n.textBorderColor,f=l(s);if(U(t,"shadowBlur",n.textBoxShadowBlur||0),U(t,"shadowColor",n.textBoxShadowColor||"transparent"),U(t,"shadowOffsetX",n.textBoxShadowOffsetX||0),U(t,"shadowOffsetY",n.textBoxShadowOffsetY||0),f||c&&d){t.beginPath();var p=n.textBorderRadius;p?A.buildPath(t,{x:r,y:i,width:o,height:a,r:p}):t.rect(r,i,o,a),t.closePath()}if(f)if(U(t,"fillStyle",s),null!=n.fillOpacity){var g=t.globalAlpha;t.globalAlpha=n.fillOpacity*n.opacity,t.fill(),t.globalAlpha=g}else t.fill();else if(u(s)){var v=s.image;v=h.createOrUpdateImage(v,null,e,Q,s),v&&h.isImageReady(v)&&t.drawImage(v,r,i,o,a)}if(c&&d)if(U(t,"lineWidth",c),U(t,"strokeStyle",d),null!=n.strokeOpacity){g=t.globalAlpha;t.globalAlpha=n.strokeOpacity*n.opacity,t.stroke(),t.globalAlpha=g}else t.stroke()}function Q(e,t){t.image=e}function L(e,t,n,r){var i=n.x||0,o=n.y||0,a=n.textAlign,s=n.textVerticalAlign;if(r){var l=n.textPosition;if(l instanceof Array)i=r.x+k(l[0],r.width),o=r.y+k(l[1],r.height);else{var u=t&&t.calculateTextPosition?t.calculateTextPosition(w,n,r):c.calculateTextPosition(w,n,r);i=u.x,o=u.y,a=a||u.textAlign,s=s||u.textVerticalAlign}var A=n.textOffset;A&&(i+=A[0],o+=A[1])}return e=e||{},e.baseX=i,e.baseY=o,e.textAlign=a,e.textVerticalAlign=s,e}function U(e,t,n){return e[t]=d(e,t,n),e[t]}function O(e,t){return null==e||t<=0||"transparent"===e||"none"===e?null:e.image||e.colorStops?"#000":e}function N(e){return null==e||"none"===e?null:e.image||e.colorStops?"#000":e}function k(e,t){return"string"===typeof e?e.lastIndexOf("%")>=0?parseFloat(e)/100*t:parseFloat(e):e}function P(e,t,n){return"right"===t?e-n[1]:"center"===t?e+n[3]/2-n[1]/2:e+n[3]}function H(e,t){return null!=e&&(e||t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor||t.textPadding)}t.normalizeTextStyle=b,t.renderText=C,t.getBoxPosition=L,t.getStroke=O,t.getFill=N,t.parsePercent=k,t.needDrawText=H},a753:function(e,t,n){var r=n("1f0e"),i=n("2306"),o=n("e887"),a=n("3842"),s=a.parsePercent,l=a.round,u=a.linearMap;function c(e,t){var n=e.get("center"),r=t.getWidth(),i=t.getHeight(),o=Math.min(r,i),a=s(n[0],t.getWidth()),l=s(n[1],t.getHeight()),u=s(e.get("radius"),o/2);return{cx:a,cy:l,r:u}}function A(e,t){return t&&("string"===typeof t?e=t.replace("{value}",null!=e?e:""):"function"===typeof t&&(e=t(e))),e}var h=2*Math.PI,d=o.extend({type:"gauge",render:function(e,t,n){this.group.removeAll();var r=e.get("axisLine.lineStyle.color"),i=c(e,n);this._renderMain(e,t,n,r,i)},dispose:function(){},_renderMain:function(e,t,n,r,o){for(var a=this.group,s=e.getModel("axisLine"),l=s.getModel("lineStyle"),u=e.get("clockwise"),c=-e.get("startAngle")/180*Math.PI,A=-e.get("endAngle")/180*Math.PI,d=(A-c)%h,f=c,p=l.get("width"),g=s.get("show"),v=0;g&&v<r.length;v++){var m=Math.min(Math.max(r[v][0],0),1),y=(A=c+d*m,new i.Sector({shape:{startAngle:f,endAngle:A,cx:o.cx,cy:o.cy,clockwise:u,r0:o.r-p,r:o.r},silent:!0}));y.setStyle({fill:r[v][1]}),y.setStyle(l.getLineStyle(["color","borderWidth","borderColor"])),a.add(y),f=A}var x=function(e){if(e<=0)return r[0][1];for(var t=0;t<r.length;t++)if(r[t][0]>=e&&(0===t?0:r[t-1][0])<e)return r[t][1];return r[t-1][1]};if(!u){var w=c;c=A,A=w}this._renderTicks(e,t,n,x,o,c,A,u),this._renderPointer(e,t,n,x,o,c,A,u),this._renderTitle(e,t,n,x,o),this._renderDetail(e,t,n,x,o)},_renderTicks:function(e,t,n,r,o,a,u,c){for(var h=this.group,d=o.cx,f=o.cy,p=o.r,g=+e.get("min"),v=+e.get("max"),m=e.getModel("splitLine"),y=e.getModel("axisTick"),x=e.getModel("axisLabel"),w=e.get("splitNumber"),_=y.get("splitNumber"),b=s(m.get("length"),p),B=s(y.get("length"),p),C=a,S=(u-a)/w,E=S/_,M=m.getModel("lineStyle").getLineStyle(),I=y.getModel("lineStyle").getLineStyle(),T=0;T<=w;T++){var D=Math.cos(C),F=Math.sin(C);if(m.get("show")){var Q=new i.Line({shape:{x1:D*p+d,y1:F*p+f,x2:D*(p-b)+d,y2:F*(p-b)+f},style:M,silent:!0});"auto"===M.stroke&&Q.setStyle({stroke:r(T/w)}),h.add(Q)}if(x.get("show")){var L=A(l(T/w*(v-g)+g),x.get("formatter")),U=x.get("distance"),O=r(T/w);h.add(new i.Text({style:i.setTextStyle({},x,{text:L,x:D*(p-b-U)+d,y:F*(p-b-U)+f,textVerticalAlign:F<-.4?"top":F>.4?"bottom":"middle",textAlign:D<-.4?"left":D>.4?"right":"center"},{autoColor:O}),silent:!0}))}if(y.get("show")&&T!==w){for(var N=0;N<=_;N++){D=Math.cos(C),F=Math.sin(C);var k=new i.Line({shape:{x1:D*p+d,y1:F*p+f,x2:D*(p-B)+d,y2:F*(p-B)+f},silent:!0,style:I});"auto"===I.stroke&&k.setStyle({stroke:r((T+N/_)/w)}),h.add(k),C+=E}C-=E}else C+=S}},_renderPointer:function(e,t,n,o,a,l,c,A){var h=this.group,d=this._data;if(e.get("pointer.show")){var f=[+e.get("min"),+e.get("max")],p=[l,c],g=e.getData(),v=g.mapDimension("value");g.diff(d).add((function(t){var n=new r({shape:{angle:l}});i.initProps(n,{shape:{angle:u(g.get(v,t),f,p,!0)}},e),h.add(n),g.setItemGraphicEl(t,n)})).update((function(t,n){var r=d.getItemGraphicEl(n);i.updateProps(r,{shape:{angle:u(g.get(v,t),f,p,!0)}},e),h.add(r),g.setItemGraphicEl(t,r)})).remove((function(e){var t=d.getItemGraphicEl(e);h.remove(t)})).execute(),g.eachItemGraphicEl((function(e,t){var n=g.getItemModel(t),r=n.getModel("pointer");e.setShape({x:a.cx,y:a.cy,width:s(r.get("width"),a.r),r:s(r.get("length"),a.r)}),e.useStyle(n.getModel("itemStyle").getItemStyle()),"auto"===e.style.fill&&e.setStyle("fill",o(u(g.get(v,t),f,[0,1],!0))),i.setHoverStyle(e,n.getModel("emphasis.itemStyle").getItemStyle())})),this._data=g}else d&&d.eachItemGraphicEl((function(e){h.remove(e)}))},_renderTitle:function(e,t,n,r,o){var a=e.getData(),l=a.mapDimension("value"),c=e.getModel("title");if(c.get("show")){var A=c.get("offsetCenter"),h=o.cx+s(A[0],o.r),d=o.cy+s(A[1],o.r),f=+e.get("min"),p=+e.get("max"),g=e.getData().get(l,0),v=r(u(g,[f,p],[0,1],!0));this.group.add(new i.Text({silent:!0,style:i.setTextStyle({},c,{x:h,y:d,text:a.getName(0),textAlign:"center",textVerticalAlign:"middle"},{autoColor:v,forceRich:!0})}))}},_renderDetail:function(e,t,n,r,o){var a=e.getModel("detail"),l=+e.get("min"),c=+e.get("max");if(a.get("show")){var h=a.get("offsetCenter"),d=o.cx+s(h[0],o.r),f=o.cy+s(h[1],o.r),p=s(a.get("width"),o.r),g=s(a.get("height"),o.r),v=e.getData(),m=v.get(v.mapDimension("value"),0),y=r(u(m,[l,c],[0,1],!0));this.group.add(new i.Text({silent:!0,style:i.setTextStyle({},a,{x:d,y:f,text:A(m,a.get("formatter")),textWidth:isNaN(p)?null:p,textHeight:isNaN(g)?null:g,textAlign:"center",textVerticalAlign:"middle"},{autoColor:y,forceRich:!0})}))}}}),f=d;e.exports=f},a78e:function(e,t,n){var r,i;
  58. /*!
  59. * JavaScript Cookie v2.2.0
  60. * https://github.com/js-cookie/js-cookie
  61. *
  62. * Copyright 2006, 2015 Klaus Hartl & Fagner Brack
  63. * Released under the MIT license
  64. */(function(o){var a=!1;if(r=o,i="function"===typeof r?r.call(t,n,t,e):r,void 0===i||(e.exports=i),a=!0,e.exports=o(),a=!0,!a){var s=window.Cookies,l=window.Cookies=o();l.noConflict=function(){return window.Cookies=s,l}}})((function(){function e(){for(var e=0,t={};e<arguments.length;e++){var n=arguments[e];for(var r in n)t[r]=n[r]}return t}function t(n){function r(t,i,o){var a;if("undefined"!==typeof document){if(arguments.length>1){if(o=e({path:"/"},r.defaults,o),"number"===typeof o.expires){var s=new Date;s.setMilliseconds(s.getMilliseconds()+864e5*o.expires),o.expires=s}o.expires=o.expires?o.expires.toUTCString():"";try{a=JSON.stringify(i),/^[\{\[]/.test(a)&&(i=a)}catch(g){}i=n.write?n.write(i,t):encodeURIComponent(String(i)).replace(/%(23|24|26|2B|3A|3C|3E|3D|2F|3F|40|5B|5D|5E|60|7B|7D|7C)/g,decodeURIComponent),t=encodeURIComponent(String(t)),t=t.replace(/%(23|24|26|2B|5E|60|7C)/g,decodeURIComponent),t=t.replace(/[\(\)]/g,escape);var l="";for(var u in o)o[u]&&(l+="; "+u,!0!==o[u]&&(l+="="+o[u]));return document.cookie=t+"="+i+l}t||(a={});for(var c=document.cookie?document.cookie.split("; "):[],A=/(%[0-9A-Z]{2})+/g,h=0;h<c.length;h++){var d=c[h].split("="),f=d.slice(1).join("=");this.json||'"'!==f.charAt(0)||(f=f.slice(1,-1));try{var p=d[0].replace(A,decodeURIComponent);if(f=n.read?n.read(f,p):n(f,p)||f.replace(A,decodeURIComponent),this.json)try{f=JSON.parse(f)}catch(g){}if(t===p){a=f;break}t||(a[p]=f)}catch(g){}}return a}}return r.set=r,r.get=function(e){return r.call(r,e)},r.getJSON=function(){return r.apply({json:!0},[].slice.call(arguments))},r.defaults={},r.remove=function(t,n){r(t,"",e(n,{expires:-1}))},r.withConverter=t,r}return t((function(){}))}))},a79d:function(e,t,n){"use strict";var r=n("23e7"),i=n("c430"),o=n("fea9"),a=n("d039"),s=n("d066"),l=n("4840"),u=n("cdf9"),c=n("6eeb"),A=!!o&&a((function(){o.prototype["finally"].call({then:function(){}},(function(){}))}));r({target:"Promise",proto:!0,real:!0,forced:A},{finally:function(e){var t=l(this,s("Promise")),n="function"==typeof e;return this.then(n?function(n){return u(t,e()).then((function(){return n}))}:e,n?function(n){return u(t,e()).then((function(){throw n}))}:e)}}),i||"function"!=typeof o||o.prototype["finally"]||c(o.prototype,"finally",s("Promise").prototype["finally"])},a7e2:function(e,t,n){var r=n("3eba");n("7293"),n("ae46");var i=n("6582"),o=n("ee98");r.registerLayout(i),r.registerVisual(o)},a7f2:function(e,t){var n=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];function r(e,t){"china"===e&&"台湾"===t.name&&t.geometries.push({type:"polygon",exterior:n[0]})}e.exports=r},a87d:function(e,t,n){var r=n("22d1"),i=n("401b"),o=i.applyTransform,a=n("9850"),s=n("41ef"),l=n("e86a"),u=n("a73c"),c=n("9e2e"),A=n("19eb"),h=n("0da8"),d=n("76a5"),f=n("cbe5"),p=n("20c8"),g=n("42e5"),v=n("d3a4"),m=p.CMD,y=Math.round,x=Math.sqrt,w=Math.abs,_=Math.cos,b=Math.sin,B=Math.max;if(!r.canvasSupported){var C=",",S="progid:DXImageTransform.Microsoft",E=21600,M=E/2,I=1e5,T=1e3,D=function(e){e.style.cssText="position:absolute;left:0;top:0;width:1px;height:1px;",e.coordsize=E+","+E,e.coordorigin="0,0"},F=function(e){return String(e).replace(/&/g,"&amp;").replace(/"/g,"&quot;")},Q=function(e,t,n){return"rgb("+[e,t,n].join(",")+")"},L=function(e,t){t&&e&&t.parentNode!==e&&e.appendChild(t)},U=function(e,t){t&&e&&t.parentNode===e&&e.removeChild(t)},O=function(e,t,n){return(parseFloat(e)||0)*I+(parseFloat(t)||0)*T+n},N=u.parsePercent,k=function(e,t,n){var r=s.parse(t);n=+n,isNaN(n)&&(n=1),r&&(e.color=Q(r[0],r[1],r[2]),e.opacity=n*r[3])},P=function(e){var t=s.parse(e);return[Q(t[0],t[1],t[2]),t[3]]},H=function(e,t,n){var r=t.fill;if(null!=r)if(r instanceof g){var i,a=0,s=[0,0],l=0,u=1,c=n.getBoundingRect(),A=c.width,h=c.height;if("linear"===r.type){i="gradient";var d=n.transform,f=[r.x*A,r.y*h],p=[r.x2*A,r.y2*h];d&&(o(f,f,d),o(p,p,d));var v=p[0]-f[0],m=p[1]-f[1];a=180*Math.atan2(v,m)/Math.PI,a<0&&(a+=360),a<1e-6&&(a=0)}else{i="gradientradial";f=[r.x*A,r.y*h],d=n.transform;var y=n.scale,x=A,w=h;s=[(f[0]-c.x)/x,(f[1]-c.y)/w],d&&o(f,f,d),x/=y[0]*E,w/=y[1]*E;var _=B(x,w);l=0/_,u=2*r.r/_-l}var b=r.colorStops.slice();b.sort((function(e,t){return e.offset-t.offset}));for(var C=b.length,S=[],M=[],I=0;I<C;I++){var T=b[I],D=P(T.color);M.push(T.offset*u+l+" "+D[0]),0!==I&&I!==C-1||S.push(D)}if(C>=2){var F=S[0][0],Q=S[1][0],L=S[0][1]*t.opacity,U=S[1][1]*t.opacity;e.type=i,e.method="none",e.focus="100%",e.angle=a,e.color=F,e.color2=Q,e.colors=M.join(","),e.opacity=U,e.opacity2=L}"radial"===i&&(e.focusposition=s.join(","))}else k(e,r,t.opacity)},R=function(e,t){t.lineDash&&(e.dashstyle=t.lineDash.join(" ")),null==t.stroke||t.stroke instanceof g||k(e,t.stroke,t.opacity)},z=function(e,t,n,r){var i="fill"===t,o=e.getElementsByTagName(t)[0];null!=n[t]&&"none"!==n[t]&&(i||!i&&n.lineWidth)?(e[i?"filled":"stroked"]="true",n[t]instanceof g&&U(e,o),o||(o=v.createNode(t)),i?H(o,n,r):R(o,n),L(e,o)):(e[i?"filled":"stroked"]="false",U(e,o))},V=[[],[],[]],K=function(e,t){var n,r,i,a,s,l,u=m.M,c=m.C,A=m.L,h=m.A,d=m.Q,f=[],p=e.data,g=e.len();for(a=0;a<g;){switch(i=p[a++],r="",n=0,i){case u:r=" m ",n=1,s=p[a++],l=p[a++],V[0][0]=s,V[0][1]=l;break;case A:r=" l ",n=1,s=p[a++],l=p[a++],V[0][0]=s,V[0][1]=l;break;case d:case c:r=" c ",n=3;var v,w,B=p[a++],S=p[a++],I=p[a++],T=p[a++];i===d?(v=I,w=T,I=(I+2*B)/3,T=(T+2*S)/3,B=(s+2*B)/3,S=(l+2*S)/3):(v=p[a++],w=p[a++]),V[0][0]=B,V[0][1]=S,V[1][0]=I,V[1][1]=T,V[2][0]=v,V[2][1]=w,s=v,l=w;break;case h:var D=0,F=0,Q=1,L=1,U=0;t&&(D=t[4],F=t[5],Q=x(t[0]*t[0]+t[1]*t[1]),L=x(t[2]*t[2]+t[3]*t[3]),U=Math.atan2(-t[1]/L,t[0]/Q));var O=p[a++],N=p[a++],k=p[a++],P=p[a++],H=p[a++]+U,R=p[a++]+H+U;a++;var z=p[a++],K=O+_(H)*k,G=N+b(H)*P,j=(B=O+_(R)*k,S=N+b(R)*P,z?" wa ":" at ");Math.abs(K-B)<1e-4&&(Math.abs(R-H)>.01?z&&(K+=270/E):Math.abs(G-N)<1e-4?z&&K<O||!z&&K>O?S-=270/E:S+=270/E:z&&G<N||!z&&G>N?B+=270/E:B-=270/E),f.push(j,y(((O-k)*Q+D)*E-M),C,y(((N-P)*L+F)*E-M),C,y(((O+k)*Q+D)*E-M),C,y(((N+P)*L+F)*E-M),C,y((K*Q+D)*E-M),C,y((G*L+F)*E-M),C,y((B*Q+D)*E-M),C,y((S*L+F)*E-M)),s=B,l=S;break;case m.R:var W=V[0],X=V[1];W[0]=p[a++],W[1]=p[a++],X[0]=W[0]+p[a++],X[1]=W[1]+p[a++],t&&(o(W,W,t),o(X,X,t)),W[0]=y(W[0]*E-M),X[0]=y(X[0]*E-M),W[1]=y(W[1]*E-M),X[1]=y(X[1]*E-M),f.push(" m ",W[0],C,W[1]," l ",X[0],C,W[1]," l ",X[0],C,X[1]," l ",W[0],C,X[1]);break;case m.Z:f.push(" x ")}if(n>0){f.push(r);for(var Y=0;Y<n;Y++){var q=V[Y];t&&o(q,q,t),f.push(y(q[0]*E-M),C,y(q[1]*E-M),Y<n-1?C:"")}}}return f.join("")};f.prototype.brushVML=function(e){var t=this.style,n=this._vmlEl;n||(n=v.createNode("shape"),D(n),this._vmlEl=n),z(n,"fill",t,this),z(n,"stroke",t,this);var r=this.transform,i=null!=r,o=n.getElementsByTagName("stroke")[0];if(o){var a=t.lineWidth;if(i&&!t.strokeNoScale){var s=r[0]*r[3]-r[1]*r[2];a*=x(w(s))}o.weight=a+"px"}var l=this.path||(this.path=new p);this.__dirtyPath&&(l.beginPath(),l.subPixelOptimize=!1,this.buildPath(l,this.shape),l.toStatic(),this.__dirtyPath=!1),n.path=K(l,this.transform),n.style.zIndex=O(this.zlevel,this.z,this.z2),L(e,n),null!=t.text?this.drawRectText(e,this.getBoundingRect()):this.removeRectText(e)},f.prototype.onRemove=function(e){U(e,this._vmlEl),this.removeRectText(e)},f.prototype.onAdd=function(e){L(e,this._vmlEl),this.appendRectText(e)};var G=function(e){return"object"===typeof e&&e.tagName&&"IMG"===e.tagName.toUpperCase()};h.prototype.brushVML=function(e){var t,n,r=this.style,i=r.image;if(G(i)){var a=i.src;if(a===this._imageSrc)t=this._imageWidth,n=this._imageHeight;else{var s=i.runtimeStyle,l=s.width,u=s.height;s.width="auto",s.height="auto",t=i.width,n=i.height,s.width=l,s.height=u,this._imageSrc=a,this._imageWidth=t,this._imageHeight=n}i=a}else i===this._imageSrc&&(t=this._imageWidth,n=this._imageHeight);if(i){var c=r.x||0,A=r.y||0,h=r.width,d=r.height,f=r.sWidth,p=r.sHeight,g=r.sx||0,m=r.sy||0,w=f&&p,_=this._vmlEl;_||(_=v.doc.createElement("div"),D(_),this._vmlEl=_);var b,E=_.style,M=!1,I=1,T=1;if(this.transform&&(b=this.transform,I=x(b[0]*b[0]+b[1]*b[1]),T=x(b[2]*b[2]+b[3]*b[3]),M=b[1]||b[2]),M){var F=[c,A],Q=[c+h,A],U=[c,A+d],N=[c+h,A+d];o(F,F,b),o(Q,Q,b),o(U,U,b),o(N,N,b);var k=B(F[0],Q[0],U[0],N[0]),P=B(F[1],Q[1],U[1],N[1]),H=[];H.push("M11=",b[0]/I,C,"M12=",b[2]/T,C,"M21=",b[1]/I,C,"M22=",b[3]/T,C,"Dx=",y(c*I+b[4]),C,"Dy=",y(A*T+b[5])),E.padding="0 "+y(k)+"px "+y(P)+"px 0",E.filter=S+".Matrix("+H.join("")+", SizingMethod=clip)"}else b&&(c=c*I+b[4],A=A*T+b[5]),E.filter="",E.left=y(c)+"px",E.top=y(A)+"px";var R=this._imageEl,z=this._cropEl;R||(R=v.doc.createElement("div"),this._imageEl=R);var V=R.style;if(w){if(t&&n)V.width=y(I*t*h/f)+"px",V.height=y(T*n*d/p)+"px";else{var K=new Image,j=this;K.onload=function(){K.onload=null,t=K.width,n=K.height,V.width=y(I*t*h/f)+"px",V.height=y(T*n*d/p)+"px",j._imageWidth=t,j._imageHeight=n,j._imageSrc=i},K.src=i}z||(z=v.doc.createElement("div"),z.style.overflow="hidden",this._cropEl=z);var W=z.style;W.width=y((h+g*h/f)*I),W.height=y((d+m*d/p)*T),W.filter=S+".Matrix(Dx="+-g*h/f*I+",Dy="+-m*d/p*T+")",z.parentNode||_.appendChild(z),R.parentNode!==z&&z.appendChild(R)}else V.width=y(I*h)+"px",V.height=y(T*d)+"px",_.appendChild(R),z&&z.parentNode&&(_.removeChild(z),this._cropEl=null);var X="",Y=r.opacity;Y<1&&(X+=".Alpha(opacity="+y(100*Y)+") "),X+=S+".AlphaImageLoader(src="+i+", SizingMethod=scale)",V.filter=X,_.style.zIndex=O(this.zlevel,this.z,this.z2),L(e,_),null!=r.text&&this.drawRectText(e,this.getBoundingRect())}},h.prototype.onRemove=function(e){U(e,this._vmlEl),this._vmlEl=null,this._cropEl=null,this._imageEl=null,this.removeRectText(e)},h.prototype.onAdd=function(e){L(e,this._vmlEl),this.appendRectText(e)};var j,W="normal",X={},Y=0,q=100,J=document.createElement("div"),Z=function(e){var t=X[e];if(!t){Y>q&&(Y=0,X={});var n,r=J.style;try{r.font=e,n=r.fontFamily.split(",")[0]}catch(i){}t={style:r.fontStyle||W,variant:r.fontVariant||W,weight:r.fontWeight||W,size:0|parseFloat(r.fontSize||12),family:n||"Microsoft YaHei"},X[e]=t,Y++}return t};l.$override("measureText",(function(e,t){var n=v.doc;j||(j=n.createElement("div"),j.style.cssText="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;",v.doc.body.appendChild(j));try{j.style.font=t}catch(r){}return j.innerHTML="",j.appendChild(n.createTextNode(e)),{width:j.offsetWidth}}));for(var $=new a,ee=function(e,t,n,r){var i=this.style;this.__dirty&&u.normalizeTextStyle(i,!0);var a=i.text;if(null!=a&&(a+=""),a){if(i.rich){var s=l.parseRichText(a,i);a=[];for(var c=0;c<s.lines.length;c++){for(var A=s.lines[c].tokens,h=[],d=0;d<A.length;d++)h.push(A[d].text);a.push(h.join(""))}a=a.join("\n")}var f,p,g=i.textAlign,m=i.textVerticalAlign,x=Z(i.font),w=x.style+" "+x.variant+" "+x.weight+" "+x.size+'px "'+x.family+'"';n=n||l.getBoundingRect(a,w,g,m,i.textPadding,i.textLineHeight);var _=this.transform;if(_&&!r&&($.copy(t),$.applyTransform(_),t=$),r)f=t.x,p=t.y;else{var b=i.textPosition;if(b instanceof Array)f=t.x+N(b[0],t.width),p=t.y+N(b[1],t.height),g=g||"left";else{var B=this.calculateTextPosition?this.calculateTextPosition({},i,t):l.calculateTextPosition({},i,t);f=B.x,p=B.y,g=g||B.textAlign,m=m||B.textVerticalAlign}}f=l.adjustTextX(f,n.width,g),p=l.adjustTextY(p,n.height,m),p+=n.height/2;var S,E,M,I=v.createNode,T=this._textVmlEl;T?(M=T.firstChild,S=M.nextSibling,E=S.nextSibling):(T=I("line"),S=I("path"),E=I("textpath"),M=I("skew"),E.style["v-text-align"]="left",D(T),S.textpathok=!0,E.on=!0,T.from="0 0",T.to="1000 0.05",L(T,M),L(T,S),L(T,E),this._textVmlEl=T);var Q=[f,p],U=T.style;_&&r?(o(Q,Q,_),M.on=!0,M.matrix=_[0].toFixed(3)+C+_[2].toFixed(3)+C+_[1].toFixed(3)+C+_[3].toFixed(3)+",0,0",M.offset=(y(Q[0])||0)+","+(y(Q[1])||0),M.origin="0 0",U.left="0px",U.top="0px"):(M.on=!1,U.left=y(f)+"px",U.top=y(p)+"px"),E.string=F(a);try{E.style.font=w}catch(k){}z(T,"fill",{fill:i.textFill,opacity:i.opacity},this),z(T,"stroke",{stroke:i.textStroke,opacity:i.opacity,lineDash:i.lineDash||null},this),T.style.zIndex=O(this.zlevel,this.z,this.z2),L(e,T)}},te=function(e){U(e,this._textVmlEl),this._textVmlEl=null},ne=function(e){L(e,this._textVmlEl)},re=[c,A,h,f,d],ie=0;ie<re.length;ie++){var oe=re[ie].prototype;oe.drawRectText=ee,oe.removeRectText=te,oe.appendRectText=ne}d.prototype.brushVML=function(e){var t=this.style;null!=t.text?this.drawRectText(e,{x:t.x||0,y:t.y||0,width:0,height:0},this.getBoundingRect(),!0):this.removeRectText(e)},d.prototype.onRemove=function(e){this.removeRectText(e)},d.prototype.onAdd=function(e){this.appendRectText(e)}}},a890:function(e,t,n){var r=n("0655"),i=n("9850"),o=n("2306"),a=o.linePolygonIntersect,s={lineX:l(0),lineY:l(1),rect:{point:function(e,t,n){return e&&n.boundingRect.contain(e[0],e[1])},rect:function(e,t,n){return e&&n.boundingRect.intersect(e)}},polygon:{point:function(e,t,n){return e&&n.boundingRect.contain(e[0],e[1])&&r.contain(n.range,e[0],e[1])},rect:function(e,t,n){var o=n.range;if(!e||o.length<=1)return!1;var s=e.x,l=e.y,u=e.width,c=e.height,A=o[0];return!!(r.contain(o,s,l)||r.contain(o,s+u,l)||r.contain(o,s,l+c)||r.contain(o,s+u,l+c)||i.create(e).contain(A[0],A[1])||a(s,l,s+u,l,o)||a(s,l,s,l+c,o)||a(s+u,l,s+u,l+c,o)||a(s,l+c,s+u,l+c,o))||void 0}}};function l(e){var t=["x","y"],n=["width","height"];return{point:function(t,n,r){if(t){var i=r.range,o=t[e];return u(o,i)}},rect:function(r,i,o){if(r){var a=o.range,s=[r[t[e]],r[t[e]]+r[n[e]]];return s[1]<s[0]&&s.reverse(),u(s[0],a)||u(s[1],a)||u(a[0],s)||u(a[1],s)}}}}function u(e,t){return t[0]<=e&&e<=t[1]}var c=s;e.exports=c},a8c6:function(e,t,n){var r=n("2449"),i=r.extend({type:"markPoint",defaultOption:{zlevel:0,z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}}});e.exports=i},a96b:function(e,t,n){var r=n("3eba"),i=r.extendComponentModel({type:"tooltip",dependencies:["axisPointer"],defaultOption:{zlevel:0,z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:!1,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"rgba(50,50,50,0.7)",borderColor:"#333",borderRadius:4,borderWidth:0,padding:5,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#fff",fontSize:14}}});e.exports=i},a991:function(e,t,n){var r=n("6d8b"),i=n("e86a"),o=n("84ce"),a=n("e0d3"),s=a.makeInner,l=s();function u(e,t){t=t||[0,360],o.call(this,"angle",e,t),this.type="category"}u.prototype={constructor:u,pointToData:function(e,t){return this.polar.pointToData(e,t)["radius"===this.dim?0:1]},dataToAngle:o.prototype.dataToCoord,angleToData:o.prototype.coordToData,calculateCategoryInterval:function(){var e=this,t=e.getLabelModel(),n=e.scale,r=n.getExtent(),o=n.count();if(r[1]-r[0]<1)return 0;var a=r[0],s=e.dataToCoord(a+1)-e.dataToCoord(a),u=Math.abs(s),c=i.getBoundingRect(a,t.getFont(),"center","top"),A=Math.max(c.height,7),h=A/u;isNaN(h)&&(h=1/0);var d=Math.max(0,Math.floor(h)),f=l(e.model),p=f.lastAutoInterval,g=f.lastTickCount;return null!=p&&null!=g&&Math.abs(p-d)<=1&&Math.abs(g-o)<=1&&p>d?d=p:(f.lastTickCount=o,f.lastAutoInterval=d),d}},r.inherits(u,o);var c=u;e.exports=c},a9e3:function(e,t,n){"use strict";var r=n("83ab"),i=n("da84"),o=n("94ca"),a=n("6eeb"),s=n("5135"),l=n("c6b6"),u=n("7156"),c=n("c04e"),A=n("d039"),h=n("7c73"),d=n("241c").f,f=n("06cf").f,p=n("9bf2").f,g=n("58a8").trim,v="Number",m=i[v],y=m.prototype,x=l(h(y))==v,w=function(e){var t,n,r,i,o,a,s,l,u=c(e,!1);if("string"==typeof u&&u.length>2)if(u=g(u),t=u.charCodeAt(0),43===t||45===t){if(n=u.charCodeAt(2),88===n||120===n)return NaN}else if(48===t){switch(u.charCodeAt(1)){case 66:case 98:r=2,i=49;break;case 79:case 111:r=8,i=55;break;default:return+u}for(o=u.slice(2),a=o.length,s=0;s<a;s++)if(l=o.charCodeAt(s),l<48||l>i)return NaN;return parseInt(o,r)}return+u};if(o(v,!m(" 0o1")||!m("0b1")||m("+0x1"))){for(var _,b=function(e){var t=arguments.length<1?0:e,n=this;return n instanceof b&&(x?A((function(){y.valueOf.call(n)})):l(n)!=v)?u(new m(w(t)),n,b):w(t)},B=r?d(m):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,isFinite,isInteger,isNaN,isSafeInteger,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,parseFloat,parseInt,isInteger".split(","),C=0;B.length>C;C++)s(m,_=B[C])&&!s(b,_)&&p(b,_,f(m,_));b.prototype=y,y.constructor=b,a(i,v,b)}},aa01:function(e,t,n){var r=n("6d8b"),i=n("4f85"),o=n("06c7"),a=n("4319"),s=n("55ac"),l=s.wrapTreePathInfo,u=i.extend({type:"series.sunburst",_viewRoot:null,getInitialData:function(e,t){var n={name:e.name,children:e.data};c(n);var i=r.map(e.levels||[],(function(e){return new a(e,this,t)}),this),s=o.createTree(n,this,l);function l(e){e.wrapMethod("getItemModel",(function(e,t){var n=s.getNodeByDataIndex(t),r=i[n.depth];return r&&(e.parentModel=r),e}))}return s.data},optionUpdated:function(){this.resetViewRoot()},getDataParams:function(e){var t=i.prototype.getDataParams.apply(this,arguments),n=this.getData().tree.getNodeByDataIndex(e);return t.treePathInfo=l(n,this),t},defaultOption:{zlevel:0,z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,percentPrecision:2,stillShowZeroSum:!0,highlightPolicy:"descendant",nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},highlight:{itemStyle:{opacity:1}},downplay:{itemStyle:{opacity:.5},label:{opacity:.6}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicOut",data:[],levels:[],sort:"desc"},getViewRoot:function(){return this._viewRoot},resetViewRoot:function(e){e?this._viewRoot=e:e=this._viewRoot;var t=this.getRawData().tree.root;e&&(e===t||t.contains(e))||(this._viewRoot=t)}});function c(e){var t=0;r.each(e.children,(function(e){c(e);var n=e.value;r.isArray(n)&&(n=n[0]),t+=n}));var n=e.value;r.isArray(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=t),n<0&&(n=0),r.isArray(e.value)?e.value[0]=n:e.value=n}e.exports=u},aa3e:function(e,t,n){var r=n("6d8b");function i(e,t){return t=t||[0,0],r.map(["x","y"],(function(n,r){var i=this.getAxis(n),o=t[r],a=e[r]/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(o-a)-i.dataToCoord(o+a))}),this)}function o(e){var t=e.grid.getRect();return{coordSys:{type:"cartesian2d",x:t.x,y:t.y,width:t.width,height:t.height},api:{coord:function(t){return e.dataToPoint(t)},size:r.bind(i,e)}}}e.exports=o},aadf:function(e,t,n){var r=n("3eba"),i=n("6d8b");n("5aa9"),n("d6d9"),n("3329");var o=n("9d57"),a=o.layout,s=n("7f96");n("01ed"),r.registerLayout(i.curry(a,"pictorialBar")),r.registerVisual(s("pictorialBar","roundRect"))},ab05:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2b8c"),a=n("5f14"),s=r.PRIORITY.VISUAL.COMPONENT;function l(e,t,n,r){for(var i=t.targetVisuals[r],o=a.prepareVisualTypes(i),s={color:e.getData().getVisual("color")},l=0,u=o.length;l<u;l++){var c=o[l],A=i["opacity"===c?"__alphaForOpacity":c];A&&A.applyVisual(n,h,d)}return s.color;function h(e){return s[e]}function d(e,t){s[e]=t}}r.registerVisual(s,{createOnAllSeries:!0,reset:function(e,t){var n=[];return t.eachComponent("visualMap",(function(t){var r=e.pipelineContext;!t.isTargetSeries(e)||r&&r.large||n.push(o.incrementalApplyVisual(t.stateList,t.targetVisuals,i.bind(t.getValueState,t),t.getDataDimension(e.getData())))})),n}}),r.registerVisual(s,{createOnAllSeries:!0,reset:function(e,t){var n=e.getData(),r=[];t.eachComponent("visualMap",(function(t){if(t.isTargetSeries(e)){var o=t.getVisualMeta(i.bind(l,null,e,t))||{stops:[],outerColors:[]},a=t.getDataDimension(n),s=n.getDimensionInfo(a);null!=s&&(o.dimension=s.index,r.push(o))}})),e.getData().setVisual("visualMeta",r)}})},ab13:function(e,t,n){var r=n("b622"),i=r("match");e.exports=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[i]=!1,"/./"[e](t)}catch(r){}}return!1}},ab71:function(e,t){var n=["lineStyle","normal","opacity"],r={seriesType:"parallel",reset:function(e,t,r){var i=e.getModel("itemStyle"),o=e.getModel("lineStyle"),a=t.get("color"),s=o.get("color")||i.get("color")||a[e.seriesIndex%a.length],l=e.get("inactiveOpacity"),u=e.get("activeOpacity"),c=e.getModel("lineStyle").getLineStyle(),A=e.coordinateSystem,h=e.getData(),d={normal:c.opacity,active:u,inactive:l};function f(e,t){A.eachActiveState(t,(function(e,r){var i=d[e];if("normal"===e&&t.hasItemOption){var o=t.getItemModel(r).get(n,!0);null!=o&&(i=o)}t.setItemVisual(r,"opacity",i)}),e.start,e.end)}return h.setVisual("color",s),{progress:f}}};e.exports=r},abff:function(e,t,n){var r=n("3eba"),i=n("f706"),o=n("c965"),a=n("87c3");r.extendChartView({type:"scatter",render:function(e,t,n){var r=e.getData(),i=this._updateSymbolDraw(r,e);i.updateData(r,{clipShape:this._getClipShape(e)}),this._finished=!0},incrementalPrepareRender:function(e,t,n){var r=e.getData(),i=this._updateSymbolDraw(r,e);i.incrementalPrepareUpdate(r),this._finished=!1},incrementalRender:function(e,t,n){this._symbolDraw.incrementalUpdate(e,t.getData(),{clipShape:this._getClipShape(t)}),this._finished=e.end===t.getData().count()},updateTransform:function(e,t,n){var r=e.getData();if(this.group.dirty(),!this._finished||r.count()>1e4||!this._symbolDraw.isPersistent())return{update:!0};var i=a().reset(e);i.progress&&i.progress({start:0,end:r.count()},r),this._symbolDraw.updateLayout(r)},_getClipShape:function(e){var t=e.coordinateSystem,n=t&&t.getArea&&t.getArea();return e.get("clip",!0)?n:null},_updateSymbolDraw:function(e,t){var n=this._symbolDraw,r=t.pipelineContext,a=r.large;return n&&a===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=a?new o:new i,this._isLargeDraw=a,this.group.removeAll()),this.group.add(n.group),n},remove:function(e,t){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},dispose:function(){}})},ac0f:function(e,t,n){var r=n("cbe5"),i=n("401b"),o=n("4a3f"),a=o.quadraticSubdivide,s=o.cubicSubdivide,l=o.quadraticAt,u=o.cubicAt,c=o.quadraticDerivativeAt,A=o.cubicDerivativeAt,h=[];function d(e,t,n){var r=e.cpx2,i=e.cpy2;return null===r||null===i?[(n?A:u)(e.x1,e.cpx1,e.cpx2,e.x2,t),(n?A:u)(e.y1,e.cpy1,e.cpy2,e.y2,t)]:[(n?c:l)(e.x1,e.cpx1,e.x2,t),(n?c:l)(e.y1,e.cpy1,e.y2,t)]}var f=r.extend({type:"bezier-curve",shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(e,t){var n=t.x1,r=t.y1,i=t.x2,o=t.y2,l=t.cpx1,u=t.cpy1,c=t.cpx2,A=t.cpy2,d=t.percent;0!==d&&(e.moveTo(n,r),null==c||null==A?(d<1&&(a(n,l,i,d,h),l=h[1],i=h[2],a(r,u,o,d,h),u=h[1],o=h[2]),e.quadraticCurveTo(l,u,i,o)):(d<1&&(s(n,l,c,i,d,h),l=h[1],c=h[2],i=h[3],s(r,u,A,o,d,h),u=h[1],A=h[2],o=h[3]),e.bezierCurveTo(l,u,c,A,i,o)))},pointAt:function(e){return d(this.shape,e,!1)},tangentAt:function(e){var t=d(this.shape,e,!0);return i.normalize(t,t)}});e.exports=f},ac1f:function(e,t,n){"use strict";var r=n("23e7"),i=n("9263");r({target:"RegExp",proto:!0,forced:/./.exec!==i},{exec:i})},ad6d:function(e,t,n){"use strict";var r=n("825a");e.exports=function(){var e=r(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t}},adda:function(e,t,n){var r=n("94e4"),i=r.circularLayout;function o(e){e.eachSeriesByType("graph",(function(e){"circular"===e.get("layout")&&i(e,"symbolSize")}))}e.exports=o},adf4:function(e,t,n){var r=n("4f85"),i=n("b1d4"),o=n("2f45"),a=o.getDimensionTypeByAxis,s=n("6179"),l=n("6d8b"),u=n("e0d3"),c=u.groupData,A=n("eda2"),h=A.encodeHTML,d=n("c4a3"),f=2,p=r.extend({type:"series.themeRiver",dependencies:["singleAxis"],nameMap:null,init:function(e){p.superApply(this,"init",arguments),this.legendVisualProvider=new d(l.bind(this.getData,this),l.bind(this.getRawData,this))},fixData:function(e){var t=e.length,n={},r=c(e,(function(e){return n.hasOwnProperty(e[0])||(n[e[0]]=-1),e[2]})),i=[];r.buckets.each((function(e,t){i.push({name:t,dataList:e})}));for(var o=i.length,a=0;a<o;++a){for(var s=i[a].name,l=0;l<i[a].dataList.length;++l){var u=i[a].dataList[l][0];n[u]=a}for(var u in n)n.hasOwnProperty(u)&&n[u]!==a&&(n[u]=a,e[t]=[],e[t][0]=u,e[t][1]=0,e[t][2]=s,t++)}return e},getInitialData:function(e,t){for(var n=t.queryComponents({mainType:"singleAxis",index:this.get("singleAxisIndex"),id:this.get("singleAxisId")})[0],r=n.get("type"),o=l.filter(e.data,(function(e){return void 0!==e[2]})),u=this.fixData(o||[]),c=[],A=this.nameMap=l.createHashMap(),h=0,d=0;d<u.length;++d)c.push(u[d][f]),A.get(u[d][f])||(A.set(u[d][f],h),h++);var p=i(u,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:a(r)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}),g=new s(p,this);return g.initData(u),g},getLayerSeries:function(){for(var e=this.getData(),t=e.count(),n=[],r=0;r<t;++r)n[r]=r;var i=e.mapDimension("single"),o=c(n,(function(t){return e.get("name",t)})),a=[];return o.buckets.each((function(t,n){t.sort((function(t,n){return e.get(i,t)-e.get(i,n)})),a.push({name:n,indices:t})})),a},getAxisTooltipData:function(e,t,n){l.isArray(e)||(e=e?[e]:[]);for(var r,i=this.getData(),o=this.getLayerSeries(),a=[],s=o.length,u=0;u<s;++u){for(var c=Number.MAX_VALUE,A=-1,h=o[u].indices.length,d=0;d<h;++d){var f=i.get(e[0],o[u].indices[d]),p=Math.abs(f-t);p<=c&&(r=f,c=p,A=o[u].indices[d])}a.push(A)}return{dataIndices:a,nestestValue:r}},formatTooltip:function(e){var t=this.getData(),n=t.getName(e),r=t.get(t.mapDimension("value"),e);return(isNaN(r)||null==r)&&(r="-"),h(n+" : "+r)},defaultOption:{zlevel:0,z:2,coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",color:"#000",fontSize:11},emphasis:{label:{show:!0}}}}),g=p;e.exports=g},ae40:function(e,t,n){var r=n("83ab"),i=n("d039"),o=n("5135"),a=Object.defineProperty,s={},l=function(e){throw e};e.exports=function(e,t){if(o(s,e))return s[e];t||(t={});var n=[][e],u=!!o(t,"ACCESSORS")&&t.ACCESSORS,c=o(t,0)?t[0]:l,A=o(t,1)?t[1]:void 0;return s[e]=!!n&&!i((function(){if(u&&!r)return!0;var e={length:-1};u?a(e,1,{enumerable:!0,get:l}):e[1]=1,n.call(e,c,A)}))}},ae46:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("73ca"),a=n("0fd3"),s=n("7e5b"),l=n("4527"),u=n("6a4c"),c=n("a38d"),A=n("6582"),h=n("b0af"),d=h.createClipPath,f=i.extendChartView({type:"lines",init:function(){},render:function(e,t,n){var r=e.getData(),i=this._updateLineDraw(r,e),o=e.get("zlevel"),a=e.get("effect.trailLength"),s=n.getZr(),l="svg"===s.painter.getType();l||s.painter.getLayer(o).clear(!0),null==this._lastZlevel||l||s.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(e)&&a&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),i.updateData(r);var u=e.get("clip",!0)&&d(e.coordinateSystem,!1,e);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},incrementalPrepareRender:function(e,t,n){var r=e.getData(),i=this._updateLineDraw(r,e);i.incrementalPrepareUpdate(r),this._clearLayer(n),this._finished=!1},incrementalRender:function(e,t,n){this._lineDraw.incrementalUpdate(e,t.getData()),this._finished=e.end===t.getData().count()},updateTransform:function(e,t,n){var r=e.getData(),i=e.pipelineContext;if(!this._finished||i.large||i.progressiveRender)return{update:!0};var o=A.reset(e);o.progress&&o.progress({start:0,end:r.count()},r),this._lineDraw.updateLayout(),this._clearLayer(n)},_updateLineDraw:function(e,t){var n=this._lineDraw,r=this._showEffect(t),i=!!t.get("polyline"),A=t.pipelineContext,h=A.large;return n&&r===this._hasEffet&&i===this._isPolyline&&h===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=h?new c:new o(i?r?u:l:r?a:s),this._hasEffet=r,this._isPolyline=i,this._isLargeDraw=h,this.group.removeAll()),this.group.add(n.group),n},_showEffect:function(e){return!!e.get("effect.show")},_clearLayer:function(e){var t=e.getZr(),n="svg"===t.painter.getType();n||null==this._lastZlevel||t.painter.getLayer(this._lastZlevel).clear(!0)},remove:function(e,t){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(t)},dispose:function(){}});e.exports=f},ae69:function(e,t,n){var r=n("cbe5"),i=r.extend({type:"ellipse",shape:{cx:0,cy:0,rx:0,ry:0},buildPath:function(e,t){var n=.5522848,r=t.cx,i=t.cy,o=t.rx,a=t.ry,s=o*n,l=a*n;e.moveTo(r-o,i),e.bezierCurveTo(r-o,i-l,r-s,i-a,r,i-a),e.bezierCurveTo(r+s,i-a,r+o,i-l,r+o,i),e.bezierCurveTo(r+o,i+l,r+s,i+a,r,i+a),e.bezierCurveTo(r-s,i+a,r-o,i+l,r-o,i),e.closePath()}});e.exports=i},ae75:function(e,t,n){var r=n("6d8b"),i=["rect","polygon","keep","clear"];function o(e,t){var n=e&&e.brush;if(r.isArray(n)||(n=n?[n]:[]),n.length){var o=[];r.each(n,(function(e){var t=e.hasOwnProperty("toolbox")?e.toolbox:[];t instanceof Array&&(o=o.concat(t))}));var s=e&&e.toolbox;r.isArray(s)&&(s=s[0]),s||(s={feature:{}},e.toolbox=[s]);var l=s.feature||(s.feature={}),u=l.brush||(l.brush={}),c=u.type||(u.type=[]);c.push.apply(c,o),a(c),t&&!c.length&&c.push.apply(c,i)}}function a(e){var t={};r.each(e,(function(e){t[e]=1})),e.length=0,r.each(t,(function(t,n){e.push(n)}))}e.exports=o},ae93:function(e,t,n){"use strict";var r,i,o,a=n("e163"),s=n("9112"),l=n("5135"),u=n("b622"),c=n("c430"),A=u("iterator"),h=!1,d=function(){return this};[].keys&&(o=[].keys(),"next"in o?(i=a(a(o)),i!==Object.prototype&&(r=i)):h=!0),void 0==r&&(r={}),c||l(r,A)||s(r,A,d),e.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:h}},af24:function(e,t,n){n("48c7"),n("f273")},afa0:function(e,t,n){var r=n("6d8b"),i=n("22d1"),o=n("e1fc"),a=n("04f6");function s(e,t){return e.zlevel===t.zlevel?e.z===t.z?e.z2-t.z2:e.z-t.z:e.zlevel-t.zlevel}var l=function(){this._roots=[],this._displayList=[],this._displayListLen=0};l.prototype={constructor:l,traverse:function(e,t){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(e,t)},getDisplayList:function(e,t){return t=t||!1,e&&this.updateDisplayList(t),this._displayList},updateDisplayList:function(e){this._displayListLen=0;for(var t=this._roots,n=this._displayList,r=0,o=t.length;r<o;r++)this._updateAndAddDisplayable(t[r],null,e);n.length=this._displayListLen,i.canvasSupported&&a(n,s)},_updateAndAddDisplayable:function(e,t,n){if(!e.ignore||n){e.beforeUpdate(),e.__dirty&&e.update(),e.afterUpdate();var r=e.clipPath;if(r){t=t?t.slice():[];var i=r,o=e;while(i)i.parent=o,i.updateTransform(),t.push(i),o=i,i=i.clipPath}if(e.isGroup){for(var a=e._children,s=0;s<a.length;s++){var l=a[s];e.__dirty&&(l.__dirty=!0),this._updateAndAddDisplayable(l,t,n)}e.__dirty=!1}else e.__clipPaths=t,this._displayList[this._displayListLen++]=e}},addRoot:function(e){e.__storage!==this&&(e instanceof o&&e.addChildrenToStorage(this),this.addToStorage(e),this._roots.push(e))},delRoot:function(e){if(null==e){for(var t=0;t<this._roots.length;t++){var n=this._roots[t];n instanceof o&&n.delChildrenFromStorage(this)}return this._roots=[],this._displayList=[],void(this._displayListLen=0)}if(e instanceof Array){t=0;for(var i=e.length;t<i;t++)this.delRoot(e[t])}else{var a=r.indexOf(this._roots,e);a>=0&&(this.delFromStorage(e),this._roots.splice(a,1),e instanceof o&&e.delChildrenFromStorage(this))}},addToStorage:function(e){return e&&(e.__storage=this,e.dirty(!1)),this},delFromStorage:function(e){return e&&(e.__storage=null),this},dispose:function(){this._renderList=this._roots=null},displayableSortFunc:s};var u=l;e.exports=u},b006:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("fab2"),a=n("fc82"),s=n("f4a2"),l=n("2306"),u=["axisLine","axisTickLabel","axisName"],c=r.extendComponentView({type:"parallelAxis",init:function(e,t){c.superApply(this,"init",arguments),(this._brushController=new a(t.getZr())).on("brush",i.bind(this._onBrush,this))},render:function(e,t,n,r){if(!A(e,t,r)){this.axisModel=e,this.api=n,this.group.removeAll();var a=this._axisGroup;if(this._axisGroup=new l.Group,this.group.add(this._axisGroup),e.get("show")){var s=d(e,t),c=s.coordinateSystem,h=e.getAreaSelectStyle(),f=h.width,p=e.axis.dim,g=c.getAxisLayout(p),v=i.extend({strokeContainThreshold:f},g),m=new o(e,v);i.each(u,m.add,m),this._axisGroup.add(m.getGroup()),this._refreshBrushController(v,h,e,s,f,n);var y=r&&!1===r.animation?null:e;l.groupTransition(a,this._axisGroup,y)}}},_refreshBrushController:function(e,t,n,r,i,o){var a=n.axis.getExtent(),u=a[1]-a[0],c=Math.min(30,.1*Math.abs(u)),A=l.BoundingRect.create({x:a[0],y:-i/2,width:u,height:i});A.x-=c,A.width+=2*c,this._brushController.mount({enableGlobalPan:!0,rotation:e.rotation,position:e.position}).setPanels([{panelId:"pl",clipPath:s.makeRectPanelClipPath(A),isTargetByCursor:s.makeRectIsTargetByCursor(A,o,r),getLinearBrushOtherExtent:s.makeLinearBrushOtherExtent(A,0)}]).enableBrush({brushType:"lineX",brushStyle:t,removeOnClick:!0}).updateCovers(h(n))},_onBrush:function(e,t){var n=this.axisModel,r=n.axis,o=i.map(e,(function(e){return[r.coordToData(e.range[0],!0),r.coordToData(e.range[1],!0)]}));(!n.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:o})},dispose:function(){this._brushController.dispose()}});function A(e,t,n){return n&&"axisAreaSelect"===n.type&&t.findComponents({mainType:"parallelAxis",query:n})[0]===e}function h(e){var t=e.axis;return i.map(e.activeIntervals,(function(e){return{brushType:"lineX",panelId:"pl",range:[t.dataToCoord(e[0],!0),t.dataToCoord(e[1],!0)]}}))}function d(e,t){return t.getComponent("parallel",e.get("parallelIndex"))}var f=c;e.exports=f},b041:function(e,t,n){"use strict";var r=n("00ee"),i=n("f5df");e.exports=r?{}.toString:function(){return"[object "+i(this)+"]"}},b0af:function(e,t,n){var r=n("2306"),i=n("3842"),o=i.round;function a(e,t,n){var i=e.getArea(),o=e.getBaseAxis().isHorizontal(),a=i.x,s=i.y,l=i.width,u=i.height,c=n.get("lineStyle.width")||2;a-=c/2,s-=c/2,l+=c,u+=c,a=Math.floor(a),l=Math.round(l);var A=new r.Rect({shape:{x:a,y:s,width:l,height:u}});return t&&(A.shape[o?"width":"height"]=0,r.initProps(A,{shape:{width:l,height:u}},n)),A}function s(e,t,n){var i=e.getArea(),a=new r.Sector({shape:{cx:o(e.cx,1),cy:o(e.cy,1),r0:o(i.r0,1),r:o(i.r,1),startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}});return t&&(a.shape.endAngle=i.startAngle,r.initProps(a,{shape:{endAngle:i.endAngle}},n)),a}function l(e,t,n){return e?"polar"===e.type?s(e,t,n):"cartesian2d"===e.type?a(e,t,n):null:null}t.createGridClipPath=a,t.createPolarClipPath=s,t.createClipPath=l},b0c0:function(e,t,n){var r=n("83ab"),i=n("9bf2").f,o=Function.prototype,a=o.toString,s=/^\s*function ([^ (]*)/,l="name";r&&!(l in o)&&i(o,l,{configurable:!0,get:function(){try{return a.call(this).match(s)[1]}catch(e){return""}}})},b11c:function(e,t,n){n("8ec5"),n("db9e"),n("4e9f"),n("d3a0"),n("767c"),n("7c4d"),n("df70")},b12f:function(e,t,n){var r=n("e1fc"),i=n("8918"),o=n("625e"),a=function(){this.group=new r,this.uid=i.getUID("viewComponent")};a.prototype={constructor:a,init:function(e,t){},render:function(e,t,n,r){},dispose:function(){},filterForExposedEvent:null};var s=a.prototype;s.updateView=s.updateLayout=s.updateVisual=function(e,t,n,r){},o.enableClassExtend(a),o.enableClassManagement(a,{registerWhenExtend:!0});var l=a;e.exports=l},b16f:function(e,t,n){var r=n("4ab1"),i=n("6d8b"),o=n("4942"),a=n("41ef");function s(e,t){r.call(this,e,t,["linearGradient","radialGradient"],"__gradient_in_use__")}i.inherits(s,r),s.prototype.addWithoutUpdate=function(e,t){if(t&&t.style){var n=this;i.each(["fill","stroke"],(function(r){if(t.style[r]&&("linear"===t.style[r].type||"radial"===t.style[r].type)){var i,o=t.style[r],a=n.getDefs(!0);o._dom?(i=o._dom,a.contains(o._dom)||n.addDom(i)):i=n.add(o),n.markUsed(t);var s=i.getAttribute("id");e.setAttribute(r,"url(#"+s+")")}}))}},s.prototype.add=function(e){var t;if("linear"===e.type)t=this.createElement("linearGradient");else{if("radial"!==e.type)return o("Illegal gradient type."),null;t=this.createElement("radialGradient")}return e.id=e.id||this.nextId++,t.setAttribute("id","zr"+this._zrId+"-gradient-"+e.id),this.updateDom(e,t),this.addDom(t),t},s.prototype.update=function(e){var t=this;r.prototype.update.call(this,e,(function(){var n=e.type,r=e._dom.tagName;"linear"===n&&"linearGradient"===r||"radial"===n&&"radialGradient"===r?t.updateDom(e,e._dom):(t.removeDom(e),t.add(e))}))},s.prototype.updateDom=function(e,t){if("linear"===e.type)t.setAttribute("x1",e.x),t.setAttribute("y1",e.y),t.setAttribute("x2",e.x2),t.setAttribute("y2",e.y2);else{if("radial"!==e.type)return void o("Illegal gradient type.");t.setAttribute("cx",e.x),t.setAttribute("cy",e.y),t.setAttribute("r",e.r)}e.global?t.setAttribute("gradientUnits","userSpaceOnUse"):t.setAttribute("gradientUnits","objectBoundingBox"),t.innerHTML="";for(var n=e.colorStops,r=0,i=n.length;r<i;++r){var s=this.createElement("stop");s.setAttribute("offset",100*n[r].offset+"%");var l=n[r].color;if(l.indexOf("rgba")>-1){var u=a.parse(l)[3],c=a.toHex(l);s.setAttribute("stop-color","#"+c),s.setAttribute("stop-opacity",u)}else s.setAttribute("stop-color",n[r].color);t.appendChild(s)}e._dom=t},s.prototype.markUsed=function(e){if(e.style){var t=e.style.fill;t&&t._dom&&r.prototype.markUsed.call(this,t._dom),t=e.style.stroke,t&&t._dom&&r.prototype.markUsed.call(this,t._dom)}};var l=s;e.exports=l},b1d4:function(e,t,n){var r=n("862d");function i(e,t){return t=t||{},r(t.coordDimensions||[],e,{dimsDef:t.dimensionsDefine||e.dimensionsDefine,encodeDef:t.encodeDefine||e.encodeDefine,dimCount:t.dimensionsCount,encodeDefaulter:t.encodeDefaulter,generateCoord:t.generateCoord,generateCoordCount:t.generateCoordCount})}e.exports=i},b336:function(e,t,n){var r=n("6d8b"),i=r.each;function o(e){var t=e&&e.visualMap;r.isArray(t)||(t=t?[t]:[]),i(t,(function(e){if(e){a(e,"splitList")&&!a(e,"pieces")&&(e.pieces=e.splitList,delete e.splitList);var t=e.pieces;t&&r.isArray(t)&&i(t,(function(e){r.isObject(e)&&(a(e,"start")&&!a(e,"min")&&(e.min=e.start),a(e,"end")&&!a(e,"max")&&(e.max=e.end))}))}}))}function a(e,t){return e&&e.hasOwnProperty&&e.hasOwnProperty(t)}e.exports=o},b367:function(e,t,n){var r=n("5524"),i=n("ef08"),o="__core-js_shared__",a=i[o]||(i[o]={});(e.exports=function(e,t){return a[e]||(a[e]=void 0!==t?t:{})})("versions",[]).push({version:r.version,mode:n("e444")?"pure":"global",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"})},b369:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306"),a=n("80f0"),s=n("55ac"),l=n("f610"),u=n("4a01"),c=n("9850"),A=n("1687"),h=n("e6cd"),d=n("282b"),f=n("eda2"),p=f.windowOpen,g=i.bind,v=o.Group,m=o.Rect,y=i.each,x=3,w=["label"],_=["emphasis","label"],b=["upperLabel"],B=["emphasis","upperLabel"],C=10,S=1,E=2,M=d([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),I=function(e){var t=M(e);return t.stroke=t.fill=t.lineWidth=null,t},T=r.extendChartView({type:"treemap",init:function(e,t){this._containerGroup,this._storage=D(),this._oldTree,this._breadcrumb,this._controller,this._state="ready"},render:function(e,t,n,r){var o=t.findComponents({mainType:"series",subType:"treemap",query:r});if(!(i.indexOf(o,e)<0)){this.seriesModel=e,this.api=n,this.ecModel=t;var a=["treemapZoomToNode","treemapRootToNode"],l=s.retrieveTargetInfo(r,a,e),u=r&&r.type,c=e.layoutInfo,A=!this._oldTree,h=this._storage,d="treemapRootToNode"===u&&l&&h?{rootNodeGroup:h.nodeGroup[l.node.getRawIndex()],direction:r.direction}:null,f=this._giveContainerGroup(c),p=this._doRender(f,e,d);A||u&&"treemapZoomToNode"!==u&&"treemapRootToNode"!==u?p.renderFinally():this._doAnimation(f,p,e,d),this._resetController(n),this._renderBreadcrumb(e,n,l)}},_giveContainerGroup:function(e){var t=this._containerGroup;return t||(t=this._containerGroup=new v,this._initEvents(t),this.group.add(t)),t.attr("position",[e.x,e.y]),t},_doRender:function(e,t,n){var r=t.getData().tree,o=this._oldTree,s=D(),l=D(),u=this._storage,c=[],A=i.curry(F,t,l,u,n,s,c);d(r.root?[r.root]:[],o&&o.root?[o.root]:[],e,r===o||!o,0);var h=f(u);return this._oldTree=r,this._storage=l,{lastsForAnimation:s,willDeleteEls:h,renderFinally:p};function d(e,t,n,r,o){function s(e){return e.getId()}function l(i,a){var s=null!=i?e[i]:null,l=null!=a?t[a]:null,u=A(s,l,n,o);u&&d(s&&s.viewChildren||[],l&&l.viewChildren||[],u,r,o+1)}r?(t=e,y(e,(function(e,t){!e.isRemoved()&&l(t,t)}))):new a(t,e,s,s).add(l).update(l).remove(i.curry(l,null)).execute()}function f(e){var t=D();return e&&y(e,(function(e,n){var r=t[n];y(e,(function(e){e&&(r.push(e),e.__tmWillDelete=1)}))})),t}function p(){y(h,(function(e){y(e,(function(e){e.parent&&e.parent.remove(e)}))})),y(c,(function(e){e.invisible=!0,e.dirty()}))}},_doAnimation:function(e,t,n,r){if(n.get("animation")){var o=n.get("animationDurationUpdate"),a=n.get("animationEasing"),s=h.createWrap();y(t.willDeleteEls,(function(e,t){y(e,(function(e,n){if(!e.invisible){var i,l=e.parent;if(r&&"drillDown"===r.direction)i=l===r.rootNodeGroup?{shape:{x:0,y:0,width:l.__tmNodeWidth,height:l.__tmNodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var u=0,c=0;l.__tmWillDelete||(u=l.__tmNodeWidth/2,c=l.__tmNodeHeight/2),i="nodeGroup"===t?{position:[u,c],style:{opacity:0}}:{shape:{x:u,y:c,width:0,height:0},style:{opacity:0}}}i&&s.add(e,i,o,a)}}))})),y(this._storage,(function(e,n){y(e,(function(e,r){var l=t.lastsForAnimation[n][r],u={};l&&("nodeGroup"===n?l.old&&(u.position=e.position.slice(),e.attr("position",l.old)):(l.old&&(u.shape=i.extend({},e.shape),e.setShape(l.old)),l.fadein?(e.setStyle("opacity",0),u.style={opacity:1}):1!==e.style.opacity&&(u.style={opacity:1})),s.add(e,u,o,a))}))}),this),this._state="animating",s.done(g((function(){this._state="ready",t.renderFinally()}),this)).start()}},_resetController:function(e){var t=this._controller;t||(t=this._controller=new u(e.getZr()),t.enable(this.seriesModel.get("roam")),t.on("pan",g(this._onPan,this)),t.on("zoom",g(this._onZoom,this)));var n=new c(0,0,e.getWidth(),e.getHeight());t.setPointerChecker((function(e,t,r){return n.contain(t,r)}))},_clearController:function(){var e=this._controller;e&&(e.dispose(),e=null)},_onPan:function(e){if("animating"!==this._state&&(Math.abs(e.dx)>x||Math.abs(e.dy)>x)){var t=this.seriesModel.getData().tree.root;if(!t)return;var n=t.getLayout();if(!n)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+e.dx,y:n.y+e.dy,width:n.width,height:n.height}})}},_onZoom:function(e){var t=e.originX,n=e.originY;if("animating"!==this._state){var r=this.seriesModel.getData().tree.root;if(!r)return;var i=r.getLayout();if(!i)return;var o=new c(i.x,i.y,i.width,i.height),a=this.seriesModel.layoutInfo;t-=a.x,n-=a.y;var s=A.create();A.translate(s,s,[-t,-n]),A.scale(s,s,[e.scale,e.scale]),A.translate(s,s,[t,n]),o.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:o.x,y:o.y,width:o.width,height:o.height}})}},_initEvents:function(e){e.on("click",(function(e){if("ready"===this._state){var t=this.seriesModel.get("nodeClick",!0);if(t){var n=this.findTarget(e.offsetX,e.offsetY);if(n){var r=n.node;if(r.getLayout().isLeafRoot)this._rootToNode(n);else if("zoomToNode"===t)this._zoomToNode(n);else if("link"===t){var i=r.hostTree.data.getItemModel(r.dataIndex),o=i.get("link",!0),a=i.get("target",!0)||"blank";o&&p(o,a)}}}}}),this)},_renderBreadcrumb:function(e,t,n){function r(t){"animating"!==this._state&&(s.aboveViewRoot(e.getViewRoot(),t)?this._rootToNode({node:t}):this._zoomToNode({node:t}))}n||(n=null!=e.get("leafDepth",!0)?{node:e.getViewRoot()}:this.findTarget(t.getWidth()/2,t.getHeight()/2),n||(n={node:e.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new l(this.group))).render(e,t,n.node,g(r,this))},remove:function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=D(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},dispose:function(){this._clearController()},_zoomToNode:function(e){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},_rootToNode:function(e){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:e.node})},findTarget:function(e,t){var n,r=this.seriesModel.getViewRoot();return r.eachNode({attr:"viewChildren",order:"preorder"},(function(r){var i=this._storage.background[r.getRawIndex()];if(i){var o=i.transformCoordToLocal(e,t),a=i.shape;if(!(a.x<=o[0]&&o[0]<=a.x+a.width&&a.y<=o[1]&&o[1]<=a.y+a.height))return!1;n={node:r,offsetX:o[0],offsetY:o[1]}}}),this),n}});function D(){return{nodeGroup:[],background:[],content:[]}}function F(e,t,n,r,a,s,l,u,c,A){if(l){var h=l.getLayout(),d=e.getData();if(d.setItemGraphicEl(l.dataIndex,null),h&&h.isInView){var f=h.width,p=h.height,g=h.borderWidth,y=h.invisible,x=l.getRawIndex(),C=u&&u.getRawIndex(),T=l.viewChildren,D=h.upperHeight,F=T&&T.length,L=l.getModel("itemStyle"),U=l.getModel("emphasis.itemStyle"),O=G("nodeGroup",v);if(O){if(c.add(O),O.attr("position",[h.x||0,h.y||0]),O.__tmNodeWidth=f,O.__tmNodeHeight=p,h.isAboveViewRoot)return O;var N=l.getModel(),k=G("background",m,A,S);if(k&&H(O,k,F&&h.upperLabelHeight),F)o.isHighDownDispatcher(O)&&o.setAsHighDownDispatcher(O,!1),k&&(o.setAsHighDownDispatcher(k,!0),d.setItemGraphicEl(l.dataIndex,k));else{var P=G("content",m,A,E);P&&R(O,P),k&&o.isHighDownDispatcher(k)&&o.setAsHighDownDispatcher(k,!1),o.setAsHighDownDispatcher(O,!0),d.setItemGraphicEl(l.dataIndex,O)}return O}}}function H(t,n,r){if(n.dataIndex=l.dataIndex,n.seriesIndex=e.seriesIndex,n.setShape({x:0,y:0,width:f,height:p}),y)z(n);else{n.invisible=!1;var i=l.getVisual("borderColor",!0),a=U.get("borderColor"),s=I(L);s.fill=i;var u=M(U);if(u.fill=a,r){var c=f-2*g;V(s,u,i,c,D,{x:g,y:0,width:c,height:D})}else s.text=u.text=null;n.setStyle(s),o.setElementHoverStyle(n,u)}t.add(n)}function R(t,n){n.dataIndex=l.dataIndex,n.seriesIndex=e.seriesIndex;var r=Math.max(f-2*g,0),i=Math.max(p-2*g,0);if(n.culling=!0,n.setShape({x:g,y:g,width:r,height:i}),y)z(n);else{n.invisible=!1;var a=l.getVisual("color",!0),s=I(L);s.fill=a;var u=M(U);V(s,u,a,r,i),n.setStyle(s),o.setElementHoverStyle(n,u)}t.add(n)}function z(e){!e.invisible&&s.push(e)}function V(t,n,r,a,s,u){var c=N.get("name"),A=N.getModel(u?b:w),d=N.getModel(u?B:_),f=A.getShallow("show");o.setLabelStyle(t,n,A,d,{defaultText:f?c:null,autoColor:r,isRectText:!0,labelFetcher:e,labelDataIndex:l.dataIndex,labelProp:u?"upperLabel":"label"}),K(t,u,h),K(n,u,h),u&&(t.textRect=i.clone(u)),t.truncate=f&&A.get("ellipsis")?{outerWidth:a,outerHeight:s,minChar:2}:null}function K(t,n,r){var i=t.text;if(!n&&r.isLeafRoot&&null!=i){var o=e.get("drillDownIcon",!0);t.text=o?o+" "+i:i}}function G(e,r,i,o){var s=null!=C&&n[e][C],l=a[e];return s?(n[e][C]=null,j(l,s,e)):y||(s=new r({z:Q(i,o)}),s.__tmDepth=i,s.__tmStorageName=e,W(l,s,e)),t[e][x]=s}function j(e,t,n){var r=e[x]={};r.old="nodeGroup"===n?t.position.slice():i.extend({},t.shape)}function W(e,t,n){var i=e[x]={},o=l.parentNode;if(o&&(!r||"drillDown"===r.direction)){var s=0,u=0,c=a.background[o.getRawIndex()];!r&&c&&c.old&&(s=c.old.width,u=c.old.height),i.old="nodeGroup"===n?[0,u]:{x:s,y:u,width:0,height:0}}i.fadein="nodeGroup"!==n}}function Q(e,t){var n=e*C+t;return(n-1)/n}e.exports=T},b419:function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("4319"),a=n("6679"),s=n("fab2"),l=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function u(e,t,n){t[1]>t[0]&&(t=t.slice().reverse());var r=e.coordToPoint([t[0],n]),i=e.coordToPoint([t[1],n]);return{x1:r[0],y1:r[1],x2:i[0],y2:i[1]}}function c(e){var t=e.getRadiusAxis();return t.inverse?0:1}function A(e){var t=e[0],n=e[e.length-1];t&&n&&Math.abs(Math.abs(t.coord-n.coord)-360)<1e-4&&e.pop()}var h=a.extend({type:"angleAxis",axisPointerClass:"PolarAxisPointer",render:function(e,t){if(this.group.removeAll(),e.get("show")){var n=e.axis,i=n.polar,o=i.getRadiusAxis().getExtent(),a=n.getTicksCoords(),s=n.getMinorTicksCoords(),u=r.map(n.getViewLabels(),(function(e){e=r.clone(e);return e.coord=n.dataToCoord(e.tickValue),e}));A(u),A(a),r.each(l,(function(t){!e.get(t+".show")||n.scale.isBlank()&&"axisLine"!==t||this["_"+t](e,i,a,s,o,u)}),this)}},_axisLine:function(e,t,n,r,o){var a,s=e.getModel("axisLine.lineStyle"),l=c(t),u=l?0:1;a=0===o[u]?new i.Circle({shape:{cx:t.cx,cy:t.cy,r:o[l]},style:s.getLineStyle(),z2:1,silent:!0}):new i.Ring({shape:{cx:t.cx,cy:t.cy,r:o[l],r0:o[u]},style:s.getLineStyle(),z2:1,silent:!0}),a.style.fill=null,this.group.add(a)},_axisTick:function(e,t,n,o,a){var s=e.getModel("axisTick"),l=(s.get("inside")?-1:1)*s.get("length"),A=a[c(t)],h=r.map(n,(function(e){return new i.Line({shape:u(t,[A,A+l],e.coord)})}));this.group.add(i.mergePath(h,{style:r.defaults(s.getModel("lineStyle").getLineStyle(),{stroke:e.get("axisLine.lineStyle.color")})}))},_minorTick:function(e,t,n,o,a){if(o.length){for(var s=e.getModel("axisTick"),l=e.getModel("minorTick"),A=(s.get("inside")?-1:1)*l.get("length"),h=a[c(t)],d=[],f=0;f<o.length;f++)for(var p=0;p<o[f].length;p++)d.push(new i.Line({shape:u(t,[h,h+A],o[f][p].coord)}));this.group.add(i.mergePath(d,{style:r.defaults(l.getModel("lineStyle").getLineStyle(),r.defaults(s.getLineStyle(),{stroke:e.get("axisLine.lineStyle.color")}))}))}},_axisLabel:function(e,t,n,a,l,u){var A=e.getCategories(!0),h=e.getModel("axisLabel"),d=h.get("margin"),f=e.get("triggerEvent");r.each(u,(function(n,r){var a=h,u=n.tickValue,p=l[c(t)],g=t.coordToPoint([p+d,n.coord]),v=t.cx,m=t.cy,y=Math.abs(g[0]-v)/p<.3?"center":g[0]>v?"left":"right",x=Math.abs(g[1]-m)/p<.3?"middle":g[1]>m?"top":"bottom";A&&A[u]&&A[u].textStyle&&(a=new o(A[u].textStyle,h,h.ecModel));var w=new i.Text({silent:s.isLabelSilent(e)});this.group.add(w),i.setTextStyle(w.style,a,{x:g[0],y:g[1],textFill:a.getTextColor()||e.get("axisLine.lineStyle.color"),text:n.formattedLabel,textAlign:y,textVerticalAlign:x}),f&&(w.eventData=s.makeAxisEventDataBase(e),w.eventData.targetType="axisLabel",w.eventData.value=n.rawLabel)}),this)},_splitLine:function(e,t,n,o,a){var s=e.getModel("splitLine"),l=s.getModel("lineStyle"),c=l.get("color"),A=0;c=c instanceof Array?c:[c];for(var h=[],d=0;d<n.length;d++){var f=A++%c.length;h[f]=h[f]||[],h[f].push(new i.Line({shape:u(t,a,n[d].coord)}))}for(d=0;d<h.length;d++)this.group.add(i.mergePath(h[d],{style:r.defaults({stroke:c[d%c.length]},l.getLineStyle()),silent:!0,z:e.get("z")}))},_minorSplitLine:function(e,t,n,r,o){if(r.length){for(var a=e.getModel("minorSplitLine"),s=a.getModel("lineStyle"),l=[],c=0;c<r.length;c++)for(var A=0;A<r[c].length;A++)l.push(new i.Line({shape:u(t,o,r[c][A].coord)}));this.group.add(i.mergePath(l,{style:s.getLineStyle(),silent:!0,z:e.get("z")}))}},_splitArea:function(e,t,n,o,a){if(n.length){var s=e.getModel("splitArea"),l=s.getModel("areaStyle"),u=l.get("color"),c=0;u=u instanceof Array?u:[u];for(var A=[],h=Math.PI/180,d=-n[0].coord*h,f=Math.min(a[0],a[1]),p=Math.max(a[0],a[1]),g=e.get("clockwise"),v=1;v<n.length;v++){var m=c++%u.length;A[m]=A[m]||[],A[m].push(new i.Sector({shape:{cx:t.cx,cy:t.cy,r0:f,r:p,startAngle:d,endAngle:-n[v].coord*h,clockwise:g},silent:!0})),d=-n[v].coord*h}for(v=0;v<A.length;v++)this.group.add(i.mergePath(A[v],{style:r.defaults({fill:u[v%u.length]},l.getAreaStyle()),silent:!0}))}}});e.exports=h},b50d:function(e,t,n){"use strict";var r=n("c532"),i=n("467f"),o=n("30b5"),a=n("c345"),s=n("3934"),l=n("2d83");e.exports=function(e){return new Promise((function(t,u){var c=e.data,A=e.headers;r.isFormData(c)&&delete A["Content-Type"];var h=new XMLHttpRequest;if(e.auth){var d=e.auth.username||"",f=e.auth.password||"";A.Authorization="Basic "+btoa(d+":"+f)}if(h.open(e.method.toUpperCase(),o(e.url,e.params,e.paramsSerializer),!0),h.timeout=e.timeout,h.onreadystatechange=function(){if(h&&4===h.readyState&&(0!==h.status||h.responseURL&&0===h.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in h?a(h.getAllResponseHeaders()):null,r=e.responseType&&"text"!==e.responseType?h.response:h.responseText,o={data:r,status:h.status,statusText:h.statusText,headers:n,config:e,request:h};i(t,u,o),h=null}},h.onerror=function(){u(l("Network Error",e,null,h)),h=null},h.ontimeout=function(){u(l("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",h)),h=null},r.isStandardBrowserEnv()){var p=n("7aac"),g=(e.withCredentials||s(e.url))&&e.xsrfCookieName?p.read(e.xsrfCookieName):void 0;g&&(A[e.xsrfHeaderName]=g)}if("setRequestHeader"in h&&r.forEach(A,(function(e,t){"undefined"===typeof c&&"content-type"===t.toLowerCase()?delete A[t]:h.setRequestHeader(t,e)})),e.withCredentials&&(h.withCredentials=!0),e.responseType)try{h.responseType=e.responseType}catch(v){if("json"!==e.responseType)throw v}"function"===typeof e.onDownloadProgress&&h.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&h.upload&&h.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){h&&(h.abort(),u(e),h=null)})),void 0===c&&(c=null),h.send(c)}))}},b575:function(e,t,n){var r,i,o,a,s,l,u,c,A=n("da84"),h=n("06cf").f,d=n("c6b6"),f=n("2cf49").set,p=n("1cdc"),g=A.MutationObserver||A.WebKitMutationObserver,v=A.process,m=A.Promise,y="process"==d(v),x=h(A,"queueMicrotask"),w=x&&x.value;w||(r=function(){var e,t;y&&(e=v.domain)&&e.exit();while(i){t=i.fn,i=i.next;try{t()}catch(n){throw i?a():o=void 0,n}}o=void 0,e&&e.enter()},y?a=function(){v.nextTick(r)}:g&&!p?(s=!0,l=document.createTextNode(""),new g(r).observe(l,{characterData:!0}),a=function(){l.data=s=!s}):m&&m.resolve?(u=m.resolve(void 0),c=u.then,a=function(){c.call(u,r)}):a=function(){f.call(A,r)}),e.exports=w||function(e){var t={fn:e,next:void 0};o&&(o.next=t),i||(i=t,a()),o=t}},b5c7:function(e,t,n){var r=n("282b"),i=r([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["stroke","barBorderColor"],["lineWidth","barBorderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),o={getBarItemStyle:function(e){var t=i(this,e);if(this.getBorderLineDash){var n=this.getBorderLineDash();n&&(t.lineDash=n)}return t}};e.exports=o},b622:function(e,t,n){var r=n("da84"),i=n("5692"),o=n("5135"),a=n("90e3"),s=n("4930"),l=n("fdbf"),u=i("wks"),c=r.Symbol,A=l?c:c&&c.withoutSetter||a;e.exports=function(e){return o(u,e)||(s&&o(c,e)?u[e]=c[e]:u[e]=A("Symbol."+e)),u[e]}},b64b:function(e,t,n){var r=n("23e7"),i=n("7b0b"),o=n("df75"),a=n("d039"),s=a((function(){o(1)}));r({target:"Object",stat:!0,forced:s},{keys:function(e){return o(i(e))}})},b680:function(e,t,n){"use strict";var r=n("23e7"),i=n("a691"),o=n("408a"),a=n("1148"),s=n("d039"),l=1..toFixed,u=Math.floor,c=function(e,t,n){return 0===t?n:t%2===1?c(e,t-1,n*e):c(e*e,t/2,n)},A=function(e){var t=0,n=e;while(n>=4096)t+=12,n/=4096;while(n>=2)t+=1,n/=2;return t},h=l&&("0.000"!==8e-5.toFixed(3)||"1"!==.9.toFixed(0)||"1.25"!==1.255.toFixed(2)||"1000000000000000128"!==(0xde0b6b3a7640080).toFixed(0))||!s((function(){l.call({})}));r({target:"Number",proto:!0,forced:h},{toFixed:function(e){var t,n,r,s,l=o(this),h=i(e),d=[0,0,0,0,0,0],f="",p="0",g=function(e,t){var n=-1,r=t;while(++n<6)r+=e*d[n],d[n]=r%1e7,r=u(r/1e7)},v=function(e){var t=6,n=0;while(--t>=0)n+=d[t],d[t]=u(n/e),n=n%e*1e7},m=function(){var e=6,t="";while(--e>=0)if(""!==t||0===e||0!==d[e]){var n=String(d[e]);t=""===t?n:t+a.call("0",7-n.length)+n}return t};if(h<0||h>20)throw RangeError("Incorrect fraction digits");if(l!=l)return"NaN";if(l<=-1e21||l>=1e21)return String(l);if(l<0&&(f="-",l=-l),l>1e-21)if(t=A(l*c(2,69,1))-69,n=t<0?l*c(2,-t,1):l/c(2,t,1),n*=4503599627370496,t=52-t,t>0){g(0,n),r=h;while(r>=7)g(1e7,0),r-=7;g(c(10,r,1),0),r=t-1;while(r>=23)v(1<<23),r-=23;v(1<<r),g(1,1),v(2),p=m()}else g(0,n),g(1<<-t,0),p=m()+a.call("0",h);return h>0?(s=p.length,p=f+(s<=h?"0."+a.call("0",h-s)+p:p.slice(0,s-h)+"."+p.slice(s-h))):p=f+p,p}})},b719:function(e,t,n){var r=n("697e7");t.zrender=r;var i=n("1687");t.matrix=i;var o=n("401b");t.vector=o;var a=n("6d8b"),s=n("41ef");t.color=s;var l=n("2306"),u=n("3842");t.number=u;var c=n("eda2");t.format=c;var A=n("88b3");A.throttle;t.throttle=A.throttle;var h=n("1548");t.helper=h;var d=n("bda7");t.parseGeoJSON=d;var f=n("6179");t.List=f;var p=n("4319");t.Model=p;var g=n("84ce");t.Axis=g;var v=n("22d1");t.env=v;var m=d,y={};a.each(["map","each","filter","indexOf","inherits","reduce","filter","bind","curry","isArray","isString","isObject","isFunction","extend","defaults","clone","merge"],(function(e){y[e]=a[e]}));var x={};a.each(["extendShape","extendPath","makePath","makeImage","mergePath","resizePath","createIcon","setHoverStyle","setLabelStyle","setTextStyle","setText","getFont","updateProps","initProps","getTransform","clipPointsByRect","clipRectByRect","registerShape","getShapeClass","Group","Image","Text","Circle","Sector","Ring","Polygon","Polyline","Rect","Line","BezierCurve","Arc","IncrementalDisplayable","CompoundPath","LinearGradient","RadialGradient","BoundingRect"],(function(e){x[e]=l[e]})),t.parseGeoJson=m,t.util=y,t.graphic=x},b727:function(e,t,n){var r=n("0366"),i=n("44ad"),o=n("7b0b"),a=n("50c4"),s=n("65f0"),l=[].push,u=function(e){var t=1==e,n=2==e,u=3==e,c=4==e,A=6==e,h=5==e||A;return function(d,f,p,g){for(var v,m,y=o(d),x=i(y),w=r(f,p,3),_=a(x.length),b=0,B=g||s,C=t?B(d,_):n?B(d,0):void 0;_>b;b++)if((h||b in x)&&(v=x[b],m=w(v,b,y),e))if(t)C[b]=m;else if(m)switch(e){case 3:return!0;case 5:return v;case 6:return b;case 2:l.call(C,v)}else if(c)return!1;return A?-1:u||c?c:C}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6)}},b809:function(e,t,n){var r=n("6d8b"),i=n("29a8"),o=n("2b17"),a=o.retrieveRawValue;function s(e,t){var n=t.getModel("aria");if(n.get("show"))if(n.get("description"))e.setAttribute("aria-label",n.get("description"));else{var o=0;t.eachSeries((function(e,t){++o}),this);var s,l=n.get("data.maxCount")||10,u=n.get("series.maxCount")||10,c=Math.min(o,u);if(!(o<1)){var A=g();s=A?f(p("general.withTitle"),{title:A}):p("general.withoutTitle");var h=[],d=o>1?"series.multiple.prefix":"series.single.prefix";s+=f(p(d),{seriesCount:o}),t.eachSeries((function(e,t){if(t<c){var n,r=e.get("name"),i="series."+(o>1?"multiple":"single")+".";n=p(r?i+"withName":i+"withoutName"),n=f(n,{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:v(e.subType)});var s=e.getData();window.data=s,s.count()>l?n+=f(p("data.partialData"),{displayCnt:l}):n+=p("data.allData");for(var u=[],A=0;A<s.count();A++)if(A<l){var d=s.getName(A),g=a(s,A);u.push(f(p(d?"data.withName":"data.withoutName"),{name:d,value:g}))}n+=u.join(p("data.separator.middle"))+p("data.separator.end"),h.push(n)}})),s+=h.join(p("series.multiple.separator.middle"))+p("series.multiple.separator.end"),e.setAttribute("aria-label",s)}}function f(e,t){if("string"!==typeof e)return e;var n=e;return r.each(t,(function(e,t){n=n.replace(new RegExp("\\{\\s*"+t+"\\s*\\}","g"),e)})),n}function p(e){var t=n.get(e);if(null==t){for(var r=e.split("."),o=i.aria,a=0;a<r.length;++a)o=o[r[a]];return o}return t}function g(){var e=t.getModel("title").option;return e&&e.length&&(e=e[0]),e&&e.text}function v(e){return i.series.typeNames[e]||"自定义图"}}e.exports=s},b85c:function(e,t,n){"use strict";n.d(t,"a",(function(){return i}));n("a4d3"),n("e01a"),n("d3b7"),n("d28b"),n("3ca3"),n("ddb0");var r=n("06c5");function i(e,t){var n;if("undefined"===typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(n=Object(r["a"])(e))||t&&e&&"number"===typeof e.length){n&&(e=n);var i=0,o=function(){};return{s:o,n:function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,s=!0,l=!1;return{s:function(){n=e[Symbol.iterator]()},n:function(){var e=n.next();return s=e.done,e},e:function(e){l=!0,a=e},f:function(){try{s||null==n["return"]||n["return"]()}finally{if(l)throw a}}}}},b8ec:function(e,t,n){var r=n("3eba");r.registerAction({type:"brush",event:"brush"},(function(e,t){t.eachComponent({mainType:"brush",query:e},(function(t){t.setAreas(e.areas)}))})),r.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},(function(){})),r.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},(function(){}))},b9c7:function(e,t,n){n("e507"),e.exports=n("5524").Object.assign},ba01:function(e,t,n){e.exports=n("051b")},bb2f:function(e,t,n){var r=n("d039");e.exports=!r((function(){return Object.isExtensible(Object.preventExtensions({}))}))},bb70:function(e,t,n){var r=n("e86a"),i=n("3842"),o=i.parsePercent,a=Math.PI/180;function s(e,t,n,r,i,o,a,s,l,u){function c(t,n,r,i){for(var o=t;o<n;o++){if(e[o].y+r>l+a)break;if(e[o].y+=r,o>t&&o+1<n&&e[o+1].y>e[o].y+e[o].height)return void A(o,r/2)}A(n-1,r/2)}function A(t,n){for(var r=t;r>=0;r--){if(e[r].y-n<l)break;if(e[r].y-=n,r>0&&e[r].y>e[r-1].y+e[r-1].height)break}}function h(e,t,n,r,i,o){for(var a=t?Number.MAX_VALUE:0,s=0,l=e.length;s<l;s++)if("none"===e[s].labelAlignTo){var u=Math.abs(e[s].y-r),c=e[s].len,A=e[s].len2,h=u<i+c?Math.sqrt((i+c+A)*(i+c+A)-u*u):Math.abs(e[s].x-n);t&&h>=a&&(h=a-10),!t&&h<=a&&(h=a+10),e[s].x=n+h*o,a=h}}e.sort((function(e,t){return e.y-t.y}));for(var d,f=0,p=e.length,g=[],v=[],m=0;m<p;m++){if("outer"===e[m].position&&"labelLine"===e[m].labelAlignTo){var y=e[m].x-u;e[m].linePoints[1][0]+=y,e[m].x=u}d=e[m].y-f,d<0&&c(m,p,-d,i),f=e[m].y+e[m].height}a-f<0&&A(p-1,f-a);for(m=0;m<p;m++)e[m].y>=n?v.push(e[m]):g.push(e[m]);h(g,!1,t,n,r,i),h(v,!0,t,n,r,i)}function l(e,t,n,i,o,a,l,c){for(var A=[],h=[],d=Number.MAX_VALUE,f=-Number.MAX_VALUE,p=0;p<e.length;p++)u(e[p])||(e[p].x<t?(d=Math.min(d,e[p].x),A.push(e[p])):(f=Math.max(f,e[p].x),h.push(e[p])));s(h,t,n,i,1,o,a,l,c,f),s(A,t,n,i,-1,o,a,l,c,d);for(p=0;p<e.length;p++){var g=e[p];if(!u(g)){var v=g.linePoints;if(v){var m,y="edge"===g.labelAlignTo,x=g.textRect.width;m=y?g.x<t?v[2][0]-g.labelDistance-l-g.labelMargin:l+o-g.labelMargin-v[2][0]-g.labelDistance:g.x<t?g.x-l-g.bleedMargin:l+o-g.x-g.bleedMargin,m<g.textRect.width&&(g.text=r.truncateText(g.text,m,g.font),"edge"===g.labelAlignTo&&(x=r.getWidth(g.text,g.font)));var w=v[1][0]-v[2][0];y?g.x<t?v[2][0]=l+g.labelMargin+x+g.labelDistance:v[2][0]=l+o-g.labelMargin-x-g.labelDistance:(g.x<t?v[2][0]=g.x+g.labelDistance:v[2][0]=g.x-g.labelDistance,v[1][0]=v[2][0]+w),v[1][1]=v[2][1]=g.y}}}}function u(e){return"center"===e.position}function c(e,t,n,i,s,u){var c,A,h=e.getData(),d=[],f=!1,p=(e.get("minShowLabelAngle")||0)*a;h.each((function(i){var a=h.getItemLayout(i),l=h.getItemModel(i),u=l.getModel("label"),g=u.get("position")||l.get("emphasis.label.position"),v=u.get("distanceToLabelLine"),m=u.get("alignTo"),y=o(u.get("margin"),n),x=u.get("bleedMargin"),w=u.getFont(),_=l.getModel("labelLine"),b=_.get("length");b=o(b,n);var B=_.get("length2");if(B=o(B,n),!(a.angle<p)){var C,S,E,M,I=(a.startAngle+a.endAngle)/2,T=Math.cos(I),D=Math.sin(I);c=a.cx,A=a.cy;var F,Q=e.getFormattedLabel(i,"normal")||h.getName(i),L=r.getBoundingRect(Q,w,M,"top"),U="inside"===g||"inner"===g;if("center"===g)C=a.cx,S=a.cy,M="center";else{var O=(U?(a.r+a.r0)/2*T:a.r*T)+c,N=(U?(a.r+a.r0)/2*D:a.r*D)+A;if(C=O+3*T,S=N+3*D,!U){var k=O+T*(b+t-a.r),P=N+D*(b+t-a.r),H=k+(T<0?-1:1)*B,R=P;C="edge"===m?T<0?s+y:s+n-y:H+(T<0?-v:v),S=R,E=[[O,N],[k,P],[H,R]]}M=U?"center":"edge"===m?T>0?"right":"left":T>0?"left":"right"}var z=u.get("rotate");F="number"===typeof z?z*(Math.PI/180):z?T<0?-I+Math.PI:-I:0,f=!!F,a.label={x:C,y:S,position:g,height:L.height,len:b,len2:B,linePoints:E,textAlign:M,verticalAlign:"middle",rotation:F,inside:U,labelDistance:v,labelAlignTo:m,labelMargin:y,bleedMargin:x,textRect:L,text:Q,font:w},U||d.push(a.label)}})),!f&&e.get("avoidLabelOverlap")&&l(d,c,A,t,n,i,s,u)}e.exports=c},bc3a:function(e,t,n){e.exports=n("cee4")},bc5f:function(e,t,n){var r=n("6cb7");r.registerSubTypeDefaulter("visualMap",(function(e){return e.categories||(e.pieces?e.pieces.length>0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"}))},bcaa1:function(e,t,n){var r=n("4ab1"),i=n("6d8b");function o(e,t){r.call(this,e,t,["filter"],"__filter_in_use__","_shadowDom")}function a(e){return e&&(e.shadowBlur||e.shadowOffsetX||e.shadowOffsetY||e.textShadowBlur||e.textShadowOffsetX||e.textShadowOffsetY)}i.inherits(o,r),o.prototype.addWithoutUpdate=function(e,t){if(t&&a(t.style)){var n;if(t._shadowDom){n=t._shadowDom;var r=this.getDefs(!0);r.contains(t._shadowDom)||this.addDom(n)}else n=this.add(t);this.markUsed(t);var i=n.getAttribute("id");e.style.filter="url(#"+i+")"}},o.prototype.add=function(e){var t=this.createElement("filter");return e._shadowDomId=e._shadowDomId||this.nextId++,t.setAttribute("id","zr"+this._zrId+"-shadow-"+e._shadowDomId),this.updateDom(e,t),this.addDom(t),t},o.prototype.update=function(e,t){var n=t.style;if(a(n)){var i=this;r.prototype.update.call(this,t,(function(){i.updateDom(t,t._shadowDom)}))}else this.remove(e,t)},o.prototype.remove=function(e,t){null!=t._shadowDomId&&(this.removeDom(e),e.style.filter="")},o.prototype.updateDom=function(e,t){var n=t.getElementsByTagName("feDropShadow");n=0===n.length?this.createElement("feDropShadow"):n[0];var r,i,o,a,s=e.style,l=e.scale&&e.scale[0]||1,u=e.scale&&e.scale[1]||1;if(s.shadowBlur||s.shadowOffsetX||s.shadowOffsetY)r=s.shadowOffsetX||0,i=s.shadowOffsetY||0,o=s.shadowBlur,a=s.shadowColor;else{if(!s.textShadowBlur)return void this.removeDom(t,s);r=s.textShadowOffsetX||0,i=s.textShadowOffsetY||0,o=s.textShadowBlur,a=s.textShadowColor}n.setAttribute("dx",r/l),n.setAttribute("dy",i/u),n.setAttribute("flood-color",a);var c=o/2/l,A=o/2/u,h=c+" "+A;n.setAttribute("stdDeviation",h),t.setAttribute("x","-100%"),t.setAttribute("y","-100%"),t.setAttribute("width",Math.ceil(o/2*200)+"%"),t.setAttribute("height",Math.ceil(o/2*200)+"%"),t.appendChild(n),e._shadowDom=t},o.prototype.markUsed=function(e){e._shadowDom&&r.prototype.markUsed.call(this,e._shadowDom)};var s=o;e.exports=s},bcbe:function(e,t,n){var r=n("6d8b"),i=n("fab2"),o=n("2306"),a=n("edb9"),s=n("6679"),l=n("58df"),u=l.rectCoordAxisBuildSplitArea,c=l.rectCoordAxisHandleRemove,A=["axisLine","axisTickLabel","axisName"],h=["splitArea","splitLine"],d=s.extend({type:"singleAxis",axisPointerClass:"SingleAxisPointer",render:function(e,t,n,s){var l=this.group;l.removeAll();var u=this._axisGroup;this._axisGroup=new o.Group;var c=a.layout(e),f=new i(e,c);r.each(A,f.add,f),l.add(this._axisGroup),l.add(f.getGroup()),r.each(h,(function(t){e.get(t+".show")&&this["_"+t](e)}),this),o.groupTransition(u,this._axisGroup,e),d.superCall(this,"render",e,t,n,s)},remove:function(){c(this)},_splitLine:function(e){var t=e.axis;if(!t.scale.isBlank()){var n=e.getModel("splitLine"),r=n.getModel("lineStyle"),i=r.get("width"),a=r.get("color");a=a instanceof Array?a:[a];for(var s=e.coordinateSystem.getRect(),l=t.isHorizontal(),u=[],c=0,A=t.getTicksCoords({tickModel:n}),h=[],d=[],f=0;f<A.length;++f){var p=t.toGlobalCoord(A[f].coord);l?(h[0]=p,h[1]=s.y,d[0]=p,d[1]=s.y+s.height):(h[0]=s.x,h[1]=p,d[0]=s.x+s.width,d[1]=p);var g=c++%a.length;u[g]=u[g]||[],u[g].push(new o.Line({subPixelOptimize:!0,shape:{x1:h[0],y1:h[1],x2:d[0],y2:d[1]},style:{lineWidth:i},silent:!0}))}for(f=0;f<u.length;++f)this.group.add(o.mergePath(u[f],{style:{stroke:a[f%a.length],lineDash:r.getLineDash(i),lineWidth:i},silent:!0}))}},_splitArea:function(e){u(this,this._axisGroup,e,e)}}),f=d;e.exports=f},bd11:function(e,t){e.exports=p,e.exports.parse=o,e.exports.compile=a,e.exports.tokensToFunction=s,e.exports.tokensToRegExp=f;var n="/",r="./",i=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");function o(e,t){var o,a=[],s=0,c=0,A="",h=t&&t.delimiter||n,d=t&&t.delimiters||r,f=!1;while(null!==(o=i.exec(e))){var p=o[0],g=o[1],v=o.index;if(A+=e.slice(c,v),c=v+p.length,g)A+=g[1],f=!0;else{var m="",y=e[c],x=o[2],w=o[3],_=o[4],b=o[5];if(!f&&A.length){var B=A.length-1;d.indexOf(A[B])>-1&&(m=A[B],A=A.slice(0,B))}A&&(a.push(A),A="",f=!1);var C=""!==m&&void 0!==y&&y!==m,S="+"===b||"*"===b,E="?"===b||"*"===b,M=m||h,I=w||_;a.push({name:x||s++,prefix:m,delimiter:M,optional:E,repeat:S,partial:C,pattern:I?u(I):"[^"+l(M)+"]+?"})}}return(A||c<e.length)&&a.push(A+e.substr(c)),a}function a(e,t){return s(o(e,t))}function s(e){for(var t=new Array(e.length),n=0;n<e.length;n++)"object"===typeof e[n]&&(t[n]=new RegExp("^(?:"+e[n].pattern+")$"));return function(n,r){for(var i="",o=r&&r.encode||encodeURIComponent,a=0;a<e.length;a++){var s=e[a];if("string"!==typeof s){var l,u=n?n[s.name]:void 0;if(Array.isArray(u)){if(!s.repeat)throw new TypeError('Expected "'+s.name+'" to not repeat, but got array');if(0===u.length){if(s.optional)continue;throw new TypeError('Expected "'+s.name+'" to not be empty')}for(var c=0;c<u.length;c++){if(l=o(u[c],s),!t[a].test(l))throw new TypeError('Expected all "'+s.name+'" to match "'+s.pattern+'"');i+=(0===c?s.prefix:s.delimiter)+l}}else if("string"!==typeof u&&"number"!==typeof u&&"boolean"!==typeof u){if(!s.optional)throw new TypeError('Expected "'+s.name+'" to be '+(s.repeat?"an array":"a string"));s.partial&&(i+=s.prefix)}else{if(l=o(String(u),s),!t[a].test(l))throw new TypeError('Expected "'+s.name+'" to match "'+s.pattern+'", but got "'+l+'"');i+=s.prefix+l}}else i+=s}return i}}function l(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")}function u(e){return e.replace(/([=!:$/()])/g,"\\$1")}function c(e){return e&&e.sensitive?"":"i"}function A(e,t){if(!t)return e;var n=e.source.match(/\((?!\?)/g);if(n)for(var r=0;r<n.length;r++)t.push({name:r,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,pattern:null});return e}function h(e,t,n){for(var r=[],i=0;i<e.length;i++)r.push(p(e[i],t,n).source);return new RegExp("(?:"+r.join("|")+")",c(n))}function d(e,t,n){return f(o(e,n),t,n)}function f(e,t,i){i=i||{};for(var o=i.strict,a=!1!==i.start,s=!1!==i.end,u=l(i.delimiter||n),A=i.delimiters||r,h=[].concat(i.endsWith||[]).map(l).concat("$").join("|"),d=a?"^":"",f=0===e.length,p=0;p<e.length;p++){var g=e[p];if("string"===typeof g)d+=l(g),f=p===e.length-1&&A.indexOf(g[g.length-1])>-1;else{var v=g.repeat?"(?:"+g.pattern+")(?:"+l(g.delimiter)+"(?:"+g.pattern+"))*":g.pattern;t&&t.push(g),g.optional?g.partial?d+=l(g.prefix)+"("+v+")?":d+="(?:"+l(g.prefix)+"("+v+"))?":d+=l(g.prefix)+"("+v+")"}}return s?(o||(d+="(?:"+u+")?"),d+="$"===h?"$":"(?="+h+")"):(o||(d+="(?:"+u+"(?="+h+"))?"),f||(d+="(?="+u+"|"+h+")")),new RegExp(d,c(i))}function p(e,t,n){return e instanceof RegExp?A(e,t):Array.isArray(e)?h(e,t,n):d(e,t,n)}},bd6b:function(e,t,n){var r=n("06ad"),i=n("4942"),o=n("6d8b"),a=o.isString,s=o.isFunction,l=o.isObject,u=o.isArrayLike,c=o.indexOf,A=function(){this.animators=[]};function h(e,t,n,r,i,o,l,u){a(r)?(o=i,i=r,r=0):s(i)?(o=i,i="linear",r=0):s(r)?(o=r,r=0):s(n)?(o=n,n=500):n||(n=500),e.stopAnimation(),d(e,"",e,t,n,r,u);var c=e.animators.slice(),A=c.length;function h(){A--,A||o&&o()}A||o&&o();for(var f=0;f<c.length;f++)c[f].done(h).start(i,l)}function d(e,t,n,r,i,o,a){var s={},c=0;for(var A in r)r.hasOwnProperty(A)&&(null!=n[A]?l(r[A])&&!u(r[A])?d(e,t?t+"."+A:A,n[A],r[A],i,o,a):(a?(s[A]=n[A],f(e,t,A,r[A])):s[A]=r[A],c++):null==r[A]||a||f(e,t,A,r[A]));c>0&&e.animate(t,!1).when(null==i?500:i,s).delay(o||0)}function f(e,t,n,r){if(t){var i={};i[t]={},i[t][n]=r,e.attr(i)}else e.attr(n,r)}A.prototype={constructor:A,animate:function(e,t){var n,o=!1,a=this,s=this.__zr;if(e){var l=e.split("."),u=a;o="shape"===l[0];for(var A=0,h=l.length;A<h;A++)u&&(u=u[l[A]]);u&&(n=u)}else n=a;if(n){var d=a.animators,f=new r(n,t);return f.during((function(e){a.dirty(o)})).done((function(){d.splice(c(d,f),1)})),d.push(f),s&&s.animation.addAnimator(f),f}i('Property "'+e+'" is not existed in element '+a.id)},stopAnimation:function(e){for(var t=this.animators,n=t.length,r=0;r<n;r++)t[r].stop(e);return t.length=0,this},animateTo:function(e,t,n,r,i,o){h(this,e,t,n,r,i,o)},animateFrom:function(e,t,n,r,i,o){h(this,e,t,n,r,i,o,!0)}};var p=A;e.exports=p},bd92:function(e,t,n){var r=n("6d8b"),i=n("4f85"),o=n("e468"),a=o.seriesModelMixin,s=i.extend({type:"series.candlestick",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,clip:!0,itemStyle:{color:"#c23531",color0:"#314656",borderWidth:1,borderColor:"#c23531",borderColor0:"#314656"},emphasis:{itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationUpdate:!1,animationEasing:"linear",animationDuration:300},getShadowDim:function(){return"open"},brushSelector:function(e,t,n){var r=t.getItemLayout(e);return r&&n.rect(r.brushRect)}});r.mixin(s,a,!0);var l=s;e.exports=l},bd9e:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("2306"),a=n("e0d3"),s=n("f4a2"),l=i.each,u=i.indexOf,c=i.curry,A=["dataToPoint","pointToData"],h=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"];function d(e,t,n){var r=this._targetInfoList=[],i={},o=g(t,e);l(v,(function(e,t){(!n||!n.include||u(n.include,t)>=0)&&e(o,r,i)}))}var f=d.prototype;function p(e){return e[0]>e[1]&&e.reverse(),e}function g(e,t){return a.parseFinder(e,t,{includeMainTypes:h})}f.setOutputRanges=function(e,t){this.matchOutputRanges(e,t,(function(e,t,n){if((e.coordRanges||(e.coordRanges=[])).push(t),!e.coordRange){e.coordRange=t;var r=x[e.brushType](0,n,t);e.__rangeOffset={offset:_[e.brushType](r.values,e.range,[1,1]),xyMinMax:r.xyMinMax}}}))},f.matchOutputRanges=function(e,t,n){l(e,(function(e){var r=this.findTargetInfo(e,t);r&&!0!==r&&i.each(r.coordSyses,(function(r){var i=x[e.brushType](1,r,e.range);n(e,i.values,r,t)}))}),this)},f.setInputRanges=function(e,t){l(e,(function(e){var n=this.findTargetInfo(e,t);if(e.range=e.range||[],n&&!0!==n){e.panelId=n.panelId;var r=x[e.brushType](0,n.coordSys,e.coordRange),i=e.__rangeOffset;e.range=i?_[e.brushType](r.values,i.offset,B(r.xyMinMax,i.xyMinMax)):r.values}}),this)},f.makePanelOpts=function(e,t){return i.map(this._targetInfoList,(function(n){var r=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:t&&t(n),clipPath:s.makeRectPanelClipPath(r),isTargetByCursor:s.makeRectIsTargetByCursor(r,e,n.coordSysModel),getLinearBrushOtherExtent:s.makeLinearBrushOtherExtent(r)}}))},f.controlSeries=function(e,t,n){var r=this.findTargetInfo(e,n);return!0===r||r&&u(r.coordSyses,t.coordinateSystem)>=0},f.findTargetInfo=function(e,t){for(var n=this._targetInfoList,r=g(t,e),i=0;i<n.length;i++){var o=n[i],a=e.panelId;if(a){if(o.panelId===a)return o}else for(i=0;i<m.length;i++)if(m[i](r,o))return o}return!0};var v={grid:function(e,t){var n=e.xAxisModels,r=e.yAxisModels,o=e.gridModels,a=i.createHashMap(),s={},c={};(n||r||o)&&(l(n,(function(e){var t=e.axis.grid.model;a.set(t.id,t),s[t.id]=!0})),l(r,(function(e){var t=e.axis.grid.model;a.set(t.id,t),c[t.id]=!0})),l(o,(function(e){a.set(e.id,e),s[e.id]=!0,c[e.id]=!0})),a.each((function(e){var i=e.coordinateSystem,o=[];l(i.getCartesians(),(function(e,t){(u(n,e.getAxis("x").model)>=0||u(r,e.getAxis("y").model)>=0)&&o.push(e)})),t.push({panelId:"grid--"+e.id,gridModel:e,coordSysModel:e,coordSys:o[0],coordSyses:o,getPanelRect:y.grid,xAxisDeclared:s[e.id],yAxisDeclared:c[e.id]})})))},geo:function(e,t){l(e.geoModels,(function(e){var n=e.coordinateSystem;t.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:n,coordSyses:[n],getPanelRect:y.geo})}))}},m=[function(e,t){var n=e.xAxisModel,r=e.yAxisModel,i=e.gridModel;return!i&&n&&(i=n.axis.grid.model),!i&&r&&(i=r.axis.grid.model),i&&i===t.gridModel},function(e,t){var n=e.geoModel;return n&&n===t.geoModel}],y={grid:function(){return this.coordSys.grid.getRect().clone()},geo:function(){var e=this.coordSys,t=e.getBoundingRect().clone();return t.applyTransform(o.getTransform(e)),t}},x={lineX:c(w,0),lineY:c(w,1),rect:function(e,t,n){var r=t[A[e]]([n[0][0],n[1][0]]),i=t[A[e]]([n[0][1],n[1][1]]),o=[p([r[0],i[0]]),p([r[1],i[1]])];return{values:o,xyMinMax:o}},polygon:function(e,t,n){var r=[[1/0,-1/0],[1/0,-1/0]],o=i.map(n,(function(n){var i=t[A[e]](n);return r[0][0]=Math.min(r[0][0],i[0]),r[1][0]=Math.min(r[1][0],i[1]),r[0][1]=Math.max(r[0][1],i[0]),r[1][1]=Math.max(r[1][1],i[1]),i}));return{values:o,xyMinMax:r}}};function w(e,t,n,r){var o=n.getAxis(["x","y"][e]),a=p(i.map([0,1],(function(e){return t?o.coordToData(o.toLocalCoord(r[e])):o.toGlobalCoord(o.dataToCoord(r[e]))}))),s=[];return s[e]=a,s[1-e]=[NaN,NaN],{values:a,xyMinMax:s}}var _={lineX:c(b,0),lineY:c(b,1),rect:function(e,t,n){return[[e[0][0]-n[0]*t[0][0],e[0][1]-n[0]*t[0][1]],[e[1][0]-n[1]*t[1][0],e[1][1]-n[1]*t[1][1]]]},polygon:function(e,t,n){return i.map(e,(function(e,r){return[e[0]-n[0]*t[r][0],e[1]-n[1]*t[r][1]]}))}};function b(e,t,n,r){return[t[0]-r[e]*n[0],t[1]-r[e]*n[1]]}function B(e,t){var n=C(e),r=C(t),i=[n[0]/r[0],n[1]/r[1]];return isNaN(i[0])&&(i[0]=1),isNaN(i[1])&&(i[1]=1),i}function C(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[NaN,NaN]}var S=d;e.exports=S},bda7:function(e,t,n){var r=n("6d8b"),i=n("f279");function o(e){if(!e.UTF8Encoding)return e;var t=e.UTF8Scale;null==t&&(t=1024);for(var n=e.features,r=0;r<n.length;r++)for(var i=n[r],o=i.geometry,s=o.coordinates,l=o.encodeOffsets,u=0;u<s.length;u++){var c=s[u];if("Polygon"===o.type)s[u]=a(c,l[u],t);else if("MultiPolygon"===o.type)for(var A=0;A<c.length;A++){var h=c[A];c[A]=a(h,l[u][A],t)}}return e.UTF8Encoding=!1,e}function a(e,t,n){for(var r=[],i=t[0],o=t[1],a=0;a<e.length;a+=2){var s=e.charCodeAt(a)-64,l=e.charCodeAt(a+1)-64;s=s>>1^-(1&s),l=l>>1^-(1&l),s+=i,l+=o,i=s,o=l,r.push([s/n,l/n])}return r}function s(e,t){return o(e),r.map(r.filter(e.features,(function(e){return e.geometry&&e.properties&&e.geometry.coordinates.length>0})),(function(e){var n=e.properties,o=e.geometry,a=o.coordinates,s=[];"Polygon"===o.type&&s.push({type:"polygon",exterior:a[0],interiors:a.slice(1)}),"MultiPolygon"===o.type&&r.each(a,(function(e){e[0]&&s.push({type:"polygon",exterior:e[0],interiors:e.slice(1)})}));var l=new i(n[t||"name"],s,n.cp);return l.properties=n,l}))}e.exports=s},bdc0:function(e,t,n){var r=n("3eba");n("d2a5"),r.registerAction({type:"dragNode",event:"dragnode",update:"update"},(function(e,t){t.eachComponent({mainType:"series",subType:"sankey",query:e},(function(t){t.setNodePosition(e.dataIndex,[e.localX,e.localY])}))}))},bf9b:function(e,t,n){var r=n("3eba"),i=n("d81e"),o=i.updateCenterAndZoom;r.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},(function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},(function(t){var n=e.dataIndex,r=t.getData().tree,i=r.getNodeByDataIndex(n);i.isExpand=!i.isExpand}))})),r.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},(function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},(function(t){var n=t.coordinateSystem,r=o(n,e);t.setCenter&&t.setCenter(r.center),t.setZoom&&t.setZoom(r.zoom)}))}))},c037:function(e,t,n){var r=n("3eba"),i=n("6d8b");n("f7c6"),n("1ab3");var o=n("7782"),a=n("98e7"),s=n("292e"),l=n("d3f4");o("pie",[{type:"pieToggleSelect",event:"pieselectchanged",method:"toggleSelected"},{type:"pieSelect",event:"pieselected",method:"select"},{type:"pieUnSelect",event:"pieunselected",method:"unSelect"}]),r.registerVisual(a("pie")),r.registerLayout(i.curry(s,"pie")),r.registerProcessor(l("pie"))},c04e:function(e,t,n){var r=n("861d");e.exports=function(e,t){if(!r(e))return e;var n,i;if(t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;if("function"==typeof(n=e.valueOf)&&!r(i=n.call(e)))return i;if(!t&&"function"==typeof(n=e.toString)&&!r(i=n.call(e)))return i;throw TypeError("Can't convert object to primitive value")}},c098:function(e,t,n){e.exports=n("d4af")},c2be:function(e,t,n){var r=n("2306"),i=r.extendShape,o=i({type:"sausage",shape:{cx:0,cy:0,r0:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},buildPath:function(e,t){var n=t.cx,r=t.cy,i=Math.max(t.r0||0,0),o=Math.max(t.r,0),a=.5*(o-i),s=i+a,l=t.startAngle,u=t.endAngle,c=t.clockwise,A=Math.cos(l),h=Math.sin(l),d=Math.cos(u),f=Math.sin(u),p=c?u-l<2*Math.PI:l-u<2*Math.PI;p&&(e.moveTo(A*i+n,h*i+r),e.arc(A*s+n,h*s+r,a,-Math.PI+l,l,!c)),e.arc(n,r,o,l,u,!c),e.moveTo(d*o+n,f*o+r),e.arc(d*s+n,f*s+r,a,u-2*Math.PI,u-Math.PI,!c),0!==i&&(e.arc(n,r,i,u,l,c),e.moveTo(A*i+n,f*i+r)),e.closePath()}});e.exports=o},c2dd:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("fc82"),a=n("10cc"),s=a.layoutCovers,l=r.extendComponentView({type:"brush",init:function(e,t){this.ecModel=e,this.api=t,this.model,(this._brushController=new o(t.getZr())).on("brush",i.bind(this._onBrush,this)).mount()},render:function(e){return this.model=e,u.apply(this,arguments)},updateTransform:function(e,t){return s(t),u.apply(this,arguments)},updateView:u,dispose:function(){this._brushController.dispose()},_onBrush:function(e,t){var n=this.model.id;this.model.brushTargetManager.setOutputRanges(e,this.ecModel),(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:n,areas:i.clone(e),$from:n}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:n,areas:i.clone(e),$from:n})}});function u(e,t,n,r){(!r||r.$from!==e.id)&&this._brushController.setPanels(e.brushTargetManager.makePanelOpts(n)).enableBrush(e.brushOption).updateCovers(e.areas.slice())}e.exports=l},c345:function(e,t,n){"use strict";var r=n("c532"),i=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,o,a={};return e?(r.forEach(e.split("\n"),(function(e){if(o=e.indexOf(":"),t=r.trim(e.substr(0,o)).toLowerCase(),n=r.trim(e.substr(o+1)),t){if(a[t]&&i.indexOf(t)>=0)return;a[t]="set-cookie"===t?(a[t]?a[t]:[]).concat([n]):a[t]?a[t]+", "+n:n}})),a):a}},c401:function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t,n){return r.forEach(n,(function(n){e=n(e,t)})),e}},c430:function(e,t){e.exports=!1},c4a3:function(e,t){function n(e,t){this.getAllNames=function(){var e=t();return e.mapArray(e.getName)},this.containName=function(e){var n=t();return n.indexOfName(e)>=0},this.indexOfName=function(t){var n=e();return n.indexOfName(t)},this.getItemVisual=function(t,n){var r=e();return r.getItemVisual(t,n)}}var r=n;e.exports=r},c515:function(e,t,n){n("849b"),n("8459"),n("b006")},c526:function(e,t){var n={axisPointer:1,tooltip:1,brush:1};function r(e,t,r){var i=t.getComponentByElement(e.topTarget),o=i&&i.coordinateSystem;return i&&i!==r&&!n[i.mainType]&&o&&o.model!==r}t.onIrrelevantElement=r},c532:function(e,t,n){"use strict";var r=n("1d2b"),i=n("044b"),o=Object.prototype.toString;function a(e){return"[object Array]"===o.call(e)}function s(e){return"[object ArrayBuffer]"===o.call(e)}function l(e){return"undefined"!==typeof FormData&&e instanceof FormData}function u(e){var t;return t="undefined"!==typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer,t}function c(e){return"string"===typeof e}function A(e){return"number"===typeof e}function h(e){return"undefined"===typeof e}function d(e){return null!==e&&"object"===typeof e}function f(e){return"[object Date]"===o.call(e)}function p(e){return"[object File]"===o.call(e)}function g(e){return"[object Blob]"===o.call(e)}function v(e){return"[object Function]"===o.call(e)}function m(e){return d(e)&&v(e.pipe)}function y(e){return"undefined"!==typeof URLSearchParams&&e instanceof URLSearchParams}function x(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function w(){return("undefined"===typeof navigator||"ReactNative"!==navigator.product)&&("undefined"!==typeof window&&"undefined"!==typeof document)}function _(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),a(e))for(var n=0,r=e.length;n<r;n++)t.call(null,e[n],n,e);else for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.call(null,e[i],i,e)}function b(){var e={};function t(t,n){"object"===typeof e[n]&&"object"===typeof t?e[n]=b(e[n],t):e[n]=t}for(var n=0,r=arguments.length;n<r;n++)_(arguments[n],t);return e}function B(e,t,n){return _(t,(function(t,i){e[i]=n&&"function"===typeof t?r(t,n):t})),e}e.exports={isArray:a,isArrayBuffer:s,isBuffer:i,isFormData:l,isArrayBufferView:u,isString:c,isNumber:A,isObject:d,isUndefined:h,isDate:f,isFile:p,isBlob:g,isFunction:v,isStream:m,isURLSearchParams:y,isStandardBrowserEnv:w,forEach:_,merge:b,extend:B,trim:x}},c533:function(e,t){var n=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],r={color:n,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],n]};e.exports=r},c62c:function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("9e47"),a=n("2023"),s=i.extend({type:"singleAxis",layoutMode:"box",axis:null,coordinateSystem:null,getCoordSysModel:function(){return this}}),l={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}}};function u(e,t){return t.type||(t.data?"category":"value")}r.merge(s.prototype,a),o("single",s,u,l);var c=s;e.exports=c},c6b6:function(e,t){var n={}.toString;e.exports=function(e){return n.call(e).slice(8,-1)}},c6cd:function(e,t,n){var r=n("da84"),i=n("ce4e"),o="__core-js_shared__",a=r[o]||i(o,{});e.exports=a},c740:function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").findIndex,o=n("44d2"),a=n("ae40"),s="findIndex",l=!0,u=a(s);s in[]&&Array(1)[s]((function(){l=!1})),r({target:"Array",proto:!0,forced:l||!u},{findIndex:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o(s)},c775:function(e,t,n){var r=n("2b17"),i=r.retrieveRawValue;function o(e,t){var n=e.mapDimension("defaultedLabel",!0),r=n.length;if(1===r)return i(e,t,n[0]);if(r){for(var o=[],a=0;a<n.length;a++){var s=i(e,t,n[a]);o.push(s)}return o.join(" ")}}t.getDefaultLabel=o},c7a2:function(e,t,n){var r=n("cbe5"),i=n("5693"),o=n("9cf9"),a=o.subPixelOptimizeRect,s={},l=r.extend({type:"rect",shape:{r:0,x:0,y:0,width:0,height:0},buildPath:function(e,t){var n,r,o,l;this.subPixelOptimize?(a(s,t,this.style),n=s.x,r=s.y,o=s.width,l=s.height,s.r=t.r,t=s):(n=t.x,r=t.y,o=t.width,l=t.height),t.r?i.buildPath(e,t):e.rect(n,r,o,l),e.closePath()}});e.exports=l},c8af:function(e,t,n){"use strict";var r=n("c532");e.exports=function(e,t){r.forEach(e,(function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])}))}},c8ba:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(r){"object"===typeof window&&(n=window)}e.exports=n},c8d2:function(e,t,n){var r=n("d039"),i=n("5899"),o="​…᠎";e.exports=function(e){return r((function(){return!!i[e]()||o[e]()!=o||i[e].name!==e}))}},c8ef:function(e,t,n){var r=n("6d8b"),i=n("a15a"),o=i.createSymbol,a=n("2306"),s=a.Group,l=n("3842"),u=l.parsePercent,c=n("1418"),A=3;function h(e){return r.isArray(e)||(e=[+e,+e]),e}function d(e,t){var n=t.rippleEffectColor||t.color;e.eachChild((function(e){e.attr({z:t.z,zlevel:t.zlevel,style:{stroke:"stroke"===t.brushType?n:null,fill:"fill"===t.brushType?n:null}})}))}function f(e,t){s.call(this);var n=new c(e,t),r=new s;this.add(n),this.add(r),r.beforeUpdate=function(){this.attr(n.getScale())},this.updateData(e,t)}var p=f.prototype;p.stopEffectAnimation=function(){this.childAt(1).removeAll()},p.startEffectAnimation=function(e){for(var t=e.symbolType,n=e.color,r=this.childAt(1),i=0;i<A;i++){var a=o(t,-1,-1,2,2,n);a.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scale:[.5,.5]});var s=-i/A*e.period+e.effectOffset;a.animate("",!0).when(e.period,{scale:[e.rippleScale/2,e.rippleScale/2]}).delay(s).start(),a.animateStyle(!0).when(e.period,{opacity:0}).delay(s).start(),r.add(a)}d(r,e)},p.updateEffectAnimation=function(e){for(var t=this._effectCfg,n=this.childAt(1),r=["symbolType","period","rippleScale"],i=0;i<r.length;i++){var o=r[i];if(t[o]!==e[o])return this.stopEffectAnimation(),void this.startEffectAnimation(e)}d(n,e)},p.highlight=function(){this.trigger("emphasis")},p.downplay=function(){this.trigger("normal")},p.updateData=function(e,t){var n=e.hostModel;this.childAt(0).updateData(e,t);var r=this.childAt(1),i=e.getItemModel(t),o=e.getItemVisual(t,"symbol"),a=h(e.getItemVisual(t,"symbolSize")),s=e.getItemVisual(t,"color");r.attr("scale",a),r.traverse((function(e){e.attr({fill:s})}));var l=i.getShallow("symbolOffset");if(l){var c=r.position;c[0]=u(l[0],a[0]),c[1]=u(l[1],a[1])}var A=e.getItemVisual(t,"symbolRotate");r.rotation=(A||0)*Math.PI/180||0;var d={};if(d.showEffectOn=n.get("showEffectOn"),d.rippleScale=i.get("rippleEffect.scale"),d.brushType=i.get("rippleEffect.brushType"),d.period=1e3*i.get("rippleEffect.period"),d.effectOffset=t/e.count(),d.z=i.getShallow("z")||0,d.zlevel=i.getShallow("zlevel")||0,d.symbolType=o,d.color=s,d.rippleEffectColor=i.get("rippleEffect.color"),this.off("mouseover").off("mouseout").off("emphasis").off("normal"),"render"===d.showEffectOn)this._effectCfg?this.updateEffectAnimation(d):this.startEffectAnimation(d),this._effectCfg=d;else{this._effectCfg=null,this.stopEffectAnimation();var f=this.childAt(0),p=function(){f.highlight(),"render"!==d.showEffectOn&&this.startEffectAnimation(d)},g=function(){f.downplay(),"render"!==d.showEffectOn&&this.stopEffectAnimation()};this.on("mouseover",p,this).on("mouseout",g,this).on("emphasis",p,this).on("normal",g,this)}this._effectCfg=d},p.fadeOut=function(e){this.off("mouseover").off("mouseout").off("emphasis").off("normal"),e&&e()},r.inherits(f,s);var g=f;e.exports=g},c901:function(e,t){e.exports=function(e){if(void 0==e)throw TypeError("Can't call method on "+e);return e}},c92f:function(e,t,n){var r=n("3041"),i=r.parseSVG,o=r.makeViewBoxTransform,a=n("e1fc"),s=n("c7a2"),l=n("6d8b"),u=l.assert,c=l.createHashMap,A=n("9850"),h=n("e0d3"),d=h.makeInner,f=d(),p={load:function(e,t){var n=f(t).originRoot;if(n)return{root:n,boundingRect:f(t).boundingRect};var r=g(t);return f(t).originRoot=r.root,f(t).boundingRect=r.boundingRect,r},makeGraphic:function(e,t,n){var r=f(t),i=r.rootMap||(r.rootMap=c()),o=i.get(n);if(o)return o;var a=r.originRoot,s=r.boundingRect;return r.originRootHostKey?o=g(t,s).root:(r.originRootHostKey=n,o=a),i.set(n,o)},removeGraphic:function(e,t,n){var r=f(t),i=r.rootMap;i&&i.removeKey(n),n===r.originRootHostKey&&(r.originRootHostKey=null)}};function g(e,t){var n,r,l=e.svgXML;try{n=l&&i(l,{ignoreViewBox:!0,ignoreRootClip:!0})||{},r=n.root,u(null!=r)}catch(g){throw new Error("Invalid svg format\n"+g.message)}var c=n.width,h=n.height,d=n.viewBoxRect;if(t||(t=null==c||null==h?r.getBoundingRect():new A(0,0,0,0),null!=c&&(t.width=c),null!=h&&(t.height=h)),d){var f=o(d,t.width,t.height),p=r;r=new a,r.add(p),p.scale=f.scale,p.position=f.position}return r.setClipPath(new s({shape:t.plain()})),{root:r,boundingRect:t}}e.exports=p},c965:function(e,t,n){var r=n("2306"),i=n("a15a"),o=i.createSymbol,a=n("392f"),s=4,l=r.extendShape({shape:{points:null},symbolProxy:null,softClipShape:null,buildPath:function(e,t){var n=t.points,r=t.size,i=this.symbolProxy,o=i.shape,a=e.getContext?e.getContext():e,l=a&&r[0]<s;if(!l)for(var u=0;u<n.length;){var c=n[u++],A=n[u++];isNaN(c)||isNaN(A)||(this.softClipShape&&!this.softClipShape.contain(c,A)||(o.x=c-r[0]/2,o.y=A-r[1]/2,o.width=r[0],o.height=r[1],i.buildPath(e,o,!0)))}},afterBrush:function(e){var t=this.shape,n=t.points,r=t.size,i=r[0]<s;if(i){this.setTransform(e);for(var o=0;o<n.length;){var a=n[o++],l=n[o++];isNaN(a)||isNaN(l)||(this.softClipShape&&!this.softClipShape.contain(a,l)||e.fillRect(a-r[0]/2,l-r[1]/2,r[0],r[1]))}this.restoreTransform(e)}},findDataIndex:function(e,t){for(var n=this.shape,r=n.points,i=n.size,o=Math.max(i[0],4),a=Math.max(i[1],4),s=r.length/2-1;s>=0;s--){var l=2*s,u=r[l]-o/2,c=r[l+1]-a/2;if(e>=u&&t>=c&&e<=u+o&&t<=c+a)return s}return-1}});function u(){this.group=new r.Group}var c=u.prototype;c.isPersistent=function(){return!this._incremental},c.updateData=function(e,t){this.group.removeAll();var n=new l({rectHover:!0,cursor:"default"});n.setShape({points:e.getLayout("symbolPoints")}),this._setCommon(n,e,!1,t),this.group.add(n),this._incremental=null},c.updateLayout=function(e){if(!this._incremental){var t=e.getLayout("symbolPoints");this.group.eachChild((function(e){if(null!=e.startIndex){var n=2*(e.endIndex-e.startIndex),r=4*e.startIndex*2;t=new Float32Array(t.buffer,r,n)}e.setShape("points",t)}))}},c.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>2e6?(this._incremental||(this._incremental=new a({silent:!0})),this.group.add(this._incremental)):this._incremental=null},c.incrementalUpdate=function(e,t,n){var r;this._incremental?(r=new l,this._incremental.addDisplayable(r,!0)):(r=new l({rectHover:!0,cursor:"default",startIndex:e.start,endIndex:e.end}),r.incremental=!0,this.group.add(r)),r.setShape({points:t.getLayout("symbolPoints")}),this._setCommon(r,t,!!this._incremental,n)},c._setCommon=function(e,t,n,r){var i=t.hostModel;r=r||{};var a=t.getVisual("symbolSize");e.setShape("size",a instanceof Array?a:[a,a]),e.softClipShape=r.clipShape||null,e.symbolProxy=o(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var l=e.shape.size[0]<s;e.useStyle(i.getModel("itemStyle").getItemStyle(l?["color","shadowBlur","shadowColor"]:["color"]));var u=t.getVisual("color");u&&e.setColor(u),n||(e.seriesIndex=i.seriesIndex,e.on("mousemove",(function(t){e.dataIndex=null;var n=e.findDataIndex(t.offsetX,t.offsetY);n>=0&&(e.dataIndex=n+(e.startIndex||0))})))},c.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},c._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var A=u;e.exports=A},ca29:function(e,t,n){var r=n("6d9a"),i=r.eachAfter,o=r.eachBefore,a=n("22da"),s=a.init,l=a.firstWalk,u=a.secondWalk,c=a.separation,A=a.radialCoordinate,h=a.getViewRect;function d(e,t){e.eachSeriesByType("tree",(function(e){f(e,t)}))}function f(e,t){var n=h(e,t);e.layoutInfo=n;var r=e.get("layout"),a=0,d=0,f=null;"radial"===r?(a=2*Math.PI,d=Math.min(n.height,n.width)/2,f=c((function(e,t){return(e.parentNode===t.parentNode?1:2)/e.depth}))):(a=n.width,d=n.height,f=c());var p=e.getData().tree.root,g=p.children[0];if(g){s(p),i(g,l,f),p.hierNode.modifier=-g.hierNode.prelim,o(g,u);var v=g,m=g,y=g;o(g,(function(e){var t=e.getLayout().x;t<v.getLayout().x&&(v=e),t>m.getLayout().x&&(m=e),e.depth>y.depth&&(y=e)}));var x=v===m?1:f(v,m)/2,w=x-v.getLayout().x,_=0,b=0,B=0,C=0;if("radial"===r)_=a/(m.getLayout().x+x+w),b=d/(y.depth-1||1),o(g,(function(e){B=(e.getLayout().x+w)*_,C=(e.depth-1)*b;var t=A(B,C);e.setLayout({x:t.x,y:t.y,rawX:B,rawY:C},!0)}));else{var S=e.getOrient();"RL"===S||"LR"===S?(b=d/(m.getLayout().x+x+w),_=a/(y.depth-1||1),o(g,(function(e){C=(e.getLayout().x+w)*b,B="LR"===S?(e.depth-1)*_:a-(e.depth-1)*_,e.setLayout({x:B,y:C},!0)}))):"TB"!==S&&"BT"!==S||(_=a/(m.getLayout().x+x+w),b=d/(y.depth-1||1),o(g,(function(e){B=(e.getLayout().x+w)*_,C="TB"===S?(e.depth-1)*b:d-(e.depth-1)*b,e.setLayout({x:B,y:C},!0)})))}}}e.exports=d},ca84:function(e,t,n){var r=n("5135"),i=n("fc6a"),o=n("4d64").indexOf,a=n("d012");e.exports=function(e,t){var n,s=i(e),l=0,u=[];for(n in s)!r(a,n)&&r(s,n)&&u.push(n);while(t.length>l)r(s,n=t[l++])&&(~o(u,n)||u.push(n));return u}},ca98:function(e,t,n){var r=n("6d8b"),i=n("e0d3"),o=n("6cb7"),a=r.each,s=r.clone,l=r.map,u=r.merge,c=/^(min|max)?(.+)$/;function A(e){this._api=e,this._timelineOptions=[],this._mediaList=[],this._mediaDefault,this._currentMediaIndices=[],this._optionBackup,this._newBaseOption}function h(e,t,n){var i,o,s=[],l=[],u=e.timeline;if(e.baseOption&&(o=e.baseOption),(u||e.options)&&(o=o||{},s=(e.options||[]).slice()),e.media){o=o||{};var c=e.media;a(c,(function(e){e&&e.option&&(e.query?l.push(e):i||(i=e))}))}return o||(o=e),o.timeline||(o.timeline=u),a([o].concat(s).concat(r.map(l,(function(e){return e.option}))),(function(e){a(t,(function(t){t(e,n)}))})),{baseOption:o,timelineOptions:s,mediaDefault:i,mediaList:l}}function d(e,t,n){var i={width:t,height:n,aspectratio:t/n},o=!0;return r.each(e,(function(e,t){var n=t.match(c);if(n&&n[1]&&n[2]){var r=n[1],a=n[2].toLowerCase();f(i[a],e,r)||(o=!1)}})),o}function f(e,t,n){return"min"===n?e>=t:"max"===n?e<=t:e===t}function p(e,t){return e.join(",")===t.join(",")}function g(e,t){t=t||{},a(t,(function(t,n){if(null!=t){var r=e[n];if(o.hasClass(n)){t=i.normalizeToArray(t),r=i.normalizeToArray(r);var a=i.mappingToExists(r,t);e[n]=l(a,(function(e){return e.option&&e.exist?u(e.exist,e.option,!0):e.exist||e.option}))}else e[n]=u(r,t,!0)}}))}A.prototype={constructor:A,setOption:function(e,t){e&&r.each(i.normalizeToArray(e.series),(function(e){e&&e.data&&r.isTypedArray(e.data)&&r.setAsPrimitive(e.data)})),e=s(e);var n=this._optionBackup,o=h.call(this,e,t,!n);this._newBaseOption=o.baseOption,n?(g(n.baseOption,o.baseOption),o.timelineOptions.length&&(n.timelineOptions=o.timelineOptions),o.mediaList.length&&(n.mediaList=o.mediaList),o.mediaDefault&&(n.mediaDefault=o.mediaDefault)):this._optionBackup=o},mountOption:function(e){var t=this._optionBackup;return this._timelineOptions=l(t.timelineOptions,s),this._mediaList=l(t.mediaList,s),this._mediaDefault=s(t.mediaDefault),this._currentMediaIndices=[],s(e?t.baseOption:this._newBaseOption)},getTimelineOption:function(e){var t,n=this._timelineOptions;if(n.length){var r=e.getComponent("timeline");r&&(t=s(n[r.getCurrentIndex()],!0))}return t},getMediaOption:function(e){var t=this._api.getWidth(),n=this._api.getHeight(),r=this._mediaList,i=this._mediaDefault,o=[],a=[];if(!r.length&&!i)return a;for(var u=0,c=r.length;u<c;u++)d(r[u].query,t,n)&&o.push(u);return!o.length&&i&&(o=[-1]),o.length&&!p(o,this._currentMediaIndices)&&(a=l(o,(function(e){return s(-1===e?i.option:r[e].option)}))),this._currentMediaIndices=o,a}};var v=A;e.exports=v},caad:function(e,t,n){"use strict";var r=n("23e7"),i=n("4d64").includes,o=n("44d2"),a=n("ae40"),s=a("indexOf",{ACCESSORS:!0,1:0});r({target:"Array",proto:!0,forced:!s},{includes:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}}),o("includes")},cb11:function(e,t,n){var r=n("cbe5"),i=n("9cf9"),o=i.subPixelOptimizeLine,a={},s=r.extend({type:"line",shape:{x1:0,y1:0,x2:0,y2:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(e,t){var n,r,i,s;this.subPixelOptimize?(o(a,t,this.style),n=a.x1,r=a.y1,i=a.x2,s=a.y2):(n=t.x1,r=t.y1,i=t.x2,s=t.y2);var l=t.percent;0!==l&&(e.moveTo(n,r),l<1&&(i=n*(1-l)+i*l,s=r*(1-l)+s*l),e.lineTo(i,s))},pointAt:function(e){var t=this.shape;return[t.x1*(1-e)+t.x2*e,t.y1*(1-e)+t.y2*e]}});e.exports=s},cb69:function(e,t,n){var r=n("3301"),i=n("4f85"),o=i.extend({type:"series.scatter",dependencies:["grid","polar","geo","singleAxis","calendar"],getInitialData:function(e,t){return r(this.getSource(),this,{useEncodeDefaulter:!0})},brushSelector:"point",getProgressive:function(){var e=this.option.progressive;return null==e?this.option.large?5e3:this.get("progressive"):e},getProgressiveThreshold:function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?1e4:this.get("progressiveThreshold"):e},defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},clip:!0}});e.exports=o},cb6d:function(e,t){function n(){this.on("mousedown",this._dragStart,this),this.on("mousemove",this._drag,this),this.on("mouseup",this._dragEnd,this)}function r(e,t){return{target:e,topTarget:t&&t.topTarget}}n.prototype={constructor:n,_dragStart:function(e){var t=e.target;while(t&&!t.draggable)t=t.parent;t&&(this._draggingTarget=t,t.dragging=!0,this._x=e.offsetX,this._y=e.offsetY,this.dispatchToElement(r(t,e),"dragstart",e.event))},_drag:function(e){var t=this._draggingTarget;if(t){var n=e.offsetX,i=e.offsetY,o=n-this._x,a=i-this._y;this._x=n,this._y=i,t.drift(o,a,e),this.dispatchToElement(r(t,e),"drag",e.event);var s=this.findHover(n,i,t).target,l=this._dropTarget;this._dropTarget=s,t!==s&&(l&&s!==l&&this.dispatchToElement(r(l,e),"dragleave",e.event),s&&s!==l&&this.dispatchToElement(r(s,e),"dragenter",e.event))}},_dragEnd:function(e){var t=this._draggingTarget;t&&(t.dragging=!1),this.dispatchToElement(r(t,e),"dragend",e.event),this._dropTarget&&this.dispatchToElement(r(this._dropTarget,e),"drop",e.event),this._draggingTarget=null,this._dropTarget=null}};var i=n;e.exports=i},cb73:function(e,t,n){var r=n("3842"),i=r.parsePercent,o=n("6d8b"),a=Math.PI/180;function s(e,t,n,r){t.eachSeriesByType(e,(function(e){var t=e.get("center"),r=e.get("radius");o.isArray(r)||(r=[0,r]),o.isArray(t)||(t=[t,t]);var s=n.getWidth(),u=n.getHeight(),c=Math.min(s,u),A=i(t[0],s),h=i(t[1],u),d=i(r[0],c/2),f=i(r[1],c/2),p=-e.get("startAngle")*a,g=e.get("minAngle")*a,v=e.getData().tree.root,m=e.getViewRoot(),y=m.depth,x=e.get("sort");null!=x&&l(m,x);var w=0;o.each(m.children,(function(e){!isNaN(e.getValue())&&w++}));var _=m.getValue(),b=Math.PI/(_||w)*2,B=m.depth>0,C=m.height-(B?-1:1),S=(f-d)/(C||1),E=e.get("clockwise"),M=e.get("stillShowZeroSum"),I=E?1:-1,T=function(e,t){if(e){var n=t;if(e!==v){var r=e.getValue(),a=0===_&&M?b:r*b;a<g&&(a=g),n=t+I*a;var s=e.depth-y-(B?-1:1),l=d+S*s,u=d+S*(s+1),f=e.getModel();null!=f.get("r0")&&(l=i(f.get("r0"),c/2)),null!=f.get("r")&&(u=i(f.get("r"),c/2)),e.setLayout({angle:a,startAngle:t,endAngle:n,clockwise:E,cx:A,cy:h,r0:l,r:u})}if(e.children&&e.children.length){var p=0;o.each(e.children,(function(e){p+=T(e,t+p)}))}return n-t}};if(B){var D=d,F=d+S,Q=2*Math.PI;v.setLayout({angle:Q,startAngle:p,endAngle:p+Q,clockwise:E,cx:A,cy:h,r0:D,r:F})}T(m,p)}))}function l(e,t){var n=e.children||[];e.children=u(n,t),n.length&&o.each(e.children,(function(e){l(e,t)}))}function u(e,t){if("function"===typeof t)return e.sort(t);var n="asc"===t;return e.sort((function(e,t){var r=(e.getValue()-t.getValue())*(n?1:-1);return 0===r?(e.dataIndex-t.dataIndex)*(n?-1:1):r}))}e.exports=s},cb8f:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("cd33"),a=n("eb6b");n("48ac"),n("d4b1"),n("4a9d"),r.registerPreprocessor((function(e){if(e){(!e.axisPointer||0===e.axisPointer.length)&&(e.axisPointer={});var t=e.axisPointer.link;t&&!i.isArray(t)&&(e.axisPointer.link=[t])}})),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,(function(e,t){e.getComponent("axisPointer").coordSysAxesInfo=o.collect(e,t)})),r.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},a)},cbb0:function(e,t,n){var r=n("6d8b"),i=n("f934"),o=i.getLayoutRect;function a(e,t,n){var r=e.option,i=r.align;if(null!=i&&"auto"!==i)return i;for(var a={width:t.getWidth(),height:t.getHeight()},s="horizontal"===r.orient?1:0,l=[["left","right","width"],["top","bottom","height"]],u=l[s],c=[0,null,10],A={},h=0;h<3;h++)A[l[1-s][h]]=c[h],A[u[h]]=2===h?n[0]:r[u[h]];var d=[["x","width",3],["y","height",0]][s],f=o(A,a,r.padding);return u[(f.margin[d[2]]||0)+f[d[0]]+.5*f[d[1]]<.5*a[d[1]]?0:1]}function s(e,t){return r.each(e||[],(function(e){null!=e.dataIndex&&(e.dataIndexInside=e.dataIndex,e.dataIndex=null),e.highlightKey="visualMap"+(t?t.componentIndex:"")})),e}t.getItemAlign=a,t.makeHighDownBatch=s},cbe5:function(e,t,n){var r=n("19eb"),i=n("6d8b"),o=n("20c8"),a=n("d833"),s=n("dc2f"),l=s.prototype.getCanvasPattern,u=Math.abs,c=new o(!0);function A(e){r.call(this,e),this.path=null}A.prototype={constructor:A,type:"path",__dirtyPath:!0,strokeContainThreshold:5,segmentIgnoreThreshold:0,subPixelOptimize:!1,brush:function(e,t){var n,r=this.style,i=this.path||c,o=r.hasStroke(),a=r.hasFill(),s=r.fill,u=r.stroke,A=a&&!!s.colorStops,h=o&&!!u.colorStops,d=a&&!!s.image,f=o&&!!u.image;(r.bind(e,this,t),this.setTransform(e),this.__dirty)&&(A&&(n=n||this.getBoundingRect(),this._fillGradient=r.getGradient(e,s,n)),h&&(n=n||this.getBoundingRect(),this._strokeGradient=r.getGradient(e,u,n)));A?e.fillStyle=this._fillGradient:d&&(e.fillStyle=l.call(s,e)),h?e.strokeStyle=this._strokeGradient:f&&(e.strokeStyle=l.call(u,e));var p=r.lineDash,g=r.lineDashOffset,v=!!e.setLineDash,m=this.getGlobalScale();if(i.setScale(m[0],m[1],this.segmentIgnoreThreshold),this.__dirtyPath||p&&!v&&o?(i.beginPath(e),p&&!v&&(i.setLineDash(p),i.setLineDashOffset(g)),this.buildPath(i,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(e.beginPath(),this.path.rebuildPath(e)),a)if(null!=r.fillOpacity){var y=e.globalAlpha;e.globalAlpha=r.fillOpacity*r.opacity,i.fill(e),e.globalAlpha=y}else i.fill(e);if(p&&v&&(e.setLineDash(p),e.lineDashOffset=g),o)if(null!=r.strokeOpacity){y=e.globalAlpha;e.globalAlpha=r.strokeOpacity*r.opacity,i.stroke(e),e.globalAlpha=y}else i.stroke(e);p&&v&&e.setLineDash([]),null!=r.text&&(this.restoreTransform(e),this.drawRectText(e,this.getBoundingRect()))},buildPath:function(e,t,n){},createPathProxy:function(){this.path=new o},getBoundingRect:function(){var e=this._rect,t=this.style,n=!e;if(n){var r=this.path;r||(r=this.path=new o),this.__dirtyPath&&(r.beginPath(),this.buildPath(r,this.shape,!1)),e=r.getBoundingRect()}if(this._rect=e,t.hasStroke()){var i=this._rectWithStroke||(this._rectWithStroke=e.clone());if(this.__dirty||n){i.copy(e);var a=t.lineWidth,s=t.strokeNoScale?this.getLineScale():1;t.hasFill()||(a=Math.max(a,this.strokeContainThreshold||4)),s>1e-10&&(i.width+=a/s,i.height+=a/s,i.x-=a/s/2,i.y-=a/s/2)}return i}return e},contain:function(e,t){var n=this.transformCoordToLocal(e,t),r=this.getBoundingRect(),i=this.style;if(e=n[0],t=n[1],r.contain(e,t)){var o=this.path.data;if(i.hasStroke()){var s=i.lineWidth,l=i.strokeNoScale?this.getLineScale():1;if(l>1e-10&&(i.hasFill()||(s=Math.max(s,this.strokeContainThreshold)),a.containStroke(o,s/l,e,t)))return!0}if(i.hasFill())return a.contain(o,e,t)}return!1},dirty:function(e){null==e&&(e=!0),e&&(this.__dirtyPath=e,this._rect=null),this.__dirty=this.__dirtyText=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(e){return this.animate("shape",e)},attrKV:function(e,t){"shape"===e?(this.setShape(t),this.__dirtyPath=!0,this._rect=null):r.prototype.attrKV.call(this,e,t)},setShape:function(e,t){var n=this.shape;if(n){if(i.isObject(e))for(var r in e)e.hasOwnProperty(r)&&(n[r]=e[r]);else n[e]=t;this.dirty(!0)}return this},getLineScale:function(){var e=this.transform;return e&&u(e[0]-1)>1e-10&&u(e[3]-1)>1e-10?Math.sqrt(u(e[0]*e[3]-e[2]*e[1])):1}},A.extend=function(e){var t=function(t){A.call(this,t),e.style&&this.style.extendFrom(e.style,!1);var n=e.shape;if(n){this.shape=this.shape||{};var r=this.shape;for(var i in n)!r.hasOwnProperty(i)&&n.hasOwnProperty(i)&&(r[i]=n[i])}e.init&&e.init.call(this,t)};for(var n in i.inherits(t,A),e)"style"!==n&&"shape"!==n&&(t.prototype[n]=e[n]);return t},i.inherits(A,r);var h=A;e.exports=h},cbe9:function(e,t,n){var r=n("6d8b"),i=n("9850"),o=n("cf7e");function a(e){o.call(this,e)}a.prototype={constructor:a,type:"cartesian2d",dimensions:["x","y"],getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},containPoint:function(e){var t=this.getAxis("x"),n=this.getAxis("y");return t.contain(t.toLocalCoord(e[0]))&&n.contain(n.toLocalCoord(e[1]))},containData:function(e){return this.getAxis("x").containData(e[0])&&this.getAxis("y").containData(e[1])},dataToPoint:function(e,t,n){var r=this.getAxis("x"),i=this.getAxis("y");return n=n||[],n[0]=r.toGlobalCoord(r.dataToCoord(e[0])),n[1]=i.toGlobalCoord(i.dataToCoord(e[1])),n},clampData:function(e,t){var n=this.getAxis("x").scale,r=this.getAxis("y").scale,i=n.getExtent(),o=r.getExtent(),a=n.parse(e[0]),s=r.parse(e[1]);return t=t||[],t[0]=Math.min(Math.max(Math.min(i[0],i[1]),a),Math.max(i[0],i[1])),t[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),t},pointToData:function(e,t){var n=this.getAxis("x"),r=this.getAxis("y");return t=t||[],t[0]=n.coordToData(n.toLocalCoord(e[0])),t[1]=r.coordToData(r.toLocalCoord(e[1])),t},getOtherAxis:function(e){return this.getAxis("x"===e.dim?"y":"x")},getArea:function(){var e=this.getAxis("x").getGlobalExtent(),t=this.getAxis("y").getGlobalExtent(),n=Math.min(e[0],e[1]),r=Math.min(t[0],t[1]),o=Math.max(e[0],e[1])-n,a=Math.max(t[0],t[1])-r,s=new i(n,r,o,a);return s}},r.inherits(a,o);var s=a;e.exports=s},cc12:function(e,t,n){var r=n("da84"),i=n("861d"),o=r.document,a=i(o)&&i(o.createElement);e.exports=function(e){return a?o.createElement(e):{}}},cc15:function(e,t,n){var r=n("b367")("wks"),i=n("8b1a"),o=n("ef08").Symbol,a="function"==typeof o,s=e.exports=function(e){return r[e]||(r[e]=a&&o[e]||(a?o:i)("Symbol."+e))};s.store=r},cc39:function(e,t,n){var r=n("6d8b"),i=n("3842"),o=n("50e5"),a=n("ef6a"),s=r.each,l=i.asc,u=function(e,t,n,r){this._dimName=e,this._axisIndex=t,this._valueWindow,this._percentWindow,this._dataExtent,this._minMaxSpan,this.ecModel=r,this._dataZoomModel=n};function c(e,t,n){var r=[1/0,-1/0];return s(n,(function(e){var n=e.getData();n&&s(n.mapDimension(t,!0),(function(e){var t=n.getApproximateExtent(e);t[0]<r[0]&&(r[0]=t[0]),t[1]>r[1]&&(r[1]=t[1])}))})),r[1]<r[0]&&(r=[NaN,NaN]),A(e,r),r}function A(e,t){var n=e.getAxisModel(),r=n.getMin(!0),i="category"===n.get("type"),o=i&&n.getCategories().length;null!=r&&"dataMin"!==r&&"function"!==typeof r?t[0]=r:i&&(t[0]=o>0?0:NaN);var a=n.getMax(!0);return null!=a&&"dataMax"!==a&&"function"!==typeof a?t[1]=a:i&&(t[1]=o>0?o-1:NaN),n.get("scale",!0)||(t[0]>0&&(t[0]=0),t[1]<0&&(t[1]=0)),t}function h(e,t){var n=e.getAxisModel(),r=e._percentWindow,o=e._valueWindow;if(r){var a=i.getPixelPrecision(o,[0,500]);a=Math.min(a,20);var s=t||0===r[0]&&100===r[1];n.setRange(s?null:+o[0].toFixed(a),s?null:+o[1].toFixed(a))}}function d(e){var t=e._minMaxSpan={},n=e._dataZoomModel,r=e._dataExtent;s(["min","max"],(function(o){var a=n.get(o+"Span"),s=n.get(o+"ValueSpan");null!=s&&(s=e.getAxisModel().axis.scale.parse(s)),null!=s?a=i.linearMap(r[0]+s,r,[0,100],!0):null!=a&&(s=i.linearMap(a,[0,100],r,!0)-r[0]),t[o+"Span"]=a,t[o+"ValueSpan"]=s}))}u.prototype={constructor:u,hostedBy:function(e){return this._dataZoomModel===e},getDataValueWindow:function(){return this._valueWindow.slice()},getDataPercentWindow:function(){return this._percentWindow.slice()},getTargetSeriesModels:function(){var e=[],t=this.ecModel;return t.eachSeries((function(n){if(o.isCoordSupported(n.get("coordinateSystem"))){var r=this._dimName,i=t.queryComponents({mainType:r+"Axis",index:n.get(r+"AxisIndex"),id:n.get(r+"AxisId")})[0];this._axisIndex===(i&&i.componentIndex)&&e.push(n)}}),this),e},getAxisModel:function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},getOtherAxisModel:function(){var e,t,n,r=this._dimName,i=this.ecModel,o=this.getAxisModel(),a="x"===r||"y"===r;return a?(t="gridIndex",e="x"===r?"y":"x"):(t="polarIndex",e="angle"===r?"radius":"angle"),i.eachComponent(e+"Axis",(function(e){(e.get(t)||0)===(o.get(t)||0)&&(n=e)})),n},getMinMaxSpan:function(){return r.clone(this._minMaxSpan)},calculateDataWindow:function(e){var t,n=this._dataExtent,r=this.getAxisModel(),o=r.axis.scale,u=this._dataZoomModel.getRangePropMode(),c=[0,100],A=[],h=[];s(["start","end"],(function(r,a){var s=e[r],l=e[r+"Value"];"percent"===u[a]?(null==s&&(s=c[a]),l=o.parse(i.linearMap(s,c,n))):(t=!0,l=null==l?n[a]:o.parse(l),s=i.linearMap(l,n,c)),h[a]=l,A[a]=s})),l(h),l(A);var d=this._minMaxSpan;function f(e,t,n,r,s){var l=s?"Span":"ValueSpan";a(0,e,n,"all",d["min"+l],d["max"+l]);for(var u=0;u<2;u++)t[u]=i.linearMap(e[u],n,r,!0),s&&(t[u]=o.parse(t[u]))}return t?f(h,A,n,c,!1):f(A,h,c,n,!0),{valueWindow:h,percentWindow:A}},reset:function(e){if(e===this._dataZoomModel){var t=this.getTargetSeriesModels();this._dataExtent=c(this,this._dimName,t),d(this);var n=this.calculateDataWindow(e.settledOption);this._valueWindow=n.valueWindow,this._percentWindow=n.percentWindow,h(this)}},restore:function(e){e===this._dataZoomModel&&(this._valueWindow=this._percentWindow=null,h(this,!0))},filterData:function(e,t){if(e===this._dataZoomModel){var n=this._dimName,r=this.getTargetSeriesModels(),i=e.get("filterMode"),o=this._valueWindow;"none"!==i&&s(r,(function(e){var t=e.getData(),r=t.mapDimension(n,!0);r.length&&("weakFilter"===i?t.filterSelf((function(e){for(var n,i,a,s=0;s<r.length;s++){var l=t.get(r[s],e),u=!isNaN(l),c=l<o[0],A=l>o[1];if(u&&!c&&!A)return!0;u&&(a=!0),c&&(n=!0),A&&(i=!0)}return a&&n&&i})):s(r,(function(n){if("empty"===i)e.setData(t=t.map(n,(function(e){return a(e)?e:NaN})));else{var r={};r[n]=o,t.selectRange(r)}})),s(r,(function(e){t.setApproximateExtent(o,e)})))}))}function a(e){return e>=o[0]&&e<=o[1]}}};var f=u;e.exports=f},cca6:function(e,t,n){var r=n("23e7"),i=n("60da");r({target:"Object",stat:!0,forced:Object.assign!==i},{assign:i})},cccd:function(e,t,n){var r=n("e0d3"),i=r.makeInner;function o(){var e=i();return function(t){var n=e(t),r=t.pipelineContext,i=n.large,o=n.progressiveRender,a=n.large=r&&r.large,s=n.progressiveRender=r&&r.progressiveRender;return!!(i^a||o^s)&&"reset"}}e.exports=o},cd12:function(e,t,n){n("01ed"),n("4a9d"),n("cb8f")},cd33:function(e,t,n){var r=n("6d8b"),i=n("4319"),o=r.each,a=r.curry;function s(e,t){var n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return l(n,e,t),n.seriesInvolved&&c(n,e),n}function l(e,t,n){var r=t.getComponent("tooltip"),i=t.getComponent("axisPointer"),s=i.get("link",!0)||[],l=[];o(n.getCoordinateSystems(),(function(n){if(n.axisPointerEnabled){var c=v(n.model),h=e.coordSysAxesInfo[c]={};e.coordSysMap[c]=n;var d=n.model,f=d.getModel("tooltip",r);if(o(n.getAxes(),a(x,!1,null)),n.getTooltipAxes&&r&&f.get("show")){var p="axis"===f.get("trigger"),m="cross"===f.get("axisPointer.type"),y=n.getTooltipAxes(f.get("axisPointer.axis"));(p||m)&&o(y.baseAxes,a(x,!m||"cross",p)),m&&o(y.otherAxes,a(x,"cross",!1))}}function x(r,o,a){var c=a.model.getModel("axisPointer",i),d=c.get("show");if(d&&("auto"!==d||r||g(c))){null==o&&(o=c.get("triggerTooltip")),c=r?u(a,f,i,t,r,o):c;var p=c.get("snap"),m=v(a.model),y=o||p||"category"===a.type,x=e.axesInfo[m]={key:m,axis:a,coordSys:n,axisPointerModel:c,triggerTooltip:o,involveSeries:y,snap:p,useHandle:g(c),seriesModels:[]};h[m]=x,e.seriesInvolved|=y;var w=A(s,a);if(null!=w){var _=l[w]||(l[w]={axesInfo:{}});_.axesInfo[m]=x,_.mapper=s[w].mapper,x.linkGroup=_}}}}))}function u(e,t,n,a,s,l){var u=t.getModel("axisPointer"),c={};o(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],(function(e){c[e]=r.clone(u.get(e))})),c.snap="category"!==e.type&&!!l,"cross"===u.get("type")&&(c.type="line");var A=c.label||(c.label={});if(null==A.show&&(A.show=!1),"cross"===s){var h=u.get("label.show");if(A.show=null==h||h,!l){var d=c.lineStyle=u.get("crossStyle");d&&r.defaults(A,d.textStyle)}}return e.model.getModel("axisPointer",new i(c,n,a))}function c(e,t){t.eachSeries((function(t){var n=t.coordinateSystem,r=t.get("tooltip.trigger",!0),i=t.get("tooltip.show",!0);n&&"none"!==r&&!1!==r&&"item"!==r&&!1!==i&&!1!==t.get("axisPointer.show",!0)&&o(e.coordSysAxesInfo[v(n.model)],(function(e){var r=e.axis;n.getAxis(r.dim)===r&&(e.seriesModels.push(t),null==e.seriesDataCount&&(e.seriesDataCount=0),e.seriesDataCount+=t.getData().count())}))}),this)}function A(e,t){for(var n=t.model,r=t.dim,i=0;i<e.length;i++){var o=e[i]||{};if(h(o[r+"AxisId"],n.id)||h(o[r+"AxisIndex"],n.componentIndex)||h(o[r+"AxisName"],n.name))return i}}function h(e,t){return"all"===e||r.isArray(e)&&r.indexOf(e,t)>=0||e===t}function d(e){var t=f(e);if(t){var n=t.axisPointerModel,r=t.axis.scale,i=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=r.parse(a));var s=g(n);null==o&&(i.status=s?"show":"hide");var l=r.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a<l[0]&&(a=l[0]),i.value=a,s&&(i.status=t.axis.scale.isBlank()?"hide":"show")}}function f(e){var t=(e.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return t&&t.axesInfo[v(e)]}function p(e){var t=f(e);return t&&t.axisPointerModel}function g(e){return!!e.get("handle.show")}function v(e){return e.type+"||"+e.id}t.collect=s,t.fixValue=d,t.getAxisInfo=f,t.getAxisPointerModel=p,t.makeKey=v},cd84:function(e,t,n){var r=n("6d8b"),i=256;function o(){var e=r.createCanvas();this.canvas=e,this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={}}o.prototype={update:function(e,t,n,r,o,a){var s=this._getBrush(),l=this._getGradient(e,o,"inRange"),u=this._getGradient(e,o,"outOfRange"),c=this.pointSize+this.blurSize,A=this.canvas,h=A.getContext("2d"),d=e.length;A.width=t,A.height=n;for(var f=0;f<d;++f){var p=e[f],g=p[0],v=p[1],m=p[2],y=r(m);h.globalAlpha=y,h.drawImage(s,g-c,v-c)}if(!A.width||!A.height)return A;var x=h.getImageData(0,0,A.width,A.height),w=x.data,_=0,b=w.length,B=this.minOpacity,C=this.maxOpacity,S=C-B;while(_<b){y=w[_+3]/256;var E=4*Math.floor(y*(i-1));if(y>0){var M=a(y)?l:u;y>0&&(y=y*S+B),w[_++]=M[E],w[_++]=M[E+1],w[_++]=M[E+2],w[_++]=M[E+3]*y*256}else _+=4}return h.putImageData(x,0,0),A},_getBrush:function(){var e=this._brushCanvas||(this._brushCanvas=r.createCanvas()),t=this.pointSize+this.blurSize,n=2*t;e.width=n,e.height=n;var i=e.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-t,t,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),e},_getGradient:function(e,t,n){for(var r=this._gradientPixels,i=r[n]||(r[n]=new Uint8ClampedArray(1024)),o=[0,0,0,0],a=0,s=0;s<256;s++)t[n](s/255,!0,o),i[a++]=o[0],i[a++]=o[1],i[a++]=o[2],i[a++]=o[3];return i}};var a=o;e.exports=a},cdaa:function(e,t,n){var r=n("607d"),i=r.addEventListener,o=r.removeEventListener,a=r.normalizeEvent,s=r.getNativeEvent,l=n("6d8b"),u=n("1fab"),c=n("22d1"),A=300,h=c.domSupported,d=function(){var e=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],t=["touchstart","touchend","touchmove"],n={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},r=l.map(e,(function(e){var t=e.replace("mouse","pointer");return n.hasOwnProperty(t)?t:e}));return{mouse:e,touch:t,pointer:r}}(),f={mouse:["mousemove","mouseup"],pointer:["pointermove","pointerup"]};function p(e){return"mousewheel"===e&&c.browser.firefox?"DOMMouseScroll":e}function g(e){var t=e.pointerType;return"pen"===t||"touch"===t}function v(e){e.touching=!0,null!=e.touchTimer&&(clearTimeout(e.touchTimer),e.touchTimer=null),e.touchTimer=setTimeout((function(){e.touching=!1,e.touchTimer=null}),700)}function m(e){e&&(e.zrByTouch=!0)}function y(e,t){return a(e.dom,new w(e,t),!0)}function x(e,t){var n=t,r=!1;while(n&&9!==n.nodeType&&!(r=n.domBelongToZr||n!==t&&n===e.painterRoot))n=n.parentNode;return r}function w(e,t){this.type=t.type,this.target=this.currentTarget=e.dom,this.pointerType=t.pointerType,this.clientX=t.clientX,this.clientY=t.clientY}var _=w.prototype;_.stopPropagation=_.stopImmediatePropagation=_.preventDefault=l.noop;var b={mousedown:function(e){e=a(this.dom,e),this._mayPointerCapture=[e.zrX,e.zrY],this.trigger("mousedown",e)},mousemove:function(e){e=a(this.dom,e);var t=this._mayPointerCapture;!t||e.zrX===t[0]&&e.zrY===t[1]||I(this,!0),this.trigger("mousemove",e)},mouseup:function(e){e=a(this.dom,e),I(this,!1),this.trigger("mouseup",e)},mouseout:function(e){e=a(this.dom,e),this._pointerCapturing&&(e.zrEventControl="no_globalout");var t=e.toElement||e.relatedTarget;e.zrIsToLocalDOM=x(this,t),this.trigger("mouseout",e)},touchstart:function(e){e=a(this.dom,e),m(e),this._lastTouchMoment=new Date,this.handler.processGesture(e,"start"),b.mousemove.call(this,e),b.mousedown.call(this,e)},touchmove:function(e){e=a(this.dom,e),m(e),this.handler.processGesture(e,"change"),b.mousemove.call(this,e)},touchend:function(e){e=a(this.dom,e),m(e),this.handler.processGesture(e,"end"),b.mouseup.call(this,e),+new Date-this._lastTouchMoment<A&&b.click.call(this,e)},pointerdown:function(e){b.mousedown.call(this,e)},pointermove:function(e){g(e)||b.mousemove.call(this,e)},pointerup:function(e){b.mouseup.call(this,e)},pointerout:function(e){g(e)||b.mouseout.call(this,e)}};l.each(["click","mousewheel","dblclick","contextmenu"],(function(e){b[e]=function(t){t=a(this.dom,t),this.trigger(e,t)}}));var B={pointermove:function(e){g(e)||B.mousemove.call(this,e)},pointerup:function(e){B.mouseup.call(this,e)},mousemove:function(e){this.trigger("mousemove",e)},mouseup:function(e){var t=this._pointerCapturing;I(this,!1),this.trigger("mouseup",e),t&&(e.zrEventControl="only_globalout",this.trigger("mouseout",e))}};function C(e,t){var n=t.domHandlers;c.pointerEventsSupported?l.each(d.pointer,(function(r){E(t,r,(function(t){n[r].call(e,t)}))})):(c.touchEventsSupported&&l.each(d.touch,(function(r){E(t,r,(function(i){n[r].call(e,i),v(t)}))})),l.each(d.mouse,(function(r){E(t,r,(function(i){i=s(i),t.touching||n[r].call(e,i)}))})))}function S(e,t){function n(n){function r(r){r=s(r),x(e,r.target)||(r=y(e,r),t.domHandlers[n].call(e,r))}E(t,n,r,{capture:!0})}c.pointerEventsSupported?l.each(f.pointer,n):c.touchEventsSupported||l.each(f.mouse,n)}function E(e,t,n,r){e.mounted[t]=n,e.listenerOpts[t]=r,i(e.domTarget,p(t),n,r)}function M(e){var t=e.mounted;for(var n in t)t.hasOwnProperty(n)&&o(e.domTarget,p(n),t[n],e.listenerOpts[n]);e.mounted={}}function I(e,t){if(e._mayPointerCapture=null,h&&e._pointerCapturing^t){e._pointerCapturing=t;var n=e._globalHandlerScope;t?S(e,n):M(n)}}function T(e,t){this.domTarget=e,this.domHandlers=t,this.mounted={},this.listenerOpts={},this.touchTimer=null,this.touching=!1}function D(e,t){u.call(this),this.dom=e,this.painterRoot=t,this._localHandlerScope=new T(e,b),h&&(this._globalHandlerScope=new T(document,B)),this._pointerCapturing=!1,this._mayPointerCapture=null,C(this,this._localHandlerScope)}var F=D.prototype;F.dispose=function(){M(this._localHandlerScope),h&&M(this._globalHandlerScope)},F.setCursor=function(e){this.dom.style&&(this.dom.style.cursor=e||"default")},l.mixin(D,u);var Q=D;e.exports=Q},cdf9:function(e,t,n){var r=n("825a"),i=n("861d"),o=n("f069");e.exports=function(e,t){if(r(e),i(t)&&t.constructor===e)return t;var n=o.f(e),a=n.resolve;return a(t),n.promise}},ce4e:function(e,t,n){var r=n("da84"),i=n("9112");e.exports=function(e,t){try{i(r,e,t)}catch(n){r[e]=t}return t}},ce7a:function(e,t,n){var r=n("9c0e"),i=n("0983"),o=n("5a94")("IE_PROTO"),a=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=i(e),r(e,o)?e[o]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?a:null}},cee1:function(e,t,n){var r=n("6d8b");function i(e){var t={};e.eachSeriesByType("map",(function(n){var i=n.getMapType();if(!n.getHostGeoModel()&&!t[i]){var o={};r.each(n.seriesGroup,(function(t){var n=t.coordinateSystem,r=t.originalData;t.get("showLegendSymbol")&&e.getComponent("legend")&&r.each(r.mapDimension("value"),(function(e,t){var i=r.getName(t),a=n.getRegion(i);if(a&&!isNaN(e)){var s=o[i]||0,l=n.dataToPoint(a.center);o[i]=s+1,r.setItemLayout(t,{point:l,offset:s})}}))}));var a=n.getData();a.each((function(e){var t=a.getName(e),n=a.getItemLayout(e)||{};n.showLabel=!o[t],a.setItemLayout(e,n)})),t[i]=!0}}))}e.exports=i},cee4:function(e,t,n){"use strict";var r=n("c532"),i=n("1d2b"),o=n("0a06"),a=n("2444");function s(e){var t=new o(e),n=i(o.prototype.request,t);return r.extend(n,o.prototype,t),r.extend(n,t),n}var l=s(a);l.Axios=o,l.create=function(e){return s(r.merge(a,e))},l.Cancel=n("7a77"),l.CancelToken=n("8df4"),l.isCancel=n("2e67"),l.all=function(e){return Promise.all(e)},l.spread=n("0df6"),e.exports=l,e.exports.default=l},cf7e:function(e,t,n){var r=n("6d8b");function i(e){return this._axes[e]}var o=function(e){this._axes={},this._dimList=[],this.name=e||""};o.prototype={constructor:o,type:"cartesian",getAxis:function(e){return this._axes[e]},getAxes:function(){return r.map(this._dimList,i,this)},getAxesByScale:function(e){return e=e.toLowerCase(),r.filter(this.getAxes(),(function(t){return t.scale.type===e}))},addAxis:function(e){var t=e.dim;this._axes[t]=e,this._dimList.push(t)},dataToCoord:function(e){return this._dataCoordConvert(e,"dataToCoord")},coordToData:function(e){return this._dataCoordConvert(e,"coordToData")},_dataCoordConvert:function(e,t){for(var n=this._dimList,r=e instanceof Array?[]:{},i=0;i<n.length;i++){var o=n[i],a=this._axes[o];r[o]=a[t](e[o])}return r}};var a=o;e.exports=a},d012:function(e,t){e.exports={}},d01c:function(e,t,n){var r=n("4f85"),i=n("237f"),o=n("eda2"),a=o.encodeHTML,s=n("4319"),l=n("4e08"),u=(l.__DEV__,r.extend({type:"series.sankey",layoutInfo:null,levelModels:null,getInitialData:function(e,t){for(var n=e.edges||e.links,r=e.data||e.nodes,o=e.levels,a=this.levelModels={},l=0;l<o.length;l++)null!=o[l].depth&&o[l].depth>=0&&(a[o[l].depth]=new s(o[l],this,t));if(r&&n){var u=i(r,n,this,!0,c);return u.data}function c(e,t){e.wrapMethod("getItemModel",(function(e,t){return e.customizeGetParent((function(e){var n=this.parentModel,r=n.getData().getItemLayout(t).depth,i=n.levelModels[r];return i||this.parentModel})),e})),t.wrapMethod("getItemModel",(function(e,t){return e.customizeGetParent((function(e){var n=this.parentModel,r=n.getGraph().getEdgeByIndex(t),i=r.node1.getLayout().depth,o=n.levelModels[i];return o||this.parentModel})),e}))}},setNodePosition:function(e,t){var n=this.option.data[e];n.localX=t[0],n.localY=t[1]},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},formatTooltip:function(e,t,n){if("edge"===n){var r=this.getDataParams(e,n),i=r.data,o=i.source+" -- "+i.target;return r.value&&(o+=" : "+r.value),a(o)}if("node"===n){var s=this.getGraph().getNodeByIndex(e),l=s.getLayout().value,c=this.getDataParams(e,n).data.name;if(l)o=c+" : "+l;return a(o)}return u.superCall(this,"formatTooltip",e,t)},optionUpdated:function(){var e=this.option;!0===e.focusNodeAdjacency&&(e.focusNodeAdjacency="allEdges")},getDataParams:function(e,t){var n=u.superCall(this,"getDataParams",e,t);if(null==n.value&&"node"===t){var r=this.getGraph().getNodeByIndex(e),i=r.getLayout().value;n.value=i}return n},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",layout:null,left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,focusNodeAdjacency:!1,layoutIterations:32,label:{show:!0,position:"right",color:"#000",fontSize:12},levels:[],nodeAlign:"justify",itemStyle:{borderWidth:1,borderColor:"#333"},lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},animationEasing:"linear",animationDuration:1e3}})),c=u;e.exports=c},d039:function(e,t){e.exports=function(e){try{return!!e()}catch(t){return!0}}},d066:function(e,t,n){var r=n("428f"),i=n("da84"),o=function(e){return"function"==typeof e?e:void 0};e.exports=function(e,t){return arguments.length<2?o(r[e])||o(i[e]):r[e]&&r[e][t]||i[e]&&i[e][t]}},d070:function(e,t,n){var r=n("3eba"),i=n("6d8b");function o(e,t){t.update="updateView",r.registerAction(t,(function(t,n){var r={};return n.eachComponent({mainType:"geo",query:t},(function(n){n[e](t.name);var o=n.coordinateSystem;i.each(o.regions,(function(e){r[e.name]=n.isSelected(e.name)||!1}))})),{selected:r,name:t.name}}))}n("1f1a"),n("eeea"),n("7661"),n("49e8"),o("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),o("select",{type:"geoSelect",event:"geoselected"}),o("unSelect",{type:"geoUnSelect",event:"geounselected"})},d090:function(e,t,n){var r=n("6d8b"),i=n("f934"),o=n("3842"),a=n("2039"),s=864e5;function l(e,t,n){this._model=e}function u(e,t,n,r){var i=n.calendarModel,o=n.seriesModel,a=i?i.coordinateSystem:o?o.coordinateSystem:null;return a===this?a[e](r):null}l.prototype={constructor:l,type:"calendar",dimensions:["time","value"],getDimensionsInfo:function(){return[{name:"time",type:"time"},"value"]},getRangeInfo:function(){return this._rangeInfo},getModel:function(){return this._model},getRect:function(){return this._rect},getCellWidth:function(){return this._sw},getCellHeight:function(){return this._sh},getOrient:function(){return this._orient},getFirstDayOfWeek:function(){return this._firstDayOfWeek},getDateInfo:function(e){e=o.parseDate(e);var t=e.getFullYear(),n=e.getMonth()+1;n=n<10?"0"+n:n;var r=e.getDate();r=r<10?"0"+r:r;var i=e.getDay();return i=Math.abs((i+7-this.getFirstDayOfWeek())%7),{y:t,m:n,d:r,day:i,time:e.getTime(),formatedDate:t+"-"+n+"-"+r,date:e}},getNextNDay:function(e,t){return t=t||0,0===t||(e=new Date(this.getDateInfo(e).time),e.setDate(e.getDate()+t)),this.getDateInfo(e)},update:function(e,t){this._firstDayOfWeek=+this._model.getModel("dayLabel").get("firstDay"),this._orient=this._model.get("orient"),this._lineWidth=this._model.getModel("itemStyle").getItemStyle().lineWidth||0,this._rangeInfo=this._getRangeInfo(this._initRangeOption());var n=this._rangeInfo.weeks||1,o=["width","height"],a=this._model.get("cellSize").slice(),s=this._model.getBoxLayoutParams(),l="horizontal"===this._orient?[n,7]:[7,n];r.each([0,1],(function(e){A(a,e)&&(s[o[e]]=a[e]*l[e])}));var u={width:t.getWidth(),height:t.getHeight()},c=this._rect=i.getLayoutRect(s,u);function A(e,t){return null!=e[t]&&"auto"!==e[t]}r.each([0,1],(function(e){A(a,e)||(a[e]=c[o[e]]/l[e])})),this._sw=a[0],this._sh=a[1]},dataToPoint:function(e,t){r.isArray(e)&&(e=e[0]),null==t&&(t=!0);var n=this.getDateInfo(e),i=this._rangeInfo,o=n.formatedDate;if(t&&!(n.time>=i.start.time&&n.time<i.end.time+s))return[NaN,NaN];var a=n.day,l=this._getRangeInfo([i.start.time,o]).nthWeek;return"vertical"===this._orient?[this._rect.x+a*this._sw+this._sw/2,this._rect.y+l*this._sh+this._sh/2]:[this._rect.x+l*this._sw+this._sw/2,this._rect.y+a*this._sh+this._sh/2]},pointToData:function(e){var t=this.pointToDate(e);return t&&t.time},dataToRect:function(e,t){var n=this.dataToPoint(e,t);return{contentShape:{x:n[0]-(this._sw-this._lineWidth)/2,y:n[1]-(this._sh-this._lineWidth)/2,width:this._sw-this._lineWidth,height:this._sh-this._lineWidth},center:n,tl:[n[0]-this._sw/2,n[1]-this._sh/2],tr:[n[0]+this._sw/2,n[1]-this._sh/2],br:[n[0]+this._sw/2,n[1]+this._sh/2],bl:[n[0]-this._sw/2,n[1]+this._sh/2]}},pointToDate:function(e){var t=Math.floor((e[0]-this._rect.x)/this._sw)+1,n=Math.floor((e[1]-this._rect.y)/this._sh)+1,r=this._rangeInfo.range;return"vertical"===this._orient?this._getDateByWeeksAndDay(n,t-1,r):this._getDateByWeeksAndDay(t,n-1,r)},convertToPixel:r.curry(u,"dataToPoint"),convertFromPixel:r.curry(u,"pointToData"),_initRangeOption:function(){var e=this._model.get("range"),t=e;if(r.isArray(t)&&1===t.length&&(t=t[0]),/^\d{4}$/.test(t)&&(e=[t+"-01-01",t+"-12-31"]),/^\d{4}[\/|-]\d{1,2}$/.test(t)){var n=this.getDateInfo(t),i=n.date;i.setMonth(i.getMonth()+1);var o=this.getNextNDay(i,-1);e=[n.formatedDate,o.formatedDate]}/^\d{4}[\/|-]\d{1,2}[\/|-]\d{1,2}$/.test(t)&&(e=[t,t]);var a=this._getRangeInfo(e);return a.start.time>a.end.time&&e.reverse(),e},_getRangeInfo:function(e){var t;e=[this.getDateInfo(e[0]),this.getDateInfo(e[1])],e[0].time>e[1].time&&(t=!0,e.reverse());var n=Math.floor(e[1].time/s)-Math.floor(e[0].time/s)+1,r=new Date(e[0].time),i=r.getDate(),o=e[1].date.getDate();r.setDate(i+n-1);var a=r.getDate();if(a!==o){var l=r.getTime()-e[1].time>0?1:-1;while((a=r.getDate())!==o&&(r.getTime()-e[1].time)*l>0)n-=l,r.setDate(a-l)}var u=Math.floor((n+e[0].day+6)/7),c=t?1-u:u-1;return t&&e.reverse(),{range:[e[0].formatedDate,e[1].formatedDate],start:e[0],end:e[1],allDay:n,weeks:u,nthWeek:c,fweek:e[0].day,lweek:e[1].day}},_getDateByWeeksAndDay:function(e,t,n){var r=this._getRangeInfo(n);if(e>r.weeks||0===e&&t<r.fweek||e===r.weeks&&t>r.lweek)return!1;var i=7*(e-1)-r.fweek+t,o=new Date(r.start.time);return o.setDate(r.start.d+i),this.getDateInfo(o)}},l.dimensions=l.prototype.dimensions,l.getDimensionsInfo=l.prototype.getDimensionsInfo,l.create=function(e,t){var n=[];return e.eachComponent("calendar",(function(r){var i=new l(r,e,t);n.push(i),r.coordinateSystem=i})),e.eachSeries((function(e){"calendar"===e.get("coordinateSystem")&&(e.coordinateSystem=n[e.get("calendarIndex")||0])})),n},a.register("calendar",l);var c=l;e.exports=c},d15d:function(e,t,n){var r=n("6d8b"),i=r.createHashMap,o=r.each;function a(e){var t=i();e.eachSeries((function(e){var n=e.get("stack");if(n){var r=t.get(n)||t.set(n,[]),i=e.getData(),o={stackResultDimension:i.getCalculationInfo("stackResultDimension"),stackedOverDimension:i.getCalculationInfo("stackedOverDimension"),stackedDimension:i.getCalculationInfo("stackedDimension"),stackedByDimension:i.getCalculationInfo("stackedByDimension"),isStackedByIndex:i.getCalculationInfo("isStackedByIndex"),data:i,seriesModel:e};if(!o.stackedDimension||!o.isStackedByIndex&&!o.stackedByDimension)return;r.length&&i.setCalculationInfo("stackedOnSeries",r[r.length-1].seriesModel),r.push(o)}})),t.each(s)}function s(e){o(e,(function(t,n){var r=[],i=[NaN,NaN],o=[t.stackResultDimension,t.stackedOverDimension],a=t.data,s=t.isStackedByIndex,l=a.map(o,(function(o,l,u){var c,A,h=a.get(t.stackedDimension,u);if(isNaN(h))return i;s?A=a.getRawIndex(u):c=a.get(t.stackedByDimension,u);for(var d=NaN,f=n-1;f>=0;f--){var p=e[f];if(s||(A=p.data.rawIndexOf(p.stackedByDimension,c)),A>=0){var g=p.data.getByRawIndex(p.stackResultDimension,A);if(h>=0&&g>0||h<=0&&g<0){h+=g,d=g;break}}}return r[0]=h,r[1]=d,r}));a.hostModel.setData(l),t.data=l}))}e.exports=a},d16a:function(e,t,n){var r=n("fc5e"),i=Math.min;e.exports=function(e){return e>0?i(r(e),9007199254740991):0}},d1e7:function(e,t,n){"use strict";var r={}.propertyIsEnumerable,i=Object.getOwnPropertyDescriptor,o=i&&!r.call({1:2},1);t.f=o?function(e){var t=i(this,e);return!!t&&t.enumerable}:r},d28b:function(e,t,n){var r=n("746f");r("iterator")},d28f:function(e,t,n){var r=n("3eba");n("84d5"),n("4650"),n("5e97");var i=n("903c"),o=n("6cb7");r.registerProcessor(r.PRIORITY.PROCESSOR.SERIES_FILTER,i),o.registerSubTypeDefaulter("legend",(function(){return"plain"}))},d2a5:function(e,t,n){var r=n("3eba");r.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},(function(){})),r.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},(function(){}))},d2bb:function(e,t,n){var r=n("825a"),i=n("3bbe");e.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{e=Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set,e.call(n,[]),t=n instanceof Array}catch(o){}return function(n,o){return r(n),i(o),t?e.call(n,o):n.__proto__=o,n}}():void 0)},d2cf:function(e,t,n){var r=n("6d8b"),i=n("401b"),o=n("cb6d"),a=n("1fab"),s=n("607d"),l=n("0b44"),u="silent";function c(e,t,n){return{type:e,event:n,target:t.target,topTarget:t.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:A}}function A(){s.stop(this.event)}function h(){}h.prototype.dispose=function(){};var d=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],f=function(e,t,n,r){a.call(this),this.storage=e,this.painter=t,this.painterRoot=r,n=n||new h,this.proxy=null,this._hovered={},this._lastTouchMoment,this._lastX,this._lastY,this._gestureMgr,o.call(this),this.setHandlerProxy(n)};function p(e,t,n){if(e[e.rectHover?"rectContain":"contain"](t,n)){var r,i=e;while(i){if(i.clipPath&&!i.clipPath.contain(t,n))return!1;i.silent&&(r=!0),i=i.parent}return!r||u}return!1}function g(e,t,n){var r=e.painter;return t<0||t>r.getWidth()||n<0||n>r.getHeight()}f.prototype={constructor:f,setHandlerProxy:function(e){this.proxy&&this.proxy.dispose(),e&&(r.each(d,(function(t){e.on&&e.on(t,this[t],this)}),this),e.handler=this),this.proxy=e},mousemove:function(e){var t=e.zrX,n=e.zrY,r=g(this,t,n),i=this._hovered,o=i.target;o&&!o.__zr&&(i=this.findHover(i.x,i.y),o=i.target);var a=this._hovered=r?{x:t,y:n}:this.findHover(t,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(i,"mouseout",e),this.dispatchToElement(a,"mousemove",e),s&&s!==o&&this.dispatchToElement(a,"mouseover",e)},mouseout:function(e){var t=e.zrEventControl,n=e.zrIsToLocalDOM;"only_globalout"!==t&&this.dispatchToElement(this._hovered,"mouseout",e),"no_globalout"!==t&&!n&&this.trigger("globalout",{type:"globalout",event:e})},resize:function(e){this._hovered={}},dispatch:function(e,t){var n=this[e];n&&n.call(this,t)},dispose:function(){this.proxy.dispose(),this.storage=this.proxy=this.painter=null},setCursorStyle:function(e){var t=this.proxy;t.setCursor&&t.setCursor(e)},dispatchToElement:function(e,t,n){e=e||{};var r=e.target;if(!r||!r.silent){var i="on"+t,o=c(t,e,n);while(r)if(r[i]&&(o.cancelBubble=r[i].call(r,o)),r.trigger(t,o),r=r.parent,o.cancelBubble)break;o.cancelBubble||(this.trigger(t,o),this.painter&&this.painter.eachOtherLayer((function(e){"function"===typeof e[i]&&e[i].call(e,o),e.trigger&&e.trigger(t,o)})))}},findHover:function(e,t,n){for(var r=this.storage.getDisplayList(),i={x:e,y:t},o=r.length-1;o>=0;o--){var a;if(r[o]!==n&&!r[o].ignore&&(a=p(r[o],e,t))&&(!i.topTarget&&(i.topTarget=r[o]),a!==u)){i.target=r[o];break}}return i},processGesture:function(e,t){this._gestureMgr||(this._gestureMgr=new l);var n=this._gestureMgr;"start"===t&&n.clear();var r=n.recognize(e,this.findHover(e.zrX,e.zrY,null).target,this.proxy.dom);if("end"===t&&n.clear(),r){var i=r.type;e.gestureEvent=i,this.dispatchToElement({target:r.target},i,r.event)}}},r.each(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],(function(e){f.prototype[e]=function(t){var n,r,o=t.zrX,a=t.zrY,s=g(this,o,a);if("mouseup"===e&&s||(n=this.findHover(o,a),r=n.target),"mousedown"===e)this._downEl=r,this._downPoint=[t.zrX,t.zrY],this._upEl=r;else if("mouseup"===e)this._upEl=r;else if("click"===e){if(this._downEl!==this._upEl||!this._downPoint||i.dist(this._downPoint,[t.zrX,t.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,e,t)}})),r.mixin(f,a),r.mixin(f,o);var v=f;e.exports=v},d357:function(e,t,n){var r=n("6d8b"),i=r.each,o=n("1c5f"),a=o.simpleLayout,s=o.simpleLayoutEdge;function l(e,t){e.eachSeriesByType("graph",(function(e){var t=e.get("layout"),n=e.coordinateSystem;if(n&&"view"!==n.type){var r=e.getData(),o=[];i(n.dimensions,(function(e){o=o.concat(r.mapDimension(e,!0))}));for(var l=0;l<r.count();l++){for(var u=[],c=!1,A=0;A<o.length;A++){var h=r.get(o[A],l);isNaN(h)||(c=!0),u.push(h)}c?r.setItemLayout(l,n.dataToPoint(u)):r.setItemLayout(l,[NaN,NaN])}s(r.graph,e)}else t&&"none"!==t||a(e)}))}e.exports=l},d3a0:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("29a8"),a=n("2145"),s=o.toolbox.magicType,l="__ec_magicType_stack__";function u(e){this.model=e}u.defaultOption={show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:i.clone(s.title),option:{},seriesIndex:{}};var c=u.prototype;c.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return i.each(e.get("type"),(function(e){t[e]&&(n[e]=t[e])})),n};var A={line:function(e,t,n,r){if("bar"===e)return i.merge({id:t,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get("option.line")||{},!0)},bar:function(e,t,n,r){if("line"===e)return i.merge({id:t,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},r.get("option.bar")||{},!0)},stack:function(e,t,n,r){var o=n.get("stack")===l;if("line"===e||"bar"===e)return r.setIconStatus("stack",o?"normal":"emphasis"),i.merge({id:t,stack:o?"":l},r.get("option.stack")||{},!0)}},h=[["line","bar"],["stack"]];c.onclick=function(e,t,n){var r=this.model,o=r.get("seriesIndex."+n);if(A[n]){var a,u={series:[]},c=function(t){var o=t.subType,a=t.id,s=A[n](o,a,t,r);s&&(i.defaults(s,t.option),u.series.push(s));var l=t.coordinateSystem;if(l&&"cartesian2d"===l.type&&("line"===n||"bar"===n)){var c=l.getAxesByScale("ordinal")[0];if(c){var h=c.dim,d=h+"Axis",f=e.queryComponents({mainType:d,index:t.get(name+"Index"),id:t.get(name+"Id")})[0],p=f.componentIndex;u[d]=u[d]||[];for(var g=0;g<=p;g++)u[d][p]=u[d][p]||{};u[d][p].boundaryGap="bar"===n}}};if(i.each(h,(function(e){i.indexOf(e,n)>=0&&i.each(e,(function(e){r.setIconStatus(e,"normal")}))})),r.setIconStatus(n,"emphasis"),e.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},c),"stack"===n){var d=u.series&&u.series[0]&&u.series[0].stack===l;a=d?i.merge({stack:s.title.tiled},s.title):i.clone(s.title)}t.dispatchAction({type:"changeMagicType",currentType:n,newOption:u,newTitle:a,featureName:"magicType"})}},r.registerAction({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},(function(e,t){t.mergeOption(e.newOption)})),a.register("magicType",u);var d=u;e.exports=d},d3a4:function(e,t,n){var r,i=n("22d1"),o="urn:schemas-microsoft-com:vml",a="undefined"===typeof window?null:window,s=!1,l=a&&a.document;function u(e){return r(e)}if(l&&!i.canvasSupported)try{!l.namespaces.zrvml&&l.namespaces.add("zrvml",o),r=function(e){return l.createElement("<zrvml:"+e+' class="zrvml">')}}catch(A){r=function(e){return l.createElement("<"+e+' xmlns="'+o+'" class="zrvml">')}}function c(){if(!s&&l){s=!0;var e=l.styleSheets;e.length<31?l.createStyleSheet().addRule(".zrvml","behavior:url(#default#VML)"):e[0].addRule(".zrvml","behavior:url(#default#VML)")}}t.doc=l,t.createNode=u,t.initVML=c},d3b7:function(e,t,n){var r=n("00ee"),i=n("6eeb"),o=n("b041");r||i(Object.prototype,"toString",o,{unsafe:!0})},d3f4:function(e,t){function n(e){return{seriesType:e,reset:function(e,t){var n=t.findComponents({mainType:"legend"});if(n&&n.length){var r=e.getData();r.filterSelf((function(e){for(var t=r.getName(e),i=0;i<n.length;i++)if(!n[i].isSelected(t))return!1;return!0}))}}}}e.exports=n},d44e:function(e,t,n){var r=n("9bf2").f,i=n("5135"),o=n("b622"),a=o("toStringTag");e.exports=function(e,t,n){e&&!i(e=n?e:e.prototype,a)&&r(e,a,{configurable:!0,value:t})}},d498:function(e,t,n){var r=n("cbe5"),i=n("4fac"),o=r.extend({type:"polyline",shape:{points:null,smooth:!1,smoothConstraint:null},style:{stroke:"#000",fill:null},buildPath:function(e,t){i.buildPath(e,t,!1)}});e.exports=o},d4af:function(e,t,n){"use strict";var r=n("8eb7"),i=n("7b3e"),o=10,a=40,s=800;function l(e){var t=0,n=0,r=0,i=0;return"detail"in e&&(n=e.detail),"wheelDelta"in e&&(n=-e.wheelDelta/120),"wheelDeltaY"in e&&(n=-e.wheelDeltaY/120),"wheelDeltaX"in e&&(t=-e.wheelDeltaX/120),"axis"in e&&e.axis===e.HORIZONTAL_AXIS&&(t=n,n=0),r=t*o,i=n*o,"deltaY"in e&&(i=e.deltaY),"deltaX"in e&&(r=e.deltaX),(r||i)&&e.deltaMode&&(1==e.deltaMode?(r*=a,i*=a):(r*=s,i*=s)),r&&!t&&(t=r<1?-1:1),i&&!n&&(n=i<1?-1:1),{spinX:t,spinY:n,pixelX:r,pixelY:i}}l.getEventType=function(){return r.firefox()?"DOMMouseScroll":i("wheel")?"wheel":"mousewheel"},e.exports=l},d4b1:function(e,t,n){var r=n("3eba"),i=n("17d6"),o=r.extendComponentView({type:"axisPointer",render:function(e,t,n){var r=t.getComponent("tooltip"),o=e.get("triggerOn")||r&&r.get("triggerOn")||"mousemove|click";i.register("axisPointer",n,(function(e,t,n){"none"!==o&&("leave"===e||o.indexOf(e)>=0)&&n({type:"updateAxisPointer",currTrigger:e,x:t&&t.offsetX,y:t&&t.offsetY})}))},remove:function(e,t){i.unregister(t.getZr(),"axisPointer"),o.superApply(this._model,"remove",arguments)},dispose:function(e,t){i.unregister("axisPointer",t),o.superApply(this._model,"dispose",arguments)}}),a=o;e.exports=a},d4c6:function(e,t,n){var r=n("cbe5"),i=r.extend({type:"compound",shape:{paths:null},_updatePathDirty:function(){for(var e=this.__dirtyPath,t=this.shape.paths,n=0;n<t.length;n++)e=e||t[n].__dirtyPath;this.__dirtyPath=e,this.__dirty=this.__dirty||e},beforeBrush:function(){this._updatePathDirty();for(var e=this.shape.paths||[],t=this.getGlobalScale(),n=0;n<e.length;n++)e[n].path||e[n].createPathProxy(),e[n].path.setScale(t[0],t[1],e[n].segmentIgnoreThreshold)},buildPath:function(e,t){for(var n=t.paths||[],r=0;r<n.length;r++)n[r].buildPath(e,n[r].shape,!0)},afterBrush:function(){for(var e=this.shape.paths||[],t=0;t<e.length;t++)e[t].__dirtyPath=!1},getBoundingRect:function(){return this._updatePathDirty(),r.prototype.getBoundingRect.call(this)}});e.exports=i},d4d1:function(e,t,n){var r=n("cbe5"),i=n("401b"),o=n("897a"),a=i.min,s=i.max,l=i.scaleAndAdd,u=i.copy,c=[],A=[],h=[];function d(e){return isNaN(e[0])||isNaN(e[1])}function f(e,t,n,r,i,o,a,s,l,u,c){return"none"!==u&&u?p.apply(this,arguments):g.apply(this,arguments)}function p(e,t,n,r,i,o,a,s,l,c,f){for(var p=0,g=n,v=0;v<r;v++){var m=t[g];if(g>=i||g<0)break;if(d(m)){if(f){g+=o;continue}break}if(g===n)e[o>0?"moveTo":"lineTo"](m[0],m[1]);else if(l>0){var y=t[p],x="y"===c?1:0,w=(m[x]-y[x])*l;u(A,y),A[x]=y[x]+w,u(h,m),h[x]=m[x]-w,e.bezierCurveTo(A[0],A[1],h[0],h[1],m[0],m[1])}else e.lineTo(m[0],m[1]);p=g,g+=o}return v}function g(e,t,n,r,o,f,p,g,v,m,y){for(var x=0,w=n,_=0;_<r;_++){var b=t[w];if(w>=o||w<0)break;if(d(b)){if(y){w+=f;continue}break}if(w===n)e[f>0?"moveTo":"lineTo"](b[0],b[1]),u(A,b);else if(v>0){var B=w+f,C=t[B];if(y)while(C&&d(t[B]))B+=f,C=t[B];var S=.5,E=t[x];C=t[B];if(!C||d(C))u(h,b);else{var M,I;if(d(C)&&!y&&(C=b),i.sub(c,C,E),"x"===m||"y"===m){var T="x"===m?0:1;M=Math.abs(b[T]-E[T]),I=Math.abs(b[T]-C[T])}else M=i.dist(b,E),I=i.dist(b,C);S=I/(I+M),l(h,b,c,-v*(1-S))}a(A,A,g),s(A,A,p),a(h,h,g),s(h,h,p),e.bezierCurveTo(A[0],A[1],h[0],h[1],b[0],b[1]),l(A,b,c,v*S)}else e.lineTo(b[0],b[1]);x=w,w+=f}return _}function v(e,t){var n=[1/0,1/0],r=[-1/0,-1/0];if(t)for(var i=0;i<e.length;i++){var o=e[i];o[0]<n[0]&&(n[0]=o[0]),o[1]<n[1]&&(n[1]=o[1]),o[0]>r[0]&&(r[0]=o[0]),o[1]>r[1]&&(r[1]=o[1])}return{min:t?n:r,max:t?r:n}}var m=r.extend({type:"ec-polyline",shape:{points:[],smooth:0,smoothConstraint:!0,smoothMonotone:null,connectNulls:!1},style:{fill:null,stroke:"#000"},brush:o(r.prototype.brush),buildPath:function(e,t){var n=t.points,r=0,i=n.length,o=v(n,t.smoothConstraint);if(t.connectNulls){for(;i>0;i--)if(!d(n[i-1]))break;for(;r<i;r++)if(!d(n[r]))break}while(r<i)r+=f(e,n,r,i,i,1,o.min,o.max,t.smooth,t.smoothMonotone,t.connectNulls)+1}}),y=r.extend({type:"ec-polygon",shape:{points:[],stackedOnPoints:[],smooth:0,stackedOnSmooth:0,smoothConstraint:!0,smoothMonotone:null,connectNulls:!1},brush:o(r.prototype.brush),buildPath:function(e,t){var n=t.points,r=t.stackedOnPoints,i=0,o=n.length,a=t.smoothMonotone,s=v(n,t.smoothConstraint),l=v(r,t.smoothConstraint);if(t.connectNulls){for(;o>0;o--)if(!d(n[o-1]))break;for(;i<o;i++)if(!d(n[i]))break}while(i<o){var u=f(e,n,i,o,o,1,s.min,s.max,t.smooth,a,t.connectNulls);f(e,r,i+u-1,u,o,-1,l.min,l.max,t.stackedOnSmooth,a,t.connectNulls),i+=u+1,e.closePath()}}});t.Polyline=m,t.Polygon=y},d51b:function(e,t){var n=function(){this.head=null,this.tail=null,this._len=0},r=n.prototype;r.insert=function(e){var t=new i(e);return this.insertEntry(t),t},r.insertEntry=function(e){this.head?(this.tail.next=e,e.prev=this.tail,e.next=null,this.tail=e):this.head=this.tail=e,this._len++},r.remove=function(e){var t=e.prev,n=e.next;t?t.next=n:this.head=n,n?n.prev=t:this.tail=t,e.next=e.prev=null,this._len--},r.len=function(){return this._len},r.clear=function(){this.head=this.tail=null,this._len=0};var i=function(e){this.value=e,this.next,this.prev},o=function(e){this._list=new n,this._map={},this._maxSize=e||10,this._lastRemovedEntry=null},a=o.prototype;a.put=function(e,t){var n=this._list,r=this._map,o=null;if(null==r[e]){var a=n.len(),s=this._lastRemovedEntry;if(a>=this._maxSize&&a>0){var l=n.head;n.remove(l),delete r[l.key],o=l.value,this._lastRemovedEntry=l}s?s.value=t:s=new i(t),s.key=e,n.insertEntry(s),r[e]=s}return o},a.get=function(e){var t=this._map[e],n=this._list;if(null!=t)return t!==n.tail&&(n.remove(t),n.insertEntry(t)),t.value},a.clear=function(){this._list.clear(),this._map={}};var s=o;e.exports=s},d58f:function(e,t,n){var r=n("1c0b"),i=n("7b0b"),o=n("44ad"),a=n("50c4"),s=function(e){return function(t,n,s,l){r(n);var u=i(t),c=o(u),A=a(u.length),h=e?A-1:0,d=e?-1:1;if(s<2)while(1){if(h in c){l=c[h],h+=d;break}if(h+=d,e?h<0:A<=h)throw TypeError("Reduce of empty array with no initial value")}for(;e?h>=0:A>h;h+=d)h in c&&(l=n(l,c[h],h,u));return l}};e.exports={left:s(!1),right:s(!0)}},d5b7:function(e,t,n){var r=n("de00"),i=n("1fab"),o=n("0cde"),a=n("bd6b"),s=n("6d8b"),l=function(e){o.call(this,e),i.call(this,e),a.call(this,e),this.id=e.id||r()};l.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,isGroup:!1,drift:function(e,t){switch(this.draggable){case"horizontal":t=0;break;case"vertical":e=0;break}var n=this.transform;n||(n=this.transform=[1,0,0,1,0,0]),n[4]+=e,n[5]+=t,this.decomposeTransform(),this.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(e,t){},attrKV:function(e,t){if("position"===e||"scale"===e||"origin"===e){if(t){var n=this[e];n||(n=this[e]=[]),n[0]=t[0],n[1]=t[1]}}else this[e]=t},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(e,t){if("string"===typeof e)this.attrKV(e,t);else if(s.isObject(e))for(var n in e)e.hasOwnProperty(n)&&this.attrKV(n,e[n]);return this.dirty(!1),this},setClipPath:function(e){var t=this.__zr;t&&e.addSelfToZr(t),this.clipPath&&this.clipPath!==e&&this.removeClipPath(),this.clipPath=e,e.__zr=t,e.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var e=this.clipPath;e&&(e.__zr&&e.removeSelfFromZr(e.__zr),e.__zr=null,e.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(e){this.__zr=e;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.addAnimator(t[n]);this.clipPath&&this.clipPath.addSelfToZr(e)},removeSelfFromZr:function(e){this.__zr=null;var t=this.animators;if(t)for(var n=0;n<t.length;n++)e.animation.removeAnimator(t[n]);this.clipPath&&this.clipPath.removeSelfFromZr(e)}},s.mixin(l,a),s.mixin(l,o),s.mixin(l,i);var u=l;e.exports=u},d6d9:function(e,t,n){var r=n("3014"),i=r.extend({type:"series.pictorialBar",dependencies:["grid"],defaultOption:{symbol:"circle",symbolSize:null,symbolRotate:null,symbolPosition:null,symbolOffset:null,symbolMargin:null,symbolRepeat:!1,symbolRepeatDirection:"end",symbolClip:!1,symbolBoundingData:null,symbolPatternSize:400,barGap:"-100%",progressive:0,hoverAnimation:!1},getInitialData:function(e){return e.stack=null,i.superApply(this,"getInitialData",arguments)}}),o=i;e.exports=o},d6ef:function(e,t,n){var r=n("3eba"),i={type:"selectDataRange",event:"dataRangeSelected",update:"update"};r.registerAction(i,(function(e,t){t.eachComponent({mainType:"visualMap",query:e},(function(t){t.setSelected(e.selected)}))}))},d716:function(e,t,n){var r=n("3eba"),i=n("6d8b");n("aa01"),n("340d"),n("44fb");var o=n("98e7"),a=n("cb73"),s=n("d3f4");r.registerVisual(i.curry(o,"sunburst")),r.registerLayout(i.curry(a,"sunburst")),r.registerProcessor(i.curry(s,"sunburst"))},d747:function(e,t,n){var r=n("3eba"),i=n("d81e"),o=i.updateCenterAndZoom;n("d2a5");var a={type:"graphRoam",event:"graphRoam",update:"none"};r.registerAction(a,(function(e,t){t.eachComponent({mainType:"series",query:e},(function(t){var n=t.coordinateSystem,r=o(n,e);t.setCenter&&t.setCenter(r.center),t.setZoom&&t.setZoom(r.zoom)}))}))},d784:function(e,t,n){"use strict";n("ac1f");var r=n("6eeb"),i=n("d039"),o=n("b622"),a=n("9263"),s=n("9112"),l=o("species"),u=!i((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")})),c=function(){return"$0"==="a".replace(/./,"$0")}(),A=o("replace"),h=function(){return!!/./[A]&&""===/./[A]("a","$0")}(),d=!i((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]}));e.exports=function(e,t,n,A){var f=o(e),p=!i((function(){var t={};return t[f]=function(){return 7},7!=""[e](t)})),g=p&&!i((function(){var t=!1,n=/a/;return"split"===e&&(n={},n.constructor={},n.constructor[l]=function(){return n},n.flags="",n[f]=/./[f]),n.exec=function(){return t=!0,null},n[f](""),!t}));if(!p||!g||"replace"===e&&(!u||!c||h)||"split"===e&&!d){var v=/./[f],m=n(f,""[e],(function(e,t,n,r,i){return t.exec===a?p&&!i?{done:!0,value:v.call(t,n,r)}:{done:!0,value:e.call(n,t,r)}:{done:!1}}),{REPLACE_KEEPS_$0:c,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:h}),y=m[0],x=m[1];r(String.prototype,e,y),r(RegExp.prototype,f,2==t?function(e,t){return x.call(e,this,t)}:function(e){return x.call(e,this)})}A&&s(RegExp.prototype[f],"sham",!0)}},d81d:function(e,t,n){"use strict";var r=n("23e7"),i=n("b727").map,o=n("1dde"),a=n("ae40"),s=o("map"),l=a("map");r({target:"Array",proto:!0,forced:!s||!l},{map:function(e){return i(this,e,arguments.length>1?arguments[1]:void 0)}})},d81e:function(e,t){function n(e,t,n){var r=e.getZoom(),i=e.getCenter(),o=t.zoom,a=e.dataToPoint(i);if(null!=t.dx&&null!=t.dy){a[0]-=t.dx,a[1]-=t.dy;i=e.pointToData(a);e.setCenter(i)}if(null!=o){if(n){var s=n.min||0,l=n.max||1/0;o=Math.max(Math.min(r*o,l),s)/r}e.scale[0]*=o,e.scale[1]*=o;var u=e.position,c=(t.originX-u[0])*(o-1),A=(t.originY-u[1])*(o-1);u[0]-=c,u[1]-=A,e.updateTransform();i=e.pointToData(a);e.setCenter(i),e.setZoom(o*r)}return{center:e.getCenter(),zoom:e.getZoom()}}t.updateCenterAndZoom=n},d833:function(e,t,n){var r=n("20c8"),i=n("9680"),o=n("e7d2"),a=n("68ab"),s=n("9f51"),l=n("857d"),u=l.normalizeRadian,c=n("4a3f"),A=n("8728"),h=r.CMD,d=2*Math.PI,f=1e-4;function p(e,t){return Math.abs(e-t)<f}var g=[-1,-1,-1],v=[-1,-1];function m(){var e=v[0];v[0]=v[1],v[1]=e}function y(e,t,n,r,i,o,a,s,l,u){if(u>t&&u>r&&u>o&&u>s||u<t&&u<r&&u<o&&u<s)return 0;var A=c.cubicRootAt(t,r,o,s,u,g);if(0===A)return 0;for(var h,d,f=0,p=-1,y=0;y<A;y++){var x=g[y],w=0===x||1===x?.5:1,_=c.cubicAt(e,n,i,a,x);_<l||(p<0&&(p=c.cubicExtrema(t,r,o,s,v),v[1]<v[0]&&p>1&&m(),h=c.cubicAt(t,r,o,s,v[0]),p>1&&(d=c.cubicAt(t,r,o,s,v[1]))),2===p?x<v[0]?f+=h<t?w:-w:x<v[1]?f+=d<h?w:-w:f+=s<d?w:-w:x<v[0]?f+=h<t?w:-w:f+=s<h?w:-w)}return f}function x(e,t,n,r,i,o,a,s){if(s>t&&s>r&&s>o||s<t&&s<r&&s<o)return 0;var l=c.quadraticRootAt(t,r,o,s,g);if(0===l)return 0;var u=c.quadraticExtremum(t,r,o);if(u>=0&&u<=1){for(var A=0,h=c.quadraticAt(t,r,o,u),d=0;d<l;d++){var f=0===g[d]||1===g[d]?.5:1,p=c.quadraticAt(e,n,i,g[d]);p<a||(g[d]<u?A+=h<t?f:-f:A+=o<h?f:-f)}return A}f=0===g[0]||1===g[0]?.5:1,p=c.quadraticAt(e,n,i,g[0]);return p<a?0:o<t?f:-f}function w(e,t,n,r,i,o,a,s){if(s-=t,s>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);g[0]=-l,g[1]=l;var c=Math.abs(r-i);if(c<1e-4)return 0;if(c%d<1e-4){r=0,i=d;var A=o?1:-1;return a>=g[0]+e&&a<=g[1]+e?A:0}if(o){l=r;r=u(i),i=u(l)}else r=u(r),i=u(i);r>i&&(i+=d);for(var h=0,f=0;f<2;f++){var p=g[f];if(p+e>a){var v=Math.atan2(s,p);A=o?1:-1;v<0&&(v=d+v),(v>=r&&v<=i||v+d>=r&&v+d<=i)&&(v>Math.PI/2&&v<1.5*Math.PI&&(A=-A),h+=A)}}return h}function _(e,t,n,r,l){for(var u=0,c=0,d=0,f=0,g=0,v=0;v<e.length;){var m=e[v++];switch(m===h.M&&v>1&&(n||(u+=A(c,d,f,g,r,l))),1===v&&(c=e[v],d=e[v+1],f=c,g=d),m){case h.M:f=e[v++],g=e[v++],c=f,d=g;break;case h.L:if(n){if(i.containStroke(c,d,e[v],e[v+1],t,r,l))return!0}else u+=A(c,d,e[v],e[v+1],r,l)||0;c=e[v++],d=e[v++];break;case h.C:if(n){if(o.containStroke(c,d,e[v++],e[v++],e[v++],e[v++],e[v],e[v+1],t,r,l))return!0}else u+=y(c,d,e[v++],e[v++],e[v++],e[v++],e[v],e[v+1],r,l)||0;c=e[v++],d=e[v++];break;case h.Q:if(n){if(a.containStroke(c,d,e[v++],e[v++],e[v],e[v+1],t,r,l))return!0}else u+=x(c,d,e[v++],e[v++],e[v],e[v+1],r,l)||0;c=e[v++],d=e[v++];break;case h.A:var _=e[v++],b=e[v++],B=e[v++],C=e[v++],S=e[v++],E=e[v++];v+=1;var M=1-e[v++],I=Math.cos(S)*B+_,T=Math.sin(S)*C+b;v>1?u+=A(c,d,I,T,r,l):(f=I,g=T);var D=(r-_)*C/B+_;if(n){if(s.containStroke(_,b,C,S,S+E,M,t,D,l))return!0}else u+=w(_,b,C,S,S+E,M,D,l);c=Math.cos(S+E)*B+_,d=Math.sin(S+E)*C+b;break;case h.R:f=c=e[v++],g=d=e[v++];var F=e[v++],Q=e[v++];I=f+F,T=g+Q;if(n){if(i.containStroke(f,g,I,g,t,r,l)||i.containStroke(I,g,I,T,t,r,l)||i.containStroke(I,T,f,T,t,r,l)||i.containStroke(f,T,f,g,t,r,l))return!0}else u+=A(I,g,I,T,r,l),u+=A(f,T,f,g,r,l);break;case h.Z:if(n){if(i.containStroke(c,d,f,g,t,r,l))return!0}else u+=A(c,d,f,g,r,l);c=f,d=g;break}}return n||p(d,g)||(u+=A(c,d,f,g,r,l)||0),0!==u}function b(e,t,n){return _(e,0,!1,t,n)}function B(e,t,n,r){return _(e,t,!0,n,r)}t.contain=b,t.containStroke=B},d925:function(e,t,n){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},d9d0:function(e,t,n){var r=n("6d8b"),i=n("1687"),o=n("f934"),a=n("697e"),s=n("0f55"),l=n("2306"),u=n("3842"),c=n("ef6a"),A=r.each,h=Math.min,d=Math.max,f=Math.floor,p=Math.ceil,g=u.round,v=Math.PI;function m(e,t,n){this._axesMap=r.createHashMap(),this._axesLayout={},this.dimensions=e.dimensions,this._rect,this._model=e,this._init(e,t,n)}function y(e,t){return h(d(e,t[0]),t[1])}function x(e,t){var n=t.layoutLength/(t.axisCount-1);return{position:n*e,axisNameAvailableWidth:n,axisLabelShow:!0}}function w(e,t){var n,r,i=t.layoutLength,o=t.axisExpandWidth,a=t.axisCount,s=t.axisCollapseWidth,l=t.winInnerIndices,u=s,c=!1;return e<l[0]?(n=e*s,r=s):e<=l[1]?(n=t.axisExpandWindow0Pos+e*o-t.axisExpandWindow[0],u=o,c=!0):(n=i-(a-1-e)*s,r=s),{position:n,axisNameAvailableWidth:u,axisLabelShow:c,nameTruncateMaxWidth:r}}m.prototype={type:"parallel",constructor:m,_init:function(e,t,n){var r=e.dimensions,i=e.parallelAxisIndex;A(r,(function(e,n){var r=i[n],o=t.getComponent("parallelAxis",r),l=this._axesMap.set(e,new s(e,a.createScaleByModel(o),[0,0],o.get("type"),r)),u="category"===l.type;l.onBand=u&&o.get("boundaryGap"),l.inverse=o.get("inverse"),o.axis=l,l.model=o,l.coordinateSystem=o.coordinateSystem=this}),this)},update:function(e,t){this._updateAxesFromSeries(this._model,e)},containPoint:function(e){var t=this._makeLayoutInfo(),n=t.axisBase,r=t.layoutBase,i=t.pixelDimIndex,o=e[1-i],a=e[i];return o>=n&&o<=n+t.axisLength&&a>=r&&a<=r+t.layoutLength},getModel:function(){return this._model},_updateAxesFromSeries:function(e,t){t.eachSeries((function(n){if(e.contains(n,t)){var r=n.getData();A(this.dimensions,(function(e){var t=this._axesMap.get(e);t.scale.unionExtentFromData(r,r.mapDimension(e)),a.niceScaleExtent(t.scale,t.model)}),this)}}),this)},resize:function(e,t){this._rect=o.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},getRect:function(){return this._rect},_makeLayoutInfo:function(){var e,t=this._model,n=this._rect,r=["x","y"],i=["width","height"],o=t.get("layout"),a="horizontal"===o?0:1,s=n[i[a]],l=[0,s],u=this.dimensions.length,c=y(t.get("axisExpandWidth"),l),A=y(t.get("axisExpandCount")||0,[0,u]),h=t.get("axisExpandable")&&u>3&&u>A&&A>1&&c>0&&s>0,d=t.get("axisExpandWindow");if(d)e=y(d[1]-d[0],l),d[1]=d[0]+e;else{e=y(c*(A-1),l);var v=t.get("axisExpandCenter")||f(u/2);d=[c*v-e/2],d[1]=d[0]+e}var m=(s-e)/(u-A);m<3&&(m=0);var x=[f(g(d[0]/c,1))+1,p(g(d[1]/c,1))-1],w=m/c*d[0];return{layout:o,pixelDimIndex:a,layoutBase:n[r[a]],layoutLength:s,axisBase:n[r[1-a]],axisLength:n[i[1-a]],axisExpandable:h,axisExpandWidth:c,axisCollapseWidth:m,axisExpandWindow:d,axisCount:u,winInnerIndices:x,axisExpandWindow0Pos:w}},_layoutAxes:function(){var e=this._rect,t=this._axesMap,n=this.dimensions,r=this._makeLayoutInfo(),o=r.layout;t.each((function(e){var t=[0,r.axisLength],n=e.inverse?1:0;e.setExtent(t[n],t[1-n])})),A(n,(function(t,n){var a=(r.axisExpandable?w:x)(n,r),s={horizontal:{x:a.position,y:r.axisLength},vertical:{x:0,y:a.position}},l={horizontal:v/2,vertical:0},u=[s[o].x+e.x,s[o].y+e.y],c=l[o],A=i.create();i.rotate(A,A,c),i.translate(A,A,u),this._axesLayout[t]={position:u,rotation:c,transform:A,axisNameAvailableWidth:a.axisNameAvailableWidth,axisLabelShow:a.axisLabelShow,nameTruncateMaxWidth:a.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}}),this)},getAxis:function(e){return this._axesMap.get(e)},dataToPoint:function(e,t){return this.axisCoordToPoint(this._axesMap.get(t).dataToCoord(e),t)},eachActiveState:function(e,t,n,i){null==n&&(n=0),null==i&&(i=e.count());var o=this._axesMap,a=this.dimensions,s=[],l=[];r.each(a,(function(t){s.push(e.mapDimension(t)),l.push(o.get(t).model)}));for(var u=this.hasAxisBrushed(),c=n;c<i;c++){var A;if(u){A="active";for(var h=e.getValues(s,c),d=0,f=a.length;d<f;d++){var p=l[d].getActiveState(h[d]);if("inactive"===p){A="inactive";break}}}else A="normal";t(A,c)}},hasAxisBrushed:function(){for(var e=this.dimensions,t=this._axesMap,n=!1,r=0,i=e.length;r<i;r++)"normal"!==t.get(e[r]).model.getActiveState()&&(n=!0);return n},axisCoordToPoint:function(e,t){var n=this._axesLayout[t];return l.applyTransform([e,0],n.transform)},getAxisLayout:function(e){return r.clone(this._axesLayout[e])},getSlidedAxisExpandWindow:function(e){var t=this._makeLayoutInfo(),n=t.pixelDimIndex,r=t.axisExpandWindow.slice(),i=r[1]-r[0],o=[0,t.axisExpandWidth*(t.axisCount-1)];if(!this.containPoint(e))return{behavior:"none",axisExpandWindow:r};var a,s=e[n]-t.layoutBase-t.axisExpandWindow0Pos,l="slide",u=t.axisCollapseWidth,A=this._model.get("axisExpandSlideTriggerArea"),f=null!=A[0];if(u)f&&u&&s<i*A[0]?(l="jump",a=s-i*A[2]):f&&u&&s>i*(1-A[0])?(l="jump",a=s-i*(1-A[2])):(a=s-i*A[1])>=0&&(a=s-i*(1-A[1]))<=0&&(a=0),a*=t.axisExpandWidth/u,a?c(a,r,o,"all"):l="none";else{i=r[1]-r[0];var p=o[1]*s/i;r=[d(0,p-i/2)],r[1]=h(o[1],r[0]+i),r[0]=r[1]-i}return{axisExpandWindow:r,behavior:l}}};var _=m;e.exports=_},d9f1:function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("9e47"),a=n("2023"),s=i.extend({type:"polarAxis",axis:null,getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"polar",index:this.option.polarIndex,id:this.option.polarId})[0]}});r.merge(s.prototype,a);var l={angle:{startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:!1}},radius:{splitNumber:5}};function u(e,t){return t.type||(t.data?"category":"value")}o("angle",s,u,l.angle),o("radius",s,u,l.radius)},d9fc:function(e,t,n){var r=n("cbe5"),i=r.extend({type:"circle",shape:{cx:0,cy:0,r:0},buildPath:function(e,t,n){n&&e.moveTo(t.cx+t.r,t.cy),e.arc(t.cx,t.cy,t.r,0,2*Math.PI,!0)}});e.exports=i},da84:function(e,t,n){(function(t){var n=function(e){return e&&e.Math==Math&&e};e.exports=n("object"==typeof globalThis&&globalThis)||n("object"==typeof window&&window)||n("object"==typeof self&&self)||n("object"==typeof t&&t)||Function("return this")()}).call(this,n("c8ba"))},dae1:function(e,t,n){var r=n("3eba");n("928d"),n("b369"),n("4411");var i=n("90c2"),o=n("9ca8");r.registerVisual(i),r.registerLayout(o)},db0e:function(e,t,n){var r=n("3eba");n("a8c6"),n("8344"),r.registerPreprocessor((function(e){e.markPoint=e.markPoint||{}}))},db9e:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("e86a"),a=n("2145"),s=n("2306"),l=n("4319"),u=n("80f0"),c=n("7919"),A=r.extendComponentView({type:"toolbox",render:function(e,t,n,r){var A=this.group;if(A.removeAll(),e.get("show")){var d=+e.get("itemSize"),f=e.get("feature")||{},p=this._features||(this._features={}),g=[];i.each(f,(function(e,t){g.push(t)})),new u(this._featureNames||[],g).add(v).update(v).remove(i.curry(v,null)).execute(),this._featureNames=g,c.layout(A,e,n),A.add(c.makeBackground(A.getBoundingRect(),e)),A.eachChild((function(e){var t=e.__title,r=e.hoverStyle;if(r&&t){var i=o.getBoundingRect(t,o.makeFont(r)),a=e.position[0]+A.position[0],s=e.position[1]+A.position[1]+d,l=!1;s+i.height>n.getHeight()&&(r.textPosition="top",l=!0);var u=l?-5-i.height:d+8;a+i.width/2>n.getWidth()?(r.textPosition=["100%",u],r.textAlign="right"):a-i.width/2<0&&(r.textPosition=[0,u],r.textAlign="left")}}))}function v(i,o){var s,u=g[i],c=g[o],A=f[u],d=new l(A,e,e.ecModel);if(r&&null!=r.newTitle&&r.featureName===u&&(A.title=r.newTitle),u&&!c){if(h(u))s={model:d,onclick:d.option.onclick,featureName:u};else{var v=a.get(u);if(!v)return;s=new v(d,t,n)}p[u]=s}else{if(s=p[c],!s)return;s.model=d,s.ecModel=t,s.api=n}u||!c?d.get("show")&&!s.unusable?(m(d,s,u),d.setIconStatus=function(e,t){var n=this.option,r=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[e]=t,r[e]&&r[e].trigger(t)},s.render&&s.render(d,t,n,r)):s.remove&&s.remove(t,n):s.dispose&&s.dispose(t,n)}function m(r,o,a){var l=r.getModel("iconStyle"),u=r.getModel("emphasis.iconStyle"),c=o.getIcons?o.getIcons():r.get("icon"),h=r.get("title")||{};if("string"===typeof c){var f=c,p=h;c={},h={},c[a]=f,h[a]=p}var g=r.iconPaths={};i.each(c,(function(a,c){var f=s.createIcon(a,{},{x:-d/2,y:-d/2,width:d,height:d});f.setStyle(l.getItemStyle()),f.hoverStyle=u.getItemStyle(),f.setStyle({text:h[c],textAlign:u.get("textAlign"),textBorderRadius:u.get("textBorderRadius"),textPadding:u.get("textPadding"),textFill:null});var p=e.getModel("tooltip");p&&p.get("show")&&f.attr("tooltip",i.extend({content:h[c],formatter:p.get("formatter",!0)||function(){return h[c]},formatterParams:{componentType:"toolbox",name:c,title:h[c],$vars:["name","title"]},position:p.get("position",!0)||"bottom"},p.option)),s.setHoverStyle(f),e.get("showTitle")&&(f.__title=h[c],f.on("mouseover",(function(){var t=u.getItemStyle(),n="vertical"===e.get("orient")?null==e.get("right")?"right":"left":null==e.get("bottom")?"bottom":"top";f.setStyle({textFill:u.get("textFill")||t.fill||t.stroke||"#000",textBackgroundColor:u.get("textBackgroundColor"),textPosition:u.get("textPosition")||n})})).on("mouseout",(function(){f.setStyle({textFill:null,textBackgroundColor:null})}))),f.trigger(r.get("iconStatus."+c)||"normal"),A.add(f),f.on("click",i.bind(o.onclick,o,t,n,c)),g[c]=f}))}},updateView:function(e,t,n,r){i.each(this._features,(function(e){e.updateView&&e.updateView(e.model,t,n,r)}))},remove:function(e,t){i.each(this._features,(function(n){n.remove&&n.remove(e,t)})),this.group.removeAll()},dispose:function(e,t){i.each(this._features,(function(n){n.dispose&&n.dispose(e,t)}))}});function h(e){return 0===e.indexOf("my")}e.exports=A},dbb4:function(e,t,n){var r=n("23e7"),i=n("83ab"),o=n("56ef"),a=n("fc6a"),s=n("06cf"),l=n("8418");r({target:"Object",stat:!0,sham:!i},{getOwnPropertyDescriptors:function(e){var t,n,r=a(e),i=s.f,u=o(r),c={},A=0;while(u.length>A)n=i(r,t=u[A++]),void 0!==n&&l(c,t,n);return c}})},dc20:function(e,t,n){var r=n("8727"),i=r.createElement,o=n("6d8b"),a=n("4942"),s=n("cbe5"),l=n("0da8"),u=n("76a5"),c=n("0c12"),A=n("b16f"),h=n("9fa3"),d=n("bcaa1"),f=n("3f8e"),p=f.path,g=f.image,v=f.text;function m(e){return parseInt(e,10)}function y(e){return e instanceof s?p:e instanceof l?g:e instanceof u?v:p}function x(e,t){return t&&e&&t.parentNode!==e}function w(e,t,n){if(x(e,t)&&n){var r=n.nextSibling;r?e.insertBefore(t,r):e.appendChild(t)}}function _(e,t){if(x(e,t)){var n=e.firstChild;n?e.insertBefore(t,n):e.appendChild(t)}}function b(e,t){t&&e&&t.parentNode===e&&e.removeChild(t)}function B(e){return e.__textSvgEl}function C(e){return e.__svgEl}var S=function(e,t,n,r){this.root=e,this.storage=t,this._opts=n=o.extend({},n||{});var a=i("svg");a.setAttribute("xmlns","http://www.w3.org/2000/svg"),a.setAttribute("version","1.1"),a.setAttribute("baseProfile","full"),a.style.cssText="user-select:none;position:absolute;left:0;top:0;";var s=i("g");a.appendChild(s);var l=i("g");a.appendChild(l),this.gradientManager=new A(r,l),this.clipPathManager=new h(r,l),this.shadowManager=new d(r,l);var u=document.createElement("div");u.style.cssText="overflow:hidden;position:relative",this._svgDom=a,this._svgRoot=l,this._backgroundRoot=s,this._viewport=u,e.appendChild(u),u.appendChild(a),this.resize(n.width,n.height),this._visibleList=[]};function E(e){return function(){a('In SVG mode painter not support method "'+e+'"')}}S.prototype={constructor:S,getType:function(){return"svg"},getViewportRoot:function(){return this._viewport},getSvgDom:function(){return this._svgDom},getSvgRoot:function(){return this._svgRoot},getViewportRootOffset:function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},refresh:function(){var e=this.storage.getDisplayList(!0);this._paintList(e)},setBackgroundColor:function(e){this._backgroundRoot&&this._backgroundNode&&this._backgroundRoot.removeChild(this._backgroundNode);var t=i("rect");t.setAttribute("width",this.getWidth()),t.setAttribute("height",this.getHeight()),t.setAttribute("x",0),t.setAttribute("y",0),t.setAttribute("id",0),t.style.fill=e,this._backgroundRoot.appendChild(t),this._backgroundNode=t},_paintList:function(e){this.gradientManager.markAllUnused(),this.clipPathManager.markAllUnused(),this.shadowManager.markAllUnused();var t,n=this._svgRoot,r=this._visibleList,i=e.length,o=[];for(t=0;t<i;t++){var a=e[t],s=y(a),l=C(a)||B(a);a.invisible||(a.__dirty&&(s&&s.brush(a),this.clipPathManager.update(a),a.style&&(this.gradientManager.update(a.style.fill),this.gradientManager.update(a.style.stroke),this.shadowManager.update(l,a)),a.__dirty=!1),o.push(a))}var u,A=c(r,o);for(t=0;t<A.length;t++){var h=A[t];if(h.removed)for(var d=0;d<h.count;d++){a=r[h.indices[d]],l=C(a);var f=B(a);b(n,l),b(n,f)}}for(t=0;t<A.length;t++){h=A[t];if(h.added)for(d=0;d<h.count;d++){a=o[h.indices[d]],l=C(a),f=B(a);u?w(n,l,u):_(n,l),l?w(n,f,l):u?w(n,f,u):_(n,f),w(n,f,l),u=f||l||u,this.gradientManager.addWithoutUpdate(l||f,a),this.shadowManager.addWithoutUpdate(l||f,a),this.clipPathManager.markUsed(a)}else if(!h.removed)for(d=0;d<h.count;d++){a=o[h.indices[d]],l=C(a),f=B(a),l=C(a),f=B(a);this.gradientManager.markUsed(a),this.gradientManager.addWithoutUpdate(l||f,a),this.shadowManager.markUsed(a),this.shadowManager.addWithoutUpdate(l||f,a),this.clipPathManager.markUsed(a),f&&w(n,f,l),u=l||f||u}}this.gradientManager.removeUnused(),this.clipPathManager.removeUnused(),this.shadowManager.removeUnused(),this._visibleList=o},_getDefs:function(e){var t=this._svgDom,n=t.getElementsByTagName("defs");if(0===n.length){if(e){n=t.insertBefore(i("defs"),t.firstChild);return n.contains||(n.contains=function(e){var t=n.children;if(!t)return!1;for(var r=t.length-1;r>=0;--r)if(t[r]===e)return!0;return!1}),n}return null}return n[0]},resize:function(e,t){var n=this._viewport;n.style.display="none";var r=this._opts;if(null!=e&&(r.width=e),null!=t&&(r.height=t),e=this._getSize(0),t=this._getSize(1),n.style.display="",this._width!==e||this._height!==t){this._width=e,this._height=t;var i=n.style;i.width=e+"px",i.height=t+"px";var o=this._svgDom;o.setAttribute("width",e),o.setAttribute("height",t)}this._backgroundNode&&(this._backgroundNode.setAttribute("width",e),this._backgroundNode.setAttribute("height",t))},getWidth:function(){return this._width},getHeight:function(){return this._height},_getSize:function(e){var t=this._opts,n=["width","height"][e],r=["clientWidth","clientHeight"][e],i=["paddingLeft","paddingTop"][e],o=["paddingRight","paddingBottom"][e];if(null!=t[n]&&"auto"!==t[n])return parseFloat(t[n]);var a=this.root,s=document.defaultView.getComputedStyle(a);return(a[r]||m(s[n])||m(a.style[n]))-(m(s[i])||0)-(m(s[o])||0)|0},dispose:function(){this.root.innerHTML="",this._svgRoot=this._backgroundRoot=this._svgDom=this._backgroundNode=this._viewport=this.storage=null},clear:function(){this._viewport&&this.root.removeChild(this._viewport)},toDataURL:function(){this.refresh();var e=encodeURIComponent(this._svgDom.outerHTML.replace(/></g,">\n\r<"));return"data:image/svg+xml;charset=UTF-8,"+e}},o.each(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","pathToImage"],(function(e){S.prototype[e]=E(e)}));var M=S;e.exports=M},dc2f:function(e,t){var n=function(e,t){this.image=e,this.repeat=t,this.type="pattern"};n.prototype.getCanvasPattern=function(e){return e.createPattern(this.image,this.repeat||"repeat")};var r=n;e.exports=r},dcb3:function(e,t,n){var r=n("6d8b"),i=n("625e"),o=n("2306"),a=n("cd33"),s=n("607d"),l=n("88b3"),u=n("e0d3"),c=u.makeInner,A=c(),h=r.clone,d=r.bind;function f(){}function p(e,t,n,r){g(A(n).lastProp,r)||(A(n).lastProp=r,t?o.updateProps(n,r,e):(n.stopAnimation(),n.attr(r)))}function g(e,t){if(r.isObject(e)&&r.isObject(t)){var n=!0;return r.each(t,(function(t,r){n=n&&g(e[r],t)})),!!n}return e===t}function v(e,t){e[t.get("label.show")?"show":"hide"]()}function m(e){return{position:e.position.slice(),rotation:e.rotation||0}}function y(e,t,n){var r=t.get("z"),i=t.get("zlevel");e&&e.traverse((function(e){"group"!==e.type&&(null!=r&&(e.z=r),null!=i&&(e.zlevel=i),e.silent=n)}))}f.prototype={_group:null,_lastGraphicKey:null,_handle:null,_dragging:!1,_lastValue:null,_lastStatus:null,_payloadInfo:null,animationThreshold:15,render:function(e,t,n,i){var a=t.get("value"),s=t.get("status");if(this._axisModel=e,this._axisPointerModel=t,this._api=n,i||this._lastValue!==a||this._lastStatus!==s){this._lastValue=a,this._lastStatus=s;var l=this._group,u=this._handle;if(!s||"hide"===s)return l&&l.hide(),void(u&&u.hide());l&&l.show(),u&&u.show();var c={};this.makeElOption(c,a,e,t,n);var A=c.graphicKey;A!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=A;var h=this._moveAnimation=this.determineAnimation(e,t);if(l){var d=r.curry(p,t,h);this.updatePointerEl(l,c,d,t),this.updateLabelEl(l,c,d,t)}else l=this._group=new o.Group,this.createPointerEl(l,c,e,t),this.createLabelEl(l,c,e,t),n.getZr().add(l);y(l,t,!0),this._renderHandle(a)}},remove:function(e){this.clear(e)},dispose:function(e){this.clear(e)},determineAnimation:function(e,t){var n=t.get("animation"),r=e.axis,i="category"===r.type,o=t.get("snap");if(!o&&!i)return!1;if("auto"===n||null==n){var s=this.animationThreshold;if(i&&r.getBandWidth()>s)return!0;if(o){var l=a.getAxisInfo(e).seriesDataCount,u=r.getExtent();return Math.abs(u[0]-u[1])/l>s}return!1}return!0===n},makeElOption:function(e,t,n,r,i){},createPointerEl:function(e,t,n,r){var i=t.pointer;if(i){var a=A(e).pointerEl=new o[i.type](h(t.pointer));e.add(a)}},createLabelEl:function(e,t,n,r){if(t.label){var i=A(e).labelEl=new o.Rect(h(t.label));e.add(i),v(i,r)}},updatePointerEl:function(e,t,n){var r=A(e).pointerEl;r&&t.pointer&&(r.setStyle(t.pointer.style),n(r,{shape:t.pointer.shape}))},updateLabelEl:function(e,t,n,r){var i=A(e).labelEl;i&&(i.setStyle(t.label.style),n(i,{shape:t.label.shape,position:t.label.position}),v(i,r))},_renderHandle:function(e){if(!this._dragging&&this.updateHandleTransform){var t,n=this._axisPointerModel,i=this._api.getZr(),a=this._handle,u=n.getModel("handle"),c=n.get("status");if(!u.get("show")||!c||"hide"===c)return a&&i.remove(a),void(this._handle=null);this._handle||(t=!0,a=this._handle=o.createIcon(u.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(e){s.stop(e.event)},onmousedown:d(this._onHandleDragMove,this,0,0),drift:d(this._onHandleDragMove,this),ondragend:d(this._onHandleDragEnd,this)}),i.add(a)),y(a,n,!1);var A=["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];a.setStyle(u.getItemStyle(null,A));var h=u.get("size");r.isArray(h)||(h=[h,h]),a.attr("scale",[h[0]/2,h[1]/2]),l.createOrUpdate(this,"_doDispatchAxisPointer",u.get("throttle")||0,"fixRate"),this._moveHandleToValue(e,t)}},_moveHandleToValue:function(e,t){p(this._axisPointerModel,!t&&this._moveAnimation,this._handle,m(this.getHandleTransform(e,this._axisModel,this._axisPointerModel)))},_onHandleDragMove:function(e,t){var n=this._handle;if(n){this._dragging=!0;var r=this.updateHandleTransform(m(n),[e,t],this._axisModel,this._axisPointerModel);this._payloadInfo=r,n.stopAnimation(),n.attr(m(r)),A(n).lastProp=null,this._doDispatchAxisPointer()}},_doDispatchAxisPointer:function(){var e=this._handle;if(e){var t=this._payloadInfo,n=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:n.axis.dim,axisIndex:n.componentIndex}]})}},_onHandleDragEnd:function(e){this._dragging=!1;var t=this._handle;if(t){var n=this._axisPointerModel.get("value");this._moveHandleToValue(n),this._api.dispatchAction({type:"hideTip"})}},getHandleTransform:null,updateHandleTransform:null,clear:function(e){this._lastValue=null,this._lastStatus=null;var t=e.getZr(),n=this._group,r=this._handle;t&&n&&(this._lastGraphicKey=null,n&&t.remove(n),r&&t.remove(r),this._group=null,this._handle=null,this._payloadInfo=null)},doClear:function(){},buildLabel:function(e,t,n){return n=n||0,{x:e[n],y:e[1-n],width:t[n],height:t[1-n]}}},f.prototype.constructor=f,i.enableClassExtend(f);var x=f;e.exports=x},dcea:function(e,t,n){var r=n("6d8b"),i=n("e887"),o=n("2306"),a=n("cbe5"),s=["itemStyle"],l=["emphasis","itemStyle"],u=i.extend({type:"boxplot",render:function(e,t,n){var r=e.getData(),i=this.group,o=this._data;this._data||i.removeAll();var a="horizontal"===e.get("layout")?1:0;r.diff(o).add((function(e){if(r.hasValue(e)){var t=r.getItemLayout(e),n=A(t,r,e,a,!0);r.setItemGraphicEl(e,n),i.add(n)}})).update((function(e,t){var n=o.getItemGraphicEl(t);if(r.hasValue(e)){var s=r.getItemLayout(e);n?h(s,n,r,e):n=A(s,r,e,a),i.add(n),r.setItemGraphicEl(e,n)}else i.remove(n)})).remove((function(e){var t=o.getItemGraphicEl(e);t&&i.remove(t)})).execute(),this._data=r},remove:function(e){var t=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl((function(e){e&&t.remove(e)}))},dispose:r.noop}),c=a.extend({type:"boxplotBoxPath",shape:{},buildPath:function(e,t){var n=t.points,r=0;for(e.moveTo(n[r][0],n[r][1]),r++;r<4;r++)e.lineTo(n[r][0],n[r][1]);for(e.closePath();r<n.length;r++)e.moveTo(n[r][0],n[r][1]),r++,e.lineTo(n[r][0],n[r][1])}});function A(e,t,n,r,i){var o=e.ends,a=new c({shape:{points:i?d(o,r,e):o}});return h(e,a,t,n,i),a}function h(e,t,n,r,i){var a=n.hostModel,u=o[i?"initProps":"updateProps"];u(t,{shape:{points:e.ends}},a,r);var c=n.getItemModel(r),A=c.getModel(s),h=n.getItemVisual(r,"color"),d=A.getItemStyle(["borderColor"]);d.stroke=h,d.strokeNoScale=!0,t.useStyle(d),t.z2=100;var f=c.getModel(l).getItemStyle();o.setHoverStyle(t,f)}function d(e,t,n){return r.map(e,(function(e){return e=e.slice(),e[t]=n.initBaseline,e}))}var f=u;e.exports=f},dd39:function(e,t,n){n("6932"),n("3a56"),n("7dcf"),n("414c"),n("4b08"),n("2c17"),n("9e87")},dd7e:function(e,t,n){var r=n("6d8b"),i=n("edaf"),o=n("38a2"),a=i.extend({type:"timeline.slider",defaultOption:{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"emptyCircle",symbolSize:10,lineStyle:{show:!0,width:2,color:"#304654"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#304654"},itemStyle:{color:"#304654",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:13,color:"#c23531",borderWidth:5,borderColor:"rgba(194,53,49, 0.5)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:22,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"path://M18.6,50.8l22.5-22.5c0.2-0.2,0.3-0.4,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7L18.7,4.4c-0.1-0.1-0.2-0.3-0.2-0.5 c0-0.4,0.3-0.8,0.8-0.8c0.2,0,0.5,0.1,0.6,0.3l23.5,23.5l0,0c0.2,0.2,0.3,0.4,0.3,0.7c0,0.3-0.1,0.5-0.3,0.7l-0.1,0.1L19.7,52 c-0.1,0.1-0.3,0.2-0.5,0.2c-0.4,0-0.8-0.3-0.8-0.8C18.4,51.2,18.5,51,18.6,50.8z",prevIcon:"path://M43,52.8L20.4,30.3c-0.2-0.2-0.3-0.4-0.3-0.7c0-0.3,0.1-0.5,0.3-0.7L42.9,6.4c0.1-0.1,0.2-0.3,0.2-0.5 c0-0.4-0.3-0.8-0.8-0.8c-0.2,0-0.5,0.1-0.6,0.3L18.3,28.8l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.5,0.3,0.7l0.1,0.1L41.9,54 c0.1,0.1,0.3,0.2,0.5,0.2c0.4,0,0.8-0.3,0.8-0.8C43.2,53.2,43.1,53,43,52.8z",color:"#304654",borderColor:"#304654",borderWidth:1},emphasis:{label:{show:!0,color:"#c23531"},itemStyle:{color:"#c23531"},controlStyle:{color:"#c23531",borderColor:"#c23531",borderWidth:2}},data:[]}});r.mixin(a,o);var s=a;e.exports=s},ddb0:function(e,t,n){var r=n("da84"),i=n("fdbc"),o=n("e260"),a=n("9112"),s=n("b622"),l=s("iterator"),u=s("toStringTag"),c=o.values;for(var A in i){var h=r[A],d=h&&h.prototype;if(d){if(d[l]!==c)try{a(d,l,c)}catch(p){d[l]=c}if(d[u]||a(d,u,A),i[A])for(var f in o)if(d[f]!==o[f])try{a(d,f,o[f])}catch(p){d[f]=o[f]}}}},dded:function(e,t,n){var r=n("6d8b"),i=n("42e5"),o=function(e,t,n,r,o){this.x=null==e?.5:e,this.y=null==t?.5:t,this.r=null==n?.5:n,this.type="radial",this.global=o||!1,i.call(this,r)};o.prototype={constructor:o},r.inherits(o,i);var a=o;e.exports=a},de00:function(e,t){var n=2311;function r(){return n++}e.exports=r},de1c:function(e,t){var n={getBoxLayoutParams:function(){return{left:this.get("left"),top:this.get("top"),right:this.get("right"),bottom:this.get("bottom"),width:this.get("width"),height:this.get("height")}}};e.exports=n},de6e:function(e,t){function n(e){return e instanceof Array||(e=[e,e]),e}function r(e){e.eachSeriesByType("graph",(function(e){var t=e.getGraph(),r=e.getEdgeData(),i=n(e.get("edgeSymbol")),o=n(e.get("edgeSymbolSize")),a="lineStyle.color".split("."),s="lineStyle.opacity".split(".");r.setVisual("fromSymbol",i&&i[0]),r.setVisual("toSymbol",i&&i[1]),r.setVisual("fromSymbolSize",o&&o[0]),r.setVisual("toSymbolSize",o&&o[1]),r.setVisual("color",e.get(a)),r.setVisual("opacity",e.get(s)),r.each((function(e){var i=r.getItemModel(e),o=t.getEdgeByIndex(e),l=n(i.getShallow("symbol",!0)),u=n(i.getShallow("symbolSize",!0)),c=i.get(a),A=i.get(s);switch(c){case"source":c=o.node1.getVisual("color");break;case"target":c=o.node2.getVisual("color");break}l[0]&&o.setVisual("fromSymbol",l[0]),l[1]&&o.setVisual("toSymbol",l[1]),u[0]&&o.setVisual("fromSymbolSize",u[0]),u[1]&&o.setVisual("toSymbolSize",u[1]),o.setVisual("color",c),o.setVisual("opacity",A)}))}))}e.exports=r},df3a:function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("282b"),a=n("9e47"),s=n("3842"),l=n("2023"),u=i.extend({type:"baseParallelAxis",axis:null,activeIntervals:[],getAreaSelectStyle:function(){return o([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},setActiveIntervals:function(e){var t=this.activeIntervals=r.clone(e);if(t)for(var n=t.length-1;n>=0;n--)s.asc(t[n])},getActiveState:function(e){var t=this.activeIntervals;if(!t.length)return"normal";if(null==e||isNaN(e))return"inactive";if(1===t.length){var n=t[0];if(n[0]<=e&&e<=n[1])return"active"}else for(var r=0,i=t.length;r<i;r++)if(t[r][0]<=e&&e<=t[r][1])return"active";return"inactive"}}),c={type:"value",dim:null,areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function A(e,t){return t.type||(t.data?"category":"value")}r.merge(u.prototype,l),a("parallel",u,A,c);var h=u;e.exports=h},df70:function(e,t,n){var r=n("3eba"),i=n("6fda"),o=n("29a8"),a=n("2145"),s=o.toolbox.restore;function l(e){this.model=e}l.defaultOption={show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:s.title};var u=l.prototype;u.onclick=function(e,t,n){i.clear(e),t.dispatchAction({type:"restore",from:this.uid})},a.register("restore",l),r.registerAction({type:"restore",event:"restore",update:"prepareAndUpdate"},(function(e,t){t.resetOption("recreate")}));var c=l;e.exports=c},df75:function(e,t,n){var r=n("ca84"),i=n("7839");e.exports=Object.keys||function(e){return r(e,i)}},df7c:function(e,t,n){(function(e){function n(e,t){for(var n=0,r=e.length-1;r>=0;r--){var i=e[r];"."===i?e.splice(r,1):".."===i?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}function r(e){"string"!==typeof e&&(e+="");var t,n=0,r=-1,i=!0;for(t=e.length-1;t>=0;--t)if(47===e.charCodeAt(t)){if(!i){n=t+1;break}}else-1===r&&(i=!1,r=t+1);return-1===r?"":e.slice(n,r)}function i(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}t.resolve=function(){for(var t="",r=!1,o=arguments.length-1;o>=-1&&!r;o--){var a=o>=0?arguments[o]:e.cwd();if("string"!==typeof a)throw new TypeError("Arguments to path.resolve must be strings");a&&(t=a+"/"+t,r="/"===a.charAt(0))}return t=n(i(t.split("/"),(function(e){return!!e})),!r).join("/"),(r?"/":"")+t||"."},t.normalize=function(e){var r=t.isAbsolute(e),a="/"===o(e,-1);return e=n(i(e.split("/"),(function(e){return!!e})),!r).join("/"),e||r||(e="."),e&&a&&(e+="/"),(r?"/":"")+e},t.isAbsolute=function(e){return"/"===e.charAt(0)},t.join=function(){var e=Array.prototype.slice.call(arguments,0);return t.normalize(i(e,(function(e,t){if("string"!==typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))},t.relative=function(e,n){function r(e){for(var t=0;t<e.length;t++)if(""!==e[t])break;for(var n=e.length-1;n>=0;n--)if(""!==e[n])break;return t>n?[]:e.slice(t,n-t+1)}e=t.resolve(e).substr(1),n=t.resolve(n).substr(1);for(var i=r(e.split("/")),o=r(n.split("/")),a=Math.min(i.length,o.length),s=a,l=0;l<a;l++)if(i[l]!==o[l]){s=l;break}var u=[];for(l=s;l<i.length;l++)u.push("..");return u=u.concat(o.slice(s)),u.join("/")},t.sep="/",t.delimiter=":",t.dirname=function(e){if("string"!==typeof e&&(e+=""),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,r=-1,i=!0,o=e.length-1;o>=1;--o)if(t=e.charCodeAt(o),47===t){if(!i){r=o;break}}else i=!1;return-1===r?n?"/":".":n&&1===r?"/":e.slice(0,r)},t.basename=function(e,t){var n=r(e);return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n},t.extname=function(e){"string"!==typeof e&&(e+="");for(var t=-1,n=0,r=-1,i=!0,o=0,a=e.length-1;a>=0;--a){var s=e.charCodeAt(a);if(47!==s)-1===r&&(i=!1,r=a+1),46===s?-1===t?t=a:1!==o&&(o=1):-1!==t&&(o=-1);else if(!i){n=a+1;break}}return-1===t||-1===r||0===o||1===o&&t===r-1&&t===n+1?"":e.slice(t,r)};var o="b"==="ab".substr(-1)?function(e,t,n){return e.substr(t,n)}:function(e,t,n){return t<0&&(t=e.length+t),e.substr(t,n)}}).call(this,n("4362"))},dfe5:function(e,t){},e017:function(e,t,n){(function(t){(function(t,n){e.exports=n()})(0,(function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var n=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n};"undefined"!==typeof window?window:"undefined"!==typeof t||"undefined"!==typeof self&&self;function r(e,t){return t={exports:{}},e(t,t.exports),t.exports}var i=r((function(e,t){(function(t,n){e.exports=n()})(0,(function(){function e(e){var t=e&&"object"===typeof e;return t&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(e){return Array.isArray(e)?[]:{}}function n(n,r){var i=r&&!0===r.clone;return i&&e(n)?o(t(n),n,r):n}function r(t,r,i){var a=t.slice();return r.forEach((function(r,s){"undefined"===typeof a[s]?a[s]=n(r,i):e(r)?a[s]=o(t[s],r,i):-1===t.indexOf(r)&&a.push(n(r,i))})),a}function i(t,r,i){var a={};return e(t)&&Object.keys(t).forEach((function(e){a[e]=n(t[e],i)})),Object.keys(r).forEach((function(s){e(r[s])&&t[s]?a[s]=o(t[s],r[s],i):a[s]=n(r[s],i)})),a}function o(e,t,o){var a=Array.isArray(t),s=o||{arrayMerge:r},l=s.arrayMerge||r;return a?Array.isArray(e)?l(e,t,o):n(t,o):i(e,t,o)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}))})),o=r((function(e,t){var n={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}};t.default=n,e.exports=t.default})),a=function(e){return Object.keys(e).map((function(t){var n=e[t].toString().replace(/"/g,"&quot;");return t+'="'+n+'"'})).join(" ")},s=o.svg,l=o.xlink,u={};u[s.name]=s.uri,u[l.name]=l.uri;var c=function(e,t){void 0===e&&(e="");var n=i(u,t||{}),r=a(n);return"<svg "+r+">"+e+"</svg>"},A=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"===typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return n(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,r),t}(e);return A}))}).call(this,n("c8ba"))},e01a:function(e,t,n){"use strict";var r=n("23e7"),i=n("83ab"),o=n("da84"),a=n("5135"),s=n("861d"),l=n("9bf2").f,u=n("e893"),c=o.Symbol;if(i&&"function"==typeof c&&(!("description"in c.prototype)||void 0!==c().description)){var A={},h=function(){var e=arguments.length<1||void 0===arguments[0]?void 0:String(arguments[0]),t=this instanceof h?new c(e):void 0===e?c():c(e);return""===e&&(A[t]=!0),t};u(h,c);var d=h.prototype=c.prototype;d.constructor=h;var f=d.toString,p="Symbol(test)"==String(c("test")),g=/^Symbol\((.*)\)[^)]+$/;l(d,"description",{configurable:!0,get:function(){var e=s(this)?this.valueOf():this,t=f.call(e);if(a(A,e))return"";var n=p?t.slice(7,-1):t.replace(g,"$1");return""===n?void 0:n}}),r({global:!0,forced:!0},{Symbol:h})}},e057:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("2306"),a=n("c775"),s=a.getDefaultLabel,l=n("3301"),u=n("9d57"),c=u.getLayoutOnAxis,A=n("80f0"),h=n("4f85"),d=n("4319"),f=n("e887"),p=n("b0af"),g=p.createClipPath,v=n("aa3e"),m=n("00d8"),y=n("307b"),x=n("eaeb"),w=n("471e"),_=o.CACHED_LABEL_STYLE_PROPERTIES,b=["itemStyle"],B=["emphasis","itemStyle"],C=["label"],S=["emphasis","label"],E="e\0\0",M={cartesian2d:v,geo:m,singleAxis:y,polar:x,calendar:w};function I(e){var t,n=e.type;if("path"===n){var r=e.shape,i=null!=r.width&&null!=r.height?{x:r.x||0,y:r.y||0,width:r.width,height:r.height}:null,a=V(r);t=o.makePath(a,null,i,r.layout||"center"),t.__customPathData=a}else if("image"===n)t=new o.Image({}),t.__customImagePath=e.style.image;else if("text"===n)t=new o.Text({}),t.__customText=e.style.text;else if("group"===n)t=new o.Group;else{if("compoundPath"===n)throw new Error('"compoundPath" is not supported yet.');var s=o.getShapeClass(n);t=new s}return t.__customGraphicType=n,t.name=e.name,t}function T(e,t,n,r,a,s,l){var u={},c=n.style||{};if(n.shape&&(u.shape=i.clone(n.shape)),n.position&&(u.position=n.position.slice()),n.scale&&(u.scale=n.scale.slice()),n.origin&&(u.origin=n.origin.slice()),n.rotation&&(u.rotation=n.rotation),"image"===e.type&&n.style){var A=u.style={};i.each(["x","y","width","height"],(function(t){D(t,A,c,e.style,s)}))}if("text"===e.type&&n.style){A=u.style={};i.each(["x","y"],(function(t){D(t,A,c,e.style,s)})),!c.hasOwnProperty("textFill")&&c.fill&&(c.textFill=c.fill),!c.hasOwnProperty("textStroke")&&c.stroke&&(c.textStroke=c.stroke)}if("group"!==e.type&&(e.useStyle(c),s)){e.style.opacity=0;var h=c.opacity;null==h&&(h=1),o.initProps(e,{style:{opacity:h}},r,t)}s?e.attr(u):o.updateProps(e,u,r,t),n.hasOwnProperty("z2")&&e.attr("z2",n.z2||0),n.hasOwnProperty("silent")&&e.attr("silent",n.silent),n.hasOwnProperty("invisible")&&e.attr("invisible",n.invisible),n.hasOwnProperty("ignore")&&e.attr("ignore",n.ignore),n.hasOwnProperty("info")&&e.attr("info",n.info);var d=n.styleEmphasis;o.setElementHoverStyle(e,d),l&&o.setAsHighDownDispatcher(e,!1!==d)}function D(e,t,n,r,i){null==n[e]||i||(t[e]=n[e],n[e]=r[e])}function F(e,t,n,r){var a=e.get("renderItem"),l=e.coordinateSystem,u={};l&&(u=l.prepareCustoms?l.prepareCustoms():M[l.type](l));var A,h,d,f,p,g=i.defaults({getWidth:r.getWidth,getHeight:r.getHeight,getZr:r.getZr,getDevicePixelRatio:r.getDevicePixelRatio,value:x,style:w,styleEmphasis:_,visual:E,barLayout:I,currentSeriesIndices:T,font:D},u.api||{}),v={context:{},seriesId:e.id,seriesName:e.name,seriesIndex:e.seriesIndex,coordSys:u.coordSys,dataInsideLength:t.count(),encode:Q(e.getData())},m=!0;return function(e,n){return A=e,m=!0,a&&a(i.defaults({dataIndexInside:e,dataIndex:t.getRawIndex(e),actionType:n?n.type:null},v),g)};function y(e){null==e&&(e=A),m&&(h=t.getItemModel(e),d=h.getModel(C),f=h.getModel(S),p=t.getItemVisual(e,"color"),m=!1)}function x(e,n){return null==n&&(n=A),t.get(t.getDimension(e||0),n)}function w(n,r){null==r&&(r=A),y(r);var a=h.getModel(b).getItemStyle();null!=p&&(a.fill=p);var l=t.getItemVisual(r,"opacity");null!=l&&(a.opacity=l);var u=n?H(n,d):d;return o.setTextStyle(a,u,null,{autoColor:p,isRectText:!0}),a.text=u.getShallow("show")?i.retrieve2(e.getFormattedLabel(r,"normal"),s(t,r)):null,n&&R(a,n),a}function _(n,r){null==r&&(r=A),y(r);var a=h.getModel(B).getItemStyle(),l=n?H(n,f):f;return o.setTextStyle(a,l,null,{isRectText:!0},!0),a.text=l.getShallow("show")?i.retrieve3(e.getFormattedLabel(r,"emphasis"),e.getFormattedLabel(r,"normal"),s(t,r)):null,n&&R(a,n),a}function E(e,n){return null==n&&(n=A),t.getItemVisual(n,e)}function I(e){if(l.getBaseAxis){var t=l.getBaseAxis();return c(i.defaults({axis:t},e),r)}}function T(){return n.getCurrentSeriesIndices()}function D(e){return o.getFont(e,n)}}function Q(e){var t={};return i.each(e.dimensions,(function(n,r){var i=e.getDimensionInfo(n);if(!i.isExtraCoord){var o=i.coordDim,a=t[o]=t[o]||[];a[i.coordDimIndex]=r}})),t}function L(e,t,n,r,i,o){return e=U(e,t,n,r,i,o,!0),e&&o.setItemGraphicEl(t,e),e}function U(e,t,n,r,i,o,a){var s=!n;n=n||{};var l=n.type,u=n.shape,c=n.style;if(e&&(s||null!=l&&l!==e.__customGraphicType||"path"===l&&K(u)&&V(u)!==e.__customPathData||"image"===l&&G(c,"image")&&c.image!==e.__customImagePath||"text"===l&&G(u,"text")&&c.text!==e.__customText)&&(i.remove(e),e=null),!s){var A=!e;return!e&&(e=I(n)),T(e,t,n,r,o,A,a),"group"===l&&O(e,t,n,r,o),i.add(e),e}}function O(e,t,n,r,i){var o=n.children,a=o?o.length:0,s=n.$mergeChildren,l="byName"===s||n.diffChildrenByName,u=!1===s;if(a||l||u)if(l)N({oldChildren:e.children()||[],newChildren:o||[],dataIndex:t,animatableModel:r,group:e,data:i});else{u&&e.removeAll();for(var c=0;c<a;c++)o[c]&&U(e.childAt(c),t,o[c],r,e,i)}}function N(e){new A(e.oldChildren,e.newChildren,k,k,e).add(P).update(P).remove(z).execute()}function k(e,t){var n=e&&e.name;return null!=n?n:E+t}function P(e,t){var n=this.context,r=null!=e?n.newChildren[e]:null,i=null!=t?n.oldChildren[t]:null;U(i,n.dataIndex,r,n.animatableModel,n.group,n.data)}function H(e,t){var n=new d({},t);return i.each(_,(function(t,r){e.hasOwnProperty(t)&&(n.option[r]=e[t])})),n}function R(e,t){for(var n in t)!t.hasOwnProperty(n)&&_.hasOwnProperty(n)||(e[n]=t[n])}function z(e){var t=this.context,n=t.oldChildren[e];n&&t.group.remove(n)}function V(e){return e&&(e.pathData||e.d)}function K(e){return e&&(e.hasOwnProperty("pathData")||e.hasOwnProperty("d"))}function G(e,t){return e&&e.hasOwnProperty(t)}h.extend({type:"series.custom",dependencies:["grid","polar","geo","singleAxis","calendar"],defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,useTransform:!0,clip:!1},getInitialData:function(e,t){return l(this.getSource(),this)},getDataParams:function(e,t,n){var r=h.prototype.getDataParams.apply(this,arguments);return n&&(r.info=n.info),r}}),f.extend({type:"custom",_data:null,render:function(e,t,n,r){var i=this._data,o=e.getData(),a=this.group,s=F(e,o,t,n);o.diff(i).add((function(t){L(null,t,s(t,r),e,a,o)})).update((function(t,n){var l=i.getItemGraphicEl(n);L(l,t,s(t,r),e,a,o)})).remove((function(e){var t=i.getItemGraphicEl(e);t&&a.remove(t)})).execute();var l=e.get("clip",!0)?g(e.coordinateSystem,!1,e):null;l?a.setClipPath(l):a.removeClipPath(),this._data=o},incrementalPrepareRender:function(e,t,n){this.group.removeAll(),this._data=null},incrementalRender:function(e,t,n,r,i){var o=t.getData(),a=F(t,o,n,r);function s(e){e.isGroup||(e.incremental=!0,e.useHoverLayer=!0)}for(var l=e.start;l<e.end;l++){var u=L(null,l,a(l,i),t,this.group,o);u.traverse(s)}},dispose:i.noop,filterForExposedEvent:function(e,t,n,r){var i=t.element;if(null==i||n.name===i)return!0;while((n=n.parent)&&n!==this.group)if(n.name===i)return!0;return!1}})},e073:function(e,t,n){var r=n("6d8b"),i=n("e86a"),o=n("e0d3"),a=o.makeInner,s=n("697e"),l=s.makeLabelFormatter,u=s.getOptionCategoryInterval,c=s.shouldShowAllLabels,A=a();function h(e){return"category"===e.type?f(e):v(e)}function d(e,t){return"category"===e.type?g(e,t):{ticks:e.scale.getTicks()}}function f(e){var t=e.getLabelModel(),n=p(e,t);return!t.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:n.labelCategoryInterval}:n}function p(e,t){var n,i,o=m(e,"labels"),a=u(t),s=y(o,a);return s||(r.isFunction(a)?n=C(e,a):(i="auto"===a?w(e):a,n=B(e,i)),x(o,a,{labels:n,labelCategoryInterval:i}))}function g(e,t){var n,i,o=m(e,"ticks"),a=u(t),s=y(o,a);if(s)return s;if(t.get("show")&&!e.scale.isBlank()||(n=[]),r.isFunction(a))n=C(e,a,!0);else if("auto"===a){var l=p(e,e.getLabelModel());i=l.labelCategoryInterval,n=r.map(l.labels,(function(e){return e.tickValue}))}else i=a,n=B(e,i,!0);return x(o,a,{ticks:n,tickCategoryInterval:i})}function v(e){var t=e.scale.getTicks(),n=l(e);return{labels:r.map(t,(function(t,r){return{formattedLabel:n(t,r),rawLabel:e.scale.getLabel(t),tickValue:t}}))}}function m(e,t){return A(e)[t]||(A(e)[t]=[])}function y(e,t){for(var n=0;n<e.length;n++)if(e[n].key===t)return e[n].value}function x(e,t,n){return e.push({key:t,value:n}),n}function w(e){var t=A(e).autoInterval;return null!=t?t:A(e).autoInterval=e.calculateCategoryInterval()}function _(e){var t=b(e),n=l(e),r=(t.axisRotate-t.labelRotate)/180*Math.PI,o=e.scale,a=o.getExtent(),s=o.count();if(a[1]-a[0]<1)return 0;var u=1;s>40&&(u=Math.max(1,Math.floor(s/40)));for(var c=a[0],h=e.dataToCoord(c+1)-e.dataToCoord(c),d=Math.abs(h*Math.cos(r)),f=Math.abs(h*Math.sin(r)),p=0,g=0;c<=a[1];c+=u){var v=0,m=0,y=i.getBoundingRect(n(c),t.font,"center","top");v=1.3*y.width,m=1.3*y.height,p=Math.max(p,v,7),g=Math.max(g,m,7)}var x=p/d,w=g/f;isNaN(x)&&(x=1/0),isNaN(w)&&(w=1/0);var _=Math.max(0,Math.floor(Math.min(x,w))),B=A(e.model),C=e.getExtent(),S=B.lastAutoInterval,E=B.lastTickCount;return null!=S&&null!=E&&Math.abs(S-_)<=1&&Math.abs(E-s)<=1&&S>_&&B.axisExtend0===C[0]&&B.axisExtend1===C[1]?_=S:(B.lastTickCount=s,B.lastAutoInterval=_,B.axisExtend0=C[0],B.axisExtend1=C[1]),_}function b(e){var t=e.getLabelModel();return{axisRotate:e.getRotate?e.getRotate():e.isHorizontal&&!e.isHorizontal()?90:0,labelRotate:t.get("rotate")||0,font:t.getFont()}}function B(e,t,n){var r=l(e),i=e.scale,o=i.getExtent(),a=e.getLabelModel(),s=[],u=Math.max((t||0)+1,1),A=o[0],h=i.count();0!==A&&u>1&&h/u>2&&(A=Math.round(Math.ceil(A/u)*u));var d=c(e),f=a.get("showMinLabel")||d,p=a.get("showMaxLabel")||d;f&&A!==o[0]&&v(o[0]);for(var g=A;g<=o[1];g+=u)v(g);function v(e){s.push(n?e:{formattedLabel:r(e),rawLabel:i.getLabel(e),tickValue:e})}return p&&g-u!==o[1]&&v(o[1]),s}function C(e,t,n){var i=e.scale,o=l(e),a=[];return r.each(i.getTicks(),(function(e){var r=i.getLabel(e);t(e,r)&&a.push(n?e:{formattedLabel:o(e),rawLabel:r,tickValue:e})})),a}t.createAxisLabels=h,t.createAxisTicks=d,t.calculateCategoryInterval=_},e0d3:function(e,t,n){var r=n("6d8b"),i=n("22d1"),o=r.each,a=r.isObject,s=r.isArray,l="series\0";function u(e){return e instanceof Array?e:null==e?[]:[e]}function c(e,t,n){if(e){e[t]=e[t]||{},e.emphasis=e.emphasis||{},e.emphasis[t]=e.emphasis[t]||{};for(var r=0,i=n.length;r<i;r++){var o=n[r];!e.emphasis[t].hasOwnProperty(o)&&e[t].hasOwnProperty(o)&&(e.emphasis[t][o]=e[t][o])}}}var A=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"];function h(e){return!a(e)||s(e)||e instanceof Date?e:e.value}function d(e){return a(e)&&!(e instanceof Array)}function f(e,t){t=(t||[]).slice();var n=r.map(e||[],(function(e,t){return{exist:e}}));return o(t,(function(e,r){if(a(e)){for(var i=0;i<n.length;i++)if(!n[i].option&&null!=e.id&&n[i].exist.id===e.id+"")return n[i].option=e,void(t[r]=null);for(i=0;i<n.length;i++){var o=n[i].exist;if(!n[i].option&&(null==o.id||null==e.id)&&null!=e.name&&!v(e)&&!v(o)&&o.name===e.name+"")return n[i].option=e,void(t[r]=null)}}})),o(t,(function(e,t){if(a(e)){for(var r=0;r<n.length;r++){var i=n[r].exist;if(!n[r].option&&!v(i)&&null==e.id){n[r].option=e;break}}r>=n.length&&n.push({option:e})}})),n}function p(e){var t=r.createHashMap();o(e,(function(e,n){var r=e.exist;r&&t.set(r.id,e)})),o(e,(function(e,n){var i=e.option;r.assert(!i||null==i.id||!t.get(i.id)||t.get(i.id)===e,"id duplicates: "+(i&&i.id)),i&&null!=i.id&&t.set(i.id,e),!e.keyInfo&&(e.keyInfo={})})),o(e,(function(e,n){var r=e.exist,i=e.option,o=e.keyInfo;if(a(i)){if(o.name=null!=i.name?i.name+"":r?r.name:l+n,r)o.id=r.id;else if(null!=i.id)o.id=i.id+"";else{var s=0;do{o.id="\0"+o.name+"\0"+s++}while(t.get(o.id))}t.set(o.id,e)}}))}function g(e){var t=e.name;return!(!t||!t.indexOf(l))}function v(e){return a(e)&&e.id&&0===(e.id+"").indexOf("\0_ec_\0")}function m(e,t){var n={},r={};return i(e||[],n),i(t||[],r,n),[o(n),o(r)];function i(e,t,n){for(var r=0,i=e.length;r<i;r++)for(var o=e[r].seriesId,a=u(e[r].dataIndex),s=n&&n[o],l=0,c=a.length;l<c;l++){var A=a[l];s&&s[A]?s[A]=null:(t[o]||(t[o]={}))[A]=1}}function o(e,t){var n=[];for(var r in e)if(e.hasOwnProperty(r)&&null!=e[r])if(t)n.push(+r);else{var i=o(e[r],!0);i.length&&n.push({seriesId:r,dataIndex:i})}return n}}function y(e,t){return null!=t.dataIndexInside?t.dataIndexInside:null!=t.dataIndex?r.isArray(t.dataIndex)?r.map(t.dataIndex,(function(t){return e.indexOfRawIndex(t)})):e.indexOfRawIndex(t.dataIndex):null!=t.name?r.isArray(t.name)?r.map(t.name,(function(t){return e.indexOfName(t)})):e.indexOfName(t.name):void 0}function x(){var e="__\0ec_inner_"+w+++"_"+Math.random().toFixed(5);return function(t){return t[e]||(t[e]={})}}var w=0;function _(e,t,n){if(r.isString(t)){var i={};i[t+"Index"]=0,t=i}var a=n&&n.defaultMainType;!a||b(t,a+"Index")||b(t,a+"Id")||b(t,a+"Name")||(t[a+"Index"]=0);var s={};return o(t,(function(i,o){i=t[o];if("dataIndex"!==o&&"dataIndexInside"!==o){var a=o.match(/^(\w+)(Index|Id|Name)$/)||[],l=a[1],u=(a[2]||"").toLowerCase();if(!(!l||!u||null==i||"index"===u&&"none"===i||n&&n.includeMainTypes&&r.indexOf(n.includeMainTypes,l)<0)){var c={mainType:l};"index"===u&&"all"===i||(c[u]=i);var A=e.queryComponents(c);s[l+"Models"]=A,s[l+"Model"]=A[0]}}else s[o]=i})),s}function b(e,t){return e&&e.hasOwnProperty(t)}function B(e,t,n){e.setAttribute?e.setAttribute(t,n):e[t]=n}function C(e,t){return e.getAttribute?e.getAttribute(t):e[t]}function S(e){return"auto"===e?i.domSupported?"html":"richText":e||"html"}function E(e,t){var n=r.createHashMap(),i=[];return r.each(e,(function(e){var r=t(e);(n.get(r)||(i.push(r),n.set(r,[]))).push(e)})),{keys:i,buckets:n}}t.normalizeToArray=u,t.defaultEmphasis=c,t.TEXT_STYLE_OPTIONS=A,t.getDataItemValue=h,t.isDataItemOption=d,t.mappingToExists=f,t.makeIdAndName=p,t.isNameSpecified=g,t.isIdInner=v,t.compressBatches=m,t.queryDataIndex=y,t.makeInner=x,t.parseFinder=_,t.setAttribute=B,t.getAttribute=C,t.getTooltipRenderMode=S,t.groupData=E},e0d8:function(e,t,n){var r=n("625e");function i(e){this._setting=e||{},this._extent=[1/0,-1/0],this._interval=0,this.init&&this.init.apply(this,arguments)}i.prototype.parse=function(e){return e},i.prototype.getSetting=function(e){return this._setting[e]},i.prototype.contain=function(e){var t=this._extent;return e>=t[0]&&e<=t[1]},i.prototype.normalize=function(e){var t=this._extent;return t[1]===t[0]?.5:(e-t[0])/(t[1]-t[0])},i.prototype.scale=function(e){var t=this._extent;return e*(t[1]-t[0])+t[0]},i.prototype.unionExtent=function(e){var t=this._extent;e[0]<t[0]&&(t[0]=e[0]),e[1]>t[1]&&(t[1]=e[1])},i.prototype.unionExtentFromData=function(e,t){this.unionExtent(e.getApproximateExtent(t))},i.prototype.getExtent=function(){return this._extent.slice()},i.prototype.setExtent=function(e,t){var n=this._extent;isNaN(e)||(n[0]=e),isNaN(t)||(n[1]=t)},i.prototype.isBlank=function(){return this._isBlank},i.prototype.setBlank=function(e){this._isBlank=e},i.prototype.getLabel=null,r.enableClassExtend(i),r.enableClassManagement(i,{registerWhenExtend:!0});var o=i;e.exports=o},e163:function(e,t,n){var r=n("5135"),i=n("7b0b"),o=n("f772"),a=n("e177"),s=o("IE_PROTO"),l=Object.prototype;e.exports=a?Object.getPrototypeOf:function(e){return e=i(e),r(e,s)?e[s]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?l:null}},e177:function(e,t,n){var r=n("d039");e.exports=!r((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))},e198:function(e,t,n){var r=n("ef08"),i=n("5524"),o=n("e444"),a=n("fcd4"),s=n("1a14").f;e.exports=function(e){var t=i.Symbol||(i.Symbol=o?{}:r.Symbol||{});"_"==e.charAt(0)||e in t||s(t,e,{value:a.f(e)})}},e1fc:function(e,t,n){var r=n("6d8b"),i=n("d5b7"),o=n("9850"),a=function(e){for(var t in e=e||{},i.call(this,e),e)e.hasOwnProperty(t)&&(this[t]=e[t]);this._children=[],this.__storage=null,this.__dirty=!0};a.prototype={constructor:a,isGroup:!0,type:"group",silent:!1,children:function(){return this._children.slice()},childAt:function(e){return this._children[e]},childOfName:function(e){for(var t=this._children,n=0;n<t.length;n++)if(t[n].name===e)return t[n]},childCount:function(){return this._children.length},add:function(e){return e&&e!==this&&e.parent!==this&&(this._children.push(e),this._doAdd(e)),this},addBefore:function(e,t){if(e&&e!==this&&e.parent!==this&&t&&t.parent===this){var n=this._children,r=n.indexOf(t);r>=0&&(n.splice(r,0,e),this._doAdd(e))}return this},_doAdd:function(e){e.parent&&e.parent.remove(e),e.parent=this;var t=this.__storage,n=this.__zr;t&&t!==e.__storage&&(t.addToStorage(e),e instanceof a&&e.addChildrenToStorage(t)),n&&n.refresh()},remove:function(e){var t=this.__zr,n=this.__storage,i=this._children,o=r.indexOf(i,e);return o<0||(i.splice(o,1),e.parent=null,n&&(n.delFromStorage(e),e instanceof a&&e.delChildrenFromStorage(n)),t&&t.refresh()),this},removeAll:function(){var e,t,n=this._children,r=this.__storage;for(t=0;t<n.length;t++)e=n[t],r&&(r.delFromStorage(e),e instanceof a&&e.delChildrenFromStorage(r)),e.parent=null;return n.length=0,this},eachChild:function(e,t){for(var n=this._children,r=0;r<n.length;r++){var i=n[r];e.call(t,i,r)}return this},traverse:function(e,t){for(var n=0;n<this._children.length;n++){var r=this._children[n];e.call(t,r),"group"===r.type&&r.traverse(e,t)}return this},addChildrenToStorage:function(e){for(var t=0;t<this._children.length;t++){var n=this._children[t];e.addToStorage(n),n instanceof a&&n.addChildrenToStorage(e)}},delChildrenFromStorage:function(e){for(var t=0;t<this._children.length;t++){var n=this._children[t];e.delFromStorage(n),n instanceof a&&n.delChildrenFromStorage(e)}},dirty:function(){return this.__dirty=!0,this.__zr&&this.__zr.refresh(),this},getBoundingRect:function(e){for(var t=null,n=new o(0,0,0,0),r=e||this._children,i=[],a=0;a<r.length;a++){var s=r[a];if(!s.ignore&&!s.invisible){var l=s.getBoundingRect(),u=s.getLocalTransform(i);u?(n.copy(l),n.applyTransform(u),t=t||n.clone(),t.union(n)):(t=t||l.clone(),t.union(l))}}return t||n}},r.inherits(a,i);var s=a;e.exports=s},e260:function(e,t,n){"use strict";var r=n("fc6a"),i=n("44d2"),o=n("3f8c"),a=n("69f3"),s=n("7dd0"),l="Array Iterator",u=a.set,c=a.getterFor(l);e.exports=s(Array,"Array",(function(e,t){u(this,{type:l,target:r(e),index:0,kind:t})}),(function(){var e=c(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),o.Arguments=o.Array,i("keys"),i("values"),i("entries")},e263:function(e,t,n){var r=n("401b"),i=n("4a3f"),o=Math.min,a=Math.max,s=Math.sin,l=Math.cos,u=2*Math.PI,c=r.create(),A=r.create(),h=r.create();function d(e,t,n){if(0!==e.length){var r,i=e[0],s=i[0],l=i[0],u=i[1],c=i[1];for(r=1;r<e.length;r++)i=e[r],s=o(s,i[0]),l=a(l,i[0]),u=o(u,i[1]),c=a(c,i[1]);t[0]=s,t[1]=u,n[0]=l,n[1]=c}}function f(e,t,n,r,i,s){i[0]=o(e,n),i[1]=o(t,r),s[0]=a(e,n),s[1]=a(t,r)}var p=[],g=[];function v(e,t,n,r,s,l,u,c,A,h){var d,f=i.cubicExtrema,v=i.cubicAt,m=f(e,n,s,u,p);for(A[0]=1/0,A[1]=1/0,h[0]=-1/0,h[1]=-1/0,d=0;d<m;d++){var y=v(e,n,s,u,p[d]);A[0]=o(y,A[0]),h[0]=a(y,h[0])}for(m=f(t,r,l,c,g),d=0;d<m;d++){var x=v(t,r,l,c,g[d]);A[1]=o(x,A[1]),h[1]=a(x,h[1])}A[0]=o(e,A[0]),h[0]=a(e,h[0]),A[0]=o(u,A[0]),h[0]=a(u,h[0]),A[1]=o(t,A[1]),h[1]=a(t,h[1]),A[1]=o(c,A[1]),h[1]=a(c,h[1])}function m(e,t,n,r,s,l,u,c){var A=i.quadraticExtremum,h=i.quadraticAt,d=a(o(A(e,n,s),1),0),f=a(o(A(t,r,l),1),0),p=h(e,n,s,d),g=h(t,r,l,f);u[0]=o(e,s,p),u[1]=o(t,l,g),c[0]=a(e,s,p),c[1]=a(t,l,g)}function y(e,t,n,i,o,a,d,f,p){var g=r.min,v=r.max,m=Math.abs(o-a);if(m%u<1e-4&&m>1e-4)return f[0]=e-n,f[1]=t-i,p[0]=e+n,void(p[1]=t+i);if(c[0]=l(o)*n+e,c[1]=s(o)*i+t,A[0]=l(a)*n+e,A[1]=s(a)*i+t,g(f,c,A),v(p,c,A),o%=u,o<0&&(o+=u),a%=u,a<0&&(a+=u),o>a&&!d?a+=u:o<a&&d&&(o+=u),d){var y=a;a=o,o=y}for(var x=0;x<a;x+=Math.PI/2)x>o&&(h[0]=l(x)*n+e,h[1]=s(x)*i+t,g(f,h,f),v(p,h,p))}t.fromPoints=d,t.fromLine=f,t.fromCubic=v,t.fromQuadratic=m,t.fromArc=y},e2cc:function(e,t,n){var r=n("6eeb");e.exports=function(e,t,n){for(var i in t)r(e,i,t[i],n);return e}},e34a:function(e,t,n){var r=n("8b1a")("meta"),i=n("7a41"),o=n("9c0e"),a=n("1a14").f,s=0,l=Object.isExtensible||function(){return!0},u=!n("4b8b")((function(){return l(Object.preventExtensions({}))})),c=function(e){a(e,r,{value:{i:"O"+ ++s,w:{}}})},A=function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,r)){if(!l(e))return"F";if(!t)return"E";c(e)}return e[r].i},h=function(e,t){if(!o(e,r)){if(!l(e))return!0;if(!t)return!1;c(e)}return e[r].w},d=function(e){return u&&f.NEED&&l(e)&&!o(e,r)&&c(e),e},f=e.exports={KEY:r,NEED:!1,fastKey:A,getWeak:h,onFreeze:d}},e439:function(e,t,n){var r=n("23e7"),i=n("d039"),o=n("fc6a"),a=n("06cf").f,s=n("83ab"),l=i((function(){a(1)})),u=!s||l;r({target:"Object",stat:!0,forced:u,sham:!s},{getOwnPropertyDescriptor:function(e,t){return a(o(e),t)}})},e444:function(e,t){e.exports=!0},e468:function(e,t,n){var r=n("e46b"),i=n("6d8b"),o=n("2f45"),a=o.getDimensionTypeByAxis,s=n("0f99"),l=s.makeSeriesEncodeForAxisCoordSys,u={_baseAxisDim:null,getInitialData:function(e,t){var n,o,s=t.getComponent("xAxis",this.get("xAxisIndex")),u=t.getComponent("yAxis",this.get("yAxisIndex")),c=s.get("type"),A=u.get("type");"category"===c?(e.layout="horizontal",n=s.getOrdinalMeta(),o=!0):"category"===A?(e.layout="vertical",n=u.getOrdinalMeta(),o=!0):e.layout=e.layout||"horizontal";var h=["x","y"],d="horizontal"===e.layout?0:1,f=this._baseAxisDim=h[d],p=h[1-d],g=[s,u],v=g[d].get("type"),m=g[1-d].get("type"),y=e.data;if(y&&o){var x=[];i.each(y,(function(e,t){var n;e.value&&i.isArray(e.value)?(n=e.value.slice(),e.value.unshift(t)):i.isArray(e)?(n=e.slice(),e.unshift(t)):n=e,x.push(n)})),e.data=x}var w=this.defaultValueDimensions,_=[{name:f,type:a(v),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:p,type:a(m),dimsDef:w.slice()}];return r(this,{coordDimensions:_,dimensionsCount:w.length+1,encodeDefaulter:i.curry(l,_,this)})},getBaseAxis:function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis}};t.seriesModelMixin=u},e46b:function(e,t,n){var r=n("b1d4"),i=n("6179"),o=n("6d8b"),a=o.extend,s=o.isArray;function l(e,t,n){t=s(t)&&{coordDimensions:t}||a({},t);var o=e.getSource(),l=r(o,t),u=new i(l,e);return u.initData(o,n),u}e.exports=l},e47b:function(e,t,n){var r=n("e0d3"),i=r.makeInner,o=r.normalizeToArray,a=i();function s(e,t){for(var n=e.length,r=0;r<n;r++)if(e[r].length>t)return e[r];return e[n-1]}var l={clearColorPalette:function(){a(this).colorIdx=0,a(this).colorNameMap={}},getColorFromPalette:function(e,t,n){t=t||this;var r=a(t),i=r.colorIdx||0,l=r.colorNameMap=r.colorNameMap||{};if(l.hasOwnProperty(e))return l[e];var u=o(this.get("color",!0)),c=this.get("colorLayer",!0),A=null!=n&&c?s(c,n):u;if(A=A||u,A&&A.length){var h=A[i];return e&&(l[e]=h),r.colorIdx=(i+1)%A.length,h}}};e.exports=l},e4d1:function(e,t,n){n("6932"),n("3a56"),n("7dcf"),n("3790"),n("2325"),n("2c17"),n("9e87")},e507:function(e,t,n){var r=n("512c");r(r.S+r.F,"Object",{assign:n("072d")})},e538:function(e,t,n){var r=n("b622");t.f=r},e667:function(e,t){e.exports=function(e){try{return{error:!1,value:e()}}catch(t){return{error:!0,value:t}}}},e683:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},e6cd:function(e,t,n){var r=n("6d8b");function i(){var e,t=[],n={};return{add:function(e,i,o,a,s){return r.isString(a)&&(s=a,a=0),!n[e.id]&&(n[e.id]=1,t.push({el:e,target:i,time:o,delay:a,easing:s}),!0)},done:function(t){return e=t,this},start:function(){for(var r=t.length,i=0,o=t.length;i<o;i++){var a=t[i];a.el.animateTo(a.target,a.time,a.delay,a.easing,s)}return this;function s(){r--,r||(t.length=0,n={},e&&e())}}}}t.createWrap=i},e6cf:function(e,t,n){"use strict";var r,i,o,a,s=n("23e7"),l=n("c430"),u=n("da84"),c=n("d066"),A=n("fea9"),h=n("6eeb"),d=n("e2cc"),f=n("d44e"),p=n("2626"),g=n("861d"),v=n("1c0b"),m=n("19aa"),y=n("c6b6"),x=n("8925"),w=n("2266"),_=n("1c7e"),b=n("4840"),B=n("2cf49").set,C=n("b575"),S=n("cdf9"),E=n("44de"),M=n("f069"),I=n("e667"),T=n("69f3"),D=n("94ca"),F=n("b622"),Q=n("2d00"),L=F("species"),U="Promise",O=T.get,N=T.set,k=T.getterFor(U),P=A,H=u.TypeError,R=u.document,z=u.process,V=c("fetch"),K=M.f,G=K,j="process"==y(z),W=!!(R&&R.createEvent&&u.dispatchEvent),X="unhandledrejection",Y="rejectionhandled",q=0,J=1,Z=2,$=1,ee=2,te=D(U,(function(){var e=x(P)!==String(P);if(!e){if(66===Q)return!0;if(!j&&"function"!=typeof PromiseRejectionEvent)return!0}if(l&&!P.prototype["finally"])return!0;if(Q>=51&&/native code/.test(P))return!1;var t=P.resolve(1),n=function(e){e((function(){}),(function(){}))},r=t.constructor={};return r[L]=n,!(t.then((function(){}))instanceof n)})),ne=te||!_((function(e){P.all(e)["catch"]((function(){}))})),re=function(e){var t;return!(!g(e)||"function"!=typeof(t=e.then))&&t},ie=function(e,t,n){if(!t.notified){t.notified=!0;var r=t.reactions;C((function(){var i=t.value,o=t.state==J,a=0;while(r.length>a){var s,l,u,c=r[a++],A=o?c.ok:c.fail,h=c.resolve,d=c.reject,f=c.domain;try{A?(o||(t.rejection===ee&&le(e,t),t.rejection=$),!0===A?s=i:(f&&f.enter(),s=A(i),f&&(f.exit(),u=!0)),s===c.promise?d(H("Promise-chain cycle")):(l=re(s))?l.call(s,h,d):h(s)):d(i)}catch(p){f&&!u&&f.exit(),d(p)}}t.reactions=[],t.notified=!1,n&&!t.rejection&&ae(e,t)}))}},oe=function(e,t,n){var r,i;W?(r=R.createEvent("Event"),r.promise=t,r.reason=n,r.initEvent(e,!1,!0),u.dispatchEvent(r)):r={promise:t,reason:n},(i=u["on"+e])?i(r):e===X&&E("Unhandled promise rejection",n)},ae=function(e,t){B.call(u,(function(){var n,r=t.value,i=se(t);if(i&&(n=I((function(){j?z.emit("unhandledRejection",r,e):oe(X,e,r)})),t.rejection=j||se(t)?ee:$,n.error))throw n.value}))},se=function(e){return e.rejection!==$&&!e.parent},le=function(e,t){B.call(u,(function(){j?z.emit("rejectionHandled",e):oe(Y,e,t.value)}))},ue=function(e,t,n,r){return function(i){e(t,n,i,r)}},ce=function(e,t,n,r){t.done||(t.done=!0,r&&(t=r),t.value=n,t.state=Z,ie(e,t,!0))},Ae=function(e,t,n,r){if(!t.done){t.done=!0,r&&(t=r);try{if(e===n)throw H("Promise can't be resolved itself");var i=re(n);i?C((function(){var r={done:!1};try{i.call(n,ue(Ae,e,r,t),ue(ce,e,r,t))}catch(o){ce(e,r,o,t)}})):(t.value=n,t.state=J,ie(e,t,!1))}catch(o){ce(e,{done:!1},o,t)}}};te&&(P=function(e){m(this,P,U),v(e),r.call(this);var t=O(this);try{e(ue(Ae,this,t),ue(ce,this,t))}catch(n){ce(this,t,n)}},r=function(e){N(this,{type:U,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:q,value:void 0})},r.prototype=d(P.prototype,{then:function(e,t){var n=k(this),r=K(b(this,P));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=j?z.domain:void 0,n.parent=!0,n.reactions.push(r),n.state!=q&&ie(this,n,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),i=function(){var e=new r,t=O(e);this.promise=e,this.resolve=ue(Ae,e,t),this.reject=ue(ce,e,t)},M.f=K=function(e){return e===P||e===o?new i(e):G(e)},l||"function"!=typeof A||(a=A.prototype.then,h(A.prototype,"then",(function(e,t){var n=this;return new P((function(e,t){a.call(n,e,t)})).then(e,t)}),{unsafe:!0}),"function"==typeof V&&s({global:!0,enumerable:!0,forced:!0},{fetch:function(e){return S(P,V.apply(u,arguments))}}))),s({global:!0,wrap:!0,forced:te},{Promise:P}),f(P,U,!1,!0),p(U),o=c(U),s({target:U,stat:!0,forced:te},{reject:function(e){var t=K(this);return t.reject.call(void 0,e),t.promise}}),s({target:U,stat:!0,forced:l||te},{resolve:function(e){return S(l&&this===o?P:this,e)}}),s({target:U,stat:!0,forced:ne},{all:function(e){var t=this,n=K(t),r=n.resolve,i=n.reject,o=I((function(){var n=v(t.resolve),o=[],a=0,s=1;w(e,(function(e){var l=a++,u=!1;o.push(void 0),s++,n.call(t,e).then((function(e){u||(u=!0,o[l]=e,--s||r(o))}),i)})),--s||r(o)}));return o.error&&i(o.value),n.promise},race:function(e){var t=this,n=K(t),r=n.reject,i=I((function(){var i=v(t.resolve);w(e,(function(e){i.call(t,e).then(n.resolve,r)}))}));return i.error&&r(i.value),n.promise}})},e7aa:function(e,t,n){var r=n("2306"),i=n("c775"),o=i.getDefaultLabel;function a(e,t,n,i,a,l,u){var c=n.getModel("label"),A=n.getModel("emphasis.label");r.setLabelStyle(e,t,c,A,{labelFetcher:a,labelDataIndex:l,defaultText:o(a.getData(),l),isRectText:!0,autoColor:i}),s(e),s(t)}function s(e,t){"outside"===e.textPosition&&(e.textPosition=t)}t.setLabel=a},e7d2:function(e,t,n){var r=n("4a3f");function i(e,t,n,i,o,a,s,l,u,c,A){if(0===u)return!1;var h=u;if(A>t+h&&A>i+h&&A>a+h&&A>l+h||A<t-h&&A<i-h&&A<a-h&&A<l-h||c>e+h&&c>n+h&&c>o+h&&c>s+h||c<e-h&&c<n-h&&c<o-h&&c<s-h)return!1;var d=r.cubicProjectPoint(e,t,n,i,o,a,s,l,c,A,null);return d<=h/2}t.containStroke=i},e86a:function(e,t,n){var r=n("9850"),i=n("5e76"),o=n("6d8b"),a=o.getContext,s=o.extend,l=o.retrieve2,u=o.retrieve3,c=o.trim,A={},h=0,d=5e3,f=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g,p="12px sans-serif",g={};function v(e,t){g[e]=t}function m(e,t){t=t||p;var n=e+":"+t;if(A[n])return A[n];for(var r=(e+"").split("\n"),i=0,o=0,a=r.length;o<a;o++)i=Math.max(D(r[o],t).width,i);return h>d&&(h=0,A={}),h++,A[n]=i,i}function y(e,t,n,r,i,o,a,s){return a?w(e,t,n,r,i,o,a,s):x(e,t,n,r,i,o,s)}function x(e,t,n,i,o,a,s){var l=F(e,t,o,a,s),u=m(e,t);o&&(u+=o[1]+o[3]);var c=l.outerHeight,A=_(0,u,n),h=b(0,c,i),d=new r(A,h,u,c);return d.lineHeight=l.lineHeight,d}function w(e,t,n,i,o,a,s,l){var u=Q(e,{rich:s,truncate:l,font:t,textAlign:n,textPadding:o,textLineHeight:a}),c=u.outerWidth,A=u.outerHeight,h=_(0,c,n),d=b(0,A,i);return new r(h,d,c,A)}function _(e,t,n){return"right"===n?e-=t:"center"===n&&(e-=t/2),e}function b(e,t,n){return"middle"===n?e-=t/2:"bottom"===n&&(e-=t),e}function B(e,t,n){var r=t.textPosition,i=t.textDistance,o=n.x,a=n.y;i=i||0;var s=n.height,l=n.width,u=s/2,c="left",A="top";switch(r){case"left":o-=i,a+=u,c="right",A="middle";break;case"right":o+=i+l,a+=u,A="middle";break;case"top":o+=l/2,a-=i,c="center",A="bottom";break;case"bottom":o+=l/2,a+=s+i,c="center";break;case"inside":o+=l/2,a+=u,c="center",A="middle";break;case"insideLeft":o+=i,a+=u,A="middle";break;case"insideRight":o+=l-i,a+=u,c="right",A="middle";break;case"insideTop":o+=l/2,a+=i,c="center";break;case"insideBottom":o+=l/2,a+=s-i,c="center",A="bottom";break;case"insideTopLeft":o+=i,a+=i;break;case"insideTopRight":o+=l-i,a+=i,c="right";break;case"insideBottomLeft":o+=i,a+=s-i,A="bottom";break;case"insideBottomRight":o+=l-i,a+=s-i,c="right",A="bottom";break}return e=e||{},e.x=o,e.y=a,e.textAlign=c,e.textVerticalAlign=A,e}function C(e,t,n){var r={textPosition:e,textDistance:n};return B({},r,t)}function S(e,t,n,r,i){if(!t)return"";var o=(e+"").split("\n");i=E(t,n,r,i);for(var a=0,s=o.length;a<s;a++)o[a]=M(o[a],i);return o.join("\n")}function E(e,t,n,r){r=s({},r),r.font=t;n=l(n,"...");r.maxIterations=l(r.maxIterations,2);var i=r.minChar=l(r.minChar,0);r.cnCharWidth=m("国",t);var o=r.ascCharWidth=m("a",t);r.placeholder=l(r.placeholder,"");for(var a=e=Math.max(0,e-1),u=0;u<i&&a>=o;u++)a-=o;var c=m(n,t);return c>a&&(n="",c=0),a=e-c,r.ellipsis=n,r.ellipsisWidth=c,r.contentWidth=a,r.containerWidth=e,r}function M(e,t){var n=t.containerWidth,r=t.font,i=t.contentWidth;if(!n)return"";var o=m(e,r);if(o<=n)return e;for(var a=0;;a++){if(o<=i||a>=t.maxIterations){e+=t.ellipsis;break}var s=0===a?I(e,i,t.ascCharWidth,t.cnCharWidth):o>0?Math.floor(e.length*i/o):0;e=e.substr(0,s),o=m(e,r)}return""===e&&(e=t.placeholder),e}function I(e,t,n,r){for(var i=0,o=0,a=e.length;o<a&&i<t;o++){var s=e.charCodeAt(o);i+=0<=s&&s<=127?n:r}return o}function T(e){return m("国",e)}function D(e,t){return g.measureText(e,t)}function F(e,t,n,r,i){null!=e&&(e+="");var o=l(r,T(t)),a=e?e.split("\n"):[],s=a.length*o,u=s,c=!0;if(n&&(u+=n[0]+n[2]),e&&i){c=!1;var A=i.outerHeight,h=i.outerWidth;if(null!=A&&u>A)e="",a=[];else if(null!=h)for(var d=E(h-(n?n[1]+n[3]:0),t,i.ellipsis,{minChar:i.minChar,placeholder:i.placeholder}),f=0,p=a.length;f<p;f++)a[f]=M(a[f],d)}return{lines:a,height:s,outerHeight:u,lineHeight:o,canCacheByTextString:c}}function Q(e,t){var n={lines:[],width:0,height:0};if(null!=e&&(e+=""),!e)return n;var r,o=f.lastIndex=0;while(null!=(r=f.exec(e))){var a=r.index;a>o&&L(n,e.substring(o,a)),L(n,r[2],r[1]),o=f.lastIndex}o<e.length&&L(n,e.substring(o,e.length));var s=n.lines,c=0,A=0,h=[],d=t.textPadding,p=t.truncate,g=p&&p.outerWidth,v=p&&p.outerHeight;d&&(null!=g&&(g-=d[1]+d[3]),null!=v&&(v-=d[0]+d[2]));for(var y=0;y<s.length;y++){for(var x=s[y],w=0,_=0,b=0;b<x.tokens.length;b++){var B=x.tokens[b],C=B.styleName&&t.rich[B.styleName]||{},E=B.textPadding=C.textPadding,M=B.font=C.font||t.font,I=B.textHeight=l(C.textHeight,T(M));if(E&&(I+=E[0]+E[2]),B.height=I,B.lineHeight=u(C.textLineHeight,t.textLineHeight,I),B.textAlign=C&&C.textAlign||t.textAlign,B.textVerticalAlign=C&&C.textVerticalAlign||"middle",null!=v&&c+B.lineHeight>v)return{lines:[],width:0,height:0};B.textWidth=m(B.text,M);var D=C.textWidth,F=null==D||"auto"===D;if("string"===typeof D&&"%"===D.charAt(D.length-1))B.percentWidth=D,h.push(B),D=0;else{if(F){D=B.textWidth;var Q=C.textBackgroundColor,U=Q&&Q.image;U&&(U=i.findExistImage(U),i.isImageReady(U)&&(D=Math.max(D,U.width*I/U.height)))}var O=E?E[1]+E[3]:0;D+=O;var N=null!=g?g-_:null;null!=N&&N<D&&(!F||N<O?(B.text="",B.textWidth=D=0):(B.text=S(B.text,N-O,M,p.ellipsis,{minChar:p.minChar}),B.textWidth=m(B.text,M),D=B.textWidth+O))}_+=B.width=D,C&&(w=Math.max(w,B.lineHeight))}x.width=_,x.lineHeight=w,c+=w,A=Math.max(A,_)}n.outerWidth=n.width=l(t.textWidth,A),n.outerHeight=n.height=l(t.textHeight,c),d&&(n.outerWidth+=d[1]+d[3],n.outerHeight+=d[0]+d[2]);for(y=0;y<h.length;y++){B=h[y];var k=B.percentWidth;B.width=parseInt(k,10)/100*A}return n}function L(e,t,n){for(var r=""===t,i=t.split("\n"),o=e.lines,a=0;a<i.length;a++){var s=i[a],l={styleName:n,text:s,isLineHolder:!s&&!r};if(a)o.push({tokens:[l]});else{var u=(o[o.length-1]||(o[0]={tokens:[]})).tokens,c=u.length;1===c&&u[0].isLineHolder?u[0]=l:(s||!c||r)&&u.push(l)}}}function U(e){var t=(e.fontSize||e.fontFamily)&&[e.fontStyle,e.fontWeight,(e.fontSize||12)+"px",e.fontFamily||"sans-serif"].join(" ");return t&&c(t)||e.textFont||e.font}g.measureText=function(e,t){var n=a();return n.font=t||p,n.measureText(e)},t.DEFAULT_FONT=p,t.$override=v,t.getWidth=m,t.getBoundingRect=y,t.adjustTextX=_,t.adjustTextY=b,t.calculateTextPosition=B,t.adjustTextPositionOnRect=C,t.truncateText=S,t.getLineHeight=T,t.measureText=D,t.parsePlainText=F,t.parseRichText=Q,t.makeFont=U},e887:function(e,t,n){var r=n("6d8b"),i=r.each,o=n("e1fc"),a=n("8918"),s=n("625e"),l=n("e0d3"),u=n("2306"),c=n("f47d"),A=c.createTask,h=n("cccd"),d=l.makeInner(),f=h();function p(){this.group=new o,this.uid=a.getUID("viewChart"),this.renderTask=A({plan:y,reset:x}),this.renderTask.context={view:this}}p.prototype={type:"chart",init:function(e,t){},render:function(e,t,n,r){},highlight:function(e,t,n,r){m(e.getData(),r,"emphasis")},downplay:function(e,t,n,r){m(e.getData(),r,"normal")},remove:function(e,t){this.group.removeAll()},dispose:function(){},incrementalPrepareRender:null,incrementalRender:null,updateTransform:null,filterForExposedEvent:null};var g=p.prototype;function v(e,t,n){if(e&&(e.trigger(t,n),e.isGroup&&!u.isHighDownDispatcher(e)))for(var r=0,i=e.childCount();r<i;r++)v(e.childAt(r),t,n)}function m(e,t,n){var r=l.queryDataIndex(e,t),o=t&&null!=t.highlightKey?u.getHighlightDigit(t.highlightKey):null;null!=r?i(l.normalizeToArray(r),(function(t){v(e.getItemGraphicEl(t),n,o)})):e.eachItemGraphicEl((function(e){v(e,n,o)}))}function y(e){return f(e.model)}function x(e){var t=e.model,n=e.ecModel,r=e.api,i=e.payload,o=t.pipelineContext.progressiveRender,a=e.view,s=i&&d(i).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](t,n,r,i),w[l]}g.updateView=g.updateLayout=g.updateVisual=function(e,t,n,r){this.render(e,t,n,r)},s.enableClassExtend(p,["dispose"]),s.enableClassManagement(p,{registerWhenExtend:!0}),p.markUpdateMethod=function(e,t){d(e).updateMethod=t};var w={incrementalPrepareRender:{progress:function(e,t){t.view.incrementalRender(e,t.model,t.ecModel,t.api,t.payload)}},render:{forceFirstProgress:!0,progress:function(e,t){t.view.render(t.model,t.ecModel,t.api,t.payload)}}},_=p;e.exports=_},e893:function(e,t,n){var r=n("5135"),i=n("56ef"),o=n("06cf"),a=n("9bf2");e.exports=function(e,t){for(var n=i(t),s=a.f,l=o.f,u=0;u<n.length;u++){var c=n[u];r(e,c)||s(e,c,l(t,c))}}},e8b5:function(e,t,n){var r=n("c6b6");e.exports=Array.isArray||function(e){return"Array"==r(e)}},e95a:function(e,t,n){var r=n("b622"),i=n("3f8c"),o=r("iterator"),a=Array.prototype;e.exports=function(e){return void 0!==e&&(i.Array===e||a[o]===e)}},e9f9:function(e,t,n){var r=n("4942"),i=n("d3a4"),o=n("6d8b"),a=o.each;function s(e){return parseInt(e,10)}function l(e,t){i.initVML(),this.root=e,this.storage=t;var n=document.createElement("div"),r=document.createElement("div");n.style.cssText="display:inline-block;overflow:hidden;position:relative;width:300px;height:150px;",r.style.cssText="position:absolute;left:0;top:0;",e.appendChild(n),this._vmlRoot=r,this._vmlViewport=n,this.resize();var o=t.delFromStorage,a=t.addToStorage;t.delFromStorage=function(e){o.call(t,e),e&&e.onRemove&&e.onRemove(r)},t.addToStorage=function(e){e.onAdd&&e.onAdd(r),a.call(t,e)},this._firstPaint=!0}function u(e){return function(){r('In IE8.0 VML mode painter not support method "'+e+'"')}}l.prototype={constructor:l,getType:function(){return"vml"},getViewportRoot:function(){return this._vmlViewport},getViewportRootOffset:function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},refresh:function(){var e=this.storage.getDisplayList(!0,!0);this._paintList(e)},_paintList:function(e){for(var t=this._vmlRoot,n=0;n<e.length;n++){var r=e[n];r.invisible||r.ignore?(r.__alreadyNotVisible||r.onRemove(t),r.__alreadyNotVisible=!0):(r.__alreadyNotVisible&&r.onAdd(t),r.__alreadyNotVisible=!1,r.__dirty&&(r.beforeBrush&&r.beforeBrush(),(r.brushVML||r.brush).call(r,t),r.afterBrush&&r.afterBrush())),r.__dirty=!1}this._firstPaint&&(this._vmlViewport.appendChild(t),this._firstPaint=!1)},resize:function(e,t){e=null==e?this._getWidth():e,t=null==t?this._getHeight():t;if(this._width!==e||this._height!==t){this._width=e,this._height=t;var n=this._vmlViewport.style;n.width=e+"px",n.height=t+"px"}},dispose:function(){this.root.innerHTML="",this._vmlRoot=this._vmlViewport=this.storage=null},getWidth:function(){return this._width},getHeight:function(){return this._height},clear:function(){this._vmlViewport&&this.root.removeChild(this._vmlViewport)},_getWidth:function(){var e=this.root,t=e.currentStyle;return(e.clientWidth||s(t.width))-s(t.paddingLeft)-s(t.paddingRight)|0},_getHeight:function(){var e=this.root,t=e.currentStyle;return(e.clientHeight||s(t.height))-s(t.paddingTop)-s(t.paddingBottom)|0}},a(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],(function(e){l.prototype[e]=u(e)}));var c=l;e.exports=c},ea34:function(e,t){e.exports=function(e,t){return{value:t,done:!!e}}},eabf:function(e,t,n){var r=n("6d8b");function i(e){e&&r.isArray(e.series)&&r.each(e.series,(function(e){r.isObject(e)&&"k"===e.type&&(e.type="candlestick")}))}e.exports=i},eaea:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("22d1"),a=n("60e3"),s=n("5f14"),l=n("2b8c"),u=n("e0d3"),c=n("3842"),A=s.mapVisual,h=s.eachVisual,d=i.isArray,f=i.each,p=c.asc,g=c.linearMap,v=i.noop,m=r.extendComponentModel({type:"visualMap",dependencies:["series"],stateList:["inRange","outOfRange"],replacableOptionKeys:["inRange","outOfRange","target","controller","color"],dataBound:[-1/0,1/0],layoutMode:{type:"box",ignoreSize:!0},defaultOption:{show:!0,zlevel:0,z:4,seriesIndex:"all",min:0,max:200,dimension:null,inRange:null,outOfRange:null,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,color:null,formatter:null,text:null,textStyle:{color:"#333"}},init:function(e,t,n){this._dataExtent,this.targetVisuals={},this.controllerVisuals={},this.textStyleModel,this.itemSize,this.mergeDefaultAndTheme(e,n)},optionUpdated:function(e,t){var n=this.option;o.canvasSupported||(n.realtime=!1),!t&&l.replaceVisualOption(n,e,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},resetVisual:function(e){var t=this.stateList;e=i.bind(e,this),this.controllerVisuals=l.createVisualMappings(this.option.controller,t,e),this.targetVisuals=l.createVisualMappings(this.option.target,t,e)},getTargetSeriesIndices:function(){var e=this.option.seriesIndex,t=[];return null==e||"all"===e?this.ecModel.eachSeries((function(e,n){t.push(n)})):t=u.normalizeToArray(e),t},eachTargetSeries:function(e,t){i.each(this.getTargetSeriesIndices(),(function(n){e.call(t,this.ecModel.getSeriesByIndex(n))}),this)},isTargetSeries:function(e){var t=!1;return this.eachTargetSeries((function(n){n===e&&(t=!0)})),t},formatValueText:function(e,t,n){var r,o,a=this.option,s=a.precision,l=this.dataBound,u=a.formatter;return n=n||["<",">"],i.isArray(e)&&(e=e.slice(),r=!0),o=t?e:r?[c(e[0]),c(e[1])]:c(e),i.isString(u)?u.replace("{value}",r?o[0]:o).replace("{value2}",r?o[1]:o):i.isFunction(u)?r?u(e[0],e[1]):u(e):r?e[0]===l[0]?n[0]+" "+o[1]:e[1]===l[1]?n[1]+" "+o[0]:o[0]+" - "+o[1]:o;function c(e){return e===l[0]?"min":e===l[1]?"max":(+e).toFixed(Math.min(s,20))}},resetExtent:function(){var e=this.option,t=p([e.min,e.max]);this._dataExtent=t},getDataDimension:function(e){var t=this.option.dimension,n=e.dimensions;if(null!=t||n.length){if(null!=t)return e.getDimension(t);for(var r=e.dimensions,i=r.length-1;i>=0;i--){var o=r[i],a=e.getDimensionInfo(o);if(!a.isCalculationCoord)return o}}},getExtent:function(){return this._dataExtent.slice()},completeVisualOption:function(){var e=this.ecModel,t=this.option,n={inRange:t.inRange,outOfRange:t.outOfRange},r=t.target||(t.target={}),o=t.controller||(t.controller={});i.merge(r,n),i.merge(o,n);var l=this.isCategory();function u(n){d(t.color)&&!n.inRange&&(n.inRange={color:t.color.slice().reverse()}),n.inRange=n.inRange||{color:e.get("gradientColor")},f(this.stateList,(function(e){var t=n[e];if(i.isString(t)){var r=a.get(t,"active",l);r?(n[e]={},n[e][t]=r):delete n[e]}}),this)}function c(e,t,n){var r=e[t],i=e[n];r&&!i&&(i=e[n]={},f(r,(function(e,t){if(s.isValidType(t)){var n=a.get(t,"inactive",l);null!=n&&(i[t]=n,"color"!==t||i.hasOwnProperty("opacity")||i.hasOwnProperty("colorAlpha")||(i.opacity=[0,0]))}})))}function p(e){var t=(e.inRange||{}).symbol||(e.outOfRange||{}).symbol,n=(e.inRange||{}).symbolSize||(e.outOfRange||{}).symbolSize,r=this.get("inactiveColor");f(this.stateList,(function(o){var a=this.itemSize,s=e[o];s||(s=e[o]={color:l?r:[r]}),null==s.symbol&&(s.symbol=t&&i.clone(t)||(l?"roundRect":["roundRect"])),null==s.symbolSize&&(s.symbolSize=n&&i.clone(n)||(l?a[0]:[a[0],a[0]])),s.symbol=A(s.symbol,(function(e){return"none"===e||"square"===e?"roundRect":e}));var u=s.symbolSize;if(null!=u){var c=-1/0;h(u,(function(e){e>c&&(c=e)})),s.symbolSize=A(u,(function(e){return g(e,[0,c],[0,a[0]],!0)}))}}),this)}u.call(this,r),u.call(this,o),c.call(this,r,"inRange","outOfRange"),p.call(this,o)},resetItemSize:function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},isCategory:function(){return!!this.option.categories},setSelected:v,getValueState:v,getVisualMeta:v}),y=m;e.exports=y},eaeb:function(e,t,n){var r=n("6d8b");function i(e,t){return r.map(["Radius","Angle"],(function(n,r){var i=this["get"+n+"Axis"](),o=t[r],a=e[r]/2,s="dataTo"+n,l="category"===i.type?i.getBandWidth():Math.abs(i[s](o-a)-i[s](o+a));return"Angle"===n&&(l=l*Math.PI/180),l}),this)}function o(e){var t=e.getRadiusAxis(),n=e.getAngleAxis(),o=t.getExtent();return o[0]>o[1]&&o.reverse(),{coordSys:{type:"polar",cx:e.cx,cy:e.cy,r:o[1],r0:o[0]},api:{coord:r.bind((function(r){var i=t.dataToRadius(r[0]),o=n.dataToAngle(r[1]),a=e.coordToPoint([i,o]);return a.push(i,o*Math.PI/180),a})),size:r.bind(i,e)}}}e.exports=o},eb6b:function(e,t,n){var r=n("6d8b"),i=n("e0d3"),o=i.makeInner,a=n("cd33"),s=n("133d"),l=r.each,u=r.curry,c=o();function A(e,t,n){var i=e.currTrigger,o=[e.x,e.y],a=e,c=e.dispatchAction||r.bind(n.dispatchAction,n),A=t.getComponent("axisPointer").coordSysAxesInfo;if(A){w(o)&&(o=s({seriesIndex:a.seriesIndex,dataIndex:a.dataIndex},t).point);var d=w(o),_=a.axesInfo,b=A.axesInfo,B="leave"===i||w(o),C={},S={},E={list:[],map:{}},M={showPointer:u(f,S),showTooltip:u(p,E)};l(A.coordSysMap,(function(e,t){var n=d||e.containPoint(o);l(A.coordSysAxesInfo[t],(function(e,t){var r=e.axis,i=y(_,e);if(!B&&n&&(!_||i)){var a=i&&i.value;null!=a||d||(a=r.pointToData(o)),null!=a&&h(e,a,M,!1,C)}}))}));var I={};return l(b,(function(e,t){var n=e.linkGroup;n&&!S[t]&&l(n.axesInfo,(function(t,r){var i=S[r];if(t!==e&&i){var o=i.value;n.mapper&&(o=e.axis.scale.parse(n.mapper(o,x(t),x(e)))),I[e.key]=o}}))})),l(I,(function(e,t){h(b[t],e,M,!0,C)})),g(S,b,C),v(E,o,e,c),m(b,c,n),C}}function h(e,t,n,i,o){var a=e.axis;if(!a.scale.isBlank()&&a.containData(t))if(e.involveSeries){var s=d(t,e),l=s.payloadBatch,u=s.snapToValue;l[0]&&null==o.seriesIndex&&r.extend(o,l[0]),!i&&e.snap&&a.containData(u)&&null!=u&&(t=u),n.showPointer(e,t,l,o),n.showTooltip(e,s,u)}else n.showPointer(e,t)}function d(e,t){var n=t.axis,r=n.dim,i=e,o=[],a=Number.MAX_VALUE,s=-1;return l(t.seriesModels,(function(t,u){var c,A,h=t.getData().mapDimension(r,!0);if(t.getAxisTooltipData){var d=t.getAxisTooltipData(h,e,n);A=d.dataIndices,c=d.nestestValue}else{if(A=t.getData().indicesOfNearest(h[0],e,"category"===n.type?.5:null),!A.length)return;c=t.getData().get(h[0],A[0])}if(null!=c&&isFinite(c)){var f=e-c,p=Math.abs(f);p<=a&&((p<a||f>=0&&s<0)&&(a=p,s=f,i=c,o.length=0),l(A,(function(e){o.push({seriesIndex:t.seriesIndex,dataIndexInside:e,dataIndex:t.getData().getRawIndex(e)})})))}})),{payloadBatch:o,snapToValue:i}}function f(e,t,n,r){e[t.key]={value:n,payloadBatch:r}}function p(e,t,n,r){var i=n.payloadBatch,o=t.axis,s=o.model,l=t.axisPointerModel;if(t.triggerTooltip&&i.length){var u=t.coordSys.model,c=a.makeKey(u),A=e.map[c];A||(A=e.map[c]={coordSysId:u.id,coordSysIndex:u.componentIndex,coordSysType:u.type,coordSysMainType:u.mainType,dataByAxis:[]},e.list.push(A)),A.dataByAxis.push({axisDim:o.dim,axisIndex:s.componentIndex,axisType:s.type,axisId:s.id,value:r,valueLabelOpt:{precision:l.get("label.precision"),formatter:l.get("label.formatter")},seriesDataIndices:i.slice()})}}function g(e,t,n){var r=n.axesInfo=[];l(t,(function(t,n){var i=t.axisPointerModel.option,o=e[n];o?(!t.useHandle&&(i.status="show"),i.value=o.value,i.seriesDataIndices=(o.payloadBatch||[]).slice()):!t.useHandle&&(i.status="hide"),"show"===i.status&&r.push({axisDim:t.axis.dim,axisIndex:t.axis.model.componentIndex,value:i.value})}))}function v(e,t,n,r){if(!w(t)&&e.list.length){var i=((e.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};r({type:"showTip",escapeConnect:!0,x:t[0],y:t[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:i.dataIndexInside,dataIndex:i.dataIndex,seriesIndex:i.seriesIndex,dataByCoordSys:e.list})}else r({type:"hideTip"})}function m(e,t,n){var i=n.getZr(),o="axisPointerLastHighlights",a=c(i)[o]||{},s=c(i)[o]={};l(e,(function(e,t){var n=e.axisPointerModel.option;"show"===n.status&&l(n.seriesDataIndices,(function(e){var t=e.seriesIndex+" | "+e.dataIndex;s[t]=e}))}));var u=[],A=[];r.each(a,(function(e,t){!s[t]&&A.push(e)})),r.each(s,(function(e,t){!a[t]&&u.push(e)})),A.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,batch:A}),u.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,batch:u})}function y(e,t){for(var n=0;n<(e||[]).length;n++){var r=e[n];if(t.axis.dim===r.axisDim&&t.axis.model.componentIndex===r.axisIndex)return r}}function x(e){var t=e.axis.model,n={},r=n.axisDim=e.axis.dim;return n.axisIndex=n[r+"AxisIndex"]=t.componentIndex,n.axisName=n[r+"AxisName"]=t.name,n.axisId=n[r+"AxisId"]=t.id,n}function w(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}e.exports=A},ebf9:function(e,t,n){var r=n("3eba");r.registerAction("legendScroll","legendscroll",(function(e,t){var n=e.scrollDataIndex;null!=n&&t.eachComponent({mainType:"legend",subType:"scroll",query:e},(function(e){e.setScrollDataIndex(n)}))}))},ec02:function(e,t,n){var r=n("6d8b"),i=n("84ce"),o=function(e,t,n,r,o){i.call(this,e,t,n),this.type=r||"value",this.position=o||"bottom"};o.prototype={constructor:o,index:0,getAxesOnZeroOf:null,model:null,isHorizontal:function(){var e=this.position;return"top"===e||"bottom"===e},getGlobalExtent:function(e){var t=this.getExtent();return t[0]=this.toGlobalCoord(t[0]),t[1]=this.toGlobalCoord(t[1]),e&&t[0]>t[1]&&t.reverse(),t},getOtherAxis:function(){this.grid.getOtherAxis()},pointToData:function(e,t){return this.coordToData(this.toLocalCoord(e["x"===this.dim?0:1]),t)},toLocalCoord:null,toGlobalCoord:null},r.inherits(o,i);var a=o;e.exports=a},ec34:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=i.createHashMap,a=i.isString,s=i.isArray,l=i.each,u=(i.assert,n("3041")),c=u.parseXML,A=o(),h={registerMap:function(e,t,n){var r;return s(t)?r=t:t.svg?r=[{type:"svg",source:t.svg,specialAreas:t.specialAreas}]:(t.geoJson&&!t.features&&(n=t.specialAreas,t=t.geoJson),r=[{type:"geoJSON",source:t,specialAreas:n}]),l(r,(function(e){var t=e.type;"geoJson"===t&&(t=e.type="geoJSON");var n=d[t];n(e)})),A.set(e,r)},retrieveMap:function(e){return A.get(e)}},d={geoJSON:function(e){var t=e.source;e.geoJSON=a(t)?"undefined"!==typeof JSON&&JSON.parse?JSON.parse(t):new Function("return ("+t+");")():t},svg:function(e){e.svgXML=c(e.source)}};e.exports=h},ec6f:function(e,t,n){var r=n("6d8b"),i=r.createHashMap,o=r.isTypedArray,a=n("625e"),s=a.enableClassCheck,l=n("93d0"),u=l.SOURCE_FORMAT_ORIGINAL,c=l.SERIES_LAYOUT_BY_COLUMN,A=l.SOURCE_FORMAT_UNKNOWN,h=l.SOURCE_FORMAT_TYPED_ARRAY,d=l.SOURCE_FORMAT_KEYED_COLUMNS;function f(e){this.fromDataset=e.fromDataset,this.data=e.data||(e.sourceFormat===d?{}:[]),this.sourceFormat=e.sourceFormat||A,this.seriesLayoutBy=e.seriesLayoutBy||c,this.dimensionsDefine=e.dimensionsDefine,this.encodeDefine=e.encodeDefine&&i(e.encodeDefine),this.startIndex=e.startIndex||0,this.dimensionsDetectCount=e.dimensionsDetectCount}f.seriesDataToSource=function(e){return new f({data:e,sourceFormat:o(e)?h:u,fromDataset:!1})},s(f);var p=f;e.exports=p},ecf8:function(e,t,n){var r=n("6d8b"),i=n("3842"),o=i.parsePercent,a=r.each;function s(e){var t=l(e);a(t,(function(e){var t=e.seriesModels;t.length&&(u(e),a(t,(function(t,n){c(t,e.boxOffsetList[n],e.boxWidthList[n])})))}))}function l(e){var t=[],n=[];return e.eachSeriesByType("boxplot",(function(e){var i=e.getBaseAxis(),o=r.indexOf(n,i);o<0&&(o=n.length,n[o]=i,t[o]={axis:i,seriesModels:[]}),t[o].seriesModels.push(e)})),t}function u(e){var t,n,i=e.axis,s=e.seriesModels,l=s.length,u=e.boxWidthList=[],c=e.boxOffsetList=[],A=[];if("category"===i.type)n=i.getBandWidth();else{var h=0;a(s,(function(e){h=Math.max(h,e.getData().count())})),t=i.getExtent(),Math.abs(t[1]-t[0])}a(s,(function(e){var t=e.get("boxWidth");r.isArray(t)||(t=[t,t]),A.push([o(t[0],n)||0,o(t[1],n)||0])}));var d=.8*n-2,f=d/l*.3,p=(d-f*(l-1))/l,g=p/2-d/2;a(s,(function(e,t){c.push(g),g+=f+p,u.push(Math.min(Math.max(p,A[t][0]),A[t][1]))}))}function c(e,t,n){var r=e.coordinateSystem,i=e.getData(),o=n/2,a="horizontal"===e.get("layout")?0:1,s=1-a,l=["x","y"],u=i.mapDimension(l[a]),c=i.mapDimension(l[s],!0);if(!(null==u||c.length<5))for(var A=0;A<i.count();A++){var h=i.get(u,A),d=y(h,c[2],A),f=y(h,c[0],A),p=y(h,c[1],A),g=y(h,c[3],A),v=y(h,c[4],A),m=[];x(m,p,0),x(m,g,1),m.push(f,p,v,g),w(m,f),w(m,v),w(m,d),i.setItemLayout(A,{initBaseline:d[s],ends:m})}function y(e,n,o){var l,u=i.get(n,o),c=[];return c[a]=e,c[s]=u,isNaN(e)||isNaN(u)?l=[NaN,NaN]:(l=r.dataToPoint(c),l[a]+=t),l}function x(e,t,n){var r=t.slice(),i=t.slice();r[a]+=o,i[a]-=o,n?e.push(r,i):e.push(i,r)}function w(e,t){var n=t.slice(),r=t.slice();n[a]-=o,r[a]+=o,e.push(n,r)}}e.exports=s},ed21:function(e,t,n){var r=n("2cf4"),i=r.devicePixelRatio,o=n("6d8b"),a=n("4942"),s=n("9850"),l=n("04f6"),u=n("5e68"),c=n("98b7"),A=n("0da8"),h=n("22d1"),d=1e5,f=314159,p=.01,g=.001;function v(e){return parseInt(e,10)}function m(e){return!!e&&(!!e.__builtin__||"function"===typeof e.resize&&"function"===typeof e.refresh)}var y=new s(0,0,0,0),x=new s(0,0,0,0);function w(e,t,n){return y.copy(e.getBoundingRect()),e.transform&&y.applyTransform(e.transform),x.width=t,x.height=n,!y.intersect(x)}function _(e,t){if(e===t)return!1;if(!e||!t||e.length!==t.length)return!0;for(var n=0;n<e.length;n++)if(e[n]!==t[n])return!0;return!1}function b(e,t){for(var n=0;n<e.length;n++){var r=e[n];r.setTransform(t),t.beginPath(),r.buildPath(t,r.shape),t.clip(),r.restoreTransform(t)}}function B(e,t){var n=document.createElement("div");return n.style.cssText=["position:relative","width:"+e+"px","height:"+t+"px","padding:0","margin:0","border-width:0"].join(";")+";",n}var C=function(e,t,n){this.type="canvas";var r=!e.nodeName||"CANVAS"===e.nodeName.toUpperCase();this._opts=n=o.extend({},n||{}),this.dpr=n.devicePixelRatio||i,this._singleCanvas=r,this.root=e;var a=e.style;a&&(a["-webkit-tap-highlight-color"]="transparent",a["-webkit-user-select"]=a["user-select"]=a["-webkit-touch-callout"]="none",e.innerHTML=""),this.storage=t;var s=this._zlevelList=[],l=this._layers={};if(this._layerConfig={},this._needsManuallyCompositing=!1,r){var c=e.width,A=e.height;null!=n.width&&(c=n.width),null!=n.height&&(A=n.height),this.dpr=n.devicePixelRatio||1,e.width=c*this.dpr,e.height=A*this.dpr,this._width=c,this._height=A;var h=new u(e,this,this.dpr);h.__builtin__=!0,h.initContext(),l[f]=h,h.zlevel=f,s.push(f),this._domRoot=e}else{this._width=this._getSize(0),this._height=this._getSize(1);var d=this._domRoot=B(this._width,this._height);e.appendChild(d)}this._hoverlayer=null,this._hoverElements=[]};C.prototype={constructor:C,getType:function(){return"canvas"},isSingleCanvas:function(){return this._singleCanvas},getViewportRoot:function(){return this._domRoot},getViewportRootOffset:function(){var e=this.getViewportRoot();if(e)return{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}},refresh:function(e){var t=this.storage.getDisplayList(!0),n=this._zlevelList;this._redrawId=Math.random(),this._paintList(t,e,this._redrawId);for(var r=0;r<n.length;r++){var i=n[r],o=this._layers[i];if(!o.__builtin__&&o.refresh){var a=0===r?this._backgroundColor:null;o.refresh(a)}}return this.refreshHover(),this},addHover:function(e,t){if(!e.__hoverMir){var n=new e.constructor({style:e.style,shape:e.shape,z:e.z,z2:e.z2,silent:e.silent});return n.__from=e,e.__hoverMir=n,t&&n.setStyle(t),this._hoverElements.push(n),n}},removeHover:function(e){var t=e.__hoverMir,n=this._hoverElements,r=o.indexOf(n,t);r>=0&&n.splice(r,1),e.__hoverMir=null},clearHover:function(e){for(var t=this._hoverElements,n=0;n<t.length;n++){var r=t[n].__from;r&&(r.__hoverMir=null)}t.length=0},refreshHover:function(){var e=this._hoverElements,t=e.length,n=this._hoverlayer;if(n&&n.clear(),t){l(e,this.storage.displayableSortFunc),n||(n=this._hoverlayer=this.getLayer(d));var r={};n.ctx.save();for(var i=0;i<t;){var o=e[i],a=o.__from;a&&a.__zr?(i++,a.invisible||(o.transform=a.transform,o.invTransform=a.invTransform,o.__clipPaths=a.__clipPaths,this._doPaintEl(o,n,!0,r))):(e.splice(i,1),a.__hoverMir=null,t--)}n.ctx.restore()}},getHoverLayer:function(){return this.getLayer(d)},_paintList:function(e,t,n){if(this._redrawId===n){t=t||!1,this._updateLayerStatus(e);var r=this._doPaintList(e,t);if(this._needsManuallyCompositing&&this._compositeManually(),!r){var i=this;c((function(){i._paintList(e,t,n)}))}}},_compositeManually:function(){var e=this.getLayer(f).ctx,t=this._domRoot.width,n=this._domRoot.height;e.clearRect(0,0,t,n),this.eachBuiltinLayer((function(r){r.virtual&&e.drawImage(r.dom,0,0,t,n)}))},_doPaintList:function(e,t){for(var n=[],r=0;r<this._zlevelList.length;r++){var i=this._zlevelList[r],a=this._layers[i];a.__builtin__&&a!==this._hoverlayer&&(a.__dirty||t)&&n.push(a)}for(var s=!0,l=0;l<n.length;l++){a=n[l];var u=a.ctx,c={};u.save();var A=t?a.__startIndex:a.__drawIndex,d=!t&&a.incremental&&Date.now,f=d&&Date.now(),p=a.zlevel===this._zlevelList[0]?this._backgroundColor:null;if(a.__startIndex===a.__endIndex)a.clear(!1,p);else if(A===a.__startIndex){var g=e[A];g.incremental&&g.notClear&&!t||a.clear(!1,p)}-1===A&&(console.error("For some unknown reason. drawIndex is -1"),A=a.__startIndex);for(var v=A;v<a.__endIndex;v++){var m=e[v];if(this._doPaintEl(m,a,t,c),m.__dirty=m.__dirtyText=!1,d){var y=Date.now()-f;if(y>15)break}}a.__drawIndex=v,a.__drawIndex<a.__endIndex&&(s=!1),c.prevElClipPaths&&u.restore(),u.restore()}return h.wxa&&o.each(this._layers,(function(e){e&&e.ctx&&e.ctx.draw&&e.ctx.draw()})),s},_doPaintEl:function(e,t,n,r){var i=t.ctx,o=e.transform;if((t.__dirty||n)&&!e.invisible&&0!==e.style.opacity&&(!o||o[0]||o[3])&&(!e.culling||!w(e,this._width,this._height))){var a=e.__clipPaths,s=r.prevElClipPaths;s&&!_(a,s)||(s&&(i.restore(),r.prevElClipPaths=null,r.prevEl=null),a&&(i.save(),b(a,i),r.prevElClipPaths=a)),e.beforeBrush&&e.beforeBrush(i),e.brush(i,r.prevEl||null),r.prevEl=e,e.afterBrush&&e.afterBrush(i)}},getLayer:function(e,t){this._singleCanvas&&!this._needsManuallyCompositing&&(e=f);var n=this._layers[e];return n||(n=new u("zr_"+e,this,this.dpr),n.zlevel=e,n.__builtin__=!0,this._layerConfig[e]?o.merge(n,this._layerConfig[e],!0):this._layerConfig[e-p]&&o.merge(n,this._layerConfig[e-p],!0),t&&(n.virtual=t),this.insertLayer(e,n),n.initContext()),n},insertLayer:function(e,t){var n=this._layers,r=this._zlevelList,i=r.length,o=null,s=-1,l=this._domRoot;if(n[e])a("ZLevel "+e+" has been used already");else if(m(t)){if(i>0&&e>r[0]){for(s=0;s<i-1;s++)if(r[s]<e&&r[s+1]>e)break;o=n[r[s]]}if(r.splice(s+1,0,e),n[e]=t,!t.virtual)if(o){var u=o.dom;u.nextSibling?l.insertBefore(t.dom,u.nextSibling):l.appendChild(t.dom)}else l.firstChild?l.insertBefore(t.dom,l.firstChild):l.appendChild(t.dom)}else a("Layer of zlevel "+e+" is not valid")},eachLayer:function(e,t){var n,r,i=this._zlevelList;for(r=0;r<i.length;r++)n=i[r],e.call(t,this._layers[n],n)},eachBuiltinLayer:function(e,t){var n,r,i,o=this._zlevelList;for(i=0;i<o.length;i++)r=o[i],n=this._layers[r],n.__builtin__&&e.call(t,n,r)},eachOtherLayer:function(e,t){var n,r,i,o=this._zlevelList;for(i=0;i<o.length;i++)r=o[i],n=this._layers[r],n.__builtin__||e.call(t,n,r)},getLayers:function(){return this._layers},_updateLayerStatus:function(e){function t(e){o&&(o.__endIndex!==e&&(o.__dirty=!0),o.__endIndex=e)}if(this.eachBuiltinLayer((function(e,t){e.__dirty=e.__used=!1})),this._singleCanvas)for(var n=1;n<e.length;n++){var r=e[n];if(r.zlevel!==e[n-1].zlevel||r.incremental){this._needsManuallyCompositing=!0;break}}var i,o=null,s=0;for(n=0;n<e.length;n++){r=e[n];var l,u=r.zlevel;i!==u&&(i=u,s=0),r.incremental?(l=this.getLayer(u+g,this._needsManuallyCompositing),l.incremental=!0,s=1):l=this.getLayer(u+(s>0?p:0),this._needsManuallyCompositing),l.__builtin__||a("ZLevel "+u+" has been used by unkown layer "+l.id),l!==o&&(l.__used=!0,l.__startIndex!==n&&(l.__dirty=!0),l.__startIndex=n,l.incremental?l.__drawIndex=-1:l.__drawIndex=n,t(n),o=l),r.__dirty&&(l.__dirty=!0,l.incremental&&l.__drawIndex<0&&(l.__drawIndex=n))}t(n),this.eachBuiltinLayer((function(e,t){!e.__used&&e.getElementCount()>0&&(e.__dirty=!0,e.__startIndex=e.__endIndex=e.__drawIndex=0),e.__dirty&&e.__drawIndex<0&&(e.__drawIndex=e.__startIndex)}))},clear:function(){return this.eachBuiltinLayer(this._clearLayer),this},_clearLayer:function(e){e.clear()},setBackgroundColor:function(e){this._backgroundColor=e},configLayer:function(e,t){if(t){var n=this._layerConfig;n[e]?o.merge(n[e],t,!0):n[e]=t;for(var r=0;r<this._zlevelList.length;r++){var i=this._zlevelList[r];if(i===e||i===e+p){var a=this._layers[i];o.merge(a,n[e],!0)}}}},delLayer:function(e){var t=this._layers,n=this._zlevelList,r=t[e];r&&(r.dom.parentNode.removeChild(r.dom),delete t[e],n.splice(o.indexOf(n,e),1))},resize:function(e,t){if(this._domRoot.style){var n=this._domRoot;n.style.display="none";var r=this._opts;if(null!=e&&(r.width=e),null!=t&&(r.height=t),e=this._getSize(0),t=this._getSize(1),n.style.display="",this._width!==e||t!==this._height){for(var i in n.style.width=e+"px",n.style.height=t+"px",this._layers)this._layers.hasOwnProperty(i)&&this._layers[i].resize(e,t);o.each(this._progressiveLayers,(function(n){n.resize(e,t)})),this.refresh(!0)}this._width=e,this._height=t}else{if(null==e||null==t)return;this._width=e,this._height=t,this.getLayer(f).resize(e,t)}return this},clearLayer:function(e){var t=this._layers[e];t&&t.clear()},dispose:function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},getRenderedCanvas:function(e){if(e=e||{},this._singleCanvas&&!this._compositeManually)return this._layers[f].dom;var t=new u("image",this,e.pixelRatio||this.dpr);if(t.initContext(),t.clear(!1,e.backgroundColor||this._backgroundColor),e.pixelRatio<=this.dpr){this.refresh();var n=t.dom.width,r=t.dom.height,i=t.ctx;this.eachLayer((function(e){e.__builtin__?i.drawImage(e.dom,0,0,n,r):e.renderToCanvas&&(t.ctx.save(),e.renderToCanvas(t.ctx),t.ctx.restore())}))}else for(var o={},a=this.storage.getDisplayList(!0),s=0;s<a.length;s++){var l=a[s];this._doPaintEl(l,t,!0,o)}return t.dom},getWidth:function(){return this._width},getHeight:function(){return this._height},_getSize:function(e){var t=this._opts,n=["width","height"][e],r=["clientWidth","clientHeight"][e],i=["paddingLeft","paddingTop"][e],o=["paddingRight","paddingBottom"][e];if(null!=t[n]&&"auto"!==t[n])return parseFloat(t[n]);var a=this.root,s=document.defaultView.getComputedStyle(a);return(a[r]||v(s[n])||v(a.style[n]))-(v(s[i])||0)-(v(s[o])||0)|0},pathToImage:function(e,t){t=t||this.dpr;var n=document.createElement("canvas"),r=n.getContext("2d"),i=e.getBoundingRect(),o=e.style,a=o.shadowBlur*t,s=o.shadowOffsetX*t,l=o.shadowOffsetY*t,u=o.hasStroke()?o.lineWidth:0,c=Math.max(u/2,-s+a),h=Math.max(u/2,s+a),d=Math.max(u/2,-l+a),f=Math.max(u/2,l+a),p=i.width+c+h,g=i.height+d+f;n.width=p*t,n.height=g*t,r.scale(t,t),r.clearRect(0,0,p,g),r.dpr=t;var v={position:e.position,rotation:e.rotation,scale:e.scale};e.position=[c-i.x,d-i.y],e.rotation=0,e.scale=[1,1],e.updateTransform(),e&&e.brush(r);var m=A,y=new m({style:{x:0,y:0,image:n}});return null!=v.position&&(y.position=e.position=v.position),null!=v.rotation&&(y.rotation=e.rotation=v.rotation),null!=v.scale&&(y.scale=e.scale=v.scale),y}};var S=C;e.exports=S},eda2:function(e,t,n){var r=n("6d8b"),i=n("e86a"),o=n("3842");function a(e){return isNaN(e)?"-":(e=(e+"").split("."),e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:""))}function s(e,t){return e=(e||"").toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()})),t&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e}var l=r.normalizeCssArray,u=/([&<>"'])/g,c={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function A(e){return null==e?"":(e+"").replace(u,(function(e,t){return c[t]}))}var h=["a","b","c","d","e","f","g"],d=function(e,t){return"{"+e+(null==t?"":t)+"}"};function f(e,t,n){r.isArray(t)||(t=[t]);var i=t.length;if(!i)return"";for(var o=t[0].$vars||[],a=0;a<o.length;a++){var s=h[a];e=e.replace(d(s),d(s,0))}for(var l=0;l<i;l++)for(var u=0;u<o.length;u++){var c=t[l][o[u]];e=e.replace(d(h[u],l),n?A(c):c)}return e}function p(e,t,n){return r.each(t,(function(t,r){e=e.replace("{"+r+"}",n?A(t):t)})),e}function g(e,t){e=r.isString(e)?{color:e,extraCssText:t}:e||{};var n=e.color,i=e.type,o=(t=e.extraCssText,e.renderMode||"html"),a=e.markerId||"X";return n?"html"===o?"subItem"===i?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+A(n)+";"+(t||"")+'"></span>':'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:'+A(n)+";"+(t||"")+'"></span>':{renderMode:o,content:"{marker"+a+"|} ",style:{color:n}}:""}function v(e,t){return e+="","0000".substr(0,t-e.length)+e}function m(e,t,n){"week"!==e&&"month"!==e&&"quarter"!==e&&"half-year"!==e&&"year"!==e||(e="MM-dd\nyyyy");var r=o.parseDate(t),i=n?"UTC":"",a=r["get"+i+"FullYear"](),s=r["get"+i+"Month"]()+1,l=r["get"+i+"Date"](),u=r["get"+i+"Hours"](),c=r["get"+i+"Minutes"](),A=r["get"+i+"Seconds"](),h=r["get"+i+"Milliseconds"]();return e=e.replace("MM",v(s,2)).replace("M",s).replace("yyyy",a).replace("yy",a%100).replace("dd",v(l,2)).replace("d",l).replace("hh",v(u,2)).replace("h",u).replace("mm",v(c,2)).replace("m",c).replace("ss",v(A,2)).replace("s",A).replace("SSS",v(h,3)),e}function y(e){return e?e.charAt(0).toUpperCase()+e.substr(1):e}var x=i.truncateText;function w(e){return i.getBoundingRect(e.text,e.font,e.textAlign,e.textVerticalAlign,e.textPadding,e.textLineHeight,e.rich,e.truncate)}function _(e,t,n,r,o,a,s,l){return i.getBoundingRect(e,t,n,r,o,l,a,s)}function b(e,t){if("_blank"===t||"blank"===t){var n=window.open();n.opener=null,n.location=e}else window.open(e,t)}t.addCommas=a,t.toCamelCase=s,t.normalizeCssArray=l,t.encodeHTML=A,t.formatTpl=f,t.formatTplSimple=p,t.getTooltipMarker=g,t.formatTime=m,t.capitalFirst=y,t.truncateText=x,t.getTextBoundingRect=w,t.getTextRect=_,t.windowOpen=b},edaf:function(e,t,n){var r=n("6d8b"),i=n("6cb7"),o=n("6179"),a=n("e0d3"),s=i.extend({type:"timeline",layoutMode:"box",defaultOption:{zlevel:0,z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},init:function(e,t,n){this._data,this._names,this.mergeDefaultAndTheme(e,n),this._initData()},mergeOption:function(e){s.superApply(this,"mergeOption",arguments),this._initData()},setCurrentIndex:function(e){null==e&&(e=this.option.currentIndex);var t=this._data.count();this.option.loop?e=(e%t+t)%t:(e>=t&&(e=t-1),e<0&&(e=0)),this.option.currentIndex=e},getCurrentIndex:function(){return this.option.currentIndex},isIndexMax:function(){return this.getCurrentIndex()>=this._data.count()-1},setPlayState:function(e){this.option.autoPlay=!!e},getPlayState:function(){return!!this.option.autoPlay},_initData:function(){var e=this.option,t=e.data||[],n=e.axisType,i=this._names=[];if("category"===n){var s=[];r.each(t,(function(e,t){var n,o=a.getDataItemValue(e);r.isObject(e)?(n=r.clone(e),n.value=t):n=t,s.push(n),r.isString(o)||null!=o&&!isNaN(o)||(o=""),i.push(o+"")})),t=s}var l={category:"ordinal",time:"time"}[n]||"number",u=this._data=new o([{name:"value",type:l}],this);u.initData(t,i)},getData:function(){return this._data},getCategories:function(){if("category"===this.get("axisType"))return this._names.slice()}}),l=s;e.exports=l},edb9:function(e,t,n){var r=n("6d8b");function i(e,t){t=t||{};var n=e.coordinateSystem,i=e.axis,o={},a=i.position,s=i.orient,l=n.getRect(),u=[l.x,l.x+l.width,l.y,l.y+l.height],c={horizontal:{top:u[2],bottom:u[3]},vertical:{left:u[0],right:u[1]}};o.position=["vertical"===s?c.vertical[a]:u[0],"horizontal"===s?c.horizontal[a]:u[3]];var A={horizontal:0,vertical:1};o.rotation=Math.PI/2*A[s];var h={top:-1,bottom:1,right:1,left:-1};o.labelDirection=o.tickDirection=o.nameDirection=h[a],e.get("axisTick.inside")&&(o.tickDirection=-o.tickDirection),r.retrieve(t.labelInside,e.get("axisLabel.inside"))&&(o.labelDirection=-o.labelDirection);var d=t.rotate;return null==d&&(d=e.get("axisLabel.rotate")),o.labelRotation="top"===a?-d:d,o.z2=1,o}t.layout=i},ee1a:function(e,t,n){var r=n("6d8b"),i=r.each,o=r.isString;function a(e,t,n){n=n||{};var r,a,s,l,u=n.byIndex,c=n.stackedCoordDimension,A=!(!e||!e.get("stack"));if(i(t,(function(e,n){o(e)&&(t[n]=e={name:e}),A&&!e.isExtraCoord&&(u||r||!e.ordinalMeta||(r=e),a||"ordinal"===e.type||"time"===e.type||c&&c!==e.coordDim||(a=e))})),!a||u||r||(u=!0),a){s="__\0ecstackresult",l="__\0ecstackedover",r&&(r.createInvertedIndices=!0);var h=a.coordDim,d=a.type,f=0;i(t,(function(e){e.coordDim===h&&f++})),t.push({name:s,coordDim:h,coordDimIndex:f,type:d,isExtraCoord:!0,isCalculationCoord:!0}),f++,t.push({name:l,coordDim:l,coordDimIndex:f,type:d,isExtraCoord:!0,isCalculationCoord:!0})}return{stackedDimension:a&&a.name,stackedByDimension:r&&r.name,isStackedByIndex:u,stackedOverDimension:l,stackResultDimension:s}}function s(e,t){return!!t&&t===e.getCalculationInfo("stackedDimension")}function l(e,t){return s(e,t)?e.getCalculationInfo("stackResultDimension"):t}t.enableDataStack=a,t.isDimensionStacked=s,t.getStackedDimension=l},ee66:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("2306"),a=n("eda2"),s=n("3842"),l={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},u={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]},c=r.extendComponentView({type:"calendar",_tlpoints:null,_blpoints:null,_firstDayOfMonth:null,_firstDayPoints:null,render:function(e,t,n){var r=this.group;r.removeAll();var i=e.coordinateSystem,o=i.getRangeInfo(),a=i.getOrient();this._renderDayRect(e,o,r),this._renderLines(e,o,a,r),this._renderYearText(e,o,a,r),this._renderMonthText(e,a,r),this._renderWeekText(e,o,a,r)},_renderDayRect:function(e,t,n){for(var r=e.coordinateSystem,i=e.getModel("itemStyle").getItemStyle(),a=r.getCellWidth(),s=r.getCellHeight(),l=t.start.time;l<=t.end.time;l=r.getNextNDay(l,1).time){var u=r.dataToRect([l],!1).tl,c=new o.Rect({shape:{x:u[0],y:u[1],width:a,height:s},cursor:"default",style:i});n.add(c)}},_renderLines:function(e,t,n,r){var i=this,o=e.coordinateSystem,a=e.getModel("splitLine.lineStyle").getLineStyle(),s=e.get("splitLine.show"),l=a.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=t.start,c=0;u.time<=t.end.time;c++){h(u.formatedDate),0===c&&(u=o.getDateInfo(t.start.y+"-"+t.start.m));var A=u.date;A.setMonth(A.getMonth()+1),u=o.getDateInfo(A)}function h(t){i._firstDayOfMonth.push(o.getDateInfo(t)),i._firstDayPoints.push(o.dataToRect([t],!1).tl);var l=i._getLinePointsOfOneWeek(e,t,n);i._tlpoints.push(l[0]),i._blpoints.push(l[l.length-1]),s&&i._drawSplitline(l,a,r)}h(o.getNextNDay(t.end.time,1).formatedDate),s&&this._drawSplitline(i._getEdgesPoints(i._tlpoints,l,n),a,r),s&&this._drawSplitline(i._getEdgesPoints(i._blpoints,l,n),a,r)},_getEdgesPoints:function(e,t,n){var r=[e[0].slice(),e[e.length-1].slice()],i="horizontal"===n?0:1;return r[0][i]=r[0][i]-t/2,r[1][i]=r[1][i]+t/2,r},_drawSplitline:function(e,t,n){var r=new o.Polyline({z2:20,shape:{points:e},style:t});n.add(r)},_getLinePointsOfOneWeek:function(e,t,n){var r=e.coordinateSystem;t=r.getDateInfo(t);for(var i=[],o=0;o<7;o++){var a=r.getNextNDay(t.time,o),s=r.dataToRect([a.time],!1);i[2*a.day]=s.tl,i[2*a.day+1]=s["horizontal"===n?"bl":"tr"]}return i},_formatterLabel:function(e,t){return"string"===typeof e&&e?a.formatTplSimple(e,t):"function"===typeof e?e(t):t.nameMap},_yearTextPositionControl:function(e,t,n,r,i){t=t.slice();var o=["center","bottom"];"bottom"===r?(t[1]+=i,o=["center","top"]):"left"===r?t[0]-=i:"right"===r?(t[0]+=i,o=["center","top"]):t[1]-=i;var a=0;return"left"!==r&&"right"!==r||(a=Math.PI/2),{rotation:a,position:t,style:{textAlign:o[0],textVerticalAlign:o[1]}}},_renderYearText:function(e,t,n,r){var i=e.getModel("yearLabel");if(i.get("show")){var a=i.get("margin"),s=i.get("position");s||(s="horizontal"!==n?"top":"left");var l=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],u=(l[0][0]+l[1][0])/2,c=(l[0][1]+l[1][1])/2,A="horizontal"===n?0:1,h={top:[u,l[A][1]],bottom:[u,l[1-A][1]],left:[l[1-A][0],c],right:[l[A][0],c]},d=t.start.y;+t.end.y>+t.start.y&&(d=d+"-"+t.end.y);var f=i.get("formatter"),p={start:t.start.y,end:t.end.y,nameMap:d},g=this._formatterLabel(f,p),v=new o.Text({z2:30});o.setTextStyle(v.style,i,{text:g}),v.attr(this._yearTextPositionControl(v,h[s],n,s,a)),r.add(v)}},_monthTextPositionControl:function(e,t,n,r,i){var o="left",a="top",s=e[0],l=e[1];return"horizontal"===n?(l+=i,t&&(o="center"),"start"===r&&(a="bottom")):(s+=i,t&&(a="middle"),"start"===r&&(o="right")),{x:s,y:l,textAlign:o,textVerticalAlign:a}},_renderMonthText:function(e,t,n){var r=e.getModel("monthLabel");if(r.get("show")){var a=r.get("nameMap"),s=r.get("margin"),u=r.get("position"),c=r.get("align"),A=[this._tlpoints,this._blpoints];i.isString(a)&&(a=l[a.toUpperCase()]||[]);var h="start"===u?0:1,d="horizontal"===t?0:1;s="start"===u?-s:s;for(var f="center"===c,p=0;p<A[h].length-1;p++){var g=A[h][p].slice(),v=this._firstDayOfMonth[p];if(f){var m=this._firstDayPoints[p];g[d]=(m[d]+A[0][p+1][d])/2}var y=r.get("formatter"),x=a[+v.m-1],w={yyyy:v.y,yy:(v.y+"").slice(2),MM:v.m,M:+v.m,nameMap:x},_=this._formatterLabel(y,w),b=new o.Text({z2:30});i.extend(o.setTextStyle(b.style,r,{text:_}),this._monthTextPositionControl(g,f,t,u,s)),n.add(b)}}},_weekTextPositionControl:function(e,t,n,r,i){var o="center",a="middle",s=e[0],l=e[1],u="start"===n;return"horizontal"===t?(s=s+r+(u?1:-1)*i[0]/2,o=u?"right":"left"):(l=l+r+(u?1:-1)*i[1]/2,a=u?"bottom":"top"),{x:s,y:l,textAlign:o,textVerticalAlign:a}},_renderWeekText:function(e,t,n,r){var a=e.getModel("dayLabel");if(a.get("show")){var l=e.coordinateSystem,c=a.get("position"),A=a.get("nameMap"),h=a.get("margin"),d=l.getFirstDayOfWeek();i.isString(A)&&(A=u[A.toUpperCase()]||[]);var f=l.getNextNDay(t.end.time,7-t.lweek).time,p=[l.getCellWidth(),l.getCellHeight()];h=s.parsePercent(h,p["horizontal"===n?0:1]),"start"===c&&(f=l.getNextNDay(t.start.time,-(7+t.fweek)).time,h=-h);for(var g=0;g<7;g++){var v=l.getNextNDay(f,g),m=l.dataToRect([v.time],!1).center,y=g;y=Math.abs((g+d)%7);var x=new o.Text({z2:30});i.extend(o.setTextStyle(x.style,a,{text:A[y]}),this._weekTextPositionControl(m,n,c,h,p)),r.add(x)}}}});e.exports=c},ee84:function(e,t,n){var r=n("20c8"),i=n("401b"),o=i.applyTransform,a=r.CMD,s=[[],[],[]],l=Math.sqrt,u=Math.atan2;function c(e,t){var n,r,i,c,A,h=e.data,d=a.M,f=a.C,p=a.L,g=a.R,v=a.A,m=a.Q;for(i=0,c=0;i<h.length;){switch(n=h[i++],c=i,r=0,n){case d:r=1;break;case p:r=1;break;case f:r=3;break;case m:r=2;break;case v:var y=t[4],x=t[5],w=l(t[0]*t[0]+t[1]*t[1]),_=l(t[2]*t[2]+t[3]*t[3]),b=u(-t[1]/_,t[0]/w);h[i]*=w,h[i++]+=y,h[i]*=_,h[i++]+=x,h[i++]*=w,h[i++]*=_,h[i++]+=b,h[i++]+=b,i+=2,c=i;break;case g:B[0]=h[i++],B[1]=h[i++],o(B,B,t),h[c++]=B[0],h[c++]=B[1],B[0]+=h[i++],B[1]+=h[i++],o(B,B,t),h[c++]=B[0],h[c++]=B[1]}for(A=0;A<r;A++){var B=s[A];B[0]=h[i++],B[1]=h[i++],o(B,B,t),h[c++]=B[0],h[c++]=B[1]}}}e.exports=c},ee95:function(e,t,n){var r=n("3eba"),i=n("66a4");n("a04e"),n("3942"),n("dd7e"),n("347f"),r.registerPreprocessor(i)},ee98:function(e,t){function n(e){return e instanceof Array||(e=[e,e]),e}var r="lineStyle.opacity".split("."),i={seriesType:"lines",reset:function(e,t,i){var o=n(e.get("symbol")),a=n(e.get("symbolSize")),s=e.getData();function l(e,t){var i=e.getItemModel(t),o=n(i.getShallow("symbol",!0)),a=n(i.getShallow("symbolSize",!0)),s=i.get(r);o[0]&&e.setItemVisual(t,"fromSymbol",o[0]),o[1]&&e.setItemVisual(t,"toSymbol",o[1]),a[0]&&e.setItemVisual(t,"fromSymbolSize",a[0]),a[1]&&e.setItemVisual(t,"toSymbolSize",a[1]),e.setItemVisual(t,"opacity",s)}return s.setVisual("fromSymbol",o&&o[0]),s.setVisual("toSymbol",o&&o[1]),s.setVisual("fromSymbolSize",a&&a[0]),s.setVisual("toSymbolSize",a&&a[1]),s.setVisual("opacity",e.get(r)),{dataEach:s.hasItemOption?l:null}}};e.exports=i},eeea:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("0141"),s=n("f934"),l=n("3842"),u=n("5b87"),c=n("ec34");function A(e,t){var n=e.get("boundingCoords");if(null!=n){var r=n[0],i=n[1];isNaN(r[0])||isNaN(r[1])||isNaN(i[0])||isNaN(i[1])||this.setBoundingRect(r[0],r[1],i[0]-r[0],i[1]-r[1])}var o,a=this.getBoundingRect(),u=e.get("layoutCenter"),c=e.get("layoutSize"),A=t.getWidth(),h=t.getHeight(),d=a.width/a.height*this.aspectScale,f=!1;if(u&&c&&(u=[l.parsePercent(u[0],A),l.parsePercent(u[1],h)],c=l.parsePercent(c,Math.min(A,h)),isNaN(u[0])||isNaN(u[1])||isNaN(c)||(f=!0)),f){var p={};d>1?(p.width=c,p.height=c/d):(p.height=c,p.width=c*d),p.y=u[1]-p.height/2,p.x=u[0]-p.width/2}else o=e.getBoxLayoutParams(),o.aspect=d,p=s.getLayoutRect(o,{width:A,height:h});this.setViewRect(p.x,p.y,p.width,p.height),this.setCenter(e.get("center")),this.setZoom(e.get("zoom"))}function h(e,t){o.each(t.get("geoCoord"),(function(t,n){e.addGeoCoord(n,t)}))}var d={dimensions:a.prototype.dimensions,create:function(e,t){var n=[];e.eachComponent("geo",(function(e,r){var i=e.get("map"),o=e.get("aspectScale"),s=!0,l=c.retrieveMap(i);l&&l[0]&&"svg"===l[0].type?(null==o&&(o=1),s=!1):null==o&&(o=.75);var u=new a(i+r,i,e.get("nameMap"),s);u.aspectScale=o,u.zoomLimit=e.get("scaleLimit"),n.push(u),h(u,e),e.coordinateSystem=u,u.model=e,u.resize=A,u.resize(e,t)})),e.eachSeries((function(e){var t=e.get("coordinateSystem");if("geo"===t){var r=e.get("geoIndex")||0;e.coordinateSystem=n[r]}}));var r={};return e.eachSeriesByType("map",(function(e){if(!e.getHostGeoModel()){var t=e.getMapType();r[t]=r[t]||[],r[t].push(e)}})),o.each(r,(function(e,r){var i=o.map(e,(function(e){return e.get("nameMap")})),s=new a(r,r,o.mergeAll(i));s.zoomLimit=o.retrieve.apply(null,o.map(e,(function(e){return e.get("scaleLimit")}))),n.push(s),s.resize=A,s.aspectScale=e[0].get("aspectScale"),s.resize(e[0],t),o.each(e,(function(e){e.coordinateSystem=s,h(s,e)}))})),n},getFilledRegions:function(e,t,n){for(var r=(e||[]).slice(),i=o.createHashMap(),a=0;a<r.length;a++)i.set(r[a].name,r[a]);var s=u.load(t,n);return o.each(s.regions,(function(e){var t=e.name;!i.get(t)&&r.push({name:t})})),r}};i.registerCoordinateSystem("geo",d);var f=d;e.exports=f},ef08:function(e,t){var n=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},ef2b:function(e,t,n){var r=n("401b"),i=r.scaleAndAdd;function o(e,t,n){for(var o=n.rect,a=o.width,s=o.height,l=[o.x+a/2,o.y+s/2],u=null==n.gravity?.1:n.gravity,c=0;c<e.length;c++){var A=e[c];A.p||(A.p=r.create(a*(Math.random()-.5)+l[0],s*(Math.random()-.5)+l[1])),A.pp=r.clone(A.p),A.edges=null}var h=null==n.friction?.6:n.friction,d=h;return{warmUp:function(){d=.8*h},setFixed:function(t){e[t].fixed=!0},setUnfixed:function(t){e[t].fixed=!1},step:function(n){for(var o=[],a=e.length,s=0;s<t.length;s++){var c=t[s];if(!c.ignoreForceLayout){var A=c.n1,h=c.n2;r.sub(o,h.p,A.p);var f=r.len(o)-c.d,p=h.w/(A.w+h.w);isNaN(p)&&(p=0),r.normalize(o,o),!A.fixed&&i(A.p,A.p,o,p*f*d),!h.fixed&&i(h.p,h.p,o,-(1-p)*f*d)}}for(s=0;s<a;s++){var g=e[s];g.fixed||(r.sub(o,l,g.p),i(g.p,g.p,o,u*d))}for(s=0;s<a;s++){A=e[s];for(var v=s+1;v<a;v++){h=e[v];r.sub(o,h.p,A.p);f=r.len(o);0===f&&(r.set(o,Math.random()-.5,Math.random()-.5),f=1);var m=(A.rep+h.rep)/f/f;!A.fixed&&i(A.pp,A.pp,o,m),!h.fixed&&i(h.pp,h.pp,o,-m)}}var y=[];for(s=0;s<a;s++){g=e[s];g.fixed||(r.sub(y,g.p,g.pp),i(g.p,g.p,y,d),r.copy(g.pp,g.p))}d*=.992,n&&n(e,t,d<.01)}}}t.forceLayout=o},ef6a:function(e,t){function n(e,t,n,o,a,s){e=e||0;var l=n[1]-n[0];if(null!=a&&(a=i(a,[0,l])),null!=s&&(s=Math.max(s,null!=a?a:0)),"all"===o){var u=Math.abs(t[1]-t[0]);u=i(u,[0,l]),a=s=i(u,[a,s]),o=0}t[0]=i(t[0],n),t[1]=i(t[1],n);var c=r(t,o);t[o]+=e;var A=a||0,h=n.slice();c.sign<0?h[0]+=A:h[1]-=A,t[o]=i(t[o],h);var d=r(t,o);null!=a&&(d.sign!==c.sign||d.span<a)&&(t[1-o]=t[o]+c.sign*a);d=r(t,o);return null!=s&&d.span>s&&(t[1-o]=t[o]+d.sign*s),t}function r(e,t){var n=e[t]-e[1-t];return{span:Math.abs(n),sign:n>0?-1:n<0?1:t?-1:1}}function i(e,t){return Math.min(null!=t[1]?t[1]:1/0,Math.max(null!=t[0]?t[0]:-1/0,e))}e.exports=n},ef97:function(e,t,n){var r=n("3eba");n("217b"),n("f17f");var i=n("7f96"),o=n("87c3"),a=n("fdde");n("01ed"),r.registerVisual(i("line","circle","line")),r.registerLayout(o("line")),r.registerProcessor(r.PRIORITY.PROCESSOR.STATISTIC,a("line"))},ef97a:function(e,t,n){var r=n("3eba");n("2163"),n("6cd8"),n("bf9b");var i=n("7f96"),o=n("ca29");r.registerVisual(i("tree","circle")),r.registerLayout(o)},f069:function(e,t,n){"use strict";var r=n("1c0b"),i=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=r(t),this.reject=r(n)};e.exports.f=function(e){return new i(e)}},f123:function(e,t,n){var r=n("9f82"),i=r.prepareDataCoordInfo,o=r.getStackedOnPoint;function a(e,t){var n=[];return t.diff(e).add((function(e){n.push({cmd:"+",idx:e})})).update((function(e,t){n.push({cmd:"=",idx:t,idx1:e})})).remove((function(e){n.push({cmd:"-",idx:e})})).execute(),n}function s(e,t,n,r,s,l,u,c){for(var A=a(e,t),h=[],d=[],f=[],p=[],g=[],v=[],m=[],y=i(s,t,u),x=i(l,e,c),w=0;w<A.length;w++){var _=A[w],b=!0;switch(_.cmd){case"=":var B=e.getItemLayout(_.idx),C=t.getItemLayout(_.idx1);(isNaN(B[0])||isNaN(B[1]))&&(B=C.slice()),h.push(B),d.push(C),f.push(n[_.idx]),p.push(r[_.idx1]),m.push(t.getRawIndex(_.idx1));break;case"+":var S=_.idx;h.push(s.dataToPoint([t.get(y.dataDimsForPoint[0],S),t.get(y.dataDimsForPoint[1],S)])),d.push(t.getItemLayout(S).slice()),f.push(o(y,s,t,S)),p.push(r[S]),m.push(t.getRawIndex(S));break;case"-":S=_.idx;var E=e.getRawIndex(S);E!==S?(h.push(e.getItemLayout(S)),d.push(l.dataToPoint([e.get(x.dataDimsForPoint[0],S),e.get(x.dataDimsForPoint[1],S)])),f.push(n[S]),p.push(o(x,l,e,S)),m.push(E)):b=!1}b&&(g.push(_),v.push(v.length))}v.sort((function(e,t){return m[e]-m[t]}));var M=[],I=[],T=[],D=[],F=[];for(w=0;w<v.length;w++){S=v[w];M[w]=h[S],I[w]=d[S],T[w]=f[S],D[w]=p[S],F[w]=g[S]}return{current:M,next:I,stackedOnCurrent:T,stackedOnNext:D,status:F}}e.exports=s},f138:function(e,t,n){var r=n("dcb3"),i=n("ff2e"),o=n("edb9"),a=n("6679"),s=["x","y"],l=["width","height"],u=r.extend({makeElOption:function(e,t,n,r,a){var s=n.axis,l=s.coordinateSystem,u=h(l,1-A(s)),d=l.dataToPoint(t)[0],f=r.get("type");if(f&&"none"!==f){var p=i.buildElStyle(r),g=c[f](s,d,u);g.style=p,e.graphicKey=g.type,e.pointer=g}var v=o.layout(n);i.buildCartesianSingleLabelElOption(t,e,v,n,r,a)},getHandleTransform:function(e,t,n){var r=o.layout(t,{labelInside:!1});return r.labelMargin=n.get("handle.margin"),{position:i.getTransformedPosition(t.axis,e,r),rotation:r.rotation+(r.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(e,t,n,r){var i=n.axis,o=i.coordinateSystem,a=A(i),s=h(o,a),l=e.position;l[a]+=t[a],l[a]=Math.min(s[1],l[a]),l[a]=Math.max(s[0],l[a]);var u=h(o,1-a),c=(u[1]+u[0])/2,d=[c,c];return d[a]=l[a],{position:l,rotation:e.rotation,cursorPoint:d,tooltipOption:{verticalAlign:"middle"}}}}),c={line:function(e,t,n){var r=i.makeLineShape([t,n[0]],[t,n[1]],A(e));return{type:"Line",subPixelOptimize:!0,shape:r}},shadow:function(e,t,n){var r=e.getBandWidth(),o=n[1]-n[0];return{type:"Rect",shape:i.makeRectShape([t-r/2,n[0]],[r,o],A(e))}}};function A(e){return e.isHorizontal()?0:1}function h(e,t){var n=e.getRect();return[n[s[t]],n[s[t]]+n[l[t]]]}a.registerAxisPointerClass("SingleAxisPointer",u);var d=u;e.exports=d},f14c:function(e,t,n){var r=n("84d5"),i=n("f934"),o=i.mergeLayoutParam,a=i.getLayoutParams,s=r.extend({type:"legend.scroll",setScrollDataIndex:function(e){this.option.scrollDataIndex=e},defaultOption:{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800},init:function(e,t,n,r){var i=a(e);s.superCall(this,"init",e,t,n,r),l(this,e,i)},mergeOption:function(e,t){s.superCall(this,"mergeOption",e,t),l(this,this.option,e)}});function l(e,t,n){var r=e.getOrient(),i=[1,1];i[r.index]=0,o(t,n,{type:"box",ignoreSize:i})}var u=s;e.exports=u},f170:function(e,t,n){n("a87d");var r=n("697e7"),i=r.registerPainter,o=n("e9f9");i("vml",o)},f17f:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("e263"),a=o.fromPoints,s=n("f706"),l=n("1418"),u=n("f123"),c=n("2306"),A=n("e0d3"),h=n("d4d1"),d=h.Polyline,f=h.Polygon,p=n("e887"),g=n("9f82"),v=g.prepareDataCoordInfo,m=g.getStackedOnPoint,y=n("b0af"),x=y.createGridClipPath,w=y.createPolarClipPath;function _(e,t){if(e.length===t.length){for(var n=0;n<e.length;n++){var r=e[n],i=t[n];if(r[0]!==i[0]||r[1]!==i[1])return}return!0}}function b(e,t){var n=[],r=[],i=[],o=[];return a(e,n,r),a(t,i,o),Math.max(Math.abs(n[0]-i[0]),Math.abs(n[1]-i[1]),Math.abs(r[0]-o[0]),Math.abs(r[1]-o[1]))}function B(e){return"number"===typeof e?e:e?.5:0}function C(e,t,n){if(!n.valueDim)return[];for(var r=[],i=0,o=t.count();i<o;i++)r.push(m(n,e,t,i));return r}function S(e,t,n){for(var r=t.getBaseAxis(),i="x"===r.dim||"radius"===r.dim?0:1,o=[],a=0;a<e.length-1;a++){var s=e[a+1],l=e[a];o.push(l);var u=[];switch(n){case"end":u[i]=s[i],u[1-i]=l[1-i],o.push(u);break;case"middle":var c=(l[i]+s[i])/2,A=[];u[i]=A[i]=c,u[1-i]=l[1-i],A[1-i]=s[1-i],o.push(u),o.push(A);break;default:u[i]=l[i],u[1-i]=s[1-i],o.push(u)}}return e[a]&&o.push(e[a]),o}function E(e,t){var n=e.getVisual("visualMeta");if(n&&n.length&&e.count()&&"cartesian2d"===t.type){for(var r,o,a=n.length-1;a>=0;a--){var s=n[a].dimension,l=e.dimensions[s],u=e.getDimensionInfo(l);if(r=u&&u.coordDim,"x"===r||"y"===r){o=n[a];break}}if(o){var A=t.getAxis(r),h=i.map(o.stops,(function(e){return{coord:A.toGlobalCoord(A.dataToCoord(e.value)),color:e.color}})),d=h.length,f=o.outerColors.slice();d&&h[0].coord>h[d-1].coord&&(h.reverse(),f.reverse());var p=10,g=h[0].coord-p,v=h[d-1].coord+p,m=v-g;if(m<.001)return"transparent";i.each(h,(function(e){e.offset=(e.coord-g)/m})),h.push({offset:d?h[d-1].offset:.5,color:f[1]||"transparent"}),h.unshift({offset:d?h[0].offset:.5,color:f[0]||"transparent"});var y=new c.LinearGradient(0,0,0,0,h,!0);return y[r]=g,y[r+"2"]=v,y}}}function M(e,t,n){var r=e.get("showAllSymbol"),o="auto"===r;if(!r||o){var a=n.getAxesByScale("ordinal")[0];if(a&&(!o||!I(a,t))){var s=t.mapDimension(a.dim),l={};return i.each(a.getViewLabels(),(function(e){l[e.tickValue]=1})),function(e){return!l.hasOwnProperty(t.get(s,e))}}}}function I(e,t){var n=e.getExtent(),r=Math.abs(n[1]-n[0])/e.scale.count();isNaN(r)&&(r=0);for(var i=t.count(),o=Math.max(1,Math.round(i/5)),a=0;a<i;a+=o)if(1.5*l.getSymbolSize(t,a)[e.isHorizontal()?1:0]>r)return!1;return!0}function T(e,t,n){if("cartesian2d"===e.type){var r=e.getBaseAxis().isHorizontal(),i=x(e,t,n);if(!n.get("clip",!0)){var o=i.shape,a=Math.max(o.width,o.height);r?(o.y-=a,o.height+=2*a):(o.x-=a,o.width+=2*a)}return i}return w(e,t,n)}var D=p.extend({type:"line",init:function(){var e=new c.Group,t=new s;this.group.add(t.group),this._symbolDraw=t,this._lineGroup=e},render:function(e,t,n){var r=e.coordinateSystem,o=this.group,a=e.getData(),s=e.getModel("lineStyle"),l=e.getModel("areaStyle"),u=a.mapArray(a.getItemLayout),c="polar"===r.type,A=this._coordSys,h=this._symbolDraw,d=this._polyline,f=this._polygon,p=this._lineGroup,g=e.get("animation"),m=!l.isEmpty(),y=l.get("origin"),x=v(r,a,y),w=C(r,a,x),b=e.get("showSymbol"),I=b&&!c&&M(e,a,r),D=this._data;D&&D.eachItemGraphicEl((function(e,t){e.__temp&&(o.remove(e),D.setItemGraphicEl(t,null))})),b||h.remove(),o.add(p);var F,Q=!c&&e.get("step");r&&r.getArea&&e.get("clip",!0)&&(F=r.getArea(),null!=F.width?(F.x-=.1,F.y-=.1,F.width+=.2,F.height+=.2):F.r0&&(F.r0-=.5,F.r1+=.5)),this._clipShapeForSymbol=F,d&&A.type===r.type&&Q===this._step?(m&&!f?f=this._newPolygon(u,w,r,g):f&&!m&&(p.remove(f),f=this._polygon=null),p.setClipPath(T(r,!1,e)),b&&h.updateData(a,{isIgnore:I,clipShape:F}),a.eachItemGraphicEl((function(e){e.stopAnimation(!0)})),_(this._stackedOnPoints,w)&&_(this._points,u)||(g?this._updateAnimation(a,w,r,n,Q,y):(Q&&(u=S(u,r,Q),w=S(w,r,Q)),d.setShape({points:u}),f&&f.setShape({points:u,stackedOnPoints:w})))):(b&&h.updateData(a,{isIgnore:I,clipShape:F}),Q&&(u=S(u,r,Q),w=S(w,r,Q)),d=this._newPolyline(u,r,g),m&&(f=this._newPolygon(u,w,r,g)),p.setClipPath(T(r,!0,e)));var L=E(a,r)||a.getVisual("color");d.useStyle(i.defaults(s.getLineStyle(),{fill:"none",stroke:L,lineJoin:"bevel"}));var U=e.get("smooth");if(U=B(e.get("smooth")),d.setShape({smooth:U,smoothMonotone:e.get("smoothMonotone"),connectNulls:e.get("connectNulls")}),f){var O=a.getCalculationInfo("stackedOnSeries"),N=0;f.useStyle(i.defaults(l.getAreaStyle(),{fill:L,opacity:.7,lineJoin:"bevel"})),O&&(N=B(O.get("smooth"))),f.setShape({smooth:U,stackedOnSmooth:N,smoothMonotone:e.get("smoothMonotone"),connectNulls:e.get("connectNulls")})}this._data=a,this._coordSys=r,this._stackedOnPoints=w,this._points=u,this._step=Q,this._valueOrigin=y},dispose:function(){},highlight:function(e,t,n,r){var i=e.getData(),o=A.queryDataIndex(i,r);if(!(o instanceof Array)&&null!=o&&o>=0){var a=i.getItemGraphicEl(o);if(!a){var s=i.getItemLayout(o);if(!s)return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(s[0],s[1]))return;a=new l(i,o),a.position=s,a.setZ(e.get("zlevel"),e.get("z")),a.ignore=isNaN(s[0])||isNaN(s[1]),a.__temp=!0,i.setItemGraphicEl(o,a),a.stopSymbolAnimation(!0),this.group.add(a)}a.highlight()}else p.prototype.highlight.call(this,e,t,n,r)},downplay:function(e,t,n,r){var i=e.getData(),o=A.queryDataIndex(i,r);if(null!=o&&o>=0){var a=i.getItemGraphicEl(o);a&&(a.__temp?(i.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else p.prototype.downplay.call(this,e,t,n,r)},_newPolyline:function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new d({shape:{points:e},silent:!0,z2:10}),this._lineGroup.add(t),this._polyline=t,t},_newPolygon:function(e,t){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new f({shape:{points:e,stackedOnPoints:t},silent:!0}),this._lineGroup.add(n),this._polygon=n,n},_updateAnimation:function(e,t,n,r,i,o){var a=this._polyline,s=this._polygon,l=e.hostModel,A=u(this._data,e,this._stackedOnPoints,t,this._coordSys,n,this._valueOrigin,o),h=A.current,d=A.stackedOnCurrent,f=A.next,p=A.stackedOnNext;if(i&&(h=S(A.current,n,i),d=S(A.stackedOnCurrent,n,i),f=S(A.next,n,i),p=S(A.stackedOnNext,n,i)),b(h,f)>3e3||s&&b(d,p)>3e3)return a.setShape({points:f}),void(s&&s.setShape({points:f,stackedOnPoints:p}));a.shape.__points=A.current,a.shape.points=h,c.updateProps(a,{shape:{points:f}},l),s&&(s.setShape({points:h,stackedOnPoints:d}),c.updateProps(s,{shape:{points:f,stackedOnPoints:p}},l));for(var g=[],v=A.status,m=0;m<v.length;m++){var y=v[m].cmd;if("="===y){var x=e.getItemGraphicEl(v[m].idx1);x&&g.push({el:x,ptIdx:m})}}a.animators&&a.animators.length&&a.animators[0].during((function(){for(var e=0;e<g.length;e++){var t=g[e].el;t.attr("position",a.shape.__points[g[e].ptIdx])}}))},remove:function(e){var t=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl((function(e,r){e.__temp&&(t.remove(e),n.setItemGraphicEl(r,null))})),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._data=null}});e.exports=D},f183:function(e,t,n){var r=n("d012"),i=n("861d"),o=n("5135"),a=n("9bf2").f,s=n("90e3"),l=n("bb2f"),u=s("meta"),c=0,A=Object.isExtensible||function(){return!0},h=function(e){a(e,u,{value:{objectID:"O"+ ++c,weakData:{}}})},d=function(e,t){if(!i(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!o(e,u)){if(!A(e))return"F";if(!t)return"E";h(e)}return e[u].objectID},f=function(e,t){if(!o(e,u)){if(!A(e))return!0;if(!t)return!1;h(e)}return e[u].weakData},p=function(e){return l&&g.REQUIRED&&A(e)&&!o(e,u)&&h(e),e},g=e.exports={REQUIRED:!1,fastKey:d,getWeakData:f,onFreeze:p};r[u]=!0},f219:function(e,t){var n="#eee",r=function(){return{axisLine:{lineStyle:{color:n}},axisTick:{lineStyle:{color:n}},axisLabel:{textStyle:{color:n}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:n}}}},i=["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],o={color:i,backgroundColor:"#333",tooltip:{axisPointer:{lineStyle:{color:n},crossStyle:{color:n},label:{color:"#000"}}},legend:{textStyle:{color:n}},textStyle:{color:n},title:{textStyle:{color:n}},toolbox:{iconStyle:{normal:{borderColor:n}}},dataZoom:{textStyle:{color:n}},visualMap:{textStyle:{color:n}},timeline:{lineStyle:{color:n},itemStyle:{normal:{color:i[1]}},label:{normal:{textStyle:{color:n}}},controlStyle:{normal:{color:n,borderColor:n}}},timeAxis:r(),logAxis:r(),valueAxis:r(),categoryAxis:r(),line:{symbol:"circle"},graph:{color:i},gauge:{title:{textStyle:{color:n}}},candlestick:{itemStyle:{normal:{color:"#FD1050",color0:"#0CF49B",borderColor:"#FD1050",borderColor0:"#0CF49B"}}}};o.categoryAxis.splitLine.show=!1;var a=o;e.exports=a},f273:function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("fab2"),a=n("6679"),s=n("0156"),l=n("58df"),u=l.rectCoordAxisBuildSplitArea,c=l.rectCoordAxisHandleRemove,A=["axisLine","axisTickLabel","axisName"],h=["splitArea","splitLine","minorSplitLine"],d=a.extend({type:"cartesianAxis",axisPointerClass:"CartesianAxisPointer",render:function(e,t,n,a){this.group.removeAll();var l=this._axisGroup;if(this._axisGroup=new i.Group,this.group.add(this._axisGroup),e.get("show")){var u=e.getCoordSysModel(),c=s.layout(u,e),f=new o(e,c);r.each(A,f.add,f),this._axisGroup.add(f.getGroup()),r.each(h,(function(t){e.get(t+".show")&&this["_"+t](e,u)}),this),i.groupTransition(l,this._axisGroup,e),d.superCall(this,"render",e,t,n,a)}},remove:function(){c(this)},_splitLine:function(e,t){var n=e.axis;if(!n.scale.isBlank()){var o=e.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color");s=r.isArray(s)?s:[s];for(var l=t.coordinateSystem.getRect(),u=n.isHorizontal(),c=0,A=n.getTicksCoords({tickModel:o}),h=[],d=[],f=a.getLineStyle(),p=0;p<A.length;p++){var g=n.toGlobalCoord(A[p].coord);u?(h[0]=g,h[1]=l.y,d[0]=g,d[1]=l.y+l.height):(h[0]=l.x,h[1]=g,d[0]=l.x+l.width,d[1]=g);var v=c++%s.length,m=A[p].tickValue;this._axisGroup.add(new i.Line({anid:null!=m?"line_"+A[p].tickValue:null,subPixelOptimize:!0,shape:{x1:h[0],y1:h[1],x2:d[0],y2:d[1]},style:r.defaults({stroke:s[v]},f),silent:!0}))}}},_minorSplitLine:function(e,t){var n=e.axis,r=e.getModel("minorSplitLine"),o=r.getModel("lineStyle"),a=t.coordinateSystem.getRect(),s=n.isHorizontal(),l=n.getMinorTicksCoords();if(l.length)for(var u=[],c=[],A=o.getLineStyle(),h=0;h<l.length;h++)for(var d=0;d<l[h].length;d++){var f=n.toGlobalCoord(l[h][d].coord);s?(u[0]=f,u[1]=a.y,c[0]=f,c[1]=a.y+a.height):(u[0]=a.x,u[1]=f,c[0]=a.x+a.width,c[1]=f),this._axisGroup.add(new i.Line({anid:"minor_line_"+l[h][d].tickValue,subPixelOptimize:!0,shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]},style:A,silent:!0}))}},_splitArea:function(e,t){u(this,this._axisGroup,e,t)}});d.extend({type:"xAxis"}),d.extend({type:"yAxis"})},f279:function(e,t,n){var r=n("9850"),i=n("e263"),o=n("401b"),a=n("0655");function s(e,t,n){if(this.name=e,this.geometries=t,n)n=[n[0],n[1]];else{var r=this.getBoundingRect();n=[r.x+r.width/2,r.y+r.height/2]}this.center=n}s.prototype={constructor:s,properties:null,getBoundingRect:function(){var e=this._rect;if(e)return e;for(var t=Number.MAX_VALUE,n=[t,t],a=[-t,-t],s=[],l=[],u=this.geometries,c=0;c<u.length;c++)if("polygon"===u[c].type){var A=u[c].exterior;i.fromPoints(A,s,l),o.min(n,n,s),o.max(a,a,l)}return 0===c&&(n[0]=n[1]=a[0]=a[1]=0),this._rect=new r(n[0],n[1],a[0]-n[0],a[1]-n[1])},contain:function(e){var t=this.getBoundingRect(),n=this.geometries;if(!t.contain(e[0],e[1]))return!1;e:for(var r=0,i=n.length;r<i;r++)if("polygon"===n[r].type){var o=n[r].exterior,s=n[r].interiors;if(a.contain(o,e[0],e[1])){for(var l=0;l<(s?s.length:0);l++)if(a.contain(s[l]))continue e;return!0}}return!1},transformTo:function(e,t,n,i){var a=this.getBoundingRect(),s=a.width/a.height;n?i||(i=n/s):n=s*i;for(var l=new r(e,t,n,i),u=a.calculateTransform(l),c=this.geometries,A=0;A<c.length;A++)if("polygon"===c[A].type){for(var h=c[A].exterior,d=c[A].interiors,f=0;f<h.length;f++)o.applyTransform(h[f],h[f],u);for(var p=0;p<(d?d.length:0);p++)for(f=0;f<d[p].length;f++)o.applyTransform(d[p][f],d[p][f],u)}a=this._rect,a.copy(l),this.center=[a.x+a.width/2,a.y+a.height/2]},cloneShallow:function(e){null==e&&(e=this.name);var t=new s(e,this.geometries,this.center);return t._rect=this._rect,t.transformTo=null,t}};var l=s;e.exports=l},f306:function(e,t,n){var r=n("3eba"),i=n("6d8b"),o=n("88b3"),a=n("6569");n("849b"),n("217c"),n("c515");var s=5;r.extendComponentView({type:"parallel",render:function(e,t,n){this._model=e,this._api=n,this._handlers||(this._handlers={},i.each(l,(function(e,t){n.getZr().on(t,this._handlers[t]=i.bind(e,this))}),this)),o.createOrUpdate(this,"_throttledDispatchExpand",e.get("axisExpandRate"),"fixRate")},dispose:function(e,t){i.each(this._handlers,(function(e,n){t.getZr().off(n,e)})),this._handlers=null},_throttledDispatchExpand:function(e){this._dispatchExpand(e)},_dispatchExpand:function(e){e&&this._api.dispatchAction(i.extend({type:"parallelAxisExpand"},e))}});var l={mousedown:function(e){u(this,"click")&&(this._mouseDownPoint=[e.offsetX,e.offsetY])},mouseup:function(e){var t=this._mouseDownPoint;if(u(this,"click")&&t){var n=[e.offsetX,e.offsetY],r=Math.pow(t[0]-n[0],2)+Math.pow(t[1]-n[1],2);if(r>s)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]);"none"!==i.behavior&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(e){if(!this._mouseDownPoint&&u(this,"mousemove")){var t=this._model,n=t.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]),r=n.behavior;"jump"===r&&this._throttledDispatchExpand.debounceNextCall(t.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===r?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===r&&null})}}};function u(e,t){var n=e._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===t}r.registerPreprocessor(a)},f31f:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("3eba")),o=n("6d8b"),a=n("2b8c"),s=n("4319"),l=["#ddd"],u=i.extendComponentModel({type:"brush",dependencies:["geo","grid","xAxis","yAxis","parallel","series"],defaultOption:{toolbox:null,brushLink:null,seriesIndex:"all",geoIndex:null,xAxisIndex:null,yAxisIndex:null,brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(120,140,180,0.3)",borderColor:"rgba(120,140,180,0.8)"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},areas:[],brushType:null,brushOption:{},coordInfoList:[],optionUpdated:function(e,t){var n=this.option;!t&&a.replaceVisualOption(n,e,["inBrush","outOfBrush"]);var r=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:l},r.hasOwnProperty("liftZ")||(r.liftZ=5)},setAreas:function(e){e&&(this.areas=o.map(e,(function(e){return c(this.option,e)}),this))},setBrushOption:function(e){this.brushOption=c(this.option,e),this.brushType=this.brushOption.brushType}});function c(e,t){return o.merge({brushType:e.brushType,brushMode:e.brushMode,transformable:e.transformable,brushStyle:new s(e.brushStyle).getItemStyle(),removeOnClick:e.removeOnClick,z:e.z},t,!0)}var A=u;e.exports=A},f47d:function(e,t,n){var r=n("6d8b"),i=(r.assert,r.isArray),o=n("4e08");o.__DEV__;function a(e){return new s(e)}function s(e){e=e||{},this._reset=e.reset,this._plan=e.plan,this._count=e.count,this._onDirty=e.onDirty,this._dirty=!0,this.context}var l=s.prototype;l.perform=function(e){var t,n=this._upstream,r=e&&e.skip;if(this._dirty&&n){var o=this.context;o.data=o.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!r&&(t=this._plan(this.context));var a,s=d(this._modBy),l=this._modDataCount||0,u=d(e&&e.modBy),h=e&&e.modDataCount||0;function d(e){return!(e>=1)&&(e=1),e}s===u&&l===h||(t="reset"),(this._dirty||"reset"===t)&&(this._dirty=!1,a=A(this,r)),this._modBy=u,this._modDataCount=h;var f=e&&e.step;if(this._dueEnd=n?n._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var p=this._dueIndex,g=Math.min(null!=f?this._dueIndex+f:1/0,this._dueEnd);if(!r&&(a||p<g)){var v=this._progress;if(i(v))for(var m=0;m<v.length;m++)c(this,v[m],p,g,u,h);else c(this,v,p,g,u,h)}this._dueIndex=g;var y=null!=this._settedOutputEnd?this._settedOutputEnd:g;this._outputDueEnd=y}else this._dueIndex=this._outputDueEnd=null!=this._settedOutputEnd?this._settedOutputEnd:this._dueEnd;return this.unfinished()};var u=function(){var e,t,n,r,i,o={reset:function(l,u,c,A){t=l,e=u,n=c,r=A,i=Math.ceil(r/n),o.next=n>1&&r>0?s:a}};return o;function a(){return t<e?t++:null}function s(){var o=t%i*n+Math.ceil(t/i),a=t>=e?null:o<r?o:t;return t++,a}}();function c(e,t,n,r,i,o){u.reset(n,r,i,o),e._callingProgress=t,e._callingProgress({start:n,end:r,count:r-n,next:u.next},e.context)}function A(e,t){var n,r;e._dueIndex=e._outputDueEnd=e._dueEnd=0,e._settedOutputEnd=null,!t&&e._reset&&(n=e._reset(e.context),n&&n.progress&&(r=n.forceFirstProgress,n=n.progress),i(n)&&!n.length&&(n=null)),e._progress=n,e._modBy=e._modDataCount=null;var o=e._downstream;return o&&o.dirty(),r}l.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},l.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},l.pipe=function(e){(this._downstream!==e||this._dirty)&&(this._downstream=e,e._upstream=this,e.dirty())},l.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},l.getUpstream=function(){return this._upstream},l.getDownstream=function(){return this._downstream},l.setOutputEnd=function(e){this._outputDueEnd=this._settedOutputEnd=e},t.createTask=a},f4a2:function(e,t,n){var r=n("9850"),i=n("c526"),o=i.onIrrelevantElement,a=n("2306");function s(e){return e=c(e),function(t,n){return a.clipPointsByRect(t,e)}}function l(e,t){return e=c(e),function(n){var r=null!=t?t:n,i=r?e.width:e.height,o=r?e.x:e.y;return[o,o+(i||0)]}}function u(e,t,n){return e=c(e),function(r,i,a){return e.contain(i[0],i[1])&&!o(r,t,n)}}function c(e){return r.create(e)}t.makeRectPanelClipPath=s,t.makeLinearBrushOtherExtent=l,t.makeRectIsTargetByCursor=u},f5df:function(e,t,n){var r=n("00ee"),i=n("c6b6"),o=n("b622"),a=o("toStringTag"),s="Arguments"==i(function(){return arguments}()),l=function(e,t){try{return e[t]}catch(n){}};e.exports=r?i:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=l(t=Object(e),a))?n:s?i(t):"Object"==(r=i(t))&&"function"==typeof t.callee?"Arguments":r}},f5df1:function(e,t,n){},f5e6:function(e,t,n){n("1ccf"),n("b419")},f610:function(e,t,n){var r=n("2306"),i=n("f934"),o=n("6d8b"),a=n("55ac"),s=a.wrapTreePathInfo,l=8,u=8,c=5;function A(e){this.group=new r.Group,e.add(this.group)}function h(e,t,n,r,i,o){var a=[[i?e:e-c,t],[e+n,t],[e+n,t+r],[i?e:e-c,t+r]];return!o&&a.splice(2,0,[e+n+c,t+r/2]),!i&&a.push([e,t+r/2]),a}function d(e,t,n){e.eventData={componentType:"series",componentSubType:"treemap",componentIndex:t.componentIndex,seriesIndex:t.componentIndex,seriesName:t.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&s(n,t)}}A.prototype={constructor:A,render:function(e,t,n,r){var o=e.getModel("breadcrumb"),a=this.group;if(a.removeAll(),o.get("show")&&n){var s=o.getModel("itemStyle"),l=s.getModel("textStyle"),u={pos:{left:o.get("left"),right:o.get("right"),top:o.get("top"),bottom:o.get("bottom")},box:{width:t.getWidth(),height:t.getHeight()},emptyItemWidth:o.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,u,l),this._renderContent(e,u,s,l,r),i.positionElement(a,u.pos,u.box)}},_prepare:function(e,t,n){for(var r=e;r;r=r.parentNode){var i=r.getModel().get("name"),o=n.getTextRect(i),a=Math.max(o.width+2*l,t.emptyItemWidth);t.totalWidth+=a+u,t.renderList.push({node:r,text:i,width:a})}},_renderContent:function(e,t,n,a,s){for(var l=0,c=t.emptyItemWidth,A=e.get("breadcrumb.height"),f=i.getAvailableSize(t.pos,t.box),p=t.totalWidth,g=t.renderList,v=g.length-1;v>=0;v--){var m=g[v],y=m.node,x=m.width,w=m.text;p>f.width&&(p-=x-c,x=c,w=null);var _=new r.Polygon({shape:{points:h(l,0,x,A,v===g.length-1,0===v)},style:o.defaults(n.getItemStyle(),{lineJoin:"bevel",text:w,textFill:a.getTextColor(),textFont:a.getFont()}),z:10,onclick:o.curry(s,y)});this.group.add(_),d(_,e,y),l+=x+u}},remove:function(){this.group.removeAll()}};var f=A;e.exports=f},f6b4:function(e,t,n){"use strict";var r=n("c532");function i(){this.handlers=[]}i.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},i.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},i.prototype.forEach=function(e){r.forEach(this.handlers,(function(t){null!==t&&e(t)}))},e.exports=i},f6ed:function(e,t,n){var r=n("6d8b");function i(e,t){var n={};return r.each(e,(function(e){e.each(e.mapDimension("value"),(function(t,r){var i="ec-"+e.getName(r);n[i]=n[i]||[],isNaN(t)||n[i].push(t)}))})),e[0].map(e[0].mapDimension("value"),(function(r,i){for(var o,a="ec-"+e[0].getName(i),s=0,l=1/0,u=-1/0,c=n[a].length,A=0;A<c;A++)l=Math.min(l,n[a][A]),u=Math.max(u,n[a][A]),s+=n[a][A];return o="min"===t?l:"max"===t?u:"average"===t?s/c:s,0===c?NaN:o}))}function o(e){var t={};e.eachSeriesByType("map",(function(e){var n=e.getHostGeoModel(),r=n?"o"+n.id:"i"+e.getMapType();(t[r]=t[r]||[]).push(e)})),r.each(t,(function(e,t){for(var n=i(r.map(e,(function(e){return e.getData()})),e[0].get("mapValueCalculation")),o=0;o<e.length;o++)e[o].originalData=e[o].getData();for(o=0;o<e.length;o++)e[o].seriesGroup=e,e[o].needsDrawMap=0===o&&!e[o].getHostGeoModel(),e[o].setData(n.cloneShallow()),e[o].mainSeries=e[0]}))}e.exports=o},f706:function(e,t,n){var r=n("2306"),i=n("1418"),o=n("6d8b"),a=o.isObject;function s(e){this.group=new r.Group,this._symbolCtor=e||i}var l=s.prototype;function u(e,t,n,r){return t&&!isNaN(t[0])&&!isNaN(t[1])&&!(r.isIgnore&&r.isIgnore(n))&&!(r.clipShape&&!r.clipShape.contain(t[0],t[1]))&&"none"!==e.getItemVisual(n,"symbol")}function c(e){return null==e||a(e)||(e={isIgnore:e}),e||{}}function A(e){var t=e.hostModel;return{itemStyle:t.getModel("itemStyle").getItemStyle(["color"]),hoverItemStyle:t.getModel("emphasis.itemStyle").getItemStyle(),symbolRotate:t.get("symbolRotate"),symbolOffset:t.get("symbolOffset"),hoverAnimation:t.get("hoverAnimation"),labelModel:t.getModel("label"),hoverLabelModel:t.getModel("emphasis.label"),cursorStyle:t.get("cursor")}}l.updateData=function(e,t){t=c(t);var n=this.group,i=e.hostModel,o=this._data,a=this._symbolCtor,s=A(e);o||n.removeAll(),e.diff(o).add((function(r){var i=e.getItemLayout(r);if(u(e,i,r,t)){var o=new a(e,r,s);o.attr("position",i),e.setItemGraphicEl(r,o),n.add(o)}})).update((function(l,c){var A=o.getItemGraphicEl(c),h=e.getItemLayout(l);u(e,h,l,t)?(A?(A.updateData(e,l,s),r.updateProps(A,{position:h},i)):(A=new a(e,l),A.attr("position",h)),n.add(A),e.setItemGraphicEl(l,A)):n.remove(A)})).remove((function(e){var t=o.getItemGraphicEl(e);t&&t.fadeOut((function(){n.remove(t)}))})).execute(),this._data=e},l.isPersistent=function(){return!0},l.updateLayout=function(){var e=this._data;e&&e.eachItemGraphicEl((function(t,n){var r=e.getItemLayout(n);t.attr("position",r)}))},l.incrementalPrepareUpdate=function(e){this._seriesScope=A(e),this._data=null,this.group.removeAll()},l.incrementalUpdate=function(e,t,n){function r(e){e.isGroup||(e.incremental=e.useHoverLayer=!0)}n=c(n);for(var i=e.start;i<e.end;i++){var o=t.getItemLayout(i);if(u(t,o,i,n)){var a=new this._symbolCtor(t,i,this._seriesScope);a.traverse(r),a.attr("position",o),this.group.add(a),t.setItemGraphicEl(i,a)}}},l.remove=function(e){var t=this.group,n=this._data;n&&e?n.eachItemGraphicEl((function(e){e.fadeOut((function(){t.remove(e)}))})):t.removeAll()};var h=s;e.exports=h},f772:function(e,t,n){var r=n("5692"),i=n("90e3"),o=r("keys");e.exports=function(e){return o[e]||(o[e]=i(e))}},f7c6:function(e,t,n){var r=n("3eba"),i=n("e46b"),o=n("6d8b"),a=n("e0d3"),s=n("3842"),l=s.getPercentWithPrecision,u=n("7023"),c=n("2b17"),A=c.retrieveRawAttr,h=n("0f99"),d=h.makeSeriesEncodeForNameBased,f=n("c4a3"),p=r.extendSeriesModel({type:"series.pie",init:function(e){p.superApply(this,"init",arguments),this.legendVisualProvider=new f(o.bind(this.getData,this),o.bind(this.getRawData,this)),this.updateSelectedMap(this._createSelectableList()),this._defaultLabelLine(e)},mergeOption:function(e){p.superCall(this,"mergeOption",e),this.updateSelectedMap(this._createSelectableList())},getInitialData:function(e,t){return i(this,{coordDimensions:["value"],encodeDefaulter:o.curry(d,this)})},_createSelectableList:function(){for(var e=this.getRawData(),t=e.mapDimension("value"),n=[],r=0,i=e.count();r<i;r++)n.push({name:e.getName(r),value:e.get(t,r),selected:A(e,r,"selected")});return n},getDataParams:function(e){var t=this.getData(),n=p.superCall(this,"getDataParams",e),r=[];return t.each(t.mapDimension("value"),(function(e){r.push(e)})),n.percent=l(r,e,t.hostModel.get("percentPrecision")),n.$vars.push("percent"),n},_defaultLabelLine:function(e){a.defaultEmphasis(e,"labelLine",["show"]);var t=e.labelLine,n=e.emphasis.labelLine;t.show=t.show&&e.label.show,n.show=n.show&&e.emphasis.label.show},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,minShowLabelAngle:0,selectedOffset:10,hoverOffset:10,avoidLabelOverlap:!0,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:!1,show:!0,position:"outer",alignTo:"none",margin:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1},animationType:"expansion",animationTypeUpdate:"transition",animationEasing:"cubicOut"}});o.mixin(p,u);var g=p;e.exports=g},f893:function(e,t,n){e.exports={default:n("8119"),__esModule:!0}},f934:function(e,t,n){var r=n("6d8b"),i=n("9850"),o=n("3842"),a=o.parsePercent,s=n("eda2"),l=r.each,u=["left","right","top","bottom","width","height"],c=[["width","left","right"],["height","top","bottom"]];function A(e,t,n,r,i){var o=0,a=0;null==r&&(r=1/0),null==i&&(i=1/0);var s=0;t.eachChild((function(l,u){var c,A,h=l.position,d=l.getBoundingRect(),f=t.childAt(u+1),p=f&&f.getBoundingRect();if("horizontal"===e){var g=d.width+(p?-p.x+d.x:0);c=o+g,c>r||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var v=d.height+(p?-p.y+d.y:0);A=a+v,A>i||l.newline?(o+=s+n,a=0,A=v,s=d.width):s=Math.max(s,d.width)}l.newline||(h[0]=o,h[1]=a,"horizontal"===e?o=c+n:a=A+n)}))}var h=A,d=r.curry(A,"vertical"),f=r.curry(A,"horizontal");function p(e,t,n){var r=t.width,i=t.height,o=a(e.x,r),l=a(e.y,i),u=a(e.x2,r),c=a(e.y2,i);return(isNaN(o)||isNaN(parseFloat(e.x)))&&(o=0),(isNaN(u)||isNaN(parseFloat(e.x2)))&&(u=r),(isNaN(l)||isNaN(parseFloat(e.y)))&&(l=0),(isNaN(c)||isNaN(parseFloat(e.y2)))&&(c=i),n=s.normalizeCssArray(n||0),{width:Math.max(u-o-n[1]-n[3],0),height:Math.max(c-l-n[0]-n[2],0)}}function g(e,t,n){n=s.normalizeCssArray(n||0);var r=t.width,o=t.height,l=a(e.left,r),u=a(e.top,o),c=a(e.right,r),A=a(e.bottom,o),h=a(e.width,r),d=a(e.height,o),f=n[2]+n[0],p=n[1]+n[3],g=e.aspect;switch(isNaN(h)&&(h=r-c-p-l),isNaN(d)&&(d=o-A-f-u),null!=g&&(isNaN(h)&&isNaN(d)&&(g>r/o?h=.8*r:d=.8*o),isNaN(h)&&(h=g*d),isNaN(d)&&(d=h/g)),isNaN(l)&&(l=r-c-h-p),isNaN(u)&&(u=o-A-d-f),e.left||e.right){case"center":l=r/2-h/2-n[3];break;case"right":l=r-h-p;break}switch(e.top||e.bottom){case"middle":case"center":u=o/2-d/2-n[0];break;case"bottom":u=o-d-f;break}l=l||0,u=u||0,isNaN(h)&&(h=r-p-l-(c||0)),isNaN(d)&&(d=o-f-u-(A||0));var v=new i(l+n[3],u+n[0],h,d);return v.margin=n,v}function v(e,t,n,o,a){var s=!a||!a.hv||a.hv[0],l=!a||!a.hv||a.hv[1],u=a&&a.boundingMode||"all";if(s||l){var c;if("raw"===u)c="group"===e.type?new i(0,0,+t.width||0,+t.height||0):e.getBoundingRect();else if(c=e.getBoundingRect(),e.needLocalTransform()){var A=e.getLocalTransform();c=c.clone(),c.applyTransform(A)}t=g(r.defaults({width:c.width,height:c.height},t),n,o);var h=e.position,d=s?t.x-c.x:0,f=l?t.y-c.y:0;e.attr("position","raw"===u?[d,f]:[h[0]+d,h[1]+f])}}function m(e,t){return null!=e[c[t][0]]||null!=e[c[t][1]]&&null!=e[c[t][2]]}function y(e,t,n){!r.isObject(n)&&(n={});var i=n.ignoreSize;!r.isArray(i)&&(i=[i,i]);var o=s(c[0],0),a=s(c[1],1);function s(n,r){var o={},a=0,s={},c=0,h=2;if(l(n,(function(t){s[t]=e[t]})),l(n,(function(e){u(t,e)&&(o[e]=s[e]=t[e]),A(o,e)&&a++,A(s,e)&&c++})),i[r])return A(t,n[1])?s[n[2]]=null:A(t,n[2])&&(s[n[1]]=null),s;if(c!==h&&a){if(a>=h)return o;for(var d=0;d<n.length;d++){var f=n[d];if(!u(o,f)&&u(e,f)){o[f]=e[f];break}}return o}return s}function u(e,t){return e.hasOwnProperty(t)}function A(e,t){return null!=e[t]&&"auto"!==e[t]}function h(e,t,n){l(e,(function(e){t[e]=n[e]}))}h(c[0],e,o),h(c[1],e,a)}function x(e){return w({},e)}function w(e,t){return t&&e&&l(u,(function(n){t.hasOwnProperty(n)&&(e[n]=t[n])})),e}t.LOCATION_PARAMS=u,t.HV_NAMES=c,t.box=h,t.vbox=d,t.hbox=f,t.getAvailableSize=p,t.getLayoutRect=g,t.positionElement=v,t.sizeCalculable=m,t.mergeLayoutParam=y,t.getLayoutParams=x,t.copyLayoutParams=w},fa52:function(e,t,n){var r=n("3eba");n("febc"),n("dcea");var i=n("2f91"),o=n("ecf8");r.registerVisual(i),r.registerLayout(o)},fab2:function(e,t,n){var r=n("6d8b"),i=r.retrieve,o=r.defaults,a=r.extend,s=r.each,l=n("eda2"),u=n("2306"),c=n("4319"),A=n("3842"),h=A.isRadianAroundZero,d=A.remRadian,f=n("a15a"),p=f.createSymbol,g=n("1687"),v=n("401b"),m=v.applyTransform,y=n("697e"),x=y.shouldShowAllLabels,w=Math.PI,_=function(e,t){this.opt=t,this.axisModel=e,o(t,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0}),this.group=new u.Group;var n=new u.Group({position:t.position.slice(),rotation:t.rotation});n.updateTransform(),this._transform=n.transform,this._dumbGroup=n};_.prototype={constructor:_,hasBuilder:function(e){return!!b[e]},add:function(e){b[e].call(this)},getGroup:function(){return this.group}};var b={axisLine:function(){var e=this.opt,t=this.axisModel;if(t.get("axisLine.show")){var n=this.axisModel.axis.getExtent(),r=this._transform,i=[n[0],0],o=[n[1],0];r&&(m(i,i,r),m(o,o,r));var l=a({lineCap:"round"},t.getModel("axisLine.lineStyle").getLineStyle());this.group.add(new u.Line({anid:"line",subPixelOptimize:!0,shape:{x1:i[0],y1:i[1],x2:o[0],y2:o[1]},style:l,strokeContainThreshold:e.strokeContainThreshold||5,silent:!0,z2:1}));var c=t.get("axisLine.symbol"),A=t.get("axisLine.symbolSize"),h=t.get("axisLine.symbolOffset")||0;if("number"===typeof h&&(h=[h,h]),null!=c){"string"===typeof c&&(c=[c,c]),"string"!==typeof A&&"number"!==typeof A||(A=[A,A]);var d=A[0],f=A[1];s([{rotate:e.rotation+Math.PI/2,offset:h[0],r:0},{rotate:e.rotation-Math.PI/2,offset:h[1],r:Math.sqrt((i[0]-o[0])*(i[0]-o[0])+(i[1]-o[1])*(i[1]-o[1]))}],(function(t,n){if("none"!==c[n]&&null!=c[n]){var r=p(c[n],-d/2,-f/2,d,f,l.stroke,!0),o=t.r+t.offset,a=[i[0]+o*Math.cos(e.rotation),i[1]-o*Math.sin(e.rotation)];r.attr({rotation:t.rotate,position:a,silent:!0,z2:11}),this.group.add(r)}}),this)}}},axisTickLabel:function(){var e=this.axisModel,t=this.opt,n=Q(this,e,t),r=U(this,e,t);M(e,r,n),L(this,e,t)},axisName:function(){var e=this.opt,t=this.axisModel,n=i(e.axisName,t.get("name"));if(n){var r,o,s=t.get("nameLocation"),c=e.nameDirection,A=t.getModel("nameTextStyle"),h=t.get("nameGap")||0,d=this.axisModel.axis.getExtent(),f=d[0]>d[1]?-1:1,p=["start"===s?d[0]-f*h:"end"===s?d[1]+f*h:(d[0]+d[1])/2,D(s)?e.labelOffset+c*h:0],g=t.get("nameRotate");null!=g&&(g=g*w/180),D(s)?r=C(e.rotation,null!=g?g:e.rotation,c):(r=S(e,s,g||0,d),o=e.axisNameAvailableWidth,null!=o&&(o=Math.abs(o/Math.sin(r.rotation)),!isFinite(o)&&(o=null)));var v=A.getFont(),m=t.get("nameTruncate",!0)||{},y=m.ellipsis,x=i(e.nameTruncateMaxWidth,m.maxWidth,o),_=null!=y&&null!=x?l.truncateText(n,x,v,y,{minChar:2,placeholder:m.placeholder}):n,b=t.get("tooltip",!0),M=t.mainType,I={componentType:M,name:n,$vars:["name"]};I[M+"Index"]=t.componentIndex;var T=new u.Text({anid:"name",__fullText:n,__truncatedText:_,position:p,rotation:r.rotation,silent:E(t),z2:1,tooltip:b&&b.show?a({content:n,formatter:function(){return n},formatterParams:I},b):null});u.setTextStyle(T.style,A,{text:_,textFont:v,textFill:A.getTextColor()||t.get("axisLine.lineStyle.color"),textAlign:A.get("align")||r.textAlign,textVerticalAlign:A.get("verticalAlign")||r.textVerticalAlign}),t.get("triggerEvent")&&(T.eventData=B(t),T.eventData.targetType="axisName",T.eventData.name=n),this._dumbGroup.add(T),T.updateTransform(),this.group.add(T),T.decomposeTransform()}}},B=_.makeAxisEventDataBase=function(e){var t={componentType:e.mainType,componentIndex:e.componentIndex};return t[e.mainType+"Index"]=e.componentIndex,t},C=_.innerTextLayout=function(e,t,n){var r,i,o=d(t-e);return h(o)?(i=n>0?"top":"bottom",r="center"):h(o-w)?(i=n>0?"bottom":"top",r="center"):(i="middle",r=o>0&&o<w?n>0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:r,textVerticalAlign:i}};function S(e,t,n,r){var i,o,a=d(n-e.rotation),s=r[0]>r[1],l="start"===t&&!s||"start"!==t&&s;return h(a-w/2)?(o=l?"bottom":"top",i="center"):h(a-1.5*w)?(o=l?"top":"bottom",i="center"):(o="middle",i=a<1.5*w&&a>w/2?l?"left":"right":l?"right":"left"),{rotation:a,textAlign:i,textVerticalAlign:o}}var E=_.isLabelSilent=function(e){var t=e.get("tooltip");return e.get("silent")||!(e.get("triggerEvent")||t&&t.show)};function M(e,t,n){if(!x(e.axis)){var r=e.get("axisLabel.showMinLabel"),i=e.get("axisLabel.showMaxLabel");t=t||[],n=n||[];var o=t[0],a=t[1],s=t[t.length-1],l=t[t.length-2],u=n[0],c=n[1],A=n[n.length-1],h=n[n.length-2];!1===r?(I(o),I(u)):T(o,a)&&(r?(I(a),I(c)):(I(o),I(u))),!1===i?(I(s),I(A)):T(l,s)&&(i?(I(l),I(h)):(I(s),I(A)))}}function I(e){e&&(e.ignore=!0)}function T(e,t,n){var r=e&&e.getBoundingRect().clone(),i=t&&t.getBoundingRect().clone();if(r&&i){var o=g.identity([]);return g.rotate(o,o,-e.rotation),r.applyTransform(g.mul([],o,e.getLocalTransform())),i.applyTransform(g.mul([],o,t.getLocalTransform())),r.intersect(i)}}function D(e){return"middle"===e||"center"===e}function F(e,t,n,r,i){for(var o=[],a=[],s=[],l=0;l<e.length;l++){var c=e[l].coord;a[0]=c,a[1]=0,s[0]=c,s[1]=n,t&&(m(a,a,t),m(s,s,t));var A=new u.Line({anid:i+"_"+e[l].tickValue,subPixelOptimize:!0,shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:r,z2:2,silent:!0});o.push(A)}return o}function Q(e,t,n){var r=t.axis,i=t.getModel("axisTick");if(i.get("show")&&!r.scale.isBlank()){for(var a=i.getModel("lineStyle"),s=n.tickDirection*i.get("length"),l=r.getTicksCoords(),u=F(l,e._transform,s,o(a.getLineStyle(),{stroke:t.get("axisLine.lineStyle.color")}),"ticks"),c=0;c<u.length;c++)e.group.add(u[c]);return u}}function L(e,t,n){var r=t.axis,i=t.getModel("minorTick");if(i.get("show")&&!r.scale.isBlank()){var a=r.getMinorTicksCoords();if(a.length)for(var s=i.getModel("lineStyle"),l=n.tickDirection*i.get("length"),u=o(s.getLineStyle(),o(t.getModel("axisTick").getLineStyle(),{stroke:t.get("axisLine.lineStyle.color")})),c=0;c<a.length;c++)for(var A=F(a[c],e._transform,l,u,"minorticks_"+c),h=0;h<A.length;h++)e.group.add(A[h])}}function U(e,t,n){var r=t.axis,o=i(n.axisLabelShow,t.get("axisLabel.show"));if(o&&!r.scale.isBlank()){var a=t.getModel("axisLabel"),l=a.get("margin"),A=r.getViewLabels(),h=(i(n.labelRotate,a.get("rotate"))||0)*w/180,d=C(n.rotation,h,n.labelDirection),f=t.getCategories&&t.getCategories(!0),p=[],g=E(t),v=t.get("triggerEvent");return s(A,(function(i,o){var s=i.tickValue,A=i.formattedLabel,h=i.rawLabel,m=a;f&&f[s]&&f[s].textStyle&&(m=new c(f[s].textStyle,a,t.ecModel));var y=m.getTextColor()||t.get("axisLine.lineStyle.color"),x=r.dataToCoord(s),w=[x,n.labelOffset+n.labelDirection*l],_=new u.Text({anid:"label_"+s,position:w,rotation:d.rotation,silent:g,z2:10});u.setTextStyle(_.style,m,{text:A,textAlign:m.getShallow("align",!0)||d.textAlign,textVerticalAlign:m.getShallow("verticalAlign",!0)||m.getShallow("baseline",!0)||d.textVerticalAlign,textFill:"function"===typeof y?y("category"===r.type?h:"value"===r.type?s+"":s,o):y}),v&&(_.eventData=B(t),_.eventData.targetType="axisLabel",_.eventData.value=h),e._dumbGroup.add(_),_.updateTransform(),p.push(_),e.group.add(_),_.decomposeTransform()})),p}}var O=_;e.exports=O},faf5:function(e,t,n){e.exports=!n("0bad")&&!n("4b8b")((function(){return 7!=Object.defineProperty(n("05f5")("div"),"a",{get:function(){return 7}}).a}))},fb05:function(e,t,n){var r=n("6d8b"),i=r.each,o=r.isArray,a=r.isObject,s=n("26e1"),l=n("e0d3"),u=l.normalizeToArray;function c(e,t){t=t.split(",");for(var n=e,r=0;r<t.length;r++)if(n=n&&n[t[r]],null==n)break;return n}function A(e,t,n,r){t=t.split(",");for(var i,o=e,a=0;a<t.length-1;a++)i=t[a],null==o[i]&&(o[i]={}),o=o[i];(r||null==o[t[a]])&&(o[t[a]]=n)}function h(e){i(d,(function(t){t[0]in e&&!(t[1]in e)&&(e[t[1]]=e[t[0]])}))}var d=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],f=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"];function p(e,t){s(e,t),e.series=u(e.series),i(e.series,(function(e){if(a(e)){var t=e.type;if("line"===t)null!=e.clipOverflow&&(e.clip=e.clipOverflow);else if("pie"===t||"gauge"===t)null!=e.clockWise&&(e.clockwise=e.clockWise);else if("gauge"===t){var n=c(e,"pointer.color");null!=n&&A(e,"itemStyle.color",n)}h(e)}})),e.dataRange&&(e.visualMap=e.dataRange),i(f,(function(t){var n=e[t];n&&(o(n)||(n=[n]),i(n,(function(e){h(e)})))}))}e.exports=p},fb6a:function(e,t,n){"use strict";var r=n("23e7"),i=n("861d"),o=n("e8b5"),a=n("23cb"),s=n("50c4"),l=n("fc6a"),u=n("8418"),c=n("b622"),A=n("1dde"),h=n("ae40"),d=A("slice"),f=h("slice",{ACCESSORS:!0,0:0,1:2}),p=c("species"),g=[].slice,v=Math.max;r({target:"Array",proto:!0,forced:!d||!f},{slice:function(e,t){var n,r,c,A=l(this),h=s(A.length),d=a(e,h),f=a(void 0===t?h:t,h);if(o(A)&&(n=A.constructor,"function"!=typeof n||n!==Array&&!o(n.prototype)?i(n)&&(n=n[p],null===n&&(n=void 0)):n=void 0,n===Array||void 0===n))return g.call(A,d,f);for(r=new(void 0===n?Array:n)(v(f-d,0)),c=0;d<f;d++,c++)d in A&&u(r,c,A[d]);return r.length=c,r}})},fc5e:function(e,t){var n=Math.ceil,r=Math.floor;e.exports=function(e){return isNaN(e=+e)?0:(e>0?r:n)(e)}},fc6a:function(e,t,n){var r=n("44ad"),i=n("1d80");e.exports=function(e){return r(i(e))}},fc82:function(e,t,n){var r=n("4e08"),i=(r.__DEV__,n("6d8b")),o=n("1fab"),a=n("2306"),s=n("a4fe"),l=n("80f0"),u=i.curry,c=i.each,A=i.map,h=Math.min,d=Math.max,f=Math.pow,p=1e4,g=6,v=6,m="globalPan",y={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},x={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},w={brushStyle:{lineWidth:2,stroke:"rgba(0,0,0,0.3)",fill:"rgba(0,0,0,0.1)"},transformable:!0,brushMode:"single",removeOnClick:!1},_=0;function b(e){o.call(this),this._zr=e,this.group=new a.Group,this._brushType,this._brushOption,this._panels,this._track=[],this._dragging,this._covers=[],this._creatingCover,this._creatingPanel,this._enableGlobalPan,this._uid="brushController_"+_++,this._handlers={},c(ie,(function(e,t){this._handlers[t]=i.bind(e,this)}),this)}function B(e,t){var n=e._zr;e._enableGlobalPan||s.take(n,m,e._uid),S(n,e._handlers),e._brushType=t.brushType,e._brushOption=i.merge(i.clone(w),t,!0)}function C(e){var t=e._zr;s.release(t,m,e._uid),E(t,e._handlers),e._brushType=e._brushOption=null}function S(e,t){c(t,(function(t,n){e.on(n,t)}))}function E(e,t){c(t,(function(t,n){e.off(n,t)}))}function M(e,t){var n=se[t.brushType].createCover(e,t);return n.__brushOption=t,D(n,t),e.group.add(n),n}function I(e,t){var n=Q(t);return n.endCreating&&(n.endCreating(e,t),D(t,t.__brushOption)),t}function T(e,t){var n=t.__brushOption;Q(t).updateCoverShape(e,t,n.range,n)}function D(e,t){var n=t.z;null==n&&(n=p),e.traverse((function(e){e.z=n,e.z2=n}))}function F(e,t){Q(t).updateCommon(e,t),T(e,t)}function Q(e){return se[e.__brushOption.brushType]}function L(e,t,n){var r,i=e._panels;if(!i)return!0;var o=e._transform;return c(i,(function(e){e.isTargetByCursor(t,n,o)&&(r=e)})),r}function U(e,t){var n=e._panels;if(!n)return!0;var r=t.__brushOption.panelId;return null==r||n[r]}function O(e){var t=e._covers,n=t.length;return c(t,(function(t){e.group.remove(t)}),e),t.length=0,!!n}function N(e,t){var n=A(e._covers,(function(e){var t=e.__brushOption,n=i.clone(t.range);return{brushType:t.brushType,panelId:t.panelId,range:n}}));e.trigger("brush",n,{isEnd:!!t.isEnd,removeOnClick:!!t.removeOnClick})}function k(e){var t=e._track;if(!t.length)return!1;var n=t[t.length-1],r=t[0],i=n[0]-r[0],o=n[1]-r[1],a=f(i*i+o*o,.5);return a>g}function P(e){var t=e.length-1;return t<0&&(t=0),[e[0],e[t]]}function H(e,t,n,r){var i=new a.Group;return i.add(new a.Rect({name:"main",style:K(n),silent:!0,draggable:!0,cursor:"move",drift:u(e,t,i,"nswe"),ondragend:u(N,t,{isEnd:!0})})),c(r,(function(n){i.add(new a.Rect({name:n,style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:u(e,t,i,n),ondragend:u(N,t,{isEnd:!0})}))})),i}function R(e,t,n,r){var i=r.brushStyle.lineWidth||0,o=d(i,v),a=n[0][0],s=n[1][0],l=a-i/2,u=s-i/2,c=n[0][1],A=n[1][1],h=c-o+i/2,f=A-o+i/2,p=c-a,g=A-s,m=p+i,y=g+i;V(e,t,"main",a,s,p,g),r.transformable&&(V(e,t,"w",l,u,o,y),V(e,t,"e",h,u,o,y),V(e,t,"n",l,u,m,o),V(e,t,"s",l,f,m,o),V(e,t,"nw",l,u,o,o),V(e,t,"ne",h,u,o,o),V(e,t,"sw",l,f,o,o),V(e,t,"se",h,f,o,o))}function z(e,t){var n=t.__brushOption,r=n.transformable,i=t.childAt(0);i.useStyle(K(n)),i.attr({silent:!r,cursor:r?"move":"default"}),c(["w","e","n","s","se","sw","ne","nw"],(function(n){var i=t.childOfName(n),o=W(e,n);i&&i.attr({silent:!r,invisible:!r,cursor:r?x[o]+"-resize":null})}))}function V(e,t,n,r,i,o,a){var s=t.childOfName(n);s&&s.setShape(Z(J(e,t,[[r,i],[r+o,i+a]])))}function K(e){return i.defaults({strokeNoScale:!0},e.brushStyle)}function G(e,t,n,r){var i=[h(e,n),h(t,r)],o=[d(e,n),d(t,r)];return[[i[0],o[0]],[i[1],o[1]]]}function j(e){return a.getTransform(e.group)}function W(e,t){if(t.length>1){t=t.split("");var n=[W(e,t[0]),W(e,t[1])];return("e"===n[0]||"w"===n[0])&&n.reverse(),n.join("")}var r={w:"left",e:"right",n:"top",s:"bottom"},i={left:"w",right:"e",top:"n",bottom:"s"};n=a.transformDirection(r[t],j(e));return i[n]}function X(e,t,n,r,i,o,a,s){var l=r.__brushOption,u=e(l.range),A=q(n,o,a);c(i.split(""),(function(e){var t=y[e];u[t[0]][t[1]]+=A[t[0]]})),l.range=t(G(u[0][0],u[1][0],u[0][1],u[1][1])),F(n,r),N(n,{isEnd:!1})}function Y(e,t,n,r,i){var o=t.__brushOption.range,a=q(e,n,r);c(o,(function(e){e[0]+=a[0],e[1]+=a[1]})),F(e,t),N(e,{isEnd:!1})}function q(e,t,n){var r=e.group,i=r.transformCoordToLocal(t,n),o=r.transformCoordToLocal(0,0);return[i[0]-o[0],i[1]-o[1]]}function J(e,t,n){var r=U(e,t);return r&&!0!==r?r.clipPath(n,e._transform):i.clone(n)}function Z(e){var t=h(e[0][0],e[1][0]),n=h(e[0][1],e[1][1]),r=d(e[0][0],e[1][0]),i=d(e[0][1],e[1][1]);return{x:t,y:n,width:r-t,height:i-n}}function $(e,t,n){if(e._brushType&&!ae(e,t)){var r=e._zr,i=e._covers,o=L(e,t,n);if(!e._dragging)for(var a=0;a<i.length;a++){var s=i[a].__brushOption;if(o&&(!0===o||s.panelId===o.panelId)&&se[s.brushType].contain(i[a],n[0],n[1]))return}o&&r.setCursorStyle("crosshair")}}function ee(e){var t=e.event;t.preventDefault&&t.preventDefault()}function te(e,t,n){return e.childOfName("main").contain(t,n)}function ne(e,t,n,r){var o,a=e._creatingCover,s=e._creatingPanel,l=e._brushOption;if(e._track.push(n.slice()),k(e)||a){if(s&&!a){"single"===l.brushMode&&O(e);var u=i.clone(l);u.brushType=re(u.brushType,s),u.panelId=!0===s?null:s.panelId,a=e._creatingCover=M(e,u),e._covers.push(a)}if(a){var c=se[re(e._brushType,s)],A=a.__brushOption;A.range=c.getCreatingRange(J(e,a,e._track)),r&&(I(e,a),c.updateCommon(e,a)),T(e,a),o={isEnd:r}}}else r&&"single"===l.brushMode&&l.removeOnClick&&L(e,t,n)&&O(e)&&(o={isEnd:r,removeOnClick:!0});return o}function re(e,t){return"auto"===e?t.defaultBrushType:e}b.prototype={constructor:b,enableBrush:function(e){return this._brushType&&C(this),e.brushType&&B(this,e),this},setPanels:function(e){if(e&&e.length){var t=this._panels={};i.each(e,(function(e){t[e.panelId]=i.clone(e)}))}else this._panels=null;return this},mount:function(e){e=e||{},this._enableGlobalPan=e.enableGlobalPan;var t=this.group;return this._zr.add(t),t.attr({position:e.position||[0,0],rotation:e.rotation||0,scale:e.scale||[1,1]}),this._transform=t.getLocalTransform(),this},eachCover:function(e,t){c(this._covers,e,t)},updateCovers:function(e){e=i.map(e,(function(e){return i.merge(i.clone(w),e,!0)}));var t="\0-brush-index-",n=this._covers,r=this._covers=[],o=this,a=this._creatingCover;return new l(n,e,u,s).add(c).update(c).remove(A).execute(),this;function s(e,n){return(null!=e.id?e.id:t+n)+"-"+e.brushType}function u(e,t){return s(e.__brushOption,t)}function c(t,i){var s=e[t];if(null!=i&&n[i]===a)r[t]=n[i];else{var l=r[t]=null!=i?(n[i].__brushOption=s,n[i]):I(o,M(o,s));F(o,l)}}function A(e){n[e]!==a&&o.group.remove(n[e])}},unmount:function(){return this.enableBrush(!1),O(this),this._zr.remove(this.group),this},dispose:function(){this.unmount(),this.off()}},i.mixin(b,o);var ie={mousedown:function(e){if(this._dragging)oe(this,e);else if(!e.target||!e.target.draggable){ee(e);var t=this.group.transformCoordToLocal(e.offsetX,e.offsetY);this._creatingCover=null;var n=this._creatingPanel=L(this,e,t);n&&(this._dragging=!0,this._track=[t.slice()])}},mousemove:function(e){var t=e.offsetX,n=e.offsetY,r=this.group.transformCoordToLocal(t,n);if($(this,e,r),this._dragging){ee(e);var i=ne(this,e,r,!1);i&&N(this,i)}},mouseup:function(e){oe(this,e)}};function oe(e,t){if(e._dragging){ee(t);var n=t.offsetX,r=t.offsetY,i=e.group.transformCoordToLocal(n,r),o=ne(e,t,i,!0);e._dragging=!1,e._track=[],e._creatingCover=null,o&&N(e,o)}}function ae(e,t,n){var r=e._zr;return t<0||t>r.getWidth()||n<0||n>r.getHeight()}var se={lineX:le(0),lineY:le(1),rect:{createCover:function(e,t){return H(u(X,(function(e){return e}),(function(e){return e})),e,t,["w","e","n","s","se","sw","ne","nw"])},getCreatingRange:function(e){var t=P(e);return G(t[1][0],t[1][1],t[0][0],t[0][1])},updateCoverShape:function(e,t,n,r){R(e,t,n,r)},updateCommon:z,contain:te},polygon:{createCover:function(e,t){var n=new a.Group;return n.add(new a.Polyline({name:"main",style:K(t),silent:!0})),n},getCreatingRange:function(e){return e},endCreating:function(e,t){t.remove(t.childAt(0)),t.add(new a.Polygon({name:"main",draggable:!0,drift:u(Y,e,t),ondragend:u(N,e,{isEnd:!0})}))},updateCoverShape:function(e,t,n,r){t.childAt(0).setShape({points:J(e,t,n)})},updateCommon:z,contain:te}};function le(e){return{createCover:function(t,n){return H(u(X,(function(t){var n=[t,[0,100]];return e&&n.reverse(),n}),(function(t){return t[e]})),t,n,[["w","e"],["n","s"]][e])},getCreatingRange:function(t){var n=P(t),r=h(n[0][e],n[1][e]),i=d(n[0][e],n[1][e]);return[r,i]},updateCoverShape:function(t,n,r,i){var o,a=U(t,n);if(!0!==a&&a.getLinearBrushOtherExtent)o=a.getLinearBrushOtherExtent(e,t._transform);else{var s=t._zr;o=[0,[s.getWidth(),s.getHeight()][1-e]]}var l=[r,o];e&&l.reverse(),R(t,n,l,i)},updateCommon:z,contain:te}}var ue=b;e.exports=ue},fcd4:function(e,t,n){t.f=n("cc15")},fd27:function(e,t,n){var r=n("9273"),i=n("a991"),o=function(e){this.name=e||"",this.cx=0,this.cy=0,this._radiusAxis=new r,this._angleAxis=new i,this._radiusAxis.polar=this._angleAxis.polar=this};o.prototype={type:"polar",axisPointerEnabled:!0,constructor:o,dimensions:["radius","angle"],model:null,containPoint:function(e){var t=this.pointToCoord(e);return this._radiusAxis.contain(t[0])&&this._angleAxis.contain(t[1])},containData:function(e){return this._radiusAxis.containData(e[0])&&this._angleAxis.containData(e[1])},getAxis:function(e){return this["_"+e+"Axis"]},getAxes:function(){return[this._radiusAxis,this._angleAxis]},getAxesByScale:function(e){var t=[],n=this._angleAxis,r=this._radiusAxis;return n.scale.type===e&&t.push(n),r.scale.type===e&&t.push(r),t},getAngleAxis:function(){return this._angleAxis},getRadiusAxis:function(){return this._radiusAxis},getOtherAxis:function(e){var t=this._angleAxis;return e===t?this._radiusAxis:t},getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},getTooltipAxes:function(e){var t=null!=e&&"auto"!==e?this.getAxis(e):this.getBaseAxis();return{baseAxes:[t],otherAxes:[this.getOtherAxis(t)]}},dataToPoint:function(e,t){return this.coordToPoint([this._radiusAxis.dataToRadius(e[0],t),this._angleAxis.dataToAngle(e[1],t)])},pointToData:function(e,t){var n=this.pointToCoord(e);return[this._radiusAxis.radiusToData(n[0],t),this._angleAxis.angleToData(n[1],t)]},pointToCoord:function(e){var t=e[0]-this.cx,n=e[1]-this.cy,r=this.getAngleAxis(),i=r.getExtent(),o=Math.min(i[0],i[1]),a=Math.max(i[0],i[1]);r.inverse?o=a-360:a=o+360;var s=Math.sqrt(t*t+n*n);t/=s,n/=s;var l=Math.atan2(-n,t)/Math.PI*180,u=l<o?1:-1;while(l<o||l>a)l+=360*u;return[s,l]},coordToPoint:function(e){var t=e[0],n=e[1]/180*Math.PI,r=Math.cos(n)*t+this.cx,i=-Math.sin(n)*t+this.cy;return[r,i]},getArea:function(){var e=this.getAngleAxis(),t=this.getRadiusAxis(),n=t.getExtent().slice();n[0]>n[1]&&n.reverse();var r=e.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:n[0],r:n[1],startAngle:-r[0]*i,endAngle:-r[1]*i,clockwise:e.inverse,contain:function(e,t){var n=e-this.cx,r=t-this.cy,i=n*n+r*r,o=this.r,a=this.r0;return i<=o*o&&i>=a*a}}}};var a=o;e.exports=a},fd63:function(e,t,n){var r=n("42e5"),i=n("6d8b"),o=i.isFunction,a={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var n=e.getData(),i=(e.visualColorAccessPath||"itemStyle.color").split("."),a=e.get(i),s=!o(a)||a instanceof r?null:a;a&&!s||(a=e.getColorFromPalette(e.name,null,t.getSeriesCount())),n.setVisual("color",a);var l=(e.visualBorderColorAccessPath||"itemStyle.borderColor").split("."),u=e.get(l);if(n.setVisual("borderColor",u),!t.isSeriesFiltered(e)){s&&n.each((function(t){n.setItemVisual(t,"color",s(e.getDataParams(t)))}));var c=function(e,t){var n=e.getItemModel(t),r=n.get(i,!0),o=n.get(l,!0);null!=r&&e.setItemVisual(t,"color",r),null!=o&&e.setItemVisual(t,"borderColor",o)};return{dataEach:n.hasItemOption?c:null}}}};e.exports=a},fdbc:function(e,t){e.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},fdbf:function(e,t,n){var r=n("4930");e.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},fdde:function(e,t){var n={average:function(e){for(var t=0,n=0,r=0;r<e.length;r++)isNaN(e[r])||(t+=e[r],n++);return 0===n?NaN:t/n},sum:function(e){for(var t=0,n=0;n<e.length;n++)t+=e[n]||0;return t},max:function(e){for(var t=-1/0,n=0;n<e.length;n++)e[n]>t&&(t=e[n]);return isFinite(t)?t:NaN},min:function(e){for(var t=1/0,n=0;n<e.length;n++)e[n]<t&&(t=e[n]);return isFinite(t)?t:NaN},nearest:function(e){return e[0]}},r=function(e,t){return Math.round(e.length/2)};function i(e){return{seriesType:e,modifyOutputEnd:!0,reset:function(e,t,i){var o=e.getData(),a=e.get("sampling"),s=e.coordinateSystem;if("cartesian2d"===s.type&&a){var l,u=s.getBaseAxis(),c=s.getOtherAxis(u),A=u.getExtent(),h=Math.abs(A[1]-A[0]),d=Math.round(o.count()/h);if(d>1)"string"===typeof a?l=n[a]:"function"===typeof a&&(l=a),l&&e.setData(o.downSample(o.mapDimension(c.dim),1/d,l,r))}}}}e.exports=i},fe21:function(e,t,n){var r=n("e86a"),i=n("2306"),o=["textStyle","color"],a={getTextColor:function(e){var t=this.ecModel;return this.getShallow("color")||(!e&&t?t.get(o):null)},getFont:function(){return i.getFont({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},getTextRect:function(e){return r.getBoundingRect(e,this.getFont(),this.getShallow("align"),this.getShallow("verticalAlign")||this.getShallow("baseline"),this.getShallow("padding"),this.getShallow("lineHeight"),this.getShallow("rich"),this.getShallow("truncateText"))}};e.exports=a},fea9:function(e,t,n){var r=n("da84");e.exports=r.Promise},febc:function(e,t,n){var r=n("6d8b"),i=n("4f85"),o=n("e468"),a=o.seriesModelMixin,s=i.extend({type:"series.boxplot",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:2,shadowOffsetY:2,shadowColor:"rgba(0,0,0,0.4)"}},animationEasing:"elasticOut",animationDuration:800}});r.mixin(s,a,!0);var l=s;e.exports=l},fecb:function(e,t,n){var r=n("6d8b"),i=n("2145"),o=n("29a8"),a=o.toolbox.brush;function s(e,t,n){this.model=e,this.ecModel=t,this.api=n,this._brushType,this._brushMode}s.defaultOption={show:!0,type:["rect","polygon","lineX","lineY","keep","clear"],icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:r.clone(a.title)};var l=s.prototype;l.render=l.updateView=function(e,t,n){var i,o,a;t.eachComponent({mainType:"brush"},(function(e){i=e.brushType,o=e.brushOption.brushMode||"single",a|=e.areas.length})),this._brushType=i,this._brushMode=o,r.each(e.get("type",!0),(function(t){e.setIconStatus(t,("keep"===t?"multiple"===o:"clear"===t?a:t===i)?"emphasis":"normal")}))},l.getIcons=function(){var e=this.model,t=e.get("icon",!0),n={};return r.each(e.get("type",!0),(function(e){t[e]&&(n[e]=t[e])})),n},l.onclick=function(e,t,n){var r=this._brushType,i=this._brushMode;"clear"===n?(t.dispatchAction({type:"axisAreaSelect",intervals:[]}),t.dispatchAction({type:"brush",command:"clear",areas:[]})):t.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?r:r!==n&&n,brushMode:"keep"===n?"multiple"===i?"single":"multiple":i}})},i.register("brush",s);var u=s;e.exports=u},fed5:function(e,t){t.f=Object.getOwnPropertySymbols},ff2e:function(e,t,n){var r=n("6d8b"),i=n("2306"),o=n("e86a"),a=n("eda2"),s=n("1687"),l=n("697e"),u=n("fab2");function c(e){var t,n=e.get("type"),r=e.getModel(n+"Style");return"line"===n?(t=r.getLineStyle(),t.fill=null):"shadow"===n&&(t=r.getAreaStyle(),t.stroke=null),t}function A(e,t,n,r,i){var s=n.get("value"),l=d(s,t.axis,t.ecModel,n.get("seriesDataIndices"),{precision:n.get("label.precision"),formatter:n.get("label.formatter")}),u=n.getModel("label"),c=a.normalizeCssArray(u.get("padding")||0),A=u.getFont(),f=o.getBoundingRect(l,A),p=i.position,g=f.width+c[1]+c[3],v=f.height+c[0]+c[2],m=i.align;"right"===m&&(p[0]-=g),"center"===m&&(p[0]-=g/2);var y=i.verticalAlign;"bottom"===y&&(p[1]-=v),"middle"===y&&(p[1]-=v/2),h(p,g,v,r);var x=u.get("backgroundColor");x&&"auto"!==x||(x=t.get("axisLine.lineStyle.color")),e.label={shape:{x:0,y:0,width:g,height:v,r:u.get("borderRadius")},position:p.slice(),style:{text:l,textFont:A,textFill:u.getTextColor(),textPosition:"inside",textPadding:c,fill:x,stroke:u.get("borderColor")||"transparent",lineWidth:u.get("borderWidth")||0,shadowBlur:u.get("shadowBlur"),shadowColor:u.get("shadowColor"),shadowOffsetX:u.get("shadowOffsetX"),shadowOffsetY:u.get("shadowOffsetY")},z2:10}}function h(e,t,n,r){var i=r.getWidth(),o=r.getHeight();e[0]=Math.min(e[0]+t,i)-t,e[1]=Math.min(e[1]+n,o)-n,e[0]=Math.max(e[0],0),e[1]=Math.max(e[1],0)}function d(e,t,n,i,o){e=t.scale.parse(e);var a=t.scale.getLabel(e,{precision:o.precision}),s=o.formatter;if(s){var u={value:l.getAxisRawValue(t,e),axisDimension:t.dim,axisIndex:t.index,seriesData:[]};r.each(i,(function(e){var t=n.getSeriesByIndex(e.seriesIndex),r=e.dataIndexInside,i=t&&t.getDataParams(r);i&&u.seriesData.push(i)})),r.isString(s)?a=s.replace("{value}",a):r.isFunction(s)&&(a=s(u))}return a}function f(e,t,n){var r=s.create();return s.rotate(r,r,n.rotation),s.translate(r,r,n.position),i.applyTransform([e.dataToCoord(t),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],r)}function p(e,t,n,r,i,o){var a=u.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=i.get("label.margin"),A(t,r,i,o,{position:f(r.axis,e,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function g(e,t,n){return n=n||0,{x1:e[n],y1:e[1-n],x2:t[n],y2:t[1-n]}}function v(e,t,n){return n=n||0,{x:e[n],y:e[1-n],width:t[n],height:t[1-n]}}function m(e,t,n,r,i,o){return{cx:e,cy:t,r0:n,r:r,startAngle:i,endAngle:o,clockwise:!0}}t.buildElStyle=c,t.buildLabelElOption=A,t.getValueLabel=d,t.getTransformedPosition=f,t.buildCartesianSingleLabelElOption=p,t.makeLineShape=g,t.makeRectShape=v,t.makeSectorShape=m}}]);