;/*!node_modules/zrender/lib/core/env.js*/ define("node_modules/zrender/lib/core/env",function(e,o,n){function t(e){var o={},n={},t=e.match(/Firefox\/([\d.]+)/),r=e.match(/MSIE\s([\d.]+)/)||e.match(/Trident\/.+?rv:(([\d.]+))/),d=e.match(/Edge\/([\d.]+)/),s=/micromessenger/i.test(e);return t&&(n.firefox=!0,n.version=t[1]),r&&(n.ie=!0,n.version=r[1]),d&&(n.edge=!0,n.version=d[1]),s&&(n.weChat=!0),{browser:n,os:o,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)}}var r={};r="object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?{browser:{},os:{},node:!1,wxa:!0,canvasSupported:!0,svgSupported:!1,touchEventsSupported:!0}:"undefined"==typeof document&&"undefined"!=typeof self?{browser:{},os:{},node:!1,worker:!0,canvasSupported:!0}:"undefined"==typeof navigator?{browser:{},os:{},node:!0,worker:!1,canvasSupported:!0,svgSupported:!0}:t(navigator.userAgent);var d=r;n.exports=d}); ;/*!node_modules/zrender/lib/core/vector.js*/ define("node_modules/zrender/lib/core/vector",function(n,r){function t(n,r){var t=new x(2);return null==n&&(n=0),null==r&&(r=0),t[0]=n,t[1]=r,t}function e(n,r){return n[0]=r[0],n[1]=r[1],n}function u(n){var r=new x(2);return r[0]=n[0],r[1]=n[1],r}function i(n,r,t){return n[0]=r,n[1]=t,n}function o(n,r,t){return n[0]=r[0]+t[0],n[1]=r[1]+t[1],n}function a(n,r,t,e){return n[0]=r[0]+t[0]*e,n[1]=r[1]+t[1]*e,n}function c(n,r,t){return n[0]=r[0]-t[0],n[1]=r[1]-t[1],n}function f(n){return Math.sqrt(l(n))}function l(n){return n[0]*n[0]+n[1]*n[1]}function d(n,r,t){return n[0]=r[0]*t[0],n[1]=r[1]*t[1],n}function s(n,r,t){return n[0]=r[0]/t[0],n[1]=r[1]/t[1],n}function m(n,r){return n[0]*r[0]+n[1]*r[1]}function h(n,r,t){return n[0]=r[0]*t,n[1]=r[1]*t,n}function v(n,r){var t=f(r);return 0===t?(n[0]=0,n[1]=0):(n[0]=r[0]/t,n[1]=r[1]/t),n}function q(n,r){return Math.sqrt((n[0]-r[0])*(n[0]-r[0])+(n[1]-r[1])*(n[1]-r[1]))}function y(n,r){return(n[0]-r[0])*(n[0]-r[0])+(n[1]-r[1])*(n[1]-r[1])}function M(n,r){return n[0]=-r[0],n[1]=-r[1],n}function p(n,r,t,e){return n[0]=r[0]+e*(t[0]-r[0]),n[1]=r[1]+e*(t[1]-r[1]),n}function A(n,r,t){var e=r[0],u=r[1];return n[0]=t[0]*e+t[2]*u+t[4],n[1]=t[1]*e+t[3]*u+t[5],n}function S(n,r,t){return n[0]=Math.min(r[0],t[0]),n[1]=Math.min(r[1],t[1]),n}function g(n,r,t){return n[0]=Math.max(r[0],t[0]),n[1]=Math.max(r[1],t[1]),n}var x="undefined"==typeof Float32Array?Array:Float32Array,b=f,w=l,z=q,F=y;r.create=t,r.copy=e,r.clone=u,r.set=i,r.add=o,r.scaleAndAdd=a,r.sub=c,r.len=f,r.length=b,r.lenSquare=l,r.lengthSquare=w,r.mul=d,r.div=s,r.dot=m,r.scale=h,r.normalize=v,r.distance=q,r.dist=z,r.distanceSquare=y,r.distSquare=F,r.negate=M,r.lerp=p,r.applyTransform=A,r.min=S,r.max=g}); ;/*!node_modules/zrender/lib/core/matrix.js*/ define("node_modules/zrender/lib/core/matrix",function(n,r){function t(){var n=new v(6);return e(n),n}function e(n){return n[0]=1,n[1]=0,n[2]=0,n[3]=1,n[4]=0,n[5]=0,n}function u(n,r){return n[0]=r[0],n[1]=r[1],n[2]=r[2],n[3]=r[3],n[4]=r[4],n[5]=r[5],n}function a(n,r,t){var e=r[0]*t[0]+r[2]*t[1],u=r[1]*t[0]+r[3]*t[1],a=r[0]*t[2]+r[2]*t[3],o=r[1]*t[2]+r[3]*t[3],i=r[0]*t[4]+r[2]*t[5]+r[4],c=r[1]*t[4]+r[3]*t[5]+r[5];return n[0]=e,n[1]=u,n[2]=a,n[3]=o,n[4]=i,n[5]=c,n}function o(n,r,t){return n[0]=r[0],n[1]=r[1],n[2]=r[2],n[3]=r[3],n[4]=r[4]+t[0],n[5]=r[5]+t[1],n}function i(n,r,t){var e=r[0],u=r[2],a=r[4],o=r[1],i=r[3],c=r[5],f=Math.sin(t),l=Math.cos(t);return n[0]=e*l+o*f,n[1]=-e*f+o*l,n[2]=u*l+i*f,n[3]=-u*f+l*i,n[4]=l*a+f*c,n[5]=l*c-f*a,n}function c(n,r,t){var e=t[0],u=t[1];return n[0]=r[0]*e,n[1]=r[1]*u,n[2]=r[2]*e,n[3]=r[3]*u,n[4]=r[4]*e,n[5]=r[5]*u,n}function f(n,r){var t=r[0],e=r[2],u=r[4],a=r[1],o=r[3],i=r[5],c=t*o-a*e;return c?(c=1/c,n[0]=o*c,n[1]=-a*c,n[2]=-e*c,n[3]=t*c,n[4]=(e*i-o*u)*c,n[5]=(a*u-t*i)*c,n):null}function l(n){var r=t();return u(r,n),r}var v="undefined"==typeof Float32Array?Array:Float32Array;r.create=t,r.identity=e,r.copy=u,r.mul=a,r.translate=o,r.rotate=i,r.scale=c,r.invert=f,r.clone=l}); ;/*!node_modules/zrender/lib/core/BoundingRect.js*/ define("node_modules/zrender/lib/core/BoundingRect",function(t,i,h){function e(t,i,h,e){0>h&&(t+=h,h=-h),0>e&&(i+=e,e=-e),this.x=t,this.y=i,this.width=h,this.height=e}var n=t("node_modules/zrender/lib/core/vector"),s=t("node_modules/zrender/lib/core/matrix"),r=n.applyTransform,o=Math.min,a=Math.max;e.prototype={constructor:e,union:function(t){var i=o(t.x,this.x),h=o(t.y,this.y);this.width=a(t.x+t.width,this.x+this.width)-i,this.height=a(t.y+t.height,this.y+this.height)-h,this.x=i,this.y=h},applyTransform:function(){var t=[],i=[],h=[],e=[];return function(n){if(n){t[0]=h[0]=this.x,t[1]=e[1]=this.y,i[0]=e[0]=this.x+this.width,i[1]=h[1]=this.y+this.height,r(t,t,n),r(i,i,n),r(h,h,n),r(e,e,n),this.x=o(t[0],i[0],h[0],e[0]),this.y=o(t[1],i[1],h[1],e[1]);var s=a(t[0],i[0],h[0],e[0]),c=a(t[1],i[1],h[1],e[1]);this.width=s-this.x,this.height=c-this.y}}}(),calculateTransform:function(t){var i=this,h=t.width/i.width,e=t.height/i.height,n=s.create();return s.translate(n,n,[-i.x,-i.y]),s.scale(n,n,[h,e]),s.translate(n,n,[t.x,t.y]),n},intersect:function(t){if(!t)return!1;t instanceof e||(t=e.create(t));var i=this,h=i.x,n=i.x+i.width,s=i.y,r=i.y+i.height,o=t.x,a=t.x+t.width,c=t.y,d=t.y+t.height;return!(o>n||h>a||c>r||s>d)},contain:function(t,i){var h=this;return t>=h.x&&t<=h.x+h.width&&i>=h.y&&i<=h.y+h.height},clone:function(){return new e(this.x,this.y,this.width,this.height)},copy:function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},plain:function(){return{x:this.x,y:this.y,width:this.width,height:this.height}}},e.create=function(t){return new e(t.x,t.y,t.width,t.height)};var c=e;h.exports=c}); ;/*!node_modules/zrender/lib/core/LRU.js*/ define("node_modules/zrender/lib/core/LRU",function(t,e,i){var n=function(){this.head=null,this.tail=null,this._len=0},l=n.prototype;l.insert=function(t){var e=new s(t);return this.insertEntry(e),e},l.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},l.remove=function(t){var e=t.prev,i=t.next;e?e.next=i:this.head=i,i?i.prev=e:this.tail=e,t.next=t.prev=null,this._len--},l.len=function(){return this._len},l.clear=function(){this.head=this.tail=null,this._len=0};var s=function(t){this.value=t,this.next,this.prev},r=function(t){this._list=new n,this._map={},this._maxSize=t||10,this._lastRemovedEntry=null},h=r.prototype;h.put=function(t,e){var i=this._list,n=this._map,l=null;if(null==n[t]){var r=i.len(),h=this._lastRemovedEntry;if(r>=this._maxSize&&r>0){var a=i.head;i.remove(a),delete n[a.key],l=a.value,this._lastRemovedEntry=a}h?h.value=e:h=new s(e),h.key=t,i.insertEntry(h),n[t]=h}return l},h.get=function(t){var e=this._map[t],i=this._list;return null!=e?(e!==i.tail&&(i.remove(e),i.insertEntry(e)),e.value):void 0},h.clear=function(){this._list.clear(),this._map={}};var a=r;i.exports=a}); ;/*!node_modules/zrender/lib/tool/color.js*/ define("node_modules/zrender/lib/tool/color",function(e,r){function n(e){return e=Math.round(e),0>e?0:e>255?255:e}function a(e){return e=Math.round(e),0>e?0:e>360?360:e}function l(e){return 0>e?0:e>1?1:e}function t(e){return n(e.length&&"%"===e.charAt(e.length-1)?parseFloat(e)/100*255:parseInt(e,10))}function i(e){return l(e.length&&"%"===e.charAt(e.length-1)?parseFloat(e)/100:parseFloat(e))}function o(e,r,n){return 0>n?n+=1:n>1&&(n-=1),1>6*n?e+(r-e)*n*6:1>2*n?r:2>3*n?e+(r-e)*(2/3-n)*6:e}function u(e,r,n){return e+(r-e)*n}function g(e,r,n,a,l){return e[0]=r,e[1]=n,e[2]=a,e[3]=l,e}function d(e,r){return e[0]=r[0],e[1]=r[1],e[2]=r[2],e[3]=r[3],e}function s(e,r){I&&d(I,r),I=x.put(e,I||r.slice())}function h(e,r){if(e){r=r||[];var n=x.get(e);if(n)return d(r,n);e+="";var a=e.replace(/ /g,"").toLowerCase();if(a in M)return d(r,M[a]),s(e,r),r;if("#"!==a.charAt(0)){var l=a.indexOf("("),o=a.indexOf(")");if(-1!==l&&o+1===a.length){var u=a.substr(0,l),h=a.substr(l+1,o-(l+1)).split(","),f=1;switch(u){case"rgba":if(4!==h.length)return void g(r,0,0,0,1);f=i(h.pop());case"rgb":return 3!==h.length?void g(r,0,0,0,1):(g(r,t(h[0]),t(h[1]),t(h[2]),f),s(e,r),r);case"hsla":return 4!==h.length?void g(r,0,0,0,1):(h[3]=i(h[3]),c(h,r),s(e,r),r);case"hsl":return 3!==h.length?void g(r,0,0,0,1):(c(h,r),s(e,r),r);default:return}}g(r,0,0,0,1)}else{if(4===a.length){var m=parseInt(a.substr(1),16);return m>=0&&4095>=m?(g(r,(3840&m)>>4|(3840&m)>>8,240&m|(240&m)>>4,15&m|(15&m)<<4,1),s(e,r),r):void g(r,0,0,0,1)}if(7===a.length){var m=parseInt(a.substr(1),16);return m>=0&&16777215>=m?(g(r,(16711680&m)>>16,(65280&m)>>8,255&m,1),s(e,r),r):void g(r,0,0,0,1)}}}}function c(e,r){var a=(parseFloat(e[0])%360+360)%360/360,l=i(e[1]),t=i(e[2]),u=.5>=t?t*(l+1):t+l-t*l,d=2*t-u;return r=r||[],g(r,n(255*o(d,u,a+1/3)),n(255*o(d,u,a)),n(255*o(d,u,a-1/3)),1),4===e.length&&(r[3]=e[3]),r}function f(e){if(e){var r,n,a=e[0]/255,l=e[1]/255,t=e[2]/255,i=Math.min(a,l,t),o=Math.max(a,l,t),u=o-i,g=(o+i)/2;if(0===u)r=0,n=0;else{n=.5>g?u/(o+i):u/(2-o-i);var d=((o-a)/6+u/2)/u,s=((o-l)/6+u/2)/u,h=((o-t)/6+u/2)/u;a===o?r=h-s:l===o?r=1/3+d-h:t===o&&(r=2/3+s-d),0>r&&(r+=1),r>1&&(r-=1)}var c=[360*r,n,g];return null!=e[3]&&c.push(e[3]),c}}function m(e,r){var n=h(e);if(n){for(var a=0;3>a;a++)n[a]=0>r?n[a]*(1-r)|0:(255-n[a])*r+n[a]|0,n[a]>255?n[a]=255:e[a]<0&&(n[a]=0);return w(n,4===n.length?"rgba":"rgb")}}function b(e){var r=h(e);return r?((1<<24)+(r[0]<<16)+(r[1]<<8)+ +r[2]).toString(16).slice(1):void 0}function p(e,r,a){if(r&&r.length&&e>=0&&1>=e){a=a||[];var t=e*(r.length-1),i=Math.floor(t),o=Math.ceil(t),g=r[i],d=r[o],s=t-i;return a[0]=n(u(g[0],d[0],s)),a[1]=n(u(g[1],d[1],s)),a[2]=n(u(g[2],d[2],s)),a[3]=l(u(g[3],d[3],s)),a}}function v(e,r,a){if(r&&r.length&&e>=0&&1>=e){var t=e*(r.length-1),i=Math.floor(t),o=Math.ceil(t),g=h(r[i]),d=h(r[o]),s=t-i,c=w([n(u(g[0],d[0],s)),n(u(g[1],d[1],s)),n(u(g[2],d[2],s)),l(u(g[3],d[3],s))],"rgba");return a?{color:c,leftIndex:i,rightIndex:o,value:t}:c}}function y(e,r,n,l){return e=h(e),e?(e=f(e),null!=r&&(e[0]=a(r)),null!=n&&(e[1]=i(n)),null!=l&&(e[2]=i(l)),w(c(e),"rgba")):void 0}function k(e,r){return e=h(e),e&&null!=r?(e[3]=l(r),w(e,"rgba")):void 0}function w(e,r){if(e&&e.length){var n=e[0]+","+e[1]+","+e[2];return("rgba"===r||"hsva"===r||"hsla"===r)&&(n+=","+e[3]),r+"("+n+")"}}var q=e("node_modules/zrender/lib/core/LRU"),M={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]},x=new q(20),I=null,A=p,F=v;r.parse=h,r.lift=m,r.toHex=b,r.fastLerp=p,r.fastMapToColor=A,r.lerp=v,r.mapToColor=F,r.modifyHSL=y,r.modifyAlpha=k,r.stringify=w}); ;/*!node_modules/zrender/lib/graphic/helper/image.js*/ define("node_modules/zrender/lib/graphic/helper/image",function(e,n){function r(e){if("string"==typeof e){var n=d.get(e);return n&&n.image}return e}function i(e,n,r,i,g){if(e){if("string"==typeof e){if(n&&n.__zrImageSrc===e||!r)return n;var c=d.get(e),o={hostEl:r,cb:i,cbPayload:g};return c?(n=c.image,!a(n)&&c.pending.push(o)):(!n&&(n=new Image),n.onload=t,d.put(e,n.__cachedImgObj={image:n,pending:[o]}),n.src=n.__zrImageSrc=e),n}return e}return n}function t(){var e=this.__cachedImgObj;this.onload=this.__cachedImgObj=null;for(var n=0;no;o++)t[o]=e(r[o])}}else if(H[n]){if(!T(r)){var u=r.constructor;if(r.constructor.from)t=u.from(r);else{t=new u(r.length);for(var o=0,i=r.length;i>o;o++)t[o]=e(r[o])}}}else if(!G[n]&&!T(r)&&!x(r)){t={};for(var c in r)r.hasOwnProperty(c)&&(t[c]=e(r[c]))}return t}function o(r,t,n){if(!O(t)||!O(r))return n?e(t):r;for(var i in t)if(t.hasOwnProperty(i)){var u=r[i],c=t[i];!O(c)||!O(u)||d(c)||d(u)||x(c)||x(u)||C(c)||C(u)||T(c)||T(u)?!n&&i in r||(r[i]=e(t[i],!0)):o(u,c,n)}return r}function i(r,t){for(var n=r[0],e=1,i=r.length;i>e;e++)n=o(n,r[e],t);return n}function u(r,t){for(var n in t)t.hasOwnProperty(n)&&(r[n]=t[n]);return r}function c(r,t,n){for(var e in t)t.hasOwnProperty(e)&&(n?null!=t[e]:null==r[e])&&(r[e]=t[e]);return r}function a(){return Y||(Y=X().getContext("2d")),Y}function f(r,t){if(r){if(r.indexOf)return r.indexOf(t);for(var n=0,e=r.length;e>n;n++)if(r[n]===t)return n}return-1}function l(r,t){function n(){}var e=r.prototype;n.prototype=t.prototype,r.prototype=new n;for(var o in e)r.prototype[o]=e[o];r.prototype.constructor=r,r.superClass=t}function s(r,t,n){r="prototype"in r?r.prototype:r,t="prototype"in t?t.prototype:t,c(r,t,n)}function p(r){return r?"string"==typeof r?!1:"number"==typeof r.length:void 0}function y(r,t,n){if(r&&t)if(r.forEach&&r.forEach===M)r.forEach(t,n);else if(r.length===+r.length)for(var e=0,o=r.length;o>e;e++)t.call(n,r[e],e,r);else for(var i in r)r.hasOwnProperty(i)&&t.call(n,r[i],i,r)}function h(r,t,n){if(r&&t){if(r.map&&r.map===Q)return r.map(t,n);for(var e=[],o=0,i=r.length;i>o;o++)e.push(t.call(n,r[o],o,r));return e}}function v(r,t,n,e){if(r&&t){if(r.reduce&&r.reduce===V)return r.reduce(t,n,e);for(var o=0,i=r.length;i>o;o++)n=t.call(e,n,r[o],o,r);return n}}function g(r,t,n){if(r&&t){if(r.filter&&r.filter===R)return r.filter(t,n);for(var e=[],o=0,i=r.length;i>o;o++)t.call(n,r[o],o,r)&&e.push(r[o]);return e}}function m(r,t,n){if(r&&t)for(var e=0,o=r.length;o>e;e++)if(t.call(n,r[e],e,r))return r[e]}function b(r,t){var n=J.call(arguments,2);return function(){return r.apply(t,n.concat(J.call(arguments)))}}function j(r){var t=J.call(arguments,1);return function(){return r.apply(this,t.concat(J.call(arguments)))}}function d(r){return"[object Array]"===K.call(r)}function A(r){return"function"==typeof r}function w(r){return"[object String]"===K.call(r)}function O(r){var t=typeof r;return"function"===t||!!r&&"object"==t}function C(r){return!!G[K.call(r)]}function F(r){return!!H[K.call(r)]}function x(r){return"object"==typeof r&&"number"==typeof r.nodeType&&"object"==typeof r.ownerDocument}function E(r){return r!==r}function P(){for(var r=0,t=arguments.length;t>r;r++)if(null!=arguments[r])return arguments[r]}function _(r,t){return null!=r?r:t}function I(r,t,n){return null!=r?r:null!=t?t:n}function U(){return Function.call.apply(J,arguments)}function D(r){if("number"==typeof r)return[r,r,r,r];var t=r.length;return 2===t?[r[0],r[1],r[0],r[1]]:3===t?[r[0],r[1],r[2],r[1]]:r}function S(r,t){if(!r)throw new Error(t)}function z(r){return null==r?null:"function"==typeof r.trim?r.trim():r.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}function N(r){r[Z]=!0}function T(r){return r[Z]}function $(r){function t(r,t){n?e.set(r,t):e.set(t,r)}var n=d(r),e=this;r instanceof $?r.each(t):r&&y(r,t)}function k(r){return new $(r)}function q(r,t){for(var n=new r.constructor(r.length+t.length),e=0;ea;a++)r=Math.max(x(n[a],e).width,r);return I>R&&(I=0,L={}),I++,L[i]=r,r}function r(t,e,i,n,r,h,l){return h?o(t,e,i,n,r,h,l):a(t,e,i,n,r,l)}function a(t,e,i,r,a,o){var d=m(t,e,a,o),s=n(t,e);a&&(s+=a[1]+a[3]);var u=d.outerHeight,g=h(0,s,i),c=l(0,u,r),f=new W(g,c,s,u);return f.lineHeight=d.lineHeight,f}function o(t,e,i,n,r,a,o){var d=v(t,{rich:a,truncate:o,font:e,textAlign:i,textPadding:r}),s=d.outerWidth,u=d.outerHeight,g=h(0,s,i),c=l(0,u,n);return new W(g,c,s,u)}function h(t,e,i){return"right"===i?t-=e:"center"===i&&(t-=e/2),t}function l(t,e,i){return"middle"===i?t-=e/2:"bottom"===i&&(t-=e),t}function d(t,e,i){var n=e.x,r=e.y,a=e.height,o=e.width,h=a/2,l="left",d="top";switch(t){case"left":n-=i,r+=h,l="right",d="middle";break;case"right":n+=i+o,r+=h,d="middle";break;case"top":n+=o/2,r-=i,l="center",d="bottom";break;case"bottom":n+=o/2,r+=a+i,l="center";break;case"inside":n+=o/2,r+=h,l="center",d="middle";break;case"insideLeft":n+=i,r+=h,d="middle";break;case"insideRight":n+=o-i,r+=h,l="right",d="middle";break;case"insideTop":n+=o/2,r+=i,l="center";break;case"insideBottom":n+=o/2,r+=a-i,l="center",d="bottom";break;case"insideTopLeft":n+=i,r+=i;break;case"insideTopRight":n+=o-i,r+=i,l="right";break;case"insideBottomLeft":n+=i,r+=a-i,d="bottom";break;case"insideBottomRight":n+=o-i,r+=a-i,l="right",d="bottom"}return{x:n,y:r,textAlign:l,textVerticalAlign:d}}function s(t,e,i,n,r){if(!e)return"";var a=(t+"").split("\n");r=u(e,i,n,r);for(var o=0,h=a.length;h>o;o++)a[o]=g(a[o],r);return a.join("\n")}function u(t,e,i,r){r=C({},r),r.font=e;var i=w(i,"...");r.maxIterations=w(r.maxIterations,2);var a=r.minChar=w(r.minChar,0);r.cnCharWidth=n("国",e);var o=r.ascCharWidth=n("a",e);r.placeholder=w(r.placeholder,"");for(var h=t=Math.max(0,t-1),l=0;a>l&&h>=o;l++)h-=o;var d=n(i);return d>h&&(i="",d=0),h=t-d,r.ellipsis=i,r.ellipsisWidth=d,r.contentWidth=h,r.containerWidth=t,r}function g(t,e){var i=e.containerWidth,r=e.font,a=e.contentWidth;if(!i)return"";var o=n(t,r);if(i>=o)return t;for(var h=0;;h++){if(a>=o||h>=e.maxIterations){t+=e.ellipsis;break}var l=0===h?c(t,a,e.ascCharWidth,e.cnCharWidth):o>0?Math.floor(t.length*a/o):0;t=t.substr(0,l),o=n(t,r)}return""===t&&(t=e.placeholder),t}function c(t,e,i,n){for(var r=0,a=0,o=t.length;o>a&&e>r;a++){var h=t.charCodeAt(a);r+=h>=0&&127>=h?i:n}return a}function f(t){return n("国",t)}function x(t,e){return F.measureText(t,e)}function m(t,e,i,n){null!=t&&(t+="");var r=f(e),a=t?t.split("\n"):[],o=a.length*r,h=o;if(i&&(h+=i[0]+i[2]),t&&n){var l=n.outerHeight,d=n.outerWidth;if(null!=l&&h>l)t="",a=[];else if(null!=d)for(var s=u(d-(i?i[1]+i[3]:0),e,n.ellipsis,{minChar:n.minChar,placeholder:n.placeholder}),c=0,x=a.length;x>c;c++)a[c]=g(a[c],s)}return{lines:a,height:o,outerHeight:h,lineHeight:r}}function v(t,e){var i={lines:[],width:0,height:0};if(null!=t&&(t+=""),!t)return i;for(var r,a=z.lastIndex=0;null!=(r=z.exec(t));){var o=r.index;o>a&&p(i,t.substring(a,o)),p(i,r[2],r[1]),a=z.lastIndex}am)return{lines:[],width:0,height:0};C.textWidth=n(C.text,I);var B=y.textWidth,F=null==B||"auto"===B;if("string"==typeof B&&"%"===B.charAt(B.length-1))C.percentWidth=B,u.push(C),B=0;else{if(F){B=C.textWidth;var M=y.textBackgroundColor,P=M&&M.image;P&&(P=H.findExistImage(P),H.isImageReady(P)&&(B=Math.max(B,P.width*R/P.height)))}var _=L?L[1]+L[3]:0;B+=_;var j=null!=x?x-k:null;null!=j&&B>j&&(!F||_>j?(C.text="",C.textWidth=B=0):(C.text=s(C.text,j-_,I,c.ellipsis,{minChar:c.minChar}),C.textWidth=n(C.text,I),B=C.textWidth+_))}k+=C.width=B,y&&(W=Math.max(W,C.lineHeight))}b.width=k,b.lineHeight=W,l+=W,d=Math.max(d,k)}i.outerWidth=i.width=w(e.textWidth,d),i.outerHeight=i.height=w(e.textHeight,l),g&&(i.outerWidth+=g[1]+g[3],i.outerHeight+=g[0]+g[2]);for(var v=0;vl&&(i+=l,l=-l),0>c&&(o+=c,c=-c),"number"==typeof d?t=a=h=r=d:d instanceof Array?1===d.length?t=a=h=r=d[0]:2===d.length?(t=h=d[0],a=r=d[1]):3===d.length?(t=d[0],a=r=d[1],h=d[2]):(t=d[0],a=d[1],h=d[2],r=d[3]):t=a=h=r=0;var P;t+a>l&&(P=t+a,t*=l/P,a*=l/P),h+r>l&&(P=h+r,h*=l/P,r*=l/P),a+h>c&&(P=a+h,a*=c/P,h*=c/P),t+r>c&&(P=t+r,t*=c/P,r*=c/P),e.moveTo(i+t,o),e.lineTo(i+l-a,o),0!==a&&e.arc(i+l-a,o+a,a,-Math.PI/2,0),e.lineTo(i+l,o+c-h),0!==h&&e.arc(i+l-h,o+c-h,h,0,Math.PI/2),e.lineTo(i+r,o+c),0!==r&&e.arc(i+r,o+c-r,r,Math.PI/2,Math.PI),e.lineTo(i,o+t),0!==t&&e.arc(i+t,o+t,t,Math.PI,1.5*Math.PI)}n.buildPath=t}); ;/*!node_modules/zrender/lib/graphic/helper/fixShadow.js*/ define("node_modules/zrender/lib/graphic/helper/fixShadow",function(e,t,o){function f(e,t,o){return d.hasOwnProperty(t)?o*=e.dpr:o}var d={shadowBlur:1,shadowOffsetX:1,shadowOffsetY:1,textShadowBlur:1,textShadowOffsetX:1,textShadowOffsetY:1,textBoxShadowBlur:1,textBoxShadowOffsetX:1,textBoxShadowOffsetY:1};o.exports=f}); ;/*!node_modules/zrender/lib/graphic/helper/text.js*/ define("node_modules/zrender/lib/graphic/helper/text",function(t,e){function r(t){return i(t),k(t.rich,i),t}function i(t){if(t){t.font=C.makeFont(t);var e=t.textAlign;"middle"===e&&(e="center"),t.textAlign=null==e||X[e]?e:"left";var r=t.textVerticalAlign||t.textBaseline;"center"===r&&(r="middle"),t.textVerticalAlign=null==r||Y[r]?r:"top";var i=t.textPadding;i&&(t.textPadding=O(t.textPadding))}}function o(t,e,r,i,o){i.rich?l(t,e,r,i,o):n(t,e,r,i,o)}function n(t,e,r,i,o){var n=u(e,"font",i.font||C.DEFAULT_FONT),l=i.textPadding,a=t.__textCotentBlock;(!a||t.__dirty)&&(a=t.__textCotentBlock=C.parsePlainText(r,n,l,i.truncate));var x=a.outerHeight,f=a.lines,S=a.lineHeight,B=g(x,i,o),m=B.baseX,A=B.baseY,p=B.textAlign,k=B.textVerticalAlign;d(e,i,o,m,A);var O=C.adjustTextY(A,x,k),y=m,_=O,T=h(i);if(T||l){var b=C.getWidth(r,n),P=b;l&&(P+=l[1]+l[3]);var X=C.adjustTextX(m,P,p);T&&s(t,e,i,X,O,P,x),l&&(y=v(m,p,l),_+=l[0])}u(e,"textAlign",p||"left"),u(e,"textBaseline","middle"),u(e,"shadowBlur",i.textShadowBlur||0),u(e,"shadowColor",i.textShadowColor||"transparent"),u(e,"shadowOffsetX",i.textShadowOffsetX||0),u(e,"shadowOffsetY",i.textShadowOffsetY||0),_+=S/2;var Y=i.textStrokeWidth,F=c(i.textStroke,Y),W=w(i.textFill);F&&(u(e,"lineWidth",Y),u(e,"strokeStyle",F)),W&&u(e,"fillStyle",W);for(var z=0;zY&&(y=T[Y],!y.textAlign||"left"===y.textAlign);)x(t,e,y,i,P,p,F,"left"),X-=y.width,F+=y.width,Y++;for(;z>=0&&(y=T[z],"right"===y.textAlign);)x(t,e,y,i,P,p,W,"right"),X-=y.width,W-=y.width,z--;for(F+=(n-(F-A)-(k-W)-X)/2;z>=Y;)y=T[Y],x(t,e,y,i,P,p,F+y.width/2,"center"),F+=y.width,Y++;p+=P}}function d(t,e,r,i,o){if(r&&e.textRotation){var n=e.textOrigin;"center"===n?(i=r.width/2+r.x,o=r.height/2+r.y):n&&(i=n[0]+r.x,o=n[1]+r.y),t.translate(i,o),t.rotate(-e.textRotation),t.translate(-i,-o)}}function x(t,e,r,i,o,n,l,a){var d=i.rich[r.styleName]||{},x=r.textVerticalAlign,f=n+o/2;"top"===x?f=n+r.height/2:"bottom"===x&&(f=n+o-r.height/2),!r.isLineHolder&&h(d)&&s(t,e,d,"right"===a?l-r.width:"center"===a?l-r.width/2:l,f-r.height/2,r.width,r.height);var g=r.textPadding;g&&(l=v(l,a,g),f-=r.height/2-g[2]-r.textHeight/2),u(e,"shadowBlur",p(d.textShadowBlur,i.textShadowBlur,0)),u(e,"shadowColor",d.textShadowColor||i.textShadowColor||"transparent"),u(e,"shadowOffsetX",p(d.textShadowOffsetX,i.textShadowOffsetX,0)),u(e,"shadowOffsetY",p(d.textShadowOffsetY,i.textShadowOffsetY,0)),u(e,"textAlign",a),u(e,"textBaseline","middle"),u(e,"font",r.font||C.DEFAULT_FONT);var S=c(d.textStroke||i.textStroke,m),B=w(d.textFill||i.textFill),m=A(d.textStrokeWidth,i.textStrokeWidth);S&&(u(e,"lineWidth",m),u(e,"strokeStyle",S),e.strokeText(r.text,l,f)),B&&(u(e,"fillStyle",B),e.fillText(r.text,l,f))}function h(t){return t.textBackgroundColor||t.textBorderWidth&&t.textBorderColor}function s(t,e,r,i,o,n,l){var a=r.textBackgroundColor,d=r.textBorderWidth,x=r.textBorderColor,h=y(a);if(u(e,"shadowBlur",r.textBoxShadowBlur||0),u(e,"shadowColor",r.textBoxShadowColor||"transparent"),u(e,"shadowOffsetX",r.textBoxShadowOffsetX||0),u(e,"shadowOffsetY",r.textBoxShadowOffsetY||0),h||d&&x){e.beginPath();var s=r.textBorderRadius;s?T.buildPath(e,{x:i,y:o,width:n,height:l,r:s}):e.rect(i,o,n,l),e.closePath()}if(h)u(e,"fillStyle",a),e.fill();else if(_(a)){var g=a.image;g=b.createOrUpdateImage(g,null,t,f,a),g&&b.isImageReady(g)&&e.drawImage(g,i,o,n,l)}d&&x&&(u(e,"lineWidth",d),u(e,"strokeStyle",x),e.stroke())}function f(t,e){e.image=t}function g(t,e,r){var i=e.x||0,o=e.y||0,n=e.textAlign,l=e.textVerticalAlign;if(r){var a=e.textPosition;if(a instanceof Array)i=r.x+S(a[0],r.width),o=r.y+S(a[1],r.height);else{var d=C.adjustTextPositionOnRect(a,r,e.textDistance);i=d.x,o=d.y,n=n||d.textAlign,l=l||d.textVerticalAlign}var x=e.textOffset;x&&(i+=x[0],o+=x[1])}return{baseX:i,baseY:o,textAlign:n,textVerticalAlign:l}}function u(t,e,r){return t[e]=P(t,e,r),t[e]}function c(t,e){return null==t||0>=e||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function w(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function S(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function v(t,e,r){return"right"===e?t-r[1]:"center"===e?t+r[3]/2-r[1]/2:t+r[3]}function B(t,e){return null!=t&&(t||e.textBackgroundColor||e.textBorderWidth&&e.textBorderColor||e.textPadding)}var m=t("node_modules/zrender/lib/core/util"),A=m.retrieve2,p=m.retrieve3,k=m.each,O=m.normalizeCssArray,y=m.isString,_=m.isObject,C=t("node_modules/zrender/lib/contain/text"),T=t("node_modules/zrender/lib/graphic/helper/roundRect"),b=t("node_modules/zrender/lib/graphic/helper/image"),P=t("node_modules/zrender/lib/graphic/helper/fixShadow"),X={left:1,right:1,center:1},Y={top:1,bottom:1,middle:1};e.normalizeTextStyle=r,e.renderText=o,e.getStroke=c,e.getFill=w,e.needDrawText=B}); ;/*!node_modules/zrender/lib/graphic/mixin/RectText.js*/ define("node_modules/zrender/lib/graphic/mixin/RectText",function(e,t,r){var n=e("node_modules/zrender/lib/graphic/helper/text"),o=e("node_modules/zrender/lib/core/BoundingRect"),i=new o,s=function(){};s.prototype={constructor:s,drawRectText:function(e,t){var r=this.style;t=r.textRect||t,this.__dirty&&n.normalizeTextStyle(r,!0);var o=r.text;if(null!=o&&(o+=""),n.needDrawText(o,r)){e.save();var s=this.transform;r.transformText?this.setTransform(e):s&&(i.copy(t),i.applyTransform(s),t=i),n.renderText(this,e,o,r,t),e.restore()}}};var a=s;r.exports=a}); ;/*!node_modules/zrender/lib/graphic/Style.js*/ define("node_modules/zrender/lib/graphic/Style",function(t,e,l){function n(t,e,l){var n=null==e.x?0:e.x,o=null==e.x2?1:e.x2,i=null==e.y?0:e.y,r=null==e.y2?0:e.y2;e.global||(n=n*l.width+l.x,o=o*l.width+l.x,i=i*l.height+l.y,r=r*l.height+l.y),n=isNaN(n)?0:n,o=isNaN(o)?1:o,i=isNaN(i)?0:i,r=isNaN(r)?0:r;var a=t.createLinearGradient(n,i,o,r);return a}function o(t,e,l){var n=l.width,o=l.height,i=Math.min(n,o),r=null==e.x?.5:e.x,a=null==e.y?.5:e.y,s=null==e.r?.5:e.r;e.global||(r=r*n+l.x,a=a*o+l.y,s*=i);var h=t.createRadialGradient(r,a,0,r,a,s);return h}var i=t("node_modules/zrender/lib/graphic/helper/fixShadow"),r=[["shadowBlur",0],["shadowOffsetX",0],["shadowOffsetY",0],["shadowColor","#000"],["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]],a=function(t,e){this.extendFrom(t,!1),this.host=e};a.prototype={constructor:a,host:null,fill:"#000",stroke:null,opacity:1,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(t,e,l){for(var n=this,o=l&&l.style,a=!o,s=0;s0},extendFrom:function(t,e){if(t)for(var l in t)!t.hasOwnProperty(l)||e!==!0&&(e===!1?this.hasOwnProperty(l):null==t[l])||(this[l]=t[l])},set:function(t,e){"string"==typeof t?this[t]=e:this.extendFrom(t,!0)},clone:function(){var t=new this.constructor;return t.extendFrom(this,!0),t},getGradient:function(t,e,l){for(var i="radial"===e.type?o:n,r=i(t,e,l),a=e.colorStops,s=0;sh;h++)r[t][h].h!=e&&n.push(r[t][h]);r[t]=n}r[t]&&0===r[t].length&&delete r[t]}else delete r[t];return this},trigger:function(t){if(this._$handlers[t]){var e=arguments,r=e.length;r>3&&(e=n.call(e,1));for(var h=this._$handlers[t],i=h.length,s=0;i>s;){switch(r){case 1:h[s].h.call(h[s].ctx);break;case 2:h[s].h.call(h[s].ctx,e[1]);break;case 3:h[s].h.call(h[s].ctx,e[1],e[2]);break;default:h[s].h.apply(h[s].ctx,e)}h[s].one?(h.splice(s,1),i--):s++}}return this},triggerWithContext:function(t){if(this._$handlers[t]){var e=arguments,r=e.length;r>4&&(e=n.call(e,1,e.length-1));for(var h=e[e.length-1],i=this._$handlers[t],s=i.length,l=0;s>l;){switch(r){case 1:i[l].h.call(h);break;case 2:i[l].h.call(h,e[1]);break;case 3:i[l].h.call(h,e[1],e[2]);break;default:i[l].h.apply(h,e)}i[l].one?(i.splice(l,1),s--):l++}}return this}};var i=h;r.exports=i}); ;/*!node_modules/zrender/lib/mixin/Transformable.js*/ define("node_modules/zrender/lib/mixin/Transformable",function(r,t,n){function o(r){return r>e||-e>r}var s=r("node_modules/zrender/lib/core/matrix"),a=r("node_modules/zrender/lib/core/vector"),i=s.identity,e=5e-5,f=function(r){r=r||{},r.position||(this.position=[0,0]),null==r.rotation&&(this.rotation=0),r.scale||(this.scale=[1,1]),this.origin=this.origin||null},m=f.prototype;m.transform=null,m.needLocalTransform=function(){return o(this.rotation)||o(this.position[0])||o(this.position[1])||o(this.scale[0]-1)||o(this.scale[1]-1)},m.updateTransform=function(){var r=this.parent,t=r&&r.transform,n=this.needLocalTransform(),o=this.transform;return n||t?(o=o||s.create(),n?this.getLocalTransform(o):i(o),t&&(n?s.mul(o,r.transform,o):s.copy(o,r.transform)),this.transform=o,this.invTransform=this.invTransform||s.create(),void s.invert(this.invTransform,o)):void(o&&i(o))},m.getLocalTransform=function(r){return f.getLocalTransform(this,r)},m.setTransform=function(r){var t=this.transform,n=r.dpr||1;t?r.setTransform(n*t[0],n*t[1],n*t[2],n*t[3],n*t[4],n*t[5]):r.setTransform(n,0,0,n,0,0)},m.restoreTransform=function(r){var t=r.dpr||1;r.setTransform(t,0,0,t,0,0)};var l=[];m.decomposeTransform=function(){if(this.transform){var r=this.parent,t=this.transform;r&&r.transform&&(s.mul(l,r.invTransform,t),t=l);var n=t[0]*t[0]+t[1]*t[1],a=t[2]*t[2]+t[3]*t[3],i=this.position,e=this.scale;o(n-1)&&(n=Math.sqrt(n)),o(a-1)&&(a=Math.sqrt(a)),t[0]<0&&(n=-n),t[3]<0&&(a=-a),i[0]=t[4],i[1]=t[5],e[0]=n,e[1]=a,this.rotation=Math.atan2(-t[1]/a,t[0]/n)}},m.getGlobalScale=function(){var r=this.transform;if(!r)return[1,1];var t=Math.sqrt(r[0]*r[0]+r[1]*r[1]),n=Math.sqrt(r[2]*r[2]+r[3]*r[3]);return r[0]<0&&(t=-t),r[3]<0&&(n=-n),[t,n]},m.transformCoordToLocal=function(r,t){var n=[r,t],o=this.invTransform;return o&&a.applyTransform(n,n,o),n},m.transformCoordToGlobal=function(r,t){var n=[r,t],o=this.transform;return o&&a.applyTransform(n,n,o),n},f.getLocalTransform=function(r,t){t=t||[],i(t);var n=r.origin,o=r.scale||[1,1],a=r.rotation||0,e=r.position||[0,0];return n&&(t[4]-=n[0],t[5]-=n[1]),s.scale(t,t,o),a&&s.rotate(t,t,a),n&&(t[4]+=n[0],t[5]+=n[1]),t[4]+=e[0],t[5]+=e[1],t};var c=f;n.exports=c}); ;/*!node_modules/zrender/lib/animation/easing.js*/ define("node_modules/zrender/lib/animation/easing",function(n,t,u){var r={linear:function(n){return n},quadraticIn:function(n){return n*n},quadraticOut:function(n){return n*(2-n)},quadraticInOut:function(n){return(n*=2)<1?.5*n*n:-.5*(--n*(n-2)-1)},cubicIn:function(n){return n*n*n},cubicOut:function(n){return--n*n*n+1},cubicInOut:function(n){return(n*=2)<1?.5*n*n*n:.5*((n-=2)*n*n+2)},quarticIn:function(n){return n*n*n*n},quarticOut:function(n){return 1- --n*n*n*n},quarticInOut:function(n){return(n*=2)<1?.5*n*n*n*n:-.5*((n-=2)*n*n*n-2)},quinticIn:function(n){return n*n*n*n*n},quinticOut:function(n){return--n*n*n*n*n+1},quinticInOut:function(n){return(n*=2)<1?.5*n*n*n*n*n:.5*((n-=2)*n*n*n*n+2)},sinusoidalIn:function(n){return 1-Math.cos(n*Math.PI/2)},sinusoidalOut:function(n){return Math.sin(n*Math.PI/2)},sinusoidalInOut:function(n){return.5*(1-Math.cos(Math.PI*n))},exponentialIn:function(n){return 0===n?0:Math.pow(1024,n-1)},exponentialOut:function(n){return 1===n?1:1-Math.pow(2,-10*n)},exponentialInOut:function(n){return 0===n?0:1===n?1:(n*=2)<1?.5*Math.pow(1024,n-1):.5*(-Math.pow(2,-10*(n-1))+2)},circularIn:function(n){return 1-Math.sqrt(1-n*n)},circularOut:function(n){return Math.sqrt(1- --n*n)},circularInOut:function(n){return(n*=2)<1?-.5*(Math.sqrt(1-n*n)-1):.5*(Math.sqrt(1-(n-=2)*n)+1)},elasticIn:function(n){var t,u=.1,r=.4;return 0===n?0:1===n?1:(!u||1>u?(u=1,t=r/4):t=r*Math.asin(1/u)/(2*Math.PI),-(u*Math.pow(2,10*(n-=1))*Math.sin(2*(n-t)*Math.PI/r)))},elasticOut:function(n){var t,u=.1,r=.4;return 0===n?0:1===n?1:(!u||1>u?(u=1,t=r/4):t=r*Math.asin(1/u)/(2*Math.PI),u*Math.pow(2,-10*n)*Math.sin(2*(n-t)*Math.PI/r)+1)},elasticInOut:function(n){var t,u=.1,r=.4;return 0===n?0:1===n?1:(!u||1>u?(u=1,t=r/4):t=r*Math.asin(1/u)/(2*Math.PI),(n*=2)<1?-.5*u*Math.pow(2,10*(n-=1))*Math.sin(2*(n-t)*Math.PI/r):u*Math.pow(2,-10*(n-=1))*Math.sin(2*(n-t)*Math.PI/r)*.5+1)},backIn:function(n){var t=1.70158;return n*n*((t+1)*n-t)},backOut:function(n){var t=1.70158;return--n*n*((t+1)*n+t)+1},backInOut:function(n){var t=2.5949095;return(n*=2)<1?.5*n*n*((t+1)*n-t):.5*((n-=2)*n*((t+1)*n+t)+2)},bounceIn:function(n){return 1-r.bounceOut(1-n)},bounceOut:function(n){return 1/2.75>n?7.5625*n*n:2/2.75>n?7.5625*(n-=1.5/2.75)*n+.75:2.5/2.75>n?7.5625*(n-=2.25/2.75)*n+.9375:7.5625*(n-=2.625/2.75)*n+.984375},bounceInOut:function(n){return.5>n?.5*r.bounceIn(2*n):.5*r.bounceOut(2*n-1)+.5}},i=r;u.exports=i}); ;/*!node_modules/zrender/lib/animation/Clip.js*/ define("node_modules/zrender/lib/animation/Clip",function(i,t,e){function s(i){this._target=i.target,this._life=i.life||1e3,this._delay=i.delay||0,this._initialized=!1,this.loop=null==i.loop?!1:i.loop,this.gap=i.gap||0,this.easing=i.easing||"Linear",this.onframe=i.onframe,this.ondestroy=i.ondestroy,this.onrestart=i.onrestart,this._pausedTime=0,this._paused=!1}var a=i("node_modules/zrender/lib/animation/easing");s.prototype={constructor:s,step:function(i,t){if(this._initialized||(this._startTime=i+this._delay,this._initialized=!0),this._paused)return void(this._pausedTime+=t);var e=(i-this._startTime-this._pausedTime)/this._life;if(!(0>e)){e=Math.min(e,1);var s=this.easing,n="string"==typeof s?a[s]:s,r="function"==typeof n?n(e):e;return this.fire("frame",r),1==e?this.loop?(this.restart(i),"restart"):(this._needsRemove=!0,"destroy"):null}},restart:function(i){var t=(i-this._startTime-this._pausedTime)%this._life;this._startTime=i-t+this.gap,this._pausedTime=0,this._needsRemove=!1},fire:function(i,t){i="on"+i,this[i]&&this[i](this._target,t)},pause:function(){this._paused=!0},resume:function(){this._paused=!1}};var n=s;e.exports=n}); ;/*!node_modules/zrender/lib/animation/Animator.js*/ define("node_modules/zrender/lib/animation/Animator",function(t,r,i){function e(t,r){return t[r]}function n(t,r,i){t[r]=i}function a(t,r,i){return(r-t)*i+t}function s(t,r,i){return i>.5?r:t}function o(t,r,i,e,n){var s=t.length;if(1==n)for(var o=0;s>o;o++)e[o]=a(t[o],r[o],i);else for(var f=s&&t[0].length,o=0;s>o;o++)for(var l=0;f>l;l++)e[o][l]=a(t[o][l],r[o][l],i)}function f(t,r,i){var e=t.length,n=r.length;if(e!==n){var a=e>n;if(a)t.length=n;else for(var s=e;n>s;s++)t.push(1===i?r[s]:y.call(r[s]))}for(var o=t[0]&&t[0].length,s=0;sf;f++)isNaN(t[s][f])&&(t[s][f]=r[s][f])}function l(t,r,i){if(t===r)return!0;var e=t.length;if(e!==r.length)return!1;if(1===i){for(var n=0;e>n;n++)if(t[n]!==r[n])return!1}else for(var a=t[0].length,n=0;e>n;n++)for(var s=0;a>s;s++)if(t[n][s]!==r[n][s])return!1;return!0}function u(t,r,i,e,n,a,s,o,f){var l=t.length;if(1==f)for(var u=0;l>u;u++)o[u]=h(t[u],r[u],i[u],e[u],n,a,s);else for(var c=t[0].length,u=0;l>u;u++)for(var v=0;c>v;v++)o[u][v]=h(t[u][v],r[u][v],i[u][v],e[u][v],n,a,s)}function h(t,r,i,e,n,a,s){var o=.5*(i-t),f=.5*(e-r);return(2*(r-i)+o+f)*s+(-3*(r-i)-2*o-f)*a+o*n+r}function c(t){if(L(t)){var r=t.length;if(L(t[0])){for(var i=[],e=0;r>e;e++)i.push(y.call(t[e]));return i}return y.call(t)}return t}function v(t){return t[0]=Math.floor(t[0]),t[1]=Math.floor(t[1]),t[2]=Math.floor(t[2]),"rgba("+t.join(",")+")"}function _(t){var r=t[t.length-1].value;return L(r&&r[0])?2:1}function p(t,r,i,e,n,c){var p=t._getter,m=t._setter,y="spline"===r,k=e.length;if(k){var b,C=e[0].value,N=L(C),M=!1,w=!1,z=N?_(e):0;e.sort(function(t,r){return t.time-r.time}),b=e[k-1].time;for(var A=[],P=[],O=e[0].value,j=!0,x=0;k>x;x++){A.push(e[x].time/b);var q=e[x].value;if(N&&l(q,O,z)||!N&&q===O||(j=!1),O=q,"string"==typeof q){var B=d.parse(q);B?(q=B,M=!0):w=!0}P.push(q)}if(c||!j){for(var D=P[k-1],x=0;k-1>x;x++)N?f(P[x],D,z):!isNaN(P[x])||isNaN(D)||w||M||(P[x]=D);N&&f(p(t._target,n),D,z);var E,F,G,H,I,J,K=0,Q=0;if(M)var R=[0,0,0,0];var S=function(t,r){var i;if(0>r)i=0;else if(Q>r){for(E=Math.min(K+1,k-1),i=E;i>=0&&!(A[i]<=r);i--);i=Math.min(i,k-2)}else{for(i=K;k>i&&!(A[i]>r);i++);i=Math.min(i-1,k-2)}K=i,Q=r;var e=A[i+1]-A[i];if(0!==e)if(F=(r-A[i])/e,y)if(H=P[i],G=P[0===i?i:i-1],I=P[i>k-2?k-1:i+1],J=P[i>k-3?k-1:i+2],N)u(G,H,I,J,F,F*F,F*F*F,p(t,n),z);else{var f;if(M)f=u(G,H,I,J,F,F*F,F*F*F,R,1),f=v(R);else{if(w)return s(H,I,F);f=h(G,H,I,J,F,F*F,F*F*F)}m(t,n,f)}else if(N)o(P[i],P[i+1],F,p(t,n),z);else{var f;if(M)o(P[i],P[i+1],F,R,1),f=v(R);else{if(w)return s(P[i],P[i+1],F);f=a(P[i],P[i+1],F)}m(t,n,f)}},T=new g({target:t._target,life:b,loop:t._loop,delay:t._delay,onframe:S,ondestroy:i});return r&&"spline"!==r&&(T.easing=r),T}}}var g=t("node_modules/zrender/lib/animation/Clip"),d=t("node_modules/zrender/lib/tool/color"),m=t("node_modules/zrender/lib/core/util"),L=m.isArrayLike,y=Array.prototype.slice,k=function(t,r,i,a){this._tracks={},this._target=t,this._loop=r||!1,this._getter=i||e,this._setter=a||n,this._clipCount=0,this._delay=0,this._doneList=[],this._onframeList=[],this._clipList=[]};k.prototype={when:function(t,r){var i=this._tracks;for(var e in r)if(r.hasOwnProperty(e)){if(!i[e]){i[e]=[];var n=this._getter(this._target,e);if(null==n)continue;0!==t&&i[e].push({time:0,value:c(n)})}i[e].push({time:t,value:r[e]})}return this},during:function(t){return this._onframeList.push(t),this},pause:function(){for(var t=0;ti;i++)t[i].call(this)},start:function(t,r){var i,e=this,n=0,a=function(){n--,n||e._doneCallback()};for(var s in this._tracks)if(this._tracks.hasOwnProperty(s)){var o=p(this,t,a,this._tracks[s],s,r);o&&(this._clipList.push(o),n++,this.animation&&this.animation.addClip(o),i=o)}if(i){var f=i.onframe;i.onframe=function(t,r){f(t,r);for(var i=0;i1&&(i=function(){for(var n in arguments)console.log(arguments[n])});var t=i;o.exports=t}); ;/*!node_modules/zrender/lib/mixin/Animatable.js*/ define("node_modules/zrender/lib/mixin/Animatable",function(i,n,t){var e=i("node_modules/zrender/lib/animation/Animator"),r=i("node_modules/zrender/lib/core/log"),o=i("node_modules/zrender/lib/core/util"),a=o.isString,s=o.isFunction,l=o.isObject,h=o.isArrayLike,u=o.indexOf,d=function(){this.animators=[]};d.prototype={constructor:d,animate:function(i,n){var t,o=!1,a=this,s=this.__zr;if(i){var l=i.split("."),h=a;o="shape"===l[0];for(var d=0,m=l.length;m>d;d++)h&&(h=h[l[d]]);h&&(t=h)}else t=a;if(!t)return void r('Property "'+i+'" is not existed in element '+a.id);var f=a.animators,c=new e(t,n);return c.during(function(){a.dirty(o)}).done(function(){f.splice(u(f,c),1)}),f.push(c),s&&s.animation.addAnimator(c),c},stopAnimation:function(i){for(var n=this.animators,t=n.length,e=0;t>e;e++)n[e].stop(i);return n.length=0,this},animateTo:function(i,n,t,e,r,o){function l(){u--,u||r&&r()}a(t)?(r=e,e=t,t=0):s(e)?(r=e,e="linear",t=0):s(t)?(r=t,t=0):s(n)?(r=n,n=500):n||(n=500),this.stopAnimation(),this._animateToShallow("",this,i,n,t);var h=this.animators.slice(),u=h.length;u||r&&r();for(var d=0;d0&&this.animate(i,!1).when(null==e?500:e,o).delay(r||0),this}};var m=d;t.exports=m}); ;/*!node_modules/zrender/lib/Element.js*/ define("node_modules/zrender/lib/Element",function(i,t,r){var e=i("node_modules/zrender/lib/core/guid"),n=i("node_modules/zrender/lib/mixin/Eventful"),o=i("node_modules/zrender/lib/mixin/Transformable"),s=i("node_modules/zrender/lib/mixin/Animatable"),a=i("node_modules/zrender/lib/core/util"),l=function(i){o.call(this,i),n.call(this,i),s.call(this,i),this.id=i.id||e()};l.prototype={type:"element",name:"",__zr:null,ignore:!1,clipPath:null,isGroup:!1,drift:function(i,t){switch(this.draggable){case"horizontal":t=0;break;case"vertical":i=0}var r=this.transform;r||(r=this.transform=[1,0,0,1,0,0]),r[4]+=i,r[5]+=t,this.decomposeTransform(),this.dirty(!1)},beforeUpdate:function(){},afterUpdate:function(){},update:function(){this.updateTransform()},traverse:function(){},attrKV:function(i,t){if("position"===i||"scale"===i||"origin"===i){if(t){var r=this[i];r||(r=this[i]=[]),r[0]=t[0],r[1]=t[1]}}else this[i]=t},hide:function(){this.ignore=!0,this.__zr&&this.__zr.refresh()},show:function(){this.ignore=!1,this.__zr&&this.__zr.refresh()},attr:function(i,t){if("string"==typeof i)this.attrKV(i,t);else if(a.isObject(i))for(var r in i)i.hasOwnProperty(r)&&this.attrKV(r,i[r]);return this.dirty(!1),this},setClipPath:function(i){var t=this.__zr;t&&i.addSelfToZr(t),this.clipPath&&this.clipPath!==i&&this.removeClipPath(),this.clipPath=i,i.__zr=t,i.__clipTarget=this,this.dirty(!1)},removeClipPath:function(){var i=this.clipPath;i&&(i.__zr&&i.removeSelfFromZr(i.__zr),i.__zr=null,i.__clipTarget=null,this.clipPath=null,this.dirty(!1))},addSelfToZr:function(i){this.__zr=i;var t=this.animators;if(t)for(var r=0;r-S&&S>r}function a(r){return r>S||-S>r}function i(r,e,t,a,i){var n=1-i;return n*n*(n*r+3*i*e)+i*i*(i*a+3*n*t)}function n(r,e,t,a,i){var n=1-i;return 3*(((e-r)*n+2*(t-e)*i)*n+(a-t)*i*i)}function u(r,e,a,i,n,u){var c=i+3*(e-a)-r,v=3*(a-2*e+r),o=3*(e-r),f=r-n,d=v*v-3*c*o,s=v*o-9*c*f,l=o*o-3*v*f,b=0;if(t(d)&&t(s))if(t(v))u[0]=0;else{var q=-o/v;q>=0&&1>=q&&(u[b++]=q)}else{var h=s*s-4*d*l;if(t(h)){var A=s/d,q=-v/c+A,M=-A/2;q>=0&&1>=q&&(u[b++]=q),M>=0&&1>=M&&(u[b++]=M)}else if(h>0){var S=P(h),j=d*v+1.5*c*(-s+S),D=d*v+1.5*c*(-s-S);j=0>j?-m(-j,z):m(j,z),D=0>D?-m(-D,z):m(D,z);var q=(-v-(j+D))/(3*c);q>=0&&1>=q&&(u[b++]=q)}else{var E=(2*d*v-3*c*s)/(2*P(d*d*d)),R=Math.acos(E)/3,_=P(d),p=Math.cos(R),q=(-v-2*_*p)/(3*c),M=(-v+_*(p+x*Math.sin(R)))/(3*c),w=(-v+_*(p-x*Math.sin(R)))/(3*c);q>=0&&1>=q&&(u[b++]=q),M>=0&&1>=M&&(u[b++]=M),w>=0&&1>=w&&(u[b++]=w)}}return b}function c(r,e,i,n,u){var c=6*i-12*e+6*r,v=9*e+3*n-3*r-9*i,o=3*e-3*r,f=0;if(t(v)){if(a(c)){var d=-o/c;d>=0&&1>=d&&(u[f++]=d)}}else{var s=c*c-4*v*o;if(t(s))u[0]=-c/(2*v);else if(s>0){var l=P(s),d=(-c+l)/(2*v),b=(-c-l)/(2*v);d>=0&&1>=d&&(u[f++]=d),b>=0&&1>=b&&(u[f++]=b)}}return f}function v(r,e,t,a,i,n){var u=(e-r)*i+r,c=(t-e)*i+e,v=(a-t)*i+t,o=(c-u)*i+u,f=(v-c)*i+c,d=(f-o)*i+o;n[0]=r,n[1]=u,n[2]=o,n[3]=d,n[4]=d,n[5]=f,n[6]=v,n[7]=a}function o(r,e,t,a,n,u,c,v,o,f,d){var s,l,b,q,h,A=.005,m=1/0;D[0]=o,D[1]=f;for(var S=0;1>S;S+=.05)E[0]=i(r,t,n,c,S),E[1]=i(e,a,u,v,S),q=M(D,E),m>q&&(s=S,m=q);m=1/0;for(var x=0;32>x&&!(j>A);x++)l=s-A,b=s+A,E[0]=i(r,t,n,c,l),E[1]=i(e,a,u,v,l),q=M(E,D),l>=0&&m>q?(s=l,m=q):(R[0]=i(r,t,n,c,b),R[1]=i(e,a,u,v,b),h=M(R,D),1>=b&&m>h?(s=b,m=h):A*=.5);return d&&(d[0]=i(r,t,n,c,s),d[1]=i(e,a,u,v,s)),P(m)}function f(r,e,t,a){var i=1-a;return i*(i*r+2*a*e)+a*a*t}function d(r,e,t,a){return 2*((1-a)*(e-r)+a*(t-e))}function s(r,e,i,n,u){var c=r-2*e+i,v=2*(e-r),o=r-n,f=0;if(t(c)){if(a(v)){var d=-o/v;d>=0&&1>=d&&(u[f++]=d)}}else{var s=v*v-4*c*o;if(t(s)){var d=-v/(2*c);d>=0&&1>=d&&(u[f++]=d)}else if(s>0){var l=P(s),d=(-v+l)/(2*c),b=(-v-l)/(2*c);d>=0&&1>=d&&(u[f++]=d),b>=0&&1>=b&&(u[f++]=b)}}return f}function l(r,e,t){var a=r+t-2*e;return 0===a?.5:(r-e)/a}function b(r,e,t,a,i){var n=(e-r)*a+r,u=(t-e)*a+e,c=(u-n)*a+n;i[0]=r,i[1]=n,i[2]=c,i[3]=c,i[4]=u,i[5]=t}function q(r,e,t,a,i,n,u,c,v){var o,d=.005,s=1/0;D[0]=u,D[1]=c;for(var l=0;1>l;l+=.05){E[0]=f(r,t,i,l),E[1]=f(e,a,n,l);var b=M(D,E);s>b&&(o=l,s=b)}s=1/0;for(var q=0;32>q&&!(j>d);q++){var h=o-d,A=o+d;E[0]=f(r,t,i,h),E[1]=f(e,a,n,h);var b=M(E,D);if(h>=0&&s>b)o=h,s=b;else{R[0]=f(r,t,i,A),R[1]=f(e,a,n,A);var m=M(R,D);1>=A&&s>m?(o=A,s=m):d*=.5}}return v&&(v[0]=f(r,t,i,o),v[1]=f(e,a,n,o)),P(s)}var h=r("node_modules/zrender/lib/core/vector"),A=h.create,M=h.distSquare,m=Math.pow,P=Math.sqrt,S=1e-8,j=1e-4,x=P(3),z=1/3,D=A(),E=A(),R=A();e.cubicAt=i,e.cubicDerivativeAt=n,e.cubicRootAt=u,e.cubicExtrema=c,e.cubicSubdivide=v,e.cubicProjectPoint=o,e.quadraticAt=f,e.quadraticDerivativeAt=d,e.quadraticRootAt=s,e.quadraticExtremum=l,e.quadraticSubdivide=b,e.quadraticProjectPoint=q}); ;/*!node_modules/zrender/lib/core/bbox.js*/ define("node_modules/zrender/lib/core/bbox",function(r,e){function a(r,e,a){if(0!==r.length){var o,t=r[0],n=t[0],i=t[0],c=t[1],f=t[1];for(o=1;ob;b++){var z=l(r,a,t,i,M[b]);d[0]=u(z,d[0]),v[0]=m(z,v[0])}for(s=h(e,o,n,c,x),b=0;s>b;b++){var A=l(e,o,n,c,x[b]);d[1]=u(A,d[1]),v[1]=m(A,v[1])}d[0]=u(r,d[0]),v[0]=m(r,v[0]),d[0]=u(i,d[0]),v[0]=m(i,v[0]),d[1]=u(e,d[1]),v[1]=m(e,v[1]),d[1]=u(c,d[1]),v[1]=m(c,v[1])}function n(r,e,a,o,t,n,i,c){var d=f.quadraticExtremum,v=f.quadraticAt,b=m(u(d(r,a,t),1),0),h=m(u(d(e,o,n),1),0),l=v(r,a,t,b),s=v(e,o,n,h);i[0]=u(r,t,l),i[1]=u(e,n,s),c[0]=m(r,t,l),c[1]=m(e,n,s)}function i(r,e,a,o,t,n,i,f,u){var m=c.min,M=c.max,x=Math.abs(t-n);if(1e-4>x%b&&x>1e-4)return f[0]=r-a,f[1]=e-o,u[0]=r+a,void(u[1]=e+o);if(h[0]=v(t)*a+r,h[1]=d(t)*o+e,l[0]=v(n)*a+r,l[1]=d(n)*o+e,m(f,h,l),M(u,h,l),t%=b,0>t&&(t+=b),n%=b,0>n&&(n+=b),t>n&&!i?n+=b:n>t&&i&&(t+=b),i){var z=n;n=t,t=z}for(var A=0;n>A;A+=Math.PI/2)A>t&&(s[0]=v(A)*a+r,s[1]=d(A)*o+e,m(f,s,f),M(u,s,u))}var c=r("node_modules/zrender/lib/core/vector"),f=r("node_modules/zrender/lib/core/curve"),u=Math.min,m=Math.max,d=Math.sin,v=Math.cos,b=2*Math.PI,h=c.create(),l=c.create(),s=c.create(),M=[],x=[];e.fromPoints=a,e.fromLine=o,e.fromCubic=t,e.fromQuadratic=n,e.fromArc=i}); ;/*!node_modules/zrender/lib/core/PathProxy.js*/ define("node_modules/zrender/lib/core/PathProxy",function(t,i,a){var s=t("node_modules/zrender/lib/core/curve"),e=t("node_modules/zrender/lib/core/vector"),h=t("node_modules/zrender/lib/core/bbox"),n=t("node_modules/zrender/lib/core/BoundingRect"),r=t("node_modules/zrender/lib/config"),o=r.devicePixelRatio,_={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},d=[],c=[],u=[],f=[],l=Math.min,x=Math.max,v=Math.cos,b=Math.sin,m=Math.sqrt,y=Math.abs,D="undefined"!=typeof Float32Array,T=function(t){this._saveData=!t,this._saveData&&(this.data=[]),this._ctx=null};T.prototype={constructor:T,_xi:0,_yi:0,_x0:0,_y0:0,_ux:0,_uy:0,_len:0,_lineDash:null,_dashOffset:0,_dashIdx:0,_dashSum:0,setScale:function(t,i){this._ux=y(1/o/t)||0,this._uy=y(1/o/i)||0},getContext:function(){return this._ctx},beginPath:function(t){return this._ctx=t,t&&t.beginPath(),t&&(this.dpr=t.dpr),this._saveData&&(this._len=0),this._lineDash&&(this._lineDash=null,this._dashOffset=0),this},moveTo:function(t,i){return this.addData(_.M,t,i),this._ctx&&this._ctx.moveTo(t,i),this._x0=t,this._y0=i,this._xi=t,this._yi=i,this},lineTo:function(t,i){var a=y(t-this._xi)>this._ux||y(i-this._yi)>this._uy||this._len<5;return this.addData(_.L,t,i),this._ctx&&a&&(this._needsDash()?this._dashedLineTo(t,i):this._ctx.lineTo(t,i)),a&&(this._xi=t,this._yi=i),this},bezierCurveTo:function(t,i,a,s,e,h){return this.addData(_.C,t,i,a,s,e,h),this._ctx&&(this._needsDash()?this._dashedBezierTo(t,i,a,s,e,h):this._ctx.bezierCurveTo(t,i,a,s,e,h)),this._xi=e,this._yi=h,this},quadraticCurveTo:function(t,i,a,s){return this.addData(_.Q,t,i,a,s),this._ctx&&(this._needsDash()?this._dashedQuadraticTo(t,i,a,s):this._ctx.quadraticCurveTo(t,i,a,s)),this._xi=a,this._yi=s,this},arc:function(t,i,a,s,e,h){return this.addData(_.A,t,i,a,a,s,e-s,0,h?0:1),this._ctx&&this._ctx.arc(t,i,a,s,e,h),this._xi=v(e)*a+t,this._yi=b(e)*a+t,this},arcTo:function(t,i,a,s,e){return this._ctx&&this._ctx.arcTo(t,i,a,s,e),this},rect:function(t,i,a,s){return this._ctx&&this._ctx.rect(t,i,a,s),this.addData(_.R,t,i,a,s),this},closePath:function(){this.addData(_.Z);var t=this._ctx,i=this._x0,a=this._y0;return t&&(this._needsDash()&&this._dashedLineTo(i,a),t.closePath()),this._xi=i,this._yi=a,this},fill:function(t){t&&t.fill(),this.toStatic()},stroke:function(t){t&&t.stroke(),this.toStatic()},setLineDash:function(t){if(t instanceof Array){this._lineDash=t,this._dashIdx=0;for(var i=0,a=0;aa;a++)this.data[a]=t[a];this._len=i},appendPath:function(t){t instanceof Array||(t=[t]);for(var i=t.length,a=0,s=this._len,e=0;i>e;e++)a+=t[e].len();D&&this.data instanceof Float32Array&&(this.data=new Float32Array(s+a));for(var e=0;i>e;e++)for(var h=t[e].data,n=0;ni.length&&(this._expandData(),i=this.data);for(var a=0;ah&&(h=e+h),h%=e,f-=h*d,v-=h*c;d>0&&t>=f||0>d&&f>=t||0==d&&(c>0&&i>=v||0>c&&v>=i);)s=this._dashIdx,a=n[s],f+=d*a,v+=c*a,this._dashIdx=(s+1)%b,d>0&&o>f||0>d&&f>o||c>0&&_>v||0>c&&v>_||r[s%2?"moveTo":"lineTo"](d>=0?l(f,t):x(f,t),c>=0?l(v,i):x(v,i));d=f-t,c=v-i,this._dashOffset=-m(d*d+c*c)},_dashedBezierTo:function(t,i,a,e,h,n){var r,o,_,d,c,u=this._dashSum,f=this._dashOffset,l=this._lineDash,x=this._ctx,v=this._xi,b=this._yi,y=s.cubicAt,D=0,T=this._dashIdx,g=l.length,A=0;for(0>f&&(f=u+f),f%=u,r=0;1>r;r+=.1)o=y(v,t,a,h,r+.1)-y(v,t,a,h,r),_=y(b,i,e,n,r+.1)-y(b,i,e,n,r),D+=m(o*o+_*_);for(;g>T&&(A+=l[T],!(A>f));T++);for(r=(A-f)/D;1>=r;)d=y(v,t,a,h,r),c=y(b,i,e,n,r),T%2?x.moveTo(d,c):x.lineTo(d,c),r+=l[T]/D,T=(T+1)%g;T%2!==0&&x.lineTo(h,n),o=h-d,_=n-c,this._dashOffset=-m(o*o+_*_)},_dashedQuadraticTo:function(t,i,a,s){var e=a,h=s;a=(a+2*t)/3,s=(s+2*i)/3,t=(this._xi+2*t)/3,i=(this._yi+2*i)/3,this._dashedBezierTo(t,i,a,s,e,h)},toStatic:function(){var t=this.data;t instanceof Array&&(t.length=this._len,D&&(this.data=new Float32Array(t)))},getBoundingRect:function(){d[0]=d[1]=u[0]=u[1]=Number.MAX_VALUE,c[0]=c[1]=f[0]=f[1]=-Number.MAX_VALUE;for(var t=this.data,i=0,a=0,s=0,r=0,o=0;ou;){var f=r[u++];switch(1==u&&(s=r[u],e=r[u+1],i=s,a=e),f){case _.M:i=s=r[u++],a=e=r[u++],t.moveTo(s,e);break;case _.L:h=r[u++],n=r[u++],(y(h-s)>o||y(n-e)>d||u===c-1)&&(t.lineTo(h,n),s=h,e=n);break;case _.C:t.bezierCurveTo(r[u++],r[u++],r[u++],r[u++],r[u++],r[u++]),s=r[u-2],e=r[u-1];break;case _.Q:t.quadraticCurveTo(r[u++],r[u++],r[u++],r[u++]),s=r[u-2],e=r[u-1];break;case _.A:var l=r[u++],x=r[u++],m=r[u++],D=r[u++],T=r[u++],g=r[u++],A=r[u++],k=r[u++],C=m>D?m:D,M=m>D?1:m/D,L=m>D?D/m:1,z=Math.abs(m-D)>.001,p=T+g;z?(t.translate(l,x),t.rotate(A),t.scale(M,L),t.arc(0,0,C,T,p,1-k),t.scale(1/M,1/L),t.rotate(-A),t.translate(-l,-x)):t.arc(l,x,C,T,p,1-k),1==u&&(i=v(T)*m+l,a=b(T)*D+x),s=v(p)*m+l,e=b(p)*D+x;break;case _.R:i=s=r[u],a=e=r[u+1],t.rect(r[u++],r[u++],r[u++],r[u++]);break;case _.Z:t.closePath(),s=i,e=a}}}},T.CMD=_;var g=T;a.exports=g}); ;/*!node_modules/zrender/lib/contain/line.js*/ define("node_modules/zrender/lib/contain/line",function(n,r){function e(n,r,e,i,t,o,u){if(0===t)return!1;var a=t,f=0,c=n;if(u>r+a&&u>i+a||r-a>u&&i-a>u||o>n+a&&o>e+a||n-a>o&&e-a>o)return!1;if(n===e)return Math.abs(o-n)<=a/2;f=(r-i)/(n-e),c=(n*i-e*r)/(n-e);var d=f*o-u+c,l=d*d/(f*f+1);return a/2*a/2>=l}r.containStroke=e}); ;/*!node_modules/zrender/lib/contain/cubic.js*/ define("node_modules/zrender/lib/contain/cubic",function(n,e){function r(n,e,r,o,c,u,t,d,l,a,f){if(0===l)return!1;var b=l;if(f>e+b&&f>o+b&&f>u+b&&f>d+b||e-b>f&&o-b>f&&u-b>f&&d-b>f||a>n+b&&a>r+b&&a>c+b&&a>t+b||n-b>a&&r-b>a&&c-b>a&&t-b>a)return!1;var v=i.cubicProjectPoint(n,e,r,o,c,u,t,d,a,f,null);return b/2>=v}var i=n("node_modules/zrender/lib/core/curve");e.containStroke=r}); ;/*!node_modules/zrender/lib/contain/quadratic.js*/ define("node_modules/zrender/lib/contain/quadratic",function(r,n){function e(r,n,e,i,t,u,a,c,d){if(0===a)return!1;var l=a;if(d>n+l&&d>i+l&&d>u+l||n-l>d&&i-l>d&&u-l>d||c>r+l&&c>e+l&&c>t+l||r-l>c&&e-l>c&&t-l>c)return!1;var f=o(r,n,e,i,t,u,c,d,null);return l/2>=f}var i=r("node_modules/zrender/lib/core/curve"),o=i.quadraticProjectPoint;n.containStroke=e}); ;/*!node_modules/zrender/lib/contain/util.js*/ define("node_modules/zrender/lib/contain/util",function(n,e){function i(n){return n%=a,0>n&&(n+=a),n}var a=2*Math.PI;e.normalizeRadian=i}); ;/*!node_modules/zrender/lib/contain/arc.js*/ define("node_modules/zrender/lib/contain/arc",function(n,r){function a(n,r,a,e,o,u,d,f,l){if(0===d)return!1;var c=d;f-=n,l-=r;var s=Math.sqrt(f*f+l*l);if(s-c>a||a>s+c)return!1;if(Math.abs(e-o)%i<1e-4)return!0;if(u){var v=e;e=t(o),o=t(v)}else e=t(e),o=t(o);e>o&&(o+=i);var h=Math.atan2(l,f);return 0>h&&(h+=i),h>=e&&o>=h||h+i>=e&&o>=h+i}var e=n("node_modules/zrender/lib/contain/util"),t=e.normalizeRadian,i=2*Math.PI;r.containStroke=a}); ;/*!node_modules/zrender/lib/contain/windingLine.js*/ define("node_modules/zrender/lib/contain/windingLine",function(n,e,r){function i(n,e,r,i,t,o){if(o>e&&o>i||e>o&&i>o)return 0;if(i===e)return 0;var u=e>i?1:-1,d=(o-e)/(i-e);(1===d||0===d)&&(u=e>i?.5:-.5);var f=d*(r-n)+n;return f===t?1/0:f>t?u:0}r.exports=i}); ;/*!node_modules/zrender/lib/contain/path.js*/ define("node_modules/zrender/lib/contain/path",function(r,e){function n(r,e){return Math.abs(r-e)e&&f>a&&f>o&&f>u||e>f&&a>f&&o>f&&u>f)return 0;var s=M.cubicRootAt(e,a,o,u,f,_);if(0===s)return 0;for(var l,b,v=0,k=-1,h=0;s>h;h++){var m=_[h],z=0===m||1===m?.5:1,S=M.cubicAt(r,n,i,c,m);d>S||(0>k&&(k=M.cubicExtrema(e,a,o,u,q),q[1]1&&t(),l=M.cubicAt(e,a,o,u,q[0]),k>1&&(b=M.cubicAt(e,a,o,u,q[1]))),v+=2==k?ml?z:-z:mb?z:-z:b>u?z:-z:ml?z:-z:l>u?z:-z)}return v}function i(r,e,n,t,a,i,o,c){if(c>e&&c>t&&c>i||e>c&&t>c&&i>c)return 0;var u=M.quadraticRootAt(e,t,i,c,_);if(0===u)return 0;var d=M.quadraticExtremum(e,t,i);if(d>=0&&1>=d){for(var f=0,s=M.quadraticAt(e,t,i,d),l=0;u>l;l++){var b=0===_[l]||1===_[l]?.5:1,v=M.quadraticAt(r,n,a,_[l]);o>v||(f+=_[l]s?b:-b:s>i?b:-b)}return f}var b=0===_[0]||1===_[0]?.5:1,v=M.quadraticAt(r,n,a,_[0]);return o>v?0:e>i?b:-b}function o(r,e,n,t,a,i,o,c){if(c-=e,c>n||-n>c)return 0;var u=Math.sqrt(n*n-c*c);_[0]=-u,_[1]=u;var d=Math.abs(t-a);if(1e-4>d)return 0;if(1e-4>d%S){t=0,a=S;var f=i?1:-1;return o>=_[0]+r&&o<=_[1]+r?f:0}if(i){var u=t;t=h(a),a=h(u)}else t=h(t),a=h(a);t>a&&(a+=S);for(var s=0,l=0;2>l;l++){var b=_[l];if(b+r>o){var v=Math.atan2(c,b),f=i?1:-1;0>v&&(v=S+v),(v>=t&&a>=v||v+S>=t&&a>=v+S)&&(v>Math.PI/2&&v<1.5*Math.PI&&(f=-f),s+=f)}}return s}function c(r,e,t,c,u){for(var d=0,f=0,k=0,h=0,M=0,S=0;S1&&(t||(d+=m(f,k,h,M,c,u))),1==S&&(f=r[S],k=r[S+1],h=f,M=k),A){case z.M:h=r[S++],M=r[S++],f=h,k=M;break;case z.L:if(t){if(s.containStroke(f,k,r[S],r[S+1],e,c,u))return!0}else d+=m(f,k,r[S],r[S+1],c,u)||0;f=r[S++],k=r[S++];break;case z.C:if(t){if(l.containStroke(f,k,r[S++],r[S++],r[S++],r[S++],r[S],r[S+1],e,c,u))return!0}else d+=a(f,k,r[S++],r[S++],r[S++],r[S++],r[S],r[S+1],c,u)||0;f=r[S++],k=r[S++];break;case z.Q:if(t){if(b.containStroke(f,k,r[S++],r[S++],r[S],r[S+1],e,c,u))return!0}else d+=i(f,k,r[S++],r[S++],r[S],r[S+1],c,u)||0;f=r[S++],k=r[S++];break;case z.A:var _=r[S++],q=r[S++],P=r[S++],R=r[S++],x=r[S++],I=r[S++],g=(r[S++],1-r[S++]),w=Math.cos(x)*P+_,C=Math.sin(x)*R+q;S>1?d+=m(f,k,w,C,c,u):(h=w,M=C);var E=(c-_)*R/P+_;if(t){if(v.containStroke(_,q,R,x,x+I,g,e,E,u))return!0}else d+=o(_,q,R,x,x+I,g,E,u);f=Math.cos(x+I)*P+_,k=Math.sin(x+I)*R+q;break;case z.R:h=f=r[S++],M=k=r[S++];var L=r[S++],p=r[S++],w=h+L,C=M+p;if(t){if(s.containStroke(h,M,w,M,e,c,u)||s.containStroke(w,M,w,C,e,c,u)||s.containStroke(w,C,h,C,e,c,u)||s.containStroke(h,C,h,M,e,c,u))return!0}else d+=m(w,M,w,C,c,u),d+=m(h,C,h,M,c,u);break;case z.Z:if(t){if(s.containStroke(f,k,h,M,e,c,u))return!0}else d+=m(f,k,h,M,c,u);f=h,k=M}}return t||n(k,M)||(d+=m(f,k,h,M,c,u)||0),0!==d}function u(r,e,n){return c(r,0,!1,e,n)}function d(r,e,n,t){return c(r,e,!0,n,t)}var f=r("node_modules/zrender/lib/core/PathProxy"),s=r("node_modules/zrender/lib/contain/line"),l=r("node_modules/zrender/lib/contain/cubic"),b=r("node_modules/zrender/lib/contain/quadratic"),v=r("node_modules/zrender/lib/contain/arc"),k=r("node_modules/zrender/lib/contain/util"),h=k.normalizeRadian,M=r("node_modules/zrender/lib/core/curve"),m=r("node_modules/zrender/lib/contain/windingLine"),z=f.CMD,S=2*Math.PI,A=1e-4,_=[-1,-1,-1],q=[-1,-1];e.contain=u,e.containStroke=d}); ;/*!node_modules/zrender/lib/graphic/Pattern.js*/ define("node_modules/zrender/lib/graphic/Pattern",function(t,e,r){var a=function(t,e){this.image=t,this.repeat=e,this.type="pattern"};a.prototype.getCanvasPattern=function(t){return t.createPattern(this.image,this.repeat||"repeat")};var n=a;r.exports=n}); ;/*!node_modules/zrender/lib/graphic/Path.js*/ define("node_modules/zrender/lib/graphic/Path",function(t,e,i){function s(t){r.call(this,t),this.path=null}var r=t("node_modules/zrender/lib/graphic/Displayable"),h=t("node_modules/zrender/lib/core/util"),a=t("node_modules/zrender/lib/core/PathProxy"),n=t("node_modules/zrender/lib/contain/path"),o=t("node_modules/zrender/lib/graphic/Pattern"),l=o.prototype.getCanvasPattern,c=Math.abs,d=new a(!0);s.prototype={constructor:s,type:"path",__dirtyPath:!0,strokeContainThreshold:5,brush:function(t,e){var i=this.style,s=this.path||d,r=i.hasStroke(),h=i.hasFill(),a=i.fill,n=i.stroke,o=h&&!!a.colorStops,c=r&&!!n.colorStops,u=h&&!!a.image,f=r&&!!n.image;if(i.bind(t,this,e),this.setTransform(t),this.__dirty){var p;o&&(p=p||this.getBoundingRect(),this._fillGradient=i.getGradient(t,a,p)),c&&(p=p||this.getBoundingRect(),this._strokeGradient=i.getGradient(t,n,p))}o?t.fillStyle=this._fillGradient:u&&(t.fillStyle=l.call(a,t)),c?t.strokeStyle=this._strokeGradient:f&&(t.strokeStyle=l.call(n,t));var _=i.lineDash,y=i.lineDashOffset,g=!!t.setLineDash,P=this.getGlobalScale();s.setScale(P[0],P[1]),this.__dirtyPath||_&&!g&&r?(s.beginPath(t),_&&!g&&(s.setLineDash(_),s.setLineDashOffset(y)),this.buildPath(s,this.shape,!1),this.path&&(this.__dirtyPath=!1)):(t.beginPath(),this.path.rebuildPath(t)),h&&s.fill(t),_&&g&&(t.setLineDash(_),t.lineDashOffset=y),r&&s.stroke(t),_&&g&&t.setLineDash([]),null!=i.text&&(this.restoreTransform(t),this.drawRectText(t,this.getBoundingRect()))},buildPath:function(){},createPathProxy:function(){this.path=new a},getBoundingRect:function(){var t=this._rect,e=this.style,i=!t;if(i){var s=this.path;s||(s=this.path=new a),this.__dirtyPath&&(s.beginPath(),this.buildPath(s,this.shape,!1)),t=s.getBoundingRect()}if(this._rect=t,e.hasStroke()){var r=this._rectWithStroke||(this._rectWithStroke=t.clone());if(this.__dirty||i){r.copy(t);var h=e.lineWidth,n=e.strokeNoScale?this.getLineScale():1;e.hasFill()||(h=Math.max(h,this.strokeContainThreshold||4)),n>1e-10&&(r.width+=h/n,r.height+=h/n,r.x-=h/n/2,r.y-=h/n/2)}return r}return t},contain:function(t,e){var i=this.transformCoordToLocal(t,e),s=this.getBoundingRect(),r=this.style;if(t=i[0],e=i[1],s.contain(t,e)){var h=this.path.data;if(r.hasStroke()){var a=r.lineWidth,o=r.strokeNoScale?this.getLineScale():1;if(o>1e-10&&(r.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),n.containStroke(h,a/o,t,e)))return!0}if(r.hasFill())return n.contain(h,t,e)}return!1},dirty:function(t){null==t&&(t=!0),t&&(this.__dirtyPath=t,this._rect=null),this.__dirty=!0,this.__zr&&this.__zr.refresh(),this.__clipTarget&&this.__clipTarget.dirty()},animateShape:function(t){return this.animate("shape",t)},attrKV:function(t,e){"shape"===t?(this.setShape(e),this.__dirtyPath=!0,this._rect=null):r.prototype.attrKV.call(this,t,e)},setShape:function(t,e){var i=this.shape;if(i){if(h.isObject(t))for(var s in t)t.hasOwnProperty(s)&&(i[s]=t[s]);else i[t]=e;this.dirty(!0)}return this},getLineScale:function(){var t=this.transform;return t&&c(t[0]-1)>1e-10&&c(t[3]-1)>1e-10?Math.sqrt(c(t[0]*t[3]-t[2]*t[1])):1}},s.extend=function(t){var e=function(e){s.call(this,e),t.style&&this.style.extendFrom(t.style,!1);var i=t.shape;if(i){this.shape=this.shape||{};var r=this.shape;for(var h in i)!r.hasOwnProperty(h)&&i.hasOwnProperty(h)&&(r[h]=i[h])}t.init&&t.init.call(this,e)};h.inherits(e,s);for(var i in t)"style"!==i&&"shape"!==i&&(e.prototype[i]=t[i]);return e},h.inherits(s,r);var u=s;i.exports=u}); ;/*!node_modules/zrender/lib/graphic/Gradient.js*/ define("node_modules/zrender/lib/graphic/Gradient",function(o,t,r){var n=function(o){this.colorStops=o||[]};n.prototype={constructor:n,addColorStop:function(o,t){this.colorStops.push({offset:o,color:t})}};var e=n;r.exports=e}); ;/*!node_modules/zrender/lib/vml/core.js*/ define("node_modules/zrender/lib/vml/core",function(e,n){function r(e){return t(e)}function l(){if(!o&&u){o=!0;var e=u.styleSheets;e.length<31?u.createStyleSheet().addRule(".zrvml","behavior:url(#default#VML)"):e[0].addRule(".zrvml","behavior:url(#default#VML)")}}var t,a=e("node_modules/zrender/lib/core/env"),c="urn:schemas-microsoft-com:vml",d="undefined"==typeof window?null:window,o=!1,u=d&&d.document;if(u&&!a.canvasSupported)try{!u.namespaces.zrvml&&u.namespaces.add("zrvml",c),t=function(e){return u.createElement("')}}catch(m){t=function(e){return u.createElement("<"+e+' xmlns="'+c+'" class="zrvml">')}}n.doc=u,n.createNode=r,n.initVML=l}); ;/*!node_modules/zrender/lib/vml/graphic.js*/ define("node_modules/zrender/lib/vml/graphic",function(t){var e=t("node_modules/zrender/lib/core/env"),i=t("node_modules/zrender/lib/core/vector"),r=i.applyTransform,o=t("node_modules/zrender/lib/core/BoundingRect"),a=t("node_modules/zrender/lib/tool/color"),n=t("node_modules/zrender/lib/contain/text"),l=t("node_modules/zrender/lib/graphic/helper/text"),s=t("node_modules/zrender/lib/graphic/mixin/RectText"),h=t("node_modules/zrender/lib/graphic/Displayable"),d=t("node_modules/zrender/lib/graphic/Image"),c=t("node_modules/zrender/lib/graphic/Text"),p=t("node_modules/zrender/lib/graphic/Path"),f=t("node_modules/zrender/lib/core/PathProxy"),u=t("node_modules/zrender/lib/graphic/Gradient"),m=t("node_modules/zrender/lib/vml/core"),g=f.CMD,v=Math.round,x=Math.sqrt,y=Math.abs,_=Math.cos,b=Math.sin,z=Math.max;if(!e.canvasSupported){var w=",",T="progid:DXImageTransform.Microsoft",M=21600,E=M/2,R=1e5,k=1e3,S=function(t){t.style.cssText="position:absolute;left:0;top:0;width:1px;height:1px;",t.coordsize=M+","+M,t.coordorigin="0,0"},N=function(t){return String(t).replace(/&/g,"&").replace(/"/g,""")},j=function(t,e,i){return"rgb("+[t,e,i].join(",")+")"},C=function(t,e){e&&t&&e.parentNode!==t&&t.appendChild(e)},D=function(t,e){e&&t&&e.parentNode===t&&t.removeChild(e)},A=function(t,e,i){return(parseFloat(t)||0)*R+(parseFloat(e)||0)*k+i},F=function(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t},V=function(t,e,i){var r=a.parse(e);i=+i,isNaN(i)&&(i=1),r&&(t.color=j(r[0],r[1],r[2]),t.opacity=i*r[3])},I=function(t){var e=a.parse(t);return[j(e[0],e[1],e[2]),e[3]]},P=function(t,e,i){var o=e.fill;if(null!=o)if(o instanceof u){var a,n=0,l=[0,0],s=0,h=1,d=i.getBoundingRect(),c=d.width,p=d.height;if("linear"===o.type){a="gradient";var f=i.transform,m=[o.x*c,o.y*p],g=[o.x2*c,o.y2*p];f&&(r(m,m,f),r(g,g,f));var v=g[0]-m[0],x=g[1]-m[1];n=180*Math.atan2(v,x)/Math.PI,0>n&&(n+=360),1e-6>n&&(n=0)}else{a="gradientradial";var m=[o.x*c,o.y*p],f=i.transform,y=i.scale,_=c,b=p;l=[(m[0]-d.x)/_,(m[1]-d.y)/b],f&&r(m,m,f),_/=y[0]*M,b/=y[1]*M;var w=z(_,b);s=0/w,h=2*o.r/w-s}var T=o.colorStops.slice();T.sort(function(t,e){return t.offset-e.offset});for(var E=T.length,R=[],k=[],S=0;E>S;S++){var N=T[S],j=I(N.color);k.push(N.offset*h+s+" "+j[0]),(0===S||S===E-1)&&R.push(j)}if(E>=2){var C=R[0][0],D=R[1][0],A=R[0][1]*e.opacity,F=R[1][1]*e.opacity;t.type=a,t.method="none",t.focus="100%",t.angle=n,t.color=C,t.color2=D,t.colors=k.join(","),t.opacity=F,t.opacity2=A}"radial"===a&&(t.focusposition=l.join(","))}else V(t,o,e.opacity)},W=function(t,e){null!=e.lineDash&&(t.dashstyle=e.lineDash.join(" ")),null==e.stroke||e.stroke instanceof u||V(t,e.stroke,e.opacity)},B=function(t,e,i,r){var o="fill"==e,a=t.getElementsByTagName(e)[0];null!=i[e]&&"none"!==i[e]&&(o||!o&&i.lineWidth)?(t[o?"filled":"stroked"]="true",i[e]instanceof u&&D(t,a),a||(a=m.createNode(e)),o?P(a,i,r):W(a,i),C(t,a)):(t[o?"filled":"stroked"]="false",D(t,a))},H=[[],[],[]],L=function(t,e){var i,o,a,n,l,s,h=g.M,d=g.C,c=g.L,p=g.A,f=g.Q,u=[],m=t.data,y=t.len();for(n=0;y>n;){switch(a=m[n++],o="",i=0,a){case h:o=" m ",i=1,l=m[n++],s=m[n++],H[0][0]=l,H[0][1]=s;break;case c:o=" l ",i=1,l=m[n++],s=m[n++],H[0][0]=l,H[0][1]=s;break;case f:case d:o=" c ",i=3;var z,T,R=m[n++],k=m[n++],S=m[n++],N=m[n++];a===f?(z=S,T=N,S=(S+2*R)/3,N=(N+2*k)/3,R=(l+2*R)/3,k=(s+2*k)/3):(z=m[n++],T=m[n++]),H[0][0]=R,H[0][1]=k,H[1][0]=S,H[1][1]=N,H[2][0]=z,H[2][1]=T,l=z,s=T;break;case p:var j=0,C=0,D=1,A=1,F=0;e&&(j=e[4],C=e[5],D=x(e[0]*e[0]+e[1]*e[1]),A=x(e[2]*e[2]+e[3]*e[3]),F=Math.atan2(-e[1]/A,e[0]/D));var V=m[n++],I=m[n++],P=m[n++],W=m[n++],B=m[n++]+F,L=m[n++]+B+F;n++;var q=m[n++],G=V+_(B)*P,O=I+b(B)*W,R=V+_(L)*P,k=I+b(L)*W,X=q?" wa ":" at ";Math.abs(G-R)<1e-4&&(Math.abs(L-B)>.01?q&&(G+=270/M):Math.abs(O-I)<1e-4?q&&V>G||!q&&G>V?k-=270/M:k+=270/M:q&&I>O||!q&&O>I?R+=270/M:R-=270/M),u.push(X,v(((V-P)*D+j)*M-E),w,v(((I-W)*A+C)*M-E),w,v(((V+P)*D+j)*M-E),w,v(((I+W)*A+C)*M-E),w,v((G*D+j)*M-E),w,v((O*A+C)*M-E),w,v((R*D+j)*M-E),w,v((k*A+C)*M-E)),l=R,s=k;break;case g.R:var Y=H[0],Q=H[1];Y[0]=m[n++],Y[1]=m[n++],Q[0]=Y[0]+m[n++],Q[1]=Y[1]+m[n++],e&&(r(Y,Y,e),r(Q,Q,e)),Y[0]=v(Y[0]*M-E),Q[0]=v(Q[0]*M-E),Y[1]=v(Y[1]*M-E),Q[1]=v(Q[1]*M-E),u.push(" m ",Y[0],w,Y[1]," l ",Q[0],w,Y[1]," l ",Q[0],w,Q[1]," l ",Y[0],w,Q[1]);break;case g.Z:u.push(" x ")}if(i>0){u.push(o);for(var U=0;i>U;U++){var Z=H[U];e&&r(Z,Z,e),u.push(v(Z[0]*M-E),w,v(Z[1]*M-E),i-1>U?w:"")}}}return u.join("")};p.prototype.brushVML=function(t){var e=this.style,i=this._vmlEl;i||(i=m.createNode("shape"),S(i),this._vmlEl=i),B(i,"fill",e,this),B(i,"stroke",e,this);var r=this.transform,o=null!=r,a=i.getElementsByTagName("stroke")[0];if(a){var n=e.lineWidth;if(o&&!e.strokeNoScale){var l=r[0]*r[3]-r[1]*r[2];n*=x(y(l))}a.weight=n+"px"}var s=this.path||(this.path=new f);this.__dirtyPath&&(s.beginPath(),this.buildPath(s,this.shape),s.toStatic(),this.__dirtyPath=!1),i.path=L(s,this.transform),i.style.zIndex=A(this.zlevel,this.z,this.z2),C(t,i),null!=e.text?this.drawRectText(t,this.getBoundingRect()):this.removeRectText(t)},p.prototype.onRemove=function(t){D(t,this._vmlEl),this.removeRectText(t)},p.prototype.onAdd=function(t){C(t,this._vmlEl),this.appendRectText(t)};var q=function(t){return"object"==typeof t&&t.tagName&&"IMG"===t.tagName.toUpperCase()};d.prototype.brushVML=function(t){var e,i,o=this.style,a=o.image;if(q(a)){var n=a.src;if(n===this._imageSrc)e=this._imageWidth,i=this._imageHeight;else{var l=a.runtimeStyle,s=l.width,h=l.height;l.width="auto",l.height="auto",e=a.width,i=a.height,l.width=s,l.height=h,this._imageSrc=n,this._imageWidth=e,this._imageHeight=i}a=n}else a===this._imageSrc&&(e=this._imageWidth,i=this._imageHeight);if(a){var d=o.x||0,c=o.y||0,p=o.width,f=o.height,u=o.sWidth,g=o.sHeight,y=o.sx||0,_=o.sy||0,b=u&&g,M=this._vmlEl;M||(M=m.doc.createElement("div"),S(M),this._vmlEl=M);var E,R=M.style,k=!1,N=1,j=1;if(this.transform&&(E=this.transform,N=x(E[0]*E[0]+E[1]*E[1]),j=x(E[2]*E[2]+E[3]*E[3]),k=E[1]||E[2]),k){var D=[d,c],F=[d+p,c],V=[d,c+f],I=[d+p,c+f];r(D,D,E),r(F,F,E),r(V,V,E),r(I,I,E);var P=z(D[0],F[0],V[0],I[0]),W=z(D[1],F[1],V[1],I[1]),B=[];B.push("M11=",E[0]/N,w,"M12=",E[2]/j,w,"M21=",E[1]/N,w,"M22=",E[3]/j,w,"Dx=",v(d*N+E[4]),w,"Dy=",v(c*j+E[5])),R.padding="0 "+v(P)+"px "+v(W)+"px 0",R.filter=T+".Matrix("+B.join("")+", SizingMethod=clip)"}else E&&(d=d*N+E[4],c=c*j+E[5]),R.filter="",R.left=v(d)+"px",R.top=v(c)+"px";var H=this._imageEl,L=this._cropEl;H||(H=m.doc.createElement("div"),this._imageEl=H);var G=H.style;if(b){if(e&&i)G.width=v(N*e*p/u)+"px",G.height=v(j*i*f/g)+"px";else{var O=new Image,X=this;O.onload=function(){O.onload=null,e=O.width,i=O.height,G.width=v(N*e*p/u)+"px",G.height=v(j*i*f/g)+"px",X._imageWidth=e,X._imageHeight=i,X._imageSrc=a},O.src=a}L||(L=m.doc.createElement("div"),L.style.overflow="hidden",this._cropEl=L);var Y=L.style;Y.width=v((p+y*p/u)*N),Y.height=v((f+_*f/g)*j),Y.filter=T+".Matrix(Dx="+-y*p/u*N+",Dy="+-_*f/g*j+")",L.parentNode||M.appendChild(L),H.parentNode!=L&&L.appendChild(H)}else G.width=v(N*p)+"px",G.height=v(j*f)+"px",M.appendChild(H),L&&L.parentNode&&(M.removeChild(L),this._cropEl=null);var Q="",U=o.opacity;1>U&&(Q+=".Alpha(opacity="+v(100*U)+") "),Q+=T+".AlphaImageLoader(src="+a+", SizingMethod=scale)",G.filter=Q,M.style.zIndex=A(this.zlevel,this.z,this.z2),C(t,M),null!=o.text&&this.drawRectText(t,this.getBoundingRect())}},d.prototype.onRemove=function(t){D(t,this._vmlEl),this._vmlEl=null,this._cropEl=null,this._imageEl=null,this.removeRectText(t)},d.prototype.onAdd=function(t){C(t,this._vmlEl),this.appendRectText(t)};var G,O="normal",X={},Y=0,Q=100,U=document.createElement("div"),Z=function(t){var e=X[t];if(!e){Y>Q&&(Y=0,X={});var i,r=U.style;try{r.font=t,i=r.fontFamily.split(",")[0]}catch(o){}e={style:r.fontStyle||O,variant:r.fontVariant||O,weight:r.fontWeight||O,size:0|parseFloat(r.fontSize||12),family:i||"Microsoft YaHei"},X[t]=e,Y++}return e};n.$override("measureText",function(t,e){var i=m.doc;G||(G=i.createElement("div"),G.style.cssText="position:absolute;top:-20000px;left:0;padding:0;margin:0;border:none;white-space:pre;",m.doc.body.appendChild(G));try{G.style.font=e}catch(r){}return G.innerHTML="",G.appendChild(i.createTextNode(t)),{width:G.offsetWidth}});for(var $=new o,J=function(t,e,i,o){var a=this.style;this.__dirty&&l.normalizeTextStyle(a,!0);var s=a.text;if(null!=s&&(s+=""),s){if(a.rich){var h=n.parseRichText(s,a);s=[];for(var d=0;d=0;s--){var h;if(o[s]!==i&&!o[s].ignore&&(h=n(o[s],t,e))&&(!r.topTarget&&(r.topTarget=o[s]),h!==u)){r.target=o[s];break}}return r}},s.each(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){d.prototype[t]=function(e){var i=this.findHover(e.zrX,e.zrY),o=i.target;if("mousedown"===t)this._downEl=o,this._downPoint=[e.zrX,e.zrY],this._upEl=o;else if("mouseup"===t)this._upEl=o;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||h.dist(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(i,t,e)}}),s.mixin(d,a),s.mixin(d,l);var p=d;i.exports=p}); ;/*!node_modules/zrender/lib/container/Group.js*/ define("node_modules/zrender/lib/container/Group",function(r,e,n){var t=r("node_modules/zrender/lib/core/util"),i=r("node_modules/zrender/lib/Element"),o=r("node_modules/zrender/lib/core/BoundingRect"),h=function(r){r=r||{},i.call(this,r);for(var e in r)r.hasOwnProperty(e)&&(this[e]=r[e]);this._children=[],this.__storage=null,this.__dirty=!0};h.prototype={constructor:h,isGroup:!0,type:"group",silent:!1,children:function(){return this._children.slice()},childAt:function(r){return this._children[r]},childOfName:function(r){for(var e=this._children,n=0;n=0&&(n.splice(t,0,r),this._doAdd(r))}return this},_doAdd:function(r){r.parent&&r.parent.remove(r),r.parent=this;var e=this.__storage,n=this.__zr;e&&e!==r.__storage&&(e.addToStorage(r),r instanceof h&&r.addChildrenToStorage(e)),n&&n.refresh()},remove:function(r){var e=this.__zr,n=this.__storage,i=this._children,o=t.indexOf(i,r);return 0>o?this:(i.splice(o,1),r.parent=null,n&&(n.delFromStorage(r),r instanceof h&&r.delChildrenFromStorage(n)),e&&e.refresh(),this)},removeAll:function(){var r,e,n=this._children,t=this.__storage;for(e=0;e=c;)f|=1&r,r>>=1;return r+f}function o(r,f,e,i){var o=f+1;if(o===e)return 1;if(i(r[o++],r[f])<0){for(;e>o&&i(r[o],r[o-1])<0;)o++;n(r,f,o)}else for(;e>o&&i(r[o],r[o-1])>=0;)o++;return o-f}function n(r,f,e){for(e--;e>f;){var i=r[f];r[f++]=r[e],r[e--]=i}}function a(r,f,e,i,o){for(i===f&&i++;e>i;i++){for(var n,a=r[i],t=f,u=i;u>t;)n=t+u>>>1,o(a,r[n])<0?u=n:t=n+1;var v=i-t;switch(v){case 3:r[t+3]=r[t+2];case 2:r[t+2]=r[t+1];case 1:r[t+1]=r[t];break;default:for(;v>0;)r[t+v]=r[t+v-1],v--}r[t]=a}}function t(r,f,e,i,o,n){var a=0,t=0,u=1;if(n(r,f[e+o])>0){for(t=i-o;t>u&&n(r,f[e+o+u])>0;)a=u,u=(u<<1)+1,0>=u&&(u=t);u>t&&(u=t),a+=o,u+=o}else{for(t=o+1;t>u&&n(r,f[e+o-u])<=0;)a=u,u=(u<<1)+1,0>=u&&(u=t);u>t&&(u=t);var v=a;a=o-u,u=o-v}for(a++;u>a;){var s=a+(u-a>>>1);n(r,f[e+s])>0?a=s+1:u=s}return u}function u(r,f,e,i,o,n){var a=0,t=0,u=1;if(n(r,f[e+o])<0){for(t=o+1;t>u&&n(r,f[e+o-u])<0;)a=u,u=(u<<1)+1,0>=u&&(u=t);u>t&&(u=t);var v=a;a=o-u,u=o-v}else{for(t=i-o;t>u&&n(r,f[e+o+u])>=0;)a=u,u=(u<<1)+1,0>=u&&(u=t);u>t&&(u=t),a+=o,u+=o}for(a++;u>a;){var s=a+(u-a>>>1);n(r,f[e+s])<0?u=s:a=s+1}return u}function v(r,f){function e(r,f){s[g]=r,c[g]=f,g+=1}function i(){for(;g>1;){var r=g-2;if(r>=1&&c[r-1]<=c[r]+c[r+1]||r>=2&&c[r-2]<=c[r]+c[r-1])c[r-1]c[r+1])break;n(r)}}function o(){for(;g>1;){var r=g-2;r>0&&c[r-1]=o?a(i,o,n,l):v(i,o,n,l)))}function a(e,i,o,n){var a=0;for(a=0;i>a;a++)R[a]=r[e+a];var v=0,s=o,c=e;if(r[c++]=r[s++],0!==--n){if(1===i){for(a=0;n>a;a++)r[c+a]=r[s+a];return void(r[c+n]=R[v])}for(var b,h,d,w=k;;){b=0,h=0,d=!1;do if(f(r[s],R[v])<0){if(r[c++]=r[s++],h++,b=0,0===--n){d=!0;break}}else if(r[c++]=R[v++],b++,h=0,1===--i){d=!0;break}while(w>(b|h));if(d)break;do{if(b=u(r[s],R,v,i,0,f),0!==b){for(a=0;b>a;a++)r[c+a]=R[v+a];if(c+=b,v+=b,i-=b,1>=i){d=!0;break}}if(r[c++]=r[s++],0===--n){d=!0;break}if(h=t(R[v],r,s,n,0,f),0!==h){for(a=0;h>a;a++)r[c+a]=r[s+a];if(c+=h,s+=h,n-=h,0===n){d=!0;break}}if(r[c++]=R[v++],1===--i){d=!0;break}w--}while(b>=l||h>=l);if(d)break;0>w&&(w=0),w+=2}if(k=w,1>k&&(k=1),1===i){for(a=0;n>a;a++)r[c+a]=r[s+a];r[c+n]=R[v]}else{if(0===i)throw new Error;for(a=0;i>a;a++)r[c+a]=R[v+a]}}else for(a=0;i>a;a++)r[c+a]=R[v+a]}function v(e,i,o,n){var a=0;for(a=0;n>a;a++)R[a]=r[o+a];var v=e+i-1,s=n-1,c=o+n-1,b=0,h=0;if(r[c--]=r[v--],0!==--i){if(1===n){for(c-=i,v-=i,h=c+1,b=v+1,a=i-1;a>=0;a--)r[h+a]=r[b+a];return void(r[c]=R[s])}for(var d=k;;){var w=0,g=0,m=!1;do if(f(R[s],r[v])<0){if(r[c--]=r[v--],w++,g=0,0===--i){m=!0;break}}else if(r[c--]=R[s--],g++,w=0,1===--n){m=!0;break}while(d>(w|g));if(m)break;do{if(w=i-u(R[s],r,e,i,i-1,f),0!==w){for(c-=w,v-=w,i-=w,h=c+1,b=v+1,a=w-1;a>=0;a--)r[h+a]=r[b+a];if(0===i){m=!0;break}}if(r[c--]=R[s--],1===--n){m=!0;break}if(g=n-t(r[v],R,0,n,n-1,f),0!==g){for(c-=g,s-=g,n-=g,h=c+1,b=s+1,a=0;g>a;a++)r[h+a]=R[b+a];if(1>=n){m=!0;break}}if(r[c--]=r[v--],0===--i){m=!0;break}d--}while(w>=l||g>=l);if(m)break;0>d&&(d=0),d+=2}if(k=d,1>k&&(k=1),1===n){for(c-=i,v-=i,h=c+1,b=v+1,a=i-1;a>=0;a--)r[h+a]=r[b+a];r[c]=R[s]}else{if(0===n)throw new Error;for(b=c-(n-1),a=0;n>a;a++)r[b+a]=R[a]}}else for(b=c-(n-1),a=0;n>a;a++)r[b+a]=R[a]}var s,c,k=l,h=0,d=b,w=0,g=0;h=r.length,2*b>h&&(d=h>>>1);var R=[];w=120>h?5:1542>h?10:119151>h?19:40,s=[],c=[],this.mergeRuns=i,this.forceMergeRuns=o,this.pushRun=e}function s(r,f,e,n){e||(e=0),n||(n=r.length);var t=n-e;if(!(2>t)){var u=0;if(c>t)return u=o(r,e,n,f),void a(r,e,n,e+u,f);var s=new v(r,f),l=i(t);do{if(u=o(r,e,n,f),l>u){var b=t;b>l&&(b=l),a(r,e,e+b,e+u,f),u=b}s.pushRun(e,u),s.mergeRuns(),t-=u,e+=u}while(0!==t);s.forceMergeRuns()}}var c=32,l=7,b=256;e.exports=s}); ;/*!node_modules/zrender/lib/Storage.js*/ define("node_modules/zrender/lib/Storage",function(t,i,e){function s(t,i){return t.zlevel===i.zlevel?t.z===i.z?t.z2-i.z2:t.z-i.z:t.zlevel-i.zlevel}var r=t("node_modules/zrender/lib/core/util"),o=t("node_modules/zrender/lib/core/env"),n=t("node_modules/zrender/lib/container/Group"),a=t("node_modules/zrender/lib/core/timsort"),d=function(){this._roots=[],this._displayList=[],this._displayListLen=0};d.prototype={constructor:d,traverse:function(t,i){for(var e=0;er;r++)this._updateAndAddDisplayable(i[r],null,t);e.length=this._displayListLen,o.canvasSupported&&a(e,s)},_updateAndAddDisplayable:function(t,i,e){if(!t.ignore||e){t.beforeUpdate(),t.__dirty&&t.update(),t.afterUpdate();var s=t.clipPath;if(s){i=i?i.slice():[];for(var r=s,o=t;r;)r.parent=o,r.updateTransform(),i.push(r),o=r,r=r.clipPath}if(t.isGroup){for(var n=t._children,a=0;ai;i++)this.delRoot(t[i]);else{var o=r.indexOf(this._roots,t);o>=0&&(this.delFromStorage(t),this._roots.splice(o,1),t instanceof n&&t.delChildrenFromStorage(this))}},addToStorage:function(t){return t&&(t.__storage=this,t.dirty(!1)),this},delFromStorage:function(t){return t&&(t.__storage=null),this},dispose:function(){this._renderList=this._roots=null},displayableSortFunc:s};var l=d;e.exports=l}); ;/*!node_modules/zrender/lib/Layer.js*/ define("node_modules/zrender/lib/Layer",function(t,e,i){function r(){return!1}function a(t,e,i){var r=n.createCanvas(),a=e.getWidth(),o=e.getHeight(),s=r.style;return s&&(s.position="absolute",s.left=0,s.top=0,s.width=a+"px",s.height=o+"px",r.setAttribute("data-zr-dom-id",t)),r.width=a*i,r.height=o*i,r}var n=t("node_modules/zrender/lib/core/util"),o=t("node_modules/zrender/lib/config"),s=o.devicePixelRatio,h=t("node_modules/zrender/lib/graphic/Style"),d=t("node_modules/zrender/lib/graphic/Pattern"),c=function(t,e,i){var o;i=i||s,"string"==typeof t?o=a(t,e,i):n.isObject(t)&&(o=t,t=o.id),this.id=t,this.dom=o;var h=o.style;h&&(o.onselectstart=r,h["-webkit-user-select"]="none",h["user-select"]="none",h["-webkit-touch-callout"]="none",h["-webkit-tap-highlight-color"]="rgba(0,0,0,0)",h.padding=0,h.margin=0,h["border-width"]=0),this.domBack=null,this.ctxBack=null,this.painter=e,this.config=null,this.clearColor=0,this.motionBlur=!1,this.lastFrameAlpha=.7,this.dpr=i};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 t=this.dpr;this.domBack=a("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!=t&&this.ctxBack.scale(t,t)},resize:function(t,e){var i=this.dpr,r=this.dom,a=r.style,n=this.domBack;a&&(a.width=t+"px",a.height=e+"px"),r.width=t*i,r.height=e*i,n&&(n.width=t*i,n.height=e*i,1!=i&&this.ctxBack.scale(i,i))},clear:function(t,e){var i=this.dom,r=this.ctx,a=i.width,n=i.height,e=e||this.clearColor,o=this.motionBlur&&!t,s=this.lastFrameAlpha,c=this.dpr;if(o&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(i,0,0,a/c,n/c)),r.clearRect(0,0,a,n),e&&"transparent"!==e){var l;e.colorStops?(l=e.__canvasGradient||h.getGradient(r,e,{x:0,y:0,width:a,height:n}),e.__canvasGradient=l):e.image&&(l=d.prototype.getCanvasPattern.call(e,r)),r.save(),r.fillStyle=l||e,r.fillRect(0,0,a,n),r.restore()}if(o){var u=this.domBack;r.save(),r.globalAlpha=s,r.drawImage(u,0,0,a,n),r.restore()}}};var l=c;i.exports=l}); ;/*!node_modules/zrender/lib/animation/requestAnimationFrame.js*/ define("node_modules/zrender/lib/animation/requestAnimationFrame",function(n,e,i){var o="undefined"!=typeof window&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(n){setTimeout(n,16)};i.exports=o}); ;/*!node_modules/zrender/lib/Painter.js*/ define("node_modules/zrender/lib/Painter",function(e,t,i){function r(e){return parseInt(e,10)}function n(e){return e?e.__builtin__?!0:"function"!=typeof e.resize||"function"!=typeof e.refresh?!1:!0:!1}function s(e,t,i){return C.copy(e.getBoundingRect()),e.transform&&C.applyTransform(e.transform),b.width=t,b.height=i,!C.intersect(b)}function a(e,t){if(e==t)return!1;if(!e||!t||e.length!==t.length)return!0;for(var i=0;i=0&&i.splice(r,1),e.__hoverMir=null},clearHover:function(){for(var e=this._hoverElements,t=0;tn;){var s=e[n],a=s.__from;a&&a.__zr?(n++,a.invisible||(s.transform=a.transform,s.invTransform=a.invTransform,s.__clipPaths=a.__clipPaths,this._doPaintEl(s,i,!0,r))):(e.splice(n,1),a.__hoverMir=null,t--)}i.ctx.restore()}},getHoverLayer:function(){return this.getLayer(m)},_paintList:function(e,t,i){if(this._redrawId===i){t=t||!1,this._updateLayerStatus(e);var r=this._doPaintList(e,t);if(this._needsManuallyCompositing&&this._compositeManually(),!r){var n=this;g(function(){n._paintList(e,t,i)})}}},_compositeManually:function(){var e=this.getLayer(w).ctx,t=this._domRoot.width,i=this._domRoot.height;e.clearRect(0,0,t,i),this.eachBuiltinLayer(function(r){r.virtual&&e.drawImage(r.dom,0,0,t,i)})},_doPaintList:function(e,t){for(var i=[],r=0;r15)break}}s.__drawIndex=g,s.__drawIndex0&&e>r[0]){for(o=0;s-1>o&&!(r[o]e);o++);a=i[r[o]]}if(r.splice(o+1,0,e),i[e]=t,!t.virtual)if(a){var h=a.dom;h.nextSibling?l.insertBefore(t.dom,h.nextSibling):l.appendChild(t.dom)}else l.firstChild?l.insertBefore(t.dom,l.firstChild):l.appendChild(t.dom)},eachLayer:function(e,t){var i,r,n=this._zlevelList;for(r=0;r0?x:0),this._needsManuallyCompositing),a.__builtin__||u("ZLevel "+o+" has been used by unkown layer "+a.id),a!==n&&(a.__used=!0,a.__startIndex!==i&&(a.__dirty=!0),a.__startIndex=i,a.__drawIndex=a.incremental?-1:i,t(i),n=a),r.__dirty&&(a.__dirty=!0,a.incremental&&a.__drawIndex<0&&(a.__drawIndex=i))}t(i),this.eachBuiltinLayer(function(e){!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 i=this._layerConfig;i[e]?d.merge(i[e],t,!0):i[e]=t;for(var r=0;r=0;if(i){var l="touchend"!=o?n.targetTouches[0]:n.changedTouches[0];l&&r(e,l,n,t)}else r(e,n,n,t),n.zrDelta=n.wheelDelta?n.wheelDelta/120:-(n.detail||0)/3;var u=n.button;return null==n.which&&void 0!==u&&s.test(n.type)&&(n.which=1&u?1:2&u?3:4&u?2:0),n}function l(e,n,t){f?e.addEventListener(n,t):e.attachEvent("on"+n,t)}function u(e,n,t){f?e.removeEventListener(n,t):e.detachEvent("on"+n,t)}function c(e){return e.which>1}var a=e("node_modules/zrender/lib/mixin/Eventful");n.Dispatcher=a;var d=e("node_modules/zrender/lib/core/env"),f="undefined"!=typeof window&&!!window.addEventListener,s=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,v=f?function(e){e.preventDefault(),e.stopPropagation(),e.cancelBubble=!0}:function(e){e.returnValue=!1,e.cancelBubble=!0};n.clientToLocal=r,n.normalizeEvent=i,n.addEventListener=l,n.removeEventListener=u,n.stop=v,n.notLeftMouse=c}); ;/*!node_modules/zrender/lib/animation/Animation.js*/ define("node_modules/zrender/lib/animation/Animation",function(t,i,e){var n=t("node_modules/zrender/lib/core/util"),s=t("node_modules/zrender/lib/core/event"),a=s.Dispatcher,r=t("node_modules/zrender/lib/animation/requestAnimationFrame"),o=t("node_modules/zrender/lib/animation/Animator"),u=function(t){t=t||{},this.stage=t.stage||{},this.onframe=t.onframe||function(){},this._clips=[],this._running=!1,this._time,this._pausedTime,this._pauseStart,this._paused=!1,a.call(this)};u.prototype={constructor:u,addClip:function(t){this._clips.push(t)},addAnimator:function(t){t.animation=this;for(var i=t.getClips(),e=0;e=0&&this._clips.splice(i,1)},removeAnimator:function(t){for(var i=t.getClips(),e=0;er;r++){var o=e[r],u=o.step(t,i);u&&(s.push(u),a.push(o))}for(var r=0;n>r;)e[r]._needsRemove?(e[r]=e[n-1],e.pop(),n--):r++;n=s.length;for(var r=0;n>r;r++)a[r].fire(s[r]);this._time=t,this.onframe(i),this.trigger("frame",i),this.stage.update&&this.stage.update()},_startLoop:function(){function t(){i._running&&(r(t),!i._paused&&i._update())}var i=this;this._running=!0,r(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(t,i){i=i||{};var e=new o(t,i.loop,i.getter,i.setter);return this.addAnimator(e),e}},n.mixin(u,a);var h=u;e.exports=h}); ;/*!node_modules/zrender/lib/core/GestureMgr.js*/ define("node_modules/zrender/lib/core/GestureMgr",function(t,r,n){function e(t){var r=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(r*r+n*n)}function i(t){return[(t[0][0]+t[1][0])/2,(t[0][1]+t[1][1])/2]}var o=t("node_modules/zrender/lib/core/event"),c=function(){this._track=[]};c.prototype={constructor:c,recognize:function(t,r,n){return this._doTrack(t,r,n),this._recognize(t)},clear:function(){return this._track.length=0,this},_doTrack:function(t,r,n){var e=t.touches;if(e){for(var i={points:[],touches:[],target:r,event:t},c=0,a=e.length;a>c;c++){var h=e[c],s=o.clientToLocal(n,h,{});i.points.push([s.zrX,s.zrY]),i.touches.push(h)}this._track.push(i)}},_recognize:function(t){for(var r in a)if(a.hasOwnProperty(r)){var n=a[r](this._track,t);if(n)return n}}};var a={pinch:function(t,r){var n=t.length;if(n){var o=(t[n-1]||{}).points,c=(t[n-2]||{}).points||o;if(c&&c.length>1&&o&&o.length>1){var a=e(o)/e(c);!isFinite(a)&&(a=1),r.pinchScale=a;var h=i(o);return r.pinchX=h[0],r.pinchY=h[1],{type:"pinch",target:t[0].target,event:r}}}}},h=c;n.exports=h}); ;/*!node_modules/zrender/lib/dom/HandlerProxy.js*/ define("node_modules/zrender/lib/dom/HandlerProxy",function(e,t,o){function n(e){return"mousewheel"===e&&p.browser.firefox?"DOMMouseScroll":e}function i(e,t,o){var n=e._gestureMgr;"start"===o&&n.clear();var i=n.recognize(t,e.handler.findHover(t.zrX,t.zrY,null).target,e.dom);if("end"===o&&n.clear(),i){var r=i.type;t.gestureEvent=r,e.handler.dispatchToElement({target:i.target},r,i.event)}}function r(e){e._touching=!0,clearTimeout(e._touchTimer),e._touchTimer=setTimeout(function(){e._touching=!1},700)}function u(e){var t=e.pointerType;return"pen"===t||"touch"===t}function s(e){function t(e,t){return function(){return t._touching?void 0:e.apply(t,arguments)}}a.each(T,function(t){e._handlers[t]=a.bind(b[t],e)}),a.each(z,function(t){e._handlers[t]=a.bind(b[t],e)}),a.each(_,function(o){e._handlers[o]=t(b[o],e)})}function c(e){function t(t,o){a.each(t,function(t){l(e,n(t),o._handlers[t])},o)}f.call(this),this.dom=e,this._touching=!1,this._touchTimer,this._gestureMgr=new v,this._handlers={},s(this),p.pointerEventsSupported?t(z,this):(p.touchEventsSupported&&t(T,this),t(_,this))}var h=e("node_modules/zrender/lib/core/event"),l=h.addEventListener,m=h.removeEventListener,d=h.normalizeEvent,a=e("node_modules/zrender/lib/core/util"),f=e("node_modules/zrender/lib/mixin/Eventful"),p=e("node_modules/zrender/lib/core/env"),v=e("node_modules/zrender/lib/core/GestureMgr"),g=300,_=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],T=["touchstart","touchend","touchmove"],w={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},z=a.map(_,function(e){var t=e.replace("mouse","pointer");return w[t]?t:e}),b={mousemove:function(e){e=d(this.dom,e),this.trigger("mousemove",e)},mouseout:function(e){e=d(this.dom,e);var t=e.toElement||e.relatedTarget;if(t!=this.dom)for(;t&&9!=t.nodeType;){if(t===this.dom)return;t=t.parentNode}this.trigger("mouseout",e)},touchstart:function(e){e=d(this.dom,e),e.zrByTouch=!0,this._lastTouchMoment=new Date,i(this,e,"start"),b.mousemove.call(this,e),b.mousedown.call(this,e),r(this)},touchmove:function(e){e=d(this.dom,e),e.zrByTouch=!0,i(this,e,"change"),b.mousemove.call(this,e),r(this)},touchend:function(e){e=d(this.dom,e),e.zrByTouch=!0,i(this,e,"end"),b.mouseup.call(this,e),+new Date-this._lastTouchMomentt&&t>-A}function i(t,e){var r=e?t.textFill:t.fill;return null!=r&&r!==k}function a(t,e){var r=e?t.textStroke:t.stroke;return null!=r&&r!==k}function o(t,e){e&&l(t,"transform","matrix("+b.call(e,",")+")")}function l(t,e,r){(!r||"linear"!==r.type&&"radial"!==r.type)&&("string"==typeof r&&r.indexOf("NaN")>-1&&console.log(r),t.setAttribute(e,r))}function s(t,e,r){t.setAttributeNS("http://www.w3.org/1999/xlink",e,r)}function d(t,e,r){if(i(e,r)){var n=r?e.textFill:e.fill;n="transparent"===n?k:n,"none"!==t.getAttribute("clip-path")&&n===k&&(n="rgba(0, 0, 0, 0.002)"),l(t,"fill",n),l(t,"fill-opacity",e.opacity)}else l(t,"fill",k);if(a(e,r)){var o=r?e.textStroke:e.stroke;o="transparent"===o?k:o,l(t,"stroke",o);var s=r?e.textStrokeWidth:e.lineWidth,d=!r&&e.strokeNoScale?e.host.getLineScale():1;l(t,"stroke-width",s/d),l(t,"paint-order",r?"stroke":"fill"),l(t,"stroke-opacity",e.opacity);var h=e.lineDash;h?(l(t,"stroke-dasharray",e.lineDash.join(",")),l(t,"stroke-dashoffset",L(e.lineDashOffset||0))):l(t,"stroke-dasharray",""),e.lineCap&&l(t,"stroke-linecap",e.lineCap),e.lineJoin&&l(t,"stroke-linejoin",e.lineJoin),e.miterLimit&&l(t,"stroke-miterlimit",e.miterLimit)}else l(t,"stroke",k)}function h(t){for(var e=[],i=t.data,a=t.len(),o=0;a>o;){var l=i[o++],s="",d=0;switch(l){case y.M:s="M",d=2;break;case y.L:s="L",d=2;break;case y.Q:s="Q",d=4;break;case y.C:s="C",d=6;break;case y.A:var h=i[o++],f=i[o++],c=i[o++],g=i[o++],u=i[o++],x=i[o++],v=i[o++],_=i[o++],p=Math.abs(x),m=n(p-w)&&!n(p),b=!1;b=p>=w?!0:n(p)?!1:(x>-M&&0>x||x>M)==!!_;var k=r(h+c*P(u)),A=r(f+g*S(u));m&&(x=_?w-1e-4:-w+1e-4,b=!0,9===o&&e.push("M",k,A));var T=r(h+c*P(u+x)),C=r(f+g*S(u+x));e.push("A",r(c),r(g),L(v*z),+b,+_,T,C);break;case y.Z:s="Z";break;case y.R:var T=r(i[o++]),C=r(i[o++]),E=r(i[o++]),R=r(i[o++]);e.push("M",T,C,"L",T+E,C,"L",T+E,C+R,"L",T,C+R,"L",T,C)}s&&e.push(s);for(var N=0;d>N;N++)e.push(r(i[o++]))}return e.join(" ")}function f(t){return"middle"===t?"middle":"bottom"===t?"baseline":"hanging"}var c=t("node_modules/zrender/lib/svg/core"),g=c.createElement,u=t("node_modules/zrender/lib/core/PathProxy"),x=t("node_modules/zrender/lib/core/BoundingRect"),v=t("node_modules/zrender/lib/core/matrix"),_=t("node_modules/zrender/lib/contain/text"),p=t("node_modules/zrender/lib/graphic/helper/text"),m=t("node_modules/zrender/lib/graphic/Text"),y=u.CMD,b=Array.prototype.join,k="none",L=Math.round,S=Math.sin,P=Math.cos,M=Math.PI,w=2*Math.PI,z=180/M,A=1e-4,T={};T.brush=function(t){var e=t.style,r=t.__svgEl;r||(r=g("path"),t.__svgEl=r),t.path||t.createPathProxy();var n=t.path;if(t.__dirtyPath){n.beginPath(),t.buildPath(n,t.shape),t.__dirtyPath=!1;var i=h(n);i.indexOf("NaN")<0&&l(r,"d",i)}d(r,e),o(r,t.transform),null!=e.text&&N(t,t.getBoundingRect())};var C={};C.brush=function(t){var e=t.style,r=e.image;if(r instanceof HTMLImageElement){var n=r.src;r=n}if(r){var i=e.x||0,a=e.y||0,d=e.width,h=e.height,f=t.__svgEl;f||(f=g("image"),t.__svgEl=f),r!==t.__imageSrc&&(s(f,"href",r),t.__imageSrc=r),l(f,"width",d),l(f,"height",h),l(f,"x",i),l(f,"y",a),o(f,t.transform),null!=e.text&&N(t,t.getBoundingRect())}};var E={},R=new x,N=function(t,e,r){var n=t.style;t.__dirty&&p.normalizeTextStyle(n,!0);var i=n.text;if(null!=i){i+="";var a=t.__textSvgEl;a||(a=g("text"),t.__textSvgEl=a);var s,h,c=n.textPosition,u=n.textDistance,x=n.textAlign||"left";"number"==typeof n.fontSize&&(n.fontSize+="px");var y=n.font||[n.fontStyle||"",n.fontWeight||"",n.fontSize||"",n.fontFamily||""].join(" ")||_.DEFAULT_FONT,b=f(n.textVerticalAlign);r=_.getBoundingRect(i,y,x,b);var k=r.lineHeight;if(c instanceof Array)s=e.x+c[0],h=e.y+c[1];else{var L=_.adjustTextPositionOnRect(c,e,u);s=L.x,h=L.y,b=f(L.textVerticalAlign),x=L.textAlign}l(a,"alignment-baseline",b),y&&(a.style.font=y);var S=n.textPadding;if(l(a,"x",s),l(a,"y",h),d(a,n,!0),t instanceof m||t.style.transformText)o(a,t.transform);else{if(t.transform)R.copy(e),R.applyTransform(t.transform),e=R;else{var P=t.transformCoordToGlobal(e.x,e.y);e.x=P[0],e.y=P[1]}var M=n.textOrigin;"center"===M?(s=r.width/2+s,h=r.height/2+h):M&&(s=M[0]+s,h=M[1]+h);var w=-n.textRotation||0,z=v.create();v.rotate(z,t.transform,w),o(a,z)}var A=i.split("\n"),T=A.length,C=x;"left"===C?(C="start",S&&(s+=S[3])):"right"===C?(C="end",S&&(s-=S[1])):"center"===C&&(C="middle",S&&(s+=(S[3]-S[1])/2));var E=0;if("baseline"===b?(E=-r.height+k,S&&(E-=S[2])):"middle"===b?(E=(-r.height+k)/2,S&&(h+=(S[0]-S[2])/2)):S&&(E+=S[0]),t.__text!==i||t.__textFont!==y){var N=t.__tspanList||[];t.__tspanList=N;for(var F=0;T>F;F++){var j=N[F];j?j.innerHTML="":(j=N[F]=g("tspan"),a.appendChild(j),l(j,"alignment-baseline",b),l(j,"text-anchor",C)),l(j,"x",s),l(j,"y",h+F*k+E),j.appendChild(document.createTextNode(A[F]))}for(;FF;++F){var j=t.__tspanList[F];j&&(l(j,"x",s),l(j,"y",h+F*k+E))}}};E.drawRectText=N,E.brush=function(t){var e=t.style;null!=e.text&&(e.textPosition=[0,0],N(t,{x:e.x||0,y:e.y||0,width:0,height:0},t.getBoundingRect()))},e.path=T,e.image=C,e.text=E}); ;/*!node_modules/zrender/lib/core/arrayDiff2.js*/ define("node_modules/zrender/lib/core/arrayDiff2",function(n,o,e){function t(){}function r(n,o){for(var e=0,t=o.length,r=0,s=0;t>e;e++){var i=o[e];if(i.removed){for(var u=[],c=s;c=e;e+=2){var t,d=a[e-1],v=a[e+1],h=(v?v.newPos:0)-e;d&&(a[e-1]=void 0);var m=d&&d.newPos+1=0&&c>h;if(m||p){if(!m||p&&d.newPos=u&&h+1>=c)return r(i,t.components,o,n);a[e]=t}else a[e]=void 0}f++}e||(e=function(n,o){return n===o}),this.equals=e;var i=this;n=n.slice(),o=o.slice();var u=o.length,c=n.length,f=1,d=u+c,a=[{newPos:-1,components:[]}],v=this.extractCommon(a[0],o,n,0);if(a[0].newPos+1>=u&&v+1>=c){for(var h=[],m=0;m=f;){var p=t();if(p)return p}},pushComponent:function(n,o,e){var t=n[n.length-1];t&&t.added===o&&t.removed===e?n[n.length-1]={count:t.count+1,added:o,removed:e}:n.push({count:1,added:o,removed:e})},extractCommon:function(n,o,e,t){for(var r=o.length,s=e.length,i=n.newPos,u=i-t,c=0;r>i+1&&s>u+1&&this.equals(o[i+1],e[u+1]);)i++,u++,c++;return c&&n.components.push({count:c}),n.newPos=i,u},tokenize:function(n){return n.slice()},join:function(n){return n.slice()}};var u=new t;e.exports=i}); ;/*!node_modules/zrender/lib/svg/helper/Definable.js*/ define("node_modules/zrender/lib/svg/helper/Definable",function(e,t,o){function n(e,t,o,n,r){this._zrId=e,this._svgRoot=t,this._tagNames="string"==typeof o?[o]:o,this._markLabel=n,this._domName=r||"_dom",this.nextId=0}var r=e("node_modules/zrender/lib/svg/core"),i=r.createElement,s=e("node_modules/zrender/lib/core/util"),a=e("node_modules/zrender/lib/graphic/Path"),m=e("node_modules/zrender/lib/graphic/Image"),d=e("node_modules/zrender/lib/graphic/Text"),l=e("node_modules/zrender/lib/svg/graphic"),h=l.path,f=l.image,c=l.text,u="0",g="1";n.prototype.createElement=i,n.prototype.getDefs=function(e){var t=this._svgRoot,o=this._svgRoot.getElementsByTagName("defs");return 0===o.length?e?(o=t.insertBefore(this.createElement("defs"),t.firstChild),o.contains||(o.contains=function(e){var t=o.children;if(!t)return!1;for(var n=t.length-1;n>=0;--n)if(t[n]===e)return!0;return!1}),o):null:o[0]},n.prototype.update=function(e,t){if(e){var o=this.getDefs(!1);if(e[this._domName]&&o.contains(e[this._domName]))"function"==typeof t&&t(e);else{var n=this.add(e);n&&(e[this._domName]=n)}}},n.prototype.addDom=function(e){var t=this.getDefs(!0);t.appendChild(e)},n.prototype.removeDom=function(e){var t=this.getDefs(!1);t&&e[this._domName]&&(t.removeChild(e[this._domName]),e[this._domName]=null)},n.prototype.getDoms=function(){var e=this.getDefs(!1);if(!e)return[];var t=[];return s.each(this._tagNames,function(o){var n=e.getElementsByTagName(o);t=t.concat([].slice.call(n))}),t},n.prototype.markAllUnused=function(){var e=this.getDoms(),t=this;s.each(e,function(e){e[t._markLabel]=u})},n.prototype.markUsed=function(e){e&&(e[this._markLabel]=g)},n.prototype.removeUnused=function(){var e=this.getDefs(!1);if(e){var t=this.getDoms(),o=this;s.each(t,function(t){t[o._markLabel]!==g&&e.removeChild(t)})}},n.prototype.getSvgProxy=function(e){return e instanceof a?h:e instanceof m?f:e instanceof d?c:h},n.prototype.getTextSvgElement=function(e){return e.__textSvgEl},n.prototype.getSvgElement=function(e){return e.__svgEl};var p=n;o.exports=p}); ;/*!node_modules/zrender/lib/svg/helper/GradientManager.js*/ define("node_modules/zrender/lib/svg/helper/GradientManager",function(t,e,r){function i(t,e){a.call(this,t,e,["linearGradient","radialGradient"],"__gradient_in_use__")}var a=t("node_modules/zrender/lib/svg/helper/Definable"),d=t("node_modules/zrender/lib/core/util"),o=t("node_modules/zrender/lib/core/log");d.inherits(i,a),i.prototype.addWithoutUpdate=function(t,e){if(e&&e.style){var r=this;d.each(["fill","stroke"],function(i){if(e.style[i]&&("linear"===e.style[i].type||"radial"===e.style[i].type)){var a,d=e.style[i],o=r.getDefs(!0);d._dom?(a=d._dom,o.contains(d._dom)||r.addDom(a)):a=r.add(d),r.markUsed(e);var n=a.getAttribute("id");t.setAttribute(i,"url(#"+n+")")}})}},i.prototype.add=function(t){var e;if("linear"===t.type)e=this.createElement("linearGradient");else{if("radial"!==t.type)return o("Illegal gradient type."),null;e=this.createElement("radialGradient")}return t.id=t.id||this.nextId++,e.setAttribute("id","zr"+this._zrId+"-gradient-"+t.id),this.updateDom(t,e),this.addDom(e),e},i.prototype.update=function(t){var e=this;a.prototype.update.call(this,t,function(){var r=t.type,i=t._dom.tagName;"linear"===r&&"linearGradient"===i||"radial"===r&&"radialGradient"===i?e.updateDom(t,t._dom):(e.removeDom(t),e.add(t))})},i.prototype.updateDom=function(t,e){if("linear"===t.type)e.setAttribute("x1",t.x),e.setAttribute("y1",t.y),e.setAttribute("x2",t.x2),e.setAttribute("y2",t.y2);else{if("radial"!==t.type)return void o("Illegal gradient type.");e.setAttribute("cx",t.x),e.setAttribute("cy",t.y),e.setAttribute("r",t.r)}t.global?e.setAttribute("gradientUnits","userSpaceOnUse"):e.setAttribute("gradientUnits","objectBoundingBox"),e.innerHTML="";for(var r=t.colorStops,i=0,a=r.length;a>i;++i){var d=this.createElement("stop");d.setAttribute("offset",100*r[i].offset+"%"),d.setAttribute("stop-color",r[i].color),e.appendChild(d)}t._dom=e},i.prototype.markUsed=function(t){if(t.style){var e=t.style.fill;e&&e._dom&&a.prototype.markUsed.call(this,e._dom),e=t.style.stroke,e&&e._dom&&a.prototype.markUsed.call(this,e._dom)}};var n=i;r.exports=n}); ;/*!node_modules/zrender/lib/svg/helper/ClippathManager.js*/ define("node_modules/zrender/lib/svg/helper/ClippathManager",function(t,e,r){function i(t,e){n.call(this,t,e,"clipPath","__clippath_in_use__")}var n=t("node_modules/zrender/lib/svg/helper/Definable"),a=t("node_modules/zrender/lib/core/util"),o=t("node_modules/zrender/lib/core/matrix");a.inherits(i,n),i.prototype.update=function(t){var e=this.getSvgElement(t);e&&this.updateDom(e,t.__clipPaths,!1);var r=this.getTextSvgElement(t);r&&this.updateDom(r,t.__clipPaths,!0),this.markUsed(t)},i.prototype.updateDom=function(t,e,r){if(e&&e.length>0){var i,n,a=this.getDefs(!0),s=e[0],l=r?"_textDom":"_dom";s[l]?(n=s[l].getAttribute("id"),i=s[l],a.contains(i)||a.appendChild(i)):(n="zr"+this._zrId+"-clip-"+this.nextId,++this.nextId,i=this.createElement("clipPath"),i.setAttribute("id",n),a.appendChild(i),s[l]=i);var p=this.getSvgProxy(s);if(s.transform&&s.parent.invTransform&&!r){var h=Array.prototype.slice.call(s.transform);o.mul(s.transform,s.parent.invTransform,s.transform),p.brush(s),s.transform=h}else p.brush(s);var d=this.getSvgElement(s);i.innerHTML="",i.appendChild(d.cloneNode()),t.setAttribute("clip-path","url(#"+n+")"),e.length>1&&this.updateDom(i,e.slice(1),r)}else t&&t.setAttribute("clip-path","none")},i.prototype.markUsed=function(t){var e=this;t.__clipPaths&&t.__clipPaths.length>0&&a.each(t.__clipPaths,function(t){t._dom&&n.prototype.markUsed.call(e,t._dom),t._textDom&&n.prototype.markUsed.call(e,t._textDom)})};var s=i;r.exports=s}); ;/*!node_modules/zrender/lib/svg/helper/ShadowManager.js*/ define("node_modules/zrender/lib/svg/helper/ShadowManager",function(t,e,o){function s(t,e){d.call(this,t,e,["filter"],"__filter_in_use__","_shadowDom")}function a(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY||t.textShadowBlur||t.textShadowOffsetX||t.textShadowOffsetY)}var d=t("node_modules/zrender/lib/svg/helper/Definable"),r=t("node_modules/zrender/lib/core/util");r.inherits(s,d),s.prototype.addWithoutUpdate=function(t,e){if(e&&a(e.style)){var o,s=e.style;if(s._shadowDom){o=s._shadowDom;var d=this.getDefs(!0);d.contains(s._shadowDom)||this.addDom(o)}else o=this.add(e);this.markUsed(e);var r=o.getAttribute("id");t.style.filter="url(#"+r+")"}},s.prototype.add=function(t){var e=this.createElement("filter"),o=t.style;return o._shadowDomId=o._shadowDomId||this.nextId++,e.setAttribute("id","zr"+this._zrId+"-shadow-"+o._shadowDomId),this.updateDom(t,e),this.addDom(e),e},s.prototype.update=function(t,e){var o=e.style;if(a(o)){var s=this;d.prototype.update.call(this,e,function(t){s.updateDom(e,t._shadowDom)})}else this.remove(t,o)},s.prototype.remove=function(t,e){null!=e._shadowDomId&&(this.removeDom(e),t.style.filter="")},s.prototype.updateDom=function(t,e){var o=e.getElementsByTagName("feDropShadow");o=0===o.length?this.createElement("feDropShadow"):o[0];var s,a,d,r,i=t.style,h=t.scale?t.scale[0]||1:1,l=t.scale?t.scale[1]||1:1;if(i.shadowBlur||i.shadowOffsetX||i.shadowOffsetY)s=i.shadowOffsetX||0,a=i.shadowOffsetY||0,d=i.shadowBlur,r=i.shadowColor;else{if(!i.textShadowBlur)return void this.removeDom(e,i);s=i.textShadowOffsetX||0,a=i.textShadowOffsetY||0,d=i.textShadowBlur,r=i.textShadowColor}o.setAttribute("dx",s/h),o.setAttribute("dy",a/l),o.setAttribute("flood-color",r);var f=d/2/h,n=d/2/l,u=f+" "+n;o.setAttribute("stdDeviation",u),e.setAttribute("x","-100%"),e.setAttribute("y","-100%"),e.setAttribute("width",Math.ceil(d/2*200)+"%"),e.setAttribute("height",Math.ceil(d/2*200)+"%"),e.appendChild(o),i._shadowDom=e},s.prototype.markUsed=function(t){var e=t.style;e&&e._shadowDom&&d.prototype.markUsed.call(this,e._shadowDom)};var i=s;o.exports=i}); ;/*!node_modules/zrender/lib/svg/Painter.js*/ define("node_modules/zrender/lib/svg/Painter",function(e,t,i){function r(e){return parseInt(e,10)}function n(e){return e instanceof _?U:e instanceof m?T:e instanceof w?x:U}function a(e,t){return t&&e&&t.parentNode!==e}function s(e,t,i){if(a(e,t)&&i){var r=i.nextSibling;r?e.insertBefore(t,r):e.appendChild(t)}}function o(e,t){if(a(e,t)){var i=e.firstChild;i?e.insertBefore(t,i):e.appendChild(t)}}function h(e,t){t&&e&&t.parentNode===e&&e.removeChild(t)}function d(e){return e.__textSvgEl}function l(e){return e.__svgEl}function u(e){return function(){v('In SVG mode painter not support method "'+e+'"')}}var g=e("node_modules/zrender/lib/svg/core"),f=g.createElement,p=e("node_modules/zrender/lib/core/util"),c=p.each,v=e("node_modules/zrender/lib/core/log"),_=e("node_modules/zrender/lib/graphic/Path"),m=e("node_modules/zrender/lib/graphic/Image"),w=e("node_modules/zrender/lib/graphic/Text"),y=e("node_modules/zrender/lib/core/arrayDiff2"),b=e("node_modules/zrender/lib/svg/helper/GradientManager"),M=e("node_modules/zrender/lib/svg/helper/ClippathManager"),L=e("node_modules/zrender/lib/svg/helper/ShadowManager"),z=e("node_modules/zrender/lib/svg/graphic"),U=z.path,T=z.image,x=z.text,R=function(e,t,i,r){this.root=e,this.storage=t,this._opts=i=p.extend({},i||{});var n=f("svg");n.setAttribute("xmlns","http://www.w3.org/2000/svg"),n.setAttribute("version","1.1"),n.setAttribute("baseProfile","full"),n.style.cssText="user-select:none;position:absolute;left:0;top:0;",this.gradientManager=new b(r,n),this.clipPathManager=new M(r,n),this.shadowManager=new L(r,n);var a=document.createElement("div");a.style.cssText="overflow:hidden;position:relative",this._svgRoot=n,this._viewport=a,e.appendChild(a),a.appendChild(n),this.resize(i.width,i.height),this._visibleList=[]};R.prototype={constructor:R,getType:function(){return"svg"},getViewportRoot:function(){return this._viewport},getViewportRootOffset:function(){var e=this.getViewportRoot();return e?{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}:void 0},refresh:function(){var e=this.storage.getDisplayList(!0);this._paintList(e)},setBackgroundColor:function(e){this._viewport.style.background=e},_paintList:function(e){this.gradientManager.markAllUnused(),this.clipPathManager.markAllUnused(),this.shadowManager.markAllUnused();var t,i=this._svgRoot,r=this._visibleList,a=e.length,u=[];for(t=0;a>t;t++){var g=e[t],f=n(g),p=l(g)||d(g);g.invisible||(g.__dirty&&(f&&f.brush(g),this.clipPathManager.update(g),g.style&&(this.gradientManager.update(g.style.fill),this.gradientManager.update(g.style.stroke),this.shadowManager.update(p,g)),g.__dirty=!1),u.push(g))}var c,v=y(r,u);for(t=0;t=0;--r)if(t[r]===e)return!0;return!1}),i}return null}return i[0]},resize:function(e,t){var i=this._viewport;i.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),i.style.display="",this._width!==e||this._height!==t){this._width=e,this._height=t;var n=i.style;n.width=e+"px",n.height=t+"px";var a=this._svgRoot;a.setAttribute("width",e),a.setAttribute("height",t)}},getWidth:function(){return this._width},getHeight:function(){return this._height},_getSize:function(e){var t=this._opts,i=["width","height"][e],n=["clientWidth","clientHeight"][e],a=["paddingLeft","paddingTop"][e],s=["paddingRight","paddingBottom"][e];if(null!=t[i]&&"auto"!==t[i])return parseFloat(t[i]);var o=this.root,h=document.defaultView.getComputedStyle(o);return(o[n]||r(h[i])||r(o.style[i]))-(r(h[a])||0)-(r(h[s])||0)|0},dispose:function(){this.root.innerHTML="",this._svgRoot=this._viewport=this.storage=null},clear:function(){this._viewport&&this.root.removeChild(this._viewport)},pathToDataUrl:function(){this.refresh();var e=this._svgRoot.outerHTML;return"data:image/svg+xml;charset=UTF-8,"+e}},c(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],function(e){R.prototype[e]=u(e)});var C=R;i.exports=C}); ;/*!node_modules/zrender/lib/svg/svg.js*/ define("node_modules/zrender/lib/svg/svg",function(e){e("node_modules/zrender/lib/svg/graphic");var r=e("node_modules/zrender/lib/zrender"),d=r.registerPainter,n=e("node_modules/zrender/lib/svg/Painter");d("svg",n)}); ;/*!node_modules/zrender/lib/tool/transformPath.js*/ define("node_modules/zrender/lib/tool/transformPath",function(e,r,a){function o(e,r){var a,o,n,t,f,i,h=e.data,k=c.M,m=c.C,u=c.L,v=c.R,M=c.A,p=c.Q;for(n=0,t=0;nf;f++){var i=d[f];i[0]=h[n++],i[1]=h[n++],s(i,i,r),h[t++]=i[0],h[t++]=i[1]}}}var n=e("node_modules/zrender/lib/core/PathProxy"),t=e("node_modules/zrender/lib/core/vector"),s=t.applyTransform,c=n.CMD,d=[[],[],[]],l=Math.sqrt,b=Math.atan2;a.exports=o}); ;/*!node_modules/zrender/lib/tool/path.js*/ define("node_modules/zrender/lib/tool/path",function(a,e){function t(a,e,t,r,n,d,c,s,o,i,l){var h=o*(p/180),v=f(h)*(a-t)/2+b(h)*(e-r)/2,P=-1*b(h)*(a-t)/2+f(h)*(e-r)/2,k=v*v/(c*c)+P*P/(s*s);k>1&&(c*=u(k),s*=u(k));var m=(n===d?-1:1)*u((c*c*s*s-c*c*P*P-s*s*v*v)/(c*c*P*P+s*s*v*v))||0,C=m*c*P/s,M=m*-s*v/c,L=(a+t)/2+f(h)*C-b(h)*M,x=(e+r)/2+b(h)*C+f(h)*M,Q=g([1,0],[(v-C)/c,(P-M)/s]),y=[(v-C)/c,(P-M)/s],z=[(-1*v-C)/c,(-1*P-M)/s],_=g(y,z);D(y,z)<=-1&&(_=p),D(y,z)>=1&&(_=0),0===d&&_>0&&(_-=2*p),1===d&&0>_&&(_+=2*p),l.addData(i,L,x,c,s,Q,_,h,d)}function r(a){if(!a)return[];var e,r=a.replace(/-/g," -").replace(/ /g," ").replace(/ /g,",").replace(/,,/g,",");for(e=0;e0&&""===v[0]&&v.shift();for(var D=0;Dn;n++){var d=a[n];d.path||d.createPathProxy(),d.__dirtyPath&&d.buildPath(d.path,d.shape,!0),t.push(d.path)}var c=new o(e);return c.createPathProxy(),c.buildPath=function(a){a.appendPath(t);var e=a.getContext();e&&a.rebuildPath(e)},c}var o=a("node_modules/zrender/lib/graphic/Path"),i=a("node_modules/zrender/lib/core/PathProxy"),l=a("node_modules/zrender/lib/tool/transformPath"),h=["m","M","l","L","v","V","h","H","z","Z","c","C","q","Q","t","T","s","S","a","A"],u=Math.sqrt,b=Math.sin,f=Math.cos,p=Math.PI,v=function(a){return Math.sqrt(a[0]*a[0]+a[1]*a[1])},D=function(a,e){return(a[0]*e[0]+a[1]*e[1])/(v(a)*v(e))},g=function(a,e){return(a[0]*e[1]=11?function(){var r,t=this.__clipPaths,o=this.style;if(t)for(var i=0;id;d++)a+=i(r[d-1],r[d]);var l=a/2;l=n>l?n:l;for(var d=0;l>d;d++){var u,v,c,f=d/(l-1)*(e?n:n-1),h=Math.floor(f),s=f-h,p=r[h%n];e?(u=r[(h-1+n)%n],v=r[(h+1)%n],c=r[(h+2)%n]):(u=r[0===h?h:h-1],v=r[h>n-2?n-1:h+1],c=r[h>n-3?n-1:h+2]);var m=s*s,b=s*m;t.push([o(u[0],p[0],v[0],c[0],s,m,b),o(u[1],p[1],v[1],c[1],s,m,b)])}return t}var a=r("node_modules/zrender/lib/core/vector"),i=a.distance;n.exports=t}); ;/*!node_modules/zrender/lib/graphic/helper/smoothBezier.js*/ define("node_modules/zrender/lib/graphic/helper/smoothBezier",function(e,r,n){function o(e,r,n,o){var i,c,f,v,p=[],m=[],b=[],g=[];if(o){f=[1/0,1/0],v=[-1/0,-1/0];for(var z=0,x=e.length;x>z;z++)s(f,f,e[z]),a(v,v,e[z]);s(f,f,o[0]),a(v,v,o[1])}for(var z=0,x=e.length;x>z;z++){var _=e[z];if(n)i=e[z?z-1:x-1],c=e[(z+1)%x];else{if(0===z||z===x-1){p.push(h(e[z]));continue}i=e[z-1],c=e[z+1]}l(m,c,i),t(m,m,r);var B=u(_,i),j=u(_,c),k=B+j;0!==k&&(B/=k,j/=k),t(b,m,-B),t(g,m,j);var q=d([],_,b),w=d([],_,g);o&&(a(q,q,f),s(q,q,v),a(w,w,f),s(w,w,v)),p.push(q),p.push(w)}return n&&p.push(p.shift()),p}var i=e("node_modules/zrender/lib/core/vector"),s=i.min,a=i.max,t=i.scale,u=i.distance,d=i.add,h=i.clone,l=i.sub;n.exports=o}); ;/*!node_modules/zrender/lib/graphic/helper/poly.js*/ define("node_modules/zrender/lib/graphic/helper/poly",function(e,o){function r(e,o,r){var l=o.points,h=o.smooth;if(l&&l.length>=2){if(h&&"spline"!==h){var t=i(l,h,r,o.smoothConstraint);e.moveTo(l[0][0],l[0][1]);for(var s=l.length,a=0;(r?s:s-1)>a;a++){var d=t[2*a],p=t[2*a+1],m=l[(a+1)%s];e.bezierCurveTo(d[0],d[1],p[0],p[1],m[0],m[1])}}else{"spline"===h&&(l=n(l,r)),e.moveTo(l[0][0],l[0][1]);for(var a=1,v=l.length;v>a;a++)e.lineTo(l[a][0],l[a][1])}r&&e.closePath()}}var n=e("node_modules/zrender/lib/graphic/helper/smoothSpline"),i=e("node_modules/zrender/lib/graphic/helper/smoothBezier");o.buildPath=r}); ;/*!node_modules/zrender/lib/graphic/shape/Polygon.js*/ define("node_modules/zrender/lib/graphic/shape/Polygon",function(e,o,n){var l=e("node_modules/zrender/lib/graphic/Path"),d=e("node_modules/zrender/lib/graphic/helper/poly"),i=l.extend({type:"polygon",shape:{points:null,smooth:!1,smoothConstraint:null},buildPath:function(e,o){d.buildPath(e,o,!0)}});n.exports=i}); ;/*!node_modules/zrender/lib/graphic/shape/Polyline.js*/ define("node_modules/zrender/lib/graphic/shape/Polyline",function(e,l,n){var o=e("node_modules/zrender/lib/graphic/Path"),i=e("node_modules/zrender/lib/graphic/helper/poly"),t=o.extend({type:"polyline",shape:{points:null,smooth:!1,smoothConstraint:null},style:{stroke:"#000",fill:null},buildPath:function(e,l){i.buildPath(e,l,!1)}});n.exports=t}); ;/*!node_modules/zrender/lib/graphic/shape/Rect.js*/ define("node_modules/zrender/lib/graphic/shape/Rect",function(e,r,t){var d=e("node_modules/zrender/lib/graphic/Path"),h=e("node_modules/zrender/lib/graphic/helper/roundRect"),i=d.extend({type:"rect",shape:{r:0,x:0,y:0,width:0,height:0},buildPath:function(e,r){var t=r.x,d=r.y,i=r.width,n=r.height;r.r?h.buildPath(e,r):e.rect(t,d,i,n),e.closePath()}});t.exports=i}); ;/*!node_modules/zrender/lib/graphic/shape/Line.js*/ define("node_modules/zrender/lib/graphic/shape/Line",function(e,n,t){var i=e("node_modules/zrender/lib/graphic/Path"),r=i.extend({type:"line",shape:{x1:0,y1:0,x2:0,y2:0,percent:1},style:{stroke:"#000",fill:null},buildPath:function(e,n){var t=n.x1,i=n.y1,r=n.x2,o=n.y2,l=n.percent;0!==l&&(e.moveTo(t,i),1>l&&(r=t*(1-l)+r*l,o=i*(1-l)+o*l),e.lineTo(r,o))},pointAt:function(e){var n=this.shape;return[n.x1*(1-e)+n.x2*e,n.y1*(1-e)+n.y2*e]}});t.exports=r}); ;/*!node_modules/zrender/lib/graphic/shape/BezierCurve.js*/ define("node_modules/zrender/lib/graphic/shape/BezierCurve",function(e,r,c){function i(e,r,c){var i=e.cpx2,t=e.cpy2;return null===i||null===t?[(c?v:d)(e.x1,e.cpx1,e.cpx2,e.x2,r),(c?v:d)(e.y1,e.cpy1,e.cpy2,e.y2,r)]:[(c?l:o)(e.x1,e.cpx1,e.x2,r),(c?l:o)(e.y1,e.cpy1,e.y2,r)]}var t=e("node_modules/zrender/lib/graphic/Path"),n=e("node_modules/zrender/lib/core/vector"),u=e("node_modules/zrender/lib/core/curve"),p=u.quadraticSubdivide,a=u.cubicSubdivide,o=u.quadraticAt,d=u.cubicAt,l=u.quadraticDerivativeAt,v=u.cubicDerivativeAt,x=[],y=t.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,r){var c=r.x1,i=r.y1,t=r.x2,n=r.y2,u=r.cpx1,o=r.cpy1,d=r.cpx2,l=r.cpy2,v=r.percent;0!==v&&(e.moveTo(c,i),null==d||null==l?(1>v&&(p(c,u,t,v,x),u=x[1],t=x[2],p(i,o,n,v,x),o=x[1],n=x[2]),e.quadraticCurveTo(u,o,t,n)):(1>v&&(a(c,u,d,t,v,x),u=x[1],d=x[2],t=x[3],a(i,o,l,n,v,x),o=x[1],l=x[2],n=x[3]),e.bezierCurveTo(u,o,d,l,t,n)))},pointAt:function(e){return i(this.shape,e,!1)},tangentAt:function(e){var r=i(this.shape,e,!0);return n.normalize(r,r)}});c.exports=y}); ;/*!node_modules/zrender/lib/graphic/shape/Arc.js*/ define("node_modules/zrender/lib/graphic/shape/Arc",function(e,n,a){var r=e("node_modules/zrender/lib/graphic/Path"),t=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,n){var a=n.cx,r=n.cy,t=Math.max(n.r,0),c=n.startAngle,l=n.endAngle,o=n.clockwise,s=Math.cos(c),i=Math.sin(c);e.moveTo(s*t+a,i*t+r),e.arc(a,r,t,c,l,!o)}});a.exports=t}); ;/*!node_modules/zrender/lib/graphic/CompoundPath.js*/ define("node_modules/zrender/lib/graphic/CompoundPath",function(t,h,e){var a=t("node_modules/zrender/lib/graphic/Path"),i=a.extend({type:"compound",shape:{paths:null},_updatePathDirty:function(){for(var t=this.__dirtyPath,h=this.shape.paths,e=0;ei;i++){var a=t[i];!e.emphasis[n].hasOwnProperty(a)&&e[n].hasOwnProperty(a)&&(e.emphasis[n][a]=e[n][a])}}}function r(e){return!g(e)||y(e)||e instanceof Date?e:e.value}function a(e){return g(e)&&!(e instanceof Array)}function o(e,n){n=(n||[]).slice();var t=v.map(e||[],function(e){return{exist:e}});return I(n,function(e,i){if(g(e)){for(var r=0;r=t.length&&t.push({option:e})}}),t}function d(e){var n=v.createHashMap();I(e,function(e){var t=e.exist;t&&n.set(t.id,e)}),I(e,function(e){var t=e.option;v.assert(!t||null==t.id||!n.get(t.id)||n.get(t.id)===e,"id duplicates: "+(t&&t.id)),t&&null!=t.id&&n.set(t.id,e),!e.keyInfo&&(e.keyInfo={})}),I(e,function(e,t){var i=e.exist,r=e.option,a=e.keyInfo;if(g(r)){if(a.name=null!=r.name?r.name+"":i?i.name:O+t,i)a.id=i.id;else if(null!=r.id)a.id=r.id+"";else{var o=0;do a.id="\x00"+a.name+"\x00"+o++;while(n.get(a.id))}n.set(a.id,e)}})}function u(e){var n=e.name;return!(!n||!n.indexOf(O))}function s(e){return g(e)&&e.id&&0===(e.id+"").indexOf("\x00_ec_\x00")}function l(e,n){function i(e,n,i){for(var r=0,a=e.length;a>r;r++)for(var o=e[r].seriesId,d=t(e[r].dataIndex),u=i&&i[o],s=0,l=d.length;l>s;s++){var f=d[s];u&&u[f]?u[f]=null:(n[o]||(n[o]={}))[f]=1}}function r(e,n){var t=[];for(var i in e)if(e.hasOwnProperty(i)&&null!=e[i])if(n)t.push(+i);else{var a=r(e[i],!0);a.length&&t.push({seriesId:i,dataIndex:a})}return t}var a={},o={};return i(e||[],a),i(n||[],o,a),[r(a),r(o)]}function f(e,n){return null!=n.dataIndexInside?n.dataIndexInside:null!=n.dataIndex?v.isArray(n.dataIndex)?v.map(n.dataIndex,function(n){return e.indexOfRawIndex(n)}):e.indexOfRawIndex(n.dataIndex):null!=n.name?v.isArray(n.name)?v.map(n.name,function(n){return e.indexOfName(n)}):e.indexOfName(n.name):void 0}function c(){var e="__\x00ec_inner_"+b++ +"_"+Math.random().toFixed(5);return function(n){return n[e]||(n[e]={})}}function x(e,n,t){if(v.isString(n)){var i={};i[n+"Index"]=0,n=i}var r=t&&t.defaultMainType;!r||h(n,r+"Index")||h(n,r+"Id")||h(n,r+"Name")||(n[r+"Index"]=0);var a={};return I(n,function(i,r){var i=n[r];if("dataIndex"===r||"dataIndexInside"===r)return void(a[r]=i);var o=r.match(/^(\w+)(Index|Id|Name)$/)||[],d=o[1],u=(o[2]||"").toLowerCase();if(!(!d||!u||null==i||"index"===u&&"none"===i||t&&t.includeMainTypes&&v.indexOf(t.includeMainTypes,d)<0)){var s={mainType:d};("index"!==u||"all"!==i)&&(s[u]=i);var l=e.queryComponents(s);a[d+"Models"]=l,a[d+"Model"]=l[0]}}),a}function h(e,n){return e&&e.hasOwnProperty(n)}function m(e,n,t){e.setAttribute?e.setAttribute(n,t):e[n]=t}function p(e,n){return e.getAttribute?e.getAttribute(n):e[n]}var v=e("node_modules/zrender/lib/core/util"),I=v.each,g=v.isObject,y=v.isArray,O="series\x00",w=["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"],b=0;n.normalizeToArray=t,n.defaultEmphasis=i,n.TEXT_STYLE_OPTIONS=w,n.getDataItemValue=r,n.isDataItemOption=a,n.mappingToExists=o,n.makeIdAndName=d,n.isNameSpecified=u,n.isIdInner=s,n.compressBatches=l,n.queryDataIndex=f,n.makeInner=c,n.parseFinder=x,n.setAttribute=m,n.getAttribute=p}); ;/*!node_modules/echarts/lib/util/clazz.js*/ define("node_modules/echarts/lib/util/clazz",function(n,e){function t(n){var e={main:"",sub:""};return n&&(n=n.split(f),e.main=n[0]||"",e.sub=n[1]||""),e}function s(n){p.assert(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(n),'componentType "'+n+'" illegal')}function r(n){n.$constructor=n,n.extend=function(n){var e=this,t=function(){n.$constructor?n.$constructor.apply(this,arguments):e.apply(this,arguments)};return p.extend(t.prototype,n),t.extend=this.extend,t.superCall=i,t.superApply=u,p.inherits(t,this),t.superClass=e,t}}function a(n){var e=["__\x00is_clz",_++,Math.random().toFixed(3)].join("_");n.prototype[e]=!0,n.isInstance=function(n){return!(!n||!n[e])}}function i(n,e){var t=p.slice(arguments,2);return this.superClass.prototype[e].apply(n,t)}function u(n,e,t){return this.superClass.prototype[e].apply(n,t)}function o(n,e){function r(n){var e=a[n.main];return e&&e[h]||(e=a[n.main]={},e[h]=!0),e}e=e||{};var a={};if(n.registerClass=function(n,e){if(e)if(s(e),e=t(e),e.sub){if(e.sub!==h){var i=r(e);i[e.sub]=n}}else a[e.main]=n;return n},n.getClass=function(n,e,t){var s=a[n];if(s&&s[h]&&(s=e?s[e]:null),t&&!s)throw new Error(e?"Component "+n+"."+(e||"")+" not exists. Load it first.":n+".type should be specified.");return s},n.getClassesByMainType=function(n){n=t(n);var e=[],s=a[n.main];return s&&s[h]?p.each(s,function(n,t){t!==h&&e.push(n)}):e.push(s),e},n.hasClass=function(n){return n=t(n),!!a[n.main]},n.getAllClassMainTypes=function(){var n=[];return p.each(a,function(e,t){n.push(t)}),n},n.hasSubTypes=function(n){n=t(n);var e=a[n.main];return e&&e[h]},n.parseClassType=t,e.registerWhenExtend){var i=n.extend;i&&(n.extend=function(e){var t=i.call(this,e);return n.registerClass(t,e.type)})}return n}function l(){}var c=n("node_modules/echarts/lib/config"),p=(c.__DEV__,n("node_modules/zrender/lib/core/util")),f=".",h="___EC__COMPONENT__CONTAINER___",_=0;e.parseClassType=t,e.enableClassExtend=r,e.enableClassCheck=a,e.enableClassManagement=o,e.setReadOnly=l}); ;/*!node_modules/echarts/lib/model/mixin/makeStyleMapper.js*/ define("node_modules/echarts/lib/model/mixin/makeStyleMapper",function(e,n,r){function l(e){for(var n=0;n=0||l&&o.indexOf(l,a)<0)){var d=n.getShallow(a);null!=d&&(i[e[t][0]]=d)}}return i}}var o=e("node_modules/zrender/lib/core/util");r.exports=l}); ;/*!node_modules/echarts/lib/model/mixin/lineStyle.js*/ define("node_modules/echarts/lib/model/mixin/lineStyle",function(e,t,i){var l=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),n=l([["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),o={getLineStyle:function(e){var t=n(this,e),i=this.getLineDash(t.lineWidth);return i&&(t.lineDash=i),t},getLineDash:function(e){null==e&&(e=1);var t=this.get("type"),i=Math.max(e,2),l=4*e;return"solid"===t||null==t?null:"dashed"===t?[l,l]:[i,i]}};i.exports=o}); ;/*!node_modules/echarts/lib/model/mixin/areaStyle.js*/ define("node_modules/echarts/lib/model/mixin/areaStyle",function(e,o,l){var t=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),a=t([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),i={getAreaStyle:function(e,o){return a(this,e,o)}};l.exports=i}); ;/*!node_modules/echarts/lib/util/graphic.js*/ define("node_modules/echarts/lib/util/graphic",function(t,e){function o(t){return J.extend(t)}function r(t,e){return N.extendFromString(t,e)}function i(t,e,o,r){var i=N.createFromString(t,e),n=i.getBoundingRect();return o&&("center"===r&&(o=l(o,n)),a(i,o)),i}function n(t,e,o){var r=new Q({style:{image:t,x:e.x,y:e.y,width:e.width,height:e.height},onload:function(t){if("center"===o){var i={width:t.width,height:t.height};r.setStyle(l(e,i))}}});return r}function l(t,e){var o,r=e.width/e.height,i=t.height*r;i<=t.width?o=t.height:(i=t.width,o=i/r);var n=t.x+t.width/2,l=t.y+t.height/2;return{x:n-i/2,y:l-o/2,width:i,height:o}}function a(t,e){if(t.applyTransform){var o=t.getBoundingRect(),r=o.calculateTransform(e);t.applyTransform(r)}}function h(t){var e=t.shape,o=t.style.lineWidth;return ge(2*e.x1)===ge(2*e.x2)&&(e.x1=e.x2=s(e.x1,o,!0)),ge(2*e.y1)===ge(2*e.y2)&&(e.y1=e.y2=s(e.y1,o,!0)),t}function d(t){var e=t.shape,o=t.style.lineWidth,r=e.x,i=e.y,n=e.width,l=e.height;return e.x=s(e.x,o,!0),e.y=s(e.y,o,!0),e.width=Math.max(s(r+n,o,!1)-e.x,0===n?0:1),e.height=Math.max(s(i+l,o,!1)-e.y,0===l?0:1),t}function s(t,e,o){var r=ge(2*t);return(r+ge(e))%2===0?r/2:(r+(o?1:-1))/2}function u(t){return null!=t&&"none"!=t}function f(t){return"string"==typeof t?U.lift(t,-.1):t}function c(t){if(t.__hoverStlDirty){var e=t.style.stroke,o=t.style.fill,r=t.__hoverStl;r.fill=r.fill||(u(o)?f(o):null),r.stroke=r.stroke||(u(e)?f(e):null);var i={};for(var n in r)null!=r[n]&&(i[n]=t.style[n]);t.__normalStl=i,t.__hoverStlDirty=!1}}function g(t){if(!t.__isHover){if(c(t),t.useHoverLayer)t.__zr&&t.__zr.addHover(t,t.__hoverStl);else{var e=t.style,o=e.insideRollbackOpt;o&&F(e),e.extendFrom(t.__hoverStl),o&&(C(e,e.insideOriginalTextPosition,o),null==e.textFill&&(e.textFill=o.autoColor)),t.dirty(!1),t.z2+=1}t.__isHover=!0}}function x(t){if(t.__isHover){var e=t.__normalStl;t.useHoverLayer?t.__zr&&t.__zr.removeHover(t):(e&&t.setStyle(e),t.z2-=1),t.__isHover=!1}}function S(t){"group"===t.type?t.traverse(function(t){"group"!==t.type&&g(t)}):g(t)}function p(t){"group"===t.type?t.traverse(function(t){"group"!==t.type&&x(t)}):x(t)}function v(t,e){t.__hoverStl=t.hoverStyle||e||{},t.__hoverStlDirty=!0,t.__isHover&&c(t)}function m(t){this.__hoverSilentOnTouch&&t.zrByTouch||!this.__isEmphasis&&S(this)}function y(t){this.__hoverSilentOnTouch&&t.zrByTouch||!this.__isEmphasis&&p(this)}function w(){this.__isEmphasis=!0,S(this)}function _(){this.__isEmphasis=!1,p(this)}function b(t,e,o){t.__hoverSilentOnTouch=o&&o.hoverSilentOnTouch,"group"===t.type?t.traverse(function(t){"group"!==t.type&&v(t,e)}):v(t,e),t.on("mouseover",m).on("mouseout",y),t.on("emphasis",w).on("normal",_)}function z(t,e,o,r,i,n,l){i=i||pe;var a,h=i.labelFetcher,d=i.labelDataIndex,s=i.labelDimIndex,u=o.getShallow("show"),f=r.getShallow("show");(u||f)&&(h&&(a=h.getFormattedLabel(d,"normal",null,s)),null==a&&(a=j.isFunction(i.defaultText)?i.defaultText(d,i):i.defaultText));var c=u?a:null,g=f?j.retrieve2(h?h.getFormattedLabel(d,"emphasis",null,s):null,a):null;(null!=c||null!=g)&&(T(t,o,n,i),T(e,r,l,i,!0)),t.text=c,e.text=g}function T(t,e,o,r,i){return P(t,e,r,i),o&&j.extend(t,o),t.host&&t.host.dirty&&t.host.dirty(!1),t}function B(t,e,o){var r,i={isRectText:!0};o===!1?r=!0:i.autoColor=o,P(t,e,i,r),t.host&&t.host.dirty&&t.host.dirty(!1)}function P(t,e,o,r){if(o=o||pe,o.isRectText){var i=e.getShallow("position")||(r?null:"inside");"outside"===i&&(i="top"),t.textPosition=i,t.textOffset=e.getShallow("offset");var n=e.getShallow("rotate");null!=n&&(n*=Math.PI/180),t.textRotation=n,t.textDistance=j.retrieve2(e.getShallow("distance"),r?null:5)}var l,a=e.ecModel,h=a&&a.option.textStyle,d=k(e);if(d){l={};for(var s in d)if(d.hasOwnProperty(s)){var u=e.getModel(["rich",s]);O(l[s]={},u,h,o,r)}}return t.rich=l,O(t,e,h,o,r,!0),o.forceRich&&!o.textStyle&&(o.textStyle={}),t}function k(t){for(var e;t&&t!==t.ecModel;){var o=(t.option||pe).rich;if(o){e=e||{};for(var r in o)o.hasOwnProperty(r)&&(e[r]=1)}t=t.parentModel}return e}function O(t,e,o,r,i,n){if(o=!i&&o||pe,t.textFill=R(e.getShallow("color"),r)||o.color,t.textStroke=R(e.getShallow("textBorderColor"),r)||o.textBorderColor,t.textStrokeWidth=j.retrieve2(e.getShallow("textBorderWidth"),o.textBorderWidth),!i){if(n){var l=t.textPosition;t.insideRollback=C(t,l,r),t.insideOriginalTextPosition=l,t.insideRollbackOpt=r}null==t.textFill&&(t.textFill=r.autoColor)}t.fontStyle=e.getShallow("fontStyle")||o.fontStyle,t.fontWeight=e.getShallow("fontWeight")||o.fontWeight,t.fontSize=e.getShallow("fontSize")||o.fontSize,t.fontFamily=e.getShallow("fontFamily")||o.fontFamily,t.textAlign=e.getShallow("align"),t.textVerticalAlign=e.getShallow("verticalAlign")||e.getShallow("baseline"),t.textLineHeight=e.getShallow("lineHeight"),t.textWidth=e.getShallow("width"),t.textHeight=e.getShallow("height"),t.textTag=e.getShallow("tag"),n&&r.disableBox||(t.textBackgroundColor=R(e.getShallow("backgroundColor"),r),t.textPadding=e.getShallow("padding"),t.textBorderColor=R(e.getShallow("borderColor"),r),t.textBorderWidth=e.getShallow("borderWidth"),t.textBorderRadius=e.getShallow("borderRadius"),t.textBoxShadowColor=e.getShallow("shadowColor"),t.textBoxShadowBlur=e.getShallow("shadowBlur"),t.textBoxShadowOffsetX=e.getShallow("shadowOffsetX"),t.textBoxShadowOffsetY=e.getShallow("shadowOffsetY")),t.textShadowColor=e.getShallow("textShadowColor")||o.textShadowColor,t.textShadowBlur=e.getShallow("textShadowBlur")||o.textShadowBlur,t.textShadowOffsetX=e.getShallow("textShadowOffsetX")||o.textShadowOffsetX,t.textShadowOffsetY=e.getShallow("textShadowOffsetY")||o.textShadowOffsetY}function R(t,e){return"auto"!==t?t:e&&e.autoColor?e.autoColor:null}function C(t,e,o){var r,i=o.useInsideStyle;return null==t.textFill&&i!==!1&&(i===!0||o.isRectText&&e&&"string"==typeof e&&e.indexOf("inside")>=0)&&(r={textFill:null,textStroke:t.textStroke,textStrokeWidth:t.textStrokeWidth},t.textFill="#fff",null==t.textStroke&&(t.textStroke=o.autoColor,null==t.textStrokeWidth&&(t.textStrokeWidth=2))),r}function F(t){var e=t.insideRollback;e&&(t.textFill=e.textFill,t.textStroke=e.textStroke,t.textStrokeWidth=e.textStrokeWidth)}function W(t,e){var o=e||e.getModel("textStyle");return j.trim([t.fontStyle||o&&o.getShallow("fontStyle")||"",t.fontWeight||o&&o.getShallow("fontWeight")||"",(t.fontSize||o&&o.getShallow("fontSize")||12)+"px",t.fontFamily||o&&o.getShallow("fontFamily")||"sans-serif"].join(" "))}function M(t,e,o,r,i,n){"function"==typeof i&&(n=i,i=null);var l=r&&r.isAnimationEnabled();if(l){var a=t?"Update":"",h=r.getShallow("animationDuration"+a),d=r.getShallow("animationEasing"+a),s=r.getShallow("animationDelay"+a);"function"==typeof s&&(s=s(i,r.getAnimationDelayParams?r.getAnimationDelayParams(e,i):null)),"function"==typeof h&&(h=h(i)),h>0?e.animateTo(o,h,s||0,d,n,!!n):(e.stopAnimation(),e.attr(o),n&&n())}else e.stopAnimation(),e.attr(o),n&&n()}function H(t,e,o,r,i){M(!0,t,e,o,r,i)}function L(t,e,o,r,i){M(!1,t,e,o,r,i)}function D(t,e){for(var o=V.identity([]);t&&t!==e;)V.mul(o,t.getLocalTransform(),o),t=t.parent;return o}function A(t,e,o){return e&&!j.isArrayLike(e)&&(e=K.getLocalTransform(e)),o&&(e=V.invert([],e)),q.applyTransform([],t,e)}function I(t,e,o){var r=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),i=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),n=["left"===t?-r:"right"===t?r:0,"top"===t?-i:"bottom"===t?i:0];return n=A(n,e,o),Math.abs(n[0])>Math.abs(n[1])?n[0]>0?"right":"left":n[1]>0?"bottom":"top"}function G(t,e,o){function r(t){var e={};return t.traverse(function(t){!t.isGroup&&t.anid&&(e[t.anid]=t)}),e}function i(t){var e={position:q.clone(t.position),rotation:t.rotation};return t.shape&&(e.shape=j.extend({},t.shape)),e}if(t&&e){var n=r(t);e.traverse(function(t){if(!t.isGroup&&t.anid){var e=n[t.anid];if(e){var r=i(t);t.attr(i(e)),H(t,r,o,t.dataIndex)}}})}}function E(t,e){return j.map(t,function(t){var o=t[0];o=xe(o,e.x),o=Se(o,e.x+e.width);var r=t[1];return r=xe(r,e.y),r=Se(r,e.y+e.height),[o,r]})}function X(t,e){var o=xe(t.x,e.x),r=Se(t.x+t.width,e.x+e.width),i=xe(t.y,e.y),n=Se(t.y+t.height,e.y+e.height);return r>=o&&n>=i?{x:o,y:i,width:r-o,height:n-i}:void 0}function Y(t,e,o){e=j.extend({rectHover:!0},e);var r=e.style={strokeNoScale:!0};return o=o||{x:-1,y:-1,width:2,height:2},t?0===t.indexOf("image://")?(r.image=t.slice(8),j.defaults(r,o),new Q(e)):i(t.replace("path://",""),e,o,"center"):void 0}var j=t("node_modules/zrender/lib/core/util"),N=t("node_modules/zrender/lib/tool/path"),U=t("node_modules/zrender/lib/tool/color"),V=t("node_modules/zrender/lib/core/matrix"),q=t("node_modules/zrender/lib/core/vector"),J=t("node_modules/zrender/lib/graphic/Path"),K=t("node_modules/zrender/lib/mixin/Transformable"),Q=t("node_modules/zrender/lib/graphic/Image");e.Image=Q;var Z=t("node_modules/zrender/lib/container/Group");e.Group=Z;var $=t("node_modules/zrender/lib/graphic/Text");e.Text=$;var te=t("node_modules/zrender/lib/graphic/shape/Circle");e.Circle=te;var ee=t("node_modules/zrender/lib/graphic/shape/Sector");e.Sector=ee;var oe=t("node_modules/zrender/lib/graphic/shape/Ring");e.Ring=oe;var re=t("node_modules/zrender/lib/graphic/shape/Polygon");e.Polygon=re;var ie=t("node_modules/zrender/lib/graphic/shape/Polyline");e.Polyline=ie;var ne=t("node_modules/zrender/lib/graphic/shape/Rect");e.Rect=ne;var le=t("node_modules/zrender/lib/graphic/shape/Line");e.Line=le;var ae=t("node_modules/zrender/lib/graphic/shape/BezierCurve");e.BezierCurve=ae;var he=t("node_modules/zrender/lib/graphic/shape/Arc");e.Arc=he;var de=t("node_modules/zrender/lib/graphic/CompoundPath");e.CompoundPath=de;var se=t("node_modules/zrender/lib/graphic/LinearGradient");e.LinearGradient=se;var ue=t("node_modules/zrender/lib/graphic/RadialGradient");e.RadialGradient=ue;var fe=t("node_modules/zrender/lib/core/BoundingRect");e.BoundingRect=fe;var ce=t("node_modules/zrender/lib/graphic/IncrementalDisplayable");e.IncrementalDisplayable=ce;var ge=Math.round,xe=Math.max,Se=Math.min,pe={},ve=N.mergePath;e.extendShape=o,e.extendPath=r,e.makePath=i,e.makeImage=n,e.mergePath=ve,e.resizePath=a,e.subPixelOptimizeLine=h,e.subPixelOptimizeRect=d,e.subPixelOptimize=s,e.setHoverStyle=b,e.setLabelStyle=z,e.setTextStyle=T,e.setText=B,e.getFont=W,e.updateProps=H,e.initProps=L,e.getTransform=D,e.applyTransform=A,e.transformDirection=I,e.groupTransition=G,e.clipPointsByRect=E,e.clipRectByRect=X,e.createIcon=Y}); ;/*!node_modules/echarts/lib/model/mixin/textStyle.js*/ define("node_modules/echarts/lib/model/mixin/textStyle",function(t,e,l){var o=t("node_modules/zrender/lib/contain/text"),i=t("node_modules/echarts/lib/util/graphic"),n=["textStyle","color"],h={getTextColor:function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(n):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(t){return o.getBoundingRect(t,this.getFont(),this.getShallow("align"),this.getShallow("verticalAlign")||this.getShallow("baseline"),this.getShallow("padding"),this.getShallow("rich"),this.getShallow("truncateText"))}};l.exports=h}); ;/*!node_modules/echarts/lib/model/mixin/itemStyle.js*/ define("node_modules/echarts/lib/model/mixin/itemStyle",function(e,t,o){var i=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),r=i([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["textPosition"],["textAlign"]]),l={getItemStyle:function(e,t){var o=r(this,e,t),i=this.getBorderLineDash();return i&&(o.lineDash=i),o},getBorderLineDash:function(){var e=this.get("borderType");return"solid"===e||null==e?null:"dashed"===e?[5,5]:[1,1]}};o.exports=l}); ;/*!node_modules/echarts/lib/model/Model.js*/ define("node_modules/echarts/lib/model/Model",function(t,e,n){function o(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}function i(t,e,n){for(var o=0;o=0&&r.push(e)}),r}e.topologicalTravel=function(e,n,t,o){function i(e){a[e].entryCount--,0===a[e].entryCount&&l.push(e)}function c(e){f[e]=!0,i(e)}if(e.length){var s=r(n),a=s.graph,l=s.noEntryList,f={};for(u.each(e,function(e){f[e]=!0});l.length;){var p=l.pop(),h=a[p],d=!!f[p];d&&(t.call(o,p,h.originalDeps.slice()),delete f[p]),u.each(h.successor,d?c:i)}u.each(f,function(){throw new Error("Circle dependency may exists")})}}}var u=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/util/clazz"),c=i.parseClassType,s=0;n.getUID=r,n.enableSubTypeDefaulter=t,n.enableTopologicalTravel=o}); ;/*!node_modules/echarts/lib/util/number.js*/ define("node_modules/echarts/lib/util/number",function(r,e){function n(r){return r.replace(/^\s+/,"").replace(/\s+$/,"")}function t(r,e,n,t){var i=e[1]-e[0],a=n[1]-n[0];if(0===i)return 0===a?n[0]:(n[0]+n[1])/2;if(t)if(i>0){if(r<=e[0])return n[0];if(r>=e[1])return n[1]}else{if(r>=e[0])return n[0];if(r<=e[1])return n[1]}else{if(r===e[0])return n[0];if(r===e[1])return n[1]}return(r-e[0])/i*a+n[0]}function i(r,e){switch(r){case"center":case"middle":r="50%";break;case"left":case"top":r="0%";break;case"right":case"bottom":r="100%"}return"string"==typeof r?n(r).match(/%$/)?parseFloat(r)/100*e:parseFloat(r):null==r?0/0:+r}function a(r,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),r=(+r).toFixed(e),n?r:+r}function u(r){return r.sort(function(r,e){return r-e}),r}function o(r){if(r=+r,isNaN(r))return 0;for(var e=1,n=0;Math.round(r*e)/e!==r;)e*=10,n++;return n}function f(r){var e=r.toString(),n=e.indexOf("e");if(n>0){var t=+e.slice(n+1);return 0>t?-t:0}var i=e.indexOf(".");return 0>i?0:e.length-1-i}function c(r,e){var n=Math.log,t=Math.LN10,i=Math.floor(n(r[1]-r[0])/t),a=Math.round(n(Math.abs(e[1]-e[0]))/t),u=Math.min(Math.max(-i+a,0),20);return isFinite(u)?u:20}function l(r,e,n){if(!r[e])return 0;var t=g.reduce(r,function(r,e){return r+(isNaN(e)?0:e)},0);if(0===t)return 0;for(var i=Math.pow(10,n),a=g.map(r,function(r){return(isNaN(r)?0:r)/t*i*100}),u=100*i,o=g.map(a,function(r){return Math.floor(r)}),f=g.reduce(o,function(r,e){return r+e},0),c=g.map(a,function(r,e){return r-o[e]});u>f;){for(var l=Number.NEGATIVE_INFINITY,s=null,d=0,h=c.length;h>d;++d)c[d]>l&&(l=c[d],s=d);++o[s],c[s]=0,++f}return o[e]/i}function s(r){var e=2*Math.PI;return(r%e+e)%e}function d(r){return r>-b&&b>r}function h(r){if(r instanceof Date)return r;if("string"==typeof r){var e=x.exec(r);if(!e)return new Date(0/0);if(e[8]){var n=+e[4]||0;return"Z"!==e[8].toUpperCase()&&(n-=e[8].slice(0,3)),new Date(Date.UTC(+e[1],+(e[2]||1)-1,+e[3]||1,n,+(e[5]||0),+e[6]||0,+e[7]||0))}return new Date(+e[1],+(e[2]||1)-1,+e[3]||1,+e[4]||0,+(e[5]||0),+e[6]||0,+e[7]||0)}return new Date(null==r?0/0:Math.round(r))}function v(r){return Math.pow(10,M(r))}function M(r){return Math.floor(Math.log(r)/Math.LN10)}function p(r,e){var n,t=M(r),i=Math.pow(10,t),a=r/i;return n=e?1.5>a?1:2.5>a?2:4>a?3:7>a?5:10:1>a?1:2>a?2:3>a?3:5>a?5:10,r=n*i,t>=-20?+r.toFixed(0>t?-t:0):r}function m(r){function e(r,n,t){return r.interval[t]o;o++)a[o]<=n&&(a[o]=n,u[o]=o?1:1-t),n=a[o],t=u[o];a[0]===a[1]&&u[0]*u[1]!==1?r.splice(i,1):i++}return r}function N(r){return r-parseFloat(r)>=0}var g=r("node_modules/zrender/lib/core/util"),b=1e-4,w=9007199254740991,x=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d\d)(?::(\d\d)(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;e.linearMap=t,e.parsePercent=i,e.round=a,e.asc=u,e.getPrecision=o,e.getPrecisionSafe=f,e.getPixelPrecision=c,e.getPercentWithPrecision=l,e.MAX_SAFE_INTEGER=w,e.remRadian=s,e.isRadianAroundZero=d,e.parseDate=h,e.quantity=v,e.nice=p,e.reformIntervals=m,e.isNumeric=N}); ;/*!node_modules/echarts/lib/util/format.js*/ define("node_modules/echarts/lib/util/format",function(e,r){function t(e){return isNaN(e)?"-":(e=(e+"").split("."),e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:""))}function n(e,r){return e=(e||"").toLowerCase().replace(/-(.)/g,function(e,r){return r.toUpperCase()}),r&&e&&(e=e.charAt(0).toUpperCase()+e.slice(1)),e}function a(e){return null==e?"":(e+"").replace(m,function(e,r){return h[r]})}function l(e,r,t){p.isArray(r)||(r=[r]);var n=r.length;if(!n)return"";for(var l=r[0].$vars||[],o=0;oc;c++)for(var u=0;u':'':""}function c(e,r){return e+="","0000".substr(0,r-e.length)+e}function u(e,r,t){("week"===e||"month"===e||"quarter"===e||"half-year"===e||"year"===e)&&(e="MM-dd\nyyyy");var n=g.parseDate(r),a=t?"UTC":"",l=n["get"+a+"FullYear"](),o=n["get"+a+"Month"]()+1,i=n["get"+a+"Date"](),u=n["get"+a+"Hours"](),s=n["get"+a+"Minutes"](),p=n["get"+a+"Seconds"](),d=n["get"+a+"Milliseconds"]();return e=e.replace("MM",c(o,2)).replace("M",o).replace("yyyy",l).replace("yy",l%100).replace("dd",c(i,2)).replace("d",i).replace("hh",c(u,2)).replace("h",u).replace("mm",c(s,2)).replace("m",s).replace("ss",c(p,2)).replace("s",p).replace("SSS",c(d,3))}function s(e){return e?e.charAt(0).toUpperCase()+e.substr(1):e}var p=e("node_modules/zrender/lib/core/util"),d=e("node_modules/zrender/lib/contain/text"),g=e("node_modules/echarts/lib/util/number"),f=p.normalizeCssArray,m=/([&<>"'])/g,h={"&":"&","<":"<",">":">",'"':""","'":"'"},y=["a","b","c","d","e","f","g"],x=function(e,r){return"{"+e+(null==r?"":r)+"}"},b=d.truncateText,C=d.getBoundingRect;r.addCommas=t,r.toCamelCase=n,r.normalizeCssArray=f,r.encodeHTML=a,r.formatTpl=l,r.formatTplSimple=o,r.getTooltipMarker=i,r.formatTime=u,r.capitalFirst=s,r.truncateText=b,r.getTextRect=C}); ;/*!node_modules/echarts/lib/util/layout.js*/ define("node_modules/echarts/lib/util/layout",function(t,e){function i(t,e,i,n,a){var r=0,o=0;null==n&&(n=1/0),null==a&&(a=1/0);var l=0;e.eachChild(function(h,u){var s,c,d=h.position,N=h.getBoundingRect(),f=e.childAt(u+1),g=f&&f.getBoundingRect();if("horizontal"===t){var m=N.width+(g?-g.x+N.x:0);s=r+m,s>n||h.newline?(r=0,s=m,o+=l+i,l=N.height):l=Math.max(l,N.height)}else{var v=N.height+(g?-g.y+N.y:0);c=o+v,c>a||h.newline?(r+=l+i,o=0,c=v,l=N.width):l=Math.max(l,N.width)}h.newline||(d[0]=r,d[1]=o,"horizontal"===t?r=s+i:o=c+i)})}function n(t,e,i){var n=e.width,a=e.height,r=N(t.x,n),o=N(t.y,a),l=N(t.x2,n),h=N(t.y2,a);return(isNaN(r)||isNaN(parseFloat(t.x)))&&(r=0),(isNaN(l)||isNaN(parseFloat(t.x2)))&&(l=n),(isNaN(o)||isNaN(parseFloat(t.y)))&&(o=0),(isNaN(h)||isNaN(parseFloat(t.y2)))&&(h=a),i=f.normalizeCssArray(i||0),{width:Math.max(l-r-i[1]-i[3],0),height:Math.max(h-o-i[0]-i[2],0)}}function a(t,e,i){i=f.normalizeCssArray(i||0);var n=e.width,a=e.height,r=N(t.left,n),o=N(t.top,a),l=N(t.right,n),h=N(t.bottom,a),u=N(t.width,n),s=N(t.height,a),d=i[2]+i[0],g=i[1]+i[3],m=t.aspect;switch(isNaN(u)&&(u=n-l-g-r),isNaN(s)&&(s=a-h-d-o),null!=m&&(isNaN(u)&&isNaN(s)&&(m>n/a?u=.8*n:s=.8*a),isNaN(u)&&(u=m*s),isNaN(s)&&(s=u/m)),isNaN(r)&&(r=n-l-u-g),isNaN(o)&&(o=a-h-s-d),t.left||t.right){case"center":r=n/2-u/2-i[3];break;case"right":r=n-u-g}switch(t.top||t.bottom){case"middle":case"center":o=a/2-s/2-i[0];break;case"bottom":o=a-s-d}r=r||0,o=o||0,isNaN(u)&&(u=n-g-r-(l||0)),isNaN(s)&&(s=a-d-o-(h||0));var v=new c(r+i[3],o+i[0],u,s);return v.margin=i,v}function r(t,e,i,n,r){var o=!r||!r.hv||r.hv[0],l=!r||!r.hv||r.hv[1],h=r&&r.boundingMode||"all";if(o||l){var u;if("raw"===h)u="group"===t.type?new c(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(u=t.getBoundingRect(),t.needLocalTransform()){var d=t.getLocalTransform();u=u.clone(),u.applyTransform(d)}e=a(s.defaults({width:u.width,height:u.height},e),i,n);var N=t.position,f=o?e.x-u.x:0,g=l?e.y-u.y:0;t.attr("position","raw"===h?[f,g]:[N[0]+f,N[1]+g])}}function o(t,e){return null!=t[v[e][0]]||null!=t[v[e][1]]&&null!=t[v[e][2]]}function l(t,e,i){function n(i,n){var o={},h=0,u={},s=0,c=2;if(g(i,function(e){u[e]=t[e]}),g(i,function(t){a(e,t)&&(o[t]=u[t]=e[t]),r(o,t)&&h++,r(u,t)&&s++}),l[n])return r(e,i[1])?u[i[2]]=null:r(e,i[2])&&(u[i[1]]=null),u;if(s!==c&&h){if(h>=c)return o;for(var d=0;d=0;l--)a=i.merge(a,t[l],!0);e.defaultOption=a}return e.defaultOption},getReferringComponents:function(e){return this.ecModel.queryComponents({mainType:e,index:this.get(e+"Index",!0),id:this.get(e+"Id",!0)})}});r(f,{registerWhenExtend:!0}),l.enableSubTypeDefaulter(f),l.enableTopologicalTravel(f,o),i.mixin(f,c);var g=f;n.exports=g}); ;/*!node_modules/echarts/lib/model/globalDefault.js*/ define("node_modules/echarts/lib/model/globalDefault",function(a,e,o){var n="";"undefined"!=typeof navigator&&(n=navigator.platform||"");var i={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};o.exports=i}); ;/*!node_modules/echarts/lib/model/mixin/colorPalette.js*/ define("node_modules/echarts/lib/model/mixin/colorPalette",function(o,e,r){function t(o,e){for(var r=o.length,t=0;r>t;t++)if(o[t].length>e)return o[t];return o[r-1]}var l=o("node_modules/echarts/lib/util/model"),n=l.makeInner,a=l.normalizeToArray,i=n(),c={clearColorPalette:function(){i(this).colorIdx=0,i(this).colorNameMap={}},getColorFromPalette:function(o,e,r){e=e||this;var l=i(e),n=l.colorIdx||0,c=l.colorNameMap=l.colorNameMap||{};if(c.hasOwnProperty(o))return c[o];var h=a(this.get("color",!0)),u=this.get("colorLayer",!0),m=null!=r&&u?t(u,r):h;if(m=m||h,m&&m.length){var s=m[n];return o&&(c[o]=s),l.colorIdx=(n+1)%m.length,s}}};r.exports=c}); ;/*!node_modules/echarts/lib/model/referHelper.js*/ define("node_modules/echarts/lib/model/referHelper",function(e,i){function s(e){var i=e.get("coordinateSystem"),s={coordSysName:i,coordSysDims:[],axisMap:t(),categoryAxisMap:t()},n=l[i];return n?(n(e,s,s.axisMap,s.categoryAxisMap),s):void 0}function n(e){return"category"===e.get("type")}var r=e("node_modules/echarts/lib/config"),o=(r.__DEV__,e("node_modules/zrender/lib/core/util")),t=o.createHashMap,a=(o.retrieve,o.each),l={cartesian2d:function(e,i,s,r){var o=e.getReferringComponents("xAxis")[0],t=e.getReferringComponents("yAxis")[0];i.coordSysDims=["x","y"],s.set("x",o),s.set("y",t),n(o)&&(r.set("x",o),i.firstCategoryDimIndex=0),n(t)&&(r.set("y",t),i.firstCategoryDimIndex=1)},singleAxis:function(e,i,s,r){var o=e.getReferringComponents("singleAxis")[0];i.coordSysDims=["single"],s.set("single",o),n(o)&&(r.set("single",o),i.firstCategoryDimIndex=0)},polar:function(e,i,s,r){var o=e.getReferringComponents("polar")[0],t=o.findAxisModel("radiusAxis"),a=o.findAxisModel("angleAxis");i.coordSysDims=["radius","angle"],s.set("radius",t),s.set("angle",a),n(t)&&(r.set("radius",t),i.firstCategoryDimIndex=0),n(a)&&(r.set("angle",a),i.firstCategoryDimIndex=1)},geo:function(e,i){i.coordSysDims=["lng","lat"]},parallel:function(e,i,s,r){var o=e.ecModel,t=o.getComponent("parallel",e.get("parallelIndex")),l=i.coordSysDims=t.dimensions.slice();a(t.parallelAxisIndex,function(e,t){var a=o.getComponent("parallelAxis",e),d=l[t];s.set(d,a),n(a)&&null==i.firstCategoryDimIndex&&(r.set(d,a),i.firstCategoryDimIndex=t)})}};i.getCoordSysDefineBySeries=s}); ;/*!node_modules/echarts/lib/data/helper/sourceType.js*/ define("node_modules/echarts/lib/data/helper/sourceType",function(R,_){var O="original",A="arrayRows",E="objectRows",e="keyedColumns",S="unknown",o="typedArray",T="column",U="row";_.SOURCE_FORMAT_ORIGINAL=O,_.SOURCE_FORMAT_ARRAY_ROWS=A,_.SOURCE_FORMAT_OBJECT_ROWS=E,_.SOURCE_FORMAT_KEYED_COLUMNS=e,_.SOURCE_FORMAT_UNKNOWN=S,_.SOURCE_FORMAT_TYPED_ARRAY=o,_.SERIES_LAYOUT_BY_COLUMN=T,_.SERIES_LAYOUT_BY_ROW=U}); ;/*!node_modules/echarts/lib/data/Source.js*/ define("node_modules/echarts/lib/data/Source",function(e,t,s){function o(e){this.fromDataset=e.fromDataset,this.data=e.data||(e.sourceFormat===l?{}:[]),this.sourceFormat=e.sourceFormat||m,this.seriesLayoutBy=e.seriesLayoutBy||_,this.dimensionsDefine=e.dimensionsDefine,this.encodeDefine=e.encodeDefine&&i(e.encodeDefine),this.startIndex=e.startIndex||0,this.dimensionsDetectCount=e.dimensionsDetectCount}var a=e("node_modules/zrender/lib/core/util"),i=a.createHashMap,n=a.isTypedArray,r=e("node_modules/echarts/lib/util/clazz"),d=r.enableClassCheck,c=e("node_modules/echarts/lib/data/helper/sourceType"),u=c.SOURCE_FORMAT_ORIGINAL,_=c.SERIES_LAYOUT_BY_COLUMN,m=c.SOURCE_FORMAT_UNKNOWN,h=c.SOURCE_FORMAT_TYPED_ARRAY,l=c.SOURCE_FORMAT_KEYED_COLUMNS;o.seriesDataToSource=function(e){return new o({data:e,sourceFormat:n(e)?h:u,fromDataset:!1})},d(o);var D=o;s.exports=D}); ;/*!node_modules/echarts/lib/data/helper/sourceHelper.js*/ define("node_modules/echarts/lib/data/helper/sourceHelper",function(e,n){function r(e){var n=e.option.source,r=L;if(C(n))r=W;else if(A(n))for(var t=0,a=n.length;a>t;t++){var i=n[t];if(null!=i){if(A(i)){r=N;break}if(b(i)){r=U;break}}}else if(b(n)){for(var o in n)if(n.hasOwnProperty(o)&&E(n[o])){r=B;break}}else if(null!=n)throw new Error("Invalid data");Y(e).sourceFormat=r}function t(e){return Y(e).source}function a(e){Y(e).datasetMap=O()}function i(e){var n=e.option,r=n.data,t=C(r)?W:T,a=!1,i=n.seriesLayoutBy,u=n.sourceHeader,l=n.dimensions,s=c(e);if(s){var d=s.option;r=d.source,t=Y(s).sourceFormat,a=!0,i=i||d.seriesLayoutBy,null==u&&(u=d.sourceHeader),l=l||d.dimensions}var m=o(r,t,i,u,l),v=n.encode;!v&&s&&(v=f(e,s,r,t,i,m)),Y(e).source=new x({data:r,fromDataset:a,seriesLayoutBy:i,sourceFormat:t,dimensionsDefine:m.dimensionsDefine,startIndex:m.startIndex,dimensionsDetectCount:m.dimensionsDetectCount,encodeDefine:v})}function o(e,n,r,t,a){if(!e)return{dimensionsDefine:u(a)};var i,o,f;if(n===N)"auto"===t||null==t?l(function(e){null!=e&&"-"!==e&&(I(e)?null==o&&(o=1):o=0)},r,e,10):o=t?1:0,a||1!==o||(a=[],l(function(e,n){a[n]=null!=e?e:""},r,e)),i=a?a.length:r===k?e.length:e[0]?e[0].length:null;else if(n===U)a||(a=s(e),f=!0);else if(n===B)a||(a=[],f=!0,R(e,function(e,n){a.push(n)}));else if(n===T){var c=g(e[0]);i=A(c)&&c.length||1}var d;return f&&R(a,function(e,n){"name"===(b(e)?e.name:e)&&(d=n)}),{startIndex:o,dimensionsDefine:u(a),dimensionsDetectCount:i,potentialNameDimIndex:d}}function u(e){if(e){var n=O();return S(e,function(e){if(e=M({},b(e)?e:{name:e}),null==e.name)return e;e.name+="",null==e.displayName&&(e.displayName=e.name);var r=n.get(e.name);return r?e.name+="-"+r.count++:n.set(e.name,{count:1}),e})}}function l(e,n,r,t){if(null==t&&(t=1/0),n===k)for(var a=0;aa;a++)e(r[a]?r[a][0]:null,a);else for(var i=r[0]||[],a=0;aa;a++)e(i[a],a)}function s(e){for(var n,r=0;rD&&null==_;D++)m(r,t,a,i.dimensionsDefine,i.startIndex,D)||(_=D);if(null!=_){u.value=_;var S=i.potentialNameDimIndex||Math.max(_-1,0);s.push(S),l.push(S)}}return l.length&&(u.itemName=l),s.length&&(u.seriesName=s),u}function c(e){var n=e.option,r=n.data;return r?void 0:e.ecModel.getComponent("dataset",n.datasetIndex||0)}function d(e,n){return m(e.data,e.sourceFormat,e.seriesLayoutBy,e.dimensionsDefine,e.startIndex,n)}function m(e,n,r,t,a,i){function o(e){return null!=e&&isFinite(e)&&""!==e?!1:I(e)&&"-"!==e?!0:void 0}var u,l=5;if(C(e))return!1;var s;if(t&&(s=t[i],s=b(s)?s.name:s),n===N)if(r===k){for(var f=e[i],c=0;c<(f||[]).length&&l>c;c++)if(null!=(u=o(f[a+c])))return u}else for(var c=0;cc;c++){var d=e[a+c];if(d&&null!=(u=o(d[i])))return u}else if(n===U){if(!s)return;for(var c=0;cc;c++){var m=e[c];if(m&&null!=(u=o(m[s])))return u}}else if(n===B){if(!s)return;var f=e[s];if(!f||C(f))return!1;for(var c=0;cc;c++)if(null!=(u=o(f[c])))return u}else if(n===T)for(var c=0;cc;c++){var m=e[c],v=g(m);if(!A(v))return!1;if(null!=(u=o(v[i])))return u}return!1}var v=e("node_modules/echarts/lib/config"),h=(v.__DEV__,e("node_modules/echarts/lib/util/model")),p=h.makeInner,g=h.getDataItemValue,_=e("node_modules/echarts/lib/model/referHelper"),y=_.getCoordSysDefineBySeries,D=e("node_modules/zrender/lib/core/util"),O=D.createHashMap,R=D.each,S=D.map,A=D.isArray,I=D.isString,b=D.isObject,C=D.isTypedArray,E=D.isArrayLike,M=D.extend,x=(D.assert,e("node_modules/echarts/lib/data/Source")),F=e("node_modules/echarts/lib/data/helper/sourceType"),T=F.SOURCE_FORMAT_ORIGINAL,N=F.SOURCE_FORMAT_ARRAY_ROWS,U=F.SOURCE_FORMAT_OBJECT_ROWS,B=F.SOURCE_FORMAT_KEYED_COLUMNS,L=F.SOURCE_FORMAT_UNKNOWN,W=F.SOURCE_FORMAT_TYPED_ARRAY,k=F.SERIES_LAYOUT_BY_ROW,Y=p();n.detectSourceFormat=r,n.getSource=t,n.resetSourceDefaulter=a,n.prepareSource=i,n.guessOrdinal=d}); ;/*!node_modules/echarts/lib/model/Global.js*/ define("node_modules/echarts/lib/model/Global",function(e,n,t){function i(e,n){if(n){var t=n.seiresIndex,i=n.seriesId,s=n.seriesName;return null!=t&&e.componentIndex!==t||null!=i&&e.id!==i||null!=s&&e.name!==s}}function s(e,n){var t=e.color&&!e.colorLayer;f(n,function(n,i){"colorLayer"===i&&t||D.hasClass(i)||("object"==typeof n?e[i]=e[i]?b(e[i],n,!1):T(n):null==e[i]&&(e[i]=n))})}function o(e){e=e,this.option={},this.option[N]=1,this._componentsMap=I({series:[]}),this._seriesIndices,this._seriesIndicesMap,s(e,this._theme.option),b(e,k,!1),this.mergeOption(e)}function r(e,n){g(n)||(n=n?[n]:[]);var t={};return f(n,function(n){t[n]=(e.get(n)||[]).slice()}),t}function a(e,n,t){var i=n.type?n.type:t?t.subType:D.determineSubType(e,n);return i}function c(e,n){e._seriesIndicesMap=I(e._seriesIndices=d(n,function(e){return e.componentIndex})||[])}function u(e,n){return n.hasOwnProperty("subType")?m(e,function(e){return e.subType===n.subType}):e}function l(){}var p=e("node_modules/echarts/lib/config"),h=(p.__DEV__,e("node_modules/zrender/lib/core/util")),f=h.each,m=h.filter,d=h.map,g=h.isArray,_=h.indexOf,y=h.isObject,v=h.isString,I=h.createHashMap,M=h.assert,T=h.clone,b=h.merge,x=h.extend,O=h.mixin,S=e("node_modules/echarts/lib/util/model"),C=e("node_modules/echarts/lib/model/Model"),D=e("node_modules/echarts/lib/model/Component"),k=e("node_modules/echarts/lib/model/globalDefault"),A=e("node_modules/echarts/lib/model/mixin/colorPalette"),B=e("node_modules/echarts/lib/data/helper/sourceHelper"),w=B.resetSourceDefaulter,N="\x00_ec_inner",q=C.extend({init:function(e,n,t,i){t=t||{},this.option=null,this._theme=new C(t),this._optionManager=i},setOption:function(e,n){M(!(N in e),"please use chart.getOption()"),this._optionManager.setOption(e,n),this.resetOption(null)},resetOption:function(e){var n=!1,t=this._optionManager;if(!e||"recreate"===e){var i=t.mountOption("recreate"===e);this.option&&"recreate"!==e?(this.restoreData(),this.mergeOption(i)):o.call(this,i),n=!0}if(("timeline"===e||"media"===e)&&this.restoreData(),!e||"recreate"===e||"timeline"===e){var s=t.getTimelineOption(this);s&&(this.mergeOption(s),n=!0)}if(!e||"recreate"===e||"media"===e){var r=t.getMediaOption(this,this._api);r.length&&f(r,function(e){this.mergeOption(e,n=!0)},this)}return n},mergeOption:function(e){function n(n,s){var o=S.normalizeToArray(e[n]),u=S.mappingToExists(i.get(n),o);S.makeIdAndName(u),f(u,function(e){var t=e.option;y(t)&&(e.keyInfo.mainType=n,e.keyInfo.subType=a(n,t,e.exist))});var l=r(i,s);t[n]=[],i.set(n,[]),f(u,function(e,s){var o=e.exist,r=e.option;if(M(y(r)||o,"Empty component definition"),r){var a=D.getClass(n,e.keyInfo.subType,!0);if(o&&o instanceof a)o.name=e.keyInfo.name,o.mergeOption(r,this),o.optionUpdated(r,!1);else{var c=x({dependentModels:l,componentIndex:s},e.keyInfo);o=new a(r,this,this,c),x(o,c),o.init(r,this,this,c),o.optionUpdated(null,!0)}}else o.mergeOption({},this),o.optionUpdated({},!1);i.get(n)[s]=o,t[n][s]=o.option},this),"series"===n&&c(this,i.get("series"))}var t=this.option,i=this._componentsMap,s=[];w(this),f(e,function(e,n){null!=e&&(D.hasClass(n)?n&&s.push(n):t[n]=null==t[n]?T(e):b(t[n],e,!0))}),D.topologicalTravel(s,D.getAllClassMainTypes(),n,this),this._seriesIndicesMap=I(this._seriesIndices=this._seriesIndices||[])},getOption:function(){var e=T(this.option);return f(e,function(n,t){if(D.hasClass(t)){for(var n=S.normalizeToArray(n),i=n.length-1;i>=0;i--)S.isIdInner(n[i])&&n.splice(i,1);e[t]=n}}),delete e[N],e},getTheme:function(){return this._theme},getComponent:function(e,n){var t=this._componentsMap.get(e);return t?t[n||0]:void 0},queryComponents:function(e){var n=e.mainType;if(!n)return[];var t=e.index,i=e.id,s=e.name,o=this._componentsMap.get(n);if(!o||!o.length)return[];var r;if(null!=t)g(t)||(t=[t]),r=m(d(t,function(e){return o[e]}),function(e){return!!e});else if(null!=i){var a=g(i);r=m(o,function(e){return a&&_(i,e.id)>=0||!a&&e.id===i})}else if(null!=s){var c=g(s);r=m(o,function(e){return c&&_(s,e.name)>=0||!c&&e.name===s})}else r=o.slice();return u(r,e)},findComponents:function(e){function n(e){var n=s+"Index",t=s+"Id",i=s+"Name";return!e||null==e[n]&&null==e[t]&&null==e[i]?null:{mainType:s,index:e[n],id:e[t],name:e[i]}}function t(n){return e.filter?m(n,e.filter):n}var i=e.query,s=e.mainType,o=n(i),r=o?this.queryComponents(o):this._componentsMap.get(s);return t(u(r,e))},eachComponent:function(e,n,t){var i=this._componentsMap;if("function"==typeof e)t=n,n=e,i.each(function(e,i){f(e,function(e,s){n.call(t,i,e,s)})});else if(v(e))f(i.get(e),n,t);else if(y(e)){var s=this.findComponents(e);f(s,n,t)}},getSeriesByName:function(e){var n=this._componentsMap.get("series");return m(n,function(n){return n.name===e})},getSeriesByIndex:function(e){return this._componentsMap.get("series")[e]},getSeriesByType:function(e){var n=this._componentsMap.get("series");return m(n,function(n){return n.subType===e})},getSeries:function(){return this._componentsMap.get("series").slice()},getSeriesCount:function(){return this._componentsMap.get("series").length},eachSeries:function(e,n){l(this),f(this._seriesIndices,function(t){var i=this._componentsMap.get("series")[t];e.call(n,i,t)},this)},eachRawSeries:function(e,n){f(this._componentsMap.get("series"),e,n)},eachSeriesByType:function(e,n,t){l(this),f(this._seriesIndices,function(i){var s=this._componentsMap.get("series")[i];s.subType===e&&n.call(t,s,i)},this)},eachRawSeriesByType:function(e,n,t){return f(this.getSeriesByType(e),n,t)},isSeriesFiltered:function(e){return l(this),null==this._seriesIndicesMap.get(e.componentIndex)},getCurrentSeriesIndices:function(){return(this._seriesIndices||[]).slice()},filterSeries:function(e,n){l(this);var t=m(this._componentsMap.get("series"),e,n);c(this,t)},restoreData:function(e){var n=this._componentsMap;c(this,n.get("series"));var t=[];n.each(function(e,n){t.push(n)}),D.topologicalTravel(t,D.getAllClassMainTypes(),function(t){f(n.get(t),function(n){("series"!==t||!i(n,e))&&n.restoreData()})})}});O(q,A);var z=q;t.exports=z}); ;/*!node_modules/echarts/lib/ExtensionAPI.js*/ define("node_modules/echarts/lib/ExtensionAPI",function(e,t,i){function o(e){n.each(d,function(t){this[t]=n.bind(e[t],e)},this)}var n=e("node_modules/zrender/lib/core/util"),d=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isDisposed","on","off","getDataURL","getConnectedDataURL","getModel","getOption","getViewOfComponentModel","getViewOfSeriesModel"],g=o;i.exports=g}); ;/*!node_modules/echarts/lib/CoordinateSystem.js*/ define("node_modules/echarts/lib/CoordinateSystem",function(t,e,n){function o(){this._coordinateSystems=[]}var r=t("node_modules/zrender/lib/core/util"),i={};o.prototype={constructor:o,create:function(t,e){var n=[];r.each(i,function(o){var r=o.create(t,e);n=n.concat(r||[])}),this._coordinateSystems=n},update:function(t,e){r.each(this._coordinateSystems,function(n){n.update&&n.update(t,e)})},getCoordinateSystems:function(){return this._coordinateSystems.slice()}},o.register=function(t,e){i[t]=e},o.get=function(t){return i[t]};var c=o;n.exports=c}); ;/*!node_modules/echarts/lib/model/OptionManager.js*/ define("node_modules/echarts/lib/model/OptionManager",function(i,t,e){function n(i){this._api=i,this._timelineOptions=[],this._mediaList=[],this._mediaDefault,this._currentMediaIndices=[],this._optionBackup,this._newBaseOption}function o(i,t,e){var n,o,a=[],s=[],r=i.timeline;if(i.baseOption&&(o=i.baseOption),(r||i.options)&&(o=o||{},a=(i.options||[]).slice()),i.media){o=o||{};var u=i.media;c(u,function(i){i&&i.option&&(i.query?s.push(i):n||(n=i))})}return o||(o=i),o.timeline||(o.timeline=r),c([o].concat(a).concat(p.map(s,function(i){return i.option})),function(i){c(t,function(t){t(i,e)})}),{baseOption:o,timelineOptions:a,mediaDefault:n,mediaList:s}}function a(i,t,e){var n={width:t,height:e,aspectratio:t/e},o=!0;return p.each(i,function(i,t){var e=t.match(_);if(e&&e[1]&&e[2]){var a=e[1],r=e[2].toLowerCase();s(n[r],i,a)||(o=!1)}}),o}function s(i,t,e){return"min"===e?i>=t:"max"===e?t>=i:i===t}function r(i,t){return i.join(",")===t.join(",")}function u(i,t){t=t||{},c(t,function(t,e){if(null!=t){var n=i[e];if(l.hasClass(e)){t=m.normalizeToArray(t),n=m.normalizeToArray(n);var o=m.mappingToExists(n,t);i[e]=h(o,function(i){return i.option&&i.exist?f(i.exist,i.option,!0):i.exist||i.option})}else i[e]=f(n,t,!0)}})}var p=i("node_modules/zrender/lib/core/util"),m=i("node_modules/echarts/lib/util/model"),l=i("node_modules/echarts/lib/model/Component"),c=p.each,d=p.clone,h=p.map,f=p.merge,_=/^(min|max)?(.+)$/;n.prototype={constructor:n,setOption:function(i,t){i&&p.each(m.normalizeToArray(i.series),function(i){i&&i.data&&p.isTypedArray(i.data)&&p.setAsPrimitive(i.data)}),i=d(i,!0);var e=this._optionBackup,n=o.call(this,i,t,!e);this._newBaseOption=n.baseOption,e?(u(e.baseOption,n.baseOption),n.timelineOptions.length&&(e.timelineOptions=n.timelineOptions),n.mediaList.length&&(e.mediaList=n.mediaList),n.mediaDefault&&(e.mediaDefault=n.mediaDefault)):this._optionBackup=n},mountOption:function(i){var t=this._optionBackup;return this._timelineOptions=h(t.timelineOptions,d),this._mediaList=h(t.mediaList,d),this._mediaDefault=d(t.mediaDefault),this._currentMediaIndices=[],d(i?t.baseOption:this._newBaseOption)},getTimelineOption:function(i){var t,e=this._timelineOptions;if(e.length){var n=i.getComponent("timeline");n&&(t=d(e[n.getCurrentIndex()],!0))}return t},getMediaOption:function(){var i=this._api.getWidth(),t=this._api.getHeight(),e=this._mediaList,n=this._mediaDefault,o=[],s=[];if(!e.length&&!n)return s;for(var u=0,p=e.length;p>u;u++)a(e[u].query,i,t)&&o.push(u);return!o.length&&n&&(o=[-1]),o.length&&!r(o,this._currentMediaIndices)&&(s=h(o,function(i){return d(-1===i?n.option:e[i].option)})),this._currentMediaIndices=o,s}};var O=n;e.exports=O}); ;/*!node_modules/echarts/lib/preprocessor/helper/compatStyle.js*/ define("node_modules/echarts/lib/preprocessor/helper/compatStyle",function(e,a,l){function i(e){var a=e&&e.itemStyle;if(a)for(var l=0,i=h.length;i>l;l++){var r=h[l],t=a.normal,n=a.emphasis;t&&t[r]&&(e[r]=e[r]||{},e[r].normal?f.merge(e[r].normal,t[r]):e[r].normal=t[r],t[r]=null),n&&n[r]&&(e[r]=e[r]||{},e[r].emphasis?f.merge(e[r].emphasis,n[r]):e[r].emphasis=n[r],n[r]=null)}}function r(e,a,l){if(e&&e[a]&&(e[a].normal||e[a].emphasis)){var i=e[a].normal,r=e[a].emphasis;i&&(l?(e[a].normal=e[a].emphasis=null,f.defaults(e[a],i)):e[a]=i),r&&(e.emphasis=e.emphasis||{},e.emphasis[a]=r)}}function t(e){r(e,"itemStyle"),r(e,"lineStyle"),r(e,"areaStyle"),r(e,"label"),r(e,"labelLine"),r(e,"upperLabel"),r(e,"edgeLabel")}function n(e,a){var l=b(e)&&e[a],i=b(l)&&l.textStyle;if(i)for(var r=0,t=p.TEXT_STYLE_OPTIONS.length;t>r;r++){var a=p.TEXT_STYLE_OPTIONS[r];i.hasOwnProperty(a)&&(l[a]=i[a])}}function s(e){e&&(t(e),n(e,"label"),e.emphasis&&n(e.emphasis,"label"))}function o(e){if(b(e)){i(e),t(e),n(e,"label"),n(e,"upperLabel"),n(e,"edgeLabel"),e.emphasis&&(n(e.emphasis,"label"),n(e.emphasis,"upperLabel"),n(e.emphasis,"edgeLabel"));var a=e.markPoint;a&&(i(a),s(a));var l=e.markLine;l&&(i(l),s(l));var o=e.markArea;o&&s(o);var m=e.data;if("graph"===e.type){m=m||e.nodes;var u=e.links||e.edges;if(u&&!f.isTypedArray(u))for(var c=0;c=0;m--){var D=e[m];if(c||(u=D.data.rawIndexOf(D.stackedByDimension,k)),u>=0){var g=D.data.getByRawIndex(D.stackResultDimension,u);if(l>=0&&g>0||0>=l&&0>g){l+=g,f=g;break}}}return t[0]=l,t[1]=f,t});o.hostModel.setData(d),a.data=d})}var s=e("node_modules/zrender/lib/core/util"),o=s.createHashMap,c=s.each;n.exports=t}); ;/*!node_modules/echarts/lib/data/helper/dataProvider.js*/ define("node_modules/echarts/lib/data/helper/dataProvider",function(t,e){function n(t,e){D.isInstance(t)||(t=D.seriesDataToSource(t)),this._source=t;var n=this._data=t.data,r=t.sourceFormat;r===w&&(this._offset=0,this._dimSize=e,this._data=n);var a=C[r===A?r+"_"+t.seriesLayoutBy:r];_(this,a)}function r(){return this._data.length}function a(t){return this._data[t]}function i(t){for(var e=0;e=1)&&(t=1),t}var s=this._upstream,n=t&&t.skip;if(this._dirty&&s){var u=this.context;u.data=u.outputData=s.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this);var d;this._plan&&!n&&(d=this._plan(this.context));var _=e(this._modBy),h=this._modDataCount||0,a=e(t&&t.modBy),p=t&&t.modDataCount||0;(_!==a||h!==p)&&(d="reset");var l;(this._dirty||"reset"===d)&&(this._dirty=!1,l=r(this,n)),this._modBy=a,this._modDataCount=p;var c=t&&t.step;if(this._dueEnd=s?s._outputDueEnd:this._count?this._count(this.context):1/0,this._progress){var f=this._dueIndex,m=Math.min(null!=c?this._dueIndex+c:1/0,this._dueEnd);if(!n&&(l||m>f)){var y=this._progress;if(o(y))for(var E=0;En?n++:null}function e(){var t=n%u*i+Math.ceil(n/u),e=n>=s?null:r>t?t:n;return n++,e}var s,n,i,r,u,o={reset:function(d,_,h,a){n=d,s=_,i=h,r=a,u=Math.ceil(r/i),o.next=i>1&&r>0?e:t}};return o}();_.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},_.unfinished=function(){return this._progress&&this._dueIndexe.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function l(t,e){h.each(t.CHANGABLE_METHODS,function(a){t.wrapMethod(a,h.curry(u,e))})}function u(t){var e=d(t);e&&e.setOutputEnd(this.count())}function d(t){var e=(t.ecModel||{}).scheduler,a=e&&e.getPipeline(t.uid);if(a){var i=a.currentTask;if(i){var o=i.agentStubMap;o&&(i=o.get(t.uid))}return i}}var c=t("node_modules/echarts/lib/config"),h=(c.__DEV__,t("node_modules/zrender/lib/core/util")),m=t("node_modules/zrender/lib/core/env"),f=t("node_modules/echarts/lib/util/format"),p=f.formatTime,g=f.encodeHTML,D=f.addCommas,v=f.getTooltipMarker,y=t("node_modules/echarts/lib/util/model"),T=t("node_modules/echarts/lib/model/Component"),b=t("node_modules/echarts/lib/model/mixin/colorPalette"),x=t("node_modules/echarts/lib/model/mixin/dataFormat"),_=t("node_modules/echarts/lib/util/layout"),S=_.getLayoutParams,w=_.mergeLayoutParam,P=t("node_modules/echarts/lib/stream/task"),k=P.createTask,I=t("node_modules/echarts/lib/data/helper/sourceHelper"),A=I.prepareSource,M=I.getSource,C=t("node_modules/echarts/lib/data/helper/dataProvider"),E=C.retrieveRawValue,N=y.makeInner(),R=T.extend({type:"series.__base__",seriesIndex:0,coordinateSystem:null,defaultOption:null,legendDataProvider:null,visualColorAccessPath:"itemStyle.color",layoutMode:null,init:function(t,e,a){this.seriesIndex=this.componentIndex,this.dataTask=k({count:n,reset:r}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,a),A(this);var o=this.getInitialData(t,a);l(o,this),this.dataTask.context.data=o,N(this).dataBeforeProcessed=o,i(this)},mergeDefaultAndTheme:function(t,e){var a=this.layoutMode,i=a?S(t):{},o=this.subType;T.hasClass(o)&&(o+="Series"),h.merge(t,e.getTheme().get(this.subType)),h.merge(t,this.getDefaultOption()),y.defaultEmphasis(t,"label",["show"]),this.fillDataTextStyle(t.data),a&&w(t,i,a)},mergeOption:function(t,e){t=h.merge(this.option,t,!0),this.fillDataTextStyle(t.data);var a=this.layoutMode;a&&w(this.option,t,a),A(this);var o=this.getInitialData(t,e);l(o,this),this.dataTask.dirty(),this.dataTask.context.data=o,N(this).dataBeforeProcessed=o,i(this)},fillDataTextStyle:function(t){if(t&&!h.isTypedArray(t))for(var e=["show"],a=0;a":"")+s.join(r?"
":", ")}function i(t){return g(D(t))}var o=this.getData(),n=o.mapDimension("defaultedTooltip",!0),r=n.length,s=this.getRawValue(t),l=h.isArray(s),u=o.getItemVisual(t,"color");h.isObject(u)&&u.colorStops&&(u=(u.colorStops[0]||{}).color),u=u||"transparent";var d=r>1||l&&!r?a(s):i(r?E(o,t,n[0]):l?s[0]:s),c=v(u),m=o.getName(t),f=this.name;return y.isNameSpecified(this)||(f=""),f=f?g(f)+(e?": ":"
"):"",e?c+f+d:f+c+(m?g(m)+": "+d:d)},isAnimationEnabled:function(){if(m.node)return!1;var t=this.getShallow("animation");return t&&this.getData().count()>this.getShallow("animationThreshold")&&(t=!1),t},restoreData:function(){this.dataTask.dirty()},getColorFromPalette:function(t,e,a){var i=this.ecModel,o=b.getColorFromPalette.call(this,t,e,a);return o||(o=i.getColorFromPalette(t,e,a)),o},coordDimToDataDim:function(t){return this.getRawData().mapDimension(t,!0)},getProgressive:function(){return this.get("progressive")},getProgressiveThreshold:function(){return this.get("progressiveThreshold")},getAxisTooltipData:null,getTooltipPosition:null,pipeTask:null,preventIncremental:null,pipelineContext:null});h.mixin(R,x),h.mixin(R,b);var O=R;a.exports=O}); ;/*!node_modules/echarts/lib/view/Component.js*/ define("node_modules/echarts/lib/view/Component",function(e,n,t){var o=e("node_modules/zrender/lib/container/Group"),i=e("node_modules/echarts/lib/util/component"),u=e("node_modules/echarts/lib/util/clazz"),r=function(){this.group=new o,this.uid=i.getUID("viewComponent")};r.prototype={constructor:r,init:function(){},render:function(){},dispose:function(){}};var a=r.prototype;a.updateView=a.updateLayout=a.updateVisual=function(){},u.enableClassExtend(r),u.enableClassManagement(r,{registerWhenExtend:!0});var s=r;t.exports=s}); ;/*!node_modules/echarts/lib/chart/helper/createRenderPlanner.js*/ define("node_modules/echarts/lib/chart/helper/createRenderPlanner",function(e,r,n){function t(){var e=a();return function(r){var n=e(r),t=r.pipelineContext,o=n.large,a=n.progressiveRender,i=n.large=t.large,l=n.progressiveRender=t.progressiveRender;return!!(o^i||a^l)&&"reset"}}var o=e("node_modules/echarts/lib/util/model"),a=o.makeInner;n.exports=t}); ;/*!node_modules/echarts/lib/view/Chart.js*/ define("node_modules/echarts/lib/view/Chart",function(e,n,r){function t(){this.group=new s,this.uid=c.getUID("viewChart"),this.renderTask=f({plan:i,reset:d}),this.renderTask.context={view:this}}function o(e,n){if(e&&(e.trigger(n),"group"===e.type))for(var r=0;r=0?r():h=setTimeout(r,-u),c=l};return m.clear=function(){h&&(clearTimeout(h),h=null)},m.debounceNextCall=function(t){a=t},m}function r(t,e,r,l){var a=t[e];if(a){var c=a[u]||a,f=a[o],h=a[i];if(h!==r||f!==l){if(null==r||!l)return t[e]=c;a=t[e]=n(c,r,"debounce"===l),a[u]=c,a[o]=l,a[i]=r}return a}}function l(t,e){var n=t[e];n&&n[u]&&(t[e]=n[u])}var u="\x00__throttleOriginMethod",i="\x00__throttleRate",o="\x00__throttleType";e.throttle=n,e.createOrUpdate=r,e.clear=l}); ;/*!node_modules/echarts/lib/visual/seriesColor.js*/ define("node_modules/echarts/lib/visual/seriesColor",function(e,t,o){var r=e("node_modules/zrender/lib/graphic/Gradient"),a={createOnAllSeries:!0,performRawSeries:!0,reset:function(e,t){var o=e.getData(),a=(e.visualColorAccessPath||"itemStyle.color").split("."),l=e.get(a)||e.getColorFromPalette(e.name,null,t.getSeriesCount());if(o.setVisual("color",l),!t.isSeriesFiltered(e)){"function"!=typeof l||l instanceof r||o.each(function(t){o.setItemVisual(t,"color",l(e.getDataParams(t)))});var i=function(e,t){var o=e.getItemModel(t),r=o.get(a,!0);null!=r&&e.setItemVisual(t,"color",r)};return{dataEach:o.hasItemOption?i:null}}}};o.exports=a}); ;/*!node_modules/echarts/lib/lang.js*/ define("node_modules/echarts/lib/lang",function(e,a,t){var i={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:""}}}};t.exports=i}); ;/*!node_modules/echarts/lib/visual/aria.js*/ define("node_modules/echarts/lib/visual/aria",function(e,t,a){function i(e,t){function a(e,t){if("string"!=typeof e)return e;var a=e;return r.each(t,function(e,t){a=a.replace(new RegExp("\\{\\s*"+t+"\\s*\\}","g"),e)}),a}function i(e){var t=u.get(e);if(null==t){for(var a=e.split("."),i=n.aria,r=0;rd)){var c=s();p=c?a(i("general.withTitle"),{title:c}):i("general.withoutTitle");var h=[],v=d>1?"series.multiple.prefix":"series.single.prefix";p+=a(i(v),{seriesCount:d}),t.eachSeries(function(e,t){if(g>t){var r,n=e.get("name"),s="series."+(d>1?"multiple":"single")+".";r=i(n?s+"withName":s+"withoutName"),r=a(r,{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:o(e.subType)});var u=e.getData();window.data=u,r+=u.count()>m?a(i("data.partialData"),{displayCnt:m}):i("data.allData");for(var p=[],f=0;ff){var c=u.getName(f),v=l(u,f);p.push(a(i(c?"data.withName":"data.withoutName"),{name:c,value:v}))}r+=p.join(i("data.separator.middle"))+i("data.separator.end"),h.push(r)}}),p+=h.join(i("series.multiple.separator.middle"))+i("series.multiple.separator.end"),e.setAttribute("aria-label",p)}}}var r=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/lang"),s=e("node_modules/echarts/lib/data/helper/dataProvider"),l=s.retrieveRawValue;a.exports=i}); ;/*!node_modules/echarts/lib/loading/default.js*/ define("node_modules/echarts/lib/loading/default",function(e,t,l){function a(e,t){t=t||{},r.defaults(t,{text:"loading",color:"#c23531",textColor:"#000",maskColor:"rgba(255, 255, 255, 0.8)",zlevel:0});var l=new n.Rect({style:{fill:t.maskColor},zlevel:t.zlevel,z:1e4}),a=new n.Arc({shape:{startAngle:-i/2,endAngle:-i/2+.1,r:10},style:{stroke:t.color,lineCap:"round",lineWidth:5},zlevel:t.zlevel,z:10001}),o=new n.Rect({style:{fill:"none",text:t.text,textPosition:"right",textDistance:10,textFill:t.textColor},zlevel:t.zlevel,z:10001});a.animateShape(!0).when(1e3,{endAngle:3*i/2}).start("circularInOut"),a.animateShape(!0).when(1e3,{startAngle:3*i/2}).delay(300).start("circularInOut");var d=new n.Group;return d.add(a),d.add(o),d.add(l),d.resize=function(){var t=e.getWidth()/2,r=e.getHeight()/2;a.setShape({cx:t,cy:r});var n=a.shape.r;o.setShape({x:t-n,y:r-n,width:2*n,height:2*n}),l.setShape({x:0,y:0,width:e.getWidth(),height:e.getHeight()})},d.resize(),d}var r=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/util/graphic"),i=Math.PI;l.exports=a}); ;/*!node_modules/echarts/lib/stream/Scheduler.js*/ define("node_modules/echarts/lib/stream/Scheduler",function(e,t,a){function r(e,t,a,r){this.ecInstance=e,this.api=t,this.unfinished;var a=this._dataProcessorHandlers=a.slice(),r=this._visualHandlers=r.slice();this._allHandlers=a.concat(r),this._stageTaskMap=M()}function i(e,t,a,r,i){function n(e,t){return e.setDirty&&(!e.dirtyMap||e.dirtyMap.get(t.__pipeline.id))}i=i||{};var s;_(t,function(t){if(!i.visualType||i.visualType===t.visualType){var o=e._stageTaskMap.get(t.uid),l=o.seriesTaskMap,p=o.overallTask;if(p){var c,u=p.agentStubMap;u.each(function(e){n(i,e)&&(e.dirty(),c=!0)}),c&&p.dirty(),C(p,r);var d=e.getPerformArgs(p,i.block);u.each(function(e){e.perform(d)}),s|=p.perform(d)}else l&&l.each(function(o){n(i,o)&&o.dirty();var l=e.getPerformArgs(o,i.block);l.skip=!t.performRawSeries&&a.isSeriesFiltered(o.context.model),C(o,r),s|=o.perform(l)})}}),e.unfinished|=s}function n(e,t,a,r,i){function n(a){var n=a.uid,o=s.get(n)||s.set(n,P({plan:u,reset:d,count:f}));o.context={model:a,ecModel:r,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:e},g(e,a,o)}var s=a.seriesTaskMap||(a.seriesTaskMap=M()),o=t.seriesType,l=t.getTargetSeries;t.createOnAllSeries?r.eachRawSeries(n):o?r.eachRawSeriesByType(o,n):l&&l(r,i).each(n);var p=e._pipelineMap;s.each(function(e,t){p.get(t)||(e.dispose(),s.removeKey(t))})}function s(e,t,a,r,i){function n(t){var a=t.uid,r=p.get(a);r||(r=p.set(a,P({reset:l,onDirty:c})),s.dirty()),r.context={model:t,overallProgress:h,modifyOutputEnd:f},r.agent=s,r.__block=h,g(e,t,r)}var s=a.overallTask=a.overallTask||P({reset:o});s.context={ecModel:r,api:i,overallReset:t.overallReset,scheduler:e};var p=s.agentStubMap=s.agentStubMap||M(),u=t.seriesType,d=t.getTargetSeries,h=!0,f=t.modifyOutputEnd;u?r.eachRawSeriesByType(u,n):d?d(r,i).each(n):(h=!1,_(r.getSeries(),n));var v=e._pipelineMap;p.each(function(e,t){v.get(t)||(e.dispose(),s.dirty(),p.removeKey(t))})}function o(e){e.overallReset(e.ecModel,e.api,e.payload)}function l(e){return e.overallProgress&&p}function p(){this.agent.dirty(),this.getDownstream().dirty()}function c(){this.agent&&this.agent.dirty()}function u(e){return e.plan&&e.plan(e.model,e.ecModel,e.api,e.payload)}function d(e){e.useClearVisual&&e.data.clearAllVisual();var t=e.resetDefines=H(e.reset(e.model,e.ecModel,e.api,e.payload));return t.length>1?T(t,function(e,t){return h(t)}):E}function h(e){return function(t,a){var r=a.data,i=a.resetDefines[e];if(i&&i.dataEach)for(var n=t.start;na.blockIndex,n=i?a.step:null,s=r&&r.modDataCount,o=null!=s?Math.ceil(s/n):null;return{step:n,modBy:o,modDataCount:s}}},A.getPipeline=function(e){return this._pipelineMap.get(e)},A.updateStreamModes=function(e,t){var a=this._pipelineMap.get(e.uid),r=e.getData(),i=r.count(),n=a.progressiveEnabled&&t.incrementalPrepareRender&&i>=a.threshold,s=e.get("large")&&i>=e.get("largeThreshold"),o="mod"===e.get("progressiveChunkMode")?i:null;e.pipelineContext=a.context={progressiveRender:n,modDataCount:o,large:s}},A.restorePipelines=function(e){var t=this,a=t._pipelineMap=M();e.eachSeries(function(e){var r=e.getProgressive(),i=e.uid;a.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}),g(t,e,e.dataTask)})},A.prepareStageTasks=function(){var e=this._stageTaskMap,t=this.ecInstance.getModel(),a=this.api;_(this._allHandlers,function(r){var i=e.get(r.uid)||e.set(r.uid,[]);r.reset&&n(this,r,i,t,a),r.overallReset&&s(this,r,i,t,a)},this)},A.prepareView=function(e,t,a,r){var i=e.renderTask,n=i.context;n.model=t,n.ecModel=a,n.api=r,i.__block=!e.incrementalPrepareRender,g(this,t,i)},A.performDataProcessorTasks=function(e,t){i(this,this._dataProcessorHandlers,e,t,{block:!0})},A.performVisualTasks=function(e,t,a){i(this,this._visualHandlers,e,t,a)},A.performSeriesTasks=function(e){var t;e.eachSeries(function(e){t|=e.dataTask.perform()}),this.unfinished|=t},A.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 C=A.updatePayload=function(e,t){"remain"!==t&&(e.context.payload=t)},E=h(0);r.wrapStageHandler=function(e,t){return k(e)&&(e={overallReset:e,seriesType:v(e)}),e.uid=R("stageHandler"),t&&(e.visualType=t),e};var V,B={},O={};m(B,D),m(O,I),B.eachSeriesByType=B.eachRawSeriesByType=function(e){V=e},B.eachComponent=function(e){"series"===e.mainType&&e.subType&&(V=e.subType)};var z=r;a.exports=z}); ;/*!node_modules/echarts/lib/theme/light.js*/ define("node_modules/echarts/lib/theme/light",function(f,E,F){var A=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],e={color:A,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],A]};F.exports=e}); ;/*!node_modules/echarts/lib/theme/dark.js*/ define("node_modules/echarts/lib/theme/dark",function(o,e,l){var t="#eee",r=function(){return{axisLine:{lineStyle:{color:t}},axisTick:{lineStyle:{color:t}},axisLabel:{textStyle:{color:t}},splitLine:{lineStyle:{type:"dashed",color:"#aaa"}},splitArea:{areaStyle:{color:t}}}},a=["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],c={color:a,backgroundColor:"#333",tooltip:{axisPointer:{lineStyle:{color:t},crossStyle:{color:t}}},legend:{textStyle:{color:t}},textStyle:{color:t},title:{textStyle:{color:t}},toolbox:{iconStyle:{normal:{borderColor:t}}},dataZoom:{textStyle:{color:t}},visualMap:{textStyle:{color:t}},timeline:{lineStyle:{color:t},itemStyle:{normal:{color:a[1]}},label:{normal:{textStyle:{color:t}}},controlStyle:{normal:{color:t,borderColor:t}}},timeAxis:r(),logAxis:r(),valueAxis:r(),categoryAxis:r(),line:{symbol:"circle"},graph:{color:a},gauge:{title:{textStyle:{color:t}}},candlestick:{itemStyle:{normal:{color:"#FD1050",color0:"#0CF49B",borderColor:"#FD1050",borderColor0:"#0CF49B"}}}};c.categoryAxis.splitLine.show=!1;var i=c;l.exports=i}); ;/*!node_modules/echarts/lib/component/dataset.js*/ define("node_modules/echarts/lib/component/dataset",function(e){var t=e("node_modules/echarts/lib/model/Component"),o=e("node_modules/echarts/lib/view/Component"),d=e("node_modules/echarts/lib/data/helper/sourceHelper"),n=d.detectSourceFormat,s=e("node_modules/echarts/lib/data/helper/sourceType"),a=s.SERIES_LAYOUT_BY_COLUMN;t.extend({type:"dataset",defaultOption:{seriesLayoutBy:a,sourceHeader:null,dimensions:null,source:null},optionUpdated:function(){n(this)}}),o.extend({type:"dataset"})}); ;/*!node_modules/echarts/lib/data/DataDiffer.js*/ define("node_modules/echarts/lib/data/DataDiffer",function(t,e,n){function i(t){return t}function r(t,e,n,r,h){this._old=t,this._new=e,this._oldKeyGetter=n||i,this._newKeyGetter=r||i,this.context=h}function h(t,e,n,i,r){for(var h=0;hd;d++)this._add&&this._add(a[d]);else this._add&&this._add(a)}}}};var s=r;n.exports=s}); ;/*!node_modules/echarts/lib/data/helper/dimensionHelper.js*/ define("node_modules/echarts/lib/data/helper/dimensionHelper",function(e,i){function n(e){var i={},n=i.encode={},o=l(),a=[],s=[];r(e.dimensions,function(i){var r=e.getDimensionInfo(i),l=r.coordDim;if(l){var c=n[l];n.hasOwnProperty(l)||(c=n[l]=[]),c[r.coordDimIndex]=i,r.isExtraCoord||(o.set(l,1),t(r.type)&&(a[0]=i)),r.defaultTooltip&&s.push(i)}d.each(function(e,i){var o=n[i];n.hasOwnProperty(i)||(o=n[i]=[]);var t=r.otherDims[i];null!=t&&t!==!1&&(o[t]=r.name)})});var c=[],m={};o.each(function(e,i){var o=n[i];m[i]=o[0],c=c.concat(o)}),i.dataDimsOnCoord=c,i.encodeFirstDimNotExtra=m;var u=n.label;u&&u.length&&(a=u.slice());var f=n.tooltip;return f&&f.length?s=f.slice():s.length||(s=a.slice()),n.defaultedLabel=a,n.defaultedTooltip=s,i}function o(e){return"category"===e?"ordinal":"time"===e?"time":"float"}function t(e){return!("ordinal"===e||"time"===e)}var a=e("node_modules/zrender/lib/core/util"),r=a.each,l=a.createHashMap,s=(a.assert,e("node_modules/echarts/lib/config")),d=(s.__DEV__,l(["tooltip","label","itemName","itemId","seriesName"]));i.OTHER_DIMENSIONS=d,i.summarizeDimensions=n,i.getDimensionTypeByAxis=o}); ;/*!node_modules/echarts/lib/data/List.js*/ define("node_modules/echarts/lib/data/List",function(t,i,e){function n(t){return t._rawCount>65535?N:k}function s(t){var i=t.constructor;return i===Array?t.slice():new i(t)}function r(t,i){g.each(L.concat(i.__wrappedMethods||[]),function(e){i.hasOwnProperty(e)&&(t[e]=i[e])}),t.__wrappedMethods=i.__wrappedMethods,g.each(V,function(e){t[e]=g.clone(i[e])}),t._calculationInfo=g.extend(i._calculationInfo)}function a(t){var i=t._invertedIndicesMap;g.each(i,function(e,n){var s=t._dimensionInfos[n],r=s.ordinalMeta;if(r){e=i[n]=new N(r.categories.length);for(var a=0;a=0?this._indices[t]:-1}function c(t,i){var e=t._idList[i];return null==e&&(e=o(t,t._idDimIdx,i)),null==e&&(e=E+i),e}function l(t){return g.isArray(t)||(t=[t]),t}function f(t,i){var e=t.dimensions,n=new C(g.map(e,t.getDimensionInfo,t),t.hostModel);r(n,t);for(var s=n._storage={},a=t._storage,o=0;o=0?(s[h]=_(a[h]),n._rawExtent[h]=d(),n._extent[h]=null):s[h]=a[h])}return n}function _(t){for(var i=new Array(t.length),e=0;e=i)){for(var e,n=this._chunkSize,s=this._rawData,r=this._storage,o=this.dimensions,h=o.length,u=this._dimensionInfos,c=this._nameList,l=this._idList,f=this._rawExtent,_=this._nameRepeatCount={},m=this._chunkCount,g=m-1,v=0;h>v;v++){var p=o[v];f[p]||(f[p]=d());var I=u[p];0===I.otherDims.itemName&&(e=this._nameDimIdx=v),0===I.otherDims.itemId&&(this._idDimIdx=v);var w=R[I.type];r[p]||(r[p]=[]);var x=r[p][g];if(x&&x.lengthM;M+=n)r[p].push(new w(Math.min(i-M,n)));this._chunkCount=r[p].length}for(var S=new Array(h),A=t;i>A;A++){S=s.getItem(A,S);for(var E=Math.floor(A/n),N=A%n,M=0;h>M;M++){var p=o[M],k=r[p][E],L=this._dimValueGetter(S,p,A,M);k[N]=L;var V=f[p];LV[1]&&(V[1]=L)}if(!s.pure){var C=c[A];if(S&&null==C)if(null!=S.name)c[A]=C=S.name;else if(null!=e){var O=o[e],z=r[O][E];if(z){C=z[N];var b=u[O].ordinalMeta;b&&b.categories.length&&(C=b.categories[C])}}var F=null==S?null:S.id;null==F&&null!=C&&(_[C]=_[C]||0,F=C,_[C]>0&&(F+="__ec__"+_[C]),_[C]++),null!=F&&(l[A]=F)}}!s.persistent&&s.clean&&s.clean(),this._rawCount=this._count=i,this._extent={},a(this)}},O.count=function(){return this._count},O.getIndices=function(){var t,i=this._indices;if(i){var e=i.constructor,s=this._count;if(e===Array){t=new e(s);for(var r=0;s>r;r++)t[r]=i[r]}else t=new e(i.buffer,0,s)}else for(var e=n(this),t=new e(this.count()),r=0;r=0&&i=0&&in;n++)e.push(this.get(t[n],i));return e},O.hasValue=function(t){for(var i=this._dimensionsSummary.dataDimsOnCoord,e=this._dimensionInfos,n=0,s=i.length;s>n;n++)if("ordinal"!==e[i[n]].type&&isNaN(this.get(i[n],t)))return!1;return!0},O.getDataExtent=function(t){t=this.getDimension(t);var i=this._storage[t],e=d();if(!i)return e;var n,s=this.count(),r=!this._indices;if(r)return this._rawExtent[t].slice();if(n=this._extent[t])return n.slice();n=e;for(var a=n[0],o=n[1],h=0;s>h;h++){var u=this._getFast(t,this.getRawIndex(h));a>u&&(a=u),u>o&&(o=u)}return n=[a,o],this._extent[t]=n,n},O.getApproximateExtent=function(t){return t=this.getDimension(t),this._approximateExtent[t]||this.getDataExtent(t)},O.setApproximateExtent=function(t,i){i=this.getDimension(i),this._approximateExtent[i]=t.slice()},O.getCalculationInfo=function(t){return this._calculationInfo[t]},O.setCalculationInfo=function(t,i){S(t)?g.extend(this._calculationInfo,t):this._calculationInfo[t]=i},O.getSum=function(t){var i=this._storage[t],e=0;if(i)for(var n=0,s=this.count();s>n;n++){var r=this.get(t,n);isNaN(r)||(e+=r)}return e},O.getMedian=function(t){var i=[];this.each(t,function(t){isNaN(t)||i.push(t)});var e=[].concat(i).sort(function(t,i){return t-i}),n=this.count();return 0===n?0:n%2===1?e[(n-1)/2]:(e[n/2]+e[n/2-1])/2},O.rawIndexOf=function(t,i){var e=t&&this._invertedIndicesMap[t],n=e[i];return null==n||isNaN(n)?-1:n},O.indexOfName=function(t){for(var i=0,e=this.count();e>i;i++)if(this.getName(i)===t)return i;return-1},O.indexOfRawIndex=function(t){if(!this._indices)return t;if(t>=this._rawCount||0>t)return-1;var i=this._indices,e=i[t];if(null!=e&&e=n;){var r=(n+s)/2|0;if(i[r]t))return r;s=r-1}}return-1},O.indicesOfNearest=function(t,i,e){var n=this._storage,s=n[t],r=[];if(!s)return r;null==e&&(e=1/0);for(var a=Number.MAX_VALUE,o=-1,h=0,u=this.count();u>h;h++){var c=i-this.get(t,h),l=Math.abs(c);e>=c&&a>=l&&((a>l||c>=0&&0>o)&&(a=l,o=c,r.length=0),r.push(h))}return r},O.getRawIndex=h,O.getRawDataItem=function(t){if(this._rawData.persistent)return this._rawData.getItem(this.getRawIndex(t));for(var i=[],e=0;ea;a++)o[a]=this.get(t[a],r);o[a]=r,i.apply(e,o)}}},O.filterSelf=function(t,i,e,s){"use strict";if(this._count){"function"==typeof t&&(s=e,e=i,i=t,t=[]),e=e||s||this,t=g.map(l(t),this.getDimension,this);for(var r=this.count(),a=n(this),o=new a(r),c=[],f=t.length,_=0,d=t[0],m=0;r>m;m++){var v,p=this.getRawIndex(m);if(0===f)v=i.call(e,m);else if(1===f){var I=this._getFast(d,p);v=i.call(e,I,m)}else{for(var w=0;f>w;w++)c[w]=this._getFast(d,p);c[w]=m,v=i.apply(e,c)}v&&(o[_++]=p)}return r>_&&(this._indices=o),this._count=_,this._extent={},this.getRawIndex=this._indices?u:h,this}},O.selectRange=function(t){"use strict";if(this._count){var i=[];for(var e in t)t.hasOwnProperty(e)&&i.push(e);var s=i.length;if(s){var r=this.count(),a=n(this),o=new a(r),c=0,l=i[0],f=t[l][0],_=t[l][1],d=!1;if(!this._indices){var m=0;if(1===s){for(var g=this._storage[i[0]],v=0;vw;w++){var x=p[w];(x>=f&&_>=x||isNaN(x))&&(o[c++]=m),m++}d=!0}else if(2===s){for(var g=this._storage[l],y=this._storage[i[1]],D=t[i[1]][0],M=t[i[1]][1],v=0;vw;w++){var x=p[w],A=S[w];(x>=f&&_>=x||isNaN(x))&&(A>=D&&M>=A||isNaN(A))&&(o[c++]=m),m++}d=!0}}if(!d)if(1===s)for(var w=0;r>w;w++){var E=this.getRawIndex(w),x=this._getFast(l,E);(x>=f&&_>=x||isNaN(x))&&(o[c++]=E)}else for(var w=0;r>w;w++){for(var R=!0,E=this.getRawIndex(w),v=0;s>v;v++){var N=i[v],x=this._getFast(e,E);(xt[N][1])&&(R=!1)}R&&(o[c++]=this.getRawIndex(w))}return r>c&&(this._indices=o),this._count=c,this._extent={},this.getRawIndex=this._indices?u:h,this}}},O.mapArray=function(t,i,e,n){"use strict";"function"==typeof t&&(n=e,e=i,i=t,t=[]),e=e||n||this;var s=[];return this.each(t,function(){s.push(i&&i.apply(this,arguments))},e),s},O.map=function(t,i,e,n){"use strict";e=e||n||this,t=g.map(l(t),this.getDimension,this);var s=f(this,t);s._indices=this._indices,s.getRawIndex=s._indices?u:h;for(var r=s._storage,a=[],o=this._chunkSize,c=t.length,_=this.count(),d=[],m=s._rawExtent,v=0;_>v;v++){for(var p=0;c>p;p++)d[p]=this.get(t[p],v);d[c]=v;var I=i&&i.apply(e,d);if(null!=I){"object"!=typeof I&&(a[0]=I,I=a);for(var w=this.getRawIndex(v),x=Math.floor(w/o),y=w%o,D=0;DA[1]&&(A[1]=S)}}}return s},O.downSample=function(t,i,e,s){for(var r=f(this,[t]),a=r._storage,o=[],h=Math.floor(1/i),c=a[t],l=this.count(),_=this._chunkSize,d=r._rawExtent[t],m=new(n(this))(l),g=0,v=0;l>v;v+=h){h>l-v&&(h=l-v,o.length=h);for(var p=0;h>p;p++){var I=this.getRawIndex(v+p),w=Math.floor(I/_),x=I%_;o[p]=c[w][x]}var y=e(o),D=this.getRawIndex(Math.min(v+s(o,y)||0,l-1)),M=Math.floor(D/_),S=D%_;c[M][S]=y,yd[1]&&(d[1]=y),m[g++]=D}return r._count=g,r._indices=m,r.getRawIndex=u,r},O.getItemModel=function(t){var i=this.hostModel;return new v(this.getRawDataItem(t),i,i&&i.ecModel)},O.diff=function(t){var i=this;return new p(t?t.getIndices():[],this.getIndices(),function(i){return c(t,i)},function(t){return c(i,t)})},O.getVisual=function(t){var i=this._visual;return i&&i[t]},O.setVisual=function(t,i){if(S(t))for(var e in t)t.hasOwnProperty(e)&&this.setVisual(e,t[e]);else this._visual=this._visual||{},this._visual[t]=i},O.setLayout=function(t,i){if(S(t))for(var e in t)t.hasOwnProperty(e)&&this.setLayout(e,t[e]);else this._layout[t]=i},O.getLayout=function(t){return this._layout[t]},O.getItemLayout=function(t){return this._itemLayouts[t]},O.setItemLayout=function(t,i,e){this._itemLayouts[t]=e?g.extend(this._itemLayouts[t]||{},i):i},O.clearItemLayouts=function(){this._itemLayouts.length=0},O.getItemVisual=function(t,i,e){var n=this._itemVisuals[t],s=n&&n[i];return null!=s||e?s:this.getVisual(i)},O.setItemVisual=function(t,i,e){var n=this._itemVisuals[t]||{},s=this.hasItemVisual;if(this._itemVisuals[t]=n,S(i))for(var r in i)i.hasOwnProperty(r)&&(n[r]=i[r],s[r]=!0);else n[i]=e,s[i]=!0},O.clearAllVisual=function(){this._visual={},this._itemVisuals=[],this.hasItemVisual={}};var z=function(t){t.seriesIndex=this.seriesIndex,t.dataIndex=this.dataIndex,t.dataType=this.dataType};O.setItemGraphicEl=function(t,i){var e=this.hostModel;i&&(i.dataIndex=t,i.dataType=this.dataType,i.seriesIndex=e&&e.seriesIndex,"group"===i.type&&i.traverse(z,i)),this._graphicEls[t]=i},O.getItemGraphicEl=function(t){return this._graphicEls[t]},O.eachItemGraphicEl=function(t,i){g.each(this._graphicEls,function(e,n){e&&t&&t.call(i,e,n)})},O.cloneShallow=function(t){if(!t){var i=g.map(this.dimensions,this.getDimensionInfo,this);t=new C(i,this.hostModel)}if(t._storage=this._storage,r(t,this),this._indices){var e=this._indices.constructor;t._indices=new e(this._indices)}else t._indices=null;return t.getRawIndex=t._indices?u:h,t},O.wrapMethod=function(t,i){var e=this[t];"function"==typeof e&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=e.apply(this,arguments);return i.apply(this,[t].concat(g.slice(arguments)))})},O.TRANSFERABLE_METHODS=["cloneShallow","downSample","map"],O.CHANGABLE_METHODS=["filterSelf","selectRange"];var b=C;e.exports=b}); ;/*!node_modules/echarts/lib/data/helper/completeDimensions.js*/ define("node_modules/echarts/lib/data/helper/completeDimensions",function(e,n,l){function o(e,n,l){function o(e,n,l){null!=x.get(n)?e.otherDims[n]=l:(e.coordDim=n,e.coordDimIndex=l,y.set(n,!0))}g.isInstance(n)||(n=g.seriesDataToSource(n)),l=l||{},e=(e||[]).slice();for(var r=(l.dimsDef||[]).slice(),h=i(l.encodeDef),p=i(),y=i(),b=[],M=a(n,e,r,l.dimCount),N=0;M>N;N++){var _=r[N]=u({},c(r[N])?r[N]:{name:r[N]}),C=_.name,I=b[N]={otherDims:{}};null!=C&&null==p.get(C)&&(I.name=I.displayName=C,p.set(C,N)),null!=_.type&&(I.type=_.type),null!=_.displayName&&(I.displayName=_.displayName)}h.each(function(e,n){e=D(e).slice();var l=h.set(n,[]);d(e,function(e,a){s(e)&&(e=p.get(e)),null!=e&&M>e&&(l[a]=e,o(b[e],n,a))})});var S=0;d(e,function(e){var n,e,l,a;if(s(e))n=e,e={};else{n=e.name;var t=e.ordinalMeta;e.ordinalMeta=null,e=f(e),e.ordinalMeta=t,l=e.dimsDef,a=e.otherDims,e.name=e.coordDim=e.coordDimIndex=e.dimsDef=e.otherDims=null}var r=D(h.get(n));if(!r.length)for(var i=0;i<(l&&l.length||1);i++){for(;Sz;z++){var I=b[z]=b[z]||{},j=I.coordDim;null==j&&(I.coordDim=t(E,y,O),I.coordDimIndex=0,(!T||0>=H)&&(I.isExtraCoord=!0),H--),null==I.name&&(I.name=t(I.coordDim,p)),null==I.type&&v(n,z,I.name)&&(I.type="ordinal")}return b}function a(e,n,l,o){var a=Math.max(e.dimensionsDetectCount||1,n.length,l.length,o||0);return d(n,function(e){var n=e.dimsDef;n&&(a=Math.max(a,n.length))}),a}function t(e,n,l){if(l||null!=n.get(e)){for(var o=0;null!=n.get(e+o);)o++;e+=o}return n.set(e,!0),e}var r=e("node_modules/zrender/lib/core/util"),i=r.createHashMap,d=r.each,s=r.isString,m=r.defaults,u=r.extend,c=r.isObject,f=r.clone,h=e("node_modules/echarts/lib/util/model"),D=h.normalizeToArray,p=e("node_modules/echarts/lib/data/helper/sourceHelper"),v=p.guessOrdinal,g=e("node_modules/echarts/lib/data/Source"),y=e("node_modules/echarts/lib/data/helper/dimensionHelper"),x=y.OTHER_DIMENSIONS,b=o;l.exports=b}); ;/*!node_modules/echarts/lib/data/helper/createDimensions.js*/ define("node_modules/echarts/lib/data/helper/createDimensions",function(e,n,o){function i(e,n){return n=n||{},d(n.coordDimensions||[],e,{dimsDef:n.dimensionsDefine||e.dimensionsDefine,encodeDef:n.encodeDefine||e.encodeDefine,dimCount:n.dimensionsCount,generateCoord:n.generateCoord,generateCoordCount:n.generateCoordCount})}var d=e("node_modules/echarts/lib/data/helper/completeDimensions");o.exports=i}); ;/*!node_modules/echarts/lib/data/helper/dataStackHelper.js*/ define("node_modules/echarts/lib/data/helper/dataStackHelper",function(e,n){function o(e,n,o){o=o||{};var i,t,a,d,s=o.byIndex,m=o.stackedCoordDimension,l=!(!e||!e.get("stack"));if(c(n,function(e,o){r(e)&&(n[o]=e={name:e}),l&&!e.isExtraCoord&&(s||i||!e.ordinalMeta||(i=e),t||"ordinal"===e.type||"time"===e.type||m&&m!==e.coordDim||(t=e))}),!t||s||i||(s=!0),t){a="__\x00ecstackresult",d="__\x00ecstackedover",i&&(i.createInvertedIndices=!0);var u=t.coordDim,D=t.type,k=0;c(n,function(e){e.coordDim===u&&k++}),n.push({name:a,coordDim:u,coordDimIndex:k,type:D,isExtraCoord:!0,isCalculationCoord:!0}),k++,n.push({name:d,coordDim:d,coordDimIndex:k,type:D,isExtraCoord:!0,isCalculationCoord:!0})}return{stackedDimension:t&&t.name,stackedByDimension:i&&i.name,isStackedByIndex:s,stackedOverDimension:d,stackResultDimension:a}}function i(e,n){return!!n&&n===e.getCalculationInfo("stackedDimension")}function t(e,n){return i(e,n)?e.getCalculationInfo("stackResultDimension"):n}var a=e("node_modules/zrender/lib/core/util"),c=a.each,r=a.isString;n.enableDataStack=o,n.isDimensionStacked=i,n.getStackedDimension=t}); ;/*!node_modules/echarts/lib/chart/helper/createListFromArray.js*/ define("node_modules/echarts/lib/chart/helper/createListFromArray",function(e,t,a){function r(e,t,a){a=a||{},y.isInstance(e)||(e=y.seriesDataToSource(e));var r,o=t.get("coordinateSystem"),d=p.get(o),u=D(t);u&&(r=i.map(u.coordSysDims,function(e){var t={name:e},a=u.axisMap.get(e);if(a){var r=a.get("type");t.type=c(r)}return t})),r||(r=d&&(d.getDimensionsInfo?d.getDimensionsInfo():d.dimensions.slice())||["x","y"]);var m,h,f=s(e,{coordDimensions:r,generateCoord:a.generateCoord});u&&i.each(f,function(e,t){var a=e.coordDim,r=u.categoryAxisMap.get(a);r&&(null==m&&(m=t),e.ordinalMeta=r.getOrdinalMeta()),null!=e.otherDims.itemName&&(h=!0)}),h||null==m||(f[m].otherDims.itemName=0);var g=b(t,f),_=new l(f,t);_.setCalculationInfo(g);var v=null!=m&&n(e)?function(e,t,a,r){return r===m?a:this.defaultDimValueGetter(e,t,a,r)}:null;return _.hasItemOption=!1,_.initData(e,null,v),_}function n(e){if(e.sourceFormat===u){var t=o(e.data||[]);return null!=t&&!i.isArray(f(t))}}function o(e){for(var t=0;t=e[0]&&t<=e[1]},i.prototype.normalize=function(t){var e=this._extent;return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])},i.prototype.scale=function(t){var e=this._extent;return t*(e[1]-e[0])+e[0]},i.prototype.unionExtent=function(t){var e=this._extent;t[0]e[1]&&(e[1]=t[1])},i.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},i.prototype.getExtent=function(){return this._extent.slice()},i.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},i.prototype.isBlank=function(){return this._isBlank},i.prototype.setBlank=function(t){this._isBlank=t},i.prototype.getLabel=null,o.enableClassExtend(i),o.enableClassManagement(i,{registerWhenExtend:!0});var r=i;n.exports=r}); ;/*!node_modules/echarts/lib/data/OrdinalMeta.js*/ define("node_modules/echarts/lib/data/OrdinalMeta",function(e,t,i){function n(e){this.categories=e.categories||[],this._needCollect=e.needCollect,this._deduplication=e.deduplication,this._map}function r(e){return e._map||(e._map=l(e.categories))}function a(e){return c(e)&&null!=e.value?e.value:e+""}var o=e("node_modules/zrender/lib/core/util"),l=o.createHashMap,c=o.isObject,s=o.map;n.createByAxisModel=function(e){var t=e.option,i=t.data,r=i&&s(i,a);return new n({categories:r,needCollect:!r,deduplication:t.dedplication!==!1})};var d=n.prototype;d.getOrdinal=function(e){return r(this).get(e)},d.parseAndCollect=function(e){var t,i=this._needCollect;if("string"!=typeof e&&!i)return e;if(i&&!this._deduplication)return t=this.categories.length,this.categories[t]=e,t;var n=r(this);return t=n.get(e),null==t&&(i?(t=this.categories.length,this.categories[t]=e,n.set(e,t)):t=0/0),t};var u=n;i.exports=u}); ;/*!node_modules/echarts/lib/scale/Ordinal.js*/ define("node_modules/echarts/lib/scale/Ordinal",function(t,e,n){var i=t("node_modules/zrender/lib/core/util"),r=t("node_modules/echarts/lib/scale/Scale"),a=t("node_modules/echarts/lib/data/OrdinalMeta"),o=r.prototype,s=r.extend({type:"ordinal",init:function(t,e){(!t||i.isArray(t))&&(t=new a({categories:t})),this._ordinalMeta=t,this._extent=e||[0,t.categories.length-1]},parse:function(t){return"string"==typeof t?this._ordinalMeta.getOrdinal(t):Math.round(t)},contain:function(t){return t=this.parse(t),o.contain.call(this,t)&&null!=this._ordinalMeta.categories[t]},normalize:function(t){return o.normalize.call(this,this.parse(t))},scale:function(t){return Math.round(o.scale.call(this,t))},getTicks:function(){for(var t=[],e=this._extent,n=e[0];n<=e[1];)t.push(n),n++;return t},getLabel:function(t){return this.isBlank()?void 0:this._ordinalMeta.categories[t]},count:function(){return this._extent[1]-this._extent[0]+1},unionExtentFromData:function(t,e){this.unionExtent(t.getApproximateExtent(e))},getOrdinalMeta:function(){return this._ordinalMeta},niceTicks:i.noop,niceExtent:i.noop});s.create=function(){return new s};var l=s;n.exports=l}); ;/*!node_modules/echarts/lib/scale/helper.js*/ define("node_modules/echarts/lib/scale/helper",function(e,n){function i(e,n,i,r){var a={},o=e[1]-e[0],s=a.interval=c.nice(o/n,!0);null!=i&&i>s&&(s=a.interval=i),null!=r&&s>r&&(s=a.interval=r);var h=a.intervalPrecision=t(s),f=a.niceTickExtent=[u(Math.ceil(e[0]/s)*s,h),u(Math.floor(e[1]/s)*s,h)];return l(f,e),a}function t(e){return c.getPrecisionSafe(e)+2}function r(e,n,i){e[n]=Math.max(Math.min(e[n],i[1]),i[0])}function l(e,n){!isFinite(e[0])&&(e[0]=n[0]),!isFinite(e[1])&&(e[1]=n[1]),r(e,0,n),r(e,1,n),e[0]>e[1]&&(e[0]=e[1])}function a(e,n,i,t){var r=[];if(!e)return r;var l=1e4;n[0]l)return[];return n[1]>(r.length?r[r.length-1]:i[1])&&r.push(n[1]),r}var c=e("node_modules/echarts/lib/util/number"),u=c.round;n.intervalScaleNiceTicks=i,n.getIntervalPrecision=t,n.fixExtent=l,n.intervalScaleGetTicks=a}); ;/*!node_modules/echarts/lib/scale/Interval.js*/ define("node_modules/echarts/lib/scale/Interval",function(e,t,i){var n=e("node_modules/echarts/lib/util/number"),r=e("node_modules/echarts/lib/util/format"),a=e("node_modules/echarts/lib/scale/Scale"),s=e("node_modules/echarts/lib/scale/helper"),l=n.round,c=a.extend({type:"interval",_interval:0,_intervalPrecision:2,setExtent:function(e,t){var i=this._extent;isNaN(e)||(i[0]=parseFloat(e)),isNaN(t)||(i[1]=parseFloat(t))},unionExtent:function(e){var t=this._extent;e[0]t[1]&&(t[1]=e[1]),c.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=s.getIntervalPrecision(e)},getTicks:function(){return s.intervalScaleGetTicks(this._interval,this._extent,this._niceExtent,this._intervalPrecision)},getLabel:function(e,t){if(null==e)return"";var i=t&&t.precision;return null==i?i=n.getPrecisionSafe(e)||0:"auto"===i&&(i=this._intervalPrecision),e=l(e,i,!0),r.addCommas(e)},niceTicks:function(e,t,i){e=e||5;var n=this._extent,r=n[1]-n[0];if(isFinite(r)){0>r&&(r=-r,n.reverse());var a=s.intervalScaleNiceTicks(n,e,t,i);this._intervalPrecision=a.intervalPrecision,this._interval=a.interval,this._niceExtent=a.niceTickExtent}},niceExtent:function(e){var t=this._extent;if(t[0]===t[1])if(0!==t[0]){var i=t[0];e.fixMax?t[0]-=i/2:(t[1]+=i/2,t[0]-=i/2)}else t[1]=1;var n=t[1]-t[0];isFinite(n)||(t[0]=0,t[1]=1),this.niceTicks(e.splitNumber,e.minInterval,e.maxInterval);var r=this._interval;e.fixMin||(t[0]=l(Math.floor(t[0]/r)*r)),e.fixMax||(t[1]=l(Math.ceil(t[1]/r)*r))}});c.create=function(){return new c};var o=c;i.exports=o}); ;/*!node_modules/echarts/lib/layout/barGrid.js*/ define("node_modules/echarts/lib/layout/barGrid",function(t,a){function e(t){return t.get("stack")||b+t.seriesIndex}function i(t){return t.dim+t.index}function n(t){var a=[],e=t.axis,i="axis0";if("category"===e.type){for(var n=e.getBandWidth(),r=0;ra&&(a=Math.min(a,d),t.width&&(a=Math.min(a,t.width)),d-=a,t.width=a,s--)}),u=(d-r)/(s+(s-1)*o),u=Math.max(u,0);var h,c=0;f.each(i,function(t){t.width||(t.width=u),h=t,c+=t.width*(1+o)}),h&&(c-=h.width*o);var l=-c/2;f.each(i,function(t,i){e[a][i]=e[a][i]||{offset:l,width:t.width},l+=t.width*(1+o)})}),e}function s(t,a,n){if(t&&a){var r=t[i(a)];return null!=r&&null!=n&&(r=r[e(n)]),r}}function u(t,a){var n=r(t,a),d=o(n),s={},u={};f.each(n,function(t){var a=t.getData(),n=t.coordinateSystem,r=n.getBaseAxis(),o=e(t),h=d[i(r)][o],c=h.offset,f=h.width,g=n.getOtherAxis(r),m=t.get("barMinHeight")||0;s[o]=s[o]||[],u[o]=u[o]||[],a.setLayout({offset:c,size:f});for(var p=a.mapDimension(g.dim),v=a.mapDimension(r.dim),b=y(a,p),x=g.isHorizontal(),W=l(r,g,b),w=0,C=a.count();C>w;w++){var A=a.get(p,w),G=a.get(v,w);if(!isNaN(A)){var M=A>=0?"p":"n",k=W;b&&(s[o][G]||(s[o][G]={p:W,n:W}),k=s[o][G][M]);var S,_,D,L;if(x){var B=n.dataToPoint([A,G]);S=k,_=B[1]+c,D=B[0]-W,L=f,Math.abs(D)D?-1:1)*m),b&&(s[o][G][M]+=D)}else{var B=n.dataToPoint([G,A]);S=B[0]+c,_=k,D=f,L=B[1]-W,Math.abs(L)=L?-1:1)*m),b&&(s[o][G][M]+=L)}a.setItemLayout(w,{x:S,y:_,width:D,height:L})}}},this)}function h(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}function c(t){return t.pipelineContext&&t.pipelineContext.large}function l(t,a,e){return f.indexOf(t.getAxesOnZeroOf(),a)>=0||e?a.toGlobalCoord(a.dataToCoord(0)):a.getGlobalExtent()[0]}var f=t("node_modules/zrender/lib/core/util"),g=t("node_modules/echarts/lib/util/number"),m=g.parsePercent,p=t("node_modules/echarts/lib/data/helper/dataStackHelper"),y=p.isDimensionStacked,v=t("node_modules/echarts/lib/chart/helper/createRenderPlanner"),b="__ec_stack_",x=.5,W="undefined"!=typeof Float32Array?Float32Array:Array,w={seriesType:"bar",plan:v(),reset:function(t){function a(t,a){for(var e,o=new W(2*t.count),s=[],h=[],c=0;null!=(e=t.next());)h[g]=a.get(d,e),h[1-g]=a.get(u,e),s=i.dataToPoint(h,null,s),o[c++]=s[0],o[c++]=s[1];a.setLayout({largePoints:o,barWidth:m,valueAxisStart:l(n,r,!1),valueAxisHorizontal:f})}if(h(t)&&c(t)){var e=t.getData(),i=t.coordinateSystem,n=i.getBaseAxis(),r=i.getOtherAxis(n),d=e.mapDimension(r.dim),u=e.mapDimension(n.dim),f=r.isHorizontal(),g=f?0:1,m=s(o([t]),n,t).width;return m>x||(m=x),{progress:a}}}};a.getLayoutOnAxis=n,a.prepareLayoutBarSeries=r,a.makeColumnLayout=o,a.retrieveColumnLayout=s,a.layout=u,a.largeLayout=w}); ;/*!node_modules/echarts/lib/scale/Time.js*/ define("node_modules/echarts/lib/scale/Time",function(e,t,n){var h=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/number"),i=e("node_modules/echarts/lib/util/format"),a=e("node_modules/echarts/lib/scale/helper"),d=e("node_modules/echarts/lib/scale/Interval"),m=d.prototype,s=Math.ceil,o=Math.floor,l=1e3,M=60*l,u=60*M,y=24*u,c=function(e,t,n,h){for(;h>n;){var r=n+h>>>1;e[r][1]d&&(d=t),null!=n&&d>n&&(d=n);var m=v.length,l=c(v,d,0,m),M=v[Math.min(l,m-1)],u=M[1];if("year"===M[0]){var y=i/u,f=r.nice(y/e,!0);u*=f}var p=this.getSetting("useUTC")?0:60*new Date(+h[0]||+h[1]).getTimezoneOffset()*1e3,_=[Math.round(s((h[0]-p)/u)*u+p),Math.round(o((h[1]-p)/u)*u+p)];a.fixExtent(_,h),this._stepLvl=M,this._interval=u,this._niceExtent=_},parse:function(e){return+r.parseDate(e)}});h.each(["contain","normalize"],function(e){f.prototype[e]=function(t){return m[e].call(this,this.parse(t))}});var v=[["hh:mm:ss",l],["hh:mm:ss",5*l],["hh:mm:ss",10*l],["hh:mm:ss",15*l],["hh:mm:ss",30*l],["hh:mm\nMM-dd",M],["hh:mm\nMM-dd",5*M],["hh:mm\nMM-dd",10*M],["hh:mm\nMM-dd",15*M],["hh:mm\nMM-dd",30*M],["hh:mm\nMM-dd",u],["hh:mm\nMM-dd",2*u],["hh:mm\nMM-dd",6*u],["hh:mm\nMM-dd",12*u],["MM-dd\nyyyy",y],["MM-dd\nyyyy",2*y],["MM-dd\nyyyy",3*y],["MM-dd\nyyyy",4*y],["MM-dd\nyyyy",5*y],["MM-dd\nyyyy",6*y],["week",7*y],["MM-dd\nyyyy",10*y],["week",14*y],["week",21*y],["month",31*y],["week",42*y],["month",62*y],["week",42*y],["quarter",380*y/4],["month",31*y*4],["month",31*y*5],["half-year",380*y/2],["month",31*y*8],["month",31*y*10],["year",380*y]];f.create=function(e){return new f({useUTC:e.ecModel.get("useUTC")})};var p=f;n.exports=p}); ;/*!node_modules/echarts/lib/scale/Log.js*/ define("node_modules/echarts/lib/scale/Log",function(t,e,n){function i(t,e){return h(t,u(e))}var a=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/scale/Scale"),r=t("node_modules/echarts/lib/util/number"),s=t("node_modules/echarts/lib/scale/Interval"),c=o.prototype,l=s.prototype,u=r.getPrecisionSafe,h=r.round,x=Math.floor,f=Math.ceil,_=Math.pow,g=Math.log,b=o.extend({type:"log",base:10,$constructor:function(){o.apply(this,arguments),this._originalScale=new s},getTicks:function(){var t=this._originalScale,e=this._extent,n=t.getExtent();return a.map(l.getTicks.call(this),function(a){var o=r.round(_(this.base,a));return o=a===e[0]&&t.__fixMin?i(o,n[0]):o,o=a===e[1]&&t.__fixMax?i(o,n[1]):o},this)},getLabel:l.getLabel,scale:function(t){return t=c.scale.call(this,t),_(this.base,t)},setExtent:function(t,e){var n=this.base;t=g(t)/g(n),e=g(e)/g(n),l.setExtent.call(this,t,e)},getExtent:function(){var t=this.base,e=c.getExtent.call(this);e[0]=_(t,e[0]),e[1]=_(t,e[1]);var n=this._originalScale,a=n.getExtent();return n.__fixMin&&(e[0]=i(e[0],a[0])),n.__fixMax&&(e[1]=i(e[1],a[1])),e},unionExtent:function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=g(t[0])/g(e),t[1]=g(t[1])/g(e),c.unionExtent.call(this,t)},unionExtentFromData:function(t,e){this.unionExtent(t.getApproximateExtent(e))},niceTicks:function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(!(1/0===n||0>=n)){var i=r.quantity(n),a=t/n*i;for(.5>=a&&(i*=10);!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0;)i*=10;var o=[r.round(f(e[0]/i)*i),r.round(x(e[1]/i)*i)];this._interval=i,this._niceExtent=o}},niceExtent:function(t){l.niceExtent.call(this,t);var e=this._originalScale;e.__fixMin=t.fixMin,e.__fixMax=t.fixMax}});a.each(["contain","normalize"],function(t){b.prototype[t]=function(e){return e=g(e)/g(this.base),c[t].call(this,e)}}),b.create=function(){return new b};var d=b;n.exports=d}); ;/*!node_modules/echarts/lib/coord/axisHelper.js*/ define("node_modules/echarts/lib/coord/axisHelper",function(e,t){function a(e,t){var a,r,l,i=e.type,o=t.getMin(),s=t.getMax(),u=null!=o,c=null!=s,g=e.getExtent();"ordinal"===i?a=t.getCategories().length:(r=t.get("boundaryGap"),d.isArray(r)||(r=[r||0,r||0]),"boolean"==typeof r[0]&&(r=[0,0]),r[0]=x.parsePercent(r[0],1),r[1]=x.parsePercent(r[1],1),l=g[1]-g[0]||Math.abs(g[0])),null==o&&(o="ordinal"===i?a?0:0/0:g[0]-r[0]*l),null==s&&(s="ordinal"===i?a?a-1:0/0:g[1]+r[1]*l),"dataMin"===o?o=g[0]:"function"==typeof o&&(o=o({min:g[0],max:g[1]})),"dataMax"===s?s=g[1]:"function"==typeof s&&(s=s({min:g[0],max:g[1]})),(null==o||!isFinite(o))&&(o=0/0),(null==s||!isFinite(s))&&(s=0/0),e.setBlank(d.eqNaN(o)||d.eqNaN(s)||"ordinal"===i&&!e.getOrdinalMeta().categories.length),t.getNeedCrossZero()&&(o>0&&s>0&&!u&&(o=0),0>o&&0>s&&!c&&(s=0));var f=t.ecModel;if(f&&"time"===i){var m,v=b("bar",f);if(d.each(v,function(e){m|=e.getBaseAxis()===t.axis}),m){var h=M(v),y=n(o,s,t,h);o=y.min,s=y.max}}return[o,s]}function n(e,t,a,n){var r=a.axis.getExtent(),l=r[1]-r[0],i=y(n,a.axis);if(void 0===i)return{min:e,max:t};var o=1/0;d.each(i,function(e){o=Math.min(e.offset,o)});var s=-1/0;d.each(i,function(e){s=Math.max(e.offset+e.width,s)}),o=Math.abs(o),s=Math.abs(s);var u=o+s,c=t-e,g=1-(o+s)/l,f=c/g-c;return t+=f*(s/u),e-=f*(o/u),{min:e,max:t}}function r(e,t){var n=a(e,t),r=null!=t.getMin(),l=null!=t.getMax(),i=t.get("splitNumber");"log"===e.type&&(e.base=t.get("logBase"));var o=e.type;e.setExtent(n[0],n[1]),e.niceExtent({splitNumber:i,fixMin:r,fixMax:l,minInterval:"interval"===o||"time"===o?t.get("minInterval"):null,maxInterval:"interval"===o||"time"===o?t.get("maxInterval"):null});var s=t.get("interval");null!=s&&e.setInterval&&e.setInterval(s)}function l(e,t){if(t=t||e.get("type"))switch(t){case"category":return new f(e.getOrdinalMeta?e.getOrdinalMeta():e.getCategories(),[1/0,-1/0]);case"value":return new m;default:return(v.getClass(t)||m).create(e)}}function i(e){var t=e.scale.getExtent(),a=t[0],n=t[1];return!(a>0&&n>0||0>a&&0>n)}function o(e){var t=e.getLabelModel().get("formatter"),a="category"===e.type?e.scale.getExtent()[0]:null;return"string"==typeof t?t=function(e){return function(t){return e.replace("{value}",null!=t?t:"")}}(t):"function"==typeof t?function(n,r){return null!=a&&(r=n-a),t(s(e,n),r)}:function(t){return e.scale.getLabel(t)}}function s(e,t){return"category"===e.type?e.scale.getLabel(t):t}function u(e){var t=e.model,a=e.scale;if(t.get("axisLabel.show")&&!a.isBlank()){var n,r,l="category"===e.type,i=a.getExtent();l?r=a.count():(n=a.getTicks(),r=n.length);var s,u=e.getLabelModel(),g=o(e),d=1;r>40&&(d=Math.ceil(r/40));for(var f=0;r>f;f+=d){var m=n?n[f]:i[0]+f,v=g(m),x=u.getTextRect(v),h=c(x,u.get("rotate")||0);s?s.union(h):s=h}return s}}function c(e,t){var a=t*Math.PI/180,n=e.plain(),r=n.width,l=n.height,i=r*Math.cos(a)+l*Math.sin(a),o=r*Math.sin(a)+l*Math.cos(a),s=new p(n.x,n.y,i,o);return s}var g=e("node_modules/echarts/lib/config"),d=(g.__DEV__,e("node_modules/zrender/lib/core/util")),f=e("node_modules/echarts/lib/scale/Ordinal"),m=e("node_modules/echarts/lib/scale/Interval"),v=e("node_modules/echarts/lib/scale/Scale"),x=e("node_modules/echarts/lib/util/number"),h=e("node_modules/echarts/lib/layout/barGrid"),b=h.prepareLayoutBarSeries,M=h.makeColumnLayout,y=h.retrieveColumnLayout,p=e("node_modules/zrender/lib/core/BoundingRect");e("node_modules/echarts/lib/scale/Time"),e("node_modules/echarts/lib/scale/Log"),t.getScaleExtent=a,t.niceScaleExtent=r,t.createScaleByModel=l,t.ifAxisCrossZero=i,t.makeLabelFormatter=o,t.getAxisRawValue=s,t.estimateLabelUnionRect=u}); ;/*!node_modules/echarts/lib/coord/axisModelCommonMixin.js*/ define("node_modules/echarts/lib/coord/axisModelCommonMixin",function(n,t,e){var o=n("node_modules/zrender/lib/core/util"),a=(n("node_modules/echarts/lib/coord/axisHelper"),{getMin:function(n){var t=this.option,e=n||null==t.rangeStart?t.min:t.rangeStart;return this.axis&&null!=e&&"dataMin"!==e&&"function"!=typeof e&&!o.eqNaN(e)&&(e=this.axis.scale.parse(e)),e},getMax:function(n){var t=this.option,e=n||null==t.rangeEnd?t.max:t.rangeEnd;return this.axis&&null!=e&&"dataMax"!==e&&"function"!=typeof e&&!o.eqNaN(e)&&(e=this.axis.scale.parse(e)),e},getNeedCrossZero:function(){var n=this.option;return null!=n.rangeStart||null!=n.rangeEnd?!1:!n.scale},getCoordSysModel:o.noop,setRange:function(n,t){this.option.rangeStart=n,this.option.rangeEnd=t},resetRange:function(){this.option.rangeStart=this.option.rangeEnd=null}});e.exports=a}); ;/*!node_modules/echarts/lib/util/symbol.js*/ define("node_modules/echarts/lib/util/symbol",function(e,t){function i(e,t){if("image"!==this.type){var i=this.style,h=this.shape;h&&"line"===h.symbolType?i.stroke=e:this.__isEmptyBrush?(i.stroke=e,i.fill=t||"#fff"):(i.fill&&(i.fill=e),i.stroke&&(i.stroke=e)),this.dirty(!1)}}function h(e,t,h,n,r,c,l){var s=0===e.indexOf("empty");s&&(e=e.substr(5,1).toLowerCase()+e.substr(6));var d;return d=0===e.indexOf("image://")?o.makeImage(e.slice(8),new a(t,h,n,r),l?"center":"cover"):0===e.indexOf("path://")?o.makePath(e.slice(7),{},new a(t,h,n,r),l?"center":"cover"):new p({shape:{symbolType:e,x:t,y:h,width:n,height:r}}),d.__isEmptyBrush=s,d.setColor=i,d.setColor(c),d}var n=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/util/graphic"),a=e("node_modules/zrender/lib/core/BoundingRect"),r=o.extendShape({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var i=t.cx,h=t.cy,n=t.width/2,o=t.height/2;e.moveTo(i,h-o),e.lineTo(i+n,h+o),e.lineTo(i-n,h+o),e.closePath()}}),c=o.extendShape({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(e,t){var i=t.cx,h=t.cy,n=t.width/2,o=t.height/2;e.moveTo(i,h-o),e.lineTo(i+n,h),e.lineTo(i,h+o),e.lineTo(i-n,h),e.closePath()}}),l=o.extendShape({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var i=t.x,h=t.y,n=t.width/5*3,o=Math.max(n,t.height),a=n/2,r=a*a/(o-a),c=h-o+a+r,l=Math.asin(r/a),s=Math.cos(l)*a,d=Math.sin(l),y=Math.cos(l),u=.6*a,p=.7*a;e.moveTo(i-s,c+r),e.arc(i,c,a,Math.PI-l,2*Math.PI+l),e.bezierCurveTo(i+s-d*u,c+r+y*u,i,h-p,i,h),e.bezierCurveTo(i,h-p,i-s+d*u,c+r+y*u,i-s,c+r),e.closePath()}}),s=o.extendShape({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(e,t){var i=t.height,h=t.width,n=t.x,o=t.y,a=h/3*2;e.moveTo(n,o),e.lineTo(n+a,o+i),e.lineTo(n,o+i/4*3),e.lineTo(n-a,o+i),e.lineTo(n,o),e.closePath()}}),d={line:o.Line,rect:o.Rect,roundRect:o.Rect,square:o.Rect,circle:o.Circle,diamond:c,pin:l,arrow:s,triangle:r},y={line:function(e,t,i,h,n){n.x1=e,n.y1=t+h/2,n.x2=e+i,n.y2=t+h/2},rect:function(e,t,i,h,n){n.x=e,n.y=t,n.width=i,n.height=h},roundRect:function(e,t,i,h,n){n.x=e,n.y=t,n.width=i,n.height=h,n.r=Math.min(i,h)/4},square:function(e,t,i,h,n){var o=Math.min(i,h);n.x=e,n.y=t,n.width=o,n.height=o},circle:function(e,t,i,h,n){n.cx=e+i/2,n.cy=t+h/2,n.r=Math.min(i,h)/2},diamond:function(e,t,i,h,n){n.cx=e+i/2,n.cy=t+h/2,n.width=i,n.height=h},pin:function(e,t,i,h,n){n.x=e+i/2,n.y=t+h/2,n.width=i,n.height=h},arrow:function(e,t,i,h,n){n.x=e+i/2,n.y=t+h/2,n.width=i,n.height=h},triangle:function(e,t,i,h,n){n.cx=e+i/2,n.cy=t+h/2,n.width=i,n.height=h}},u={};n.each(d,function(e,t){u[t]=new e});var p=o.extendShape({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},beforeBrush:function(){var e=this.style,t=this.shape;"pin"===t.symbolType&&"inside"===e.textPosition&&(e.textPosition=["50%","40%"],e.textAlign="center",e.textVerticalAlign="middle")},buildPath:function(e,t,i){var h=t.symbolType,n=u[h];"none"!==t.symbolType&&(n||(h="rect",n=u[h]),y[h](t.x,t.y,t.width,t.height,n.shape),n.buildPath(e,n.shape,i))}});t.createSymbol=h}); ;/*!node_modules/echarts/lib/helper.js*/ define("node_modules/echarts/lib/helper",function(e,t){function a(e){return l(e.getSource(),e)}function o(e,t){var a=t;s.isInstance(t)||(a=new s(t),i.mixin(a,c));var o=r.createScaleByModel(a);return o.setExtent(e[0],e[1]),r.niceScaleExtent(o,a),o}function n(e){i.mixin(e,c)}{var i=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/chart/helper/createListFromArray"),r=e("node_modules/echarts/lib/coord/axisHelper"),c=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),s=e("node_modules/echarts/lib/model/Model"),d=e("node_modules/echarts/lib/util/layout");d.getLayoutRect}t.getLayoutRect=d.getLayoutRect;var m=e("node_modules/echarts/lib/data/helper/dataStackHelper"),u=m.enableDataStack,h=m.isDimensionStacked,b=m.getStackedDimension,S=e("node_modules/echarts/lib/data/helper/completeDimensions");t.completeDimensions=S;var _=e("node_modules/echarts/lib/data/helper/createDimensions");t.createDimensions=_;var D=e("node_modules/echarts/lib/util/symbol");t.createSymbol=D.createSymbol;var p={isDimensionStacked:h,enableDataStack:u,getStackedDimension:b};t.createList=a,t.dataStack=p,t.createScale=o,t.mixinAxisModelCommonMethods=n}); ;/*!node_modules/echarts/lib/coord/geo/Region.js*/ define("node_modules/echarts/lib/coord/geo/Region",function(e,r,t){function n(e,r,t){if(this.name=e,this.geometries=r,t)t=[t[0],t[1]];else{var n=this.getBoundingRect();t=[n.x+n.width/2,n.y+n.height/2]}this.center=t}var o=e("node_modules/zrender/lib/core/BoundingRect"),i=e("node_modules/zrender/lib/core/bbox"),s=e("node_modules/zrender/lib/core/vector"),c=e("node_modules/zrender/lib/contain/polygon");n.prototype={constructor:n,properties:null,getBoundingRect:function(){var e=this._rect;if(e)return e;for(var r=Number.MAX_VALUE,t=[r,r],n=[-r,-r],c=[],a=[],h=this.geometries,g=0;gn;n++)if("polygon"===t[n].type){var i=t[n].exterior,s=t[n].interiors;if(c.contain(i,e[0],e[1])){for(var a=0;a<(s?s.length:0);a++)if(c.contain(s[a]))continue e;return!0}}return!1},transformTo:function(e,r,t,n){var i=this.getBoundingRect(),c=i.width/i.height;t?n||(n=t/c):t=c*n;for(var a=new o(e,r,t,n),h=i.calculateTransform(a),g=this.geometries,l=0;l>1^-(1&s),a=a>>1^-(1&a),s+=t,a+=i,t=s,i=a,n.push([s/r,a/r])}return n}function i(e){return n(e),l.map(l.filter(e.features,function(e){return e.geometry&&e.properties&&e.geometry.coordinates.length>0}),function(e){var o=e.properties,r=e.geometry,n=r.coordinates,t=[];"Polygon"===r.type&&t.push({type:"polygon",exterior:n[0],interiors:n.slice(1)}),"MultiPolygon"===r.type&&l.each(n,function(e){e[0]&&t.push({type:"polygon",exterior:e[0],interiors:e.slice(1)})});var i=new s(o.name,t,o.cp);return i.properties=o,i})}var l=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/coord/geo/Region");r.exports=i}); ;/*!node_modules/echarts/lib/coord/axisTickLabelBuilder.js*/ define("node_modules/echarts/lib/coord/axisTickLabelBuilder",function(t,e){function a(t){return"category"===t.type?n(t):i(t)}function r(t,e){return"category"===t.type?o(t,e):{ticks:t.scale.getTicks()}}function n(t){var e=t.getLabelModel(),a=l(t,e);return!e.get("show")||t.scale.isBlank()?{labels:[],labelCategoryInterval:a.labelCategoryInterval}:a}function l(t,e){var a=u(t,"labels"),r=h(e),n=c(a,r);if(n)return n;var l,o;return m.isFunction(r)?l=d(t,r):(o="auto"===r?b(t):r,l=g(t,o)),s(a,r,{labels:l,labelCategoryInterval:o})}function o(t,e){var a=u(t,"ticks"),r=h(e),n=c(a,r);if(n)return n;var o,i;if((!e.get("show")||t.scale.isBlank())&&(o=[]),m.isFunction(r))o=d(t,r,!0);else if("auto"===r){var b=l(t,t.getLabelModel());i=b.labelCategoryInterval,o=m.map(b.labels,function(t){return t.tickValue})}else i=r,o=g(t,i,!0);return s(a,r,{ticks:o,tickCategoryInterval:i})}function i(t){var e=t.scale.getTicks(),a=y(t);return{labels:m.map(e,function(e,r){return{formattedLabel:a(e,r),rawLabel:t.scale.getLabel(e),tickValue:e}})}}function u(t,e){return I(t)[e]||(I(t)[e]=[])}function c(t,e){for(var a=0;a40&&(i=Math.max(1,Math.floor(o/40)));for(var u=l[0],c=t.dataToCoord(u+1)-t.dataToCoord(u),s=Math.abs(c*Math.cos(r)),b=Math.abs(c*Math.sin(r)),f=0,g=0;u<=l[1];u+=i){var d=0,h=0,m=M.getBoundingRect(a(u),e.font,"center","top");d=1.3*m.width,h=1.3*m.height,f=Math.max(f,d,7),g=Math.max(g,h,7)}var k=f/s,L=g/b;isNaN(k)&&(k=1/0),isNaN(L)&&(L=1/0);var x=Math.max(0,Math.floor(Math.min(k,L))),C=I(t.model),p=C.lastAutoInterval,T=C.lastTickCount;return null!=p&&null!=T&&Math.abs(p-x)<=1&&Math.abs(T-o)<=1&&p>x?x=p:(C.lastTickCount=o,C.lastAutoInterval=x),x}function v(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}function g(t,e,a){function r(t){u.push(a?t:{formattedLabel:n(t),rawLabel:l.getLabel(t),tickValue:t})}var n=y(t),l=t.scale,o=l.getExtent(),i=t.getLabelModel(),u=[],c=Math.max((e||0)+1,1),s=o[0],b=l.count();0!==s&&c>1&&b/c>2&&(s=Math.round(Math.ceil(s/c)*c));var f={min:i.get("showMinLabel"),max:i.get("showMaxLabel")};f.min&&s!==o[0]&&r(o[0]);for(var v=s;v<=o[1];v+=c)r(v);return f.max&&v!==o[1]&&r(o[1]),u}function d(t,e,a){var r=t.scale,n=y(t),l=[];return m.each(r.getTicks(),function(t){var o=r.getLabel(t);e(t,o)&&l.push(a?t:{formattedLabel:n(t),rawLabel:o,tickValue:t})}),l}function h(t){var e=t.get("interval");return null==e?"auto":e}var m=t("node_modules/zrender/lib/core/util"),M=t("node_modules/zrender/lib/contain/text"),k=t("node_modules/echarts/lib/util/model"),L=k.makeInner,x=t("node_modules/echarts/lib/coord/axisHelper"),y=x.makeLabelFormatter,I=L();e.createAxisLabels=a,e.createAxisTicks=r,e.calculateCategoryInterval=f}); ;/*!node_modules/echarts/lib/coord/Axis.js*/ define("node_modules/echarts/lib/coord/Axis",function(t,e,o){function n(t,e){var o=t[1]-t[0],n=e,i=o/n/2;t[0]+=i,t[1]-=i}function i(t,e,o,n,i){function r(t,e){return u?t>e:e>t}var c=e.length;if(t.onBand&&!n&&c){var s,l=t.getExtent();if(1===c)e[0].coord=l[0],s=e[1]={coord:l[0]};else{var d=e[1].coord-e[0].coord;a(e,function(t){t.coord-=d/2;var e=e||0;e%2>0&&(t.coord-=d/(2*(e+1)))}),s={coord:e[c-1].coord+d},e.push(s)}var u=l[0]>l[1];r(e[0].coord,l[0])&&(i?e[0].coord=l[0]:e.shift()),i&&r(l[0],e[0].coord)&&e.unshift({coord:l[0]}),r(l[1],s.coord)&&(i?s.coord=l[1]:e.pop()),i&&r(s.coord,l[1])&&e.push({coord:l[1]})}}var r=t("node_modules/zrender/lib/core/util"),a=r.each,c=r.map,s=t("node_modules/echarts/lib/util/number"),l=s.linearMap,d=s.getPixelPrecision,u=t("node_modules/echarts/lib/coord/axisTickLabelBuilder"),h=u.createAxisTicks,f=u.createAxisLabels,x=u.calculateCategoryInterval,g=[0,1],v=function(t,e,o){this.dim=t,this.scale=e,this._extent=o||[0,0],this.inverse=!1,this.onBand=!1};v.prototype={constructor:v,contain:function(t){var e=this._extent,o=Math.min(e[0],e[1]),n=Math.max(e[0],e[1]);return t>=o&&n>=t},containData:function(t){return this.contain(this.dataToCoord(t))},getExtent:function(){return this._extent.slice()},getPixelPrecision:function(t){return d(t||this.scale.getExtent(),this._extent)},setExtent:function(t,e){var o=this._extent;o[0]=t,o[1]=e},dataToCoord:function(t,e){var o=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&(o=o.slice(),n(o,i.count())),l(t,g,o,e)},coordToData:function(t,e){var o=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&(o=o.slice(),n(o,i.count()));var r=l(t,o,g,e);return this.scale.scale(r)},pointToData:function(){},getTicksCoords:function(t){t=t||{};var e=t.tickModel||this.getTickModel(),o=h(this,e),n=o.ticks,r=c(n,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this),a=e.get("alignWithLabel");return i(this,r,o.tickCategoryInterval,a,t.clamp),r},getViewLabels:function(){return f(this).labels},getLabelModel:function(){return this.model.getModel("axisLabel")},getTickModel:function(){return this.model.getModel("axisTick")},getBandWidth:function(){var t=this._extent,e=this.scale.getExtent(),o=e[1]-e[0]+(this.onBand?1:0);0===o&&(o=1);var n=Math.abs(t[1]-t[0]);return Math.abs(n)/o},isHorizontal:null,getRotate:null,calculateCategoryInterval:function(){return x(this)}};var b=v;o.exports=b}); ;/*!node_modules/echarts/lib/export.js*/ define("node_modules/echarts/lib/export",function(e,r){var o=e("node_modules/zrender/lib/zrender");r.zrender=o;var l=e("node_modules/zrender/lib/core/matrix");r.matrix=l;var d=e("node_modules/zrender/lib/core/vector");r.vector=d;var t=e("node_modules/zrender/lib/core/util"),i=e("node_modules/zrender/lib/tool/color");r.color=i;var n=e("node_modules/echarts/lib/util/graphic");r.graphic=n;var a=e("node_modules/echarts/lib/util/number");r.number=a;var s=e("node_modules/echarts/lib/util/format");r.format=s;{var c=e("node_modules/echarts/lib/util/throttle");c.throttle}r.throttle=c.throttle;var u=e("node_modules/echarts/lib/helper");r.helper=u;var m=e("node_modules/echarts/lib/coord/geo/parseGeoJson");r.parseGeoJSON=m;var h=e("node_modules/echarts/lib/data/List");r.List=h;var b=e("node_modules/echarts/lib/model/Model");r.Model=b;var v=e("node_modules/echarts/lib/coord/Axis");r.Axis=v;var _=e("node_modules/zrender/lib/core/env");r.env=_;var f=m,p={};t.each(["map","each","filter","indexOf","inherits","reduce","filter","bind","curry","isArray","isString","isObject","isFunction","extend","defaults","clone","merge"],function(e){p[e]=t[e]}),r.parseGeoJson=f,r.util=p}); ;/*!node_modules/echarts/lib/echarts.js*/ define("node_modules/echarts/lib/echarts",function(e,t){function n(e){return function(t,n,i){t=t&&t.toLowerCase(),et.prototype[e].call(this,t,n,i)}}function i(){et.call(this)}function o(e,t,n){function o(e,t){return e.__prio-t.__prio}n=n||{},"string"==typeof t&&(t=$t[t]),this.id,this.group,this._dom=e;var s="canvas",r=this._zr=$.init(e,{renderer:n.renderer||s,devicePixelRatio:n.devicePixelRatio,width:n.width,height:n.height});this._throttledZrFlush=ft(j.bind(r.flush,r),17);var t=j.clone(t);t&&st(t,!0),this._theme=t,this._chartsViews=[],this._chartsMap={},this._componentsViews=[],this._componentsMap={},this._coordSysMgr=new it;var a=this._api=b(this);Q(Yt,o),Q(Gt,o),this._scheduler=new vt(this,a,Gt,Yt),et.call(this),this._messageCenter=new i,this._initEvents(),this.resize=j.bind(this.resize,this),this._pendingActions=[],r.animation.on("frame",this._onframe,this),h(r,this),j.setAsPrimitive(this)}function s(e,t,n){var i,o=this._model,s=this._coordSysMgr.getCoordinateSystems();t=ht.parseFinder(o,t);for(var r=0;rt.get("hoverLayerThreshold")&&!K.node&&n.traverse(function(e){e.isGroup||(e.useHoverLayer=!0)})}function w(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 C(e,t){var n=e.get("z"),i=e.get("zlevel");t.group.traverse(function(e){"group"!==e.type&&(null!=n&&(e.z=n),null!=i&&(e.zlevel=i))})}function b(e){var t=e._coordSysMgr;return j.extend(new nt(e),{getCoordinateSystems:j.bind(t.getCoordinateSystems,t),getComponentByElement:function(t){for(;t;){var n=t.__ecComponentInfo;if(null!=n)return e._model.getComponent(n.mainType,n.index);t=t.parent}}})}function x(e){function t(e,t){for(var n=0;n0&&e.unfinished);e.unfinished||this._zr.flush()}}},Bt.getDom=function(){return this._dom},Bt.getZr=function(){return this._zr},Bt.setOption=function(e,t,n){var i;if(It(t)&&(n=t.lazyUpdate,i=t.silent,t=t.notMerge),this[Ft]=!0,!this._model||t){var o=new ot(this._api),s=this._theme,a=this._model=new tt(null,null,s,o);a.scheduler=this._scheduler,a.init(null,null,s,o)}this._model.setOption(e,Zt),n?(this[Ut]={silent:i},this[Ft]=!1):(r(this),Ht.update.call(this),this._zr.flush(),this[Ut]=!1,this[Ft]=!1,l.call(this,i),c.call(this,i))},Bt.setTheme=function(){console.log("ECharts#setTheme() is DEPRECATED in ECharts 3.0")},Bt.getModel=function(){return this._model},Bt.getOption=function(){return this._model&&this._model.getOption()},Bt.getWidth=function(){return this._zr.getWidth()},Bt.getHeight=function(){return this._zr.getHeight()},Bt.getDevicePixelRatio=function(){return this._zr.painter.dpr||window.devicePixelRatio||1},Bt.getRenderedCanvas=function(e){if(K.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)}},Bt.getSvgDataUrl=function(){if(K.svgSupported){var e=this._zr,t=e.storage.getDisplayList();return j.each(t,function(e){e.stopAnimation(!0)}),e.painter.pathToDataUrl()}},Bt.getDataURL=function(e){e=e||{};var t=e.excludeComponents,n=this._model,i=[],o=this;bt(t,function(e){n.eachComponent({mainType:e},function(e){var t=o._componentsMap[e.__viewId];t.group.ignore||(i.push(t),t.group.ignore=!0)})});var s="svg"===this._zr.painter.getType()?this.getSvgDataUrl():this.getRenderedCanvas(e).toDataURL("image/"+(e&&e.type||"png"));return bt(i,function(e){e.group.ignore=!1}),s},Bt.getConnectedDataURL=function(e){if(K.canvasSupported){var t=this.group,n=Math.min,i=Math.max,o=1/0;if(Kt[t]){var s=o,r=o,a=-o,d=-o,u=[],l=e&&e.pixelRatio||1;j.each(qt,function(o){if(o.group===t){var l=o.getRenderedCanvas(j.clone(e)),c=o.getDom().getBoundingClientRect();s=n(c.left,s),r=n(c.top,r),a=i(c.right,a),d=i(c.bottom,d),u.push({dom:l,left:c.left,top:c.top})}}),s*=l,r*=l,a*=l,d*=l;var c=a-s,h=d-r,p=j.createCanvas();p.width=c,p.height=h;var f=$.init(p);return bt(u,function(e){var t=new ct.Image({style:{x:e.left*l-s,y:e.top*l-r,image:e.dom}});f.add(t)}),f.refreshImmediately(),p.toDataURL("image/"+(e&&e.type||"png"))}return this.getDataURL(e)}},Bt.convertToPixel=j.curry(s,"convertToPixel"),Bt.convertFromPixel=j.curry(s,"convertFromPixel"),Bt.containPixel=function(e,t){var n,i=this._model;return e=ht.parseFinder(i,e),j.each(e,function(e,i){i.indexOf("Models")>=0&&j.each(e,function(e){var o=e.coordinateSystem;if(o&&o.containPoint)n|=!!o.containPoint(t);else if("seriesModels"===i){var s=this._chartsMap[e.__viewId];s&&s.containPoint&&(n|=s.containPoint(t,e))}},this)},this),!!n},Bt.getVisual=function(e,t){var n=this._model;e=ht.parseFinder(n,e,{defaultMainType:"series"});var i=e.seriesModel,o=i.getData(),s=e.hasOwnProperty("dataIndexInside")?e.dataIndexInside:e.hasOwnProperty("dataIndex")?o.indexOfRawIndex(e.dataIndex):null;return null!=s?o.getItemVisual(s,t):o.getVisual(t)},Bt.getViewOfComponentModel=function(e){return this._componentsMap[e.__viewId]},Bt.getViewOfSeriesModel=function(e){return this._chartsMap[e.__viewId]};var Ht={prepareAndUpdate:function(e){r(this),Ht.update.call(this,e)},update:function(e){var t=this._model,n=this._api,i=this._zr,o=this._coordSysMgr,s=this._scheduler;if(t){s.restoreData(t,e),s.performSeriesTasks(t),o.create(t,n),s.performDataProcessorTasks(t,e),d(this,t),o.update(t,n),f(t),s.performVisualTasks(t,e),_(this,t,n,e);var r=t.get("backgroundColor")||"transparent";if(K.canvasSupported)i.setBackgroundColor(r);else{var a=q.parse(r);r=q.stringify(a,"rgb"),0===a[3]&&(r="transparent")}v(t,n)}},updateTransform:function(e){var t=this._model,n=this,i=this._api;if(t){var o=[];t.eachComponent(function(s,r){var a=n.getViewOfComponentModel(r);if(a&&a.__alive)if(a.updateTransform){var d=a.updateTransform(r,t,i,e);d&&d.update&&o.push(a)}else o.push(a)});var s=j.createHashMap();t.eachSeries(function(o){var r=n._chartsMap[o.__viewId];if(r.updateTransform){var a=r.updateTransform(o,t,i,e);a&&a.update&&s.set(o.uid,1)}else s.set(o.uid,1)}),f(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0,dirtyMap:s}),m(n,t,i,e,s),v(t,this._api)}},updateView:function(e){var t=this._model;t&&(lt.markUpdateMethod(e,"updateView"),f(t),this._scheduler.performVisualTasks(t,e,{setDirty:!0}),_(this,this._model,this._api,e),v(t,this._api))},updateVisual:function(e){Ht.update.call(this,e)},updateLayout:function(e){Ht.update.call(this,e)}};Bt.resize=function(e){this._zr.resize(e);var t=this._model;if(this._loadingFX&&this._loadingFX.resize(),t){var n=t.resetOption("media"),i=e&&e.silent;this[Ft]=!0,n&&r(this),Ht.update.call(this),this[Ft]=!1,l.call(this,i),c.call(this,i)}},Bt.showLoading=function(e,t){if(It(e)&&(t=e,e=""),e=e||"default",this.hideLoading(),jt[e]){var n=jt[e](this._api,t),i=this._zr;this._loadingFX=n,i.add(n)}},Bt.hideLoading=function(){this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},Bt.makeActionFromEvent=function(e){var t=j.extend({},e);return t.type=Xt[e.type],t},Bt.dispatchAction=function(e,t){if(It(t)||(t={silent:!!t}),Jt[e.type]&&this._model){if(this[Ft])return void this._pendingActions.push(e);u.call(this,e,t.silent),t.flush?this._zr.flush(!0):t.flush!==!1&&K.browser.weChat&&this._throttledZrFlush(),l.call(this,t.silent),c.call(this,t.silent)}},Bt.appendData=function(e){var t=e.seriesIndex,n=this.getModel(),i=n.getSeriesByIndex(t);i.appendData(e),this._scheduler.unfinished=!0},Bt.on=n("on"),Bt.off=n("off"),Bt.one=n("one");var Nt=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];Bt._initEvents=function(){bt(Nt,function(e){this._zr.on(e,function(t){var n,i=this.getModel(),o=t.target;if("globalout"===e)n={};else if(o&&null!=o.dataIndex){var s=o.dataModel||i.getSeriesByIndex(o.seriesIndex);n=s&&s.getDataParams(o.dataIndex,o.dataType)||{}}else o&&o.eventData&&(n=j.extend({},o.eventData));n&&(n.event=t,n.type=e,this.trigger(e,n))},this)},this),bt(Xt,function(e,t){this._messageCenter.on(t,function(e){this.trigger(t,e)},this)},this)},Bt.isDisposed=function(){return this._disposed},Bt.clear=function(){this.setOption({series:[]},!0)},Bt.dispose=function(){if(!this._disposed){this._disposed=!0,ht.setAttribute(this.getDom(),tn,"");var e=this._api,t=this._model;bt(this._componentsViews,function(n){n.dispose(t,e)}),bt(this._chartsViews,function(n){n.dispose(t,e)}),this._zr.dispose(),delete qt[this.id]}},j.mixin(o,et);var Jt={},Xt={},Gt=[],Zt=[],Wt=[],Yt=[],$t={},jt={},qt={},Kt={},Qt=new Date-0,en=new Date-0,tn="_echarts_instance_",nn={},on=M;U(At,_t),V(st),A(Pt,rt),B("default",mt),R({type:"highlight",event:"highlight",update:"highlight"},j.noop),R({type:"downplay",event:"downplay",update:"downplay"},j.noop),P("light",yt),P("dark",wt);var sn={};t.version=Mt,t.dependencies=Tt,t.PRIORITY=Lt,t.init=I,t.connect=S,t.disConnect=M,t.disconnect=on,t.dispose=T,t.getInstanceByDom=z,t.getInstanceById=D,t.registerTheme=P,t.registerPreprocessor=V,t.registerProcessor=A,t.registerPostUpdate=O,t.registerAction=R,t.registerCoordinateSystem=k,t.getCoordinateSystemDimensions=L,t.registerLayout=F,t.registerVisual=U,t.registerLoading=B,t.extendComponentModel=H,t.extendComponentView=N,t.extendSeriesModel=J,t.extendChartView=X,t.setCanvasCreator=G,t.registerMap=Z,t.getMap=W,t.dataTool=sn;var rn=e("node_modules/echarts/lib/export");!function(){for(var e in rn)rn.hasOwnProperty(e)&&(t[e]=rn[e])}()}); ;/*!node_modules/echarts/lib/chart/line/LineSeries.js*/ define("node_modules/echarts/lib/chart/line/LineSeries",function(e,o,l){var i=e("node_modules/echarts/lib/config"),t=(i.__DEV__,e("node_modules/echarts/lib/chart/helper/createListFromArray")),n=e("node_modules/echarts/lib/model/Series"),s=n.extend({type:"series.line",dependencies:["grid","polar"],getInitialData:function(){return t(this.getSource(),this)},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,clipOverflow:!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}});l.exports=s}); ;/*!node_modules/echarts/lib/chart/helper/labelHelper.js*/ define("node_modules/echarts/lib/chart/helper/labelHelper",function(e,a){function r(e,a){var r=e.mapDimension("defaultedLabel",!0),l=r.length;if(1===l)return t(e,a,r[0]);if(l){for(var n=[],i=0;i0?t=n[0]:n[1]<0&&(t=n[1]),t}function i(e,a,t,n){var i=0/0;e.stacked&&(i=t.get(t.getCalculationInfo("stackedOverDimension"),n)),isNaN(i)&&(i=e.valueStart);var s=e.baseDataOffset,o=[];return o[s]=t.get(e.baseDim,n),o[1-s]=i,a.dataToPoint(o)}var s=e("node_modules/echarts/lib/data/helper/dataStackHelper"),o=s.isDimensionStacked,r=e("node_modules/zrender/lib/core/util"),d=r.map;a.prepareDataCoordInfo=t,a.getStackedOnPoint=i}); ;/*!node_modules/echarts/lib/chart/line/lineAnimationDiff.js*/ define("node_modules/echarts/lib/chart/line/lineAnimationDiff",function(t,e,a){function n(t,e){var a=[];return e.diff(t).add(function(t){a.push({cmd:"+",idx:t})}).update(function(t,e){a.push({cmd:"=",idx:e,idx1:t})}).remove(function(t){a.push({cmd:"-",idx:t})}).execute(),a}function i(t,e,a,i,s,d,o,h){for(var c=n(t,e),p=[],x=[],m=[],f=[],g=[],l=[],v=[],I=u(s,e,o),P=u(d,t,h),D=0;Db;b++){var y=n[d];if(d>=i||0>d)break;if(e(y)){if(h){d+=s;continue}break}if(d===t)o[s>0?"moveTo":"lineTo"](y[0],y[1]);else if(u>0){var N=n[f],x="y"===c?1:0,g=(y[x]-N[x])*u;m(p,N),p[x]=N[x]+g,m(v,y),v[x]=y[x]-g,o.bezierCurveTo(p[0],p[1],v[0],v[1],y[0],y[1])}else o.lineTo(y[0],y[1]);f=d,d+=s}return b}function i(o,n,t,r,i,s,l,u,b,y,N){for(var x=0,g=t,k=0;r>k;k++){var C=n[g];if(g>=i||0>g)break;if(e(C)){if(N){g+=s;continue}break}if(g===t)o[s>0?"moveTo":"lineTo"](C[0],C[1]),m(p,C);else if(b>0){var P=g+s,T=n[P];if(N)for(;T&&e(n[P]);)P+=s,T=n[P];var M=.5,z=n[x],T=n[P];if(!T||e(T))m(v,C);else{e(T)&&!N&&(T=C),a.sub(d,T,z);var O,_;if("x"===y||"y"===y){var S="x"===y?0:1;O=Math.abs(C[S]-z[S]),_=Math.abs(C[S]-T[S])}else O=a.dist(C,z),_=a.dist(C,T);M=_/(_+O),f(v,C,d,-b*(1-M))}c(p,p,u),h(p,p,l),c(v,v,u),h(v,v,l),o.bezierCurveTo(p[0],p[1],v[0],v[1],C[0],C[1]),f(p,C,d,b*M)}else o.lineTo(C[0],C[1]);x=g,g+=s}return k}function s(o,n){var e=[1/0,1/0],t=[-1/0,-1/0];if(n)for(var r=0;rt[0]&&(t[0]=i[0]),i[1]>t[1]&&(t[1]=i[1])}return{min:n?e:t,max:n?t:e}}var l=o("node_modules/zrender/lib/graphic/Path"),a=o("node_modules/zrender/lib/core/vector"),u=o("node_modules/zrender/lib/graphic/helper/fixClipWithShadow"),c=a.min,h=a.max,f=a.scaleAndAdd,m=a.copy,d=[],p=[],v=[],b=l.extend({type:"ec-polyline",shape:{points:[],smooth:0,smoothConstraint:!0,smoothMonotone:null,connectNulls:!1},style:{fill:null,stroke:"#000"},brush:u(l.prototype.brush),buildPath:function(o,n){var r=n.points,i=0,l=r.length,a=s(r,n.smoothConstraint);if(n.connectNulls){for(;l>0&&e(r[l-1]);l--);for(;l>i&&e(r[i]);i++);}for(;l>i;)i+=t(o,r,i,l,l,1,a.min,a.max,n.smooth,n.smoothMonotone,n.connectNulls)+1}}),y=l.extend({type:"ec-polygon",shape:{points:[],stackedOnPoints:[],smooth:0,stackedOnSmooth:0,smoothConstraint:!0,smoothMonotone:null,connectNulls:!1},brush:u(l.prototype.brush),buildPath:function(o,n){var r=n.points,i=n.stackedOnPoints,l=0,a=r.length,u=n.smoothMonotone,c=s(r,n.smoothConstraint),h=s(i,n.smoothConstraint);if(n.connectNulls){for(;a>0&&e(r[a-1]);a--);for(;a>l&&e(r[l]);l++);}for(;a>l;){var f=t(o,r,l,a,a,1,c.min,c.max,n.smooth,u,n.connectNulls);t(o,i,l+f-1,f,a,-1,h.min,h.max,n.stackedOnSmooth,u,n.connectNulls),l+=f+1,o.closePath()}}});n.Polyline=b,n.Polygon=y}); ;/*!node_modules/echarts/lib/chart/line/LineView.js*/ define("node_modules/echarts/lib/chart/line/LineView",function(e,t,n){function o(e,t){if(e.length===t.length){for(var n=0;nt[0]?1:-1;t[0]+=o*n,t[1]-=o*n}return t}function r(e,t,n){if(!n.valueDim)return[];for(var o=[],i=0,a=t.count();a>i;i++)o.push(O(n,e,t,i));return o}function s(e,t,n,o){var i=a(e.getAxis("x")),r=a(e.getAxis("y")),s=e.getBaseAxis().isHorizontal(),l=Math.min(i[0],i[1]),h=Math.min(r[0],r[1]),u=Math.max(i[0],i[1])-l,p=Math.max(r[0],r[1])-h;if(n)l-=.5,u+=.5,h-=.5,p+=.5;else{var c=o.get("lineStyle.width")||2,d=o.get("clipOverflow")?c/2:Math.max(u,p);s?(h-=d,p+=2*d):(l-=d,u+=2*d)}var g=new y.Rect({shape:{x:l,y:h,width:u,height:p}});return t&&(g.shape[s?"width":"height"]=0,y.initProps(g,{shape:{width:u,height:p}},o)),g}function l(e,t,n,o){var i=e.getAngleAxis(),a=e.getRadiusAxis(),r=a.getExtent().slice();r[0]>r[1]&&r.reverse();var s=i.getExtent(),l=Math.PI/180;n&&(r[0]-=.5,r[1]+=.5);var h=new y.Sector({shape:{cx:I(e.cx,1),cy:I(e.cy,1),r0:I(r[0],1),r:I(r[1],1),startAngle:-s[0]*l,endAngle:-s[1]*l,clockwise:i.inverse}});return t&&(h.shape.endAngle=-s[0]*l,y.initProps(h,{shape:{endAngle:-s[1]*l}},o)),h}function h(e,t,n,o){return"polar"===e.type?l(e,t,n,o):s(e,t,n,o)}function u(e,t,n){for(var o=t.getBaseAxis(),i="x"===o.dim||"radius"===o.dim?0:1,a=[],r=0;r=0;a--){var r=n[a].dimension,s=e.dimensions[r],l=e.getDimensionInfo(s);if(o=l&&l.coordDim,"x"===o||"y"===o){i=n[a];break}}if(i){var h=t.getAxis(o),u=m.map(i.stops,function(e){return{coord:h.toGlobalCoord(h.dataToCoord(e.value)),color:e.color}}),p=u.length,c=i.outerColors.slice();p&&u[0].coord>u[p-1].coord&&(u.reverse(),c.reverse());var d=10,g=u[0].coord-d,f=u[p-1].coord+d,_=f-g;if(.001>_)return"transparent";m.each(u,function(e){e.offset=(e.coord-g)/_}),u.push({offset:p?u[p-1].offset:.5,color:c[1]||"transparent"}),u.unshift({offset:p?u[0].offset:.5,color:c[0]||"transparent"});var v=new y.LinearGradient(0,0,0,0,u,!0);return v[o]=g,v[o+"2"]=f,v}}}function c(e,t,n){var o=e.get("showAllSymbol"),i="auto"===o;if(!o||i){var a=n.getAxesByScale("ordinal")[0];if(a&&(!i||!d(a,t))){var r=t.mapDimension(a.dim),s={};return m.each(a.getViewLabels(),function(e){s[e.tickValue]=1}),function(e){return!s.hasOwnProperty(t.get(r,e))}}}}function d(e,t){var n=e.getExtent(),o=Math.abs(n[1]-n[0])/e.scale.count();isNaN(o)&&(o=0);for(var i=t.count(),a=Math.max(1,Math.round(i/5)),r=0;i>r;r+=a)if(1.5*_.getSymbolSize(t,r)[e.isHorizontal()?1:0]>o)return!1;return!0}var g=e("node_modules/echarts/lib/config"),m=(g.__DEV__,e("node_modules/zrender/lib/core/util")),f=e("node_modules/echarts/lib/chart/helper/SymbolDraw"),_=e("node_modules/echarts/lib/chart/helper/Symbol"),v=e("node_modules/echarts/lib/chart/line/lineAnimationDiff"),y=e("node_modules/echarts/lib/util/graphic"),w=e("node_modules/echarts/lib/util/model"),x=e("node_modules/echarts/lib/chart/line/poly"),b=x.Polyline,S=x.Polygon,P=e("node_modules/echarts/lib/view/Chart"),A=e("node_modules/echarts/lib/util/number"),I=A.round,k=e("node_modules/echarts/lib/chart/line/helper"),G=k.prepareDataCoordInfo,O=k.getStackedOnPoint,D=P.extend({type:"line",init:function(){var e=new y.Group,t=new f;this.group.add(t.group),this._symbolDraw=t,this._lineGroup=e},render:function(e,t,n){var a=e.coordinateSystem,s=this.group,l=e.getData(),d=e.getModel("lineStyle"),g=e.getModel("areaStyle"),f=l.mapArray(l.getItemLayout),_="polar"===a.type,v=this._coordSys,y=this._symbolDraw,w=this._polyline,x=this._polygon,b=this._lineGroup,S=e.get("animation"),P=!g.isEmpty(),A=g.get("origin"),I=G(a,l,A),k=r(a,l,I),O=e.get("showSymbol"),D=O&&!_&&c(e,l,a),M=this._data;M&&M.eachItemGraphicEl(function(e,t){e.__temp&&(s.remove(e),M.setItemGraphicEl(t,null))}),O||y.remove(),s.add(b);var E=!_&&e.get("step");w&&v.type===a.type&&E===this._step?(P&&!x?x=this._newPolygon(f,k,a,S):x&&!P&&(b.remove(x),x=this._polygon=null),b.setClipPath(h(a,!1,!1,e)),O&&y.updateData(l,{isIgnore:D,clipShape:h(a,!1,!0,e)}),l.eachItemGraphicEl(function(e){e.stopAnimation(!0)}),o(this._stackedOnPoints,k)&&o(this._points,f)||(S?this._updateAnimation(l,k,a,n,E,A):(E&&(f=u(f,a,E),k=u(k,a,E)),w.setShape({points:f}),x&&x.setShape({points:f,stackedOnPoints:k})))):(O&&y.updateData(l,{isIgnore:D,clipShape:h(a,!1,!0,e)}),E&&(f=u(f,a,E),k=u(k,a,E)),w=this._newPolyline(f,a,S),P&&(x=this._newPolygon(f,k,a,S)),b.setClipPath(h(a,!0,!1,e)));var N=p(l,a)||l.getVisual("color");w.useStyle(m.defaults(d.getLineStyle(),{fill:"none",stroke:N,lineJoin:"bevel"}));var C=e.get("smooth");if(C=i(e.get("smooth")),w.setShape({smooth:C,smoothMonotone:e.get("smoothMonotone"),connectNulls:e.get("connectNulls")}),x){var z=l.getCalculationInfo("stackedOnSeries"),L=0;x.useStyle(m.defaults(g.getAreaStyle(),{fill:N,opacity:.7,lineJoin:"bevel"})),z&&(L=i(z.get("smooth"))),x.setShape({smooth:C,stackedOnSmooth:L,smoothMonotone:e.get("smoothMonotone"),connectNulls:e.get("connectNulls")})}this._data=l,this._coordSys=a,this._stackedOnPoints=k,this._points=f,this._step=E,this._valueOrigin=A},dispose:function(){},highlight:function(e,t,n,o){var i=e.getData(),a=w.queryDataIndex(i,o);if(!(a instanceof Array)&&null!=a&&a>=0){var r=i.getItemGraphicEl(a);if(!r){var s=i.getItemLayout(a);if(!s)return;r=new _(i,a),r.position=s,r.setZ(e.get("zlevel"),e.get("z")),r.ignore=isNaN(s[0])||isNaN(s[1]),r.__temp=!0,i.setItemGraphicEl(a,r),r.stopSymbolAnimation(!0),this.group.add(r)}r.highlight()}else P.prototype.highlight.call(this,e,t,n,o)},downplay:function(e,t,n,o){var i=e.getData(),a=w.queryDataIndex(i,o);if(null!=a&&a>=0){var r=i.getItemGraphicEl(a);r&&(r.__temp?(i.setItemGraphicEl(a,null),this.group.remove(r)):r.downplay())}else P.prototype.downplay.call(this,e,t,n,o)},_newPolyline:function(e){var t=this._polyline;return t&&this._lineGroup.remove(t),t=new b({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 S({shape:{points:e,stackedOnPoints:t},silent:!0}),this._lineGroup.add(n),this._polygon=n,n},_updateAnimation:function(e,t,n,o,i,a){var r=this._polyline,s=this._polygon,l=e.hostModel,h=v(this._data,e,this._stackedOnPoints,t,this._coordSys,n,this._valueOrigin,a),p=h.current,c=h.stackedOnCurrent,d=h.next,g=h.stackedOnNext;i&&(p=u(h.current,n,i),c=u(h.stackedOnCurrent,n,i),d=u(h.next,n,i),g=u(h.stackedOnNext,n,i)),r.shape.__points=h.current,r.shape.points=p,y.updateProps(r,{shape:{points:d}},l),s&&(s.setShape({points:p,stackedOnPoints:c}),y.updateProps(s,{shape:{points:d,stackedOnPoints:g}},l));for(var m=[],f=h.status,_=0;_1){var g;"string"==typeof e?g=i[e]:"function"==typeof e&&(g=e),g&&t.setData(n.downSample(n.mapDimension(u.dim),1/c,g,a))}}}}}var i={average:function(t){for(var n=0,e=0,r=0;rn&&(n=t[e]);return isFinite(n)?n:0/0},min:function(t){for(var n=1/0,e=0;et[1]&&t.reverse(),t},getOtherAxis:function(){this.grid.getOtherAxis()},pointToData:function(o,t){return this.coordToData(this.toLocalCoord(o["x"===this.dim?0:1]),t)},toLocalCoord:null,toGlobalCoord:null},e.inherits(n,r);var l=n;i.exports=l}); ;/*!node_modules/echarts/lib/coord/axisDefault.js*/ define("node_modules/echarts/lib/coord/axisDefault",function(e,l,i){var a=e("node_modules/zrender/lib/core/util"),n={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=a.merge({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},n),o.valueAxis=a.merge({boundaryGap:[0,0],splitNumber:5},n),o.timeAxis=a.defaults({scale:!0,min:"dataMin",max:"dataMax"},o.valueAxis),o.logAxis=a.defaults({scale:!0,logBase:10},o.valueAxis);var s=o;i.exports=s}); ;/*!node_modules/echarts/lib/coord/axisModelCreator.js*/ define("node_modules/echarts/lib/coord/axisModelCreator",function(e,t,o){function a(e,t,o,a){i.each(c,function(n){t.extend({type:e+"Axis."+n,mergeDefaultAndTheme:function(t,a){var r=this.layoutMode,d=r?l(t):{},u=a.getTheme();i.merge(t,u.get(n+"Axis")),i.merge(t,this.getDefaultOption()),t.type=o(e,t),r&&s(t,d,r)},optionUpdated:function(){var e=this.option;"category"===e.type&&(this.__ordinalMeta=u.createByAxisModel(this))},getCategories:function(e){var t=this.option;return"category"===t.type?e?t.data:this.__ordinalMeta.categories:void 0},getOrdinalMeta:function(){return this.__ordinalMeta},defaultOption:i.mergeAll([{},r[n+"Axis"],a],!0)})}),n.registerSubTypeDefaulter(e+"Axis",i.curry(o,e))}var i=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/coord/axisDefault"),n=e("node_modules/echarts/lib/model/Component"),d=e("node_modules/echarts/lib/util/layout"),l=d.getLayoutParams,s=d.mergeLayoutParam,u=e("node_modules/echarts/lib/data/OrdinalMeta"),c=["value","category","time","log"];o.exports=a}); ;/*!node_modules/echarts/lib/coord/cartesian/AxisModel.js*/ define("node_modules/echarts/lib/coord/cartesian/AxisModel",function(e,t,o){function n(e,t){return t.type||(t.data?"category":"value")}var i=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/model/Component"),s=e("node_modules/echarts/lib/coord/axisModelCreator"),d=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),a=r.extend({type:"cartesian2dAxis",axis:null,init:function(){a.superApply(this,"init",arguments),this.resetRange()},mergeOption:function(){a.superApply(this,"mergeOption",arguments),this.resetRange()},restoreData:function(){a.superApply(this,"restoreData",arguments),this.resetRange()},getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"grid",index:this.option.gridIndex,id:this.option.gridId})[0]}});i.merge(a.prototype,d);var l={offset:0};s("x",a,n,l),s("y",a,n,l);var u=a;o.exports=u}); ;/*!node_modules/echarts/lib/coord/cartesian/GridModel.js*/ define("node_modules/echarts/lib/coord/cartesian/GridModel",function(e,o,d){e("node_modules/echarts/lib/coord/cartesian/AxisModel");var t=e("node_modules/echarts/lib/model/Component"),r=t.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"}});d.exports=r}); ;/*!node_modules/echarts/lib/coord/cartesian/Grid.js*/ define("node_modules/echarts/lib/coord/cartesian/Grid",function(t,e,i){function n(t,e){return t.getCoordSysModel()===e}function o(t,e,i){this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this._initCartesian(t,e,i),this.model=t}function s(t,e,i){i.getAxesOnZeroOf=function(){return n?[n]:[]};var n,o=t[e],s=i.model,a=s.get("axisLine.onZero"),c=s.get("axisLine.onZeroAxisIndex");if(a){if(null!=c)return void(r(o[c])&&(n=o[c]));for(var d in o)if(o.hasOwnProperty(d)&&r(o[d])){n=o[d];break}}}function r(t){return t&&"category"!==t.type&&"time"!==t.type&&_(t)}function a(t,e){var i=t.getExtent(),n=i[0]+i[1];t.toGlobalCoord="x"===t.dim?function(t){return t+e}:function(t){return n-t+e},t.toLocalCoord="x"===t.dim?function(t){return t-e}:function(t){return n-t+e}}function c(t){return f(D,function(e){var i=t.getReferringComponents(e)[0];return i})}function d(t){return"cartesian2d"===t.get("coordinateSystem")}var u=t("node_modules/echarts/lib/config"),x=(u.__DEV__,t("node_modules/zrender/lib/core/util")),l=x.isObject,h=x.each,f=x.map,g=x.indexOf,m=(x.retrieve,t("node_modules/echarts/lib/util/layout")),p=m.getLayoutRect,v=t("node_modules/echarts/lib/coord/axisHelper"),y=v.createScaleByModel,_=v.ifAxisCrossZero,A=v.niceScaleExtent,C=v.estimateLabelUnionRect,b=t("node_modules/echarts/lib/coord/cartesian/Cartesian2D"),L=t("node_modules/echarts/lib/coord/cartesian/Axis2D"),S=t("node_modules/echarts/lib/CoordinateSystem"),M=t("node_modules/echarts/lib/data/helper/dataStackHelper"),I=M.getStackedDimension;t("node_modules/echarts/lib/coord/cartesian/GridModel");var w=o.prototype;w.type="grid",w.axisPointerEnabled=!0,w.getRect=function(){return this._rect},w.update=function(t,e){var i=this._axesMap;this._updateScale(t,this.model),h(i.x,function(t){A(t.scale,t.model)}),h(i.y,function(t){A(t.scale,t.model)}),h(i.x,function(t){s(i,"y",t)}),h(i.y,function(t){s(i,"x",t)}),this.resize(this.model,e)},w.resize=function(t,e,i){function n(){h(s,function(t){var e=t.isHorizontal(),i=e?[0,o.width]:[0,o.height],n=t.inverse?1:0;t.setExtent(i[n],i[1-n]),a(t,e?o.x:o.y)})}var o=p(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});this._rect=o;var s=this._axesList;n(),!i&&t.get("containLabel")&&(h(s,function(t){if(!t.model.get("axisLabel.inside")){var e=C(t);if(e){var i=t.isHorizontal()?"height":"width",n=t.model.get("axisLabel.margin");o[i]-=e[i]+n,"top"===t.position?o.y+=e.height+n:"left"===t.position&&(o.x+=e.width+n)}}}),n())},w.getAxis=function(t,e){var i=this._axesMap[t];if(null!=i){if(null==e)for(var n in i)if(i.hasOwnProperty(n))return i[n];return i[e]}},w.getAxes=function(){return this._axesList.slice()},w.getCartesian=function(t,e){if(null!=t&&null!=e){var i="x"+t+"y"+e;return this._coordsMap[i]}l(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var n=0,o=this._coordsList;ni[1],s="start"===e&&!l||"start"!==e&&l;return T(r-k/2)?(a=s?"bottom":"top",o="center"):T(r-1.5*k)?(a=s?"top":"bottom",o="center"):(a="middle",o=1.5*k>r&&r>k/2?s?"left":"right":s?"right":"left"),{rotation:r,textAlign:o,textVerticalAlign:a}}function a(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)}function r(t,e,n){var i=t.get("axisLabel.showMinLabel"),o=t.get("axisLabel.showMaxLabel");e=e||[],n=n||[];var a=e[0],r=e[1],u=e[e.length-1],d=e[e.length-2],c=n[0],g=n[1],m=n[n.length-1],x=n[n.length-2];i===!1?(l(a),l(c)):s(a,r)&&(i?(l(r),l(g)):(l(a),l(c))),o===!1?(l(u),l(m)):s(d,u)&&(o?(l(d),l(x)):(l(u),l(m)))}function l(t){t&&(t.ignore=!0)}function s(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var o=w.identity([]);return w.rotate(o,o,-t.rotation),n.applyTransform(w.mul([],o,t.getLocalTransform())),i.applyTransform(w.mul([],o,e.getLocalTransform())),n.intersect(i)}}function u(t){return"middle"===t||"center"===t}function d(t,e,n){var i=e.axis;if(e.get("axisTick.show")&&!i.scale.isBlank()){for(var o=e.getModel("axisTick"),a=o.getModel("lineStyle"),r=o.get("length"),l=i.getTicksCoords(),s=[],u=[],d=t._transform,c=[],g=0;gg[1]?-1:1,f=["start"===l?g[0]-x*c:"end"===l?g[1]+x*c:(g[0]+g[1])/2,u(l)?t.labelOffset+s*c:0],v=e.get("nameRotate");null!=v&&(v=v*k/180);var y;u(l)?r=C(t.rotation,null!=v?v:t.rotation,s):(r=o(t,l,v||0,g),y=t.axisNameAvailableWidth,null!=y&&(y=Math.abs(y/Math.sin(r.rotation)),!isFinite(y)&&(y=null)));var T=d.getFont(),L=e.get("nameTruncate",!0)||{},M=L.ellipsis,_=m(t.nameTruncateMaxWidth,L.maxWidth,y),w=null!=M&&null!=_?p.truncateText(n,_,T,M,{minChar:2,placeholder:L.placeholder}):n,S=e.get("tooltip",!0),A=e.mainType,D={componentType:A,name:n,$vars:["name"]};D[A+"Index"]=e.componentIndex;var z=new b.Text({anid:"name",__fullText:n,__truncatedText:w,position:f,rotation:r.rotation,silent:a(e),z2:1,tooltip:S&&S.show?h({content:n,formatter:function(){return n},formatterParams:D},S):null});b.setTextStyle(z.style,d,{text:w,textFont:T,textFill:d.getTextColor()||e.get("axisLine.lineStyle.color"),textAlign:r.textAlign,textVerticalAlign:r.textVerticalAlign}),e.get("triggerEvent")&&(z.eventData=i(e),z.eventData.targetType="axisName",z.eventData.name=n),this._dumbGroup.add(z),z.updateTransform(),this.group.add(z),z.decomposeTransform()}}},C=D.innerTextLayout=function(t,e,n){var i,o,a=L(e-t);return T(a)?(o=n>0?"top":"bottom",i="center"):T(a-k)?(o=n>0?"bottom":"top",i="center"):(o="middle",i=a>0&&k>a?n>0?"right":"left":n>0?"left":"right"),{rotation:a,textAlign:i,textVerticalAlign:o}},V=D;n.exports=V}); ;/*!node_modules/echarts/lib/component/axisPointer/modelHelper.js*/ define("node_modules/echarts/lib/component/axisPointer/modelHelper",function(e,o){function t(e,o){var t={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return n(t,e,o),t.seriesInvolved&&s(t,e),t}function n(e,o,t){var n=o.getComponent("tooltip"),s=o.getComponent("axisPointer"),r=s.get("link",!0)||[],l=[];p(t.getCoordinateSystems(),function(t){function d(n,d,u){var f=u.model.getModel("axisPointer",s),p=f.get("show");if(p&&("auto"!==p||n||c(f))){null==d&&(d=f.get("triggerTooltip")),f=n?i(u,m,s,o,n,d):f;var v=f.get("snap"),y=g(u.model),h=d||v||"category"===u.type,A=e.axesInfo[y]={key:y,axis:u,coordSys:t,axisPointerModel:f,triggerTooltip:d,involveSeries:h,snap:v,useHandle:c(f),seriesModels:[]};x[y]=A,e.seriesInvolved|=h;var I=a(r,u);if(null!=I){var S=l[I]||(l[I]={axesInfo:{}});S.axesInfo[y]=A,S.mapper=r[I].mapper,A.linkGroup=S}}}if(t.axisPointerEnabled){var u=g(t.model),x=e.coordSysAxesInfo[u]={};e.coordSysMap[u]=t;var f=t.model,m=f.getModel("tooltip",n);if(p(t.getAxes(),v(d,!1,null)),t.getTooltipAxes&&n&&m.get("show")){var y="axis"===m.get("trigger"),h="cross"===m.get("axisPointer.type"),A=t.getTooltipAxes(m.get("axisPointer.axis"));(y||h)&&p(A.baseAxes,v(d,h?"cross":!0,y)),h&&p(A.otherAxes,v(d,"cross",!1))}}})}function i(e,o,t,n,i,s){var a=o.getModel("axisPointer"),r={};p(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(e){r[e]=x.clone(a.get(e))}),r.snap="category"!==e.type&&!!s,"cross"===a.get("type")&&(r.type="line");var l=r.label||(r.label={});if(null==l.show&&(l.show=!1),"cross"===i){var d=a.get("label.show");if(l.show=null!=d?d:!0,!s){var u=r.lineStyle=a.get("crossStyle");u&&x.defaults(l,u.textStyle)}}return e.model.getModel("axisPointer",new f(r,t,n))}function s(e,o){o.eachSeries(function(o){var t=o.coordinateSystem,n=o.get("tooltip.trigger",!0),i=o.get("tooltip.show",!0);t&&"none"!==n&&n!==!1&&"item"!==n&&i!==!1&&o.get("axisPointer.show",!0)!==!1&&p(e.coordSysAxesInfo[g(t.model)],function(e){var n=e.axis;t.getAxis(n.dim)===n&&(e.seriesModels.push(o),null==e.seriesDataCount&&(e.seriesDataCount=0),e.seriesDataCount+=o.getData().count())})},this)}function a(e,o){for(var t=o.model,n=o.dim,i=0;i=0||e===o}function l(e){var o=d(e);if(o){var t=o.axisPointerModel,n=o.axis.scale,i=t.option,s=t.get("status"),a=t.get("value");null!=a&&(a=n.parse(a));var r=c(t);null==s&&(i.status=r?"show":"hide");var l=n.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),ae&&(e=r),e}});s.exports=i}); ;/*!node_modules/echarts/lib/chart/bar/helper.js*/ define("node_modules/echarts/lib/chart/bar/helper",function(e,t){function l(e,t,l,i,s,n){var b=l.getModel("label"),d=l.getModel("emphasis.label");o.setLabelStyle(e,t,b,d,{labelFetcher:s,labelDataIndex:n,defaultText:r(s.getData(),n),isRectText:!0,autoColor:i}),a(e),a(t)}function a(e,t){"outside"===e.textPosition&&(e.textPosition=t)}var o=e("node_modules/echarts/lib/util/graphic"),i=e("node_modules/echarts/lib/chart/helper/labelHelper"),r=i.getDefaultLabel;t.setLabel=l}); ;/*!node_modules/echarts/lib/chart/bar/barItemStyle.js*/ define("node_modules/echarts/lib/chart/bar/barItemStyle",function(e,r,o){var t=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),i=t([["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["stroke","barBorderColor"],["lineWidth","barBorderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),a={getBarItemStyle:function(e){var r=i(this,e);if(this.getBorderLineDash){var o=this.getBorderLineDash();o&&(r.lineDash=o)}return r}};o.exports=a}); ;/*!node_modules/echarts/lib/chart/bar/BarView.js*/ define("node_modules/echarts/lib/chart/bar/BarView",function(e,t,a){function r(e,t,a){a.style.text=null,c.updateProps(a,{shape:{width:0}},t,e,function(){a.parent&&a.parent.remove(a)})}function i(e,t,a){a.style.text=null,c.updateProps(a,{shape:{r:a.shape.r0}},t,e,function(){a.parent&&a.parent.remove(a)})}function n(e,t,a,r,i,n,o,l){var s=t.getItemVisual(a,"color"),d=t.getItemVisual(a,"opacity"),h=r.getModel("itemStyle"),p=r.getModel("emphasis.itemStyle").getBarItemStyle();l||e.setShape("r",h.get("barBorderRadius")||0),e.useStyle(u.defaults({fill:s,opacity:d},h.getBarItemStyle()));var m=r.getShallow("cursor");m&&e.attr("cursor",m);var _=o?i.height>0?"bottom":"top":i.width>0?"left":"right";l||g(e.style,p,r,s,n,a,_),c.setHoverStyle(e,p)}function o(e,t){var a=e.get(f)||0;return Math.min(a,Math.abs(t.width),Math.abs(t.height))}function l(e,t,a){var r=e.getData(),i=[],n=r.getLayout("valueAxisHorizontal")?1:0;i[1-n]=r.getLayout("valueAxisStart");var o=new x({shape:{points:r.getLayout("largePoints")},incremental:!!a,__startPoint:i,__valueIdx:n});t.add(o),s(o,e,r)}function s(e,t,a){var r=a.getVisual("borderColor")||a.getVisual("color"),i=t.getModel("itemStyle").getItemStyle(["color","borderColor"]);e.useStyle(i),e.style.fill=null,e.style.stroke=r,e.style.lineWidth=a.getLayout("barWidth")}var d=e("node_modules/echarts/lib/config"),h=(d.__DEV__,e("node_modules/echarts/lib/echarts")),u=e("node_modules/zrender/lib/core/util"),c=e("node_modules/echarts/lib/util/graphic"),p=e("node_modules/echarts/lib/chart/bar/helper"),g=p.setLabel,m=e("node_modules/echarts/lib/model/Model"),_=e("node_modules/echarts/lib/chart/bar/barItemStyle"),y=e("node_modules/zrender/lib/graphic/Path"),f=["itemStyle","barBorderWidth"];u.extend(m.prototype,_);var v=h.extendChartView({type:"bar",render:function(e,t,a){this._updateDrawMode(e);var r=e.get("coordinateSystem");return("cartesian2d"===r||"polar"===r)&&(this._isLargeDraw?this._renderLarge(e,t,a):this._renderNormal(e,t,a)),this.group},incrementalPrepareRender:function(e){this._clear(),this._updateDrawMode(e)},incrementalRender:function(e,t){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){var t,a=this.group,o=e.getData(),l=this._data,s=e.coordinateSystem,d=s.getBaseAxis();"cartesian2d"===s.type?t=d.isHorizontal():"polar"===s.type&&(t="angle"===d.dim);var h=e.isAnimationEnabled()?e:null;o.diff(l).add(function(r){if(o.hasValue(r)){var i=o.getItemModel(r),l=w[s.type](o,r,i),d=b[s.type](o,r,i,l,t,h);o.setItemGraphicEl(r,d),a.add(d),n(d,o,r,i,l,e,t,"polar"===s.type)}}).update(function(r,i){var d=l.getItemGraphicEl(i);if(!o.hasValue(r))return void a.remove(d);var u=o.getItemModel(r),p=w[s.type](o,r,u);d?c.updateProps(d,{shape:p},h,r):d=b[s.type](o,r,u,p,t,h,!0),o.setItemGraphicEl(r,d),a.add(d),n(d,o,r,u,p,e,t,"polar"===s.type)}).remove(function(e){var t=l.getItemGraphicEl(e);"cartesian2d"===s.type?t&&r(e,h,t):t&&i(e,h,t)}).execute(),this._data=o},_renderLarge:function(e){this._clear(),l(e,this.group)},_incrementalRenderLarge:function(e,t){l(t,this.group,!0)},dispose:u.noop,remove:function(e){this._clear(e)},_clear:function(e){var t=this.group,a=this._data;e&&e.get("animation")&&a&&!this._isLargeDraw?a.eachItemGraphicEl(function(t){"sector"===t.type?i(t.dataIndex,e,t):r(t.dataIndex,e,t)}):t.removeAll(),this._data=null}}),b={cartesian2d:function(e,t,a,r,i,n,o){var l=new c.Rect({shape:u.extend({},r)});if(n){var s=l.shape,d=i?"height":"width",h={};s[d]=0,h[d]=r[d],c[o?"updateProps":"initProps"](l,{shape:h},n,t)}return l},polar:function(e,t,a,r,i,n,o){var l=r.startAngle0?1:-1,l=r.height>0?1:-1;return{x:r.x+n*i/2,y:r.y+l*i/2,width:r.width-n*i,height:r.height-l*i}},polar:function(e,t){var a=e.getItemLayout(t);return{cx:a.cx,cy:a.cy,r0:a.r0,r:a.r,startAngle:a.startAngle,endAngle:a.endAngle}}},x=y.extend({type:"largeBar",shape:{points:[]},buildPath:function(e,t){for(var a=t.points,r=this.__startPoint,i=this.__valueIdx,n=0;na;a++)i.push({name:e.getName(a),value:e.get(t,a),selected:u(e,a,"selected")});return i},getDataParams:function(e){var t=this.getData(),i=d.superCall(this,"getDataParams",e),a=[];return t.each(t.mapDimension("value"),function(e){a.push(e)}),i.percent=o(a,e,t.hostModel.get("percentPrecision")),i.$vars.push("percent"),i},_defaultLabelLine:function(e){s.defaultEmphasis(e,"labelLine",["show"]);var t=e.labelLine,i=e.emphasis.labelLine;t.show=t.show&&e.label.show,i.show=i.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,selectedOffset:10,hoverOffset:10,avoidLabelOverlap:!0,percentPrecision:2,stillShowZeroSum:!0,label:{rotate:!1,show:!0,position:"outer"},labelLine:{show:!0,length:15,length2:15,smooth:!1,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1},animationType:"expansion",animationEasing:"cubicOut"}});n.mixin(d,h);var p=d;i.exports=p}); ;/*!node_modules/echarts/lib/chart/pie/PieView.js*/ define("node_modules/echarts/lib/chart/pie/PieView",function(e,t,o){function a(e,t,o,a){var n=t.getData(),l=this.dataIndex,r=n.getName(l),s=t.get("selectedOffset");a.dispatchAction({type:"pieToggleSelect",from:e,name:r,seriesId:t.id}),n.each(function(e){i(n.getItemGraphicEl(e),n.getItemLayout(e),t.isSelected(n.getName(e)),s,o)})}function i(e,t,o,a,i){var n=(t.startAngle+t.endAngle)/2,l=Math.cos(n),r=Math.sin(n),s=o?a:0,h=[l*s,r*s];i?e.animate().when(200,{position:h}).start("bounceOut"):e.attr("position",h)}function n(e,t){function o(){n.ignore=n.hoverIgnore,l.ignore=l.hoverIgnore}function a(){n.ignore=n.normalIgnore,l.ignore=l.normalIgnore}r.Group.call(this);var i=new r.Sector({z2:2}),n=new r.Polyline,l=new r.Text;this.add(i),this.add(n),this.add(l),this.updateData(e,t,!0),this.on("emphasis",o).on("normal",a).on("mouseover",o).on("mouseout",a)}var l=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/view/Chart"),h=n.prototype;h.updateData=function(e,t,o){function a(){s.stopAnimation(!0),s.animateTo({shape:{r:g.r+h.get("hoverOffset")}},300,"elasticOut")}function n(){s.stopAnimation(!0),s.animateTo({shape:{r:g.r}},300,"elasticOut")}var s=this.childAt(0),h=e.hostModel,c=e.getItemModel(t),g=e.getItemLayout(t),d=l.extend({},g);if(d.label=null,o){s.setShape(d);var u=h.getShallow("animationType");"scale"===u?(s.shape.r=g.r0,r.initProps(s,{shape:{r:g.r}},h,t)):(s.shape.endAngle=g.startAngle,r.updateProps(s,{shape:{endAngle:g.endAngle}},h,t))}else r.updateProps(s,{shape:d},h,t);var p=e.getItemVisual(t,"color");s.useStyle(l.defaults({lineJoin:"bevel",fill:p},c.getModel("itemStyle").getItemStyle())),s.hoverStyle=c.getModel("emphasis.itemStyle").getItemStyle();var m=c.getShallow("cursor");m&&s.attr("cursor",m),i(this,e.getItemLayout(t),h.isSelected(null,t),h.get("selectedOffset"),h.get("animation")),s.off("mouseover").off("mouseout").off("emphasis").off("normal"),c.get("hoverAnimation")&&h.isAnimationEnabled()&&s.on("mouseover",a).on("mouseout",n).on("emphasis",a).on("normal",n),this._updateLabel(e,t),r.setHoverStyle(this)},h._updateLabel=function(e,t){var o=this.childAt(1),a=this.childAt(2),i=e.hostModel,n=e.getItemModel(t),l=e.getItemLayout(t),s=l.label,h=e.getItemVisual(t,"color");r.updateProps(o,{shape:{points:s.linePoints||[[s.x,s.y],[s.x,s.y],[s.x,s.y]]}},i,t),r.updateProps(a,{style:{x:s.x,y:s.y}},i,t),a.attr({rotation:s.rotation,origin:[s.x,s.y],z2:10});var c=n.getModel("label"),g=n.getModel("emphasis.label"),d=n.getModel("labelLine"),u=n.getModel("emphasis.labelLine"),h=e.getItemVisual(t,"color");r.setLabelStyle(a.style,a.hoverStyle={},c,g,{labelFetcher:e.hostModel,labelDataIndex:t,defaultText:e.getName(t),autoColor:h,useInsideStyle:!!s.inside},{textAlign:s.textAlign,textVerticalAlign:s.verticalAlign,opacity:e.getItemVisual(t,"opacity")}),a.ignore=a.normalIgnore=!c.get("show"),a.hoverIgnore=!g.get("show"),o.ignore=o.normalIgnore=!d.get("show"),o.hoverIgnore=!u.get("show"),o.setStyle({stroke:h,opacity:e.getItemVisual(t,"opacity")}),o.setStyle(d.getModel("lineStyle").getLineStyle()),o.hoverStyle=u.getModel("lineStyle").getLineStyle();var p=d.get("smooth");p&&p===!0&&(p=.4),o.setShape({smooth:p})},l.inherits(n,r.Group);var c=s.extend({type:"pie",init:function(){var e=new r.Group;this._sectorGroup=e},render:function(e,t,o,i){if(!i||i.from!==this.uid){var r=e.getData(),s=this._data,h=this.group,c=t.get("animation"),g=!s,d=e.get("animationType"),u=l.curry(a,this.uid,e,c,o),p=e.get("selectedMode");if(r.diff(s).add(function(e){var t=new n(r,e);g&&"scale"!==d&&t.eachChild(function(e){e.stopAnimation(!0)}),p&&t.on("click",u),r.setItemGraphicEl(e,t),h.add(t)}).update(function(e,t){var o=s.getItemGraphicEl(t);o.updateData(r,e),o.off("click"),p&&o.on("click",u),h.add(o),r.setItemGraphicEl(e,o)}).remove(function(e){var t=s.getItemGraphicEl(e);h.remove(t)}).execute(),c&&g&&r.count()>0&&"scale"!==d){var m=r.getItemLayout(0),f=Math.max(o.getWidth(),o.getHeight())/2,y=l.bind(h.removeClipPath,h);h.setClipPath(this._createClipPath(m.cx,m.cy,f,m.startAngle,m.clockwise,y,e))}this._data=r}},dispose:function(){},_createClipPath:function(e,t,o,a,i,n,l){var s=new r.Sector({shape:{cx:e,cy:t,r0:0,r:o,startAngle:a,endAngle:a,clockwise:i}});return r.initProps(s,{shape:{endAngle:a+(i?1:-1)*Math.PI*2}},l,n),s},containPoint:function(e,t){var o=t.getData(),a=o.getItemLayout(0);if(a){var i=e[0]-a.cx,n=e[1]-a.cy,l=Math.sqrt(i*i+n*n);return l<=a.r&&l>=a.r0}}}),g=c;o.exports=g}); ;/*!node_modules/echarts/lib/action/createDataSelectAction.js*/ define("node_modules/echarts/lib/action/createDataSelectAction",function(e,t,n){function a(e,t){c.each(t,function(t){t.update="updateView",o.registerAction(t,function(n,a){var o={};return a.eachComponent({mainType:"series",subType:e,query:n},function(e){e[t.method]&&e[t.method](n.name,n.dataIndex);var a=e.getData();a.each(function(t){var n=a.getName(t);o[n]=e.isSelected(n)||!1})}),{name:n.name,selected:o}})})}var o=e("node_modules/echarts/lib/echarts"),c=e("node_modules/zrender/lib/core/util");n.exports=a}); ;/*!node_modules/echarts/lib/visual/dataColor.js*/ define("node_modules/echarts/lib/visual/dataColor",function(e,t,o){function a(e){return{getTargetSeries:function(t){var o={},a=l();return t.eachSeriesByType(e,function(e){e.__paletteScope=o,a.set(e.uid,e)}),a},reset:function(e){var t=e.getRawData(),o={},a=e.getData();a.each(function(e){var t=a.getRawIndex(e);o[t]=e}),t.each(function(r){var l=o[r],n=null!=l&&a.getItemVisual(l,"color",!0);if(n)t.setItemVisual(r,"color",n);else{var c=t.getItemModel(r),i=c.get("itemStyle.color")||e.getColorFromPalette(t.getName(r)||r+"",e.__paletteScope,t.count());t.setItemVisual(r,"color",i),null!=l&&a.setItemVisual(l,"color",i)}})}}}var r=e("node_modules/zrender/lib/core/util"),l=r.createHashMap;o.exports=a}); ;/*!node_modules/echarts/lib/chart/pie/labelLayout.js*/ define("node_modules/echarts/lib/chart/pie/labelLayout",function(e,t,n){function r(e,t,n,r,i,a,o){function l(t,n,r){for(var i=t;n>i;i++)if(e[i].y+=r,i>t&&n>i+1&&e[i+1].y>e[i].y+e[i].height)return void g(i,r/2);g(n-1,r/2)}function g(t,n){for(var r=t;r>=0&&(e[r].y-=n,!(r>0&&e[r].y>e[r-1].y+e[r-1].height));r--);}function h(e,t,n,r,i,a){for(var o=a>0?t?Number.MAX_VALUE:0:t?Number.MAX_VALUE:0,l=0,g=e.length;g>l;l++)if("center"!==e[l].position){var h=Math.abs(e[l].y-r),s=e[l].len,c=e[l].len2,f=i+s>h?Math.sqrt((i+s+c)*(i+s+c)-h*h):Math.abs(e[l].x-n);t&&f>=o&&(f=o-10),!t&&o>=f&&(f=o+10),e[l].x=n+f*a,o=f}}e.sort(function(e,t){return e.y-t.y});for(var s,c=0,f=e.length,u=[],v=[],d=0;f>d;d++)s=e[d].y-c,0>s&&l(d,f,-s,i),c=e[d].y+e[d].height;0>o-c&&g(f-1,c-o);for(var d=0;f>d;d++)e[d].y>=n?v.push(e[d]):u.push(e[d]);h(u,!1,t,n,r,i),h(v,!0,t,n,r,i)}function i(e,t,n,i,a,o){for(var l=[],g=[],h=0;hM?-1:1)*x,F=P;r=E+(0>M?-5:5),i=F,c=[[_,I],[N,P],[E,F]]}f=L?"center":M>0?"left":"right"}var U=d.getFont(),V=d.get("rotate")?0>M?-m+Math.PI:-m:0,X=e.getFormattedLabel(n,"normal")||g.getName(n),q=o.getBoundingRect(X,U,f,"top");s=!!V,u.label={x:r,y:i,position:y,height:q.height,len:p,len2:x,linePoints:c,textAlign:f,verticalAlign:"middle",rotation:V,inside:L},L||h.push(u.label)}),!s&&e.get("avoidLabelOverlap")&&i(h,a,l,t,n,r)}var o=e("node_modules/zrender/lib/contain/text");n.exports=a}); ;/*!node_modules/echarts/lib/chart/pie/pieLayout.js*/ define("node_modules/echarts/lib/chart/pie/pieLayout",function(e,t,a){function n(e,t,a){t.eachSeriesByType(e,function(e){var t=e.getData(),n=t.mapDimension("value"),r=e.get("center"),u=e.get("radius");s.isArray(u)||(u=[0,u]),s.isArray(r)||(r=[r,r]);var d=a.getWidth(),h=a.getHeight(),m=Math.min(d,h),f=i(r[0],d),y=i(r[1],h),v=i(u[0],m/2),A=i(u[1],m/2),p=-e.get("startAngle")*g,N=e.get("minAngle")*g,I=0;t.each(n,function(e){!isNaN(e)&&I++});var b=t.getSum(n),L=Math.PI/(b||I)*2,M=e.get("clockwise"),w=e.get("roseType"),x=e.get("stillShowZeroSum"),P=t.getDataExtent(n);P[0]=0;var S=c,_=0,k=p,D=M?1:-1;if(t.each(n,function(e,a){var n;if(isNaN(e))return void t.setItemLayout(a,{angle:0/0,startAngle:0/0,endAngle:0/0,clockwise:M,cx:f,cy:y,r0:v,r:w?0/0:A});n="area"!==w?0===b&&x?L:e*L:c/I,N>n?(n=N,S-=N):_+=e;var r=k+D*n;t.setItemLayout(a,{angle:n,startAngle:k,endAngle:r,clockwise:M,cx:f,cy:y,r0:v,r:w?l(e,P,[v,A]):A}),k=r}),c>S&&I)if(.001>=S){var T=c/I;t.each(n,function(e,a){if(!isNaN(e)){var n=t.getItemLayout(a);n.angle=T,n.startAngle=p+D*a*T,n.endAngle=p+D*(a+1)*T}})}else L=S/_,k=p,t.each(n,function(e,a){if(!isNaN(e)){var n=t.getItemLayout(a),r=n.angle===N?N:e*L;n.startAngle=k,n.endAngle=k+D*r,k+=D*r}});o(e,A,d,h)})}var r=e("node_modules/echarts/lib/util/number"),i=r.parsePercent,l=r.linearMap,o=e("node_modules/echarts/lib/chart/pie/labelLayout"),s=e("node_modules/zrender/lib/core/util"),c=2*Math.PI,g=Math.PI/180;a.exports=n}); ;/*!node_modules/echarts/lib/processor/dataFilter.js*/ define("node_modules/echarts/lib/processor/dataFilter",function(e,n,t){function r(e){return{seriesType:e,reset:function(e,n){var t=n.findComponents({mainType:"legend"});if(t&&t.length){var r=e.getData();r.filterSelf(function(e){for(var n=r.getName(e),i=0;i=0;o--){var l=2*o,h=r[l]-s/2,u=r[l+1]-i/2;if(e>=h&&t>=u&&h+s>=e&&u+i>=t)return o}return-1}}),u=r.prototype;u.isPersistent=function(){return!this._incremental},u.updateData=function(e){this.group.removeAll();var t=new h({rectHover:!0,cursor:"default"});t.setShape({points:e.getLayout("symbolPoints")}),this._setCommon(t,e),this.group.add(t),this._incremental=null},u.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)})}},u.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>2e6?(this._incremental||(this._incremental=new o({silent:!0})),this.group.add(this._incremental)):this._incremental=null},u.incrementalUpdate=function(e,t){var n;this._incremental?(n=new h,this._incremental.addDisplayable(n,!0)):(n=new h({rectHover:!0,cursor:"default",startIndex:e.start,endIndex:e.end}),n.incremental=!0,this.group.add(n)),n.setShape({points:t.getLayout("symbolPoints")}),this._setCommon(n,t,!!this._incremental)},u._setCommon=function(e,t,n){var r=t.hostModel,a=t.getVisual("symbolSize");e.setShape("size",a instanceof Array?a:[a,a]),e.symbolProxy=i(t.getVisual("symbol"),0,0,0,0),e.setColor=e.symbolProxy.setColor;var s=e.shape.size[0]=0&&(e.dataIndex=n+(e.startIndex||0))}))},u.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},u._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var c=r;n.exports=c}); ;/*!node_modules/echarts/lib/chart/scatter/ScatterView.js*/ define("node_modules/echarts/lib/chart/scatter/ScatterView",function(e){var t=e("node_modules/echarts/lib/echarts"),r=e("node_modules/echarts/lib/chart/helper/SymbolDraw"),a=e("node_modules/echarts/lib/chart/helper/LargeSymbolDraw"),s=e("node_modules/echarts/lib/layout/points");t.extendChartView({type:"scatter",render:function(e){var t=e.getData(),r=this._updateSymbolDraw(t,e);r.updateData(t),this._finished=!0},incrementalPrepareRender:function(e){var t=e.getData(),r=this._updateSymbolDraw(t,e);r.incrementalPrepareUpdate(t),this._finished=!1},incrementalRender:function(e,t){this._symbolDraw.incrementalUpdate(e,t.getData()),this._finished=e.end===t.getData().count()},updateTransform:function(e){var t=e.getData();if(this.group.dirty(),!this._finished||t.count()>1e4||!this._symbolDraw.isPersistent())return{update:!0};var r=s().reset(e);r.progress&&r.progress({start:0,end:t.count()},t),this._symbolDraw.updateLayout(t)},_updateSymbolDraw:function(e,t){var s=this._symbolDraw,i=t.pipelineContext,n=i.large;return s&&n===this._isLargeDraw||(s&&s.remove(),s=this._symbolDraw=n?new a:new r,this._isLargeDraw=n,this.group.removeAll()),this.group.add(s.group),s},remove:function(){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},dispose:function(){}})}); ;/*!node_modules/echarts/lib/chart/scatter.js*/ define("node_modules/echarts/lib/chart/scatter",function(e){var t=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/scatter/ScatterSeries"),e("node_modules/echarts/lib/chart/scatter/ScatterView");var r=e("node_modules/echarts/lib/visual/symbol"),s=e("node_modules/echarts/lib/layout/points");e("node_modules/echarts/lib/component/gridSimple"),t.registerVisual(r("scatter","circle")),t.registerLayout(s("scatter"))}); ;/*!node_modules/echarts/lib/coord/radar/IndicatorAxis.js*/ define("node_modules/echarts/lib/coord/radar/IndicatorAxis",function(e,i,o){function r(e,i,o){t.call(this,e,i,o),this.type="value",this.angle=0,this.name="",this.model}var s=e("node_modules/zrender/lib/core/util"),t=e("node_modules/echarts/lib/coord/Axis");s.inherits(r,t);var d=r;o.exports=d}); ;/*!node_modules/echarts/lib/coord/radar/Radar.js*/ define("node_modules/echarts/lib/coord/radar/Radar",function(t,e,a){function n(t,e,a){this._model=t,this.dimensions=[],this._indicatorAxes=i.map(t.getIndicatorModels(),function(t,e){var a="indicator_"+e,n=new r(a,new o);return n.name=t.get("name"),n.model=t,t.axis=n,this.dimensions.push(a),n},this),this.resize(t,a),this.cx,this.cy,this.r,this.startAngle}var i=t("node_modules/zrender/lib/core/util"),r=t("node_modules/echarts/lib/coord/radar/IndicatorAxis"),o=t("node_modules/echarts/lib/scale/Interval"),s=t("node_modules/echarts/lib/util/number"),c=t("node_modules/echarts/lib/coord/axisHelper"),d=c.getScaleExtent,h=c.niceScaleExtent,l=t("node_modules/echarts/lib/CoordinateSystem");n.prototype.getIndicatorAxes=function(){return this._indicatorAxes},n.prototype.dataToPoint=function(t,e){var a=this._indicatorAxes[e];return this.coordToPoint(a.dataToCoord(t),e)},n.prototype.coordToPoint=function(t,e){var a=this._indicatorAxes[e],n=a.angle,i=this.cx+t*Math.cos(n),r=this.cy-t*Math.sin(n);return[i,r]},n.prototype.pointToData=function(t){var e=t[0]-this.cx,a=t[1]-this.cy,n=Math.sqrt(e*e+a*a);e/=n,a/=n;for(var i,r=Math.atan2(-a,e),o=1/0,s=-1,c=0;ch&&(i=d,s=c,o=h)}return[s,+(i&&i.coodToData(n))]},n.prototype.resize=function(t,e){var a=t.get("center"),n=e.getWidth(),r=e.getHeight(),o=Math.min(n,r)/2;this.cx=s.parsePercent(a[0],n),this.cy=s.parsePercent(a[1],r),this.startAngle=t.get("startAngle")*Math.PI/180,this.r=s.parsePercent(t.get("radius"),o),i.each(this._indicatorAxes,function(t,e){t.setExtent(0,this.r);var a=this.startAngle+e*Math.PI*2/this._indicatorAxes.length;a=Math.atan2(Math.sin(a),Math.cos(a)),t.angle=a},this)},n.prototype.update=function(t){function e(t){var e=Math.pow(10,Math.floor(Math.log(t)/Math.LN10)),a=t/e;return 2===a?a=5:a*=2,a*e}var a=this._indicatorAxes,n=this._model;i.each(a,function(t){t.scale.setExtent(1/0,-1/0)}),t.eachSeriesByType("radar",function(e){if("radar"===e.get("coordinateSystem")&&t.getComponent("radar",e.get("radarIndex"))===n){var r=e.getData();i.each(a,function(t){t.scale.unionExtentFromData(r,r.mapDimension(t.dim))})}},this);var r=n.get("splitNumber");i.each(a,function(t){var a=d(t.scale,t.model);h(t.scale,t.model);var n=t.model,i=t.scale,o=n.getMin(),c=n.getMax(),l=i.getInterval();if(null!=o&&null!=c)i.setExtent(+o,+c),i.setInterval((c-o)/r);else if(null!=o){var u;do u=o+l*r,i.setExtent(+o,u),i.setInterval(l),l=e(l);while(ua[0]&&isFinite(g)&&isFinite(a[0]))}else{var m=i.getTicks().length-1;m>r&&(l=e(l));var x=Math.round((a[0]+a[1])/2/l)*l,p=Math.round(r/2);i.setExtent(s.round(x-p*l),s.round(x+(r-p)*l)),i.setInterval(l)}})},n.dimensions=[],n.create=function(t,e){var a=[];return t.eachComponent("radar",function(i){var r=new n(i,t,e);a.push(r),i.coordinateSystem=r}),t.eachSeriesByType("radar",function(t){"radar"===t.get("coordinateSystem")&&(t.coordinateSystem=a[t.get("radarIndex")||0])}),a},l.register("radar",n);var u=n;a.exports=u}); ;/*!node_modules/echarts/lib/coord/radar/RadarModel.js*/ define("node_modules/echarts/lib/coord/radar/RadarModel",function(e,a,t){function n(e,a){return o.defaults({show:a},e)}var i=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/coord/axisDefault"),l=e("node_modules/echarts/lib/model/Model"),r=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),d=s.valueAxis,m=i.extendComponentModel({type:"radar",optionUpdated:function(){var e=this.get("boundaryGap"),a=this.get("splitNumber"),t=this.get("scale"),n=this.get("axisLine"),i=this.get("axisTick"),s=this.get("axisLabel"),d=this.get("name"),m=this.get("name.show"),c=this.get("name.formatter"),u=this.get("nameGap"),p=this.get("triggerEvent"),x=o.map(this.get("indicator")||[],function(x){null!=x.max&&x.max>0&&!x.min?x.min=0:null!=x.min&&x.min<0&&!x.max&&(x.max=0);var h=d;if(null!=x.color&&(h=o.defaults({color:x.color},d)),x=o.merge(o.clone(x),{boundaryGap:e,splitNumber:a,scale:t,axisLine:n,axisTick:i,axisLabel:s,name:x.text,nameLocation:"end",nameGap:u,nameTextStyle:h,triggerEvent:p},!1),m||(x.name=""),"string"==typeof c){var g=x.name;x.name=c.replace("{value}",null!=g?g:"")}else"function"==typeof c&&(x.name=c(x.name,x));var b=o.extend(new l(x,null,this.ecModel),r);return b.mainType="radar",b.componentIndex=this.componentIndex,b},this);this.getIndicatorModels=function(){return x}},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:o.merge({lineStyle:{color:"#bbb"}},d.axisLine),axisLabel:n(d.axisLabel,!1),axisTick:n(d.axisTick,!1),splitLine:n(d.splitLine,!0),splitArea:n(d.splitArea,!0),indicator:[]}}),c=m;t.exports=c}); ;/*!node_modules/echarts/lib/component/radar/RadarView.js*/ define("node_modules/echarts/lib/component/radar/RadarView",function(e,t,i){var n=e("node_modules/echarts/lib/config"),o=(n.__DEV__,e("node_modules/echarts/lib/echarts")),r=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/component/axis/AxisBuilder"),l=e("node_modules/echarts/lib/util/graphic"),s=["axisLine","axisTickLabel","axisName"],c=o.extendComponentView({type:"radar",render:function(e){var t=this.group;t.removeAll(),this._buildAxes(e),this._buildSplitLineAndArea(e)},_buildAxes:function(e){var t=e.coordinateSystem,i=t.getIndicatorAxes(),n=r.map(i,function(e){var i=new a(e.model,{position:[t.cx,t.cy],rotation:e.angle,labelDirection:-1,tickDirection:-1,nameDirection:1});return i});r.each(n,function(e){r.each(s,e.add,e),this.group.add(e.getGroup())},this)},_buildSplitLineAndArea:function(e){function t(e,t,i){var n=i%t.length;return e[n]=e[n]||[],n}var i=e.coordinateSystem,n=i.getIndicatorAxes();if(n.length){var o=e.get("shape"),a=e.getModel("splitLine"),s=e.getModel("splitArea"),c=a.getModel("lineStyle"),d=s.getModel("areaStyle"),h=a.get("show"),u=s.get("show"),g=c.get("color"),p=d.get("color");g=r.isArray(g)?g:[g],p=r.isArray(p)?p:[p];var f=[],m=[];if("circle"===o)for(var v=n[0].getTicksCoords(),y=i.cx,x=i.cy,A=0;A=A;A++){for(var k=[],L=0;L"+n.map(i,function(r){var i=t.get(t.mapDimension(r.dim),e);return d(r.name+" : "+i)}).join("
")},defaultOption:{zlevel:0,z:2,coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid"},label:{position:"top"},symbol:"emptyCircle",symbolSize:4}}),l=s;r.exports=l}); ;/*!node_modules/echarts/lib/chart/radar/RadarView.js*/ define("node_modules/echarts/lib/chart/radar/RadarView",function(e,t,o){function l(e){return r.isArray(e)||(e=[+e,+e]),e}var i=e("node_modules/echarts/lib/echarts"),a=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/util/symbol"),s=i.extendChartView({type:"radar",render:function(e){function t(e,t){var o=e.getItemVisual(t,"symbol")||"circle",i=e.getItemVisual(t,"color");if("none"!==o){var a=l(e.getItemVisual(t,"symbolSize")),r=n.createSymbol(o,-1,-1,2,2,i);return r.attr({style:{strokeNoScale:!0},z2:100,scale:[a[0]/2,a[1]/2]}),r}}function o(o,l,i,r,n,s){i.removeAll();for(var d=0;do;++o)"台湾"===e.regions[o].name&&e.regions[o].geometries.push({type:"polygon",exterior:r[0]})}var r=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];n.exports=i}); ;/*!node_modules/echarts/lib/coord/geo/Geo.js*/ define("node_modules/echarts/lib/coord/geo/Geo",function(o,e,t){function n(o,e,t,n,r){d.call(this,o),this.map=e,this._nameCoordMap=i.createHashMap(),this.loadGeoJson(t,n,r)}function r(o,e,t,n){var r=t.geoModel,i=t.seriesModel,a=r?r.coordinateSystem:i?i.coordinateSystem||(i.getReferringComponents("geo")[0]||{}).coordinateSystem:null;return a===this?a[o](n):null}var i=o("node_modules/zrender/lib/core/util"),a=o("node_modules/zrender/lib/core/BoundingRect"),s=o("node_modules/echarts/lib/coord/geo/parseGeoJson"),d=o("node_modules/echarts/lib/coord/View"),c=o("node_modules/echarts/lib/coord/geo/fix/nanhai"),l=o("node_modules/echarts/lib/coord/geo/fix/textCoord"),h=o("node_modules/echarts/lib/coord/geo/fix/geoCoord"),u=o("node_modules/echarts/lib/coord/geo/fix/diaoyuIsland"),g=[c,l,h,u];n.prototype={constructor:n,type:"geo",dimensions:["lng","lat"],containCoord:function(o){for(var e=this.regions,t=0;t1?(f.width=g,f.height=g/m):(f.height=g,f.width=g*m),f.y=s[1]-f.height/2,f.x=s[0]-f.width/2}else r=e.getBoxLayoutParams(),r.aspect=m,f=c.getLayoutRect(r,{width:d,height:u});this.setViewRect(f.x,f.y,f.width,f.height),this.setCenter(e.get("center")),this.setZoom(e.get("zoom"))}function a(e,t){s.each(t.get("geoCoord"),function(t,o){e.addGeoCoord(o,t)})}var r=e("node_modules/echarts/lib/config"),n=(r.__DEV__,e("node_modules/echarts/lib/echarts")),s=e("node_modules/zrender/lib/core/util"),g=e("node_modules/echarts/lib/coord/geo/Geo"),c=e("node_modules/echarts/lib/util/layout"),h=e("node_modules/echarts/lib/util/number"),d={dimensions:g.prototype.dimensions,create:function(e,t){var o=[];e.eachComponent("geo",function(e,r){var s=e.get("map"),c=n.getMap(s),h=new g(s+r,s,c&&c.geoJson,c&&c.specialAreas,e.get("nameMap"));h.zoomLimit=e.get("scaleLimit"),o.push(h),a(h,e),e.coordinateSystem=h,h.model=e,h.resize=i,h.resize(e,t)}),e.eachSeries(function(e){var t=e.get("coordinateSystem");if("geo"===t){var i=e.get("geoIndex")||0;e.coordinateSystem=o[i]}});var r={};return e.eachSeriesByType("map",function(e){if(!e.getHostGeoModel()){var t=e.getMapType();r[t]=r[t]||[],r[t].push(e)}}),s.each(r,function(e,r){var c=n.getMap(r),h=s.map(e,function(e){return e.get("nameMap")}),d=new g(r,r,c&&c.geoJson,c&&c.specialAreas,s.mergeAll(h));d.zoomLimit=s.retrieve.apply(null,s.map(e,function(e){return e.get("scaleLimit")})),o.push(d),d.resize=i,d.resize(e[0],t),s.each(e,function(e){e.coordinateSystem=d,a(d,e)})}),o},getFilledRegions:function(e,t,o){var i=(e||[]).slice();o=o||{};var a=n.getMap(t),r=a&&a.geoJson;if(!r)return e;for(var g=s.createHashMap(),c=r.features,h=0;hi;i++)o.push({name:e.getName(i),value:e.get(t,i),selected:c(e,i,"selected")});return o=p.getFilledRegions(o,this.getMapType(),this.option.nameMap)},getHostGeoModel:function(){var e=this.option.geoIndex;return null!=e?this.dependentModels.geo[e]:null},getMapType:function(){return(this.getHostGeoModel()||this).option.map},_fillOption:function(){},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){for(var t=this.getData(),o=s(this.getRawValue(e)),i=t.getName(e),a=this.seriesGroup,n=[],r=0;r"+l(i+" : "+o)},getTooltipPosition:function(e){if(null!=e){var t=this.getData().getName(e),o=this.coordinateSystem,i=o.getRegion(t);return i&&o.dataToPoint(i.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)"}}}});i.mixin(m,d);var g=m;o.exports=g}); ;/*!node_modules/echarts/lib/component/helper/interactionMutex.js*/ define("node_modules/echarts/lib/component/helper/interactionMutex",function(e,n){function t(e,n,t){var r=a(e);r[n]=t}function r(e,n,t){var r=a(e),o=r[n];o===t&&(r[n]=null)}function o(e,n){return!!a(e)[n]}function a(e){return e[i]||(e[i]={})}var u=e("node_modules/echarts/lib/echarts"),i="\x00_ec_interaction_mutex";u.registerAction({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},function(){}),n.take=t,n.release=r,n.isTaken=o}); ;/*!node_modules/echarts/lib/component/helper/RoamController.js*/ define("node_modules/echarts/lib/component/helper/RoamController",function(e,t,i){function o(e){this.pointerChecker,this._zr=e,this._opt={};var t=a.bind,i=t(n,this),o=t(s,this),f=t(h,this),l=t(r,this),p=t(u,this);c.call(this),this.setPointerChecker=function(e){this.pointerChecker=e},this.enable=function(t,n){this.disable(),this._opt=a.defaults(a.clone(n)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,preventDefaultMouseMove:!0}),null==t&&(t=!0),(t===!0||"move"===t||"pan"===t)&&(e.on("mousedown",i),e.on("mousemove",o),e.on("mouseup",f)),(t===!0||"scale"===t||"zoom"===t)&&(e.on("mousewheel",l),e.on("pinch",p))},this.disable=function(){e.off("mousedown",i),e.off("mousemove",o),e.off("mouseup",f),e.off("mousewheel",l),e.off("pinch",p)},this.dispose=this.disable,this.isDragging=function(){return this._dragging},this.isPinching=function(){return this._pinching}}function n(e){if(!(p.notLeftMouse(e)||e.target&&e.target.draggable)){var t=e.offsetX,i=e.offsetY;this.pointerChecker&&this.pointerChecker(e,t,i)&&(this._x=t,this._y=i,this._dragging=!0)}}function s(e){if(!p.notLeftMouse(e)&&l(this,"moveOnMouseMove",e)&&this._dragging&&"pinch"!==e.gestureEvent&&!g.isTaken(this._zr,"globalPan")){var t=e.offsetX,i=e.offsetY,o=this._x,n=this._y,s=t-o,h=i-n;this._x=t,this._y=i,this._opt.preventDefaultMouseMove&&p.stop(e.event),this.trigger("pan",s,h,o,n,t,i)}}function h(e){p.notLeftMouse(e)||(this._dragging=!1)}function r(e){if(l(this,"zoomOnMouseWheel",e)&&0!==e.wheelDelta){var t=e.wheelDelta>0?1.1:1/1.1;f.call(this,e,t,e.offsetX,e.offsetY)}}function u(e){if(!g.isTaken(this._zr,"globalPan")){var t=e.pinchScale>1?1.1:1/1.1;f.call(this,e,t,e.pinchX,e.pinchY)}}function f(e,t,i,o){this.pointerChecker&&this.pointerChecker(e,i,o)&&(p.stop(e.event),this.trigger("zoom",t,i,o))}function l(e,t,i){var o=e._opt[t];return o&&(!a.isString(o)||i.event[o+"Key"])}var a=e("node_modules/zrender/lib/core/util"),c=e("node_modules/zrender/lib/mixin/Eventful"),p=e("node_modules/zrender/lib/core/event"),g=e("node_modules/echarts/lib/component/helper/interactionMutex");a.mixin(o,c);var d=o;i.exports=d}); ;/*!node_modules/echarts/lib/component/helper/roamHelper.js*/ define("node_modules/echarts/lib/component/helper/roamHelper",function(o,i){function t(o,i,t){var e=o.target,n=e.position;n[0]+=i,n[1]+=t,e.dirty()}function e(o,i,t,e){var n=o.target,a=o.zoomLimit,m=n.position,r=n.scale,d=o.zoom=o.zoom||1;if(d*=i,a){var p=a.min||0,c=a.max||1/0;d=Math.max(Math.min(c,d),p)}var u=d/o.zoom;o.zoom=d,m[0]-=(t-m[0])*(u-1),m[1]-=(e-m[1])*(u-1),r[0]*=u,r[1]*=u,n.dirty()}i.updateViewOnPan=t,i.updateViewOnZoom=e}); ;/*!node_modules/echarts/lib/component/helper/cursorHelper.js*/ define("node_modules/echarts/lib/component/helper/cursorHelper",function(e,n){function o(e,n,o){var r=n.getComponentByElement(e.topTarget),i=r&&r.coordinateSystem;return r&&r!==o&&!t[r.mainType]&&i&&i.model!==o}var t={axisPointer:1,tooltip:1,brush:1};n.onIrrelevantElement=o}); ;/*!node_modules/echarts/lib/component/helper/MapDraw.js*/ define("node_modules/echarts/lib/component/helper/MapDraw",function(e,o,t){function n(e){var o=e.getItemStyle(),t=e.get("areaColor");return null!=t&&(o.fill=t),o}function a(e,o,t,n,a){t.off("click"),t.off("mousedown"),o.get("selectedMode")&&(t.on("mousedown",function(){e._mouseDownFlag=!0}),t.on("click",function(r){if(e._mouseDownFlag){e._mouseDownFlag=!1;for(var s=r.target;!s.__regions;)s=s.parent;if(s){var c={type:("geo"===o.mainType?"geo":"map")+"ToggleSelect",batch:l.map(s.__regions,function(e){return{name:e.name,from:a.uid}})};c[o.mainType+"Id"]=o.id,n.dispatchAction(c),i(o,t)}}}))}function i(e,o){o.eachChild(function(o){l.each(o.__regions,function(t){o.trigger(e.isSelected(t.name)?"emphasis":"normal")})})}function r(e,o){var t=new u.Group;this._controller=new s(e.getZr()),this._controllerHost={target:o?t:null},this.group=t,this._updateGroup=o,this._mouseDownFlag}var l=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/component/helper/RoamController"),c=e("node_modules/echarts/lib/component/helper/roamHelper"),p=e("node_modules/echarts/lib/component/helper/cursorHelper"),m=p.onIrrelevantElement,u=e("node_modules/echarts/lib/util/graphic");r.prototype={constructor:r,draw:function(e,o,t,r,s){var c="geo"===e.mainType,p=e.getData&&e.getData();c&&o.eachComponent({mainType:"series",subType:"map"},function(o){p||o.getHostGeoModel()!==e||(p=o.getData())});var m=e.coordinateSystem,d=this.group,g=m.scale,h={position:m.position,scale:g};!d.childAt(0)||s?d.attr(h):u.updateProps(d,h,e),d.removeAll();var f=["itemStyle"],v=["emphasis","itemStyle"],_=["label"],y=["emphasis","label"],w=l.createHashMap();l.each(m.regions,function(o){var t=w.get(o.name)||w.set(o.name,new u.Group),a=new u.CompoundPath({shape:{paths:[]}});t.add(a);var i,r=e.getRegionModel(o.name)||e,s=r.getModel(f),m=r.getModel(v),h=n(s,g),b=n(m,g),x=r.getModel(_),S=r.getModel(y);if(p){i=p.indexOfName(o.name);var D=p.getItemVisual(i,"color",!0);D&&(h.fill=D)}l.each(o.geometries,function(e){if("polygon"===e.type){a.shape.paths.push(new u.Polygon({shape:{points:e.exterior}}));for(var o=0;o<(e.interiors?e.interiors.length:0);o++)a.shape.paths.push(new u.Polygon({shape:{points:e.interiors[o]}}))}}),a.setStyle(h),a.style.strokeNoScale=!0,a.culling=!0;var T=x.get("show"),I=S.get("show"),M=p&&isNaN(p.get(p.mapDimension("value"),i)),A=p&&p.getItemLayout(i);if(c||M&&(T||I)||A&&A.showLabel){var C,H=c?o.name:i;(!p||i>=0)&&(C=e);var z=new u.Text({position:o.center.slice(),scale:[1/g[0],1/g[1]],z2:10,silent:!0});u.setLabelStyle(z.style,z.hoverStyle={},x,S,{labelFetcher:C,labelDataIndex:H,defaultText:o.name,useInsideStyle:!1},{textAlign:"center",textVerticalAlign:"middle"}),t.add(z)}if(p)p.setItemGraphicEl(i,t);else{var r=e.getRegionModel(o.name);a.eventData={componentType:"geo",geoIndex:e.componentIndex,name:o.name,region:r&&r.option||{}}}var F=t.__regions||(t.__regions=[]);F.push(o),u.setHoverStyle(t,b,{hoverSilentOnTouch:!!e.get("selectedMode")}),d.add(t)}),this._updateController(e,o,t),a(this,e,d,t,r),i(e,d)},remove:function(){this.group.removeAll(),this._controller.dispose(),this._controllerHost={}},_updateController:function(e,o,t){function n(){var o={type:"geoRoam",componentType:s};return o[s+"Id"]=e.id,o}var a=e.coordinateSystem,i=this._controller,r=this._controllerHost;r.zoomLimit=e.get("scaleLimit"),r.zoom=a.getZoom(),i.enable(e.get("roam")||!1);var s=e.mainType;i.off("pan").on("pan",function(e,o){this._mouseDownFlag=!1,c.updateViewOnPan(r,e,o),t.dispatchAction(l.extend(n(),{dx:e,dy:o}))},this),i.off("zoom").on("zoom",function(e,o,a){if(this._mouseDownFlag=!1,c.updateViewOnZoom(r,e,o,a),t.dispatchAction(l.extend(n(),{zoom:e,originX:o,originY:a})),this._updateGroup){var i=this.group,s=i.scale;i.traverse(function(e){"text"===e.type&&e.attr("scale",[1/s[0],1/s[1]])})}},this),i.setPointerChecker(function(o,n,i){return a.getViewRectAfterRoam().contain(n,i)&&!m(o,t,e)})}};var d=r;t.exports=d}); ;/*!node_modules/echarts/lib/chart/map/MapView.js*/ define("node_modules/echarts/lib/chart/map/MapView",function(e,t,a){var i=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/graphic"),l=e("node_modules/echarts/lib/component/helper/MapDraw"),s=i.extendChartView({type:"map",render:function(e,t,a,i){if(!i||"mapToggleSelect"!==i.type||i.from!==this.uid){var o=this.group;if(o.removeAll(),!e.getHostGeoModel()){if(i&&"geoRoam"===i.type&&"series"===i.componentType&&i.seriesId===e.id){var r=this._mapDraw;r&&o.add(r.group)}else if(e.needsDrawMap){var r=this._mapDraw||new l(a,!0);o.add(r.group),r.draw(e,t,a,this,i),this._mapDraw=r}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;e.get("showLegendSymbol")&&t.getComponent("legend")&&this._renderSymbols(e,t,a)}}},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){var t=e.originalData,a=this.group;t.each(t.mapDimension("value"),function(i,l){if(!isNaN(i)){var s=t.getItemLayout(l);if(s&&s.point){var n=s.point,m=s.offset,p=new r.Circle({style:{fill:e.getData().getVisual("color")},shape:{cx:n[0]+9*m,cy:n[1],r:3},silent:!0,z2:m?8:10});if(!m){var d=e.mainSeries.getData(),h=t.getName(l),u=d.indexOfName(h),g=t.getItemModel(l),c=g.getModel("label"),_=g.getModel("emphasis.label"),w=d.getItemGraphicEl(u),f=o.retrieve2(e.getFormattedLabel(l,"normal"),h),v=o.retrieve2(e.getFormattedLabel(l,"emphasis"),f),D=function(){var e=r.setTextStyle({},_,{text:_.get("show")?v:null},{isRectText:!0,useInsideStyle:!1},!0);p.style.extendFrom(e),p.__mapOriginalZ2=p.z2,p.z2+=1},y=function(){r.setTextStyle(p.style,c,{text:c.get("show")?f:null,textPosition:c.getShallow("position")||"bottom"},{isRectText:!0,useInsideStyle:!1}),null!=p.__mapOriginalZ2&&(p.z2=p.__mapOriginalZ2,p.__mapOriginalZ2=null)};w.on("mouseover",D).on("mouseout",y).on("emphasis",D).on("normal",y),y()}a.add(p)}}})}});a.exports=s}); ;/*!node_modules/echarts/lib/action/roamHelper.js*/ define("node_modules/echarts/lib/action/roamHelper",function(e,o){function t(e,o,t){var n=e.getZoom(),a=e.getCenter(),r=o.zoom,i=e.dataToPoint(a);if(null!=o.dx&&null!=o.dy){i[0]-=o.dx,i[1]-=o.dy;var a=e.pointToData(i);e.setCenter(a)}if(null!=r){if(t){var m=t.min||0,d=t.max||1/0;r=Math.max(Math.min(n*r,d),m)/n}e.scale[0]*=r,e.scale[1]*=r;var l=e.position,s=(o.originX-l[0])*(r-1),u=(o.originY-l[1])*(r-1);l[0]-=s,l[1]-=u,e.updateTransform();var a=e.pointToData(i);e.setCenter(a),e.setZoom(r*n)}return{center:e.getCenter(),zoom:e.getZoom()}}o.updateCenterAndZoom=t}); ;/*!node_modules/echarts/lib/action/geoRoam.js*/ define("node_modules/echarts/lib/action/geoRoam",function(e){var o=e("node_modules/echarts/lib/echarts"),t=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/action/roamHelper"),r=n.updateCenterAndZoom;o.registerAction({type:"geoRoam",event:"geoRoam",update:"updateTransform"},function(e,o){var n=e.componentType||"series";o.eachComponent({mainType:n,query:e},function(o){var s=o.coordinateSystem;if("geo"===s.type){var a=r(s,e,o.get("scaleLimit"));o.setCenter&&o.setCenter(a.center),o.setZoom&&o.setZoom(a.zoom),"series"===n&&t.each(o.seriesGroup,function(e){e.setCenter(a.center),e.setZoom(a.zoom)})}})})}); ;/*!node_modules/echarts/lib/chart/map/mapSymbolLayout.js*/ define("node_modules/echarts/lib/chart/map/mapSymbolLayout",function(e,t,a){function o(e){var t={};e.eachSeriesByType("map",function(a){var o=a.getMapType();if(!a.getHostGeoModel()&&!t[o]){var i={};n.each(a.seriesGroup,function(t){var a=t.coordinateSystem,o=t.originalData;t.get("showLegendSymbol")&&e.getComponent("legend")&&o.each(o.mapDimension("value"),function(e,t){var n=o.getName(t),r=a.getRegion(n);if(r&&!isNaN(e)){var m=i[n]||0,s=a.dataToPoint(r.center);i[n]=m+1,o.setItemLayout(t,{point:s,offset:m})}})});var r=a.getData();r.each(function(e){var t=r.getName(e),a=r.getItemLayout(e)||{};a.showLabel=!i[t],r.setItemLayout(e,a)}),t[o]=!0}})}var n=e("node_modules/zrender/lib/core/util");a.exports=o}); ;/*!node_modules/echarts/lib/chart/map/mapVisual.js*/ define("node_modules/echarts/lib/chart/map/mapVisual",function(e,o,t){function a(e){e.eachSeriesByType("map",function(e){var o=e.get("color"),t=e.getModel("itemStyle"),a=t.get("areaColor"),r=t.get("color")||o[e.seriesIndex%o.length];e.getData().setVisual({areaColor:a,color:r})})}t.exports=a}); ;/*!node_modules/echarts/lib/chart/map/mapDataStatistic.js*/ define("node_modules/echarts/lib/chart/map/mapDataStatistic",function(e,a,t){function n(e,a){var t={};return i.each(e,function(e){e.each(e.mapDimension("value"),function(a,n){var o="ec-"+e.getName(n);t[o]=t[o]||[],isNaN(a)||t[o].push(a)})}),e[0].map(e[0].mapDimension("value"),function(n,o){for(var i="ec-"+e[0].getName(o),r=0,u=1/0,c=-1/0,l=t[i].length,m=0;l>m;m++)u=Math.min(u,t[i][m]),c=Math.max(c,t[i][m]),r+=t[i][m];var s;return s="min"===a?u:"max"===a?c:"average"===a?r/l:r,0===l?0/0:s})}function o(e){var a={};e.eachSeriesByType("map",function(e){var t=e.getHostGeoModel(),n=t?"o"+t.id:"i"+e.getMapType();(a[n]=a[n]||[]).push(e)}),i.each(a,function(e){for(var a=n(i.map(e,function(e){return e.getData()}),e[0].get("mapValueCalculation")),t=0;te&&(e=r.height)}this.height=e+1},getNodeById:function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,r=n.length;r>e;e++){var i=n[e].getNodeById(t);if(i)return i}},contains:function(t){if(t===this)return!0;for(var e=0,n=this.children,r=n.length;r>e;e++){var i=n[e].contains(t);if(i)return i}},getAncestors:function(t){for(var e=[],n=t?this:this.parentNode;n;)e.push(n),n=n.parentNode;return e.reverse(),e},getValue:function(t){var e=this.hostTree.data;return e.get(e.getDimension(t||"value"),this.dataIndex)},setLayout:function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},getLayout:function(){return this.hostTree.data.getItemLayout(this.dataIndex)},getModel:function(t){if(!(this.dataIndex<0)){var e,n=this.hostTree,r=n.data.getItemModel(this.dataIndex),i=this.getLevelModel();return i||0!==this.children.length&&(0===this.children.length||this.isExpand!==!1)||(e=this.getLeavesModel()),r.getModel(t,(i||e||n.hostModel).getModel(t))}},getLevelModel:function(){return(this.hostTree.levelModels||[])[this.depth]},getLeavesModel:function(){return this.hostTree.leavesModel},setVisual:function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},getVisual:function(t,e){return this.hostTree.data.getItemVisual(this.dataIndex,t,e)},getRawIndex:function(){return this.hostTree.data.getRawIndex(this.dataIndex)},getId:function(){return this.hostTree.data.getId(this.dataIndex)},isAncestorOf:function(t){for(var e=t.parentNode;e;){if(e===this)return!0;e=e.parentNode}return!1},isDescendantOf:function(t){return t!==this&&t.isAncestorOf(this)}},r.prototype={constructor:r,type:"tree",eachNode:function(t,e,n){this.root.eachNode(t,e,n)},getNodeByDataIndex:function(t){var e=this.data.getRawIndex(t);return this._nodes[e]},getNodeByName:function(t){return this.root.getNodeByName(t)},update:function(){for(var t=this.data,e=this._nodes,n=0,r=e.length;r>n;n++)e[n].dataIndex=-1;for(var n=0,r=t.count();r>n;n++)e[t.getRawIndex(n)].dataIndex=n},clearLayouts:function(){this.data.clearItemLayouts()}},r.createTree=function(t,e,n){function o(t,e){var n=t.value;f=Math.max(f,a.isArray(n)?n.length:1),c.push(t);var r=new u(t.name,l);e?i(r,e):l.root=r,l._nodes.push(r);var s=t.children;if(s)for(var d=0;dn&&(n=e.depth)});var i=e.expandAndCollapse,d=i&&e.initialTreeDepth>=0?e.initialTreeDepth:n;return l.root.eachNode("preorder",function(e){var t=e.hostTree.data.getRawDataItem(e.dataIndex);e.isExpand=t&&null!=t.collapsed?!t.collapsed:e.depth<=d}),l.data},getOrient:function(){var e=this.get("orient");return"horizontal"===e?e="LR":"vertical"===e&&(e="TB"),e},formatTooltip:function(e){for(var t=this.getData().tree,a=t.root.children[0],o=t.getNodeByDataIndex(e),r=o.getValue(),l=o.name;o&&o!==a;)l=o.parentNode.name+"."+l,o=o.parentNode;return n(l+(isNaN(r)||null==r?"":" : "+r))},defaultOption:{zlevel:0,z:2,left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",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}});a.exports=i}); ;/*!node_modules/echarts/lib/chart/tree/layoutHelper.js*/ define("node_modules/echarts/lib/chart/tree/layoutHelper",function(e,r){function i(e){e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var r,i,o=[e];r=o.pop();)if(i=r.children,r.isExpand&&i.length)for(var d=i.length,n=d-1;n>=0;n--){var t=i[n];t.hierNode={defaultAncestor:null,ancestor:t,prelim:0,modifier:0,change:0,shift:0,i:n,thread:null},o.push(t)}}function o(e,r){var i=e.isExpand?e.children:[],o=e.parentNode.children,d=e.hierNode.i?o[e.hierNode.i-1]:null;if(i.length){a(e);var n=(i[0].hierNode.prelim+i[i.length-1].hierNode.prelim)/2;d?(e.hierNode.prelim=d.hierNode.prelim+r(e,d),e.hierNode.modifier=e.hierNode.prelim-n):e.hierNode.prelim=n}else d&&(e.hierNode.prelim=d.hierNode.prelim+r(e,d));e.parentNode.hierNode.defaultAncestor=N(e,d,e.parentNode.hierNode.defaultAncestor||o[0],r)}function d(e){var r=e.hierNode.prelim+e.parentNode.hierNode.modifier;e.setLayout({x:r},!0),e.hierNode.modifier+=e.parentNode.hierNode.modifier}function n(e){return arguments.length?e:m}function t(e,r){var i={};return e-=Math.PI/2,i.x=r*Math.cos(e),i.y=r*Math.sin(e),i}function h(e,r){return p.getLayoutRect(e.getBoxLayoutParams(),{width:r.getWidth(),height:r.getHeight()})}function a(e){for(var r=e.children,i=r.length,o=0,d=0;--i>=0;){var n=r[i];n.hierNode.prelim+=o,n.hierNode.modifier+=o,d+=n.hierNode.change,o+=n.hierNode.shift+d}}function N(e,r,i,o){if(r){for(var d=e,n=e,t=n.parentNode.children[0],h=r,a=d.hierNode.modifier,N=n.hierNode.modifier,m=t.hierNode.modifier,p=h.hierNode.modifier;h=l(h),n=f(n),h&&n;){d=l(d),t=f(t),d.hierNode.ancestor=e;var s=h.hierNode.prelim+p-n.hierNode.prelim-N+o(h,n);s>0&&(u(c(h,e,i),e,s),N+=s,a+=s),p+=h.hierNode.modifier,N+=n.hierNode.modifier,a+=d.hierNode.modifier,m+=t.hierNode.modifier}h&&!l(d)&&(d.hierNode.thread=h,d.hierNode.modifier+=p-a),n&&!f(t)&&(t.hierNode.thread=n,t.hierNode.modifier+=N-m,i=e)}return i}function l(e){var r=e.children;return r.length&&e.isExpand?r[r.length-1]:e.hierNode.thread}function f(e){var r=e.children;return r.length&&e.isExpand?r[0]:e.hierNode.thread}function c(e,r,i){return e.hierNode.ancestor.parentNode===r.parentNode?e.hierNode.ancestor:i}function u(e,r,i){var o=i/(r.hierNode.i-e.hierNode.i);r.hierNode.change-=o,r.hierNode.shift+=i,r.hierNode.modifier+=i,r.hierNode.prelim+=i,e.hierNode.change+=o}function m(e,r){return e.parentNode===r.parentNode?1:2}var p=e("node_modules/echarts/lib/util/layout");r.init=i,r.firstWalk=o,r.secondWalk=d,r.separation=n,r.radialCoordinate=t,r.getViewRect=h}); ;/*!node_modules/echarts/lib/chart/tree/TreeView.js*/ define("node_modules/echarts/lib/chart/tree/TreeView",function(e,t,a){function r(e,t){var a=e.getItemLayout(t);return a&&!isNaN(a.x)&&!isNaN(a.y)&&"none"!==e.getItemVisual(t,"symbol")}function o(e,t,a){return a.itemModel=t,a.itemStyle=t.getModel("itemStyle").getItemStyle(),a.hoverItemStyle=t.getModel("emphasis.itemStyle").getItemStyle(),a.lineStyle=t.getModel("lineStyle").getLineStyle(),a.labelModel=t.getModel("label"),a.hoverLabelModel=t.getModel("emphasis.label"),a.symbolInnerColor=e.isExpand===!1&&0!==e.children.length?a.itemStyle.fill:"#fff",a}function i(e,t,a,r,i,l){var y=!a,p=e.tree.getNodeByDataIndex(t),c=p.getModel(),l=o(p,c,l),h=e.tree.root,x=p.parentNode===h?p:p.parentNode||p,g=e.getItemGraphicEl(x.dataIndex),m=x.getLayout(),f=g?{x:g.position[0],y:g.position[1],rawX:g.__radialOldRawX,rawY:g.__radialOldRawY}:m,v=p.getLayout();y?(a=new s(e,t,l),a.attr("position",[f.x,f.y])):a.updateData(e,t,l),a.__radialOldRawX=a.__radialRawX,a.__radialOldRawY=a.__radialRawY,a.__radialRawX=v.rawX,a.__radialRawY=v.rawY,r.add(a),e.setItemGraphicEl(t,a),u.updateProps(a,{position:[v.x,v.y]},i);var _=a.getSymbolPath();if("radial"===l.layout){var I,w,b=h.children[0],M=b.getLayout(),L=b.children.length;if(v.x===M.x&&p.isExpand===!0){var N={};N.x=(b.children[0].getLayout().x+b.children[L-1].getLayout().x)/2,N.y=(b.children[0].getLayout().y+b.children[L-1].getLayout().y)/2,I=Math.atan2(N.y-M.y,N.x-M.x),0>I&&(I=2*Math.PI+I),w=N.xI&&(I=2*Math.PI+I),0===p.children.length||0!==p.children.length&&p.isExpand===!1?(w=v.xM.x,w||(I-=Math.PI));var S=w?"left":"right";_.setStyle({textPosition:S,textRotation:-I,textOrigin:"center",verticalAlign:"middle"})}if(p.parentNode&&p.parentNode!==h){var R=a.__edge;R||(R=a.__edge=new u.BezierCurve({shape:n(l,f,f),style:d.defaults({opacity:0},l.lineStyle)})),u.updateProps(R,{shape:n(l,m,v),style:{opacity:1}},i),r.add(R)}}function l(e,t,a,r,i,l){for(var d,s=e.tree.getNodeByDataIndex(t),y=e.tree.root,p=s.getModel(),l=o(s,p,l),c=s.parentNode===y?s:s.parentNode||s;d=c.getLayout(),null==d;)c=c.parentNode===y?c:c.parentNode||c;u.updateProps(a,{position:[d.x+1,d.y+1]},i,function(){r.remove(a),e.setItemGraphicEl(t,null)}),a.fadeOut(null,{keepLabel:!0});var h=a.__edge;h&&u.updateProps(h,{shape:n(l,d,d),style:{opacity:0}},i,function(){r.remove(h)})}function n(e,t,a){var r,o,i,l,n=e.orient;if("radial"===e.layout){var d=t.rawX,u=t.rawY,s=a.rawX,y=a.rawY,c=p(d,u),h=p(d,u+(y-u)*e.curvature),x=p(s,y+(u-y)*e.curvature),g=p(s,y);return{x1:c.x,y1:c.y,x2:g.x,y2:g.y,cpx1:h.x,cpy1:h.y,cpx2:x.x,cpy2:x.y}}var d=t.x,u=t.y,s=a.x,y=a.y;return("LR"===n||"RL"===n)&&(r=d+(s-d)*e.curvature,o=u,i=s+(d-s)*e.curvature,l=y),("TB"===n||"BT"===n)&&(r=d,o=u+(y-u)*e.curvature,i=s,l=y+(u-y)*e.curvature),{x1:d,y1:u,x2:s,y2:y,cpx1:r,cpy1:o,cpx2:i,cpy2:l}}var d=e("node_modules/zrender/lib/core/util"),u=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/chart/helper/Symbol"),y=e("node_modules/echarts/lib/chart/tree/layoutHelper"),p=y.radialCoordinate,c=e("node_modules/echarts/lib/echarts"),h=c.extendChartView({type:"tree",init:function(){this._oldTree,this._mainGroup=new u.Group,this.group.add(this._mainGroup)},render:function(e,t,a){var o=e.getData(),n=e.layoutInfo,d=this._mainGroup,u=e.get("layout");"radial"===u?d.attr("position",[n.x+n.width/2,n.y+n.height/2]):d.attr("position",[n.x,n.y]);var s=this._data,y={expandAndCollapse:e.get("expandAndCollapse"),layout:u,orient:e.getOrient(),curvature:e.get("lineStyle.curveness"),symbolRotate:e.get("symbolRotate"),symbolOffset:e.get("symbolOffset"),hoverAnimation:e.get("hoverAnimation"),useNameLabel:!0,fadeIn:!0};o.diff(s).add(function(t){r(o,t)&&i(o,t,null,d,e,y)}).update(function(t,a){var n=s.getItemGraphicEl(a);return r(o,t)?void i(o,t,n,d,e,y):void(n&&l(s,a,n,d,e,y))}).remove(function(t){var a=s.getItemGraphicEl(t);a&&l(s,t,a,d,e,y)}).execute(),y.expandAndCollapse===!0&&o.eachItemGraphicEl(function(t,r){t.off("click").on("click",function(){a.dispatchAction({type:"treeExpandAndCollapse",seriesId:e.id,dataIndex:r})})}),this._data=o},dispose:function(){},remove:function(){this._mainGroup.removeAll(),this._data=null}});a.exports=h}); ;/*!node_modules/echarts/lib/chart/tree/treeAction.js*/ define("node_modules/echarts/lib/chart/tree/treeAction",function(e){var t=e("node_modules/echarts/lib/echarts");t.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(e,t){t.eachComponent({mainType:"series",subType:"tree",query:e},function(t){var n=e.dataIndex,a=t.getData().tree,d=a.getNodeByDataIndex(n);d.isExpand=!d.isExpand})})}); ;/*!node_modules/echarts/lib/chart/tree/traversalHelper.js*/ define("node_modules/echarts/lib/chart/tree/traversalHelper",function(e,r){function n(e,r,n){for(var f,a=[e],o=[];f=a.pop();)if(o.push(f),f.isExpand){var h=f.children;if(h.length)for(var i=0;i=0;o--)f.push(a[o])}}r.eachAfter=n,r.eachBefore=f}); ;/*!node_modules/echarts/lib/chart/tree/treeLayout.js*/ define("node_modules/echarts/lib/chart/tree/treeLayout",function(e,t,a){function r(e,t){e.eachSeriesByType("tree",function(e){o(e,t)})}function o(e,t){var a=f(e,t);e.layoutInfo=a;var r=e.get("layout"),o=0,i=0,h=null;"radial"===r?(o=2*Math.PI,i=Math.min(a.height,a.width)/2,h=c(function(e,t){return(e.parentNode===t.parentNode?1:2)/e.depth})):(o=a.width,i=a.height,h=c());var L=e.getData().tree.root,g=L.children[0];if(g){u(L),n(g,y,h),L.hierNode.modifier=-g.hierNode.prelim,d(g,l);var s=g,x=g,v=g;d(g,function(e){var t=e.getLayout().x;tx.getLayout().x&&(x=e),e.depth>v.depth&&(v=e)});var m=s===x?1:h(s,x)/2,w=m-s.getLayout().x,B=0,N=0,R=0,T=0;if("radial"===r)B=o/(x.getLayout().x+m+w),N=i/(v.depth-1||1),d(g,function(e){R=(e.getLayout().x+w)*B,T=(e.depth-1)*N;var t=p(R,T);e.setLayout({x:t.x,y:t.y,rawX:R,rawY:T},!0)});else{var b=e.getOrient();"RL"===b||"LR"===b?(N=i/(x.getLayout().x+m+w),B=o/(v.depth-1||1),d(g,function(e){T=(e.getLayout().x+w)*N,R="LR"===b?(e.depth-1)*B:o-(e.depth-1)*B,e.setLayout({x:R,y:T},!0)})):("TB"===b||"BT"===b)&&(B=o/(x.getLayout().x+m+w),N=i/(v.depth-1||1),d(g,function(e){R=(e.getLayout().x+w)*B,T="TB"===b?(e.depth-1)*N:i-(e.depth-1)*N,e.setLayout({x:R,y:T},!0)}))}}}var i=e("node_modules/echarts/lib/chart/tree/traversalHelper"),n=i.eachAfter,d=i.eachBefore,h=e("node_modules/echarts/lib/chart/tree/layoutHelper"),u=h.init,y=h.firstWalk,l=h.secondWalk,c=h.separation,p=h.radialCoordinate,f=h.getViewRect;a.exports=r}); ;/*!node_modules/echarts/lib/chart/tree.js*/ define("node_modules/echarts/lib/chart/tree",function(e){var r=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/tree/TreeSeries"),e("node_modules/echarts/lib/chart/tree/TreeView"),e("node_modules/echarts/lib/chart/tree/treeAction");var t=e("node_modules/echarts/lib/visual/symbol"),s=e("node_modules/echarts/lib/chart/tree/treeLayout");r.registerVisual(t("tree","circle")),r.registerLayout(s)}); ;/*!node_modules/echarts/lib/chart/helper/treeHelper.js*/ define("node_modules/echarts/lib/chart/helper/treeHelper",function(e,r){function t(e,r,t){if(e&&d.indexOf(r,e.type)>=0){var n=t.getData().tree.root,a=e.targetNode;if(a&&n.contains(a))return{node:a};var o=e.targetNodeId;if(null!=o&&(a=n.getNodeById(o)))return{node:a}}}function n(e){for(var r=[];e;)e=e.parentNode,e&&r.push(e);return r.reverse()}function a(e,r){var t=n(e);return d.indexOf(t,r)>=0}function o(e,r){for(var t=[];e;){var n=e.dataIndex;t.push({name:e.name,dataIndex:n,value:r.getRawValue(n)}),e=e.parentNode}return t.reverse(),t}var d=e("node_modules/zrender/lib/core/util");r.retrieveTargetInfo=t,r.getPathToRoot=n,r.aboveViewRoot=a,r.wrapTreePathInfo=o}); ;/*!node_modules/echarts/lib/chart/treemap/TreemapSeries.js*/ define("node_modules/echarts/lib/chart/treemap/TreemapSeries",function(e,t,o){function i(e){var t=0;r.each(e.children,function(e){i(e);var o=e.value;r.isArray(o)&&(o=o[0]),t+=o});var o=e.value;r.isArray(o)&&(o=o[0]),(null==o||isNaN(o))&&(o=t),0>o&&(o=0),r.isArray(e.value)?e.value[0]=o:e.value=o}function a(e,t){var o=t.get("color");if(o){e=e||[];var i;if(r.each(e,function(e){var t=new s(e),o=t.get("color");(t.get("itemStyle.color")||o&&"none"!==o)&&(i=!0)}),!i){var a=e[0]||(e[0]={});a.color=o.slice()}return e}}var r=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/model/Series"),n=e("node_modules/echarts/lib/data/Tree"),s=e("node_modules/echarts/lib/model/Model"),d=e("node_modules/echarts/lib/util/format"),u=d.encodeHTML,h=d.addCommas,c=e("node_modules/echarts/lib/chart/helper/treeHelper"),p=c.wrapTreePathInfo,f=l.extend({type:"series.treemap",layoutMode:"box",dependencies:["grid","polar"],_viewRoot:null,defaultOption:{progressive:0,hoverLayerThreshold:1/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 o={name:e.name,children:e.data};i(o);var r=e.levels||[];r=e.levels=a(r,t);var l={};return l.levels=r,n.createTree(o,this,l).data},optionUpdated:function(){this.resetViewRoot()},formatTooltip:function(e){var t=this.getData(),o=this.getRawValue(e),i=h(r.isArray(o)?o[0]:o),a=t.getName(e);return u(a+": "+i)},getDataParams:function(e){var t=l.prototype.getDataParams.apply(this,arguments),o=this.getData().tree.getNodeByDataIndex(e);return t.treePathInfo=p(o,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 o=t.get(e);return null==o&&t.set(e,o=this._idIndexMapCount++),o},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)}});o.exports=f}); ;/*!node_modules/echarts/lib/chart/treemap/Breadcrumb.js*/ define("node_modules/echarts/lib/chart/treemap/Breadcrumb",function(e,t,o){function r(e){this.group=new a.Group,e.add(this.group)}function n(e,t,o,r,n,i){var a=[[n?e:e-u,t],[e+o,t],[e+o,t+r],[n?e:e-u,t+r]];return!i&&a.splice(2,0,[e+o+u,t+r/2]),!n&&a.push([e,t+r/2]),a}function i(e,t,o){e.eventData={componentType:"series",componentSubType:"treemap",seriesIndex:t.componentIndex,seriesName:t.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:o&&o.dataIndex,name:o&&o.name},treePathInfo:o&&p(o,t)}}var a=e("node_modules/echarts/lib/util/graphic"),d=e("node_modules/echarts/lib/util/layout"),l=e("node_modules/zrender/lib/core/util"),h=e("node_modules/echarts/lib/chart/helper/treeHelper"),p=h.wrapTreePathInfo,s=8,m=8,u=5;r.prototype={constructor:r,render:function(e,t,o,r){var n=e.getModel("breadcrumb"),i=this.group;if(i.removeAll(),n.get("show")&&o){var a=n.getModel("itemStyle"),l=a.getModel("textStyle"),h={pos:{left:n.get("left"),right:n.get("right"),top:n.get("top"),bottom:n.get("bottom")},box:{width:t.getWidth(),height:t.getHeight()},emptyItemWidth:n.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(o,h,l),this._renderContent(e,h,a,l,r),d.positionElement(i,h.pos,h.box)}},_prepare:function(e,t,o){for(var r=e;r;r=r.parentNode){var n=r.getModel().get("name"),i=o.getTextRect(n),a=Math.max(i.width+2*s,t.emptyItemWidth);t.totalWidth+=a+m,t.renderList.push({node:r,text:n,width:a})}},_renderContent:function(e,t,o,r,h){for(var p=0,s=t.emptyItemWidth,u=e.get("breadcrumb.height"),g=d.getAvailableSize(t.pos,t.box),c=t.totalWidth,b=t.renderList,f=b.length-1;f>=0;f--){var x=b[f],v=x.node,y=x.width,I=x.text;c>g.width&&(c-=y-s,y=s,I=null);var w=new a.Polygon({shape:{points:n(p,0,y,u,f===b.length-1,0===f)},style:l.defaults(o.getItemStyle(),{lineJoin:"bevel",text:I,textFill:r.getTextColor(),textFont:r.getFont()}),z:10,onclick:l.curry(h,v)});this.group.add(w),i(w,e,v),p+=y+m}},remove:function(){this.group.removeAll()}};var g=r;o.exports=g}); ;/*!node_modules/echarts/lib/util/animation.js*/ define("node_modules/echarts/lib/util/animation",function(e,n){function t(){var e,n=[],t={};return{add:function(e,r,a,o,u){return i.isString(o)&&(u=o,o=0),t[e.id]?!1:(t[e.id]=1,n.push({el:e,target:r,time:a,delay:o,easing:u}),!0)},done:function(n){return e=n,this},start:function(){function i(){r--,r||(n.length=0,t={},e&&e())}for(var r=n.length,a=0,o=n.length;o>a;a++){var u=n[a];u.el.animateTo(u.target,u.time,u.delay,u.easing,i)}return this}}}var i=e("node_modules/zrender/lib/core/util");n.createWrap=t}); ;/*!node_modules/echarts/lib/chart/treemap/TreemapView.js*/ define("node_modules/echarts/lib/chart/treemap/TreemapView",function(e,t,o){function i(){return{nodeGroup:[],background:[],content:[]}}function r(e,t,o,i,r,a,l,h,u,c){function f(t,o,i){o.dataIndex=l.dataIndex,o.seriesIndex=e.seriesIndex,o.setShape({x:0,y:0,width:k,height:S});var r=l.getVisual("borderColor",!0),n=B.get("borderColor");m(o,function(){var e=D(Z);e.fill=r;var t=G(B);if(t.fill=n,i){var a=k-2*W;g(e,t,r,a,z,{x:W,y:0,width:a,height:z})}else e.text=t.text=null;o.setStyle(e),d.setHoverStyle(o,t)}),t.add(o)}function p(t,o){o.dataIndex=l.dataIndex,o.seriesIndex=e.seriesIndex;var i=Math.max(k-2*W,0),r=Math.max(S-2*W,0);o.culling=!0,o.setShape({x:W,y:W,width:i,height:r});var n=l.getVisual("color",!0);m(o,function(){var e=D(Z);e.fill=n;var t=G(B);g(e,t,n,i,r),o.setStyle(e),d.setHoverStyle(o,t)}),t.add(o)}function m(e,t){L?!e.invisible&&a.push(e):(t(),e.__tmWillVisible||(e.invisible=!1))}function g(t,o,i,r,n,a){var h=l.getModel(),u=s.retrieve(e.getFormattedLabel(l.dataIndex,"normal",null,null,a?"upperLabel":"label"),h.get("name"));if(!a&&I.isLeafRoot){var c=e.get("drillDownIcon",!0);u=c?c+" "+u:u}var f=h.getModel(a?N:x),p=h.getModel(a?R:T),m=f.getShallow("show");d.setLabelStyle(t,o,f,p,{defaultText:m?u:null,autoColor:i,isRectText:!0}),a&&(t.textRect=s.clone(a)),t.truncate=m&&f.get("ellipsis")?{outerWidth:r,outerHeight:n,minChar:2}:null}function _(e,i,a,s){var d=null!=V&&o[e][V],l=r[e];return d?(o[e][V]=null,b(l,d,e)):L||(d=new i({z:n(a,s)}),d.__tmDepth=a,d.__tmStorageName=e,w(l,d,e)),t[e][H]=d}function b(e,t,o){var i=e[H]={};i.old="nodeGroup"===o?t.position.slice():s.extend({},t.shape)}function w(e,t,o){var n=e[H]={},a=l.parentNode;if(a&&(!i||"drillDown"===i.direction)){var s=0,d=0,h=r.background[a.getRawIndex()];!i&&h&&h.old&&(s=h.old.width,d=h.old.height),n.old="nodeGroup"===o?[0,d]:{x:s,y:d,width:0,height:0}}n.fadein="nodeGroup"!==o}if(l){var I=l.getLayout();if(I&&I.isInView){var k=I.width,S=I.height,W=I.borderWidth,L=I.invisible,H=l.getRawIndex(),V=h&&h.getRawIndex(),A=l.viewChildren,z=I.upperHeight,F=A&&A.length,Z=l.getModel("itemStyle"),B=l.getModel("emphasis.itemStyle"),E=_("nodeGroup",v);if(E){if(u.add(E),E.attr("position",[I.x||0,I.y||0]),E.__tmNodeWidth=k,E.__tmNodeHeight=S,I.isAboveViewRoot)return E;var O=_("background",y,c,M);if(O&&f(E,O,F&&I.upperHeight),!F){var P=_("content",y,c,C);P&&p(E,P)}return E}}}}function n(e,t){var o=e*I+t;return(o-1)/o}var a=e("node_modules/echarts/lib/echarts"),s=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/util/graphic"),l=e("node_modules/echarts/lib/data/DataDiffer"),h=e("node_modules/echarts/lib/chart/helper/treeHelper"),u=e("node_modules/echarts/lib/chart/treemap/Breadcrumb"),c=e("node_modules/echarts/lib/component/helper/RoamController"),f=e("node_modules/zrender/lib/core/BoundingRect"),p=e("node_modules/zrender/lib/core/matrix"),m=e("node_modules/echarts/lib/util/animation"),g=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),_=s.bind,v=d.Group,y=d.Rect,b=s.each,w=3,x=["label"],T=["emphasis","label"],N=["upperLabel"],R=["emphasis","upperLabel"],I=10,M=1,C=2,G=g([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),D=function(e){var t=G(e);return t.stroke=t.fill=t.lineWidth=null,t},k=a.extendChartView({type:"treemap",init:function(){this._containerGroup,this._storage=i(),this._oldTree,this._breadcrumb,this._controller,this._state="ready"},render:function(e,t,o,i){var r=t.findComponents({mainType:"series",subType:"treemap",query:i});if(!(s.indexOf(r,e)<0)){this.seriesModel=e,this.api=o,this.ecModel=t;var n=["treemapZoomToNode","treemapRootToNode"],a=h.retrieveTargetInfo(i,n,e),d=i&&i.type,l=e.layoutInfo,u=!this._oldTree,c=this._storage,f="treemapRootToNode"===d&&a&&c?{rootNodeGroup:c.nodeGroup[a.node.getRawIndex()],direction:i.direction}:null,p=this._giveContainerGroup(l),m=this._doRender(p,e,f);u||d&&"treemapZoomToNode"!==d&&"treemapRootToNode"!==d?m.renderFinally():this._doAnimation(p,m,e,f),this._resetController(o),this._renderBreadcrumb(e,o,a)}},_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,o){function n(e,t,o,i,r){function a(e){return e.getId()}function d(a,s){var d=null!=a?e[a]:null,l=null!=s?t[s]:null,h=g(d,l,o,r);h&&n(d&&d.viewChildren||[],l&&l.viewChildren||[],h,i,r+1)}i?(t=e,b(e,function(e,t){!e.isRemoved()&&d(t,t)})):new l(t,e,a,a).add(d).update(d).remove(s.curry(d,null)).execute()}function a(e){var t=i();return e&&b(e,function(e,o){var i=t[o];b(e,function(e){e&&(i.push(e),e.__tmWillDelete=1)})}),t}function d(){b(_,function(e){b(e,function(e){e.parent&&e.parent.remove(e)})}),b(m,function(e){e.invisible=!0,e.dirty()})}var h=t.getData().tree,u=this._oldTree,c=i(),f=i(),p=this._storage,m=[],g=s.curry(r,t,f,p,o,c,m);n(h.root?[h.root]:[],u&&u.root?[u.root]:[],e,h===u||!u,0);var _=a(p);return this._oldTree=h,this._storage=f,{lastsForAnimation:c,willDeleteEls:_,renderFinally:d}},_doAnimation:function(e,t,o,i){if(o.get("animation")){var r=o.get("animationDurationUpdate"),n=o.get("animationEasing"),a=m.createWrap();b(t.willDeleteEls,function(e,t){b(e,function(e){if(!e.invisible){var o,s=e.parent;if(i&&"drillDown"===i.direction)o=s===i.rootNodeGroup?{shape:{x:0,y:0,width:s.__tmNodeWidth,height:s.__tmNodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var d=0,l=0;s.__tmWillDelete||(d=s.__tmNodeWidth/2,l=s.__tmNodeHeight/2),o="nodeGroup"===t?{position:[d,l],style:{opacity:0}}:{shape:{x:d,y:l,width:0,height:0},style:{opacity:0}}}o&&a.add(e,o,r,n)}})}),b(this._storage,function(e,o){b(e,function(e,i){var d=t.lastsForAnimation[o][i],l={};d&&("nodeGroup"===o?d.old&&(l.position=e.position.slice(),e.attr("position",d.old)):(d.old&&(l.shape=s.extend({},e.shape),e.setShape(d.old)),d.fadein?(e.setStyle("opacity",0),l.style={opacity:1}):1!==e.style.opacity&&(l.style={opacity:1})),a.add(e,l,r,n))})},this),this._state="animating",a.done(_(function(){this._state="ready",t.renderFinally()},this)).start()}},_resetController:function(e){var t=this._controller;t||(t=this._controller=new c(e.getZr()),t.enable(this.seriesModel.get("roam")),t.on("pan",_(this._onPan,this)),t.on("zoom",_(this._onZoom,this)));var o=new f(0,0,e.getWidth(),e.getHeight());t.setPointerChecker(function(e,t,i){return o.contain(t,i)})},_clearController:function(){var e=this._controller;e&&(e.dispose(),e=null)},_onPan:function(e,t){if("animating"!==this._state&&(Math.abs(e)>w||Math.abs(t)>w)){var o=this.seriesModel.getData().tree.root;if(!o)return;var i=o.getLayout();if(!i)return;this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:i.x+e,y:i.y+t,width:i.width,height:i.height}})}},_onZoom:function(e,t,o){if("animating"!==this._state){var i=this.seriesModel.getData().tree.root;if(!i)return;var r=i.getLayout();if(!r)return;var n=new f(r.x,r.y,r.width,r.height),a=this.seriesModel.layoutInfo;t-=a.x,o-=a.y;var s=p.create();p.translate(s,s,[-t,-o]),p.scale(s,s,[e,e]),p.translate(s,s,[t,o]),n.applyTransform(s),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x,y:n.y,width:n.width,height:n.height}})}},_initEvents:function(e){e.on("click",function(e){if("ready"===this._state){var t=this.seriesModel.get("nodeClick",!0);if(t){var o=this.findTarget(e.offsetX,e.offsetY);if(o){var i=o.node;if(i.getLayout().isLeafRoot)this._rootToNode(o);else if("zoomToNode"===t)this._zoomToNode(o);else if("link"===t){var r=i.hostTree.data.getItemModel(i.dataIndex),n=r.get("link",!0),a=r.get("target",!0)||"blank";n&&window.open(n,a)}}}}},this)},_renderBreadcrumb:function(e,t,o){function i(t){"animating"!==this._state&&(h.aboveViewRoot(e.getViewRoot(),t)?this._rootToNode({node:t}):this._zoomToNode({node:t}))}o||(o=null!=e.get("leafDepth",!0)?{node:e.getViewRoot()}:this.findTarget(t.getWidth()/2,t.getHeight()/2),o||(o={node:e.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new u(this.group))).render(e,t,o.node,_(i,this))},remove:function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=i(),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 o,i=this.seriesModel.getViewRoot();return i.eachNode({attr:"viewChildren",order:"preorder"},function(i){var r=this._storage.background[i.getRawIndex()];if(r){var n=r.transformCoordToLocal(e,t),a=r.shape;if(!(a.x<=n[0]&&n[0]<=a.x+a.width&&a.y<=n[1]&&n[1]<=a.y+a.height))return!1;o={node:i,offsetX:n[0],offsetY:n[1]}}},this),o}});o.exports=k}); ;/*!node_modules/echarts/lib/chart/treemap/treemapAction.js*/ define("node_modules/echarts/lib/chart/treemap/treemapAction",function(e){for(var o=e("node_modules/echarts/lib/echarts"),t=e("node_modules/echarts/lib/chart/helper/treeHelper"),r=function(){},a=["treemapZoomToNode","treemapRender","treemapMove"],i=0;i=0;a--)null==t[a]&&(delete r[n[a]],n.pop())}function a(i,n){var t=i.visual,r=[];v.isObject(t)?m(t,function(i){r.push(i)}):null!=t&&r.push(t);var e={color:1,symbol:1};n||1!==r.length||e.hasOwnProperty(i.type)||(r[1]=r[0]),h(i,r)}function o(i){return{applyVisual:function(n,t,r){n=this.mapValueToVisual(n),r("color",i(t("color"),n))},_doMap:p([0,1])}}function l(i){var n=this.option.visual;return n[Math.round(V(i,[0,1],[0,n.length-1],!0))]||{}}function u(i){return function(n,t,r){r(i,this.mapValueToVisual(n))}}function s(i){var n=this.option.visual;return n[this.option.loop&&i!==M?i%n.length:i]}function c(){return this.option.visual[0]}function p(i){return{linear:function(n){return V(n,i,this.option.visual,!0)},category:s,piecewise:function(n,t){var r=f.call(this,t);return null==r&&(r=V(n,i,this.option.visual,!0)),r},fixed:c}}function f(i){var n=this.option,t=n.pieceList;if(n.hasSpecialVisual){var r=_.findPieceIndex(i,t),e=t[r];if(e&&e.visual)return e.visual[this.type]}}function h(i,n){return i.visual=n,"color"===i.type&&(i.parsedVisual=v.map(n,function(i){return y.parse(i)})),n}function d(i,n,t){return i?t>=n:t>n}var v=i("node_modules/zrender/lib/core/util"),y=i("node_modules/zrender/lib/tool/color"),g=i("node_modules/echarts/lib/util/number"),V=g.linearMap,m=v.each,b=v.isObject,M=-1,_=function(i){var n=i.mappingMethod,t=i.type,o=this.option=v.clone(i);this.type=t,this.mappingMethod=n,this._normalizeData=O[n];var l=x[t];this.applyVisual=l.applyVisual,this.getColorMapper=l.getColorMapper,this._doMap=l._doMap[n],"piecewise"===n?(a(o),r(o)):"category"===n?o.categories?e(o):a(o,!0):(v.assert("linear"!==n||o.dataExtent),a(o))};_.prototype={constructor:_,mapValueToVisual:function(i){var n=this._normalizeData(i);return this._doMap(n,i)},getNormalizer:function(){return v.bind(this._normalizeData,this)}};var x=_.visualHandlers={color:{applyVisual:u("color"),getColorMapper:function(){var i=this.option;return v.bind("category"===i.mappingMethod?function(i,n){return!n&&(i=this._normalizeData(i)),s.call(this,i)}:function(n,t,r){var e=!!r;return!t&&(n=this._normalizeData(n)),r=y.fastLerp(n,i.parsedVisual,r),e?r:y.stringify(r,"rgba")},this)},_doMap:{linear:function(i){return y.stringify(y.fastLerp(i,this.option.parsedVisual),"rgba")},category:s,piecewise:function(i,n){var t=f.call(this,n);return null==t&&(t=y.stringify(y.fastLerp(i,this.option.parsedVisual),"rgba")),t},fixed:c}},colorHue:o(function(i,n){return y.modifyHSL(i,n)}),colorSaturation:o(function(i,n){return y.modifyHSL(i,null,n)}),colorLightness:o(function(i,n){return y.modifyHSL(i,null,null,n)}),colorAlpha:o(function(i,n){return y.modifyAlpha(i,n)}),opacity:{applyVisual:u("opacity"),_doMap:p([0,1])},liftZ:{applyVisual:u("liftZ"),_doMap:{linear:c,category:c,piecewise:c,fixed:c}},symbol:{applyVisual:function(i,n,t){var r=this.mapValueToVisual(i);if(v.isString(r))t("symbol",r);else if(b(r))for(var e in r)r.hasOwnProperty(e)&&t(e,r[e])},_doMap:{linear:l,category:s,piecewise:function(i,n){var t=f.call(this,n);return null==t&&(t=l.call(this,i)),t},fixed:c}},symbolSize:{applyVisual:u("symbolSize"),_doMap:p([0,1])}},O={linear:function(i){return V(i,this.option.dataExtent,[0,1],!0)},piecewise:function(i){var n=this.option.pieceList,t=_.findPieceIndex(i,n,!0);return null!=t?V(t,[0,n.length-1],[0,1],!0):void 0},category:function(i){var n=this.option.categories?this.option.categoryMap[i]:i;return null==n?M:n},fixed:v.noop};_.listVisualTypes=function(){var i=[];return v.each(x,function(n,t){i.push(t)}),i},_.addVisualHandler=function(i,n){x[i]=n},_.isValidType=function(i){return x.hasOwnProperty(i)},_.eachVisual=function(i,n,t){v.isObject(i)?v.each(i,n,t):n.call(t,i)},_.mapVisual=function(i,n,t){var r,e=v.isArray(i)?[]:v.isObject(i)?{}:(r=!0,null);return _.eachVisual(i,function(i,a){var o=n.call(t,i,a);r?e=o:e[a]=o}),e},_.retrieveVisuals=function(i){var n,t={};return i&&m(x,function(r,e){i.hasOwnProperty(e)&&(t[e]=i[e],n=!0)}),n?t:null},_.prepareVisualTypes=function(i){if(b(i)){var n=[];m(i,function(i,t){n.push(t)}),i=n}else{if(!v.isArray(i))return[];i=i.slice()}return i.sort(function(i,n){return"color"===n&&"color"!==i&&0===i.indexOf("color")?1:-1}),i},_.dependsOn=function(i,n){return"color"===n?!(!i||0!==i.indexOf(n)):i===n},_.findPieceIndex=function(i,n,t){function r(n,t){var r=Math.abs(n-i);a>r&&(a=r,e=t)}for(var e,a=1/0,o=0,l=n.length;l>o;o++){var u=n[o].value;if(null!=u){if(u===i||"string"==typeof u&&u===i+"")return o;t&&r(u,o)}}for(var o=0,l=n.length;l>o;o++){var s=n[o],c=s.interval,p=s.close;if(c){if(c[0]===-1/0){if(d(p[1],i,c[1]))return o}else if(1/0===c[1]){if(d(p[0],c[0],i))return o}else if(d(p[0],c[0],i)&&d(p[1],i,c[1]))return o;t&&r(c[0],o),t&&r(c[1],o)}}return t?1/0===i?n.length-1:i===-1/0?0:e:void 0};var w=_;t.exports=w}); ;/*!node_modules/echarts/lib/chart/treemap/treemapVisual.js*/ define("node_modules/echarts/lib/chart/treemap/treemapVisual",function(e,o,l){function n(e,o,l,i,d,g){var s=e.getModel(),v=e.getLayout();if(v&&!v.invisible&&v.isInView){var m,h=e.getModel(f),y=l[e.depth],M=r(h,o,y,i),x=h.get("borderColor"),V=h.get("borderColorSaturation");null!=V&&(m=t(M,e),x=a(V,m)),e.setVisual("borderColor",x);var b=e.viewChildren;if(b&&b.length){var _=u(e,s,v,h,M,b);p.each(b,function(e,o){if(e.depth>=d.length||e===d[e.depth]){var r=c(s,M,e,o,_,g);n(e,r,l,i,d,g)}})}else m=t(M,e),e.setVisual("color",m)}}function r(e,o,l,n){var r=p.extend({},o);return p.each(["color","colorAlpha","colorSaturation"],function(t){var a=e.get(t,!0);null==a&&l&&(a=l[t]),null==a&&(a=o[t]),null==a&&(a=n.get(t)),null!=a&&(r[t]=a)}),r}function t(e){var o=i(e,"color");if(o){var l=i(e,"colorAlpha"),n=i(e,"colorSaturation");return n&&(o=s.modifyHSL(o,null,null,n)),l&&(o=s.modifyAlpha(o,l)),o}}function a(e,o){return null!=o?s.modifyHSL(o,null,null,e):null}function i(e,o){var l=e[o];return null!=l&&"none"!==l?l:void 0}function u(e,o,l,n,r,t){if(t&&t.length){var a=d(o,"color")||null!=r.color&&"none"!==r.color&&(d(o,"colorAlpha")||d(o,"colorSaturation"));if(a){var i=o.get("visualMin"),u=o.get("visualMax"),c=l.dataExtent.slice();null!=i&&ic[1]&&(c[1]=u);var s=o.get("colorMappingBy"),p={type:a.name,dataExtent:c,visual:a.range};"color"!==p.type||"index"!==s&&"id"!==s?p.mappingMethod="linear":(p.mappingMethod="category",p.loop=!0);var v=new g(p);return v.__drColorMappingBy=s,v}}}function d(e,o){var l=e.get(o);return v(l)&&l.length?{name:o,range:l}:null}function c(e,o,l,n,r,t){var a=p.extend({},o);if(r){var i=r.type,u="color"===i&&r.__drColorMappingBy,d="index"===u?n:"id"===u?t.mapIdToIndex(l.getId()):l.getValue(e.get("visualDimension"));a[i]=r.mapValueToVisual(d)}return a}var g=e("node_modules/echarts/lib/visual/VisualMapping"),s=e("node_modules/zrender/lib/tool/color"),p=e("node_modules/zrender/lib/core/util"),v=p.isArray,f="itemStyle",m={seriesType:"treemap",reset:function(e){var o=e.getData().tree,l=o.root,r=e.getModel(f);if(!l.isRemoved()){var t=p.map(o.levelModels,function(e){return e?e.get(f):null});n(l,{},t,r,e.getViewRoot().getAncestors(),e)}}};l.exports=m}); ;/*!node_modules/echarts/lib/chart/treemap/treemapLayout.js*/ define("node_modules/echarts/lib/chart/treemap/treemapLayout",function(e,t,a){function r(e,t,a,i){var n,u;if(!e.isRemoved()){var g=e.getLayout();n=g.width,u=g.height;var d=e.getModel(),s=d.get(M),f=d.get(T)/2,c=v(d),p=Math.max(s,c),y=s-f,m=p-f,d=e.getModel();e.setLayout({borderWidth:s,upperHeight:p,upperLabelHeight:c},!0),n=x(n-2*y,0),u=x(u-y-m,0);var L=n*u,w=o(e,d,L,t,a,i);if(w.length){var V={x:y,y:m,width:n,height:u},R=b(n,u),I=1/0,_=[];_.area=0;for(var E=0,N=w.length;N>E;){var D=w[E];_.push(D),_.area+=D.getLayout().area;var H=h(_,R,t.squareRatio);I>=H?(E++,I=H):(_.area-=_.pop().getLayout().area,l(_,R,V,f,!1),R=b(V.width,V.height),_.length=_.area=0,I=1/0)}if(_.length&&l(_,R,V,f,!0),!a){var W=d.get("childrenVisibleMin");null!=W&&W>L&&(a=!0)}for(var E=0,N=w.length;N>E;E++)r(w[E],t,a,i+1)}}}function o(e,t,a,r,o,h){var l=e.children||[],g=r.sort;"asc"!==g&&"desc"!==g&&(g=null);var d=null!=r.leafDepth&&r.leafDepth<=h;if(o&&!d)return e.viewChildren=[];l=f.filter(l,function(e){return!e.isRemoved()}),n(l,g);var s=u(t,l,g);if(0===s.sum)return e.viewChildren=[];if(s.sum=i(t,a,s.sum,g,l),0===s.sum)return e.viewChildren=[];for(var v=0,c=l.length;c>v;v++){var p=l[v].getValue()/s.sum*a;l[v].setLayout({area:p})}return d&&(l.length&&e.setLayout({isLeafRoot:!0},!0),l.length=0),e.viewChildren=l,e.setLayout({dataExtent:s.dataExtent},!0),l}function i(e,t,a,r,o){if(!r)return a;for(var i=e.get("visibleMin"),n=o.length,u=n,h=n-1;h>=0;h--){var l=o["asc"===r?n-h-1:h].getValue();i>l/a*t&&(u=h,a-=l)}return"asc"===r?o.splice(0,n-u):o.splice(u,n-u),a}function n(e,t){return t&&e.sort(function(e,a){var r="asc"===t?e.getValue()-a.getValue():a.getValue()-e.getValue();return 0===r?"asc"===t?e.dataIndex-a.dataIndex:a.dataIndex-e.dataIndex:r}),e}function u(e,t,a){for(var r=0,o=0,i=t.length;i>o;o++)r+=t[o].getValue();var n,u=e.get("visualDimension");if(t&&t.length)if("value"===u&&a)n=[t[t.length-1].getValue(),t[0].getValue()],"asc"===a&&n.reverse();else{var n=[1/0,-1/0];R(t,function(e){var t=e.getValue(u);tn[1]&&(n[1]=t)})}else n=[0/0,0/0];return{sum:r,dataExtent:n}}function h(e,t,a){for(var r,o=0,i=1/0,n=0,u=e.length;u>n;n++)r=e[n].getLayout().area,r&&(i>r&&(i=r),r>o&&(o=r));var h=e.area*e.area,l=t*t*a;return h?x(l*o/h,h/(l*i)):1/0}function l(e,t,a,r,o){var i=t===a.width?0:1,n=1-i,u=["x","y"],h=["width","height"],l=a[u[i]],g=t?e.area/t:0;(o||g>a[h[n]])&&(g=a[h[n]]);for(var d=0,s=e.length;s>d;d++){var v=e[d],f={},c=g?v.getLayout().area/g:0,p=f[h[n]]=x(g-2*r,0),y=a[u[i]]+a[h[i]]-l,m=d===s-1||c>y?y:c,L=f[h[i]]=x(m-2*r,0);f[u[n]]=a[u[n]]+b(r,p/2),f[u[i]]=l+b(r,L/2),l+=m,v.setLayout(f,!0)}a[u[n]]+=g,a[h[n]]-=g}function g(e,t,a,r,o){var i=(t||{}).node,n=[r,o];if(!i||i===a)return n;for(var u,h=r*o,l=h*e.option.zoomToNodeRatio;u=i.parentNode;){for(var g=0,d=u.children,s=0,f=d.length;f>s;s++)g+=d[s].getValue();var c=i.getValue();if(0===c)return n;l*=g/c;var p=u.getModel(),y=p.get(M),L=Math.max(y,v(p,y));l+=4*y*y+(3*y+L)*Math.pow(l,.5),l>m&&(l=m),i=u}h>l&&(l=h);var w=Math.pow(l/h,.5);return[r*w,o*w]}function d(e,t,a){if(t)return{x:t.x,y:t.y};var r={x:0,y:0};if(!a)return r;var o=a.node,i=o.getLayout();if(!i)return r;for(var n=[i.width/2,i.height/2],u=o;u;){var h=u.getLayout();n[0]+=h.x,n[1]+=h.y,u=u.parentNode}return{x:e.width/2-n[0],y:e.height/2-n[1]}}function s(e,t,a,r,o){var i=e.getLayout(),n=a[o],u=n&&n===e;if(!(n&&!u||o===a.length&&e!==r)){e.setLayout({isInView:!0,invisible:!u&&!t.intersect(i),isAboveViewRoot:u},!0);var h=new c(t.x-i.x,t.y-i.y,t.width,t.height);R(e.viewChildren||[],function(e){s(e,h,a,r,o+1)})}}function v(e){return e.get(I)?e.get(_):0}var f=e("node_modules/zrender/lib/core/util"),c=e("node_modules/zrender/lib/core/BoundingRect"),p=e("node_modules/echarts/lib/util/number"),y=p.parsePercent,m=p.MAX_SAFE_INTEGER,L=e("node_modules/echarts/lib/util/layout"),w=e("node_modules/echarts/lib/chart/helper/treeHelper"),x=Math.max,b=Math.min,V=f.retrieve,R=f.each,M=["itemStyle","borderWidth"],T=["itemStyle","gapWidth"],I=["upperLabel","show"],_=["upperLabel","height"],E={seriesType:"treemap",reset:function(e,t,a,o){var i=a.getWidth(),n=a.getHeight(),u=e.option,h=L.getLayoutRect(e.getBoxLayoutParams(),{width:a.getWidth(),height:a.getHeight()}),l=u.size||[],v=y(V(h.width,l[0]),i),p=y(V(h.height,l[1]),n),m=o&&o.type,x=["treemapZoomToNode","treemapRootToNode"],b=w.retrieveTargetInfo(o,x,e),M="treemapRender"===m||"treemapMove"===m?o.rootRect:null,T=e.getViewRoot(),I=w.getPathToRoot(T);if("treemapMove"!==m){var _="treemapZoomToNode"===m?g(e,b,T,v,p):M?[M.width,M.height]:[v,p],E=u.sort;E&&"asc"!==E&&"desc"!==E&&(E="desc");var N={squareRatio:u.squareRatio,sort:E,leafDepth:u.leafDepth};T.hostTree.clearLayouts();var D={x:0,y:0,width:_[0],height:_[1],area:_[0]*_[1]};T.setLayout(D),r(T,N,!1,0);var D=T.getLayout();R(I,function(e,t){var a=(I[t+1]||T).getValue();e.setLayout(f.extend({dataExtent:[a,a],borderWidth:0,upperHeight:0},D))})}var H=e.getData().tree.root;H.setLayout(d(h,M,b),!0),e.setLayoutInfo(h),s(H,new c(-h.x,-h.y,i,n),I,T,0)}};a.exports=E}); ;/*!node_modules/echarts/lib/chart/treemap.js*/ define("node_modules/echarts/lib/chart/treemap",function(e){var r=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/treemap/TreemapSeries"),e("node_modules/echarts/lib/chart/treemap/TreemapView"),e("node_modules/echarts/lib/chart/treemap/treemapAction");var a=e("node_modules/echarts/lib/chart/treemap/treemapVisual"),t=e("node_modules/echarts/lib/chart/treemap/treemapLayout");r.registerVisual(a),r.registerLayout(t)}); ;/*!node_modules/echarts/lib/data/Graph.js*/ define("node_modules/echarts/lib/data/Graph",function(e,t,n){function d(e){return"_EC_"+e}function i(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}var s=e("node_modules/echarts/lib/config"),o=(s.__DEV__,e("node_modules/zrender/lib/core/util")),r=e("node_modules/echarts/lib/util/clazz"),h=r.enableClassCheck,u=function(e){this._directed=e||!1,this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this.data,this.edgeData},g=u.prototype;g.type="graph",g.isDirected=function(){return this._directed},g.addNode=function(e,t){e=e||""+t;var n=this._nodesMap;if(!n[d(e)]){var a=new i(e,t);return a.hostGraph=this,this.nodes.push(a),n[d(e)]=a,a}},g.getNodeByIndex=function(e){var t=this.data.getRawIndex(e);return this.nodes[t]},g.getNodeById=function(e){return this._nodesMap[d(e)]},g.addEdge=function(e,t,n){var s=this._nodesMap,o=this._edgesMap;if("number"==typeof e&&(e=this.nodes[e]),"number"==typeof t&&(t=this.nodes[t]),i.isInstance(e)||(e=s[d(e)]),i.isInstance(t)||(t=s[d(t)]),e&&t){var r=e.id+"-"+t.id;if(!o[r]){var h=new a(e,t,n);return h.hostGraph=this,this._directed&&(e.outEdges.push(h),t.inEdges.push(h)),e.edges.push(h),e!==t&&t.edges.push(h),this.edges.push(h),o[r]=h,h}}},g.getEdgeByIndex=function(e){var t=this.edgeData.getRawIndex(e);return this.edges[t]},g.getEdge=function(e,t){i.isInstance(e)&&(e=e.id),i.isInstance(t)&&(t=t.id);var n=this._edgesMap;return this._directed?n[e+"-"+t]:n[e+"-"+t]||n[t+"-"+e]},g.eachNode=function(e,t){for(var n=this.nodes,d=n.length,i=0;d>i;i++)n[i].dataIndex>=0&&e.call(t,n[i],i)},g.eachEdge=function(e,t){for(var n=this.edges,d=n.length,i=0;d>i;i++)n[i].dataIndex>=0&&n[i].node1.dataIndex>=0&&n[i].node2.dataIndex>=0&&e.call(t,n[i],i)},g.breadthFirstTraverse=function(e,t,n,a){if(i.isInstance(t)||(t=this._nodesMap[d(t)]),t){for(var s="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;oi;i++)n[i].dataIndex=-1;for(var i=0,a=e.count();a>i;i++)n[e.getRawIndex(i)].dataIndex=i;t.filterSelf(function(e){var n=d[t.getRawIndex(e)];return n.node1.dataIndex>=0&&n.node2.dataIndex>=0});for(var i=0,a=d.length;a>i;i++)d[i].dataIndex=-1;for(var i=0,a=t.count();a>i;i++)d[t.getRawIndex(i)].dataIndex=i},g.clone=function(){for(var e=new u(this._directed),t=this.nodes,n=this.edges,d=0;d=0&&this[e][t].setItemVisual(this.dataIndex,n,d)},getVisual:function(n,d){return this[e][t].getItemVisual(this.dataIndex,n,d)},setLayout:function(n,d){this.dataIndex>=0&&this[e][t].setItemLayout(this.dataIndex,n,d)},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)}}};o.mixin(i,c("hostGraph","data")),o.mixin(a,c("hostGraph","edgeData")),u.Node=i,u.Edge=a,h(i),h(a);var f=u;n.exports=f}); ;/*!node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js*/ define("node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge",function(e,a,t){function r(e,a,t,r,u){for(var h=new n(r),m=0;m "+f)),g++)}var D,w=t.get("coordinateSystem");if("cartesian2d"===w||"polar"===w)D=c(e,t);else{var y=l.get(w),A=y&&"view"!==y.type?y.dimensions||[]:[];d.indexOf(A,"value")<0&&A.concat(["value"]);var L=s(e,{coordDimensions:A});D=new o(L,t),D.initData(e)}var x=new o(["value"],t);return x.initData(p,v),u&&u(D,x),i({mainData:D,struct:h,structAttr:"graph",datas:{node:D,edge:x},datasAttr:{node:"data",edge:"edgeData"}}),h.update(),h}var d=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/data/List"),n=e("node_modules/echarts/lib/data/Graph"),i=e("node_modules/echarts/lib/data/helper/linkList"),s=e("node_modules/echarts/lib/data/helper/createDimensions"),l=e("node_modules/echarts/lib/CoordinateSystem"),c=e("node_modules/echarts/lib/chart/helper/createListFromArray");t.exports=r}); ;/*!node_modules/echarts/lib/chart/graph/GraphSeries.js*/ define("node_modules/echarts/lib/chart/graph/GraphSeries",function(e,t,a){var o=e("node_modules/echarts/lib/echarts"),n=e("node_modules/echarts/lib/data/List"),i=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/model"),l=r.defaultEmphasis,s=e("node_modules/echarts/lib/model/Model"),d=e("node_modules/echarts/lib/util/format"),u=d.encodeHTML,h=e("node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge"),g=o.extendSeriesModel({type:"series.graph",init:function(e){g.superApply(this,"init",arguments),this.legendDataProvider=function(){return this._categoriesData},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),l(e,["edgeLabel"],["show"])},getInitialData:function(e,t){function a(e,a){function o(e){return e=this.parsePath(e),e&&"label"===e[0]?r:e&&"emphasis"===e[0]&&"label"===e[1]?d:this.parentModel}e.wrapMethod("getItemModel",function(e){var t=i._categoriesModels,a=e.getShallow("category"),o=t[a];return o&&(o.parentModel=e.parentModel,e.parentModel=o),e});var n=i.getModel("edgeLabel"),r=new s({label:n.option},n.parentModel,t),l=i.getModel("emphasis.edgeLabel"),d=new s({emphasis:{label:l.option}},l.parentModel,t);a.wrapMethod("getItemModel",function(e){return e.customizeGetParent(o),e})}var o=e.edges||e.links||[],n=e.data||e.nodes||[],i=this;return n&&o?h(n,o,this,!0,a).data:void 0},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},getCategoriesData:function(){return this._categoriesData},formatTooltip:function(e,t,a){if("edge"===a){var o=this.getData(),n=this.getDataParams(e,a),i=o.graph.getEdgeByIndex(e),r=o.getName(i.node1.dataIndex),l=o.getName(i.node2.dataIndex),s=[];return null!=r&&s.push(r),null!=l&&s.push(l),s=u(s.join(" > ")),n.value&&(s+=" : "+u(n.value)),s}return g.superApply(this,"formatTooltip",arguments)},_updateCategoriesData:function(){var e=i.map(this.option.categories||[],function(e){return null!=e.value?e:i.extend({value:0},e)}),t=new n(["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,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle"},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,curveness:0,opacity:.5},emphasis:{label:{show:!0}}}}),c=g;a.exports=c}); ;/*!node_modules/echarts/lib/chart/helper/LinePath.js*/ define("node_modules/echarts/lib/chart/helper/LinePath",function(e,t,n){function i(e){return isNaN(+e.cpx1)||isNaN(+e.cpy1)}var l=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/zrender/lib/core/vector"),o=l.Line.prototype,a=l.BezierCurve.prototype,c=l.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){(i(t)?o:a).buildPath(e,t)},pointAt:function(e){return i(this.shape)?o.pointAt.call(this,e):a.pointAt.call(this,e)},tangentAt:function(e){var t=this.shape,n=i(t)?[t.x2-t.x1,t.y2-t.y1]:a.tangentAt.call(this,e);return r.normalize(n,n)}});n.exports=c}); ;/*!node_modules/echarts/lib/chart/helper/Line.js*/ define("node_modules/echarts/lib/chart/helper/Line",function(t,e,i){function a(t){return"_"+t+"Type"}function l(t,e,i){var a=e.getItemVisual(i,"color"),l=e.getItemVisual(i,t),o=e.getItemVisual(i,t+"Size");if(l&&"none"!==l){h.isArray(o)||(o=[o,o]);var n=d.createSymbol(l,-o[0]/2,-o[1]/2,o[0],o[1],a);return n.name=t,n}}function o(t){var e=new m({name:"line"});return n(e.shape,t),e}function n(t,e){var i=e[0],a=e[1],l=e[2];t.x1=i[0],t.y1=i[1],t.x2=a[0],t.y2=a[1],t.percent=1,l?(t.cpx1=l[0],t.cpy1=l[1]):(t.cpx1=0/0,t.cpy1=0/0)}function r(){var t=this,e=t.childOfName("fromSymbol"),i=t.childOfName("toSymbol"),a=t.childOfName("label");if(e||i||!a.ignore){for(var l=1,o=this.parent;o;)o.scale&&(l/=o.scale[0]),o=o.parent;var n=t.childOfName("line");if(this.__dirty||n.__dirty){var r=n.shape.percent,s=n.pointAt(0),h=n.pointAt(r),d=c.sub([],h,s);if(c.normalize(d,d),e){e.attr("position",s);var m=n.tangentAt(0);e.attr("rotation",Math.PI/2-Math.atan2(m[1],m[0])),e.attr("scale",[l*r,l*r])}if(i){i.attr("position",h);var m=n.tangentAt(1);i.attr("rotation",-Math.PI/2-Math.atan2(m[1],m[0])),i.attr("scale",[l*r,l*r])}if(!a.ignore){a.attr("position",h);var u,p,f,g=5*l;if("end"===a.__position)u=[d[0]*g+h[0],d[1]*g+h[1]],p=d[0]>.8?"left":d[0]<-.8?"right":"center",f=d[1]>.8?"top":d[1]<-.8?"bottom":"middle";else if("middle"===a.__position){var y=r/2,m=n.tangentAt(y),v=[m[1],-m[0]],S=n.pointAt(y);v[1]>0&&(v[0]=-v[0],v[1]=-v[1]),u=[S[0]+v[0]*g,S[1]+v[1]*g],p="center",f="bottom";var _=-Math.atan2(m[1],m[0]);h[0].8?"right":d[0]<-.8?"left":"center",f=d[1]>.8?"bottom":d[1]<-.8?"top":"middle";a.attr({style:{textVerticalAlign:a.__verticalAlign||f,textAlign:a.__textAlign||p},position:u,scale:[l,l]})}}}}function s(t,e,i){u.Group.call(this),this._createLine(t,e,i)}var h=t("node_modules/zrender/lib/core/util"),c=t("node_modules/zrender/lib/core/vector"),d=t("node_modules/echarts/lib/util/symbol"),m=t("node_modules/echarts/lib/chart/helper/LinePath"),u=t("node_modules/echarts/lib/util/graphic"),p=t("node_modules/echarts/lib/util/number"),f=p.round,g=["fromSymbol","toSymbol"],y=s.prototype;y.beforeUpdate=r,y._createLine=function(t,e,i){var n=t.hostModel,r=t.getItemLayout(e),s=o(r);s.shape.percent=0,u.initProps(s,{shape:{percent:1}},n,e),this.add(s);var c=new u.Text({name:"label"});this.add(c),h.each(g,function(i){var o=l(i,t,e);this.add(o),this[a(i)]=t.getItemVisual(e,i)},this),this._updateCommonStl(t,e,i)},y.updateData=function(t,e,i){var o=t.hostModel,r=this.childOfName("line"),s=t.getItemLayout(e),c={shape:{}};n(c.shape,s),u.updateProps(r,c,o,e),h.each(g,function(i){var o=t.getItemVisual(e,i),n=a(i);if(this[n]!==o){this.remove(this.childOfName(i));var r=l(i,t,e);this.add(r)}this[n]=o},this),this._updateCommonStl(t,e,i)},y._updateCommonStl=function(t,e,i){var a=t.hostModel,l=this.childOfName("line"),o=i&&i.lineStyle,n=i&&i.hoverLineStyle,r=i&&i.labelModel,s=i&&i.hoverLabelModel;if(!i||t.hasItemOption){var c=t.getItemModel(e);o=c.getModel("lineStyle").getLineStyle(),n=c.getModel("emphasis.lineStyle").getLineStyle(),r=c.getModel("label"),s=c.getModel("emphasis.label")}var d=t.getItemVisual(e,"color"),m=h.retrieve3(t.getItemVisual(e,"opacity"),o.opacity,1);l.useStyle(h.defaults({strokeNoScale:!0,fill:"none",stroke:d,opacity:m},o)),l.hoverStyle=n,h.each(g,function(t){var e=this.childOfName(t);e&&(e.setColor(d),e.setStyle({opacity:m}))},this);var p,y,v=r.getShallow("show"),S=s.getShallow("show"),_=this.childOfName("label");if((v||S)&&(p=d||"#000",y=a.getFormattedLabel(e,"normal",t.dataType),null==y)){var b=a.getRawValue(e);y=null==b?t.getName(e):isFinite(b)?f(b):b}var x=v?y:null,L=S?h.retrieve2(a.getFormattedLabel(e,"emphasis",t.dataType),y):null,M=_.style;(null!=x||null!=L)&&(u.setTextStyle(_.style,r,{text:x},{autoColor:p}),_.__textAlign=M.textAlign,_.__verticalAlign=M.textVerticalAlign,_.__position=r.get("position")||"middle"),_.hoverStyle=null!=L?{text:L,textFill:s.getTextColor(!0),fontStyle:s.getShallow("fontStyle"),fontWeight:s.getShallow("fontWeight"),fontSize:s.getShallow("fontSize"),fontFamily:s.getShallow("fontFamily")}:{text:null},_.ignore=!v&&!S,u.setHoverStyle(this)},y.highlight=function(){this.trigger("emphasis")},y.downplay=function(){this.trigger("normal")},y.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},y.setLinePoints=function(t){var e=this.childOfName("line");n(e.shape,t),e.dirty()},h.inherits(s,u.Group);var v=s;i.exports=v}); ;/*!node_modules/echarts/lib/chart/helper/LineDraw.js*/ define("node_modules/echarts/lib/chart/helper/LineDraw",function(e,t,r){function n(e){this._ctor=e||s,this.group=new c.Group}function a(e,t,r,n){var a=t.getItemLayout(r);if(u(a)){var i=new e._ctor(t,r,n);t.setItemGraphicEl(r,i),e.group.add(i)}}function i(e,t,r,n,a,i){var o=t.getItemGraphicEl(n);return u(r.getItemLayout(a))?(o?o.updateData(r,a,i):o=new e._ctor(r,a,i),r.setItemGraphicEl(a,o),void e.group.add(o)):void e.group.remove(o)}function o(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 l(e){return isNaN(e[0])||isNaN(e[1])}function u(e){return!l(e[0])&&!l(e[1])}var c=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/chart/helper/Line"),h=n.prototype;h.isPersistent=function(){return!0},h.updateData=function(e){var t=this,r=t.group,n=t._lineData;t._lineData=e,n||r.removeAll();var l=o(e);e.diff(n).add(function(r){a(t,e,r,l)}).update(function(r,a){i(t,n,e,a,r,l)}).remove(function(e){r.remove(n.getItemGraphicEl(e))}).execute()},h.updateLayout=function(){var e=this._lineData;e&&e.eachItemGraphicEl(function(t,r){t.updateLayout(e,r)},this)},h.incrementalPrepareUpdate=function(e){this._seriesScope=o(e),this._lineData=null,this.group.removeAll()},h.incrementalUpdate=function(e,t){function r(e){e.isGroup||(e.incremental=e.useHoverLayer=!0)}for(var n=e.start;n=g;g+=.1){d[0]=u(a[0],i[0],c[0],g),d[1]=u(a[1],i[1],c[1],g);var _=v(s(d,e)-y);f>_&&(f=_,n=g)}for(var b=0;32>b;b++){var m=n+p;l[0]=u(a[0],i[0],c[0],n),l[1]=u(a[1],i[1],c[1],n),t[0]=u(a[0],i[0],c[0],m),t[1]=u(a[1],i[1],c[1],m);var _=s(l,e)-y;if(v(_)<.01)break;var h=s(t,e)-y;p/=2,0>_?h>=0?n+=p:n-=p:h>=0?n-=p:n+=p}return n}function a(o,e){function r(o){var e=o.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),e}var a=[],d=i.quadraticSubdivide,l=[[],[],[]],t=[[],[]],u=[];e/=2,o.eachEdge(function(o){var i=o.getLayout(),s=o.getVisual("fromSymbol"),v=o.getVisual("toSymbol");i.__original||(i.__original=[c.clone(i[0]),c.clone(i[1])],i[2]&&i.__original.push(c.clone(i[2])));var f=i.__original;if(null!=i[2]){if(c.copy(l[0],f[0]),c.copy(l[1],f[2]),c.copy(l[2],f[1]),s&&"none"!=s){var y=r(o.node1),p=n(l,f[0],y*e);d(l[0][0],l[1][0],l[2][0],p,a),l[0][0]=a[3],l[1][0]=a[4],d(l[0][1],l[1][1],l[2][1],p,a),l[0][1]=a[3],l[1][1]=a[4]}if(v&&"none"!=v){var y=r(o.node2),p=n(l,f[1],y*e);d(l[0][0],l[1][0],l[2][0],p,a),l[1][0]=a[1],l[2][0]=a[2],d(l[0][1],l[1][1],l[2][1],p,a),l[1][1]=a[1],l[2][1]=a[2]}c.copy(i[0],l[0]),c.copy(i[1],l[2]),c.copy(i[2],l[1])}else{if(c.copy(t[0],f[0]),c.copy(t[1],f[1]),c.sub(u,t[1],t[0]),c.normalize(u,u),s&&"none"!=s){var y=r(o.node1);c.scaleAndAdd(t[0],t[0],u,y*e)}if(v&&"none"!=v){var y=r(o.node2);c.scaleAndAdd(t[1],t[1],u,-y*e)}c.copy(i[0],t[0]),c.copy(i[1],t[1])}})}var i=o("node_modules/zrender/lib/core/curve"),c=o("node_modules/zrender/lib/core/vector"),d=[],l=[],t=[],u=i.quadraticAt,s=c.distSquare,v=Math.abs;r.exports=a}); ;/*!node_modules/echarts/lib/chart/graph/GraphView.js*/ define("node_modules/echarts/lib/chart/graph/GraphView",function(e,t,o){function a(e,t){return e.getVisual("opacity")||e.getModel().get(t)}function n(e,t,o){var n=e.getGraphicEl(),i=a(e,t);null!=o&&(null==i&&(i=1),i*=o),n.downplay&&n.downplay(),n.traverse(function(e){"group"!==e.type&&e.setStyle("opacity",i)})}function i(e,t){var o=a(e,t),n=e.getGraphicEl();n.highlight&&n.highlight(),n.traverse(function(e){"group"!==e.type&&e.setStyle("opacity",o)})}var r=e("node_modules/echarts/lib/echarts"),c=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/chart/helper/SymbolDraw"),s=e("node_modules/echarts/lib/chart/helper/LineDraw"),u=e("node_modules/echarts/lib/component/helper/RoamController"),l=e("node_modules/echarts/lib/component/helper/roamHelper"),h=e("node_modules/echarts/lib/component/helper/cursorHelper"),p=h.onIrrelevantElement,g=e("node_modules/echarts/lib/util/graphic"),f=e("node_modules/echarts/lib/chart/graph/adjustEdge"),y=["itemStyle","opacity"],m=["lineStyle","opacity"],_=r.extendChartView({type:"graph",init:function(e,t){var o=new d,a=new s,n=this.group;this._controller=new u(t.getZr()),this._controllerHost={target:n},n.add(o.group),n.add(a.group),this._symbolDraw=o,this._lineDraw=a,this._firstRender=!0},render:function(e,t,o){var a=e.coordinateSystem;this._model=e,this._nodeScaleRatio=e.get("nodeScaleRatio");var n=this._symbolDraw,i=this._lineDraw,r=this.group;if("view"===a.type){var c={position:a.position,scale:a.scale};this._firstRender?r.attr(c):g.updateProps(r,c,e)}f(e.getGraph(),this._getNodeGlobalScale(e));var d=e.getData();n.updateData(d);var s=e.getEdgeData();i.updateData(s),this._updateNodeAndLinkScale(),this._updateController(e,t,o),clearTimeout(this._layoutTimeout);var u=e.forceLayout,l=e.get("force.layoutAnimation");u&&this._startForceLayoutIteration(u,l),d.eachItemGraphicEl(function(t,a){var n=d.getItemModel(a);t.off("drag").off("dragend");var i=d.getItemModel(a).get("draggable");i&&t.on("drag",function(){u&&(u.warmUp(),!this._layouting&&this._startForceLayoutIteration(u,l),u.setFixed(a),d.setItemLayout(a,t.position))},this).on("dragend",function(){u&&u.setUnfixed(a)},this),t.setDraggable(i&&u),t.off("mouseover",t.__focusNodeAdjacency),t.off("mouseout",t.__unfocusNodeAdjacency),n.get("focusNodeAdjacency")&&(t.on("mouseover",t.__focusNodeAdjacency=function(){o.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,dataIndex:t.dataIndex})}),t.on("mouseout",t.__unfocusNodeAdjacency=function(){o.dispatchAction({type:"unfocusNodeAdjacency",seriesId:e.id})}))},this),d.graph.eachEdge(function(t){var a=t.getGraphicEl();a.off("mouseover",a.__focusNodeAdjacency),a.off("mouseout",a.__unfocusNodeAdjacency),t.getModel().get("focusNodeAdjacency")&&(a.on("mouseover",a.__focusNodeAdjacency=function(){o.dispatchAction({type:"focusNodeAdjacency",seriesId:e.id,edgeDataIndex:t.dataIndex})}),a.on("mouseout",a.__unfocusNodeAdjacency=function(){o.dispatchAction({type:"unfocusNodeAdjacency",seriesId:e.id})}))});var h="circular"===e.get("layout")&&e.get("circular.rotateLabel"),p=d.getLayout("cx"),y=d.getLayout("cy");d.eachItemGraphicEl(function(e,t){var o=e.getSymbolPath();if(h){var a=d.getItemLayout(t),n=Math.atan2(a[1]-y,a[0]-p);0>n&&(n=2*Math.PI+n);var i=a[0]d;d++){var x=e[d];x.fixed||(a.sub(o,i,x.p),n(x.p,x.p,o,f*l))}for(var d=0;t>d;d++)for(var c=e[d],g=d+1;t>g;g++){var u=e[g];a.sub(o,u.p,c.p);var s=a.len(o);0===s&&(a.set(o,Math.random()-.5,Math.random()-.5),s=1);var m=(c.rep+u.rep)/s/s;!c.fixed&&n(c.pp,c.pp,o,m),!u.fixed&&n(u.pp,u.pp,o,-m)}for(var b=[],d=0;t>d;d++){var x=e[d];x.fixed||(a.sub(b,x.p,x.pp),n(x.p,x.p,b,l),a.copy(x.pp,x.p))}l=.992*l,p&&p(e,r,.01>l)}}}var a=e("node_modules/zrender/lib/core/vector"),n=a.scaleAndAdd;r.forceLayout=p}); ;/*!node_modules/echarts/lib/chart/graph/forceLayout.js*/ define("node_modules/echarts/lib/chart/graph/forceLayout",function(e,t,r){function a(e){e.eachSeriesByType("graph",function(e){var t=e.coordinateSystem;if(!t||"view"===t.type)if("force"===e.get("layout")){var r=e.preservedPoints||{},a=e.getGraph(),o=a.data,u=a.edgeData,d=e.getModel("force"),c=d.get("initLayout");e.preservedPoints?o.each(function(e){var t=o.getId(e);o.setItemLayout(e,r[t]||[0/0,0/0])}):c&&"none"!==c?"circular"===c&&s(e):i(e);var p=o.getDataExtent("value"),v=u.getDataExtent("value"),f=d.get("repulsion"),h=d.get("edgeLength");y.isArray(f)||(f=[f,f]),y.isArray(h)||(h=[h,h]),h=[h[1],h[0]];var m=o.mapArray("value",function(e,t){var r=o.getItemLayout(t),a=l(e,p,f);return isNaN(a)&&(a=(f[0]+f[1])/2),{w:a,rep:a,fixed:o.getItemModel(t).get("fixed"),p:!r||isNaN(r[0])||isNaN(r[1])?null:r}}),L=u.mapArray("value",function(e,t){var r=a.getEdgeByIndex(t),o=l(e,v,h);return isNaN(o)&&(o=(h[0]+h[1])/2),{n1:m[r.node1.dataIndex],n2:m[r.node2.dataIndex],d:o,curveness:r.getModel().get("lineStyle.curveness")||0}}),t=e.coordinateSystem,x=t.getBoundingRect(),I=n(m,L,{rect:x,gravity:d.get("gravity")}),N=I.step;I.step=function(e){for(var t=0,n=m.length;n>t;t++)m[t].fixed&&g.copy(m[t].p,a.getNodeByIndex(t).getLayout());N(function(t,n,u){for(var i=0,d=t.length;d>i;i++)t[i].fixed||a.getNodeByIndex(i).setLayout(t[i].p),r[o.getId(i)]=t[i].p;for(var i=0,d=n.length;d>i;i++){var s=n[i],c=a.getEdgeByIndex(i),l=s.n1.p,y=s.n2.p,p=c.getLayout();p=p?p.slice():[],p[0]=p[0]||[],p[1]=p[1]||[],g.copy(p[0],l),g.copy(p[1],y),+s.curveness&&(p[2]=[(l[0]+y[0])/2-(l[1]-y[1])*s.curveness,(l[1]+y[1])/2-(y[0]-l[0])*s.curveness]),c.setLayout(p)}e&&e(u)})},e.forceLayout=I,e.preservedPoints=r,I.step()}else e.forceLayout=null})}var o=e("node_modules/echarts/lib/chart/graph/forceHelper"),n=o.forceLayout,u=e("node_modules/echarts/lib/chart/graph/simpleLayoutHelper"),i=u.simpleLayout,d=e("node_modules/echarts/lib/chart/graph/circularLayoutHelper"),s=d.circularLayout,c=e("node_modules/echarts/lib/util/number"),l=c.linearMap,g=e("node_modules/zrender/lib/core/vector"),y=e("node_modules/zrender/lib/core/util");r.exports=a}); ;/*!node_modules/echarts/lib/chart/graph/createView.js*/ define("node_modules/echarts/lib/chart/graph/createView",function(e,t,o){function r(e,t,o){var r=e.getBoxLayoutParams();return r.aspect=o,c(r,{width:t.getWidth(),height:t.getHeight()})}function i(e,t){var o=[];return e.eachSeriesByType("graph",function(e){var i=e.get("coordinateSystem");if(!i||"view"===i){var n=e.getData(),c=n.mapArray(function(e){var t=n.getItemModel(e);return[+t.get("x"),+t.get("y")]}),d=[],g=[];s.fromPoints(c,d,g),g[0]-d[0]===0&&(g[0]+=1,d[0]-=1),g[1]-d[1]===0&&(g[1]+=1,d[1]-=1);var h=(g[0]-d[0])/(g[1]-d[1]),u=r(e,t,h);isNaN(h)&&(d=[u.x,u.y],g=[u.x+u.width,u.y+u.height]);var m=g[0]-d[0],l=g[1]-d[1],y=u.width,v=u.height,f=e.coordinateSystem=new a;f.zoomLimit=e.get("scaleLimit"),f.setBoundingRect(d[0],d[1],m,l),f.setViewRect(u.x,u.y,y,v),f.setCenter(e.get("center")),f.setZoom(e.get("zoom")),o.push(f)}}),o}var a=e("node_modules/echarts/lib/coord/View"),n=e("node_modules/echarts/lib/util/layout"),c=n.getLayoutRect,s=e("node_modules/zrender/lib/core/bbox");o.exports=i}); ;/*!node_modules/echarts/lib/chart/graph.js*/ define("node_modules/echarts/lib/chart/graph",function(e){var r=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/graph/GraphSeries"),e("node_modules/echarts/lib/chart/graph/GraphView"),e("node_modules/echarts/lib/chart/graph/graphAction");var a=e("node_modules/echarts/lib/chart/graph/categoryFilter"),t=e("node_modules/echarts/lib/visual/symbol"),s=e("node_modules/echarts/lib/chart/graph/categoryVisual"),o=e("node_modules/echarts/lib/chart/graph/edgeVisual"),h=e("node_modules/echarts/lib/chart/graph/simpleLayout"),i=e("node_modules/echarts/lib/chart/graph/circularLayout"),l=e("node_modules/echarts/lib/chart/graph/forceLayout"),c=e("node_modules/echarts/lib/chart/graph/createView");r.registerProcessor(a),r.registerVisual(t("graph","circle",null)),r.registerVisual(s),r.registerVisual(o),r.registerLayout(h),r.registerLayout(i),r.registerLayout(l),r.registerCoordinateSystem("graphView",{create:c})}); ;/*!node_modules/echarts/lib/chart/gauge/GaugeSeries.js*/ define("node_modules/echarts/lib/chart/gauge/GaugeSeries",function(e,t,o){var i=e("node_modules/echarts/lib/chart/helper/createListSimply"),l=e("node_modules/echarts/lib/model/Series"),r=e("node_modules/zrender/lib/core/util"),n=l.extend({type:"series.gauge",getInitialData:function(e){var t=e.data||[];return r.isArray(t)||(t=[t]),e.data=t,i(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=n;o.exports=a}); ;/*!node_modules/echarts/lib/chart/gauge/PointerPath.js*/ define("node_modules/echarts/lib/chart/gauge/PointerPath",function(e,n,a){var t=e("node_modules/zrender/lib/graphic/Path"),i=t.extend({type:"echartsGaugePointer",shape:{angle:0,width:10,r:10,x:0,y:0},buildPath:function(e,n){var a=Math.cos,t=Math.sin,i=n.r,o=n.width,l=n.angle,h=n.x-a(l)*o*(o>=i/3?1:2),r=n.y-t(l)*o*(o>=i/3?1:2);l=n.angle-Math.PI/2,e.moveTo(h,r),e.lineTo(n.x+a(l)*o,n.y+t(l)*o),e.lineTo(n.x+a(n.angle)*i,n.y+t(n.angle)*i),e.lineTo(n.x-a(l)*o,n.y-t(l)*o),e.lineTo(h,r)}});a.exports=i}); ;/*!node_modules/echarts/lib/chart/gauge/GaugeView.js*/ define("node_modules/echarts/lib/chart/gauge/GaugeView",function(e,t,i){function r(e,t){var i=e.get("center"),r=t.getWidth(),n=t.getHeight(),a=Math.min(r,n),l=s(i[0],t.getWidth()),o=s(i[1],t.getHeight()),g=s(e.get("radius"),a/2);return{cx:l,cy:o,r:g}}function n(e,t){return t&&("string"==typeof t?e=t.replace("{value}",null!=e?e:""):"function"==typeof t&&(e=t(e))),e}var a=e("node_modules/echarts/lib/chart/gauge/PointerPath"),l=e("node_modules/echarts/lib/util/graphic"),o=e("node_modules/echarts/lib/view/Chart"),g=e("node_modules/echarts/lib/util/number"),s=g.parsePercent,d=g.round,h=g.linearMap,c=2*Math.PI,u=o.extend({type:"gauge",render:function(e,t,i){this.group.removeAll();var n=e.get("axisLine.lineStyle.color"),a=r(e,i);this._renderMain(e,t,i,n,a)},dispose:function(){},_renderMain:function(e,t,i,r,n){for(var a=this.group,o=e.getModel("axisLine"),g=o.getModel("lineStyle"),s=e.get("clockwise"),d=-e.get("startAngle")/180*Math.PI,h=-e.get("endAngle")/180*Math.PI,u=(h-d)%c,m=d,f=g.get("width"),y=0;y=e)return r[0][1];for(var t=0;t=e&&(0===t?0:r[t-1][0])=k;k++){var D=Math.cos(b),L=Math.sin(b);if(x.get("show")){var C=new l.Line({shape:{x1:D*m+c,y1:L*m+u,x2:D*(m-w)+c,y2:L*(m-w)+u},style:T,silent:!0});"auto"===T.stroke&&C.setStyle({stroke:r(k/M)}),h.add(C)}if(v.get("show")){var G=n(d(k/M*(y-f)+f),v.get("formatter")),N=v.get("distance"),E=r(k/M);h.add(new l.Text({style:l.setTextStyle({},v,{text:G,x:D*(m-w-N)+c,y:L*(m-w-N)+u,textVerticalAlign:-.4>L?"top":L>.4?"bottom":"middle",textAlign:-.4>D?"left":D>.4?"right":"center"},{autoColor:E}),silent:!0}))}if(p.get("show")&&k!==M){for(var H=0;S>=H;H++){var D=Math.cos(b),L=Math.sin(b),V=new l.Line({shape:{x1:D*m+c,y1:L*m+u,x2:D*(m-_)+c,y2:L*(m-_)+u},silent:!0,style:P});"auto"===P.stroke&&V.setStyle({stroke:r((k+H/S)/M)}),h.add(V),b+=A}b-=A}else b+=I}},_renderPointer:function(e,t,i,r,n,o,g){var d=this.group,c=this._data;if(!e.get("pointer.show"))return void(c&&c.eachItemGraphicEl(function(e){d.remove(e)}));var u=[+e.get("min"),+e.get("max")],m=[o,g],f=e.getData(),y=f.mapDimension("value");f.diff(c).add(function(t){var i=new a({shape:{angle:o}});l.initProps(i,{shape:{angle:h(f.get(y,t),u,m,!0)}},e),d.add(i),f.setItemGraphicEl(t,i)}).update(function(t,i){var r=c.getItemGraphicEl(i);l.updateProps(r,{shape:{angle:h(f.get(y,t),u,m,!0)}},e),d.add(r),f.setItemGraphicEl(t,r)}).remove(function(e){var t=c.getItemGraphicEl(e);d.remove(t)}).execute(),f.eachItemGraphicEl(function(e,t){var i=f.getItemModel(t),a=i.getModel("pointer");e.setShape({x:n.cx,y:n.cy,width:s(a.get("width"),n.r),r:s(a.get("length"),n.r)}),e.useStyle(i.getModel("itemStyle").getItemStyle()),"auto"===e.style.fill&&e.setStyle("fill",r(h(f.get(y,t),u,[0,1],!0))),l.setHoverStyle(e,i.getModel("emphasis.itemStyle").getItemStyle())}),this._data=f},_renderTitle:function(e,t,i,r,n){var a=e.getData(),o=a.mapDimension("value"),g=e.getModel("title");if(g.get("show")){var d=g.get("offsetCenter"),c=n.cx+s(d[0],n.r),u=n.cy+s(d[1],n.r),m=+e.get("min"),f=+e.get("max"),y=e.getData().get(o,0),x=r(h(y,[m,f],[0,1],!0));this.group.add(new l.Text({silent:!0,style:l.setTextStyle({},g,{x:c,y:u,text:a.getName(0),textAlign:"center",textVerticalAlign:"middle"},{autoColor:x,forceRich:!0})}))}},_renderDetail:function(e,t,i,r,a){var o=e.getModel("detail"),g=+e.get("min"),d=+e.get("max");if(o.get("show")){var c=o.get("offsetCenter"),u=a.cx+s(c[0],a.r),m=a.cy+s(c[1],a.r),f=s(o.get("width"),a.r),y=s(o.get("height"),a.r),x=e.getData(),p=x.get(x.mapDimension("value"),0),v=r(h(p,[g,d],[0,1],!0));this.group.add(new l.Text({silent:!0,style:l.setTextStyle({},o,{x:u,y:m,text:n(p,o.get("formatter")),textWidth:isNaN(f)?null:f,textHeight:isNaN(y)?null:y,textAlign:"center",textVerticalAlign:"middle"},{autoColor:v,forceRich:!0})}))}}}),m=u;i.exports=m}); ;/*!node_modules/echarts/lib/chart/gauge.js*/ define("node_modules/echarts/lib/chart/gauge",function(e){e("node_modules/echarts/lib/chart/gauge/GaugeSeries"),e("node_modules/echarts/lib/chart/gauge/GaugeView")}); ;/*!node_modules/echarts/lib/chart/funnel/FunnelSeries.js*/ define("node_modules/echarts/lib/chart/funnel/FunnelSeries",function(e,t,i){var l=e("node_modules/echarts/lib/echarts"),a=e("node_modules/echarts/lib/chart/helper/createListSimply"),n=e("node_modules/echarts/lib/util/model"),s=n.defaultEmphasis,o=l.extendSeriesModel({type:"series.funnel",init:function(e){o.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()},this._defaultLabelLine(e)},getInitialData:function(){return a(this,["value"])},_defaultLabelLine:function(e){s(e,"labelLine",["show"]);var t=e.labelLine,i=e.emphasis.labelLine;t.show=t.show&&e.label.show,i.show=i.show&&e.emphasis.label.show},getDataParams:function(e){var t=this.getData(),i=o.superCall(this,"getDataParams",e),l=t.mapDimension("value"),a=t.getSum(l);return i.percent=a?+(t.get(l,e)/a*100).toFixed(2):0,i.$vars.push("percent"),i},defaultOption:{zlevel:0,z:2,legendHoverLink:!0,left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",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}}}}),r=o;i.exports=r}); ;/*!node_modules/echarts/lib/chart/funnel/FunnelView.js*/ define("node_modules/echarts/lib/chart/funnel/FunnelView",function(e,t,o){function l(e,t){function o(){a.ignore=a.hoverIgnore,r.ignore=r.hoverIgnore}function l(){a.ignore=a.normalIgnore,r.ignore=r.normalIgnore}i.Group.call(this);var n=new i.Polygon,a=new i.Polyline,r=new i.Text;this.add(n),this.add(a),this.add(r),this.updateData(e,t,!0),this.on("emphasis",o).on("normal",l).on("mouseover",o).on("mouseout",l)}var i=e("node_modules/echarts/lib/util/graphic"),n=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/view/Chart"),r=l.prototype,s=["itemStyle","opacity"];r.updateData=function(e,t,o){var l=this.childAt(0),a=e.hostModel,r=e.getItemModel(t),d=e.getItemLayout(t),g=e.getItemModel(t).get(s);g=null==g?1:g,l.useStyle({}),o?(l.setShape({points:d.points}),l.setStyle({opacity:0}),i.initProps(l,{style:{opacity:g}},a,t)):i.updateProps(l,{style:{opacity:g},shape:{points:d.points}},a,t);var h=r.getModel("itemStyle"),u=e.getItemVisual(t,"color");l.setStyle(n.defaults({lineJoin:"round",fill:u},h.getItemStyle(["opacity"]))),l.hoverStyle=h.getModel("emphasis").getItemStyle(),this._updateLabel(e,t),i.setHoverStyle(this)},r._updateLabel=function(e,t){var o=this.childAt(1),l=this.childAt(2),n=e.hostModel,a=e.getItemModel(t),r=e.getItemLayout(t),s=r.label,d=e.getItemVisual(t,"color");i.updateProps(o,{shape:{points:s.linePoints||s.linePoints}},n,t),i.updateProps(l,{style:{x:s.x,y:s.y}},n,t),l.attr({rotation:s.rotation,origin:[s.x,s.y],z2:10});var g=a.getModel("label"),h=a.getModel("emphasis.label"),u=a.getModel("labelLine"),p=a.getModel("emphasis.labelLine"),d=e.getItemVisual(t,"color");i.setLabelStyle(l.style,l.hoverStyle={},g,h,{labelFetcher:e.hostModel,labelDataIndex:t,defaultText:e.getName(t),autoColor:d,useInsideStyle:!!s.inside},{textAlign:s.textAlign,textVerticalAlign:s.verticalAlign}),l.ignore=l.normalIgnore=!g.get("show"),l.hoverIgnore=!h.get("show"),o.ignore=o.normalIgnore=!u.get("show"),o.hoverIgnore=!p.get("show"),o.setStyle({stroke:d}),o.setStyle(u.getModel("lineStyle").getLineStyle()),o.hoverStyle=p.getModel("lineStyle").getLineStyle()},n.inherits(l,i.Group);var d=a.extend({type:"funnel",render:function(e){var t=e.getData(),o=this._data,i=this.group;t.diff(o).add(function(e){var o=new l(t,e);t.setItemGraphicEl(e,o),i.add(o)}).update(function(e,l){var n=o.getItemGraphicEl(l);n.updateData(t,e),i.add(n),t.setItemGraphicEl(e,n)}).remove(function(e){var t=o.getItemGraphicEl(e);i.remove(t)}).execute(),this._data=t},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}}),g=d;o.exports=g}); ;/*!node_modules/echarts/lib/chart/funnel/funnelLayout.js*/ define("node_modules/echarts/lib/chart/funnel/funnelLayout",function(e,t,n){function i(e,t){return l.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()})}function a(e,t){for(var n=e.mapDimension("value"),i=e.mapArray(n,function(e){return e}),a=[],r="ascending"===t,o=0,l=e.count();l>o;o++)a[o]=o;return"function"==typeof t?a.sort(t):"none"!==t&&a.sort(function(e,t){return r?i[e]-i[t]:i[t]-i[e]}),a}function r(e){e.each(function(t){var n,i,a,r,o=e.getItemModel(t),l=o.getModel("label"),u=l.get("position"),g=o.getModel("labelLine"),c=e.getItemLayout(t),s=c.points,h="inner"===u||"inside"===u||"center"===u;if(h)i=(s[0][0]+s[1][0]+s[2][0]+s[3][0])/4,a=(s[0][1]+s[1][1]+s[2][1]+s[3][1])/4,n="center",r=[[i,a],[i,a]];else{var d,f,m,v=g.get("length");"left"===u?(d=(s[3][0]+s[0][0])/2,f=(s[3][1]+s[0][1])/2,m=d-v,i=m-5,n="right"):(d=(s[1][0]+s[2][0])/2,f=(s[1][1]+s[2][1])/2,m=d+v,i=m+5,n="left");var y=f;r=[[d,f],[m,y]],a=y}c.label={linePoints:r,x:i,y:a,verticalAlign:"middle",textAlign:n,inside:h}})}function o(e,t){e.eachSeriesByType("funnel",function(e){var n=e.getData(),o=n.mapDimension("value"),l=e.get("sort"),u=i(e,t),s=a(n,l),h=[g(e.get("minSize"),u.width),g(e.get("maxSize"),u.width)],d=n.getDataExtent(o),f=e.get("min"),m=e.get("max");null==f&&(f=Math.min(d[0],0)),null==m&&(m=d[1]);var v=e.get("funnelAlign"),y=e.get("gap"),p=(u.height-y*(n.count()-1))/n.count(),x=u.y,b=function(e,t){var i,a=n.get(o,e)||0,r=c(a,[f,m],h,!0);switch(v){case"left":i=u.x;break;case"center":i=u.x+(u.width-r)/2;break;case"right":i=u.x+u.width-r}return[[i,t],[i+r,t]]};"ascending"===l&&(p=-p,y=-y,x+=u.height,s=s.reverse());for(var w=0;wt&&(a[1-r]=a[r]+v.sign*t),a}function s(n,a){var l=n[a]-n[1-a];return{span:Math.abs(l),sign:l>0?-1:0>l?1:a?-1:1}}function e(n,a){return Math.min(a[1],Math.max(a[0],n))}l.exports=r}); ;/*!node_modules/echarts/lib/coord/parallel/Parallel.js*/ define("node_modules/echarts/lib/coord/parallel/Parallel",function(e,t,a){function i(e,t,a){this._axesMap=r.createHashMap(),this._axesLayout={},this.dimensions=e.dimensions,this._rect,this._model=e,this._init(e,t,a)}function n(e,t){return g(f(e,t[0]),t[1])}function o(e,t){var a=t.layoutLength/(t.axisCount-1);return{position:a*e,axisNameAvailableWidth:a,axisLabelShow:!0}}function s(e,t){var a,i,n=t.layoutLength,o=t.axisExpandWidth,s=t.axisCount,r=t.axisCollapseWidth,l=t.winInnerIndices,d=r,x=!1;return e=a&&o<=a+t.axisLength&&s>=i&&s<=i+t.layoutLength},getModel:function(){return this._model},_updateAxesFromSeries:function(e,t){t.eachSeries(function(a){if(e.contains(a,t)){var i=a.getData();m(this.dimensions,function(e){var t=this._axesMap.get(e);t.scale.unionExtentFromData(i,i.mapDimension(e)),x.niceScaleExtent(t.scale,t.model)},this)}},this)},resize:function(e,t){this._rect=d.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()}),this._layoutAxes()},getRect:function(){return this._rect},_makeLayoutInfo:function(){var e,t=this._model,a=this._rect,i=["x","y"],o=["width","height"],s=t.get("layout"),r="horizontal"===s?0:1,l=a[o[r]],d=[0,l],x=this.dimensions.length,h=n(t.get("axisExpandWidth"),d),u=n(t.get("axisExpandCount")||0,[0,x]),c=t.get("axisExpandable")&&x>3&&x>u&&u>1&&h>0&&l>0,p=t.get("axisExpandWindow");if(p)e=n(p[1]-p[0],d),p[1]=p[0]+e;else{e=n(h*(u-1),d);var m=t.get("axisExpandCenter")||v(x/2);p=[h*m-e/2],p[1]=p[0]+e}var g=(l-e)/(x-u);3>g&&(g=0);var f=[v(y(p[0]/h,1))+1,_(y(p[1]/h,1))-1],b=g/h*p[0];return{layout:s,pixelDimIndex:r,layoutBase:a[i[r]],layoutLength:l,axisBase:a[i[1-r]],axisLength:a[o[1-r]],axisExpandable:c,axisExpandWidth:h,axisCollapseWidth:g,axisExpandWindow:p,axisCount:x,winInnerIndices:f,axisExpandWindow0Pos:b}},_layoutAxes:function(){var e=this._rect,t=this._axesMap,a=this.dimensions,i=this._makeLayoutInfo(),n=i.layout;t.each(function(e){var t=[0,i.axisLength],a=e.inverse?1:0;e.setExtent(t[a],t[1-a])}),m(a,function(t,a){var r=(i.axisExpandable?s:o)(a,i),d={horizontal:{x:r.position,y:i.axisLength},vertical:{x:0,y:r.position}},x={horizontal:b/2,vertical:0},h=[d[n].x+e.x,d[n].y+e.y],u=x[n],c=l.create();l.rotate(c,c,u),l.translate(c,c,h),this._axesLayout[t]={position:h,rotation:u,transform:c,axisNameAvailableWidth:r.axisNameAvailableWidth,axisLabelShow:r.axisLabelShow,nameTruncateMaxWidth:r.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,a,i){null==a&&(a=0),null==i&&(i=e.count());var n=this._axesMap,o=this.dimensions,s=[],l=[];r.each(o,function(t){s.push(e.mapDimension(t)),l.push(n.get(t).model)});for(var d=this.hasAxisBrushed(),x=a;i>x;x++){var h;if(d){h="active";for(var u=e.getValues(s,x),c=0,p=o.length;p>c;c++){var m=l[c].getActiveState(u[c]);if("inactive"===m){h="inactive";break}}}else h="normal";t(h,x)}},hasAxisBrushed:function(){for(var e=this.dimensions,t=this._axesMap,a=!1,i=0,n=e.length;n>i;i++)"normal"!==t.get(e[i]).model.getActiveState()&&(a=!0);return a},axisCoordToPoint:function(e,t){var a=this._axesLayout[t];return u.applyTransform([e,0],a.transform)},getAxisLayout:function(e){return r.clone(this._axesLayout[e])},getSlidedAxisExpandWindow:function(e){var t=this._makeLayoutInfo(),a=t.pixelDimIndex,i=t.axisExpandWindow.slice(),n=i[1]-i[0],o=[0,t.axisExpandWidth*(t.axisCount-1)];if(!this.containPoint(e))return{behavior:"none",axisExpandWindow:i};var s,r=e[a]-t.layoutBase-t.axisExpandWindow0Pos,l="slide",d=t.axisCollapseWidth,x=this._model.get("axisExpandSlideTriggerArea"),h=null!=x[0];if(d)h&&d&&rn*(1-x[0])?(l="jump",s=r-n*(1-x[2])):(s=r-n*x[1])>=0&&(s=r-n*(1-x[1]))<=0&&(s=0),s*=t.axisExpandWidth/d,s?p(s,i,o,"all"):l="none";else{var n=i[1]-i[0],u=o[1]*r/n;i=[f(0,u-n/2)],i[1]=g(o[1],i[0]+n),i[0]=i[1]-n}return{axisExpandWindow:i,behavior:l}}};var W=i;a.exports=W}); ;/*!node_modules/echarts/lib/coord/parallel/parallelCreator.js*/ define("node_modules/echarts/lib/coord/parallel/parallelCreator",function(e){function a(e,a){var r=[];return e.eachComponent("parallel",function(o,n){var t=new l(o,e,a);t.name="parallel_"+n,t.resize(o,a),o.coordinateSystem=t,t.model=o,r.push(t)}),e.eachSeries(function(a){if("parallel"===a.get("coordinateSystem")){var l=e.queryComponents({mainType:"parallel",index:a.get("parallelIndex"),id:a.get("parallelId")})[0];a.coordinateSystem=l.coordinateSystem}}),r}var l=e("node_modules/echarts/lib/coord/parallel/Parallel"),r=e("node_modules/echarts/lib/CoordinateSystem");r.register("parallel",{create:a})}); ;/*!node_modules/echarts/lib/coord/parallel/AxisModel.js*/ define("node_modules/echarts/lib/coord/parallel/AxisModel",function(e,t,r){function l(e,t){return t.type||(t.data?"category":"value")}var o=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/model/Component"),a=e("node_modules/echarts/lib/model/mixin/makeStyleMapper"),n=e("node_modules/echarts/lib/coord/axisModelCreator"),d=e("node_modules/echarts/lib/util/number"),c=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),s=i.extend({type:"baseParallelAxis",axis:null,activeIntervals:[],getAreaSelectStyle:function(){return a([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},setActiveIntervals:function(e){var t=this.activeIntervals=o.clone(e);if(t)for(var r=t.length-1;r>=0;r--)d.asc(t[r])},getActiveState:function(e){var t=this.activeIntervals;if(!t.length)return"normal";if(null==e||isNaN(e))return"inactive";if(1===t.length){var r=t[0];if(r[0]<=e&&e<=r[1])return"active"}else for(var l=0,o=t.length;o>l;l++)if(t[l][0]<=e&&e<=t[l][1])return"active";return"inactive"}}),u={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};o.merge(s.prototype,c),n("parallel",s,l,u);var v=s;r.exports=v}); ;/*!node_modules/echarts/lib/coord/parallel/ParallelModel.js*/ define("node_modules/echarts/lib/coord/parallel/ParallelModel",function(e,n,i){var a=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/model/Component");e("node_modules/echarts/lib/coord/parallel/AxisModel");var t=l.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(){l.prototype.init.apply(this,arguments),this.mergeOption({})},mergeOption:function(e){var n=this.option;e&&a.merge(n,e,!0),this._initDimensions()},contains:function(e,n){var i=e.get("parallelIndex");return null!=i&&n.getComponent("parallel",i)===this},setAxisExpand:function(e){a.each(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(n){e.hasOwnProperty(n)&&(this.option[n]=e[n])},this)},_initDimensions:function(){var e=this.dimensions=[],n=this.parallelAxisIndex=[],i=a.filter(this.dependentModels.parallelAxis,function(e){return(e.get("parallelIndex")||0)===this.componentIndex},this);a.each(i,function(i){e.push("dim"+i.get("dim")),n.push(i.componentIndex)})}});i.exports=t}); ;/*!node_modules/echarts/lib/component/axis/parallelAxisAction.js*/ define("node_modules/echarts/lib/component/axis/parallelAxisAction",function(e){var n=e("node_modules/echarts/lib/echarts"),a={type:"axisAreaSelect",event:"axisAreaSelected"};n.registerAction(a,function(e,n){n.eachComponent({mainType:"parallelAxis",query:e},function(n){n.axis.model.setActiveIntervals(e.intervals)})}),n.registerAction("parallelAxisExpand",function(e,n){n.eachComponent({mainType:"parallel",query:e},function(n){n.setAxisExpand(e)})})}); ;/*!node_modules/echarts/lib/component/helper/BrushController.js*/ define("node_modules/echarts/lib/component/helper/BrushController",function(n,e,r){function t(n){Y.call(this),this._zr=n,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_"+te++,this._handlers={},V(ie,function(n,e){this._handlers[e]=X.bind(n,this)},this)}function i(n,e){var r=n._zr;n._enableGlobalPan||W.take(r,$,n._uid),V(n._handlers,function(n,e){r.on(e,n)}),n._brushType=e.brushType,n._brushOption=X.merge(X.clone(re),e,!0)}function o(n){var e=n._zr;W.release(e,$,n._uid),V(n._handlers,function(n,r){e.off(r,n)}),n._brushType=n._brushOption=null}function a(n,e){var r=oe[e.brushType].createCover(n,e);return r.__brushOption=e,l(r,e),n.group.add(r),r}function s(n,e){var r=h(e);return r.endCreating&&(r.endCreating(n,e),l(e,e.__brushOption)),e}function u(n,e){var r=e.__brushOption;h(e).updateCoverShape(n,e,r.range,r)}function l(n,e){var r=e.z;null==r&&(r=Q),n.traverse(function(n){n.z=r,n.z2=r})}function c(n,e){h(e).updateCommon(n,e),u(n,e)}function h(n){return oe[n.__brushOption.brushType]}function f(n,e,r){var t=n._panels;if(!t)return!0;var i,o=n._transform;return V(t,function(n){n.isTargetByCursor(e,r,o)&&(i=n)}),i}function d(n,e){var r=n._panels;if(!r)return!0;var t=e.__brushOption.panelId;return null!=t?r[t]:!0}function g(n){var e=n._covers,r=e.length;return V(e,function(e){n.group.remove(e)},n),e.length=0,!!r}function p(n,e){var r=q(n._covers,function(n){var e=n.__brushOption,r=X.clone(e.range);return{brushType:e.brushType,panelId:e.panelId,range:r}});n.trigger("brush",r,{isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function _(n){var e=n._track;if(!e.length)return!1;var r=e[e.length-1],t=e[0],i=r[0]-t[0],o=r[1]-t[1],a=K(i*i+o*o,.5);return a>U}function v(n){var e=n.length-1;return 0>e&&(e=0),[n[0],n[e]]}function m(n,e,r,t){var i=new A.Group;return i.add(new A.Rect({name:"main",style:y(r),silent:!0,draggable:!0,cursor:"move",drift:H(n,e,i,"nswe"),ondragend:H(p,e,{isEnd:!0})})),V(t,function(r){i.add(new A.Rect({name:r,style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:H(n,e,i,r),ondragend:H(p,e,{isEnd:!0})}))}),i}function b(n,e,r,t){var i=t.brushStyle.lineWidth||0,o=J(i,Z),a=r[0][0],s=r[1][0],u=a-i/2,l=s-i/2,c=r[0][1],h=r[1][1],f=c-o+i/2,d=h-o+i/2,g=c-a,p=h-s,_=g+i,v=p+i;w(n,e,"main",a,s,g,p),t.transformable&&(w(n,e,"w",u,l,o,v),w(n,e,"e",f,l,o,v),w(n,e,"n",u,l,_,o),w(n,e,"s",u,d,_,o),w(n,e,"nw",u,l,o,o),w(n,e,"ne",f,l,o,o),w(n,e,"sw",u,d,o,o),w(n,e,"se",f,d,o,o))}function C(n,e){var r=e.__brushOption,t=r.transformable,i=e.childAt(0);i.useStyle(y(r)),i.attr({silent:!t,cursor:t?"move":"default"}),V(["w","e","n","s","se","sw","ne","nw"],function(r){var i=e.childOfName(r),o=k(n,r);i&&i.attr({silent:!t,invisible:!t,cursor:t?ee[o]+"-resize":null})})}function w(n,e,r,t,i,o,a){var s=e.childOfName(r);s&&s.setShape(x(S(n,e,[[t,i],[t+o,i+a]])))}function y(n){return X.defaults({strokeNoScale:!0},n.brushStyle)}function O(n,e,r,t){var i=[F(n,r),F(e,t)],o=[J(n,r),J(e,t)];return[[i[0],o[0]],[i[1],o[1]]]}function T(n){return A.getTransform(n.group)}function k(n,e){if(e.length>1){e=e.split("");var r=[k(n,e[0]),k(n,e[1])];return("e"===r[0]||"w"===r[0])&&r.reverse(),r.join("")}var t={w:"left",e:"right",n:"top",s:"bottom"},i={left:"w",right:"e",top:"n",bottom:"s"},r=A.transformDirection(t[e],T(n));return i[r]}function z(n,e,r,t,i,o,a){var s=t.__brushOption,u=n(s.range),l=P(r,o,a);V(i.split(""),function(n){var e=ne[n];u[e[0]][e[1]]+=l[e[0]]}),s.range=e(O(u[0][0],u[1][0],u[0][1],u[1][1])),c(r,t),p(r,{isEnd:!1})}function E(n,e,r,t){var i=e.__brushOption.range,o=P(n,r,t);V(i,function(n){n[0]+=o[0],n[1]+=o[1]}),c(n,e),p(n,{isEnd:!1})}function P(n,e,r){var t=n.group,i=t.transformCoordToLocal(e,r),o=t.transformCoordToLocal(0,0);return[i[0]-o[0],i[1]-o[1]]}function S(n,e,r){var t=d(n,e);return t&&t!==!0?t.clipPath(r,n._transform):X.clone(r)}function x(n){var e=F(n[0][0],n[1][0]),r=F(n[0][1],n[1][1]),t=J(n[0][0],n[1][0]),i=J(n[0][1],n[1][1]);return{x:e,y:r,width:t-e,height:i-r}}function I(n,e,r){if(n._brushType){var t=n._zr,i=n._covers,o=f(n,e,r);if(!n._dragging)for(var a=0;as)return;var a=this._model.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]);"none"!==a.behavior&&this._dispatchExpand({axisExpandWindow:a.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(e){if(!this._mouseDownPoint&&t(this,"mousemove")){var o=this._model,n=o.coordinateSystem.getSlidedAxisExpandWindow([e.offsetX,e.offsetY]),i=n.behavior;"jump"===i&&this._throttledDispatchExpand.debounceNextCall(o.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===i?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===i?null:!1})}}};o.registerPreprocessor(a)}); ;/*!node_modules/echarts/lib/chart/parallel/ParallelSeries.js*/ define("node_modules/echarts/lib/chart/parallel/ParallelSeries",function(e,t,a){function i(e,t){if(!e.encodeDefine){var a=t.ecModel.getComponent("parallel",t.get("parallelIndex"));if(a){var i=e.encodeDefine=o();r(a.dimensions,function(e){var t=l(e);i.set(e,t)})}}}function l(e){return+e.replace("dim","")}var n=e("node_modules/zrender/lib/core/util"),r=n.each,o=n.createHashMap,s=e("node_modules/echarts/lib/model/Series"),c=e("node_modules/echarts/lib/chart/helper/createListFromArray"),d=s.extend({type:"series.parallel",dependencies:["parallel"],visualColorAccessPath:"lineStyle.color",getInitialData:function(){var e=this.getSource();return i(e,this),c(e,this)},getRawIndicesByActiveState:function(e){var t=this.coordinateSystem,a=this.getData(),i=[];return t.eachActiveState(a,function(t,l){e===t&&i.push(a.getRawIndex(l))}),i},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"}});a.exports=d}); ;/*!node_modules/echarts/lib/chart/parallel/ParallelView.js*/ define("node_modules/echarts/lib/chart/parallel/ParallelView",function(t,e,i){function a(t,e,i){var a=t.model,n=t.getRect(),o=new h.Rect({shape:{x:n.x,y:n.y,width:n.width,height:n.height}}),r="horizontal"===a.get("layout")?"width":"height";return o.setShape(r,0),h.initProps(o,{shape:{width:n.width,height:n.height}},e,i),o}function n(t,e,i,a){for(var n=[],o=0;o=r.length)return e;for(var i=-1,o=e.length,s=r[t++],c={},f={};++i=r.length)return n;var o=[],s=t[i++];return u.each(n,function(n,r){o.push({key:r,values:e(n,i)})}),s?o.sort(function(n,e){return s(n.key,e.key)}):o}var r=[],t=[];return{key:function(n){return r.push(n),this},sortKeys:function(n){return t[r.length-1]=n,this},entries:function(r){return e(n(r,0),0)}}}var u=n("node_modules/zrender/lib/core/util");r.exports=t}); ;/*!node_modules/echarts/lib/chart/sankey/sankeyLayout.js*/ define("node_modules/echarts/lib/chart/sankey/sankeyLayout",function(t,e,n){function o(t,e){t.eachSeriesByType("sankey",function(t){var n=t.get("nodeWidth"),o=t.get("nodeGap"),r=u(t,e);t.layoutInfo=r;var i=r.width,c=r.height,g=t.getGraph(),f=g.nodes,s=g.edges;y(f);var d=B.filter(f,function(t){return 0===t.getLayout().value}),h=0!==d.length?0:t.get("layoutIterations");a(f,s,n,o,i,c,h)})}function u(t,e){return k.getLayoutRect(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function a(t,e,n,o,u,a,y){r(t,e,n,u),g(t,e,a,o,y),v(t)}function y(t){B.each(t,function(t){var e=_(t.outEdges,V),n=_(t.inEdges,V),o=Math.max(e,n);t.setLayout({value:o},!0)})}function r(t,e,n,o){for(var u=[],a=[],y=[],r=[],g=0,f=0,s=0;s0;u--)y*=.99,d(a,y),s(a,o,n),L(a,y),s(a,o,n)}function f(t,e,n,o,u){var a=[];B.each(e,function(t){var e=t.length,n=0;B.each(t,function(t){n+=t.getLayout().value});var y=(o-(e-1)*u)/n;a.push(y)}),a.sort(function(t,e){return t-e});var y=a[0];B.each(e,function(t){B.each(t,function(t,e){t.setLayout({y:e},!0);var n=t.getLayout().value*y;t.setLayout({dy:n},!0)})}),B.each(n,function(t){var e=+t.getValue()*y;t.setLayout({dy:e},!0)})}function s(t,e,n){B.each(t,function(t){var o,u,a,y=0,r=t.length;for(t.sort(p),a=0;r>a;a++){if(o=t[a],u=y-o.getLayout().y,u>0){var i=o.getLayout().y+u;o.setLayout({y:i},!0)}y=o.getLayout().y+o.getLayout().dy+e}if(u=y-e-n,u>0){var i=o.getLayout().y-u;for(o.setLayout({y:i},!0),y=o.getLayout().y,a=r-2;a>=0;--a)o=t[a],u=o.getLayout().y+o.getLayout().dy+e-y,u>0&&(i=o.getLayout().y-u,o.setLayout({y:i},!0)),y=o.getLayout().y}})}function d(t,e){B.each(t.slice().reverse(),function(t){B.each(t,function(t){if(t.outEdges.length){var n=_(t.outEdges,h)/_(t.outEdges,V),o=t.getLayout().y+(n-m(t))*e;t.setLayout({y:o},!0)}})})}function h(t){return m(t.node2)*t.getValue()}function L(t,e){B.each(t,function(t){B.each(t,function(t){if(t.inEdges.length){var n=_(t.inEdges,l)/_(t.inEdges,V),o=t.getLayout().y+(n-m(t))*e;t.setLayout({y:o},!0)}})})}function l(t){return m(t.node1)*t.getValue()}function v(t){B.each(t,function(t){t.outEdges.sort(E),t.inEdges.sort(x)}),B.each(t,function(t){var e=0,n=0;B.each(t.outEdges,function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy}),B.each(t.inEdges,function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy})})}function E(t,e){return t.node2.getLayout().y-e.node2.getLayout().y}function x(t,e){return t.node1.getLayout().y-e.node1.getLayout().y}function _(t,e){for(var n=0,o=t.length,u=-1;++ua&&(l=a),a>i&&(i=a)}),n.each(o,function(a){var o=new t({type:"color",mappingMethod:"linear",dataExtent:[l,i],visual:e.get("color")}),n=o.mapValueToVisual(a.getLayout().value);a.setVisual("color",n);var u=a.getModel(),r=u.get("itemStyle.color");null!=r&&a.setVisual("color",r)})}})}var t=e("node_modules/echarts/lib/visual/VisualMapping"),n=e("node_modules/zrender/lib/core/util");o.exports=l}); ;/*!node_modules/echarts/lib/chart/sankey.js*/ define("node_modules/echarts/lib/chart/sankey",function(e){var a=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/sankey/SankeySeries"),e("node_modules/echarts/lib/chart/sankey/SankeyView"),e("node_modules/echarts/lib/chart/sankey/sankeyAction");var s=e("node_modules/echarts/lib/chart/sankey/sankeyLayout"),n=e("node_modules/echarts/lib/chart/sankey/sankeyVisual");a.registerLayout(s),a.registerVisual(n)}); ;/*!node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js*/ define("node_modules/echarts/lib/chart/helper/whiskerBoxCommon",function(e,t){var i=e("node_modules/echarts/lib/chart/helper/createListSimply"),a=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/data/helper/dimensionHelper"),n=s.getDimensionTypeByAxis,o={_baseAxisDim:null,getInitialData:function(e,t){var s,o,l=t.getComponent("xAxis",this.get("xAxisIndex")),r=t.getComponent("yAxis",this.get("yAxisIndex")),d=l.get("type"),u=r.get("type");"category"===d?(e.layout="horizontal",s=l.getOrdinalMeta(),o=!0):"category"===u?(e.layout="vertical",s=r.getOrdinalMeta(),o=!0):e.layout=e.layout||"horizontal";var h=["x","y"],m="horizontal"===e.layout?0:1,y=this._baseAxisDim=h[m],c=h[1-m],x=[l,r],g=x[m].get("type"),p=x[1-m].get("type"),A=e.data;if(A&&o){var v=[];a.each(A,function(e,t){var i;e.value&&a.isArray(e.value)?(i=e.value.slice(),e.value.unshift(t)):a.isArray(e)?(i=e.slice(),e.unshift(t)):i=e,v.push(i)}),e.data=v}var f=this.defaultValueDimensions;return i(this,{coordDimensions:[{name:y,type:n(g),ordinalMeta:s,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:c,type:n(p),dimsDef:f.slice()}],dimensionsCount:f.length+1})},getBaseAxis:function(){var e=this._baseAxisDim;return this.ecModel.getComponent(e+"Axis",this.get(e+"AxisIndex")).axis}};t.seriesModelMixin=o}); ;/*!node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js*/ define("node_modules/echarts/lib/chart/boxplot/BoxplotSeries",function(e,o,i){var t=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/model/Series"),a=e("node_modules/echarts/lib/chart/helper/whiskerBoxCommon"),n=a.seriesModelMixin,d=l.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}});t.mixin(d,n,!0);var s=d;i.exports=s}); ;/*!node_modules/echarts/lib/chart/boxplot/BoxplotView.js*/ define("node_modules/echarts/lib/chart/boxplot/BoxplotView",function(e,t,o){function a(e,t,o,a,n){var l=e.ends,s=new p({shape:{points:n?i(l,a,e):l}});return r(e,s,t,o,n),s}function r(e,t,o,a,r){var i=o.hostModel,n=s[r?"initProps":"updateProps"];n(t,{shape:{points:e.ends}},i,a);var l=o.getItemModel(a),d=l.getModel(u),c=o.getItemVisual(a,"color"),p=d.getItemStyle(["borderColor"]);p.stroke=c,p.strokeNoScale=!0,t.useStyle(p),t.z2=100;var m=l.getModel(h).getItemStyle();s.setHoverStyle(t,m)}function i(e,t,o){return n.map(e,function(e){return e=e.slice(),e[t]=o.initBaseline,e})}var n=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/view/Chart"),s=e("node_modules/echarts/lib/util/graphic"),d=e("node_modules/zrender/lib/graphic/Path"),u=["itemStyle"],h=["emphasis","itemStyle"],c=l.extend({type:"boxplot",render:function(e){var t=e.getData(),o=this.group,i=this._data;this._data||o.removeAll();var n="horizontal"===e.get("layout")?1:0;t.diff(i).add(function(e){if(t.hasValue(e)){var r=t.getItemLayout(e),i=a(r,t,e,n,!0);t.setItemGraphicEl(e,i),o.add(i)}}).update(function(e,l){var s=i.getItemGraphicEl(l);if(!t.hasValue(e))return void o.remove(s);var d=t.getItemLayout(e);s?r(d,s,t,e):s=a(d,t,e,n),o.add(s),t.setItemGraphicEl(e,s)}).remove(function(e){var t=i.getItemGraphicEl(e);t&&o.remove(t)}).execute(),this._data=t},remove:function(){var e=this.group,t=this._data;this._data=null,t&&t.eachItemGraphicEl(function(t){t&&e.remove(t)})},dispose:n.noop}),p=d.extend({type:"boxplotBoxPath",shape:{},buildPath:function(e,t){var o=t.points,a=0;for(e.moveTo(o[a][0],o[a][1]),a++;4>a;a++)e.lineTo(o[a][0],o[a][1]);for(e.closePath();as&&(s=n.length,n[s]=i,t[s]={axis:i,seriesModels:[]}),t[s].seriesModels.push(e)}),t}function o(e){var t,n,i=e.axis,s=e.seriesModels,o=s.length,a=e.boxWidthList=[],u=e.boxOffsetList=[],h=[];if("category"===i.type)n=i.getBandWidth();else{var f=0;l(s,function(e){f=Math.max(f,e.getData().count())}),t=i.getExtent(),Math.abs(t[1]-t[0])/f}l(s,function(e){var t=e.get("boxWidth");r.isArray(t)||(t=[t,t]),h.push([c(t[0],n)||0,c(t[1],n)||0])});var d=.8*n-2,p=d/o*.3,x=(d-p*(o-1))/o,v=x/2-d/2;l(s,function(e,t){u.push(v),v+=p+x,a.push(Math.min(Math.max(x,h[t][0]),h[t][1]))})}function a(e,t,n){function i(e,n,i){var s=r.get(n,i),o=[];o[c]=e,o[l]=s;var u;return isNaN(e)||isNaN(s)?u=[0/0,0/0]:(u=a.dataToPoint(o),u[c]+=t),u}function s(e,t,n){var i=t.slice(),s=t.slice();i[c]+=u,s[c]-=u,n?e.push(i,s):e.push(s,i)}function o(e,t){var n=t.slice(),i=t.slice();n[c]-=u,i[c]+=u,e.push(n,i)}var a=e.coordinateSystem,r=e.getData(),u=n/2,c="horizontal"===e.get("layout")?0:1,l=1-c,h=["x","y"],f=r.mapDimension(h[c]),d=r.mapDimension(h[l],!0);if(!(null==f||d.length<5))for(var p=0;p0?"P":"N",o=i.getVisual("borderColor"+n)||i.getVisual("color"+n),a=r.getModel(h).getItemStyle(p);t.useStyle(a),t.style.fill=null,t.style.stroke=o}var s=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/view/Chart"),u=e("node_modules/echarts/lib/util/graphic"),c=e("node_modules/zrender/lib/graphic/Path"),h=["itemStyle"],m=["emphasis","itemStyle"],p=["color","color0","borderColor","borderColor0"],g=d.extend({type:"candlestick",render:function(e){this._updateDrawMode(e),this._isLargeDraw?this._renderLarge(e):this._renderNormal(e)},incrementalPrepareRender:function(e){this._clear(),this._updateDrawMode(e)},incrementalRender:function(e,t){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(),r=this._data,o=this.group,a=t.getLayout("isSimpleBox");this._data||o.removeAll(),t.diff(r).add(function(r){if(t.hasValue(r)){var l,s=t.getItemLayout(r);l=i(s,r,!0),u.initProps(l,{shape:{points:s.ends}},e,r),n(l,t,r,a),o.add(l),t.setItemGraphicEl(r,l)}}).update(function(l,s){var d=r.getItemGraphicEl(s);if(!t.hasValue(l))return void o.remove(d);var c=t.getItemLayout(l);d?u.updateProps(d,{shape:{points:c.ends}},e,l):d=i(c,l),n(d,t,l,a),o.add(d),t.setItemGraphicEl(l,d)}).remove(function(e){var t=r.getItemGraphicEl(e);t&&o.remove(t)}).execute(),this._data=t},_renderLarge:function(e){this._clear(),a(e,this.group)},_incrementalRenderNormal:function(e,t){for(var r,o=t.getData(),a=o.getLayout("isSimpleBox");null!=(r=e.next());){var l,s=o.getItemLayout(r);l=i(s,r),n(l,o,r,a),l.incremental=!0,this.group.add(l)}},_incrementalRenderLarge:function(e,t){a(t,this.group,!0)},remove:function(){this._clear()},_clear:function(){this.group.removeAll(),this._data=null},dispose:s.noop}),_=c.extend({type:"normalCandlestickBox",shape:{},buildPath:function(e,t){var r=t.points;this.__simpleBox?(e.moveTo(r[4][0],r[4][1]),e.lineTo(r[6][0],r[6][1])):(e.moveTo(r[0][0],r[0][1]),e.lineTo(r[1][0],r[1][1]),e.lineTo(r[2][0],r[2][1]),e.lineTo(r[3][0],r[3][1]),e.closePath(),e.moveTo(r[4][0],r[4][1]),e.lineTo(r[5][0],r[5][1]),e.moveTo(r[6][0],r[6][1]),e.lineTo(r[7][0],r[7][1]))}}),f=c.extend({type:"largeCandlestickBox",shape:{},buildPath:function(e,t){for(var r=t.points,i=0;i0?i:a)}function c(e,r){return r.get(e>0?l:n)}var s=e.getData(),d=e.pipelineContext.large;return s.setVisual({legendSymbol:"roundRect",colorP:t(1,e),colorN:t(-1,e),borderColorP:c(1,e),borderColorN:c(-1,e)}),r.isSeriesFiltered(e)?void 0:!d&&{progress:o}}};o.exports=c}); ;/*!node_modules/echarts/lib/chart/candlestick/candlestickLayout.js*/ define("node_modules/echarts/lib/chart/candlestick/candlestickLayout",function(e,t,n){function a(e,t,n,a,i){var r;return r=n>a?-1:a>n?1:t>0?e.get(i,t-1)<=a?1:-1:1}function i(e,t){var n,a=e.getBaseAxis(),i="category"===a.type?a.getBandWidth():(n=a.getExtent(),Math.abs(n[1]-n[0])/t.count()),r=u(d(e.get("barMaxWidth"),i),i),o=u(d(e.get("barMinWidth"),1),i),s=e.get("barWidth");return null!=s?u(s,i):Math.max(Math.min(i/2,r),o)}var r=e("node_modules/echarts/lib/util/graphic"),o=r.subPixelOptimize,s=e("node_modules/echarts/lib/chart/helper/createRenderPlanner"),l=e("node_modules/echarts/lib/util/number"),u=l.parsePercent,c=e("node_modules/zrender/lib/core/util"),d=c.retrieve2,g="undefined"!=typeof Float32Array?Float32Array:Array,h={seriesType:"candlestick",plan:s(),reset:function(e){function t(e,t){function n(e,t){var n=[];return n[u]=t,n[c]=e,isNaN(t)||isNaN(e)?[0/0,0/0]:r.dataToPoint(n)}function i(e,t,n){var a=t.slice(),i=t.slice();a[u]=o(a[u]+l/2,1,!1),i[u]=o(i[u]-l/2,1,!0),n?e.push(a,i):e.push(i,a)}function s(e,t,a){var i=n(e,a),r=n(t,a);return i[u]-=l/2,r[u]-=l/2,{x:i[0],y:i[1],width:c?l:r[0]-i[0],height:c?r[1]-i[1]:l}}function d(e){return e[u]=o(e[u],1),e}for(var g;null!=(g=e.next());){var m=t.get(h,g),x=t.get(p,g),b=t.get(f,g),N=t.get(y,g),M=t.get(v,g),P=Math.min(x,b),W=Math.max(x,b),_=n(P,m),A=n(W,m),B=n(N,m),L=n(M,m),T=[];i(T,A,0),i(T,_,1),T.push(d(L),d(A),d(B),d(_)),t.setItemLayout(g,{sign:a(t,g,x,b,f),initBaseline:x>b?A[c]:_[c],ends:T,brushRect:s(N,M,m)})}}function n(e,t){for(var n,i,o=new g(5*e.count),s=0,l=[],d=[];null!=(i=e.next());){var m=t.get(h,i),x=t.get(p,i),b=t.get(f,i),N=t.get(y,i),M=t.get(v,i);isNaN(m)||isNaN(N)||isNaN(M)?(o[s++]=0/0,s+=4):(o[s++]=a(t,i,x,b,f),l[u]=m,l[c]=N,n=r.dataToPoint(l,null,d),o[s++]=n?n[0]:0/0,o[s++]=n?n[1]:0/0,l[c]=M,n=r.dataToPoint(l,null,d),o[s++]=n?n[1]:0/0)}t.setLayout("largePoints",o)}var r=e.coordinateSystem,s=e.getData(),l=i(e,s),u=0,c=1,d=["x","y"],h=s.mapDimension(d[u]),m=s.mapDimension(d[c],!0),p=m[0],f=m[1],y=m[2],v=m[3];return s.setLayout({candleWidth:l,isSimpleBox:1.3>=l}),null==h||m.length<4?void 0:{progress:e.pipelineContext.large?n:t}}};n.exports=h}); ;/*!node_modules/echarts/lib/chart/candlestick.js*/ define("node_modules/echarts/lib/chart/candlestick",function(e){var c=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/candlestick/CandlestickSeries"),e("node_modules/echarts/lib/chart/candlestick/CandlestickView");var s=e("node_modules/echarts/lib/chart/candlestick/preprocessor"),a=e("node_modules/echarts/lib/chart/candlestick/candlestickVisual"),t=e("node_modules/echarts/lib/chart/candlestick/candlestickLayout");c.registerPreprocessor(s),c.registerVisual(a),c.registerLayout(t)}); ;/*!node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js*/ define("node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries",function(e,t,r){var i=e("node_modules/echarts/lib/chart/helper/createListFromArray"),s=e("node_modules/echarts/lib/model/Series"),c=s.extend({type:"series.effectScatter",dependencies:["grid","polar"],getInitialData:function(){return i(this.getSource(),this)},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}});r.exports=c}); ;/*!node_modules/echarts/lib/chart/helper/EffectSymbol.js*/ define("node_modules/echarts/lib/chart/helper/EffectSymbol",function(t,e,o){function i(t){return f.isArray(t)||(t=[+t,+t]),t}function l(t,e){t.eachChild(function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?e.color:null,fill:"fill"===e.brushType?e.color:null}})})}function s(t,e){h.call(this);var o=new p(t,e),i=new h;this.add(o),this.add(i),i.beforeUpdate=function(){this.attr(o.getScale())},this.updateData(t,e)}var f=t("node_modules/zrender/lib/core/util"),a=t("node_modules/echarts/lib/util/symbol"),r=a.createSymbol,n=t("node_modules/echarts/lib/util/graphic"),h=n.Group,c=t("node_modules/echarts/lib/util/number"),u=c.parsePercent,p=t("node_modules/echarts/lib/chart/helper/Symbol"),d=3,m=s.prototype;m.stopEffectAnimation=function(){this.childAt(1).removeAll()},m.startEffectAnimation=function(t){for(var e=t.symbolType,o=t.color,i=this.childAt(1),s=0;d>s;s++){var f=r(e,-1,-1,2,2,o);f.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scale:[.5,.5]});var a=-s/d*t.period+t.effectOffset;f.animate("",!0).when(t.period,{scale:[t.rippleScale/2,t.rippleScale/2]}).delay(a).start(),f.animateStyle(!0).when(t.period,{opacity:0}).delay(a).start(),i.add(f)}l(i,t)},m.updateEffectAnimation=function(t){for(var e=this._effectCfg,o=this.childAt(1),i=["symbolType","period","rippleScale"],s=0;sa;a++)o[a]=o[a]||[],o[a][0]=this._flatCoords[e+2*a],o[a][1]=this._flatCoords[e+2*a+1];return r}for(var s=this._getCoordsFromItemModel(t),a=0;al;){i++;var d=t[l++];r[n++]=s+o,r[n++]=d;for(var f=0;d>f;f++){var h=t[l++],u=t[l++];a[s++]=h,a[s++]=u}}return{flatCoordsOffset:new Uint32Array(r.buffer,0,n),flatCoords:a,count:i}}return{flatCoordsOffset:null,flatCoords:null,count:t.length}},getInitialData:function(t){var o=new n(["value"],this);return o.hasItemOption=!1,o.initData(t.data,[],function(t,e,r,a){if(t instanceof Array)return 0/0;o.hasItemOption=!0;var s=t.value;return null!=s?s instanceof Array?s[a]:s:void 0}),o},formatTooltip:function(t){var o=this.getData(),e=o.getItemModel(t),r=e.get("name");if(r)return r;var a=e.get("fromName"),s=e.get("toName"),n=[];return null!=a&&n.push(a),null!=s&&n.push(s),u(n.join(" > "))},preventIncremental:function(){return!!this.get("effect.show")},getProgressive:function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},getProgressiveThreshold:function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},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,label:{show:!1,position:"end"},lineStyle:{opacity:.5}}}),C=p;e.exports=C}); ;/*!node_modules/echarts/lib/chart/helper/EffectLine.js*/ define("node_modules/echarts/lib/chart/helper/EffectLine",function(t,e,i){function o(t,e,i){n.Group.call(this),this.add(this.createLine(t,e,i)),this._updateEffectSymbol(t,e)}var n=t("node_modules/echarts/lib/util/graphic"),a=t("node_modules/echarts/lib/chart/helper/Line"),r=t("node_modules/zrender/lib/core/util"),l=t("node_modules/echarts/lib/util/symbol"),s=l.createSymbol,c=t("node_modules/zrender/lib/core/vector"),d=t("node_modules/zrender/lib/core/curve"),u=o.prototype;u.createLine=function(t,e,i){return new a(t,e,i)},u._updateEffectSymbol=function(t,e){var i=t.getItemModel(e),o=i.getModel("effect"),n=o.get("symbolSize"),a=o.get("symbol");r.isArray(n)||(n=[n,n]);var l=o.get("color")||t.getItemVisual(e,"color"),c=this.childAt(1);this._symbolType!==a&&(this.remove(c),c=s(a,-.5,-.5,1,1,l),c.z2=100,c.culling=!0,this.add(c)),c&&(c.setStyle("shadowColor",l),c.setStyle(o.getItemStyle(["color"])),c.attr("scale",n),c.setColor(l),c.attr("scale",n),this._symbolType=a,this._updateEffectAnimation(t,o,e))},u._updateEffectAnimation=function(t,e,i){var o=this.childAt(1);if(o){var n=this,a=t.getItemLayout(i),l=1e3*e.get("period"),s=e.get("loop"),c=e.get("constantSpeed"),d=r.retrieve(e.get("delay"),function(e){return e/t.count()*l/3}),u="function"==typeof d;if(o.ignore=!0,this.updateAnimationPoints(o,a),c>0&&(l=this.getLineLength(o)/c*1e3),l!==this._period||s!==this._loop){o.stopAnimation();var _=d;u&&(_=d(i)),o.__t>0&&(_=-l*o.__t),o.__t=0;var p=o.animate("",s).when(l,{__t:1}).delay(_).during(function(){n.updateSymbolPosition(o)});s||p.done(function(){n.remove(o)}),p.start()}this._period=l,this._loop=s}},u.getLineLength=function(t){return c.dist(t.__p1,t.__cp1)+c.dist(t.__cp1,t.__p2)},u.updateAnimationPoints=function(t,e){t.__p1=e[0],t.__p2=e[1],t.__cp1=e[2]||[(e[0][0]+e[1][0])/2,(e[0][1]+e[1][1])/2]},u.updateData=function(t,e,i){this.childAt(0).updateData(t,e,i),this._updateEffectSymbol(t,e)},u.updateSymbolPosition=function(t){var e=t.__p1,i=t.__p2,o=t.__cp1,n=t.__t,a=t.position,r=d.quadraticAt,l=d.quadraticDerivativeAt;a[0]=r(e[0],o[0],i[0],n),a[1]=r(e[1],o[1],i[1],n);var s=l(e[0],o[0],i[0],n),c=l(e[1],o[1],i[1],n);t.rotation=-Math.atan2(c,s)-Math.PI/2,t.ignore=!1},u.updateLayout=function(t,e){this.childAt(0).updateLayout(t,e);var i=t.getItemModel(e).getModel("effect");this._updateEffectAnimation(t,i,e)},r.inherits(o,n.Group);var _=o;i.exports=_}); ;/*!node_modules/echarts/lib/chart/helper/Polyline.js*/ define("node_modules/echarts/lib/chart/helper/Polyline",function(e,t,o){function l(e,t,o){i.Group.call(this),this._createPolyline(e,t,o)}var i=e("node_modules/echarts/lib/util/graphic"),n=e("node_modules/zrender/lib/core/util"),a=l.prototype;a._createPolyline=function(e,t,o){var l=e.getItemLayout(t),n=new i.Polyline({shape:{points:l}});this.add(n),this._updateCommonStl(e,t,o)},a.updateData=function(e,t,o){var l=e.hostModel,n=this.childAt(0),a={shape:{points:e.getItemLayout(t)}};i.updateProps(n,a,l,t),this._updateCommonStl(e,t,o)},a._updateCommonStl=function(e,t,o){var l=this.childAt(0),a=e.getItemModel(t),s=e.getItemVisual(t,"color"),r=o&&o.lineStyle,h=o&&o.hoverLineStyle;(!o||e.hasItemOption)&&(r=a.getModel("lineStyle").getLineStyle(),h=a.getModel("emphasis.lineStyle").getLineStyle()),l.useStyle(n.defaults({strokeNoScale:!0,fill:"none",stroke:s},r)),l.hoverStyle=h,i.setHoverStyle(this)},a.updateLayout=function(e,t){var o=this.childAt(0);o.setShape("points",e.getItemLayout(t))},n.inherits(l,i.Group);var s=l;o.exports=s}); ;/*!node_modules/echarts/lib/chart/helper/EffectPolyline.js*/ define("node_modules/echarts/lib/chart/helper/EffectPolyline",function(t,e,i){function n(t,e,i){a.call(this,t,e,i),this._lastFrame=0,this._lastFramePercent=0}var r=t("node_modules/echarts/lib/chart/helper/Polyline"),o=t("node_modules/zrender/lib/core/util"),a=t("node_modules/echarts/lib/chart/helper/EffectLine"),s=t("node_modules/zrender/lib/core/vector"),h=n.prototype;h.createLine=function(t,e,i){return new r(t,e,i)},h.updateAnimationPoints=function(t,e){this._points=e;for(var i=[0],n=0,r=1;r=0&&!(n[o]<=e);o--);o=Math.min(o,r-2)}else{for(var o=a;r>o&&!(n[o]>e);o++);o=Math.min(o-1,r-2)}s.lerp(t.position,i[o],i[o+1],(e-n[o])/(n[o+1]-n[o]));var l=i[o+1][0]-i[o][0],c=i[o+1][1]-i[o][1];t.rotation=-Math.atan2(c,l)-Math.PI/2,this._lastFrame=o,this._lastFramePercent=e,t.ignore=!1}},o.inherits(n,a);var l=n;i.exports=l}); ;/*!node_modules/echarts/lib/chart/helper/LargeLineDraw.js*/ define("node_modules/echarts/lib/chart/helper/LargeLineDraw",function(e,n,t){function r(){this.group=new i.Group}var i=e("node_modules/echarts/lib/util/graphic"),a=e("node_modules/zrender/lib/graphic/IncrementalDisplayable"),l=e("node_modules/zrender/lib/contain/line"),s=e("node_modules/zrender/lib/contain/quadratic"),o=i.extendShape({shape:{polyline:!1,curveness:0,segs:[]},buildPath:function(e,n){var t=n.segs,r=n.curveness;if(n.polyline)for(var i=0;i0){e.moveTo(t[i++],t[i++]);for(var l=1;a>l;l++)e.lineTo(t[i++],t[i++])}}else for(var i=0;i0){var d=(s+c)/2-(o-u)*r,h=(o+u)/2-(c-s)*r;e.quadraticCurveTo(d,h,c,u)}else e.lineTo(c,u)}},findDataIndex:function(){var e=this.shape,n=e.segs,t=e.curveness;if(e.polyline)for(var r=0,i=0;i0)for(var o=n[i++],c=n[i++],u=1;a>u;u++){var d=n[i++],h=n[i++];if(l.containStroke(o,c,d,h))return r}r++}else for(var r=0,i=0;i0){var v=(o+d)/2-(c-h)*t,f=(c+h)/2-(d-o)*t;if(s.containStroke(o,c,v,f,d,h))return r}else if(l.containStroke(o,c,d,h))return r;r++}return-1}}),c=r.prototype;c.isPersistent=function(){return!this._incremental},c.updateData=function(e){this.group.removeAll();var n=new o({rectHover:!0,cursor:"default"});n.setShape({segs:e.getLayout("linesPoints")}),this._setCommon(n,e),this.group.add(n),this._incremental=null},c.incrementalPrepareUpdate=function(e){this.group.removeAll(),this._clearIncremental(),e.count()>5e5?(this._incremental||(this._incremental=new a({silent:!0})),this.group.add(this._incremental)):this._incremental=null},c.incrementalUpdate=function(e,n){var t=new o;t.setShape({segs:n.getLayout("linesPoints")}),this._setCommon(t,n,!!this._incremental),this._incremental?this._incremental.addDisplayable(t,!0):(t.rectHover=!0,t.cursor="default",t.__startIndex=e.start,this.group.add(t))},c.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},c._setCommon=function(e,n,t){var r=n.hostModel;e.setShape({polyline:r.get("polyline"),curveness:r.get("lineStyle.curveness")}),e.useStyle(r.getModel("lineStyle").getLineStyle()),e.style.strokeNoScale=!0;var i=n.getVisual("color");i&&e.setStyle("stroke",i),e.setStyle("fill"),t||(e.seriesIndex=r.seriesIndex,e.on("mousemove",function(n){e.dataIndex=null;var t=e.findDataIndex(n.offsetX,n.offsetY);t>0&&(e.dataIndex=t+e.__startIndex)}))},c._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var u=r;t.exports=u}); ;/*!node_modules/echarts/lib/chart/lines/linesLayout.js*/ define("node_modules/echarts/lib/chart/lines/linesLayout",function(e,t,r){var a=e("node_modules/echarts/lib/chart/helper/createRenderPlanner"),o={seriesType:"lines",plan:a(),reset:function(e){function t(t,n){var s=[];if(o){var i,l=t.end-t.start;if(a){for(var d=0,v=t.start;vp;p++)u=r.dataToPoint(s[p],!1,u),i[f++]=u[0],i[f++]=u[1]}n.setLayout("linesPoints",i)}else for(var v=t.start;vh;h++)g.push(r.dataToPoint(s[h]));else{g[0]=r.dataToPoint(s[0]),g[1]=r.dataToPoint(s[1]);var L=y.get("lineStyle.curveness");+L&&(g[2]=[(g[0][0]+g[1][0])/2-(g[0][1]-g[1][1])*L,(g[0][1]+g[1][1])/2-(g[1][0]-g[0][0])*L])}n.setItemLayout(v,g)}}var r=e.coordinateSystem,a=e.get("polyline"),o=e.pipelineContext.large;return{progress:t}}};r.exports=o}); ;/*!node_modules/echarts/lib/chart/lines/LinesView.js*/ define("node_modules/echarts/lib/chart/lines/LinesView",function(e,t,i){var r=e("node_modules/echarts/lib/config"),a=(r.__DEV__,e("node_modules/echarts/lib/echarts")),n=e("node_modules/echarts/lib/chart/helper/LineDraw"),l=e("node_modules/echarts/lib/chart/helper/EffectLine"),s=e("node_modules/echarts/lib/chart/helper/Line"),h=e("node_modules/echarts/lib/chart/helper/Polyline"),o=e("node_modules/echarts/lib/chart/helper/EffectPolyline"),c=e("node_modules/echarts/lib/chart/helper/LargeLineDraw"),_=e("node_modules/echarts/lib/chart/lines/linesLayout"),d=a.extendChartView({type:"lines",init:function(){},render:function(e,t,i){var r=e.getData(),a=this._updateLineDraw(r,e),n=e.get("zlevel"),l=e.get("effect.trailLength"),s=i.getZr(),h="svg"===s.painter.getType();h||s.painter.getLayer(n).clear(!0),null==this._lastZlevel||h||s.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(e)&&l&&(h||s.configLayer(n,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(l/10+.9,1),0)})),a.updateData(r),this._lastZlevel=n,this._finished=!0},incrementalPrepareRender:function(e,t,i){var r=e.getData(),a=this._updateLineDraw(r,e);a.incrementalPrepareUpdate(r),this._clearLayer(i),this._finished=!1},incrementalRender:function(e,t){this._lineDraw.incrementalUpdate(e,t.getData()),this._finished=e.end===t.getData().count()},updateTransform:function(e,t,i){var r=e.getData(),a=e.pipelineContext;if(!this._finished||a.large||a.progressiveRender)return{update:!0};var n=_.reset(e);n.progress&&n.progress({start:0,end:r.count()},r),this._lineDraw.updateLayout(),this._clearLayer(i)},_updateLineDraw:function(e,t){var i=this._lineDraw,r=this._showEffect(t),a=!!t.get("polyline"),_=t.pipelineContext,d=_.large;return i&&r===this._hasEffet&&a===this._isPolyline&&d===this._isLargeDraw||(i&&i.remove(),i=this._lineDraw=d?new c:new n(a?r?o:h:r?l:s),this._hasEffet=r,this._isPolyline=a,this._isLargeDraw=d,this.group.removeAll()),this.group.add(i.group),i},_showEffect:function(e){return!!e.get("effect.show")},_clearLayer:function(e){var t=e.getZr(),i="svg"===t.painter.getType();i||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(){}});i.exports=d}); ;/*!node_modules/echarts/lib/chart/lines/linesVisual.js*/ define("node_modules/echarts/lib/chart/lines/linesVisual",function(e,t,l){function s(e){return e instanceof Array||(e=[e,e]),e}var o="lineStyle.opacity".split("."),i={seriesType:"lines",reset:function(e){function t(e,t){var l=e.getItemModel(t),i=s(l.getShallow("symbol",!0)),a=s(l.getShallow("symbolSize",!0)),m=l.get(o);i[0]&&e.setItemVisual(t,"fromSymbol",i[0]),i[1]&&e.setItemVisual(t,"toSymbol",i[1]),a[0]&&e.setItemVisual(t,"fromSymbolSize",a[0]),a[1]&&e.setItemVisual(t,"toSymbolSize",a[1]),e.setItemVisual(t,"opacity",m)}var l=s(e.get("symbol")),i=s(e.get("symbolSize")),a=e.getData();return a.setVisual("fromSymbol",l&&l[0]),a.setVisual("toSymbol",l&&l[1]),a.setVisual("fromSymbolSize",i&&i[0]),a.setVisual("toSymbolSize",i&&i[1]),a.setVisual("opacity",e.get(o)),{dataEach:a.hasItemOption?t:null}}};l.exports=i}); ;/*!node_modules/echarts/lib/chart/lines.js*/ define("node_modules/echarts/lib/chart/lines",function(e){var s=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/lines/LinesSeries"),e("node_modules/echarts/lib/chart/lines/LinesView");var i=e("node_modules/echarts/lib/chart/lines/linesLayout"),l=e("node_modules/echarts/lib/chart/lines/linesVisual");s.registerLayout(i),s.registerVisual(l)}); ;/*!node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js*/ define("node_modules/echarts/lib/chart/heatmap/HeatmapSeries",function(e,t,i){var n=e("node_modules/echarts/lib/model/Series"),a=e("node_modules/echarts/lib/chart/helper/createListFromArray"),r=e("node_modules/echarts/lib/CoordinateSystem"),o=n.extend({type:"series.heatmap",getInitialData:function(){return a(this.getSource(),this,{generateCoord:"value"})},preventIncremental:function(){var e=r.get(this.get("coordinateSystem"));return e&&e.dimensions?"lng"===e.dimensions[0]&&"lat"===e.dimensions[1]:void 0},defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0}});i.exports=o}); ;/*!node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js*/ define("node_modules/echarts/lib/chart/heatmap/HeatmapLayer",function(t,a,e){function i(){var t=r.createCanvas();this.canvas=t,this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={}}var r=t("node_modules/zrender/lib/core/util"),h=256;i.prototype={update:function(t,a,e,i,r,n){var s=this._getBrush(),o=this._getGradient(t,r,"inRange"),l=this._getGradient(t,r,"outOfRange"),d=this.pointSize+this.blurSize,u=this.canvas,g=u.getContext("2d"),c=t.length;u.width=a,u.height=e;for(var v=0;c>v;++v){var p=t[v],f=p[0],m=p[1],_=p[2],b=i(_);g.globalAlpha=b,g.drawImage(s,f-d,m-d)}if(!u.width||!u.height)return u;for(var w=g.getImageData(0,0,u.width,u.height),z=w.data,C=0,S=z.length,x=this.minOpacity,y=this.maxOpacity,O=y-x;S>C;){var b=z[C+3]/256,P=4*Math.floor(b*(h-1));if(b>0){var I=n(b)?o:l;b>0&&(b=b*O+x),z[C++]=I[P],z[C++]=I[P+1],z[C++]=I[P+2],z[C++]=I[P+3]*b*256}else C+=4}return g.putImageData(w,0,0),u},_getBrush:function(){var t=this._brushCanvas||(this._brushCanvas=r.createCanvas()),a=this.pointSize+this.blurSize,e=2*a;t.width=e,t.height=e;var i=t.getContext("2d");return i.clearRect(0,0,e,e),i.shadowOffsetX=e,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-a,a,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},_getGradient:function(t,a,e){for(var i=this._gradientPixels,r=i[e]||(i[e]=new Uint8ClampedArray(1024)),h=[0,0,0,0],n=0,s=0;256>s;s++)a[e](s/255,!0,h),r[n++]=h[0],r[n++]=h[1],r[n++]=h[2],r[n++]=h[3];return r}};var n=i;e.exports=n}); ;/*!node_modules/echarts/lib/chart/heatmap/HeatmapView.js*/ define("node_modules/echarts/lib/chart/heatmap/HeatmapView",function(e,t,a){function n(e,t,a){var n=e[1]-e[0];t=c.map(t,function(t){return{interval:[(t.interval[0]-e[0])/n,(t.interval[1]-e[0])/n]}});var i=t.length,r=0;return function(e){for(var n=r;i>n;n++){var o=t[n].interval;if(o[0]<=e&&e<=o[1]){r=n;break}}if(n===i)for(var n=r-1;n>=0;n--){var o=t[n].interval;if(o[0]<=e&&e<=o[1]){r=n;break}}return n>=0&&i>n&&a[n]}}function i(e,t){var a=e[1]-e[0];return t=[(t[0]-e[0])/a,(t[1]-e[0])/a],function(e){return e>=t[0]&&e<=t[1]}}function r(e){var t=e.dimensions;return"lng"===t[0]&&"lat"===t[1]}var o=e("node_modules/echarts/lib/config"),l=(o.__DEV__,e("node_modules/echarts/lib/echarts")),s=e("node_modules/echarts/lib/util/graphic"),m=e("node_modules/echarts/lib/chart/heatmap/HeatmapLayer"),c=e("node_modules/zrender/lib/core/util"),d=l.extendChartView({type:"heatmap",render:function(e,t,a){var n;t.eachComponent("visualMap",function(t){t.eachTargetSeries(function(a){a===e&&(n=t)})}),this.group.removeAll(),this._incrementalDisplayable=null;var i=e.coordinateSystem;"cartesian2d"===i.type||"calendar"===i.type?this._renderOnCartesianAndCalendar(e,a,0,e.getData().count()):r(i)&&this._renderOnGeo(i,e,n,a)},incrementalPrepareRender:function(){this.group.removeAll()},incrementalRender:function(e,t,a,n){var i=t.coordinateSystem;i&&this._renderOnCartesianAndCalendar(t,n,e.start,e.end,!0)},_renderOnCartesianAndCalendar:function(e,t,a,n,i){var r,o,l=e.coordinateSystem;if("cartesian2d"===l.type){var m=l.getAxis("x"),d=l.getAxis("y");r=m.getBandWidth(),o=d.getBandWidth()}for(var g=this.group,u=e.getData(),p="itemStyle",h="emphasis.itemStyle",y="label",v="emphasis.label",f=e.getModel(p).getItemStyle(["color"]),x=e.getModel(h).getItemStyle(),S=e.getModel(y),_=e.getModel(v),M=l.type,b="cartesian2d"===M?[u.mapDimension("x"),u.mapDimension("y"),u.mapDimension("value")]:[u.mapDimension("time"),u.mapDimension("value")],D=a;n>D;D++){var I;if("cartesian2d"===M){if(isNaN(u.get(b[2],D)))continue;var O=l.dataToPoint([u.get(b[0],D),u.get(b[1],D)]);I=new s.Rect({shape:{x:O[0]-r/2,y:O[1]-o/2,width:r,height:o},style:{fill:u.getItemVisual(D,"color"),opacity:u.getItemVisual(D,"opacity")}})}else{if(isNaN(u.get(b[1],D)))continue;I=new s.Rect({z2:1,shape:l.dataToRect([u.get(b[0],D)]).contentShape,style:{fill:u.getItemVisual(D,"color"),opacity:u.getItemVisual(D,"opacity")}})}var R=u.getItemModel(D);u.hasItemOption&&(f=R.getModel(p).getItemStyle(["color"]),x=R.getModel(h).getItemStyle(),S=R.getModel(y),_=R.getModel(v));var w=e.getRawValue(D),V="-";w&&null!=w[2]&&(V=w[2]),s.setLabelStyle(f,x,S,_,{labelFetcher:e,labelDataIndex:D,defaultText:V,isRectText:!0}),I.setStyle(f),s.setHoverStyle(I,u.hasItemOption?x:c.extend({},x)),I.incremental=i,i&&(I.useHoverLayer=!0),g.add(I),u.setItemGraphicEl(D,I)}},_renderOnGeo:function(e,t,a,r){var o=a.targetVisuals.inRange,l=a.targetVisuals.outOfRange,c=t.getData(),d=this._hmLayer||this._hmLayer||new m;d.blurSize=t.get("blurSize"),d.pointSize=t.get("pointSize"),d.minOpacity=t.get("minOpacity"),d.maxOpacity=t.get("maxOpacity");var g=e.getViewRect().clone(),u=e.getRoamTransform();g.applyTransform(u);var p=Math.max(g.x,0),h=Math.max(g.y,0),y=Math.min(g.width+g.x,r.getWidth()),v=Math.min(g.height+g.y,r.getHeight()),f=y-p,x=v-h,S=[c.mapDimension("lng"),c.mapDimension("lat"),c.mapDimension("value")],_=c.mapArray(S,function(t,a,n){var i=e.dataToPoint([t,a]);return i[0]-=p,i[1]-=h,i.push(n),i}),M=a.getExtent(),b="visualMap.continuous"===a.type?i(M,a.option.range):n(M,a.getPieceList(),a.option.selected);d.update(_,f,x,o.color.getNormalizer(),{inRange:o.color.getColorMapper(),outOfRange:l.color.getColorMapper()},b);var D=new s.Image({style:{width:f,height:x,x:p,y:h,image:d.canvas},silent:!0});this.group.add(D)},dispose:function(){}});a.exports=d}); ;/*!node_modules/echarts/lib/chart/heatmap.js*/ define("node_modules/echarts/lib/chart/heatmap",function(e){e("node_modules/echarts/lib/chart/heatmap/HeatmapSeries"),e("node_modules/echarts/lib/chart/heatmap/HeatmapView")}); ;/*!node_modules/echarts/lib/chart/bar/PictorialBarSeries.js*/ define("node_modules/echarts/lib/chart/bar/PictorialBarSeries",function(e,l,t){var i=e("node_modules/echarts/lib/chart/bar/BaseBarSeries"),a=i.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,a.superApply(this,"getInitialData",arguments)}}),n=a;t.exports=n}); ;/*!node_modules/echarts/lib/chart/bar/PictorialBarView.js*/ define("node_modules/echarts/lib/chart/bar/PictorialBarView",function(e,t,i){function a(e,t,i,a){var n=e.getItemLayout(t),c=i.get("symbolRepeat"),u=i.get("symbolClip"),d=i.get("symbolPosition")||"start",p=i.get("symbolRotate"),m=(p||0)*Math.PI/180||0,h=i.get("symbolPatternSize")||2,y=i.isAnimationEnabled(),g={dataIndex:t,layout:n,itemModel:i,symbolType:e.getItemVisual(t,"symbol")||"circle",color:e.getItemVisual(t,"color"),symbolClip:u,symbolRepeat:c,symbolRepeatDirection:i.get("symbolRepeatDirection"),symbolPatternSize:h,rotation:m,animationModel:y?i:null,hoverAnimation:y&&i.get("hoverAnimation"),z2:i.getShallow("z",!0)||0};o(i,c,n,a,g),l(e,t,n,c,u,g.boundingLength,g.pxSign,h,a,g),r(i,g.symbolScale,m,a,g);var b=g.symbolSize,f=i.get("symbolOffset");return R.isArray(f)&&(f=[B(f[0],b[0]),B(f[1],b[1])]),s(i,b,n,c,u,f,d,g.valueLineWidth,g.boundingLength,g.repeatCutLength,a,g),g}function o(e,t,i,a,o){var l,r=a.valueDim,s=e.get("symbolBoundingData"),c=a.coordSys.getOtherAxis(a.coordSys.getBaseAxis()),u=c.toGlobalCoord(c.dataToCoord(0)),d=1-+(i[r.wh]<=0);if(R.isArray(s)){var p=[n(c,s[0])-u,n(c,s[1])-u];p[1]0?1:0>l?-1:0}function n(e,t){return e.toGlobalCoord(e.dataToCoord(e.scale.parse(t)))}function l(e,t,i,a,o,n,l,r,s,c){var u=s.valueDim,d=s.categoryDim,p=Math.abs(i[d.wh]),m=e.getItemVisual(t,"symbolSize");R.isArray(m)?m=m.slice():(null==m&&(m="100%"),m=[m,m]),m[d.index]=B(m[d.index],p),m[u.index]=B(m[u.index],a?p:Math.abs(n)),c.symbolSize=m;var h=c.symbolScale=[m[0]/r,m[1]/r];h[u.index]*=(s.isHorizontal?-1:1)*l}function r(e,t,i,a,o){var n=e.get(G)||0;n&&(H.attr({scale:t.slice(),rotation:i}),H.updateTransform(),n/=H.getLineScale(),n*=t[a.valueDim.index]),o.valueLineWidth=n}function s(e,t,i,a,o,n,l,r,s,c,u,d){var p=u.categoryDim,m=u.valueDim,h=d.pxSign,y=Math.max(t[m.index]+r,0),g=y;if(a){var b=Math.abs(s),f=R.retrieve(e.get("symbolMargin"),"15%")+"",v=!1;f.lastIndexOf("!")===f.length-1&&(v=!0,f=f.slice(0,f.length-1)),f=B(f,t[m.index]);var _=Math.max(y+2*f,0),x=v?0:2*f,S=E(a),M=S?a:P((b+x)/_),w=b-M*y;f=w/2/(v?M:M-1),_=y+2*f,x=v?0:2*f,S||"fixed"===a||(M=c?P((Math.abs(c)+x)/_):0),g=M*_-x,d.repeatTimes=M,d.symbolMargin=f}var I=h*(g/2),D=d.pathPosition=[];D[p.index]=i[p.wh]/2,D[m.index]="start"===l?I:"end"===l?s-I:s/2,n&&(D[0]+=n[0],D[1]+=n[1]);var z=d.bundlePosition=[];z[p.index]=i[p.xy],z[m.index]=i[m.xy];var C=d.barRectShape=R.extend({},i);C[m.wh]=h*Math.max(Math.abs(i[m.wh]),Math.abs(D[m.index]+I)),C[p.wh]=i[p.wh];var A=d.clipShape={};A[p.xy]=-i[p.xy],A[p.wh]=u.ecSize[p.wh],A[m.xy]=0,A[m.wh]=i[m.wh]}function c(e){var t=e.symbolPatternSize,i=C(e.symbolType,-t/2,-t/2,t,t,e.color);return i.attr({culling:!0}),"image"!==i.type&&i.setStyle({strokeNoScale:!0}),i}function u(e,t,i,a){function o(e){var t=d.slice(),a=i.pxSign,o=e;return("start"===i.symbolRepeatDirection?a>0:0>a)&&(o=m-1-e),t[p.index]=y*(o-m/2+.5)+d[p.index],{position:t,scale:i.symbolScale.slice(),rotation:i.rotation}}function n(){S(e,function(e){e.trigger("emphasis")})}function l(){S(e,function(e){e.trigger("normal")})}var r=e.__pictorialBundle,s=i.symbolSize,u=i.valueLineWidth,d=i.pathPosition,p=t.valueDim,m=i.repeatTimes||0,h=0,y=s[t.valueDim.index]+u+2*i.symbolMargin;for(S(e,function(e){e.__pictorialAnimationIndex=h,e.__pictorialRepeatTimes=m,m>h?M(e,null,o(h),i,a):M(e,null,{scale:[0,0]},i,a,function(){r.remove(e)}),b(e,i),h++});m>h;h++){var g=c(i);g.__pictorialAnimationIndex=h,g.__pictorialRepeatTimes=m,r.add(g);var f=o(h);M(g,{position:f.position,scale:[0,0]},{scale:f.scale,rotation:f.rotation},i,a),g.on("mouseover",n).on("mouseout",l),b(g,i)}}function d(e,t,i,a){function o(){this.trigger("emphasis")}function n(){this.trigger("normal")}var l=e.__pictorialBundle,r=e.__pictorialMainPath;r?M(r,null,{position:i.pathPosition.slice(),scale:i.symbolScale.slice(),rotation:i.rotation},i,a):(r=e.__pictorialMainPath=c(i),l.add(r),M(r,{position:i.pathPosition.slice(),scale:[0,0],rotation:i.rotation},{scale:i.symbolScale.slice()},i,a),r.on("mouseover",o).on("mouseout",n)),b(r,i)}function p(e,t,i){var a=R.extend({},t.barRectShape),o=e.__pictorialBarRect;o?M(o,null,{shape:a},t,i):(o=e.__pictorialBarRect=new D.Rect({z2:2,shape:a,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}}),e.add(o))}function m(e,t,i,a){if(i.symbolClip){var o=e.__pictorialClipPath,n=R.extend({},i.clipShape),l=t.valueDim,r=i.animationModel,s=i.dataIndex;if(o)D.updateProps(o,{shape:n},r,s);else{n[l.wh]=0,o=new D.Rect({shape:n}),e.__pictorialBundle.setClipPath(o),e.__pictorialClipPath=o;var c={};c[l.wh]=i.clipShape[l.wh],D[a?"updateProps":"initProps"](o,{shape:c},r,s)}}}function h(e,t){var i=e.getItemModel(t);return i.getAnimationDelayParams=y,i.isAnimationEnabled=g,i}function y(e){return{index:e.__pictorialAnimationIndex,count:e.__pictorialRepeatTimes}}function g(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function b(e,t){e.off("emphasis").off("normal");var i=t.symbolScale.slice();t.hoverAnimation&&e.on("emphasis",function(){this.animateTo({scale:[1.1*i[0],1.1*i[1]]},400,"elasticOut")}).on("normal",function(){this.animateTo({scale:i.slice()},400,"elasticOut")})}function f(e,t,i,a){var o=new D.Group,n=new D.Group;return o.add(n),o.__pictorialBundle=n,n.attr("position",i.bundlePosition.slice()),i.symbolRepeat?u(o,t,i):d(o,t,i),p(o,i,a),m(o,t,i,a),o.__pictorialShapeStr=x(e,i),o.__pictorialSymbolMeta=i,o}function v(e,t,i){var a=i.animationModel,o=i.dataIndex,n=e.__pictorialBundle;D.updateProps(n,{position:i.bundlePosition.slice()},a,o),i.symbolRepeat?u(e,t,i,!0):d(e,t,i,!0),p(e,i,!0),m(e,t,i,!0)}function _(e,t,i,a){var o=a.__pictorialBarRect;o&&(o.style.text=null);var n=[];S(a,function(e){n.push(e)}),a.__pictorialMainPath&&n.push(a.__pictorialMainPath),a.__pictorialClipPath&&(i=null),R.each(n,function(e){D.updateProps(e,{scale:[0,0]},i,t,function(){a.parent&&a.parent.remove(a)})}),e.setItemGraphicEl(t,null)}function x(e,t){return[e.getItemVisual(t.dataIndex,"symbol")||"none",!!t.symbolRepeat,!!t.symbolClip].join(":")}function S(e,t,i){R.each(e.__pictorialBundle.children(),function(a){a!==e.__pictorialBarRect&&t.call(i,a)})}function M(e,t,i,a,o,n){t&&e.attr(t),a.symbolClip&&!o?i&&e.attr(i):i&&D[o?"updateProps":"initProps"](e,i,a.animationModel,a.dataIndex,n)}function w(e,t,i){var a=i.color,o=i.dataIndex,n=i.itemModel,l=n.getModel("itemStyle").getItemStyle(["color"]),r=n.getModel("emphasis.itemStyle").getItemStyle(),s=n.getShallow("cursor");S(e,function(e){e.setColor(a),e.setStyle(R.defaults({fill:a,opacity:i.opacity},l)),D.setHoverStyle(e,r),s&&(e.cursor=s),e.z2=i.z2});var c={},u=t.valueDim.posDesc[+(i.boundingLength>0)],d=e.__pictorialBarRect;T(d.style,c,n,a,t.seriesModel,o,u),D.setHoverStyle(d,c)}function P(e){var t=Math.round(e);return Math.abs(e-t)<1e-4?t:Math.ceil(e)}var I=e("node_modules/echarts/lib/echarts"),R=e("node_modules/zrender/lib/core/util"),D=e("node_modules/echarts/lib/util/graphic"),z=e("node_modules/echarts/lib/util/symbol"),C=z.createSymbol,A=e("node_modules/echarts/lib/util/number"),B=A.parsePercent,E=A.isNumeric,L=e("node_modules/echarts/lib/chart/bar/helper"),T=L.setLabel,G=["itemStyle","borderWidth"],V=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],H=new D.Circle,W=I.extendChartView({type:"pictorialBar",render:function(e,t,i){var o=this.group,n=e.getData(),l=this._data,r=e.coordinateSystem,s=r.getBaseAxis(),c=!!s.isHorizontal(),u=r.grid.getRect(),d={ecSize:{width:i.getWidth(),height:i.getHeight()},seriesModel:e,coordSys:r,coordSysExtent:[[u.x,u.x+u.width],[u.y,u.y+u.height]],isHorizontal:c,valueDim:V[+c],categoryDim:V[1-c]};return n.diff(l).add(function(e){if(n.hasValue(e)){var t=h(n,e),i=a(n,e,t,d),l=f(n,d,i);n.setItemGraphicEl(e,l),o.add(l),w(l,d,i)}}).update(function(e,t){var i=l.getItemGraphicEl(t);if(!n.hasValue(e))return void o.remove(i);var r=h(n,e),s=a(n,e,r,d),c=x(n,s);i&&c!==i.__pictorialShapeStr&&(o.remove(i),n.setItemGraphicEl(e,null),i=null),i?v(i,d,s):i=f(n,d,s,!0),n.setItemGraphicEl(e,i),i.__pictorialSymbolMeta=s,o.add(i),w(i,d,s)}).remove(function(e){var t=l.getItemGraphicEl(e);t&&_(l,e,t.__pictorialSymbolMeta.animationModel,t)}).execute(),this._data=n,this.group},dispose:R.noop,remove:function(e){var t=this.group,i=this._data;e.get("animation")?i&&i.eachItemGraphicEl(function(t){_(i,t.dataIndex,e,t)}):t.removeAll()}}),O=W;i.exports=O}); ;/*!node_modules/echarts/lib/chart/pictorialBar.js*/ define("node_modules/echarts/lib/chart/pictorialBar",function(e){var r=e("node_modules/echarts/lib/echarts"),a=e("node_modules/zrender/lib/core/util");e("node_modules/echarts/lib/coord/cartesian/Grid"),e("node_modules/echarts/lib/chart/bar/PictorialBarSeries"),e("node_modules/echarts/lib/chart/bar/PictorialBarView");var o=e("node_modules/echarts/lib/layout/barGrid"),i=o.layout,l=e("node_modules/echarts/lib/visual/symbol");e("node_modules/echarts/lib/component/gridSimple"),r.registerLayout(a.curry(i,"pictorialBar")),r.registerVisual(l("pictorialBar","roundRect"))}); ;/*!node_modules/echarts/lib/coord/single/SingleAxis.js*/ define("node_modules/echarts/lib/coord/single/SingleAxis",function(o,t,i){var n=o("node_modules/zrender/lib/core/util"),e=o("node_modules/echarts/lib/coord/Axis"),l=function(o,t,i,n,l){e.call(this,o,t,i),this.type=n||"value",this.position=l||"bottom",this.orient=null};l.prototype={constructor:l,model:null,isHorizontal:function(){var o=this.position;return"top"===o||"bottom"===o},pointToData:function(o,t){return this.coordinateSystem.pointToData(o,t)[0]},toGlobalCoord:null,toLocalCoord:null},n.inherits(l,e);var r=l;i.exports=r}); ;/*!node_modules/echarts/lib/coord/single/Single.js*/ define("node_modules/echarts/lib/coord/single/Single",function(t,i,e){function o(t,i,e){this.dimension="single",this.dimensions=["single"],this._axis=null,this._rect,this._init(t,i,e),this.model=t}var n=t("node_modules/echarts/lib/coord/single/SingleAxis"),s=t("node_modules/echarts/lib/coord/axisHelper"),r=t("node_modules/echarts/lib/util/layout"),a=r.getLayoutRect,h=t("node_modules/zrender/lib/core/util"),c=h.each;o.prototype={type:"singleAxis",axisPointerEnabled:!0,constructor:o,_init:function(t){var i=this.dimension,e=new n(i,s.createScaleByModel(t),[0,0],t.get("type"),t.get("position")),o="category"===e.type;e.onBand=o&&t.get("boundaryGap"),e.inverse=t.get("inverse"),e.orient=t.get("orient"),t.axis=e,e.model=t,e.coordinateSystem=this,this._axis=e},update:function(t){t.eachSeries(function(t){if(t.coordinateSystem===this){var i=t.getData();c(i.mapDimension(this.dimension,!0),function(t){this._axis.scale.unionExtentFromData(i,t)},this),s.niceScaleExtent(this._axis.scale,this._axis.model)}},this)},resize:function(t,i){this._rect=a({left:t.get("left"),top:t.get("top"),right:t.get("right"),bottom:t.get("bottom"),width:t.get("width"),height:t.get("height")},{width:i.getWidth(),height:i.getHeight()}),this._adjustAxis()},getRect:function(){return this._rect},_adjustAxis:function(){var t=this._rect,i=this._axis,e=i.isHorizontal(),o=e?[0,t.width]:[0,t.height],n=i.reverse?1:0;i.setExtent(o[n],o[1-n]),this._updateAxisTransform(i,e?t.x:t.y)},_updateAxisTransform:function(t,i){var e=t.getExtent(),o=e[0]+e[1],n=t.isHorizontal();t.toGlobalCoord=n?function(t){return t+i}:function(t){return o-t+i},t.toLocalCoord=n?function(t){return t-i}:function(t){return o-t+i}},getAxis:function(){return this._axis},getBaseAxis:function(){return this._axis},getAxes:function(){return[this._axis]},getTooltipAxes:function(){return{baseAxes:[this.getAxis()]}},containPoint:function(t){var i=this.getRect(),e=this.getAxis(),o=e.orient;return"horizontal"===o?e.contain(e.toLocalCoord(t[0]))&&t[1]>=i.y&&t[1]<=i.y+i.height:e.contain(e.toLocalCoord(t[1]))&&t[0]>=i.y&&t[0]<=i.y+i.height},pointToData:function(t){var i=this.getAxis();return[i.coordToData(i.toLocalCoord(t["horizontal"===i.orient?0:1]))]},dataToPoint:function(t){var i=this.getAxis(),e=this.getRect(),o=[],n="horizontal"===i.orient?0:1;return t instanceof Array&&(t=t[0]),o[n]=i.toGlobalCoord(i.dataToCoord(+t)),o[1-n]=0===n?e.y+e.height/2:e.x+e.width/2,o}};var u=o;e.exports=u}); ;/*!node_modules/echarts/lib/coord/single/singleCreator.js*/ define("node_modules/echarts/lib/coord/single/singleCreator",function(e){function n(e,n){var s=[];return e.eachComponent("singleAxis",function(o,t){var r=new i(o,e,n);r.name="single_"+t,r.resize(o,n),o.coordinateSystem=r,s.push(r)}),e.eachSeries(function(n){if("singleAxis"===n.get("coordinateSystem")){var i=e.queryComponents({mainType:"singleAxis",index:n.get("singleAxisIndex"),id:n.get("singleAxisId")})[0];n.coordinateSystem=i&&i.coordinateSystem}}),s}var i=e("node_modules/echarts/lib/coord/single/Single"),s=e("node_modules/echarts/lib/CoordinateSystem");s.register("single",{create:n,dimensions:i.prototype.dimensions})}); ;/*!node_modules/echarts/lib/coord/single/singleAxisHelper.js*/ define("node_modules/echarts/lib/coord/single/singleAxisHelper",function(i,t){function e(i,t){t=t||{};var e=i.coordinateSystem,r=i.axis,a={},l=r.position,n=r.orient,c=e.getRect(),s=[c.x,c.x+c.width,c.y,c.y+c.height],d={horizontal:{top:s[2],bottom:s[3]},vertical:{left:s[0],right:s[1]}};a.position=["vertical"===n?d.vertical[l]:s[0],"horizontal"===n?d.horizontal[l]:s[3]];var b={horizontal:0,vertical:1};a.rotation=Math.PI/2*b[n];var h={top:-1,bottom:1,right:1,left:-1};a.labelDirection=a.tickDirection=a.nameDirection=h[l],i.get("axisTick.inside")&&(a.tickDirection=-a.tickDirection),o.retrieve(t.labelInside,i.get("axisLabel.inside"))&&(a.labelDirection=-a.labelDirection);var v=t.rotate;return null==v&&(v=i.get("axisLabel.rotate")),a.labelRotation="top"===l?-v:v,a.z2=1,a}var o=i("node_modules/zrender/lib/core/util");t.layout=e}); ;/*!node_modules/echarts/lib/component/axis/SingleAxisView.js*/ define("node_modules/echarts/lib/component/axis/SingleAxisView",function(e,i,t){var s=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/component/axis/AxisBuilder"),n=e("node_modules/echarts/lib/util/graphic"),o=e("node_modules/echarts/lib/coord/single/singleAxisHelper"),r=e("node_modules/echarts/lib/component/axis/AxisView"),a=["axisLine","axisTickLabel","axisName"],d="splitLine",h=r.extend({type:"singleAxis",axisPointerClass:"SingleAxisPointer",render:function(e,i,t,n){var r=this.group;r.removeAll();var c=o.layout(e),g=new l(e,c);s.each(a,g.add,g),r.add(g.getGroup()),e.get(d+".show")&&this["_"+d](e),h.superCall(this,"render",e,i,t,n)},_splitLine:function(e){var i=e.axis;if(!i.scale.isBlank()){var t=e.getModel("splitLine"),s=t.getModel("lineStyle"),l=s.get("width"),o=s.get("color");o=o instanceof Array?o:[o];for(var r=e.coordinateSystem.getRect(),a=i.isHorizontal(),d=[],h=0,c=i.getTicksCoords({tickModel:t}),g=[],x=[],u=0;ul||o.isArray(l))return{point:[]};var d=s.getItemGraphicEl(l),u=n.coordinateSystem;if(n.getTooltipPosition)t=n.getTooltipPosition(l)||[];else if(u&&u.dataToPoint)t=u.dataToPoint(s.getValues(o.map(u.dimensions,function(e){return s.mapDimension(e)}),l,!0))||[];else if(d){var m=d.getBoundingRect().clone();m.applyTransform(d.transform),t=[m.x+m.width/2,m.y+m.height/2]}return{point:t,el:d}}var o=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/model");n.exports=t}); ;/*!node_modules/echarts/lib/component/axisPointer/axisTrigger.js*/ define("node_modules/echarts/lib/component/axisPointer/axisTrigger",function(e,a,n){function i(e,a,n){var i=e.currTrigger,o=[e.x,e.y],I=e,f=e.dispatchAction||h.bind(n.dispatchAction,n),m=a.getComponent("axisPointer").coordSysAxesInfo;if(m){u(o)&&(o=v({seriesIndex:I.seriesIndex,dataIndex:I.dataIndex},a).point);var D=u(o),A=I.axesInfo,T=m.axesInfo,b="leave"===i||u(o),P={},w={},S={list:[],map:{}},B={showPointer:g(s,w),showTooltip:g(d,S)};y(m.coordSysMap,function(e,a){var n=D||e.containPoint(o);y(m.coordSysAxesInfo[a],function(e){var a=e.axis,i=x(A,e);if(!b&&n&&(!A||i)){var s=i&&i.value;null!=s||D||(s=a.pointToData(o)),null!=s&&t(e,s,B,!1,P)}})});var M={};return y(T,function(e,a){var n=e.linkGroup;n&&!w[a]&&y(n.axesInfo,function(a,i){var t=w[i];if(a!==e&&t){var o=t.value;n.mapper&&(o=e.axis.scale.parse(n.mapper(o,p(a),p(e)))),M[e.key]=o}})}),y(M,function(e,a){t(T[a],e,B,!0,P)}),r(w,T,P),l(S,o,e,f),c(T,f,n),P}}function t(e,a,n,i,t){var s=e.axis;if(!s.scale.isBlank()&&s.containData(a)){if(!e.involveSeries)return void n.showPointer(e,a);var d=o(a,e),r=d.payloadBatch,l=d.snapToValue;r[0]&&null==t.seriesIndex&&h.extend(t,r[0]),!i&&e.snap&&s.containData(l)&&null!=l&&(a=l),n.showPointer(e,a,r,t),n.showTooltip(e,d,l)}}function o(e,a){var n=a.axis,i=n.dim,t=e,o=[],s=Number.MAX_VALUE,d=-1;return y(a.seriesModels,function(a){var r,l,c=a.getData().mapDimension(i,!0);if(a.getAxisTooltipData){var x=a.getAxisTooltipData(c,e,n);l=x.dataIndices,r=x.nestestValue}else{if(l=a.getData().indicesOfNearest(c[0],e,"category"===n.type?.5:null),!l.length)return;r=a.getData().get(c[0],l[0])}if(null!=r&&isFinite(r)){var p=e-r,u=Math.abs(p);s>=u&&((s>u||p>=0&&0>d)&&(s=u,d=p,t=r,o.length=0),y(l,function(e){o.push({seriesIndex:a.seriesIndex,dataIndexInside:e,dataIndex:a.getData().getRawIndex(e)})}))}}),{payloadBatch:o,snapToValue:t}}function s(e,a,n,i){e[a.key]={value:n,payloadBatch:i}}function d(e,a,n,i){var t=n.payloadBatch,o=a.axis,s=o.model,d=a.axisPointerModel;if(a.triggerTooltip&&t.length){var r=a.coordSys.model,l=m.makeKey(r),c=e.map[l];c||(c=e.map[l]={coordSysId:r.id,coordSysIndex:r.componentIndex,coordSysType:r.type,coordSysMainType:r.mainType,dataByAxis:[]},e.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:s.componentIndex,axisType:s.type,axisId:s.id,value:i,valueLabelOpt:{precision:d.get("label.precision"),formatter:d.get("label.formatter")},seriesDataIndices:t.slice()})}}function r(e,a,n){var i=n.axesInfo=[];y(a,function(a,n){var t=a.axisPointerModel.option,o=e[n];o?(!a.useHandle&&(t.status="show"),t.value=o.value,t.seriesDataIndices=(o.payloadBatch||[]).slice()):!a.useHandle&&(t.status="hide"),"show"===t.status&&i.push({axisDim:a.axis.dim,axisIndex:a.axis.model.componentIndex,value:t.value})})}function l(e,a,n,i){if(u(a)||!e.list.length)return void i({type:"hideTip"});var t=((e.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:"showTip",escapeConnect:!0,x:a[0],y:a[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:t.dataIndexInside,dataIndex:t.dataIndex,seriesIndex:t.seriesIndex,dataByCoordSys:e.list})}function c(e,a,n){var i=n.getZr(),t="axisPointerLastHighlights",o=D(i)[t]||{},s=D(i)[t]={};y(e,function(e){var a=e.axisPointerModel.option;"show"===a.status&&y(a.seriesDataIndices,function(e){var a=e.seriesIndex+" | "+e.dataIndex;s[a]=e})});var d=[],r=[];h.each(o,function(e,a){!s[a]&&r.push(e)}),h.each(s,function(e,a){!o[a]&&d.push(e)}),r.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,batch:r}),d.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,batch:d})}function x(e,a){for(var n=0;n<(e||[]).length;n++){var i=e[n];if(a.axis.dim===i.axisDim&&a.axis.model.componentIndex===i.axisIndex)return i}}function p(e){var a=e.axis.model,n={},i=n.axisDim=e.axis.dim;return n.axisIndex=n[i+"AxisIndex"]=a.componentIndex,n.axisName=n[i+"AxisName"]=a.name,n.axisId=n[i+"AxisId"]=a.id,n}function u(e){return!e||null==e[0]||isNaN(e[0])||null==e[1]||isNaN(e[1])}var h=e("node_modules/zrender/lib/core/util"),I=e("node_modules/echarts/lib/util/model"),f=I.makeInner,m=e("node_modules/echarts/lib/component/axisPointer/modelHelper"),v=e("node_modules/echarts/lib/component/axisPointer/findPointFromSeries"),y=h.each,g=h.curry,D=f();n.exports=i}); ;/*!node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js*/ define("node_modules/echarts/lib/component/axisPointer/AxisPointerModel",function(o,l,e){var a=o("node_modules/echarts/lib/echarts"),n=a.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}}}),t=n;e.exports=t}); ;/*!node_modules/echarts/lib/component/axisPointer/globalListener.js*/ define("node_modules/echarts/lib/component/axisPointer/globalListener",function(n,e){function i(n,e,i){if(!u.node){var r=e.getZr();p(r).records||(p(r).records={}),o(r,e);var c=p(r).records[n]||(p(r).records[n]={});c.handler=i}}function o(n,e){function i(i,o){n.on(i,function(i){var c=d(e);f(p(n).records,function(n){n&&o(n,i,c.dispatchAction)}),r(c.pendings,e)})}p(n).initialized||(p(n).initialized=!0,i("click",s.curry(t,"click")),i("mousemove",s.curry(t,"mousemove")),i("globalout",c))}function r(n,e){var i,o=n.showTip.length,r=n.hideTip.length;o?i=n.showTip[o-1]:r&&(i=n.hideTip[r-1]),i&&(i.dispatchAction=null,e.dispatchAction(i))}function c(n,e,i){n.handler("leave",null,i)}function t(n,e,i,o){e.handler(n,i,o)}function d(n){var e={showTip:[],hideTip:[]},i=function(o){var r=e[o.type];r?r.push(o):(o.dispatchAction=i,n.dispatchAction(o))};return{dispatchAction:i,pendings:e}}function l(n,e){if(!u.node){var i=e.getZr(),o=(p(i).records||{})[n];o&&(p(i).records[n]=null)}}var s=n("node_modules/zrender/lib/core/util"),u=n("node_modules/zrender/lib/core/env"),a=n("node_modules/echarts/lib/util/model"),h=a.makeInner,p=h(),f=s.each;e.register=i,e.unregister=l}); ;/*!node_modules/echarts/lib/component/axisPointer/AxisPointerView.js*/ define("node_modules/echarts/lib/component/axisPointer/AxisPointerView",function(e,t,n){var o=e("node_modules/echarts/lib/echarts"),i=e("node_modules/echarts/lib/component/axisPointer/globalListener"),r=o.extendComponentView({type:"axisPointer",render:function(e,t,n){var o=t.getComponent("tooltip"),r=e.get("triggerOn")||o&&o.get("triggerOn")||"mousemove|click";i.register("axisPointer",n,function(e,t,n){"none"!==r&&("leave"===e||r.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"),r.superApply(this._model,"remove",arguments)},dispose:function(e,t){i.unregister("axisPointer",t),r.superApply(this._model,"dispose",arguments)}}),s=r;n.exports=s}); ;/*!node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js*/ define("node_modules/echarts/lib/component/axisPointer/BaseAxisPointer",function(t,e,i){function n(){}function a(t,e,i,n){o(v(i).lastProp,n)||(v(i).lastProp=n,e?u.updateProps(i,n,t):(i.stopAnimation(),i.attr(n)))}function o(t,e){if(h.isObject(t)&&h.isObject(e)){var i=!0;return h.each(e,function(e,n){i=i&&o(t[n],e)}),!!i}return t===e}function l(t,e){t[e.get("label.show")?"show":"hide"]()}function s(t){return{position:t.position.slice(),rotation:t.rotation||0}}function r(t,e,i){var n=e.get("z"),a=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=n&&(t.z=n),null!=a&&(t.zlevel=a),t.silent=i)})}var h=t("node_modules/zrender/lib/core/util"),d=t("node_modules/echarts/lib/util/clazz"),u=t("node_modules/echarts/lib/util/graphic"),p=t("node_modules/echarts/lib/component/axisPointer/modelHelper"),c=t("node_modules/zrender/lib/core/event"),_=t("node_modules/echarts/lib/util/throttle"),f=t("node_modules/echarts/lib/util/model"),g=f.makeInner,v=g(),m=h.clone,x=h.bind;n.prototype={_group:null,_lastGraphicKey:null,_handle:null,_dragging:!1,_lastValue:null,_lastStatus:null,_payloadInfo:null,animationThreshold:15,render:function(t,e,i,n){var o=e.get("value"),l=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=i,n||this._lastValue!==o||this._lastStatus!==l){this._lastValue=o,this._lastStatus=l;var s=this._group,d=this._handle;if(!l||"hide"===l)return s&&s.hide(),void(d&&d.hide());s&&s.show(),d&&d.show();var p={};this.makeElOption(p,o,t,e,i);var c=p.graphicKey;c!==this._lastGraphicKey&&this.clear(i),this._lastGraphicKey=c;var _=this._moveAnimation=this.determineAnimation(t,e);if(s){var f=h.curry(a,e,_);this.updatePointerEl(s,p,f,e),this.updateLabelEl(s,p,f,e)}else s=this._group=new u.Group,this.createPointerEl(s,p,t,e),this.createLabelEl(s,p,t,e),i.getZr().add(s);r(s,e,!0),this._renderHandle(o)}},remove:function(t){this.clear(t)},dispose:function(t){this.clear(t)},determineAnimation:function(t,e){var i=e.get("animation"),n=t.axis,a="category"===n.type,o=e.get("snap");if(!o&&!a)return!1;if("auto"===i||null==i){var l=this.animationThreshold;if(a&&n.getBandWidth()>l)return!0;if(o){var s=p.getAxisInfo(t).seriesDataCount,r=n.getExtent();return Math.abs(r[0]-r[1])/s>l}return!1}return i===!0},makeElOption:function(){},createPointerEl:function(t,e){var i=e.pointer;if(i){var n=v(t).pointerEl=new u[i.type](m(e.pointer));t.add(n)}},createLabelEl:function(t,e,i,n){if(e.label){var a=v(t).labelEl=new u.Rect(m(e.label));t.add(a),l(a,n)}},updatePointerEl:function(t,e,i){var n=v(t).pointerEl;n&&(n.setStyle(e.pointer.style),i(n,{shape:e.pointer.shape}))},updateLabelEl:function(t,e,i,n){var a=v(t).labelEl;a&&(a.setStyle(e.label.style),i(a,{shape:e.label.shape,position:e.label.position}),l(a,n))},_renderHandle:function(t){if(!this._dragging&&this.updateHandleTransform){var e=this._axisPointerModel,i=this._api.getZr(),n=this._handle,a=e.getModel("handle"),o=e.get("status");if(!a.get("show")||!o||"hide"===o)return n&&i.remove(n),void(this._handle=null);var l;this._handle||(l=!0,n=this._handle=u.createIcon(a.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){c.stop(t.event)},onmousedown:x(this._onHandleDragMove,this,0,0),drift:x(this._onHandleDragMove,this),ondragend:x(this._onHandleDragEnd,this)}),i.add(n)),r(n,e,!1);var s=["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];n.setStyle(a.getItemStyle(null,s));var d=a.get("size");h.isArray(d)||(d=[d,d]),n.attr("scale",[d[0]/2,d[1]/2]),_.createOrUpdate(this,"_doDispatchAxisPointer",a.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,l)}},_moveHandleToValue:function(t,e){a(this._axisPointerModel,!e&&this._moveAnimation,this._handle,s(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},_onHandleDragMove:function(t,e){var i=this._handle;if(i){this._dragging=!0;var n=this.updateHandleTransform(s(i),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=n,i.stopAnimation(),i.attr(s(n)),v(i).lastProp=null,this._doDispatchAxisPointer()}},_doDispatchAxisPointer:function(){var t=this._handle;if(t){var e=this._payloadInfo,i=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:e.cursorPoint[0],y:e.cursorPoint[1],tooltipOption:e.tooltipOption,axesInfo:[{axisDim:i.axis.dim,axisIndex:i.componentIndex}]})}},_onHandleDragEnd:function(){this._dragging=!1;var t=this._handle;if(t){var e=this._axisPointerModel.get("value");this._moveHandleToValue(e),this._api.dispatchAction({type:"hideTip"})}},getHandleTransform:null,updateHandleTransform:null,clear:function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),i=this._group,n=this._handle;e&&i&&(this._lastGraphicKey=null,i&&e.remove(i),n&&e.remove(n),this._group=null,this._handle=null,this._payloadInfo=null)},doClear:function(){},buildLabel:function(t,e,i){return i=i||0,{x:t[i],y:t[1-i],width:e[i],height:e[1-i]}}},n.prototype.constructor=n,d.enableClassExtend(n);var b=n;i.exports=b}); ;/*!node_modules/echarts/lib/component/axisPointer/viewHelper.js*/ define("node_modules/echarts/lib/component/axisPointer/viewHelper",function(e,t){function i(e){var t,i=e.get("type"),a=e.getModel(i+"Style");return"line"===i?(t=a.getLineStyle(),t.fill=null):"shadow"===i&&(t=a.getAreaStyle(),t.stroke=null),t}function a(e,t,i,a,n){var l=i.get("value"),s=o(l,t.axis,t.ecModel,i.get("seriesDataIndices"),{precision:i.get("label.precision"),formatter:i.get("label.formatter")}),d=i.getModel("label"),g=f.normalizeCssArray(d.get("padding")||0),c=d.getFont(),u=h.getBoundingRect(s,c),b=n.position,m=u.width+g[1]+g[3],x=u.height+g[0]+g[2],p=n.align;"right"===p&&(b[0]-=m),"center"===p&&(b[0]-=m/2);var v=n.verticalAlign;"bottom"===v&&(b[1]-=x),"middle"===v&&(b[1]-=x/2),r(b,m,x,a);var y=d.get("backgroundColor");y&&"auto"!==y||(y=t.get("axisLine.lineStyle.color")),e.label={shape:{x:0,y:0,width:m,height:x,r:d.get("borderRadius")},position:b.slice(),style:{text:s,textFont:c,textFill:d.getTextColor(),textPosition:"inside",fill:y,stroke:d.get("borderColor")||"transparent",lineWidth:d.get("borderWidth")||0,shadowBlur:d.get("shadowBlur"),shadowColor:d.get("shadowColor"),shadowOffsetX:d.get("shadowOffsetX"),shadowOffsetY:d.get("shadowOffsetY")},z2:10}}function r(e,t,i,a){var r=a.getWidth(),o=a.getHeight();e[0]=Math.min(e[0]+t,r)-t,e[1]=Math.min(e[1]+i,o)-i,e[0]=Math.max(e[0],0),e[1]=Math.max(e[1],0)}function o(e,t,i,a,r){e=t.scale.parse(e);var o=t.scale.getLabel(e,{precision:r.precision}),n=r.formatter;if(n){var l={value:m.getAxisRawValue(t,e),seriesData:[]};c.each(a,function(e){var t=i.getSeriesByIndex(e.seriesIndex),a=e.dataIndexInside,r=t&&t.getDataParams(a);r&&l.seriesData.push(r)}),c.isString(n)?o=n.replace("{value}",o):c.isFunction(n)&&(o=n(l))}return o}function n(e,t,i){var a=b.create();return b.rotate(a,a,i.rotation),b.translate(a,a,i.position),u.applyTransform([e.dataToCoord(t),(i.labelOffset||0)+(i.labelDirection||1)*(i.labelMargin||0)],a)}function l(e,t,i,r,o,l){var s=x.innerTextLayout(i.rotation,0,i.labelDirection);i.labelMargin=o.get("label.margin"),a(t,r,o,l,{position:n(r.axis,e,i),align:s.textAlign,verticalAlign:s.textVerticalAlign})}function s(e,t,i){return i=i||0,{x1:e[i],y1:e[1-i],x2:t[i],y2:t[1-i]}}function d(e,t,i){return i=i||0,{x:e[i],y:e[1-i],width:t[i],height:t[1-i]}}function g(e,t,i,a,r,o){return{cx:e,cy:t,r0:i,r:a,startAngle:r,endAngle:o,clockwise:!0}}var c=e("node_modules/zrender/lib/core/util"),u=e("node_modules/echarts/lib/util/graphic"),h=e("node_modules/zrender/lib/contain/text"),f=e("node_modules/echarts/lib/util/format"),b=e("node_modules/zrender/lib/core/matrix"),m=e("node_modules/echarts/lib/coord/axisHelper"),x=e("node_modules/echarts/lib/component/axis/AxisBuilder");t.buildElStyle=i,t.buildLabelElOption=a,t.getValueLabel=o,t.getTransformedPosition=n,t.buildCartesianSingleLabelElOption=l,t.makeLineShape=s,t.makeRectShape=d,t.makeSectorShape=g}); ;/*!node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js*/ define("node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer",function(e,t,i){function n(e,t){var i={};return i[t.dim+"AxisIndex"]=t.index,e.getCartesian(i)}function a(e){return"x"===e.dim?0:1}var o=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/echarts/lib/component/axisPointer/BaseAxisPointer"),s=e("node_modules/echarts/lib/component/axisPointer/viewHelper"),l=e("node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper"),d=e("node_modules/echarts/lib/component/axis/AxisView"),c=r.extend({makeElOption:function(e,t,i,a,o){var r=i.axis,d=r.grid,c=a.get("type"),p=n(d,r).getOtherAxis(r).getGlobalExtent(),u=r.toGlobalCoord(r.dataToCoord(t,!0));if(c&&"none"!==c){var m=s.buildElStyle(a),g=x[c](r,u,p,m);g.style=m,e.graphicKey=g.type,e.pointer=g}var h=l.layout(d.model,i);s.buildCartesianSingleLabelElOption(t,e,h,i,a,o)},getHandleTransform:function(e,t,i){var n=l.layout(t.axis.grid.model,t,{labelInside:!1});return n.labelMargin=i.get("handle.margin"),{position:s.getTransformedPosition(t.axis,e,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(e,t,i){var a=i.axis,o=a.grid,r=a.getGlobalExtent(!0),s=n(o,a).getOtherAxis(a).getGlobalExtent(),l="x"===a.dim?0:1,d=e.position;d[l]+=t[l],d[l]=Math.min(r[1],d[l]),d[l]=Math.max(r[0],d[l]);var c=(s[1]+s[0])/2,x=[c,c];x[l]=d[l];var p=[{verticalAlign:"middle"},{align:"center"}];return{position:d,rotation:e.rotation,cursorPoint:x,tooltipOption:p[l]}}}),x={line:function(e,t,i,n){var r=s.makeLineShape([t,i[0]],[t,i[1]],a(e));return o.subPixelOptimizeLine({shape:r,style:n}),{type:"Line",shape:r}},shadow:function(e,t,i){var n=Math.max(1,e.getBandWidth()),o=i[1]-i[0];return{type:"Rect",shape:s.makeRectShape([t-n/2,i[0]],[n,o],a(e))}}};d.registerAxisPointerClass("CartesianAxisPointer",c);var p=c;i.exports=p}); ;/*!node_modules/echarts/lib/component/axisPointer.js*/ define("node_modules/echarts/lib/component/axisPointer",function(e){var o=e("node_modules/echarts/lib/echarts"),i=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/component/axisPointer/modelHelper"),t=e("node_modules/echarts/lib/component/axisPointer/axisTrigger");e("node_modules/echarts/lib/component/axisPointer/AxisPointerModel"),e("node_modules/echarts/lib/component/axisPointer/AxisPointerView"),e("node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer"),o.registerPreprocessor(function(e){if(e){(!e.axisPointer||0===e.axisPointer.length)&&(e.axisPointer={});var o=e.axisPointer.link;o&&!i.isArray(o)&&(e.axisPointer.link=[o])}}),o.registerProcessor(o.PRIORITY.PROCESSOR.STATISTIC,function(e,o){e.getComponent("axisPointer").coordSysAxesInfo=n.collect(e,o)}),o.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},t)}); ;/*!node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js*/ define("node_modules/echarts/lib/component/axisPointer/SingleAxisPointer",function(e,i,t){function n(e){return e.isHorizontal()?0:1}function o(e,i){var t=e.getRect();return[t[c[i]],t[c[i]]+t[p[i]]]}var a=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/echarts/lib/component/axisPointer/BaseAxisPointer"),s=e("node_modules/echarts/lib/component/axisPointer/viewHelper"),l=e("node_modules/echarts/lib/coord/single/singleAxisHelper"),d=e("node_modules/echarts/lib/component/axis/AxisView"),c=["x","y"],p=["width","height"],u=r.extend({makeElOption:function(e,i,t,a,r){var d=t.axis,c=d.coordinateSystem,p=o(c,1-n(d)),u=c.dataToPoint(i)[0],h=a.get("type");if(h&&"none"!==h){var g=s.buildElStyle(a),x=m[h](d,u,p,g);x.style=g,e.graphicKey=x.type,e.pointer=x}var b=l.layout(t);s.buildCartesianSingleLabelElOption(i,e,b,t,a,r)},getHandleTransform:function(e,i,t){var n=l.layout(i,{labelInside:!1});return n.labelMargin=t.get("handle.margin"),{position:s.getTransformedPosition(i.axis,e,n),rotation:n.rotation+(n.labelDirection<0?Math.PI:0)}},updateHandleTransform:function(e,i,t){var a=t.axis,r=a.coordinateSystem,s=n(a),l=o(r,s),d=e.position;d[s]+=i[s],d[s]=Math.min(l[1],d[s]),d[s]=Math.max(l[0],d[s]);var c=o(r,1-s),p=(c[1]+c[0])/2,u=[p,p];return u[s]=d[s],{position:d,rotation:e.rotation,cursorPoint:u,tooltipOption:{verticalAlign:"middle"}}}}),m={line:function(e,i,t,o){var r=s.makeLineShape([i,t[0]],[i,t[1]],n(e));return a.subPixelOptimizeLine({shape:r,style:o}),{type:"Line",shape:r}},shadow:function(e,i,t){var o=e.getBandWidth(),a=t[1]-t[0];return{type:"Rect",shape:s.makeRectShape([i-o/2,t[0]],[o,a],n(e))}}};d.registerAxisPointerClass("SingleAxisPointer",u);var h=u;t.exports=h}); ;/*!node_modules/echarts/lib/component/singleAxis.js*/ define("node_modules/echarts/lib/component/singleAxis",function(e){var o=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/coord/single/singleCreator"),e("node_modules/echarts/lib/component/axis/SingleAxisView"),e("node_modules/echarts/lib/coord/single/AxisModel"),e("node_modules/echarts/lib/component/axisPointer"),e("node_modules/echarts/lib/component/axisPointer/SingleAxisPointer"),o.extendComponentView({type:"single"})}); ;/*!node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js*/ define("node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries",function(e,t,i){var n=e("node_modules/echarts/lib/model/Series"),a=e("node_modules/echarts/lib/data/helper/createDimensions"),r=e("node_modules/echarts/lib/data/helper/dimensionHelper"),s=r.getDimensionTypeByAxis,o=e("node_modules/echarts/lib/data/List"),l=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/util/format"),u=d.encodeHTML,m=e("node_modules/echarts/lib/util/array/nest"),g=2,h=n.extend({type:"series.themeRiver",dependencies:["singleAxis"],nameMap:null,init:function(){h.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()}},fixData:function(e){for(var t=e.length,i=m().key(function(e){return e[2]}).entries(e),n=l.map(i,function(e){return{name:e.key,dataList:e.values}}),a=n.length,r=-1,s=-1,o=0;a>o;++o){var d=n[o].dataList.length;d>r&&(r=d,s=o)}for(var u=0;a>u;++u)if(u!==s)for(var g=n[u].name,h=0;r>h;++h){for(var c=n[s].dataList[h][0],f=n[u].dataList.length,p=-1,v=0;f>v;++v){var y=n[u].dataList[v][0];if(y===c){p=v;break}}-1===p&&(e[t]=[],e[t][0]=c,e[t][1]=0,e[t][2]=g,t++)}return e},getInitialData:function(e,t){for(var i=t.queryComponents({mainType:"singleAxis",index:this.get("singleAxisIndex"),id:this.get("singleAxisId")})[0],n=i.get("type"),r=l.filter(e.data,function(e){return void 0!==e[2]}),d=this.fixData(r||[]),u=[],m=this.nameMap=l.createHashMap(),h=0,c=0;ca;++a)n[a]=a;for(var r=m().key(function(e){return t.get("name",e)}).entries(n),s=l.map(r,function(e){return{name:e.key,indices:e.values}}),o=t.mapDimension("single"),d=0;do;++o){for(var d=Number.MAX_VALUE,u=-1,m=a[o].indices.length,g=0;m>g;++g){var h=n.get(e[0],a[o].indices[g]),c=Math.abs(h-t);d>=c&&(i=h,d=c,u=a[o].indices[g])}r.push(u)}return{dataIndices:r,nestestValue:i}},formatTooltip:function(e){var t=this.getData(),i=t.getName(e),n=t.get(t.mapDimension("value"),e);return(isNaN(n)||null==n)&&(n="-"),u(i+" : "+n)},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}}}}),c=h;i.exports=c}); ;/*!node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js*/ define("node_modules/echarts/lib/chart/themeRiver/ThemeRiverView",function(e,t,i){function a(e,t,i){var a=new n.Rect({shape:{x:e.x-10,y:e.y-10,width:0,height:e.height+20}});return n.initProps(a,{shape:{width:e.width+20,height:e.height+20}},t,i),a}var o=e("node_modules/echarts/lib/echarts"),r=e("node_modules/echarts/lib/chart/line/poly"),s=r.Polygon,n=e("node_modules/echarts/lib/util/graphic"),d=e("node_modules/zrender/lib/core/util"),l=d.bind,h=d.extend,u=e("node_modules/echarts/lib/data/DataDiffer"),y=o.extendChartView({type:"themeRiver",init:function(){this._layers=[]},render:function(e){function t(e){return e.name}function i(t,i,l){var u=this._layers;if("remove"===t)return void r.remove(u[i]);for(var y,m=[],c=[],g=d[i].indices,v=0;vv;++v){n=y[v]*l,e.setItemLayout(s[0].indices[v],{layerIndex:0,x:d[0][v][0],y0:n,y:d[0][v][1]*l});for(var g=1;m>g;++g)n+=d[g-1][v][1]*l,e.setItemLayout(s[g].indices[v],{layerIndex:g,x:d[g][v][0],y0:n,y:d[g][v][1]*l})}}function i(e){for(var t,r=e.length,n=e[0].length,a=[],i=[],o=0,s={},u=0;n>u;++u){for(var c=0,t=0;r>c;++c)t+=e[c][u][1];t>o&&(o=t),a.push(t)}for(var d=0;n>d;++d)i[d]=(o-a[d])/2;o=0;for(var h=0;n>h;++h){var y=a[h]+i[h];y>o&&(o=y)}return s.y0=i,s.max=o,s}var o=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/util/number");r.exports=n}); ;/*!node_modules/echarts/lib/chart/themeRiver/themeRiverVisual.js*/ define("node_modules/echarts/lib/chart/themeRiver/themeRiverVisual",function(e,t,a){function n(e){e.eachSeriesByType("themeRiver",function(e){var t=e.getData(),a=e.getRawData(),n=e.get("color"),r=o();t.each(function(e){r.set(t.getRawIndex(e),e)}),a.each(function(o){var i=a.getName(o),c=n[(e.nameMap.get(i)-1)%n.length];a.setItemVisual(o,"color",c);var l=r.get(o);null!=l&&t.setItemVisual(l,"color",c)})})}var r=e("node_modules/zrender/lib/core/util"),o=r.createHashMap;a.exports=n}); ;/*!node_modules/echarts/lib/chart/themeRiver.js*/ define("node_modules/echarts/lib/chart/themeRiver",function(e){var r=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/component/singleAxis"),e("node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries"),e("node_modules/echarts/lib/chart/themeRiver/ThemeRiverView");var t=e("node_modules/echarts/lib/chart/themeRiver/themeRiverLayout"),i=e("node_modules/echarts/lib/chart/themeRiver/themeRiverVisual"),s=e("node_modules/echarts/lib/processor/dataFilter");r.registerLayout(t),r.registerVisual(i),r.registerProcessor(s("themeRiver"))}); ;/*!node_modules/echarts/lib/chart/sunburst/SunburstSeries.js*/ define("node_modules/echarts/lib/chart/sunburst/SunburstSeries",function(e,t,a){function i(e){var t=0;o.each(e.children,function(e){i(e);var a=e.value;o.isArray(a)&&(a=a[0]),t+=a});var a=e.value;o.isArray(a)&&(a=a[0]),(null==a||isNaN(a))&&(a=t),0>a&&(a=0),o.isArray(e.value)?e.value[0]=a:e.value=a}var o=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/model/Series"),n=e("node_modules/echarts/lib/data/Tree"),s=e("node_modules/echarts/lib/chart/helper/treeHelper"),l=s.wrapTreePathInfo,d=r.extend({type:"series.sunburst",_viewRoot:null,getInitialData:function(e){var t={name:e.name,children:e.data};i(t);var a=e.levels||[],o={};return o.levels=a,n.createTree(t,this,o).data},optionUpdated:function(){this.resetViewRoot()},getDataParams:function(e){var t=r.prototype.getDataParams.apply(this,arguments),a=this.getData().tree.getNodeByDataIndex(e);return t.treePathInfo=l(a,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,emphasis:{}},itemStyle:{borderWidth:1,borderColor:"white",opacity:1,emphasis:{},highlight:{opacity:1},downplay:{opacity:.9}},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)}});a.exports=d}); ;/*!node_modules/echarts/lib/chart/sunburst/SunburstPiece.js*/ define("node_modules/echarts/lib/chart/sunburst/SunburstPiece",function(e,t,o){function n(e,t,o){function n(){l.ignore=l.hoverIgnore}function i(){l.ignore=l.normalIgnore}s.Group.call(this);var a=new s.Sector({z2:d});a.seriesIndex=t.seriesIndex;var l=new s.Text({z2:u,silent:e.getModel("label").get("silent")});this.add(a),this.add(l),this.updateData(!0,e,"normal",t,o),this.on("emphasis",n).on("normal",i).on("mouseover",n).on("mouseout",i)}function i(e,t,o){var n=e.getVisual("color"),i=e.getVisual("visualMeta");i&&0!==i.length||(n=null);var l=e.getModel("itemStyle").get("color");if(l)return l;if(n)return n;if(0===e.depth)return o.option.color[0];var r=o.option.color.length;return l=o.option.color[a(e)%r]}function a(e){for(var t=e;t.depth>1;)t=t.parentNode;var o=e.getAncestors()[0];return r.indexOf(o.children,t)}function l(e,t,o){return o===h.NONE?!1:o===h.SELF?e===t:o===h.ANCESTOR?e===t||e.isAncestorOf(t):e===t||e.isDescendantOf(t)}var r=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/util/graphic"),h={NONE:"none",DESCENDANT:"descendant",ANCESTOR:"ancestor",SELF:"self"},d=2,u=4,c=n.prototype;c.updateData=function(e,t,o,n,a){this.node=t,t.piece=this,n=n||this._seriesModel,a=a||this._ecModel;var l=this.childAt(0);l.dataIndex=t.dataIndex;var h=t.getModel(),d=t.getLayout();d||console.log(t.getLayout());var u=r.extend({},d);u.label=null;var c,g=i(t,n,a),p=h.getModel("itemStyle").getItemStyle();if("normal"===o)c=p;else{var f=h.getModel(o+".itemStyle").getItemStyle();c=r.merge(f,p)}c=r.defaults({lineJoin:"bevel",fill:c.fill||g},c),e?(l.setShape(u),l.shape.r=d.r0,s.updateProps(l,{shape:{r:d.r}},n,t.dataIndex),l.useStyle(c)):"object"==typeof c.fill&&c.fill.type||"object"==typeof l.style.fill&&l.style.fill.type?(s.updateProps(l,{shape:u},n),l.useStyle(c)):s.updateProps(l,{shape:u,style:c},n),this._updateLabel(n,g,o);var m=h.getShallow("cursor");if(m&&l.attr("cursor",m),e){var v=n.getShallow("highlightPolicy");this._initEvents(l,t,n,v)}this._seriesModel=n||this._seriesModel,this._ecModel=a||this._ecModel},c.onEmphasis=function(e){var t=this;this.node.hostTree.root.eachNode(function(o){o.piece&&(t.node===o?o.piece.updateData(!1,o,"emphasis"):l(o,t.node,e)?o.piece.childAt(0).trigger("highlight"):e!==h.NONE&&o.piece.childAt(0).trigger("downplay"))})},c.onNormal=function(){this.node.hostTree.root.eachNode(function(e){e.piece&&e.piece.updateData(!1,e,"normal")})},c.onHighlight=function(){this.updateData(!1,this.node,"highlight")},c.onDownplay=function(){this.updateData(!1,this.node,"downplay")},c._updateLabel=function(e,t,o){function n(e){var t=l.get(e);return null==t?a.get(e):t}var i=this.node.getModel(),a=i.getModel("label"),l="normal"===o||"emphasis"===o?a:i.getModel(o+".label"),h=i.getModel("emphasis.label"),d=r.retrieve(e.getFormattedLabel(this.node.dataIndex,"normal",null,null,"label"),this.node.name);n("show")===!1&&(d="");var u=this.node.getLayout(),c=l.get("minAngle");null==c&&(c=a.get("minAngle")),c=c/180*Math.PI;var g=u.endAngle-u.startAngle;null!=c&&Math.abs(g)Math.PI/2?"right":"left"):b&&"center"!==b?"left"===b?(f=u.r0+I,m>Math.PI/2&&(b="right")):"right"===b&&(f=u.r-I,m>Math.PI/2&&(b="left")):(f=(u.r+u.r0)/2,b="center"),p.attr("style",{text:d,textAlign:b,textVerticalAlign:n("verticalAlign")||"middle",opacity:n("opacity")});var S=f*v+u.cx,A=f*y+u.cy;p.attr("position",[S,A]);var P=n("rotate"),x=0;"radial"===P?(x=-m,x<-Math.PI/2&&(x+=Math.PI)):"tangential"===P?(x=Math.PI/2-m,x>Math.PI/2?x-=Math.PI:x<-Math.PI/2&&(x+=Math.PI)):"number"==typeof P&&(x=P*Math.PI/180),p.attr("rotation",x)},c._initEvents=function(e,t,o,n){e.off("mouseover").off("mouseout").off("emphasis").off("normal");var i=this,a=function(){i.onEmphasis(n)},l=function(){i.onNormal()},r=function(){i.onDownplay()},s=function(){i.onHighlight()};o.isAnimationEnabled()&&e.on("mouseover",a).on("mouseout",l).on("emphasis",a).on("normal",l).on("downplay",r).on("highlight",s)},r.inherits(n,s.Group);var g=n;o.exports=g}); ;/*!node_modules/echarts/lib/chart/sunburst/SunburstView.js*/ define("node_modules/echarts/lib/chart/sunburst/SunburstView",function(e,i,t){var n=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/view/Chart"),r=e("node_modules/echarts/lib/chart/sunburst/SunburstPiece"),c=e("node_modules/echarts/lib/data/DataDiffer"),l="sunburstRootToNode",a=o.extend({type:"sunburst",init:function(){},render:function(e,i,t,o){function l(e,i){function t(e){return e.getId()}function o(t,n){var o=null==t?null:e[t],r=null==n?null:i[n];a(o,r)}(0!==e.length||0!==i.length)&&new c(i,e,t,t).add(o).update(o).remove(n.curry(o,null)).execute()}function a(t,n){if(f||!t||t.getValue()||(t=null),t!==p&&n!==p)if(n&&n.piece)t?(n.piece.updateData(!1,t,"normal",e,i),h.setItemGraphicEl(t.dataIndex,n.piece)):u(n);else if(t){var o=new r(t,e,i);v.add(o),h.setItemGraphicEl(t.dataIndex,o)}}function u(e){e&&e.piece&&(v.remove(e.piece),e.piece=null)}function s(t,n){if(n.depth>0){d.virtualPiece?d.virtualPiece.updateData(!1,t,"normal",e,i):(d.virtualPiece=new r(t,e,i),v.add(d.virtualPiece)),n.piece._onclickEvent&&n.piece.off("click",n.piece._onclickEvent);var o=function(){d._rootToNode(n.parentNode)};n.piece._onclickEvent=o,d.virtualPiece.on("click",o)}else d.virtualPiece&&(v.remove(d.virtualPiece),d.virtualPiece=null)}var d=this;this.seriesModel=e,this.api=t,this.ecModel=i;var h=e.getData(),p=h.tree.root,g=e.getViewRoot(),v=this.group,f=e.get("renderLabelForZeroData"),_=[];g.eachNode(function(e){_.push(e)});var m=this._oldChildren||[];if(l(_,m),s(p,g),o&&o.highlight&&o.highlight.piece){var k=e.getShallow("highlightPolicy");o.highlight.piece.onEmphasis(k)}else if(o&&o.unhighlight){var b=this.virtualPiece;!b&&p.children.length&&(b=p.children[0].piece),b&&b.onNormal()}this._initEvents(),this._oldChildren=_},dispose:function(){},_initEvents:function(){var e=this,i=function(i){var t=!1,n=e.seriesModel.getViewRoot();n.eachNode(function(n){if(!t&&n.piece&&n.piece.childAt(0)===i.target){var o=n.getModel().get("nodeClick");if("rootToNode"===o)e._rootToNode(n);else if("link"===o){var r=n.getModel(),c=r.get("link");if(c){var l=r.get("target",!0)||"_blank";window.open(c,l)}}t=!0}})};this.group._onclickEvent&&this.group.off("click",this.group._onclickEvent),this.group.on("click",i),this.group._onclickEvent=i},_rootToNode:function(e){e!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:l,from:this.uid,seriesId:this.seriesModel.id,targetNode:e})},containPoint:function(e,i){var t=i.getData(),n=t.getItemLayout(0);if(n){var o=e[0]-n.cx,r=e[1]-n.cy,c=Math.sqrt(o*o+r*r);return c<=n.r&&c>=n.r0}}}),u=a;t.exports=u}); ;/*!node_modules/echarts/lib/chart/sunburst/sunburstAction.js*/ define("node_modules/echarts/lib/chart/sunburst/sunburstAction",function(e){var t=e("node_modules/echarts/lib/echarts"),n=e("node_modules/echarts/lib/chart/helper/treeHelper"),r="sunburstRootToNode";t.registerAction({type:r,update:"updateView"},function(e,t){function i(t){var i=n.retrieveTargetInfo(e,[r],t);if(i){var o=t.getViewRoot();o&&(e.direction=n.aboveViewRoot(o,i.node)?"rollUp":"drillDown"),t.resetViewRoot(i.node)}}t.eachComponent({mainType:"series",subType:"sunburst",query:e},i)});var i="sunburstHighlight";t.registerAction({type:i,update:"updateView"},function(e,t){function r(t){var r=n.retrieveTargetInfo(e,[i],t);r&&(e.highlight=r.node)}t.eachComponent({mainType:"series",subType:"sunburst",query:e},r)});var o="sunburstUnhighlight";t.registerAction({type:o,update:"updateView"},function(e,t){function n(){e.unhighlight=!0}t.eachComponent({mainType:"series",subType:"sunburst",query:e},n)})}); ;/*!node_modules/echarts/lib/chart/sunburst/sunburstLayout.js*/ define("node_modules/echarts/lib/chart/sunburst/sunburstLayout",function(e,t,r){function n(e,t,r){t.eachSeriesByType(e,function(e){var t=e.get("center"),n=e.get("radius");u.isArray(n)||(n=[0,n]),u.isArray(t)||(t=[t,t]);var i=r.getWidth(),l=r.getHeight(),h=Math.min(i,l),s=c(t[0],i),d=c(t[1],l),f=c(n[0],h/2),v=c(n[1],h/2),y=-e.get("startAngle")*g,A=e.get("minAngle")*g,m=e.getData().tree.root,p=e.getViewRoot(),b=p.depth,I=e.get("sort");null!=I&&a(p,I);var M=0;u.each(p.children,function(e){!isNaN(e.getValue())&&M++});var V=p.getValue(),w=Math.PI/(V||M)*2,x=p.depth>0,P=p.height-(x?-1:1),k=(v-f)/(P||1),L=e.get("clockwise"),S=e.get("stillShowZeroSum"),_=o,N=0,z=L?1:-1,B=function(e,t){if(e){var r=t;if(e!==m){var n=e.getValue(),a=0===V&&S?w:n*w;A>a?(a=A,_-=A):N+=n,r=t+z*a;var i=e.depth-b-(x?-1:1),l=f+k*i,o=f+k*(i+1),g=e.getModel();null!=g.get("r0")&&(l=c(g.get("r0"),h/2)),null!=g.get("r")&&(o=c(g.get("r"),h/2)),e.setLayout({angle:a,startAngle:t,endAngle:r,clockwise:L,cx:s,cy:d,r0:l,r:o})}if(e.children&&e.children.length){var v=0;u.each(e.children,function(e){v+=B(e,t+v)})}return r-t}};if(x){var D=f,H=f+k,R=2*Math.PI;m.setLayout({angle:R,startAngle:y,endAngle:y+R,clockwise:L,cx:s,cy:d,r0:D,r:H})}B(p,y)})}function a(e,t){var r=e.children||[];e.children=i(r,t),r.length&&u.each(e.children,function(e){a(e,t)})}function i(e,t){if("function"==typeof t)return e.sort(t);var r="asc"===t;return e.sort(function(e,t){var n=(e.getValue()-t.getValue())*(r?1:-1);return 0===n?(e.dataIndex-t.dataIndex)*(r?-1:1):n})}var l=e("node_modules/echarts/lib/util/number"),c=l.parsePercent,u=e("node_modules/zrender/lib/core/util"),o=2*Math.PI,g=Math.PI/180;r.exports=n}); ;/*!node_modules/echarts/lib/chart/sunburst.js*/ define("node_modules/echarts/lib/chart/sunburst",function(r){var s=r("node_modules/echarts/lib/echarts"),e=r("node_modules/zrender/lib/core/util");r("node_modules/echarts/lib/chart/sunburst/SunburstSeries"),r("node_modules/echarts/lib/chart/sunburst/SunburstView"),r("node_modules/echarts/lib/chart/sunburst/sunburstAction");var u=r("node_modules/echarts/lib/visual/dataColor"),t=r("node_modules/echarts/lib/chart/sunburst/sunburstLayout"),o=r("node_modules/echarts/lib/processor/dataFilter");s.registerVisual(e.curry(u,"sunburst")),s.registerLayout(e.curry(t,"sunburst")),s.registerProcessor(e.curry(o,"sunburst"))}); ;/*!node_modules/echarts/lib/coord/cartesian/prepareCustom.js*/ define("node_modules/echarts/lib/coord/cartesian/prepareCustom",function(t,e,o){function r(t,e){return e=e||[0,0],n.map(["x","y"],function(o,r){var i=this.getAxis(o),n=e[r],a=t[r]/2;return"category"===i.type?i.getBandWidth():Math.abs(i.dataToCoord(n-a)-i.dataToCoord(n+a))},this)}function i(t){var e=t.grid.getRect();return{coordSys:{type:"cartesian2d",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e){return t.dataToPoint(e)},size:n.bind(r,t)}}}var n=t("node_modules/zrender/lib/core/util");o.exports=i}); ;/*!node_modules/echarts/lib/coord/geo/prepareCustom.js*/ define("node_modules/echarts/lib/coord/geo/prepareCustom",function(t,o,e){function n(t,o){return o=o||[0,0],r.map([0,1],function(e){var n=o[e],i=t[e]/2,r=[],d=[];return r[e]=n-i,d[e]=n+i,r[1-e]=d[1-e]=o[1-e],Math.abs(this.dataToPoint(r)[e]-this.dataToPoint(d)[e])},this)}function i(t){var o=t.getBoundingRect();return{coordSys:{type:"geo",x:o.x,y:o.y,width:o.width,height:o.height},api:{coord:function(o){return t.dataToPoint(o)},size:r.bind(n,t)}}}var r=t("node_modules/zrender/lib/core/util");e.exports=i}); ;/*!node_modules/echarts/lib/coord/single/prepareCustom.js*/ define("node_modules/echarts/lib/coord/single/prepareCustom",function(t,e,o){function r(t,e){var o=this.getAxis(),r=e instanceof Array?e[0]:e,i=(t instanceof Array?t[0]:t)/2;return"category"===o.type?o.getBandWidth():Math.abs(o.dataToCoord(r-i)-o.dataToCoord(r+i))}function i(t){var e=t.getRect();return{coordSys:{type:"singleAxis",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e){return t.dataToPoint(e)},size:n.bind(r,t)}}}var n=t("node_modules/zrender/lib/core/util");o.exports=i}); ;/*!node_modules/echarts/lib/coord/polar/prepareCustom.js*/ define("node_modules/echarts/lib/coord/polar/prepareCustom",function(e,t,r){function o(e,t){return a.map(["Radius","Angle"],function(r,o){var n=this["get"+r+"Axis"](),a=t[o],i=e[o]/2,d="dataTo"+r,s="category"===n.type?n.getBandWidth():Math.abs(n[d](a-i)-n[d](a+i));return"Angle"===r&&(s=s*Math.PI/180),s},this)}function n(e){var t=e.getRadiusAxis(),r=e.getAngleAxis(),n=t.getExtent();return n[0]>n[1]&&n.reverse(),{coordSys:{type:"polar",cx:e.cx,cy:e.cy,r:n[1],r0:n[0]},api:{coord:a.bind(function(o){var n=t.dataToRadius(o[0]),a=r.dataToAngle(o[1]),i=e.coordToPoint([n,a]);return i.push(n,a*Math.PI/180),i}),size:a.bind(o,e)}}}var a=e("node_modules/zrender/lib/core/util");r.exports=n}); ;/*!node_modules/echarts/lib/coord/calendar/prepareCustom.js*/ define("node_modules/echarts/lib/coord/calendar/prepareCustom",function(e,t,n){function o(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)}}}}n.exports=o}); ;/*!node_modules/echarts/lib/chart/custom.js*/ define("node_modules/echarts/lib/chart/custom",function(e){function t(e){var t,a=e.type;if("path"===a){var r=e.shape;t=g.makePath(r.pathData,null,{x:r.x||0,y:r.y||0,width:r.width||0,height:r.height||0},"center"),t.__customPathData=e.pathData}else if("image"===a)t=new g.Image({}),t.__customImagePath=e.style.image;else if("text"===a)t=new g.Text({}),t.__customText=e.style.text;else{var n=g[a.charAt(0).toUpperCase()+a.slice(1)];t=new n}return t.__customGraphicType=a,t.name=e.name,t}function a(e,t,a,n,i,l){var o={},s=a.style||{};if(a.shape&&(o.shape=p.clone(a.shape)),a.position&&(o.position=a.position.slice()),a.scale&&(o.scale=a.scale.slice()),a.origin&&(o.origin=a.origin.slice()),a.rotation&&(o.rotation=a.rotation),"image"===e.type&&a.style){var u=o.style={};p.each(["x","y","width","height"],function(t){r(t,u,s,e.style,l)})}if("text"===e.type&&a.style){var u=o.style={};p.each(["x","y"],function(t){r(t,u,s,e.style,l)}),!s.hasOwnProperty("textFill")&&s.fill&&(s.textFill=s.fill),!s.hasOwnProperty("textStroke")&&s.stroke&&(s.textStroke=s.stroke)}if("group"!==e.type&&(e.useStyle(s),l)){e.style.opacity=0;var d=s.opacity;null==d&&(d=1),g.initProps(e,{style:{opacity:d}},n,t)}l?e.attr(o):g.updateProps(e,o,n,t),e.attr({z2:a.z2||0,silent:a.silent}),a.styleEmphasis!==!1&&g.setHoverStyle(e,a.styleEmphasis)}function r(e,t,a,r,n){null==a[e]||n||(t[e]=a[e],a[e]=r[e])}function n(e,t,a,r){function n(e){null==e&&(e=v),E&&(I=t.getItemModel(e),b=I.getModel(L),C=I.getModel(T),S=t.getItemVisual(e,"color"),E=!1)}function l(e,a){return null==a&&(a=v),t.get(t.getDimension(e||0),a)}function o(a,r){null==r&&(r=v),n(r);var i=I.getModel(P).getItemStyle();null!=S&&(i.fill=S);var l=t.getItemVisual(r,"opacity");return null!=l&&(i.opacity=l),g.setTextStyle(i,b,null,{autoColor:S,isRectText:!0}),i.text=b.getShallow("show")?p.retrieve2(e.getFormattedLabel(r,"normal"),y(t,r)):null,a&&p.extend(i,a),i}function s(a,r){null==r&&(r=v),n(r);var i=I.getModel(A).getItemStyle();return g.setTextStyle(i,C,null,{isRectText:!0},!0),i.text=C.getShallow("show")?p.retrieve3(e.getFormattedLabel(r,"emphasis"),e.getFormattedLabel(r,"normal"),y(t,r)):null,a&&p.extend(i,a),i}function u(e,a){return null==a&&(a=v),t.getItemVisual(a,e)}function d(e){if(f.getBaseAxis){var t=f.getBaseAxis();return _(p.defaults({axis:t},e),r)}}function c(){return a.getCurrentSeriesIndices()}function h(e){return g.getFont(e,a)}var m=e.get("renderItem"),f=e.coordinateSystem,x={};f&&(x=f.prepareCustoms?f.prepareCustoms():M[f.type](f));var v,I,b,C,S,D=p.defaults({getWidth:r.getWidth,getHeight:r.getHeight,getZr:r.getZr,getDevicePixelRatio:r.getDevicePixelRatio,value:l,style:o,styleEmphasis:s,visual:u,barLayout:d,currentSeriesIndices:c,font:h},x.api||{}),w={context:{},seriesId:e.id,seriesName:e.name,seriesIndex:e.seriesIndex,coordSys:x.coordSys,dataInsideLength:t.count(),encode:i(e.getData())},E=!0;return function(e){return v=e,E=!0,m&&m(p.defaults({dataIndexInside:e,dataIndex:t.getRawIndex(e)},w),D)||{}}}function i(e){var t={};return p.each(e.dimensions,function(a,r){var n=e.getDimensionInfo(a);if(!n.isExtraCoord){var i=n.coordDim,l=t[i]=t[i]||[];l[n.coordDimIndex]=r}}),t}function l(e,t,a,r,n,i){return e=o(e,t,a,r,n,i),e&&i.setItemGraphicEl(t,e),e}function o(e,r,n,i,l,u){var d=n.type;if(!e||d===e.__customGraphicType||"path"===d&&n.pathData===e.__customPathData||"image"===d&&n.style.image===e.__customImagePath||"text"===d&&n.style.text===e.__customText||(l.remove(e),e=null),null!=d){var c=!e;if(!e&&(e=t(n)),a(e,r,n,i,u,c),"group"===d){var h=e.children()||[],m=n.children||[];if(n.diffChildrenByName)s({oldChildren:h,newChildren:m,dataIndex:r,animatableModel:i,group:e,data:u});else{for(var p=0;p=0;u--)null==a[u]?a.splice(u,1):delete a[u].$action},_flatten:function(e,t,n){s.each(e,function(e){if(e){n&&(e.parentOption=n),t.push(e);var i=e.children;"group"===e.type&&i&&this._flatten(i,t,e),delete e.children}},this)},useElOptionsToUpdate:function(){var e=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,e}});h.extendComponentView({type:"graphic",init:function(){this._elMap=s.createHashMap(),this._lastGraphicModel},render:function(e,t,n){e!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=e,this._updateElements(e,n),this._relocate(e,n)},_updateElements:function(e){var a=e.useElOptionsToUpdate();if(a){var o=this._elMap,r=this.group;s.each(a,function(e){var a=e.$action,l=e.id,p=o.get(l),h=e.parentId,s=null!=h?o.get(h):r;if("text"===e.type){var c=e.style;e.hv&&e.hv[1]&&(c.textVerticalAlign=c.textBaseline=null),!c.hasOwnProperty("textFill")&&c.fill&&(c.textFill=c.fill),!c.hasOwnProperty("textStroke")&&c.stroke&&(c.textStroke=c.stroke)}var d=i(e);a&&"merge"!==a?"replace"===a?(n(p,o),t(l,s,d,o)):"remove"===a&&n(p,o):p?p.attr(d):t(l,s,d,o);var u=o.get(l);u&&(u.__ecGraphicWidth=e.width,u.__ecGraphicHeight=e.height)})}},_relocate:function(e,t){for(var n=e.option.elements,i=this.group,a=this._elMap,o=n.length-1;o>=0;o--){var r=n[o],l=a.get(r.id);if(l){var p=l.parent,h=p===i?{width:t.getWidth(),height:t.getHeight()}:{width:p.__ecGraphicWidth||0,height:p.__ecGraphicHeight||0};u.positionElement(l,r,h,null,{hv:r.hv,boundingMode:r.bounding})}}},_clear:function(){var e=this._elMap;e.each(function(t){n(t,e)}),this._elMap=s.createHashMap()},dispose:function(){this._clear()}})}); ;/*!node_modules/echarts/lib/component/grid.js*/ define("node_modules/echarts/lib/component/grid",function(e){e("node_modules/echarts/lib/component/gridSimple"),e("node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer"),e("node_modules/echarts/lib/component/axisPointer")}); ;/*!node_modules/echarts/lib/component/legend/LegendModel.js*/ define("node_modules/echarts/lib/component/legend/LegendModel",function(e,t,i){var n=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/model/Model"),s=e("node_modules/echarts/lib/util/model"),l=s.isNameSpecified,d=n.extendComponentModel({type:"legend.plain",dependencies:["series"],layoutMode:{type:"box",ignoreSize:!0},init:function(e,t,i){this.mergeDefaultAndTheme(e,i),e.selected=e.selected||{}},mergeOption:function(e){d.superCall(this,"mergeOption",e)},optionUpdated:function(){this._updateData(this.ecModel);var e=this._data;if(e[0]&&"single"===this.get("selectedMode")){for(var t=!1,i=0;i=0},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",textStyle:{color:"#333"},selectedMode:!0,tooltip:{show:!1}}}),r=d;i.exports=r}); ;/*!node_modules/echarts/lib/component/legend/legendAction.js*/ define("node_modules/echarts/lib/component/legend/legendAction",function(e){function n(e,n,t){var c,r={},d="toggleSelected"===e;return t.eachComponent("legend",function(t){d&&null!=c?t[c?"select":"unSelect"](n.name):(t[e](n.name),c=t.isSelected(n.name));var o=t.getData();l.each(o,function(e){var n=e.get("name");if("\n"!==n&&""!==n){var l=t.isSelected(n);r[n]=r.hasOwnProperty(n)?r[n]&&l:l}})}),{name:n.name,selected:r}}var t=e("node_modules/echarts/lib/echarts"),l=e("node_modules/zrender/lib/core/util");t.registerAction("legendToggleSelect","legendselectchanged",l.curry(n,"toggleSelected")),t.registerAction("legendSelect","legendselected",l.curry(n,"select")),t.registerAction("legendUnSelect","legendunselected",l.curry(n,"unSelect"))}); ;/*!node_modules/echarts/lib/component/helper/listComponent.js*/ define("node_modules/echarts/lib/component/helper/listComponent",function(t,e){function i(t,e,i){var o=e.getBoxLayoutParams(),a=e.get("padding"),d={width:i.getWidth(),height:i.getHeight()},g=n(o,d,a);r(e.get("orient"),t,e.get("itemGap"),g.width,g.height),l(t,o,d,a)}function o(t,e){var i=d.normalizeCssArray(e.get("padding")),o=e.getItemStyle(["color","opacity"]);o.fill=e.get("backgroundColor");var t=new g.Rect({shape:{x:t.x-i[3],y:t.y-i[0],width:t.width+i[1]+i[3],height:t.height+i[0]+i[2],r:e.get("borderRadius")},style:o,silent:!0,z2:-1});return t}var a=t("node_modules/echarts/lib/util/layout"),n=a.getLayoutRect,r=a.box,l=a.positionElement,d=t("node_modules/echarts/lib/util/format"),g=t("node_modules/echarts/lib/util/graphic");e.layout=i,e.makeBackground=o}); ;/*!node_modules/echarts/lib/component/legend/LegendView.js*/ define("node_modules/echarts/lib/component/legend/LegendView",function(e,t,n){function o(e,t){t.dispatchAction({type:"legendToggleSelect",name:e})}function i(e,t,n,o){var i=n.getZr().storage.getDisplayList()[0];i&&i.useHoverLayer||n.dispatchAction({type:"highlight",seriesName:e.name,name:t,excludeSeriesId:o})}function r(e,t,n,o){var i=n.getZr().storage.getDisplayList()[0];i&&i.useHoverLayer||n.dispatchAction({type:"downplay",seriesName:e.name,name:t,excludeSeriesId:o})}var a=e("node_modules/echarts/lib/config"),l=(a.__DEV__,e("node_modules/echarts/lib/echarts")),s=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/util/symbol"),g=d.createSymbol,u=e("node_modules/echarts/lib/util/graphic"),c=e("node_modules/echarts/lib/component/helper/listComponent"),h=c.makeBackground,m=e("node_modules/echarts/lib/util/layout"),p=s.curry,f=s.each,y=u.Group,v=l.extendComponentView({type:"legend.plain",newlineDisabled:!1,init:function(){this.group.add(this._contentGroup=new y),this._backgroundEl},getContentGroup:function(){return this._contentGroup},render:function(e,t,n){if(this.resetInner(),e.get("show",!0)){var o=e.get("align");o&&"auto"!==o||(o="right"===e.get("left")&&"vertical"===e.get("orient")?"right":"left"),this.renderInner(o,e,t,n);var i=e.getBoxLayoutParams(),r={width:n.getWidth(),height:n.getHeight()},a=e.get("padding"),l=m.getLayoutRect(i,r,a),d=this.layoutInner(e,o,l),g=m.getLayoutRect(s.defaults({width:d.width,height:d.height},i),r,a);this.group.attr("position",[g.x-d.x,g.y-d.y]),this.group.add(this._backgroundEl=h(d,e))}},resetInner:function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl)},renderInner:function(e,t,n,a){var l=this.getContentGroup(),d=s.createHashMap(),g=t.get("selectedMode"),u=[];n.eachRawSeries(function(e){!e.get("legendHoverLink")&&u.push(e.id)}),f(t.getData(),function(s,c){var h=s.get("name");if(!this.newlineDisabled&&(""===h||"\n"===h))return void l.add(new y({newline:!0}));var m=n.getSeriesByName(h)[0];if(!d.get(h))if(m){var f=m.getData(),v=f.getVisual("color");"function"==typeof v&&(v=v(m.getDataParams(0)));var x=f.getVisual("legendSymbol")||"roundRect",_=f.getVisual("symbol"),b=this._createItem(h,c,s,t,x,_,e,v,g);b.on("click",p(o,h,a)).on("mouseover",p(i,m,null,a,u)).on("mouseout",p(r,m,null,a,u)),d.set(h,!0)}else n.eachRawSeries(function(n){if(!d.get(h)&&n.legendDataProvider){var l=n.legendDataProvider(),m=l.indexOfName(h);if(0>m)return;var f=l.getItemVisual(m,"color"),y="roundRect",v=this._createItem(h,c,s,t,y,null,e,f,g);v.on("click",p(o,h,a)).on("mouseover",p(i,n,h,a,u)).on("mouseout",p(r,n,h,a,u)),d.set(h,!0)}},this)},this)},_createItem:function(e,t,n,o,i,r,a,l,d){var c=o.get("itemWidth"),h=o.get("itemHeight"),m=o.get("inactiveColor"),p=o.get("symbolKeepAspect"),f=o.isSelected(e),v=new y,x=n.getModel("textStyle"),_=n.get("icon"),b=n.getModel("tooltip"),w=b.parentModel;if(i=_||i,v.add(g(i,0,0,c,h,f?l:m,null==p?!0:p)),!_&&r&&(r!==i||"none"==r)){var I=.8*h;"none"===r&&(r="circle"),v.add(g(r,(c-I)/2,(h-I)/2,I,I,f?l:m,null==p?!0:p))}var S="left"===a?c+5:-5,D=a,C=o.get("formatter"),R=e;"string"==typeof C&&C?R=C.replace("{name}",null!=e?e:""):"function"==typeof C&&(R=C(e)),v.add(new u.Text({style:u.setTextStyle({},x,{text:R,x:S,y:h/2,textFill:f?x.getTextColor():m,textAlign:D,textVerticalAlign:"middle"})}));var k=new u.Rect({shape:v.getBoundingRect(),invisible:!0,tooltip:b.get("show")?s.extend({content:e,formatter:w.get("formatter",!0)||function(){return e},formatterParams:{componentType:"legend",legendIndex:o.componentIndex,name:e,$vars:["name"]}},b.option):null});return v.add(k),v.eachChild(function(e){e.silent=!0}),k.silent=!d,this.getContentGroup().add(v),u.setHoverStyle(v),v.__legendDataIndex=t,v},layoutInner:function(e,t,n){var o=this.getContentGroup();m.box(e.get("orient"),o,e.get("itemGap"),n.width,n.height);var i=o.getBoundingRect();return o.attr("position",[-i.x,-i.y]),this.group.getBoundingRect()}});n.exports=v}); ;/*!node_modules/echarts/lib/component/legend/legendFilter.js*/ define("node_modules/echarts/lib/component/legend/legendFilter",function(e,n,t){function i(e){var n=e.findComponents({mainType:"legend"});n&&n.length&&e.filterSeries(function(e){for(var t=0;tn[u],v=[-x.x,-x.y];v[d]=a.position[d];var I=[0,0],m=[-_.x,-_.y],G=i.retrieve2(e.get("pageButtonGap",!0),e.get("itemGap",!0));if(f){var C=e.get("pageButtonPosition",!0);"end"===C?m[d]+=n[u]-_[u]:I[d]+=_[u]+G}m[1-d]+=x[p]/2-_[p]/2,a.attr("position",v),l.attr("position",I),s.attr("position",m);var y=this.group.getBoundingRect(),y={x:0,y:0};if(y[u]=f?n[u]:x[u],y[p]=Math.max(x[p],_[p]),y[h]=Math.min(0,_[h]+m[1-d]),l.__rectSize=n[u],f){var w={x:0,y:0};w[u]=Math.max(n[u]-_[u]-G,0),w[p]=y[p],l.setClipPath(new o.Rect({shape:w})),l.__rectSize=w[u]}else s.eachChild(function(e){e.attr({invisible:!0,silent:!0})});var P=this._getPageInfo(e);return null!=P.pageIndex&&o.updateProps(a,{position:P.contentPosition},f?e:!1),this._updatePageInfoView(e,P),y},_pageGo:function(e,t,n){var i=this._getPageInfo(t)[e];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:t.id})},_updatePageInfoView:function(e,t){var n=this._controllerGroup;i.each(["pagePrev","pageNext"],function(i){var o=null!=t[i+"DataIndex"],r=n.childOfName(i);r&&(r.setStyle("fill",o?e.get("pageIconColor",!0):e.get("pageIconInactiveColor",!0)),r.cursor=o?"pointer":"default")});var o=n.childOfName("pageText"),r=e.get("pageFormatter"),a=t.pageIndex,l=null!=a?a+1:0,g=t.pageCount;o&&r&&o.setStyle("text",i.isString(r)?r.replace("{current}",l).replace("{total}",g):r({current:l,total:g}))},_getPageInfo:function(e){function t(e){var t=e.getBoundingRect().clone();return t[x]+=e.position[u],t}var n,i,o,r,a=e.get("scrollDataIndex",!0),l=this.getContentGroup(),s=l.getBoundingRect(),d=this._containerGroup.__rectSize,u=e.getOrient().index,p=g[u],h=g[1-u],x=c[u],_=l.position.slice();this._showController?l.eachChild(function(e){e.__legendDataIndex===a&&(r=e)}):r=l.childAt(0);var f=d?Math.ceil(s[p]/d):0;if(r){var v=r.getBoundingRect(),I=r.position[u]+v[x];_[u]=-I-s[x],n=Math.floor(f*(I+v[x]+d/2)/s[p]),n=s[p]&&f?Math.max(0,Math.min(f-1,n)):-1;var m={x:0,y:0};m[p]=d,m[h]=s[h],m[x]=-_[u]-s[x];var G,C=l.children();if(l.eachChild(function(e,n){var i=t(e);i.intersect(m)&&(null==G&&(G=n),o=e.__legendDataIndex),n===C.length-1&&i[x]+i[p]<=m[x]+m[p]&&(o=null)}),null!=G){var y=C[G],w=t(y);if(m[x]=w[x]+w[p]-m[p],0>=G&&w[x]>=m[x])i=null;else{for(;G>0&&t(C[G-1]).intersect(m);)G--;i=C[G].__legendDataIndex}}}return{contentPosition:_,pageIndex:n,pageCount:f,pagePrevDataIndex:i,pageNextDataIndex:o}}}),d=s;n.exports=d}); ;/*!node_modules/echarts/lib/component/legend/scrollableLegendAction.js*/ define("node_modules/echarts/lib/component/legend/scrollableLegendAction",function(e){var n=e("node_modules/echarts/lib/echarts");n.registerAction("legendScroll","legendscroll",function(e,n){var l=e.scrollDataIndex;null!=l&&n.eachComponent({mainType:"legend",subType:"scroll",query:e},function(e){e.setScrollDataIndex(l)})})}); ;/*!node_modules/echarts/lib/component/legendScroll.js*/ define("node_modules/echarts/lib/component/legendScroll",function(e){e("node_modules/echarts/lib/component/legend"),e("node_modules/echarts/lib/component/legend/ScrollableLegendModel"),e("node_modules/echarts/lib/component/legend/ScrollableLegendView"),e("node_modules/echarts/lib/component/legend/scrollableLegendAction")}); ;/*!node_modules/echarts/lib/component/tooltip/TooltipModel.js*/ define("node_modules/echarts/lib/component/tooltip/TooltipModel",function(e,o,t){var n=e("node_modules/echarts/lib/echarts"),i=n.extendComponentModel({type:"tooltip",dependencies:["axisPointer"],defaultOption:{zlevel:0,z:8,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",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}}});t.exports=i}); ;/*!node_modules/echarts/lib/component/tooltip/TooltipContent.js*/ define("node_modules/echarts/lib/component/tooltip/TooltipContent",function(e,t,o){function i(e){var t="cubic-bezier(0.23, 1, 0.32, 1)",o="left "+e+"s "+t+",top "+e+"s "+t;return l.map(_,function(e){return e+"transition:"+o}).join(";")}function n(e){var t=[],o=e.get("fontSize"),i=e.getTextColor();return i&&t.push("color:"+i),t.push("font:"+e.getFont()),o&&t.push("line-height:"+Math.round(3*o/2)+"px"),c(["decoration","align"],function(o){var i=e.get(o);i&&t.push("text-"+o+":"+i)}),t.join(";")}function s(e){var t=[],o=e.get("transitionDuration"),s=e.get("backgroundColor"),r=e.getModel("textStyle"),l=e.get("padding");return o&&t.push(i(o)),s&&(a.canvasSupported?t.push("background-Color:"+s):(t.push("background-Color:#"+h.toHex(s)),t.push("filter:alpha(opacity=70)"))),c(["width","color","radius"],function(o){var i="border-"+o,n=p(i),s=e.get(n);null!=s&&t.push(i+":"+s+("color"===o?"":"px"))}),t.push(n(r)),null!=l&&t.push("padding:"+d.normalizeCssArray(l).join("px ")+"px"),t.join(";")+";"}function r(e,t){if(a.wxa)return null;var o=document.createElement("div"),i=this._zr=t.getZr();this.el=o,this._x=t.getWidth()/2,this._y=t.getHeight()/2,e.appendChild(o),this._container=e,this._show=!1,this._hideTimeout;var n=this;o.onmouseenter=function(){n._enterable&&(clearTimeout(n._hideTimeout),n._show=!0),n._inContent=!0},o.onmousemove=function(t){if(t=t||window.event,!n._enterable){var o=i.handler;u.normalizeEvent(e,t,!0),o.dispatch("mousemove",t)}},o.onmouseleave=function(){n._enterable&&n._show&&n.hideLater(n._hideDelay),n._inContent=!1}}var l=e("node_modules/zrender/lib/core/util"),h=e("node_modules/zrender/lib/tool/color"),u=e("node_modules/zrender/lib/core/event"),a=e("node_modules/zrender/lib/core/env"),d=e("node_modules/echarts/lib/util/format"),c=l.each,p=d.toCamelCase,_=["","-webkit-","-moz-","-o-"],f="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;";r.prototype={constructor:r,_enterable:!0,update:function(){var e=this._container,t=e.currentStyle||document.defaultView.getComputedStyle(e),o=e.style;"absolute"!==o.position&&"absolute"!==t.position&&(o.position="relative")},show:function(e){clearTimeout(this._hideTimeout);var t=this.el;t.style.cssText=f+s(e)+";left:"+this._x+"px;top:"+this._y+"px;"+(e.get("extraCssText")||""),t.style.display=t.innerHTML?"block":"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 o,i=this._zr;i&&i.painter&&(o=i.painter.getViewportRootOffset())&&(e+=o.offsetLeft,t+=o.offsetTop);var n=this.el.style;n.left=e+"px",n.top=t+"px",this._x=e,this._y=t},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(l.bind(this.hide,this),e)):this.hide())},isShow:function(){return this._show}};var m=r;o.exports=m}); ;/*!node_modules/echarts/lib/component/tooltip/TooltipView.js*/ define("node_modules/echarts/lib/component/tooltip/TooltipView",function(t,e,i){function o(t){for(var e=t.pop();t.length;){var i=t.pop();i&&(x.isInstance(i)&&(i=i.get("tooltip",!0)),"string"==typeof i&&(i={formatter:i}),e=new x(i,e,e.ecModel))}return e}function n(t,e){return t.dispatchAction||p.bind(e.dispatchAction,e)}function s(t,e,i,o,n,s,a){var r=l(i),d=r.width,h=r.height;return null!=s&&(t+d+s>o?t-=d+s:t+=s),null!=a&&(e+h+a>n?e-=h+a:e+=a),[t,e]}function a(t,e,i,o,n){var s=l(i),a=s.width,r=s.height;return t=Math.min(t+a,o)-a,e=Math.min(e+r,n)-r,t=Math.max(t,0),e=Math.max(e,0),[t,e]}function l(t){var e=t.clientWidth,i=t.clientHeight;if(document.defaultView&&document.defaultView.getComputedStyle){var o=document.defaultView.getComputedStyle(t);o&&(e+=parseInt(o.paddingLeft,10)+parseInt(o.paddingRight,10)+parseInt(o.borderLeftWidth,10)+parseInt(o.borderRightWidth,10),i+=parseInt(o.paddingTop,10)+parseInt(o.paddingBottom,10)+parseInt(o.borderTopWidth,10)+parseInt(o.borderBottomWidth,10))}return{width:e,height:i}}function r(t,e,i){var o=i[0],n=i[1],s=5,a=0,l=0,r=e.width,d=e.height;switch(t){case"inside":a=e.x+r/2-o/2,l=e.y+d/2-n/2;break;case"top":a=e.x+r/2-o/2,l=e.y-n-s;break;case"bottom":a=e.x+r/2-o/2,l=e.y+d+s;break;case"left":a=e.x-o-s,l=e.y+d/2-n/2;break;case"right":a=e.x+r+s,l=e.y+d/2-n/2}return[a,l]}function d(t){return"center"===t||"middle"===t}var h=t("node_modules/echarts/lib/echarts"),p=t("node_modules/zrender/lib/core/util"),u=t("node_modules/zrender/lib/core/env"),f=t("node_modules/echarts/lib/component/tooltip/TooltipContent"),c=t("node_modules/echarts/lib/util/format"),_=t("node_modules/echarts/lib/util/number"),g=t("node_modules/echarts/lib/util/graphic"),m=t("node_modules/echarts/lib/component/axisPointer/findPointFromSeries"),y=t("node_modules/echarts/lib/util/layout"),x=t("node_modules/echarts/lib/model/Model"),v=t("node_modules/echarts/lib/component/axisPointer/globalListener"),w=t("node_modules/echarts/lib/coord/axisHelper"),I=t("node_modules/echarts/lib/component/axisPointer/viewHelper"),T=p.bind,b=p.each,S=_.parsePercent,C=new g.Rect({shape:{x:-1,y:-1,width:2,height:2}}),M=h.extendComponentView({type:"tooltip",init:function(t,e){if(!u.node){var i=new f(e.getDom(),e);this._tooltipContent=i}},render:function(t,e,i){if(!u.node&&!u.wxa){this.group.removeAll(),this._tooltipModel=t,this._ecModel=e,this._api=i,this._lastDataByCoordSys=null,this._alwaysShowContent=t.get("alwaysShowContent");var o=this._tooltipContent;o.update(),o.setEnterable(t.get("enterable")),this._initGlobalListener(),this._keepShow()}},_initGlobalListener:function(){var t=this._tooltipModel,e=t.get("triggerOn");v.register("itemTooltip",this._api,T(function(t,i,o){"none"!==e&&(e.indexOf(t)>=0?this._tryShow(i,o):"leave"===t&&this._hide(o))},this))},_keepShow:function(){var t=this._tooltipModel,e=this._ecModel,i=this._api;if(null!=this._lastX&&null!=this._lastY&&"none"!==t.get("triggerOn")){var o=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){o.manuallyShowTip(t,e,i,{x:o._lastX,y:o._lastY})})}},manuallyShowTip:function(t,e,i,o){if(o.from!==this.uid&&!u.node){var s=n(o,i);this._ticket="";var a=o.dataByCoordSys;if(o.tooltip&&null!=o.x&&null!=o.y){var l=C;l.position=[o.x,o.y],l.update(),l.tooltip=o.tooltip,this._tryShow({offsetX:o.x,offsetY:o.y,target:l},s)}else if(a)this._tryShow({offsetX:o.x,offsetY:o.y,position:o.position,event:{},dataByCoordSys:o.dataByCoordSys,tooltipOption:o.tooltipOption},s);else if(null!=o.seriesIndex){if(this._manuallyAxisShowTip(t,e,i,o))return;var r=m(o,e),d=r.point[0],h=r.point[1];null!=d&&null!=h&&this._tryShow({offsetX:d,offsetY:h,position:o.position,target:r.el,event:{}},s)}else null!=o.x&&null!=o.y&&(i.dispatchAction({type:"updateAxisPointer",x:o.x,y:o.y}),this._tryShow({offsetX:o.x,offsetY:o.y,position:o.position,target:i.getZr().findHover(o.x,o.y).target,event:{}},s))}},manuallyHideTip:function(t,e,i,o){var s=this._tooltipContent;!this._alwaysShowContent&&this._tooltipModel&&s.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=null,o.from!==this.uid&&this._hide(n(o,i))},_manuallyAxisShowTip:function(t,e,i,n){var s=n.seriesIndex,a=n.dataIndex,l=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=s&&null!=a&&null!=l){var r=e.getSeriesByIndex(s);if(r){var d=r.getData(),t=o([d.getItemModel(a),r,(r.coordinateSystem||{}).model,t]);if("axis"===t.get("trigger"))return i.dispatchAction({type:"updateAxisPointer",seriesIndex:s,dataIndex:a,position:n.position}),!0}}},_tryShow:function(t,e){var i=t.target,o=this._tooltipModel;if(o){this._lastX=t.offsetX,this._lastY=t.offsetY;var n=t.dataByCoordSys;n&&n.length?this._showAxisTooltip(n,t):i&&null!=i.dataIndex?(this._lastDataByCoordSys=null,this._showSeriesItemTooltip(t,i,e)):i&&i.tooltip?(this._lastDataByCoordSys=null,this._showComponentItemTooltip(t,i,e)):(this._lastDataByCoordSys=null,this._hide(e))}},_showOrMove:function(t,e){var i=t.get("showDelay");e=p.bind(e,this),clearTimeout(this._showTimout),i>0?this._showTimout=setTimeout(e,i):e()},_showAxisTooltip:function(t,e){var i=this._ecModel,n=this._tooltipModel,s=[e.offsetX,e.offsetY],a=[],l=[],r=o([e.tooltipOption,n]);b(t,function(t){b(t.dataByAxis,function(t){var e=i.getComponent(t.axisDim+"Axis",t.axisIndex),o=t.value,n=[];if(e&&null!=o){var s=I.getValueLabel(o,e.axis,i,t.seriesDataIndices,t.valueLabelOpt);p.each(t.seriesDataIndices,function(a){var r=i.getSeriesByIndex(a.seriesIndex),d=a.dataIndexInside,h=r&&r.getDataParams(d);h.axisDim=t.axisDim,h.axisIndex=t.axisIndex,h.axisType=t.axisType,h.axisId=t.axisId,h.axisValue=w.getAxisRawValue(e.axis,o),h.axisValueLabel=s,h&&(l.push(h),n.push(r.formatTooltip(d,!0)))});var r=s;a.push((r?c.encodeHTML(r)+"
":"")+n.join("
"))}})},this),a.reverse(),a=a.join("

");var d=e.position;this._showOrMove(r,function(){this._updateContentNotChangedOnAxis(t)?this._updatePosition(r,d,s[0],s[1],this._tooltipContent,l):this._showTooltipContent(r,a,l,Math.random(),s[0],s[1],d)})},_showSeriesItemTooltip:function(t,e,i){var n=this._ecModel,s=e.seriesIndex,a=n.getSeriesByIndex(s),l=e.dataModel||a,r=e.dataIndex,d=e.dataType,h=l.getData(),p=o([h.getItemModel(r),l,a&&(a.coordinateSystem||{}).model,this._tooltipModel]),u=p.get("trigger");if(null==u||"item"===u){var f=l.getDataParams(r,d),c=l.formatTooltip(r,!1,d),_="item_"+l.name+"_"+r;this._showOrMove(p,function(){this._showTooltipContent(p,c,f,_,t.offsetX,t.offsetY,t.position,t.target)}),i({type:"showTip",dataIndexInside:r,dataIndex:h.getRawIndex(r),seriesIndex:s,from:this.uid})}},_showComponentItemTooltip:function(t,e,i){var o=e.tooltip;if("string"==typeof o){var n=o;o={content:n,formatter:n}}var s=new x(o,this._tooltipModel,this._ecModel),a=s.get("content"),l=Math.random();this._showOrMove(s,function(){this._showTooltipContent(s,a,s.get("formatterParams")||{},l,t.offsetX,t.offsetY,t.position,e)}),i({type:"showTip",from:this.uid})},_showTooltipContent:function(t,e,i,o,n,s,a,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var r=this._tooltipContent,d=t.get("formatter");a=a||t.get("position");var h=e;if(d&&"string"==typeof d)h=c.formatTpl(d,i,!0);else if("function"==typeof d){var p=T(function(e,o){e===this._ticket&&(r.setContent(o),this._updatePosition(t,a,n,s,r,i,l))},this);this._ticket=o,h=d(i,o,p)}r.setContent(h),r.show(t),this._updatePosition(t,a,n,s,r,i,l)}},_updatePosition:function(t,e,i,o,n,l,h){var u=this._api.getWidth(),f=this._api.getHeight();e=e||t.get("position");var c=n.getSize(),_=t.get("align"),g=t.get("verticalAlign"),m=h&&h.getBoundingRect().clone();if(h&&m.applyTransform(h.transform),"function"==typeof e&&(e=e([i,o],l,n.el,m,{viewSize:[u,f],contentSize:c.slice()})),p.isArray(e))i=S(e[0],u),o=S(e[1],f);else if(p.isObject(e)){e.width=c[0],e.height=c[1];var x=y.getLayoutRect(e,{width:u,height:f});i=x.x,o=x.y,_=null,g=null}else if("string"==typeof e&&h){var v=r(e,m,c);i=v[0],o=v[1]}else{var v=s(i,o,n.el,u,f,_?null:20,g?null:20);i=v[0],o=v[1]}if(_&&(i-=d(_)?c[0]/2:"right"===_?c[0]:0),g&&(o-=d(g)?c[1]/2:"bottom"===g?c[1]:0),t.get("confine")){var v=a(i,o,n.el,u,f);i=v[0],o=v[1]}n.moveTo(i,o)},_updateContentNotChangedOnAxis:function(t){var e=this._lastDataByCoordSys,i=!!e&&e.length===t.length;return i&&b(e,function(e,o){var n=e.dataByAxis||{},s=t[o]||{},a=s.dataByAxis||[];i&=n.length===a.length,i&&b(n,function(t,e){var o=a[e]||{},n=t.seriesDataIndices||[],s=o.seriesDataIndices||[];i&=t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&n.length===s.length,i&&b(n,function(t,e){var o=s[e];i&=t.seriesIndex===o.seriesIndex&&t.dataIndex===o.dataIndex})})}),this._lastDataByCoordSys=t,!!i},_hide:function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},dispose:function(t,e){u.node||u.wxa||(this._tooltipContent.hide(),v.unregister("itemTooltip",e))}});i.exports=M}); ;/*!node_modules/echarts/lib/component/tooltip.js*/ define("node_modules/echarts/lib/component/tooltip",function(o){var e=o("node_modules/echarts/lib/echarts");o("node_modules/echarts/lib/component/axisPointer"),o("node_modules/echarts/lib/component/tooltip/TooltipModel"),o("node_modules/echarts/lib/component/tooltip/TooltipView"),e.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},function(){}),e.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},function(){})}); ;/*!node_modules/echarts/lib/layout/barPolar.js*/ define("node_modules/echarts/lib/layout/barPolar",function(t,e,a){function i(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function n(t){return t.dim}function r(t,e,a){var r=a.getWidth(),h=a.getHeight(),c={},g=d(o.filter(e.getSeriesByType(t),function(t){return!e.isSeriesFiltered(t)&&t.coordinateSystem&&"polar"===t.coordinateSystem.type}));e.eachSeriesByType(t,function(t){if("polar"===t.coordinateSystem.type){var e=t.getData(),a=t.coordinateSystem,d=a.getBaseAxis(),o=i(t),m=g[n(d)][o],l=m.offset,p=m.width,f=a.getOtherAxis(d),y=t.get("center")||["50%","50%"],v=s(y[0],r),b=s(y[1],h),W=t.get("barMinHeight")||0,w=t.get("barMinAngle")||0;c[o]=c[o]||[];for(var x=e.mapDimension(f.dim),M=e.mapDimension(d.dim),S=u(e,x),A=f.getExtent()[0],_=0,k=e.count();k>_;_++){var T=e.get(x,_),B=e.get(M,_);if(!isNaN(T)){var D=T>=0?"p":"n",G=A;S&&(c[o][B]||(c[o][B]={p:A,n:A}),G=c[o][B][D]);var C,I,P,H;if("radius"===f.dim){var E=f.dataToRadius(T)-A,N=d.dataToAngle(B);Math.abs(E)E?-1:1)*W),C=G,I=G+E,P=N-l,H=P-p,S&&(c[o][B][D]=I)}else{var R=f.dataToAngle(T,!0)-A,z=d.dataToRadius(B);Math.abs(R)R?-1:1)*w),C=z+l,I=C+p,P=G,H=G+R,S&&(c[o][B][D]=H)}e.setItemLayout(_,{cx:v,cy:b,r0:C,r:I,startAngle:-P*Math.PI/180,endAngle:-H*Math.PI/180})}}}},this)}function d(t){var e={};o.each(t,function(t){var a=t.getData(),r=t.coordinateSystem,d=r.getBaseAxis(),o=d.getExtent(),h="category"===d.type?d.getBandWidth():Math.abs(o[1]-o[0])/a.count(),c=e[n(d)]||{bandWidth:h,remainedWidth:h,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},u=c.stacks;e[n(d)]=c;var g=i(t);u[g]||c.autoWidthCount++,u[g]=u[g]||{width:0,maxWidth:0};var m=s(t.get("barWidth"),h),l=s(t.get("barMaxWidth"),h),p=t.get("barGap"),f=t.get("barCategoryGap");m&&!u[g].width&&(m=Math.min(c.remainedWidth,m),u[g].width=m,c.remainedWidth-=m),l&&(u[g].maxWidth=l),null!=p&&(c.gap=p),null!=f&&(c.categoryGap=f)});var a={};return o.each(e,function(t,e){a[e]={};var i=t.stacks,n=t.bandWidth,r=s(t.categoryGap,n),d=s(t.gap,1),h=t.remainedWidth,c=t.autoWidthCount,u=(h-r)/(c+(c-1)*d);u=Math.max(u,0),o.each(i,function(t){var e=t.maxWidth;e&&u>e&&(e=Math.min(e,h),t.width&&(e=Math.min(e,t.width)),h-=e,t.width=e,c--)}),u=(h-r)/(c+(c-1)*d),u=Math.max(u,0);var g,m=0;o.each(i,function(t){t.width||(t.width=u),g=t,m+=t.width*(1+d)}),g&&(m-=g.width*d);var l=-m/2;o.each(i,function(t,i){a[e][i]=a[e][i]||{offset:l,width:t.width},l+=t.width*(1+d)})}),a}var o=t("node_modules/zrender/lib/core/util"),h=t("node_modules/echarts/lib/util/number"),s=h.parsePercent,c=t("node_modules/echarts/lib/data/helper/dataStackHelper"),u=c.isDimensionStacked,g=r;a.exports=g}); ;/*!node_modules/echarts/lib/coord/polar/RadiusAxis.js*/ define("node_modules/echarts/lib/coord/polar/RadiusAxis",function(o,t,r){function a(o,t){e.call(this,"radius",o,t),this.type="category"}var i=o("node_modules/zrender/lib/core/util"),e=o("node_modules/echarts/lib/coord/Axis");a.prototype={constructor:a,pointToData:function(o,t){return this.polar.pointToData(o,t)["radius"===this.dim?0:1]},dataToRadius:e.prototype.dataToCoord,radiusToData:e.prototype.coordToData},i.inherits(a,e);var d=a;r.exports=d}); ;/*!node_modules/echarts/lib/coord/polar/AngleAxis.js*/ define("node_modules/echarts/lib/coord/polar/AngleAxis",function(o,t,e){function r(o,t){t=t||[0,360],i.call(this,"angle",o,t),this.type="category"}var a=o("node_modules/zrender/lib/core/util"),i=o("node_modules/echarts/lib/coord/Axis");r.prototype={constructor:r,pointToData:function(o,t){return this.polar.pointToData(o,t)["radius"===this.dim?0:1]},dataToAngle:i.prototype.dataToCoord,angleToData:i.prototype.coordToData},a.inherits(r,i);var n=r;e.exports=n}); ;/*!node_modules/echarts/lib/coord/polar/Polar.js*/ define("node_modules/echarts/lib/coord/polar/Polar",function(t,i,s){var n=t("node_modules/echarts/lib/coord/polar/RadiusAxis"),a=t("node_modules/echarts/lib/coord/polar/AngleAxis"),e=function(t){this.name=t||"",this.cx=0,this.cy=0,this._radiusAxis=new n,this._angleAxis=new a,this._radiusAxis.polar=this._angleAxis.polar=this};e.prototype={type:"polar",axisPointerEnabled:!0,constructor:e,dimensions:["radius","angle"],model:null,containPoint:function(t){var i=this.pointToCoord(t);return this._radiusAxis.contain(i[0])&&this._angleAxis.contain(i[1])},containData:function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},getAxis:function(t){return this["_"+t+"Axis"]},getAxes:function(){return[this._radiusAxis,this._angleAxis]},getAxesByScale:function(t){var i=[],s=this._angleAxis,n=this._radiusAxis;return s.scale.type===t&&i.push(s),n.scale.type===t&&i.push(n),i},getAngleAxis:function(){return this._angleAxis},getRadiusAxis:function(){return this._radiusAxis},getOtherAxis:function(t){var i=this._angleAxis;return t===i?this._radiusAxis:i},getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},getTooltipAxes:function(t){var i=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[i],otherAxes:[this.getOtherAxis(i)]}},dataToPoint:function(t,i){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],i),this._angleAxis.dataToAngle(t[1],i)])},pointToData:function(t,i){var s=this.pointToCoord(t);return[this._radiusAxis.radiusToData(s[0],i),this._angleAxis.angleToData(s[1],i)]},pointToCoord:function(t){var i=t[0]-this.cx,s=t[1]-this.cy,n=this.getAngleAxis(),a=n.getExtent(),e=Math.min(a[0],a[1]),o=Math.max(a[0],a[1]);n.inverse?e=o-360:o=e+360;var r=Math.sqrt(i*i+s*s);i/=r,s/=r;for(var h=Math.atan2(-s,i)/Math.PI*180,u=e>h?1:-1;e>h||h>o;)h+=360*u;return[r,h]},coordToPoint:function(t){var i=t[0],s=t[1]/180*Math.PI,n=Math.cos(s)*i+this.cx,a=-Math.sin(s)*i+this.cy;return[n,a]}};var o=e;s.exports=o}); ;/*!node_modules/echarts/lib/coord/polar/AxisModel.js*/ define("node_modules/echarts/lib/coord/polar/AxisModel",function(e){function o(e,o){return o.type||(o.data?"category":"value")}var r=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/model/Component"),i=e("node_modules/echarts/lib/coord/axisModelCreator"),n=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),t=l.extend({type:"polarAxis",axis:null,getCoordSysModel:function(){return this.ecModel.queryComponents({mainType:"polar",index:this.option.polarIndex,id:this.option.polarId})[0]}});r.merge(t.prototype,n);var d={angle:{startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:!1}},radius:{splitNumber:5}};i("angle",t,o,d.angle),i("radius",t,o,d.radius)}); ;/*!node_modules/echarts/lib/coord/polar/PolarModel.js*/ define("node_modules/echarts/lib/coord/polar/PolarModel",function(e,o,n){var d=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/coord/polar/AxisModel");var l=d.extendComponentModel({type:"polar",dependencies:["polarAxis","angleAxis"],coordinateSystem:null,findAxisModel:function(e){var o,n=this.ecModel;return n.eachComponent(e,function(e){e.getCoordSysModel()===this&&(o=e)},this),o},defaultOption:{zlevel:0,z:0,center:["50%","50%"],radius:"80%"}});n.exports=l}); ;/*!node_modules/echarts/lib/coord/polar/polarCreator.js*/ define("node_modules/echarts/lib/coord/polar/polarCreator",function(e){function t(e,t,n){var a=t.get("center"),o=n.getWidth(),i=n.getHeight();e.cx=d(a[0],o),e.cy=d(a[1],i);var r=e.getRadiusAxis(),s=Math.min(o,i)/2,l=d(t.get("radius"),s);r.inverse?r.setExtent(l,0):r.setExtent(0,l)}function n(e){var t=this,n=t.getAngleAxis(),a=t.getRadiusAxis();if(n.scale.setExtent(1/0,-1/0),a.scale.setExtent(1/0,-1/0),e.eachSeries(function(e){if(e.coordinateSystem===t){var o=e.getData();i.each(o.mapDimension("radius",!0),function(e){a.scale.unionExtentFromData(o,p(o,e))}),i.each(o.mapDimension("angle",!0),function(e){n.scale.unionExtentFromData(o,p(o,e))})}}),u(n.scale,n.model),u(a.scale,a.model),"category"===n.type&&!n.onBand){var o=n.getExtent(),r=360/n.scale.count();n.inverse?o[1]+=r:o[1]-=r,n.setExtent(o[0],o[1])}}function a(e,t){if(e.type=t.get("type"),e.scale=c(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}var o=e("node_modules/echarts/lib/config"),i=(o.__DEV__,e("node_modules/zrender/lib/core/util")),r=e("node_modules/echarts/lib/coord/polar/Polar"),s=e("node_modules/echarts/lib/util/number"),d=s.parsePercent,l=e("node_modules/echarts/lib/coord/axisHelper"),c=l.createScaleByModel,u=l.niceScaleExtent,m=e("node_modules/echarts/lib/CoordinateSystem"),g=e("node_modules/echarts/lib/data/helper/dataStackHelper"),p=g.getStackedDimension;e("node_modules/echarts/lib/coord/polar/PolarModel");var x={dimensions:r.prototype.dimensions,create:function(e,o){var i=[];return e.eachComponent("polar",function(e,s){var d=new r(s);d.update=n;var l=d.getRadiusAxis(),c=d.getAngleAxis(),u=e.findAxisModel("radiusAxis"),m=e.findAxisModel("angleAxis");a(l,u),a(c,m),t(d,e,o),i.push(d),e.coordinateSystem=d,d.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}}),i}};m.register("polar",x)}); ;/*!node_modules/echarts/lib/component/axis/AngleAxisView.js*/ define("node_modules/echarts/lib/component/axis/AngleAxisView",function(e,t,i){function o(e,t,i){t[1]>t[0]&&(t=t.slice().reverse());var o=e.coordToPoint([t[0],i]),l=e.coordToPoint([t[1],i]);return{x1:o[0],y1:o[1],x2:l[0],y2:l[1]}}function l(e){var t=e.getRadiusAxis();return t.inverse?0:1}function n(e){var t=e[0],i=e[e.length-1];t&&i&&Math.abs(Math.abs(t.coord-i.coord)-360)<1e-4&&e.pop()}var a=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/model/Model"),c=e("node_modules/echarts/lib/component/axis/AxisView"),d=["axisLine","axisLabel","axisTick","splitLine","splitArea"],g=c.extend({type:"angleAxis",axisPointerClass:"PolarAxisPointer",render:function(e){if(this.group.removeAll(),e.get("show")){var t=e.axis,i=t.polar,o=i.getRadiusAxis().getExtent(),l=t.getTicksCoords(),r=a.map(t.getViewLabels(),function(e){var e=a.clone(e);return e.coord=t.dataToCoord(e.tickValue),e});n(r),n(l),a.each(d,function(n){!e.get(n+".show")||t.scale.isBlank()&&"axisLine"!==n||this["_"+n](e,i,l,o,r)},this)}},_axisLine:function(e,t,i,o){var n=e.getModel("axisLine.lineStyle"),a=new r.Circle({shape:{cx:t.cx,cy:t.cy,r:o[l(t)]},style:n.getLineStyle(),z2:1,silent:!0});a.style.fill=null,this.group.add(a)},_axisTick:function(e,t,i,n){var s=e.getModel("axisTick"),c=(s.get("inside")?-1:1)*s.get("length"),d=n[l(t)],g=a.map(i,function(e){return new r.Line({shape:o(t,[d,d+c],e.coord)})});this.group.add(r.mergePath(g,{style:a.defaults(s.getModel("lineStyle").getLineStyle(),{stroke:e.get("axisLine.lineStyle.color")})}))},_axisLabel:function(e,t,i,o,n){var c=e.getCategories(!0),d=e.getModel("axisLabel"),g=d.get("margin");a.each(n,function(i){var n=d,a=i.tickValue,h=o[l(t)],x=t.coordToPoint([h+g,i.coord]),u=t.cx,f=t.cy,y=Math.abs(x[0]-u)/h<.3?"center":x[0]>u?"left":"right",p=Math.abs(x[1]-f)/h<.3?"middle":x[1]>f?"top":"bottom";c&&c[a]&&c[a].textStyle&&(n=new s(c[a].textStyle,d,d.ecModel));var v=new r.Text({silent:!0});this.group.add(v),r.setTextStyle(v.style,n,{x:x[0],y:x[1],textFill:n.getTextColor()||e.get("axisLine.lineStyle.color"),text:i.formattedLabel,textAlign:y,textVerticalAlign:p})},this)},_splitLine:function(e,t,i,l){var n=e.getModel("splitLine"),s=n.getModel("lineStyle"),c=s.get("color"),d=0;c=c instanceof Array?c:[c];for(var g=[],h=0;hb?"left":"right",p=Math.abs(x[1]-v)/P<.3?"middle":x[1]>v?"top":"bottom"}return{position:x,align:h,verticalAlign:p}}var o=e("node_modules/echarts/lib/util/format"),r=e("node_modules/echarts/lib/component/axisPointer/BaseAxisPointer"),n=e("node_modules/echarts/lib/util/graphic"),l=e("node_modules/echarts/lib/component/axisPointer/viewHelper"),s=e("node_modules/zrender/lib/core/matrix"),c=e("node_modules/echarts/lib/component/axis/AxisBuilder"),d=e("node_modules/echarts/lib/component/axis/AxisView"),x=r.extend({makeElOption:function(e,t,a,r,n){var s=a.axis;"angle"===s.dim&&(this.animationThreshold=Math.PI/18);var c,d=s.polar,x=d.getOtherAxis(s),p=x.getExtent();c=s["dataTo"+o.capitalFirst(s.dim)](t);var m=r.get("type");if(m&&"none"!==m){var g=l.buildElStyle(r),u=h[m](s,d,c,p,g);u.style=g,e.graphicKey=u.type,e.pointer=u}var y=r.get("label.margin"),P=i(t,a,r,d,y);l.buildLabelElOption(e,a,r,n,P)}}),h={line:function(e,t,a,i){return"angle"===e.dim?{type:"Line",shape:l.makeLineShape(t.coordToPoint([i[0],a]),t.coordToPoint([i[1],a]))}:{type:"Circle",shape:{cx:t.cx,cy:t.cy,r:a}}},shadow:function(e,t,a,i){var o=Math.max(1,e.getBandWidth()),r=Math.PI/180;return"angle"===e.dim?{type:"Sector",shape:l.makeSectorShape(t.cx,t.cy,i[0],i[1],(-a-o/2)*r,(-a+o/2)*r)}:{type:"Sector",shape:l.makeSectorShape(t.cx,t.cy,a-o/2,a+o/2,0,2*Math.PI)}}};d.registerAxisPointerClass("PolarAxisPointer",x);var p=x;a.exports=p}); ;/*!node_modules/echarts/lib/component/polar.js*/ define("node_modules/echarts/lib/component/polar",function(e){var o=e("node_modules/echarts/lib/echarts"),r=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/layout/barPolar");e("node_modules/echarts/lib/coord/polar/polarCreator"),e("node_modules/echarts/lib/component/angleAxis"),e("node_modules/echarts/lib/component/radiusAxis"),e("node_modules/echarts/lib/component/axisPointer"),e("node_modules/echarts/lib/component/axisPointer/PolarAxisPointer"),o.registerLayout(r.curry(n,"bar")),o.extendComponentView({type:"polar"})}); ;/*!node_modules/echarts/lib/coord/geo/GeoModel.js*/ define("node_modules/echarts/lib/coord/geo/GeoModel",function(e,o,t){var n=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/util/model"),i=e("node_modules/echarts/lib/model/Component"),r=e("node_modules/echarts/lib/model/Model"),s=e("node_modules/echarts/lib/component/helper/selectableMixin"),a=e("node_modules/echarts/lib/coord/geo/geoCreator"),d=i.extend({type:"geo",coordinateSystem:null,layoutMode:"box",init:function(e){i.prototype.init.apply(this,arguments),l.defaultEmphasis(e,"label",["show"])},optionUpdated:function(){var e=this.option,o=this;e.regions=a.getFilledRegions(e.regions,e.map,e.nameMap),this._optionModelMap=n.reduce(e.regions||[],function(e,t){return t.name&&e.set(t.name,new r(t,o)),e},n.createHashMap()),this.updateSelectedMap(e.regions)},defaultOption:{zlevel:0,z:0,show:!0,left:"center",top:"center",aspectScale:.75,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 r(null,this,this.ecModel)},getFormattedLabel:function(e,o){var t=this.getRegionModel(e),n=t.get("label."+o+".formatter"),l={name:e};return"function"==typeof n?(l.status=o,n(l)):"string"==typeof n?n.replace("{a}",null!=e?e:""):void 0},setZoom:function(e){this.option.zoom=e},setCenter:function(e){this.option.center=e}});n.mixin(d,s);var c=d;t.exports=c}); ;/*!node_modules/echarts/lib/component/geo/GeoView.js*/ define("node_modules/echarts/lib/component/geo/GeoView",function(e,o,t){var i=e("node_modules/echarts/lib/component/helper/MapDraw"),r=e("node_modules/echarts/lib/echarts"),n=r.extendComponentView({type:"geo",init:function(e,o){var t=new i(o,!0);this._mapDraw=t,this.group.add(t.group)},render:function(e,o,t,i){if(!i||"geoToggleSelect"!==i.type||i.from!==this.uid){var r=this._mapDraw;e.get("show")?r.draw(e,o,t,this,i):this._mapDraw.group.removeAll(),this.group.silent=e.get("silent")}},dispose:function(){this._mapDraw&&this._mapDraw.remove()}});t.exports=n}); ;/*!node_modules/echarts/lib/component/geo.js*/ define("node_modules/echarts/lib/component/geo",function(e){function o(e,o){o.update="updateView",n.registerAction(o,function(o,n){var c={};return n.eachComponent({mainType:"geo",query:o},function(n){n[e](o.name);var l=n.coordinateSystem;t.each(l.regions,function(e){c[e.name]=n.isSelected(e.name)||!1})}),{selected:c,name:o.name}})}var n=e("node_modules/echarts/lib/echarts"),t=e("node_modules/zrender/lib/core/util");e("node_modules/echarts/lib/coord/geo/GeoModel"),e("node_modules/echarts/lib/coord/geo/geoCreator"),e("node_modules/echarts/lib/component/geo/GeoView"),e("node_modules/echarts/lib/action/geoRoam"),o("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),o("select",{type:"geoSelect",event:"geoselected"}),o("unSelect",{type:"geoUnSelect",event:"geounselected"})}); ;/*!node_modules/echarts/lib/component/brush/preprocessor.js*/ define("node_modules/echarts/lib/component/brush/preprocessor",function(e,o,r){function n(e,o){var r=e&&e.brush;if(a.isArray(r)||(r=r?[r]:[]),r.length){var n=[];a.each(r,function(e){var o=e.hasOwnProperty("toolbox")?e.toolbox:[];o instanceof Array&&(n=n.concat(o))});var c=e&&e.toolbox;a.isArray(c)&&(c=c[0]),c||(c={feature:{}},e.toolbox=[c]);var s=c.feature||(c.feature={}),l=s.brush||(s.brush={}),p=l.type||(l.type=[]);p.push.apply(p,n),t(p),o&&!p.length&&p.push.apply(p,u)}}function t(e){var o={};a.each(e,function(e){o[e]=1}),e.length=0,a.each(o,function(o,r){e.push(r)})}var a=e("node_modules/zrender/lib/core/util"),u=["rect","polygon","keep","clear"];r.exports=n}); ;/*!node_modules/echarts/lib/visual/visualSolution.js*/ define("node_modules/echarts/lib/visual/visualSolution",function(n,a){function e(n){if(n)for(var a in n)if(n.hasOwnProperty(a))return!0}function t(n,a,e){function t(){var n=function(){};n.prototype.__hidden=n.prototype;var a=new n;return a}var i={};return c(a,function(a){var r=i[a]=t();c(n[a],function(n,t){if(o.isValidType(t)){var i={type:t,visual:n};e&&e(i,a),r[t]=new o(i),"opacity"===t&&(i=l.clone(i),i.type="colorAlpha",r.__hidden.__alphaForOpacity=new o(i))}})}),i}function i(n,a,t){var i;l.each(t,function(n){a.hasOwnProperty(n)&&e(a[n])&&(i=!0)}),i&&l.each(t,function(t){a.hasOwnProperty(t)&&e(a[t])?n[t]=l.clone(a[t]):delete n[t]})}function r(n,a,e,t,i,r){function u(n){return e.getItemVisual(f,n)}function c(n,a){e.setItemVisual(f,n,a)}function p(n,l){f=null==r?n:l;var o=e.getRawDataItem(f);if(!o||o.visualMap!==!1)for(var p=t.call(i,n),v=a[p],h=s[p],y=0,d=h.length;d>y;y++){var V=h[y];v[V]&&v[V].applyVisual(n,u,c)}}var s={};l.each(n,function(n){var e=o.prepareVisualTypes(a[n]);s[n]=e});var f;null==r?e.each(p):e.each([r],p)}function u(n,a,e,t){function i(n,i){function u(n){return i.getItemVisual(o,n)}function l(n,a){i.setItemVisual(o,n,a)}null!=t&&(t=i.getDimension(t));for(var o;null!=(o=n.next());){var c=i.getRawDataItem(o);if(c&&c.visualMap===!1)return;for(var p=null!=t?i.get(t,o,!0):o,s=e(p),f=a[s],v=r[s],h=0,y=v.length;y>h;h++){var d=v[h];f[d]&&f[d].applyVisual(p,u,l)}}}var r={};return l.each(n,function(n){var e=o.prepareVisualTypes(a[n]);r[n]=e}),{progress:i}}var l=n("node_modules/zrender/lib/core/util"),o=n("node_modules/echarts/lib/visual/VisualMapping"),c=l.each;a.createVisualMappings=t,a.replaceVisualOption=i,a.applyVisual=r,a.incrementalApplyVisual=u}); ;/*!node_modules/echarts/lib/component/brush/selector.js*/ define("node_modules/echarts/lib/component/brush/selector",function(n,r,t){function e(n){var r=["x","y"],t=["width","height"];return{point:function(r,t,e){if(r){var o=e.range,c=r[n];return i(c,o)}},rect:function(e,o,c){if(e){var u=c.range,a=[e[r[n]],e[r[n]]+e[t[n]]];return a[1]g||g>1)return!1;var l=a(t-n,i-n,e-r,o-r)/d;return 0>l||l>1?!1:!0}function u(n){return 1e-6>=n&&n>=-1e-6}function a(n,r,t,e){return n*e-r*t}var f=n("node_modules/zrender/lib/contain/polygon"),d=n("node_modules/zrender/lib/core/BoundingRect"),g={lineX:e(0),lineY:e(1),rect:{point:function(n,r,t){return n&&t.boundingRect.contain(n[0],n[1])},rect:function(n,r,t){return n&&t.boundingRect.intersect(n)}},polygon:{point:function(n,r,t){return n&&t.boundingRect.contain(n[0],n[1])&&f.contain(t.range,n[0],n[1])},rect:function(n,r,t){var e=t.range;if(!n||e.length<=1)return!1;var i=n.x,c=n.y,u=n.width,a=n.height,g=e[0];return f.contain(e,i,c)||f.contain(e,i+u,c)||f.contain(e,i,c+a)||f.contain(e,i+u,c+a)||d.create(n).contain(g[0],g[1])||o(i,c,i+u,c,e)||o(i,c,i,c+a,e)||o(i+u,c,i+u,c+a,e)||o(i,c+a,i+u,c+a,e)?!0:void 0}}},l=g;t.exports=l}); ;/*!node_modules/echarts/lib/component/helper/BrushTargetManager.js*/ define("node_modules/echarts/lib/component/helper/BrushTargetManager",function(e,n,r){function o(e,n,r){var o=this._targetInfoList=[],t={},a=i(n,e);p(T,function(e,n){(!r||!r.include||x(r.include,n)>=0)&&e(a,o,t)})}function t(e){return e[0]>e[1]&&e.reverse(),e}function i(e,n){return g.parseFinder(e,n,{includeMainTypes:m})}function a(e,n,r,o){var i=r.getAxis(["x","y"][e]),a=t(l.map([0,1],function(e){return n?i.coordToData(i.toLocalCoord(o[e])):i.toGlobalCoord(i.dataToCoord(o[e]))})),s=[];return s[e]=a,s[1-e]=[0/0,0/0],{values:a,xyMinMax:s}}function s(e,n,r,o){return[n[0]-o[e]*r[0],n[1]-o[e]*r[1]]}function d(e,n){var r=u(e),o=u(n),t=[r[0]/o[0],r[1]/o[1]];return isNaN(t[0])&&(t[0]=1),isNaN(t[1])&&(t[1]=1),t}function u(e){return e?[e[0][1]-e[0][0],e[1][1]-e[1][0]]:[0/0,0/0]}var c=e("node_modules/echarts/lib/config"),l=(c.__DEV__,e("node_modules/zrender/lib/core/util")),f=e("node_modules/echarts/lib/util/graphic"),g=e("node_modules/echarts/lib/util/model"),h=e("node_modules/echarts/lib/component/helper/brushHelper"),p=l.each,x=l.indexOf,y=l.curry,M=["dataToPoint","pointToData"],m=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],v=o.prototype;v.setOutputRanges=function(e,n){this.matchOutputRanges(e,n,function(e,n,r){if((e.coordRanges||(e.coordRanges=[])).push(n),!e.coordRange){e.coordRange=n;var o=R[e.brushType](0,r,n);e.__rangeOffset={offset:S[e.brushType](o.values,e.range,[1,1]),xyMinMax:o.xyMinMax}}})},v.matchOutputRanges=function(e,n,r){p(e,function(e){var o=this.findTargetInfo(e,n);o&&o!==!0&&l.each(o.coordSyses,function(o){var t=R[e.brushType](1,o,e.range);r(e,t.values,o,n)})},this)},v.setInputRanges=function(e,n){p(e,function(e){var r=this.findTargetInfo(e,n);if(e.range=e.range||[],r&&r!==!0){e.panelId=r.panelId;var o=R[e.brushType](0,r.coordSys,e.coordRange),t=e.__rangeOffset;e.range=t?S[e.brushType](o.values,t.offset,d(o.xyMinMax,t.xyMinMax)):o.values}},this)},v.makePanelOpts=function(e,n){return l.map(this._targetInfoList,function(r){var o=r.getPanelRect();return{panelId:r.panelId,defaultBrushType:n&&n(r),clipPath:h.makeRectPanelClipPath(o),isTargetByCursor:h.makeRectIsTargetByCursor(o,e,r.coordSysModel),getLinearBrushOtherExtent:h.makeLinearBrushOtherExtent(o)}})},v.controlSeries=function(e,n,r){var o=this.findTargetInfo(e,r);return o===!0||o&&x(o.coordSyses,n.coordinateSystem)>=0},v.findTargetInfo=function(e,n){for(var r=this._targetInfoList,o=i(n,e),t=0;t=0||x(o,e.getAxis("y").model)>=0)&&i.push(e)}),n.push({panelId:"grid--"+e.id,gridModel:e,coordSysModel:e,coordSys:i[0],coordSyses:i,getPanelRect:_.grid,xAxisDeclared:a[e.id],yAxisDeclared:s[e.id]})}))},geo:function(e,n){p(e.geoModels,function(e){var r=e.coordinateSystem;n.push({panelId:"geo--"+e.id,geoModel:e,coordSysModel:e,coordSys:r,coordSyses:[r],getPanelRect:_.geo})})}},I=[function(e,n){var r=e.xAxisModel,o=e.yAxisModel,t=e.gridModel;return!t&&r&&(t=r.axis.grid.model),!t&&o&&(t=o.axis.grid.model),t&&t===n.gridModel},function(e,n){var r=e.geoModel;return r&&r===n.geoModel}],_={grid:function(){return this.coordSys.grid.getRect().clone()},geo:function(){var e=this.coordSys,n=e.getBoundingRect().clone();return n.applyTransform(f.getTransform(e)),n}},R={lineX:y(a,0),lineY:y(a,1),rect:function(e,n,r){var o=n[M[e]]([r[0][0],r[1][0]]),i=n[M[e]]([r[0][1],r[1][1]]),a=[t([o[0],i[0]]),t([o[1],i[1]])];return{values:a,xyMinMax:a}},polygon:function(e,n,r){var o=[[1/0,-1/0],[1/0,-1/0]],t=l.map(r,function(r){var t=n[M[e]](r);return o[0][0]=Math.min(o[0][0],t[0]),o[1][0]=Math.min(o[1][0],t[1]),o[0][1]=Math.max(o[0][1],t[0]),o[1][1]=Math.max(o[1][1],t[1]),t});return{values:t,xyMinMax:o}}},S={lineX:y(s,0),lineY:y(s,1),rect:function(e,n,r){return[[e[0][0]-r[0]*n[0][0],e[0][1]-r[0]*n[0][1]],[e[1][0]-r[1]*n[1][0],e[1][1]-r[1]*n[1][1]]]},polygon:function(e,n,r){return l.map(e,function(e,o){return[e[0]-r[0]*n[o][0],e[1]-r[1]*n[o][1]]})}},b=o;r.exports=b}); ;/*!node_modules/echarts/lib/component/brush/visualEncoding.js*/ define("node_modules/echarts/lib/component/brush/visualEncoding",function(e){function n(e,n,t,a,u){if(u){var o=e.getZr();if(!o[g]){o[b]||(o[b]=r);var i=d.createOrUpdate(o,b,t,n);i(e,a)}}}function r(e,n){if(!e.isDisposed()){var r=e.getZr();r[g]=!0,e.dispatchAction({type:"brushSelect",batch:n}),r[g]=!1}}function t(e,n,r,t){for(var a=0,u=n.length;u>a;a++){var o=n[a];if(e[o.brushType](t,r,o.selectors,o))return!0}}function a(e){var n=e.brushSelector;if(c.isString(n)){var r=[];return c.each(f,function(e,t){r[t]=function(r,t,a,u){var o=t.getItemLayout(r);return e[n](o,a,u)}}),r}if(c.isFunction(n)){var t={};return c.each(f,function(e,r){t[r]=n}),t}return n}function u(e,n){var r=e.option.seriesIndex;return null!=r&&"all"!==r&&(c.isArray(r)?c.indexOf(r,n)<0:n!==r)}function o(e){var n=e.selectors={};return c.each(f[e.brushType],function(r,t){n[t]=function(t){return r(t,n,e)}}),e}function i(e){return new h(e[0][0],e[1][0],e[0][1]-e[0][0],e[1][1]-e[1][0])}var s=e("node_modules/echarts/lib/echarts"),c=e("node_modules/zrender/lib/core/util"),h=e("node_modules/zrender/lib/core/BoundingRect"),l=e("node_modules/echarts/lib/visual/visualSolution"),f=e("node_modules/echarts/lib/component/brush/selector"),d=e("node_modules/echarts/lib/util/throttle"),p=e("node_modules/echarts/lib/component/helper/BrushTargetManager"),v=["inBrush","outOfBrush"],b="__ecBrushSelect",g="__ecInBrushSelectEvent",m=s.PRIORITY.VISUAL.BRUSH;s.registerLayout(m,function(e,n,r){e.eachComponent({mainType:"brush"},function(n){r&&"takeGlobalCursor"===r.type&&n.setBrushOption("brush"===r.key?r.brushOption:{brushType:!1});var t=n.brushTargetManager=new p(n.option,e);t.setInputRanges(n.areas,e)})}),s.registerVisual(m,function(e,r,i){var s,h,f=[];e.eachComponent({mainType:"brush"},function(n,r){function i(e){return"all"===I||B[e]}function d(e){return!!e.length}function p(e,n){var r=e.coordinateSystem;_|=r.hasAxisBrushed(),i(n)&&r.eachActiveState(e.getData(),function(e,n){"active"===e&&(S[n]=1)})}function b(r,o,s){var h=a(r);if(h&&!u(n,o)&&(c.each(x,function(t){h[t.brushType]&&n.brushTargetManager.controlSeries(t,r,e)&&s.push(t),_|=d(s)}),i(o)&&d(s))){var l=r.getData();l.each(function(e){t(h,s,l,e)&&(S[e]=1)})}}var g={brushId:n.id,brushIndex:r,brushName:n.name,areas:c.clone(n.areas),selected:[]};f.push(g);var m=n.option,I=m.brushLink,B=[],S=[],T=[],_=0;r||(s=m.throttleType,h=m.throttleDelay);var x=c.map(n.areas,function(e){return o(c.defaults({boundingRect:y[e.brushType](e)},e))}),O=l.createVisualMappings(n.option,v,function(e){e.mappingMethod="fixed"});c.isArray(I)&&c.each(I,function(e){B[e]=1}),e.eachSeries(function(e,n){var r=T[n]=[];"parallel"===e.subType?p(e,n,r):b(e,n,r)}),e.eachSeries(function(e,n){var r={seriesId:e.id,seriesIndex:n,seriesName:e.name,dataIndex:[]};g.selected.push(r);var u=a(e),o=T[n],s=e.getData(),c=i(n)?function(e){return S[e]?(r.dataIndex.push(s.getRawIndex(e)),"inBrush"):"outOfBrush"}:function(e){return t(u,o,s,e)?(r.dataIndex.push(s.getRawIndex(e)),"inBrush"):"outOfBrush"};(i(n)?_:d(o))&&l.applyVisual(v,O,s,c)})}),n(r,s,h,f,i)});var y={lineX:c.noop,lineY:c.noop,rect:function(e){return i(e.range)},polygon:function(e){for(var n,r=e.range,t=0,a=r.length;a>t;t++){n=n||[[1/0,-1/0],[1/0,-1/0]];var u=r[t];u[0]n[0][1]&&(n[0][1]=u[0]),u[1]n[1][1]&&(n[1][1]=u[1])}return n&&i(n)}}}); ;/*!node_modules/echarts/lib/component/brush/BrushModel.js*/ define("node_modules/echarts/lib/component/brush/BrushModel",function(e,o,r){function s(e,o){return l.merge({brushType:e.brushType,brushMode:e.brushMode,transformable:e.transformable,brushStyle:new u(e.brushStyle).getItemStyle(),removeOnClick:e.removeOnClick,z:e.z},o,!0)}var t=e("node_modules/echarts/lib/config"),n=(t.__DEV__,e("node_modules/echarts/lib/echarts")),l=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/visual/visualSolution"),u=e("node_modules/echarts/lib/model/Model"),h=["#ddd"],d=n.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,o){var r=this.option;!o&&i.replaceVisualOption(r,e,["inBrush","outOfBrush"]);var s=r.inBrush=r.inBrush||{};r.outOfBrush=r.outOfBrush||{color:h},s.hasOwnProperty("liftZ")||(s.liftZ=5)},setAreas:function(e){e&&(this.areas=l.map(e,function(e){return s(this.option,e)},this))},setBrushOption:function(e){this.brushOption=s(this.option,e),this.brushType=this.brushOption.brushType}}),a=d;r.exports=a}); ;/*!node_modules/echarts/lib/component/brush/BrushView.js*/ define("node_modules/echarts/lib/component/brush/BrushView",function(e,s,t){function r(e,s,t,r){(!r||r.$from!==e.id)&&this._brushController.setPanels(e.brushTargetManager.makePanelOpts(t)).enableBrush(e.brushOption).updateCovers(e.areas.slice())}var n=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/component/helper/BrushController"),h=n.extendComponentView({type:"brush",init:function(e,s){this.ecModel=e,this.api=s,this.model,(this._brushController=new i(s.getZr())).on("brush",o.bind(this._onBrush,this)).mount()},render:function(e){return this.model=e,r.apply(this,arguments)},updateTransform:r,updateView:r,dispose:function(){this._brushController.dispose()},_onBrush:function(e,s){var t=this.model.id;this.model.brushTargetManager.setOutputRanges(e,this.ecModel),(!s.isEnd||s.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:t,areas:o.clone(e),$from:t})}});t.exports=h}); ;/*!node_modules/echarts/lib/component/brush/brushAction.js*/ define("node_modules/echarts/lib/component/brush/brushAction",function(e){var n=e("node_modules/echarts/lib/echarts");n.registerAction({type:"brush",event:"brush"},function(e,n){n.eachComponent({mainType:"brush",query:e},function(n){n.setAreas(e.areas)})}),n.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},function(){})}); ;/*!node_modules/echarts/lib/component/toolbox/featureManager.js*/ define("node_modules/echarts/lib/component/toolbox/featureManager",function(e,n){function o(e,n){r[e]=n}function t(e){return r[e]}var r={};n.register=o,n.get=t}); ;/*!node_modules/echarts/lib/component/toolbox/feature/Brush.js*/ define("node_modules/echarts/lib/component/toolbox/feature/Brush",function(e,M,t){function h(e,M,t){this.model=e,this.ecModel=M,this.api=t,this._brushType,this._brushMode}var l=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/component/toolbox/featureManager"),n=e("node_modules/echarts/lib/lang"),r=n.toolbox.brush;h.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:l.clone(r.title)};var s=h.prototype;s.render=s.updateView=function(e,M){var t,h,o;M.eachComponent({mainType:"brush"},function(e){t=e.brushType,h=e.brushOption.brushMode||"single",o|=e.areas.length}),this._brushType=t,this._brushMode=h,l.each(e.get("type",!0),function(M){e.setIconStatus(M,("keep"===M?"multiple"===h:"clear"===M?o:M===t)?"emphasis":"normal")})},s.getIcons=function(){var e=this.model,M=e.get("icon",!0),t={};return l.each(e.get("type",!0),function(e){M[e]&&(t[e]=M[e])}),t},s.onclick=function(e,M,t){var h=this._brushType,l=this._brushMode;"clear"===t?(M.dispatchAction({type:"axisAreaSelect",intervals:[]}),M.dispatchAction({type:"brush",command:"clear",areas:[]})):M.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===t?h:h===t?!1:t,brushMode:"keep"===t?"multiple"===l?"single":"multiple":l}})},o.register("brush",h);var i=h;t.exports=i}); ;/*!node_modules/echarts/lib/component/brush.js*/ define("node_modules/echarts/lib/component/brush",function(e){var o=e("node_modules/echarts/lib/echarts"),s=e("node_modules/echarts/lib/component/brush/preprocessor");e("node_modules/echarts/lib/component/brush/visualEncoding"),e("node_modules/echarts/lib/component/brush/BrushModel"),e("node_modules/echarts/lib/component/brush/BrushView"),e("node_modules/echarts/lib/component/brush/brushAction"),e("node_modules/echarts/lib/component/toolbox/feature/Brush"),o.registerPreprocessor(s)}); ;/*!node_modules/echarts/lib/coord/calendar/Calendar.js*/ define("node_modules/echarts/lib/coord/calendar/Calendar",function(t,e,i){function n(t){this._model=t}function a(t,e,i,n){var a=i.calendarModel,r=i.seriesModel,s=a?a.coordinateSystem:r?r.coordinateSystem:null;return s===this?s[t](n):null}var r=t("node_modules/zrender/lib/core/util"),s=t("node_modules/echarts/lib/util/layout"),o=t("node_modules/echarts/lib/util/number"),h=t("node_modules/echarts/lib/CoordinateSystem"),d=864e5;n.prototype={constructor:n,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(t){t=o.parseDate(t);var e=t.getFullYear(),i=t.getMonth()+1;i=10>i?"0"+i:i;var n=t.getDate();n=10>n?"0"+n:n;var a=t.getDay();return a=Math.abs((a+7-this.getFirstDayOfWeek())%7),{y:e,m:i,d:n,day:a,time:t.getTime(),formatedDate:e+"-"+i+"-"+n,date:t}},getNextNDay:function(t,e){return e=e||0,0===e?this.getDateInfo(t):(t=new Date(this.getDateInfo(t).time),t.setDate(t.getDate()+e),this.getDateInfo(t))},update:function(t,e){function i(t,e){return null!=t[e]&&"auto"!==t[e]}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,a=["width","height"],o=this._model.get("cellSize").slice(),h=this._model.getBoxLayoutParams(),d="horizontal"===this._orient?[n,7]:[7,n];r.each([0,1],function(t){i(o,t)&&(h[a[t]]=o[t]*d[t])});var l={width:e.getWidth(),height:e.getHeight()},g=this._rect=s.getLayoutRect(h,l);r.each([0,1],function(t){i(o,t)||(o[t]=g[a[t]]/d[t])}),this._sw=o[0],this._sh=o[1]},dataToPoint:function(t,e){r.isArray(t)&&(t=t[0]),null==e&&(e=!0);var i=this.getDateInfo(t),n=this._rangeInfo,a=i.formatedDate;if(e&&!(i.time>=n.start.time&&i.times.end.time&&t.reverse(),t},_getRangeInfo:function(t){t=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];var e;t[0].time>t[1].time&&(e=!0,t.reverse());var i=Math.floor(t[1].time/d)-Math.floor(t[0].time/d)+1,n=new Date(t[0].time),a=n.getDate(),r=t[1].date.getDate();if(n.setDate(a+i-1),n.getDate()!==r)for(var s=n.getTime()-t[1].time>0?1:-1;n.getDate()!==r&&(n.getTime()-t[1].time)*s>0;)i-=s,n.setDate(a+i-1);var o=Math.floor((i+t[0].day+6)/7),h=e?-o+1:o-1;return e&&t.reverse(),{range:[t[0].formatedDate,t[1].formatedDate],start:t[0],end:t[1],allDay:i,weeks:o,nthWeek:h,fweek:t[0].day,lweek:t[1].day}},_getDateByWeeksAndDay:function(t,e,i){var n=this._getRangeInfo(i);if(t>n.weeks||0===t&&en.lweek)return!1;var a=7*(t-1)-n.fweek+e,r=new Date(n.start.time);return r.setDate(n.start.d+a),this.getDateInfo(r)}},n.dimensions=n.prototype.dimensions,n.getDimensionsInfo=n.prototype.getDimensionsInfo,n.create=function(t,e){var i=[];return t.eachComponent("calendar",function(a){var r=new n(a,t,e);i.push(r),a.coordinateSystem=r}),t.eachSeries(function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])}),i},h.register("calendar",n);var l=n;i.exports=l}); ;/*!node_modules/echarts/lib/coord/calendar/CalendarModel.js*/ define("node_modules/echarts/lib/coord/calendar/CalendarModel",function(e,o,t){function l(e,o){var t=e.cellSize;n.isArray(t)?1===t.length&&(t[1]=t[0]):t=e.cellSize=[t,t];var l=n.map([0,1],function(e){return s(o,e)&&(t[e]="auto"),null!=t[e]&&"auto"!==t[e]});c(e,o,{type:"box",ignoreSize:l})}var n=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/model/Component"),i=e("node_modules/echarts/lib/util/layout"),a=i.getLayoutParams,s=i.sizeCalculable,c=i.mergeLayoutParam,u=r.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){var o=a(e);u.superApply(this,"init",arguments),l(e,o)},mergeOption:function(e){u.superApply(this,"mergeOption",arguments),l(this.option,e)}}),d=u;t.exports=d}); ;/*!node_modules/echarts/lib/component/calendar/CalendarView.js*/ define("node_modules/echarts/lib/component/calendar/CalendarView",function(t,e,n){var i=t("node_modules/echarts/lib/echarts"),r=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/util/graphic"),a=t("node_modules/echarts/lib/util/format"),s=t("node_modules/echarts/lib/util/number"),l={EN:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],CN:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"]},d={EN:["S","M","T","W","T","F","S"],CN:["日","一","二","三","四","五","六"]},h=i.extendComponentView({type:"calendar",_tlpoints:null,_blpoints:null,_firstDayOfMonth:null,_firstDayPoints:null,render:function(t){var e=this.group;e.removeAll();var n=t.coordinateSystem,i=n.getRangeInfo(),r=n.getOrient();this._renderDayRect(t,i,e),this._renderLines(t,i,r,e),this._renderYearText(t,i,r,e),this._renderMonthText(t,r,e),this._renderWeekText(t,i,r,e)},_renderDayRect:function(t,e,n){for(var i=t.coordinateSystem,r=t.getModel("itemStyle").getItemStyle(),a=i.getCellWidth(),s=i.getCellHeight(),l=e.start.time;l<=e.end.time;l=i.getNextNDay(l,1).time){var d=i.dataToRect([l],!1).tl,h=new o.Rect({shape:{x:d[0],y:d[1],width:a,height:s},cursor:"default",style:r});n.add(h)}},_renderLines:function(t,e,n,i){function r(e){o._firstDayOfMonth.push(a.getDateInfo(e)),o._firstDayPoints.push(a.dataToRect([e],!1).tl);var r=o._getLinePointsOfOneWeek(t,e,n);o._tlpoints.push(r[0]),o._blpoints.push(r[r.length-1]),l&&o._drawSplitline(r,s,i)}var o=this,a=t.coordinateSystem,s=t.getModel("splitLine.lineStyle").getLineStyle(),l=t.get("splitLine.show"),d=s.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var h=e.start,g=0;h.time<=e.end.time;g++){r(h.formatedDate),0===g&&(h=a.getDateInfo(e.start.y+"-"+e.start.m));var f=h.date;f.setMonth(f.getMonth()+1),h=a.getDateInfo(f)}r(a.getNextNDay(e.end.time,1).formatedDate),l&&this._drawSplitline(o._getEdgesPoints(o._tlpoints,d,n),s,i),l&&this._drawSplitline(o._getEdgesPoints(o._blpoints,d,n),s,i)},_getEdgesPoints:function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r="horizontal"===n?0:1;return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},_drawSplitline:function(t,e,n){var i=new o.Polyline({z2:20,shape:{points:t},style:e});n.add(i)},_getLinePointsOfOneWeek:function(t,e,n){var i=t.coordinateSystem;e=i.getDateInfo(e);for(var r=[],o=0;7>o;o++){var a=i.getNextNDay(e.time,o),s=i.dataToRect([a.time],!1);r[2*a.day]=s.tl,r[2*a.day+1]=s["horizontal"===n?"bl":"tr"]}return r},_formatterLabel:function(t,e){return"string"==typeof t&&t?a.formatTplSimple(t,e):"function"==typeof t?t(e):e.nameMap},_yearTextPositionControl:function(t,e,n,i,r){e=e.slice();var o=["center","bottom"];"bottom"===i?(e[1]+=r,o=["center","top"]):"left"===i?e[0]-=r:"right"===i?(e[0]+=r,o=["center","top"]):e[1]-=r;var a=0;return("left"===i||"right"===i)&&(a=Math.PI/2),{rotation:a,position:e,style:{textAlign:o[0],textVerticalAlign:o[1]}}},_renderYearText:function(t,e,n,i){var r=t.getModel("yearLabel");if(r.get("show")){var a=r.get("margin"),s=r.get("position");s||(s="horizontal"!==n?"top":"left");var l=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],d=(l[0][0]+l[1][0])/2,h=(l[0][1]+l[1][1])/2,g="horizontal"===n?0:1,f={top:[d,l[g][1]],bottom:[d,l[1-g][1]],left:[l[1-g][0],h],right:[l[g][0],h]},y=e.start.y;+e.end.y>+e.start.y&&(y=y+"-"+e.end.y);var m=r.get("formatter"),c={start:e.start.y,end:e.end.y,nameMap:y},p=this._formatterLabel(m,c),_=new o.Text({z2:30});o.setTextStyle(_.style,r,{text:p}),_.attr(this._yearTextPositionControl(_,f[s],n,s,a)),i.add(_)}},_monthTextPositionControl:function(t,e,n,i,r){var o="left",a="top",s=t[0],l=t[1];return"horizontal"===n?(l+=r,e&&(o="center"),"start"===i&&(a="bottom")):(s+=r,e&&(a="middle"),"start"===i&&(o="right")),{x:s,y:l,textAlign:o,textVerticalAlign:a}},_renderMonthText:function(t,e,n){var i=t.getModel("monthLabel");if(i.get("show")){var a=i.get("nameMap"),s=i.get("margin"),d=i.get("position"),h=i.get("align"),g=[this._tlpoints,this._blpoints];r.isString(a)&&(a=l[a.toUpperCase()]||[]);var f="start"===d?0:1,y="horizontal"===e?0:1;s="start"===d?-s:s;for(var m="center"===h,c=0;cp;p++){var _=l.getNextNDay(m,p),u=l.dataToRect([_.time],!1).center,x=p;x=Math.abs((p+y)%7);var v=new o.Text({z2:30});r.extend(o.setTextStyle(v.style,a,{text:g[x]}),this._weekTextPositionControl(u,n,h,f,c)),i.add(v)}}}});n.exports=h}); ;/*!node_modules/echarts/lib/component/calendar.js*/ define("node_modules/echarts/lib/component/calendar",function(e){e("node_modules/echarts/lib/coord/calendar/Calendar"),e("node_modules/echarts/lib/coord/calendar/CalendarModel"),e("node_modules/echarts/lib/component/calendar/CalendarView")}); ;/*!node_modules/echarts/lib/component/title.js*/ define("node_modules/echarts/lib/component/title",function(t){var e=t("node_modules/echarts/lib/echarts"),i=t("node_modules/echarts/lib/util/graphic"),o=t("node_modules/echarts/lib/util/layout"),l=o.getLayoutRect;e.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"}}}),e.extendComponentView({type:"title",render:function(t,e,o){if(this.group.removeAll(),t.get("show")){var g=this.group,n=t.getModel("textStyle"),d=t.getModel("subtextStyle"),r=t.get("textAlign"),a=t.get("textBaseline"),h=new i.Text({style:i.setTextStyle({},n,{text:t.get("text"),textFill:n.getTextColor()},{disableBox:!0}),z2:10}),s=h.getBoundingRect(),c=t.get("subtext"),x=new i.Text({style:i.setTextStyle({},d,{text:c,textFill:d.getTextColor(),y:s.height+t.get("itemGap"),textVerticalAlign:"top"},{disableBox:!0}),z2:10}),u=t.get("link"),b=t.get("sublink");h.silent=!u,x.silent=!b,u&&h.on("click",function(){window.open(u,"_"+t.get("target"))}),b&&x.on("click",function(){window.open(b,"_"+t.get("subtarget"))}),g.add(h),c&&g.add(x);var y=g.getBoundingRect(),p=t.getBoxLayoutParams();p.width=y.width,p.height=y.height;var m=l(p,{width:o.getWidth(),height:o.getHeight()},t.get("padding"));r||(r=t.get("left")||t.get("right"),"middle"===r&&(r="center"),"right"===r?m.x+=m.width:"center"===r&&(m.x+=m.width/2)),a||(a=t.get("top")||t.get("bottom"),"center"===a&&(a="middle"),"bottom"===a?m.y+=m.height:"middle"===a&&(m.y+=m.height/2),a=a||"top"),g.attr("position",[m.x,m.y]);var w={textAlign:r,textVerticalAlign:a};h.setStyle(w),x.setStyle(w),y=g.getBoundingRect();var f=m.margin,S=t.getItemStyle(["color","opacity"]);S.fill=t.get("backgroundColor");var v=new i.Rect({shape:{x:y.x-f[3],y:y.y-f[0],width:y.width+f[1]+f[3],height:y.height+f[0]+f[2],r:t.get("borderRadius")},style:S,silent:!0});i.subPixelOptimizeRect(v),g.add(v)}}})}); ;/*!node_modules/echarts/lib/component/dataZoom/typeDefaulter.js*/ define("node_modules/echarts/lib/component/dataZoom/typeDefaulter",function(e){var o=e("node_modules/echarts/lib/model/Component");o.registerSubTypeDefaulter("dataZoom",function(){return"slider"})}); ;/*!node_modules/echarts/lib/component/dataZoom/helper.js*/ define("node_modules/echarts/lib/component/dataZoom/helper",function(n,e){function i(n){return a.indexOf(u,n)>=0}function r(n,e){n=n.slice();var i=a.map(n,t.capitalFirst);e=(e||[]).slice();var r=a.map(e,t.capitalFirst);return function(o,t){a.each(n,function(n,a){for(var c={name:n,capital:i[a]},u=0;u=0}function o(n,r){var o=!1;return e(function(e){a.each(i(n,e)||[],function(n){r.records[e.name][n]&&(o=!0)})}),o}function t(n,r){r.nodes.push(n),e(function(e){a.each(i(n,e)||[],function(n){r.records[e.name][n]=!0})})}return function(i){function a(n){!r(n,c)&&o(n,c)&&(t(n,c),u=!0)}var c={nodes:[],records:{}};if(e(function(n){c.records[n.name]={}}),!i)return c;t(i,c);var u;do u=!1,n(a);while(u);return c}}var a=n("node_modules/zrender/lib/core/util"),t=n("node_modules/echarts/lib/util/format"),c=["x","y","z","radius","angle","single"],u=["cartesian2d","polar","singleAxis"],d=r(c,["axisIndex","axis","index","id"]);e.isCoordSupported=i,e.createNameEach=r,e.eachAxisDim=d,e.createLinkedNodesFinder=o}); ;/*!node_modules/echarts/lib/component/dataZoom/AxisProxy.js*/ define("node_modules/echarts/lib/component/dataZoom/AxisProxy",function(e,t,n){function i(e,t,n){var i=[1/0,-1/0];return u(n,function(e){var n=e.getData();n&&u(n.mapDimension(t,!0),function(e){var t=n.getApproximateExtent(e);t[0]i[1]&&(i[1]=t[1])})}),i[1]0?0:0/0);var r=n.getMax(!0);return null!=r&&"dataMax"!==r&&"function"!=typeof r?t[1]=r:a&&(t[1]=o>0?o-1:0/0),n.get("scale",!0)||(t[0]>0&&(t[0]=0),t[1]<0&&(t[1]=0)),t}function o(e,t){var n=e.getAxisModel(),i=e._percentWindow,a=e._valueWindow;if(i){var o=d.getPixelPrecision(a,[0,500]);o=Math.min(o,20);var r=t||0===i[0]&&100===i[1];n.setRange(r?null:+a[0].toFixed(o),r?null:+a[1].toFixed(o))}}function r(e){var t=e._minMaxSpan={},n=e._dataZoomModel;u(["min","max"],function(i){t[i+"Span"]=n.get(i+"Span");var a=n.get(i+"ValueSpan");if(null!=a&&(t[i+"ValueSpan"]=a,a=e.getAxisModel().axis.scale.parse(a),null!=a)){var o=e._dataExtent;t[i+"Span"]=d.linearMap(o[0]+a,o,[0,100],!0)}})}var s=e("node_modules/zrender/lib/core/util"),d=e("node_modules/echarts/lib/util/number"),l=e("node_modules/echarts/lib/component/dataZoom/helper"),u=s.each,c=d.asc,h=function(e,t,n,i){this._dimName=e,this._axisIndex=t,this._valueWindow,this._percentWindow,this._dataExtent,this._minMaxSpan,this.ecModel=i,this._dataZoomModel=n};h.prototype={constructor:h,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(l.isCoordSupported(n.get("coordinateSystem"))){var i=this._dimName,a=t.queryComponents({mainType:i+"Axis",index:n.get(i+"AxisIndex"),id:n.get(i+"AxisId")})[0];this._axisIndex===(a&&a.componentIndex)&&e.push(n)}},this),e},getAxisModel:function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},getOtherAxisModel:function(){var e,t,n=this._dimName,i=this.ecModel,a=this.getAxisModel(),o="x"===n||"y"===n;o?(t="gridIndex",e="x"===n?"y":"x"):(t="polarIndex",e="angle"===n?"radius":"angle");var r;return i.eachComponent(e+"Axis",function(e){(e.get(t)||0)===(a.get(t)||0)&&(r=e)}),r},getMinMaxSpan:function(){return s.clone(this._minMaxSpan)},calculateDataWindow:function(e){var t=this._dataExtent,n=this.getAxisModel(),i=n.axis.scale,a=this._dataZoomModel.getRangePropMode(),o=[0,100],r=[e.start,e.end],s=[];return u(["startValue","endValue"],function(t){s.push(null!=e[t]?i.parse(e[t]):null)}),u([0,1],function(e){var n=s[e],l=r[e];"percent"===a[e]?(null==l&&(l=o[e]),n=i.parse(d.linearMap(l,o,t,!0))):l=d.linearMap(n,t,o,!0),s[e]=n,r[e]=l}),{valueWindow:c(s),percentWindow:c(r)}},reset:function(e){if(e===this._dataZoomModel){var t=this.getTargetSeriesModels();this._dataExtent=i(this,this._dimName,t);var n=this.calculateDataWindow(e.option);this._valueWindow=n.valueWindow,this._percentWindow=n.percentWindow,r(this),o(this)}},restore:function(e){e===this._dataZoomModel&&(this._valueWindow=this._percentWindow=null,o(this,!0))},filterData:function(e){function t(e){return e>=o[0]&&e<=o[1]}if(e===this._dataZoomModel){var n=this._dimName,i=this.getTargetSeriesModels(),a=e.get("filterMode"),o=this._valueWindow;"none"!==a&&u(i,function(e){var i=e.getData(),r=i.mapDimension(n,!0);"weakFilter"===a?i.filterSelf(function(e){for(var t,n,a,s=0;so[1];if(l&&!u&&!c)return!0;l&&(a=!0),u&&(t=!0),c&&(n=!0)}return a&&t&&n}):u(r,function(n){if("empty"===a)e.setData(i.map(n,function(e){return t(e)?e:0/0}));else{var r={};r[n]=o,i.selectRange(r)}}),u(r,function(e){i.setApproximateExtent(o,e)})})}}};var p=h;n.exports=p}); ;/*!node_modules/echarts/lib/component/dataZoom/DataZoomModel.js*/ define("node_modules/echarts/lib/component/dataZoom/DataZoomModel",function(e,t,n){function i(e){var t={};return x(["start","end","startValue","endValue","throttle"],function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}function o(e,t){var n=e._rangePropMode,i=e.get("rangeMode");x([["start","startValue"],["end","endValue"]],function(e,o){var s=null!=t[e[0]],r=null!=t[e[1]];s&&!r?n[o]="percent":!s&&r?n[o]="value":i?n[o]=i[o]:s&&(n[o]="percent")})}var s=e("node_modules/echarts/lib/config"),r=(s.__DEV__,e("node_modules/echarts/lib/echarts")),a=e("node_modules/zrender/lib/core/util"),l=e("node_modules/zrender/lib/core/env"),d=e("node_modules/echarts/lib/util/model"),u=e("node_modules/echarts/lib/component/dataZoom/helper"),h=e("node_modules/echarts/lib/component/dataZoom/AxisProxy"),x=a.each,c=u.eachAxisDim,f=r.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 o=i(e);this.mergeDefaultAndTheme(e,n),this.doInit(o)},mergeOption:function(e){var t=i(e);a.merge(this.option,e,!0),this.doInit(t)},doInit:function(e){var t=this.option;l.canvasSupported||(t.realtime=!1),this._setDefaultThrottle(e),o(this,e),x([["start","startValue"],["end","endValue"]],function(e,n){"value"===this._rangePropMode[n]&&(t[e[0]]=null)},this),this.textStyleModel=this.getModel("textStyle"),this._resetTarget(),this._giveAxisProxies()},_giveAxisProxies:function(){var e=this._axisProxies;this.eachTargetAxis(function(t,n,i,o){var s=this.dependentModels[t.axis][n],r=s.__dzAxisProxy||(s.__dzAxisProxy=new h(t.name,n,this,o));e[t.name+"_"+n]=r},this)},_resetTarget:function(){var e=this.option,t=this._judgeAutoMode();c(function(t){var n=t.axisIndex;e[n]=d.normalizeToArray(e[n])},this),"axisIndex"===t?this._autoSetAxisIndex():"orient"===t&&this._autoSetOrient()},_judgeAutoMode:function(){var e=this.option,t=!1;c(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,i=this.dependentModels;if(e){var o="vertical"===t?"y":"x";i[o+"Axis"].length?(n[o+"AxisIndex"]=[0],e=!1):x(i.singleAxis,function(i){e&&i.get("orient",!0)===t&&(n.singleAxisIndex=[i.componentIndex],e=!1)})}e&&c(function(t){if(e){var i=[],o=this.dependentModels[t.axis];if(o.length&&!i.length)for(var s=0,r=o.length;r>s;s++)"category"===o[s].get("type")&&i.push(s);n[t.axisIndex]=i,i.length&&(e=!1)}},this),e&&this.ecModel.eachSeries(function(e){this._isSeriesHasAllAxesTypeOf(e,"value")&&c(function(t){var i=n[t.axisIndex],o=e.get(t.axisIndex),s=e.get(t.axisId),r=e.ecModel.queryComponents({mainType:t.axis,index:o,id:s})[0];o=r.componentIndex,a.indexOf(i,o)<0&&i.push(o)})},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 c(function(i){var o=e.get(i.axisIndex),s=this.dependentModels[i.axis][o];s&&s.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 c(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;c(function(i){x(this.get(i.axisIndex),function(o){e.call(t,i,o,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,t){var n=this.option;x([["start","startValue"],["end","endValue"]],function(t){(null!=e[t[0]]||null!=e[t[1]])&&(n[t[0]]=e[t[0]],n[t[1]]=e[t[1]])},this),!t&&o(this,e)},getPercentRange:function(){var e=this.findRepresentativeAxisProxy();return e?e.getDataPercentWindow():void 0},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()}}),g=f;n.exports=g}); ;/*!node_modules/echarts/lib/component/dataZoom/DataZoomView.js*/ define("node_modules/echarts/lib/component/dataZoom/DataZoomView",function(o,e,t){var n=o("node_modules/echarts/lib/view/Component"),a=n.extend({type:"dataZoom",render:function(o,e,t){this.dataZoomModel=o,this.ecModel=e,this.api=t},getTargetCoordInfo:function(){function o(o,e,t,n){for(var a,d=0;d0&&e%f)return void(m+=p);var i=null==t||isNaN(t)||""===t,a=i?0:_(t,n,d,!0);i&&!l&&e?(u.push([u[u.length-1][0],0]),c.push([c[c.length-1][0],0])):!i&&l&&(u.push([m,0]),c.push([m,0])),u.push([m,a]),c.push([m,a]),m+=p,l=i});var v=this.dataZoomModel;this._displayables.barGroup.add(new r.Polygon({shape:{points:u},style:s.defaults({fill:v.get("dataBackgroundColor")},v.getModel("dataBackground.areaStyle").getAreaStyle()),silent:!0,z2:-20})),this._displayables.barGroup.add(new r.Polyline({shape:{points:c},style:v.getModel("dataBackground.lineStyle").getLineStyle(),silent:!0,z2:-19}))}}},_prepareDataShadowInfo:function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(e!==!1){var i,o=this.ecModel;return t.eachTargetAxis(function(n,r){var h=t.getAxisProxy(n.name,r).getTargetSeriesModels();s.each(h,function(t){if(!(i||e!==!0&&s.indexOf(D,t.get("type"))<0)){var h,l=o.getComponent(n.axis,r).axis,d=a(n.name),g=t.coordinateSystem;null!=d&&g.getOtherAxis&&(h=g.getOtherAxis(l).inverse),d=t.getData().mapDimension(d),i={thisAxis:l,series:t,thisDim:n.name,otherDim:d,otherAxisInverse:h}}},this)},this),i}},_renderHandle:function(){var t=this._displayables,e=t.handles=[],i=t.handleLabels=[],a=this._displayables.barGroup,s=this._size,h=this.dataZoomModel;a.add(t.filler=new c({draggable:!0,cursor:o(this._orient),drift:m(this._onDragMove,this,"all"),onmousemove:function(t){n.stop(t.event)},ondragstart:m(this._showDataInfo,this,!0),ondragend:m(this._onDragEnd,this),onmouseover:m(this._showDataInfo,this,!0),onmouseout:m(this._showDataInfo,this,!1),style:{fill:h.get("fillerColor"),textPosition:"inside"}})),a.add(new c(r.subPixelOptimizeRect({silent:!0,shape:{x:0,y:0,width:s[0],height:s[1]},style:{stroke:h.get("dataBackgroundColor")||h.get("borderColor"),lineWidth:y,fill:"rgba(0,0,0,0)"}}))),f([0,1],function(t){var s=r.createIcon(h.get("handleIcon"),{cursor:o(this._orient),draggable:!0,drift:m(this._onDragMove,this,t),onmousemove:function(t){n.stop(t.event)},ondragend:m(this._onDragEnd,this),onmouseover:m(this._showDataInfo,this,!0),onmouseout:m(this._showDataInfo,this,!1)},{x:-1,y:0,width:2,height:2}),l=s.getBoundingRect();this._handleHeight=d.parsePercent(h.get("handleSize"),this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(h.getModel("handleStyle").getItemStyle());var g=h.get("handleColor");null!=g&&(s.style.fill=g),a.add(e[t]=s);var u=h.textStyleModel;this.group.add(i[t]=new r.Text({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textVerticalAlign:"middle",textAlign:"center",textFill:u.getTextColor(),textFont:u.getFont()},z2:10}))},this)},_resetInterval:function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[_(t[0],[0,100],e,!0),_(t[1],[0,100],e,!0)]},_updateInterval:function(t,e){var i=this.dataZoomModel,a=this._handleEnds,o=this._getViewExtent(),s=i.findRepresentativeAxisProxy().getMinMaxSpan(),n=[0,100];u(e,a,o,i.get("zoomLock")?"all":t,null!=s.minSpan?_(s.minSpan,n,o,!0):null,null!=s.maxSpan?_(s.maxSpan,n,o,!0):null);var r=this._range,h=this._range=p([_(a[0],o,n,!0),_(a[1],o,n,!0)]);return!r||r[0]!==h[0]||r[1]!==h[1]},_updateView:function(t){var e=this._displayables,i=this._handleEnds,a=p(i.slice()),o=this._size;f([0,1],function(t){var a=e.handles[t],s=this._handleHeight;a.attr({scale:[s/2,s/2],position:[i[t],o[1]/2-s/2]})},this),e.filler.setShape({x:a[0],y:0,width:a[1]-a[0],height:o[1]}),this._updateDataInfo(t)},_updateDataInfo:function(t){function e(t){var e=r.getTransform(a.handles[t].parent,this.group),i=r.transformDirection(0===t?"right":"left",e),h=this._handleWidth/2+M,l=r.applyTransform([u[t]+(0===t?-h:h),this._size[1]/2],e);o[t].setStyle({x:l[0],y:l[1],textVerticalAlign:s===x?"middle":i,textAlign:s===x?i:"center",text:n[t]})}var i=this.dataZoomModel,a=this._displayables,o=a.handleLabels,s=this._orient,n=["",""];if(i.get("showDetail")){var h=i.findRepresentativeAxisProxy();if(h){var l=h.getAxisModel().axis,d=this._range,g=t?h.calculateDataWindow({start:d[0],end:d[1]}).valueWindow:h.getDataValueWindow();n=[this._formatLabel(g[0],l),this._formatLabel(g[1],l)]}}var u=p(this._handleEnds.slice());e.call(this,0),e.call(this,1)},_formatLabel:function(t,e){var i=this.dataZoomModel,a=i.get("labelFormatter"),o=i.get("labelPrecision");(null==o||"auto"===o)&&(o=e.getPixelPrecision());var n=null==t||isNaN(t)?"":"category"===e.type||"time"===e.type?e.scale.getLabel(Math.round(t)):t.toFixed(Math.min(o,20));return s.isFunction(a)?a(t,n):s.isString(a)?a.replace("{value}",n):n},_showDataInfo:function(t){t=this._dragging||t;var e=this._displayables.handleLabels;e[0].attr("invisible",!t),e[1].attr("invisible",!t)},_onDragMove:function(t,e,i){this._dragging=!0;var a=this._displayables.barGroup.getLocalTransform(),o=r.applyTransform([e,i],a,!0),s=this._updateInterval(t,o[0]),n=this.dataZoomModel.get("realtime");this._updateView(!n),s&&n&&this._dispatchZoomAction()},_onDragEnd:function(){this._dragging=!1,this._showDataInfo(!1);var t=this.dataZoomModel.get("realtime");!t&&this._dispatchZoomAction()},_onClickPanelClick:function(t){var e=this._size,i=this._displayables.barGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(i[0]<0||i[0]>e[0]||i[1]<0||i[1]>e[1])){var a=this._handleEnds,o=(a[0]+a[1])/2,s=this._updateInterval("all",i[0]-o);this._updateView(),s&&this._dispatchZoomAction()}},_dispatchZoomAction:function(){var t=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,start:t[0],end:t[1]})},_findCoordRect:function(){var t;if(f(this.getTargetCoordInfo(),function(e){if(!t&&e.length){var i=e[0].model.coordinateSystem;t=i.getRect&&i.getRect()}}),!t){var e=this.api.getWidth(),i=this.api.getHeight();t={x:.2*e,y:.2*i,width:.6*e,height:.6*i}}return t}}),Z=S;i.exports=Z}); ;/*!node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js*/ define("node_modules/echarts/lib/component/dataZoom/InsideZoomModel",function(o,e,d){var n=o("node_modules/echarts/lib/component/dataZoom/DataZoomModel"),t=n.extend({type:"dataZoom.inside",defaultOption:{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,preventDefaultMouseMove:!0}});d.exports=t}); ;/*!node_modules/echarts/lib/component/dataZoom/roams.js*/ define("node_modules/echarts/lib/component/dataZoom/roams",function(o,t){function e(o,t){var e=a(o),n=t.dataZoomId,r=t.coordId;m.each(e,function(o){var e=o.dataZoomInfos;e[n]&&m.indexOf(t.allCoordIds,r)<0&&(delete e[n],o.count--)}),d(e);var i=e[r];i||(i=e[r]={coordId:r,dataZoomInfos:{},count:0},i.controller=c(o,i),i.dispatchAction=m.curry(s,o)),!i.dataZoomInfos[n]&&i.count++,i.dataZoomInfos[n]=t;var l=f(i.dataZoomInfos);i.controller.enable(l.controlType,l.opt),i.controller.setPointerChecker(t.containsPoint),h.createOrUpdate(i,"dispatchAction",t.throttleRate,"fixRate")}function n(o,t){var e=a(o);m.each(e,function(o){o.controller.dispose();var e=o.dataZoomInfos;e[t]&&(delete e[t],o.count--)}),d(e)}function r(o){return o.type+"\x00_"+o.id}function a(o){var t=o.getZr();return t[Z]||(t[Z]={})}function c(o,t){var e=new p(o.getZr());return e.on("pan",v(i,t)),e.on("zoom",v(l,t)),e}function d(o){m.each(o,function(t,e){t.count||(t.controller.dispose(),delete o[e])})}function i(o,t,e,n,r,a,c){u(o,function(d){return d.panGetRange(o.controller,t,e,n,r,a,c)})}function l(o,t,e,n){u(o,function(r){return r.zoomGetRange(o.controller,t,e,n)})}function u(o,t){var e=[];m.each(o.dataZoomInfos,function(o){var n=t(o);!o.disabled&&n&&e.push({dataZoomId:o.dataZoomId,start:n[0],end:n[1]})}),e.length&&o.dispatchAction(e)}function s(o,t){o.dispatchAction({type:"dataZoom",batch:t})}function f(o){var t,e={},n="type_",r={type_true:2,type_move:1,type_false:0,type_undefined:-1};return m.each(o,function(o){var a=o.disabled?!1:o.zoomLock?"move":!0;r[n+a]>r[n+t]&&(t=a),m.extend(e,o.roamControllerOpt)}),{controlType:t,opt:e}}var m=o("node_modules/zrender/lib/core/util"),p=o("node_modules/echarts/lib/component/helper/RoamController"),h=o("node_modules/echarts/lib/util/throttle"),v=m.curry,Z="\x00_ec_dataZoom_roams";t.register=e,t.unregister=n,t.generateCoordId=r}); ;/*!node_modules/echarts/lib/component/dataZoom/InsideZoomView.js*/ define("node_modules/echarts/lib/component/dataZoom/InsideZoomView",function(e,t,o){var i=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/component/dataZoom/DataZoomView"),a=e("node_modules/echarts/lib/component/helper/sliderMove"),r=e("node_modules/echarts/lib/component/dataZoom/roams"),s=i.bind,l=n.extend({type:"dataZoom.inside",init:function(){this._range},render:function(e,t,o){l.superApply(this,"render",arguments),this._range=e.getPercentRange(),i.each(this.getTargetCoordInfo(),function(t,n){var a=i.map(t,function(e){return r.generateCoordId(e.model)});i.each(t,function(t){var i=t.model,l=e.option;r.register(o,{coordId:r.generateCoordId(i),allCoordIds:a,containsPoint:function(e,t,o){return i.coordinateSystem.containPoint([t,o])},dataZoomId:e.id,throttleRate:e.get("throttle",!0),panGetRange:s(this._onPan,this,t,n),zoomGetRange:s(this._onZoom,this,t,n),zoomLock:l.zoomLock,disabled:l.disabled,roamControllerOpt:{zoomOnMouseWheel:l.zoomOnMouseWheel,moveOnMouseMove:l.moveOnMouseMove,preventDefaultMouseMove:l.preventDefaultMouseMove}})},this)},this)},dispose:function(){r.unregister(this.api,this.dataZoomModel.id),l.superApply(this,"dispose",arguments),this._range=null},_onPan:function(e,t,o,i,n,r,s,l,p){var g=this._range,h=g.slice(),x=e.axisModels[0];if(x){var m=d[t]([r,s],[l,p],x,o,e),u=m.signal*(h[1]-h[0])*m.pixel/m.pixelLength;return a(u,h,[0,100],"all"),this._range=h,g[0]!==h[0]||g[1]!==h[1]?h:void 0}},_onZoom:function(e,t,o,i,n,r){var s=this._range,l=s.slice(),p=e.axisModels[0];if(p){var g=d[t](null,[n,r],p,o,e),h=(g.signal>0?g.pixelStart+g.pixelLength-g.pixel:g.pixel-g.pixelStart)/g.pixelLength*(l[1]-l[0])+l[0];i=Math.max(1/i,0),l[0]=(l[0]-h)*i+h,l[1]=(l[1]-h)*i+h;var x=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();return a(0,l,[0,100],0,x.minSpan,x.maxSpan),this._range=l,s[0]!==l[0]||s[1]!==l[1]?l:void 0}}}),d={grid:function(e,t,o,i,n){var a=o.axis,r={},s=n.model.coordinateSystem.getRect();return e=e||[0,0],"x"===a.dim?(r.pixel=t[0]-e[0],r.pixelLength=s.width,r.pixelStart=s.x,r.signal=a.inverse?1:-1):(r.pixel=t[1]-e[1],r.pixelLength=s.height,r.pixelStart=s.y,r.signal=a.inverse?-1:1),r},polar:function(e,t,o,i,n){var a=o.axis,r={},s=n.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),d=s.getAngleAxis().getExtent();return e=e?s.pointToCoord(e):[0,0],t=s.pointToCoord(t),"radiusAxis"===o.mainType?(r.pixel=t[0]-e[0],r.pixelLength=l[1]-l[0],r.pixelStart=l[0],r.signal=a.inverse?1:-1):(r.pixel=t[1]-e[1],r.pixelLength=d[1]-d[0],r.pixelStart=d[0],r.signal=a.inverse?-1:1),r},singleAxis:function(e,t,o,i,n){var a=o.axis,r=n.model.coordinateSystem.getRect(),s={};return e=e||[0,0],"horizontal"===a.orient?(s.pixel=t[0]-e[0],s.pixelLength=r.width,s.pixelStart=r.x,s.signal=a.inverse?1:-1):(s.pixel=t[1]-e[1],s.pixelLength=r.height,s.pixelStart=r.y,s.signal=a.inverse?-1:1),s}},p=l;o.exports=p}); ;/*!node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js*/ define("node_modules/echarts/lib/component/dataZoom/dataZoomProcessor",function(e){var t=e("node_modules/echarts/lib/echarts"),a=e("node_modules/zrender/lib/core/util"),o=a.createHashMap,n=a.each;t.registerProcessor({getTargetSeries:function(e){var t=o();return e.eachComponent("dataZoom",function(e){e.eachTargetAxis(function(e,a,o){var r=o.getAxisProxy(e.name,a);n(r.getTargetSeriesModels(),function(e){t.set(e.uid,e)})})}),t},modifyOutputEnd:!0,overallReset:function(e,t){e.eachComponent("dataZoom",function(e){e.eachTargetAxis(function(e,a,o){o.getAxisProxy(e.name,a).reset(o,t)}),e.eachTargetAxis(function(e,a,o){o.getAxisProxy(e.name,a).filterData(o,t)})}),e.eachComponent("dataZoom",function(e){var t=e.findRepresentativeAxisProxy(),a=t.getDataPercentWindow(),o=t.getDataValueWindow();e.setRawRange({start:a[0],end:a[1],startValue:o[0],endValue:o[1]},!0)})}})}); ;/*!node_modules/echarts/lib/component/dataZoom/dataZoomAction.js*/ define("node_modules/echarts/lib/component/dataZoom/dataZoomAction",function(e){var n=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/component/dataZoom/helper");n.registerAction("dataZoom",function(e,n){var t=a.createLinkedNodesFinder(o.bind(n.eachComponent,n,"dataZoom"),a.eachAxisDim,function(e,n){return e.get(n.axisIndex)}),d=[];n.eachComponent({mainType:"dataZoom",query:e},function(e){d.push.apply(d,t(e).nodes)}),o.each(d,function(n){n.setRawRange({start:e.start,end:e.end,startValue:e.startValue,endValue:e.endValue})})})}); ;/*!node_modules/echarts/lib/component/dataZoom.js*/ define("node_modules/echarts/lib/component/dataZoom",function(o){o("node_modules/echarts/lib/component/dataZoom/typeDefaulter"),o("node_modules/echarts/lib/component/dataZoom/DataZoomModel"),o("node_modules/echarts/lib/component/dataZoom/DataZoomView"),o("node_modules/echarts/lib/component/dataZoom/SliderZoomModel"),o("node_modules/echarts/lib/component/dataZoom/SliderZoomView"),o("node_modules/echarts/lib/component/dataZoom/InsideZoomModel"),o("node_modules/echarts/lib/component/dataZoom/InsideZoomView"),o("node_modules/echarts/lib/component/dataZoom/dataZoomProcessor"),o("node_modules/echarts/lib/component/dataZoom/dataZoomAction")}); ;/*!node_modules/echarts/lib/component/visualMap/preprocessor.js*/ define("node_modules/echarts/lib/component/visualMap/preprocessor",function(e,i,s){function t(e){var i=e&&e.visualMap;r.isArray(i)||(i=i?[i]:[]),a(i,function(e){if(e){n(e,"splitList")&&!n(e,"pieces")&&(e.pieces=e.splitList,delete e.splitList);var i=e.pieces;i&&r.isArray(i)&&a(i,function(e){r.isObject(e)&&(n(e,"start")&&!n(e,"min")&&(e.min=e.start),n(e,"end")&&!n(e,"max")&&(e.max=e.end))})}})}function n(e,i){return e&&e.hasOwnProperty&&e.hasOwnProperty(i)}var r=e("node_modules/zrender/lib/core/util"),a=r.each;s.exports=t}); ;/*!node_modules/echarts/lib/component/visualMap/typeDefaulter.js*/ define("node_modules/echarts/lib/component/visualMap/typeDefaulter",function(e){var i=e("node_modules/echarts/lib/model/Component");i.registerSubTypeDefaulter("visualMap",function(e){return e.categories||(e.pieces?e.pieces.length>0:e.splitNumber>0)&&!e.calculable?"piecewise":"continuous"})}); ;/*!node_modules/echarts/lib/component/visualMap/visualEncoding.js*/ define("node_modules/echarts/lib/component/visualMap/visualEncoding",function(e){function a(e,a,t,i){function n(e){return u[e]}function l(e,a){u[e]=a}for(var r=a.targetVisuals[i],o=s.prepareVisualTypes(r),u={color:e.getData().getVisual("color")},c=0,p=o.length;p>c;c++){var g=o[c],d=r["opacity"===g?"__alphaForOpacity":g];d&&d.applyVisual(t,n,l)}return u.color}var t=e("node_modules/echarts/lib/echarts"),i=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/visual/visualSolution"),s=e("node_modules/echarts/lib/visual/VisualMapping"),l=t.PRIORITY.VISUAL.COMPONENT;t.registerVisual(l,{createOnAllSeries:!0,reset:function(e,a){var t=[];return a.eachComponent("visualMap",function(a){var s=e.pipelineContext;!a.isTargetSeries(e)||s&&s.large||t.push(n.incrementalApplyVisual(a.stateList,a.targetVisuals,i.bind(a.getValueState,a),a.getDataDimension(e.getData())))}),t}}),t.registerVisual(l,{createOnAllSeries:!0,reset:function(e,t){var n=e.getData(),s=[];t.eachComponent("visualMap",function(t){if(t.isTargetSeries(e)){var l=t.getVisualMeta(i.bind(a,null,e,t))||{stops:[],outerColors:[]},r=t.getDataDimension(n),o=n.getDimensionInfo(r);null!=o&&(l.dimension=o.index,s.push(l))}}),e.getData().setVisual("visualMeta",s)}})}); ;/*!node_modules/echarts/lib/visual/visualDefault.js*/ define("node_modules/echarts/lib/visual/visualDefault",function(e,i,c){var t=e("node_modules/zrender/lib/core/util"),a={get:function(e,i,c){var a=t.clone((o[e]||{})[i]);return c&&t.isArray(a)?a[a.length-1]:a}},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]}},n=a;c.exports=n}); ;/*!node_modules/echarts/lib/component/visualMap/VisualMapModel.js*/ define("node_modules/echarts/lib/component/visualMap/VisualMapModel",function(e,t,i){var n=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),l=e("node_modules/zrender/lib/core/env"),a=e("node_modules/echarts/lib/visual/visualDefault"),s=e("node_modules/echarts/lib/visual/VisualMapping"),r=e("node_modules/echarts/lib/visual/visualSolution"),u=e("node_modules/echarts/lib/util/model"),c=e("node_modules/echarts/lib/util/number"),h=s.mapVisual,d=s.eachVisual,g=o.isArray,m=o.each,p=c.asc,f=c.linearMap,v=o.noop,y=n.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,i){this._dataExtent,this.targetVisuals={},this.controllerVisuals={},this.textStyleModel,this.itemSize,this.mergeDefaultAndTheme(e,i)},optionUpdated:function(e,t){var i=this.option;l.canvasSupported||(i.realtime=!1),!t&&r.replaceVisualOption(i,e,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},resetVisual:function(e){var t=this.stateList;e=o.bind(e,this),this.controllerVisuals=r.createVisualMappings(this.option.controller,t,e),this.targetVisuals=r.createVisualMappings(this.option.target,t,e)},getTargetSeriesIndices:function(){var e=this.option.seriesIndex,t=[];return null==e||"all"===e?this.ecModel.eachSeries(function(e,i){t.push(i)}):t=u.normalizeToArray(e),t},eachTargetSeries:function(e,t){o.each(this.getTargetSeriesIndices(),function(i){e.call(t,this.ecModel.getSeriesByIndex(i))},this)},isTargetSeries:function(e){var t=!1;return this.eachTargetSeries(function(i){i===e&&(t=!0)}),t},formatValueText:function(e,t,i){function n(e){return e===u[0]?"min":e===u[1]?"max":(+e).toFixed(Math.min(r,20))}var l,a,s=this.option,r=s.precision,u=this.dataBound,c=s.formatter;return i=i||["<",">"],o.isArray(e)&&(e=e.slice(),l=!0),a=t?e:l?[n(e[0]),n(e[1])]:n(e),o.isString(c)?c.replace("{value}",l?a[0]:a).replace("{value2}",l?a[1]:a):o.isFunction(c)?l?c(e[0],e[1]):c(e):l?e[0]===u[0]?i[0]+" "+a[1]:e[1]===u[1]?i[1]+" "+a[0]:a[0]+" - "+a[1]:a},resetExtent:function(){var e=this.option,t=p([e.min,e.max]);this._dataExtent=t},getDataDimension:function(e){var t=this.option.dimension,i=e.dimensions;if(null!=t||i.length){if(null!=t)return e.getDimension(t);for(var n=e.dimensions,o=n.length-1;o>=0;o--){var l=n[o],a=e.getDimensionInfo(l);if(!a.isCalculationCoord)return l}}},getExtent:function(){return this._dataExtent.slice()},completeVisualOption:function(){function e(e){g(l.color)&&!e.inRange&&(e.inRange={color:l.color.slice().reverse()}),e.inRange=e.inRange||{color:n.get("gradientColor")},m(this.stateList,function(t){var i=e[t];if(o.isString(i)){var n=a.get(i,"active",p);n?(e[t]={},e[t][i]=n):delete e[t]}},this)}function t(e,t,i){var n=e[t],o=e[i];n&&!o&&(o=e[i]={},m(n,function(e,t){if(s.isValidType(t)){var i=a.get(t,"inactive",p);null!=i&&(o[t]=i,"color"!==t||o.hasOwnProperty("opacity")||o.hasOwnProperty("colorAlpha")||(o.opacity=[0,0]))}}))}function i(e){var t=(e.inRange||{}).symbol||(e.outOfRange||{}).symbol,i=(e.inRange||{}).symbolSize||(e.outOfRange||{}).symbolSize,n=this.get("inactiveColor");m(this.stateList,function(l){var a=this.itemSize,s=e[l];s||(s=e[l]={color:p?n:[n]}),null==s.symbol&&(s.symbol=t&&o.clone(t)||(p?"roundRect":["roundRect"])),null==s.symbolSize&&(s.symbolSize=i&&o.clone(i)||(p?a[0]:[a[0],a[0]])),s.symbol=h(s.symbol,function(e){return"none"===e||"square"===e?"roundRect":e});var r=s.symbolSize;if(null!=r){var u=-1/0;d(r,function(e){e>u&&(u=e)}),s.symbolSize=h(r,function(e){return f(e,[0,u],[0,a[0]],!0)})}},this)}var n=this.ecModel,l=this.option,r={inRange:l.inRange,outOfRange:l.outOfRange},u=l.target||(l.target={}),c=l.controller||(l.controller={});o.merge(u,r),o.merge(c,r);var p=this.isCategory();e.call(this,u),e.call(this,c),t.call(this,u,"inRange","outOfRange"),i.call(this,c)},resetItemSize:function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},isCategory:function(){return!!this.option.categories},setSelected:v,getValueState:v,getVisualMeta:v}),b=y;i.exports=b}); ;/*!node_modules/echarts/lib/component/visualMap/ContinuousModel.js*/ define("node_modules/echarts/lib/component/visualMap/ContinuousModel",function(t,e,n){function i(t,e,n){if(n[0]===n[1])return n.slice();for(var i=200,a=(n[1]-n[0])/i,o=n[0],s=[],r=0;i>=r&&oe[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},completeVisualOption:function(){o.prototype.completeVisualOption.apply(this,arguments),a.each(this.stateList,function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=0)},this)},setSelected:function(t){this.option.range=t.slice(),this._resetRange()},getSelected:function(){var t=this.getExtent(),e=s.asc((this.get("range")||[]).slice());return e[0]>t[1]&&(e[0]=t[1]),e[1]>t[1]&&(e[1]=t[1]),e[0]=n[1]||t<=e[1])?"inRange":"outOfRange"},findTargetDataIndices:function(t){var e=[];return this.eachTargetSeries(function(n){var i=[],a=n.getData();a.each(this.getDataDimension(a),function(e,n){t[0]<=e&&e<=t[1]&&i.push(n)},this),e.push({seriesId:n.id,dataIndex:i})},this),e},getVisualMeta:function(t){function e(e,n){o.push({value:e,color:t(e,n)})}for(var n=i(this,"outOfRange",this.getExtent()),a=i(this,"inRange",this.option.range.slice()),o=[],s=0,r=0,l=a.length,u=n.length;u>r&&(!a.length||n[r]<=a[0]);r++)n[r]s;s++,h=0)h&&o.length&&e(a[s],"outOfRange"),e(a[s],"inRange");for(var h=1;u>r;r++)(!a.length||a[a.length-1]c;c++)g[r[1-l][c]]=h[c],g[u[c]]=2===c?n[0]:i[u[c]];var f=[["x","width",3],["y","height",0]][l],m=d(g,o,i.padding);return u[(m.margin[f[2]]||0)+m[f[0]]+.5*m[f[1]]<.5*o[f[1]]?0:1]}function i(t){return a.each(t||[],function(){null!=t.dataIndex&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null)}),t}var a=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/util/layout"),d=o.getLayoutRect;e.getItemAlign=n,e.convertDataIndex=i}); ;/*!node_modules/echarts/lib/component/visualMap/ContinuousView.js*/ define("node_modules/echarts/lib/component/visualMap/ContinuousView",function(e,t,i){function a(e,t,i,a){return new p.Polygon({shape:{points:e},draggable:!!i,cursor:t,drift:i,onmousemove:function(e){u.stop(e.event)},ondragend:a})}function o(e,t){return 0===e?[[0,0],[t,0],[t,-t]]:[[0,0],[t,0],[t,t]]}function n(e,t,i,a){return e?[[0,-M(t,x(i,0))],[y,0],[0,M(t,x(a-i,0))]]:[[0,0],[5,-5],[5,5]]}function r(e,t,i){var a=S/2,o=e.get("hoverLinkDataSize");return o&&(a=m(o,t,i,!0)/2),a}function s(e){var t=e.get("hoverLinkOnHandle");return!!(null==t?e.get("realtime"):t)}function l(e){return"vertical"===e?"ns-resize":"ew-resize"}var h=e("node_modules/zrender/lib/core/util"),d=e("node_modules/zrender/lib/graphic/LinearGradient"),u=e("node_modules/zrender/lib/core/event"),c=e("node_modules/echarts/lib/component/visualMap/VisualMapView"),p=e("node_modules/echarts/lib/util/graphic"),v=e("node_modules/echarts/lib/util/number"),_=e("node_modules/echarts/lib/component/helper/sliderMove"),g=e("node_modules/echarts/lib/component/visualMap/helper"),f=e("node_modules/echarts/lib/util/model"),m=v.linearMap,b=h.each,M=Math.min,x=Math.max,S=12,y=6,T=c.extend({type:"visualMap.continuous",init:function(){T.superApply(this,"init",arguments),this._shapes={},this._dataInterval=[],this._handleEnds=[],this._orient,this._useHandle,this._hoverLinkDataIndices=[],this._dragging,this._hovering},doRender:function(e,t,i,a){a&&"selectDataRange"===a.type&&a.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 i=e.get("text");this._renderEndsText(t,i,0),this._renderEndsText(t,i,1),this._updateView(!0),this.renderBackground(t),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(t)},_renderEndsText:function(e,t,i){if(t){var a=t[1-i];a=null!=a?a+"":"";var o=this.visualMapModel,n=o.get("textGap"),r=o.itemSize,s=this._shapes.barGroup,l=this._applyTransform([r[0]/2,0===i?-n:r[1]+n],s),h=this._applyTransform(0===i?"bottom":"top",s),d=this._orient,u=this.visualMapModel.textStyleModel;this.group.add(new p.Text({style:{x:l[0],y:l[1],textVerticalAlign:"horizontal"===d?"middle":h,textAlign:"horizontal"===d?h:"center",text:a,textFont:u.getFont(),textFill:u.getTextColor()}}))}},_renderBar:function(e){var t=this.visualMapModel,i=this._shapes,o=t.itemSize,n=this._orient,r=this._useHandle,s=g.getItemAlign(t,this.api,o),d=i.barGroup=this._createBarGroup(s);d.add(i.outOfRange=a()),d.add(i.inRange=a(null,r?l(this._orient):null,h.bind(this._dragHandle,this,"all",!1),h.bind(this._dragHandle,this,"all",!0)));var u=t.textStyleModel.getTextRect("国"),c=x(u.width,u.height);r&&(i.handleThumbs=[],i.handleLabels=[],i.handleLabelPoints=[],this._createHandle(d,0,o,c,n,s),this._createHandle(d,1,o,c,n,s)),this._createIndicator(d,o,c,n),e.add(d)},_createHandle:function(e,t,i,n,r){var s=h.bind(this._dragHandle,this,t,!1),d=h.bind(this._dragHandle,this,t,!0),c=a(o(t,n),l(this._orient),s,d);c.position[0]=i[0],e.add(c);var v=this.visualMapModel.textStyleModel,_=new p.Text({draggable:!0,drift:s,onmousemove:function(e){u.stop(e.event)},ondragend:d,style:{x:0,y:0,text:"",textFont:v.getFont(),textFill:v.getTextColor()}});this.group.add(_);var g=["horizontal"===r?n/2:1.5*n,"horizontal"===r?0===t?-(1.5*n):1.5*n:0===t?-n/2:n/2],f=this._shapes;f.handleThumbs[t]=c,f.handleLabelPoints[t]=g,f.handleLabels[t]=_},_createIndicator:function(e,t,i,o){var n=a([[0,0]],"move");n.position[0]=t[0],n.attr({invisible:!0,silent:!0}),e.add(n);var r=this.visualMapModel.textStyleModel,s=new p.Text({silent:!0,invisible:!0,style:{x:0,y:0,text:"",textFont:r.getFont(),textFill:r.getTextColor()}});this.group.add(s);var l=["horizontal"===o?i/2:y+3,0],h=this._shapes;h.indicator=n,h.indicatorLabel=s,h.indicatorLabelPoint=l},_dragHandle:function(e,t,i,a){if(this._useHandle){if(this._dragging=!t,!t){var o=this._applyTransform([i,a],this._shapes.barGroup,!0);this._updateInterval(e,o[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():s(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[e],!1)}},_resetInterval:function(){var e=this.visualMapModel,t=this._dataInterval=e.getSelected(),i=e.getExtent(),a=[0,e.itemSize[1]];this._handleEnds=[m(t[0],i,a,!0),m(t[1],i,a,!0)]},_updateInterval:function(e,t){t=t||0;var i=this.visualMapModel,a=this._handleEnds,o=[0,i.itemSize[1]];_(t,a,o,e,0);var n=i.getExtent();this._dataInterval=[m(a[0],o,n,!0),m(a[1],o,n,!0)]},_updateView:function(e){var t=this.visualMapModel,i=t.getExtent(),a=this._shapes,o=[0,t.itemSize[1]],n=e?o:this._handleEnds,r=this._createBarVisual(this._dataInterval,i,n,"inRange"),s=this._createBarVisual(i,i,o,"outOfRange");a.inRange.setStyle({fill:r.barColor,opacity:r.opacity}).setShape("points",r.barPoints),a.outOfRange.setStyle({fill:s.barColor,opacity:s.opacity}).setShape("points",s.barPoints),this._updateHandle(n,r)},_createBarVisual:function(e,t,i,a){var o={forceState:a,convertOpacityToAlpha:!0},n=this._makeColorGradient(e,o),r=[this.getControllerVisual(e[0],"symbolSize",o),this.getControllerVisual(e[1],"symbolSize",o)],s=this._createBarPoints(i,r);return{barColor:new d(0,0,0,1,n),barPoints:s,handlesColor:[n[0].color,n[n.length-1].color]}},_makeColorGradient:function(e,t){var i=100,a=[],o=(e[1]-e[0])/i;a.push({color:this.getControllerVisual(e[0],"color",t),offset:0});for(var n=1;i>n;n++){var r=e[0]+o*n;if(r>e[1])break;a.push({color:this.getControllerVisual(r,"color",t),offset:n/i})}return a.push({color:this.getControllerVisual(e[1],"color",t),offset:1}),a},_createBarPoints:function(e,t){var i=this.visualMapModel.itemSize;return[[i[0]-t[0],e[0]],[i[0],e[0]],[i[0],e[1]],[i[0]-t[1],e[1]]]},_createBarGroup:function(e){var t=this._orient,i=this.visualMapModel.get("inverse");return new p.Group("horizontal"!==t||i?"horizontal"===t&&i?{scale:"bottom"===e?[-1,1]:[1,1],rotation:-Math.PI/2}:"vertical"!==t||i?{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 i=this._shapes,a=this.visualMapModel,o=i.handleThumbs,n=i.handleLabels;b([0,1],function(r){var s=o[r];s.setStyle("fill",t.handlesColor[r]),s.position[1]=e[r];var l=p.applyTransform(i.handleLabelPoints[r],p.getTransform(s,this.group));n[r].setStyle({x:l[0],y:l[1],text:a.formatValueText(this._dataInterval[r]),textVerticalAlign:"middle",textAlign:this._applyTransform("horizontal"===this._orient?0===r?"bottom":"top":"left",i.barGroup)})},this)}},_showIndicator:function(e,t,i,a){var o=this.visualMapModel,r=o.getExtent(),s=o.itemSize,l=[0,s[1]],h=m(e,r,l,!0),d=this._shapes,u=d.indicator;if(u){u.position[1]=h,u.attr("invisible",!1),u.setShape("points",n(!!i,a,h,s[1]));var c={convertOpacityToAlpha:!0},v=this.getControllerVisual(e,"color",c);u.setStyle("fill",v);var _=p.applyTransform(d.indicatorLabelPoint,p.getTransform(u,this.group)),g=d.indicatorLabel;g.attr("invisible",!1);var f=this._applyTransform("left",d.barGroup),b=this._orient;g.setStyle({text:(i?i:"")+o.formatValueText(t),textVerticalAlign:"horizontal"===b?f:"middle",textAlign:"horizontal"===b?"center":f,x:_[0],y:_[1]})}},_enableHoverLinkToSeries:function(){var e=this;this._shapes.barGroup.on("mousemove",function(t){if(e._hovering=!0,!e._dragging){var i=e.visualMapModel.itemSize,a=e._applyTransform([t.offsetX,t.offsetY],e._shapes.barGroup,!0,!0);a[1]=M(x(0,a[1]),i[1]),e._doHoverLinkToSeries(a[1],0<=a[0]&&a[0]<=i[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 i=this.visualMapModel,a=i.itemSize;if(i.option.hoverLink){var o=[0,a[1]],n=i.getExtent();e=M(x(o[0],e),o[1]);var l=r(i,n,o),h=[e-l,e+l],d=m(e,o,n,!0),u=[m(h[0],o,n,!0),m(h[1],o,n,!0)];h[0]o[1]&&(u[1]=1/0),t&&(u[0]===-1/0?this._showIndicator(d,u[1],"< ",l):1/0===u[1]?this._showIndicator(d,u[0],"> ",l):this._showIndicator(d,d,"≈ ",l));var c=this._hoverLinkDataIndices,p=[];(t||s(i))&&(p=this._hoverLinkDataIndices=i.findTargetDataIndices(u));var v=f.compressBatches(c,p);this._dispatchHighDown("downplay",g.convertDataIndex(v[0])),this._dispatchHighDown("highlight",g.convertDataIndex(v[1]))}},_hoverLinkFromSeriesMouseOver:function(e){var t=e.target,i=this.visualMapModel;if(t&&null!=t.dataIndex){var a=this.ecModel.getSeriesByIndex(t.seriesIndex);if(i.isTargetSeries(a)){var o=a.getData(t.dataType),n=o.get(i.getDataDimension(o),t.dataIndex,!0);isNaN(n)||this._showIndicator(n,n)}}},_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",g.convertDataIndex(e)),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,i,a){var o=p.getTransform(t,a?null:this.group);return p[h.isArray(e)?"applyTransform":"transformDirection"](e,o,i)},_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()}}),L=T;i.exports=L}); ;/*!node_modules/echarts/lib/component/visualMap/visualMapAction.js*/ define("node_modules/echarts/lib/component/visualMap/visualMapAction",function(e){var t=e("node_modules/echarts/lib/echarts"),a={type:"selectDataRange",event:"dataRangeSelected",update:"update"};t.registerAction(a,function(e,t){t.eachComponent({mainType:"visualMap",query:e},function(t){t.setSelected(e.selected)})})}); ;/*!node_modules/echarts/lib/component/visualMapContinuous.js*/ define("node_modules/echarts/lib/component/visualMapContinuous",function(e){var o=e("node_modules/echarts/lib/echarts"),n=e("node_modules/echarts/lib/component/visualMap/preprocessor");e("node_modules/echarts/lib/component/visualMap/typeDefaulter"),e("node_modules/echarts/lib/component/visualMap/visualEncoding"),e("node_modules/echarts/lib/component/visualMap/ContinuousModel"),e("node_modules/echarts/lib/component/visualMap/ContinuousView"),e("node_modules/echarts/lib/component/visualMap/visualMapAction"),o.registerPreprocessor(n)}); ;/*!node_modules/echarts/lib/component/visualMap/PiecewiseModel.js*/ define("node_modules/echarts/lib/component/visualMap/PiecewiseModel",function(e,t,i){function n(e,t){var i=e.inverse;("vertical"===e.orient?!i:i)&&t.reverse()}var s=e("node_modules/echarts/lib/config"),a=(s.__DEV__,e("node_modules/zrender/lib/core/util")),l=e("node_modules/echarts/lib/component/visualMap/VisualMapModel"),o=e("node_modules/echarts/lib/visual/VisualMapping"),r=e("node_modules/echarts/lib/visual/visualDefault"),c=e("node_modules/echarts/lib/util/number"),u=c.reformIntervals,h=l.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){h.superApply(this,"optionUpdated",arguments),this._pieceList=[],this.resetExtent();var i=this._mode=this._determineMode();p[this._mode].call(this),this._resetSelected(e,t);var n=this.option.categories;this.resetVisual(function(e,t){"categories"===i?(e.mappingMethod="category",e.categories=a.clone(n)):(e.dataExtent=this.getExtent(),e.mappingMethod="piecewise",e.pieceList=a.map(this._pieceList,function(e){var e=a.clone(e);return"inRange"!==t&&(e.visual=null),e}))})},completeVisualOption:function(){function e(e,t,i){return e&&e[t]&&(a.isObject(e[t])?e[t].hasOwnProperty(i):e[t]===i)}var t=this.option,i={},n=o.listVisualTypes(),s=this.isCategory();a.each(t.pieces,function(e){a.each(n,function(t){e.hasOwnProperty(t)&&(i[t]=1)})}),a.each(i,function(i,n){var l=0;a.each(this.stateList,function(i){l|=e(t,i,n)||e(t.target,i,n)},this),!l&&a.each(this.stateList,function(e){(t[e]||(t[e]={}))[n]=r.get(n,"inRange"===e?"active":"inactive",s)})},this),l.prototype.completeVisualOption.apply(this,arguments)},_resetSelected:function(e,t){var i=this.option,n=this._pieceList,s=(t?i:e).selected||{};if(i.selected=s,a.each(n,function(e){var t=this.getSelectedMapKey(e);s.hasOwnProperty(t)||(s[t]=!0)},this),"single"===i.selectedMode){var l=!1;a.each(n,function(e){var t=this.getSelectedMapKey(e);s[t]&&(l?s[t]=!1:l=!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=a.clone(e)},getValueState:function(e){var t=o.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(i){var n=[],s=i.getData();s.each(this.getDataDimension(s),function(t,i){var s=o.findPieceIndex(t,this._pieceList);s===e&&n.push(i)},this),t.push({seriesId:i.id,dataIndex:n})},this),t},getRepresentValue:function(e){var t;if(this.isCategory())t=e.value;else if(null!=e.value)t=e.value;else{var i=e.interval||[];t=i[0]===-1/0&&1/0===i[1]?0:(i[0]+i[1])/2}return t},getVisualMeta:function(e){function t(t,a){var l=s.getRepresentValue({interval:t});a||(a=s.getValueState(l));var o=e(l,a);t[0]===-1/0?n[0]=o:1/0===t[1]?n[1]=o:i.push({value:t[0],color:o},{value:t[1],color:o})}if(!this.isCategory()){var i=[],n=[],s=this,l=this._pieceList.slice();if(l.length){var o=l[0].interval[0];o!==-1/0&&l.unshift({interval:[-1/0,o]}),o=l[l.length-1].interval[1],1/0!==o&&l.push({interval:[o,1/0]})}else l.push({interval:[-1/0,1/0]});var r=-1/0;return a.each(l,function(e){var i=e.interval;i&&(i[0]>r&&t([r,i[0]],"outOfRange"),t(i.slice()),r=i[1])},this),{stops:i,outerColors:n}}}}),p={splitNumber:function(){var e=this.option,t=this._pieceList,i=Math.min(e.precision,20),n=this.getExtent(),s=e.splitNumber;s=Math.max(parseInt(s,10),1),e.splitNumber=s;for(var l=(n[1]-n[0])/s;+l.toFixed(i)!==l&&5>i;)i++;e.precision=i,l=+l.toFixed(i);var o=0;e.minOpen&&t.push({index:o++,interval:[-1/0,n[0]],close:[0,0]});for(var r=n[0],c=o+s;c>o;r+=l){var h=o===s-1?n[1]:r+l;t.push({index:o++,interval:[r,h],close:[1,1]})}e.maxOpen&&t.push({index:o++,interval:[n[1],1/0],close:[0,0]}),u(t),a.each(t,function(e){e.text=this.formatValueText(e.interval)},this)},categories:function(){var e=this.option;a.each(e.categories,function(e){this._pieceList.push({text:this.formatValueText(e,!0),value:e})},this),n(e,this._pieceList)},pieces:function(){var e=this.option,t=this._pieceList;a.each(e.pieces,function(e,i){a.isObject(e)||(e={value:e});var n={text:"",index:i};if(null!=e.label&&(n.text=e.label),e.hasOwnProperty("value")){var s=n.value=e.value;n.interval=[s,s],n.close=[1,1]}else{for(var l=n.interval=[],r=n.close=[0,0],c=[1,0,1],u=[-1/0,1/0],h=[],p=0;2>p;p++){for(var v=[["gte","gt","min"],["lte","lt","max"]][p],d=0;3>d&&null==l[p];d++)l[p]=e[v[d]],r[p]=c[d],h[p]=2===d;null==l[p]&&(l[p]=u[p])}h[0]&&1/0===l[1]&&(r[0]=0),h[1]&&l[0]===-1/0&&(r[1]=0),l[0]===l[1]&&r[0]&&r[1]&&(n.value=l[0])}n.visual=o.retrieveVisuals(e),t.push(n)},this),n(e,t),u(t),a.each(t,function(e){var t=e.close,i=[["<","≤"][t[1]],[">","≥"][t[0]]];e.text=e.text||this.formatValueText(null!=e.value?e.value:e.interval,!1,i)},this)}},v=h;i.exports=v}); ;/*!node_modules/echarts/lib/component/visualMap/PiecewiseView.js*/ define("node_modules/echarts/lib/component/visualMap/PiecewiseView",function(e,t,i){var n=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/component/visualMap/VisualMapView"),l=e("node_modules/echarts/lib/util/graphic"),a=e("node_modules/echarts/lib/util/symbol"),s=a.createSymbol,r=e("node_modules/echarts/lib/util/layout"),d=e("node_modules/echarts/lib/component/visualMap/helper"),c=o.extend({type:"visualMap.piecewise",doRender:function(){function e(e){var a=e.piece,r=new l.Group;r.onclick=n.bind(this._onItemClick,this,a),this._enableHoverLink(r,e.indexInModelPieceList);var h=i.getRepresentValue(a);if(this._createItemSymbol(r,h,[0,0,u[0],u[1]]),g){var p=this.visualMapModel.getValueState(h);r.add(new l.Text({style:{x:"right"===c?-o:u[0]+o,y:u[1]/2,text:a.text,textVerticalAlign:"middle",textAlign:c,textFont:s,textFill:d,opacity:"outOfRange"===p?.5:1}}))}t.add(r)}var t=this.group;t.removeAll();var i=this.visualMapModel,o=i.get("textGap"),a=i.textStyleModel,s=a.getFont(),d=a.getTextColor(),c=this._getItemAlign(),u=i.itemSize,h=this._getViewData(),p=h.endsText,g=n.retrieve(i.get("showLabel",!0),!p);p&&this._renderEndsText(t,p[0],u,g,c),n.each(h.viewPieceList,e,this),p&&this._renderEndsText(t,p[1],u,g,c),r.box(i.get("orient"),t,i.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},_enableHoverLink:function(e,t){function i(e){var i=this.visualMapModel;i.option.hoverLink&&this.api.dispatchAction({type:e,batch:d.convertDataIndex(i.findTargetDataIndices(t))})}e.on("mouseover",n.bind(i,this,"highlight")).on("mouseout",n.bind(i,this,"downplay"))},_getItemAlign:function(){var e=this.visualMapModel,t=e.option;if("vertical"===t.orient)return d.getItemAlign(e,this.api,e.itemSize);var i=t.align;return i&&"auto"!==i||(i="left"),i},_renderEndsText:function(e,t,i,n,o){if(t){var a=new l.Group,s=this.visualMapModel.textStyleModel;a.add(new l.Text({style:{x:n?"right"===o?i[0]:0:i[0]/2,y:i[1]/2,textVerticalAlign:"middle",textAlign:n?o:"center",text:t,textFont:s.getFont(),textFill:s.getTextColor()}})),e.add(a)}},_getViewData:function(){var e=this.visualMapModel,t=n.map(e.getPieceList(),function(e,t){return{piece:e,indexInModelPieceList:t}}),i=e.get("text"),o=e.get("orient"),l=e.get("inverse");return("horizontal"===o?l:!l)?t.reverse():i&&(i=i.slice().reverse()),{viewPieceList:t,endsText:i}},_createItemSymbol:function(e,t,i){e.add(s(this.getControllerVisual(t,"symbol"),i[0],i[1],i[2],i[3],this.getControllerVisual(t,"color")))},_onItemClick:function(e){var t=this.visualMapModel,i=t.option,o=n.clone(i.selected),l=t.getSelectedMapKey(e);"single"===i.selectedMode?(o[l]=!0,n.each(o,function(e,t){o[t]=t===l})):o[l]=!o[l],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:o})}}),u=c;i.exports=u}); ;/*!node_modules/echarts/lib/component/visualMapPiecewise.js*/ define("node_modules/echarts/lib/component/visualMapPiecewise",function(e){var o=e("node_modules/echarts/lib/echarts"),s=e("node_modules/echarts/lib/component/visualMap/preprocessor");e("node_modules/echarts/lib/component/visualMap/typeDefaulter"),e("node_modules/echarts/lib/component/visualMap/visualEncoding"),e("node_modules/echarts/lib/component/visualMap/PiecewiseModel"),e("node_modules/echarts/lib/component/visualMap/PiecewiseView"),e("node_modules/echarts/lib/component/visualMap/visualMapAction"),o.registerPreprocessor(s)}); ;/*!node_modules/echarts/lib/component/visualMap.js*/ define("node_modules/echarts/lib/component/visualMap",function(e){e("node_modules/echarts/lib/component/visualMapContinuous"),e("node_modules/echarts/lib/component/visualMapPiecewise")}); ;/*!node_modules/echarts/lib/component/marker/MarkerModel.js*/ define("node_modules/echarts/lib/component/marker/MarkerModel",function(e,n,t){function i(e){d.defaultEmphasis(e,"label",["show"])}var a=e("node_modules/echarts/lib/config"),o=(a.__DEV__,e("node_modules/echarts/lib/echarts")),r=e("node_modules/zrender/lib/core/util"),s=e("node_modules/zrender/lib/core/env"),d=e("node_modules/echarts/lib/util/model"),l=e("node_modules/echarts/lib/util/format"),m=e("node_modules/echarts/lib/model/mixin/dataFormat"),u=l.addCommas,c=l.encodeHTML,h=o.extendComponentModel({type:"marker",dependencies:["series","grid","polar","geo"],init:function(e,n,t,i){this.mergeDefaultAndTheme(e,t),this.mergeOption(e,t,i.createdBySelf,!0)},isAnimationEnabled:function(){if(s.node)return!1;var e=this.__hostSeries;return this.getShallow("animation")&&e&&e.isAnimationEnabled()},mergeOption:function(e,n,t,a){var o=this.constructor,s=this.mainType+"Model";t||n.eachSeries(function(e){var t=e.get(this.mainType,!0),d=e[s];return t&&t.data?(d?d.mergeOption(t,n,!0):(a&&i(t),r.each(t.data,function(e){e instanceof Array?(i(e[0]),i(e[1])):i(e)}),d=new o(t,this,n),r.extend(d,{mainType:this.mainType,seriesIndex:e.seriesIndex,name:e.name,createdBySelf:!0}),d.__hostSeries=e),void(e[s]=d)):void(e[s]=null)},this)},formatTooltip:function(e){var n=this.getData(),t=this.getRawValue(e),i=r.isArray(t)?r.map(t,u).join(", "):u(t),a=n.getName(e),o=c(this.name);return(null!=t||a)&&(o+="
"),a&&(o+=c(a),null!=t&&(o+=" : ")),null!=t&&(o+=c(i)),o},getData:function(){return this._data},setData:function(e){this._data=e}});r.mixin(h,m);var f=h;t.exports=f}); ;/*!node_modules/echarts/lib/component/marker/MarkPointModel.js*/ define("node_modules/echarts/lib/component/marker/MarkPointModel",function(e,o,t){var i=e("node_modules/echarts/lib/component/marker/MarkerModel"),l=i.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}}}});t.exports=l}); ;/*!node_modules/echarts/lib/component/marker/markerHelper.js*/ define("node_modules/echarts/lib/component/marker/markerHelper",function(e,a){function i(e){return!(isNaN(parseFloat(e.x))&&isNaN(parseFloat(e.y)))}function n(e){return!isNaN(parseFloat(e.x))&&!isNaN(parseFloat(e.y))}function t(e,a,i,n,t,r){var s=[],o=v(a,n),u=o?a.getCalculationInfo("stackResultDimension"):n,l=m(a,u,e),d=a.indicesOfNearest(u,l)[0];s[t]=a.get(i,d),s[r]=a.get(n,d);var x=c.getPrecision(a.get(n,d));return x=Math.min(x,20),x>=0&&(s[r]=+s[r].toFixed(x)),s}function r(e,a){var i=e.getData(),t=e.coordinateSystem;if(a&&!n(a)&&!d.isArray(a.coord)&&t){var r=t.dimensions,o=s(a,i,t,e);if(a=d.clone(a),a.type&&f[a.type]&&o.baseAxis&&o.valueAxis){var u=D(r,o.baseAxis.dim),l=D(r,o.valueAxis.dim);a.coord=f[a.type](i,o.baseDataDim,o.valueDataDim,u,l),a.value=a.coord[l]}else{for(var c=[null!=a.xAxis?a.xAxis:a.radiusAxis,null!=a.yAxis?a.yAxis:a.angleAxis],x=0;2>x;x++)f[c[x]]&&(c[x]=m(i,i.mapDimension(r[x]),c[x]));a.coord=c}}return a}function s(e,a,i,n){var t={};return null!=e.valueIndex||null!=e.valueDim?(t.valueDataDim=null!=e.valueIndex?a.getDimension(e.valueIndex):e.valueDim,t.valueAxis=i.getAxis(o(n,t.valueDataDim)),t.baseAxis=i.getOtherAxis(t.valueAxis),t.baseDataDim=a.mapDimension(t.baseAxis.dim)):(t.baseAxis=n.getBaseAxis(),t.valueAxis=i.getOtherAxis(t.baseAxis),t.baseDataDim=a.mapDimension(t.baseAxis.dim),t.valueDataDim=a.mapDimension(t.valueAxis.dim)),t}function o(e,a){var i=e.getData(),n=i.dimensions;a=i.getDimension(a);for(var t=0;tn?e.coord&&e.coord[n]:e.value}function m(e,a,i){if("average"===i){var n=0,t=0;return e.each(a,function(e){isNaN(e)||(n+=e,t++)}),n/t}return"median"===i?e.getMedian(a):e.getDataExtent(a,!0)["max"===i?1:0]}var d=e("node_modules/zrender/lib/core/util"),c=e("node_modules/echarts/lib/util/number"),x=e("node_modules/echarts/lib/data/helper/dataStackHelper"),v=x.isDimensionStacked,D=d.indexOf,A=d.curry,f={min:A(t,"min"),max:A(t,"max"),average:A(t,"average")};a.dataTransform=r,a.getAxisInfo=s,a.dataFilter=u,a.dimValueGetter=l,a.numCalculate=m}); ;/*!node_modules/echarts/lib/component/marker/MarkerView.js*/ define("node_modules/echarts/lib/component/marker/MarkerView",function(e,r,n){var i=e("node_modules/echarts/lib/echarts"),t=e("node_modules/zrender/lib/core/util"),o=i.extendComponentView({type:"marker",init:function(){this.markerGroupMap=t.createHashMap()},render:function(e,r,n){var i=this.markerGroupMap;i.each(function(e){e.__keep=!1});var t=this.type+"Model";r.eachSeries(function(e){var i=e[t];i&&this.renderSeries(e,i,r,n)},this),i.each(function(e){!e.__keep&&this.group.remove(e.group)},this)},renderSeries:function(){}});n.exports=o}); ;/*!node_modules/echarts/lib/component/marker/MarkPointView.js*/ define("node_modules/echarts/lib/component/marker/MarkPointView",function(e,t,a){function r(e,t,a){var r=t.coordinateSystem;e.each(function(o){var n,i=e.getItemModel(o),l=s.parsePercent(i.get("x"),a.getWidth()),m=s.parsePercent(i.get("y"),a.getHeight());if(isNaN(l)||isNaN(m)){if(t.getMarkerPosition)n=t.getMarkerPosition(e.getValues(e.dimensions,o));else if(r){var u=e.get(r.dimensions[0],o),d=e.get(r.dimensions[1],o);n=r.dataToPoint([u,d])}}else n=[l,m];isNaN(l)||(n[0]=l),isNaN(m)||(n[1]=m),e.setItemLayout(o,n)})}function o(e,t,a){var r;r=e?n.map(e&&e.dimensions,function(e){var a=t.getData().getDimensionInfo(t.getData().mapDimension(e))||{};return n.defaults({name:e},a)}):[{name:"value",type:"float"}];var o=new l(r,a),i=n.map(a.get("data"),n.curry(m.dataTransform,t));return e&&(i=n.filter(i,n.curry(m.dataFilter,e))),o.initData(i,null,e?m.dimValueGetter:function(e){return e.value}),o}var n=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/chart/helper/SymbolDraw"),s=e("node_modules/echarts/lib/util/number"),l=e("node_modules/echarts/lib/data/List"),m=e("node_modules/echarts/lib/component/marker/markerHelper"),u=e("node_modules/echarts/lib/component/marker/MarkerView"),d=u.extend({type:"markPoint",updateTransform:function(e,t,a){t.eachSeries(function(e){var t=e.markPointModel;t&&(r(t.getData(),e,a),this.markerGroupMap.get(e.id).updateLayout(t))},this)},renderSeries:function(e,t,a,n){var s=e.coordinateSystem,l=e.id,m=e.getData(),u=this.markerGroupMap,d=u.get(l)||u.set(l,new i),c=o(s,e,t);t.setData(c),r(t.getData(),e,n),c.each(function(e){var a=c.getItemModel(e),r=a.getShallow("symbolSize");"function"==typeof r&&(r=r(t.getRawValue(e),t.getDataParams(e))),c.setItemVisual(e,{symbolSize:r,color:a.get("itemStyle.color")||m.getVisual("color"),symbol:a.getShallow("symbol")})}),d.updateData(c),this.group.add(d.group),c.eachItemGraphicEl(function(e){e.traverse(function(e){e.dataModel=t})}),d.__keep=!0,d.group.silent=t.get("silent")||e.get("silent")}});a.exports=d}); ;/*!node_modules/echarts/lib/component/markPoint.js*/ define("node_modules/echarts/lib/component/markPoint",function(e){var o=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/component/marker/MarkPointModel"),e("node_modules/echarts/lib/component/marker/MarkPointView"),o.registerPreprocessor(function(e){e.markPoint=e.markPoint||{}})}); ;/*!node_modules/echarts/lib/component/marker/MarkLineModel.js*/ define("node_modules/echarts/lib/component/marker/MarkLineModel",function(e,i,o){var l=e("node_modules/echarts/lib/component/marker/MarkerModel"),n=l.extend({type:"markLine",defaultOption:{zlevel:0,z:5,symbol:["circle","arrow"],symbolSize:[8,16],precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end"},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"}});o.exports=n}); ;/*!node_modules/echarts/lib/component/marker/MarkLineView.js*/ define("node_modules/echarts/lib/component/marker/MarkLineView",function(e,t,a){function o(e){return!isNaN(e)&&!isFinite(e)}function r(e,t,a,r){var i=1-e,n=r.dimensions[e];return o(t[i])&&o(a[i])&&t[e]===a[e]&&r.getAxis(n).containData(t[e])}function i(e,t){if("cartesian2d"===e.type){var a=t[0].coord,o=t[1].coord;if(a&&o&&(r(1,a,o,e)||r(0,a,o,e)))return!0}return c.dataFilter(e,t[0])&&c.dataFilter(e,t[1])}function n(e,t,a,r,i){var n,s=r.coordinateSystem,l=e.getItemModel(t),m=u.parsePercent(l.get("x"),i.getWidth()),c=u.parsePercent(l.get("y"),i.getHeight());if(isNaN(m)||isNaN(c)){if(r.getMarkerPosition)n=r.getMarkerPosition(e.getValues(e.dimensions,t));else{var d=s.dimensions,g=e.get(d[0],t),f=e.get(d[1],t);n=s.dataToPoint([g,f])}if("cartesian2d"===s.type){var y=s.getAxis("x"),p=s.getAxis("y"),d=s.dimensions;o(e.get(d[0],t))?n[0]=y.toGlobalCoord(y.getExtent()[a?0:1]):o(e.get(d[1],t))&&(n[1]=p.toGlobalCoord(p.getExtent()[a?0:1]))}isNaN(m)||(n[0]=m),isNaN(c)||(n[1]=c)}else n=[m,c];e.setItemLayout(t,n)}function s(e,t,a){var o;o=e?l.map(e&&e.dimensions,function(e){var a=t.getData().getDimensionInfo(t.getData().mapDimension(e))||{};return l.defaults({name:e},a)}):[{name:"value",type:"float"}];var r=new m(o,a),n=new m(o,a),s=new m([],a),u=l.map(a.get("data"),l.curry(f,t,e,a));e&&(u=l.filter(u,l.curry(i,e)));var d=e?c.dimValueGetter:function(e){return e.value};return r.initData(l.map(u,function(e){return e[0]}),null,d),n.initData(l.map(u,function(e){return e[1]}),null,d),s.initData(l.map(u,function(e){return e[2]})),s.hasItemOption=!0,{from:r,to:n,line:s}}var l=e("node_modules/zrender/lib/core/util"),m=e("node_modules/echarts/lib/data/List"),u=e("node_modules/echarts/lib/util/number"),c=e("node_modules/echarts/lib/component/marker/markerHelper"),d=e("node_modules/echarts/lib/chart/helper/LineDraw"),g=e("node_modules/echarts/lib/component/marker/MarkerView"),f=function(e,t,a,o){var r=e.getData(),i=o.type;if(!l.isArray(o)&&("min"===i||"max"===i||"average"===i||"median"===i||null!=o.xAxis||null!=o.yAxis)){var n,s,m;if(null!=o.yAxis||null!=o.xAxis)s=null!=o.yAxis?"y":"x",n=t.getAxis(s),m=l.retrieve(o.yAxis,o.xAxis);else{var u=c.getAxisInfo(o,r,t,e);s=u.valueDataDim,n=u.valueAxis,m=c.numCalculate(r,s,i)}var d="x"===s?0:1,g=1-d,f=l.clone(o),y={};f.type=null,f.coord=[],y.coord=[],f.coord[g]=-1/0,y.coord[g]=1/0;var p=a.get("precision");p>=0&&"number"==typeof m&&(m=+m.toFixed(Math.min(p,20))),f.coord[d]=y.coord[d]=m,o=[f,y,{type:i,valueIndex:o.valueIndex,value:m}]}return o=[c.dataTransform(e,o[0]),c.dataTransform(e,o[1]),l.extend({},o[2])],o[2].type=o[2].type||"",l.merge(o[2],o[0]),l.merge(o[2],o[1]),o},y=g.extend({type:"markLine",updateTransform:function(e,t,a){t.eachSeries(function(e){var t=e.markLineModel;if(t){var o=t.getData(),r=t.__from,i=t.__to;r.each(function(t){n(r,t,!0,e,a),n(i,t,!1,e,a)}),o.each(function(e){o.setItemLayout(e,[r.getItemLayout(e),i.getItemLayout(e)])}),this.markerGroupMap.get(e.id).updateLayout()}},this)},renderSeries:function(e,t,a,o){function r(t,a,r){var i=t.getItemModel(a);n(t,a,r,e,o),t.setItemVisual(a,{symbolSize:i.get("symbolSize")||b[r?0:1],symbol:i.get("symbol",!0)||x[r?0:1],color:i.get("itemStyle.color")||u.getVisual("color")})}var i=e.coordinateSystem,m=e.id,u=e.getData(),c=this.markerGroupMap,g=c.get(m)||c.set(m,new d);this.group.add(g.group);var f=s(i,e,t),y=f.from,p=f.to,v=f.line;t.__from=y,t.__to=p,t.setData(v);var x=t.get("symbol"),b=t.get("symbolSize");l.isArray(x)||(x=[x,x]),"number"==typeof b&&(b=[b,b]),f.from.each(function(e){r(y,e,!0),r(p,e,!1)}),v.each(function(e){var t=v.getItemModel(e).get("lineStyle.color");v.setItemVisual(e,{color:t||y.getItemVisual(e,"color")}),v.setItemLayout(e,[y.getItemLayout(e),p.getItemLayout(e)]),v.setItemVisual(e,{fromSymbolSize:y.getItemVisual(e,"symbolSize"),fromSymbol:y.getItemVisual(e,"symbol"),toSymbolSize:p.getItemVisual(e,"symbolSize"),toSymbol:p.getItemVisual(e,"symbol")})}),g.updateData(v),f.line.eachItemGraphicEl(function(e){e.traverse(function(e){e.dataModel=t})}),g.__keep=!0,g.group.silent=t.get("silent")||e.get("silent")}});a.exports=y}); ;/*!node_modules/echarts/lib/component/markLine.js*/ define("node_modules/echarts/lib/component/markLine",function(e){var n=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/component/marker/MarkLineModel"),e("node_modules/echarts/lib/component/marker/MarkLineView"),n.registerPreprocessor(function(e){e.markLine=e.markLine||{}})}); ;/*!node_modules/echarts/lib/component/marker/MarkAreaModel.js*/ define("node_modules/echarts/lib/component/marker/MarkAreaModel",function(e,o,t){var r=e("node_modules/echarts/lib/component/marker/MarkerModel"),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"}}}});t.exports=i}); ;/*!node_modules/echarts/lib/component/marker/MarkAreaView.js*/ define("node_modules/echarts/lib/component/marker/MarkAreaView",function(e){function t(e){return!isNaN(e)&&!isFinite(e)}function a(e,a,r){var o=1-e;return t(a[o])&&t(r[o])}function r(e,t){var r=t.coord[0],o=t.coord[1];return"cartesian2d"===e.type&&r&&o&&(a(1,r,o,e)||a(0,r,o,e))?!0:c.dataFilter(e,{coord:r,x:t.x0,y:t.y0})||c.dataFilter(e,{coord:o,x:t.x1,y:t.y1})}function o(e,a,r,o,n){var i,l=o.coordinateSystem,s=e.getItemModel(a),u=d.parsePercent(s.get(r[0]),n.getWidth()),c=d.parsePercent(s.get(r[1]),n.getHeight());if(isNaN(u)||isNaN(c)){if(o.getMarkerPosition)i=o.getMarkerPosition(e.getValues(r,a));else{var m=e.get(r[0],a),p=e.get(r[1],a),g=[m,p];l.clampData&&l.clampData(g,g),i=l.dataToPoint(g,!0)}if("cartesian2d"===l.type){var y=l.getAxis("x"),f=l.getAxis("y"),m=e.get(r[0],a),p=e.get(r[1],a);t(m)?i[0]=y.toGlobalCoord(y.getExtent()["x0"===r[0]?0:1]):t(p)&&(i[1]=f.toGlobalCoord(f.getExtent()["y0"===r[1]?0:1]))}isNaN(u)||(i[0]=u),isNaN(c)||(i[1]=c)}else i=[u,c];return i}function n(e,t,a){var o,n,l=["x0","y0","x1","y1"];e?(o=i.map(e&&e.dimensions,function(e){var a=t.getData(),r=a.getDimensionInfo(a.mapDimension(e))||{};return i.defaults({name:e},r)}),n=new s(i.map(l,function(e,t){return{name:e,type:o[t%2].type}}),a)):(o=[{name:"value",type:"float"}],n=new s(o,a));var d=i.map(a.get("data"),i.curry(p,t,e,a));e&&(d=i.filter(d,i.curry(r,e)));var u=e?function(e,t,a,r){return e.coord[Math.floor(r/2)][r%2]}:function(e){return e.value};return n.initData(d,null,u),n.hasItemOption=!0,n}var i=e("node_modules/zrender/lib/core/util"),l=e("node_modules/zrender/lib/tool/color"),s=e("node_modules/echarts/lib/data/List"),d=e("node_modules/echarts/lib/util/number"),u=e("node_modules/echarts/lib/util/graphic"),c=e("node_modules/echarts/lib/component/marker/markerHelper"),m=e("node_modules/echarts/lib/component/marker/MarkerView"),p=function(e,t,a,r){var o=c.dataTransform(e,r[0]),n=c.dataTransform(e,r[1]),l=i.retrieve,s=o.coord,d=n.coord;s[0]=l(s[0],-1/0),s[1]=l(s[1],-1/0),d[0]=l(d[0],1/0),d[1]=l(d[1],1/0);var u=i.mergeAll([{},o,n]);return u.coord=[o.coord,n.coord],u.x0=o.x,u.y0=o.y,u.x1=n.x,u.y1=n.y,u},g=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]];m.extend({type:"markArea",updateTransform:function(e,t,a){t.eachSeries(function(e){var t=e.markAreaModel;if(t){var r=t.getData();r.each(function(t){var n=i.map(g,function(n){return o(r,t,n,e,a)});r.setItemLayout(t,n);var l=r.getItemGraphicEl(t);l.setShape("points",n)})}},this)},renderSeries:function(e,t,a,r){var s=e.coordinateSystem,d=e.id,c=e.getData(),m=this.markerGroupMap,p=m.get(d)||m.set(d,{group:new u.Group});this.group.add(p.group),p.__keep=!0;var y=n(s,e,t);t.setData(y),y.each(function(t){y.setItemLayout(t,i.map(g,function(a){return o(y,t,a,e,r)})),y.setItemVisual(t,{color:c.getVisual("color")})}),y.diff(p.__data).add(function(e){var t=new u.Polygon({shape:{points:y.getItemLayout(e)}});y.setItemGraphicEl(e,t),p.group.add(t)}).update(function(e,a){var r=p.__data.getItemGraphicEl(a);u.updateProps(r,{shape:{points:y.getItemLayout(e)}},t,e),p.group.add(r),y.setItemGraphicEl(e,r)}).remove(function(e){var t=p.__data.getItemGraphicEl(e);p.group.remove(t)}).execute(),y.eachItemGraphicEl(function(e,a){var r=y.getItemModel(a),o=r.getModel("label"),n=r.getModel("emphasis.label"),s=y.getItemVisual(a,"color");e.useStyle(i.defaults(r.getModel("itemStyle").getItemStyle(),{fill:l.modifyAlpha(s,.4),stroke:s})),e.hoverStyle=r.getModel("emphasis.itemStyle").getItemStyle(),u.setLabelStyle(e.style,e.hoverStyle,o,n,{labelFetcher:t,labelDataIndex:a,defaultText:y.getName(a)||"",isRectText:!0,autoColor:s}),u.setHoverStyle(e,{}),e.dataModel=t}),p.__data=y,p.group.silent=t.get("silent")||e.get("silent")}})}); ;/*!node_modules/echarts/lib/component/markArea.js*/ define("node_modules/echarts/lib/component/markArea",function(e){var r=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/component/marker/MarkAreaModel"),e("node_modules/echarts/lib/component/marker/MarkAreaView"),r.registerPreprocessor(function(e){e.markArea=e.markArea||{}})}); ;/*!node_modules/echarts/lib/component/timeline/preprocessor.js*/ define("node_modules/echarts/lib/component/timeline/preprocessor",function(e,o,n){function i(e){var o=e&&e.timeline;r.isArray(o)||(o=o?[o]:[]),r.each(o,function(e){e&&t(e)})}function t(e){var o=e.type,n={number:"value",time:"time"};if(n[o]&&(e.axisType=n[o],delete e.type),l(e),a(e,"controlPosition")){var i=e.controlStyle||(e.controlStyle={});a(i,"position")||(i.position=e.controlPosition),"none"!==i.position||a(i,"show")||(i.show=!1,delete i.position),delete e.controlPosition}r.each(e.data||[],function(e){r.isObject(e)&&!r.isArray(e)&&(!a(e,"value")&&a(e,"name")&&(e.value=e.name),l(e))})}function l(e){var o=e.itemStyle||(e.itemStyle={}),n=o.emphasis||(o.emphasis={}),i=e.label||e.label||{},t=i.normal||(i.normal={}),l={normal:1,emphasis:1};r.each(i,function(e,o){l[o]||a(t,o)||(t[o]=e)}),n.label&&!a(i,"emphasis")&&(i.emphasis=n.label,delete n.label)}function a(e,o){return e.hasOwnProperty(o)}var r=e("node_modules/zrender/lib/core/util");n.exports=i}); ;/*!node_modules/echarts/lib/component/timeline/typeDefaulter.js*/ define("node_modules/echarts/lib/component/timeline/typeDefaulter",function(e){var n=e("node_modules/echarts/lib/model/Component");n.registerSubTypeDefaulter("timeline",function(){return"slider"})}); ;/*!node_modules/echarts/lib/component/timeline/timelineAction.js*/ define("node_modules/echarts/lib/component/timeline/timelineAction",function(e){var t=e("node_modules/echarts/lib/echarts"),n=e("node_modules/zrender/lib/core/util");t.registerAction({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},function(e,t){var i=t.getComponent("timeline");return i&&null!=e.currentIndex&&(i.setCurrentIndex(e.currentIndex),!i.get("loop",!0)&&i.isIndexMax()&&i.setPlayState(!1)),t.resetOption("timeline"),n.defaults({currentIndex:i.option.currentIndex},e)}),t.registerAction({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(e,t){var n=t.getComponent("timeline");n&&null!=e.playState&&n.setPlayState(e.playState)})}); ;/*!node_modules/echarts/lib/component/timeline/TimelineModel.js*/ define("node_modules/echarts/lib/component/timeline/TimelineModel",function(t,e,n){var i=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/model/Component"),a=t("node_modules/echarts/lib/data/List"),r=t("node_modules/echarts/lib/util/model"),l=o.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(t,e,n){this._data,this._names,this.mergeDefaultAndTheme(t,n),this._initData()},mergeOption:function(){l.superApply(this,"mergeOption",arguments),this._initData()},setCurrentIndex:function(t){null==t&&(t=this.option.currentIndex);var e=this._data.count();this.option.loop?t=(t%e+e)%e:(t>=e&&(t=e-1),0>t&&(t=0)),this.option.currentIndex=t},getCurrentIndex:function(){return this.option.currentIndex},isIndexMax:function(){return this.getCurrentIndex()>=this._data.count()-1},setPlayState:function(t){this.option.autoPlay=!!t},getPlayState:function(){return!!this.option.autoPlay},_initData:function(){var t=this.option,e=t.data||[],n=t.axisType,o=this._names=[];if("category"===n){var l=[];i.each(e,function(t,e){var n,a=r.getDataItemValue(t);i.isObject(t)?(n=i.clone(t),n.value=e):n=e,l.push(n),i.isString(a)||null!=a&&!isNaN(a)||(a=""),o.push(a+"")}),e=l}var s={category:"ordinal",time:"time"}[n]||"number",u=this._data=new a([{name:"value",type:s}],this);u.initData(e,o)},getData:function(){return this._data},getCategories:function(){return"category"===this.get("axisType")?this._names.slice():void 0}}),s=l;n.exports=s}); ;/*!node_modules/echarts/lib/component/timeline/SliderTimelineModel.js*/ define("node_modules/echarts/lib/component/timeline/SliderTimelineModel",function(o,e,t){var c=o("node_modules/zrender/lib/core/util"),l=o("node_modules/echarts/lib/component/timeline/TimelineModel"),i=o("node_modules/echarts/lib/model/mixin/dataFormat"),r=l.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:[]}});c.mixin(r,i);var n=r;t.exports=n}); ;/*!node_modules/echarts/lib/component/timeline/TimelineView.js*/ define("node_modules/echarts/lib/component/timeline/TimelineView",function(e,n,i){var o=e("node_modules/echarts/lib/view/Component"),t=o.extend({type:"timeline"});i.exports=t}); ;/*!node_modules/echarts/lib/component/timeline/TimelineAxis.js*/ define("node_modules/echarts/lib/component/timeline/TimelineAxis",function(e,o,t){var i=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/coord/Axis"),l=function(e,o,t,i){n.call(this,e,o,t),this.type=i||"value",this.model=null};l.prototype={constructor:l,getLabelModel:function(){return this.model.getModel("label")},isHorizontal:function(){return"horizontal"===this.model.get("orient")}},i.inherits(l,n);var r=l;t.exports=r}); ;/*!node_modules/echarts/lib/component/timeline/SliderTimelineView.js*/ define("node_modules/echarts/lib/component/timeline/SliderTimelineView",function(e,t,i){function n(e,t){return d.getLayoutRect(e.getBoxLayoutParams(),{width:t.getWidth(),height:t.getHeight()},e.get("padding"))}function o(e,t,i,n){var o=h.makePath(e.get(t).replace(/^path:\/\//,""),l.clone(n||{}),new s(i[0],i[1],i[2],i[3]),"center");return o}function r(e,t,i,n,o,r){var a=t.get("color");if(o)o.setColor(a),i.add(o),r&&r.onUpdate(o);else{var s=e.get("symbol");o=p(s,-1,-1,2,2,a),o.setStyle("strokeNoScale",!0),i.add(o),r&&r.onCreate(o)}var c=t.getItemStyle(["color","symbol","symbolSize"]);o.setStyle(c),n=l.merge({rectHover:!0,z2:100},n,!0);var h=e.get("symbolSize");h=h instanceof Array?h.slice():[+h,+h],h[0]/=2,h[1]/=2,n.scale=h;var d=e.get("symbolOffset");if(d){var g=n.position=n.position||[0,0];g[0]+=f.parsePercent(d[0],h[0]),g[1]+=f.parsePercent(d[1],h[1])}var u=e.get("symbolRotate");return n.rotation=(u||0)*Math.PI/180||0,o.attr(n),o.updateTransform(),o}function a(e,t,i,n,o){if(!e.dragging){var r=n.getModel("checkpointStyle"),a=i.dataToCoord(n.getData().get(["value"],t));o||!r.get("animation",!0)?e.attr({position:[a,0]}):(e.stopAnimation(!0),e.animateTo({position:[a,0]},r.get("animationDuration",!0),r.get("animationEasing",!0)))}}var l=e("node_modules/zrender/lib/core/util"),s=e("node_modules/zrender/lib/core/BoundingRect"),c=e("node_modules/zrender/lib/core/matrix"),h=e("node_modules/echarts/lib/util/graphic"),d=e("node_modules/echarts/lib/util/layout"),g=e("node_modules/echarts/lib/component/timeline/TimelineView"),u=e("node_modules/echarts/lib/component/timeline/TimelineAxis"),m=e("node_modules/echarts/lib/util/symbol"),p=m.createSymbol,_=e("node_modules/echarts/lib/coord/axisHelper"),f=e("node_modules/echarts/lib/util/number"),v=e("node_modules/echarts/lib/util/format"),y=v.encodeHTML,x=l.bind,b=l.each,T=Math.PI,S=g.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,i){if(this.model=e,this.api=i,this.ecModel=t,this.group.removeAll(),e.get("show",!0)){var n=this._layout(e,i),o=this._createGroup("mainGroup"),r=this._createGroup("labelGroup"),a=this._axis=this._createAxis(n,e);e.formatTooltip=function(e){return y(a.scale.getLabel(e))},b(["AxisLine","AxisTick","Control","CurrentPointer"],function(t){this["_render"+t](n,o,a,e)},this),this._renderAxisLabel(n,r,a,e),this._position(n,e)}this._doPlayStop()},remove:function(){this._clearTimer(),this.group.removeAll()},dispose:function(){this._clearTimer()},_layout:function(e,t){var i=e.get("label.position"),o=e.get("orient"),r=n(e,t);null==i||"auto"===i?i="horizontal"===o?r.y+r.height/2=0||"+"===i?"left":"right"},l={horizontal:i>=0||"+"===i?"top":"bottom",vertical:"middle"},s={horizontal:0,vertical:T/2},c="vertical"===o?r.height:r.width,h=e.getModel("controlStyle"),d=h.get("show",!0),g=d?h.get("itemSize"):0,u=d?h.get("itemGap"):0,m=g+u,p=e.get("label.rotate")||0;p=p*T/180;var _,f,v,y,x=h.get("position",!0),b=d&&h.get("showPlayBtn",!0),S=d&&h.get("showPrevBtn",!0),P=d&&h.get("showNextBtn",!0),C=0,w=c;return"left"===x||"bottom"===x?(b&&(_=[0,0],C+=m),S&&(f=[C,0],C+=m),P&&(v=[w-g,0],w-=m)):(b&&(_=[w-g,0],w-=m),S&&(f=[0,0],C+=m),P&&(v=[w-g,0],w-=m)),y=[C,w],e.get("inverse")&&y.reverse(),{viewRect:r,mainLength:c,orient:o,rotation:s[o],labelRotation:p,labelPosOpt:i,labelAlign:e.get("label.align")||a[o],labelBaseline:e.get("label.verticalAlign")||e.get("label.baseline")||l[o],playPosition:_,prevBtnPosition:f,nextBtnPosition:v,axisExtent:y,controlSize:g,controlGap:u}},_position:function(e){function t(e){var t=e.position;e.origin=[d[0][0]-t[0],d[1][0]-t[1]]}function i(e){return[[e.x,e.x+e.width],[e.y,e.y+e.height]]}function n(e,t,i,n,o){e[n]+=i[n][o]-t[n][o]}var o=this._mainGroup,r=this._labelGroup,a=e.viewRect;if("vertical"===e.orient){var l=c.create(),s=a.x,h=a.y+a.height;c.translate(l,l,[-s,-h]),c.rotate(l,l,-T/2),c.translate(l,l,[s,h]),a=a.clone(),a.applyTransform(l)}var d=i(a),g=i(o.getBoundingRect()),u=i(r.getBoundingRect()),m=o.position,p=r.position;p[0]=m[0]=d[0][0];var _=e.labelPosOpt;if(isNaN(_)){var f="+"===_?0:1;n(m,g,d,1,f),n(p,u,d,1,1-f)}else{var f=_>=0?0:1;n(m,g,d,1,f),p[1]=m[1]+_}o.attr("position",m),r.attr("position",p),o.rotation=r.rotation=e.rotation,t(o),t(r)},_createAxis:function(e,t){var i=t.getData(),n=t.get("axisType"),o=_.createScaleByModel(t,n);o.getTicks=function(){return i.mapArray(["value"],function(e){return e})};var r=i.getDataExtent("value");o.setExtent(r[0],r[1]),o.niceTicks();var a=new u("value",o,e.axisExtent,n);return a.model=t,a},_createGroup:function(e){var t=this["_"+e]=new h.Group;return this.group.add(t),t},_renderAxisLine:function(e,t,i,n){var o=i.getExtent();n.get("lineStyle.show")&&t.add(new h.Line({shape:{x1:o[0],y1:0,x2:o[1],y2:0},style:l.extend({lineCap:"round"},n.getModel("lineStyle").getLineStyle()),silent:!0,z2:1}))},_renderAxisTick:function(e,t,i,n){var o=n.getData(),a=i.scale.getTicks();b(a,function(e){var a=i.dataToCoord(e),l=o.getItemModel(e),s=l.getModel("itemStyle"),c=l.getModel("emphasis.itemStyle"),d={position:[a,0],onclick:x(this._changeTimeline,this,e)},g=r(l,s,t,d);h.setHoverStyle(g,c.getItemStyle()),l.get("tooltip")?(g.dataIndex=e,g.dataModel=n):g.dataIndex=g.dataModel=null},this)},_renderAxisLabel:function(e,t,i,n){var o=i.getLabelModel();if(o.get("show")){var r=n.getData(),a=i.getViewLabels();b(a,function(n){var o=n.tickValue,a=r.getItemModel(o),l=a.getModel("label"),s=a.getModel("emphasis.label"),c=i.dataToCoord(n.tickValue),d=new h.Text({position:[c,0],rotation:e.labelRotation-e.rotation,onclick:x(this._changeTimeline,this,o),silent:!1});h.setTextStyle(d.style,l,{text:n.formattedLabel,textAlign:e.labelAlign,textVerticalAlign:e.labelBaseline}),t.add(d),h.setHoverStyle(d,h.setTextStyle({},s))},this)}},_renderControl:function(e,t,i,n){function r(e,i,r,g){if(e){var u={position:e,origin:[a/2,0],rotation:g?-l:0,rectHover:!0,style:s,onclick:r},m=o(n,i,d,u);t.add(m),h.setHoverStyle(m,c)}}var a=e.controlSize,l=e.rotation,s=n.getModel("controlStyle").getItemStyle(),c=n.getModel("emphasis.controlStyle").getItemStyle(),d=[0,-a/2,a,a],g=n.getPlayState(),u=n.get("inverse",!0);r(e.nextBtnPosition,"controlStyle.nextIcon",x(this._changeTimeline,this,u?"-":"+")),r(e.prevBtnPosition,"controlStyle.prevIcon",x(this._changeTimeline,this,u?"+":"-")),r(e.playPosition,"controlStyle."+(g?"stopIcon":"playIcon"),x(this._handlePlayClick,this,!g),!0)},_renderCurrentPointer:function(e,t,i,n){var o=n.getData(),l=n.getCurrentIndex(),s=o.getItemModel(l).getModel("checkpointStyle"),c=this,h={onCreate:function(e){e.draggable=!0,e.drift=x(c._handlePointerDrag,c),e.ondragend=x(c._handlePointerDragend,c),a(e,l,i,n,!0)},onUpdate:function(e){a(e,l,i,n)}};this._currentPointer=r(s,s,this._mainGroup,{},this._currentPointer,h)},_handlePlayClick:function(e){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:e,from:this.uid})},_handlePointerDrag:function(e,t,i){this._clearTimer(),this._pointerChangeTimeline([i.offsetX,i.offsetY])},_handlePointerDragend:function(e){this._pointerChangeTimeline([e.offsetX,e.offsetY],!0)},_pointerChangeTimeline:function(e,t){var i=this._toAxisCoord(e)[0],n=this._axis,o=f.asc(n.getExtent().slice());i>o[1]&&(i=o[1]),il&&(n=l,t=r)}),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})}});i.exports=S}); ;/*!node_modules/echarts/lib/component/timeline.js*/ define("node_modules/echarts/lib/component/timeline",function(e){var o=e("node_modules/echarts/lib/echarts"),i=e("node_modules/echarts/lib/component/timeline/preprocessor");e("node_modules/echarts/lib/component/timeline/typeDefaulter"),e("node_modules/echarts/lib/component/timeline/timelineAction"),e("node_modules/echarts/lib/component/timeline/SliderTimelineModel"),e("node_modules/echarts/lib/component/timeline/SliderTimelineView"),o.registerPreprocessor(i)}); ;/*!node_modules/echarts/lib/component/toolbox/ToolboxModel.js*/ define("node_modules/echarts/lib/component/toolbox/ToolboxModel",function(o,e,t){var r=o("node_modules/echarts/lib/echarts"),n=o("node_modules/zrender/lib/core/util"),i=o("node_modules/echarts/lib/component/toolbox/featureManager"),l=r.extendComponentModel({type:"toolbox",layoutMode:{type:"box",ignoreSize:!0},optionUpdated:function(){l.superApply(this,"optionUpdated",arguments),n.each(this.option.feature,function(o,e){var t=i.get(e);t&&n.merge(o,t.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"}}}}),d=l;t.exports=d}); ;/*!node_modules/echarts/lib/component/toolbox/ToolboxView.js*/ define("node_modules/echarts/lib/component/toolbox/ToolboxView",function(e,t,o){function i(e){return 0===e.indexOf("my")}var n=e("node_modules/echarts/lib/echarts"),r=e("node_modules/zrender/lib/core/util"),s=e("node_modules/zrender/lib/contain/text"),l=e("node_modules/echarts/lib/component/toolbox/featureManager"),a=e("node_modules/echarts/lib/util/graphic"),c=e("node_modules/echarts/lib/model/Model"),u=e("node_modules/echarts/lib/data/DataDiffer"),d=e("node_modules/echarts/lib/component/helper/listComponent"),h=n.extendComponentView({type:"toolbox",render:function(e,t,o,n){function h(r,s){var a,u=x[r],d=x[s],h=p[u],g=new c(h,e,e.ecModel);if(u&&!d){if(i(u))a={model:g,onclick:g.option.onclick,featureName:u};else{var m=l.get(u);if(!m)return;a=new m(g,t,o)}v[u]=a}else{if(a=v[d],!a)return;a.model=g,a.ecModel=t,a.api=o}return!u&&d?void(a.dispose&&a.dispose(t,o)):!g.get("show")||a.unusable?void(a.remove&&a.remove(t,o)):(f(g,a,u),g.setIconStatus=function(e,t){var o=this.option,i=this.iconPaths;o.iconStatus=o.iconStatus||{},o.iconStatus[e]=t,i[e]&&i[e].trigger(t)},void(a.render&&a.render(g,t,o,n)))}function f(i,n,s){var l=i.getModel("iconStyle"),c=i.getModel("emphasis.iconStyle"),u=n.getIcons?n.getIcons():i.get("icon"),d=i.get("title")||{};if("string"==typeof u){var h=u,f=d;u={},d={},u[s]=h,d[s]=f}var p=i.iconPaths={};r.each(u,function(s,u){var h=a.createIcon(s,{},{x:-m/2,y:-m/2,width:m,height:m});h.setStyle(l.getItemStyle()),h.hoverStyle=c.getItemStyle(),a.setHoverStyle(h),e.get("showTitle")&&(h.__title=d[u],h.on("mouseover",function(){var e=c.getItemStyle();h.setStyle({text:d[u],textPosition:e.textPosition||"bottom",textFill:e.fill||e.stroke||"#000",textAlign:e.textAlign||"center"})}).on("mouseout",function(){h.setStyle({textFill:null})})),h.trigger(i.get("iconStatus."+u)||"normal"),g.add(h),h.on("click",r.bind(n.onclick,n,t,o,u)),p[u]=h})}var g=this.group;if(g.removeAll(),e.get("show")){var m=+e.get("itemSize"),p=e.get("feature")||{},v=this._features||(this._features={}),x=[];r.each(p,function(e,t){x.push(t)}),new u(this._featureNames||[],x).add(h).update(h).remove(r.curry(h,null)).execute(),this._featureNames=x,d.layout(g,e,o),g.add(d.makeBackground(g.getBoundingRect(),e)),g.eachChild(function(e){var t=e.__title,i=e.hoverStyle;if(i&&t){var n=s.getBoundingRect(t,s.makeFont(i)),r=e.position[0]+g.position[0],l=e.position[1]+g.position[1]+m,a=!1;l+n.height>o.getHeight()&&(i.textPosition="top",a=!0);var c=a?-5-n.height:m+8;r+n.width/2>o.getWidth()?(i.textPosition=["100%",c],i.textAlign="right"):r-n.width/2<0&&(i.textPosition=[0,c],i.textAlign="left")}})}},updateView:function(e,t,o,i){r.each(this._features,function(e){e.updateView&&e.updateView(e.model,t,o,i)})},remove:function(e,t){r.each(this._features,function(o){o.remove&&o.remove(e,t)}),this.group.removeAll()},dispose:function(e,t){r.each(this._features,function(o){o.dispose&&o.dispose(e,t)})}});o.exports=h}); ;/*!node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js*/ define("node_modules/echarts/lib/component/toolbox/feature/SaveAsImage",function(e,o,t){function n(e){this.model=e}var a=e("node_modules/zrender/lib/core/env"),l=e("node_modules/echarts/lib/lang"),r=e("node_modules/echarts/lib/component/toolbox/featureManager"),i=l.toolbox.saveAsImage;n.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:i.title,type:"png",name:"",excludeComponents:["toolbox"],pixelRatio:1,lang:i.lang.slice()},n.prototype.unusable=!a.canvasSupported;var s=n.prototype;s.onclick=function(e,o){var t=this.model,n=t.get("name")||e.get("title.0.text")||"echarts",l=document.createElement("a"),r=t.get("type",!0)||"png";l.download=n+"."+r,l.target="_blank";var i=o.getConnectedDataURL({type:r,backgroundColor:t.get("backgroundColor",!0)||e.get("backgroundColor")||"#fff",excludeComponents:t.get("excludeComponents"),pixelRatio:t.get("pixelRatio")});if(l.href=i,"function"!=typeof MouseEvent||a.browser.ie||a.browser.edge)if(window.navigator.msSaveOrOpenBlob){for(var s=atob(i.split(",")[1]),d=s.length,c=new Uint8Array(d);d--;)c[d]=s.charCodeAt(d);var g=new Blob([c]);window.navigator.msSaveOrOpenBlob(g,n+"."+r)}else{var p=t.get("lang"),b='',u=window.open();u.document.write(b)}else{var m=new MouseEvent("click",{view:window,bubbles:!0,cancelable:!1});l.dispatchEvent(m)}},r.register("saveAsImage",n);var d=n;t.exports=d}); ;/*!node_modules/echarts/lib/component/toolbox/feature/MagicType.js*/ define("node_modules/echarts/lib/component/toolbox/feature/MagicType",function(e,t,n){function i(e){this.model=e}var a=e("node_modules/echarts/lib/echarts"),o=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/lang"),l=e("node_modules/echarts/lib/component/toolbox/featureManager"),c=r.toolbox.magicType;i.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",tiled:"M2.3,2.2h22.8V25H2.3V2.2z M35,2.2h22.8V25H35V2.2zM2.3,35h22.8v22.8H2.3V35z M35,35h22.8v22.8H35V35z"},title:o.clone(c.title),option:{},seriesIndex:{}};var s=i.prototype;s.getIcons=function(){var e=this.model,t=e.get("icon"),n={};return o.each(e.get("type"),function(e){t[e]&&(n[e]=t[e])}),n};var d={line:function(e,t,n,i){return"bar"===e?o.merge({id:t,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get("option.line")||{},!0):void 0},bar:function(e,t,n,i){return"line"===e?o.merge({id:t,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get("option.bar")||{},!0):void 0},stack:function(e,t,n,i){return"line"===e||"bar"===e?o.merge({id:t,stack:"__ec_magicType_stack__"},i.get("option.stack")||{},!0):void 0},tiled:function(e,t,n,i){return"line"===e||"bar"===e?o.merge({id:t,stack:""},i.get("option.tiled")||{},!0):void 0}},p=[["line","bar"],["stack","tiled"]];s.onclick=function(e,t,n){var i=this.model,a=i.get("seriesIndex."+n);if(d[n]){var r={series:[]},l=function(t){var a=t.subType,l=t.id,c=d[n](a,l,t,i);c&&(o.defaults(c,t.option),r.series.push(c));var s=t.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var p=s.getAxesByScale("ordinal")[0];if(p){var u=p.dim,g=u+"Axis",m=e.queryComponents({mainType:g,index:t.get(name+"Index"),id:t.get(name+"Id")})[0],h=m.componentIndex;r[g]=r[g]||[];for(var y=0;h>=y;y++)r[g][h]=r[g][h]||{};r[g][h].boundaryGap="bar"===n?!0:!1}}};o.each(p,function(e){o.indexOf(e,n)>=0&&o.each(e,function(e){i.setIconStatus(e,"normal")})}),i.setIconStatus(n,"emphasis"),e.eachComponent({mainType:"series",query:null==a?null:{seriesIndex:a}},l),t.dispatchAction({type:"changeMagicType",currentType:n,newOption:r})}},a.registerAction({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(e,t){t.mergeOption(e.newOption)}),l.register("magicType",i);var u=i;n.exports=u}); ;/*!node_modules/echarts/lib/component/toolbox/feature/DataView.js*/ define("node_modules/echarts/lib/component/toolbox/feature/DataView",function(e,t,n){function o(e){var t={},n=[],o=[];return e.eachRawSeries(function(e){var r=e.coordinateSystem;if(!r||"cartesian2d"!==r.type&&"polar"!==r.type)n.push(e);else{var i=r.getBaseAxis();if("category"===i.type){var a=i.dim+"_"+i.index;t[a]||(t[a]={categoryAxis:i,valueAxis:r.getOtherAxis(i),series:[]},o.push({axisDim:i.dim,axisIndex:i.index})),t[a].series.push(e)}else n.push(e)}}),{seriesGroupByCategoryAxis:t,other:n,meta:o}}function r(e){var t=[];return g.each(e,function(e){var n=e.categoryAxis,o=e.valueAxis,r=o.dim,i=[" "].concat(g.map(e.series,function(e){return e.name})),a=[n.model.getCategories()];g.each(e.series,function(e){a.push(e.getRawData().mapArray(r,function(e){return e}))});for(var s=[i.join(b)],l=0;la;a++)o[a]=arguments[a];n.push((i?i+b:"")+o.join(b))}),n.join("\n")}).join("\n\n"+C+"\n\n")}function a(e){var t=o(e);return{value:g.filter([r(t.seriesGroupByCategoryAxis),i(t.other)],function(e){return e.replace(/[\n\t\s]/g,"")}).join("\n\n"+C+"\n\n"),meta:t.meta}}function s(e){return e.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function l(e){var t=e.slice(0,e.indexOf("\n"));return t.indexOf(b)>=0?!0:void 0}function c(e){for(var t=e.split(/\n+/g),n=s(t.shift()).split(w),o=[],r=g.map(n,function(e){return{name:e,data:[]}}),i=0;i=0;o--){var a=t[o];if(a[r])break}if(0>o){var i=n.queryComponents({mainType:"dataZoom",subType:"select",id:r})[0];if(i){var u=i.getPercentRange();t[0][r]={dataZoomId:r,start:u[0],end:u[1]}}}}),t.push(e)}function r(n){var e=i(n),t=e[e.length-1];e.length>1&&e.pop();var r={};return c(t,function(n,t){for(var o=e.length-1;o>=0;o--){var n=e[o][t];if(n){r[t]=n;break}}}),r}function o(n){n[f]=null}function a(n){return i(n).length}function i(n){var e=n[f];return e||(e=n[f]=[{}]),e}var u=n("node_modules/zrender/lib/core/util"),c=u.each,f="\x00_ec_hist_store";e.push=t,e.pop=r,e.clear=o,e.count=a}); ;/*!node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js*/ define("node_modules/echarts/lib/component/dataZoom/SelectZoomModel",function(o,e,t){var a=o("node_modules/echarts/lib/component/dataZoom/DataZoomModel"),d=a.extend({type:"dataZoom.select"});t.exports=d}); ;/*!node_modules/echarts/lib/component/dataZoom/SelectZoomView.js*/ define("node_modules/echarts/lib/component/dataZoom/SelectZoomView",function(e,o,t){var a=e("node_modules/echarts/lib/component/dataZoom/DataZoomView"),n=a.extend({type:"dataZoom.select"});t.exports=n}); ;/*!node_modules/echarts/lib/component/dataZoomSelect.js*/ define("node_modules/echarts/lib/component/dataZoomSelect",function(o){o("node_modules/echarts/lib/component/dataZoom/typeDefaulter"),o("node_modules/echarts/lib/component/dataZoom/DataZoomModel"),o("node_modules/echarts/lib/component/dataZoom/DataZoomView"),o("node_modules/echarts/lib/component/dataZoom/SelectZoomModel"),o("node_modules/echarts/lib/component/dataZoom/SelectZoomView"),o("node_modules/echarts/lib/component/dataZoom/dataZoomProcessor"),o("node_modules/echarts/lib/component/dataZoom/dataZoomAction")}); ;/*!node_modules/echarts/lib/component/toolbox/feature/DataZoom.js*/ define("node_modules/echarts/lib/component/toolbox/feature/DataZoom",function(e,o,t){function n(e,o,t){(this._brushController=new c(t.getZr())).on("brush",l.bind(this._onBrush,this)).mount(),this._isZoomActive}function a(e){var o={};return l.each(["xAxisIndex","yAxisIndex"],function(t){o[t]=e[t],null==o[t]&&(o[t]="all"),(o[t]===!1||"none"===o[t])&&(o[t]=[])}),o}function i(e,o){e.setIconStatus("back",d.count(o)>1?"emphasis":"normal")}function r(e,o,t,n,i){var r=t._isZoomActive;n&&"takeGlobalCursor"===n.type&&(r="dataZoomSelect"===n.key?n.dataZoomSelectActive:!1),t._isZoomActive=r,e.setIconStatus("zoom",r?"emphasis":"normal");var s=new u(a(e.option),o,{include:["grid"]});t._brushController.setPanels(s.makePanelOpts(i,function(e){return e.xAxisDeclared&&!e.yAxisDeclared?"lineX":!e.xAxisDeclared&&e.yAxisDeclared?"lineY":"rect"})).enableBrush(r?{brushType:"auto",brushStyle:{lineWidth:0,fill:"rgba(0,0,0,0.2)"}}:!1)}var s=e("node_modules/echarts/lib/echarts"),l=e("node_modules/zrender/lib/core/util"),c=e("node_modules/echarts/lib/component/helper/BrushController"),u=e("node_modules/echarts/lib/component/helper/BrushTargetManager"),d=e("node_modules/echarts/lib/component/dataZoom/history"),h=e("node_modules/echarts/lib/component/helper/sliderMove"),m=e("node_modules/echarts/lib/lang"),p=e("node_modules/echarts/lib/component/toolbox/featureManager");e("node_modules/echarts/lib/component/dataZoomSelect");var f=m.toolbox.dataZoom,x=l.each,b="\x00_ec_\x00toolbox-dataZoom_";n.defaultOption={show:!0,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:l.clone(f.title)};var v=n.prototype;v.render=function(e,o,t,n){this.model=e,this.ecModel=o,this.api=t,r(e,o,this,n,t),i(e,o)},v.onclick=function(e,o,t){_[t].call(this)},v.remove=function(){this._brushController.unmount()},v.dispose=function(){this._brushController.dispose()};var _={zoom:function(){var e=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:e})},back:function(){this._dispatchZoomAction(d.pop(this.ecModel))}};v._onBrush=function(e,o){function t(e,o,t){var a=o.getAxis(e),s=a.model,l=n(e,s,r),c=l.findRepresentativeAxisProxy(s).getMinMaxSpan();(null!=c.minValueSpan||null!=c.maxValueSpan)&&(t=h(0,t.slice(),a.scale.getExtent(),0,c.minValueSpan,c.maxValueSpan)),l&&(i[l.id]={dataZoomId:l.id,startValue:t[0],endValue:t[1]})}function n(e,o,t){var n;return t.eachComponent({mainType:"dataZoom",subType:"select"},function(t){var a=t.getAxisModel(e,o.componentIndex);a&&(n=t)}),n}if(o.isEnd&&e.length){var i={},r=this.ecModel;this._brushController.updateCovers([]);var s=new u(a(this.model.option),r,{include:["grid"]});s.matchOutputRanges(e,r,function(e,o,n){if("cartesian2d"===n.type){var a=e.brushType;"rect"===a?(t("x",n,o[0]),t("y",n,o[1])):t({lineX:"x",lineY:"y"}[a],n,o)}}),d.push(r,i),this._dispatchZoomAction(i)}},v._dispatchZoomAction=function(e){var o=[];x(e,function(e){o.push(l.clone(e))}),o.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:o})},p.register("dataZoom",n),s.registerPreprocessor(function(e){function o(e,o){if(o){var a=e+"Index",i=o[a];null==i||"all"==i||l.isArray(i)||(i=i===!1||"none"===i?[]:[i]),t(e,function(o,t){if(null==i||"all"==i||-1!==l.indexOf(i,t)){var r={type:"select",$fromToolbox:!0,id:b+e+t};r[a]=t,n.push(r)}})}}function t(o,t){var n=e[o];l.isArray(n)||(n=n?[n]:[]),x(n,t)}if(e){var n=e.dataZoom||(e.dataZoom=[]);l.isArray(n)||(e.dataZoom=n=[n]);var a=e.toolbox;if(a&&(l.isArray(a)&&(a=a[0]),a&&a.feature)){var i=a.feature.dataZoom;o("xAxis",i),o("yAxis",i)}}});var A=n;t.exports=A}); ;/*!node_modules/echarts/lib/component/toolbox/feature/Restore.js*/ define("node_modules/echarts/lib/component/toolbox/feature/Restore",function(e,o,t){function r(e){this.model=e}var n=e("node_modules/echarts/lib/echarts"),s=e("node_modules/echarts/lib/component/dataZoom/history"),i=e("node_modules/echarts/lib/lang"),a=e("node_modules/echarts/lib/component/toolbox/featureManager"),c=i.toolbox.restore;r.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:c.title};var l=r.prototype;l.onclick=function(e,o){s.clear(e),o.dispatchAction({type:"restore",from:this.uid})},a.register("restore",r),n.registerAction({type:"restore",event:"restore",update:"prepareAndUpdate"},function(e,o){o.resetOption("recreate")});var d=r;t.exports=d}); ;/*!node_modules/echarts/lib/component/toolbox.js*/ define("node_modules/echarts/lib/component/toolbox",function(o){o("node_modules/echarts/lib/component/toolbox/ToolboxModel"),o("node_modules/echarts/lib/component/toolbox/ToolboxView"),o("node_modules/echarts/lib/component/toolbox/feature/SaveAsImage"),o("node_modules/echarts/lib/component/toolbox/feature/MagicType"),o("node_modules/echarts/lib/component/toolbox/feature/DataView"),o("node_modules/echarts/lib/component/toolbox/feature/DataZoom"),o("node_modules/echarts/lib/component/toolbox/feature/Restore")}); ;/*!node_modules/echarts/index.js*/ define("node_modules/echarts/index",function(e,o){var l=e("node_modules/echarts/lib/echarts");!function(){for(var e in l){if(null==l||!l.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;o[e]=l[e]}}();var t=e("node_modules/echarts/lib/export");!function(){for(var e in t){if(null==t||!t.hasOwnProperty(e)||"default"===e||"__esModule"===e)return;o[e]=t[e]}}(),e("node_modules/echarts/lib/component/dataset"),e("node_modules/echarts/lib/chart/line"),e("node_modules/echarts/lib/chart/bar"),e("node_modules/echarts/lib/chart/pie"),e("node_modules/echarts/lib/chart/scatter"),e("node_modules/echarts/lib/chart/radar"),e("node_modules/echarts/lib/chart/map"),e("node_modules/echarts/lib/chart/tree"),e("node_modules/echarts/lib/chart/treemap"),e("node_modules/echarts/lib/chart/graph"),e("node_modules/echarts/lib/chart/gauge"),e("node_modules/echarts/lib/chart/funnel"),e("node_modules/echarts/lib/chart/parallel"),e("node_modules/echarts/lib/chart/sankey"),e("node_modules/echarts/lib/chart/boxplot"),e("node_modules/echarts/lib/chart/candlestick"),e("node_modules/echarts/lib/chart/effectScatter"),e("node_modules/echarts/lib/chart/lines"),e("node_modules/echarts/lib/chart/heatmap"),e("node_modules/echarts/lib/chart/pictorialBar"),e("node_modules/echarts/lib/chart/themeRiver"),e("node_modules/echarts/lib/chart/sunburst"),e("node_modules/echarts/lib/chart/custom"),e("node_modules/echarts/lib/component/graphic"),e("node_modules/echarts/lib/component/grid"),e("node_modules/echarts/lib/component/legendScroll"),e("node_modules/echarts/lib/component/tooltip"),e("node_modules/echarts/lib/component/axisPointer"),e("node_modules/echarts/lib/component/polar"),e("node_modules/echarts/lib/component/geo"),e("node_modules/echarts/lib/component/parallel"),e("node_modules/echarts/lib/component/singleAxis"),e("node_modules/echarts/lib/component/brush"),e("node_modules/echarts/lib/component/calendar"),e("node_modules/echarts/lib/component/title"),e("node_modules/echarts/lib/component/dataZoom"),e("node_modules/echarts/lib/component/visualMap"),e("node_modules/echarts/lib/component/markPoint"),e("node_modules/echarts/lib/component/markLine"),e("node_modules/echarts/lib/component/markArea"),e("node_modules/echarts/lib/component/timeline"),e("node_modules/echarts/lib/component/toolbox"),e("node_modules/zrender/lib/vml/vml"),e("node_modules/zrender/lib/svg/svg")}); ;/*!node_modules/echarts/map/js/china.js*/ define("node_modules/echarts/map/js/china",function(e,t){!function(o,s){"function"==typeof define&&define.amd?define(["exports","echarts"],s):"object"==typeof t&&"string"!=typeof t.nodeName?s(t,e("node_modules/echarts/index")):s({},o.echarts)}(this,function(e,t){var o=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};return t?t.registerMap?void t.registerMap("china",{type:"FeatureCollection",features:[{id:"710000",type:"Feature",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"]],encodeOffsets:[[[122886,24033]],[[123335,22980]],[[122375,24193]],[[122518,24117]],[[124427,22618]],[[124862,26043]]]},properties:{cp:[121.509062,25.044332],name:"台湾",childNum:6}},{id:"130000",type:"Feature",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]]]},properties:{cp:[114.502461,38.045474],name:"河北",childNum:3}},{id:"140000",type:"Feature",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]]},properties:{cp:[112.549248,37.857014],name:"山西",childNum:1}},{id:"150000",type:"Feature",geometry:{type:"MultiPolygon",coordinates:[["@@Č^â£Ăh–šĖMÈÄw‚\\fŦ°W ¢¾luŸD„wŠ\\̀ʉÌÛM…Ā[bӞEn}¶Vc…ê“sƒ–›¯PqƒFB…‰|S•³C|kñ•H‹d‘iÄ¥sˆʼnő…PóÑÑE^‘ÅPpy_YtS™hQ·aHwsOnʼnÚs©iqj›‰€USiº]ïWš‰«gW¡A–R붛ijʕ…Œů`çõh]y»ǃŸǛҤxÒm~zf}pf|ÜroÈzrKÈĵSƧ„ż؜Ġu¦ö"],["@@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ìÉʖ¦â©Ż؛Ç@Vu»A—ylßí¹ĵê…ÝlISò³C¹Ìâ„²i¶’Ìoú^H“²CǜңDŽ z¼g^èöŰ_‹‚–†IJĕꄜ}gÁ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~Ĉ™Š³MEˆĸÅĖ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£µ"]],encodeOffsets:[[[127444,52594]],[[113793,40312]]]},properties:{cp:[111.670801,40.818311],name:"内蒙古",childNum:2}},{id:"210000",type:"Feature",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]]]},properties:{cp:[123.429096,41.796767],name:"辽宁",childNum:16}},{id:"220000",type:"Feature",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]]},properties:{cp:[125.3245,43.886841],name:"吉林",childNum:1}},{id:"230000",type:"Feature",geometry:{type:"MultiPolygon",coordinates:[["@@ƨƒĶTLÇyqpÇÛqe{~oyen}s‰`q‡iXG”ù]Ëp½“©lɇÁp]Þñ´FÔ^f‘äîºkà˜z¼BUvÈ@"],["@@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:[[[127123,51780]],[[134456,44547]]]},properties:{cp:[126.642464,45.756967],name:"黑龙江",childNum:2}},{id:"320000",type:"Feature",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]]},properties:{cp:[118.767413,32.041544],name:"江苏",childNum:1}},{id:"330000",type:"Feature",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]]]},properties:{cp:[120.153576,30.287459],name:"浙江",childNum:45}},{id:"340000",type:"Feature",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]]]},properties:{cp:[117.283042,31.86119],name:"安徽",childNum:3}},{id:"350000",type:"Feature",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]]]},properties:{cp:[119.306239,26.075302],name:"福建",childNum:18}},{id:"360000",type:"Feature",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]]},properties:{cp:[115.892151,28.676493],name:"江西",childNum:1}},{id:"370000",type:"Feature",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]]]},properties:{cp:[117.000923,36.675807],name:"山东",childNum:13}},{id:"410000",type:"Feature",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]]},properties:{cp:[113.665412,34.757975],name:"河南",childNum:1}},{id:"420000",type:"Feature",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]]]},properties:{cp:[114.298572,30.584355],name:"湖北",childNum:3}},{id:"430000",type:"Feature",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]]]},properties:{cp:[112.982279,28.19409],name:"湖南",childNum:3}},{id:"440000",type:"Feature",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]]]},properties:{cp:[113.280637,23.125178],name:"广东",childNum:24}},{id:"450000",type:"Feature",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]]]},properties:{cp:[108.320004,22.82402],name:"广西",childNum:2}},{id:"460000",type:"Feature",geometry:{type:"Polygon",coordinates:["@@š¦Ŝil¢”XƦ‘ƞò–ïè§ŞCêɕrŧůÇąĻõ™·ĉ³œ̅kÇm@ċȧƒŧĥ‰Ľʉ­ƅſ“ȓÒ˦ŝE}ºƑ[ÍĜȋ gÎfǐÏĤ¨êƺ\\Ɔ¸ĠĎvʄȀœÐ¾jNðĀÒRŒšZdž™zÐŘΰH¨Ƣb²_Ġ "],encodeOffsets:[[112750,20508]]},properties:{cp:[110.33119,20.031971],name:"海南",childNum:1}},{id:"510000",type:"Feature",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]]]},properties:{cp:[104.065735,30.659462],name:"四川",childNum:2}},{id:"520000",type:"Feature",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]]]},properties:{cp:[106.713478,26.578343],name:"贵州",childNum:3}},{id:"530000",type:"Feature",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]]},properties:{cp:[102.712251,25.040609],name:"云南",childNum:1}},{id:"540000",type:"Feature",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]]},properties:{cp:[91.132212,29.660361],name:"西藏",childNum:1}},{id:"610000",type:"Feature",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]]},properties:{cp:[108.948024,34.263161],name:"陕西",childNum:1}},{id:"620000",type:"Feature",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]]]},properties:{cp:[103.823557,36.058039],name:"甘肃",childNum:2}},{id:"630000",type:"Feature",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]]]},properties:{cp:[101.778916,36.623178],name:"青海",childNum:2}},{id:"640000",type:"Feature",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]]]},properties:{cp:[106.278179,38.46637],name:"宁夏",childNum:2}},{id:"650000",type:"Feature",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]]},properties:{cp:[87.617733,43.792818],name:"新疆",childNum:1}},{id:"110000",type:"Feature",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]]},properties:{cp:[116.405285,39.904989],name:"北京",childNum:1}},{id:"120000",type:"Feature",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]]},properties:{cp:[117.190182,39.125596],name:"天津",childNum:1}},{id:"310000",type:"Feature",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]]]},properties:{cp:[121.472644,31.231706],name:"上海",childNum:6}},{id:"500000",type:"Feature",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]]]},properties:{cp:[106.504962,29.533155],name:"重庆",childNum:2}},{id:"810000",type:"Feature",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]]]},properties:{cp:[114.173355,22.320048],name:"香港",childNum:5}},{id:"820000",type:"Feature",geometry:{type:"Polygon",coordinates:["@@kÊd°å§s"],encodeOffsets:[[116279,22639]]},properties:{cp:[113.54909,22.198951],name:"澳门",childNum:1}}],UTF8Encoding:!0}):void o("ECharts Map is not loaded"):void o("ECharts is not Loaded") })}); ;/*!node_modules/echarts/map/js/world.js*/ define("node_modules/echarts/map/js/world",function(e,o){!function(t,n){"function"==typeof define&&define.amd?define(["exports","echarts"],n):"object"==typeof o&&"string"!=typeof o.nodeName?n(o,e("node_modules/echarts/index")):n({},t.echarts)}(this,function(e,o){var t=function(e){"undefined"!=typeof console&&console&&console.error&&console.error(e)};return o?o.registerMap?void o.registerMap("world",{type:"FeatureCollection",crs:{type:"name",properties:{name:"urn:ogc:def:crs:OGC:1.3:CRS84"}},features:[{geometry:{type:"Polygon",coordinates:["@@࠿@ᠳ࡚с̶ʩт˷˔ƹͮɠͲ˖рԜ׷҄̕ҴNܾͰؼ÷۸ήԪ‡Үƴ̮¿ঞɪֶϤϲŹƛе²֭ĝDZƊĠǔōϭñėށ؅ਓɁȥԯ঻ƻԓࣗඩअ৯۝ڻो֑য়ߝล໥ϓ؇UļāļƫȖɩ̌]ᶼ̈́͘ɮ͜ɪ͚€®ĞĚ۪ƼɦːϪǰ;Ąߞᢌᣮ"],encodeOffsets:[[49130,8189]]},properties:{name:"Somalia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ƛ¬Ð@ĞÆÒªDZ"],encodeOffsets:[[9810,48188]]},properties:{name:"Liechtenstein",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@⌗†øĒ୬ͪࣆيʊˆ҄ؔ^˶ȇɪÈצϲ֌ĐФ؜ְദ׼ҢڴήࡔլİtʍԾ΃ʤ›՘IJʢË΢ǒŎɽĠPĀmǶVǢgΤ̑Įவňȵ’Ǒ¼ýĈå²yĞÇÞ³œëąÍĥʹ೵]Ɂ³Ɨ{‘ΡʼnƑcăZÉSÍƫH˃ǨǓѭLJƣġǥÕȿÕǃñÿśıƇħěŽđұĿЍU“ƉÝå‹Sĵ^čfʉdʇǍ·ƒণ֣oۋ@Ĺ"],encodeOffsets:[[-8891,28445]]},properties:{name:"Morocco",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@⌘…@ķœ@@@Ŕ@@̷@̩@ǕBȍ@ȋ@ƍ@ĩ᫫@@ɋ@΃@ɭ@ŕ@қ@΃Oх̉űƽw½gΉɩķƯtįQJ–dz˜՟TšRšPėRŏᇷCฝCċα`ý§¨Ƙ࢘Ӕ׎ŰшΞ׎LJĹèƤ࠴݂Ģָ͌܌۴КͲޞŚƀ","@@i˷@@j˸"],encodeOffsets:[[-13351,28480],[-8984,28120]]},properties:{name:"W. Sahara",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@A@ƟwđĵȏÒʁč«Ǔƅ@ã̌Ο˘SǴʒÊÆ`Å_֡˰ϟʊkˆIŠDZʪĠɁ˔˶àϷˈȘѬ˻W²ɤ˲ÚͩǀºĬȋːÈĆѠŎNJĘȘoø`Ȓg¤_€cº·¶ÙȈėÒ÷´›fFfV\\T^Qhɿ՘ɳ†kĝƱƨ÷YißMµGuOD‡Ǝ‰Ĩãɰ™İŸÈßĜhŴĬŬ~Ũ±â›Z‰ƒ]ãNÇk¹ėnjƽɣȭkƒěHãƺ˝Ǵ謭’¡İÃƩǝÿďȫ•Ẹ̀Q‘ßço}ß]ĕUΥ@Ʌ±@@"],encodeOffsets:[[22080,43262]]},properties:{name:"Serbia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@хǑޟ˜ܯőࡡԧ¡á͘з¤̧սշŊƉ™ˏͭąٝ°̺׿ٓɥɓӱŒз·ʫɫƚν@ӧʟƆƋʇğԻzЛϭĭ޿ॕʳכ]ʛŷѿĘࣻõЍĺٵȀ͋ĠШъȒȢȌȜxèFƆ·ǴăĆˁȡ|ɍ‚ƒZ{ƒZØaŤDĠŽƲDèij̎őͨaŦ̰̚˽êóļ@͒ƂDzȸZíĊ•´ubSv\\vÀT˜„ΠŠhňǞjΔö’´ƌ„’FgÈèTɶǓЀ«Ȁǫ͊î̲džzĺîĢƘ؜Ɣ˒Ř˞Lj°òŠńƲъ„ÖŖ¾ŚšǶRɄJǮˊרȋ¦HʲpȮ‹ńċľsĺ¤ÚR|¼[þJ¬wNwNÌÛļûĢmnjÂpp^ªô¤ʂĸ®T¸S–Z^‚b\\~VvL¤QȂƓR¦„¼¶^ê}ĞlôÒÈŒ”ǐ`Ɛ™ǢbÀèHϱĸ^ŽǠŶˌ̆ѨīÞŗ­Ƀ”aÎJĊtÄB~oűځĈʁŔů࠰˨ȦȨˈŢƠ®ĈRľsª_ÂW\\—a÷ËvkĄOΘĈŠ˜²˜ʹkҋČѼ­§MÕryŠWJ·oğ}ƽáHiĸã|u^Q"],encodeOffsets:[[76331,37911]]},properties:{name:"Afghanistan",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ÂR̮cҮƠ͎Åǖ@ǔˆ|ɔDªĞƶHNJšŖ̈ƄĺTNJ|ʖ€ĞGR_¿ƽA½n½¦ƒʬGɼEҾi°oČ଩ýٵ͔ӑĠճēśnʕ¬ÓŠIàþÖÚ~ɈqɘM͚IJ̴™ŐŢdܓ×މoěG±ðƁIĵY൑@ȗ@@ڟ@ˑ@ˑBౝǶ֡া࡙ࢳǑ೟Ƶҧƀ਩¼ҹͺሹTᅍeғ̴ʟÌՋȭǃN‘OėFǗ–ģµƇoŒ͆ƖËܼɠˌ҆ლζ֌θɌƴȞǀЊ¢ݐс޴˫ߚ̢̤hˊүஒґۤݴɦƌOՎNዲQĮ…ĘÇƈǕžϡÐŻĚƉÆ˕Ԃۻ"],["@@̆Ƅ„_øęÞËr___ğ™ı•ͅ˭DeÌ·‹ӏɫ‰θƅːОΖ"]],encodeOffsets:[[[18002,-8293]],[[12802,-4697]]]},properties:{name:"Angola",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Π˗ä̋ÝԍȄ́ɊßQÙÚŷűŻȉ̍ǝ©¡aq›uwW@yÐğBƧůÙPь‹XkAűˬѽ̨ŚAĹɐȨࠐDŮȡæ½ʮ̾ϦŒŷɴÒ"],encodeOffsets:[[20546,43569]]},properties:{name:"Albania",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ł•^ĊĤ³"],["@@ɨ÷ϫƯħƾƊ¡sƜƖ"]],encodeOffsets:[[[20135,61632]],[[20470,61800]]]},properties:{name:"Aland",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Ɵ½íIir[ò\\¢Ö ÈOŢ~y@esQm"],encodeOffsets:[[1747,43524]]},properties:{name:"Andorra",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ʙOǘøĂç"],["@@š‚ȆĶãŷ"],["@@ø֟˗ȫÁǸǣï…ԿƖw´ŷѡĹÂĹ˧څ[˥ççᒣʾ߳४oǪǘÚȱɴ‘ѼƸॺí̆ĐȾĚ̌҂ৎࠠŞɦò_m̙ź‘"]],encodeOffsets:[[[55223,24758]],[[54613,24841]],[[57650,26267]]]},properties:{name:"United Arab Emirates",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ؠQۓƫĵÜǪĢ"],["@@nᇜ͠έLJvµǥˠ›Ÿɏ׶УࢸНࢴŧʕȣ࢑įԭņ౳¦"],["@@ȴǛߖȡפϿବӗɒ˳͉ӡȧɇ“˽ͫЛoÁŒıξ”บɿɮȜǴGƌùÚD涐ÌE悶̆ž rºʒàǞȔɌͦžʮbΰƠ¥ʐĒɜũȈԵƛ۩ЧʩхŃɫˇԽ˳ŽƩǟXࢣ਍ʉƽƯɃƅę›¡•ě½õijģ“ă¾ɣÙßdƕqùşȅiߜ‘l•gĝ‡ëĿēk©z¿HÃiÉZǜÁEÕáųeû¤ͩɅŷĻҩžѻőēȰ͗آ˯͆˿Ʒ̛fʳɔɧ˜¥ÞщܿਟՍ̍൱ͷઃŻأ€УƊϋȰʼnŁMĒå¯̩ŽÍīʩžБůǻӃǿ֋¥਻ΤɛŧŬਅϘŷƒƋŴcˎ’ňƗ¢θĖƒƙZ΍Εƻϟ̲ЛŹ³ýתǭѫȁ΋͏Yש͏͍R̅ҧšكʗցڛþؖ͟ӁٺóɖɁÛʗΉǁʔ@ľĩൿࡕǿʛş֡γƻ·̒LƷˋÉ͎KƨůԹ˻˃ѹƄ†ƒеίăрýѬ֯ౡ̊࿩fЩϘÊܞƛØգŋ̉Ԩ«֊þŴ˜\\Đʊ͐ƢÌ̮ȒĠvɌǃȞƠ͒ψʔ‡̶ȬưƧЮȴǨī̀ͮȺȹ̒ϏÚmŎڬRĐǠ«Ĵԛ¶ŞϢȋӨżĢͩȺŽب̜ǤƉͬiߪȊʼğǤƄž»͖Ʋ„Ś֖Ҙˤʷ۾qޚŘˎմϲUҐŝɶƌČ˺܆ǚ܂߆ɝèÀˊ˻ڨĠł˥͚ÆΞǰłƀ֌ǒFĦƶīĆÉيǘȄƞׄМЪˠ٪Ɉ\\ɰƖɭцƪˈƫ؞Ǫˠƫ̂ʾ̘ݨ̞̈ࢂƽưǢʾɼʚ̆Ē–¼”ʆİxzžEÜ}™ǘşöãîSƖ`Ѷ_͘ijèţžħ‚čÔƧ¢Çd‚–NJʒѾ°š࣠€Ǽʗî·ƚ÷ƄƣΔӍ׶Ћ"]],encodeOffsets:[[[-66098,-56029]],[[-70300,-56170]],[[-62550,-24224]]]},properties:{name:"Argentina",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@́{ř̮ǯŔfƖ˟§ʭôķƶɛ½Г˲Իðą̘ŸȦʁ͚՚Ú؞Þdž€ǀťıÑѢȓǫƣÜşєʣßǫʳ¡Ժ͏ɼīŷȀƭƹúʇ"],encodeOffsets:[[47607,39841]]},properties:{name:"Armenia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@āɆœƃë"],encodeOffsets:[[-174823,-14695]]},properties:{name:"American Samoa",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@īƨǜMïƙ"],["@@΂ŜªūȩÃŚÕٸǔȢťƙțȃúͽñȐŵɖ¨ĻƣࠅƦƇƥƫJÌ҈ħĊȜͼŒǗëȃŐy"],["@@ƥÈè þħ"]],encodeOffsets:[[[70946,-50236]],[[70846,-50288]],[[53079,-47554]]]},properties:{name:"Fr. S. Antarctic Lands",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@ťowîÐÒĎŏ"],encodeOffsets:[[-63197,17446]]},properties:{name:"Antigua and Barb.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŸēǡÎƮŸÔı"],["@@Ȫb࢈ͥ;ðŀùŢƨϸQƖƂɂyĄþȺÙńଡŇȶʏԑlԟƇñĈ§ĐŸþȏêķǁŻȲ­ΧȻºæijǡ˱˙Ĕщ£ƞǴ¼˫p͕̮ʏאɨɗ¢ŚƹǪą¥FƪЅՊĵΆÔʸ˚ĩ"],["@@£ÝÏÒĴL"],["@@‹éŠżBÑ"],["@@ÞƯ͑êʴĆ"],["@@ʠȓbƿǩõ˵͢ȞĨ"],["@@÷Dzƌ˖Š̻dzƋ"],["@@’Çȏ|ƾŒ"],["@@˪ZǎŁϟȅƩȩüϡ¥ǷŤĈŢגƀɀyXı"],["@@ĥɩRʨĔ}"],["@@ǿɪcɂȤѫ"],["@@čǘ¾̞ǂǀédžĨðþ˫ɭֿ"],["@@þCȷǡȸĨ"],["@@ŅÁĮƶXij"],["@@ĕP–ŊÀř"],["@@jɇǗȞƮj"],["@@„ľàēģi"],["@@̉ƙŒɲʚÔĢĵǃµ"],["@@ųÈÈĮìƵ"],["@@ÕgIżàœ"],["@@ěWÌŖĽ"],["@@ƪdũʉǤģ³ğҷèö̆Țǂ¸Ņ"],["@@īPþŸnƇ"],["@@ƃ×ʤǮşŕ"],["@@Ŭřҿ|żň›ƴŢŠƒ˽"],["@@ͼ–ȶŨɪȹӳЩρʸŅΨȠƹ"],["@@Ñ»ɆΪƳ̭"],["@@ğɠĂÌ^˫"],["@@Í̉ʖ˱ƺڭʟǪԝǤĩјȚƦɕ՞ϙŜ௳ˠЉƂƒǶ؇ÿՙʪɽ¦ΣٌΓɼ^˘͡ࡢѧŀLJŻZĥѪқȾϟɀܥĴ¨ŶƇȰŔŦϸͧxƦĔ…ƞ࢑ʼ˙֬˵ʤЋ˜ǣǔͱɔȗÒ͑ưů¡ਗϬ࢝”εӯཝñܹ͓ԡõͥ˫ȩzá̏ťѩ֯W̃ſáĜq̡ЁÉћԟۏɗාϝȯകƍࡧؕ՝ÁĴƕŊ®Çʱȭɾȉ‰ŧȢͥŌŪŢÇŴƷL˩əȯƈǎGǪɆȓLjеȥɨÕृԡࣩκؗĬŋįƛr΍ʌԷưԗնÔӪŅʔٓڔǬ¶ĤóMȢٕɡ˳|˞ӶkɖͳԀͭࠉڷąŌ˘̈́DĒلςӨã͈ŠĚǫѠNȳ̷̉ǡλڵͳҏՋàˑƩĴŧÝѳ̖ĀĊȞÿȗԸˣ˪ĉʢƵŜʳtŅƼÕȘńdNƶӋ˺ϟpϣȒҗ§࣏ј̣ĝഁ±༱ԕ୷ƒঃӭџŏإݵଗÙ÷İտ¢ಧů͹ͥұģٓэҭģࣃĢѽNJΟ̴ұƞ_ج̬Ŀ˘ϔ`఼Է॔ȃ஖ׇࣀř؞۽঒Ś½„ƎȎБŸ‹ĒĂbƘϩԴ´ĪɘșVʣŊĬŚʵĊÓŀĖAπڟஔÔӈɤϜŽшĥɶ˸َϬfջȢŢ˨Ѥغ˨Ұϰא̈́טÉښ̄ҪĨ̒ɢМ—ஊκ˸ʆи۾ј̬ǕӀĪΎϬ̊ɀ̎Ӿ࣫~ЬȨ÷˜Ǟ͑άŔØeNJĺ€ŊǃƼİɌĻІ]̯ĔXƔƈhÔȲŧďĻǶ¸ɞĺEŌȈ̶ƗTŔƍEÏŲǘƀˊīƫ;ͶȚ¢Ȑއ—ȧƄ¼ÐůŌļ„ѤŊsØƉŨŨƖšǰǤIƖńœҰʍ؈֯ġԱðĖĊÕáɊʹɦМğƂɵ¬ʐ̮ɥFʐDznȳƴþøˍƒ˦Όň΂ΠɪĿƂ„ǀȚɨǾ”JǺȶŃLdžΘʦŬǫՂGDŽĂƂğČƈǞXçöš͖ǗƂͷbȿƢŜĸǎʼnƬô̌ʁɺĈȊʡ؀ŁќȅˀÌʦǫǂwעͪǽ͑ʮdÖȗƮWÌňáŎnjȆɶɱƬc¨ęΉι¶ǿŏȅƕò̯ƓxՋҥە¤ƑلЗðƓΎīäǫǾ`ל̕ҔС٠ƱȨίڌ̽ЎàˎǮϰߜˬ஀đӲÒˊĹ̘ƢҎˆˈǢɃȼVŠƴ̀úßǨजʎȪۓ©ŁȐȭþץʴŏ"],["@@ëµ¹ĸȤÞĥ"]],encodeOffsets:[[[150893,-44438]],[[148525,-41765]],[[151795,-41487]],[[148260,-41478]],[[151887,-41274]],[[151553,-40711]],[[147383,-41078]],[[148803,-39414]],[[140899,-36596]],[[157224,-28094]],[[115900,-26678]],[[156752,-26368]],[[154775,-24054]],[[118217,-21286]],[[152621,-20778]],[[149789,-18668]],[[142807,-17525]],[[142857,-16970]],[[140384,-16156]],[[127588,-15771]],[[128204,-14929]],[[139996,-14135]],[[139508,-14156]],[[139611,-11880]],[[133591,-11959]],[[133754,-11649]],[[139877,-11651]],[[135776,-11574]],[[146616,-12241]],[[145690,-10961]]]},properties:{name:"Australia",childNum:30}},{geometry:{type:"Polygon",coordinates:["@@ñDZʀ͋ãʣթƒɊśȝŕV̡ͥťŕƻࣃÑ˿ǥ܋ĶǭˆśFƵ^׃Čù~·¶½ÚĩČo¦ˆ˜Š„I\\wPͥąȻXā]ǁMġ‘Ñݍ½iÇOĉLÍfϬğPčBuTD†‘ÆÅjǹőҫǦ«ǶĈǒď´ȌªúoŎŸÀvqL±Ŕ{cíƼòˆ¨ˆŔšSƨLêoŌGƚŃ२ȐdxMÀZR¸_ð@Ŝcnj_î}t_aDuvkΉø}žDd~bÒLÚſʲƘNjǼϤǐĜ|òÀ¦ƞXN`TŲAŲNZ†JłXhȠƑբE͂ͰࠬȱФ–ΆǓ"],encodeOffsets:[[17360,49766]]},properties:{name:"Austria",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Փň֍ը£¬ɜ¾ĸƵʮóˠ¨eƕǰœŚ̭"],["@@ݒ࢙ˎǻ΀áƸȋϓŒ̯ĻȏӯŽɑǓˋŷĔƃʝ\\͹ɵqԃόʞƒǁȆǾƄ˛ʈ౉ٷùʈƺ‚ǿƮĬŸɻԹ͐ʴ¢àǬѓʤÛŠǬƤѡȔIJÒƿŦǺŐÂvڲɟ̂ěĔXüҊðT”­´ˁƐķǎȸDŽˎßӌѽЈéڂը"]],encodeOffsets:[[[47222,39811]],[[49739,42849]]]},properties:{name:"Azerbaijan",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@guûƿcy¤«£ŇR§è—öcʕÐO€ōiƃ͇͟ϟչȕů˃LLJԮZپǭ˪ôľʎdzʶ^ƜàÀ̈́ǀÝʔĔŨñ"],encodeOffsets:[[31287,-2457]]},properties:{name:"Burundi",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ʦq̈ʣȋ˥w†…Aá\\ğí£Í}©™•ž͋ʁw՝ɸ£̪ɯljͫVtɴСºÿƞ˓°Ɠȼ̇{ȟ̆ۚɾèōЂ˘ƮڰêƸDžӨŁđͅ"],encodeOffsets:[[5831,51994]]},properties:{name:"Belgium",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@“ÁÁŏEĕŶǽbm…l“’ʻàƋ¿ǃĿQ›ͻɷȍɽ׏ɧ‡Ó֩aл„ɍ€Ù†ÃAƒck_wL˝‡óVŃjån»k¥cÇ{ȍ࣫ŹžàȹזĀJqႬǷʾ±ՔӇ͞ŚԜѴϠҮyΆДo˚τƌڒׁ"],encodeOffsets:[[3682,11977]]},properties:{name:"Benin",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@­ΏȀɃ ɯǂɥӪ̃DZNC˕ӠͿҒÈĸȡŹƁˈ΋΅Гҭzѳϟ΃ҽƊȗ¨˟ȩΑê຋WíͿļƇVֽ^óºĽV«ko¥ƒ¥D·Øs†ŸÜ“Ü­†­€ÃĆ¿žÇYʕ–ǫM͟ŕïÅćÕDķÚĉSą˜ґӂɗ̄ԮȬ˪ϞӶȼɪɘ©ˮɈĸď˚ƬǀǠĄΜǿȎĈ®͆ʢUÞʬʌɸЊ¹Şʎޤ̨ʐȒѲXϠŭ"],encodeOffsets:[[223,15270]]},properties:{name:"Burkina Faso",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@÷r¢dž–Ƿ"],["@@‰ç\\ƪnā"],["@@ęψΒÒ́"],["@@ũĀšŠĐȟ"],["@@əqƒɚƫѐĀzɮ͇ùͩ"],["@@|JeƊÊAɪ̻ɖnńĊæŶɫD͍oȉZ¬WɆÕв«ாDΚȍéāőžo[Aġğɷ­ijǽǗij|̓ŧǃͱǖӻÞŌİǩÈWŎÖFȠˆÖŰŦQĀ@ô¦LÆ[ǞLòχzˁĒǍx¥Î՗\\ÏPVЇŽƉʧŒŵūŨуɣ͐ljনÇ«ˉӴɛȱɩ›ʑή©ӆ£ƛʉ†˔ǃſѝƲ͓͝ҁƇ¶Ŝɨɉő‰þÈ̎ơЛȱǻïђḍūNjɓŶ™͸ʼn̜iǰ¥ǔàŬǡÌuȦ¿¶ËľŐˠ\\Ê\\ĮNœUšå¨ťjƉĜĥNátÉįÞLŒ`¤ĖǜLú„AºäìȐİ@̚ˆ\\Êõ˜ïƂɡž̗ɲ‘~šȸƶƜĚĦ­Đ‡Xfæ۝ƒȏɐ"]],encodeOffsets:[[[94157,22025]],[[94079,22357]],[[93339,22708]],[[93755,22920]],[[92957,22620]],[[91076,26876]]]},properties:{name:"Bangladesh",childNum:6}},{geometry:{type:"Polygon",coordinates:["@@ĵ̓˧Nǡǭ‘νͻɿѼнҏmƱŐ¥\\ȝ…—é‡ɧuÇˍÏŵsySyFyĵxÿckkgÞŵXñg¥Í…ţśfɏŧ‡ŋiБĦƫòwr§î}FγyoµkQ́ÕċAđZ½SōGëÁȫ^ôͺƕɈЯːà^p~àèR’Qnół~ǴˬŦƪǞįđ¢«®dzĎƹ˞Gä„ĜlŽ‚šĄÀŠŠ˸ƩƇʼn¨ħᓞƏ؀˲ܸƈ˶ŭϬ˴Ƿ̨}"],encodeOffsets:[[29272,44793]]},properties:{name:"Bulgaria",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ÛĝƄHɜĬXl̛"],encodeOffsets:[[51822,26505]]},properties:{name:"Bahrain",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@řǵѡGBņƂôʎ‰ƪƄ€ĵ"],["@@ʚďΏ¬Ķ¤"],["@@Ï{̶̀¡ǀĖ`\\lj̵˙"],["@@ǽWņɀĭ"],["@@͏ɬþĒƻʹЎٱ"],["@@̻źxÌ̄ȅ"],["@@ĹĉrŖĈ‹"],["@@ćïŞ¬®áWͯǓ\\ȓϾ˼|"],["@@Ǐ»Ăńˋ΢ΚЩ"],["@@Ƿ`ʊvѕ"],["@@CȳʣƧďǦȃ¨ËêNJv€ҌȤęȚ̓"],["@@ʰſǾLJ—ЭųƚĚJ¬ʠǫnjɁĴƇIÐŚ¾Ý"],["@@ӐۑDžȯDŽǀěǜǺĖÍ"],["@@ƩĸƀŎPͼɫʈη¶Έ@Ͼ̽xǑŇý·˱"]],encodeOffsets:[[[-74779,21702]],[[-74794,22968]],[[-75987,22747]],[[-75834,23269]],[[-76636,23444]],[[-77480,24013]],[[-76215,24646]],[[-79521,24832]],[[-77115,24781]],[[-79203,25615]],[[-79609,25301]],[[-78488,26100]],[[-80376,27371]],[[-79079,26526]]]},properties:{name:"Bahamas",childNum:14}},{geometry:{type:"Polygon",coordinates:["@@˼Xȗѫϸˇ˵ßɂ˓ʩğ{D©OS«^­To_ðƛSáM™®ëNď¿Ù«§ǟœ_›™nLJäŕġå٥˲ç”ÆÌ̓τࠉ֮Ṷ̌ͬȶªΎȬVɞƱȦǨ͚¼ݨǗ܌@ƤǍƞ["],encodeOffsets:[[19464,45947]]},properties:{name:"Bosnia and Herz.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ŘñࣸįkŻº¹Î“ŰÊ®fº@ät¶Œ²ZĘQLjR͢ƭʀąKơãÇUoHy±æïh¥@‹ůŕs­[¯PmƼóŚŸ~oÝőĢĪƉĖăȌíƎ¯†sX}Wŗãy›ÈeƞJǬ_ɀŅɈˇ»OÇaĝ•˝ƭʕ^ƳĂɁI{Uo½ß›™Œw¶³øÑüÁ~jȏOȃpw¤m”•ÊāJqǃNȑEŅ¯ȥGŕÿ÷µóåëĿ§ýzÔ»TÃj©ƵåʏǢۃăȳȶ“C¡u‡w§Sßkıě“L•d£ðÉh֡~ƅĩSĂͥrubŅŜËRķMƯbࠥŸண±çýŹġůÕwKñŽÓ\\íHýĭQM¢ѮБȸجОαজØiƦMϨŽž}æwʬòŮIlpŠĶšvƪWÆlʺʂàšwl¥{‘Ú‡NJ’¿Ħïd¹BSjjž¬êÄڒzNvSņŘǜĘxň`è”Úĸ”^ʺQ ØņÌ_jáZƻXrX|¦Ü¢ĊpÜFœϬƎѲӒ̂"],encodeOffsets:[[28824,57491]]},properties:{name:"Belarus",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ÝŝĔɜuĽ"],["@@˵CÒྪzƀ˞KʄИȒv­ħȀOœĿƽԭÌÿğݑӥد"]],encodeOffsets:[[[-89961,17841]],[[-91027,16272]]]},properties:{name:"Belize",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ŏgǎнõ"],encodeOffsets:[[-66283,33069]]},properties:{name:"Bermuda",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ĭއҀޕU฿̇ѥޗAх̽গljȤࣟ¯™ʑѽ•ljc¡ÈÓƨČĪçŤ͗Ĵѵ`ƕ_íTõäǗŠšÛ|Hwy…į“ė•»̅đɻʙǡʽƕƒǽ‹ǷZí´Cˢʯ݀Uˌ̣ͰØɰɗƜ[˾ǖŰDÄgžįĮEhļƊĦńMpkx̭ʐġŀUž¡ƀÅ̾«Ŝ¨Āǁî}nǕξ@B@œUÒĽŠl¢ԔҸWƔDŽŚ̽DŽǡѐȾͼǝɰ^ƘЪՂǟФĂڬʚ͆ݥನ̌G͌±ƜďɾĀ˜ˆä|ƀXĨiʲʘۺЬরǀĈι]ę綕³S·Ħ͕VōÇȅǢх͸ʹؚ̨͋˼ǝɼVʬ˟ծƋnçŴƑÐÁî±ǶBÄaĂ^ʌz¬RӐʥŒՇČ֛ŇIƳI¬›ŴƥŚƋŠΟhȗXŗ൚¹”DÖf¢r~AIǥĵƅO§fǭ–ƛlŹ¢¡̜șðgÔjš»RĉIJɵÚƥúûßÅŵϟµƳÆʼnΏיɪȡu‘Õi»]ÕăÅ["],encodeOffsets:[[-59555,-20648]]},properties:{name:"Bolivia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@˛XȦņƦÑ̯"],["@@åĦłĴ›ș"],["@@LJMŲƘ–Ɖ"],["@@ȗ}İĊĨË"],["@@ק™àĬœFÓ"],["@@ÚǼÊĥţĕ"],["@@ĉćĮːcȇ"],["@@ř¯–ĘĄ§"],["@@ėeɐ̮ŒξʖĞĀĿī̗ҳ΋"],["@@јÆ؊őυࣽǣĽőĐ½ƽɭôçǛǻßɕòχëɅҢ€ĨŸpŏtñƞŴՒͮƀԶĥ"],["@@ɯǑģĐǐƨDŽå"],["@@͕f˜ƬŌçÑĩ"],["@@ƯʓΟÈÈǂ҈Š"],["@@cūƯ¾ɂҌ’˧ÿĵ"],["@@ĝ…iƂȈĺÿȵ"],["@@Ɓy…ǾŰ\\˜ǟ"],["@@ŁIJǡÀ¿Nwʫ̃şݭĘ˝ŒõXŷOƅI½øŻŌŸʰ˕Άƥ†N¶œ„ƢHLżĢ˜`¢’¶ʲɪňĠfà‚ǜH¤nȒȦ–Gðn҂vQ°ÍÌgФtϴċ´^†~PøLÀŸ²µÀ­âÁnP’–––ptzvĖdffHȐĩ̄ˆ”¢¸VĈ¢ØOšRĜvJV¥–§¦ŸżQr犁œArY–iˆ¡èʬñ̦ȠܪťːˊɌպ֦݈Ęɀ˞ǽь࿫Ɍʯтƛ¸йͩ˝ϯԧѷʵוઁȻJλǃ׼…ࢬհǤەʌɇͺƸɾā;ǎ˓ޥƮŸȸӴȂòʀ˼ȺŁĨŎıôfȾˮ΂ҶÌŜąjŞ࿄ؕṇ̌Ɇɂ̘ɣµÅņ®ĨʳǿdzĀĝȒǤ®Ǔś‘ÍƗőՋʈɔǬЊļmñ˅ɔȎВæÚłόõ׀˝̼žͬƛࡌĸєÇనܗΪн΢́˚ķńǗӬƹ࢔ƂķҸ๱Aߑэ੓ΡЅŃ`LƉљՕ̵ƿΑͭơ˭EŶˣ܇ˣЭ͏̿ʏ˾ƉƕôįÑȩǏǽ·ȉĎu¹ίĚ\\įԽƮ৫˓ૃ¤ѳйңŏ્ǽƛͧ۟ͥ˯Ƒ˧ýɣ гףʻɱɩ¿̭ޓiǑȰÍɡ֥ğٚʢ¢ǃĊ٫ŧ‰ŵĔÉً˛śǝяNݩχषڣºŏɯȻbĚǻŽÕƝɋؒĻʔėɝȹöù—ȳŇ÷ǎީÇ݉ƭпЅʝЋЭҭࣁԹۧऱܙoʆ͐²΄ʢĢ̞ƴrdžɄǘwɺŔYdƼϯīɯˬŠˣĿ͗ÛÞŭαϹɹȅуÈʁѱࠃ׿ԕwJÅzË®@РhÀ|’ô¸îêĄĚö쁴ύɸƇ̄ƃĖʥĈ̶̯ϕǦ±‡ç†͑ͺtqMo…]ƒţģŃßU«B[ôhż΅͞Υ˺ʍ‹ÿŝ˳n³Öœ¢ƆĚưɄʊƾࢤ਎ǠWƪԾ˴ɬˈцńШʪƜ۪ȇԶɛŪʏđƟ¦JŤŚǴŒĊžۆ‹Ƭ¨ÀtfǕŪƻơ̈ƉĉoħgûZã\\£wð@Ö_Ę¹ºi áކŇƆMĐăĒţxǕ@±bűƠ«`˝ƹ঱ŸZʼĦڨíʶÁ‚oNJm¦ƒ|ƒ¬ƒ’[²kÖÆ\\ÖĄ¼^Öjv’ƙŮďôΒך]ń©F¶ƴŶϠàÆùüÙƦıɶQĊ™¼ÓiïhǷŴţæ¡¢kź•ƜeǮP¨ĶƆJǦ}B¡qÕe“C൙ºWŘgȘ‰ΠřƌųƦ«œʼTċ֜őՈӏʦ«Qʋyā]ɹ`í²ÏÂųƒmèխƌȿNJ«ŖɹU˽ǞؙŽ̧͌ͷʺǡц²̔ĥ͖T¸–´èŜ^Ěćκযƿ۹ЫʱʗħjſWã{˛˅ɽÿƛĐ͋²ȝPĭGăEƑlķFė«ŻÃÏa©E¥R·„éà¿}ƒ˜୞¶ƶÇs{]ͻ˹׃ȉŗۻ]ǕвۣĊĴŪĶŪGńąĢŏƐĉÆ·Ʀ‹jŵĦƵЄXþŸ|¯^Õ쩚‡ti|jjp|KńǸš|vŘ‡ŒˆȖԸτĉ̲vΠĄƶʢþњ²zŐxú¶ŜĞĮĬƌΊȴܸżĞĶÈ´à^džQłd¾™v«à¯Ģ^ڟ¤L‚vLÆfˆɺ಄ɨఈȟּν̶b׾ӨŶˎÑƅ͢ґRHղචXãŀÀŢɐȧ҈̲ʀ΍ŒѥǦŽѼϥʌf͈ǖƄşƒŽêF̴ΖݲΠǒͶӜȌ˜Ɍցúƥ࣮ϕΦijɜDzŕ͒[ƞǓָ^К̍ŨΦʪŜɐ·˨ĊҔːɸfͰΐËǸ‘x{TøhNJƒ¨nÖUĀ¸ČgŶſƃңϘƱ"]],encodeOffsets:[[[-49649,-28433]],[[-49750,-27035]],[[-46346,-24462]],[[-45188,-23697]],[[-39837,-13796]],[[-39673,-13411]],[[-45567,-3010]],[[-45960,-1349]],[[-53076,-1468]],[[-50819,-234]],[[-51868,-134]],[[-50630,-115]],[[-50931,275]],[[-51636,143]],[[-51356,403]],[[-51506,1986]],[[-61132,4458]]]},properties:{name:"Brazil",childNum:17}},{geometry:{type:"Polygon",coordinates:["@@ıj‡ǜȂųÇÑ"],encodeOffsets:[[-60921,13396]]},properties:{name:"Barbados",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ĩ@ŴҟƷŒãє"],["@@ɽƳĀ˙ƽ̗ӷҰ̢ÌӒ̤€Ĺ"]],encodeOffsets:[[[117788,5018]],[[117788,5018]]]},properties:{name:"Brunei",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ǝŰīĞGČh’Q®í×«ÛyÉSŸLi‚ŒÅL»q‘§gſCƝ§ŻJ½º{@ŝÝҟcͥIJş—éýƯ}ƭmŻdoºɇÎƹě¤ƵĆijǶl˜ĸâTf´Ű҄Ԅ² ĮªĆ|ÊÌæŽêb̰É^w{Ĺh[ľSźPîMʲď´HŰĆ P†]¼•ɲĉSƍ"],encodeOffsets:[[93832,28427]]},properties:{name:"Bhutan",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@_ƧגࠁȖԋࡔҿĒͅͰqSһ̂Ыࡘȱbȃǎ½àߦ‰ȡgĭÅÉĭęïՇdzͭΏ›“ֵέȿ֍ǽŽƓƽ¯ɡµĉĵ›ͥޑʯÿݏ\\řĠȉNÙtщʺȫFɩƙɿ֥£Ý“ɇƛŁLJã±ȇקą—…ߣOĉĚŸ۞̧٦ϙ̶EᙶࡄŽIᵦሶˎ͌ϯզξʌ{͆Ț̌z"],encodeOffsets:[[25865,-18220]]},properties:{name:"Botswana",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ڊअoЛŻȍÎʣԠųŨ̽ҾŻ̈ˡgɁĈʼn࣪ڕ­ƯǦ͗Պ̃ɒԩ˥úȿřટɀϭ́صvݷˣҫ¼ωӵ༩˞˧̰ΛɔʱŽγȣЋқ`ܱŕŨˁĻ֙ǀ݋Ƴţ֣ʇҽĵ՜޹ޘÃϪ˩ˊƗ֬®ӮƻƤʶȮϾުɰˊВaΞƨƖƶȪ˃ܪζޒ¾ҜԢȇƲÐĒୖǂβɺވݒô̔؈̮̔Ý"],encodeOffsets:[[23409,11182]]},properties:{name:"Central African Rep.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ˣ\\͠¤»¿"],["@@œ­Ăƪ’Ļ"],["@@ĵÌƚR£Ý"],["@@ƍWʈĸĹğ"],["@@ͥyɰĶǰŦùȡ"],["@@ȬǍɽ˒¢ɸǼɭWκ̖Ôī̤‰nǽۥ̍ԡcƓŤ”ϢҎՂϲǨÜɡƋϻԡ˙"],["@@ŊĀҪŝघAуǿKȍЫøń´ƉĎàüȡſΫÐįƘ̑xsƦɃ”ͨΞÿʉɶʵ"],["@@ŢqȡuìLjѺDzѥ̑"],["@@ĉƒǔȪĉǥ"],["@@ॴΠͰӮࢨҔ܈Ǥذɶࢢ޺ਞֆႺӲૼkԶˋʡɦųēɣއͷ֕Ƙٹƕ̂іųȰȫԘƪʢĹǫ̙ͿɣЦ‘§ȧ˺ӧՂÙì·ȋï̔ƍࡄį¥ýɤuѸȸƮDZʆ€ŤħÌŏƯ×ΰÙቱկʡ’Kǟ͝ƒďƁÇĊı‰Tǹ৥ۇɋ˜űȠȧfÉˤ˚Φɹŏ²Î൤ۨˀ˃–ǎ؎ŮోSҸИƕ{ųŠūʷगΑȍĀêĎ΍ˑε{ɃĒȯHÇΰ̳ľIଘέɜכœħǸljŒٝىʏګӋՓϳhǃʃᥫE›A"],["@@zùƓ‚Ś¸"],["@@țûÝâʺZ"],["@@ĦéʯÇPĮƺ„"],["@@ʡĦZĴǂLĆȥ"],["@@ਫŌோ֌̔°੮ȣ࢖Οĸŧė›"],["@@įˈȒNjġĻ"],["@@෺˕նڋۮʱоաĚôâɓɗó˿Âৡ̀ɪɢŒƺĩǕҿã˵ƄƺĀʵÀbźӫImnj΂è͟ ͇ȌǯÃœɒċïıĤͫ‰•ˊΚ‘jƮӻíʍȸάĮ؄ȃ"],["@@Ŀůϓ¹Șʛ޳ࡵ÷ͥդтdƥֆ˜ՙ̧ɪ¨ǽǿײŽ€įĪŖĻέ܎ϔ°ǓЬĦ˴ĵžƱӳ̓ʸpħĕɔ§΃ɗࣲȬĝțЉǍ’ijʥËȚIȍȓLjś̌͞ΖĬʭԍȌ”ƌǺňȁϯݥǩÀɡáOю΋ʳƏ”˘ҺŝˈǟĔʝϥ\\Ŧ͏ƋϫЕЇŋŲάŦרшӧGǫǏҩŒɖøRȐޓɇಿƔٽƇǡƔ¤ɒ߈Ѷ۱Š˚ǂÃądž©ˀФΎąĝøĴŸǯzmņǔƀȌ«œǰвڰɈĠijìɚˀ̔˒րȤˮćrĜǪ•"],["@@ȋŸİèĜȟ"],["@@ɓ¸̼Üħœ"],["@@ÑʞNJôķ͑"],["@@વʬNJŖײhͺϩ"],["@@Ĵɯ˳—ѢƫœĻ˦ƍ»ĥƪWßřߍՊlǺͷŚژ¸"],["@@–ΝƙȕÉЊŹõɵʔŤ˄Ͷƕäơ"],["@@ſrðǂÐdz"],["@@֛̈́ÈòюǏdžLJÿÝ"],["@@ůĩˍ¢ɌǔDzŋ"],["@@̒yŘṯ̌ʭ̈„¬̌ϼĚʑۧ͝ĵͳĸ˔xΛƜȟˤ€˒ͤ"],["@@jŸŰcƙœ"],["@@̤Ɍœǯȏ›"],["@@áäВƮͯɑ"],["@@ȩ͋M˞ˁ˳ɧÉȄ˒ϋȣѼծß̟ɞΜ˰˫"],["@@Ěř̽ŎɤL"],["@@ûÓƃvý"],["@@Njã¦ƺŦĕ"],["@@‡Íʝàĉłΰœ"],["@@őØɾɮɦřΑǫ"],["@@ŗWΪĐʑ÷"],["@@ԋʆդZ—ʟ"],["@@Œū˳ƒǢe"],["@@ɒƏ‹ȅЯγϗȊJʔ˪ʆ͎f"],["@@̞oYıΡHÞŚ"],["@@έ¤ϡɶٸŝĘƻ"],["@@sȋҕ˝ϕNjֵ£DZʚ҆Ϛୂ¦"],["@@̀ȣ·ijӿʸֈ "],["@@ֿǎȚĀИƭqğ"],["@@ΘǔΖȫႆӗ̾γǯǑࢸØѶ˟سʧ૧ȶõȄ۱Ǽૡۭٓǃ́Ӧ୏īȂˈְȢĹήʦ߾Ѩ͔͈ƟÁȣːȽ"],["@@Οƴ­ɒͤſêʅ"],["@@аåĉëډŠʍ̠ԶƓ¼ƙ"],["@@ʌMśşůŮ"],["@@DžNϤłɝŏ"],["@@§ëǛĤĒȢŲə"],["@@ߝœŏȨ৴ÇòǧǷS"],["@@ʟĎÉɜɐǤɾĹƣϓ"],["@@ԈűĻ׵ӟƧএƒ̡κƮɘѼ˨ޜš"],["@@LJÒȆö}Ƈ"],["@@ѕźϘD¾Ž"],["@@ѥƪĦƌʮ‘Ēʣ"],["@@ϱĄʜŦɾÓħƕ"],["@@͇“~ɖ̊ȁ"],["@@Ǜk˜ŚƄĭ"],["@@Ǣވ˲ϑλγė"],["@@ŋƕƉİʖ¦"],["@@͑ŊLjƔѨ×˝ȅ"],["@@šƮˀĩƝÃ"],["@@ÜǏʗÛǴñǩdɈ̦"],["@@ʳÜˀÆKš"],["@@UěڷĿێȜ"],["@@ĹſгFÎĿۇư̶Ğ࠲S"],["@@फ़ʣҤϑОÓ࣏॑̕Ô܉ʤ͏Ǜň̋ÍȫƐƠࡀǠùȨъĭƅ˺ΈÄ̎ǿ"],["@@̖įٟîΊ‚"],["@@­Gȟ{ͻǕΗʭ̯ȍՑԩٵ@ܥFɗMĿ“˝įöœr­MƟ’õœ‰ÆÓɏƇࣗ͏ٽıЕŧϻǵϷǵɁ@ϝʨ‚ɲӄ̘̾܌ªĆ̅ౚÇɜ̱ƞ֡ʤļƬūĺ̥ũΘˉGȋœǭ̚ǍäӧȬࡩΔ҇Dz҉ǴՓȰࣝʳૻŔȷÀ˿ŕԱȴ˽sÇ@ïƄ˯ŐΟ¼ijWˣùŧæ٥ŖûĸùŜµɌNžʧÆMͅȣBܑ@Ω@ܑ@੻@⿿@、@、@ᅍ@Χ@Ω@੻@ີ@Šćž@čąƓʂ̌Ŝͭ¯ö˰˽ʃлǦŠŐƨűȠĂʕ²¤΂ĵ’ʷʟēсȼɱͰǔϢǗ̝ΕaÁŶďƵϟ€̓øҚİԡsŞƄŭzJLjĩšΧ¡յʄʐϨؒĄիHˣȕƳǐ°Ѥ̜ƒǐѺ˫ЕͬȰʚÉúŸǃ؍̧ʻсɋ̶ːƆĈȒ˧ƵȀҢʽíƇˆұȐùƔˈƞ§ų̃śΈEǢţɻǪϽÒõNJȜĤΫaʣΡʱƕ٫ЈʖΆΖĆϩ£̃Ȭܴ࢔ȟĈɅх†ݦëƄ˅\\ÁĞƟ„ەʘ̑„“ǞȧĔĆɳł¸Æ¢®ÍÞšŌěþϛϘɯɲɫɾ֟̆ģøÁÎʅdžɡöěʒˇƒ˭]ԳĽšĿǁiĥʵȟCˁğŵ«ƉíçZÓʼ؋͔ҧˮˇŚ¢ö¶Ĝ@ÂŽGχUʟũЕĮÕåȥ”ȩ”@Ӭ@݄@௰@݄@௰@݄@௰@݂@݄໒ŕྞҧग़çܨǕ֯ʒ̨¬˭îȀǘͲEŶƈֺT¢ǢѼƥʛɉࡖƴȼǐј|íâ˚ƒࡸǞЄȄ؄‰ɨĐxǏহ̃गį݉ˡԍ̣ɾćǕöْZšȚ޲̒϶Ñɘøþȭܒі਀ȸɑƓĔċǜ¨চђУƄưžٞɷࠎف؎Nj̒ÜƹǖӶ̨ȇŒμľŰ͑ʂÝǵ˙ںrцΞߦLजŽ۔ɽណϻঘÛƹŘڪƒےǏր̅ōō֙F̥řʳȕʨëᕊŗ౜ĞޔǞόɓӾ•ƼɥȨƨՀ˻EƉчEਤ׋ϛ˺]ȴӌđک߀ƈǾାƐ֤͢שÛųƅࡕuĩƁӵgͩŦ;˂ᅰʸДùʸΑ،ƷƔƕ࡚ªॺ͇٠—ૼŪઘĥђæȁɠপϥȼȨҁļϡ¯ϩφζΤÎŋŘўwθȭҠ²ʕɭلǰͯةȒȧΜµō̦{EţࡇŽՔιȽː՘ZŢˀͣЎdžʄ׺¦ઞҢ͹͎dzǹ҇fѢːƝdžՔĔŇLJǺɊاşǎǁÓॣȎӯ΂ɈʨʎOŨ̹©ʓƖĒβ͔ƤмÝƂžϹæग़ΈΪǽҾmڢЗ·஖ٍ֣´LJŋ҈Åމ̵ӜJʹţ׮ĪȧijࡲÍЏǃ́fِͻāͿ̴ǽަ࠼ࢴ˹ΆӍáąϡ’„˳ߢٯڤʰޘ৾ٴÖȩÒȶȖѳƄĵԨ᝜ŻȔ÷̩ęώíêƉ܌¿ӣʫӜƒČljՏǗՙWˤʩǮ¤Š˧ִ̩ơΫ࿃ו्Ԑʵ²ɣĹ͂xўɃ̖ϿΥà˭ëࠍ̢क›pƋؐȯళٻѣT๻ӲşÉಋâ͖ı¶øࢺśߚε࿒ųࣟ࡝ױDž͏ĸÎũПÀǏŲȗƼƹʿn\\ʏցğছȰ̙‡ଝ̠ŘɿʒqĝĜਆɍʷŗԼŤܺɉɬ͇ؿɓދ`ΦȑԫǷǑȨƳ֫ǒʦűΫʁȻRɨƥԍʇԅ݃ɃęwਗƙǗ֞̑ΙǬτߎUظ୿ུ̫ͭˮ࿘Ϳܾ͑ӾϑྡྷЗ˺LJŭɧʰǦॴ|౤ȹƤɉǣӋʄΩųڋ׊ԇȓǫ̤g݆ҋŪɻ΃ɛ̼ƶ̾qٌѩ͝ΤͲϊʢƑŚəƠʠɁɸ҆Фʝ̙ͨࡂĖ̄ȷĆĂÐӅф࿀Զঞބà׊ʅ٠̤̅ଝ֎يז†ʞ̈́ćŕĚǐ˲ʝÈŐ¶ȓʀƬĬʋĈǜƚӻT֖ئэɶĥϚٖʒಲɍxŗϖŐ׬Ǒ[Ą߈ɘࡤ̉íʅɢèɼùƾŵƩý̎ĐȒÓǹƩδɿ०÷ʊDZЪƸĊNj̕΁ð̩࠙¥ޞěªӝ˴ƿηĭ£ŕŔ̷Ǐ̬ÑѦǐӖjˈƉŸɑŅˑַɕՄŰͤθŐǃƧſʶɠàΏĞȈ܈ɸ̠ʨ̢̡“͞˔Ǡ˴ŠˇźʎĐÁžξç̳ŶsȦ;KťŘ̖΢ˊ¿äą̉ƅРª¶˓ƜæʲʻǏōƜēȤ²ľřұş؈\\ƒǙȚVƪǥ֍˽˞ŚԬNǽɯϗƻٴŜƲƳ̆»SʥѷĻӘ˱ơզȥˡुĶٔɳǝđў¿ʍʼn̊]Âƙů©̢Ň̄ÚƴǷȄ¶ÉœǼƙΥΝܞȾÎĥɂiͱ̥Ӡ͖ɘ¥Ǿʽ͎ÃμĐҶʅʛǣءƃǕƭৃǷ˓ȧȿ¶ʜƕȕȃඬײ׺Ĩ͍płĨٴÅʀ̷͛ƯNJţЬɪ͂tоʙƘɑIӍѫĉӠÏ}ġȟ~ˈɋ੿ֱಅƋୁࠓ໵dzǍňڝÌṽ÷Ϗǽαթއŵୣ࠻૿Ɏॸʃú×ȁ̝ׯԋҿ˿ԣğएБзЅһȣɷ|˺ƻ؟˻"],["@@ʻºȘNJäɃ"],["@@ߎ¸ʈʢҐŠఞɭԿ̛Ȃ±ం̤ϣ̆ոq੆εӊ۝̀ćюɦ޳੊ǬǘಠŹࣈ΁ࡼৱŇљ޲εюĹzŪ଼̓ĪţѨq¼αуƜƏŵ҅ŮΏŅqƕ܁þΔƟÑɣ֤ɬʹWDŽυࢍǙඩ¤҅¢ðƊਿĨ͛ȶٿοޥÉछɑᵽƳЩ̀Ý̚ྣôݩŢֵՊᔔɐ࿢ñࡌìᄿ͎ምĕഅ˜֩ɒIŬ៺ϬᕏďʑÚОNJ۹UͻĬ˜ȆؚɸɣƐ̈ǦᰶتδÙžȏЃБ"],["@@൏ҼʶǺઞÒؘǃ…ɡ֕͡"],["@@ੂVࣤƓࡰտ൹®ఝŝсÎ̥ͰӿĠÓ͘ાÇ"],["@@ߐŢҤAɬĻľԒ՝ÈӓʐӸȸࢎǁҷɜȀÌ׽œʷʨ͚ȚࡌƁ৕ʺࢎ̎Ք‘ªƆຆżҒăैܩߝϩ԰ŜˁҗزʨʢȋžɸĪۦƥOȕ΢ƋɷȄƎɀসơ߽ʖؘɊႤŹո̃ܵёࡨ͐׌ķęŗݛŏш…ʝϧђΰ֤ļ̯͑ТƸ҂ʯćɊ͂Š੖ƋΌƫɟȝϋU׍ɛݞǺ̺ÑҜŒź³õɓे̣ԪÎŹ̻ϘϠࡾɞ௢ȡŎŇ෍ρ੾Ɗȗȋɞֺ͂אʁŤʭڣਗɏئÆ੶įѪůRť෗ÂՑőՀØӪę§ʁ஻ÖञŻɬƭ৒ÇʑōĠɓǎÂÈā€ƨΚÐșϓтȦàů̘žĞʗ]ǢвŸĉȳ͐¬ڎɱƃǿׇFܨïȶĨҨţ։΋تńӪ™ɌŠ٪̛ƥŋԃîҬɩ͕ÁԅĈhƯҖLJՏgȰƵɵNjѓdʑǐŽŧȗ¡˂™u͗ȱʩةȴÜȔʇʅ܅ծߦҬҷȩۑåƚǪ΁Óޡж÷ďȗšèɓփƂךεƕĕБˆՍʆʏ¥Ҁķ~ǩːąÏǫ̰àϞǟǿÿ՜ѿÀƼΞɹɴƐ֐ɉɉŃϤÉśő̯SΊɟЮ@ĵĥ͚ǫɇϯѷѦļсͬ˹ЫV®ʳफИIĭƻŠȫȨ—Ǐ৏֐ƞʽ٫ʬΕk٨ѿϸá»ë๎ڧť˅ᎋ̦ӷƚЀՋIӅŮʯüƈIJ͵¯թ̎ԤƐޅŮĮƒ˗ÍߥӚƸƸ՝IŻŹÅƸ˥ŒȁƼȧÅȌɥࡩx©ōࣵŻݻĺʇŞ¥τؠɐ†Ɍ఼ȍ͕̈́ĂƖχʐՎ[ࡺȂӲeܫֶ୐ҼȶʬӌȊࣃऒ҉LA˖ʝ^ņŷɽMԻɢƪȦ༳̅zʼԔlʲƴۉɎȚnjё÷̇ÀȚŞ؛ÐƵͦёSڃ̀˵ǟҖƅwɝԿ÷ᅗĶؘ̌եDzؓėܙƠ׫ŸೕŲ̇ÙҕĞÙːேǿߍȼ֡ӊഢįפÈᖑϜ³ߘঀ࠮ࠢː๨ńࡈŇࢭ΃տӵςۙ৐ҝೇ˻"],["@@܀ǵదƀрÁƚƃԽƏ̒ī९ϑڈòѐͳҊêŬƃ̗ȕǀЩ߿ǡԉ„šDŽľΉϵśһîଷ٠ԩƐџCࠟϘъ˂޲̙ڎªöǢɤÏ΃ʔײ`ғŪѯëՑDzҠĨϢųχ˼ࠈHUŴ"],["@@ס³ϋêขǶӓȫ"],["@@ߔǁഄiȸŃร࣑ჿHφõǺȹЛͣࠃ_ӿܸھ޼νǾƊƈຬĴ"],["@@ѾîôƵӖȖࡼY၊ԧÂƯᱝىҩ͍֕÷σקܑĭɷ²ଃ̍ދӪએʞңLႢຐݯӤᧈǔ࿈ʿơĵ"],["@@ͧ_ˬĮ¼č"],["@@ҙÞ˺°Ǡō"],["@@٣ĤҔʂנȱЏų"],["@@}̟߱ჃͪըΌࣜƾࠂǩ̮ͧ"],["@@۱ŋÉŌԬŨʐŧ"],["@@̽ƴ̨ÆVȹ"],["@@ЧµӟĄ๘к׏҇"],["@@ӛéՊʬ­ȁ"],["@@ȀÛӑƅء_ɰżߋ^ƺĔωVĝŔ഼ŀтʕ"],["@@ࠆőɓđ࢟Yȑɮіºªé"],["@@ǃץМóÒɅˇôȍùǢʏ̷ÖÙƗᄩsȽƲ˴¸Ӈƈ౤ʖ᭣ƹǭðոɴঠÝχ¢ϩȦ̀ŒӛĪׄĀದсȹnjӒzܻĆξÎ܏DzࡠĞޤƕưȔࡔȑ"],["@@͗t଀ňߧŻ"],["@@ӎ½ʡDžڰðʬDZȤ̂࢜ßĨˁӕҗࢽƋ૑h̙IJᶿկॷŠաɚఐɔ঒šӠȦᔱƿšdž͖ƂңdŷǍ̃ŠÀǁӋģͥŜ˅ūعǠࣵ¾ʶȐল„޺Ƽઃýاº̤ńຼľඡ¾ϤȦலmࢗĈۖȒڰ̶ȵूI൪չᄘMDƂާȘ͒Ǻ۟ȌৼϊՌ×Ʀֱ"],["@@ۣȒΜĒφą}ȝ"],["@@ੱ¨ߌĎ˦ŵ"],["@@ࣆţʯ˓ҐƢෆ¼ٚƻܻ‘ᅌŻĹĥ၁€ᅊΥ̱ȗؖģɬǤόūІÂdžùʂŐલȇkŒ႔ʒאË࣪æ໨ǝۀ̳ܻȍ࠘įҗë͹Îîˋඩģڝ´ډ̺SˇݥÝՕĊÓ÷ʷḙ̂ďᔫIģ˴ࡱɵ࠳¶˝ǤɇƗΑL۷ԜǢӪݿѐᆵ÷ٟȈ͜ĈਕżД¸̙ƦކĀಮŹ"],["@@ٹȍѨǕω‹ʲDžࢫƯȟȿّľĦͲމʕʏ͛пǞ°ˡ͗śзƒσ̜̫Ǘ્ƒ¹ǰʻw͒ȀߪĎᐄܐሺ†ǑłѺè߮ƹ"],["@@ͧ±ٟİs˄রŷLȉ"],["@@ց’ۏҶϖG࢜ͯ_Ǐ"],["@@ᆸ«ȯɯᏋdǩǼ׮ü"],["@@ַ€ÏŸ੊§džāׇ"],["@@ϣƒ׉ǎղƌм˕"],["@@۰y਱ȫ״ѝȧᆣƉڕƔ§̾ᙎǘ"],["@@˦˭ඹÐ̇ģԩúࣻḚ́ƚနɤࢾë"],["@@ઐšΏƑͪűႱɧ֗ʆ״¾कƤʃϖߚRবɁ"],["@@܎νܺǘӚɷ׌fۚȣό؏झqڣ̤ಃ°Ľĺ৹ġۇüūǚ૶YϙĄղĐہœ„ǪرƳŰȀڏLlǮńæ࿰O"],["@@ŹɍथƤHǐݴ€̤ť"],["@@ਰґஂé͈˿ւ¯˙ʴ܌ȹɱߐǡˋˁߪ°ˤſ̠ŐԘ˝ྑʹևʣΡˎ¶ϫّ¢åͯ৷Ξјϓ٫ƘˉƫรƎйŮࠚèୱÆ̱ŤЌtߣźೊ̔਺ø౫ÞणƅƩĤ࠱ĥҹȦ੖Ǭ૳Ù܋ɌƷȂᅄó͒Ŭॣ¹ࠩư܂ª̔ͅှƉೱɼ҆ǰ෎¨޷Ș়`ॲdz"],["@@ᣈ÷႟ɯᦜŪˆĒЖĻܨ†̧ͨ٬Ð࣪ßȉɏᛏχᇃŁჁ˕ᾆǘ♩टঋƀϔʱຓġద}ۍ˥ࢣÉ࿧ưޠıĢɃᅡ÷୩ĈઞɭऺSƇǍ῅טŏൂÄ๨ɋ͡ǥ಍ƒਈƷ֟ˉᅫÃÃΩՍƩ༩w࣯ǰ̜Ƴً¡ʨýቒOѦʫ׆îʲȇʩƹᑝͭƥʠرrڿȔʠɍ൷[˵Ȉ§ˋܭ«િɾȏǩ֣ÒŕŚOǗݯhċ̰¥̏ۗ¬ʼn̒ऐɸ೰æܳɂ˯̊੘âখͷ܌čࡤ®ࡖκĬŤহϫ౓vɏ̲޴ɦͤgֿÂņʎڭΗՍyʢɘ࠱ǻ՛¦شԈະŜผţ౪ǦׁÓဇþzĺڶÅᜁږßΎᙲ{ႊҗ৲ã̐ÂݕpဏՊㄾҖ༓ò໦ДℹٳགྷÝ֌ǎᇏȵ໩̑Ĉ߶ɖጎȊᐯħಣ̫֣L঍ɠᗄĂಊɂያǥጉ¡˗ŞتàϷàნǔݍ྿ƅԂȖఃÃ̗ĨᳮΌ࢜ř͢þ೨Ë೑Ȣ฀Țቜ̹ĆƜᣒͫ᠛Қ٢ľλĠੈ³ŭǨቘċ୿Ȝᒌ_ഞ̣όØಷͲᗮJ์ʕڃƸՊƪۢh࢘ǗŧƲप„Кĉ"]],encodeOffsets:[[[-61222,44995]],[[-68364,45755]],[[-62424,46582]],[[-75463,46680]],[[-75332,46561]],[[-62571,47048]],[[-65342,47584]],[[-63400,48420]],[[-55528,48580]],[[-76501,46084]],[[-129118,50539]],[[-55863,50779]],[[-55391,50939]],[[-129680,50797]],[[-63284,50273]],[[-128188,51300]],[[-130250,51856]],[[-56789,52774]],[[-130994,52710]],[[-81289,53199]],[[-131449,53659]],[[-82669,54014]],[[-134915,54473]],[[-131637,54211]],[[-132267,54393]],[[-132964,54444]],[[-133361,55254]],[[-135839,55427]],[[-134069,55787]],[[-133709,56085]],[[-81897,57557]],[[-80830,57617]],[[-63225,58936]],[[-81629,58896]],[[-70819,60458]],[[-65952,61816]],[[-69871,61687]],[[-80416,62187]],[[-66388,62839]],[[-66591,63365]],[[-81454,63910]],[[-66379,64061]],[[-72025,64050]],[[-83968,64466]],[[-79745,64994]],[[-78517,64916]],[[-86957,66828]],[[-86706,67149]],[[-85735,67376]],[[-110686,68614]],[[-64185,68666]],[[-110489,69020]],[[-75388,69411]],[[-88673,69362]],[[-77492,69963]],[[-80878,69830]],[[-107049,70048]],[[-76678,69990]],[[-104290,70233]],[[-102622,70459]],[[-102394,70670]],[[-81111,70498]],[[-92364,71086]],[[-78843,70804]],[[-103599,71063]],[[-97805,71244]],[[-69544,71210]],[[-79901,71389]],[[-81337,71463]],[[-99778,71315]],[[-88998,71796]],[[-76501,46084]],[[-99105,74688]],[[-117270,74336]],[[-107815,74670]],[[-81446,75423]],[[-88667,72716]],[[-102401,75721]],[[-100628,75642]],[[-95406,75941]],[[-122609,75892]],[[-99692,76315]],[[-97594,76294]],[[-106618,76838]],[[-95787,76829]],[[-98384,77323]],[[-96795,77568]],[[-121168,77394]],[[-80960,77749]],[[-104680,77840]],[[-106519,78422]],[[-100045,78302]],[[-103655,78418]],[[-110891,77883]],[[-91879,78344]],[[-116286,78586]],[[-96558,78759]],[[-118324,79220]],[[-91989,79123]],[[-107067,78994]],[[-97776,79660]],[[-104134,79562]],[[-116564,79621]],[[-113109,79978]],[[-112451,80539]],[[-98513,80417]],[[-105908,81220]],[[-101162,81901]],[[-94090,83081]],[[-71156,85010]]]},properties:{name:"Canada",childNum:110}},{geometry:{type:"Polygon",coordinates:["@@ÅÑ@ĝ«ÏƜŽBAҬǥǺŒÆi’ÅC…ŸʼnOςĩȟзK¥]u­mÁN‡ŠwzµfĿ¡S‘Tďľ¯Ląků§¹B§TďƨyAā^čɵíǡťǕȍǦή̡ƚóǘӓǿųíõȫ֑ēǕÕp‡lÉü³†ĿĪ[ɀƯlűMě‰ñ½‡ŝħãI‡RAÂÆp¼–„ʌɾǂhÞxĮƘ²–nl€ŐĘŌĔvˆnj@bč°ÌºƘŠǨ³ɮƆ۴HĘxX^G\\]NčMVSt‚˜ŘœߜɃĐ³ćǑ@A"],encodeOffsets:[[9757,48405]]},properties:{name:"Switzerland",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɫªƎŞĞLJ"],["@@ɓśŽĬә™șȬࢲFƔƧ"],["@@ڪĉό¸ŽǑˤċȠ͙ۋNJoǬʫÎƓŅƬƥȗ€ӋʠĄɞƴ‹"],["@@ƾċ͚¸ĶǣƫÁ߱ʎϐl"],["@@̲áķɗˣŤЍÏɗɈǶƌԚŭ"],["@@”ąʹSɶǿǟǑϱĻĚɘɳ‚“ƑʼnXēɎѿƸͰŖѰÓ"],["@@ؚŭѦʅγ ʥǮ͹`ω˪˞ƣ"],["@@mᇛ۩IȥŬٱą૫ƶąĈņĂ؄SʂĮĆƃ͞—ҩΘIȐ˰ɎŸ̟ȿeĀŋ̮ȱάÖШɁǬŴߋʢƍȄºƔآʲɿè׉—ħʖˀŤȿdžϐËѬˮȸƳ͆úƆÛ"],["@@ʊ˭ƃˁƁPɅМʂƄ"],["@@½ijΩCȯȑŖ̆ΖÒƬÍ"],["@@ğë_ʄʾ{ƽƛ"],["@@ͥŸĺ˦Ϛćƭƽ"],["@@ʃ˕Ɂ‰źĨăȊАn"],["@@ıܝƙIįʈƀʪȣĝėˍН¼ȲʢƉŔ͌öĽĺɖǀ®Ȓ̌…Ð͋"],["@@şƪâЬƲÜȜԑ̏ş"],["@@̙…ʏР\\ƖʬŖˢم"],["@@űÖˮ”ƻĩ"],["@@ŷÅȋĂ͈ЬCѧ"],["@@ƽƜĂĜüɷ"],["@@ȯãƙð¡ŐȦʴβƣǫɫ"],["@@ɣǑɲԕʍűԏהĮƦͼìĒȾʔőķ"],["@@ŧāƿ¦˨œ"],["@@˻Wɭł̎ாђčĖʟ¡ɯˋij̔̏ˁȅoƿ"],["@@ƻ_ĦðÖÏ"],["@@ŻšĒĢÑ"],["@@ƾƯ̇ࢁݧ̝ʽ̗Ƭ́ǩ˟Ƭ؝Ʃˇɮхɯƕɇ[˟٩ЛЩƝ׃ǗȃÊىĬąĥƵǑEſ֋ǯŁÅΝ˦͙ğŁ˼ڧ¿ˉɞç߅ǙÛ˹܅ƋċŞɵVҏճϱŗˍrޙʸ۽җˣř֕Ʊƒ¼͕ƃŽĠǣȉʻjߩƊ̛ͫǣاͪȹŻġȌӧŝϡԜµ¬ijďǟګQnōϐÙȺ̑ͭȹĬ̿ȳǧƨЭȫƯˆ̵χʓƟ͑DŽȝuɋȑğḘ̈͏ơďʉ˛[ýų¬։̊ԧդŌƜ×ÉܝЪϗ࿪eౢ̉ڟŶ͉ɑথʯǙࡓʩĕ݃ɂȧʂЄĮ¦ʑϐ¨ɄϞǘ¾ȈƉ ݝ̱ɫ˟хǼ˘Кɲ©˰ƐԚœ׷ìDZĕɱø·ҍѭȤͼŊİȂĵŕ˻¿έ Ɂ҆βŇŴƀΤãϸǪȌȿęƹżňďʸŔƶɫLj΁Ĵӌ̃ޗȭȟȶύĬɢÀS̐ܿǠɻ͎΄h÷LjŎĠɺŃȐˣ˪ĵŶϐ˕˫ǩ˺Ȣq֭ˈʞȂ̀i̫ǰ„ưϢKɏƲƆ΄ʉЕũČtڲ˨ĶϷVġϸৌūǿŸę˴ȋɯʉ‘ΫɢĸŔʔģĞö̉ƈ˘ȼŽͦşlµıгŨnȔҳƽĢȡɵȔڂҞţʈކĜˆɪƒüՕǏԟ̻ƉΨÂöʴŦˆvɑȫϱĔƒɆ֖śΚϸŒ˨ęѕǸèɔԾȴ¸ŞbƄԏɤ”ɪžŠÔȘáʶˊʆ÷̶ØƐŢGşɄ޶Ȁǁñ΂˗Ôϴɔ˜Ŵȋlj·ƨʏɟ͏Nġ€ĤƊƿÄŽͰʜॾɖƤƺӆʙ׸²ЀǓ˼A̜¼Ÿ͖nĊДѾޮ‰ƤͲЪȆ޲˴њßҶʒμɋႀʢɨǀìвǟ؊DzɈȄܞƈȎɼ੒ÇҞɤԤŅѺƴ࣠Ǜʼ~ǖȚǪɄరįՎࡨɕଢаŜľǺ¥ʌƖ®ĊÞÚÈǖν~mǂí§ÿ¬śÆ̽¢ſVŽĢĿȦǟ֛²“lwPoħŃĻƉFgİĭhCÃǕů\\˽ɘƛ×ɯ̤ͯVˋʰܿDˡʦÍǾŒƖ„"]],encodeOffsets:[[[-68903,-57115]],[[-68689,-56477]],[[-71375,-56237]],[[-72695,-56184]],[[-73103,-55329]],[[-74673,-54765]],[[-76170,-54192]],[[-70277,-53916]],[[-76618,-52869]],[[-76348,-52507]],[[-77109,-51896]],[[-76856,-51503]],[[-76909,-50008]],[[-76263,-50327]],[[-77322,-49933]],[[-76356,-49758]],[[-76914,-48985]],[[-76096,-46788]],[[-75399,-45897]],[[-74737,-45854]],[[-75504,-45460]],[[-75582,-44879]],[[-75543,-44386]],[[-80695,-34453]],[[-111902,-27791]],[[-68807,-23369]]]},properties:{name:"Chile",childNum:26}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŀ˯̻̩ǃҙ͓ʥҡȕۉˊ‰٦ԤϨċNðĪބƠΖßÂƌȦū"],["@@ŘScĭȉ†Ėü"],["@@ijaļòGÏ"],["@@QƜægÓų"],["@@ý§\\Ěâ±"],["@@ĵolǦĮ¡cœ"],["@@ĵoØޞı"],["@@ɭ¦¯ŊˆÙXĕ"],["@@˽´ʷɌնʿ"],["@@ɽǬKŮ˽ĚǙҧ͑…̿݅͟§ȴ͉şȁ߿ŦȍȦDZ™هۏऋϏѷϣɋƍϣ’ڻɽܝҡʯ¥wśУŏ³ǂӖǂ«ĤLjƔҗAQƆɀĂ@ǦʆĘЊӺυζėŅү°׏֛ࣳГΏӏ֯īɍƈƥ‰Ƚ˳·ȑǬˁȼŇަşŲ˻ŗ̳ˮNjЈbҪϾ¯´аżݠ̻ΖÌԢŁȃ˭Öķƭĩ΃ń݇̇ȱjîǁƹ}ÕʃȵÛÅƤŧsõëdžőܗַɛϝˆčࣈЋԔ੏c̕ШȣÀǿϞ͝VħƻRˡŬ͇VϟȤПƛְ¢ÔƏܼпǾͷϭŅԅι̹„ɉūʦ¾ŜƛՀƞΜ˙ͼĝӛ͕κĸoЃǙĸȗÁNJȫśiĺåƿǭŔ̉˳ÏŁĖƿʑǯuîijȵʻjƗˡ˅ljΧǡ»·ȢħįĹ²ʘϙΗɻ˗ÈNJơʌ°á΋êǙω¸ĘǽʷmËɽɫÿhǵӍLåũƏOǶȓΫ΅ƋHĉɃÝłǩŕƟÌ¥ǍșĉÎÛƇĉËȝǿˆͱƯDZªšőʫĈ˻ǙǝŜćȏʍXɁyͩ̌BɠčsǃDžȈˉG̳ͳų»ŐœʥũŒȅƗȏǜ¯ȣ̣Ğ˹ʓӯ¡ϙʟſľɍͥDzě«ƓǖŹƕȉϱÎðìʱЀfǸɀ̌ȳšķƔkŹͩĥŸƒˣ’ƭɪħHnɫƫ¼ßŕɱ¥dzŬ΃͉ˆʵ°ħѮȖɸȧŊə§ŋĦʯ¡Ӊ΢Ήǫƫ˃˅ıȓĆǛɓˑȮŅNjƓƴ́˓ѕʬ×ƛȭ»©£‡ʇRçĒkJQ‰qs³uß©©—mDzΩN£HƟqʓÞđaO±¡oMƋìɕ¥…\\ovY®RěÆlĪµž¹ǀЋʃϧRǧɸoɨ؋Ĉ˄۬õĠүĺθŽɾƄǼԻUխǙŦˌƩɚªʄżĂè͎dž”Őɺdž`˔ɸûǬĸĮ®ԆóڌǕìŻęȣՖϳ˦½MęſÙċ…‹gʼn–ėʛȅë»٫˼ϧÜԽ̳࢓ƇϫɝʱҍӁ¢׍”r”KºÄ’MlVžzʬ܍دî‘RćgğHůĪŒǠTƎɻĎ÷°ŸOůą³GʱĐíNŹOĽTg\\|ĺ]xцįrĻRéaåÉËą{ĭ©±Ÿӷس· ÉÊaüæȶhЛŜȏðŵçŵ•ői_B¿Ƚ`ȧÑ˧Nűbķøï’û€ûn¤yrÛP»c‹Ĺĝ‡ã€ġÀåþ·]ůÍq“d¾åŪåîå¶ɣCǕb÷p…´„ĤŽôAjVµNǵ³·NӉ̐­ŀ¡ĶuÂá„ïv̑ăΫή޹ϜƫɚǁŠdzrȋ¥Ƌȳß­LJǔĥ®ֵɺbĬʃǤɓÜɵĊɿ˶̧áXȐ½dž‚ȲȗȚ‘îƔy®̈Žb·ƒšɄŞqш—¨‚Ķm®ƏĶëîå͆³ǢȲǸ…ľÑŽҍǺƗ˺éǂƒ̂ȱ`̑gŷ‚ǡšǯ¾ĥ¢bą¨ËšWĪ£Qĭ“œuÕA}fÝżƃȾ˪mÜeÂýņ˜ĕ ÿdħ…‰Z¡Ū}~ʕÖėe¹_ǓêûB·]]R{vķäGjƾâĢ~¶pXIz‰Öq¨NȒźȋǺçܠ҅ǘɃĵȋÊėȺĠĪǕɖ|ƘIªLj’ìøPzĜ—¤GŒjzz¦°Ď¬Ä۶ʈ{Ȇ°~VŜ™ĚHŊvɾنCĺˍǎE͘ņ¼áގìºĈņœîdäjŒ¢ŽĬƐì–â`ԂŸŚ€Ą€ŢIƖtȈǦbøäžʦŤҨȈЈĮØĆÎhʴdfVXb‹ŊMҜ˰ŜůƜͪIJα޼ń԰ԡƚǀļ൐˾Ɇǁ˒¸Ɍÿøʤʟƞ׸೺ࠤǹմDĴšטȞƠdžŋ֊ȊЂڦŦɒѪўŠĀQȞȸ˜ªE¸ƋŇijô÷ǒ±‚yãŷˤéĔËĔg¦ÇRćĚ¥ƀËâYŊñδvèqǼƫ®Eâj¢–ÎQÚōô™ĺsdkĂųÒȁŬƹÔąìeÐ}”ÑÚœ×БŠÿ¤ÓJÍ˷ѕǺˡƢl҆ş۶ÉžDǬrؔù৒ӿ՚Õqȧǚïˬ֫ѴұېÎቚȅѠĠĒMζ­ӖÅͺYê]æo˂ʅƸ·ΘÅмï՜ɉʊžʶ¤nj€@ǿ̦]ĸ£ÌjÆ¢æØİ„ҮȈݸʜ୶ƆѠոlĔdߨˌԜӊܸ˶®ŔѽҬиגŔdäeʤIôŸĈÿĠ…˾ÕɄeǨ{âaÆdȌŐŸ ¨z˶ȚŠǀƮ|Ʋ“ȲXѦÌѢʀ˜´W¦_”̌͸ʞĊЌup|AžŠĎ\\„‚`ĞDǎÏˤŰðXŸĄ[ƨWÌTØSĸÌĨsǢąƜqŤZŬmðD”lĶœ~ƼƽʖՉшÁ€ř’ĵ‚ÍÄĻĸ͔ؗHΕ˯Å^ǹŞı~§bşbĝIśsœJ½`ïCſËåßăqɿǀûɌĪ²ŬÀVĈIĠ|ĺܦਸ৆ʻӠ˦ڸȈðDzƵńݺ৐ֶжÿЄӳÈvżݢкᔺɘৢ΋ɚÎӘƉ׊ֱӪ੗͐ͣ~̛Ɇş‘΁Ϙȝע€̤ȍθ^הй̜AɑɄɕÑ˓Ȕʹ౞LȚȜξƄ˘Qۚɶ̺ĵċȗƾʵӭ΍ʱࢯΧգȿġÓ̩ƫč࣫ʠͽ˽Ϸŝɰ٭D׋ǁЏէƥĒLJ"],["@@ƅ€ǦüŸĻ"],["@@ɂzDȵ˥ÎàŮ"],[],["@@těřlĦð"],["@@Ɨ׏ԛژƇδºцބ୊ҬȰ˰ʧѿຩ͝ҩ"]],encodeOffsets:[[[113551,20472]],[[113035,21600]],[[115348,22160]],[[115498,22121]],[[121020,25085]],[[122697,26068]],[[124162,28761]],[[125232,30683]],[[124788,32249]],[[133660,43557]],[[116734,22744]],[[116752,23053]],[],[[121250,25111]],[[123913,23164]]]},properties:{name:"China",childNum:15}},{geometry:{type:"Polygon",coordinates:["@@ҒӁƗĊTĸÙÖCŶŖ͠ŖǬNʖ•ÈZÀÄą®°…òŷt…¸×¨C¤„lpT£gå“ʱ´i”ˤſĀӻ‹ÕoOwfY‰¯qķ÷ƛБɣףȔࢍǤģŽƗ»ɻ̑¦ŶŭȉٯưЧ×ӒKܥû͏Ôí¹ʲi܏ij്և{ȆÙƼՒ¯ʔƳÈÿXÑĴŽmցîÿ¨ʱ„ʧƠɜΰëЮkdžàWĶƒv„øƞUĚĮǰúýXێ†ZżN¢ʄnŊUîû˜@oɤșŦZnjŠŒľÂk†‘ŒáŒnȐȭäcВƐDŽˢɞɶñ̲ǓÈǘɐNp˜mĶLÆT´nnƞăȜƂºˋC}£ùFcĺ¹èMńĦX¢ª†ŴšŚNƤŁĶL"],encodeOffsets:[[-5388,10568]]},properties:{name:"Côte d'Ivoire",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ɯˉϽީʵȭƼƣ­ӭƘ֫˪ˉÄϩ޺ޗĶ՛ĽӿˉȨ۵Ĉ˗ƾઇ‹ÕĂඉžǯEgōț@ʱ@ڻ@ġžƒ|K„IlsNlȢńҐɵϬĀðĽWïƾƸ°ċĦ¤úǣT·ťΥƚçϴɏİIŽĭ²ƨЌʂܸатʒ˼”p®hƐIJĖÚr‹dŸjkô]ĶBNJƼ̊ʉàáÖȫ gìZƒêŲƎzNJàÀǢƒāž–ÖǨȴǼ׌ƞˀƮ|ΘŊŴrÌÎΖ®ļɨŚÒЈŨŔĸθƐɦNJɢöÒ܄ðHºh̜ȌºքčŮȷ¸óøķՎƲAǼ±͖ѧȠց©ؙĒϷŦʕ͈̋உwɡʍ̘Чڄիθ٧Íɛ"],encodeOffsets:[[15852,7705]]},properties:{name:"Cameroon",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@͔ϵͼʛȢuʦƴмħȴȂǪsѤԕ˂ūàǯƞ@æőÌçŷ̯üǍį͡ϔƻÜȍહ਍Qˏǻͳşణ͉˧ÅЋɉǣdȡĶíǮ˩YٽLjԭBŸß˵CÁfëǚѡªŵZÓU«ėǃU¹vŭ†š¦ãĴȇöÙƎģŨĥĚĹĎƓĀɍ̂؝༓ʕyʥϿσǠϡ”ܷɗࡡČȵӦҋΠÍndžʌÔiઁȃDŽ̑űƿ|ʅόƭöśˌ۵ʔΑծ˭͕ڡÚ֩ɢ»ΊމǣWʌͱɒÅģÉ̳œ͙ijɗPɇrÙ}ýÕߏ‰J«ÔmʖĔŜğմ͓Ӓþٴċବ¯pҽjɻFʫH¥„m¾B¾ÀƾQ^ĝJʕlj{ĹU̇Ɓ™ŕGljĝƵC©{ɓǓ‡Ǖ@͍ÆүƟ̫dÁQԁۼÅ˖ęƊÏżϢƇǖėÈĭ†ዱRՍMƋPؙŧȩȰɬƒծ¨ˆÒ’nfȞȮIJ”Ġœ``^„¤CɺȝȶĮ¶ɢȊ}ΖƼüųëŕœȷʠ¥ંबȒآCܒ˚˴˶Ԫܼ֪ˎᓀΚފĴҮ_ܲЌҜδȤʲΜɓ˨̯༪˝ϊӶҬ»ݸˤضuϮ̂ઠȿɀŚ˦ù"],encodeOffsets:[[28061,5232]]},properties:{name:"Dem. Rep. Congo",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ijҭΙމˍᒿܻ֩˵ԩ˙˳Dܑȑءઁफʟ¦›ȸìŖûŴΕƻȉ~µɡȵĭɹȞ£D]ƒq`ÝÊ÷Ĝƒ`̅ƃНΕȫςխղĖȎɨƞƴƋnjb°̆ǿޜǎȇŬÊдϬÏ͐ê]ʹƄĒǠėǖ͋ЊçɦɎź˝ĚsǦ؋ŘȆ˞øૈԩ̶øҶ̾ɪĚɸȽЀˣ¢Փƛ™Ғĸ̼ઈŒ˘ƽ۶ćˊȧľԀʈҾŤ֤݌ƴ֚ƿ˂ļŖŧ"],encodeOffsets:[[19057,3562]]},properties:{name:"Congo",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@՛ǏʑЁχ̣Ư˿ŗם̟ԃʶÆɘųŌЙɴ˹çٙɞŹǜ˳݆͢ĔԜŗמۣߤ„ԨŐ̈́ğPȿ̍և}ٙnjե̎ϕҡԹȬ@΄͹ˬকǥ‹ѦɿΎ̱҇ɏȨ¿šäĿඟWGձҒQƆ͡ˍÒӧŵa׽ξ̵Ƞֻɧఇɹಃe‡ǛƼÕƘµŽ“~ͩ‚՜़Ëfㄥ°ɿŒÓZµÂǫľ­X·gñgéÉǙkƋĢNjÒ¥[Žû©ȟ×؇N£°Ƒ¾•ϔʥŚƗώǕªÃÒ¹xÉÎрÅx‹–§Þéɪ¡À£¢“’½¼Ù†ÁŒs®iœ˱Ųū³Яǒг̌ȉǟݵƄÑȰȡǜГŌ֭ЦƓƘȞȎǺÙ]ӪƦń̌tɆǨئ৔ƽi]ƒãħ§ʬĥ‡ƘƼÈ˘ñԐƉǴʈȲȁͮĎͰҁպŜЂȊŏ˾΀ʁѶĔƈѮӋÓįŚ•^͊ůɚզΒɀ͚̈́î“ɼŢЎƛ¿ɚϾԐоќħƻőĬćɐҲۤsࢎԀŞʦΞȚϞíŀʏƵƹ"],encodeOffsets:[[-73031,12147]]},properties:{name:"Colombia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@нǏtĆƂ»"],["@@|ɳʇƼɌø"],["@@ȧŲÔ̈́Ā…ÔЯ"]],encodeOffsets:[[[44840,-12602]],[[45544,-12371]],[[44509,-12186]]]},properties:{name:"Comoros",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŏk±ŪƖlƍ"],["@@yƾú±¿ŋ"],["@@»ûǛœ—̰ʰˏ"],["@@ȌÉcŁȽD–Lj"],["@@°§ǭxãęÙłʼH"],["@@ý–¢ŠœƵ"],["@@ǥ^Ƃø¤ĕ"],["@@śU{žʬî°åǃů"]],encodeOffsets:[[[-24891,15213]],[[-23738,15501]],[[-24006,15369]],[[-23467,16627]],[[-24665,17022]],[[-23437,17059]],[[-25484,17222]],[[-25773,17354]]]},properties:{name:"Cape Verde",childNum:8}},{geometry:{type:"Polygon",coordinates:["@@ʜԑӌթǸýIecgµƒƁð—i_¹{}‰W]i@͛¸GĊŖZ‡ǃƧ¾ėVũa‰ƓĭŰɡȳʂȢʵIJƮʧɃ’DžƚĶDŽĻ̄܁Θő˦ѩ˾Aœ̎ʉDžǿȧǬʹüȍ͞ƶϞȫźƎƐƈń֦ȳɴĎ׸ʻǦ¨ÒŎ"],encodeOffsets:[[-85649,11180]]},properties:{name:"Costa Rica",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ͭŋȋŸǰAğǘúŶɸ«Ÿˋ"],["@@ȽŘʈ…‰đ"],["@@ƋؖĆĶƝ"],["@@ӚKİďж¢ʈƅҜ³ҚЕӸ“ࢤӍŞQïĎðc̔ȑȅĨŇźĘȚɑ२ȁńĭŅɽۼÁ̴ɡ̄û\\Ľ߳ɡ‡ĚśīܱĆಳœԤҬŁȤݗIJ̽ʖȥҎՉMܻʌɉɂҥ¥űǎċƃӃĔȓƤ̰ĠŅƨݱbաϹѫ«ʼnȑЅƕBż͕ÕҼǾ…ʮˆʎڎʨஜǐ"]],encodeOffsets:[[[-84543,22090]],[[-79533,22479]],[[-79748,22659]],[[-83801,23719]]]},properties:{name:"Cuba",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@ȳèƍȨ΂ˏ"],encodeOffsets:[[-70401,12350]]},properties:{name:"Curaçao",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɚ™ʡuˆÐ"],["@@çSƎ°å›"]],encodeOffsets:[[[-83322,19814]],[[-81739,20186]]]},properties:{name:"Cayman Is.",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ѹÃýƌϵÙǧìƖRÀǮ֔‰ߖʶԩ̳Àȑ"],encodeOffsets:[[34821,35907]]},properties:{name:"N. Cyprus",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@Ǩë϶ÚþƋѺĞÛ̍eׇͳҹƆōȌ_ňΊö"],encodeOffsets:[[33498,36016]]},properties:{name:"Cyprus",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@òFòrVņ࡜ͷɲšŚçǫųήˑ̎Ŕğdž҈ơʌ¬ÙDžȺŧźÂ҆ſɪ̱֟ɇÙlj˝ƩԻŸƵȯ΅ǔУ•ࠫȲ́ͯաFȟƒ›¤í¼řêęG‘nП̒ȡìʓ˚ĺŚ΍θŠ@m´™žÁzrȴǀϼĈƒhী͜£ŜȎ™^ˆ‰zGS·šoÆc˜F€rXb"],encodeOffsets:[[15165,52080]]},properties:{name:"Czech Rep.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɭ‘ćȼ̶ǩ"],["@@CďѣœŬ̸˒řªƩ"],["@@ʂŵŹǝܨſʀÂIǕǓęĚáМ§װȊϸʤϠ³ΚɧɶXŢʥͦĻƣĮɭCÉCc•ýÙáŻÿU¯ŀăɖŗĘį¥ć_Ñh–‰ÄyÔƗųȽŘǣyé^iƲ»~yx˷ñēŗIYWaq—EÅd™pT¸yH‡Š]ȍš¤śি͛ƑgϻćȳƿyqÂ±š‘n‰@SQ@…ǤōǾɑĹřʔ˙ȢëР̑’mĚHŚé£WgIŁY…ʣK]SYM¥Ɲñ¿ě{ϣǏnjǻ±ƗƀÉKÙaÑc}Cõ~ϊulCv`bs‚í~Џ¤YQN¿cw॥ȏ½JñÔo~DhŋHépƧK—T‰ő‡©ƻñdîœ|A~Itur¿‚ō ùpȋ©ߛɄŗ›—TsŽUĎN^MH[W[åWqa۳GBӄѦۈֹƮ׷R͡ʖŤ̄ʁİǸy¼NðȌ˦̇ʤ°żDžŀɮİÌʬȿ̒ܐƒÛĨʾʦʋìź˔„ƒՎĻǐǰǠ؊TČȉŘmôƊƌDZļИӲeӠʩЅʰ͡Ě[ʞɿþ˜Ĩɿξ࣎ß"],["@@ŦɦÓŽɀOˑė"]],encodeOffsets:[[[14539,55214]],[[14039,55688]],[[9974,56142]],[[8508,56102]]]},properties:{name:"Germany",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@˕п̩æٓčKצӰپ~z”v|OȌŏ–¸Ŭ’®dAĺ”ĤžȤ˻xɳثѿıX¾ÙϬüǠõ"],encodeOffsets:[[44284,11776]]},properties:{name:"Djibouti",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ÿké΀ƴęIɹ"],encodeOffsets:[[-62752,15615]]},properties:{name:"Dominica",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@͆ívŅʷ§ΟŨpƘʬ£"],["@@α§žŲɴĉ"],["@@ɉhsƎɾƵ"],["@@ĥĎˢʰǻͽ"],["@@͹äæǎ̰ŵ›Ļ"],["@@ŠЏ˽íϡĬŅ̐چĂ"],["@@ĩ‘¢ľÈë"],["@@̓ˋǖƯ˕ĉ‘̻ǁ•ǩΐ̯dʵѢ̀€ʰǢNJɑ ɪ̒Ŵ̠¯Sɻ"],["@@ƭTʨ¼ĹÏ"],["@@࣍à¯ўНƴ€ࡎѐģǼȪƮ¸Ŋû¶ʼɗHȃʓʭ»ƹǀˮɒۄÂѼ΀ծƀ˝भզƫơǛι{ŕ̇ɻkĶçεɣäȑǽȏɺÑPţ"]],encodeOffsets:[[[11635,56210]],[[12851,56285]],[[10303,56204]],[[10992,56065]],[[15450,56343]],[[10901,56945]],[[12970,56931]],[[12871,57124]],[[11318,58627]],[[9974,56142]]]},properties:{name:"Denmark",childNum:10,cp:[10.2768332,56.1773879]}},{geometry:{type:"Polygon",coordinates:["@@ċøˆǜǜk~ĤŊ״ÆٖɳȦ„Ǽ̹юw̻Åcõ߂dz̄ʗ̇ͫȻNJ˷‚зH׫ȏƑĴ͏ÁΉՙljŜŗɠHƐxÊsÐġÚÉĄ»ð\\XĶHļĴbÐM¬ÕŌƈǬ"],encodeOffsets:[[-73366,19657]]},properties:{name:"Dominican Rep.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@Ţŵ׳CɃšē†ăçij‡ėȵؙչj̥˾ҝȢįȄїװЃĮϛÂȻʜ१ǫĩж޿ĢୡƗϣŖי͡ʟ™ɡҬ؟ɊحŠėʒÆےȥϰڝ␣ᕧ൩୧ഝ˯ܹſȣĮŖʶĿτ௏Ѻ×ƪϏɚiʆ᣽ၮ᜿༸ἡኒ@̸@Ȳpیত֤¸„ʈǎʊcĎeĶ]ŒTÞæ”ƊЎVҲŀžĒĨĜDzʤDŽòɀÖǦÖƤĢѮLjǧǔG˄ÎƬÊTĄYƒd΢Ŋ|’´Ƙʂ೶^ĦʺªźÝ´ĝȱzćæ»þ‘ǒŇȶĭஶ˯Ȃ¹¸yØҞâ਺֮͆{̢ˤֆʀഺƂ͊ƸڲĤࠖ@ҌȻৈπφƓʾ¤…ľצȣ֔ærēͥ˃"],encodeOffsets:[[8405,37396]]},properties:{name:"Algeria",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@šm¤ȰŦîƠ³ȇȻ"],["@@ā”–à¬ij"],["@@Džn˒ǖŋȃ"],["@@ǩĄVĂɚĆÜƣšħ"],["@@ƹb‰Ɔƾ|†ǣ"],["@@ʙÂòĢǨƣ"],["@@ЈٷęǁȍáʍpÛŖ̀ʪȽɬ¹ɞƗtȢļøč"],["@@ç”üÈSě"],["@@˻_K‡Ò•Ð£ÈƇƒƳṬĉ]vw`YųӍѥԏӷί঳Ι͉ЫĕÚʫ܏ˁƧđ¥e³X¡I±_i…½—kġ‚åB¿|Ëô³ØĄ]Ō½»žÕYïQ¡~ı²čÀـ·]ăė÷Ÿ“D¯€SŠœ¸úńčF‡’Iža¦jº¬€ŒuŠ´ŠrŒf¥ˢåǂ̤ȘȞӢĥіéЗĕQpǠɹ̑խπƠˬţܚ̊ȘĊɚƢ‡ǗɄμѲ•ՈূΠ’Ⱦ֮ХДŋȢǛÒȯݶƃȊǠд̋аǑ"]],encodeOffsets:[[[-82054,-3044]],[[-92594,-1372]],[[-91564,-932]],[[-92502,-790]],[[-93620,-471]],[[-92747,-342]],[[-93462,26]],[[-80803,1283]],[[-77091,-109]]]},properties:{name:"Ecuador",childNum:9}},{geometry:{type:"Polygon",coordinates:["@@քนƕǥ˱੉ƯɃϭʄљѪֳ஀ǥ˿Ҏࣅղ֕DʓʦΟĢ҉ਠᆣӸҋȱc‰šnj۩҂ˉբՍ⮿AªŸï°ŝǙƗOᢱBᢳ@@᳾@ᴀɵࡦɐВĝրʢːȚšіĜଖȱʖƑࠎƋҴȁܞͬʖ€ƢǘѺĠ̡ųςžæŠψŧ̬êȺǙȳŢķDž˦ǗưĜÅþ͘ȋࣂ¾ҀNJ¢ĩ"],encodeOffsets:[[35068,31958]]},properties:{name:"Egypt",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɐĭΣ„wêļgŋÌbŨƺNj"],["@@„ąħ´ä’"],["@@ijňԉˎ׃Ę˫µ¿Ē½ ¥@y•ƷĕʵµÕHǭȆǿò·Ö¹–ÁťĥɁ¹œßƣqIZȿʠțƳdz˜ŏOŗ£eCʎkNJoǠkNJŞȖ̈޺sˠúƨEÈhż\\ŽªDĞgȮj– ¶ưŒˆȢŔЄł\\‚nj¶žv†¤ĚǀƴΦޛɞএФڟà̄˺ϥࠆͥКՙӲͩż̿ľRɰ̙Ƣ³~üêنĭģĹ“cB‘«·ūÁ—ȋŐ{P“u}yõĔÃüùĠƵĤûŦāƄͷˆΣО"]],encodeOffsets:[[[41105,16073]],[[41039,16469]],[[41922,14319]]]},properties:{name:"Eritrea",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ąƏƧĬɮ¤"],["@@‰˯ɯwĉǰłƆʂM"],["@@ŝĄÈðżýåõ"],["@@ëȓȩŧȻ˨ڂȤǯǏ"],["@@ŕħƅœɔĬȔЬŬ€ÑПɥë"],["@@ƓɞÒðǞĵěȗ"],["@@ť—ŠŨ̢Ȋ]ȗȧā"],["@@ǁA~ĆƄă"],["@@ȅ]ŀƪǺ’ºçƭĵ"],["@@ˈý͛ͫɭìċƂǛÃʼnĀڐͰ[Ư"],["@@ΩĮ[Ė̼}ÊDž"],["@@͒Ɨ¥ƿƈ¤׶ʩ৾ğÆžؚȽ[¡†ģîJƠ¾żÌĖÕমàŠХȱƩޟЕࢥȍˋȩƪčʛěޡँĺϧ΀ʭ؇ωʙҟĀśԙÏˁƣЃԡ቉·ʵDZйéǃʍɝğΑƌ˿ϘƖɶƭçϽϔҕċҤФϮůMȥɶ̄ԊҍԘΘjŤĮâȊŗŪȈƨı֔׺ѮˣŠÛɨѹɍŭؽkħ˚ѕǑġƐǒƚĿXðłçȔȃĘǢʵƮ´ǔްɞOŠɄĬтœϊƻ৸ú૖ȕޘĔҺŭƜêҎŃҘä"]],encodeOffsets:[[[-18317,28478]],[[-15770,28823]],[[-17597,28695]],[[-16726,29062]],[[-14537,28846]],[[-18262,29178]],[[-14045,29606]],[[1633,39601]],[[1480,39853]],[[3221,40746]],[[4397,40799]],[[-1837,44450]]]},properties:{name:"Spain",childNum:12,cp:[-2.9366964,40.3438963]}},{geometry:{type:"MultiPolygon",coordinates:[["@@צƝӿȁ̝[̿ʉLjȊʱĜgȢيľ"],["@@ȟĠȊUVĉ"],["@@͋ŗōƤ̕äӾŦɖą\\Ə"],["@@Ŝğ׻ӱÌӇɶ̍ȣÑţŏ¡ś͕æηßȟÐ՛ˎ͗öƋ®շŽă•‘JǦОΏó̅ĂɑʢƠňȽŐÀɴӶĄʠƲࣂ¤ÆIJ௺ǁࢌ„"]],encodeOffsets:[[[23161,60029]],[[23904,59956]],[[23474,60239]],[[28685,60912]]]},properties:{name:"Estonia",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@ÖGʶ¶ƸĖz–¦@¾ŸÀđˬ¶ׄėԊˍĴŇΤН͸˅ĂƃüťƶģúğÄûöēӯٽLץٔĎ̪åɟͱƺͭ˸˓ʪст̵ᠴ࡙ࡀ@ᢋᣭߝͽăϩǯɥˏ۩ƻĝę­ūBɋ_ğcŵCǙĨɋǺޡΟ©ąŏƩƍķݗŦſJȏ\\ś~޳ԘȽƂݑ´ɑ˸MŤnžl¨±ǀΙj½ @žHˆʅ̬ɯڬիӆƉʄݻ͠ʂҌ֢NĴĐJޔȞؖ„ϾȒȆǘőƈIJƲߞҸڴϤŒͰాfDؤŐPǴ—ȜƴɀʟYrJÞƤ¼ŔĤɂÄŦº•¸ÕȀñǮȅ"],encodeOffsets:[[39354,14775]]},properties:{name:"Ethiopia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ȬɯřʃĸĈì"],["@@ų¥ÙŠȎù"],["@@ǖ™ƋƛłŒ‰"],["@@ɫªͦZĹÃ"],["@@ҩı̞Áʩ̏ǶʣֆŅզͥޟٵࢌও͗ďĝ́ȀēȇƩЀǟ˓ЈȱSƭљʉৄѵ̒˕̅ͻహ޹ལࡓਖ਼ĽˆDzljǙΟ¦äŏɷ×ďÈ৯ʿࠛ‡ωƛƬǦʋǀƋŷʋyĺ̐९ǺƜ࠶̋ͰĥـюʦėƒٲĘǴ˴ࣈؘٖͤ߬¸ºԴ֡LjŸǂЇ­ϣϔʎҸ̇ˌþʚɻŒƺдڇΎܙźିѠόJ@ƢѸºۊҭގÑѾƂࣴdzڴͬ˘מϠȊԐQԶƄ୨ͥLjǕХʝĶŽ"]],encodeOffsets:[[[22708,61820]],[[21966,61983]],[[21727,64760]],[[25445,66551]],[[29662,70679]]]},properties:{name:"Finland",childNum:5}},{geometry:{type:"MultiPolygon",coordinates:[["@@ѻŭ͂ǀź‘"],["@@ăÒ¬ò˜ƃ"],["@@ʾɽÜέױƷՑƾµǶȬ˘˂Ŷϲb"],["@@đAĒƮ@ƫ"],["@@s@²@ê@ŞĈĩȥ"],["@@ϋĊĞyÑ"],["@@λϿHġ̦ȔCȍё½ǻĀǏƿʧÛǫǂðƔȆSغ͎ϔĆ@_"]],encodeOffsets:[[[182772,-19429]],[[183654,-18536]],[[182559,-17788]],[[184320,-17370]],[[-184294,-17331]],[[-184247,-16898]],[[184320,-16556]]]},properties:{name:"Fiji",childNum:7}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŤQÑŷǓĜł®"],["@@ݲĒĴÉչҕ˙cęŹ˩¡ɳŌ؈ʈ˿º˲Ö˕ʀʂĕ"],["@@ƍĬǤw•ó"],["@@Τ¯éƅȦùZƂʄ„ƘőŷÅƚ«ݡʥ~ƍҗæņŽɯm¯ĥɅƤàǬјȬ‹njȸȆ"]],encodeOffsets:[[[-62483,-53028]],[[-61733,-52697]],[[-61554,-52629]],[[-60262,-52500]]]},properties:{name:"Falkland Is.",childNum:4}},{geometry:{type:"MultiPolygon",coordinates:[["@@ιÆʼnǺàż̎EƬș•Ǜ"],["@@ġænȲŌċ—ȋ"],["@@֥݇ɋչˏˉܩŦ̥ȟʫò率¢•jqZXRŠN„B¦ÖìœŪɄ¼ĖtƨƒŨ`”ŀƤ®ĄsƲˇΦŇڂҼ޶ࡪ˿ԞН…ƝĖüƌũ²̫ƦʄƦӗ"],["@@ȥw¬ŔǝȸʊýĎɕ"],["@@ãJ¼Ĥhĭ"],["@@ƛ°Xʘǐë‹ɛ"],["@@ǍC¨ɺʤȿŽu"],["@@Ð֧̩س͇ǠäĦɟȘâƐœɚȾɀмʦʮİDZ"],["@@‡ñƥȞǮū"],["@@†ƒÞ_zY~mªQÀRž~¾\\Ǝ͢ʕ׸QֺƭѥۇAӃɭƅǧ´Ɨ‰É¹Č¯@akiw‡ŋēŏėk•mƗ±cƣʹǩWijkƗŁÅBÁˆQäJĨžˆŞò¾ĜŠŲNưk\\ȿŀĩ´…¦·dƒȗƹ̘̟ÉšϋƟ̜ȫýЯΚǓˌvŧͭޡӋϡŁ׫ž̅Ǽ̇ÑکDŽյ̵ǧɷƆПভßĕÖˀŻžHĎš€ÇP՟ؙȾÅŽ৽Ġ׵ʪƇ£¦ǀ͑ƘʺƀȪ࠸ƚŊÛØýćƒܮ҂ҁȯϾͽȸƐvĩӐ՟Ǣɭʜ’ȒƫŀƚĤʈµțĂѹBÜƆ˽˜cĤ౱ǔ̯Ǽ̌ŌȹĴˮ\\Бº—ôȚƚદȆҐʯȸĤϊÅĈĪѼ™ǃŸcͮɭКԈGĶʕࠌûӤŸʋº¶ǎࢸʞ̆ɈäՐܒDzȠ̅̈|ƔȻ˔¯ĀƝТ¹sɳͬUɰNJ¤̩՞ɷʂx"]],encodeOffsets:[[[57137,-21851]],[[46265,-13288]],[[-52892,4159]],[[-62286,14843]],[[-62700,16272]],[[-63067,16392]],[[-62799,16620]],[[9708,43833]],[[-1206,47006]],[[5929,50728]]]},properties:{name:"France",childNum:10,cp:[2.8719426,46.8222422]}},{geometry:{type:"MultiPolygon",coordinates:[["@@ÐýəzNJÄ"],["@@qœƹvĬƗϓˬҔµ"],["@@ś«SŴŰć"]],encodeOffsets:[[[-7359,63631]],[[-6790,63722]],[[-6559,63753]]]},properties:{name:"Faeroe Is.",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ōY£ŦƈLjŗ"],["@@ÛåĴƤ—ý"]],encodeOffsets:[[[162115,6978]],[[141459,9729]]]},properties:{name:"Micronesia",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ķ̻šґՔƜˤ¡ȾϿęɷ̽ɩ÷ҵԪ̵÷ેȅ˝ŒŗǥŗętŹ˞ɥɍЉèǕ͌ǟĘƃđ^ͳ͏éϫÐÉгȈū›ǍȀš¯̅NjaƳƌɧƝĕȍڃݺԿҞ˸éοƸ˙϶ƸPǽÐȓѠʂ˕ƶÞǥ’¨džţµśì̥רȴć̌˴¸׎ĨƷˠīǤŴϣĐȅɌƞĦĺówϤž^’zzJ²Iz£`wĒமEѼG՜hŎǰFඊÖā"],encodeOffsets:[[13613,2214]]},properties:{name:"Gabon",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ƻďʽàɀĜȺë"],["@@Ů_˗ƟǍɄɆ€IJă"],["@@γ{̛̈ˉɯʁVїɪ̪ƲſĔ̢Î˨˘زŰτăˌ˝ƉƩʞnĦƍǛ¤Äɵ΋ȅǗŒ"],["@@ȏ‚\\ȔǴɕ"],["@@ÖȡȿófƔǣÙ|Ģˬĺ"],["@@ďà̆Ȏȵʭ"],["@@҇§ƤǔŭĸƸ†˼Žaū"],["@@ƉɠŦSdɋ"],["@@TLJϴ½ɵǧïƀʍBρȪϤȘƊƕ"],["@@pű˩Ìʺæ"],["@@̗ɩňÓҵɫčÄȐĠȓɒ̠N§ĦҐǜś"],["@@đǍٷ̣ěƮƒɷȭؚŌૢKʘȓڽދ׽ǕΦ†ǰŧֿȍΩÊجťϘÚϞĽЮ˧Τܯ८ӯķă˒΍͕ņ͝Y̮ӄ̙îƧʻɇȠąɼƄиOԐǥøʅŽ̝̋ů™ƗνÕŜƃϻęࠬđaƱοɋ։ų࣭UՋŎèÛƵÕћmIĹߵĨͽëɳͣѝź҃đ͟ɃчX஺ड़ࢪ`נҊܡ̍ԇǜ˿mŦúʛæџĩɡĪ]ǬߺˠȦɜķ̾ӧğΒ˴ۺǒˤã‚Ɩˆį˅ǠȀԺˍMͻ˶ĘʲάưћI΁ƕܡÆÿſķÒŝȌиѠǏ̺ʌÆɓĦšĜΫɭŦʾ˛ǝũԙƥ¯ȐϾėɆΠנϷȏЗƦ͸Ŭŋ¦ʦˤțŪǴƘƍĺŘǴϜ@ɍǂÚƚˤpQʰӬ­তŘǦ]³ĵ"],["@@ɜĻҍÄlƆɆč"],["@@ɌýȹӇRɴ̻ňʐ¦ǓƌǪĬ²Ó"]],encodeOffsets:[[[-1091,51907]],[[-4297,54602]],[[-6367,55387]],[[-5227,56780]],[[-6275,57273]],[[-6113,57155]],[[-5916,57697]],[[-7423,58487]],[[-6292,58886]],[[-7378,59068]],[[-6347,59765]],[[-3184,59920]],[[-3130,60447]],[[-1339,61991]]]},properties:{name:"United Kingdom",childNum:14,cp:[-2.5830348,54.4598409]}},{geometry:{type:"Polygon",coordinates:["@@˂Ə®³S“‰ïûÑēẂĜڱɠÁuǹŏsYƑe؝Ýէuȑ˜«ŽWz~nmhûžųĪít…Òƒ^ÓNÙMaOoWčijғ²ďÁ™Rß~ĿvÇhLjǂ¾ɞɱׄշͺ̽êПɰžÆ¼Ìӂgʚīޙɲ“ĒµĶ³র¥ȚßR•ö»Ѐŧĉƈ½`eEs›U“lmÆmŎI zĊlȐòƨœɠōâŊjTÔuň‰öeƶũȂLŤ‹loýȫH}ӘǷǾĉȷǃĸǍ"],encodeOffsets:[[47417,42504]]},properties:{name:"Georgia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@àāă̇ϼ͍ĭիà“ğşʘËҡĭû˂ͻƽڷŔljĝхǰͯϚ̧ȥɻׅ«ቕ࠵थ˜ʢļɼƘǣĤȓࢎɤפƜВĸø°rZŠeŽPxÖp‚ŒÿӼ£ƀ“̳j”ʲTŊU¬¹ľ]ôU־Ļƈî΀ຌXΒéˠȪȘ§"],encodeOffsets:[[-70,11383]]},properties:{name:"Ghana",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ħǥǔƷ̺džȊʳκ˂ѪƵͬȎ‹Ǭ̐¿ȎЕGȽ΢ʳɣ̛ˢeÐщɔƏbƅƏǃdБȮãmȏ⋐‹n…ĽÁ‰‹YNjȚťpɣŅüʼnVʃmO¡WŻ…܍þWŽùĭǯVě÷ƛuƒǕœ³™ơŊȗΧȑ̃ǘĀʎůդɛLjʁěéøï§GÛV…]đij½ŇLs\\ˆÆƪʌī̸ģng\\Ex¾ŜJzÙĄʏͶőŜq¬Ëf՗GșįʉnʼnNjǕ˥ǝġijNjǷiť̸ɉĬBͤʼn“ȍɈ͍ĜƵʪbǼëßĉȰģŒóƑۀPʚª°äƒˬºÜŒvàFŸœŀÖÀ~ŤOƚZȄÒDȊM¦ßœŏľ¾Ìń`òǺ¹ĬHæլ“lťŊ˜҂ljࡔÄ"],encodeOffsets:[[-11662,12703]]},properties:{name:"Guinea",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@½ɸžŒɌǣࠤǖשiǻĕǭȴࢬAèŠˎîמʷή’ŴŕΛƟݻːŕƇѷÑiƗۃEĩ÷"],encodeOffsets:[[-17165,13378]]},properties:{name:"Gambia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ËovŒ–ġ"],["@@Ĺ°Ɯê¡ř"],["@@ķX¸ĸÀŏ"],["@@©ĻĩİƔL"],["@@Ń_½ËǰƙN¥CȉȃÑʽI¿}ĿÕŷ›ßE‹u·ÛƓ˫­á›«§Ò’ŌƗģLŀƩ¾ŽƮĽ^΀ǀƁöƵÓõĠ†Ĵ͜łܧƵlŶǽiǃŒêƼljɱŴ°TŖaĖhƦÚĈ^ʰgɞ¬͈DŽ܆GʆA˰AGåºīñǹ"]],encodeOffsets:[[[-16277,11349]],[[-16501,11325]],[[-16283,11741]],[[-16370,12168]],[[-14090,12557]]]},properties:{name:"Guinea-Bissau",childNum:5}},{geometry:{type:"MultiPolygon",coordinates:[["@@Fѻ஭đŽ_xy¤±JyI‘y›]Pnõ¼ĽrΞڎwŠlȤtMT¯†{Ġڼ@ʲ@Ȝ@H՛"],["@@Ƥ@Šŋȯ͹ȓ”UƼɬʶ"]],encodeOffsets:[[[11605,1566]],[[8946,3849]]]},properties:{name:"Eq. Guinea",childNum:2}},{geometry:{type:"MultiPolygon",coordinates:[["@@˄ºµċȶŕୂW¾ȍѺNJŻʝଫíûžȵÒܷĆmɸĒiÄŢĬĵ"],["@@ėŐŸȈŸ̗"],["@@ť€’ƎĔǍ"],["@@ŅzBǶѠɚŧ̳ȳŕ"],["@@ĥ…ŽĬØå"],["@@DžČúú«"],["@@ɠƠŘ}ͷš"],["@@īA˒Ĩǥĥ"],["@@ċ]ŤŎŅ"],["@@ơ…ňĪšã"],["@@õāŢƎłjȕ"],["@@ĉN¸à’í"],["@@÷ÐŴe»©"],["@@´Ęɞˑŧ"],["@@ċ¯ƇŎɔÝ"],["@@É£úžoę"],["@@ȘďǭÃɛâȲò"],["@@Ęąƥ™ǗdžÔØǒĽ"],["@@{ÇəɦɎ³ˆũ"],["@@ŰʿȥŠÓńĉ­Ǯʜ¦û"],["@@ǝtČĠũȄ˄ƒÇ˓"],["@@ŏuŞɘMȡ"],["@@ői¯LjǂƝ"],["@@ĠũԒƏŰέˀą©ť˗ŚƟɮ͝¬̞͍ͯÎ͚ƊƂÕ"],["@@ƺɿęviď̡ĜƒİǙđȓĖ˒Ƥȶ™"],["@@NjzȧʲɾNãėȚȡ"],["@@åƥěðƿ•GŮ͊a"],["@@ɑ‚ĞŪŴƫ"],["@@޷ɤʽŗˇøͧȉˍpĔˡ̄ùŌƯίǰƻ{ȪǷiűʁɒȧ’ǜ˷ؗЎtLjʗă‹ϫآܣơ×Nƀȫ¤‡ŕƲŏлƛֺǥβʹʄݶœIϳѥ̜ϷſϠρ˟ęνǬμँϋ̆ʏˋ̇ҬĿÁɅʹ̀ĆʴүъɼʰɊkƔŸ࡬̡˲Ɣٗʲďç̕²бùšƒwħDžV˿Ь˾lNŒͽL΋ʔġȀûĄćÌlBŒWҋÚOƨŰA’ÏĞ@zxXœvr‚¢bǞªȊ̎ŲżÙŸRÚԤfªxŸ°ǶƲdžxʺ‘ĢlĸŽ¸ź̺SìÂŐH¼TĒYČB͂ÖlRp¶ˤEЀ~EɌǑȂRŞ£IJÓ֠ÌŦÌ†h¦Uò·ƶllĀdĶwɖī˜ǗʙƍBʅʗȑ"]],encodeOffsets:[[[24425,36389]],[[27829,36317]],[[23608,37059]],[[28512,36792]],[[26095,37267]],[[27096,37464]],[[27597,37609]],[[26480,37674]],[[27669,37847]],[[25886,37959]],[[26159,37855]],[[25113,38017]],[[26013,38318]],[[26655,38431]],[[25863,38503]],[[24941,38479]],[[27469,38719]],[[21390,38713]],[[25592,38666]],[[21108,39305]],[[26721,39136]],[[21184,39536]],[[25267,39741]],[[23978,39894]],[[27045,40274]],[[20560,40380]],[[26049,40943]],[[25369,41590]],[[26664,41705]]]},properties:{name:"Greece",childNum:29}},{geometry:{type:"Polygon",coordinates:["@@@ƢЎĝǯ"],encodeOffsets:[[-63196,12301]]},properties:{name:"Grenada",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĩķ΁ĈӪƼ½Ƌ"],["@@ǧàLjĦ`Dž"],["@@ǁwŗǨȴNJΒÛ˫ʝ"],["@@ּřŪǝත̉ԕŮѲ¾ƓÚँƢŎȤϸOяLjϬƸࣚģӆɕ"],["@@ύ`ZĈδħ"],["@@~ɥۇǗ͗ČறÇΘΪ࠸ڬƘ͘Ĺ"],["@@Οò̼Ɯ¤ɍ"],["@@ҥȑխž৔Ô"],["@@Ԟ̷੹‡ƻˊܘö"],["@@х͚Ǡɰʦ։"],["@@ۓĘࢴ‹ȟË"],["@@ࢣėЏŎॾǠјušǟ"],["@@བྷɞѩʸܼˆచǯ¬ͭ"],["@@ↂʭ㇓Ƨ‘ď㞆ƨպʁ᝚ȱಇʹ㏱ƍʵę̀ī෢Ġᗆ¡ܘʧৄʾ๠´ĜϽབྷەᰦܦᆦȯ૮͈཈Œຶōࡈȍෑ̳૛ā§ȕቍǃۖūҩƧ೧áଝî؃ȷ঄۩ᅡѧԅߙܰǠ଺ljpŹ׍ľѧÑϘȿ޴ūܜŒÉЙဏŤॅțӏĚΣ÷ؚŋ͞ʩ୒«ԂϱcӝߩŒএʓӫĆҎŽ׬Ģľρώ˶ζ@זέçəݙAͫũ઩ĜX˒͇ɛƾʽ๤ţš̗໳ȉݕňޥ̮ѧƋۿɀؖ˹੩ɏ৩ƶؔƿࡩġǶÏኔˠަ\\ᄄЭɍڣ๳͈ҽҐၷ˓༂ƾƎˍϽȡϜøᗨ׉ѩ̣ÀœIJƸҠžȖߝܣÁ«ͮɇΡ՗\\եǘӹӖ૕̊ঢ়°gÿਫ਼«Čʟࠍțද–΀ćßǑࡃɇᏚfœęࠟțƪŏ̚Ǯ఼Ŷ༦ǵ୐[Cûعŏ_ĝۇ±łůҳEBūݥƭĆāԗɳڇǵᙡͅԳ\\ϗijͷ¸Ġő̱³ଉ͂Ǝϑ࠯̩࢕ࠅࠫͻ֭džȦʧؽʹŭƪśǻͭæ̅Ƿқo֨֞݅æͼĽ̛͙͉ĘˈʡခŽԄǹ̟ǕˇýۥªIJțʼ ЊλԋɏڣÜҦƫΎVÊͿȋLJɯg˷ϝϥPˣŜҒȣɱȡࢃaڐŵƙΓDzʝЍŝȨċ̵܍˝ȱ݅Ò׬ǡúˣǓŏՓĈʠƕȽ—ǭ`¨Ā̅Eǂ̐͛ɍ١ƼXƜͤîȀǨԽȁ֓ƞăƊɬψࡇ͵ળ¡ΊȔԭN•ƶгṷ́ˀûʦҪDŽڛåÐȠٟȬjȾъ˔ԅȇ࣡ېß̪ઌǪȏK¦Ė७ǭĻĐʮɒތȖМȷĥɎͩÀϋκȪ͹нƙ‡Ŋ֕ґ˱޾ɹƤޘ͔ѸÀՋ«۟ɗǭňοHþ͐ʉÒᆖ۪ົ֯х¿Ķє͊Ƭն°ࢳ˜υǰðʄॎ˦ႬȅҵƔǞĨڝÍӣĊଢ଼ʋӪք଺ų˖¸ȸʮࠧǕহǛ˂κĈࠚƣ֬ŰŚŒχ݃͜ڌ–ٻڈڰ࿳œ٥Ȳ࠭Ĵѡɺ̬ĶନÍྰ͕Ǭ¬օƞÈɞѣƂيQ̛İോ¾ĬɸऺǶඛýʜȔэҲɳ™ϘϿҕlj´Ǘ؍ùݽƼɺҶЎȶحƩ¯ĸ˺®ʳČ֪IJǀʨ˭Ťǹç͉Ú͊ˌۅȚɠǜ̶͗ࡋGѲĀUǮϲĈኻۜˈźɡƶᖟЀᄓǎҩœϵČࢿƽыĞӷċѷØˊȣఉø૭˨଴ɄಷîiɈޙƗѹǨɺŬཔj۾Ƹุĉʩʹ࠹Ɓ޷àؕœহȜΞŢঁyಝ͌̄ʎےŢᖂȞԮƲᒪŖࢄ۞ԨĊᖏmǧʶᒈԬژ¶׌Ɨŀˢ௾íӾ؆ಾ|ᖖѫᕭզ◴݆̂ƿĬѕ֚҄ᅈΩ଒p୧ϸݲö⪴׉ЮӴૉ͈ᶰÇюÎ♣ĠǤي፾ȸ෬ƍߌȚᇚ˫ӽ̺ࡶń㹪Ê"]],encodeOffsets:[[[-47377,62241]],[[-37920,67105]],[[-52237,71222]],[[-53996,71624]],[[-52915,72556]],[[-26042,72624]],[[-54820,72746]],[[-56337,74539]],[[-18432,77218]],[[-19028,77868]],[[-73387,79182]],[[-18035,81742]],[[-45941,84054]],[[-30671,85571]]]},properties:{name:"Greenland",childNum:14}},{geometry:{type:"Polygon",coordinates:["@@˶DʔŁRƾ̮ȅ—…ÿáˍɉɷǩƳãáǧºǑQ¿īÝÛĩǯsvůс˳ŸƕїNJ٩¼ܛҲÜΘ^Žœtr ĥȺĖƦŀǪȄ̮ʬBϢ@ɶ@ƴ@ÚDYøTĊ‚ø@’­¤ĕz·–@°sȧÞɟƆη͚ǶAǠCHӂໞAÑྩ"],encodeOffsets:[[-91374,16270]]},properties:{name:"Guatemala",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ýƚȐƾƛǗʻ"],encodeOffsets:[[148216,13578]]},properties:{name:"Guam",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ĽdzĠŝķƧ͋{ǥƛÒŷǩӇ΂ש̀aĘѱвۇȆāУsËh¯ÎuRǗ§ā¯óœ›¡£mǛG߁ğg©Ņʱʑµ_¡ġ—KŻơG›ƒµ…M΅Ʀʯ˖ŋ CĄÓ‚_vB̼œöĕ˞Šݮʬ̄Mx¿ÀıǢłϗƲƄҤŵƀċhÿ·ĽWlj„÷gՓפ]‚ôĢàäƜ€’oƞB¾}ÈmÚ¶ĚάÖ̮Ƞ~øG–g`ĵbµm»X¥²í˘ǤɸИȬ–Ğt~Į´d¶ƻȲۈЋׄ֩~̟ljխɒϮδÅϊϡˀŹ„Չ"],encodeOffsets:[[-58567,5682]]},properties:{name:"Guyana",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ȯŸǵǪӰŗʼnq"],encodeOffsets:[[75477,-54412]]},properties:{name:"Heard I. and McDonald Is.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ݷȱĝxǷŲĽµ×ƛűɩѳϟgMƒOǓĸ³îʓɽ]țhĽWsaW¡PÁ„ȓhÿeyÁIå[›—ùǹ¥_ɹYŵ̾˙ž‚ĺÈʖazϤ÷Jĉ_ƇĞʡŗ…F]¨MºO^ԝ͢ȯœLjLjRÀ¹ǒâǨƴäɸǪˎɊĀ☆ĆyɎƮ౤ąΞƞ¥ÐфĽєøΐƿʤjиΕǩĪřw`ûƘMƖƣɚDůŬɶŇâƉĉ̥ɍ`Ĺĉč"],encodeOffsets:[[-85642,15234]]},properties:{name:"Honduras",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŘËͳøɜk"],["@@Ҍá˱mǙĐ"],["@@٦˱æŃ׋̪ٹǾԺı"],["@@ʛ`•ĎϊÓė™"],["@@Æ×ƕĤЋ"],["@@ƧȬhɞƀщ"],["@@̟ĒĶŪȪȻ"],["@@ÇąȌˏ¹īͪƿ˱Ù±ɣƝ\\ƣǎ܋@ݧǘ͙»ȥǧɝƲȫU©΍̮ȵǔͫࠊ֭̈́σÅËֵϢёŶ΃oڥոÁì̊`Ы˦ŁВʯǼȥ’ϝп˿ը̤­Ю®¶pŢŶpK¶áŦÿƊlƀ£ŌSĈvYˆ‡OŽÐäÝÖ̀ňpĺQÄͼI€b‚кǮǸŸĚUöq®]ƮËļÝτ˽иǥҨ‹ƨ˜€bĎĂȬr"]],encodeOffsets:[[[18031,43796]],[[17051,44029]],[[18092,43927]],[[17189,44310]],[[15741,45030]],[[14836,45732]],[[15166,46057]],[[19360,47035]]]},properties:{name:"Croatia",childNum:8}},{geometry:{type:"MultiPolygon",coordinates:[["@@cÏɋêǗƎЈƧ"],["@@ƇǫÖŋN«aÏĻijĵG[W¼ïÊăĢÙtÏșíâýÊĩ˜ۇÝёČ̥½řůӽ΄úƦƆŽூȑΎŞ|ĎϵͬĜ̴؟ʀȂƊӦdΖſ͖¡²ll}žǛ‡ǛČ÷"]],encodeOffsets:[[[-74551,19229]],[[-73366,19657]]]},properties:{name:"Haiti",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ĺDˢɯƾqĜƍ݃χ݅ਇ̣‰ūħė„ȑƒqd£`ȑh÷_ȗpljėًſčāaƧ—ҧŒзǦσ˾ĽÞƫÌ­^ț̜DžL̢ŦUͦȞŖɉŜժ„äʤԬȣ߲dÊǴ۬Ȉ˚Û͐ŰƀȚ߲tˆǵ̪Ê"],encodeOffsets:[[22663,49568]]},properties:{name:"Hungary",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĹVhŘѴʌ ƧЁɑ"],["@@ƭ†ʚĠīť"],["@@ùŽŐľ•Ƌ"],["@@ٮө¢ãœƙɑóʙĂҙΨџÊŃǀ˲ŶլÈÐÕ"],["@@՟՗֯ǕţÞĤLjŃĤĶ̒˞ɰȸñƌȨВȺ^ġDzV£ŭŝoĜʣ"],["@@Ұ䞤č"],["@@õ•ĺŜŤwƧÍ"],["@@áJ¾ʴĢ÷ýȅ"],["@@ʗ“NJƈĴƒeï"],["@@ŃǧÔÅ̅u͏ŀȂ˜_ʶ˺Ȝˊōßɷ"],["@@ŝǝǿêʾȶ Ł"],["@@̹ʙ˕ŠȸǪí–͔úŲé"],["@@˧âȞŖĊǷ"],["@@ÅƺƤˆĝȁ"],["@@Ќæŭفõ¦ȜŪ–"],["@@ʞÑăíǟÆFú"],["@@्ʋȣìïďʗeСŐ՟±ďƈÈɺآƮۮ˱Ѭĺ̚ơѸ˘ÎèƉŠƄäøȇȉʃ"],["@@ñȶɒƀ˃ǁ"],["@@̴ŒĐőǴİǠ̷͑Éòć̓mċƴǃƓेɑɭþ Њˢƒ͸·ȪʇƎaɠŖΛɀ¹NJ̦xŀǏ"],["@@ɎɃҹω÷ɶωǎũDzЄiǺĸʚõ"],["@@ĿïĕȦǢatœ"],["@@ˡʃγÄȯĉƪ˒Ȩ—ͬŔLjă"],["@@£ĢĖc±ý"],["@@ȩŋիfδېǶńЌ¤Ȁʱϟӟ"],["@@DZDrˀъӔþëûÏg̟ʣ̻"],["@@șîƠZºć"],["@@ş¤ĈƘĩ"],["@@őFOĈŢč"],["@@׽ijͳŶŢƢǚhނNĊñȕŧ"],["@@Ɓfjüʲßƙ"],["@@ŋtŜúOĭ"],["@@ǵ΁ț`b̦ôXãɦΠɁ"],["@@ʘǩ֐Ï̈щ฼Ɓ΄ѰŚWǬɁ̠ҠȵϞƒĠʛŪé@ȻȀėРÇӖú˶ƅmԥǒ̫ૣОӗĹঙĔݹƀ૙ώғŒʏʼn҅ÖՏɄۡĔĈ˓ŀ߉þĬƞĨįƞˀŎZè˸ǦǞـƷȆǎ˞ē"],["@@“ƓSׄ¨ѯ"],["@@ŏPĔÞ|í"],["@@Ł½§ʲƪȳ"],["@@ӵɯʉɬŮ®”ƪřŀŖIȖʈƨɻ"],["@@åïʘ֜eɏNj˛"],["@@ɍƀɖ™Gĥ"],["@@™ă‘ĆìA"],["@@ȟƴĘƺņñBɻ"],["@@åıɿÊĨɀwʬ˪۸˅ūǡ€ŋ"],["@@`ɫşØé͝ǸǍǿÕſɟƕP·ƦưɺòӼȆȚĘƏ"],["@@¨­ʧǂɀœ"],["@@ƕĩęǔȲ‚~ī"],["@@Ɲ«ºļĤÏ"],["@@ʡą«ÒͺƸ«ƃ"],["@@‰Ɵ½ĈĈØ"],["@@ȳŝJҦǦǦ„ԭ"],["@@̮ʭFȯҙDžЅȀƃƸ‚ˆٮf"],["@@ťÔƘAqÑ"],["@@ՀĽdžšʒσ¯ʋ߯Ҁ˧C›ĿԕȀ̅ǵ͑ʔȗ˵qɲ˒̚ږŒƸĕʺŮɪã"],["@@’ũɕ˼KǜɌǹ{Ƴ"],["@@ŷȕǓŠȱĻ§ʐĒ̖ƞŠ͆ƕÚŏéƗ"],["@@ǁáwʜǺǹ"],["@@ȣð‡Țɬˉ"],["@@lj̀ºĐŐЏ"],["@@ʶƒܑįûĆ՘®"],["@@ÆɽƛÛѕƲԬƨ"],["@@ȀMłƑݫŅóŬôǘҪ"],["@@சǧ֑āهʪ"],["@@ī•ƒĀŰ©"],["@@ːڛϠğǧˑ²Ʃ֙ȺdzզշŜ˜Ͼł¢ĬǡhǔDŽzŖƏ"],["@@ĩpžƮÌǝ"],["@@ӹÉƕŜɄɎь˟"],["@@tǽǔŸĦč‡ġȥVďƭmʾɕʃážĆɀʰV"],["@@ȹąZʖɤ­ƒš"],["@@ēD…Ŕƚ¯ç"],["@@˯ƘȍΌØȒɎbˬ֣ēų"],["@@ǿ¼ğʞ̠–ͯ"],["@@є×М̱ǯĵȽŠƙ̘č¹əȘ"],["@@ťh¬ŢúƉ"],["@@Ɖ–ŴÎVģ"],["@@băȏoǮĴ"],["@@@NjDᲗħͥĨƓBᇳࠉޢĪɮƳƫҥóŗǨ̝ɋǖմ˹˰ΰ¼˥°ȵǚɜàΧўţͨàĘƥŠŞŎɃ…uȴٿѨ։ń՛ʎڅäѡ̺xľưbԵOijŲơkʝ˴ƎΦş¡ɷœŸįХŷƍ˫JƇ̔ĬŸıɎٽьɔĞдğϺ̐ђƽ®ƤŶºħĈŊLj߫Ɲս~ʅɄýβ՗ƖʡǐɒÈʺҠŸӸ̈ϴ½ԬʷфeŚđ‘Żǀ̣Ź̝öӳɞѯpɀŨžØͫŢršʧ̪ƅȢp̺̌Ҁ؈ִƘČâ¡ƺֶ̞သܫ۪ćŀƉȎE"],["@@ĮōȑljėǐǼň"],["@@ĬűÝšɴǗij×řİƉ‘LƎƗŤrƒŌÑĤô"],["@@ʼnqNȮƐK“ǯ"],["@@ɳSôŌǀķ"],["@@϶ũÀş˫Ï͏ɲɶɏůċ½ŮśÏˁƂłŘϚÌ"],["@@űAİʲĕȎȆɍíɯ"],["@@ȐęҷĀĄǨȤǍ"],["@@ũP¢ŴĈƃ"],["@@ҋĢ`Țиȕtĥ"],["@@ĝpľší"],["@@ϷƶpĘɲùƖǓ"],["@@Ĭ]×ƧőèþĞ"],["@@ÞƕñǽŗȀƿ‡ĢƔȊˆ"],["@@ŭðo˒ƾƍ_ȳ"],["@@ϚЭģ·ŗ‚ãȦǕĨ˛ДɶĪł×"],["@@PŇЍɸϾů"],["@@ϱѳ֣ƑЧlɥƖဝ©ιð͗ɓƭϵ¦̟ƬˁɶƝŴˣК~ΪіͦĕʼƨԠD¹Ć˼ôǪß°Ň³ȏЋĔշջ͡řǩǝʝb޾ࡻĜʗūΛπϵƄhr˝ŷªԗǙÝʕϗÖďƮŌШ؍Ӓƌ̔CΔơĘȍkͣʁƨُaއšѹŶϏГ\\ȟĭƇêǓʠȠڔ|ШſѬЇqŃŞë֪ʸȨȖҬYѬǘфǠȎŐƱĹٰŦň³ǖĖǦ̚Ѷ˨įɠͰǶÚ˔ëǀƧ܄¥ͶơȔĆܪûԒ͌ΎψƐ\\ļƷ́э"],["@@Vʏǿ³ùʐʤ´"],["@@Ű_ðǮnjĬ¾ȲϺƠ^ϻ͹ȕţ̎Ʒʐ˫ޕɌăƣúҟϔէ͇ǀ̕϶bѼƝ˖ÐȦƯʖǠנ;̘ṷ̋ľŋ@̵̝ˉäƓ"],["@@ȏŢƸa˜Ŀ"],["@@ƃcÝɚ͒ʦòĻÅȿƛƟ"],["@@սʞùƜƮÂѬ̽žŽ"],["@@čiČĨBý"],["@@ËǘŨïÛħ"],["@@CËéĮî¡"],["@@ġŶŐqmŃ"],["@@ūt•ɬǂʟ"],["@@ōƽ¥óƒȢb"],["@@ǹ^ŦĘȭƢȸȠŨșÝʝ"],["@@ğāʾ͗؃ÇʒǑLțɒʼn•œň•·½άяɷʓ৐࢛ϙƗ˵¼ʅȌ¬ǭȁƅȇг·ҹĊϓկϝƣƮ\\ʃБϧŰ@xśřǻɂƅ‰ǯDZ•\\̋ƏƒúLJʧϿਖ਼ӗƗژãėďŒ@Ǯ죯èͅƩāɔɡ§ʹ˂¿ɇdzœƃá˅äΩș‡жŅƘٝƳčÚÎòǑĥŇŊˉÙƇ߸ŗŜpӴǏɜѹǢĨƚɁȺŖΠʿ˚yҴ–ȆƢĴķ[ÆɌʬΪɂĘùōĬɿܐمԄǂתɨŎĜʞʒĶϼPÂŏԮǕɾǖԠdˌѺ™ɪͤɮĉĤŒɖňŌǪRȌ঄ƴžռnӰƒЊƕ"],["@@ĥŒĠǀûðˆǢƐɏĕɍ"],["@@ࢰoלړ¸ˑ஦އږ࠳̪ȭ¹ʜǾ^βӃҘɁ̶ԋբɛqƍϧǗڐʢ˪ȍĪȭ̝ȩoƛĖēÏġʂʻ՞ŷžٿˢɯǍуːȌΨSծ؍Ǜяòǿĉˣ²܅śڷͱɦɣǑωȎœ̻éW٧ۚઙެ·Ҭңδ׃ޚ…˄ҟज՛ܺѕʴӁౚݧдġЦǗňΟԌѱȮܭ܄̹ԺlʀͶšш˃̠Å"]],encodeOffsets:[[[125900,-11171]],[[124809,-10844]],[[126379,-10549]],[[122893,-9599]],[[128070,-9740]],[[118385,-8980]],[[125929,-8750]],[[122332,-8950]],[[126278,-8555]],[[119441,-8820]],[[127270,-8529]],[[126900,-8471]],[[142229,-8589]],[[120378,-8568]],[[127566,-8336]],[[130892,-8293]],[[125730,-8818]],[[134003,-8518]],[[121081,-8517]],[[118219,-8350]],[[132955,-8145]],[[129845,-7851]],[[130478,-7806]],[[141861,-8472]],[[134478,-8191]],[[135150,-7374]],[[131759,-7355]],[[123674,-7289]],[[116577,-7275]],[[118147,-7138]],[[107779,-6799]],[[137766,-6596]],[[109951,-6151]],[[123421,-6449]],[[115425,-5950]],[[135995,-5991]],[[137981,-5843]],[[136117,-6043]],[[104825,-5610]],[[126594,-5398]],[[124972,-5568]],[[125589,-5395]],[[126137,-4660]],[[136777,-4347]],[[126201,-4211]],[[131649,-3671]],[[131355,-3762]],[[119219,-3547]],[[119095,-3960]],[[129906,-3161]],[[109452,-3077]],[[132869,-2934]],[[102836,-3259]],[[110805,-3069]],[[102609,-2806]],[[102240,-2399]],[[129081,-2510]],[[129049,-1832]],[[133482,-1731]],[[127969,-1746]],[[138726,-1630]],[[111568,-1658]],[[108591,-1709]],[[126564,-1745]],[[131229,-1700]],[[126170,-1199]],[[112344,-1209]],[[138205,-1142]],[[101544,-1820]],[[134146,-1347]],[[138633,-667]],[[130356,-799]],[[133762,-541]],[[124790,-416]],[[144357,-2672]],[[106982,-342]],[[130629,-326]],[[130304,-507]],[[106227,-356]],[[133953,-4]],[[100823,-543]],[[107294,-180]],[[105764,555]],[[105501,765]],[[105907,1074]],[[105643,892]],[[106522,1209]],[[107096,1246]],[[104886,1014]],[[99822,1501]],[[104952,1495]],[[127887,1020]],[[104150,2129]],[[130799,869]],[[99671,2126]],[[131537,2102]],[[98779,2417]],[[111501,2976]],[[108299,2932]],[[108837,3233]],[[120483,3360]],[[128674,3519]],[[120714,4287]],[[110916,3779]],[[120397,4271]],[[129861,4131]],[[98809,5355]]]},properties:{name:"Indonesia",childNum:107}},{geometry:{type:"Polygon",coordinates:["@@̽ĥ̤ˬZȅ"],encodeOffsets:[[-4517,55486]]},properties:{name:"Isle of Man",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ʬ@ĤмӼþʜόώeլԟ͚ƺ̃͠đUz­ŽƓ’íȘșKąuū¾DžWǫ̑âʀ˵ɶĉɔÛʄǣaīֶɹĦ­rә`·O¹yiŕĿœāŭƛíƃ½ůBėoĻÁϏqėƒĽh‘ƀěĈ³Ā¯¼Mb€n|Î_Ө˃ָϿšP¢r˜^¤YډƨĝƐíƬ`¢[„ÛpßҲůä’^†ÀjĖQǐ»èeɚĪŜÁɂãň¥€£\\Aĥ€¥юɳĐsɴČâWªŸŽš´‰Ǵœ׎ǵ˄ĶɬǏłÂμ\\Ŭ¯€Zzˆ´ƀ¦ŜGèŸĸįƄS¢ƎԬFĀ‘xAÀ‚`ŒjŶ–ŶèȐï±СbûÊɸŸSeķák—Ĵǵʒũƺ„ɈÏp¹ĐI¬YƮnư~êþŠ˜ͦıҠdŞÞ|@À¹źIƞ¨ĐP°K¨hֶ“Ӡ£ʨҎϬɢࢎƈՎ̰Ϧ×٢˿áƷfÙǞɵC¡ůdſƎԙ‡ࠩԵšƕRʃ’ċjiF{şɫ˗ʽĩȱŴįǭϯĭƍëŷǿϙ͡ŔȗeŁÜ޳aŸũ£Ŀˋê̝ùųęǥ¯]±léĂçv·ĵ±ƒ[ÐÍ՘w¦đǎy˂ñφǝIÅ\\¥K@óRÿƷǻEȟǕ½įǪÝŋǕӼDŽͲ̈́ŨĴ{Ǿǘ®ĴĠɸBĢp\\ŒêĂΙȎ஽Cб¬ɅÖ«XY€pȊC͎ŵɬĉåmŃɕ‚ɩ̼ÉBfƉ{IɏžƑȐůžeåˆW®ďęĥƵƛ™ȷ’}̘ɱɢðƁö—[É̙‡į@ëȏ¹ãƒBùŽKĕǛ]£M‹²ÝÈÃâsĦMƊěŦiæ§V™M›[ĭ[Éō˟ÊĽÀµvȥƢ›€oy˿jǯŊ̛m˳ßBĐʅNjúħƇGΞĉĮµϱś›ƃŦ…ŕǑÒŜϐɇȢǾɅ˯ͧԻƵȷƭĥɓŐͿȋ͗̽ʳŋ †őףȏßHPLjɋŋÉƋɖ€֝с֕۩ำ৑č҉йȗЏPʳӡ˧Ř̓ƹȫ՗łԃÉɟǎؑųȔÿěɾȳħ̵֟כƓ֧Ět¦šUܽѯÇׅ̿äț͢şγÜҷƏȓǵŏэҕʱϝȦљӲȓҤçЎŐ͙êEĥ͖ųƐЅੴٹৠӁྰεӤů˔Ō@Ƈƨ¼òŷ¤ǡ̄ԍᓶĆіřƫĔRȂƦkǗîĵϾȐۼãϐDžɈĤČķSоʐӍ­ƂɴƭH€ƸɌÖՁŒļåċȥɡƢāšǓȩ̿ࠫΕʱDӻ̔ঁ৒æŬȎŵݴʌˀѢųű֥Ʊέöԁ˼ȉ͎̠ɾҕɉÍɔİÒĊnĜbĈAŚCHʨXxh^lNhIz›ˆDŒvìgÈ\\ÌcĬAǬPĬEȸěʘĺLjÌɎÀfQ¯p«äƒ´O¨PŽbææ–h°C¾B~ÙŢL vˆž†wÎÏŔÕƞȍ̢EȲáÁiµGƷtƑǠ¤π…ǜէɌĈ̶ˠʦżȄĂż¤ž¨ƆúîCŠïÀƗĚ¹ÜJʼİ̞Ž˞þfî¸ŊƲƚƐ̎¦°ҾɸВݾάƆÞÌ ¼Qº•ÐbêĢîˤ̼”@ŊÈļÚO†]šýÖbÚºǢY¸ÑDŽ`ª|®æÒĔ¸˨ŠÊ`ĬˆâŜWN"]],encodeOffsets:[[[77130,33061]]]},properties:{name:"India",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@¿µáƠĆŏAƨžƁ"],encodeOffsets:[[74232,-7554]]},properties:{name:"Br. Indian Ocean Ter.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ˋÄɨt¤÷"],["@@Ňŭˎ࡛λӧŜĉӅñÙøࣽΣ̏¼űϵŽޣġDzǨԃãѬɰدÙδ˖ЗZ„ÒӮšőźɰŦ܊ŎǧÜƹĵحÅϜɆƔɲ̴Ģӫ~ӝƦsŖͬ²Ƴļ˖à@Ø˯_¸Țȣ¼ŠĒౖaßĘЬʚՋ’͘ǪĒɎԜĢRʇ̌ͨ̈Ņɍũ˧˗̡Íƀē̩ƱјɩʂUˊɰ̜̇δ|"]],encodeOffsets:[[[-10186,55208]],[[-6367,55387]]]},properties:{name:"Ireland",childNum:2}},{geometry:{type:"MultiPolygon",coordinates:[["@@ȝȃեĝϜȂIŖѮHû}"],["@@͂|ొٸ˜ʇǽƃǂȅʝƑԄϋɶrüқǰʑ߬Nj͸ͣӰɫ࣒ķೠʸŮ@ȣÝʔ‡±ѴڈńǚʶКɰݠ|ƚƚنƒƈȱނʵҰdТơźɏԞʑɺ˙ٺLþϝ¹ǵČğTȻhÇEƒ‘³Ƌõ‘iΓŇǝ‰gĥã¿S[uTuvańŽȷYƁDZ@͑ôĻ˾é̙̯bťŒͧĴ̍CçƱCğHǻ|Ƒ„YɎȢ{˄Ăą¸dzEƅwçȋțȑȡЧщLjǏİķب࠷ܺ́j͵}҇ΐY|Q¼‰œ±HwÁŸRǕQ]±wcƟܙƥÓőĩXʃţ»{ƛuŷamÍ©McT·ĝqʡyë¯MĵÿؽƲŹżġĿߍƜ΅ÃȽŘ௳Ȧʣࡒʵ˞ԡ`ଝՙїLjҕ|࡛ԈǹʘϏǪχʻɤǻԂǏŨRNJǙìsɰЗтćɸѡƛѷʰǒŜȅ†é͕̻ƃ˔™†ēȼ˅ưIѲ˥Z@ͰØǚÜnjīŢĻŸáÀƵʰ™fƏOҩ̰ljĄálƻNgfYª@¸¼ôJ²ŁƼԻҲŪȴéɊ”ĤŘO”ȌȲȘĶªü lΗŀşǞÈŲŦŽæ„Vzė¢͡BΏnjķ˺…”©V•D¹¾ʍ֞|ŰȃŨbɴ͇ǔȨΪŵªuϚȽҔ̮œǖ̆Ȗı֎էՔŇ"]],encodeOffsets:[[[57537,27568]],[[47222,39811]]]},properties:{name:"Iran",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ŗP“ģêɉũȳԼұłƻI±»ó@·Z©heɞyNJăҪ̯ƎPœeƶʯâ¿ļŷĬšÛNj×Ǚ@ͯ˦YJѱˆƯǺ˕ûqċfdzìƅ{Gy˭ĪзąȯϳŗDžÙóƋƍƧ൝Ŋ߉վ෗ਚഃۀğž˻²˗¢ҷèŮĴ›Ĝǥɣ࣊ᇴࢴǪ˸ƆܸµزĶŌ̺êӐјĆhưĸĘĦ†TĀ‹ÌSž˜ӪşƊGƪúĐW”gŠƒbŸMųäך‚Ü¢ǢIJÂE¾O†oʎ֝º½–CªU†“ĸ˹ΐNj͢AĘ¡U{åťÇűŠǝ˜ĿkÍûŸķ©ȯȗ“ȋ"],encodeOffsets:[[46733,35404]]},properties:{name:"Iraq",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ߔźѫɋΜėŇɋκpåDZʴÈҤĻƿƏǦˍϏʙ˹H÷ɃϝƣݽťڵʻধŷŋƫקŇಙŲʝŌäIJȥÉуǨఽį¥ɌLjû˔¢،˸ӷÅĒǜ̢Ĥџỵ̈ɚଏ³ǧŀਦƶݬDĦŞؕR֒ɂࢷŐ࠹ơӛİȒø͢ÛȡȨАćˤÐҟČʶ€ɅŘ̀NeƂθǗ̠ššƃƤ”GƊуŤϴ®ՍÔƠúѦBࡨͻ‚ʅʅeѼϧ˚̶̌ÅȺѼ׾˧ĚʶҌĞעϙŽΤ͠]̚ƭͮȨ˄Ý̔бɂʔÜɜQϊʉ"],encodeOffsets:[[-15916,67818]]},properties:{name:"Iceland",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ǷÿGkcȋÉNå¤a–çjģlŅ×¯Ĺ¯ƫ†ȹWŸqsPclMÐlØkÜÉɅŭÏȟӐĤБྣÍßփบĒìDÐƨƎ£¸NPǎʮβীʬOϨ̚œЛŁǷ"],encodeOffsets:[[36647,33521]]},properties:{name:"Israel",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Бٗǒ͹Ƶ̯ԣĢ̝ʲȥEء͆ѽĬǣȎʤ̨ƚů͜Ƃкǯ૤Ơ͊ŚàÏ"],["@@µċ¯ŮĦ¡"],["@@ã•Īľ…ç"],["@@Ƣ͏ƋșåएыÔ÷ɳˉ‹ȗɼňՒŝàẦɿ̠†ɘ̈Áր΂͚ȫbœ"],["@@rŧʍzɜĮ"],["@@ǰ‡Fgeq˙½¥M}PmlYúLÂǁƘģģýûƸΟ@޵˙¡ǡʢɯɳȷŮлঘշϒݍѾϏՆʻ࠸ɛ͑ႮܛьηįͱɟĬdz˾Ͽ¼ǹƌɃ™ͿׯӾ̯º͍ҵǕÑ͡Чϻ˩EߥȜӢˌŪ\\ƴѣࢤدȾEȘƳǘΧÍĶŊΓêʻΤթPϩȎ࠱یзĒvŪϫʹNj€˝࠘டЌٕҝљğŨͮˋuΙǔþа̛ȬόƠÊŢ̗̠ȘƺˆkÖoǖ‚֒ĔöȬŴîÈÀԔôǗ̢ƙP_£ÃƨƕÐ`ư̾ĎɶĂ]zBĐƧ¨SºAۨĆl°KĒĽS¢Teŀy¶‰xMˆnÂv®¦^¸LȠÏi¸W´PΠŊvSĎAĠOЫÎeĊKÈP€j¾ÐÞĢ’ǂNĂ^ȼWͦĆxOJ[‰ƒ‡—p¥Īċ¾Ù¸µú}ׄċƶ]ŜEǮ‡gµ—[׃ƍćlė"]],encodeOffsets:[[[15951,39138]],[[8683,40006]],[[8485,42025]],[[9864,41864]],[[10645,43887]],[[13744,47322]]]},properties:{name:"Italy",childNum:6}},{geometry:{type:"Polygon",coordinates:["@@ފʱŞȧ˃¡˟ĞùĿƧ€íƑƁIJͿšɵʞʛĪļƈ˾ØԦÃ"],encodeOffsets:[[-79115,18901]]},properties:{name:"Jamaica",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ǻ¯`øǜ‡"],encodeOffsets:[[-2067,50413]]},properties:{name:"Jersey",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ůį…YӱŭɛÇԱŽɹÍɍÃ࡬࠯į³NjāgcacãƗ¿őka׵Ň©…ĥƑīƟNjŝǵŻऱŸnǞВྤĸْiƂdȌHlǸĀӬ̇ϒÏ࿦ࢲɤࣉǦžœěŭij"],encodeOffsets:[[40085,32896]]},properties:{name:"Jordan",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ǩŽúĆƐ«Ÿç"],["@@Ɓƙ©öǾŶQÑ"],["@@ƥS^ŜƈŇ"],["@@͡ǭÁʑų·ɊԌDŽuƂǸHȕ"],["@@ĉNPƜúƩ"],["@@ïåǝĺѴɤȥʷ"],["@@ƩDµļĠÞŪÛiŁ"],["@@õ DŽ͔čγ"],["@@ŝȂ®ãý"],["@@Ĺ\\¤ɺƄh‚Ǜįġ"],["@@ȔōǛŸwƮ"],["@@áĤĦƲÔŝėŷ"],["@@ķŸǘƺßř"],["@@ķQ˜IJàğ"],["@@Ѯ@ƅˡ̠g£ŗżȡ˻Ε˕ࢻɡ‚xƱ΋ȭø׈ķXĉŽ‚͓͙Ĩ­İٖxŴőƘN˒ϐѼţŒ¦Ʀʹ̄ģÓ¤ɇŶD\\ŵʉÎʉǙ¸żŭˮˀǫΉ͔|ĜȠkeĬҐǔĴǚȚĀȦ³Ȇɥ"],["@@Ʈȣ“¶Ô"],["@@ÿlzƨļ‰µƉ"],["@@ɼ{ĐͿ̣dzǏ̡ȉǜ˛À̅ŵʷѣơ÷ƋTÊŠǷ\\çќ͉÷Ԣ̌ʖ;ɐƋ͜ìlȐ̄ĖΆû"],["@@č»ÍĄƜ‡"],["@@ĝïƁü˲ɀÑɋ"],["@@ıbƸˈÅ˩"],["@@ōqĪö Úŗ"],["@@ijPrȾɈȦ¥ȫĸSȗȳ"],["@@Ȑ‚sֳ̰γưܥÛˋ̇̕á̟̝ÅūǃࢅΫݑʦыΓǷđˡѕɡc͎ɪʐəÔƹȽtɓǛŲȋiƍρȽȁ‡̘ЦƹČѽѹթÌЙçǴdžʽ¾ûďtʬý^ɫ̹̈ȳuġѱū΍ԫȃÙȱÈ˙Ϣwʀˆˢ֧Ůб§ɹƿۛȋС±˿àƕУͽǶۓÛ{ʊĬŌ̌j೎ईࢶGৌȬŸȅ̔mȈĔNJƊẘՊՀŪՠЖŞΡͻİɽȖëɤǖڲɢӆՂДɊςڂɚزÏȘɅÆɨ˸ó˴̜ȼÂ̜ʄOĸ̫ǀĢƶ·ł˖ύÇDĪŔɄʖŏ"],["@@¥ĴńˆÝŻ"],["@@ų†¤ĀĐŅ"],["@@Á¿ǒĐŏ"],["@@ݠǁռͲȕ֑ǚ̡аìމ͕ߝijґϳljΗ୕ӠύΝǣɵǴȓHŻɟۘЧŵÉ˷àɱʟʥí÷ŤĦ˰ɭ̬rʮӔ̼‘̊ظĻȤČ͘ৠƫ֢ìȶɪĞߒ۵߆ҭ"]],encodeOffsets:[[[126862,24863]],[[127277,25105]],[[128455,25337]],[[131337,27293]],[[132095,28387]],[[132560,28886]],[[133758,30990]],[[134103,31127]],[[133511,33202]],[[133205,33004]],[[131754,33571]],[[132175,33629]],[[132600,34021]],[[132911,34559]],[[134323,34410]],[[135441,34760]],[[132383,34943]],[[137583,35079]],[[137577,35312]],[[138172,35112]],[[132491,35179]],[[136572,37073]],[[141665,38730]],[[144619,42366]],[[142829,43091]],[[144687,46203]],[[144459,46421]],[[147277,45176]]]},properties:{name:"Japan",childNum:28}},{geometry:{type:"Polygon",coordinates:["@@ķȤ›øÍŖøĤ£Dz»Ǣ™ŸƒłEŶRÚ^́Njɉŋĵ½"],encodeOffsets:[[78898,35953]]},properties:{name:"Siachen Glacier",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ǁèĪŨÑŏŪÿ"],["@@ѝ‰ɑѩڥťȉЁŌ։ƟDžחȝijŢճCࠣǺ׷೹ʠƝ÷ʣɋĀˑ·Ʌǂ൏˽ƿĻԢƙŃԯβ޻ͩıŰƛ˯śNқśĨűĢ㚽vȍƴĀbᅛǔ˹™řUӝTûR§GěđՓØ۳˰˕ĝˣʼnęʥyğÒƹåVă¢ƒŒΫ´ďÞǭ’ɣâџÄȷ¯û`Ɠ£̧ͥ®ûທەӍңWɇɿ„ȳźÆȂƩƘਏcǯۆЩVúࠢʟħʳζӹͼϳƍਡÞ৻ŗࠛݸᏟঊᓡһBᶡҗsӣ֚؝̶ࣃƿҿ̯ĒࠖוĠʁʐˏ`LʶЃװнŐáŖƂƌ॒ý҅͠΀ξຈuΩȮ̤ԴÅ֐ӱŔ́Ƌ߭ʀકѝҏÛīƳׅɦbŶͶdڕ޸ֻĄǃÁȑаͻư–ͤˢ̂ȕǼòˤҒ֊ɶjՊѩΤÐőֺזȪƦȚؼǦҠτ̶çƲƟ݀Ƞ̐ȑ٤@ڪχΒщòЎ࢚έڲξѨžβƧͮǞѨwѲ̳ӎ×ÐŅʐöȸɦ̮ƝѤbϔƒƔ϶ࣹ˜ιʂ߸ͺȃ˶ɰʠ࢈„ΡȈϯº~ƄʲÞұĊɄͮזÓᒂπՄ™͜ʄᖮ̔¨Ƹ٪Ȕ৤ȏҲŤϖץý͗ފMƴĶɖ͑ƨNJԜƩМîͿ˭ĎɓϞƠвōČƆ٦ȺǼǐ୴̒ƵʟȝNÂŇୀهᅂᐳπƞrȦʌĢͤđ±ȇˈWàǻࡸWɤƒԄĐӴȁ͆҉֖ƫȲϏߖĭдɸ£ǵגБ"]],encodeOffsets:[[[51389,45932]],[[89419,50264]]]},properties:{name:"Kazakhstan",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Κi²ƿk§mŽNţɒ˷ݒ³ȾƁڒяŢćŜ}Ȑ[ƀIݘťƎĸŐƪªĆޢΠɌǹǚħŶDĠdɌ`ŬAɩ͙ɭ͛̓͗^ᶻɪ̋ƬȕĂĻVĹɟȿ̓áPȷɇɧΟůęҿɉ˛̵ݵɥǷഩ৐ŠϞḭ႘’নǾδɀɚÒƦˈǞƬЌBŤYǚå̘nÀϩָ“ǎO°˜njGœ›”Ł”ďäj´­hſ˦ǜǘǠǜɔɊȨȠǦǞƸƲ¶Ņ"],encodeOffsets:[[36174,5494]]},properties:{name:"Kenya",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@·ƭ鬿¨•”ɛןŪȓ²\\Ú[zƒl֝ǫʡNJৡ¿«ʪ†úz¨¸kȋšTIÒE~мƴՐȓ͢ɾ˂‚͜œςʌɐWZŴǞ©ѺʬЉ”ʛƤÍGåsuXKþa°£\\ÁmÿnãPiĮÅĒ‡^³t‰ôwO‡}Hŕ»¹AáˆWǥ_Yʁ|ȿÔŃƨҫƞ֨ϬƦ ǒîHpgjç˜āˆ³ec­ų̈ͦƔ¤ü_ȸ°Ͷ½ĪEɤãǬĒÝά³„‹Ą¡æUÑƺzĠĚʦˤŊ˖Ğ۴˯Ք×ĜĒ¨HüQӞSŘV˼šᅜǓÜġþ»Ôµ¼ÁвÏŲġŜħŒʼnWaeUʳcÍg׹࡯˵Ǘčč•ãa÷ȇǥƕsšJăřԁ á_ë•īƏ¡i‹cã›íćŅë¹Ý»â͗ŅǍFĹˎ…DɽŭʼnuęGśšÃÅ|ċΙLJƙ›Ɓcÿ«Ã¯ďy£iyH‹˜£‚ěOy…›¥›ěuë[ƉXéc§}YϿr","@@ćXÍ`]@LgÐÓ¬Gø‹|","@@nƀů€³ÎeF›ÁìăAaå¬SüC¨R"],encodeOffsets:[[74384,40332],[72361,40812],[72916,40850]]},properties:{name:"Kyrgyzstan",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@ұȲʃđŸĮƴȆǃɎƭȍǛOwҠƩ˂]ÉǓ͐f˲ɋȴƍݞǮt̨ҪʒǐೢĄʜǛ¬®˜²\\TFwl¹Ž·ĖùƴžǪÏüĝÖ«ƌE¶ņyàûŖsä|\\Ƃ`t`†ô˜SòWü¼°Â|{„™ˆuȍԫž«ŠiĀ^rC°ÂŒ†‚S BƸƨô‹†PĖŢƿӟɰׁʼn΁€֓ħĕƱšљ˙ʉ}]ɗͣÒŽĻJ˹ʰɍFȱʻÎćł̋ùęɧÈBǭǑƕΣĻ"],encodeOffsets:[[106933,10662]]},properties:{name:"Cambodia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ƔĭͷƌŤ¯ÒĊÝâĶ³iĥ"],["@@ÄŃőÞΦ"]],encodeOffsets:[[[-161118,1901]],[[-163163,4018]]]},properties:{name:"Kiribati",childNum:2}},{geometry:{type:"MultiPolygon",coordinates:[["@@ƉöƠŰӂ°yƣҝı"],["@@ģÖȆĎġƣ"],["@@ƑŘÒ ĀƷ"],["@@UćƳv“ŞȞË"],["@@ÿ½ƁňƮŤÔǭ"],["@@IōýfWǘĠï"],["@@࢚ೃ]ࡍƚCŹҫ˽̿ӅkÉȗ΁Ŷ˓ÉBȝʽĐÚǓŻƋŵêÖǬ̋ˇţÖȇǕɣ̠ɖrÌńơAŇˤ˔ΖĿÜɞȌdzʜ«ѸʳCiä˜Ȣʢ·òĽĘĪȗɊĥӴϦфߖr˰ˆ"]],encodeOffsets:[[[129359,34021]],[[129264,35196]],[[129201,35565]],[[131140,35642]],[[131831,35634]],[[129558,38643]],[[131456,39551]]]},properties:{name:"Korea",childNum:7}},{geometry:{type:"MultiPolygon",coordinates:[["@@āYĉǀĔưƎǑÕƃ"],["@@٫SȧϨݵĚƌƎÚôŘdžȰϴиĆĠiȎÿvŭŚəƣšȹȉˢ͢ڿ"]],encodeOffsets:[[[49434,30336]],[[49606,29228]]]},properties:{name:"Kuwait",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ϤЋâȓÞD‚€xödRŒŁĉΑ‚ÁȄʻĚ©Ɇ»ƠéϺȾĀżýȠƣ§û­sљ‘™rcĖU収J‘`ÁlgŲE”ƒ’ñAÃħĩYÉ·çŽŕ•OʉØǓMEe{ŽçXå‡¿ă¯‰sI‡੊ջA…µĵxù̀Ɂ¼ÝÎÿĒȷˆ˓ɚǕÄÕþšÜ£pÝP±ZƛĢƃꑪŽ”ˆfU–ıŽ™ϸʹGû}Ɵéo‰ĪƷ¸·Ȏƙ¶å€¯gřх½ÙÝrÃj™U­Jĥ­“§ď…OóŒƷƧŸAT…­ÁqDÿ]‰j¬Ó¬ÇŽ‡vƒš{|ɵđ…ós_Ɓ_{[tãþŕxßµŅƋFÕ¬ûĞǩÐƳĕú¸mºCx¼lĊ¤ä°®¸l¼tɆpöYĠ—ð@ňŀȚpĈDÒe˜ȉŊNƄÙ¦Ƴ²ďÊȓʲËƴMȤ`NJ´ȊÛƊʽȦėİŃƢŭȒĉĒ§oęlƍÆšŠķJß]‹‡E…€…auÁg§‹µë‘ğȳé÷­•‘JygK™`eĀŽÿhę¾ǡƂŸNǓñóӇ³f™óŧĻËQQšÿȷȁ¿eǑĔȢҺMŦñĶEˆȪ҈õ̎pƆQ¾חJīǠĺΠǝǪċŸßÿsXPºN²°ǼÆŠÜÆèzƂB¶ˆIhËJwŽ^ÐƔɒ͆Ǽ¸Č¶kĩœÅQÃZ­pu†[ƌ ĊFƌëpN²¢bPÝĒrʔGƠM¤DZژnªªªŔŠr€RlIæđƸ¨ÈuŠƒ"],encodeOffsets:[[104579,22917]]},properties:{name:"Lao PDR",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ϧ̙ʫPҐ঒ˠ͌΄z¯ƃƦÉäǯʳʝòï͇ñ¤ƕƓŹ"],encodeOffsets:[[36730,34235]]},properties:{name:"Lebanon",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@àūìЭɛίʨƟʲƒĀ§òǑÒijĀWƴÇ°ʓƻՑV˿|ȅ׵Ȫܻ϶१ࡰ࡝ԢǹȀȪ˜͞ʲȘȄÞʾ®°ƂÀÜʠ¨Hð€ê÷ʂĜɜLJŰգÿʍ̄ǗȒžȘΨƢʼn"],encodeOffsets:[[-8690,7740]]},properties:{name:"Liberia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ʡˏĞտɏБɶࡥ@᳿@᳽Aေ࠽M@нủཤ↏Ⴒࡉϕٛ̓؟Ҽౙ˴ϯڞۑȦʑÅşĘɉخҫؠšɢ͢ʠŕךƘϤġୢе߀ǬĪ͂ƄŒŽņżƀǠďֲƈȆǜ¨ŐnjǾŶƮüƎìDŽöŮÌ~ºCªãİ@ŞLĬP̌ǼŸÁƀsϼȟЊµѾĨཤѯѼ߷ᅀн۶їϢűӸȈͰЌƻܖǐʹо̦ࡠ̚Ҩeݺʥ`ʋƲı۾ǡؾsɮˡ"],encodeOffsets:[[25755,32415]]},properties:{name:"Libya",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@³ĕķŰƒȒZɫ"],encodeOffsets:[[-62356,14154]]},properties:{name:"Saint Lucia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@|ÙſŊń¯"],["@@ɪaϬίѠܣŪצʃϞܟY͙ȋЍލϑϧ~ƟŦȣ֪ũ଒ŠĦ†ɵŪ݌ƜʾY̰˼ą͏ƚÁƎ"]],encodeOffsets:[[[81792,9268]],[[81902,10049]]]},properties:{name:"Sri Lanka",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ɉkɛ̓Ñęʭ€͝˒ƛ˴ŗˆȦĚψӢȊÈŀĀŰàȪðĤl–Z֨ёîȕ‹Ĺ±Ŀŵő™ǿϛǧ"],encodeOffsets:[[29335,-30849]]},properties:{name:"Lesotho",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@µPǸˤƁ˳"],["@@و~’m¦™xʁßɹÅkƩX™u‰ĵkoϙçåx~Ս×jǠë¶ñ’ĥ”éd›JwšfépÏLµïŖHЊʸɏǀгJ۱ǚDdžƧ̞OǮO ɦIJ˶ńβüڔUþ_Ú³ÜN܊ަđڂŒƖǓԀăްοC›qÛ¡ĉ¥ÛW{ŽqƼWâY`iƥţʹR“]Ùķç“Ň_ėwŗǛTŅMu‘yÃÙ«éiTiŪeÀĥlj‘"]],encodeOffsets:[[[21461,56606]],[[26187,55440]]]},properties:{name:"Lithuania",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ţ̃ƍž½[}¿Q©R}nyZÝ`…„YЃɼš–|¨¦ÐĠîĨYjNEMïz»È·ÊyǸõ"],encodeOffsets:[[6643,50994]]},properties:{name:"Luxembourg",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ӑ́ѱ‚ϫƍޯπӿĄƕǔځőʵÆԯŒÛ‰ÝMƕÔړV̓åÝU˵Ńɥırوքغۚź؞Փ̢ıؠɼ¹Զ’IĄ–ոžƌ­͘õ՜ˍȠÏθàȄÏŞYŤCÎÿɐħ‚oTO«LJ̋Ɩl–[šĥĬşĄ¯P‡¸ĻnÑT±­į"],encodeOffsets:[[28824,57491]]},properties:{name:"Latvia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@řŰƒ࢖Ɨ˲ϩ̦Տۄ̥Ęl†Ǩþ®_˞@˒Ěڔ˫êFמƵTЋːǓĮ˟ŮåƄ¯ÆĕOċUïǨī±Ǔc“S͇ĔŹZå÷gFGł]f‘FƿË…F¿\\ÕÀĥ…£qÝĉÑġ•Sí½·ėµÏÏNŭǁg›]«ƒ"],encodeOffsets:[[28890,46542]]},properties:{name:"Moldova",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĥƷǘ͠ñǧ"],["@@ʼnkkŀIJÀ„Ɠ"],["@@Ͱ՝ʢඇȼչɱәǁƄŃ̂ȓÃƦ߷Ó˟ˉΧzփīο஭₵́గ͋ލϗ̥Ӎãճ˩ʫOছӚ̫אª٪ϧ६tϜǰӜʤƪԖ੎šдǭ̔KˬNjϞ»ݬϊׄ°Тζ˜˄ȊĴïɌšĐƮϪÜȰƽËǰŦǚϼʚƂǷMʆɔ͒Ħ¬\\ʝʞ̺dž‡LJʬȈΆĥź¶ŨĊÈǺĻҔϞļάŏ̲Ū‚ɲ̠˨̑"]],encodeOffsets:[[[51135,-17308]],[[49503,-13684]],[[50728,-12730]]]},properties:{name:"Madagascar",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ōAɼìŭé"],["@@ƾǸöƩɳ"],["@@ĕ¥ŘŘñ"],["@@zĥƉdžŐß"],["@@ȩȴŘи‡ύŚʝ"],["@@Ŀƻ–Ǥêg"],["@@Ƶ†ĴɞÂʣ"],["@@Ûȣȡàú̚ŜŒèȡ"],["@@˹Ɋùɠ͖ɩžȿ"],["@@ѫ೑ƥཉâͻϖҕÿʓtʚ̵Ϯӊહؘ܇Ɣѵјҍţ^ʚŇÿÞҎÉ͒ƽ˶̇ނɜ֘ŽόǨϼ”¼ƿ͊ÓɒƘËɶÿUזϲž͆ǜǼŜࣀ҄ɠଔʜϬ†َƁÀČƱxˬfǰƝªɩŻ̩еұi̳ȷȋ˜éȄ|ȟșFÿż|ɕۻĵƟƣɂr˄ɛ̯ȑuʃЗ˝LyſໝBGӁǟDǵBθ͙ɠƅ¨ÝtÇ@¯¸•Ėy®£@‘÷SĉZ÷ÙCƳ@ɵ@ϡ@ʫAȃ̭ĿǩĕƥĦȹqŸ›s]ÛΗඳ౐ϩȚ©·ΦǧևƶØĪǟyËŎƋšȆË˭࣡Пԁ„̓ƸӍ¶ٟ˴ȯȖޭƺঁКْ࣏ٿĔدɚЃцࡵИҗ֖ƿΆΆnjÇƦƹ²ɲʼz̸ȇņǽ̴H˶ūʨ॥ੈۣӺȨĥ^ňρłˣϼȖ]թˈùżȭ³ŤɆʻšǁŔ‘ʲȎɮê«ƅʀǧƪɫOǃ̈́ηźǷʾÀˎӻĔ࢑ࢪݫൎXѺӝƖŕDzǁÒǛĹڅͦŦɇýЫ˨॓ڜջɌχʚŅĦʉȈóŘԉͼʩϼ܃ƎćăʤȎƟɺޗԖޟxѵʖȭÂȪʀƑ̆љɌƳÙˏѕɟ̙װ૏ߜij[ɩʢF؜ʵբե̴œ̦ĭŽ˛ÍȱȶԓɄāǴϡʰ—Ěϼ·ɨöCąȜčõȴě^Ǿаݛިإͼ͙ࢢȟƔ‹Ȝˡ̦¹ƜĐĮȑŬɽҊ፺ƴġǧẘষᛠJFϚ๠WʢˉচگЌ߿ͦʓߊ͙ɶǾɸҊ̄ĴۢāּԁϪܕڔٻ¤Э̊ԡผәȖø"]],encodeOffsets:[[[-93884,19126]],[[-89026,20791]],[[-109058,22130]],[[-113220,25604]],[[-114746,25135]],[[-113766,26646]],[[-117934,28744]],[[-114895,29702]],[[-115871,29750]],[[-99477,26585]]]},properties:{name:"Mexico",childNum:10}},{geometry:{type:"Polygon",coordinates:["@@аˏƖɇó͹ōI·Źķġkʹ’DžwǵƱŷ¯©wԣeɉàȃ̂ÞԎƆ@¬ǔʂĎȐÑĒĶƠxB@Ɇ²ѼV"],encodeOffsets:[[22881,43330]]},properties:{name:"Macedonia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@Nᅫħ՛ɹտ˕ǿ_ŃύÒ·ïෛÍ̑ʑؗÏϟŮѱWʏȑޣ̧ŝʍЉºʋɷÝʫʡV­ͅȍćΛȀǟăƫƿĐ˙ɇķª˭ɩɗӵȻŽϝȫ˩ƒԭ\\řMų™©…W¡ŃĥéNķºEd¤úD~¹ˌțƁçtõÐmoS±KÅnĵo—ɏMÇǗ̱ǔɵòˡɝaƆɓƐÏъˡfɤ̜ΡʴHȾȍЖ̏ÀŒǫͫȍѩƶιˁȉʴ̹DžǓƸĨǦAҌȵάǑ­ȇˊĀȰ·˦ǫɄ«̎ƨÁpjºɘԶìòƤŀ WюЋɄɬي£жîAĮl¢Ú°`ŵ–oẀKŸڊűƆijńyȬyȾyȾyȼíظǙฮ̵᨜íظ³к{ȾuȒʴ@ˠ@ˌBی@ᝀ༷᣾ၭjʅϐəØƩௐѹŀσŕʵȤĭܺƀ"],encodeOffsets:[[4330,19603]]},properties:{name:"Mali",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ʼníƀǸĿ"],encodeOffsets:[[14916,36714]]},properties:{name:"Malta",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ñƤƤğı"],["@@¾dzDžŬňÈ"],["@@sǥÿz·ȌƬŸ"],["@@¥ưŦŅÿ©"],["@@ÁģÁÊńš"],["@@žĽũřC˼Đã"],["@@KƏ™ɤ¦ē"],["@@ÑHĀĢmĩ"],["@@ÅćoŪǴDzĽɓ"],["@@ā¬¾ǘ„Ƀ"],["@@ǟƸɎC­Ƴ"],["@@Țʼn™ąũKĥƚÐÂ"],["@@lřčǒâ·"],["@@ZăĝɐĄƋ"],["@@·ċͅǻõljŸi}]ÏxÌIJgµ‡ƁAçyÛÅÅş¯ǻM±ijÀ£ŠÃRƛĉɗŒxdzΉ§ƃ˛қë̙¼ǕʏÑܹ̹ÏɒȑØб؜ۑȆթƦò¬ÅÏƝȍŋ‡ֵ̭ƏVȑ̲ԭӊե[ֻʀЛǮ٣Υ֧εύ¯ЃŝŽćբǮʼÈԖŔňȫf¼ФąjàĒđۂ̿ی§˧ÆUϖDžЮĠ@ǧǦďࡢŁŨŢҤ̍ƧӔ̉ʲ¶̵ťˏ˫ǣȯɚŖ˕ҽɳ̽ϑó„ž˺ƛɫȟO¥̬șɹ–ԜɗΗǽß̬ಬΙ঎ÚRƧŸqͨĭ͙ȉńdz˾˨ŋƤǞ͗ˮĄŘϩƂĵDZŅǼÆʬȧǙÀƎŽȈYɣͱиŧфŶŬʨőƊUЈOŽĪź‚B¦wnjďĚǦúŴé̞ŀˌŪ¤b ޴łÛȘf͢œȀϚìŸĮƎǮϰųİĪȲ˘ʾpŤàؐ°E|kjČQʄŢƖࠪԶԚˆƀƍŰcD¢ǝɶeÚâƸò¾ʚȆ“ĖjŎ„ŠÚČĚƀ¾Nϴ˥ȤՕżĚǖëôڋ­ԅķĭüǫ˓ɷDž_ŏɹDž“ç͍Żā©ʃƪəťˋծǚԼVƃǻžɽ€ηҰĹöğ˃۫،ćpɧǨɷϨQЌʄºƿ"]],encodeOffsets:[[[100539,10172]],[[100567,11216]],[[100920,12027]],[[100881,12191]],[[100420,12688]],[[100776,12901]],[[100675,13414]],[[97081,16199]],[[96745,16329]],[[99917,16644]],[[95940,19133]],[[95964,20028]],[[95736,20370]],[[95243,20403]],[[103567,22086]]]},properties:{name:"Myanmar",childNum:15}},{geometry:{type:"Polygon",coordinates:["@@Ϡʉ֢˯ʑÉTdzɳÑőŸ̽ϥ¾ʭݿ׈ĠæáŖmLjb|z^Ŕ`CƬĚÚ¬ĐÀìMš­¢NTÄąŞV~p`®Sª]„TªP|Crë"],encodeOffsets:[[19680,44493]]},properties:{name:"Montenegro",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ܷ˵ԛӉߧˋēcշkџ€୵ƅݷʛҭȇįƒå×Å¡ËiНÂ@ȀNjʵ£ʉ՛ɊлðΗÆƷ¸ˁʆåpé^͹ZӕÆε®đNџğ቙ȆۏÍѳҲ˫֬ǙðrȨՙÖ৑ԀؓúǫqŽCɁvţ„ϏP҅Šơkǹˢ˸іIΣԉĀØВÙŔ“ÒÏ~ëfǿʀÑȂßþa¶clĹtóšÙŎÍR¡•ái­FǻƬçrγuÛ¢­áZſÌę¦QĈ¥ÈēhēÌˣêäŸȓìõøŊĴ³äRŠUžĸD¬n”„òŠÞǐφ†ǖ‹‚âŠXžroŽUĐzÐ~n”‚Ÿ_â¤ĖØdSƼΆdžԐňºŒž ɘĠDzŒÈV’NØC‚®̜ƠʦCôRƎƎÒ»ǚī°I¶x’ÌÞVîWƌƣ॰¡Ĕ˫ɔǕ¼H˜`Dz@ƴĝΊoҘòȾć֞eȈŵŶVȖƜΐĒȺʎ|ȚœˆÇˆ£”ǡ˸ɸоҌˊɆˈࡺ̥ĨeǐMȪGÊY܂ɕDŽ^ɀʔ˚H«c›Tĝ˜µjȃĐģyŏࡠ͓ˢ¿ø`ânɶmરːۮƛŴ\\ǦVŘ_ȖĭČġĒ­ø—ĪEʆGʈ‡¤ʙψɏĬ¯üeԼXǼÚu֞ċȔ¦ʀÝIJp̈́ŚŎªþ[մèΒĞǠsĞbĞœŠ¢ŒÜÔĖżÞńÊņÆ؊ɢϐ‘ɖăɬǃø‹Ä_ƆSňKàtŌžǪºèCŔǚµŎąܥ਷{ĹJğUćū¿ĩ±üɋʀƿĄræàƀÌðD¾_ŔIŜtĞJŠa¨aIJ}ǺŝÆ]Ζ˰ؘGΓļķÎÃĶŘ‘ÄՊчƾʕƻij›“kïCūnţYƛrǡĆħt­[ɯ×TËSƧXă\\ŷïWˣůǍÐĝC_[ƒ‰čBo{Ћvʝĉ̋ͷ`“X¥—³ѡɿѥËȱWƱ”ƭ{şƿɃŷñáǟÙȋŏÅcҍÄ˽Öğ†ćĀó ʣJãfœcзבѾҫ­œ"],encodeOffsets:[[114564,44729]]},properties:{name:"Mongolia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@èЦÏō"],encodeOffsets:[[149250,15497]]},properties:{name:"N. Mariana Is.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@MˎÃȨfɜĥ¼Ž఺ƽӌɇΈɏࣤŢĒࡂࡄÛƊŜАр֦ǷԄÔʈųƎʘӦĭఐÒƞࡏʄס;ڡz•̒Əո᠂ࠒκүبŤŌơˆחʛҁʂЩ;χƮśŸƯº£ÞGÒZdlSʐ§ƚ©ÆU\\ÚƺĮǸȬˆĠ| ŽŠČĐࣈuzgNJƁǦǛɞħŢŅƌȝɈͷǤÇȆEĜƹߎȼЌ®ĐƖZŐEȈHȤQðkºFÊhżŊłCƞéþÑ`½Ī‰֤ŞͦťƚˆƸĂǐʊӒijиȸۢɊƠüЌ̚ŰǓĿēĢÅǍуň֟›ЧĀţť̇ŎCvख़ĶûÍ˗ňİÎʟȏͭ„ũ֕ߵNjÍ®šٓҋ߃ɧݳйʱɇ҇ٵş¨wţ͍ōݿۍʣĤĚĵ§յɸ˩ʊ܁¢طʵÖ˶Öŏž׷ǣۭƞu©ȭлӭၽ۷̷ћɒɛĘƺkƙ™ӟEe҃YŹzñK"],encodeOffsets:[[32884,-27483]]},properties:{name:"Mozambique",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ÃćĐŒƀ}Ƈ"],["@@ŷډṿL³Ʀ‡S“™k£Bĭгíً¤ɃɫэЌʯǙËƱ™ȽűDž¹oiʭŦ˛Ȱ̵φʯЦ̅ĨĥqγζׅĆٷljЃ ǝ˝ěmƯƒá@ϖÔ˄ζઌƵबʧ̞ǬŴŝȠيȁΦljeɇϞş¥ȝ_þČβพD६BϪBȖ@Ȗ@Ŷ@QŐOĘQŢSޗՠ·˚ĸưŖöƀĔĴà¾hƾx̌ŲNц@΄@Ҝ@Ŗ@ɮ@΄@Ɍ൞@޴@̼@ƾ@Ǡ@@Ī@Ǝ@ȌAȎ@ǖ@̪ἢኑۋ@ˋA˟@ʳ@ǔก̶ᨛǚอîطzȻzȽ´ЩĴŃŲƅ"]],encodeOffsets:[[[-16766,20180]],[[-5488,16674]]]},properties:{name:"Mauritania",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ӓ~Ė–Á"],encodeOffsets:[[-63640,17143]]},properties:{name:"Montserrat",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@˩¶ĈȲȮǎŔȇşɭ"],encodeOffsets:[[59035,-20976]]},properties:{name:"Mauritius",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ŏFƕY“YÍȻЋƺߍFěÈȅ͸ǣȞɇņƋĨšǜɝƂǥžȃďࣇ‰ċŸğ{ȫ‡ĭǷÙƹV[ªÅ¨ƙTʏckÑYÝH¹¤ ưƭŜͽψʁЪʜ҂‡טŋƢاţЧՄƕËƷːŃĊʠ̬PѰҌ̔Ɵ’óǐªΠÑɰˆ\\Ĥȸñʲ̴ʤĝƌ_’QĮǻǔtì\\üďĒďžŷeÙǸࠀəĚƦ˚ȣȾёĈҩ¹ʍƔɕĮ« Ínī"],encodeOffsets:[[35799,-11856]]},properties:{name:"Malawi",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ßnnˤ²̑"],["@@ûˆ²ĖŠŝ"],["@@ȡa¸þƪÛ"],["@@ćW°ƺþµ¥ī"],["@@ÐęƥăćžǞ "],["@@ȪÏǎʹӀϡˌҷpྕ̼̑΀ܛ‚˭ŕrŏǰTƙʟIǷĵĻǼՉʺளࡼJ̲ӭ״ä´Ʊ̎ɫഢȋϪŤȮìŏΆ÷ĴǷưEÑЅŎőϊɪĺŇǐ ȒΖ"],["@@ЉƖӯ„ջmƳŽȋঃǩQŇŋ‹ɕĊģͣɭšɩˋѹԟcɽǕԭǖÁŐϻOʑĵěʝɧōשԃǁ܏نīʀúŎȢɛР›ܾ˕ǍƌȪӨ¹ȪȢDÌ̤ఎΚ޾ࣨŞ̊Ӹүƾ̘ÿ˚ɾƴäѓƸ‹ųҠȠ„ưƈœːƺDŽŘÏŘæܺନĎų¿ȃ˺̨Đ{ÄəˆƑìƋ¥̉ţįфƚĦDžƱَå͊ČȰǵՆƯ˜ĕŸůʳŗշ…ÙƇ̈́˛[ĻґŇʽþĹơ"],["@@½«aŨǚüFŋĿ«"]],encodeOffsets:[[[114063,2474]],[[106723,2798]],[[120714,4287]],[[102696,5422]],[[102245,6621]],[[104552,6393]],[[120397,4271]],[[119954,7341]]]},properties:{name:"Malaysia",childNum:8}},{geometry:{type:"Polygon",coordinates:["@@ݨƈϪ‹ɦ§Ɏȋ̋yͅșʋ|եν͋ϰስˍJᵥࡃFᙵ@ᲃ@šυĻȏƃÉƙë‹܍¬ܧǂċǒVȜƝŘōĐĻµ·…ù›mŋµŇ‡ŝ폛ؓնͅӤǝ݆Ɵdžʼnઆ˯ۨๆࡗಂʁؚ׭੐ֵި•ɀRфƈnĤ¸ǘ•ĘE’PDŽMՌȬʠËҔ̱ᅌfሼSҺ͹ਨ»Ҫſೠƶࢴǒ"],encodeOffsets:[[23942,-18064]]},properties:{name:"Namibia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@č_@ĈĎç"],["@@ņ]eƝŹsŷȼƤ²ný"],["@@˟Ǝ‘ÚƂĴőêȰYĒΫ"],["@@Ȟ‰ٌХЄл੾ەxțǑ­ʱĶಓ߼ُںğ˶Ťĕ"]],encodeOffsets:[[[171566,-23166]],[[172044,-21944]],[[171419,-21668]],[[168144,-20731]]]},properties:{name:"New Caledonia",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@ǠఉΦӋgȅ͂͗ȓωɕᠵङঃޛଵ¶ȷĎίƭEēϝȅǻĹLJȝ౉ɺЛ“ȷ¥›UӍϫΏVϛðʛŸ̡Țŝ€ƕ^ؙ˱ɅĜщҨīJ̃Đ̅ĜÛ[­mĵáӝqѡɳǙֵʧȵ©۫ڑׂσƋp˙ˇΌźƂķȢґÇӟ΀D˖DzMө̄ǁɦŸɰǿɄ®ΐؘÐ̒ʒොθðώÑ`ń˖ȀɺրĨ՜Mᅬഞ˰൪୨␤ᕨౚ˳ؠһٜ̈́"],encodeOffsets:[[15339,23549]]},properties:{name:"Niger",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ƇoòŎÖĝ"],["@@Ɇěؚ˲Ɩ]Şվ͑ϜïΐUӎϬœVȸ¦М”ొɹLjȞٮ̀ƮF˜ϑŎƯĄϹtƓô÷ȸ·Ďŭ¹փ̛ȋ¹gïGك÷ÑljɡƏɥķηŧœÑЇɧř­ĻÍΕqËʼnųȻÓýƧßŗǻ׋ǧȳ•ÕĂŽǡƑÝ¿{ljͭɑ¡hÕȬßẩʊljƻĵAó^ilc oŒėÙƏı­g“o¯ġÅıƛħЯсʁܷǙˑɿƶº̋ձƒħŊȷěǩƚàǝșĻŽˬþ̏ȑƒ­ŖsœʓPļćŻǟ¼͏ʸŝʤÃƸþrę”CŤƴŘƍÓƽŎɎàŇĄǷÇɃ͔ί˔ࠗâɢƞʋÕāŅՇw|ȎdÈl¦k¼kæUńˆôK˞`xdlB„çݨÔ֪ɨˆɾאɸȎœͼŀRÀDŽßƌ‘ʼk”±´ŵǾFĖÂՔÄÎÆc٤ʨȶǚֶѢɴӞrĶâ®nÜ\\ڶǵъҧ"]],encodeOffsets:[[[7476,4525]],[[6968,13423]]]},properties:{name:"Nigeria",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Ñōǥ§׷ʼɳč֥ȴƇŃྦྷེîàƊĹò¶ɺZ¦`úǺœ˜æ\\ÂJfz«˔OÂX¢tbľXȜgž^ĀŊòĂ¾˜¤Z´íǔķ„PhNLdE²¤¨ЊˢŲɪǖȒǸűĞwݸȲĊĎĸ€ɐ_w‰qÁijÃöÍÛĪÝĤ΃ȋ˿Ż֩²ރĭ¢†ɈƉDZØБñˆ½Ǖľ‰¬Ƶǹ˻Ȏ͏"],encodeOffsets:[[-85649,11180]]},properties:{name:"Nicaragua",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ũVĪ̀į"],encodeOffsets:[[-173878,-19541]]},properties:{name:"Niue",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@£ħīɪƐƁ"],["@@˗ƭЁŽçŎ݂R"],["@@łù́¼ɀ~"],["@@Ʃ‡ƪŮ@ĥ"],["@@ٷżʜ²ѾĿɧŀƮ\\ȣǚҊоʊՎʖhЄʸѾŚو†͎ƃƑՍ˓ƒŽŹʌëʽʥÜħ܏Ƒɀ̑ËʫɭįdžĿ¯ŻʥrĒ͆ӧłƷdžگé"],["@@ŕLͤžɍ©"]],encodeOffsets:[[[-69842,12437]],[[4328,52620]],[[4044,52982]],[[5004,54345]],[[4328,52620]],[[5454,54668]]]},properties:{name:"Netherlands",childNum:6,cp:[5.0752777,52.358465]}},{geometry:{type:"MultiPolygon",coordinates:[["@@Hıōɒņş"],["@@ƅCÀĤĆğ"],["@@ʣÜɨ¶|ő"],["@@ƷhВİlč˅‰"],["@@ЭJʀĞǮħ"],["@@ů­ȴɂăǓ"],["@@ȌŸܱȇÒƒӔĖ"],["@@^˛ۉ Ր˲Ɯµ"],["@@ӌˆdžȱҙȗ෽DZॾΦÐάӆɒʍح"],["@@тù­ʵϳAͽƷɭ¶Ljʔ̠hŤǸ"],["@@Dž{ÎŜĸğ"],["@@˃Yzńʘ`Mʼn"],["@@̒¡ɯǗҥȭջiȀǮ˚\\Ϫϴļƫ"],["@@Ȫŝ΁DŽƘ¥"],["@@ϥɡǿƌԘƠÎÉ"],["@@ʩIÀƼȪƱ"],["@@ԥɱЁu̩Ţ௒Ɔ"],["@@QȵֱĈýǟחœΟɵĵžЦʞLJǖ୧ͦԵƃԏRϟȉ˗םڳͫࣳǴѽƁލÒۉҮѷ¹@ơϋIы_ȚƟͅбඕǘ͗ӷӻŜғǫտϿɶ̷ࠗӅ¼Ʒ߅ƩÁۣ۟؁άįÂʓƱƅٍ¼ΉÙԯ͹ƧʯʮࡋŭӃ،̳ƣʕ΋µʚҩđ˿گѝİʫŽ̧ƟaéńҭŮȩӤΓى˱§ʇżČšఫۛঋķŃńʋ­ÎƔߟɖŵϜҚĕɞŊɝ£ǭŬÀǜ϶ȼਯ͓ÌͶȘŲʦ«ώƂУœԴЬȌPŸǩЀ̠۽ƓࡍקºϘОˆ͹èůȬіȰͻıŅÈě͸๨ĔɖǃDŜӄĴɑøĆŔɧɧӕľǻŽ޳́ðĕȶ˰¬·ȌDƘࣰù׸è௵ÈĽȊ٠ɎƦÉк¸Ħ¼ҳ»ǼǠદŸĩĞюĊ઻¥ǦǬՌƚѼOѮȵϹˆВƲɱƀǺĒҺOhőҔƒ˘ȝتЇƎժƲǏĀʂĖųžͣŅjŵ݉ɏЧǎ࠾ײߪ˜ĠÎ˱¹njȆ֜Ǡ̊ã΂ȬлŽʃĂҰԼ̀°ȽŦੂǔޓÇþΈؼźʵĦϨǴ઴êࠉÌѪʮՎȏĈƢϋæ²Ǝϗď±ŪˮƐЦqʱĶ׊ƈʮ̇ĝμଌĠ࢏ĚೲԾƄ˂րœʧžӪɎѲ†åָ̛ѪɩԥζǮɆkįͤҔqɨľҖƭԳͰߺ€̨Ģ֚͟sȊࣼдƁŀͨƦԜƃцT؋سലۦÛѽͼĐǎȜ̦¼ʽȚ̌Ũڜĭгʟ̾SáΛ՜Ԭހǻ˞²݈έֱű௫ڠīLjȽʞUŲŨdžŝψ¾"],["@@Ңūҩ‡ɣÖɬĞ"],["@@ߞ˴Aŕߛǝ"],["@@̝ļ˔HŠŃ"],["@@μeɌ̉ॸß˭ƃຈȡጇЩŌʊํÿ،϶஥Ұ୊İ"],["@@ܮͅ࠵ȘӁτ׊ʕ"],["@@ղMີ«ԺĬҊ±"],["@@ࢢęƓΏؔȀʀ˽৺ǥ׼¨ٺ̭෱ŋ᠏ၽይվ̵ɰטbȎƐᄨĞijĎᛗŃ·ɎՄmఐ˒ਂ˜үŒˬƈଫDžƒʢ̱ş˝ú§ʳѷť߯ƒ຅״ߪ‰ȩ̒щb̷ŻЃ͠Èɺ̄åҬĔӮěOĒஎœîũਇũٺJגȗӂϢเۓѷצΰ̰Ҕţ"],["@@࢙UᅮĠओĉ"],["@@ୢǙƊ̒ҶÔĚʋশƤᓂǛ˴Ʌವч෋ǫ࢙ŒƲ၉[؛üϡĐठƂႷXЁƚԎĜ߃Ěபṳ͞঒ȓ"]],encodeOffsets:[[[5208,61755]],[[5078,62551]],[[8298,64858]],[[8675,65196]],[[11501,66423]],[[13284,69504]],[[14206,69904]],[[15573,70598]],[[16139,70207]],[[17924,71267]],[[30676,71472]],[[21278,71772]],[[19718,71749]],[[20242,71902]],[[24183,72243]],[[24595,72261]],[[24004,72516]],[[31611,71459]],[[26201,72850]],[[-9168,72540]],[[19681,76177]],[[22127,80482]],[[11521,80498]],[[29745,80806]],[[17190,81825]],[[33307,82042]],[[21400,82176]]]},properties:{name:"Norway",childNum:27}},{geometry:{type:"Polygon",coordinates:["@@R¡IJƃžķJç¥ś³ſy‡Yקmɫǐ˃ĵ׍Ƕdz›µŠõǂáVɵĉčtэɲ¨BĦ[ž¤Ň¦ɁäśÂəĩçfǏ¼ĕR¿i]…ã‘ҳŰmރޡ\\ƫ_ƏîƧĞي£Z—]¡q™OֹЀӥ˄Í`m{a»Nÿ°ĉ´ŽĜg’„ľžĘrÂÐpļCĘÀŰîƄŮƜɪȂzjº‚¸Pǰşà®ƌȴȌ¦Ǵqǂ‰ƪə޼ϛάί̒ĆðuâƒvÁ¢ĵ®Ŀӊ̏¸MǶ´¶M‚UBióƒģ†³øoǖaɤDæµæíæũ‚½”cÎr^۸€æýĢ¿äЈŒĺ¼dÜOzq€£Ƹ­ð‘ĸ÷Ųa˨MȨÒȾ_Łأ"],encodeOffsets:[[90096,27786]]},properties:{name:"Nepal",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@§ÓėØƀC"],["@@lë̓ŒDzɨƔiǝ"],["@@ďÑǔŗ׿ǁɼ̐cǨƠJDŽƕ"],["@@šijʼn¸ð¼"],["@@ǡŁuĘĝoƶȫƳûĩäØƺʗzʂĚ͜o"],["@@őµƸǪ¥ų"],["@@ۦ̖ů̇ǜɺʬsɛȇ˨Śʧ˙\\ȭǘÏࢽਡԇʝĤéǩğƖjĨƩɢ±OǕӁ€mĮƷşɕƔŨǍ߃̱āկūBĪŅ΍էÚƽ̙Ï؛ԡ́Í߭`NjȲ̅GʫǼƝý՗šƺȬɡëÌŸȍÙIŐѠĴǥÈnjĪɍWRÚƪ¼¥ĆʊċØĶǡƖȞ”ÃĴǺŖ²ŋfǀʪƨĺÍ©ƐԎЂ؆İSŘ֐Ȭ΀̼ƀeýØʸ`óêŢ¢ÎËȢʾ–ƕ`DŽʈȢƢ֔ϲɌLjӺтΰʮAǯqyĽʆƱńα"],["@@Ǔ¾˜ŞżǛ"],["@@ƮútđՌǑƁƬ®ɔҏƹW΀їãҁӞŷðdzƂJç؎ʾɑ˰އঔ̉آςѸŗɥܟʕƝÉѣ͕Ɣϑůř˩ƞıɣПܟࢱ֡ͭŧnjʅM_ǜȗÇѸ֘ü˨ĉƦūƎࣙϊƝdžæưҮƪǘƬǢݜńü˽צŰįǐŌŭŠʱDʋϘǴğQ̦ĿÜ]ïǻńĹǶFğȾʹĥաۊǶȊȿƳ¿¶ǓȦØDŽСҼ˴vãęʲͱ"]],encodeOffsets:[[[173239,-53757]],[[170211,-51979]],[[172181,-47986]],[[170987,-46264]],[[-180405,-44790]],[[178089,-41844]],[[177271,-42269]],[[179757,-37149]],[[177428,-35773]]]},properties:{name:"New Zealand",childNum:9}},{geometry:{type:"MultiPolygon",coordinates:[["@@åO@ńȲ˾ÈƏȓʡ"],["@@ɄёОЩ൲ϵրܙͦŵmʏέ؅Ѝ͕ΟץɝdˆƦÙSʵ́ŭӇĈ։ࠣɛωٟݻŧȉɏhɝǯʁ࠷ƒϩȵѱĥछጊᠾ࠾֐၌ϣמ\\˦˨چÁĺѢĺ³Ÿƕx†ՀǤðÂǷ˘Ȭ"],["@@Ź’n̚ñ`˨ʎĩי"]],encodeOffsets:[[[60132,20704]],[[57742,25579]],[[57650,26267]]]},properties:{name:"Oman",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@MΥ٫֕ۖߕÄ޽ںՓe˂ȕDƳ¦“Ȟ_šd€[iű˜ĩĒ‰ǖJ̆Ʒáśī‡É_˧şĕ·ãÑ{­_©ÒǃZ·¹ǡaÙüÕ`™N…ĻÙŇǓ@ˣ̻ġíaé–ÏR¹Ÿ»ÝËΫƅГݽһɷ§¯ƍ̍Ʊƙ·ʼneí˟ý̛ʻįÛIęº¿Ƙȍôƅù§¥āŻŹȅ˟ʣć̵ըɋ†Ǜ£οƐǟ¼iľI´HÄjàHȱȎ̡ÖƟÐőv͛…u‡KŸÚšA}½¯D•gååa§O³Pã„o¬R°e‚ɏ¿DžËʗĹõNç¬Ù¢īDǫMīBËdÇ[ëh‹u‡C¡¦kMg_WuGʧȡFěaĉmıÑ£ēɋŲLJų̟̂řӨϿĖG̬̿͂ljĝ˰£ළřıĻԋȀх¥Ãţྥqjbzêrʤ€ĜSºNdΪbnvŸ|Ɯ‚¼ʄŤĪWÔŒܚƦdƠ²xR^Qǖ Gx›²»Š{RΏZ~҈iͶܹ̂ا࠸ıĸDžǐ͌ğٶǿЎĹࣼöҀėʜŸל^ॖʴĮ߀МϮԼyʈĠƅƌӨʠξ@ɬƙΈʬ‹иɔӲٔɦ̹؀ٞ¯ͮƚːʼnƊվո£̨͗и¢âࡢԨ۸Ŋ"],encodeOffsets:[[74844,37750]]},properties:{name:"Pakistan",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ƚĸ’Ŝê|łʏ"],["@@¿ƌÞr]ƽ"],["@@ēƇʂѵ˽ͿȉŐśЁѩۨŒ~Ūʜ͎Ʌ˵̨ĽċƧĞUųĕɰӓ̴ΝwƯijŇDZƙ׫͍Bŗϔӛսɱȟ¨ƍԼǡɱȣĄȉΔγ¶ÛĮϋVƽÙ[ƧůɢƔĮbŠUŪ½ĘˆÄżĤ¯ØĉÆ·H@͜^jŠX|~`º˜lƂïäЭŊā€ǿŶc³ƇƖąʢnĩƶҐ̟ѢĚװ˔Ҧ͜శ̥תӝ"]],encodeOffsets:[[[-83561,7509]],[[-80791,8473]],[[-79231,8867]]]},properties:{name:"Panama",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@Էσ‡ȕˆ‹ŽŗȳÏLŃo{iij{ˆsª™Öë°] {WýƶЃŶħŒgR‡I«°ñĊÅŐƏĆġHŃĵũijũۤĉǖбۼ^ȊŘ؄ͼ˺|^Èty©m­Mݗଢ଼ž„À~ê߸…¦OªFÐbżÄʬĸEƒkĄFݦಧʙͅāګǠУЩՁ]ƗǞɯȽͻǢя̾ǃǃřXƓԓҷk¡ľşVÑ@›@AÙÉĉÛƕ­¦ʋĽǹЯśޙ֎Ǐ͚޹Ӱ੕юୁڒίњͳɠω٪ݺˆδԝ࡮ˏʐÉͬ΍͂đϜϙغӛఈԫڀԯࣈ७ײmƴȞ†¤Ǧϡߺ¬̆پۜƮĞæǁ¦ˡ‹e‰q‰³őv«i¹b¥Jˆ‘ĎEùћ·T‰°”Cø ĄĘ¸^ÚĎ¿IJ±¢}ðRÖZ¼¾^ŋžă²×ÎóÀ{æAĢ˜lŽ¾j†²^Môf´ž¤ƨĔŽ˂ʬܐĖÙ͊Ь঴ΚӸΰѦԐŴӎZŽƄwS̤ƑƴÇƈϤіLˆʊgǞü˰űl›t­Â‹Ú…¾»”‘¤¡¢¿êɩ¨ÝŒ•NJ·ÊͺwÄÑǖ©Ƙύʦř–ϓƒ½¤¯؈MȠتŽÄ¼Ä¾¨\\njÑƌġǚlêÊòh¸hɚŕ¶ÁÔYʀő¦¯äƒÌe՛ऻǤíšEÄh–€’J”}¶ÖƗŴģ¨×KŁu£KÙ ġ]ß°u¬½šŁcDžRß]ƥƩܷŻΉȳą‹ĭīśĝùµŏw±yýљƵʡŸăuÍĊ̱"],encodeOffsets:[[-74892,-6621]]},properties:{name:"Peru",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@έƽ̀ɚîÛ"],["@@ɂŕĭÏΗêʄļ"],["@@őYŃȼȎÞɠśȗƣ"],["@@ōýbĦĬg"],["@@©Û·ôržêfFƻ"],["@@ËoKľØč"],["@@šUWĀźé"],["@@éœķöǢž"],["@@ƾ™Ĥ˙Ƒ̙Ȑģþɿo̵ŔŽXίͧ͝Eҗ̩ࡰŕÏʷӕǪȋâУˑ͉ĩЄʯǍ׷̜œƠýӶȆ͸ғΠơSďͳʛʘɅƝ©NJƧ”Љہƫf‘Țˎض֘DzŜɸ͒ɨΒɩ¥͑ͰƲǨ̶˜‹ŚΆɮēÌƄʐWwخ҈λ"],["@@ÉÔèȄĊɑħ…"],["@@Ѕǁƽrijnj̚ˌƌrȮŏdȩ"],["@@ǏǢƠ˒pѳ"],["@@Ļ}¸ƺƀÏûë"],["@@ģ¡AƶƐŐ©ɣ"],["@@ŗIŅɖʯƎƋ˸ÒŜ͔ŀΖƔ͐ɰĜɈ϶ţͿޓWɑƞ˩ǃǫ"],["@@`Ѥո઴ƒܽʯɫˣ֭"],["@@¸ŏáBjŎ"],["@@ýÓŎ̄༾๜èиȺ˺u̡ƈϟˉơƫɡ·ŧ̅ևऽۇ"],["@@űč´Ŏþ"],["@@̘|ĆƉ[ΧɊБŁıŻƬ˭ȷŖLԨĽƲǻīԦȴlj"],["@@ĿMĻưŴlĈǍ"],["@@˼g´ŻɜÏȽˇʟƒƓۇ͇Ų৖ƿǰĨ”Ͼɽ"],["@@ÿYëɚƦ‰Fǵ"],["@@ņ¬òǩʯGĿʖǸŏ"],["@@șŪƲŒ¨Ƶ"],["@@äǥǺʼn™ԇè̙ƌǁхĄǕǒįǼÞǨң͚ŵΖߐ•"],["@@˘ˑJǵӑ϶ˇʓâքЖʝ"],["@@ãȽùȎàɢŦ°§ʡ"],["@@HñƁʸźȅ"],["@@ðŷ·΀˘ɇ"],["@@мŸːʧdбū˳Ɓå˃ʖɫքʿȲÀĖʮ"],["@@ǚÝġɑƥľîDz"],["@@ƭčŗŎƾΐNJǧÁȧ"],["@@č̋ÿ͐ǎƒ"],["@@شˏnj‚ĞƆIJyħڙ̰ґ͑߃ґɃXɛǷ́ʮӳËŽŜ΍ϐȧÜÈóŶάƜʴʼnƘοǐðnȎиȋSīɍÛɨ̓ƒƃ̜ÙéϿƵļÒȐՙņŭͮӋϺŃkǘЭÉǛȉ˞ԉΖɵăƁNjȽ~ɉǤǟãi͒ʲʰfŸ̛ȤJͯű{ǁ˸Ɨ¶ʹ୼¶ÒˢɻǬÀU౺ȰܶтĜ"],["@@ă«IJƘmī"],["@@TùſîŬL"]],encodeOffsets:[[[123137,5383]],[[124068,6222]],[[125024,6583]],[[125888,7587]],[[119890,8073]],[[120172,8412]],[[127803,9363]],[[126667,9460]],[[129031,9545]],[[129085,10001]],[[127585,10023]],[[128707,10153]],[[122795,10738]],[[125594,10725]],[[126087,9282]],[[126332,9677]],[[126728,11555]],[[120127,8643]],[[122739,11802]],[[127565,11616]],[[127600,11769]],[[125437,11894]],[[122920,11985]],[[122983,12460]],[[125599,12605]],[[128246,12829]],[[126686,12583]],[[125025,12652]],[[126746,12753]],[[126241,13162]],[[123602,13803]],[[124841,13866]],[[127339,13960]],[[124963,15366]],[[124008,19063]],[[124848,19349]],[[124438,19827]]]},properties:{name:"Philippines",childNum:37}},{geometry:{type:"Polygon",coordinates:["@@áŦŔƾ±ˣ"],encodeOffsets:[[137826,7560]]},properties:{name:"Palau",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ȍġǧ™ɡĨénj˨ŷ"],["@@ƅÁćÞɎ["],["@@]ßĉ’ĨŽ"],["@@ǺÂÅȧɫĒƷ͐ʰʻ"],["@@ɔÑĘȿϩ˜ÔöÑƨü\\"],["@@ȡŎĊžĤµtȕ"],["@@˒ġ^ŝϝǘĮ¨"],["@@dÑijʀĦĘU˅"],["@@ɝĪɔoJù"],["@@ȵǘ\\Ŕɖij{Ƿ"],["@@ȧƧ̿ŢšΎϋ̈́}Ф̬Ƨ̼ѱ̘ȡŔʳ"],["@@ƝŀłĮœȭ"],["@@ę˔üĆĂǡãǷ"],["@@ŕ¸Ħņpƽ"],["@@ǜìʐŅ¯Й̯ɅƆʁÇďǯę̍Zʉً̯˿ۏwɩDzʃٗϔĂǔުĥЈ¼ŌÜņμä·ćȧĢǷ׼ÞΪФ̂Þßֶ˔ă"],["@@qó𳥬€ù"],["@@AᇴħƔĨͦCᲘ@njྴׯԖġҶ̽ΊiԠѯȺ‰ζοkӣ໒ջȢɏ˜̇؏·ƑħȤҙ޾؍ĶϙǢşŐ̙ԬhÄϹؼDžȿıĨǧࠌȇ͹Ñǜǯ˝ŗʫÞəȌအʄكִ­ˢ˩Ğԇܾࢷɲġƞ̓Ä̯DžЧʠʌНĝí˅zĄǙࣷķƩżşyɦƣ˖r˂ŇɠʍUǗ؁̭ΕƄअ©ƁĒ"],["@@ÕÛŷǒÑш͛Ҧ৳وˑøäƔ২֭ࠠܕĬȷƕͻ"],["@@ɫBǡƾɠøǞïPLJ"],["@@̶ĉșĻևuĠȠΌ\\"],["@@ȁèˆIJƺǙ"]],encodeOffsets:[[[157221,-11751]],[[157984,-11634]],[[154521,-10818]],[[154707,-10260]],[[154142,-9570]],[[153954,-9721]],[[156295,-9174]],[[154734,-8943]],[[147033,-8685]],[[151579,-5966]],[[159701,-6847]],[[150709,-5562]],[[158359,-5563]],[[149524,-4839]],[[155562,-4399]],[[156335,-3208]],[[144360,-9337]],[[156637,-4870]],[[154048,-2725]],[[150598,-2007]],[[153360,-1590]]]},properties:{name:"Papua New Guinea",childNum:21}},{geometry:{type:"Polygon",coordinates:["@@βছثНВȷ¡ѭºǩδοċÁĀɹıķɕ֥ГˣʗµÉX¯ºʼnX·uĽŢ÷ʷQÅRϟņ͋ǞҹNǯēыÐʱǡʧpdƘ˧ȎʗǕˇĤɩ̲҅ƀŹÁȹŨÚdžʋ«҇ƢĠDž̍œέ˒ǬŴřèɱ™࡛͸UŅñqñEJZĔ؞òy˸{zƱ¼]jzêŗǤŴȾÓƘÃz•Šgž`Ò¦ĈėİɕŘĿĄV°żĀÚâ–þDdDÊŽϒ˘ùsƸ̅ņဌ˸̾ɜ๜ʆμŻ˕¼ʹ̿٤øԖ࿮»ӂS†N¶ÐKêoŽex™œIêcĦ“ò‘ìµ€ǟ"],encodeOffsets:[[24049,55235]]},properties:{name:"Poland",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ū€ɸGŋw"],["@@тÁPś̍ɥ਍jÉ̶ĘŔࡼ¯"]],encodeOffsets:[[[-66995,18541]],[[-67716,18888]]]},properties:{name:"Puerto Rico",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ƈȝϛijЕЃ¡ܗ̯ŋۣԃߋ̉ơӗ͢ĻӴϯ˯˅ߕqϥуɝĆɅŕ̇ȲΉɕŸIJ˓ôǾŴџ¢̈́άФň͕ĴȮО£ȨӯȚŗťɵ͞ѸϤऌϐوېDzšȎȥࠀťŠȂȳ݆͊῭͒͠†ǚҨ˾ęLŭɾǫ"],encodeOffsets:[[133660,43557]]},properties:{name:"Dem. Rep. Korea",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@мġ˙ăǩĖˆĐ"],["@@ϼGQÕҙAģŌǔ«"],["@@è‘͝GÿĢͶÇ"],["@@ǛÖŨ’´ħ"],["@@ʻļɒpªū"],["@@ũYlĒľ÷"],["@@έƣٙĮͳõƸͰÉࡠǴmŋĀΏÏ‹ǬȖøȖ˨́˯ȃ›ĻĎĘҒҌٸŸ՘ÏߒōÆĢƪіǒĨ˙ؾlɎŮѺÜɧˤş׹ѭIJ֓ȇƧŘũáȉţĭΗiҎԗ̃ԉȦɵŰNУϭŽң"]],encodeOffsets:[[[-17603,33658]],[[-26264,38750]],[[-28822,39376]],[[-29328,39450]],[[-27725,39571]],[[-31884,40353]],[[-7583,38072]]]},properties:{name:"Portugal",childNum:7,cp:[-8.7440694,39.9251454]}},{geometry:{type:"Polygon",coordinates:["@@lÕ\\±„‘„«‚{p¥pljîʵĥڧYʻলŷ˞ƺ¬_˜ïĚñ²_ǖ@ŤwĄđNđňƃâޅjŸº¹`ė@Õx羅ä[üYĨhĊp̜ƊƼõÎÍňۏɑŽۅ‹ĉřdzIţaߝʭɋͥǝȓʑßq¹ŸË…µFåËåµÙCƋúdzHɭțนɾν‘‹IJpÂͬМ”˾ȨɈ͊Ӣɑ˴ଫӘףЀߕȢȳǜ׵ЌΓӎƃƤƙöíºB|sx̾ঘBцѦޘเ̈ޖVވѿj̅"],encodeOffsets:[[-59555,-20648]]},properties:{name:"Paraguay",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@đëƒì]~ɼɘ —D_ƫȝ"],["@@ÐȠɆŮÛÊ×lÏkkNOdŠÔ…Ⱥ°Ƭ°ĺņØĤkêi`•æ£ÊKjƃķّӏģ"]],encodeOffsets:[[[35173,32044]],[[35718,32121]]]},properties:{name:"Palestine",childNum:2}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŨŸIĿƅŊȥE³ƞɌ–¶Ɨ"],["@@°£Ə¢ĠB"],["@@ǒŸʳóĢŔ"],["@@ËÈրIć"],["@@ŧemŎƴG]ğ"]],encodeOffsets:[[[-152905,-18114]],[[-146883,-17018]],[[-142360,-9927]],[[-143437,-9652]],[[-143434,-9124]]]},properties:{name:"Fr. Polynesia",childNum:5}},{geometry:{type:"Polygon",coordinates:["@@÷iíkÏ@³RlÓì©Ģ€¼XŽýіȾӨɒƠʀȿ·ͅľЅƱ͓Ƈ½"],encodeOffsets:[[52499,25198]]},properties:{name:"Qatar",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ĘēŒ¯˲©MÎĦiˢĨƲbƐ£ŚġůΕёï Ǿǡ³ʱধ̧~˳Ǹϫ‚˵ŮܷƇ׿˱ᓝƐ§ĨƈŊ˗ƈaVNjƾºĘÆlæM„^YŠáœŧ²ū}ųīěgƷŀɯšħäƍŠCˆvP¶HàNZjƧøĞƲ…l՗ɴgʀ]R[SeUeE³œÑøȇĘįŒrȒ„ĘƒŬĨ̤Š݆ਈ݄ψƮºìæÂEǤāȄLߚÃʹǧТƾȌlȂˆɈtÖҔ¤zúŘvƪ~̦ėՐۃϪ̥Ƙ˱Ƒ࢕Śů"],encodeOffsets:[[28890,46542]]},properties:{name:"Romania",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ýÎɚbƛï"],["@@̢µջ˯˝ɑ}ƱāǦظՄ"],["@@ֻ˝ɋ[ٓӕ̊Ϟ՜̶ƂŎķɤjШȒtŭȧ›"],["@@ȭ£ѠήӺƾܫӇ"],["@@ɻËӆ˂ʉȵ"],["@@ǗcǶ̒]˭"],["@@ѱɕŻ¬qǢϲĒΖ̸ƧЁ"],["@@ȥØǬŊĤeéƻ"],["@@ӂறƙ݉ŦϛѢଋݮൣ֑ԠˇÀՃħѿृa˫ֈߋɦ•Ă͡ů˧űѾףŢсڃȷ҄Ǫׄ×ϔǾΨ˅ئɴیÛࢾŠӼПќ½ҌǐѪҞˌƀ͒¡ưϖ̷͔ΪĨ"],["@@Ļƣ˹~϶Ŧ"],["@@ɠ·С̵ɑǮȕé̂΀̨ĕ"],["@@۲ǙдIɐƿşʷGÏðŕԇFࡹ‚ಉÊ̶ϲҞÖ͊ʖ¶O̥ʟʹánj‚ ˢ"],["@@IũݥԎѲdyū͸˛"],["@@ĵˆǒĚÛš"],["@@ƏÿʒьھǦ˜˯ࠗʁ"],["@@‹ǣȿƤʌ€"],["@@̳ÀűƾӘ±±Nj"],["@@ަƻƲǩԄŔƅɔÖӝȒ܆ɫ¿Ïሴҝ{ˑ̺äŸóÙ؍ΠïĠNjʺňhȱʔǤϩǔŪʼϵŮܶ°ѮÛƓĩÄĩÈź֢“ХĦ৲ŏઊӵāāʬž¶ĿϺu­ŧ׫ŏŁȳىǂˆʣڧ_݃ƼҨȍÛƯ̑w͂—ÔƁܹșʆuċƋоǷ˱AƏĨµǕ˅©ɀͷƥ۹̒ۗîϫǬȩϮ߳ŤεġޣOѵҌNJeȂ͚˹Ƿɳǂƹdz̗lęʃπ͑կϙ@ȶ@ȶ@ȴ@ȶ@ȶ@ȴ@ȶ@ȴ@ȶ@ȶ@ȴ@ȶ@ȶ@ȴ@ȶBȶǜ™"],["@@՛˛׹įЅÀij϶ѴȎ͊b࢒˙"],["@@͓ъ΢Ȟا"],["@@ܑìНȤвĬࡢőƣʩ"],["@@UǫګIœŪҥvεΦѺŤ୸ѳ"],["@@ʐűƛȹٯˈռä"],["@@ƫɼ૆δ@қख़Ɠ"],["@@ȻëխĚن¸Ťå"],["@@ذģԢʣཡȹӫÖ@Ҝ़"],["@@ٗt݆˄Ԯů؛LJ"],["@@ܱňҀȲ˲̹"],["@@ЕĐdŒٚŸʧǁ"],["@@Ͽ™ŷâԸ‡"],["@@ठěʵͧ׿ɍėԩং۟ঞͅЕŝٕŨĪƕڿŀ࣯W৽njʌǶТŽطǸDDŽఉ¯ΩƢÒ΢֜¸ΆǨɊ˨˱ļڒŀıɢಬǢѠá"],["@@Ցµ›˒ߎž־˷ߝá"],["@@঄˝Ğ˳༕ä޹Š݃ąતіऎ~"],["@@ؙh˨¼Ͳã"],["@@ԍßǹˆ܂Lyȱ"],["@@ԕʱ੻ɐ͂VǤƼબů"],["@@ͲDĿŷ֙Àͨô"],["@@ǍƟ˕”¶ƎϠÂNă"],["@@൘˜ƄƩሜãƩDZࢣƟધxᅭͰ͐͜ɐǯ"],["@@йiȺϦЂȩȁǑ"],["@@٤Ǖ֜юসɯࡢ@ඤ˩૷У܋ÔχȄǴ͂ՑkğʣޮΡջűСƞกŧӱİӧʵࡍŠ१Ѻ˼niͶπTūǒծƆײèै̱"],["@@țſࠩþÎØॸU"],["@@®ƝҿƪђK"],["@@فWࡐŒɍĹ"],["@@㎅ޡ࣡ʵȌđ۝ʛιêǗǧыZêɫ܍dzUȵϋÎȖƯӟʕ҅Í஡ƀקđҋΒ݊njזϮڞÞүŌޔˤׁƖȎÎ҈ăɰɆٚSϜ˒ۖNJ୮Ȯ֎qɔǮ๨›రŢᧂՐ۬ÝϦȏ঩Ё"],["@@࡟O੒ƾȱƭ"],["@@̹ŽЊìďĹ"],["@@ƇȞđLjըƦǂАC׌ɯٮϸŞ;˾࣬ʟƬĎÔ̪ɀĢΨդʲࢰӮΎƽʶČȘ̹Ķۙɵ˗RνƃșțౝKȓʺÒ˔ɃɖBɒ̛€דкη]̣ȎסϗȞ’΂ɅŠ}̜͏ͤө੘׉ֲӗƊəÍৡΌᔹɗݡйuŻӴÇĀЃֵеݹ৏ƶŃïDZڷȇӟ˥৅ʼōĆǙ¶ő€éDǩ·ŋŸÝsʼnLƅTÃ`÷ŒɫDŽɕĄϏ”؉ɣŅÅŃÉŻÝÓĕ‹Ûş¡ĝ›ĝaǟtΑĝճçý\\ō©̓řıoɿÞęGŝ֝ČÙvǻŽԻWùfĭ°χɐ£ʚʇˆʅHĩF÷˜đ®ċĢȕĮŗ`ǥUų[ۭƜયˏϏ_ŗvÙnį\\࡟͔zŐďĤiȄ—¶SĞdœG¬™ŏ|ƃȿžǃ]܁ɖÉZȩHǏNħfǝĮۛȸɅˇҋˉɷнńʼnÞǭ¤“ȇÚWºo{șȷʍէɭŵUȇŸ֝dȽĈҗñΉpƳĞijJýI—_»G¥ÄǭŒēˬ९¢ƋƤëXÝU“˵w¯J¡ŒŷàѼ¹[ēű͙M̛Ɵ­×D‘MÇUDZ‹ƷûßcŸ¹‹ԍŇ·DžTƻ×cĕá£ŷ`“mÁÏ}ďyVqp‚‰WáǕŒυ…µÏgĿñ‰“ƒ«mķC©Fȷ—ċÿRבВ¤ǶгɷߕĮȱϐ֕ƬͅҊӳȂԃďɣƑࡷXßǼˇX²ȈͣĒʋġqȥοƝᅁᐴିوÁňȞMƶʠ୳̑ǻǏ٥ȹċƅбŎϝƟčɔ΀ˮЛíԛƪƧljɕ͒ƳĵމNþ͘ϕצұţৣȐ٩ȓ§Ʒᖭ̓͛ʃՃšᒁοוÔɃͭҲĉʱÝ}ƃϰ¹΢ȇࢇƒɯʟȄ˵߷͹κʁࣺ˛ƓϵϓƑѣa̭ƞȷɥʏõÏņӍØѱ̴ѧxͭǝαƨѧڱν࢙ήñЍΑъکψ٣@̏ȒܿȟƱƠ̵èҟσػǥƥșוȩŒֹΣÏՉѪɵiґ։ñˣȖǻˡ́•ͣͼƯȒЯDŽÂּăږ޷͵caŵ׆ɥҡɁžǃȱŽܓ̍ƛĄÈųƭʿե׵ԌͳžҡƺˢƷ܋ठ৅ځէЇêӋѾˍàǽĊӗǺG|þȬkpţŒȁKƵŪõfҊÓviSáʼnáþ¡tř\\Ʃ›ȏñĉkŸyōJÅnknV”žœYšƅ¾ÅŠϿŨõ¼Q–șàয¦ĵ´đ¶ɱ”ššş¾Ź®Ӂh»ËųWॿۆ҉Ōˣɼ̗GʓɸӝƮ˂ŜȃèŪ²̈ŽθʅǀːξæžÆĥĔƈʺIӡˈŭȖؠx½ŲܖʘćƎƟFăą́sǮĤҡƛżѦҀȶ݈‚Ʈ͎ĹɰDž¤ŮǼǰ\\ˉƾ΢Ȳy˚ʥIԗʆɍևȒDZōԽЮګǝхǘѳ‘ɻ֦Ȼƈ܋ªýΤɶĐ֍ӄથʿɍ̟¨IrÉӖ¡nqxPȄiȐ}ûÂ÷Òµ´‹xĚĺpž|Vζ÷ʖ]˞ƮĞ–Èb¼Pɇˈȿņǩ`ƟIÇfÒŀXÆW~…tƍ°ȋîĕĄĩƊġäĴE^}př ƻôOn\\°t®ŰŖ@Œg¦åðÁ²GzVpäÈLƢɿĆ͡ƮLJQėR±Yµ‹ãsħeůÉ͔¹ºlżࣷİŗò®İS²mÒ·ļOˆǯǐUê|—\\ƕkLǰP¬SžpɏĨwà“`ıH¢ŜŤŐȤÒɵ̎Ëӈ׼ӲśĠžʢɶõƸƀΰiǘƞࠎŁ¦ìϛȦշEΧƸʼnʪ׹şཤࡔ఺޺̆ͼ̑˖ৃѶњʊTƮЇȲ€˔ϿǠȈƪǿĔĞ͂͘Đࢋঔޠٶեͦօņǵʤʪ̝̐ÂҪIJΠɶטŔþǠֲćRȶ֬ñϚĨYŦ࡮șýĵإÔǚǏԺQiđЎ¼ˁ̟ҘȮᆤı༼пט˯ड़ʅɊ[]þӒˍӰıͤчƛ͏࣯ѵௗșᥟ˞ׁǸ˻»Ď઩njȁȰࢇÚ๖׿ʛħلĕӢɯîƷ̵̹Ոߥ٢ĕӀ˩ࣞǃѶŖĀŤĝȔ٧öҹ˼÷ǂ̈Ȟᝂԃʦǎ͘PիӒfȼආѴؠͬ࡮ĕΜƑģŃʪfɖő˚ްիˈΠ࠾ܷΜ׸ĿༀËڤՋঋûՃ˿ֈȑ˖ʛԜù঎ƨȀԞ߬ĆáǸͶsᛶ֘͸ƽ˚Ŏͅľ௪͚ׄE׍íŒЇ֝Ɨ৺x͖ýҴ̮Հæ࣪āࢠ˰ݒĮ˂ɣɫʛՄûƜ̖ӾnώɐٙԖبɌ᪂ʿפʋᄚ̽଴ҹ٦՘ԇbҋњ͋ĖҹĠƗŝ͚঺šĊυeÁɚൊԐ૾તłą๚zાȇȧ֭ץү۲гŅဵ࡞УϝʧÓΏਁٓЙƤɹۃƏ˽êʸŦ΁¹ͿƆևaǡ‘Ʋǭ४ȣࡦdҸħ;ðĄȔୀκʂΚ׎̐ͅռǂ˦౺Ȍ̐DټёÃׅԈǫॴh૫ƌÜςˤÎ˿զ൳˨ӣHԗůࠓ¬ɑֈ٠ٴ੍ܮӮʹૐʦǣ֖̮”ӶҳϽ˳¸ԯആǵֈ’ؚȥԸHŢÌзQ̿ɮ๻ʊͳ̞۶ĺހǑϤĮǻŞѯikĶوƼ৔F૸ʓݲ̻आ¢Ўăމ΃ƅ֋¶ǝծҸƊ̧̽̇ͰĽMƸ֌ɨӭҶ͒Ӥ˫džұ¨ҩ˸੡Ȉ^ϰΕʂƆ˴┰Ÿ්Ɣऍϗݔ˥ا̌঴ƄϚǒ࠿ζӍÔͨŒфĽ˨Ž௃ʀΊƞϚő͞ĆΨȠѹ°ÊĐ֒‘ᑜϲ὞˒হE̴DŽዎŽк±ΟǃܖĨWĩᆒ̐ञǵȕȗʼŎsǦࡧ̂ႌšيï֛IJ¾θശѤ୼Ȇႜ˷༙ʍᘪÉШĝࡡΏસTϮǺ᧮§מǧŵċ֪FŠˣ԰ǖʔ̟ʘ|ʏ̑फɘцɑʌ’ОƉڧλᣭ׋}ŷഡЍޭÕӻʑЫm࢛ѿӄº٨ʬ੮†೤˄Ѳ_࡚ɒউZҰɰڜßÚĪΚq˓»ƢşظijհŒ”Ǽǒ£͒ɟɓǁˬħ̧џҌǑϗƠ֞Ғ́ƆໞǔᲄƑΏÕuǽૐɣᑔĉаvřĸҞÕϲȨōЊࢨîࢴʭրĎʢǵЖǴ׬Åଢ̳уǽΘmȞƕۧƛܨćňɫЍñ्̖ŽŁ࣐ҫʤƊɀƩԯÛޚҙٴȑȂÐɞǻ࡜мԲֶ࢈Я࡜ŸܚȈҀT༌УăĀЂĊͩ¸ˆDzҞ„ΰƹٲ ɕ̩ͦÈۢȪࡗw‡ƔϮƔఔúɫʰ੆ƛ⇈ɻcû௫‚ԙĻŀÇᒌĒ׽̍ĮNJЅöCʇ׉]ŀȗݒĦৄѨሪƍѠɥ߿čãĕൎƝхʙܶżԬÿєɛˣ‘غů↨ɒଐ­ૄȽվЗɷσ঴ɝŀяɲĭϡϋ׮̮{ЌՈȜࢊĒᴴǷࢊȔϒϥࡐljʤʙެ’ϪȂ΍ҎϘ˜КᚔʅƊļᐜ©ᬐՕؐɳ@ᾕకϵ٫Īܱ̪ҏ…ג¡ƼřŻÙࡏƤ౗ɵ౎ȄʜǗǭĵઊƬLˋɈŝ̜ïƺŪŸē̎ӿʓ½ʬǯ¤ŪԄͥŇśʾˑϙ̭ໟɺ ƶ˅IŖǹᕩإݟěЯʹɱÀ¨ƁїŧEėງՃɍЁ̱ĐًѼࣷmއƕߡҧŗļǺь੣͗ŋɉέǾΉƍlð͡š͇ȷûЕ्ܕƱ̷β̟ɚȚӔƃϑεXЛŌŷˬ‡âϣʍǁǧlDZƔΈʒ̯ťȕϋƝ̡ӽ͎سЙȣ܏tו̑șͽƴջρĞ۹ˡɯľŘƅĭЫ͛ӕ੍ڭċ‹ȏΊſैɇ̚ЫှÅОάଆܮԄņƨŭ˂ԸhǺȄԞU޼є՘Ԟྀࡲ˄˄ൢϚſĠϞˌǛİͺۦ͠ƬԢąǬÖ࠽ɐࣱŹˁևȪLJƟŇȕŒϳ—ൃރӽīǦ͚ӵÍѦ߀ٍƥ̧ǮळƧԍž͓Ľ଱࠱صʱ֫җťʯےáDŽɓםvϓşˇŲ˫UҗʍлĖțĵٕ‡ǣǨड़Šދ˴ܩÇƸ¾ࡳǶӝŝŞţ΁œ­ƅȄIȥġЁƀرūࠏǂЧʉеȲጥ™ԣʼnຑ޽˿Щ຅܉ࠃۛᎯ৑IǯԀůߒŒßۇξd]̢ѴĐ˝ƷжŹӥͳה¶Ӟ̘”şˍʛǜZȾ˪—ή֎ė͚ìֱּ࠘ʭljɷ˻ÔΔȹĻͻ̒ɏıɏηʧ΋ۍĔ׽ƋƝ°˅࣓̅೫௻Ƚћշ؋ಗૣɣīر܇षӟ܍ɁϙƮͽPJβωǿÔǨٽ֧ϗ~ŀőŭȃ"],["@@ǵÕࣇè੾Q"],["@@ЅΙ୚˂նɥ׎½ƖˍӑƇ࿏ŵ೽Hෟǹჸା֊ÿźƪЖƭ"],["@@ૺű߃O͵Ƃ"],["@@ળŴŭǐᓘŁवȁ"],["@@ોŒ܂ĨЊų"],["@@٧|ՀŒŨƍ"],["@@mͯߎʖ௸ɳ͉ϟ՝}ݚ˧ౣƣᝋʼѕک̌७ĀྔԐʜÇ፤ņ"],["@@зì˞ÒƚŽ"],["@@ûɻথ`ǴɈࢮT"],["@@ফzіDŽ࠼œ˥é"],["@@Խ†ɏ˰ᆲųܛqχǏ"],["@@ԓFÆňҎō"],["@@ࡈ¡ȨơࠓŎೃˋƟļࣃ”ᒌȲ"],["@@ûǽࡱǕٯÜՅÁµ͖ᓚd"],["@@நȩᝣ˫ƖLJਭåƀƂݷ±̅İ੄ȔৈYƂʲࢄĘ"],["@@ޭ‰ĴŰࣀUɅď"],["@@ࢿ¤ୈĖˇŹ"],["@@ๆįञȱීŃ৷ĢԻŐ֤ȴ"],["@@ʶǭէÇࣙɄ۶ĐӖÝ"],["@@ٿźᇮ̀ՔɟჁș"],["@@˿Ý૓Ěඔ{"],["@@૾ʿ܁ȑɰəᵥɛᅋ̌ศζ֛UIJüᏘͰՠTؐǣ"],["@@وŅף§õǕႭfȿļጀȢ"],["@@ಛÐഔP·ß"],["@@ƉĦॆvĂāࢽ™"]],encodeOffsets:[[[150236,44794]],[[149717,45566]],[[152166,46406]],[[153281,46738]],[[155651,48023]],[[158526,50496]],[[159664,51510]],[[160159,51874]],[[146188,55700]],[[140471,56423]],[[141252,56415]],[[21746,56591]],[[170650,56156]],[[154205,60436]],[[167563,60010]],[[36676,66747]],[[71702,68099]],[[-184113,70595]],[[51472,70847]],[[165343,70555]],[[173262,71251]],[[61902,71614]],[[54174,73078]],[[183155,72527]],[[141271,73224]],[[-183169,73295]],[[79496,74027]],[[81410,74468]],[[76453,74623]],[[123148,74844]],[[56648,75068]],[[72371,74850]],[[145598,75670]],[[85555,75850]],[[144395,75776]],[[116109,76187]],[[88733,76781]],[[84145,77230]],[[150319,77180]],[[139212,77220]],[[143410,77649]],[[98850,78109]],[[115178,78460]],[[152730,78500]],[[69392,78068]],[[98597,78876]],[[91663,79042]],[[133824,43318]],[[110281,80007]],[[105354,81157]],[[78079,81563]],[[94908,81598]],[[52644,81863]],[[61122,81875]],[[100019,82083]],[[51254,81997]],[[58449,82280]],[[54806,82110]],[[59348,82047]],[[55722,82405]],[[48581,82795]],[[63660,82775]],[[51485,82870]],[[81948,82789]],[[62609,82894]],[[56033,83063]],[[60030,82987]],[[64895,82637]],[[93765,83089]],[[98844,83022]],[[59198,83504]],[[65179,83568]],[[59695,83677]]]},properties:{name:"Russia",childNum:73}},{geometry:{type:"Polygon",coordinates:["@@ƒaM¡ŽÝľƅà{ª½¨ĕÂӣkĹuÕǃ¡PµSÁo‘EŧòʓēƿÞ¿̓ƛßʵ]ʍǴóĽĵîcȢɊǤÆЌ͊˨Ⱦ¬Ėœΰͪ¬X¶E’A"],encodeOffsets:[[31243,-1092]]},properties:{name:"Rwanda",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ÔôĈț̙ǪºȊńʋ"],["@@ݶęȨϧ٬T̮իWƟφș¿¯Ȗɍضѥš`Ǧ̵·ǩĽVѶࡱĞĻ¸ÿâãľǍŽk´QÐ@îløjЗÖNďȗɒ­pǩߴ३ᒤʽèèϤם֏။ᠽ࠽ុΑܵΥӽשř˱ʣƑƕNȻʾ৉Œ͙ŀਙđлLjȑƁu֛̫ˉыࣂҙϚѧژЃ֭ࣞі̑ľϝӬƵ˰®Ǭƅ̦ØװԇऴқЊ́Ě̥ѺîŠį˦࿿ᘲϩĄćŘ઎लŷǶżnjŞĮƠĤƒª†׶ňlbÀŒäƘbdhdnjĂİ´сѐ̽̈ūŘɎÄɺÎԲžɜÈӲنZŰİȊƒ˰£˖¡˼±ĠഄڿෘਙߊսൠʼnƦ‚"]],encodeOffsets:[[[42996,17117]],[[47649,29795]]]},properties:{name:"Saudi Arabia",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@²·˦БAÍęÄSĹªܣɺધड़ۃƿƳs›WwW…u…µmi[ЃŃȡő‹‡µƯ•ŸƋIá_ĝh©C[gŻFÇùƧt˟̇޹ŝȕlljpǟ¬ЗͯఽϣőҷڳƱߝƇıǗŒȑȅƒϽȝؕǥœü̘³ˎٵӄ³ܢłԤБL^ǵ֑EɢʝèԷ৏ઑЁËكҠͯdzōʝбƥŕɥڛFƙɰڳXΑʼnةּ½ȦիÝŧ‰ɿѥɇݙ͓ȅԟŴÍʤżȎpМډआÀΨ˥ȠUΈĝàĵӾΣdđĦ͸ҐĹЂζ̦Ɓ͜ʐƠɘτD̸ƞƜܮfRṴ@о࠾NBဲᢴ@ᢲAƘPŞǚð¯©ŷ⯀B"],encodeOffsets:[[37757,22525]]},properties:{name:"Sudan",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@Iޓijď֡Mʁҋݼ͟ƊʃլӅɰګʆ̫ƷƱǥǝȧȟɓɉǟǛǛǗȟȡơơá³Яŀ֋ƣǗƽ˳ʂɁĿͩĞˁʛåŒƝ@ßǰˁŬѣԖǩtȳȁлĨʥƳȡvͻʜ͓϶ɑԪՉ̄ǥ͘®ưࣩږćŊhɂ̇ˢҽżŧ͔̾ȆɈݚʀѦŨŠլÞ¾ȥتֻΒŊڴWƚɯڜEŖɦвƦŎʞͰǴلҟЂÌ৐઒çԸɡʞ֒F]ǶВKŁԣ´ܡٶӃ´ˍû̗Ǧ›"],encodeOffsets:[[34896,9689]]},properties:{name:"S. Sudan",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@¬̍ǬɃ¸˥ÿȯȈˉǒ®ȶΫBҋࡓÃҁNJʼn—kŦի”˯BʅB܅HƵùǑĉɝ«ʯhć]ƥÙĕgŕb¯S£ƞˊìŽĘũʼngДĪøۄFjƘѸÒŖƈݼˏΜƠųŖέ‘םʸˍíçşࢫBǣˊŲŖƣ‰̓ՖƫöĉÝùĔ͜Ɩʮ̺ɮφˆĔ„ânưĜǞ˞ЄŸٸNJ׆ąδεĦr̆ħʰХ̶υ˜ȯņã"],encodeOffsets:[[-12575,15165]]},properties:{name:"Senegal",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ˍKƘĸŶī"],encodeOffsets:[[106465,1364]]},properties:{name:"Singapore",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@Ͳ•´ŻːVѺїʋēڧѸصƠZŀͯ†ސµ"],encodeOffsets:[[-37993,-55363]]},properties:{name:"S. Geo. and S. Sandw. Is.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ùMÚĊ`û"],encodeOffsets:[[-5828,-16381]]},properties:{name:"Saint Helena",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@őaϧːӺʭ"],["@@ȕÿĥÈȜļĠă"],["@@͞Çɦ̳ӱĘȽŶ§ǢljˆVĺΈƵ"],["@@NŧŧôˢƸɭ"],["@@ȂƇ͔X϶χƛÅ܅ƒDžʘ\\ƆŀŽ"],["@@ȪŧʫºÂî"],["@@ŷ¤þèĊ‹ÿ"],["@@ƛ«yƞǐ|Fŭ"],["@@ƩŰƖŨTʗ"],["@@ȼʡ«ƿǶƋǬձԃծµΤĽƖƆ¸"],["@@ŔɝßėșƔ}ƨɋÁíÐɰʢɮɵ"],["@@dzĀÆŬƌÕ]ƕ"],["@@ƩǺ¦ŒȼűķǙ"],["@@޻дУиɶ¹הΥΌʡŠǩ"],["@@ƋP¾ĮĎĽ"],["@@ā˷ĐկּӠɇƌɥʚƛ"]],encodeOffsets:[[[164431,-12081]],[[170121,-11015]],[[165597,-10636]],[[165425,-9856]],[[163585,-9495]],[[164013,-9211]],[[163010,-9342]],[[161903,-8892]],[[161167,-8922]],[[164608,-8513]],[[161550,-8439]],[[160944,-8302]],[[160449,-8113]],[[163717,-8739]],[[159580,-7267]],[[161267,-7506]]]},properties:{name:"Solomon Is.",childNum:16}},{geometry:{type:"MultiPolygon",coordinates:[["@@ΧŔ˲ÈĒ¯[ū"],["@@ÚăIy½śFwh[ĤmĬ̷Ʃʋ‡Åt[†R¤UžG¾žĒĴ†^ÞUE{ţ›ĻǯįÝʽȗȃ͝ʱȩ˛ࠓЖL̰ǽ‹ŹĒė˜ljÎĽǺǀKLjǤʍ«qɢَȝƘǸjĴnjǠĢǔ˦ŊnjʊmȚİ՘HÌer«Œśʐ͵"]],encodeOffsets:[[[-12826,7615]],[[-11016,9611]]]},properties:{name:"Sierra Leone",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Ȱ›Ԟ͡P]N¹^§†E’rŐÊŀœƈĝĊ`øIУbyÇʕű˹ىĐƤćક͂ʓƪ Ɩт˴uŰǰt"],encodeOffsets:[[-91507,14762]]},properties:{name:"El Salvador",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@įehɼĈɕ"],encodeOffsets:[[-57617,47963]]},properties:{name:"St. Pierre and Miquelon",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŝ¯©ƊȀƬÀƉ÷Ļ"],["@@ýˆìĄRŋ"]],encodeOffsets:[[[6820,124]],[[7602,1606]]]},properties:{name:"São Tomé and Principe",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@tƱ­ăĿƣ_“„ŧcijO³»ĕũɃőıƒA‰MWQ›B‰‚qèŻR¥ •¨U¤uGś—Q×Pć¡·U“¡̃‡ȏĪ‰muĕsy•o••Q‘Äm®á¶¿ ±K¿O÷ù›ϳČȅĂбۈėѲ˿b΁תǪӈÑŸǦƜ͌|ĸƨğŞľǴȌώؠě˴ƻWnjɘþۄFټƱuʱͱ֓ňځˈΥ"],encodeOffsets:[[-55331,3717]]},properties:{name:"Suriname",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@]“œƃÿƿŷįWƍ̩É˅Ƕ߱sſș͏ů˙Ü۫ȇÉdz߱cԫȤɿ͌òDzƶȰԼ ˞ƪÚNJ֠Ɉˈģʘǖ˨ȍcƗʨoʲǢьÏǰĔҺM͌ǝϠŅÆQ"],encodeOffsets:[[23080,50251]]},properties:{name:"Slovakia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@õręVǷŷйǭaJàĿoĹ̿ŇÞÕÏãPˆZ‡ćuŋTſ¤ƉkťĀ·âmLiy“ãíµqЭ«ʧöɢÜYòƗĤÁǂùKkZOnN~¾¦ÌšfrEhǯˆkĘƎĈ؄–\\j¶܌ĵ̀ǦࣄÒŖƼdžKȜ̛"],encodeOffsets:[[16913,47616]]},properties:{name:"Slovenia",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ćŸe˚Ԧٶзࢯ"],["@@əŇĀʷٗБŞƎűЊͶɰ̨îƨã"],["@@ϵ¤Įǒeƥ‘"],["@@ࢭÍכłūɝׁǃ˜ūǕ´Ǝljλˇٍ͎̃ԃᅿ׃ʙƳŴčʗęɛĈŌʋǟćΣLȈɳɑ̭úƵɥ’ÇůĸܿΆƑʜ®ݮӁİɥࡋͯԄˆɱʇવϣٛc׬ťɫ·@޷ʫړѭӭ࢛ŒwŇ̑±ƽŧłʯƗŋઋ^ô˲хҖˤuŧƪǜXtƒϱʐࠅ৲eȆƵzďԶ¤øNJ•êŃƠbž̨įʬڰўḔʙҪΌ¶Ƥʖ؋̴Ůӄʭࡌƨʰ԰ͺΊÚَ»ƲƆÁʔΫİۤ؂Â۠߆ƪ»Ƹ࠘ӆɵ̸րЀҔǬӼś͘ӸඖǗ͆вșƠь`ୀџܚŹڈ΍ƹгɼ‹ýʙ̈ˋʍҷϤϓ"]],encodeOffsets:[[[16926,57642]],[[19535,59224]],[[19617,59313]],[[24736,67385]]]},properties:{name:"Sweden",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@Ħ»eɛÄȧNˍóz}MwţkdzZŏǹGɯ^Ǐ´ǯłĿǔ¯ļÛNYlR̎ʈζĴŚņô Z„GьȇvX"],encodeOffsets:[[32715,-26580]]},properties:{name:"Swaziland",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@DýƅƪÔ¦îő"],encodeOffsets:[[56874,-4805]]},properties:{name:"Seychelles",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ӏї̹éĵŋ¶رƅܷǩ˷ᇳࢳ࿥ࢱϑÐӫ̈łǸ›МƔź£Ɩ͈òñðʴʞãǰƥÊ°Ƅ΃yÕڔśŶÚɸ®ÊØMƈßvDnjƜzƘɖÀJ|ēǎR¤¨ǐ€Ü~rIJSƒ…˜±æ¥̶SôˆǒÆƾ¨ʈĜӘǫŠDǜ]ȾBŨlƺŠˤòׄɮ঴¸Ƣ¤ĜêˆRœ_jIœŸžķ"],encodeOffsets:[[43376,38e3]]},properties:{name:"Syria",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ǂ·LJ…Fþ"],encodeOffsets:[[-74068,22376]]},properties:{name:"Turks and Caicos Is.",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@QṳܭeƝƛC̷ɗσʏƟƂ͛ε̥ĺЁͷҏĒĥΤcĶӽĞßV·˦ȟ¿Χ̭Þ؇̓ó̓އݑαɹ୕ǁÏđȈƱқԡޑ½ܩεȩ˄ƕƵΝƧБbÎɜη٨ڃլ̗Шɢʎஊx͇̌ťʖđϸªؚȟւ͕Ѩǻ²ƱBōư˛ϒčΰµȸޜଶच঄ɖᠶȔΐ͘hȆΥӌǟఊࡊϖ←ႱỨལ"],encodeOffsets:[[24556,19965]]},properties:{name:"Chad",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@řԛӈ͝²ՓǸʽrႫÿIȺוŽßλŃϙ̨ǯͰĞцœNJƾڸˁͼĮüŒҢʗÄĠŠß”Įլϻ͎Ą̈ßĂҾƉ΄"],encodeOffsets:[[923,11258]]},properties:{name:"Togo",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĥŁt͠ĨåuƷ"],["@@ĝƑmŜŌv"],["@@ĿOqƞŲƍ"],["@@O¹tWƬŠǞǩĹΟĬǟזIT½oƅö̍ȩ҇F‡òĵNťȡҹ •Ų½ÀfȸȂŢĀRRļÌôŨš€´eԈòôȔ MǢƁĚ½ĀgÄōš_hL̸Ǥ’Ġ¶ì¨ŒÂhbv†F†Œˆà^ĸIމƎÅĚk¨pĊđŮȑńơĘįʾȥÜƉ³ȉ_ljNȣÎƳȒʱĐÉƴ±Ú¥MƃȊʼnf—CÏoćĿț@ҘïZğoõsɅk»­·ã¯ĉ£»k[S—±«­ʛǜೡăʑǏ̧ҩǭsƎݝɌȳe˱ǔ͏˷и­ÿףҀ޿\\Äٺ̟Ŗ̯éȵȭČǕŁ̗rѧە།öࢯӦpżחŞƉ†äĮȫɠ࢓ę®·ɖąTwȊăƧɚΉԂ˝ЖJԔԻȑΕǏŸĹňωɩōŒÒІƯFijǸ΅øëŐţȭΡκrȖƕĨšŘȧbăȸƻČuƜəƠíǒĽôƃƓĭ¢ÁҖϰ஠°ЄζώΦ֨ǭ٤ɿМ\\ּӉզ̱ԮUȒ̮ƐˆֶȎŌÐƞ«Æƥñȅժ؛ے×вɑȒ̺ÐÒܺǖʐ̚»ҜìƄ˜Ί¨wǴɘ‹ƜĊÄQ¤‰Ĵ¿"]],encodeOffsets:[[[100771,8092]],[[102473,9817]],[[104886,12277]],[[102526,20805]]]},properties:{name:"Thailand",childNum:4}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĕÃÏÔMh^@Î_ĈW"],["@@̟ɝՏȔлƳF}ånj·ly§…ù¬ʩৢÀʢlj֞Ǭ„k\\yW‹CȔ± ũɜؖ“À§ê«ΈƮЀqłZЎ¨~êdƊWJ©{ƗǖɕğĩĘȹȌÉɄĶ҆ǗèܟȌǹȑŹ_T›šċÒьʻr÷E±—‰—ΗćăPuløÌbž[˜ÁX©`ĽtćQƟ­˅šȧȧ࠯˧œŰćʂŲڂ}pÃAćsÏI“b®ɄÝŘѧĬˋ̅ǟŵ]²ķGč¿ç͏œnƏšǏ_ő“ÑÇkó~ĝ]黵¥ƒQí¨ȁƔ£RuK}Ua[]•Y·T­Sʁķó£]©oo£RŧÓġnĻüÙАÔ`ȰҊ،əɘœϢοʟŘʑîÌȾʘƀشíƨʪȖÎÁŤƖ’˻Þը~Ë̴Ŵǚ̚ġׂ͆̌ʿ͉˳ʀƷʲŽ"]],encodeOffsets:[[[72361,40812]],[[72662,41205]]]},properties:{name:"Tajikistan",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@¥GקȌǭˉɃIǵQř™ŕ½ƒÕƯщ‹Ń¯ñ˝LJˑŗ؛ƓƗĥțÝ‰Ĺ¹ƛā͉íǿǬϿ¬ɵǔçSSȼċĠºǶýϞٹKɹ˚ԝʒŹɐСƢүcށʶƇȲم„ƙƙݟ{ЙɯǙʵڇѝചƏɔ̱ŎƯÛầ̰½ŋĸ^Ȯнà¢ǵșɾÏ̂Ǯ՞ǜǵЄKɈƛѐšµŢ̬ŽfǖԝϖʓԊ՝oǍıŽɝˆѕ̙ӤӀ̰ࣄǀ؞̵Ӥ֙Ҙt࢔·ĎòŻю˜ɢѰÈǸʢϐǁ˓ˢ˚†ĦĮٞϣՌĥ—ȧɒƛĿ™\\̟̬ƭڎɈò΀ƵӤय઀ۅҞƷબا̞LՔɏãǛ]ƽAşXġ"],encodeOffsets:[[68119,38245]]},properties:{name:"Turkmenistan",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@΄ŶƋȧȷò"],["@@ěʤŞp¤ŮDZU]ĢɌʜǠÔਨĮ̆Ŧˤĝ͋ʓ౏һ˷ȣ"],["@@ÇƟӌŜŔ"]],encodeOffsets:[[[127014,-9565]],[[128070,-9740]],[[128662,-8335]]]},properties:{name:"Timor-Leste",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ê’ßőǥƀǜ¿"],["@@īAĎÚ^×"]],encodeOffsets:[[[-179365,-21677]],[[-178128,-19086]]]},properties:{name:"Tonga",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ݥÅ΀ǘlˮơĬ؞ĺĭƝl҇"],encodeOffsets:[[-62476,10378]]},properties:{name:"Trinidad and Tobago",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ȡbpŴɮÅ»ď"],["@@ŻÑŎŜnÉ"],["@@ƇȅĐ֯ſǟŅŽ‹́ƃʛ२ÁȼĭϜׯЄȃјȡİ˽Ҟiؚ̦պ€ȶˆĘèĴÛϜ€״šŶͦ˄qĔतͺŴOƣœĴ˒£ĆΣĴ¥բ˺ÔǕձחĪʍΎɅĮͥίҿӓͯÍȉɌ˟΄TƥȢĦʤˉ¯¹ʪÉCu‡DžOËKɇäıD©}¹ŭËǃõƍëƭû¯¹ƍûŏNjǛ§"]],encodeOffsets:[[[11221,34532]],[[11549,35588]],[[10522,32446]]]},properties:{name:"Tunisia",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ʩ@ɀĐªď"],["@@N£ʂ͙ŷȥĆ̗ԼïД˱¤«ȕIJṶ̈̄̅›ȾғvϙŶ©ȧΩ͈ǓaɳȄŧ{ů…p½PÁFǡıÛ¡™‰J™ÎNŴa ‰„“hďXƩùƇHӫŠŽ—Ƌ …SėĥƯķągĸ› iL›^‡Qěéơ£঳·ɉõιƷˣñƹ‰ŧkȽAǛ^şCӗǬʇěƽ§ǑÅó‡ğHŝRķE㦙²Ƒ†ıT}qÛ§ǏQ£Ċȉɕ¿yƗũÅ¡ĕuCƇà×Nçͦ͆̊ŝɄտ˯׃ȰࡑՓݳūΕŰ̗֛̐ɠשÄǕԃٍħϹƘɇ֑͠ĆʇƫÆİՋҪĴȦǔࠕ©ŒŲȠŒϻдƀÊRɈ߉ʢŴ̪ȞʱЂĮȥ~ťȒɂƬǗؐżƟƪǼɎډçWĐäΞҴΈҠ²džŕɆRĶ¬ĭĎŤ€Ĭowĵ࢜jȁŦƞĆݠŊءƬ†ʄᄚħǠDz܊Έࣚʎ଴½ɌĚۇŗƦƋɖāв¢̖΁̺öʎƯ૆ɓ࢜ƶ۶ũیʦ˦ƌĄĀLjà}šQĒÂҒ±ĎĴpXbPÚNÔM„]†ÑîsŴĩüng}mXy¬Ȓ—"],["@@ҐnƸΑܠ˗čȅڅÔ֡ěȭʉУǃӍΟ¨ȪҐʾֽ_ÉĮʘȒAʆʚƎ—ǘɕĬîŶtŽÐ~¨Šdɨvꈘ‚ƶd¨b¨[ưŏ"]],encodeOffsets:[[[26594,41100]],[[44476,42144]],[[28135,42954]]]},properties:{name:"Turkey",childNum:3}},{geometry:{type:"MultiPolygon",coordinates:[["@@ĝ”ʮʌǏ˟"],["@@ÜdzûÇʣʀńϚǀϝ"],["@@īҍđÚvψLjl"],["@@Ḯ႗‰ϝപ৏ΕୃÎɗ֠׉ɏгCɧŢsZǕŗεŮнDŽȿìڵبϵЋ̙ƟûۡɉзȷӑĴǏʉƷāƙ‡ͥŦ֡ŝīŠ_¾ýÒƝêŁDŻʼnÉgũfȡRȉGmĬŸÎĭ¬ƓɖºʎćҪȽђ˙Ȥęƥ߿ɚƏîہɦqĦhËjŧMįĔěŶć ɱIĝ¼ÛÞ½öğʀ˃զÿɎčƔęĺŧĦƍĤõÚijȈ¥ä…ŢuŮVºĘDŽV¬YÔ©ŶǙѢeìDÂà˶A ˆKȔŰϠպ͈͠jƄ}ŎÑPė–õd¹rmfQ¨¤ň£¬dzüǀhv’FÂp¸T OȄvÖlĺWĊÞKͼ§Ė©¾ß|ĽƆÞN¢„bTHŸXΚÊZ^GlG౶@ಀ@"]],encodeOffsets:[[[40665,-8168]],[[40445,-6322]],[[40822,-5023]],[[34717,-1026]]]},properties:{name:"Tanzania",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@‘BµF«WίͩĕŔȽ«ŠతǼʹRː઺਎ÛȎϓƼİ͢ûǎŸ̰Ëè˂ʜͪĝɂŀ˴ʁǘƾ֌ƤаĿâ´ƢƢȠȢƀ˥®gk³Ēãł“œ“H›—NjP¯”ǍϪַm¿æ̗ZǙAţƫЋˇǝÑƥȿəǽγ‘ধ౿@౷@iF]JÉY͙ÕeáNSG"],encodeOffsets:[[31243,-1092]]},properties:{name:"Uganda",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ś£ӯĒ¯Įцƛ"],["@@֝aؽ̡ȡ¤؛śڿѥɠƤ¥Ɗ͉ɁƢЩκ͓״Řͼ¹Ƴ˟ѭ¹ͯþ͓ʝԯåһ˫ϫƔĖҜ࢟ʲঀҘÏŲƏȑİ؍ûթǖƪŰϟľڲáǼŠ҃vʇӐĨҿ˹^€ĦƇůԙÛӝֻӹŧÞϱřĢƏ¤Ʊaˡħĥj]ol˱ªő°ėĔ¬„œ^DŽh^°mþÐÐʶ¾¸TîĢ–ĊÒrކ¤¿Ħ[ÖEÀ€†ǀ̒E^eHŁhEȠÞ͈ē”Tǔd²žǧĬVðPČq¸“žʱŖĭˠˏǔSЌםƶéEړˬˏę˟@­`ǧýk…Ʃ}ɻȥɇsȁ‡ȋkСƽͳǨߙÄȁKǥĂÁFəŝěƌƽrˡɰķCVƎŸİĀǀŔƄ^”ʸRšø³̰¶Êˤʘ֦Дɖ‚IJĸHðćNJČÂγπ§ǸþĮîGÖ[ðxLŰÖźĢèþத²ࠨŷƮaĸNÌQżŽͦqTāƆĪ֢}Êg¤ï–c”KIJĜàl¨Tˆx¢v”DȴȵۄĄʐǡƶæiªSē¼yĨþìŀôæú¶ŔĀȦHņ°ȒFDŽM̠§ˀɎદŽ֎ӃɵďþΣ܌©ȼƇɼ֥Ѵ’цǗڬǞԾЭDzŎֈȑɎ€ԘʅʦJz˙Ρȱˊƽǯ[ŭǻdž£ĺɯƭ͍݇ѿȵŻѥ"]],encodeOffsets:[[[32781,47313]],[[39132,48222]]]},properties:{name:"Ukraine",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@½ɤ”ĄĴĤ¾öJ̌´Õ˴mxfÈĸʎŒΦ˹Ά͝gŻ\\óŌTȸDzrNžs͒͹腲ˆϖǥ̵̰Ϫǝƈ̃А˫õëăęíéó·{‘g¿@ПƊñ£‰«Ï¿Ɨǩț—ŋ͏ʑ؝ə٫ƂӛĿޝϖօqӏӄŠؘʀʎŸŘƒdžĂàŴH֛ÂYÈjÊGÄyÀlªŀĔˆìŸdžjàŠȄrücƖÚà"],encodeOffsets:[[-59198,-31599]]},properties:{name:"Uruguay",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ʥ¸ƕ֮ȔɞWɘՐɿͨЁٷљ"],["@@Ľ_ÝžƜO€ō"],["@@ǬhʎǍΙŷÑǒǽŮĦðĊđ"],["@@т»ŭĉα´ÞĒ"],["@@ƐűЋXƍɢʼĮƎȵ"],["@@ȣmƱŎǮƴȒGiʋ"],["@@ýMǨ¤ĩ•"],["@@Ǖƿ˖ͤĿǣ"],["@@ș֊`͂Ǻࢋ"],["@@b×ɡժɀӑ"],["@@dzĠŌ€èş"],["@@ǫU͊ČƝõ"],["@@ıkƂʏë"],["@@¨ÕůJĽŮȆá"],["@@ǩĄưZzĝ"],["@@˪©ɓ»ÕĦ"],["@@ũeź¶„Ьˏãǫ"],["@@įŵŦǼuÅ"],["@@ÏÃ֬Şઓ΁ۑÓŖǮʲņߖÔ̐Ɗȣƕ"],["@@ɉlLjĢÂō"],["@@ˍcǶĊĘå"],["@@ĕmĪƺSƋ"],["@@ȋĦƌĦĽ"],["@@ĭ‹pŌþÿ"],["@@DŽȝ̝ʪĨƆð÷ŻÅľÓ"],["@@úśüķ٦ŕŨåˤúĴXΠ»˰ŏðƃÈ@˾tԲȳ̀ŖǠN˜ÍૼœࣞʴՔȯҊdz҈DZࡪΓӨȫǎãǮ̙Ȍ›ˊHŪΗ̦‚ŬĹĻƫ֢ʣ̲ƝÈɛ̆ౙ©ą̗܋Ӄ̽ɱϞʧɂ@ϸǶϼǶЖŨپIJࣘ͐ɐƈÅԛŠ‘öę̢Ɯ¼Ƃ´ŀ”ɘNܦEٶ@ՒԪ̰ȎΘʮͼǖȠ|ĊJᥬFDŽʄϴgӌՔʐڬٞيNJ‹ĨǷלŔήɛJଗ̴ĽÈίȰGŚ˻ǡŷկĉǽljāIJʣJçȽɻæ¦Țϵӫʛ÷‰ðÇđ{ĨŽȅƁêǵõҭבăȳǺǝηʕʶđˀЅΦÎȩɞŎYŌį|ʅשţ™ưϽȋhɌĹÃijĪŏΓ୵ÿࢿ҅Ĭʮĉǎ˜˭˱͕ʖŇěԣ^Ǣؕ࠭Ƈ©¶ǐՃ̂Đʦ̊ǎ˝ŷƽDžǐҡʮ˅ĉƽŰƑݩੱ“ȸˆҲLJdO͠ljçǵƀBƐȺtǑŐŅ£ƢŦƉČǎŊčĠêļɸ¼ŅˆŌĎïØˋə­æ÷ƭųšŦţŋ½ƐבʃȲR×˞ϙѵʬmćģŸș‹ǞКȕʏYȻȐJڂϵãǽůNԱОҾзȴć–Ƿř|«ĥʭȚЊϟį»ȗȘԳĜӠſƺɵШ`Ϻࣿ΍۸ƹƢ̣˟ƔCŏķšš×˧čƥǶPɫրZ[ɻȖɨĂį]Ǒͱʗˇ˜óŖƏďʡĆѶɏɟɻʓƐĂʼnȘëʎ¤Ă­ßýܙȫĭņ„ǡ̷ȯƫ́sȖ¹ɏͣLλNj̑Еƈ¥ɧѻ̇ŅnOţΟƕɫXƈ÷ėœȇƈĞțΙ˱ ùNjȽìMǥƭþõŹÃ×ͭɢࡑ؎વ½ǵň̷ŹɶF̄ñƫJȞűƮǿזೕÛࠋ̝ԓՁûsƠǐơĔɁ϶̍ŶȱюŊǔǯœvΆȕĥǕǰɯτʸ̨ɧĎÄƽōÉčŘLj࢔ࢗ࢐̋ƬɟÕƁ޻ȑāò@ÚĊëİ˓ȸÔƒŵĵחȜ˦NőòߍŹǺüWŜơġǗǏ›xČƣŇ͑…Ǻ¼ȃ͸Ľ˝٧¤ΓÏɣƯҋǠǥùåřȦģπŦÖ±ųğƸēȘŤ ȏ̯ǙפΕŝƻãÄşčÇǴ׹̀ĘǛƅșƕdž̹ƏҏƂŞ|ćȸɟQ͇ʀȯŗ¨ęƩ‰ޏȆյ­]Ɋ£ʓܳʯȞƐɃAŠǞɿŸŔ˧͕Ϳ߯ЍȊŦοLJĪȀɁɉĭćäÅȏˉ§`é̄ĝ̝ůŤƕų˻ˡňÚƛǪ¥ÍɩĴЙʐѱȕ÷ปӚ̉Ԣ£ЮړټϩܖֻԂۡẴijɷ҉ɵǽ߉͚ͥʔЋࠀঙڰʡˊ๟XEϙᛟIẗসĢǨ፹Ƴ˵٘ԧΪˣlăɰՙĂϱʴܿ¬ƏĞ[ҘǕò—Ǻ͑ɂӿռÐѪӳ̚ĕˮ®Ɍ̀ˏ˃МÒ ڐ¤ܱöŅˋΉȔÇÇúǪڗװōܲѱԂʈࣶϽଔ݈͠Ȃཔ»դ٨ÅȵİԛRz˚Ċơ´ȒȉǠɨĎɥÔwåȥעʉˆ¡΀ؠDZࡄāǐÂĺɋĹţ—°ˉ΁ǼlŧOfâѠφţʳĈˍDžÙ»IJǗǓ˜ÿɖ¡ΎƈȐɳŰĞŒɕƠƢ’aƐ£ĞĽb‰¸ÇŞ୎@෤@Ϊ@Ψ@ܒ@੼@。@。@ @੼@ܒ@Ϊ@ܒ@ȤAN͆ʨÅM¶ɋ"],["@@Á¹ÁĜń¡"],["@@ƯnÔüƳŜѲÛȡƩ"],["@@ѭ_ҼȔdz"],["@@Šŋёōɚ͎Ęij"],["@@ȉØļ¨ĎĿ"],["@@ƑjΚǚɇȃ"],["@@Ѿ³ڿƁÚτZ"],["@@ŽBŲĬƀ·ųµ"],["@@ԱYࠪǎŇĎɢĔļ«Ùțҳč"],["@@ˏœ̼ú«ŕ"],["@@ԾƉсċυƼˊÚ"],["@@िћͲͪʺ´þǼϮPŗƍ"],["@@ȲĈŢÅ˃ǧdž«зȃޯŷըȐĶƠǨ«ÊÊ̩ČÌň̪Ķė"],["@@ǹa}ĬǎŒǚęů{"],["@@VŰŤóŹ»"],["@@ŕìƜ¬…ŗ"],["@@ĆƑʞūɱÈ௹ˇÁǂ΄ʤ֠Ť˦Ë"],["@@đāÔƚ~×"],["@@TLJəŚvȨȐƹ"],["@@̕ǥ°ǚʈŴ^ŧ"],["@@ȴCóǩ؉Զ˨ùȢˍ"],["@@[ßƣØǀH"],["@@ŎÆÆǏʵ‘Òɔ÷"],["@@́ɱñȒδ "],["@@ƟRŦĂzē"],["@@ǫʁɓǞ˃ȱëɂȆΒ̘ľɬȑfȩ"],["@@̨gĚȕоǏΦΏ˵ĨĵķǶTǰɑȘ_õеࢭԪƈÌÙnjիǐςŖʼnĬ̷ÑDzƴ‡nj"],["@@ɉĀŐĦɮ•ųƏ"],["@@iƓŻ[̹ŲɾΜˀɇŕ"],["@@ħ²ǰ‚ćó"],["@@ʀ“ƃ£Ļø"],["@@Ǜ”ĘȒɲǿƭ¥"],["@@ɂǍǯѯȫ§Ę͊ʏ͎ȘĀźñ"],["@@̶ՌɅÙ³ʙǬƞ˫˛™еҶԦK"],["@@̯ÓöŐ̈́ĉy"],["@@̌Տ½уʣʬĈƈϓŤŌǤɉȈ̛ȫUɬ̾ɈДƷ"],["@@ЀD­ĹɢŃǑĹѹšɘŹԁijϫƣøû͓ƵȠDzϙźăȇ˫ѴҶǤά̃ŹҶ̔ōɪÄ´ƪʼÙ¡Õ"],["@@İɅɢŐ͢ğ_Ǖ̱¡̠›¢ȱՏƼŅȷǿvփѴȺȺƬķ¦Č̪ "],["@@φcΖџЁΔ͌׉ԕʹ|τνܼȲNj"],["@@ϊ¥āōǗ֓įʏzˣƙϟĀ;ǮǢeÍŚΦ³"],["@@ų´Ȭà÷œ"],["@@DZüΔńǡǿ"],["@@ȿWNJĊ¶ñ"],["@@ŌӲΐƊs׹ѧ"],["@@;ÍŚͳҳűࠫȴʟǖԌV̢ƒ˺B"],["@@ʖѡřëŔʸ”"],["@@ŇɭēĸȜŶ"],["@@іƃͻ|ΉȪʰġ"],["@@ή¯آĂضʳ۴¿›ćԓ•ʽǷţƔࡻ˔ڃÿī̐ʄ¿"],["@@@݁@௯@݃@௯@݃@௯@݃@ӫȪ“Ȧ“ÖæЖĭʠŪψVžH@Áµě¡õˈřҨ˭،͓ÔʻèYƊîŶ¬˂ĠȠDĦʶǂj™ŀԴľˮ^ˈƑĜʑɢõʆDžÂÍĤ÷֠̅ɬɽɰɱϜϗĜýŢŋÎÝ¡­·ÅƴŀkՓąȨÔǝ̒ƒۖʗƠƒÂĝˆ[ìƃǙޥ̣ɋɱŽǓ̌ʤƈ͇դĂņفDZǗ˻ơÄ©ż̨΀ʘ ˱ˆʙƮգՖաĮƵЂ҂ÛΙɢ˺œ̩ ƍãʷȒżϒ˧ʇӉȄӳߺśǻΌߧЙƔ˛WũΠǼÜDžqŏƦÛʃٙɨÏƉϐÃŊLJɒ_Ɛűҟǫ޽˴ࠃӬ੏̤ɔƞBɌȎ˽ÆǬȞ`ϋƪࠧʩࠩNJ@Ǹɗŭੳń৛åŔ׹ƺǮˬҵʏճĈȊƢݩàƮèȷðƀ˄ºങȇĩàɈɂӹƅCǥDZwʦŵ͑ƻѪîž÷ϻзۯTŅĜǟ˯ĭŲñƳǡ ljǽ΅G˝ˁȽ¨үģDZÜÆĸРŊ̔Ɍ͹Ĺ͹ŎϨв’ϖޒʨମŭࠓʜԶˢҗȃՕl࠙ˑߓ׷П~̬ʡҩŽIJŏҹ¿ѳЭٔǑgǣ܍ϙ–ŧٕť٩ϕփǩNj̋ງӗřĻɶįȓőñĺǕǓ؝ƩŗƹģǺؓʭݏƓ½ŢȰ~˅ÚҳЕʿñȳǎ™ȿDž•ɉĢWůǡÝ´ʂ̺Ø৬װМĪˈwęęǞŏĆĮΒÅȻǜȦʶ୒ӌȲó^ȶ˸ɒЌȖ͒kȟƢð̺ΖŤʛº‡ƘҤ˄ƔͰ˩ɍࢣɛʿȤàŲ̂m˻ĦɋƇŋœj҃Ƌ‰؁ьȿùωȚݑɃĩʼnڅsΞŴäˆ˱ŠŸϊӽאϬΌ؇ΩĪɻटǁϳĄݑԔ˝”Ҥ̎Фķ­ƭ̼ƤɨƧʸƖСĆː¤ƍÈȵĕवÌȸƮΉ¶LĘʕơʡȞfǜʵT_Ė̠œɧĜϺÈāȘњ̼ξpƚǴǟïMʜΒĦqƺϺ‚˜ĹķğȞøǼ¹֔Ȃ˶ɚʸÛܾĘ˒ɖǫζхƶҸŨÜƪɱƜՇğࢡχͫɸºȓӍƒ੟œএň˳ŪÆǖљȘ٬ňਹŘֹȢහФ٦Yũǀ૆ɨ۔[ɋBŝ̡˴ō๘“ДȪΞýïŪڝÞՃͦƴŤ٪ЧଠŇNJх¶҅ıϫŰŘːຽèӿшᖉن΀ÆƞϮঔEনżဤજljƛࣞŤ݊ʌɂʿ¨Ȁάx׍ĢʹŶ̮üÂʼnૼĤ௄Ң@ĭݠƝӉljƤïڴɎࠆʡ߲Ōذ§ɐÑƓǃՊ»Ƨĝᖨ¤ೂʃཐµՀŵဖĞіéદ͉;E@݃"]],encodeOffsets:[[[-159315,19469]],[[-160613,21272]],[[-160242,21435]],[[-160986,21725]],[[-161586,21972]],[[-163197,22459]],[[-82989,25311]],[[-82311,25746]],[[-99502,26788]],[[-82111,27934]],[[-93996,30209]],[[-86945,30355]],[[-91365,30807]],[[-121188,34187]],[[-122924,34733]],[[-122759,34898]],[[-77357,36086]],[[-75912,40634]],[[-74250,41970]],[[-71657,42256]],[[-72202,42370]],[[-72951,42488]],[[-69823,45397]],[[-125331,48533]],[[-125514,49313]],[[-97078,50179]],[[-180517,53036]],[[-182148,52890]],[[-181399,52958]],[[-180831,53112]],[[184042,53152]],[[181674,53128]],[[-177718,53388]],[[-176603,53527]],[[-178869,53284]],[[177893,53617]],[[176960,54286]],[[-171995,54626]],[[-170614,55195]],[[-169821,55369]],[[-169534,55436]],[[-166193,56164]],[[-167399,56301]],[[-163343,56476]],[[-134491,56402]],[[-163709,56452]],[[-136050,56212]],[[-164177,56666]],[[-164541,56643]],[[-136504,56877]],[[-159299,57161]],[[-134122,56821]],[[-136771,57692]],[[-135966,57598]],[[-135283,57456]],[[-157909,57872]],[[-173829,57995]],[[-135932,57883]],[[-137205,58210]],[[-136567,58372]],[[-156679,58496]],[[-138209,58728]],[[-156567,59212]],[[-138987,59643]],[[-137912,59558]],[[-156074,59761]],[[-156145,59889]],[[-164781,59983]],[[-151574,61507]],[[-151281,61249]],[[-170122,61833]],[[-149907,61901]],[[-151202,61902]],[[-176888,61909]],[[-175578,65168]],[[-144386,70425]]]},properties:{name:"United States",childNum:76}},{geometry:{type:"MultiPolygon",coordinates:[["@@§QûD«T‚æBb로ÂfE´ÍŰmſ"],["@@‚d´fÇè—hiGo࢟ӹҬƝńƧɀÓǂ@Ā{`ZZǦƺt¸ƤŠó´sˆ]ÆđjĭäOĀmÂn¤[b¯LývWŴ|ʜƣЊ“ѹʫǝªYųɏXρʋ͛Ŕˁ_ʱɿƸ͊˴̋ˀׁ̙ͅĢųǙÌ̳է}˼Ýƕ‘ÂţȕÍƧʩسîʗſËȽʒí ŗπɛϡɚɗ҉؋_ȯÓMx«xýI÷œÙQĹ£ĽtŃČȭŒʱoWĢBŠ^ƾäǜՓɐ̝KફبҝƸ੿ۆӣरͿƶɇñڍ‚̫Ʈ[̠ŀšɑƜ˜ȨՋĦٝϤĥĭ˙…˔ˡϏǂǷʡѯDzɡżэčñ࢓¸AᶢᓢҼᏠউࠜݷৼŘਢÝϴƎӺͻʴεʠĨùࠡЪUǰۅਐdƪƗÅȁȴŹʀƒXɈӎҤຘۖ"]],encodeOffsets:[[[72916,40850]],[[72650,43263]]]},properties:{name:"Uzbekistan",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ÿŊň҇Ǜ"],encodeOffsets:[[-62642,13474]]},properties:{name:"St. Vin. and Gren.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@Ñäźļ®ķŕç"],["@@ķǦĈíÅ"],["@@ËȳСĂDŽĖƺíưŊ"],["@@|S’wÌǷͯΏɷeғˏ˧ĉɏ¸ʩśŧΥЙַ̎]Ɲǔ͑\\DZŖĴɛϖΥƦ࣭ւù—ɋӛȋǑ͵ݱΟ̳ΕéE„žƃŠ͇ǕʋeѻϦ˫খ΃ͺȫ@ҢԺ̍ϖNjզ~ٚ̎ֈOɀ̓ĠԧŏߣƒםۤԛŘ͡ē݅žǛ˴ɝźèٚɳ˺ŋКɗŴʵÅ̠ԄŘמừψ̤ʒЂ՜ǐ՗ʕĸ͉njƩõeŘ˱ѥۻв٣͆Ħƀǀ„̜ω۞tδਤ΄ŖŮʖWǖ́¡ÿɘìDzǖä̼וڮ¡ήɫĒЅƀǑཤŞͪ̿؈ƿɼz֌̠Ϧžџ§þ᎚ĘсǍ҃]Ȓȯ¯ȝdžŨȖΗČČÊ»CƂâG˺˿}ƶƬäڞ҃ȗǥȋү̷E˄ƽцƴՒrŴÉƼȱcµĭ³s}•ĝЗȫǣɷĤǷu𦱼W¶nÖC ]h_H•}÷—³˕ƫΫÕµęnÙ~ÇA½pƝ‘Å›ßãóġ^ǬțǶȥDzȡ"]],encodeOffsets:[[[-62461,9081]],[[-62280,9358]],[[-65381,11399]],[[-62199,5327]]]},properties:{name:"Venezuela",childNum:4}},{geometry:{type:"Polygon",coordinates:["@@Ƽ™ʷ£ļþ"],encodeOffsets:[[-66320,18222]]},properties:{name:"U.S. Virgin Is.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@̥ƙ˼Ǹj"],["@@ĹmŸŊ}ě"],["@@ǗĽÔƨń©"],["@@ҿȉ±ȕǃęЙªÐɟǟǩnœӵϟ̥ࠇɢϵԢұgȑĝx௴ணǒRڔߟМ౫ӝŸ˗j̗ğŶĭėðɉĉrOׅƅŏ«ɋݡσÿƩث˓ɉɚ·ɕȃŖķÏŖi`űʗF˒ƳDžɍϫ̦άэãſչψˠͿTǓ֗ʭ͕ϵ́łŲݲvڮȪ͞ʁǨśȥȮΤļǒƖAǮɨÇúĚ̌ŽĈŁʼÍEȲʯɎI˺žļͤÑ^ɘʊ~њ˚Ʋ™ĨĖ֔Ŋ΂ɯׂǀӠIĨV®išqÄÚކ¾šÒhÆ°µæĕØķĂ·¸ĩƸpŠƠê€~HüϹʺ‹š•IJeV“‡©é’ġƄYƜO²oÞțɜɛǖ˃˔ēȸÏĀ¹Ü˿Ʉwú¶ĶD†੉ռHˆŠtĄ°ˆÀWæêfz€FǔNʊזPžŖ¶è\\ÊĨĪBđò“„űFkh_ÂI’žĹĕVqb’œÒš®t¨üȟƤŻþÿ‚ϹȽƟêɅ¼ęªȁʼƒÂĊΒĕ®{ÔcQwõÝCáȔϣЌ¤ˆ¼ªƜȮĘіʫ̂˔ƔƳņnj˒ȭǜɔȔąˆIJƬ˄ΊǬӊΡʰ¢Ōĥɚ¨ȨʼnȕɷĨѭʶ¯͊˅΄žǴū"]],encodeOffsets:[[[106562,10641]],[[110102,21429]],[[110186,21727]],[[110564,22025]]]},properties:{name:"Vietnam",childNum:4}},{geometry:{type:"MultiPolygon",coordinates:[["@@ŧéʼnŮ~ŌȴǏ"],["@@̇Ì|ȒņZdžʷ"],["@@ŞŹ»đ̭ôĪƄƢT"],["@@ɟsƖʾš"],["@@̯ĜȠŮŐɉ"],["@@Τ̓͗ėčʹǓØ¢ǐŖÞƯ"],["@@ȥ_ˠƚùŹ"],["@@Ä˥ɠȆŀэęř˯§ŃȎÁٜƬƹ"],["@@Ż…gĈĄ²àij"],["@@ąIJöâPǓ"]],encodeOffsets:[[[173560,-20009]],[[173399,-19394]],[[172489,-17963]],[[172490,-17181]],[[172336,-16728]],[[171431,-16482]],[[171942,-15806]],[[170748,-15182]],[[171607,-14603]],[[171509,-14240]]]},properties:{name:"Vanuatu",childNum:10}},{geometry:{type:"MultiPolygon",coordinates:[["@@ϧœœŨϊmŲƕ"],["@@ƀȁ¡ijʻZȱɲϐª"]],encodeOffsets:[[[-175569,-14383]],[[-176469,-13788]]]},properties:{name:"Samoa",childNum:2}},{geometry:{type:"MultiPolygon",coordinates:[["@@Τv˘ġ͍lj·•͹ǶȀƶȔß"],["@@ÇĖþ½"],["@@ÿŒÌºtą"],["@@ُ̕Ź˱˜ʧݧίဇӳֳӳ֭Cӧ͗ԳǑोŃԳѭΝBԥǫ̷Řūɋӌ¨ΨNjˌŹެãǎǕČŢĀçˠĺ̈́‘˸̬ˊv֜ȒƂмLJਚĒ͚Ŀ৊‹ȼʽƖMʤƒŚ˲ӾתܶΦូΒजጉ"]],encodeOffsets:[[[55054,12941]],[[43783,14034]],[[43815,14307]],[[54360,17048]]]},properties:{name:"Yemen",childNum:4}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɡŠǘÐÊę"],["@@ƾӋÃ౑ӯǶŅóijřʇεH̹ÜM°ĻŀǓǰŁǐ³ɰ]ǺHYŐlǴxŤ~NôyòLźyΤVĠD̏଍ȽΟߙٍ଩࿋౫ફହݫկȧԻnșʣӑ¾ƩǏșIݭƴίõ׵Òʷ·ϧʭੑùё˓؇ƞ‚ĺțŤɡ[áʀɃuȧğƄæІӧݞĪĴƆ“ǜȴīٚܧઢͭ࢔ǭͨʕ͢ʶƒ‚¶nŌ€œ†ü¶¶ļŎďƞŗöέܨǁ܎«ìŒÊƚȐƄφļ@Ţ@ᲄϜ̵̦٥ŷ۝ĊęߤP˜†¨ĆȈØä²łLjɈƜޔ¦žɾ֦ɪƚȬEъʹÚsȊMŚğݐ[ʰĀͦޒĶœČ€ɠ¶°€͒˼ɀ֎ֶޜ”ͮΐՊǴĘðÊĮİÆȠhZBʈ Ȭʎěɨ‹ɂ€̦Uļ‹ú³ɐࣣɈ·","@@Ɯ˳͞ˑʮÒĚɜ̈́ɊlϜǨšȀŶŒ²ŀŒĺíȖ֧ђ•YģkȩïůßĿÿȉÇχӡȥęŘ˅"]],encodeOffsets:[[[38766,-48070]],[[32563,-24465],[27847,-30659]]]},properties:{name:"South Africa",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ĐŽĐđ[ûuëǾǓRį`ĞƋ̳ʣòʱģȷ‡[Mįàſ©ΟôǏƠ‘ҋ̓Oѯʟ̫ńĉƸˏƖÌ®Ó᠁ࠑƐշޅ­ӗʓŷҙ̩۟މࢿȭéϑĦ˳“إƪɍȌɥ¨ϩŒݧƇঽ࡚ǵ֢A౞@˒@˒@ڠȘ@൒@ĶZåDŽH²pĜØފcܔͲɑXʋފǤ¼Ή֪ɡڢÙˮ͖Βխ۶ʓŜˋƮõʆϋǀ{̒ŲȄǃjંʋÓmDžΟÎӥҌċȶɘࡢ“ܸǟϢЀτzʦ༔ʖâLJ¾õÜÝĞ»ɰJĊŸð¹lûİēȶƒFÝl‡ۂɥƎíÜǷŸf"],encodeOffsets:[[33944,-9834]]},properties:{name:"Zambia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ǵḀ̄TɁ}ɩŒʍĜȩŽʇŸYA¥ŠßàǍ¾aȄࡗȲ́ЬTҼͯrđ͆ࡓӀȕԌבࠂ`ƨئƩ˴”ϒĥȮêފࣀ̪۠ŸҚӘʔކ®–̑ڢyעͽࡐʃÑƝĮఏʗӥŴƍÓʇǸԃп֥śЏÜƉࡁࡃšđ"],encodeOffsets:[[32039,-22939]]},properties:{name:"Zimbabwe",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ڽը¿ުەߖ٬֖NΦxHޠ—цǒŴ\\ǔéº`Ęfú[ǜ¹~}¢ũŠYĨ†ĀcĖŸÌ›œ£¢áfÁnÛ½˩ƄÇÞŻ~eÖBŒvİ”¤RXĩ̙Ą§’až÷Îŕœ÷ĸȣ¡ıǽûsmQ}«»ď§řjʅõōDđ³Û«ŷ³அɘŅ™ĭ“āuƕɳ`«Ī¢§NÙéžõʠ{ɩɥƤǵšɇ"],encodeOffsets:[[75785,34052]]},properties:{name:"",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@͙̄͟ƹիԠύfʛϋӻýģлʫ@˭ƪǕIđŠmɜ\\™cȝ`¥”CƴˁȖƈʊƣǶɪɦʟ|öÜêOž¡¨ĩŽ_¬ƖɴĂxĮ’ņšஆɗŸ´Ü¬Ĕ´ŌCʆöŚiШ®¼P~tnǾü~Ðd¢̀NJŰÜŀÄĒ¬Ȳ_„́êǁƘ˹Ҏǹҍ†ĽȱǷ´ǡæͅìíƐĵn­ĵ˜§rчɃŝƑŢa¸ȵw"]],encodeOffsets:[[[80376,33312]]]},properties:{name:"",childNum:1}}],UTF8Encoding:!0}):void t("ECharts Map is not loaded"):void t("ECharts is not Loaded") })});