mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
968 lines
1.0 MiB
968 lines
1.0 MiB
;/*!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;n<e.pending.length;n++){var r=e.pending[n],i=r.cb;i&&i(this,r.cbPayload),r.hostEl.dirty()}e.pending.length=0}function a(e){return e&&e.width&&e.height}var g=e("node_modules/zrender/lib/core/LRU"),d=new g(50);n.findExistImage=r,n.createOrUpdateImage=i,n.isImageReady=a});
|
||
;/*!node_modules/zrender/lib/core/util.js*/
|
||
define("node_modules/zrender/lib/core/util",function(r,t){function n(r,t){"createCanvas"===r&&(Y=null),W[r]=t}function e(r){if(null==r||"object"!=typeof r)return r;var t=r,n=K.call(r);if("[object Array]"===n){if(!T(r)){t=[];for(var o=0,i=r.length;i>o;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;e<r.length;e++)n[e]=r[e];var o=r.length;for(e=0;e<t.length;e++)n[e+o]=t[e];return n}function B(){}var G={"[object Function]":1,"[object RegExp]":1,"[object Date]":1,"[object Error]":1,"[object CanvasGradient]":1,"[object CanvasPattern]":1,"[object Image]":1,"[object Canvas]":1},H={"[object Int8Array]":1,"[object Uint8Array]":1,"[object Uint8ClampedArray]":1,"[object Int16Array]":1,"[object Uint16Array]":1,"[object Int32Array]":1,"[object Uint32Array]":1,"[object Float32Array]":1,"[object Float64Array]":1},K=Object.prototype.toString,L=Array.prototype,M=L.forEach,R=L.filter,J=L.slice,Q=L.map,V=L.reduce,W={},X=function(){return W.createCanvas()};W.createCanvas=function(){return document.createElement("canvas")};var Y,Z="__ec_primitive__";$.prototype={constructor:$,get:function(r){return this.hasOwnProperty(r)?this[r]:null},set:function(r,t){return this[r]=t},each:function(r,t){void 0!==t&&(r=b(r,t));for(var n in this)this.hasOwnProperty(n)&&r(this[n],n)},removeKey:function(r){delete this[r]}},t.$override=n,t.clone=e,t.merge=o,t.mergeAll=i,t.extend=u,t.defaults=c,t.createCanvas=X,t.getContext=a,t.indexOf=f,t.inherits=l,t.mixin=s,t.isArrayLike=p,t.each=y,t.map=h,t.reduce=v,t.filter=g,t.find=m,t.bind=b,t.curry=j,t.isArray=d,t.isFunction=A,t.isString=w,t.isObject=O,t.isBuiltInObject=C,t.isTypedArray=F,t.isDom=x,t.eqNaN=E,t.retrieve=P,t.retrieve2=_,t.retrieve3=I,t.slice=U,t.normalizeCssArray=D,t.assert=S,t.trim=z,t.setAsPrimitive=N,t.isPrimitive=T,t.createHashMap=k,t.concatArray=q,t.noop=B});
|
||
;/*!node_modules/zrender/lib/contain/text.js*/
|
||
define("node_modules/zrender/lib/contain/text",function(t,e){function i(t,e){F[t]=e}function n(t,e){e=e||B;var i=t+":"+e;if(L[i])return L[i];for(var n=(t+"").split("\n"),r=0,a=0,o=n.length;o>a;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}a<t.length&&p(i,t.substring(a,t.length));var h=i.lines,l=0,d=0,u=[],g=e.textPadding,c=e.truncate,x=c&&c.outerWidth,m=c&&c.outerHeight;g&&(null!=x&&(x-=g[1]+g[3]),null!=m&&(m-=g[0]+g[2]));for(var v=0;v<h.length;v++){for(var b=h[v],W=0,k=0,T=0;T<b.tokens.length;T++){var C=b.tokens[T],y=C.styleName&&e.rich[C.styleName]||{},L=C.textPadding=y.textPadding,I=C.font=y.font||e.font,R=C.textHeight=w(y.textHeight,f(I));if(L&&(R+=L[0]+L[2]),C.height=R,C.lineHeight=A(y.textLineHeight,e.textLineHeight,R),C.textAlign=y&&y.textAlign||e.textAlign,C.textVerticalAlign=y&&y.textVerticalAlign||"middle",null!=m&&l+C.lineHeight>m)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;v<u.length;v++){var C=u[v],N=C.percentWidth;C.width=parseInt(N,10)/100*d}return i}function p(t,e,i){for(var n=""===e,r=e.split("\n"),a=t.lines,o=0;o<r.length;o++){var h=r[o],l={styleName:i,text:h,isLineHolder:!h&&!n};if(o)a.push({tokens:[l]});else{var d=(a[a.length-1]||(a[0]={tokens:[]})).tokens,s=d.length;1===s&&d[0].isLineHolder?d[0]=l:(h||!s||n)&&d.push(l)}}}function b(t){var e=(t.fontSize||t.fontFamily)&&[t.fontStyle,t.fontWeight,(t.fontSize||12)+"px",t.fontFamily||"sans-serif"].join(" ");return e&&y(e)||t.textFont||t.font}var W=t("node_modules/zrender/lib/core/BoundingRect"),H=t("node_modules/zrender/lib/graphic/helper/image"),k=t("node_modules/zrender/lib/core/util"),T=k.getContext,C=k.extend,w=k.retrieve2,A=k.retrieve3,y=k.trim,L={},I=0,R=5e3,z=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g,B="12px sans-serif",F={};F.measureText=function(t,e){var i=T();return i.font=e||B,i.measureText(t)},e.DEFAULT_FONT=B,e.$override=i,e.getWidth=n,e.getBoundingRect=r,e.adjustTextX=h,e.adjustTextY=l,e.adjustTextPositionOnRect=d,e.truncateText=s,e.getLineHeight=f,e.measureText=x,e.parsePlainText=m,e.parseRichText=v,e.makeFont=b});
|
||
;/*!node_modules/zrender/lib/graphic/helper/roundRect.js*/
|
||
define("node_modules/zrender/lib/graphic/helper/roundRect",function(e,n){function t(e,n){var t,a,h,r,i=n.x,o=n.y,l=n.width,c=n.height,d=n.r;0>l&&(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;z<f.length;z++)F&&e.strokeText(f[z],y,_),W&&e.fillText(f[z],y,_),_+=S}function l(t,e,r,i,o){var n=t.__textCotentBlock;(!n||t.__dirty)&&(n=t.__textCotentBlock=C.parseRichText(r,i)),a(t,e,n,i,o)}function a(t,e,r,i,o){var n=r.width,l=r.outerWidth,a=r.outerHeight,f=i.textPadding,u=g(a,i,o),c=u.baseX,w=u.baseY,S=u.textAlign,v=u.textVerticalAlign;d(e,i,o,c,w);var B=C.adjustTextX(c,l,S),m=C.adjustTextY(w,a,v),A=B,p=m;f&&(A+=f[3],p+=f[0]);var k=A+n;h(i)&&s(t,e,i,B,m,l,a);for(var O=0;O<r.lines.length;O++){for(var y,_=r.lines[O],T=_.tokens,b=T.length,P=_.lineHeight,X=_.width,Y=0,F=A,W=k,z=b-1;b>Y&&(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;s<r.length;s++){var h=r[s],u=h[0];(a||n[u]!==o[u])&&(t[u]=i(t,u,n[u]||h[1]))}if((a||n.fill!==o.fill)&&(t.fillStyle=n.fill),(a||n.stroke!==o.stroke)&&(t.strokeStyle=n.stroke),(a||n.opacity!==o.opacity)&&(t.globalAlpha=null==n.opacity?1:n.opacity),(a||n.blend!==o.blend)&&(t.globalCompositeOperation=n.blend||"source-over"),this.hasStroke()){var d=n.lineWidth;t.lineWidth=d/(this.strokeNoScale&&e&&e.getLineScale?e.getLineScale():1)}},hasFill:function(){var t=this.fill;return null!=t&&"none"!==t},hasStroke:function(){var t=this.stroke;return null!=t&&"none"!==t&&this.lineWidth>0},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;s<a.length;s++)r.addColorStop(a[s].offset,a[s].color);return r}};for(var s=a.prototype,h=0;h<r.length;h++){var u=r[h];u[0]in s||(s[u[0]]=u[1])}a.getGradient=s.getGradient;var d=a;l.exports=d});
|
||
;/*!node_modules/zrender/lib/core/guid.js*/
|
||
define("node_modules/zrender/lib/core/guid",function(e,n,r){function o(){return d++}var d=2311;r.exports=o});
|
||
;/*!node_modules/zrender/lib/mixin/Eventful.js*/
|
||
define("node_modules/zrender/lib/mixin/Eventful",function(t,e,r){var n=Array.prototype.slice,h=function(){this._$handlers={}};h.prototype={constructor:h,one:function(t,e,r){var n=this._$handlers;if(!e||!t)return this;n[t]||(n[t]=[]);for(var h=0;h<n[t].length;h++)if(n[t][h].h===e)return this;return n[t].push({h:e,one:!0,ctx:r||this}),this},on:function(t,e,r){var n=this._$handlers;if(!e||!t)return this;n[t]||(n[t]=[]);for(var h=0;h<n[t].length;h++)if(n[t][h].h===e)return this;return n[t].push({h:e,one:!1,ctx:r||this}),this},isSilent:function(t){var e=this._$handlers;return e[t]&&e[t].length},off:function(t,e){var r=this._$handlers;if(!t)return this._$handlers={},this;if(e){if(r[t]){for(var n=[],h=0,i=r[t].length;i>h;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;s<t.length;s++)if(1===i)isNaN(t[s])&&(t[s]=r[s]);else for(var f=0;o>f;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;t<this._clipList.length;t++)this._clipList[t].pause();this._paused=!0},resume:function(){for(var t=0;t<this._clipList.length;t++)this._clipList[t].resume();this._paused=!1},isPaused:function(){return!!this._paused},_doneCallback:function(){this._tracks={},this._clipList.length=0;for(var t=this._doneList,r=t.length,i=0;r>i;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;i<e._onframeList.length;i++)e._onframeList[i](t,r)}}return n||this._doneCallback(),this},stop:function(t){for(var r=this._clipList,i=this.animation,e=0;e<r.length;e++){var n=r[e];t&&n.onframe(this._target,1),i&&i.removeClip(n)}r.length=0},delay:function(t){return this._delay=t,this},done:function(t){return t&&this._doneList.push(t),this},getClips:function(){return this._clipList}};var b=k;i.exports=b});
|
||
;/*!node_modules/zrender/lib/config.js*/
|
||
define("node_modules/zrender/lib/config",function(e,i){var d=1;"undefined"!=typeof window&&(d=Math.max(window.devicePixelRatio||1,1));var n=0,o=d;i.debugMode=n,i.devicePixelRatio=o});
|
||
;/*!node_modules/zrender/lib/core/log.js*/
|
||
define("node_modules/zrender/lib/core/log",function(n,e,o){var r=n("node_modules/zrender/lib/config"),u=r.debugMode,i=function(){};1===u?i=function(){for(var n in arguments)throw new Error(arguments[n])}:u>1&&(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;d<h.length;d++)h[d].done(l).start(e,o)},_animateToShallow:function(i,n,t,e,r){var o={},a=0;for(var s in t)if(t.hasOwnProperty(s))if(null!=n[s])l(t[s])&&!h(t[s])?this._animateToShallow(i?i+"."+s:s,n[s],t[s],e,r):(o[s]=t[s],a++);else if(null!=t[s])if(i){var u={};u[i]={},u[i][s]=t[s],this.attr(u)}else this.attr(s,t[s]);return a>0&&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<t.length;r++)i.animation.addAnimator(t[r]);this.clipPath&&this.clipPath.addSelfToZr(i)},removeSelfFromZr:function(i){this.__zr=null;var t=this.animators;if(t)for(var r=0;r<t.length;r++)i.animation.removeAnimator(t[r]);this.clipPath&&this.clipPath.removeSelfFromZr(i)}},a.mixin(l,s),a.mixin(l,o),a.mixin(l,n);var h=l;r.exports=h});
|
||
;/*!node_modules/zrender/lib/graphic/Displayable.js*/
|
||
define("node_modules/zrender/lib/graphic/Displayable",function(t,e,i){function n(t){t=t||{},o.call(this,t);for(var e in t)t.hasOwnProperty(e)&&"style"!==e&&(this[e]=t[e]);this.style=new s(t.style,this),this._rect=null,this.__clipPaths=[]}var r=t("node_modules/zrender/lib/core/util"),s=t("node_modules/zrender/lib/graphic/Style"),o=t("node_modules/zrender/lib/Element"),l=t("node_modules/zrender/lib/graphic/mixin/RectText");n.prototype={constructor:n,type:"displayable",__dirty:!0,invisible:!1,z:0,z2:0,zlevel:0,draggable:!1,dragging:!1,silent:!1,culling:!1,cursor:"pointer",rectHover:!1,progressive:!1,incremental:!1,inplace:!1,beforeBrush:function(){},afterBrush:function(){},brush:function(){},getBoundingRect:function(){},contain:function(t,e){return this.rectContain(t,e)},traverse:function(t,e){t.call(e,this)},rectContain:function(t,e){var i=this.transformCoordToLocal(t,e),n=this.getBoundingRect();return n.contain(i[0],i[1])},dirty:function(){this.__dirty=!0,this._rect=null,this.__zr&&this.__zr.refresh()},animateStyle:function(t){return this.animate("style",t)},attrKV:function(t,e){"style"!==t?o.prototype.attrKV.call(this,t,e):this.style.set(e)},setStyle:function(t,e){return this.style.set(t,e),this.dirty(!1),this},useStyle:function(t){return this.style=new s(t,this),this.dirty(!1),this}},r.inherits(n,o),r.mixin(n,l);var c=n;i.exports=c});
|
||
;/*!node_modules/zrender/lib/graphic/Image.js*/
|
||
define("node_modules/zrender/lib/graphic/Image",function(e,t,i){function r(e){s.call(this,e)}var s=e("node_modules/zrender/lib/graphic/Displayable"),n=e("node_modules/zrender/lib/core/BoundingRect"),h=e("node_modules/zrender/lib/core/util"),a=e("node_modules/zrender/lib/graphic/helper/image");r.prototype={constructor:r,type:"image",brush:function(e,t){var i=this.style,r=i.image;i.bind(e,this,t);var s=this._image=a.createOrUpdateImage(r,this._image,this,this.onload);if(s&&a.isImageReady(s)){var n=i.x||0,h=i.y||0,l=i.width,d=i.height,o=s.width/s.height;if(null==l&&null!=d?l=d*o:null==d&&null!=l?d=l/o:null==l&&null==d&&(l=s.width,d=s.height),this.setTransform(e),i.sWidth&&i.sHeight){var g=i.sx||0,u=i.sy||0;e.drawImage(s,g,u,i.sWidth,i.sHeight,n,h,l,d)}else if(i.sx&&i.sy){var g=i.sx,u=i.sy,c=l-g,m=d-u;e.drawImage(s,g,u,c,m,n,h,l,d)}else e.drawImage(s,n,h,l,d);null!=i.text&&(this.restoreTransform(e),this.drawRectText(e,this.getBoundingRect()))}},getBoundingRect:function(){var e=this.style;return this._rect||(this._rect=new n(e.x||0,e.y||0,e.width||0,e.height||0)),this._rect}},h.inherits(r,s);var l=r;i.exports=l});
|
||
;/*!node_modules/zrender/lib/graphic/Text.js*/
|
||
define("node_modules/zrender/lib/graphic/Text",function(t,e,r){var i=t("node_modules/zrender/lib/graphic/Displayable"),n=t("node_modules/zrender/lib/core/util"),o=t("node_modules/zrender/lib/contain/text"),l=t("node_modules/zrender/lib/graphic/helper/text"),s=function(t){i.call(this,t)};s.prototype={constructor:s,type:"text",brush:function(t,e){var r=this.style;this.__dirty&&l.normalizeTextStyle(r,!0),r.fill=r.stroke=r.shadowBlur=r.shadowColor=r.shadowOffsetX=r.shadowOffsetY=null;var i=r.text;null!=i&&(i+=""),r.bind(t,this,e),l.needDrawText(i,r)&&(this.setTransform(t),l.renderText(this,t,i,r),this.restoreTransform(t))},getBoundingRect:function(){var t=this.style;if(this.__dirty&&l.normalizeTextStyle(t,!0),!this._rect){var e=t.text;null!=e?e+="":e="";var r=o.getBoundingRect(t.text+"",t.font,t.textAlign,t.textVerticalAlign,t.textPadding,t.rich);if(r.x+=t.x||0,r.y+=t.y||0,l.getStroke(t.textStroke,t.textStrokeWidth)){var i=t.textStrokeWidth;r.x-=i/2,r.y-=i/2,r.width+=i,r.height+=i}this._rect=r}return this._rect}},n.inherits(s,i);var d=s;r.exports=d});
|
||
;/*!node_modules/zrender/lib/core/curve.js*/
|
||
define("node_modules/zrender/lib/core/curve",function(r,e){function t(r){return 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;o<r.length;o++)t=r[o],n=u(n,t[0]),i=m(i,t[0]),c=u(c,t[1]),f=m(f,t[1]);e[0]=n,e[1]=c,a[0]=i,a[1]=f}}function o(r,e,a,o,t,n){t[0]=u(r,a),t[1]=u(e,o),n[0]=m(r,a),n[1]=m(e,o)}function t(r,e,a,o,t,n,i,c,d,v){var b,h=f.cubicExtrema,l=f.cubicAt,s=h(r,a,t,i,M);for(d[0]=1/0,d[1]=1/0,v[0]=-1/0,v[1]=-1/0,b=0;s>b;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;a<t.length;a++)i+=t[a];this._dashSum=i}return this},setLineDashOffset:function(t){return this._dashOffset=t,this},len:function(){return this._len},setData:function(t){var i=t.length;this.data&&this.data.length==i||!D||(this.data=new Float32Array(i));for(var a=0;i>a;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;n<h.length;n++)this.data[s++]=h[n];this._len=s},addData:function(t){if(this._saveData){var i=this.data;this._len+arguments.length>i.length&&(this._expandData(),i=this.data);for(var a=0;a<arguments.length;a++)i[this._len++]=arguments[a];this._prevCmd=t}},_expandData:function(){if(!(this.data instanceof Array)){for(var t=[],i=0;i<this._len;i++)t[i]=this.data[i];this.data=t}},_needsDash:function(){return this._lineDash},_dashedLineTo:function(t,i){var a,s,e=this._dashSum,h=this._dashOffset,n=this._lineDash,r=this._ctx,o=this._xi,_=this._yi,d=t-o,c=i-_,u=m(d*d+c*c),f=o,v=_,b=n.length;for(d/=u,c/=u,0>h&&(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;o<t.length;){var l=t[o++];switch(1==o&&(i=t[o],a=t[o+1],s=i,r=a),l){case _.M:s=t[o++],r=t[o++],i=s,a=r,u[0]=s,u[1]=r,f[0]=s,f[1]=r;break;case _.L:h.fromLine(i,a,t[o],t[o+1],u,f),i=t[o++],a=t[o++];break;case _.C:h.fromCubic(i,a,t[o++],t[o++],t[o++],t[o++],t[o],t[o+1],u,f),i=t[o++],a=t[o++];break;case _.Q:h.fromQuadratic(i,a,t[o++],t[o++],t[o],t[o+1],u,f),i=t[o++],a=t[o++];break;case _.A:var x=t[o++],m=t[o++],y=t[o++],D=t[o++],T=t[o++],g=t[o++]+T,A=(t[o++],1-t[o++]);1==o&&(s=v(T)*y+x,r=b(T)*D+m),h.fromArc(x,m,y,D,T,g,A,u,f),i=v(g)*y+x,a=b(g)*D+m;break;case _.R:s=i=t[o++],r=a=t[o++];var k=t[o++],C=t[o++];h.fromLine(s,r,s+k,r+C,u,f);break;case _.Z:i=s,a=r}e.min(d,d,u),e.max(c,c,f)}return 0===o&&(d[0]=d[1]=c[0]=c[1]=0),new n(d[0],d[1],c[0]-d[0],c[1]-d[1])},rebuildPath:function(t){for(var i,a,s,e,h,n,r=this.data,o=this._ux,d=this._uy,c=this._len,u=0;c>u;){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)<A}function t(){var r=q[0];q[0]=q[1],q[1]=r}function a(r,e,n,a,i,o,c,u,d,f){if(f>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]<q[0]&&k>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?m<q[0]?e>l?z:-z:m<q[1]?l>b?z:-z:b>u?z:-z:m<q[0]?e>l?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]<d?e>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;S<r.length;){var A=r[S++];switch(A===z.M&&S>1&&(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("<zrvml:"+e+' class="zrvml">')}}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<h.lines.length;d++){for(var c=h.lines[d].tokens,p=[],f=0;f<c.length;f++)p.push(c[f].text);s.push(p.join(""))}s=s.join("\n")}var u,g,x=a.textAlign,y=a.textVerticalAlign,_=Z(a.font),b=_.style+" "+_.variant+" "+_.weight+" "+_.size+'px "'+_.family+'"';i=i||n.getBoundingRect(s,b,x,y);var z=this.transform;if(z&&!o&&($.copy(e),$.applyTransform(z),e=$),o)u=e.x,g=e.y;else{var T=a.textPosition,M=a.textDistance;if(T instanceof Array)u=e.x+F(T[0],e.width),g=e.y+F(T[1],e.height),x=x||"left";else{var E=n.adjustTextPositionOnRect(T,e,M);u=E.x,g=E.y,x=x||E.textAlign,y=y||E.textVerticalAlign}}u=n.adjustTextX(u,i.width,x),g=n.adjustTextY(g,i.height,y),g+=i.height/2;var R,k,j,D=m.createNode,V=this._textVmlEl;V?(j=V.firstChild,R=j.nextSibling,k=R.nextSibling):(V=D("line"),R=D("path"),k=D("textpath"),j=D("skew"),k.style["v-text-align"]="left",S(V),R.textpathok=!0,k.on=!0,V.from="0 0",V.to="1000 0.05",C(V,j),C(V,R),C(V,k),this._textVmlEl=V);var I=[u,g],P=V.style;z&&o?(r(I,I,z),j.on=!0,j.matrix=z[0].toFixed(3)+w+z[2].toFixed(3)+w+z[1].toFixed(3)+w+z[3].toFixed(3)+",0,0",j.offset=(v(I[0])||0)+","+(v(I[1])||0),j.origin="0 0",P.left="0px",P.top="0px"):(j.on=!1,P.left=v(u)+"px",P.top=v(g)+"px"),k.string=N(s);try{k.style.font=b}catch(W){}B(V,"fill",{fill:a.textFill,opacity:a.opacity},this),B(V,"stroke",{stroke:a.textStroke,opacity:a.opacity,lineDash:a.lineDash},this),V.style.zIndex=A(this.zlevel,this.z,this.z2),C(t,V)}},K=function(t){D(t,this._textVmlEl),this._textVmlEl=null},te=function(t){C(t,this._textVmlEl)},ee=[s,h,d,p,c],ie=0;ie<ee.length;ie++){var re=ee[ie].prototype;re.drawRectText=J,re.removeRectText=K,re.appendRectText=te}c.prototype.brushVML=function(t){var e=this.style;null!=e.text?this.drawRectText(t,{x:e.x||0,y:e.y||0,width:0,height:0},this.getBoundingRect(),!0):this.removeRectText(t)},c.prototype.onRemove=function(t){this.removeRectText(t)},c.prototype.onAdd=function(t){this.appendRectText(t)}}});
|
||
;/*!node_modules/zrender/lib/mixin/Draggable.js*/
|
||
define("node_modules/zrender/lib/mixin/Draggable",function(t,e,r){function i(){this.on("mousedown",this._dragStart,this),this.on("mousemove",this._drag,this),this.on("mouseup",this._dragEnd,this),this.on("globalout",this._dragEnd,this)}function a(t,e){return{target:t,topTarget:e&&e.topTarget}}i.prototype={constructor:i,_dragStart:function(t){var e=t.target;e&&e.draggable&&(this._draggingTarget=e,e.dragging=!0,this._x=t.offsetX,this._y=t.offsetY,this.dispatchToElement(a(e,t),"dragstart",t.event))},_drag:function(t){var e=this._draggingTarget;if(e){var r=t.offsetX,i=t.offsetY,s=r-this._x,g=i-this._y;this._x=r,this._y=i,e.drift(s,g,t),this.dispatchToElement(a(e,t),"drag",t.event);var n=this.findHover(r,i,e).target,o=this._dropTarget;this._dropTarget=n,e!==n&&(o&&n!==o&&this.dispatchToElement(a(o,t),"dragleave",t.event),n&&n!==o&&this.dispatchToElement(a(n,t),"dragenter",t.event))}},_dragEnd:function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.dispatchToElement(a(e,t),"dragend",t.event),this._dropTarget&&this.dispatchToElement(a(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null}};var s=i;r.exports=s});
|
||
;/*!node_modules/zrender/lib/Handler.js*/
|
||
define("node_modules/zrender/lib/Handler",function(t,e,i){function o(t,e,i){return{type:t,event:i,target:e.target,topTarget:e.topTarget,cancelBubble:!1,offsetX:i.zrX,offsetY:i.zrY,gestureEvent:i.gestureEvent,pinchX:i.pinchX,pinchY:i.pinchY,pinchScale:i.pinchScale,wheelDelta:i.zrDelta,zrByTouch:i.zrByTouch,which:i.which}}function r(){}function n(t,e,i){if(t[t.rectHover?"rectContain":"contain"](e,i)){for(var o,r=t;r;){if(r.clipPath&&!r.clipPath.contain(e,i))return!1;r.silent&&(o=!0),r=r.parent}return o?u:!0}return!1}var s=t("node_modules/zrender/lib/core/util"),h=t("node_modules/zrender/lib/core/vector"),l=t("node_modules/zrender/lib/mixin/Draggable"),a=t("node_modules/zrender/lib/mixin/Eventful"),u="silent";r.prototype.dispose=function(){};var c=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],d=function(t,e,i,o){a.call(this),this.storage=t,this.painter=e,this.painterRoot=o,i=i||new r,this.proxy=null,this._hovered={},this._lastTouchMoment,this._lastX,this._lastY,l.call(this),this.setHandlerProxy(i)};d.prototype={constructor:d,setHandlerProxy:function(t){this.proxy&&this.proxy.dispose(),t&&(s.each(c,function(e){t.on&&t.on(e,this[e],this)},this),t.handler=this),this.proxy=t},mousemove:function(t){var e=t.zrX,i=t.zrY,o=this._hovered,r=o.target;r&&!r.__zr&&(o=this.findHover(o.x,o.y),r=o.target);var n=this._hovered=this.findHover(e,i),s=n.target,h=this.proxy;h.setCursor&&h.setCursor(s?s.cursor:"default"),r&&s!==r&&this.dispatchToElement(o,"mouseout",t),this.dispatchToElement(n,"mousemove",t),s&&s!==r&&this.dispatchToElement(n,"mouseover",t)},mouseout:function(t){this.dispatchToElement(this._hovered,"mouseout",t);var e,i=t.toElement||t.relatedTarget;do i=i&&i.parentNode;while(i&&9!=i.nodeType&&!(e=i===this.painterRoot));!e&&this.trigger("globalout",{event:t})},resize:function(){this._hovered={}},dispatch:function(t,e){var i=this[t];i&&i.call(this,e)},dispose:function(){this.proxy.dispose(),this.storage=this.proxy=this.painter=null},setCursorStyle:function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},dispatchToElement:function(t,e,i){t=t||{};var r=t.target;if(!r||!r.silent){for(var n="on"+e,s=o(e,t,i);r&&(r[n]&&(s.cancelBubble=r[n].call(r,s)),r.trigger(e,s),r=r.parent,!s.cancelBubble););s.cancelBubble||(this.trigger(e,s),this.painter&&this.painter.eachOtherLayer(function(t){"function"==typeof t[n]&&t[n].call(t,s),t.trigger&&t.trigger(e,s)}))}},findHover:function(t,e,i){for(var o=this.storage.getDisplayList(),r={x:t,y:e},s=o.length-1;s>=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<e.length;n++)if(e[n].name===r)return e[n]},childCount:function(){return this._children.length},add:function(r){return r&&r!==this&&r.parent!==this&&(this._children.push(r),this._doAdd(r)),this},addBefore:function(r,e){if(r&&r!==this&&r.parent!==this&&e&&e.parent===this){var n=this._children,t=n.indexOf(e);t>=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<n.length;e++)r=n[e],t&&(t.delFromStorage(r),r instanceof h&&r.delChildrenFromStorage(t)),r.parent=null;return n.length=0,this},eachChild:function(r,e){for(var n=this._children,t=0;t<n.length;t++){var i=n[t];r.call(e,i,t)}return this},traverse:function(r,e){for(var n=0;n<this._children.length;n++){var t=this._children[n];r.call(e,t),"group"===t.type&&t.traverse(r,e)}return this},addChildrenToStorage:function(r){for(var e=0;e<this._children.length;e++){var n=this._children[e];r.addToStorage(n),n instanceof h&&n.addChildrenToStorage(r)}},delChildrenFromStorage:function(r){for(var e=0;e<this._children.length;e++){var n=this._children[e];r.delFromStorage(n),n instanceof h&&n.delChildrenFromStorage(r)}},dirty:function(){return this.__dirty=!0,this.__zr&&this.__zr.refresh(),this},getBoundingRect:function(r){for(var e=null,n=new o(0,0,0,0),t=r||this._children,i=[],h=0;h<t.length;h++){var d=t[h];if(!d.ignore&&!d.invisible){var l=d.getBoundingRect(),s=d.getLocalTransform(i);s?(n.copy(l),n.applyTransform(s),e=e||n.clone(),e.union(n)):(e=e||l.clone(),e.union(l))}}return e||n}},t.inherits(h,i);var d=h;n.exports=d});
|
||
;/*!node_modules/zrender/lib/core/timsort.js*/
|
||
define("node_modules/zrender/lib/core/timsort",function(r,f,e){function i(r){for(var f=0;r>=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]&&r--;else if(c[r]>c[r+1])break;n(r)}}function o(){for(;g>1;){var r=g-2;r>0&&c[r-1]<c[r+1]&&r--,n(r)}}function n(e){var i=s[e],o=c[e],n=s[e+1],l=c[e+1];c[e]=o+l,e===g-3&&(s[e+1]=s[e+2],c[e+1]=c[e+2]),g--;var b=u(r[n],r,i,o,0,f);i+=b,o-=b,0!==o&&(l=t(r[i+o-1],r,n,l,l-1,f),0!==l&&(l>=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;e<this._roots.length;e++)this._roots[e].traverse(t,i)},getDisplayList:function(t,i){return i=i||!1,t&&this.updateDisplayList(i),this._displayList},updateDisplayList:function(t){this._displayListLen=0;for(var i=this._roots,e=this._displayList,r=0,n=i.length;n>r;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;a<n.length;a++){var d=n[a];t.__dirty&&(d.__dirty=!0),this._updateAndAddDisplayable(d,i,e)}t.__dirty=!1}else t.__clipPaths=i,this._displayList[this._displayListLen++]=t}},addRoot:function(t){t.__storage!==this&&(t instanceof n&&t.addChildrenToStorage(this),this.addToStorage(t),this._roots.push(t))},delRoot:function(t){if(null==t){for(var i=0;i<this._roots.length;i++){var e=this._roots[i];e instanceof n&&e.delChildrenFromStorage(this)}return this._roots=[],this._displayList=[],void(this._displayListLen=0)}if(t instanceof Array)for(var i=0,s=t.length;s>i;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<e.length;i++)if(e[i]!==t[i])return!0}function o(e,t){for(var i=0;i<e.length;i++){var r=e[i];r.setTransform(t),t.beginPath(),r.buildPath(t,r.shape),t.clip(),r.restoreTransform(t)}}function l(e,t){var i=document.createElement("div");return i.style.cssText=["position:relative","overflow:hidden","width:"+e+"px","height:"+t+"px","padding:0","margin:0","border-width:0"].join(";")+";",i}var h=e("node_modules/zrender/lib/config"),_=h.devicePixelRatio,d=e("node_modules/zrender/lib/core/util"),u=e("node_modules/zrender/lib/core/log"),c=e("node_modules/zrender/lib/core/BoundingRect"),f=e("node_modules/zrender/lib/core/timsort"),v=e("node_modules/zrender/lib/Layer"),g=e("node_modules/zrender/lib/animation/requestAnimationFrame"),p=e("node_modules/zrender/lib/graphic/Image"),y=e("node_modules/zrender/lib/core/env"),m=1e5,w=314159,x=.01,L=.001,C=new c(0,0,0,0),b=new c(0,0,0,0),z=function(e,t,i){this.type="canvas";var r=!e.nodeName||"CANVAS"===e.nodeName.toUpperCase();this._opts=i=d.extend({},i||{}),this.dpr=i.devicePixelRatio||_,this._singleCanvas=r,this.root=e;var n=e.style;n&&(n["-webkit-tap-highlight-color"]="transparent",n["-webkit-user-select"]=n["user-select"]=n["-webkit-touch-callout"]="none",e.innerHTML=""),this.storage=t;var s=this._zlevelList=[],a=this._layers={};if(this._layerConfig={},this._needsManuallyCompositing=!1,r){var o=e.width,h=e.height;null!=i.width&&(o=i.width),null!=i.height&&(h=i.height),this.dpr=i.devicePixelRatio||1,e.width=o*this.dpr,e.height=h*this.dpr,this._width=o,this._height=h;var u=new v(e,this,this.dpr);u.__builtin__=!0,u.initContext(),a[w]=u,u.zlevel=w,s.push(w),this._domRoot=e}else{this._width=this._getSize(0),this._height=this._getSize(1);var c=this._domRoot=l(this._width,this._height);e.appendChild(c)}this._hoverlayer=null,this._hoverElements=[]};z.prototype={constructor:z,getType:function(){return"canvas"},isSingleCanvas:function(){return this._singleCanvas},getViewportRoot:function(){return this._domRoot},getViewportRootOffset:function(){var e=this.getViewportRoot();return e?{offsetLeft:e.offsetLeft||0,offsetTop:e.offsetTop||0}:void 0},refresh:function(e){var t=this.storage.getDisplayList(!0),i=this._zlevelList;this._redrawId=Math.random(),this._paintList(t,e,this._redrawId);for(var r=0;r<i.length;r++){var n=i[r],s=this._layers[n];if(!s.__builtin__&&s.refresh){var a=0===r?this._backgroundColor:null;s.refresh(a)}}return this.refreshHover(),this},addHover:function(e,t){if(!e.__hoverMir){var i=new e.constructor({style:e.style,shape:e.shape});i.__from=e,e.__hoverMir=i,i.setStyle(t),this._hoverElements.push(i)}},removeHover:function(e){var t=e.__hoverMir,i=this._hoverElements,r=d.indexOf(i,t);r>=0&&i.splice(r,1),e.__hoverMir=null},clearHover:function(){for(var e=this._hoverElements,t=0;t<e.length;t++){var i=e[t].__from;i&&(i.__hoverMir=null)}e.length=0},refreshHover:function(){var e=this._hoverElements,t=e.length,i=this._hoverlayer;if(i&&i.clear(),t){f(e,this.storage.displayableSortFunc),i||(i=this._hoverlayer=this.getLayer(m));var r={};i.ctx.save();for(var n=0;t>n;){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;r<this._zlevelList.length;r++){var n=this._zlevelList[r],s=this._layers[n];s.__builtin__&&s!==this._hoverlayer&&(s.__dirty||t)&&i.push(s)}for(var a=!0,o=0;o<i.length;o++){var s=i[o],l=s.ctx,h={};l.save();var _=t?s.__startIndex:s.__drawIndex,u=!t&&s.incremental&&Date.now,c=u&&Date.now(),f=s.zlevel===this._zlevelList[0]?this._backgroundColor:null;if(s.__startIndex===s.__endIndex)s.clear(!1,f);else if(_===s.__startIndex){var v=e[_];v.incremental&&v.notClear&&!t||s.clear(!1,f)}-1===_&&(console.error("For some unknown reason. drawIndex is -1"),_=s.__startIndex);for(var g=_;g<s.__endIndex;g++){var p=e[g];if(this._doPaintEl(p,s,t,h),p.__dirty=!1,u){var m=Date.now()-c;if(m>15)break}}s.__drawIndex=g,s.__drawIndex<s.__endIndex&&(a=!1),h.prevElClipPaths&&l.restore(),l.restore()}return y.wxa&&d.each(this._layers,function(e){e&&e.ctx&&e.ctx.draw&&e.ctx.draw()}),a},_doPaintEl:function(e,t,i,r){var n=t.ctx,l=e.transform;if(!(!t.__dirty&&!i||e.invisible||0===e.style.opacity||l&&!l[0]&&!l[3]||e.culling&&s(e,this._width,this._height))){var h=e.__clipPaths;(!r.prevElClipPaths||a(h,r.prevElClipPaths))&&(r.prevElClipPaths&&(t.ctx.restore(),r.prevElClipPaths=null,r.prevEl=null),h&&(n.save(),o(h,n),r.prevElClipPaths=h)),e.beforeBrush&&e.beforeBrush(n),e.brush(n,r.prevEl||null),r.prevEl=e,e.afterBrush&&e.afterBrush(n)}},getLayer:function(e,t){this._singleCanvas&&!this._needsManuallyCompositing&&(e=w);var i=this._layers[e];return i||(i=new v("zr_"+e,this,this.dpr),i.zlevel=e,i.__builtin__=!0,this._layerConfig[e]&&d.merge(i,this._layerConfig[e],!0),t&&(i.virtual=t),this.insertLayer(e,i),i.initContext()),i},insertLayer:function(e,t){var i=this._layers,r=this._zlevelList,s=r.length,a=null,o=-1,l=this._domRoot;if(i[e])return void u("ZLevel "+e+" has been used already");if(!n(t))return void u("Layer of zlevel "+e+" is not valid");if(s>0&&e>r[0]){for(o=0;s-1>o&&!(r[o]<e&&r[o+1]>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;r<n.length;r++)i=n[r],e.call(t,this._layers[i],i)},eachBuiltinLayer:function(e,t){var i,r,n,s=this._zlevelList;for(n=0;n<s.length;n++)r=s[n],i=this._layers[r],i.__builtin__&&e.call(t,i,r)},eachOtherLayer:function(e,t){var i,r,n,s=this._zlevelList;for(n=0;n<s.length;n++)r=s[n],i=this._layers[r],i.__builtin__||e.call(t,i,r)},getLayers:function(){return this._layers},_updateLayerStatus:function(e){function t(e){n&&(n.__endIndex!==e&&(n.__dirty=!0),n.__endIndex=e)}if(this.eachBuiltinLayer(function(e){e.__dirty=e.__used=!1}),this._singleCanvas)for(var i=1;i<e.length;i++){var r=e[i];if(r.zlevel!==e[i-1].zlevel||r.incremental){this._needsManuallyCompositing=!0;break}}for(var n=null,s=0,i=0;i<e.length;i++){var a,r=e[i],o=r.zlevel;r.incremental?(a=this.getLayer(o+L,this._needsManuallyCompositing),a.incremental=!0,s=1):a=this.getLayer(o+(s>0?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<this._zlevelList.length;r++){var n=this._zlevelList[r];if(n===e||n===e+x){var s=this._layers[n];d.merge(s,i[e],!0)}}}},delLayer:function(e){var t=this._layers,i=this._zlevelList,r=t[e];r&&(r.dom.parentNode.removeChild(r.dom),delete t[e],i.splice(d.indexOf(i,e),1))},resize:function(e,t){if(this._domRoot.style){var i=this._domRoot;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||t!=this._height){i.style.width=e+"px",i.style.height=t+"px";for(var n in this._layers)this._layers.hasOwnProperty(n)&&this._layers[n].resize(e,t);d.each(this._progressiveLayers,function(i){i.resize(e,t)}),this.refresh(!0)}this._width=e,this._height=t}else{if(null==e||null==t)return;this._width=e,this._height=t,this.getLayer(w).resize(e,t)}return this},clearLayer:function(e){var t=this._layers[e];t&&t.clear()},dispose:function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},getRenderedCanvas:function(e){if(e=e||{},this._singleCanvas&&!this._compositeManually)return this._layers[w].dom;var t=new v("image",this,e.pixelRatio||this.dpr);if(t.initContext(),t.clear(!1,e.backgroundColor||this._backgroundColor),e.pixelRatio<=this.dpr){this.refresh();var i=t.dom.width,r=t.dom.height,n=t.ctx;this.eachLayer(function(e){e.__builtin__?n.drawImage(e.dom,0,0,i,r):e.renderToCanvas&&(t.ctx.save(),e.renderToCanvas(t.ctx),t.ctx.restore())})}else for(var s={},a=this.storage.getDisplayList(!0),o=0;o<a.length;o++){var l=a[o];this._doPaintEl(l,t,!0,s)}return t.dom},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],s=["paddingLeft","paddingTop"][e],a=["paddingRight","paddingBottom"][e];if(null!=t[i]&&"auto"!==t[i])return parseFloat(t[i]);var o=this.root,l=document.defaultView.getComputedStyle(o);return(o[n]||r(l[i])||r(o.style[i]))-(r(l[s])||0)-(r(l[a])||0)|0},pathToImage:function(e,t){t=t||this.dpr;var i=document.createElement("canvas"),r=i.getContext("2d"),n=e.getBoundingRect(),s=e.style,a=s.shadowBlur*t,o=s.shadowOffsetX*t,l=s.shadowOffsetY*t,h=s.hasStroke()?s.lineWidth:0,_=Math.max(h/2,-o+a),d=Math.max(h/2,o+a),u=Math.max(h/2,-l+a),c=Math.max(h/2,l+a),f=n.width+_+d,v=n.height+u+c;i.width=f*t,i.height=v*t,r.scale(t,t),r.clearRect(0,0,f,v),r.dpr=t;var g={position:e.position,rotation:e.rotation,scale:e.scale};e.position=[_-n.x,u-n.y],e.rotation=0,e.scale=[1,1],e.updateTransform(),e&&e.brush(r);var y=p,m=new y({style:{x:0,y:0,image:i}});return null!=g.position&&(m.position=e.position=g.position),null!=g.rotation&&(m.rotation=e.rotation=g.rotation),null!=g.scale&&(m.scale=e.scale=g.scale),m}};var I=z;i.exports=I});
|
||
;/*!node_modules/zrender/lib/core/event.js*/
|
||
define("node_modules/zrender/lib/core/event",function(e,n){function t(e){return e.getBoundingClientRect?e.getBoundingClientRect():{left:0,top:0}}function r(e,n,t,r){return t=t||{},r||!d.canvasSupported?o(e,n,t):d.browser.firefox&&null!=n.layerX&&n.layerX!==n.offsetX?(t.zrX=n.layerX,t.zrY=n.layerY):null!=n.offsetX?(t.zrX=n.offsetX,t.zrY=n.offsetY):o(e,n,t),t}function o(e,n,r){var o=t(e);r.zrX=n.clientX-o.left,r.zrY=n.clientY-o.top}function i(e,n,t){if(n=n||window.event,null!=n.zrX)return n;var o=n.type,i=o&&o.indexOf("touch")>=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<i.length;e++)this.addClip(i[e])},removeClip:function(t){var i=n.indexOf(this._clips,t);i>=0&&this._clips.splice(i,1)},removeAnimator:function(t){for(var i=t.getClips(),e=0;e<i.length;e++)this.removeClip(i[e]);t.animation=null},_update:function(){for(var t=(new Date).getTime()-this._pausedTime,i=t-this._time,e=this._clips,n=e.length,s=[],a=[],r=0;n>r;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._lastTouchMoment<g&&b.click.call(this,e),r(this)},pointerdown:function(e){b.mousedown.call(this,e)},pointermove:function(e){u(e)||b.mousemove.call(this,e)},pointerup:function(e){b.mouseup.call(this,e)},pointerout:function(e){u(e)||b.mouseout.call(this,e)}};a.each(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(e){b[e]=function(t){t=d(this.dom,t),this.trigger(e,t)}});var y=c.prototype;y.dispose=function(){for(var e=_.concat(T),t=0;t<e.length;t++){var o=e[t];m(this.dom,n(o),this._handlers[o])}},y.setCursor=function(e){this.dom.style&&(this.dom.style.cursor=e||"default")},a.mixin(c,f);var E=c;o.exports=E});
|
||
;/*!node_modules/zrender/lib/zrender.js*/
|
||
define("node_modules/zrender/lib/zrender",function(e,r){function t(e,r){var t=new _(h(),e,r);return g[t.id]=t,t}function i(e){if(e)e.dispose();else{for(var r in g)g.hasOwnProperty(r)&&g[r].dispose();g={}}return this}function n(e){return g[e]}function o(e,r){p[e]=r}function s(e){delete g[e]}var h=e("node_modules/zrender/lib/core/guid"),a=e("node_modules/zrender/lib/core/env"),d=e("node_modules/zrender/lib/core/util"),f=e("node_modules/zrender/lib/Handler"),l=e("node_modules/zrender/lib/Storage"),u=e("node_modules/zrender/lib/Painter"),c=e("node_modules/zrender/lib/animation/Animation"),v=e("node_modules/zrender/lib/dom/HandlerProxy"),m=!a.canvasSupported,p={canvas:u},g={},H="4.0.4",_=function(e,r,t){t=t||{},this.dom=r,this.id=e;var i=this,n=new l,o=t.renderer;if(m){if(!p.vml)throw new Error("You need to require 'zrender/vml/vml' to support IE8");o="vml"}else o&&p[o]||(o="canvas");var s=new p[o](r,n,t,e);this.storage=n,this.painter=s;var h=a.node||a.worker?null:new v(s.getViewportRoot());this.handler=new f(n,s,h,s.root),this.animation=new c({stage:{update:d.bind(this.flush,this)}}),this.animation.start(),this._needsRefresh;var u=n.delFromStorage,g=n.addToStorage;n.delFromStorage=function(e){u.call(n,e),e&&e.removeSelfFromZr(i)},n.addToStorage=function(e){g.call(n,e),e.addSelfToZr(i)}};_.prototype={constructor:_,getId:function(){return this.id},add:function(e){this.storage.addRoot(e),this._needsRefresh=!0},remove:function(e){this.storage.delRoot(e),this._needsRefresh=!0},configLayer:function(e,r){this.painter.configLayer&&this.painter.configLayer(e,r),this._needsRefresh=!0},setBackgroundColor:function(e){this.painter.setBackgroundColor&&this.painter.setBackgroundColor(e),this._needsRefresh=!0},refreshImmediately:function(){this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1},refresh:function(){this._needsRefresh=!0},flush:function(){var e;this._needsRefresh&&(e=!0,this.refreshImmediately()),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately()),e&&this.trigger("rendered")},addHover:function(e,r){this.painter.addHover&&(this.painter.addHover(e,r),this.refreshHover())},removeHover:function(e){this.painter.removeHover&&(this.painter.removeHover(e),this.refreshHover())},clearHover:function(){this.painter.clearHover&&(this.painter.clearHover(),this.refreshHover())},refreshHover:function(){this._needsRefreshHover=!0},refreshHoverImmediately:function(){this._needsRefreshHover=!1,this.painter.refreshHover&&this.painter.refreshHover()},resize:function(e){e=e||{},this.painter.resize(e.width,e.height),this.handler.resize()},clearAnimation:function(){this.animation.clear()},getWidth:function(){return this.painter.getWidth()},getHeight:function(){return this.painter.getHeight()},pathToImage:function(e,r){return this.painter.pathToImage(e,r)},setCursorStyle:function(e){this.handler.setCursorStyle(e)},findHover:function(e,r){return this.handler.findHover(e,r)},on:function(e,r,t){this.handler.on(e,r,t)},off:function(e,r){this.handler.off(e,r)},trigger:function(e,r){this.handler.trigger(e,r)},clear:function(){this.storage.delRoot(),this.painter.clear()},dispose:function(){this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,s(this.id)}},r.version=H,r.init=t,r.dispose=i,r.getInstance=n,r.registerPainter=o});
|
||
;/*!node_modules/zrender/lib/vml/Painter.js*/
|
||
define("node_modules/zrender/lib/vml/Painter",function(t,e,i){function o(t){return parseInt(t,10)}function r(t,e){h.initVML(),this.root=t,this.storage=e;var i=document.createElement("div"),o=document.createElement("div");i.style.cssText="display:inline-block;overflow:hidden;position:relative;width:300px;height:150px;",o.style.cssText="position:absolute;left:0;top:0;",t.appendChild(i),this._vmlRoot=o,this._vmlViewport=i,this.resize();var r=e.delFromStorage,n=e.addToStorage;e.delFromStorage=function(t){r.call(e,t),t&&t.onRemove&&t.onRemove(o)},e.addToStorage=function(t){t.onAdd&&t.onAdd(o),n.call(e,t)},this._firstPaint=!0}function n(t){return function(){s('In IE8.0 VML mode painter not support method "'+t+'"')}}var s=t("node_modules/zrender/lib/core/log"),h=t("node_modules/zrender/lib/vml/core"),a=t("node_modules/zrender/lib/core/util"),l=a.each;r.prototype={constructor:r,getType:function(){return"vml"},getViewportRoot:function(){return this._vmlViewport},getViewportRootOffset:function(){var t=this.getViewportRoot();return t?{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}:void 0},refresh:function(){var t=this.storage.getDisplayList(!0,!0);this._paintList(t)},_paintList:function(t){for(var e=this._vmlRoot,i=0;i<t.length;i++){var o=t[i];o.invisible||o.ignore?(o.__alreadyNotVisible||o.onRemove(e),o.__alreadyNotVisible=!0):(o.__alreadyNotVisible&&o.onAdd(e),o.__alreadyNotVisible=!1,o.__dirty&&(o.beforeBrush&&o.beforeBrush(),(o.brushVML||o.brush).call(o,e),o.afterBrush&&o.afterBrush())),o.__dirty=!1}this._firstPaint&&(this._vmlViewport.appendChild(e),this._firstPaint=!1)},resize:function(t,e){var t=null==t?this._getWidth():t,e=null==e?this._getHeight():e;if(this._width!=t||this._height!=e){this._width=t,this._height=e;var i=this._vmlViewport.style;i.width=t+"px",i.height=e+"px"}},dispose:function(){this.root.innerHTML="",this._vmlRoot=this._vmlViewport=this.storage=null},getWidth:function(){return this._width},getHeight:function(){return this._height},clear:function(){this._vmlViewport&&this.root.removeChild(this._vmlViewport)},_getWidth:function(){var t=this.root,e=t.currentStyle;return(t.clientWidth||o(e.width))-o(e.paddingLeft)-o(e.paddingRight)|0},_getHeight:function(){var t=this.root,e=t.currentStyle;return(t.clientHeight||o(e.height))-o(e.paddingTop)-o(e.paddingBottom)|0}},l(["getLayer","insertLayer","eachLayer","eachBuiltinLayer","eachOtherLayer","getLayers","modLayer","delLayer","clearLayer","toDataURL","pathToImage"],function(t){r.prototype[t]=n(t)});var d=r;i.exports=d});
|
||
;/*!node_modules/zrender/lib/vml/vml.js*/
|
||
define("node_modules/zrender/lib/vml/vml",function(e){e("node_modules/zrender/lib/vml/graphic");var r=e("node_modules/zrender/lib/zrender"),d=r.registerPainter,n=e("node_modules/zrender/lib/vml/Painter");d("vml",n)});
|
||
;/*!node_modules/zrender/lib/svg/core.js*/
|
||
define("node_modules/zrender/lib/svg/core",function(e,n){function t(e){return document.createElementNS(r,e)}var r="http://www.w3.org/2000/svg";n.createElement=t});
|
||
;/*!node_modules/zrender/lib/svg/graphic.js*/
|
||
define("node_modules/zrender/lib/svg/graphic",function(t,e){function r(t){return L(1e4*t)/1e4}function n(t){return A>t&&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(;F<N.length;F++)a.removeChild(N[F]);N.length=T,t.__text=i,t.__textFont=y}else if(t.__tspanList.length)for(var D=t.__tspanList.length,F=0;D>F;++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<s+i.count;c++)u.push(c);i.indices=u,s+=i.count}else{for(var u=[],c=r;c<r+i.count;c++)u.push(c);i.indices=u,r+=i.count,i.added||(s+=i.count)}}return o}function s(n){return{newPos:n.newPos,components:n.components.slice(0)}}function i(n,o,e){return u.diff(n,o,e)}t.prototype={diff:function(n,o,e){function t(){for(var e=-1*f;f>=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<u,p=v&&h>=0&&c>h;if(m||p){if(!m||p&&d.newPos<v.newPos?(t=s(v),i.pushComponent(t.components,void 0,!0)):(t=d,t.newPos++,i.pushComponent(t.components,!0,void 0)),h=i.extractCommon(t,o,n,e),t.newPos+1>=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<o.length;m++)h.push(m);return[{indices:h,count:o.length}]}for(;d>=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<v.length;t++){var _=v[t];if(_.removed)for(var m=0;m<_.count;m++){var g=r[_.indices[m]],p=l(g),w=d(g);h(i,p),h(i,w)}}for(t=0;t<v.length;t++){var _=v[t];if(_.added)for(var m=0;m<_.count;m++){var g=u[_.indices[m]],p=l(g),w=d(g);c?s(i,p,c):o(i,p),p?s(i,w,p):c?s(i,w,c):o(i,w),s(i,w,p),c=w||p||c,this.gradientManager.addWithoutUpdate(p,g),this.shadowManager.addWithoutUpdate(c,g),this.clipPathManager.markUsed(g)}else if(!_.removed)for(var m=0;m<_.count;m++){var g=u[_.indices[m]];c=p=d(g)||l(g)||c,this.gradientManager.markUsed(g),this.gradientManager.addWithoutUpdate(p,g),this.shadowManager.markUsed(g),this.shadowManager.addWithoutUpdate(p,g),this.clipPathManager.markUsed(g)}}this.gradientManager.removeUnused(),this.clipPathManager.removeUnused(),this.shadowManager.removeUnused(),this._visibleList=u},_getDefs:function(e){var t=this._svgRoot,i=this._svgRoot.getElementsByTagName("defs");if(0===i.length){if(e){var i=t.insertBefore(f("defs"),t.firstChild);return i.contains||(i.contains=function(e){var t=i.children;if(!t)return!1;for(var r=t.length-1;r>=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;n<h.length;){switch(a=h[n++],t=n,o=0,a){case k:o=1;break;case u:o=1;break;case m:o=3;break;case p:o=2;break;case M:var z=r[4],P=r[5],_=l(r[0]*r[0]+r[1]*r[1]),x=l(r[2]*r[2]+r[3]*r[3]),y=b(-r[1]/x,r[0]/_);h[n]*=_,h[n++]+=z,h[n]*=x,h[n++]+=P,h[n++]*=_,h[n++]*=x,h[n++]+=y,h[n++]+=y,n+=2,t=n;break;case v:i[0]=h[n++],i[1]=h[n++],s(i,i,r),h[t++]=i[0],h[t++]=i[1],i[0]+=h[n++],i[1]+=h[n++],s(i,i,r),h[t++]=i[0],h[t++]=i[1]}for(f=0;o>f;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;e<h.length;e++)r=r.replace(new RegExp(h[e],"g"),"|"+h[e]);var n,d=r.split("|"),c=0,s=0,o=new i,l=i.CMD;for(e=1;e<d.length;e++){var u,b=d[e],f=b.charAt(0),p=0,v=b.slice(1).replace(/e,-/g,"e-").split(",");v.length>0&&""===v[0]&&v.shift();for(var D=0;D<v.length;D++)v[D]=parseFloat(v[D]);for(;p<v.length&&!isNaN(v[p])&&!isNaN(v[0]);){var g,P,k,m,C,M,L,x=c,Q=s;switch(f){case"l":c+=v[p++],s+=v[p++],u=l.L,o.addData(u,c,s);break;case"L":c=v[p++],s=v[p++],u=l.L,o.addData(u,c,s);break;case"m":c+=v[p++],s+=v[p++],u=l.M,o.addData(u,c,s),f="l";break;case"M":c=v[p++],s=v[p++],u=l.M,o.addData(u,c,s),f="L";break;case"h":c+=v[p++],u=l.L,o.addData(u,c,s);break;case"H":c=v[p++],u=l.L,o.addData(u,c,s);break;case"v":s+=v[p++],u=l.L,o.addData(u,c,s);break;case"V":s=v[p++],u=l.L,o.addData(u,c,s);break;case"C":u=l.C,o.addData(u,v[p++],v[p++],v[p++],v[p++],v[p++],v[p++]),c=v[p-2],s=v[p-1];break;case"c":u=l.C,o.addData(u,v[p++]+c,v[p++]+s,v[p++]+c,v[p++]+s,v[p++]+c,v[p++]+s),c+=v[p-2],s+=v[p-1];break;case"S":g=c,P=s;var y=o.len(),z=o.data;n===l.C&&(g+=c-z[y-4],P+=s-z[y-3]),u=l.C,x=v[p++],Q=v[p++],c=v[p++],s=v[p++],o.addData(u,g,P,x,Q,c,s);break;case"s":g=c,P=s;var y=o.len(),z=o.data;n===l.C&&(g+=c-z[y-4],P+=s-z[y-3]),u=l.C,x=c+v[p++],Q=s+v[p++],c+=v[p++],s+=v[p++],o.addData(u,g,P,x,Q,c,s);break;case"Q":x=v[p++],Q=v[p++],c=v[p++],s=v[p++],u=l.Q,o.addData(u,x,Q,c,s);break;case"q":x=v[p++]+c,Q=v[p++]+s,c+=v[p++],s+=v[p++],u=l.Q,o.addData(u,x,Q,c,s);break;case"T":g=c,P=s;var y=o.len(),z=o.data;n===l.Q&&(g+=c-z[y-4],P+=s-z[y-3]),c=v[p++],s=v[p++],u=l.Q,o.addData(u,g,P,c,s);break;case"t":g=c,P=s;var y=o.len(),z=o.data;n===l.Q&&(g+=c-z[y-4],P+=s-z[y-3]),c+=v[p++],s+=v[p++],u=l.Q,o.addData(u,g,P,c,s);break;case"A":k=v[p++],m=v[p++],C=v[p++],M=v[p++],L=v[p++],x=c,Q=s,c=v[p++],s=v[p++],u=l.A,t(x,Q,c,s,M,L,k,m,C,u,o);break;case"a":k=v[p++],m=v[p++],C=v[p++],M=v[p++],L=v[p++],x=c,Q=s,c+=v[p++],s+=v[p++],u=l.A,t(x,Q,c,s,M,L,k,m,C,u,o)}}("z"===f||"Z"===f)&&(u=l.Z,o.addData(u)),n=u}return o.toStatic(),o}function n(a,e){var t=r(a);return e=e||{},e.buildPath=function(a){if(a.setData){a.setData(t.data);var e=a.getContext();e&&a.rebuildPath(e)}else{var e=a;t.rebuildPath(e)}},e.applyTransform=function(a){l(t,a),this.dirty(!0)},e}function d(a,e){return new o(n(a,e))}function c(a,e){return o.extend(n(a,e))}function s(a,e){for(var t=[],r=a.length,n=0;r>n;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]<a[1]*e[0]?-1:1)*Math.acos(D(a,e))};e.createFromString=d,e.extendFromString=c,e.mergePath=s});
|
||
;/*!node_modules/zrender/lib/graphic/shape/Circle.js*/
|
||
define("node_modules/zrender/lib/graphic/shape/Circle",function(e,c,r){var i=e("node_modules/zrender/lib/graphic/Path"),n=i.extend({type:"circle",shape:{cx:0,cy:0,r:0},buildPath:function(e,c,r){r&&e.moveTo(c.cx+c.r,c.cy),e.arc(c.cx,c.cy,c.r,0,2*Math.PI,!0)}});r.exports=n});
|
||
;/*!node_modules/zrender/lib/graphic/helper/fixClipWithShadow.js*/
|
||
define("node_modules/zrender/lib/graphic/helper/fixClipWithShadow",function(e,r,t){function o(e){return i.browser.ie&&i.browser.version>=11?function(){var r,t=this.__clipPaths,o=this.style;if(t)for(var i=0;i<t.length;i++){var s=t[i],h=s&&s.shape,a=s&&s.type;if(h&&("sector"===a&&h.startAngle===h.endAngle||"rect"===a&&(!h.width||!h.height))){for(var l=0;l<n.length;l++)n[l][2]=o[n[l][0]],o[n[l][0]]=n[l][1];r=!0;break}}if(e.apply(this,arguments),r)for(var l=0;l<n.length;l++)o[n[l][0]]=n[l][2]}:e}var i=e("node_modules/zrender/lib/core/env"),n=[["shadowBlur",0],["shadowColor","#000"],["shadowOffsetX",0],["shadowOffsetY",0]];t.exports=o});
|
||
;/*!node_modules/zrender/lib/graphic/shape/Sector.js*/
|
||
define("node_modules/zrender/lib/graphic/shape/Sector",function(e,r,a){var t=e("node_modules/zrender/lib/graphic/Path"),o=e("node_modules/zrender/lib/graphic/helper/fixClipWithShadow"),n=t.extend({type:"sector",shape:{cx:0,cy:0,r0:0,r:0,startAngle:0,endAngle:2*Math.PI,clockwise:!0},brush:o(t.prototype.brush),buildPath:function(e,r){var a=r.cx,t=r.cy,o=Math.max(r.r0||0,0),n=Math.max(r.r,0),c=r.startAngle,h=r.endAngle,i=r.clockwise,l=Math.cos(c),s=Math.sin(c);e.moveTo(l*o+a,s*o+t),e.lineTo(l*n+a,s*n+t),e.arc(a,t,n,c,h,!i),e.lineTo(Math.cos(h)*o+a,Math.sin(h)*o+t),0!==o&&e.arc(a,t,o,h,c,i),e.closePath()}});a.exports=n});
|
||
;/*!node_modules/zrender/lib/graphic/shape/Ring.js*/
|
||
define("node_modules/zrender/lib/graphic/shape/Ring",function(e,r,n){var a=e("node_modules/zrender/lib/graphic/Path"),o=a.extend({type:"ring",shape:{cx:0,cy:0,r:0,r0:0},buildPath:function(e,r){var n=r.cx,a=r.cy,o=2*Math.PI;e.moveTo(n+r.r,a),e.arc(n,a,r.r,0,o,!1),e.moveTo(n+r.r0,a),e.arc(n,a,r.r0,0,o,!0)}});n.exports=o});
|
||
;/*!node_modules/zrender/lib/graphic/helper/smoothSpline.js*/
|
||
define("node_modules/zrender/lib/graphic/helper/smoothSpline",function(r,e,n){function o(r,e,n,o,t,a,i){var d=.5*(n-r),l=.5*(o-e);return(2*(e-n)+d+l)*i+(-3*(e-n)-2*d-l)*a+d*t+e}function t(r,e){for(var n=r.length,t=[],a=0,d=1;n>d;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;e<h.length;e++)t=t||h[e].__dirtyPath;this.__dirtyPath=t,this.__dirty=this.__dirty||t},beforeBrush:function(){this._updatePathDirty();for(var t=this.shape.paths||[],h=this.getGlobalScale(),e=0;e<t.length;e++)t[e].path||t[e].createPathProxy(),t[e].path.setScale(h[0],h[1])},buildPath:function(t,h){for(var e=h.paths||[],a=0;a<e.length;a++)e[a].buildPath(t,e[a].shape,!0)},afterBrush:function(){for(var t=this.shape.paths||[],h=0;h<t.length;h++)t[h].__dirtyPath=!1},getBoundingRect:function(){return this._updatePathDirty(),a.prototype.getBoundingRect.call(this)}});e.exports=i});
|
||
;/*!node_modules/zrender/lib/graphic/LinearGradient.js*/
|
||
define("node_modules/zrender/lib/graphic/LinearGradient",function(e,i,n){var l=e("node_modules/zrender/lib/core/util"),r=e("node_modules/zrender/lib/graphic/Gradient"),t=function(e,i,n,l,t,o){this.x=null==e?0:e,this.y=null==i?0:i,this.x2=null==n?1:n,this.y2=null==l?0:l,this.type="linear",this.global=o||!1,r.call(this,t)};t.prototype={constructor:t},l.inherits(t,r);var o=t;n.exports=o});
|
||
;/*!node_modules/zrender/lib/graphic/RadialGradient.js*/
|
||
define("node_modules/zrender/lib/graphic/RadialGradient",function(e,i,r){var l=e("node_modules/zrender/lib/core/util"),n=e("node_modules/zrender/lib/graphic/Gradient"),t=function(e,i,r,l,t){this.x=null==e?.5:e,this.y=null==i?.5:i,this.r=null==r?.5:r,this.type="radial",this.global=t||!1,n.call(this,l)};t.prototype={constructor:t},l.inherits(t,n);var o=t;r.exports=o});
|
||
;/*!node_modules/zrender/lib/graphic/IncrementalDisplayable.js*/
|
||
define("node_modules/zrender/lib/graphic/IncrementalDisplayable",function(r,s,t){function e(r){l.call(this,r),this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.notClear=!0}var a=r("node_modules/zrender/lib/core/util"),i=a.inherits,l=r("node_modules/zrender/lib/graphic/Displayable"),o=r("node_modules/zrender/lib/core/BoundingRect");e.prototype.incremental=!0,e.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.dirty(),this.notClear=!1},e.prototype.addDisplayable=function(r,s){s?this._temporaryDisplayables.push(r):this._displayables.push(r),this.dirty()},e.prototype.addDisplayables=function(r,s){s=s||!1;for(var t=0;t<r.length;t++)this.addDisplayable(r[t],s)},e.prototype.eachPendingDisplayable=function(r){for(var s=this._cursor;s<this._displayables.length;s++)r&&r(this._displayables[s]);for(var s=0;s<this._temporaryDisplayables.length;s++)r&&r(this._temporaryDisplayables[s])},e.prototype.update=function(){this.updateTransform();for(var r=this._cursor;r<this._displayables.length;r++){var s=this._displayables[r];s.parent=this,s.update(),s.parent=null}for(var r=0;r<this._temporaryDisplayables.length;r++){var s=this._temporaryDisplayables[r];s.parent=this,s.update(),s.parent=null}},e.prototype.brush=function(r){for(var s=this._cursor;s<this._displayables.length;s++){var t=this._displayables[s];t.beforeBrush&&t.beforeBrush(r),t.brush(r,s===this._cursor?null:this._displayables[s-1]),t.afterBrush&&t.afterBrush(r)}this._cursor=s;for(var s=0;s<this._temporaryDisplayables.length;s++){var t=this._temporaryDisplayables[s];t.beforeBrush&&t.beforeBrush(r),t.brush(r,0===s?null:this._temporaryDisplayables[s-1]),t.afterBrush&&t.afterBrush(r)}this._temporaryDisplayables=[],this.notClear=!0};var n=[];e.prototype.getBoundingRect=function(){if(!this._rect){for(var r=new o(1/0,1/0,-1/0,-1/0),s=0;s<this._displayables.length;s++){var t=this._displayables[s],e=t.getBoundingRect().clone();t.needLocalTransform()&&e.applyTransform(t.getLocalTransform(n)),r.union(e)}this._rect=r}return this._rect},e.prototype.contain=function(r,s){var t=this.transformCoordToLocal(r,s),e=this.getBoundingRect();if(e.contain(t[0],t[1]))for(var a=0;a<this._displayables.length;a++){var i=this._displayables[a];if(i.contain(r,s))return!0}return!1},i(e,l);var p=e;t.exports=p});
|
||
;/*!node_modules/zrender/lib/contain/polygon.js*/
|
||
define("node_modules/zrender/lib/contain/polygon",function(n,e){function r(n,e){return Math.abs(n-e)<t}function i(n,e,i){var t=0,a=n[0];if(!a)return!1;for(var d=1;d<n.length;d++){var u=n[d];t+=o(a[0],a[1],u[0],u[1],e,i),a=u}var c=n[0];return r(a[0],c[0])&&r(a[1],c[1])||(t+=o(a[0],a[1],c[0],c[1],e,i)),0!==t}var o=n("node_modules/zrender/lib/contain/windingLine"),t=1e-8;e.contain=i});
|
||
;/*!node_modules/echarts/lib/config.js*/
|
||
define("node_modules/echarts/lib/config",function(e,n){var _;"undefined"!=typeof window?_=window.__DEV__:"undefined"!=typeof global&&(_=global.__DEV__),"undefined"==typeof _&&(_=!0);var d=_;n.__DEV__=d});
|
||
;/*!node_modules/echarts/lib/util/model.js*/
|
||
define("node_modules/echarts/lib/util/model",function(e,n){function t(e){return e instanceof Array?e:null==e?[]:[e]}function i(e,n,t){if(e){e[n]=e[n]||{},e.emphasis=e.emphasis||{},e.emphasis[n]=e.emphasis[n]||{};for(var i=0,r=t.length;r>i;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;r++)if(!t[r].option&&null!=e.id&&t[r].exist.id===e.id+"")return t[r].option=e,void(n[i]=null);for(var r=0;r<t.length;r++){var a=t[r].exist;if(!(t[r].option||null!=a.id&&null!=e.id||null==e.name||s(e)||s(a)||a.name!==e.name+""))return t[r].option=e,void(n[i]=null)}}}),I(n,function(e){if(g(e)){for(var n=0;n<t.length;n++){var i=t[n].exist;if(!t[n].option&&!s(i)&&null==e.id){t[n].option=e;break}}n>=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<e.length;n++)e[n][1]||(e[n][1]=e[n][0]);return function(n,r,l){for(var i={},t=0;t<e.length;t++){var a=e[t][1];if(!(r&&o.indexOf(r,a)>=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<e.length&&(!e[o]||(t=t&&"object"==typeof t?t[e[o]]:null,null!=t));o++);return null==t&&n&&(t=n.get(e)),t}function l(t,e){var n=y(t).getParent;return n?n.call(t,e):t.parentModel}var r=t("node_modules/zrender/lib/core/util"),s=t("node_modules/zrender/lib/core/env"),u=t("node_modules/echarts/lib/util/model"),a=u.makeInner,d=t("node_modules/echarts/lib/util/clazz"),c=d.enableClassExtend,h=d.enableClassCheck,m=t("node_modules/echarts/lib/model/mixin/lineStyle"),p=t("node_modules/echarts/lib/model/mixin/areaStyle"),f=t("node_modules/echarts/lib/model/mixin/textStyle"),b=t("node_modules/echarts/lib/model/mixin/itemStyle"),g=r.mixin,y=a();o.prototype={constructor:o,init:null,mergeOption:function(t){r.merge(this.option,t,!0)},get:function(t,e){return null==t?this.option:i(this.option,this.parsePath(t),!e&&l(this,t))},getShallow:function(t,e){var n=this.option,o=null==n?n:n[t],i=!e&&l(this,t);return null==o&&i&&(o=i.getShallow(t)),o},getModel:function(t,e){var n,r=null==t?this.option:i(this.option,t=this.parsePath(t));return e=e||(n=l(this,t))&&n.getModel(t),new o(r,e,this.ecModel)},isEmpty:function(){return null==this.option},restoreData:function(){},clone:function(){var t=this.constructor;return new t(r.clone(this.option))},setReadOnly:function(){},parsePath:function(t){return"string"==typeof t&&(t=t.split(".")),t},customizeGetParent:function(t){y(this).getParent=t},isAnimationEnabled:function(){if(!s.node){if(null!=this.option.animation)return!!this.option.animation;if(this.parentModel)return this.parentModel.isAnimationEnabled()}}},c(o),h(o),g(o,m),g(o,p),g(o,f),g(o,b);var M=o;n.exports=M});
|
||
;/*!node_modules/echarts/lib/util/component.js*/
|
||
define("node_modules/echarts/lib/util/component",function(e,n){function r(e){return[e||"",s++,Math.random().toFixed(5)].join("_")}function t(e){var n={};return e.registerSubTypeDefaulter=function(e,r){e=c(e),n[e.main]=r},e.determineSubType=function(r,t){var o=t.type;if(!o){var u=c(r).main;e.hasSubTypes(r)&&n[u]&&(o=n[u](t))}return o},e}function o(e,n){function r(e){var r={},i=[];return u.each(e,function(c){var s=t(r,c),a=s.originalDeps=n(c),l=o(a,e);s.entryCount=l.length,0===s.entryCount&&i.push(c),u.each(l,function(e){u.indexOf(s.predecessor,e)<0&&s.predecessor.push(e);var n=t(r,e);u.indexOf(n.successor,e)<0&&n.successor.push(c)})}),{graph:r,noEntryList:i}}function t(e,n){return e[n]||(e[n]={predecessor:[],successor:[]}),e[n]}function o(e,n){var r=[];return u.each(e,function(e){u.indexOf(n,e)>=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]<n.interval[t]||r.interval[t]===n.interval[t]&&(r.close[t]-n.close[t]===(t?-1:1)||!t&&e(r,n,1))}r.sort(function(r,n){return e(r,n,0)?-1:1});for(var n=-1/0,t=1,i=0;i<r.length;){for(var a=r[i].interval,u=r[i].close,o=0;2>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;o<l.length;o++){var i=y[o];e=e.replace(x(i),x(i,0))}for(var c=0;n>c;c++)for(var u=0;u<l.length;u++){var s=r[c][l[u]];e=e.replace(x(y[u],c),t?a(s):s)}return e}function o(e,r,t){return p.each(r,function(r,n){e=e.replace("{"+n+"}",t?a(r):r)}),e}function i(e,r){e=p.isString(e)?{color:e,extraCssText:r}:e||{};var t=e.color,n=e.type,r=e.extraCssText;return t?"subItem"===n?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+a(t)+";"+(r||"")+'"></span>':'<span style="display:inline-block;margin-right:5px;border-radius:10px;width:10px;height:10px;background-color:'+a(t)+";"+(r||"")+'"></span>':""}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<i.length;d++){var N=i[d];if(!a(o,N)&&a(t,N)){o[N]=t[N];break}}return o}return u}function a(t,e){return t.hasOwnProperty(e)}function r(t,e){return null!=t[e]&&"auto"!==t[e]}function o(t,e,i){g(t,function(t){e[t]=i[t]})}!s.isObject(i)&&(i={});var l=i.ignoreSize;!s.isArray(l)&&(l=[l,l]);var h=n(v[0],0),u=n(v[1],1);o(v[0],t,h),o(v[1],t,u)}function h(t){return u({},t)}function u(t,e){return e&&t&&g(m,function(i){e.hasOwnProperty(i)&&(t[i]=e[i])}),t}var s=t("node_modules/zrender/lib/core/util"),c=t("node_modules/zrender/lib/core/BoundingRect"),d=t("node_modules/echarts/lib/util/number"),N=d.parsePercent,f=t("node_modules/echarts/lib/util/format"),g=s.each,m=["left","right","top","bottom","width","height"],v=[["width","left","right"],["height","top","bottom"]],w=i,y=s.curry(i,"vertical"),b=s.curry(i,"horizontal");e.LOCATION_PARAMS=m,e.HV_NAMES=v,e.box=w,e.vbox=y,e.hbox=b,e.getAvailableSize=n,e.getLayoutRect=a,e.positionElement=r,e.sizeCalculable=o,e.mergeLayoutParam=l,e.getLayoutParams=h,e.copyLayoutParams=u});
|
||
;/*!node_modules/echarts/lib/model/mixin/boxLayout.js*/
|
||
define("node_modules/echarts/lib/model/mixin/boxLayout",function(t,e,i){var o={getBoxLayoutParams:function(){return{left:this.get("left"),top:this.get("top"),right:this.get("right"),bottom:this.get("bottom"),width:this.get("width"),height:this.get("height")}}};i.exports=o});
|
||
;/*!node_modules/echarts/lib/model/Component.js*/
|
||
define("node_modules/echarts/lib/model/Component",function(e,t,n){function o(e){var t=[];return i.each(f.getClassesByMainType(e),function(e){t=t.concat(e.prototype.dependencies||[])}),t=i.map(t,function(e){return d(e).main}),"dataset"!==e&&i.indexOf(t,"dataset")<=0&&t.unshift("dataset"),t}var i=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/model/Model"),l=e("node_modules/echarts/lib/util/component"),u=e("node_modules/echarts/lib/util/clazz"),r=u.enableClassManagement,d=u.parseClassType,s=e("node_modules/echarts/lib/util/model"),m=s.makeInner,p=e("node_modules/echarts/lib/util/layout"),c=e("node_modules/echarts/lib/model/mixin/boxLayout"),h=m(),f=a.extend({type:"component",id:"",name:"",mainType:"",subType:"",componentIndex:0,defaultOption:null,ecModel:null,dependentModels:[],uid:null,layoutMode:null,$constructor:function(e,t,n,o){a.call(this,e,t,n,o),this.uid=l.getUID("ec_cpt_model")},init:function(e,t,n){this.mergeDefaultAndTheme(e,n)},mergeDefaultAndTheme:function(e,t){var n=this.layoutMode,o=n?p.getLayoutParams(e):{},a=t.getTheme();i.merge(e,a.get(this.mainType)),i.merge(e,this.getDefaultOption()),n&&p.mergeLayoutParam(e,o,n)},mergeOption:function(e){i.merge(this.option,e,!0);var t=this.layoutMode;t&&p.mergeLayoutParam(this.option,e,t)},optionUpdated:function(){},getDefaultOption:function(){var e=h(this);if(!e.defaultOption){for(var t=[],n=this.constructor;n;){var o=n.prototype.defaultOption;o&&t.push(o),n=n.superClass}for(var a={},l=t.length-1;l>=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;a<r.length&&t>a;a++)e(r[a]?r[a][0]:null,a);else for(var i=r[0]||[],a=0;a<i.length&&t>a;a++)e(i[a],a)}function s(e){for(var n,r=0;r<e.length&&!(n=e[r++]););if(n){var t=[];return R(n,function(e,n){t.push(n)}),t}}function f(e,n,r,t,a,i){var o=y(e),u={},l=[],s=[],f=e.subType,c=O(["pie","map","funnel"]),d=O(["line","bar","pictorialBar","scatter","effectScatter","candlestick","boxplot"]);if(o&&null!=d.get(f)){var v=e.ecModel,h=Y(v).datasetMap,p=n.uid+"_"+a,g=h.get(p)||h.set(p,{categoryWayDim:1,valueWayDim:0});R(o.coordSysDims,function(e){if(null==o.firstCategoryDimIndex){var n=g.valueWayDim++;u[e]=n,s.push(n)}else if(o.categoryAxisMap.get(e))u[e]=0,l.push(0);else{var n=g.categoryWayDim++;u[e]=n,s.push(n)}})}else if(null!=c.get(f)){for(var _,D=0;5>D&&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;c<e.length&&l>c;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;c<e.length&&l>c;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;c<f.length&&l>c;c++)if(null!=(u=o(f[c])))return u}else if(n===T)for(var c=0;c<e.length&&l>c;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<u.length;c++)s(u[c]);f.each(e.categories,function(e){t(e)})}if(m&&!f.isTypedArray(m))for(var c=0;c<m.length;c++)s(m[c]);var a=e.markPoint;if(a&&a.data)for(var p=a.data,c=0;c<p.length;c++)s(p[c]);var l=e.markLine;if(l&&l.data)for(var y=l.data,c=0;c<y.length;c++)f.isArray(y[c])?(s(y[c][0]),s(y[c][1])):s(y[c]);"gauge"===e.type?(n(e,"axisLabel"),n(e,"title"),n(e,"detail")):"treemap"===e.type?(r(e.breadcrumb,"itemStyle"),f.each(e.levels,function(e){t(e)})):"tree"===e.type&&t(e.leaves)}}function m(e){return f.isArray(e)?e:e?[e]:[]}function u(e){return(f.isArray(e)?e[0]:e)||{}}function c(e,a){y(m(e.series),function(e){b(e)&&o(e)});var l=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];a&&l.push("valueAxis","categoryAxis","logAxis","timeAxis"),y(l,function(a){y(m(e[a]),function(e){e&&(n(e,"axisLabel"),n(e.axisPointer,"label"))})}),y(m(e.parallel),function(e){var a=e&&e.parallelAxisDefault;n(a,"axisLabel"),n(a&&a.axisPointer,"label")}),y(m(e.calendar),function(e){r(e,"itemStyle"),n(e,"dayLabel"),n(e,"monthLabel"),n(e,"yearLabel")}),y(m(e.radar),function(e){n(e,"name")}),y(m(e.geo),function(e){b(e)&&(s(e),y(m(e.regions),function(e){s(e)}))}),y(m(e.timeline),function(e){s(e),r(e,"label"),r(e,"itemStyle"),r(e,"controlStyle",!0);var a=e.data;f.isArray(a)&&f.each(a,function(e){f.isObject(e)&&(r(e,"label"),r(e,"itemStyle"))})}),y(m(e.toolbox),function(e){r(e,"iconStyle"),y(e.feature,function(e){r(e,"iconStyle")})}),n(u(e.axisPointer),"label"),n(u(e.tooltip).axisPointer,"label")}var f=e("node_modules/zrender/lib/core/util"),p=e("node_modules/echarts/lib/util/model"),y=f.each,b=f.isObject,h=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];l.exports=c});
|
||
;/*!node_modules/echarts/lib/preprocessor/backwardCompat.js*/
|
||
define("node_modules/echarts/lib/preprocessor/backwardCompat",function(e,o,l){function i(e,o){o=o.split(",");for(var l=e,i=0;i<o.length&&(l=l&&l[o[i]],null!=l);i++);return l}function n(e,o,l,i){o=o.split(",");for(var n,r=e,t=0;t<o.length-1;t++)n=o[t],null==r[n]&&(r[n]={}),r=r[n];(i||null==r[o[t]])&&(r[o[t]]=l)}function r(e){c(m,function(o){o[0]in e&&!(o[1]in e)&&(e[o[1]]=e[o[0]])})}function t(e,o){d(e,o),e.series=f(e.series),c(e.series,function(e){if(u(e)){var o=e.type;if(("pie"===o||"gauge"===o)&&null!=e.clockWise&&(e.clockwise=e.clockWise),"gauge"===o){var l=i(e,"pointer.color");null!=l&&n(e,"itemStyle.normal.color",l)}r(e)}}),e.dataRange&&(e.visualMap=e.dataRange),c(g,function(o){var l=e[o];l&&(s(l)||(l=[l]),c(l,function(e){r(e)}))})}var a=e("node_modules/zrender/lib/core/util"),c=a.each,s=a.isArray,u=a.isObject,d=e("node_modules/echarts/lib/preprocessor/helper/compatStyle"),p=e("node_modules/echarts/lib/util/model"),f=p.normalizeToArray,m=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],g=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"];l.exports=t});
|
||
;/*!node_modules/echarts/lib/processor/dataStack.js*/
|
||
define("node_modules/echarts/lib/processor/dataStack",function(e,a,n){function t(e){var a=o();e.eachSeries(function(e){var n=e.get("stack");if(n){var t=a.get(n)||a.set(n,[]),i=e.getData(),s={stackResultDimension:i.getCalculationInfo("stackResultDimension"),stackedOverDimension:i.getCalculationInfo("stackedOverDimension"),stackedDimension:i.getCalculationInfo("stackedDimension"),stackedByDimension:i.getCalculationInfo("stackedByDimension"),isStackedByIndex:i.getCalculationInfo("isStackedByIndex"),data:i,seriesModel:e};if(!s.stackedDimension||!s.isStackedByIndex&&!s.stackedByDimension)return;t.length&&i.setCalculationInfo("stackedOnSeries",t[t.length-1].seriesModel),t.push(s)}}),a.each(i)}function i(e){c(e,function(a,n){var t=[],i=[0/0,0/0],s=[a.stackResultDimension,a.stackedOverDimension],o=a.data,c=a.isStackedByIndex,d=o.map(s,function(s,d,r){var l=o.get(a.stackedDimension,r);if(isNaN(l))return i;var k,u;c?u=o.getRawIndex(r):k=o.get(a.stackedByDimension,r);for(var f=0/0,m=n-1;m>=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<t.length;e++)this._data.push(t[e])}function o(t,e,n){return null!=n?t[n]:t}function u(t,e,n,r){return s(t[r],this._dimensionInfos[e])}function s(t,e){var n=e&&e.type;if("ordinal"===n){var r=e&&e.ordinalMeta;return r?r.parseAndCollect(t):t}return"time"===n&&"number"!=typeof t&&null!=t&&"-"!==t&&(t=+y(t)),null==t||""===t?0/0:+t}function d(t,e,n){if(t){var r=t.getRawDataItem(e);if(null!=r){var a,i,o=t.getProvider().getSource().sourceFormat,u=t.getDimensionInfo(n);return u&&(a=u.name,i=u.index),T[o](r,e,i,a)}}}function c(t,e,n){if(t){var r=t.getProvider().getSource().sourceFormat;if(r===O||r===S){var a=t.getRawDataItem(e);return r!==O||m(a)||(a=null),a?a[n]:void 0}}}var l=t("node_modules/echarts/lib/config"),h=(l.__DEV__,t("node_modules/zrender/lib/core/util")),_=(h.isTypedArray,h.extend),f=(h.assert,h.each),m=h.isObject,p=t("node_modules/echarts/lib/util/model"),v=p.getDataItemValue,g=p.isDataItemOption,R=t("node_modules/echarts/lib/util/number"),y=R.parseDate,D=t("node_modules/echarts/lib/data/Source"),I=t("node_modules/echarts/lib/data/helper/sourceType"),w=I.SOURCE_FORMAT_TYPED_ARRAY,A=I.SOURCE_FORMAT_ARRAY_ROWS,O=I.SOURCE_FORMAT_ORIGINAL,S=I.SOURCE_FORMAT_OBJECT_ROWS,b=n.prototype;b.pure=!1,b.persistent=!0,b.getSource=function(){return this._source};var C={arrayRows_column:{pure:!0,count:function(){return Math.max(0,this._data.length-this._source.startIndex)},getItem:function(t){return this._data[t+this._source.startIndex]},appendData:i},arrayRows_row:{pure:!0,count:function(){var t=this._data[0];return t?Math.max(0,t.length-this._source.startIndex):0},getItem:function(t){t+=this._source.startIndex;for(var e=[],n=this._data,r=0;r<n.length;r++){var a=n[r];e.push(a?a[t]:null)}return e},appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},objectRows:{pure:!0,count:r,getItem:a,appendData:i},keyedColumns:{pure:!0,count:function(){var t=this._source.dimensionsDefine[0].name,e=this._data[t];return e?e.length:0},getItem:function(t){for(var e=[],n=this._source.dimensionsDefine,r=0;r<n.length;r++){var a=this._data[n[r].name];e.push(a?a[t]:null)}return e},appendData:function(t){var e=this._data;f(t,function(t,n){for(var r=e[n]||(e[n]=[]),a=0;a<(t||[]).length;a++)r.push(t[a])})}},original:{count:r,getItem:a,appendData:i},typedArray:{persistent:!1,pure:!0,count:function(){return this._data?this._data.length/this._dimSize:0},getItem:function(t,e){t-=this._offset,e=e||[];for(var n=this._dimSize*t,r=0;r<this._dimSize;r++)e[r]=this._data[n+r];return e},appendData:function(t){this._data=t},clean:function(){this._offset+=this.count(),this._data=null}}},T={arrayRows:o,objectRows:function(t,e,n,r){return null!=n?t[r]:t},keyedColumns:o,original:function(t,e,n){var r=v(t);return null!=n&&r instanceof Array?r[n]:r},typedArray:o},x={arrayRows:u,objectRows:function(t,e){return s(t[e],this._dimensionInfos[e])},keyedColumns:u,original:function(t,e,n,r){var a=t&&(null==t.value?t:t.value);return!this._rawData.pure&&g(t)&&(this.hasItemOption=!0),s(a instanceof Array?a[r]:a,this._dimensionInfos[e])},typedArray:function(t,e,n,r){return t[r]}};e.DefaultDataProvider=n,e.defaultDimValueGetters=x,e.retrieveRawValue=d,e.retrieveRawAttr=c});
|
||
;/*!node_modules/echarts/lib/model/mixin/dataFormat.js*/
|
||
define("node_modules/echarts/lib/model/mixin/dataFormat",function(e,t,a){var r=e("node_modules/echarts/lib/data/helper/dataProvider"),i=r.retrieveRawValue,n=e("node_modules/echarts/lib/util/format"),s=n.getTooltipMarker,o=n.formatTpl,l=/\{@(.+?)\}/g,u={getDataParams:function(e,t){var a=this.getData(t),r=this.getRawValue(e,t),i=a.getRawIndex(e),n=a.getName(e),o=a.getRawDataItem(e),l=a.getItemVisual(e,"color");return{componentType:this.mainType,componentSubType:this.subType,seriesType:"series"===this.mainType?this.subType:null,seriesIndex:this.seriesIndex,seriesId:this.id,seriesName:this.name,name:n,dataIndex:i,data:o,dataType:t,value:r,color:l,marker:s(l),$vars:["seriesName","name","value"]}},getFormattedLabel:function(e,t,a,r,n){t=t||"normal";var s=this.getData(a),u=s.getItemModel(e),m=this.getDataParams(e,a);null!=r&&m.value instanceof Array&&(m.value=m.value[r]);var d=u.get("normal"===t?[n||"label","formatter"]:[t,n||"label","formatter"]);if("function"==typeof d)return m.status=t,d(m);if("string"==typeof d){var c=o(d,m);return c.replace(l,function(t,a){var r=a.length;return"["===a.charAt(0)&&"]"===a.charAt(r-1)&&(a=+a.slice(1,r-1)),i(s,e,a)})}},getRawValue:function(e,t){return i(this.getData(t),e)},formatTooltip:function(){}};a.exports=u});
|
||
;/*!node_modules/echarts/lib/stream/task.js*/
|
||
define("node_modules/echarts/lib/stream/task",function(t,e){function s(t){return new n(t)}function n(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0,this.context}function i(t,e,s,n,i,r){h.reset(s,n,i,r),t._callingProgress=e,t._callingProgress({start:s,end:n,count:n-s,next:h.next},t.context)}function r(t,e){t._dueIndex=t._outputDueEnd=t._dueEnd=0,t._settedOutputEnd=null;var s,n;!e&&t._reset&&(s=t._reset(t.context),s&&s.progress&&(n=s.forceFirstProgress,s=s.progress),o(s)&&!s.length&&(s=null)),t._progress=s,t._modBy=t._modDataCount=null;var i=t._downstream;return i&&i.dirty(),n}var u=t("node_modules/zrender/lib/core/util"),o=(u.assert,u.isArray),d=t("node_modules/echarts/lib/config"),_=(d.__DEV__,n.prototype);_.perform=function(t){function e(t){return!(t>=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;E<y.length;E++)i(this,y[E],f,m,a,p);else i(this,y,f,m,a,p)}this._dueIndex=m;var x=null!=this._settedOutputEnd?this._settedOutputEnd:m;this._outputDueEnd=x}else this._dueIndex=this._outputDueEnd=null!=this._settedOutputEnd?this._settedOutputEnd:this._dueEnd;return this.unfinished()};var h=function(){function t(){return s>n?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._dueIndex<this._dueEnd},_.pipe=function(t){(this._downstream!==t||this._dirty)&&(this._downstream=t,t._upstream=this,t.dirty())},_.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},_.getUpstream=function(){return this._upstream},_.getDownstream=function(){return this._downstream},_.setOutputEnd=function(t){this._outputDueEnd=this._settedOutputEnd=t},e.createTask=s});
|
||
;/*!node_modules/echarts/lib/model/Series.js*/
|
||
define("node_modules/echarts/lib/model/Series",function(t,e,a){function i(t){var e=t.name;y.isNameSpecified(t)||(t.name=o(t)||e)}function o(t){var e=t.getRawData(),a=e.mapDimension("seriesName",!0),i=[];return h.each(a,function(t){var a=e.getDimensionInfo(t);a.displayName&&i.push(a.displayName)}),i.join(" ")}function n(t){return t.model.getRawData().count()}function r(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),s}function s(t,e){t.end>e.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<t.length;a++)t[a]&&t[a].label&&y.defaultEmphasis(t[a],"label",e)},getInitialData:function(){},appendData:function(t){var e=this.getRawData();e.appendData(t.data)},getData:function(t){var e=d(this);if(e){var a=e.context.data;return null==t?a:a.getLinkedData(t)}return N(this).data},setData:function(t){var e=d(this);if(e){var a=e.context;a.data!==t&&e.modifyOutputEnd&&e.setOutputEnd(t.count()),a.outputData=t,e!==this.dataTask&&(a.data=t)}N(this).data=t},getSource:function(){return M(this)},getRawData:function(){return N(this).dataBeforeProcessed},getBaseAxis:function(){var t=this.coordinateSystem;return t&&t.getBaseAxis&&t.getBaseAxis()},formatTooltip:function(t,e){function a(a){function i(t,a){var i=o.getDimensionInfo(a);if(i&&i.otherDims.tooltip!==!1){var n=i.type,l=v({color:u,type:"subItem"}),d=(r?l+g(i.displayName||"-")+": ":"")+g("ordinal"===n?t+"":"time"===n?e?"":p("yyyy/MM/dd hh:mm:ss",t):D(t));d&&s.push(d)}}var r=h.reduce(a,function(t,e,a){var i=o.getDimensionInfo(a);return t|=i&&i.tooltip!==!1&&null!=i.displayName},0),s=[];return n.length?h.each(n,function(e){i(E(o,t,e),e)}):h.each(a,i),(r?"<br/>":"")+s.join(r?"<br/>":", ")}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?": ":"<br/>"):"",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<e.childCount();r++)o(e.childAt(r),n)}function a(e,n,r){var t=h.queryDataIndex(e,n);null!=t?u(h.normalizeToArray(t),function(n){o(e.getItemGraphicEl(n),r)}):e.eachItemGraphicEl(function(e){o(e,r)})}function i(e){return y(e.model)}function d(e){var n=e.model,r=e.ecModel,t=e.api,o=e.payload,a=n.pipelineContext.progressiveRender,i=e.view,d=o&&v(o).updateMethod,l=a?"incrementalPrepareRender":d&&i[d]?d:"render";return"render"!==l&&i[l](n,r,t,o),w[l]}var l=e("node_modules/zrender/lib/core/util"),u=l.each,s=e("node_modules/zrender/lib/container/Group"),c=e("node_modules/echarts/lib/util/component"),p=e("node_modules/echarts/lib/util/clazz"),h=e("node_modules/echarts/lib/util/model"),m=e("node_modules/echarts/lib/stream/task"),f=m.createTask,g=e("node_modules/echarts/lib/chart/helper/createRenderPlanner"),v=h.makeInner(),y=g();t.prototype={type:"chart",init:function(){},render:function(){},highlight:function(e,n,r,t){a(e.getData(),t,"emphasis")},downplay:function(e,n,r,t){a(e.getData(),t,"normal")},remove:function(){this.group.removeAll()},dispose:function(){},incrementalPrepareRender:null,incrementalRender:null,updateTransform:null};var b=t.prototype;b.updateView=b.updateLayout=b.updateVisual=function(e,n,r,t){this.render(e,n,r,t)},p.enableClassExtend(t,["dispose"]),p.enableClassManagement(t,{registerWhenExtend:!0}),t.markUpdateMethod=function(e,n){v(e).updateMethod=n};var w={incrementalPrepareRender:{progress:function(e,n){n.view.incrementalRender(e,n.model,n.ecModel,n.api,n.payload)}},render:{forceFirstProgress:!0,progress:function(e,n){n.view.render(n.model,n.ecModel,n.api,n.payload)}}},_=t;r.exports=_});
|
||
;/*!node_modules/echarts/lib/util/throttle.js*/
|
||
define("node_modules/echarts/lib/util/throttle",function(t,e){function n(t,e,n){function r(){f=(new Date).getTime(),h=null,t.apply(i,o||[])}var l,u,i,o,a,c=0,f=0,h=null;e=e||0;var m=function(){l=(new Date).getTime(),i=this,o=arguments;var t=a||e,m=a||n;a=null,u=l-(m?c:f)-t,clearTimeout(h),m?h=setTimeout(r,t):u>=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;r<a.length;++r)i=i[a[r]];return i}return t}function s(){var e=t.getModel("title").option;return e&&e.length&&(e=e[0]),e&&e.text}function o(e){return n.series.typeNames[e]||"自定义图"}var u=t.getModel("aria");if(u.get("show")){if(u.get("description"))return void e.setAttribute("aria-label",u.get("description"));var d=0;t.eachSeries(function(){++d},this);var p,m=u.get("data.maxCount")||10,f=u.get("series.maxCount")||10,g=Math.min(d,f);if(!(1>d)){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;f<u.count();f++)if(m>f){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;n<t.end;n++)i.dataEach(r,n);else i&&i.progress&&i.progress(t,r)}}function f(e){return e.data.count()}function g(e,t,a){var r=t.uid,i=e._pipelineMap.get(r);!i.head&&(i.head=a),i.tail&&i.tail.pipe(a),i.tail=a,a.__idxInPipeline=i.count++,a.__pipeline=i}function v(e){V=null;try{e(B,O)}catch(t){}return V}function m(e,t){for(var a in t.prototype)e[a]=b}var y=e("node_modules/zrender/lib/core/util"),_=y.each,T=y.map,k=(y.isArray,y.isFunction),M=y.createHashMap,b=y.noop,S=e("node_modules/echarts/lib/stream/task"),P=S.createTask,x=e("node_modules/echarts/lib/util/component"),R=x.getUID,D=e("node_modules/echarts/lib/model/Global"),I=e("node_modules/echarts/lib/ExtensionAPI"),w=e("node_modules/echarts/lib/util/model"),H=w.normalizeToArray,A=r.prototype;A.restoreData=function(e,t){e.restoreData(t),this._stageTaskMap.each(function(e){var t=e.overallTask;t&&t.dirty()})},A.getPerformArgs=function(e,t){if(e.__pipeline){var a=this._pipelineMap.get(e.__pipeline.id),r=a.context,i=!t&&a.progressiveEnabled&&(!r||r.progressiveRender)&&e.__idxInPipeline>a.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;h<t.length;h++){var s="_ec_"+r[i](t[h],h),o=e[s];null==o?(n.push(s),e[s]=h):(o.length||(e[s]=o=[o]),o.push(h))}}r.prototype={constructor:r,add:function(t){return this._add=t,this},update:function(t){return this._update=t,this},remove:function(t){return this._remove=t,this},execute:function(){var t,e=this._old,n=this._new,i={},r={},s=[],o=[];for(h(e,i,s,"_oldKeyGetter",this),h(n,r,o,"_newKeyGetter",this),t=0;t<e.length;t++){var u=s[t],a=r[u];if(null!=a){var l=a.length;l?(1===l&&(r[u]=null),a=a.unshift()):r[u]=null,this._update&&this._update(a,t)}else this._remove&&this._remove(t)}for(var t=0;t<o.length;t++){var u=o[t];if(r.hasOwnProperty(u)){var a=r[u];if(null==a)continue;if(a.length)for(var d=0,l=a.length;l>d;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<e.length;a++)e[a]=0/0;for(var a=0;a<t._count;a++)e[t.get(n,a)]=a}})}function o(t,i,e){var n;if(null!=i){var s=t._chunkSize,r=Math.floor(e/s),a=e%s,o=t.dimensions[i],h=t._storage[o][r];if(h){n=h[a];var u=t._dimensionInfos[o].ordinalMeta;u&&u.categories.length&&(n=u.categories[n])}}return n}function h(t){return t}function u(t){return t<this._count&&t>=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<e.length;o++){var h=e[o];a[h]&&(g.indexOf(i,h)>=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<t.length;e++)i[e]=s(t[e]);return i}function d(){return[1/0,-1/0]}var m=t("node_modules/echarts/lib/config"),g=(m.__DEV__,t("node_modules/zrender/lib/core/util")),v=t("node_modules/echarts/lib/model/Model"),p=t("node_modules/echarts/lib/data/DataDiffer"),I=t("node_modules/echarts/lib/data/Source"),w=t("node_modules/echarts/lib/data/helper/dataProvider"),x=w.defaultDimValueGetters,y=w.DefaultDataProvider,D=t("node_modules/echarts/lib/data/helper/dimensionHelper"),M=D.summarizeDimensions,S=g.isObject,A="undefined",E="e\x00\x00",R={"float":typeof Float64Array===A?Array:Float64Array,"int":typeof Int32Array===A?Array:Int32Array,ordinal:Array,number:Array,time:Array},N=typeof Uint32Array===A?Array:Uint32Array,k=typeof Uint16Array===A?Array:Uint16Array,L=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_rawData","_chunkSize","_chunkCount","_dimValueGetter","_count","_rawCount","_nameDimIdx","_idDimIdx"],V=["_extent","_approximateExtent","_rawExtent"],C=function(t,i){t=t||["x","y"];for(var e={},n=[],s={},r=0;r<t.length;r++){var a=t[r];g.isString(a)&&(a={name:a});var o=a.name;a.type=a.type||"float",a.coordDim||(a.coordDim=o,a.coordDimIndex=0),a.otherDims=a.otherDims||{},n.push(o),e[o]=a,a.index=r,a.createInvertedIndices&&(s[o]=[])}this.dimensions=n,this._dimensionInfos=e,this.hostModel=i,this.dataType,this._indices=null,this._count=0,this._rawCount=0,this._storage={},this._nameList=[],this._idList=[],this._optionModels=[],this._visual={},this._layout={},this._itemVisuals=[],this.hasItemVisual={},this._itemLayouts=[],this._graphicEls=[],this._chunkSize=1e5,this._chunkCount=0,this._rawData,this._rawExtent={},this._extent={},this._approximateExtent={},this._dimensionsSummary=M(this),this._invertedIndicesMap=s,this._calculationInfo={}},O=C.prototype;O.type="list",O.hasItemOption=!0,O.getDimension=function(t){return isNaN(t)||(t=this.dimensions[t]||t),t},O.getDimensionInfo=function(t){return this._dimensionInfos[this.getDimension(t)]},O.getDimensionsOnCoord=function(){return this._dimensionsSummary.dataDimsOnCoord.slice()},O.mapDimension=function(t,i){var e=this._dimensionsSummary;if(null==i)return e.encodeFirstDimNotExtra[t];var n=e.encode[t];return i===!0?(n||[]).slice():n&&n[i]},O.initData=function(t,i,e){var n=I.isInstance(t)||g.isArrayLike(t);n&&(t=new y(t,this.dimensions.length)),this._rawData=t,this._storage={},this._indices=null,this._nameList=i||[],this._idList=[],this._nameRepeatCount={},e||(this.hasItemOption=!1),this.defaultDimValueGetter=x[this._rawData.getSource().sourceFormat],this._dimValueGetter=e=e||this.defaultDimValueGetter,this._rawExtent={},this._initDataFromProvider(0,t.count()),t.pure&&(this.hasItemOption=!1)},O.getProvider=function(){return this._rawData},O.appendData=function(t){var i=this._rawData,e=this.count();i.appendData(t);var n=i.count();i.persistent||(n+=e),this._initDataFromProvider(e,n)},O._initDataFromProvider=function(t,i){if(!(t>=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.length<n){for(var y=new w(Math.min(i-g*n,n)),D=0;D<x.length;D++)y[D]=x[D];r[p][g]=y}for(var M=m*n;i>M;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];L<V[0]&&(V[0]=L),L>V[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<t.length;r++)t[r]=r;return t},O.get=function(t,i){if(!(i>=0&&i<this._count))return 0/0;var e=this._storage;if(!e[t])return 0/0;i=this.getRawIndex(i);var n=Math.floor(i/this._chunkSize),s=i%this._chunkSize,r=e[t][n],a=r[s];return a},O.getByRawIndex=function(t,i){if(!(i>=0&&i<this._rawCount))return 0/0;var e=this._storage[t];if(!e)return 0/0;var n=Math.floor(i/this._chunkSize),s=i%this._chunkSize,r=e[n];return r[s]},O._getFast=function(t,i){var e=Math.floor(i/this._chunkSize),n=i%this._chunkSize,s=this._storage[t][e];return s[n]},O.getValues=function(t,i){var e=[];g.isArray(t)||(i=t,t=this.dimensions);for(var n=0,s=t.length;s>n;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<this._count&&e===t)return t;for(var n=0,s=this._count-1;s>=n;){var r=(n+s)/2|0;if(i[r]<t)n=r+1;else{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;e<this.dimensions.length;e++){var n=this.dimensions[e];i.push(this.get(n,t))}return i},O.getName=function(t){var i=this.getRawIndex(t);return this._nameList[i]||o(this,this._nameDimIdx,i)||""},O.getId=function(t){return c(this,this.getRawIndex(t))},O.each=function(t,i,e,n){"use strict";if(this._count){"function"==typeof t&&(n=e,e=i,i=t,t=[]),e=e||n||this,t=g.map(l(t),this.getDimension,this);for(var s=t.length,r=0;r<this.count();r++)switch(s){case 0:i.call(e,r);break;case 1:i.call(e,this.get(t[0],r),r);break;case 2:i.call(e,this.get(t[0],r),this.get(t[1],r),r);break;default:for(var a=0,o=[];s>a;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;v<this._chunkCount;v++)for(var p=g[v],I=Math.min(this._count-v*this._chunkSize,this._chunkSize),w=0;I>w;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;v<this._chunkCount;v++)for(var p=g[v],S=y[v],I=Math.min(this._count-v*this._chunkSize,this._chunkSize),w=0;I>w;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);(x<t[N][0]||x>t[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;D<I.length;D++){var M=t[D],S=I[D],A=m[M],E=r[M];E&&(E[x][y]=S),S<A[0]&&(A[0]=S),S>A[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,y<d[0]&&(d[0]=y),y>d[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(;S<b.length&&null!=b[S].coordDim;)S++;S<b.length&&r.push(S++)}d(r,function(t,r){var i=b[t];if(o(m(i,e),n,r),null==i.name&&l){var d=l[r];!c(d)&&(d={name:d}),i.name=i.displayName=d.name,i.defaultTooltip=d.defaultTooltip}a&&m(i.otherDims,a)})});var T=l.generateCoord,H=l.generateCoordCount,O=null!=H;H=T?H||1:0;for(var E=T||"value",z=0;M>z;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.length&&null==e[t];)t++;return e[t]}var i=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/data/List"),s=e("node_modules/echarts/lib/data/helper/createDimensions"),d=e("node_modules/echarts/lib/data/helper/sourceType"),u=d.SOURCE_FORMAT_ORIGINAL,m=e("node_modules/echarts/lib/data/helper/dimensionHelper"),c=m.getDimensionTypeByAxis,h=e("node_modules/echarts/lib/util/model"),f=h.getDataItemValue,p=e("node_modules/echarts/lib/CoordinateSystem"),g=e("node_modules/echarts/lib/model/referHelper"),D=g.getCoordSysDefineBySeries,y=e("node_modules/echarts/lib/data/Source"),_=e("node_modules/echarts/lib/data/helper/dataStackHelper"),b=_.enableDataStack,v=r;a.exports=v});
|
||
;/*!node_modules/echarts/lib/scale/Scale.js*/
|
||
define("node_modules/echarts/lib/scale/Scale",function(t,e,n){function i(t){this._setting=t||{},this._extent=[1/0,-1/0],this._interval=0,this.init&&this.init.apply(this,arguments)}var o=t("node_modules/echarts/lib/util/clazz");i.prototype.parse=function(t){return t},i.prototype.getSetting=function(t){return this._setting[t]},i.prototype.contain=function(t){var e=this._extent;return 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[0]&&(e[0]=t[0]),t[1]>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]<i[0]&&r.push(n[0]);for(var a=i[0];a<=i[1]&&(r.push(a),a=u(a+e,t),a!==r[r.length-1]);)if(r.length>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[0]&&(t[0]=e[0]),e[1]>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;r<t.count;r++)a.push(f.defaults({bandWidth:n,axisKey:i,stackId:b+r},t));for(var o=d(a),s=[],r=0;r<t.count;r++){var u=o[i][b+r];u.offsetCenter=u.offset+u.width/2,s.push(u)}return s}}function r(t,a){var e=[];return a.eachSeriesByType(t,function(t){h(t)&&!c(t)&&e.push(t)}),e}function o(t){var a=[];return f.each(t,function(t){var n=t.getData(),r=t.coordinateSystem,o=r.getBaseAxis(),d=o.getExtent(),s="category"===o.type?o.getBandWidth():Math.abs(d[1]-d[0])/n.count(),u=m(t.get("barWidth"),s),h=m(t.get("barMaxWidth"),s),c=t.get("barGap"),l=t.get("barCategoryGap");a.push({bandWidth:s,barWidth:u,barMaxWidth:h,barGap:c,barCategoryGap:l,axisKey:i(o),stackId:e(t)})}),d(a)}function d(t){var a={};f.each(t,function(t){var e=t.axisKey,i=t.bandWidth,n=a[e]||{bandWidth:i,remainedWidth:i,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},r=n.stacks;a[e]=n;var o=t.stackId;r[o]||n.autoWidthCount++,r[o]=r[o]||{width:0,maxWidth:0};var d=t.barWidth;d&&!r[o].width&&(r[o].width=d,d=Math.min(n.remainedWidth,d),n.remainedWidth-=d);var s=t.barMaxWidth;s&&(r[o].maxWidth=s);var u=t.barGap;null!=u&&(n.gap=u);var h=t.barCategoryGap;null!=h&&(n.categoryGap=h)});var e={};return f.each(a,function(t,a){e[a]={};var i=t.stacks,n=t.bandWidth,r=m(t.categoryGap,n),o=m(t.gap,1),d=t.remainedWidth,s=t.autoWidthCount,u=(d-r)/(s+(s-1)*o);u=Math.max(u,0),f.each(i,function(t){var a=t.maxWidth;a&&u>a&&(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)<m&&(D=(0>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)<m&&(L=(0>=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]<t?n=r+1:h=r}return n},f=d.extend({type:"time",getLabel:function(e){var t=this._stepLvl,n=new Date(e);return i.formatTime(t[0],n,this.getSetting("useUTC"))},niceExtent:function(e){var t=this._extent;if(t[0]===t[1]&&(t[0]-=y,t[1]+=y),t[1]===-1/0&&1/0===t[0]){var n=new Date;t[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),t[0]=t[1]-y}this.niceTicks(e.splitNumber,e.minInterval,e.maxInterval);var h=this._interval;e.fixMin||(t[0]=r.round(o(t[0]/h)*h)),e.fixMax||(t[1]=r.round(s(t[1]/h)*h))},niceTicks:function(e,t,n){e=e||10;var h=this._extent,i=h[1]-h[0],d=i/e;null!=t&&t>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;g<h.length;g++)if("polygon"===h[g].type){var l=h[g].exterior;i.fromPoints(l,c,a),s.min(t,t,c),s.max(n,n,a)}return 0===g&&(t[0]=t[1]=n[0]=n[1]=0),this._rect=new o(t[0],t[1],n[0]-t[0],n[1]-t[1])},contain:function(e){var r=this.getBoundingRect(),t=this.geometries;if(!r.contain(e[0],e[1]))return!1;e:for(var n=0,o=t.length;o>n;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<g.length;l++)if("polygon"===g[l].type){for(var f=g[l].exterior,u=g[l].interiors,d=0;d<f.length;d++)s.applyTransform(f[d],f[d],h);for(var m=0;m<(u?u.length:0);m++)for(var d=0;d<u[m].length;d++)s.applyTransform(u[m][d],u[m][d],h)}i=this._rect,i.copy(a),this.center=[i.x+i.width/2,i.y+i.height/2]}};var a=n;t.exports=a});
|
||
;/*!node_modules/echarts/lib/coord/geo/parseGeoJson.js*/
|
||
define("node_modules/echarts/lib/coord/geo/parseGeoJson",function(e,o,r){function n(e){if(!e.UTF8Encoding)return e;var o=e.UTF8Scale;null==o&&(o=1024);for(var r=e.features,n=0;n<r.length;n++)for(var i=r[n],l=i.geometry,s=l.coordinates,a=l.encodeOffsets,c=0;c<s.length;c++){var u=s[c];if("Polygon"===l.type)s[c]=t(u,a[c],o);else if("MultiPolygon"===l.type)for(var p=0;p<u.length;p++){var f=u[p];u[p]=t(f,a[c][p],o)}}return e.UTF8Encoding=!1,e}function t(e,o,r){for(var n=[],t=o[0],i=o[1],l=0;l<e.length;l+=2){var s=e.charCodeAt(l)-64,a=e.charCodeAt(l+1)-64;s=s>>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;a<t.length;a++)if(t[a].key===e)return t[a].value}function s(t,e,a){return t.push({key:e,value:a}),a}function b(t){var e=I(t).autoInterval;return null!=e?e:I(t).autoInterval=t.calculateCategoryInterval()}function f(t){var e=v(t),a=y(t),r=(e.axisRotate-e.labelRotate)/180*Math.PI,n=t.scale,l=n.getExtent(),o=n.count();if(l[1]-l[0]<1)return 0;var i=1;o>40&&(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;r<s.length;r++){var a=s[r];if(a[e]&&null!=(i=a[e](o,t,n)))return i}}function r(e){var t=e._model,n=e._scheduler;n.restorePipelines(t),n.prepareStageTasks(),p(e,"component",t,n),p(e,"chart",t,n),n.plan()}function a(e,t,n,i,o){function s(i){i&&i.__alive&&i[t]&&i[t](i.__model,r,e._api,n)}var r=e._model;if(!i)return void bt(e._componentsViews.concat(e._chartsViews),s);var a={};a[i+"Id"]=n[i+"Id"],a[i+"Index"]=n[i+"Index"],a[i+"Name"]=n[i+"Name"];var d={mainType:i,query:a};o&&(d.subType=o);var u=n.excludeSeriesId;null!=u&&(u=j.createHashMap(ht.normalizeToArray(u))),r&&r.eachComponent(d,function(t){u&&null!=u.get(t.id)||s(e["series"===i?"_chartsMap":"_componentsMap"][t.__viewId])},e)}function d(e,t){var n=e._chartsMap,i=e._scheduler;t.eachSeries(function(e){i.updateStreamModes(e,n[e.__viewId])})}function u(e,t){var n=e.type,i=e.escapeConnect,o=Jt[n],s=o.actionInfo,d=(s.update||"update").split(":"),u=d.pop();d=null!=d[0]&&St(d[0]),this[Ft]=!0;var l=[e],c=!1;e.batch&&(c=!0,l=j.map(e.batch,function(t){return t=j.defaults(j.extend({},t),e),t.batch=null,t}));var h,p=[],f="highlight"===n||"downplay"===n;bt(l,function(e){h=o.action(e,this._model,this._api),h=h||j.extend({},e),h.type=s.event||h.type,p.push(h),f?a(this,u,e,"series"):d&&a(this,u,e,d.main,d.sub)},this),"none"===u||f||d||(this[Ut]?(r(this),Ht.update.call(this,e),this[Ut]=!1):Ht[u].call(this,e)),h=c?{type:s.event||n,escapeConnect:i,batch:p}:p[0],this[Ft]=!1,!t&&this._messageCenter.trigger(h.type,h)}function l(e){for(var t=this._pendingActions;t.length;){var n=t.shift();u.call(this,n,e)}}function c(e){!e&&this.trigger("updated")}function h(e,t){e.on("rendered",function(){t.trigger("rendered"),!e.animation.isFinished()||t[Ut]||t._scheduler.unfinished||t._pendingActions.length||t.trigger("finished")})}function p(e,t,n,i){function o(e){var t="_ec_"+e.id+"_"+e.type,o=a[t];if(!o){var l=St(e.type),c=s?ut.getClass(l.main,l.sub):lt.getClass(l.sub);o=new c,o.init(n,u),a[t]=o,r.push(o),d.add(o.group)}e.__viewId=o.__id=t,o.__alive=!0,o.__model=e,o.group.__ecComponentInfo={mainType:e.mainType,index:e.componentIndex},!s&&i.prepareView(o,e,n,u)}for(var s="component"===t,r=s?e._componentsViews:e._chartsViews,a=s?e._componentsMap:e._chartsMap,d=e._zr,u=e._api,l=0;l<r.length;l++)r[l].__alive=!1;s?n.eachComponent(function(e,t){"series"!==e&&o(t)}):n.eachSeries(o);for(var l=0;l<r.length;){var c=r[l];c.__alive?l++:(!s&&c.renderTask.dispose(),d.remove(c.group),c.dispose(n,u),r.splice(l,1),delete a[c.__id],c.__id=c.group.__ecComponentInfo=null)}}function f(e){e.clearColorPalette(),e.eachSeries(function(e){e.clearColorPalette()})}function _(e,t,n,i){g(e,t,n,i),bt(e._chartsViews,function(e){e.__alive=!1}),m(e,t,n,i),bt(e._chartsViews,function(e){e.__alive||e.remove(t,n)})}function g(e,t,n,i,o){bt(o||e._componentsViews,function(e){var o=e.__model;e.render(o,t,n,i),C(o,e)})}function m(e,t,n,i,o){var s,r=e._scheduler;t.eachSeries(function(t){var n=e._chartsMap[t.__viewId];n.__alive=!0;var a=n.renderTask;r.updatePayload(a,i),o&&o.get(t.uid)&&a.dirty(),s|=a.perform(r.getPerformArgs(a)),n.group.silent=!!t.get("silent"),C(t,n),w(t,n)}),r.unfinished|=s,y(e._zr,t),gt(e._zr.dom,t)}function v(e,t){bt(Wt,function(n){n(e,t)})}function y(e,t){var n=e.storage,i=0;n.traverse(function(e){e.isGroup||i++}),i>t.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;n<e.length;n++){var i=e[n];i[s]=t}}var n=0,i=1,o=2,s="__connectUpdateStatus";bt(Xt,function(r,a){e._messageCenter.on(a,function(r){if(Kt[e.group]&&e[s]!==n){if(r&&r.escapeConnect)return;var a=e.makeActionFromEvent(r),d=[];bt(qt,function(t){t!==e&&t.group===e.group&&d.push(t)}),t(d,n),bt(d,function(e){e[s]!==i&&e.dispatchAction(a)}),t(d,o)}})})}function I(e,t,n){var i=z(e);if(i)return i;var s=new o(e,t,n);return s.id="ec_"+Qt++,qt[s.id]=s,ht.setAttribute(e,tn,s.id),x(s),s}function S(e){if(j.isArray(e)){var t=e;e=null,bt(t,function(t){null!=t.group&&(e=t.group)}),e=e||"g_"+en++,bt(t,function(t){t.group=e})}return Kt[e]=!0,e}function M(e){Kt[e]=!1}function T(e){"string"==typeof e?e=qt[e]:e instanceof o||(e=z(e)),e instanceof o&&!e.isDisposed()&&e.dispose()}function z(e){return qt[ht.getAttribute(e,tn)]}function D(e){return qt[e]}function P(e,t){$t[e]=t}function V(e){Zt.push(e)}function A(e,t){E(Gt,e,t,Dt)}function O(e){Wt.push(e)}function R(e,t,n){"function"==typeof t&&(n=t,t="");var i=It(e)?e.type:[e,e={event:t}][0];e.event=(e.event||i).toLowerCase(),t=e.event,Ct(Et.test(i)&&Et.test(t)),Jt[i]||(Jt[i]={action:n,actionInfo:e}),Xt[t]=i}function k(e,t){it.register(e,t)}function L(e){var t=it.get(e);return t?t.getDimensionsInfo?t.getDimensionsInfo():t.dimensions.slice():void 0}function F(e,t){E(Yt,e,t,Vt,"layout")}function U(e,t){E(Yt,e,t,Ot,"visual")}function E(e,t,n,i,o){(xt(t)||It(t))&&(n=t,t=i);var s=vt.wrapStageHandler(n,o);return s.__prio=t,s.__raw=n,e.push(s),s}function B(e,t){jt[e]=t}function H(e){return at.extend(e)}function N(e){return ut.extend(e)}function J(e){return dt.extend(e)}function X(e){return lt.extend(e)}function G(e){j.$override("createCanvas",e)}function Z(e,t,n){t.geoJson&&!t.features&&(n=t.specialAreas,t=t.geoJson),"string"==typeof t&&(t="undefined"!=typeof JSON&&JSON.parse?JSON.parse(t):new Function("return ("+t+");")()),nn[e]={geoJson:t,specialAreas:n}}function W(e){return nn[e]}var Y=e("node_modules/echarts/lib/config"),$=(Y.__DEV__,e("node_modules/zrender/lib/zrender")),j=e("node_modules/zrender/lib/core/util"),q=e("node_modules/zrender/lib/tool/color"),K=e("node_modules/zrender/lib/core/env"),Q=e("node_modules/zrender/lib/core/timsort"),et=e("node_modules/zrender/lib/mixin/Eventful"),tt=e("node_modules/echarts/lib/model/Global"),nt=e("node_modules/echarts/lib/ExtensionAPI"),it=e("node_modules/echarts/lib/CoordinateSystem"),ot=e("node_modules/echarts/lib/model/OptionManager"),st=e("node_modules/echarts/lib/preprocessor/backwardCompat"),rt=e("node_modules/echarts/lib/processor/dataStack"),at=e("node_modules/echarts/lib/model/Component"),dt=e("node_modules/echarts/lib/model/Series"),ut=e("node_modules/echarts/lib/view/Component"),lt=e("node_modules/echarts/lib/view/Chart"),ct=e("node_modules/echarts/lib/util/graphic"),ht=e("node_modules/echarts/lib/util/model"),pt=e("node_modules/echarts/lib/util/throttle"),ft=pt.throttle,_t=e("node_modules/echarts/lib/visual/seriesColor"),gt=e("node_modules/echarts/lib/visual/aria"),mt=e("node_modules/echarts/lib/loading/default"),vt=e("node_modules/echarts/lib/stream/Scheduler"),yt=e("node_modules/echarts/lib/theme/light"),wt=e("node_modules/echarts/lib/theme/dark");e("node_modules/echarts/lib/component/dataset");var Ct=j.assert,bt=j.each,xt=j.isFunction,It=j.isObject,St=at.parseClassType,Mt="4.1.0",Tt={zrender:"4.0.4"},zt=1,Dt=1e3,Pt=5e3,Vt=1e3,At=2e3,Ot=3e3,Rt=4e3,kt=5e3,Lt={PROCESSOR:{FILTER:Dt,STATISTIC:Pt},VISUAL:{LAYOUT:Vt,GLOBAL:At,CHART:Ot,COMPONENT:Rt,BRUSH:kt}},Ft="__flagInMainProcess",Ut="__optionUpdated",Et=/^[a-zA-Z0-9_]+$/;i.prototype.on=n("on"),i.prototype.off=n("off"),i.prototype.one=n("one"),j.mixin(i,et);var Bt=o.prototype;Bt._onframe=function(){if(!this._disposed){var e=this._scheduler;if(this[Ut]){var t=this[Ut].silent;this[Ft]=!0,r(this),Ht.update.call(this),this[Ft]=!1,this[Ut]=!1,l.call(this,t),c.call(this,t)}else if(e.unfinished){var n=zt,i=this._model,o=this._api;e.unfinished=!1;do{var s=+new Date;e.performSeriesTasks(i),e.performDataProcessorTasks(i),d(this,i),e.performVisualTasks(i),m(this,this._model,o,"remain"),n-=+new Date-s}while(n>0&&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;i<r.length;i++){var d=t(e,a,r[i]);n.push(d)}return n.join(" ")}}var l=e("node_modules/echarts/lib/data/helper/dataProvider"),t=l.retrieveRawValue;a.getDefaultLabel=r});
|
||
;/*!node_modules/echarts/lib/chart/helper/Symbol.js*/
|
||
define("node_modules/echarts/lib/chart/helper/Symbol",function(e,t,l){function i(e,t,l){c.Group.call(this),this.updateData(e,t,l)}function o(e){return[e[0]/2,e[1]/2]}function a(e,t){this.parent.drift(e,t)}var s=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/symbol"),n=r.createSymbol,c=e("node_modules/echarts/lib/util/graphic"),h=e("node_modules/echarts/lib/util/number"),u=h.parsePercent,m=e("node_modules/echarts/lib/chart/helper/labelHelper"),d=m.getDefaultLabel,y=i.prototype,f=i.getSymbolSize=function(e,t){var l=e.getItemVisual(t,"symbolSize");return l instanceof Array?l.slice():[+l,+l]};y._createSymbol=function(e,t,l,i,s){this.removeAll();var r=t.getItemVisual(l,"color"),c=n(e,-1,-1,2,2,r,s);c.attr({z2:100,culling:!0,scale:o(i)}),c.drift=a,this._symbolType=e,this.add(c)},y.stopSymbolAnimation=function(e){this.childAt(0).stopAnimation(e)},y.getSymbolPath=function(){return this.childAt(0)},y.getScale=function(){return this.childAt(0).scale},y.highlight=function(){this.childAt(0).trigger("emphasis")},y.downplay=function(){this.childAt(0).trigger("normal")},y.setZ=function(e,t){var l=this.childAt(0);l.zlevel=e,l.z=t},y.setDraggable=function(e){var t=this.childAt(0);t.draggable=e,t.cursor=e?"move":"pointer"},y.updateData=function(e,t,l){this.silent=!1;var i=e.getItemVisual(t,"symbol")||"circle",a=e.hostModel,s=f(e,t),r=i!==this._symbolType;if(r){var n=e.getItemVisual(t,"symbolKeepAspect");this._createSymbol(i,e,t,s,n)}else{var h=this.childAt(0);h.silent=!1,c.updateProps(h,{scale:o(s)},a,t)}if(this._updateCommon(e,t,s,l),r){var h=this.childAt(0),u=l&&l.fadeIn,m={scale:h.scale.slice()};u&&(m.style={opacity:h.style.opacity}),h.scale=[0,0],u&&(h.style.opacity=0),c.initProps(h,m,a,t)}this._seriesModel=a};var p=["itemStyle"],b=["emphasis","itemStyle"],g=["label"],v=["emphasis","label"];y._updateCommon=function(e,t,l,i){function a(t){return T?e.getName(t):d(e,t)}var r=this.childAt(0),n=e.hostModel,h=e.getItemVisual(t,"color");"image"!==r.type&&r.useStyle({strokeNoScale:!0});var m=i&&i.itemStyle,y=i&&i.hoverItemStyle,f=i&&i.symbolRotate,S=i&&i.symbolOffset,_=i&&i.labelModel,A=i&&i.hoverLabelModel,I=i&&i.hoverAnimation,M=i&&i.cursorStyle;if(!i||e.hasItemOption){var z=i&&i.itemModel?i.itemModel:e.getItemModel(t);m=z.getModel(p).getItemStyle(["color"]),y=z.getModel(b).getItemStyle(),f=z.getShallow("symbolRotate"),S=z.getShallow("symbolOffset"),_=z.getModel(g),A=z.getModel(v),I=z.getShallow("hoverAnimation"),M=z.getShallow("cursor")}else y=s.extend({},y);var x=r.style;r.attr("rotation",(f||0)*Math.PI/180||0),S&&r.attr("position",[u(S[0],l[0]),u(S[1],l[1])]),M&&r.attr("cursor",M),r.setColor(h,i&&i.symbolInnerColor),r.setStyle(m);var O=e.getItemVisual(t,"opacity");null!=O&&(x.opacity=O);var V=e.getItemVisual(t,"liftZ"),P=r.__z2Origin;null!=V?null==P&&(r.__z2Origin=r.z2,r.z2+=V):null!=P&&(r.z2=P,r.__z2Origin=null);var T=i&&i.useNameLabel;c.setLabelStyle(x,y,_,A,{labelFetcher:n,labelDataIndex:t,defaultText:a,isRectText:!0,autoColor:h}),r.off("mouseover").off("mouseout").off("emphasis").off("normal"),r.hoverStyle=y,c.setHoverStyle(r);var w=o(l);if(I&&n.isAnimationEnabled()){var C=function(){if(!this.incremental){var e=w[1]/w[0];this.animateTo({scale:[Math.max(1.1*w[0],w[0]+3),Math.max(1.1*w[1],w[1]+3*e)]},400,"elasticOut")}},D=function(){this.incremental||this.animateTo({scale:w},400,"elasticOut")};r.on("mouseover",C).on("mouseout",D).on("emphasis",C).on("normal",D)}},y.fadeOut=function(e,t){var l=this.childAt(0);this.silent=l.silent=!0,!(t&&t.keepLabel)&&(l.style.text=null),c.updateProps(l,{style:{opacity:0},scale:[0,0]},this._seriesModel,this.dataIndex,e)},s.inherits(i,c.Group);var S=i;l.exports=S});
|
||
;/*!node_modules/echarts/lib/chart/helper/SymbolDraw.js*/
|
||
define("node_modules/echarts/lib/chart/helper/SymbolDraw",function(e,t,o){function r(e){this.group=new l.Group,this._symbolCtor=e||s}function i(e,t,o,r){return!(!t||isNaN(t[0])||isNaN(t[1])||r.isIgnore&&r.isIgnore(o)||r.clipShape&&!r.clipShape.contain(t[0],t[1])||"none"===e.getItemVisual(o,"symbol"))}function a(e){return null==e||c(e)||(e={isIgnore:e}),e||{}}function n(e){var t=e.hostModel;return{itemStyle:t.getModel("itemStyle").getItemStyle(["color"]),hoverItemStyle:t.getModel("emphasis.itemStyle").getItemStyle(),symbolRotate:t.get("symbolRotate"),symbolOffset:t.get("symbolOffset"),hoverAnimation:t.get("hoverAnimation"),labelModel:t.getModel("label"),hoverLabelModel:t.getModel("emphasis.label"),cursorStyle:t.get("cursor")}}var l=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/chart/helper/Symbol"),u=e("node_modules/zrender/lib/core/util"),c=u.isObject,m=r.prototype;m.updateData=function(e,t){t=a(t);var o=this.group,r=e.hostModel,s=this._data,u=this._symbolCtor,c=n(e);s||o.removeAll(),e.diff(s).add(function(r){var a=e.getItemLayout(r);if(i(e,a,r,t)){var n=new u(e,r,c);n.attr("position",a),e.setItemGraphicEl(r,n),o.add(n)}}).update(function(a,n){var m=s.getItemGraphicEl(n),d=e.getItemLayout(a);return i(e,d,a,t)?(m?(m.updateData(e,a,c),l.updateProps(m,{position:d},r)):(m=new u(e,a),m.attr("position",d)),o.add(m),void e.setItemGraphicEl(a,m)):void o.remove(m)}).remove(function(e){var t=s.getItemGraphicEl(e);t&&t.fadeOut(function(){o.remove(t)})}).execute(),this._data=e},m.isPersistent=function(){return!0},m.updateLayout=function(){var e=this._data;e&&e.eachItemGraphicEl(function(t,o){var r=e.getItemLayout(o);t.attr("position",r)})},m.incrementalPrepareUpdate=function(e){this._seriesScope=n(e),this._data=null,this.group.removeAll()},m.incrementalUpdate=function(e,t,o){function r(e){e.isGroup||(e.incremental=e.useHoverLayer=!0)}o=a(o);for(var n=e.start;n<e.end;n++){var l=t.getItemLayout(n);if(i(t,l,n,o)){var s=new this._symbolCtor(t,n,this._seriesScope);s.traverse(r),s.attr("position",l),this.group.add(s),t.setItemGraphicEl(n,s)}}},m.remove=function(e){var t=this.group,o=this._data;o&&e?o.eachItemGraphicEl(function(e){e.fadeOut(function(){t.remove(e)})}):t.removeAll()};var d=r;o.exports=d});
|
||
;/*!node_modules/echarts/lib/chart/line/helper.js*/
|
||
define("node_modules/echarts/lib/chart/line/helper",function(e,a){function t(e,a,t){var i,s=e.getBaseAxis(),r=e.getOtherAxis(s),m=n(r,t),l=s.dim,c=r.dim,u=a.mapDimension(c),D=a.mapDimension(l),f="x"===c||"radius"===c?1:0,v=d(e.dimensions,function(e){return a.mapDimension(e)}),g=a.getCalculationInfo("stackResultDimension");return(i|=o(a,v[0]))&&(v[0]=g),(i|=o(a,v[1]))&&(v[1]=g),{dataDimsForPoint:v,valueStart:m,valueAxisDim:c,baseAxisDim:l,stacked:!!i,valueDim:u,baseDim:D,baseDataOffset:f,stackedOverDimension:a.getCalculationInfo("stackedOverDimension")}}function n(e,a){var t=0,n=e.scale.getExtent();return"start"===a?t=n[0]:"end"===a?t=n[1]:n[0]>0?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;D<c.length;D++){var k=c[D],N=!0;switch(k.cmd){case"=":var b=t.getItemLayout(k.idx),w=e.getItemLayout(k.idx1);(isNaN(b[0])||isNaN(b[1]))&&(b=w.slice()),p.push(b),x.push(w),m.push(a[k.idx]),f.push(i[k.idx1]),v.push(e.getRawIndex(k.idx1));break;case"+":var y=k.idx;p.push(s.dataToPoint([e.get(I.dataDimsForPoint[0],y),e.get(I.dataDimsForPoint[1],y)])),x.push(e.getItemLayout(y).slice()),m.push(r(I,s,e,y)),f.push(i[y]),v.push(e.getRawIndex(y));break;case"-":var y=k.idx,F=t.getRawIndex(y);F!==y?(p.push(t.getItemLayout(y)),x.push(d.dataToPoint([t.get(P.dataDimsForPoint[0],y),t.get(P.dataDimsForPoint[1],y)])),m.push(a[y]),f.push(r(P,d,t,y)),v.push(F)):N=!1}N&&(g.push(k),l.push(l.length))}l.sort(function(t,e){return v[t]-v[e]});for(var L=[],O=[],R=[],C=[],T=[],D=0;D<l.length;D++){var y=l[D];L[D]=p[y],O[D]=x[y],R[D]=m[y],C[D]=f[y],T[D]=g[y]}return{current:L,next:O,stackedOnCurrent:R,stackedOnNext:C,status:T}}var s=t("node_modules/echarts/lib/chart/line/helper"),u=s.prepareDataCoordInfo,r=s.getStackedOnPoint;a.exports=i});
|
||
;/*!node_modules/echarts/lib/chart/line/poly.js*/
|
||
define("node_modules/echarts/lib/chart/line/poly",function(o,n){function e(o){return isNaN(o[0])||isNaN(o[1])}function t(o,n,e,t,s,l,a,u,c,h){return"none"!==h&&h?r.apply(this,arguments):i.apply(this,arguments)}function r(o,n,t,r,i,s,l,a,u,c,h){for(var f=0,d=t,b=0;r>b;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;r<o.length;r++){var i=o[r];i[0]<e[0]&&(e[0]=i[0]),i[1]<e[1]&&(e[1]=i[1]),i[0]>t[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;n<e.length;n++){var o=e[n],i=t[n];if(o[0]!==i[0]||o[1]!==i[1])return}return!0}}function i(e){return"number"==typeof e?e:e?.5:0}function a(e){var t=e.getGlobalExtent();if(e.onBand){var n=e.getBandWidth()/2-1,o=t[1]>t[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<e.length-1;r++){var s=e[r+1],l=e[r];a.push(l);var h=[];switch(n){case"end":h[i]=s[i],h[1-i]=l[1-i],a.push(h);break;case"middle":var u=(l[i]+s[i])/2,p=[];h[i]=p[i]=u,h[1-i]=l[1-i],p[1-i]=s[1-i],a.push(h),a.push(p);break;default:h[i]=l[i],h[1-i]=s[1-i],a.push(h)}}return e[r]&&a.push(e[r]),a}function p(e,t){var n=e.getVisual("visualMeta");if(n&&n.length&&e.count()&&"cartesian2d"===t.type){for(var o,i,a=n.length-1;a>=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;_<f.length;_++){var w=f[_].cmd;if("="===w){var x=e.getItemGraphicEl(f[_].idx1);x&&m.push({el:x,ptIdx:_})}}r.animators&&r.animators.length&&r.animators[0].during(function(){for(var e=0;e<m.length;e++){var t=m[e].el;t.attr("position",r.shape.__points[m[e].ptIdx])}})},remove:function(){var e=this.group,t=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),t&&t.eachItemGraphicEl(function(n,o){n.__temp&&(e.remove(n),t.setItemGraphicEl(o,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._data=null}});n.exports=D});
|
||
;/*!node_modules/echarts/lib/visual/symbol.js*/
|
||
define("node_modules/echarts/lib/visual/symbol",function(e,t,l){function s(e,t,l){return{seriesType:e,performRawSeries:!0,reset:function(e,s){function o(t,l){if("function"==typeof m){var s=e.getRawValue(l),o=e.getDataParams(l);t.setItemVisual(l,"symbolSize",m(s,o))}if(t.hasItemOption){var i=t.getItemModel(l),a=i.getShallow("symbol",!0),n=i.getShallow("symbolSize",!0),u=i.getShallow("symbolKeepAspect",!0);null!=a&&t.setItemVisual(l,"symbol",a),null!=n&&t.setItemVisual(l,"symbolSize",n),null!=u&&t.setItemVisual(l,"symbolKeepAspect",u)}}var i=e.getData(),a=e.get("symbol")||t,m=e.get("symbolSize"),n=e.get("symbolKeepAspect");if(i.setVisual({legendSymbol:l||a,symbol:a,symbolSize:m,symbolKeepAspect:n}),!s.isSeriesFiltered(e)){var u="function"==typeof m;return{dataEach:i.hasItemOption||u?o:null}}}}}l.exports=s});
|
||
;/*!node_modules/echarts/lib/layout/points.js*/
|
||
define("node_modules/echarts/lib/layout/points",function(e,t,n){function a(e){return{seriesType:e,plan:i(),reset:function(e){function t(e,t){for(var n=e.end-e.start,r=i&&new Float32Array(n*d),o=e.start,l=0,u=[],c=[];o<e.end;o++){var m;if(1===d){var p=t.get(s[0],o);m=!isNaN(p)&&a.dataToPoint(p,null,c)}else{var p=u[0]=t.get(s[0],o),f=u[1]=t.get(s[1],o);m=!isNaN(p)&&!isNaN(f)&&a.dataToPoint(u,null,c)}i?(r[l++]=m?m[0]:0/0,r[l++]=m?m[1]:0/0):t.setItemLayout(o,m&&m.slice()||[0/0,0/0])}i&&t.setLayout("symbolPoints",r)}var n=e.getData(),a=e.coordinateSystem,r=e.pipelineContext,i=r.large;if(a){var s=o(a.dimensions,function(e){return n.mapDimension(e)}).slice(0,2),d=s.length,u=n.getCalculationInfo("stackResultDimension");return l(n,s[0])&&(s[0]=u),l(n,s[1])&&(s[1]=u),d&&{progress:t}}}}}var r=e("node_modules/zrender/lib/core/util"),o=r.map,i=e("node_modules/echarts/lib/chart/helper/createRenderPlanner"),s=e("node_modules/echarts/lib/data/helper/dataStackHelper"),l=s.isDimensionStacked;n.exports=a});
|
||
;/*!node_modules/echarts/lib/processor/dataSample.js*/
|
||
define("node_modules/echarts/lib/processor/dataSample",function(t,n,e){function r(t){return{seriesType:t,modifyOutputEnd:!0,reset:function(t){var n=t.getData(),e=t.get("sampling"),r=t.coordinateSystem;if("cartesian2d"===r.type&&e){var o=r.getBaseAxis(),u=r.getOtherAxis(o),s=o.getExtent(),f=s[1]-s[0],c=Math.round(n.count()/f);if(c>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;r<t.length;r++)isNaN(t[r])||(n+=t[r],e++);return 0===e?0/0:n/e},sum:function(t){for(var n=0,e=0;e<t.length;e++)n+=t[e]||0;return n},max:function(t){for(var n=-1/0,e=0;e<t.length;e++)t[e]>n&&(n=t[e]);return isFinite(n)?n:0/0},min:function(t){for(var n=1/0,e=0;e<t.length;e++)t[e]<n&&(n=t[e]);return isFinite(n)?n:0/0},nearest:function(t){return t[0]}},a=function(t){return Math.round(t.length/2)};e.exports=r});
|
||
;/*!node_modules/echarts/lib/coord/cartesian/Cartesian.js*/
|
||
define("node_modules/echarts/lib/coord/cartesian/Cartesian",function(t,e,o){function r(t){return this._axes[t]}var i=t("node_modules/zrender/lib/core/util"),n=function(t){this._axes={},this._dimList=[],this.name=t||""};n.prototype={constructor:n,type:"cartesian",getAxis:function(t){return this._axes[t]},getAxes:function(){return i.map(this._dimList,r,this)},getAxesByScale:function(t){return t=t.toLowerCase(),i.filter(this.getAxes(),function(e){return e.scale.type===t})},addAxis:function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},dataToCoord:function(t){return this._dataCoordConvert(t,"dataToCoord")},coordToData:function(t){return this._dataCoordConvert(t,"coordToData")},_dataCoordConvert:function(t,e){for(var o=this._dimList,r=t instanceof Array?[]:{},i=0;i<o.length;i++){var n=o[i],s=this._axes[n];r[n]=s[e](t[n])}return r}};var s=n;o.exports=s});
|
||
;/*!node_modules/echarts/lib/coord/cartesian/Cartesian2D.js*/
|
||
define("node_modules/echarts/lib/coord/cartesian/Cartesian2D",function(t,o,a){function i(t){n.call(this,t)}var e=t("node_modules/zrender/lib/core/util"),n=t("node_modules/echarts/lib/coord/cartesian/Cartesian");i.prototype={constructor:i,type:"cartesian2d",dimensions:["x","y"],getBaseAxis:function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},containPoint:function(t){var o=this.getAxis("x"),a=this.getAxis("y");return o.contain(o.toLocalCoord(t[0]))&&a.contain(a.toLocalCoord(t[1]))},containData:function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},dataToPoint:function(t,o,a){var i=this.getAxis("x"),e=this.getAxis("y");return a=a||[],a[0]=i.toGlobalCoord(i.dataToCoord(t[0])),a[1]=e.toGlobalCoord(e.dataToCoord(t[1])),a},clampData:function(t,o){var a=this.getAxis("x").scale,i=this.getAxis("y").scale,e=a.getExtent(),n=i.getExtent(),r=a.parse(t[0]),s=i.parse(t[1]);return o=o||[],o[0]=Math.min(Math.max(Math.min(e[0],e[1]),r),Math.max(e[0],e[1])),o[1]=Math.min(Math.max(Math.min(n[0],n[1]),s),Math.max(n[0],n[1])),o},pointToData:function(t,o){var a=this.getAxis("x"),i=this.getAxis("y");return o=o||[],o[0]=a.coordToData(a.toLocalCoord(t[0])),o[1]=i.coordToData(i.toLocalCoord(t[1])),o},getOtherAxis:function(t){return this.getAxis("x"===t.dim?"y":"x")}},e.inherits(i,n);var r=i;a.exports=r});
|
||
;/*!node_modules/echarts/lib/coord/cartesian/Axis2D.js*/
|
||
define("node_modules/echarts/lib/coord/cartesian/Axis2D",function(o,t,i){var e=o("node_modules/zrender/lib/core/util"),r=o("node_modules/echarts/lib/coord/Axis"),n=function(o,t,i,e,n){r.call(this,o,t,i),this.type=e||"value",this.position=n||"bottom"};n.prototype={constructor:n,index:0,getAxesOnZeroOf:null,model:null,isHorizontal:function(){var o=this.position;return"top"===o||"bottom"===o},getGlobalExtent:function(o){var t=this.getExtent();return t[0]=this.toGlobalCoord(t[0]),t[1]=this.toGlobalCoord(t[1]),o&&t[0]>t[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;n<o.length;n++)if(o[n].getAxis("x").index===t||o[n].getAxis("y").index===e)return o[n]},w.getCartesians=function(){return this._coordsList.slice()},w.convertToPixel=function(t,e,i){var n=this._findConvertTarget(t,e);return n.cartesian?n.cartesian.dataToPoint(i):n.axis?n.axis.toGlobalCoord(n.axis.dataToCoord(i)):null},w.convertFromPixel=function(t,e,i){var n=this._findConvertTarget(t,e);return n.cartesian?n.cartesian.pointToData(i):n.axis?n.axis.coordToData(n.axis.toLocalCoord(i)):null},w._findConvertTarget=function(t,e){var i,n,o=e.seriesModel,s=e.xAxisModel||o&&o.getReferringComponents("xAxis")[0],r=e.yAxisModel||o&&o.getReferringComponents("yAxis")[0],a=e.gridModel,c=this._coordsList;if(o)i=o.coordinateSystem,g(c,i)<0&&(i=null);else if(s&&r)i=this.getCartesian(s.componentIndex,r.componentIndex);else if(s)n=this.getAxis("x",s.componentIndex);else if(r)n=this.getAxis("y",r.componentIndex);else if(a){var d=a.coordinateSystem;d===this&&(i=this._coordsList[0])}return{cartesian:i,axis:n}},w.containPoint=function(t){var e=this._coordsList[0];return e?e.containPoint(t):void 0},w._initCartesian=function(t,e){function i(i){return function(a,c){if(n(a,t,e)){var d=a.get("position");"x"===i?"top"!==d&&"bottom"!==d&&(d="bottom",o[d]&&(d="top"===d?"bottom":"top")):"left"!==d&&"right"!==d&&(d="left",o[d]&&(d="left"===d?"right":"left")),o[d]=!0;var u=new L(i,y(a),[0,0],a.get("type"),d),x="category"===u.type;u.onBand=x&&a.get("boundaryGap"),u.inverse=a.get("inverse"),a.axis=u,u.model=a,u.grid=this,u.index=c,this._axesList.push(u),s[i][c]=u,r[i]++}}}var o={left:!1,right:!1,top:!1,bottom:!1},s={x:{},y:{}},r={x:0,y:0};return e.eachComponent("xAxis",i("x"),this),e.eachComponent("yAxis",i("y"),this),r.x&&r.y?(this._axesMap=s,void h(s.x,function(e,i){h(s.y,function(n,o){var s="x"+i+"y"+o,r=new b(s);r.grid=this,r.model=t,this._coordsMap[s]=r,this._coordsList.push(r),r.addAxis(e),r.addAxis(n)},this)},this)):(this._axesMap={},void(this._axesList=[]))},w._updateScale=function(t,e){function i(t,e){h(t.mapDimension(e.dim,!0),function(i){e.scale.unionExtentFromData(t,I(t,i))})}h(this._axesList,function(t){t.scale.setExtent(1/0,-1/0)}),t.eachSeries(function(o){if(d(o)){var s=c(o,t),r=s[0],a=s[1];if(!n(r,e,t)||!n(a,e,t))return;var u=this.getCartesian(r.componentIndex,a.componentIndex),x=o.getData(),l=u.getAxis("x"),h=u.getAxis("y");"list"===x.type&&(i(x,l,o),i(x,h,o))}},this)},w.getTooltipAxes=function(t){var e=[],i=[];return h(this.getCartesians(),function(n){var o=null!=t&&"auto"!==t?n.getAxis(t):n.getBaseAxis(),s=n.getOtherAxis(o);g(e,o)<0&&e.push(o),g(i,s)<0&&i.push(s)}),{baseAxes:e,otherAxes:i}};var D=["xAxis","yAxis"];o.create=function(t,e){var i=[];return t.eachComponent("grid",function(n,s){var r=new o(n,t,e);r.name="grid_"+s,r.resize(n,e,!0),n.coordinateSystem=r,i.push(r)}),t.eachSeries(function(e){if(d(e)){var i=c(e,t),n=i[0],o=i[1],s=n.getCoordSysModel(),r=s.coordinateSystem;e.coordinateSystem=r.getCartesian(n.componentIndex,o.componentIndex)}}),i},o.dimensions=o.prototype.dimensions=b.prototype.dimensions,S.register("cartesian2d",o);var P=o;i.exports=P});
|
||
;/*!node_modules/echarts/lib/component/axis/AxisBuilder.js*/
|
||
define("node_modules/echarts/lib/component/axis/AxisBuilder",function(t,e,n){function i(t){var e={componentType:t.mainType};return e[t.mainType+"Index"]=t.componentIndex,e}function o(t,e,n,i){var o,a,r=L(n-t.rotation),l=i[0]>i[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;g<l.length;g++){var m=l[g].coord;s[0]=m,s[1]=0,u[0]=m,u[1]=n.tickDirection*r,d&&(A(s,s,d),A(u,u,d));var h=new b.Line(b.subPixelOptimizeLine({anid:"tick_"+l[g].tickValue,shape:{x1:s[0],y1:s[1],x2:u[0],y2:u[1]},style:x(a.getLineStyle(),{stroke:e.get("axisLine.lineStyle.color")}),z2:2,silent:!0}));t.group.add(h),c.push(h)}return c}}function c(t,e,n){var o=e.axis,r=m(n.axisLabelShow,e.get("axisLabel.show"));if(r&&!o.scale.isBlank()){var l=e.getModel("axisLabel"),s=l.get("margin"),u=o.getViewLabels(),d=(m(n.labelRotate,l.get("rotate"))||0)*k/180,c=C(n.rotation,d,n.labelDirection),g=e.getCategories(!0),x=[],h=a(e),p=e.get("triggerEvent");return f(u,function(a,r){var u=a.tickValue,d=a.formattedLabel,m=a.rawLabel,f=l;g&&g[u]&&g[u].textStyle&&(f=new v(g[u].textStyle,l,e.ecModel));var y=f.getTextColor()||e.get("axisLine.lineStyle.color"),T=o.dataToCoord(u),L=[T,n.labelOffset+n.labelDirection*s],M=new b.Text({anid:"label_"+u,position:L,rotation:c.rotation,silent:h,z2:10});b.setTextStyle(M.style,f,{text:d,textAlign:f.getShallow("align",!0)||c.textAlign,textVerticalAlign:f.getShallow("verticalAlign",!0)||f.getShallow("baseline",!0)||c.textVerticalAlign,textFill:"function"==typeof y?y("category"===o.type?m:"value"===o.type?u+"":u,r):y}),p&&(M.eventData=i(e),M.eventData.targetType="axisLabel",M.eventData.value=m),t._dumbGroup.add(M),M.updateTransform(),x.push(M),t.group.add(M),M.decomposeTransform()}),x}}var g=t("node_modules/zrender/lib/core/util"),m=g.retrieve,x=g.defaults,h=g.extend,f=g.each,p=t("node_modules/echarts/lib/util/format"),b=t("node_modules/echarts/lib/util/graphic"),v=t("node_modules/echarts/lib/model/Model"),y=t("node_modules/echarts/lib/util/number"),T=y.isRadianAroundZero,L=y.remRadian,M=t("node_modules/echarts/lib/util/symbol"),_=M.createSymbol,w=t("node_modules/zrender/lib/core/matrix"),S=t("node_modules/zrender/lib/core/vector"),A=S.applyTransform,k=Math.PI,D=function(t,e){this.opt=e,this.axisModel=t,x(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0}),this.group=new b.Group;var n=new b.Group({position:e.position.slice(),rotation:e.rotation});n.updateTransform(),this._transform=n.transform,this._dumbGroup=n};D.prototype={constructor:D,hasBuilder:function(t){return!!z[t]},add:function(t){z[t].call(this)},getGroup:function(){return this.group}};var z={axisLine:function(){var t=this.opt,e=this.axisModel;if(e.get("axisLine.show")){var n=this.axisModel.axis.getExtent(),i=this._transform,o=[n[0],0],a=[n[1],0];i&&(A(o,o,i),A(a,a,i));var r=h({lineCap:"round"},e.getModel("axisLine.lineStyle").getLineStyle());this.group.add(new b.Line(b.subPixelOptimizeLine({anid:"line",shape:{x1:o[0],y1:o[1],x2:a[0],y2:a[1]},style:r,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1})));var l=e.get("axisLine.symbol"),s=e.get("axisLine.symbolSize"),u=e.get("axisLine.symbolOffset")||0;if("number"==typeof u&&(u=[u,u]),null!=l){"string"==typeof l&&(l=[l,l]),("string"==typeof s||"number"==typeof s)&&(s=[s,s]);var d=s[0],c=s[1];f([{rotate:t.rotation+Math.PI/2,offset:u[0],r:0},{rotate:t.rotation-Math.PI/2,offset:u[1],r:Math.sqrt((o[0]-a[0])*(o[0]-a[0])+(o[1]-a[1])*(o[1]-a[1]))}],function(e,n){if("none"!==l[n]&&null!=l[n]){var i=_(l[n],-d/2,-c/2,d,c,r.stroke,!0),a=e.r+e.offset,s=[o[0]+a*Math.cos(t.rotation),o[1]-a*Math.sin(t.rotation)];i.attr({rotation:e.rotate,position:s,silent:!0}),this.group.add(i)}},this)}}},axisTickLabel:function(){var t=this.axisModel,e=this.opt,n=d(this,t,e),i=c(this,t,e);r(t,i,n)},axisName:function(){var t=this.opt,e=this.axisModel,n=m(t.axisName,e.get("name"));if(n){var r,l=e.get("nameLocation"),s=t.nameDirection,d=e.getModel("nameTextStyle"),c=e.get("nameGap")||0,g=this.axisModel.axis.getExtent(),x=g[0]>g[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<e.length;i++){var s=e[i]||{};if(r(s[n+"AxisId"],t.id)||r(s[n+"AxisIndex"],t.componentIndex)||r(s[n+"AxisName"],t.name))return i}}function r(e,o){return"all"===e||x.isArray(e)&&x.indexOf(e,o)>=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]),a<l[0]&&(a=l[0]),i.value=a,r&&(i.status=o.axis.scale.isBlank()?"hide":"show")}}function d(e){var o=(e.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return o&&o.axesInfo[g(e)]}function u(e){var o=d(e);return o&&o.axisPointerModel}function c(e){return!!e.get("handle.show")}function g(e){return e.type+"||"+e.id}var x=e("node_modules/zrender/lib/core/util"),f=e("node_modules/echarts/lib/model/Model"),p=x.each,v=x.curry;o.collect=t,o.fixValue=l,o.getAxisInfo=d,o.getAxisPointerModel=u,o.makeKey=g});
|
||
;/*!node_modules/echarts/lib/component/axis/AxisView.js*/
|
||
define("node_modules/echarts/lib/component/axis/AxisView",function(e,i,s){function n(e,i,s,n,o,r){var u=l.getAxisPointerClass(e.axisPointerClass);if(u){var x=a.getAxisPointerModel(i);x?(e._axisPointer||(e._axisPointer=new u)).render(i,x,n,r):t(e,n)}}function t(e,i,s){var n=e._axisPointer;n&&n.dispose(i,s),e._axisPointer=null}var o=e("node_modules/echarts/lib/config"),r=(o.__DEV__,e("node_modules/echarts/lib/echarts")),a=e("node_modules/echarts/lib/component/axisPointer/modelHelper"),l=r.extendComponentView({type:"axis",_axisPointer:null,axisPointerClass:null,render:function(e,i,s,t){this.axisPointerClass&&a.fixValue(e),l.superApply(this,"render",arguments),n(this,e,i,s,t,!0)},updateAxisPointer:function(e,i,s,t){n(this,e,i,s,t,!1)},remove:function(e,i){var s=this._axisPointer;s&&s.remove(i),l.superApply(this,"remove",arguments)},dispose:function(e,i){t(this,i),l.superApply(this,"dispose",arguments)}}),u=[];l.registerAxisPointerClass=function(e,i){u[e]=i},l.getAxisPointerClass=function(e){return e&&u[e]};var x=l;s.exports=x});
|
||
;/*!node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js*/
|
||
define("node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper",function(e,t){function o(e,t,o){o=o||{};var r=e.coordinateSystem,a=t.axis,n={},l=a.getAxesOnZeroOf()[0],c=a.position,s=l?"onZero":c,d=a.dim,b=r.getRect(),x=[b.x,b.x+b.width,b.y,b.y+b.height],f={left:0,right:1,top:0,bottom:1,onZero:2},g=t.get("offset")||0,h="x"===d?[x[2]-g,x[3]+g]:[x[0]-g,x[1]+g];if(l){var m=l.toGlobalCoord(l.dataToCoord(0));h[f.onZero]=Math.max(Math.min(m,h[1]),h[0])}n.position=["y"===d?h[f[s]]:x[0],"x"===d?h[f[s]]:x[3]],n.rotation=Math.PI/2*("x"===d?0:1);var u={top:-1,bottom:1,left:-1,right:1};n.labelDirection=n.tickDirection=n.nameDirection=u[c],n.labelOffset=l?h[f[c]]-h[f.onZero]:0,t.get("axisTick.inside")&&(n.tickDirection=-n.tickDirection),i.retrieve(o.labelInside,t.get("axisLabel.inside"))&&(n.labelDirection=-n.labelDirection);var D=t.get("axisLabel.rotate");return n.labelRotate="top"===s?-D:D,n.z2=1,n}var i=e("node_modules/zrender/lib/core/util");t.layout=o});
|
||
;/*!node_modules/echarts/lib/component/axis/CartesianAxisView.js*/
|
||
define("node_modules/echarts/lib/component/axis/CartesianAxisView",function(e){var i=e("node_modules/zrender/lib/core/util"),t=e("node_modules/echarts/lib/util/graphic"),a=e("node_modules/echarts/lib/component/axis/AxisBuilder"),o=e("node_modules/echarts/lib/component/axis/AxisView"),s=e("node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper"),l=["axisLine","axisTickLabel","axisName"],r=["splitArea","splitLine"],n=o.extend({type:"cartesianAxis",axisPointerClass:"CartesianAxisPointer",render:function(e,o,d,c){this.group.removeAll();var h=this._axisGroup;if(this._axisGroup=new t.Group,this.group.add(this._axisGroup),e.get("show")){var u=e.getCoordSysModel(),p=s.layout(u,e),x=new a(e,p);i.each(l,x.add,x),this._axisGroup.add(x.getGroup()),i.each(r,function(i){e.get(i+".show")&&this["_"+i](e,u)},this),t.groupTransition(h,this._axisGroup,e),n.superCall(this,"render",e,o,d,c)}},remove:function(){this._splitAreaColors=null},_splitLine:function(e,a){var o=e.axis;if(!o.scale.isBlank()){var s=e.getModel("splitLine"),l=s.getModel("lineStyle"),r=l.get("color");r=i.isArray(r)?r:[r];for(var n=a.coordinateSystem.getRect(),d=o.isHorizontal(),c=0,h=o.getTicksCoords({tickModel:s}),u=[],p=[],x=l.getLineStyle(),g=0;g<h.length;g++){var y=o.toGlobalCoord(h[g].coord);d?(u[0]=y,u[1]=n.y,p[0]=y,p[1]=n.y+n.height):(u[0]=n.x,u[1]=y,p[0]=n.x+n.width,p[1]=y);var _=c++%r.length,f=h[g].tickValue;this._axisGroup.add(new t.Line(t.subPixelOptimizeLine({anid:null!=f?"line_"+h[g].tickValue:null,shape:{x1:u[0],y1:u[1],x2:p[0],y2:p[1]},style:i.defaults({stroke:r[_]},x),silent:!0})))}}},_splitArea:function(e,a){var o=e.axis;if(!o.scale.isBlank()){var s=e.getModel("splitArea"),l=s.getModel("areaStyle"),r=l.get("color"),n=a.coordinateSystem.getRect(),d=o.getTicksCoords({tickModel:s,clamp:!0});if(d.length){var c=r.length,h=this._splitAreaColors,u=i.createHashMap(),p=0;if(h)for(var x=0;x<d.length;x++){var g=h.get(d[x].tickValue);if(null!=g){p=(g+(c-1)*x)%c;break}}var y=o.toGlobalCoord(d[0].coord),_=l.getAreaStyle();r=i.isArray(r)?r:[r];for(var x=1;x<d.length;x++){var f,v,A,m,k=o.toGlobalCoord(d[x].coord);o.isHorizontal()?(f=y,v=n.y,A=k-f,m=n.height,y=f+A):(f=n.x,v=y,A=n.width,m=k-v,y=v+m);var C=d[x-1].tickValue;null!=C&&u.set(C,p),this._axisGroup.add(new t.Rect({anid:null!=C?"area_"+C:null,shape:{x:f,y:v,width:A,height:m},style:i.defaults({fill:r[p]},_),silent:!0})),p=(p+1)%c}this._splitAreaColors=u}}}});n.extend({type:"xAxis"}),n.extend({type:"yAxis"})});
|
||
;/*!node_modules/echarts/lib/component/axis.js*/
|
||
define("node_modules/echarts/lib/component/axis",function(e){e("node_modules/echarts/lib/coord/cartesian/AxisModel"),e("node_modules/echarts/lib/component/axis/CartesianAxisView")});
|
||
;/*!node_modules/echarts/lib/component/gridSimple.js*/
|
||
define("node_modules/echarts/lib/component/gridSimple",function(e){var o=e("node_modules/echarts/lib/echarts"),t=e("node_modules/zrender/lib/core/util"),r=e("node_modules/echarts/lib/util/graphic");e("node_modules/echarts/lib/coord/cartesian/Grid"),e("node_modules/echarts/lib/component/axis"),o.extendComponentView({type:"grid",render:function(e){this.group.removeAll(),e.get("show")&&this.group.add(new r.Rect({shape:e.coordinateSystem.getRect(),style:t.defaults({fill:e.get("backgroundColor")},e.getItemStyle()),silent:!0,z2:-1}))}}),o.registerPreprocessor(function(e){e.xAxis&&e.yAxis&&!e.grid&&(e.grid={})})});
|
||
;/*!node_modules/echarts/lib/chart/line.js*/
|
||
define("node_modules/echarts/lib/chart/line",function(e){var i=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/line/LineSeries"),e("node_modules/echarts/lib/chart/line/LineView");var l=e("node_modules/echarts/lib/visual/symbol"),s=e("node_modules/echarts/lib/layout/points"),o=e("node_modules/echarts/lib/processor/dataSample");e("node_modules/echarts/lib/component/gridSimple"),i.registerVisual(l("line","circle","line")),i.registerLayout(s("line")),i.registerProcessor(i.PRIORITY.PROCESSOR.STATISTIC,o("line"))});
|
||
;/*!node_modules/echarts/lib/chart/bar/BaseBarSeries.js*/
|
||
define("node_modules/echarts/lib/chart/bar/BaseBarSeries",function(e,t,r){var a=e("node_modules/echarts/lib/model/Series"),i=e("node_modules/echarts/lib/chart/helper/createListFromArray"),s=a.extend({type:"series.__base_bar__",getInitialData:function(){return i(this.getSource(),this)},getMarkerPosition:function(e){var t=this.coordinateSystem;if(t){var r=t.dataToPoint(t.clampData(e)),a=this.getData(),i=a.getLayout("offset"),s=a.getLayout("size"),o=t.getBaseAxis().isHorizontal()?0:1;return r[o]+=i+s/2,r}return[0/0,0/0]},defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:5e3,progressiveChunkMode:"mod",itemStyle:{},emphasis:{}}});r.exports=s});
|
||
;/*!node_modules/echarts/lib/chart/bar/BarSeries.js*/
|
||
define("node_modules/echarts/lib/chart/bar/BarSeries",function(e,r,s){var t=e("node_modules/echarts/lib/chart/bar/BaseBarSeries"),i=t.extend({type:"series.bar",dependencies:["grid","polar"],brushSelector:"rect",getProgressive:function(){return this.get("large")?this.get("progressive"):!1},getProgressiveThreshold:function(){var e=this.get("progressiveThreshold"),r=this.get("largeThreshold");return r>e&&(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.startAngle<r.endAngle,s=new c.Sector({shape:u.defaults({clockwise:l},r)});if(n){var d=s.shape,h=i?"r":"endAngle",p={};d[h]=i?0:r.startAngle,p[h]=r[h],c[o?"updateProps":"initProps"](s,{shape:p},n,t)}return s}},w={cartesian2d:function(e,t,a){var r=e.getItemLayout(t),i=o(a,r),n=r.width>0?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;n<a.length;n+=2)r[this.__valueIdx]=a[n+i],e.moveTo(r[0],r[1]),e.lineTo(a[n],a[n+1])}});a.exports=v});
|
||
;/*!node_modules/echarts/lib/chart/bar.js*/
|
||
define("node_modules/echarts/lib/chart/bar",function(e){var r=e("node_modules/echarts/lib/echarts"),a=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/layout/barGrid"),t=o.layout,s=o.largeLayout;e("node_modules/echarts/lib/coord/cartesian/Grid"),e("node_modules/echarts/lib/chart/bar/BarSeries"),e("node_modules/echarts/lib/chart/bar/BarView"),e("node_modules/echarts/lib/component/gridSimple"),r.registerLayout(a.curry(t,"bar")),r.registerLayout(s),r.registerVisual({seriesType:"bar",reset:function(e){e.getData().setVisual("legendSymbol","roundRect")}})});
|
||
;/*!node_modules/echarts/lib/chart/helper/createListSimply.js*/
|
||
define("node_modules/echarts/lib/chart/helper/createListSimply",function(e,r,t){function i(e,r,t){r=d(r)&&{coordDimensions:r}||s({},r);var i=e.getSource(),a=n(i,r),l=new o(a,e);return l.initData(i,t),l}var n=e("node_modules/echarts/lib/data/helper/createDimensions"),o=e("node_modules/echarts/lib/data/List"),a=e("node_modules/zrender/lib/core/util"),s=a.extend,d=a.isArray;t.exports=i});
|
||
;/*!node_modules/echarts/lib/component/helper/selectableMixin.js*/
|
||
define("node_modules/echarts/lib/component/helper/selectableMixin",function(e,t,s){var l=e("node_modules/zrender/lib/core/util"),i={updateSelectedMap:function(e){this._targetList=l.isArray(e)?e.slice():[],this._selectTargetMap=l.reduce(e||[],function(e,t){return e.set(t.name,t),e},l.createHashMap())},select:function(e,t){var s=null!=t?this._targetList[t]:this._selectTargetMap.get(e),l=this.get("selectedMode");"single"===l&&this._selectTargetMap.each(function(e){e.selected=!1}),s&&(s.selected=!0)},unSelect:function(e,t){var s=null!=t?this._targetList[t]:this._selectTargetMap.get(e);s&&(s.selected=!1)},toggleSelected:function(e,t){var s=null!=t?this._targetList[t]:this._selectTargetMap.get(e);return null!=s?(this[s.selected?"unSelect":"select"](e,t),s.selected):void 0},isSelected:function(e,t){var s=null!=t?this._targetList[t]:this._selectTargetMap.get(e);return s&&s.selected}};s.exports=i});
|
||
;/*!node_modules/echarts/lib/chart/pie/PieSeries.js*/
|
||
define("node_modules/echarts/lib/chart/pie/PieSeries",function(e,t,i){var a=e("node_modules/echarts/lib/echarts"),l=e("node_modules/echarts/lib/chart/helper/createListSimply"),n=e("node_modules/zrender/lib/core/util"),s=e("node_modules/echarts/lib/util/model"),r=e("node_modules/echarts/lib/util/number"),o=r.getPercentWithPrecision,h=e("node_modules/echarts/lib/component/helper/selectableMixin"),c=e("node_modules/echarts/lib/data/helper/dataProvider"),u=c.retrieveRawAttr,d=a.extendSeriesModel({type:"series.pie",init:function(e){d.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()},this.updateSelectedMap(this._createSelectableList()),this._defaultLabelLine(e)},mergeOption:function(e){d.superCall(this,"mergeOption",e),this.updateSelectedMap(this._createSelectableList())},getInitialData:function(){return l(this,["value"])},_createSelectableList:function(){for(var e=this.getRawData(),t=e.mapDimension("value"),i=[],a=0,l=e.count();l>a;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;h<e.length;h++)e[h].x<t?l.push(e[h]):g.push(e[h]);r(g,t,n,i,1,a,o),r(l,t,n,i,-1,a,o);for(var h=0;h<e.length;h++){var s=e[h].linePoints;if(s){var c=s[1][0]-s[2][0];s[2][0]=e[h].x<t?e[h].x+3:e[h].x-3,s[1][1]=s[2][1]=e[h].y,s[1][0]=s[2][0]+c}}}function a(e,t,n,r){var a,l,g=e.getData(),h=[],s=!1;g.each(function(n){var r,i,c,f,u=g.getItemLayout(n),v=g.getItemModel(n),d=v.getModel("label"),y=d.get("position")||v.get("emphasis.label.position"),b=v.getModel("labelLine"),p=b.get("length"),x=b.get("length2"),m=(u.startAngle+u.endAngle)/2,M=Math.cos(m),A=Math.sin(m);a=u.cx,l=u.cy;var L="inside"===y||"inner"===y;if("center"===y)r=u.cx,i=u.cy,f="center";else{var _=(L?(u.r+u.r0)/2*M:u.r*M)+a,I=(L?(u.r+u.r0)/2*A:u.r*A)+l;if(r=_+3*M,i=I+3*A,!L){var N=_+M*(p+t-u.r),P=I+A*(p+t-u.r),E=N+(0>M?-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<t.length;i++)if(!t[i].isSelected(n))return!1;return!0})}}}}t.exports=r});
|
||
;/*!node_modules/echarts/lib/chart/pie.js*/
|
||
define("node_modules/echarts/lib/chart/pie",function(e){var t=e("node_modules/echarts/lib/echarts"),i=e("node_modules/zrender/lib/core/util");e("node_modules/echarts/lib/chart/pie/PieSeries"),e("node_modules/echarts/lib/chart/pie/PieView");var l=e("node_modules/echarts/lib/action/createDataSelectAction"),o=e("node_modules/echarts/lib/visual/dataColor"),r=e("node_modules/echarts/lib/chart/pie/pieLayout"),c=e("node_modules/echarts/lib/processor/dataFilter");l("pie",[{type:"pieToggleSelect",event:"pieselectchanged",method:"toggleSelected"},{type:"pieSelect",event:"pieselected",method:"select"},{type:"pieUnSelect",event:"pieunselected",method:"unSelect"}]),t.registerVisual(o("pie")),t.registerLayout(i.curry(r,"pie")),t.registerProcessor(c("pie"))});
|
||
;/*!node_modules/echarts/lib/chart/scatter/ScatterSeries.js*/
|
||
define("node_modules/echarts/lib/chart/scatter/ScatterSeries",function(e,r,t){var i=e("node_modules/echarts/lib/chart/helper/createListFromArray"),s=e("node_modules/echarts/lib/model/Series"),o=s.extend({type:"series.scatter",dependencies:["grid","polar","geo","singleAxis","calendar"],getInitialData:function(){return i(this.getSource(),this)},brushSelector:"point",getProgressive:function(){var e=this.option.progressive;return null==e?this.option.large?5e3:this.get("progressive"):e},getProgressiveThreshold:function(){var e=this.option.progressiveThreshold;return null==e?this.option.large?1e4:this.get("progressiveThreshold"):e},defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0,hoverAnimation:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8}}});t.exports=o});
|
||
;/*!node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js*/
|
||
define("node_modules/echarts/lib/chart/helper/LargeSymbolDraw",function(e,t,n){function r(){this.group=new a.Group}var a=e("node_modules/echarts/lib/util/graphic"),s=e("node_modules/echarts/lib/util/symbol"),i=s.createSymbol,o=e("node_modules/zrender/lib/graphic/IncrementalDisplayable"),l=4,h=a.extendShape({shape:{points:null},symbolProxy:null,buildPath:function(e,t){var n=t.points,r=t.size,a=this.symbolProxy,s=a.shape,i=e.getContext?e.getContext():e,o=i&&r[0]<l;if(!o)for(var h=0;h<n.length;){var u=n[h++],c=n[h++];isNaN(u)||isNaN(c)||(s.x=u-r[0]/2,s.y=c-r[1]/2,s.width=r[0],s.height=r[1],a.buildPath(e,s,!0))}},afterBrush:function(e){var t=this.shape,n=t.points,r=t.size,a=r[0]<l;if(a){this.setTransform(e);for(var s=0;s<n.length;){var i=n[s++],o=n[s++];isNaN(i)||isNaN(o)||e.fillRect(i-r[0]/2,o-r[1]/2,r[0],r[1])}this.restoreTransform(e)}},findDataIndex:function(e,t){for(var n=this.shape,r=n.points,a=n.size,s=Math.max(a[0],4),i=Math.max(a[1],4),o=r.length/2-1;o>=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]<l;e.useStyle(r.getModel("itemStyle").getItemStyle(s?["color","shadowBlur","shadowColor"]:["color"]));var o=t.getVisual("color");o&&e.setColor(o),n||(e.seriesIndex=r.seriesIndex,e.on("mousemove",function(t){e.dataIndex=null;var n=e.findDataIndex(t.offsetX,t.offsetY);n>=0&&(e.dataIndex=n+(e.startIndex||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;c<this._indicatorAxes.length;c++){var d=this._indicatorAxes[c],h=Math.abs(r-d.angle);o>h&&(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(u<a[1]&&isFinite(u)&&isFinite(a[1]))}else if(null!=c){var g;do g=c-l*r,i.setExtent(g,+c),i.setInterval(l),l=e(l);while(g>a[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<v.length;A++){if(h){var _=t(f,g,A);f[_].push(new l.Circle({shape:{cx:y,cy:x,r:v[A].coord}}))}if(u&&A<v.length-1){var _=t(m,p,A);m[_].push(new l.Ring({shape:{cx:y,cy:x,r0:v[A].coord,r:v[A+1].coord}}))}}else for(var b,w=r.map(n,function(e,t){var n=e.getTicksCoords();return b=null==b?n.length-1:Math.min(n.length-1,b),r.map(n,function(e){return i.coordToPoint(e.coord,t)})}),S=[],A=0;b>=A;A++){for(var k=[],L=0;L<n.length;L++)k.push(w[L][A]);if(k[0]&&k.push(k[0].slice()),h){var _=t(f,g,A);f[_].push(new l.Polyline({shape:{points:k}}))}if(u&&S){var _=t(m,p,A-1);m[_].push(new l.Polygon({shape:{points:k.concat(S)}}))}S=k.slice().reverse()}var M=c.getLineStyle(),P=d.getAreaStyle();r.each(m,function(e,t){this.group.add(l.mergePath(e,{style:r.defaults({stroke:"none",fill:p[t%p.length]},P),silent:!0}))},this),r.each(f,function(e,t){this.group.add(l.mergePath(e,{style:r.defaults({fill:"none",stroke:g[t%g.length]},M),silent:!0}))},this)}}});i.exports=c});
|
||
;/*!node_modules/echarts/lib/component/radar.js*/
|
||
define("node_modules/echarts/lib/component/radar",function(d){d("node_modules/echarts/lib/coord/radar/Radar"),d("node_modules/echarts/lib/coord/radar/RadarModel"),d("node_modules/echarts/lib/component/radar/RadarView")});
|
||
;/*!node_modules/echarts/lib/chart/radar/RadarSeries.js*/
|
||
define("node_modules/echarts/lib/chart/radar/RadarSeries",function(e,t,r){var i=e("node_modules/echarts/lib/model/Series"),a=e("node_modules/echarts/lib/chart/helper/createListSimply"),n=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/util/format"),d=o.encodeHTML,s=i.extend({type:"series.radar",dependencies:["radar"],init:function(){s.superApply(this,"init",arguments),this.legendDataProvider=function(){return this.getRawData()}},getInitialData:function(){return a(this,{generateCoord:"indicator_",generateCoordCount:1/0})},formatTooltip:function(e){var t=this.getData(),r=this.coordinateSystem,i=r.getIndicatorAxes(),a=this.getData().getName(e);return d(""===a?this.name:a)+"<br/>"+n.map(i,function(r){var i=t.get(t.mapDimension(r.dim),e);return d(r.name+" : "+i)}).join("<br />")},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;d<l.length-1;d++){var p=t(r,n);p&&(p.__dimIdx=d,o[d]?(p.attr("position",o[d]),a[s?"initProps":"updateProps"](p,{position:l[d]},e,n)):p.attr("position",l[d]),i.add(p))}}function i(e){return r.map(e,function(){return[s.cx,s.cy]})}var s=e.coordinateSystem,d=this.group,p=e.getData(),u=this._data;p.diff(u).add(function(t){var l=p.getItemLayout(t);if(l){var r=new a.Polygon,n=new a.Polyline,s={shape:{points:l}};r.shape.points=i(l),n.shape.points=i(l),a.initProps(r,s,e,t),a.initProps(n,s,e,t);var d=new a.Group,u=new a.Group;d.add(n),d.add(r),d.add(u),o(n.shape.points,l,u,p,t,!0),p.setItemGraphicEl(t,d)}}).update(function(t,l){var i=u.getItemGraphicEl(l),r=i.childAt(0),n=i.childAt(1),s=i.childAt(2),d={shape:{points:p.getItemLayout(t)}};d.shape.points&&(o(r.shape.points,d.shape.points,s,p,t,!1),a.updateProps(r,d,e),a.updateProps(n,d,e),p.setItemGraphicEl(t,i))}).remove(function(e){d.remove(u.getItemGraphicEl(e))}).execute(),p.eachItemGraphicEl(function(e,t){function o(){s.attr("ignore",f)}function l(){s.attr("ignore",y)}var i=p.getItemModel(t),n=e.childAt(0),s=e.childAt(1),u=e.childAt(2),c=p.getItemVisual(t,"color");d.add(e),n.useStyle(r.defaults(i.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:c})),n.hoverStyle=i.getModel("emphasis.lineStyle").getLineStyle();var m=i.getModel("areaStyle"),h=i.getModel("emphasis.areaStyle"),y=m.isEmpty()&&m.parentModel.isEmpty(),f=h.isEmpty()&&h.parentModel.isEmpty();f=f&&y,s.ignore=y,s.useStyle(r.defaults(m.getAreaStyle(),{fill:c,opacity:.7})),s.hoverStyle=h.getAreaStyle();var g=i.getModel("itemStyle").getItemStyle(["color"]),v=i.getModel("emphasis.itemStyle").getItemStyle(),S=i.getModel("label"),I=i.getModel("emphasis.label");u.eachChild(function(e){e.setStyle(g),e.hoverStyle=r.clone(v),a.setLabelStyle(e.style,e.hoverStyle,S,I,{labelFetcher:p.hostModel,labelDataIndex:t,labelDimIndex:e.__dimIdx,defaultText:p.get(p.dimensions[e.__dimIdx],t),autoColor:c,isRectText:!0})}),e.off("mouseover").off("mouseout").off("normal").off("emphasis"),e.on("emphasis",o).on("mouseover",o).on("normal",l).on("mouseout",l),a.setHoverStyle(e)}),this._data=p},remove:function(){this.group.removeAll(),this._data=null},dispose:function(){}});o.exports=s});
|
||
;/*!node_modules/echarts/lib/chart/radar/radarLayout.js*/
|
||
define("node_modules/echarts/lib/chart/radar/radarLayout",function(a,e,t){function n(a){a.eachSeriesByType("radar",function(a){function e(a,e){n[e]=n[e]||[],n[e][r]=o.dataToPoint(a,r)}var t=a.getData(),n=[],o=a.coordinateSystem;if(o){for(var i=o.getIndicatorAxes(),r=0;r<i.length;r++)t.each(t.mapDimension(i[r].dim),e);t.each(function(a){n[a][0]&&n[a].push(n[a][0].slice()),t.setItemLayout(a,n[a])})}})}t.exports=n});
|
||
;/*!node_modules/echarts/lib/chart/radar/backwardCompat.js*/
|
||
define("node_modules/echarts/lib/chart/radar/backwardCompat",function(r,a,e){function d(r){var a=r.polar;if(a){n.isArray(a)||(a=[a]);var e=[];n.each(a,function(a){a.indicator?(a.type&&!a.shape&&(a.shape=a.type),r.radar=r.radar||[],n.isArray(r.radar)||(r.radar=[r.radar]),r.radar.push(a)):e.push(a)}),r.polar=e}n.each(r.series,function(r){r&&"radar"===r.type&&r.polarIndex&&(r.radarIndex=r.polarIndex)})}var n=r("node_modules/zrender/lib/core/util");e.exports=d});
|
||
;/*!node_modules/echarts/lib/chart/radar.js*/
|
||
define("node_modules/echarts/lib/chart/radar",function(r){var a=r("node_modules/echarts/lib/echarts");r("node_modules/echarts/lib/component/radar"),r("node_modules/echarts/lib/chart/radar/RadarSeries"),r("node_modules/echarts/lib/chart/radar/RadarView");var e=r("node_modules/echarts/lib/visual/dataColor"),s=r("node_modules/echarts/lib/visual/symbol"),d=r("node_modules/echarts/lib/chart/radar/radarLayout"),o=r("node_modules/echarts/lib/processor/dataFilter"),t=r("node_modules/echarts/lib/chart/radar/backwardCompat");a.registerVisual(e("radar")),a.registerVisual(s("radar","circle")),a.registerLayout(d),a.registerProcessor(o("radar")),a.registerPreprocessor(t)});
|
||
;/*!node_modules/echarts/lib/coord/View.js*/
|
||
define("node_modules/echarts/lib/coord/View",function(t,r,n){function e(){f.call(this)}function o(t){this.name=t,this.zoomLimit,f.call(this),this._roamTransformable=new e,this._rawTransformable=new e,this._center,this._zoom}function i(t,r,n,e){var o=n.seriesModel,i=o?o.coordinateSystem:null;return i===this?i[t](e):null}var a=t("node_modules/zrender/lib/core/util"),s=t("node_modules/zrender/lib/core/vector"),m=t("node_modules/zrender/lib/core/matrix"),c=t("node_modules/zrender/lib/core/BoundingRect"),f=t("node_modules/zrender/lib/mixin/Transformable"),u=s.applyTransform;a.mixin(e,f),o.prototype={constructor:o,type:"view",dimensions:["x","y"],setBoundingRect:function(t,r,n,e){return this._rect=new c(t,r,n,e),this._rect},getBoundingRect:function(){return this._rect},setViewRect:function(t,r,n,e){this.transformTo(t,r,n,e),this._viewRect=new c(t,r,n,e)},transformTo:function(t,r,n,e){var o=this.getBoundingRect(),i=this._rawTransformable;i.transform=o.calculateTransform(new c(t,r,n,e)),i.decomposeTransform(),this._updateTransform()},setCenter:function(t){t&&(this._center=t,this._updateCenterAndZoom())},setZoom:function(t){t=t||1;var r=this.zoomLimit;r&&(null!=r.max&&(t=Math.min(r.max,t)),null!=r.min&&(t=Math.max(r.min,t))),this._zoom=t,this._updateCenterAndZoom()},getDefaultCenter:function(){var t=this.getBoundingRect(),r=t.x+t.width/2,n=t.y+t.height/2;return[r,n]},getCenter:function(){return this._center||this.getDefaultCenter()},getZoom:function(){return this._zoom||1},getRoamTransform:function(){return this._roamTransformable.getLocalTransform()},_updateCenterAndZoom:function(){var t=this._rawTransformable.getLocalTransform(),r=this._roamTransformable,n=this.getDefaultCenter(),e=this.getCenter(),o=this.getZoom();e=s.applyTransform([],e,t),n=s.applyTransform([],n,t),r.origin=e,r.position=[n[0]-e[0],n[1]-e[1]],r.scale=[o,o],this._updateTransform()},_updateTransform:function(){var t=this._roamTransformable,r=this._rawTransformable;r.parent=t,t.updateTransform(),r.updateTransform(),m.copy(this.transform||(this.transform=[]),r.transform||m.create()),this._rawTransform=r.getLocalTransform(),this.invTransform=this.invTransform||[],m.invert(this.invTransform,this.transform),this.decomposeTransform()},getViewRect:function(){return this._viewRect},getViewRectAfterRoam:function(){var t=this.getBoundingRect().clone();return t.applyTransform(this.transform),t},dataToPoint:function(t,r,n){var e=r?this._rawTransform:this.transform;return n=n||[],e?u(n,t,e):s.copy(n,t)},pointToData:function(t){var r=this.invTransform;return r?u([],t,r):[t[0],t[1]]},convertToPixel:a.curry(i,"dataToPoint"),convertFromPixel:a.curry(i,"pointToData"),containPoint:function(t){return this.getViewRectAfterRoam().contain(t[0],t[1])}},a.mixin(o,f);var h=o;n.exports=h});
|
||
;/*!node_modules/echarts/lib/coord/geo/fix/nanhai.js*/
|
||
define("node_modules/echarts/lib/coord/geo/fix/nanhai",function(e,o,n){function r(e){"china"===e.map&&e.regions.push(new t("南海诸岛",i.map(l,function(e){return{type:"polygon",exterior:e}}),d))}for(var i=e("node_modules/zrender/lib/core/util"),t=e("node_modules/echarts/lib/coord/geo/Region"),d=[126,25],l=[[[0,3.5],[7,11.2],[15,11.9],[30,7],[42,.7],[52,.7],[56,7.7],[59,.7],[64,.7],[64,0],[5,0],[0,3.5]],[[13,16.1],[19,14.7],[16,21.7],[11,23.1],[13,16.1]],[[12,32.2],[14,38.5],[15,38.5],[13,32.2],[12,32.2]],[[16,47.6],[12,53.2],[13,53.2],[18,47.6],[16,47.6]],[[6,64.4],[8,70],[9,70],[8,64.4],[6,64.4]],[[23,82.6],[29,79.8],[30,79.8],[25,82.6],[23,82.6]],[[37,70.7],[43,62.3],[44,62.3],[39,70.7],[37,70.7]],[[48,51.1],[51,45.5],[53,45.5],[50,51.1],[48,51.1]],[[51,35],[51,28.7],[53,28.7],[53,35],[51,35]],[[52,22.4],[55,17.5],[56,17.5],[53,22.4],[52,22.4]],[[58,12.6],[62,7],[63,7],[60,12.6],[58,12.6]],[[0,3.5],[0,93.1],[64,93.1],[64,0],[63,0],[63,92.4],[1,92.4],[1,3.5],[0,3.5]]],a=0;a<l.length;a++)for(var c=0;c<l[a].length;c++)l[a][c][0]/=10.5,l[a][c][1]/=-14,l[a][c][0]+=d[0],l[a][c][1]+=d[1];n.exports=r});
|
||
;/*!node_modules/echarts/lib/coord/geo/fix/textCoord.js*/
|
||
define("node_modules/echarts/lib/coord/geo/fix/textCoord",function(e,o,n){function r(e){i.each(e.regions,function(e){var o=t[e.name];if(o){var n=e.center;n[0]+=o[0]/10.5,n[1]+=-o[1]/14}})}var i=e("node_modules/zrender/lib/core/util"),t={"南海诸岛":[32,80],"广东":[0,-10],"香港":[10,5],"澳门":[-10,10],"天津":[5,5]};n.exports=r});
|
||
;/*!node_modules/echarts/lib/coord/geo/fix/geoCoord.js*/
|
||
define("node_modules/echarts/lib/coord/geo/fix/geoCoord",function(e,o,n){function i(e){r.each(e.regions,function(e){var o=t[e.name];if(o){var n=e.center;n[0]=o[0],n[1]=o[1]}})}var r=e("node_modules/zrender/lib/core/util"),t={Russia:[100,60],"United States":[-99,38],"United States of America":[-99,38]};n.exports=i});
|
||
;/*!node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js*/
|
||
define("node_modules/echarts/lib/coord/geo/fix/diaoyuIsland",function(e,o,n){function i(e){if("china"===e.map)for(var o=0,n=e.regions.length;n>o;++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;t<e.length;t++)if(e[t].contain(o))return!0;return!1},loadGeoJson:function(o,e,t){try{this.regions=o?s(o):[]}catch(n){throw"Invalid geoJson format\n"+n.message}e=e||{},t=t||{};for(var r=this.regions,a=i.createHashMap(),d=0;d<r.length;d++){var c=r[d].name;c=t.hasOwnProperty(c)?t[c]:c,r[d].name=c,a.set(c,r[d]),this.addGeoCoord(c,r[d].center);var l=e[c];l&&r[d].transformTo(l.left,l.top,l.width,l.height)}this._regionsMap=a,this._rect=null,i.each(g,function(o){o(this)},this)},transformTo:function(o,e,t,n){var r=this.getBoundingRect();r=r.clone(),r.y=-r.y-r.height;var i=this._rawTransformable;i.transform=r.calculateTransform(new a(o,e,t,n)),i.decomposeTransform();var s=i.scale;s[1]=-s[1],i.updateTransform(),this._updateTransform()},getRegion:function(o){return this._regionsMap.get(o)},getRegionByCoord:function(o){for(var e=this.regions,t=0;t<e.length;t++)if(e[t].contain(o))return e[t]},addGeoCoord:function(o,e){this._nameCoordMap.set(o,e)},getGeoCoord:function(o){return this._nameCoordMap.get(o)},getBoundingRect:function(){if(this._rect)return this._rect;for(var o,e=this.regions,t=0;t<e.length;t++){var n=e[t].getBoundingRect();o=o||n.clone(),o.union(n)}return this._rect=o||new a(0,0,0,0)},dataToPoint:function(o,e,t){return"string"==typeof o&&(o=this.getGeoCoord(o)),o?d.prototype.dataToPoint.call(this,o,e,t):void 0},convertToPixel:i.curry(r,"dataToPoint"),convertFromPixel:i.curry(r,"pointToData")},i.mixin(n,d);var f=n;t.exports=f});
|
||
;/*!node_modules/echarts/lib/coord/geo/geoCreator.js*/
|
||
define("node_modules/echarts/lib/coord/geo/geoCreator",function(e,t,o){function i(e,t){var o=e.get("boundingCoords");if(null!=o){var i=o[0],a=o[1];isNaN(i[0])||isNaN(i[1])||isNaN(a[0])||isNaN(a[1])||this.setBoundingRect(i[0],i[1],a[0]-i[0],a[1]-i[1])}var r,n=this.getBoundingRect(),s=e.get("layoutCenter"),g=e.get("layoutSize"),d=t.getWidth(),u=t.getHeight(),l=e.get("aspectScale")||.75,m=n.width/n.height*l,p=!1;s&&g&&(s=[h.parsePercent(s[0],d),h.parsePercent(s[1],u)],g=h.parsePercent(g,Math.min(d,u)),isNaN(s[0])||isNaN(s[1])||isNaN(g)||(p=!0));var f;if(p){var f={};m>1?(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;h<i.length;h++)g.set(i[h].name,i[h]);for(var h=0;h<c.length;h++){var d=c[h].properties.name;g.get(d)||(o.hasOwnProperty(d)&&(d=o[d]),i.push({name:d}))}return i}};n.registerCoordinateSystem("geo",d);var u=d;o.exports=u});
|
||
;/*!node_modules/echarts/lib/chart/map/MapSeries.js*/
|
||
define("node_modules/echarts/lib/chart/map/MapSeries",function(e,t,o){var i=e("node_modules/zrender/lib/core/util"),a=e("node_modules/echarts/lib/chart/helper/createListSimply"),n=e("node_modules/echarts/lib/model/Series"),r=e("node_modules/echarts/lib/util/format"),l=r.encodeHTML,s=r.addCommas,d=e("node_modules/echarts/lib/component/helper/selectableMixin"),u=e("node_modules/echarts/lib/data/helper/dataProvider"),c=u.retrieveRawAttr,p=e("node_modules/echarts/lib/coord/geo/geoCreator"),m=n.extend({type:"series.map",dependencies:["geo"],layoutMode:"box",needsDrawMap:!1,seriesGroup:[],init:function(){m.superApply(this,"init",arguments),this.updateSelectedMap(this._createSelectableList())},getInitialData:function(){return a(this,["value"])},mergeOption:function(){m.superApply(this,"mergeOption",arguments),this.updateSelectedMap(this._createSelectableList())},_createSelectableList:function(){for(var e=this.getRawData(),t=e.mapDimension("value"),o=[],i=0,a=e.count();a>i;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<a.length;r++){var d=a[r].originalData.indexOfName(i),u=t.mapDimension("value");isNaN(a[r].originalData.get(u,d))||n.push(l(a[r].name))}return n.join(", ")+"<br />"+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;t<e.length;t++)e[t].originalData=e[t].getData();for(var t=0;t<e.length;t++)e[t].seriesGroup=e,e[t].needsDrawMap=0===t&&!e[t].getHostGeoModel(),e[t].setData(a.cloneShallow()),e[t].mainSeries=e[0]})}var i=e("node_modules/zrender/lib/core/util");t.exports=o});
|
||
;/*!node_modules/echarts/lib/chart/map/backwardCompat.js*/
|
||
define("node_modules/echarts/lib/chart/map/backwardCompat",function(e,a,o){function n(e){var a=[];p.each(e.series,function(e){e&&"map"===e.type&&(a.push(e),e.map=e.map||e.mapType,p.defaults(e,e.mapLocation))})}var p=e("node_modules/zrender/lib/core/util");o.exports=n});
|
||
;/*!node_modules/echarts/lib/chart/map.js*/
|
||
define("node_modules/echarts/lib/chart/map",function(e){var a=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/map/MapSeries"),e("node_modules/echarts/lib/chart/map/MapView"),e("node_modules/echarts/lib/action/geoRoam"),e("node_modules/echarts/lib/coord/geo/geoCreator");var t=e("node_modules/echarts/lib/chart/map/mapSymbolLayout"),o=e("node_modules/echarts/lib/chart/map/mapVisual"),c=e("node_modules/echarts/lib/chart/map/mapDataStatistic"),r=e("node_modules/echarts/lib/chart/map/backwardCompat"),s=e("node_modules/echarts/lib/action/createDataSelectAction");a.registerLayout(t),a.registerVisual(o),a.registerProcessor(a.PRIORITY.PROCESSOR.STATISTIC,c),a.registerPreprocessor(r),s("map",[{type:"mapToggleSelect",event:"mapselectchanged",method:"toggleSelected"},{type:"mapSelect",event:"mapselected",method:"select"},{type:"mapUnSelect",event:"mapunselected",method:"unSelect"}])});
|
||
;/*!node_modules/echarts/lib/data/helper/linkList.js*/
|
||
define("node_modules/echarts/lib/data/helper/linkList",function(t,n,a){function r(t){var n=t.mainData,a=t.datas;a||(a={main:n},t.datasAttr={main:"data"}),t.datas=t.mainData=null,s(n,a,t),f(a,function(a){f(n.TRANSFERABLE_METHODS,function(n){a.wrapMethod(n,l.curry(e,t))})}),n.wrapMethod("cloneShallow",l.curry(u,t)),f(n.CHANGABLE_METHODS,function(a){n.wrapMethod(a,l.curry(i,t))}),l.assert(a[n.dataType]===n)}function e(t,n){if(o(this)){var a=l.extend({},this[h]);a[this.dataType]=n,s(n,a,t)}else d(n,this.dataType,this[p],t);return n}function i(t,n){return t.struct&&t.struct.update(this),n}function u(t,n){return f(n[h],function(a,r){a!==n&&d(a.cloneShallow(),r,n,t)}),n}function c(t){var n=this[p];return null==t||null==n?n:n[h][t]}function o(t){return t[p]===t}function s(t,n,a){t[h]={},f(n,function(n,r){d(n,r,t,a)})}function d(t,n,a,r){a[h][n]=t,t[p]=a,t.dataType=n,r.struct&&(t[r.structAttr]=r.struct,r.struct[r.datasAttr[n]]=t),t.getLinkedData=c}var l=t("node_modules/zrender/lib/core/util"),f=l.each,h="\x00__link_datas",p="\x00__link_mainData",_=r;a.exports=_});
|
||
;/*!node_modules/echarts/lib/data/Tree.js*/
|
||
define("node_modules/echarts/lib/data/Tree",function(t,e,n){function r(t,e,n){this.root,this.data,this._nodes=[],this.hostModel=t,this.levelModels=a.map(e||[],function(e){return new o(e,t,t.ecModel)}),this.leavesModel=new o(n||{},t,t.ecModel)}function i(t,e){var n=e.children;t.parentNode!==e&&(n.push(t),t.parentNode=e)}var a=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/model/Model"),s=t("node_modules/echarts/lib/data/helper/linkList"),d=t("node_modules/echarts/lib/data/List"),h=t("node_modules/echarts/lib/data/helper/createDimensions"),u=function(t,e){this.name=t||"",this.depth=0,this.height=0,this.parentNode=null,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.hostTree=e};u.prototype={constructor:u,isRemoved:function(){return this.dataIndex<0},eachNode:function(t,e,n){"function"==typeof t&&(n=e,e=t,t=null),t=t||{},a.isString(t)&&(t={order:t});var r,i=t.order||"preorder",o=this[t.attr||"children"];"preorder"===i&&(r=e.call(n,this));for(var s=0;!r&&s<o.length;s++)o[s].eachNode(t,e,n);"postorder"===i&&e.call(n,this)},updateDepthAndHeight:function(t){var e=0;this.depth=t;for(var n=0;n<this.children.length;n++){var r=this.children[n];r.updateDepthAndHeight(t+1),r.height>e&&(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;d<s.length;d++)o(s[d],r)}var l=new r(e,n.levels,n.leaves),c=[],f=1;o(t),l.root.updateDepthAndHeight(0);var g=h(c,{coordDimensions:["value"],dimensionsCount:f}),v=new d(g,e);return v.initData(c),s({mainData:v,struct:l,structAttr:"tree"}),l.update(),l};var l=r;n.exports=l});
|
||
;/*!node_modules/echarts/lib/chart/tree/TreeSeries.js*/
|
||
define("node_modules/echarts/lib/chart/tree/TreeSeries",function(e,t,a){var o=e("node_modules/echarts/lib/model/Series"),r=e("node_modules/echarts/lib/data/Tree"),l=e("node_modules/echarts/lib/util/format"),n=l.encodeHTML,i=o.extend({type:"series.tree",layoutInfo:null,layoutMode:"box",getInitialData:function(e){var t={name:e.name,children:e.data},a=e.leaves||{},o={};o.leaves=a;var l=r.createTree(t,this,o),n=0;l.eachNode("preorder",function(e){e.depth>n&&(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.x<M.x,w&&(I-=Math.PI)}else I=Math.atan2(v.y-M.y,v.x-M.x),0>I&&(I=2*Math.PI+I),0===p.children.length||0!==p.children.length&&p.isExpand===!1?(w=v.x<M.x,w&&(I-=Math.PI)):(w=v.x>M.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<h.length;i++)a.push(h[i])}for(;f=o.pop();)r(f,n)}function f(e,r){for(var n,f=[e];n=f.pop();)if(r(n),n.isExpand){var a=n.children;if(a.length)for(var o=a.length-1;o>=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;t<s.getLayout().x&&(s=e),t>x.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<a.length;i++)o.registerAction({type:a[i],update:"updateView"},r);o.registerAction({type:"treemapRootToNode",update:"updateView"},function(e,o){function r(o){var r=["treemapZoomToNode","treemapRootToNode"],a=t.retrieveTargetInfo(e,r,o);if(a){var i=o.getViewRoot();i&&(e.direction=t.aboveViewRoot(i,a.node)?"rollUp":"drillDown"),o.resetViewRoot(a.node)}}o.eachComponent({mainType:"series",subType:"treemap",query:e},r)})});
|
||
;/*!node_modules/echarts/lib/visual/VisualMapping.js*/
|
||
define("node_modules/echarts/lib/visual/VisualMapping",function(i,n,t){function r(i){var n=i.pieceList;i.hasSpecialVisual=!1,v.each(n,function(n,t){n.originIndex=t,null!=n.visual&&(i.hasSpecialVisual=!0)})}function e(i){var n=i.categories,t=i.visual,r=i.categoryMap={};if(m(n,function(i,n){r[i]=n}),!v.isArray(t)){var e=[];v.isObject(t)?m(t,function(i,n){var t=r[n];e[null!=t?t:M]=i}):e[M]=t,t=h(i,e)}for(var a=n.length-1;a>=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&&i<c[0]&&(c[0]=i),null!=u&&u>c[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);t<n[0]&&(n[0]=t),t>n[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;o<this.nodes.length;o++)this.nodes[o].__visited=!1;if(!e.call(a,t,null))for(var r=[t];r.length;)for(var h=r.shift(),u=h[s],o=0;o<u.length;o++){var g=u[o],c=g.node1===h?g.node2:g.node1;if(!c.__visited){if(e.call(a,c,h))return;r.push(c),c.__visited=!0}}}},g.update=function(){for(var e=this.data,t=this.edgeData,n=this.nodes,d=this.edges,i=0,a=n.length;a>i;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<t.length;d++)e.addNode(t[d].id,t[d].dataIndex);for(var d=0;d<n.length;d++){var i=n[d];e.addEdge(i.node1.id,i.node2.id,i.dataIndex)}return e},i.prototype={constructor:i,degree:function(){return this.edges.length},inDegree:function(){return this.inEdges.length},outDegree:function(){return this.outEdges.length},getModel:function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,n=t.data.getItemModel(this.dataIndex);return n.getModel(e)}}},a.prototype.getModel=function(e){if(!(this.dataIndex<0)){var t=this.hostGraph,n=t.edgeData.getItemModel(this.dataIndex);return n.getModel(e)}};var c=function(e,t){return{getValue:function(n){var d=this[e][t];return d.get(d.getDimension(n||"value"),this.dataIndex)},setVisual:function(n,d){this.dataIndex>=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<e.length;m++)h.addNode(d.retrieve(e[m].id,e[m].name,m),m);for(var v=[],p=[],g=0,m=0;m<a.length;m++){var b=a[m],_=b.source,f=b.target;h.addEdge(_,f,g)&&(p.push(b),v.push(d.retrieve(b.id,_+" > "+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]<s[0]&&(_=Math.PI+_),a.attr("rotation",_)}else u=[-d[0]*g+s[0],-d[1]*g+s[1]],p=d[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<e.end;n++){var a=t.getItemLayout(n);if(u(a)){var i=new this._ctor(t,n,this._seriesScope);i.traverse(r),this.group.add(i),t.setItemGraphicEl(n,i)}}},h.remove=function(){this._clearIncremental(),this._incremental=null,this.group.removeAll()},h._clearIncremental=function(){var e=this._incremental;e&&e.clearDisplaybles()};var p=n;r.exports=p});
|
||
;/*!node_modules/echarts/lib/chart/graph/adjustEdge.js*/
|
||
define("node_modules/echarts/lib/chart/graph/adjustEdge",function(o,e,r){function n(o,e,r){for(var n,a=o[0],i=o[1],c=o[2],f=1/0,y=r*r,p=.1,g=.1;.9>=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]<p;i&&(n-=Math.PI);var r=i?"left":"right";o.setStyle({textRotation:-n,textPosition:r,textOrigin:"center"}),o.hoverStyle&&(o.hoverStyle.textPosition=r)}else o.setStyle({textRotation:0})}),this._firstRender=!1},dispose:function(){this._controller&&this._controller.dispose(),this._controllerHost={}},focusNodeAdjacency:function(e,t,o,a){var r=this._model.getData(),d=r.graph,s=a.dataIndex,u=a.edgeDataIndex,l=d.getNodeByIndex(s),h=d.getEdgeByIndex(u);(l||h)&&(d.eachNode(function(e){n(e,y,.1)}),d.eachEdge(function(e){n(e,m,.1)}),l&&(i(l,y),c.each(l.edges,function(e){e.dataIndex<0||(i(e,m),i(e.node1,y),i(e.node2,y))})),h&&(i(h,m),i(h.node1,y),i(h.node2,y)))},unfocusNodeAdjacency:function(){var e=this._model.getData().graph;e.eachNode(function(e){n(e,y)}),e.eachEdge(function(e){n(e,m)})},_startForceLayoutIteration:function(e,t){var o=this;!function a(){e.step(function(e){o.updateLayout(o._model),(o._layouting=!e)&&(t?o._layoutTimeout=setTimeout(a,16):a())})}()},_updateController:function(e,t,o){var a=this._controller,n=this._controllerHost,i=this.group;return a.setPointerChecker(function(t,a,n){var r=i.getBoundingRect();return r.applyTransform(i.transform),r.contain(a,n)&&!p(t,o,e)}),"view"!==e.coordinateSystem.type?void a.disable():(a.enable(e.get("roam")),n.zoomLimit=e.get("scaleLimit"),n.zoom=e.coordinateSystem.getZoom(),void a.off("pan").off("zoom").on("pan",function(t,a){l.updateViewOnPan(n,t,a),o.dispatchAction({seriesId:e.id,type:"graphRoam",dx:t,dy:a})}).on("zoom",function(t,a,i){l.updateViewOnZoom(n,t,a,i),o.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:t,originX:a,originY:i}),this._updateNodeAndLinkScale(),f(e.getGraph(),this._getNodeGlobalScale(e)),this._lineDraw.updateLayout()},this))},_updateNodeAndLinkScale:function(){var e=this._model,t=e.getData(),o=this._getNodeGlobalScale(e),a=[o,o];t.eachItemGraphicEl(function(e){e.attr("scale",a)})},_getNodeGlobalScale:function(e){var t=e.coordinateSystem;if("view"!==t.type)return 1;var o=this._nodeScaleRatio,a=t.scale,n=a&&a[0]||1,i=t.getZoom(),r=(i-1)*o+1;return r/n},updateLayout:function(e){f(e.getGraph(),this._getNodeGlobalScale(e)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},remove:function(){this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()}});o.exports=_});
|
||
;/*!node_modules/echarts/lib/chart/graph/graphAction.js*/
|
||
define("node_modules/echarts/lib/chart/graph/graphAction",function(e){var o=e("node_modules/echarts/lib/echarts"),n=e("node_modules/echarts/lib/action/roamHelper"),t=n.updateCenterAndZoom,c={type:"graphRoam",event:"graphRoam",update:"none"};o.registerAction(c,function(e,o){o.eachComponent({mainType:"series",query:e},function(o){var n=o.coordinateSystem,c=t(n,e);o.setCenter&&o.setCenter(c.center),o.setZoom&&o.setZoom(c.zoom)})}),o.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series.graph:focusNodeAdjacency"},function(){}),o.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series.graph:unfocusNodeAdjacency"},function(){})});
|
||
;/*!node_modules/echarts/lib/chart/graph/categoryFilter.js*/
|
||
define("node_modules/echarts/lib/chart/graph/categoryFilter",function(e,t,r){function a(e){var t=e.findComponents({mainType:"legend"});t&&t.length&&e.eachSeriesByType("graph",function(e){var r=e.getCategoriesData(),a=e.getGraph(),n=a.data,i=r.mapArray(r.getName);n.filterSelf(function(e){var r=n.getItemModel(e),a=r.getShallow("category");if(null!=a){"number"==typeof a&&(a=i[a]);for(var o=0;o<t.length;o++)if(!t[o].isSelected(a))return!1}return!0})},this)}r.exports=a});
|
||
;/*!node_modules/echarts/lib/chart/graph/categoryVisual.js*/
|
||
define("node_modules/echarts/lib/chart/graph/categoryVisual",function(e,t,o){function a(e){var t={};e.eachSeriesByType("graph",function(e){var o=e.getCategoriesData(),a=e.getData(),r={};o.each(function(a){var l=o.getName(a);r["ec-"+l]=a;var c=o.getItemModel(a),g=c.get("itemStyle.color")||e.getColorFromPalette(l,t);o.setItemVisual(a,"color",g)}),o.count()&&a.each(function(e){var t=a.getItemModel(e),l=t.getShallow("category");null!=l&&("string"==typeof l&&(l=r["ec-"+l]),a.getItemVisual(e,"color",!0)||a.setItemVisual(e,"color",o.getItemVisual(l,"color")))})})}o.exports=a});
|
||
;/*!node_modules/echarts/lib/chart/graph/edgeVisual.js*/
|
||
define("node_modules/echarts/lib/chart/graph/edgeVisual",function(e,t,o){function l(e){return e instanceof Array||(e=[e,e]),e}function s(e){e.eachSeriesByType("graph",function(e){var t=e.getGraph(),o=e.getEdgeData(),s=l(e.get("edgeSymbol")),i=l(e.get("edgeSymbolSize")),a="lineStyle.color".split("."),r="lineStyle.opacity".split(".");o.setVisual("fromSymbol",s&&s[0]),o.setVisual("toSymbol",s&&s[1]),o.setVisual("fromSymbolSize",i&&i[0]),o.setVisual("toSymbolSize",i&&i[1]),o.setVisual("color",e.get(a)),o.setVisual("opacity",e.get(r)),o.each(function(e){var s=o.getItemModel(e),i=t.getEdgeByIndex(e),u=l(s.getShallow("symbol",!0)),c=l(s.getShallow("symbolSize",!0)),g=s.get(a),y=s.get(r);switch(g){case"source":g=i.node1.getVisual("color");break;case"target":g=i.node2.getVisual("color")}u[0]&&i.setVisual("fromSymbol",u[0]),u[1]&&i.setVisual("toSymbol",u[1]),c[0]&&i.setVisual("fromSymbolSize",c[0]),c[1]&&i.setVisual("toSymbolSize",c[1]),i.setVisual("color",g),i.setVisual("opacity",y)})})}o.exports=s});
|
||
;/*!node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js*/
|
||
define("node_modules/echarts/lib/chart/graph/simpleLayoutHelper",function(e,t){function o(e){var t=e.coordinateSystem;if(!t||"view"===t.type){var o=e.getGraph();o.eachNode(function(e){var t=e.getModel();e.setLayout([+t.get("x"),+t.get("y")])}),n(o)}}function n(e){e.eachEdge(function(e){var t=e.getModel().get("lineStyle.curveness")||0,o=a.clone(e.node1.getLayout()),n=a.clone(e.node2.getLayout()),r=[o,n];+t&&r.push([(o[0]+n[0])/2-(o[1]-n[1])*t,(o[1]+n[1])/2-(n[0]-o[0])*t]),e.setLayout(r)})}var a=e("node_modules/zrender/lib/core/vector");t.simpleLayout=o,t.simpleLayoutEdge=n});
|
||
;/*!node_modules/echarts/lib/chart/graph/simpleLayout.js*/
|
||
define("node_modules/echarts/lib/chart/graph/simpleLayout",function(e,t,a){function o(e){e.eachSeriesByType("graph",function(e){var t=e.get("layout"),a=e.coordinateSystem;if(a&&"view"!==a.type){var o=e.getData(),n=[];i(a.dimensions,function(e){n=n.concat(o.mapDimension(e,!0))});for(var r=0;r<o.count();r++){for(var c=[],l=!1,p=0;p<n.length;p++){var m=o.get(n[p],r);isNaN(m)||(l=!0),c.push(m)}l?o.setItemLayout(r,a.dataToPoint(c)):o.setItemLayout(r,[0/0,0/0])}u(o.graph)}else t&&"none"!==t||s(e)})}var n=e("node_modules/zrender/lib/core/util"),i=n.each,r=e("node_modules/echarts/lib/chart/graph/simpleLayoutHelper"),s=r.simpleLayout,u=r.simpleLayoutEdge;a.exports=o});
|
||
;/*!node_modules/echarts/lib/chart/graph/circularLayoutHelper.js*/
|
||
define("node_modules/echarts/lib/chart/graph/circularLayoutHelper",function(e,t){function a(e){var t=e.coordinateSystem;if(!t||"view"===t.type){var a=t.getBoundingRect(),n=e.getData(),c=n.graph,u=0,i=n.getSum("value"),r=2*Math.PI/(i||n.count()),h=a.width/2+a.x,d=a.height/2+a.y,l=Math.min(a.width,a.height)/2;c.eachNode(function(e){var t=e.getValue("value");u+=r*(i?t:1)/2,e.setLayout([l*Math.cos(u)+h,l*Math.sin(u)+d]),u+=r*(i?t:1)/2}),n.setLayout({cx:h,cy:d}),c.eachEdge(function(e){var t,a=e.getModel().get("lineStyle.curveness")||0,n=o.clone(e.node1.getLayout()),c=o.clone(e.node2.getLayout()),u=(n[0]+c[0])/2,i=(n[1]+c[1])/2;+a&&(a*=3,t=[h*a+u*(1-a),d*a+i*(1-a)]),e.setLayout([n,c,t])})}}var o=e("node_modules/zrender/lib/core/vector");t.circularLayout=a});
|
||
;/*!node_modules/echarts/lib/chart/graph/circularLayout.js*/
|
||
define("node_modules/echarts/lib/chart/graph/circularLayout",function(r,a,c){function e(r){r.eachSeriesByType("graph",function(r){"circular"===r.get("layout")&&u(r)})}var t=r("node_modules/echarts/lib/chart/graph/circularLayoutHelper"),u=t.circularLayout;c.exports=e});
|
||
;/*!node_modules/echarts/lib/chart/graph/forceHelper.js*/
|
||
define("node_modules/echarts/lib/chart/graph/forceHelper",function(e,r){function p(e,r,p){for(var o=p.rect,t=o.width,d=o.height,i=[o.x+t/2,o.y+d/2],f=null==p.gravity?.1:p.gravity,v=0;v<e.length;v++){var c=e[v];c.p||(c.p=a.create(t*(Math.random()-.5)+i[0],d*(Math.random()-.5)+i[1])),c.pp=a.clone(c.p),c.edges=null}var l=.6;return{warmUp:function(){l=.5},setFixed:function(r){e[r].fixed=!0},setUnfixed:function(r){e[r].fixed=!1},step:function(p){for(var o=[],t=e.length,d=0;d<r.length;d++){var v=r[d],c=v.n1,u=v.n2;a.sub(o,u.p,c.p);var s=a.len(o)-v.d,h=u.w/(c.w+u.w);isNaN(h)&&(h=0),a.normalize(o,o),!c.fixed&&n(c.p,c.p,o,h*s*l),!u.fixed&&n(u.p,u.p,o,-(1-h)*s*l)}for(var d=0;t>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<r.length;y++){var x=Math.min(Math.max(r[y][0],0),1),h=d+u*x,p=new l.Sector({shape:{startAngle:m,endAngle:h,cx:n.cx,cy:n.cy,clockwise:s,r0:n.r-f,r:n.r},silent:!0});p.setStyle({fill:r[y][1]}),p.setStyle(g.getLineStyle(["color","borderWidth","borderColor"])),a.add(p),m=h}var v=function(e){if(0>=e)return r[0][1];for(var t=0;t<r.length;t++)if(r[t][0]>=e&&(0===t?0:r[t-1][0])<e)return r[t][1];return r[t-1][1]};if(!s){var M=d;d=h,h=M}this._renderTicks(e,t,i,v,n,d,h,s),this._renderPointer(e,t,i,v,n,d,h,s),this._renderTitle(e,t,i,v,n),this._renderDetail(e,t,i,v,n)},_renderTicks:function(e,t,i,r,a,o,g){for(var h=this.group,c=a.cx,u=a.cy,m=a.r,f=+e.get("min"),y=+e.get("max"),x=e.getModel("splitLine"),p=e.getModel("axisTick"),v=e.getModel("axisLabel"),M=e.get("splitNumber"),S=p.get("splitNumber"),w=s(x.get("length"),m),_=s(p.get("length"),m),b=o,I=(g-o)/M,A=I/S,T=x.getModel("lineStyle").getLineStyle(),P=p.getModel("lineStyle").getLineStyle(),k=0;M>=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;w<s.length;w++){var L=s[w],M=s[w+1],A=n.getItemModel(L),D=A.get("itemStyle.height");null==D?D=p:(D=g(D,u.height),"ascending"===l&&(D=-D));var I=b(L,x),S=b(M,x+D);x+=D+y,n.setItemLayout(L,{points:I.concat(S.slice().reverse())})}r(n)})}var l=e("node_modules/echarts/lib/util/layout"),u=e("node_modules/echarts/lib/util/number"),g=u.parsePercent,c=u.linearMap;n.exports=o});
|
||
;/*!node_modules/echarts/lib/chart/funnel.js*/
|
||
define("node_modules/echarts/lib/chart/funnel",function(e){var n=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/funnel/FunnelSeries"),e("node_modules/echarts/lib/chart/funnel/FunnelView");var l=e("node_modules/echarts/lib/visual/dataColor"),r=e("node_modules/echarts/lib/chart/funnel/funnelLayout"),s=e("node_modules/echarts/lib/processor/dataFilter");n.registerVisual(l("funnel")),n.registerLayout(r),n.registerProcessor(s("funnel"))});
|
||
;/*!node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js*/
|
||
define("node_modules/echarts/lib/coord/parallel/parallelPreprocessor",function(l,e,a){function r(l){o(l),i(l)}function o(l){if(!l.parallel){var e=!1;n.each(l.series,function(l){l&&"parallel"===l.type&&(e=!0)}),e&&(l.parallel=[{}])}}function i(l){var e=t.normalizeToArray(l.parallelAxis);n.each(e,function(e){if(n.isObject(e)){var a=e.parallelIndex||0,r=t.normalizeToArray(l.parallel)[a];r&&r.parallelAxisDefault&&n.merge(e,r.parallelAxisDefault,!1)}})}var n=l("node_modules/zrender/lib/core/util"),t=l("node_modules/echarts/lib/util/model");a.exports=r});
|
||
;/*!node_modules/echarts/lib/coord/parallel/ParallelAxis.js*/
|
||
define("node_modules/echarts/lib/coord/parallel/ParallelAxis",function(e,o,t){var l=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/coord/Axis"),r=function(e,o,t,l,r){i.call(this,e,o,t),this.type=l||"value",this.axisIndex=r};r.prototype={constructor:r,model:null,isHorizontal:function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")}},l.inherits(r,i);var n=r;t.exports=n});
|
||
;/*!node_modules/echarts/lib/component/helper/sliderMove.js*/
|
||
define("node_modules/echarts/lib/component/helper/sliderMove",function(n,a,l){function r(n,a,l,r,i,t){a[0]=e(a[0],l),a[1]=e(a[1],l),n=n||0;var u=l[1]-l[0];null!=i&&(i=e(i,[0,u])),null!=t&&(t=Math.max(t,null!=i?i:0)),"all"===r&&(i=t=Math.abs(a[1]-a[0]),r=0);var o=s(a,r);a[r]+=n;var c=i||0,h=l.slice();o.sign<0?h[0]+=c:h[1]-=c,a[r]=e(a[r],h);var v=s(a,r);null!=i&&(v.sign!==o.sign||v.span<i)&&(a[1-r]=a[r]+o.sign*i);var v=s(a,r);return null!=t&&v.span>t&&(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<l[0]?(a=e*r,i=r):e<=l[1]?(a=t.axisExpandWindow0Pos+e*o-t.axisExpandWindow[0],d=o,x=!0):(a=n-(s-1-e)*r,i=r),{position:a,axisNameAvailableWidth:d,axisLabelShow:x,nameTruncateMaxWidth:i}}var r=e("node_modules/zrender/lib/core/util"),l=e("node_modules/zrender/lib/core/matrix"),d=e("node_modules/echarts/lib/util/layout"),x=e("node_modules/echarts/lib/coord/axisHelper"),h=e("node_modules/echarts/lib/coord/parallel/ParallelAxis"),u=e("node_modules/echarts/lib/util/graphic"),c=e("node_modules/echarts/lib/util/number"),p=e("node_modules/echarts/lib/component/helper/sliderMove"),m=r.each,g=Math.min,f=Math.max,v=Math.floor,_=Math.ceil,y=c.round,b=Math.PI;i.prototype={type:"parallel",constructor:i,_init:function(e,t){var a=e.dimensions,i=e.parallelAxisIndex;m(a,function(e,a){var n=i[a],o=t.getComponent("parallelAxis",n),s=this._axesMap.set(e,new h(e,x.createScaleByModel(o),[0,0],o.get("type"),n)),r="category"===s.type;s.onBand=r&&o.get("boundaryGap"),s.inverse=o.get("inverse"),o.axis=s,s.model=o,s.coordinateSystem=o.coordinateSystem=this},this)},update:function(e){this._updateAxesFromSeries(this._model,e)},containPoint:function(e){var t=this._makeLayoutInfo(),a=t.axisBase,i=t.layoutBase,n=t.pixelDimIndex,o=e[1-n],s=e[n];return o>=a&&o<=a+t.axisLength&&s>=i&&s<=i+t.layoutLength},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&&r<n*x[0]?(l="jump",s=r-n*x[2]):h&&d&&r>n*(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;a<i.length;a++){var s=i[a].__brushOption;if(o&&(o===!0||s.panelId===o.panelId)&&oe[s.brushType].contain(i[a],r[0],r[1]))return}o&&t.setCursorStyle("crosshair")}}function L(n){var e=n.event;e.preventDefault&&e.preventDefault()}function B(n,e,r){return n.childOfName("main").contain(e,r)}function G(n,e,r,t){var i,o=n._creatingCover,l=n._creatingPanel,c=n._brushOption;if(n._track.push(r.slice()),_(n)||o){if(l&&!o){"single"===c.brushMode&&g(n);var h=X.clone(c);h.brushType=M(h.brushType,l),h.panelId=l===!0?null:l.panelId,o=n._creatingCover=a(n,h),n._covers.push(o)}if(o){var d=oe[M(n._brushType,l)],p=o.__brushOption;p.range=d.getCreatingRange(S(n,o,n._track)),t&&(s(n,o),d.updateCommon(n,o)),u(n,o),i={isEnd:t}}}else t&&"single"===c.brushMode&&c.removeOnClick&&f(n,e,r)&&g(n)&&(i={isEnd:t,removeOnClick:!0});return i}function M(n,e){return"auto"===n?e.defaultBrushType:n}function D(n){if(this._dragging){L(n);var e=this.group.transformCoordToLocal(n.offsetX,n.offsetY),r=G(this,n,e,!0);this._dragging=!1,this._track=[],this._creatingCover=null,r&&p(this,r)}}function R(n){return{createCover:function(e,r){return m(H(z,function(e){var r=[e,[0,100]];return n&&r.reverse(),r},function(e){return e[n]}),e,r,[["w","e"],["n","s"]][n])},getCreatingRange:function(e){var r=v(e),t=F(r[0][n],r[1][n]),i=J(r[0][n],r[1][n]);return[t,i]},updateCoverShape:function(e,r,t,i){var o,a=d(e,r);if(a!==!0&&a.getLinearBrushOtherExtent)o=a.getLinearBrushOtherExtent(n,e._transform);else{var s=e._zr;o=[0,[s.getWidth(),s.getHeight()][1-n]]}var u=[t,o];n&&u.reverse(),b(e,r,u,i)},updateCommon:C,contain:B}}var N=n("node_modules/echarts/lib/config"),X=(N.__DEV__,n("node_modules/zrender/lib/core/util")),Y=n("node_modules/zrender/lib/mixin/Eventful"),A=n("node_modules/echarts/lib/util/graphic"),W=n("node_modules/echarts/lib/component/helper/interactionMutex"),j=n("node_modules/echarts/lib/data/DataDiffer"),H=X.curry,V=X.each,q=X.map,F=Math.min,J=Math.max,K=Math.pow,Q=1e4,U=6,Z=6,$="globalPan",ne={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},ee={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},re={brushStyle:{lineWidth:2,stroke:"rgba(0,0,0,0.3)",fill:"rgba(0,0,0,0.1)"},transformable:!0,brushMode:"single",removeOnClick:!1},te=0;t.prototype={constructor:t,enableBrush:function(n){return this._brushType&&o(this),n.brushType&&i(this,n),this},setPanels:function(n){if(n&&n.length){var e=this._panels={};X.each(n,function(n){e[n.panelId]=X.clone(n)})}else this._panels=null;return this},mount:function(n){n=n||{},this._enableGlobalPan=n.enableGlobalPan;var e=this.group;return this._zr.add(e),e.attr({position:n.position||[0,0],rotation:n.rotation||0,scale:n.scale||[1,1]}),this._transform=e.getLocalTransform(),this},eachCover:function(n,e){V(this._covers,n,e)},updateCovers:function(n){function e(n,e){return(null!=n.id?n.id:o+e)+"-"+n.brushType}function r(n,r){return e(n.__brushOption,r)}function t(e,r){var t=n[e];if(null!=r&&u[r]===f)l[e]=u[r];else{var i=l[e]=null!=r?(u[r].__brushOption=t,u[r]):s(h,a(h,t));c(h,i)}}function i(n){u[n]!==f&&h.group.remove(u[n])}n=X.map(n,function(n){return X.merge(X.clone(re),n,!0)});var o="\x00-brush-index-",u=this._covers,l=this._covers=[],h=this,f=this._creatingCover;return new j(u,n,r,e).add(t).update(t).remove(i).execute(),this},unmount:function(){return this.enableBrush(!1),g(this),this._zr.remove(this.group),this},dispose:function(){this.unmount(),this.off()}},X.mixin(t,Y);var ie={mousedown:function(n){if(this._dragging)D.call(this,n);else if(!n.target||!n.target.draggable){L(n);var e=this.group.transformCoordToLocal(n.offsetX,n.offsetY);this._creatingCover=null;var r=this._creatingPanel=f(this,n,e);r&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(n){var e=this.group.transformCoordToLocal(n.offsetX,n.offsetY);if(I(this,n,e),this._dragging){L(n);var r=G(this,n,e,!1);r&&p(this,r)}},mouseup:D},oe={lineX:R(0),lineY:R(1),rect:{createCover:function(n,e){return m(H(z,function(n){return n},function(n){return n}),n,e,["w","e","n","s","se","sw","ne","nw"])},getCreatingRange:function(n){var e=v(n);return O(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(n,e,r,t){b(n,e,r,t)},updateCommon:C,contain:B},polygon:{createCover:function(n,e){var r=new A.Group;return r.add(new A.Polyline({name:"main",style:y(e),silent:!0})),r},getCreatingRange:function(n){return n},endCreating:function(n,e){e.remove(e.childAt(0)),e.add(new A.Polygon({name:"main",draggable:!0,drift:H(E,n,e),ondragend:H(p,n,{isEnd:!0})}))},updateCoverShape:function(n,e,r){e.childAt(0).setShape({points:S(n,e,r)})},updateCommon:C,contain:B}},ae=t;r.exports=ae});
|
||
;/*!node_modules/echarts/lib/component/helper/brushHelper.js*/
|
||
define("node_modules/echarts/lib/component/helper/brushHelper",function(e,n){function r(e){return e=u(e),function(n){return a.clipPointsByRect(n,e)}}function t(e,n){return e=u(e),function(r){var t=null!=n?n:r,o=t?e.width:e.height,u=t?e.x:e.y;return[u,u+(o||0)]}}function o(e,n,r){return e=u(e),function(t,o){return e.contain(o[0],o[1])&&!l(t,n,r)}}function u(e){return c.create(e)}var c=e("node_modules/zrender/lib/core/BoundingRect"),i=e("node_modules/echarts/lib/component/helper/cursorHelper"),l=i.onIrrelevantElement,a=e("node_modules/echarts/lib/util/graphic");n.makeRectPanelClipPath=r,n.makeLinearBrushOtherExtent=t,n.makeRectIsTargetByCursor=o});
|
||
;/*!node_modules/echarts/lib/component/axis/ParallelAxisView.js*/
|
||
define("node_modules/echarts/lib/component/axis/ParallelAxisView",function(e,t,r){function i(e,t,r){return r&&"axisAreaSelect"===r.type&&t.findComponents({mainType:"parallelAxis",query:r})[0]===e}function n(e){var t=e.axis;return s.map(e.activeIntervals,function(e){return{brushType:"lineX",panelId:"pl",range:[t.dataToCoord(e[0],!0),t.dataToCoord(e[1],!0)]}})}function o(e,t){return t.getComponent("parallel",e.get("parallelIndex"))}var a=e("node_modules/echarts/lib/echarts"),s=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/component/axis/AxisBuilder"),h=e("node_modules/echarts/lib/component/helper/BrushController"),u=e("node_modules/echarts/lib/component/helper/brushHelper"),d=e("node_modules/echarts/lib/util/graphic"),p=["axisLine","axisTickLabel","axisName"],c=a.extendComponentView({type:"parallelAxis",init:function(e,t){c.superApply(this,"init",arguments),(this._brushController=new h(t.getZr())).on("brush",s.bind(this._onBrush,this))},render:function(e,t,r,n){if(!i(e,t,n)){this.axisModel=e,this.api=r,this.group.removeAll();var a=this._axisGroup;if(this._axisGroup=new d.Group,this.group.add(this._axisGroup),e.get("show")){var h=o(e,t),u=h.coordinateSystem,c=e.getAreaSelectStyle(),x=c.width,m=e.axis.dim,b=u.getAxisLayout(m),g=s.extend({strokeContainThreshold:x},b),_=new l(e,g);s.each(p,_.add,_),this._axisGroup.add(_.getGroup()),this._refreshBrushController(g,c,e,h,x,r);var C=n&&n.animation===!1?null:e;d.groupTransition(a,this._axisGroup,C)}}},_refreshBrushController:function(e,t,r,i,o,a){var s=r.axis.getExtent(),l=s[1]-s[0],h=Math.min(30,.1*Math.abs(l)),p=d.BoundingRect.create({x:s[0],y:-o/2,width:l,height:o});p.x-=h,p.width+=2*h,this._brushController.mount({enableGlobalPan:!0,rotation:e.rotation,position:e.position}).setPanels([{panelId:"pl",clipPath:u.makeRectPanelClipPath(p),isTargetByCursor:u.makeRectIsTargetByCursor(p,a,i),getLinearBrushOtherExtent:u.makeLinearBrushOtherExtent(p,0)}]).enableBrush({brushType:"lineX",brushStyle:t,removeOnClick:!0}).updateCovers(n(r))},_onBrush:function(e,t){var r=this.axisModel,i=r.axis,n=s.map(e,function(e){return[i.coordToData(e.range[0],!0),i.coordToData(e.range[1],!0)]});(!r.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:r.id,intervals:n})},dispose:function(){this._brushController.dispose()}}),x=c;r.exports=x});
|
||
;/*!node_modules/echarts/lib/component/parallelAxis.js*/
|
||
define("node_modules/echarts/lib/component/parallelAxis",function(e){e("node_modules/echarts/lib/coord/parallel/parallelCreator"),e("node_modules/echarts/lib/component/axis/parallelAxisAction"),e("node_modules/echarts/lib/component/axis/ParallelAxisView")});
|
||
;/*!node_modules/echarts/lib/component/parallel.js*/
|
||
define("node_modules/echarts/lib/component/parallel",function(e){function t(e,t){var o=e._model;return o.get("axisExpandable")&&o.get("axisExpandTriggerOn")===t}var o=e("node_modules/echarts/lib/echarts"),n=e("node_modules/zrender/lib/core/util"),i=e("node_modules/echarts/lib/util/throttle"),a=e("node_modules/echarts/lib/coord/parallel/parallelPreprocessor");e("node_modules/echarts/lib/coord/parallel/parallelCreator"),e("node_modules/echarts/lib/coord/parallel/ParallelModel"),e("node_modules/echarts/lib/component/parallelAxis");var s=5;o.extendComponentView({type:"parallel",render:function(e,t,o){this._model=e,this._api=o,this._handlers||(this._handlers={},n.each(l,function(e,t){o.getZr().on(t,this._handlers[t]=n.bind(e,this))},this)),i.createOrUpdate(this,"_throttledDispatchExpand",e.get("axisExpandRate"),"fixRate")},dispose:function(e,t){n.each(this._handlers,function(e,o){t.getZr().off(o,e)}),this._handlers=null},_throttledDispatchExpand:function(e){this._dispatchExpand(e)},_dispatchExpand:function(e){e&&this._api.dispatchAction(n.extend({type:"parallelAxisExpand"},e))}});var l={mousedown:function(e){t(this,"click")&&(this._mouseDownPoint=[e.offsetX,e.offsetY])},mouseup:function(e){var o=this._mouseDownPoint;if(t(this,"click")&&o){var n=[e.offsetX,e.offsetY],i=Math.pow(o[0]-n[0],2)+Math.pow(o[1]-n[1],2);if(i>s)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<i.length;o++){var r=i[o],l=t.get(t.mapDimension(r),e);s(l,a.getAxis(r).type)||n.push(a.dataToPoint(l,r))}return n}function o(t,e,i,a,o){var r=n(t,i,a,o),l=new h.Polyline({shape:{points:r},silent:!0,z2:10});return e.add(l),t.setItemGraphicEl(i,l),l}function r(t){var e=t.get("smooth",!0);return e===!0&&(e=u),{lineStyle:t.getModel("lineStyle").getLineStyle(),smooth:null!=e?e:u}}function l(t,e,i,a){var n=a.lineStyle;if(e.hasItemOption){var o=e.getItemModel(i).getModel("lineStyle");n=o.getLineStyle()}t.useStyle(n);var r=t.style;r.fill=null,r.stroke=e.getItemVisual(i,"color"),r.opacity=e.getItemVisual(i,"opacity"),a.smooth&&(t.shape.smooth=a.smooth)}function s(t,e){return"category"===e?null==t:null==t||isNaN(t)}var h=t("node_modules/echarts/lib/util/graphic"),d=(t("node_modules/zrender/lib/core/util"),t("node_modules/echarts/lib/view/Chart")),u=.3,c=d.extend({type:"parallel",init:function(){this._dataGroup=new h.Group,this.group.add(this._dataGroup),this._data,this._initialized},render:function(t,e,i,s){function d(t){var e=o(m,p,t,v,g);l(e,m,t,_)}function u(e,i){var a=f.getItemGraphicEl(i),o=n(m,e,v,g);m.setItemGraphicEl(e,a);var r=s&&s.animation===!1?null:t;h.updateProps(a,{shape:{points:o}},r,e),l(a,m,e,_)}function c(t){var e=f.getItemGraphicEl(t);p.remove(e)}var p=this._dataGroup,m=t.getData(),f=this._data,g=t.coordinateSystem,v=g.dimensions,_=r(t);if(m.diff(f).add(d).update(u).remove(c).execute(),!this._initialized){this._initialized=!0;var y=a(g,t,function(){setTimeout(function(){p.removeClipPath()})});p.setClipPath(y)}this._data=m},incrementalPrepareRender:function(){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},incrementalRender:function(t,e){for(var i=e.getData(),a=e.coordinateSystem,n=a.dimensions,s=r(e),h=t.start;h<t.end;h++){var d=o(i,this._dataGroup,h,n,a);d.incremental=!0,l(d,i,h,s)}},dispose:function(){},remove:function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null}}),p=c;i.exports=p});
|
||
;/*!node_modules/echarts/lib/chart/parallel/parallelVisual.js*/
|
||
define("node_modules/echarts/lib/chart/parallel/parallelVisual",function(e,t,l){var a=["lineStyle","normal","opacity"],i={seriesType:"parallel",reset:function(e,t){function l(e,t){p.eachActiveState(t,function(e,l){var i=d[e];if("normal"===e&&t.hasItemOption){var o=t.getItemModel(l).get(a,!0);null!=o&&(i=o)}t.setItemVisual(l,"opacity",i)},e.start,e.end)}var i=e.getModel("itemStyle"),o=e.getModel("lineStyle"),n=t.get("color"),r=o.get("color")||i.get("color")||n[e.seriesIndex%n.length],c=e.get("inactiveOpacity"),s=e.get("activeOpacity"),g=e.getModel("lineStyle").getLineStyle(),p=e.coordinateSystem,y=e.getData(),d={normal:g.opacity,active:s,inactive:c};return y.setVisual("color",r),{progress:l}}};l.exports=i});
|
||
;/*!node_modules/echarts/lib/chart/parallel.js*/
|
||
define("node_modules/echarts/lib/chart/parallel",function(l){var e=l("node_modules/echarts/lib/echarts");l("node_modules/echarts/lib/component/parallel"),l("node_modules/echarts/lib/chart/parallel/ParallelSeries"),l("node_modules/echarts/lib/chart/parallel/ParallelView");var a=l("node_modules/echarts/lib/chart/parallel/parallelVisual");e.registerVisual(a)});
|
||
;/*!node_modules/echarts/lib/chart/sankey/SankeySeries.js*/
|
||
define("node_modules/echarts/lib/chart/sankey/SankeySeries",function(e,t,a){var o=e("node_modules/echarts/lib/model/Series"),i=e("node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge"),r=e("node_modules/echarts/lib/util/format"),n=r.encodeHTML,l=o.extend({type:"series.sankey",layoutInfo:null,getInitialData:function(e){var t=e.edges||e.links,a=e.data||e.nodes;if(a&&t){var o=i(a,t,this,!0);return o.data}},setNodePosition:function(e,t){var a=this.option.data[e];a.localX=t[0],a.localY=t[1]},getGraph:function(){return this.getData().graph},getEdgeData:function(){return this.getGraph().edgeData},formatTooltip:function(e,t,a){if("edge"===a){var o=this.getDataParams(e,a),i=o.data,r=i.source+" -- "+i.target;return o.value&&(r+=" : "+o.value),n(r)}return l.superCall(this,"formatTooltip",e,t)},defaultOption:{zlevel:0,z:2,coordinateSystem:"view",layout:null,left:"5%",top:"5%",right:"20%",bottom:"5%",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",color:"#000",fontSize:12},itemStyle:{borderWidth:1,borderColor:"#333"},lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.6}},animationEasing:"linear",animationDuration:1e3}}),s=l;a.exports=s});
|
||
;/*!node_modules/echarts/lib/chart/sankey/SankeyView.js*/
|
||
define("node_modules/echarts/lib/chart/sankey/SankeyView",function(e,t,a){function l(e,t,a){var l=new d.Rect({shape:{x:e.x-10,y:e.y-10,width:0,height:e.height+20}});return d.initProps(l,{shape:{width:e.width+20,height:e.height+20}},t,a),l}var d=e("node_modules/echarts/lib/util/graphic"),i=e("node_modules/echarts/lib/echarts"),o=d.extendShape({shape:{x1:0,y1:0,x2:0,y2:0,cpx1:0,cpy1:0,cpx2:0,cpy2:0,extent:0},buildPath:function(e,t){var a=t.extent/2;e.moveTo(t.x1,t.y1-a),e.bezierCurveTo(t.cpx1,t.cpy1-a,t.cpx2,t.cpy2-a,t.x2,t.y2-a),e.lineTo(t.x2,t.y2+a),e.bezierCurveTo(t.cpx2,t.cpy2+a,t.cpx1,t.cpy1+a,t.x1,t.y1+a),e.closePath()}}),n=i.extendChartView({type:"sankey",_model:null,render:function(e,t,a){var i=e.getGraph(),n=this.group,s=e.layoutInfo,c=s.width,h=s.height,y=e.getData(),r=e.getData("edge");this._model=e,n.removeAll(),n.attr("position",[s.x,s.y]),i.eachEdge(function(t){var a=new o;a.dataIndex=t.dataIndex,a.seriesIndex=e.seriesIndex,a.dataType="edge";var l=t.getModel("lineStyle"),i=l.get("curveness"),s=t.node1.getLayout(),y=t.node1.getModel(),g=y.get("localX"),p=y.get("localY"),x=t.node2.getLayout(),u=t.node2.getModel(),m=u.get("localX"),I=u.get("localY"),f=t.getLayout();a.shape.extent=Math.max(1,f.dy);var v=(null!=g?g*c:s.x)+s.dx,S=(null!=p?p*h:s.y)+f.sy+f.dy/2,b=null!=m?m*c:x.x,w=(null!=I?I*h:x.y)+f.ty+f.dy/2,M=v*(1-i)+b*i,T=S,_=v*i+b*(1-i),C=w;switch(a.setShape({x1:v,y1:S,x2:b,y2:w,cpx1:M,cpy1:T,cpx2:_,cpy2:C}),a.setStyle(l.getItemStyle()),a.style.fill){case"source":a.style.fill=t.node1.getVisual("color");break;case"target":a.style.fill=t.node2.getVisual("color")}d.setHoverStyle(a,t.getModel("emphasis.lineStyle").getItemStyle()),n.add(a),r.setItemGraphicEl(t.dataIndex,a)}),i.eachNode(function(t){var a=t.getLayout(),l=t.getModel(),i=l.get("localX"),o=l.get("localY"),s=l.getModel("label"),r=l.getModel("emphasis.label"),g=new d.Rect({shape:{x:null!=i?i*c:a.x,y:null!=o?o*h:a.y,width:a.dx,height:a.dy},style:l.getModel("itemStyle").getItemStyle()}),p=t.getModel("emphasis.itemStyle").getItemStyle();d.setLabelStyle(g.style,p,s,r,{labelFetcher:e,labelDataIndex:t.dataIndex,defaultText:t.id,isRectText:!0}),g.setStyle("fill",t.getVisual("color")),d.setHoverStyle(g,p),n.add(g),y.setItemGraphicEl(t.dataIndex,g),g.dataType="node"});var g=e.get("draggable");g&&y.eachItemGraphicEl(function(t,l){t.drift=function(t,d){this.shape.x+=t,this.shape.y+=d,this.dirty(),a.dispatchAction({type:"dragNode",seriesId:e.id,dataIndex:y.getRawIndex(l),localX:this.shape.x/c,localY:this.shape.y/h})},t.draggable=!0,t.cursor="move"}),!this._data&&e.get("animation")&&n.setClipPath(l(n.getBoundingRect(),e,function(){n.removeClipPath()})),this._data=e.getData()},dispose:function(){}});a.exports=n});
|
||
;/*!node_modules/echarts/lib/chart/sankey/sankeyAction.js*/
|
||
define("node_modules/echarts/lib/chart/sankey/sankeyAction",function(e){var n=e("node_modules/echarts/lib/echarts");n.registerAction({type:"dragNode",event:"dragNode",update:"update"},function(e,n){n.eachComponent({mainType:"series",subType:"sankey",query:e},function(n){n.setNodePosition(e.dataIndex,[e.localX,e.localY])})})});
|
||
;/*!node_modules/echarts/lib/util/array/nest.js*/
|
||
define("node_modules/echarts/lib/util/array/nest",function(n,e,r){function t(){function n(e,t){if(t>=r.length)return e;for(var i=-1,o=e.length,s=r[t++],c={},f={};++i<o;){var h=s(e[i]),a=f[h];a?a.push(e[i]):f[h]=[e[i]]}return u.each(f,function(e,r){c[r]=n(e,t)}),c}function e(n,i){if(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;s<e.length;s++)u[s]=1;for(var s=0;s<t.length;s++)a[s]=t[s].inEdges.length,0===a[s]&&y.push(t[s]);for(;y.length;)B.each(y,function(o){o.setLayout({x:g},!0),o.setLayout({dx:n},!0),B.each(o.outEdges,function(n){var o=e.indexOf(n);u[o]=0;var y=n.node2,i=t.indexOf(y);0===--a[i]&&r.push(y)})}),++g,y=r,r=[];for(var s=0;s<u.length;s++);i(t,g),f=(o-n)/(g-1),c(t,f)}function i(t,e){B.each(t,function(t){t.outEdges.length||t.setLayout({x:e-1},!0)})}function c(t,e){B.each(t,function(t){var n=t.getLayout().x*e;t.setLayout({x:n},!0)})}function g(t,e,n,o,u){var a=w().key(function(t){return t.getLayout().x}).sortKeys(b).entries(t).map(function(t){return t.values});f(t,a,e,n,o),s(a,o,n);for(var y=1;u>0;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;++u<o;){var a=+e.call(t,t[u],u);isNaN(a)||(n+=a)}return n}function m(t){return t.getLayout().y+t.getLayout().dy/2}function p(t,e){return t.getLayout().y-e.getLayout().y}function b(t,e){return t-e}function V(t){return t.getValue()}{var k=t("node_modules/echarts/lib/util/layout"),w=t("node_modules/echarts/lib/util/array/nest"),B=t("node_modules/zrender/lib/core/util"),G=t("node_modules/echarts/lib/config");G.__DEV__}n.exports=o});
|
||
;/*!node_modules/echarts/lib/chart/sankey/sankeyVisual.js*/
|
||
define("node_modules/echarts/lib/chart/sankey/sankeyVisual",function(e,a,o){function l(e){e.eachSeriesByType("sankey",function(e){var a=e.getGraph(),o=a.nodes;if(o.length){var l=1/0,i=-1/0;n.each(o,function(e){var a=e.getLayout().value;l>a&&(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();a<o.length;a++)e.moveTo(o[a][0],o[a][1]),a++,e.lineTo(o[a][0],o[a][1])}}),m=c;o.exports=m});
|
||
;/*!node_modules/echarts/lib/chart/boxplot/boxplotVisual.js*/
|
||
define("node_modules/echarts/lib/chart/boxplot/boxplotVisual",function(e,o,t){function l(e){var o=e.get("color");e.eachRawSeriesByType("boxplot",function(t){var l=o[t.seriesIndex%o.length],i=t.getData();i.setVisual({legendSymbol:"roundRect",color:t.get(r)||l}),e.isSeriesFiltered(t)||i.each(function(e){var o=i.getItemModel(e);i.setItemVisual(e,{color:o.get(r,!0)})})})}var r=["itemStyle","borderColor"];t.exports=l});
|
||
;/*!node_modules/echarts/lib/chart/boxplot/boxplotLayout.js*/
|
||
define("node_modules/echarts/lib/chart/boxplot/boxplotLayout",function(e,t,n){function i(e){var t=s(e);l(t,function(e){var t=e.seriesModels;t.length&&(o(e),l(t,function(t,n){a(t,e.boxOffsetList[n],e.boxWidthList[n])}))})}function s(e){var t=[],n=[];return e.eachSeriesByType("boxplot",function(e){var i=e.getBaseAxis(),s=r.indexOf(n,i);0>s&&(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;p<r.count();p++){var x=r.get(f,p),v=i(x,d[2],p),g=i(x,d[0],p),b=i(x,d[1],p),m=i(x,d[3],p),y=i(x,d[4],p),M=[];s(M,b,0),s(M,m,1),M.push(g,b,y,m),o(M,g),o(M,y),o(M,v),r.setItemLayout(p,{initBaseline:v[l],ends:M})}}var r=e("node_modules/zrender/lib/core/util"),u=e("node_modules/echarts/lib/util/number"),c=u.parsePercent,l=r.each;n.exports=i});
|
||
;/*!node_modules/echarts/lib/chart/boxplot.js*/
|
||
define("node_modules/echarts/lib/chart/boxplot",function(o){var e=o("node_modules/echarts/lib/echarts");o("node_modules/echarts/lib/chart/boxplot/BoxplotSeries"),o("node_modules/echarts/lib/chart/boxplot/BoxplotView");var t=o("node_modules/echarts/lib/chart/boxplot/boxplotVisual"),l=o("node_modules/echarts/lib/chart/boxplot/boxplotLayout");e.registerVisual(t),e.registerLayout(l)});
|
||
;/*!node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js*/
|
||
define("node_modules/echarts/lib/chart/candlestick/CandlestickSeries",function(e,o,i){var r=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/model/Series"),t=e("node_modules/echarts/lib/chart/helper/whiskerBoxCommon"),l=t.seriesModelMixin,a=n.extend({type:"series.candlestick",dependencies:["xAxis","yAxis","grid"],defaultValueDimensions:[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],dimensions:null,defaultOption:{zlevel:0,z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,hoverAnimation:!0,layout:null,itemStyle:{color:"#c23531",color0:"#314656",borderWidth:1,borderColor:"#c23531",borderColor0:"#314656"},emphasis:{itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:5e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationUpdate:!1,animationEasing:"linear",animationDuration:300},getShadowDim:function(){return"open"},brushSelector:function(e,o,i){var r=o.getItemLayout(e);return r&&i.rect(r.brushRect)}});r.mixin(a,l,!0);var d=a;i.exports=d});
|
||
;/*!node_modules/echarts/lib/chart/candlestick/CandlestickView.js*/
|
||
define("node_modules/echarts/lib/chart/candlestick/CandlestickView",function(e,t,r){function i(e,t,r){var i=e.ends;return new _({shape:{points:r?o(i,e):i},z2:100})}function n(e,t,r,i){var n=t.getItemModel(r),o=n.getModel(h),a=t.getItemVisual(r,"color"),l=t.getItemVisual(r,"borderColor")||a,s=o.getItemStyle(p);e.useStyle(s),e.style.strokeNoScale=!0,e.style.fill=a,e.style.stroke=l,e.__simpleBox=i;var d=n.getModel(m).getItemStyle();u.setHoverStyle(e,d)}function o(e,t){return s.map(e,function(e){return e=e.slice(),e[1]=t.initBaseline,e})}function a(e,t,r){var i=e.getData(),n=i.getLayout("largePoints"),o=new f({shape:{points:n},__sign:1});t.add(o);var a=new f({shape:{points:n},__sign:-1});t.add(a),l(1,o,e,i),l(-1,a,e,i),r&&(o.incremental=!0,a.incremental=!0)}function l(e,t,r,i){var n=e>0?"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;i<r.length;)if(this.__sign===r[i++]){var n=r[i++];e.moveTo(n,r[i++]),e.lineTo(n,r[i++])}else i+=3}}),v=g;r.exports=v});
|
||
;/*!node_modules/echarts/lib/chart/candlestick/preprocessor.js*/
|
||
define("node_modules/echarts/lib/chart/candlestick/preprocessor",function(e,r,s){function c(e){e&&i.isArray(e.series)&&i.each(e.series,function(e){i.isObject(e)&&"k"===e.type&&(e.type="candlestick")})}var i=e("node_modules/zrender/lib/core/util");s.exports=c});
|
||
;/*!node_modules/echarts/lib/chart/candlestick/candlestickVisual.js*/
|
||
define("node_modules/echarts/lib/chart/candlestick/candlestickVisual",function(e,r,o){var t=e("node_modules/echarts/lib/chart/helper/createRenderPlanner"),l=["itemStyle","borderColor"],n=["itemStyle","borderColor0"],i=["itemStyle","color"],a=["itemStyle","color0"],c={seriesType:"candlestick",plan:t(),performRawSeries:!0,reset:function(e,r){function o(e,r){for(var o;null!=(o=e.next());){var l=r.getItemModel(o),n=r.getItemLayout(o).sign;r.setItemVisual(o,{color:t(n,l),borderColor:c(n,l)})}}function t(e,r){return r.get(e>0?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;s<i.length;s++){var f=i[s];if(e[f]!==t[f])return this.stopEffectAnimation(),void this.startEffectAnimation(t)}l(o,t)},m.highlight=function(){this.trigger("emphasis")},m.downplay=function(){this.trigger("normal")},m.updateData=function(t,e){var o=t.hostModel;this.childAt(0).updateData(t,e);var l=this.childAt(1),s=t.getItemModel(e),f=t.getItemVisual(e,"symbol"),a=i(t.getItemVisual(e,"symbolSize")),r=t.getItemVisual(e,"color");l.attr("scale",a),l.traverse(function(t){t.attr({fill:r})});var n=s.getShallow("symbolOffset");if(n){var h=l.position;h[0]=u(n[0],a[0]),h[1]=u(n[1],a[1])}l.rotation=(s.getShallow("symbolRotate")||0)*Math.PI/180||0;var c={};if(c.showEffectOn=o.get("showEffectOn"),c.rippleScale=s.get("rippleEffect.scale"),c.brushType=s.get("rippleEffect.brushType"),c.period=1e3*s.get("rippleEffect.period"),c.effectOffset=e/t.count(),c.z=s.getShallow("z")||0,c.zlevel=s.getShallow("zlevel")||0,c.symbolType=f,c.color=r,this.off("mouseover").off("mouseout").off("emphasis").off("normal"),"render"===c.showEffectOn)this._effectCfg?this.updateEffectAnimation(c):this.startEffectAnimation(c),this._effectCfg=c;else{this._effectCfg=null,this.stopEffectAnimation();var p=this.childAt(0),d=function(){p.highlight(),"render"!==c.showEffectOn&&this.startEffectAnimation(c)},m=function(){p.downplay(),"render"!==c.showEffectOn&&this.stopEffectAnimation()};this.on("mouseover",d,this).on("mouseout",m,this).on("emphasis",d,this).on("normal",m,this)}this._effectCfg=c},m.fadeOut=function(t){this.off("mouseover").off("mouseout").off("emphasis").off("normal"),t&&t()},f.inherits(s,h);var g=s;o.exports=g});
|
||
;/*!node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js*/
|
||
define("node_modules/echarts/lib/chart/effectScatter/EffectScatterView",function(e,t,r){var o=e("node_modules/echarts/lib/echarts"),a=e("node_modules/echarts/lib/chart/helper/SymbolDraw"),s=e("node_modules/echarts/lib/chart/helper/EffectSymbol"),n=e("node_modules/zrender/lib/core/matrix"),i=e("node_modules/echarts/lib/layout/points"),c=o.extendChartView({type:"effectScatter",init:function(){this._symbolDraw=new a(s)},render:function(e){var t=e.getData(),r=this._symbolDraw;r.updateData(t),this.group.add(r.group)},updateTransform:function(e){var t=e.getData();this.group.dirty();var r=i().reset(e);r.progress&&r.progress({start:0,end:t.count()},t),this._symbolDraw.updateLayout(t)},_updateGroupTransform:function(e){var t=e.coordinateSystem;t&&t.getRoamTransform&&(this.group.transform=n.clone(t.getRoamTransform()),this.group.decomposeTransform())},remove:function(e,t){this._symbolDraw&&this._symbolDraw.remove(t)},dispose:function(){}});r.exports=c});
|
||
;/*!node_modules/echarts/lib/chart/effectScatter.js*/
|
||
define("node_modules/echarts/lib/chart/effectScatter",function(e){var t=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries"),e("node_modules/echarts/lib/chart/effectScatter/EffectScatterView");var c=e("node_modules/echarts/lib/visual/symbol"),r=e("node_modules/echarts/lib/layout/points");t.registerVisual(c("effectScatter","circle")),t.registerLayout(r("effectScatter"))});
|
||
;/*!node_modules/echarts/lib/chart/lines/LinesSeries.js*/
|
||
define("node_modules/echarts/lib/chart/lines/LinesSeries",function(t,o,e){function r(t){var o=t.data;o&&o[0]&&o[0][0]&&o[0][0].coord&&(t.data=f(o,function(t){var o=[t[0].coord,t[1].coord],e={coords:o};return t[0].name&&(e.fromName=t[0].name),t[1].name&&(e.toName=t[1].name),d([e,t[0],t[1]])}))}var a=t("node_modules/echarts/lib/config"),s=(a.__DEV__,t("node_modules/echarts/lib/model/Series")),n=t("node_modules/echarts/lib/data/List"),i=t("node_modules/zrender/lib/core/util"),l=i.concatArray,d=i.mergeAll,f=i.map,h=t("node_modules/echarts/lib/util/format"),u=h.encodeHTML,c=(t("node_modules/echarts/lib/CoordinateSystem"),"undefined"==typeof Uint32Array?Array:Uint32Array),g="undefined"==typeof Float64Array?Array:Float64Array,p=s.extend({type:"series.lines",dependencies:["grid","polar"],visualColorAccessPath:"lineStyle.color",init:function(t){t.data=t.data||[],r(t);var o=this._processFlatCoordsArray(t.data);this._flatCoords=o.flatCoords,this._flatCoordsOffset=o.flatCoordsOffset,o.flatCoords&&(t.data=new Float32Array(o.count)),p.superApply(this,"init",arguments)},mergeOption:function(t){if(t.data=t.data||[],r(t),t.data){var o=this._processFlatCoordsArray(t.data);this._flatCoords=o.flatCoords,this._flatCoordsOffset=o.flatCoordsOffset,o.flatCoords&&(t.data=new Float32Array(o.count))}p.superApply(this,"mergeOption",arguments)},appendData:function(t){var o=this._processFlatCoordsArray(t.data);o.flatCoords&&(this._flatCoords?(this._flatCoords=l(this._flatCoords,o.flatCoords),this._flatCoordsOffset=l(this._flatCoordsOffset,o.flatCoordsOffset)):(this._flatCoords=o.flatCoords,this._flatCoordsOffset=o.flatCoordsOffset),t.data=new Float32Array(o.count)),this.getRawData().appendData(t.data)},_getCoordsFromItemModel:function(t){var o=this.getData().getItemModel(t),e=o.option instanceof Array?o.option:o.getShallow("coords");return e},getLineCoordsCount:function(t){return this._flatCoordsOffset?this._flatCoordsOffset[2*t+1]:this._getCoordsFromItemModel(t).length},getLineCoords:function(t,o){if(this._flatCoordsOffset){for(var e=this._flatCoordsOffset[2*t],r=this._flatCoordsOffset[2*t+1],a=0;r>a;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;a<s.length;a++)o[a]=o[a]||[],o[a][0]=s[a][0],o[a][1]=s[a][1];return s.length},_processFlatCoordsArray:function(t){var o=0;if(this._flatCoords&&(o=this._flatCoords.length),"number"==typeof t[0]){for(var e=t.length,r=new c(e),a=new g(e),s=0,n=0,i=0,l=0;e>l;){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<e.length;r++){var o=e[r-1],a=e[r];n+=s.dist(o,a),i.push(n)}if(0!==n){for(var r=0;r<i.length;r++)i[r]/=n;this._offsets=i,this._length=n}},h.getLineLength=function(){return this._length},h.updateSymbolPosition=function(t){var e=t.__t,i=this._points,n=this._offsets,r=i.length;if(n){var o,a=this._lastFrame;if(e<this._lastFramePercent){var h=Math.min(a+1,r-1);for(o=h;o>=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;i<t.length;){var a=t[i++];if(a>0){e.moveTo(t[i++],t[i++]);for(var l=1;a>l;l++)e.lineTo(t[i++],t[i++])}}else for(var i=0;i<t.length;){var s=t[i++],o=t[i++],c=t[i++],u=t[i++];if(e.moveTo(s,o),r>0){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;i<n.length;){var a=n[i++];if(a>0)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;i<n.length;){var o=n[i++],c=n[i++],d=n[i++],h=n[i++];if(t>0){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;v<t.end;v++)d+=e.getLineCoordsCount(v);i=new Float32Array(l+2*d)}else i=new Float32Array(4*l);for(var f=0,u=[],v=t.start;v<t.end;v++){var c=e.getLineCoords(v,s);a&&(i[f++]=c);for(var p=0;c>p;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;v<t.end;v++){var y=n.getItemModel(v),c=e.getLineCoords(v,s),g=[];if(a)for(var h=0;c>h;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]<p[0]&&p.reverse(),l=p[d]}else l=null!=s?n(c,s)-u:t?a.coordSysExtent[r.index][d]-u:i[r.wh];o.boundingLength=l,t&&(o.repeatCutLength=i[r.wh]),o.pxSign=l>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;u<c.length;++u){var p=i.toGlobalCoord(c[u].coord);a?(g[0]=p,g[1]=r.y,x[0]=p,x[1]=r.y+r.height):(g[0]=r.x,g[1]=p,x[0]=r.x+r.width,x[1]=p);var m=h++%o.length;d[m]=d[m]||[],d[m].push(new n.Line(n.subPixelOptimizeLine({shape:{x1:g[0],y1:g[1],x2:x[0],y2:x[1]},style:{lineWidth:l},silent:!0})))}for(var u=0;u<d.length;++u)this.group.add(n.mergePath(d[u],{style:{stroke:o[u%o.length],lineDash:s.getLineDash(l),lineWidth:l},silent:!0}))}}}),c=h;t.exports=c});
|
||
;/*!node_modules/echarts/lib/coord/single/AxisModel.js*/
|
||
define("node_modules/echarts/lib/coord/single/AxisModel",function(e,o,t){function i(e,o){return o.type||(o.data?"category":"value")}var l=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/model/Component"),s=e("node_modules/echarts/lib/coord/axisModelCreator"),d=e("node_modules/echarts/lib/coord/axisModelCommonMixin"),r=n.extend({type:"singleAxis",layoutMode:"box",axis:null,coordinateSystem:null,getCoordSysModel:function(){return this}}),a={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:2,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:2}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}}};l.merge(r.prototype,d),s("single",r,i,a);var u=r;t.exports=u});
|
||
;/*!node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js*/
|
||
define("node_modules/echarts/lib/component/axisPointer/findPointFromSeries",function(e,i,n){function t(e,i){var n,t=[],a=e.seriesIndex;if(null==a||!(n=i.getSeriesByIndex(a)))return{point:[]};var s=n.getData(),l=r.queryDataIndex(s,e);if(null==l||0>l||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;c<d.length;++c)u.push(d[c][g]),m.get(d[c][g])||(m.set(d[c][g],h),h++);var f=a(d,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:s(n)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}),p=new o(f,this);return p.initData(d),p},getLayerSeries:function(){function e(e,i){return t.get(o,e)-t.get(o,i)}for(var t=this.getData(),i=t.count(),n=[],a=0;i>a;++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;d<s.length;++d)s[d].indices.sort(e);return s},getAxisTooltipData:function(e,t){l.isArray(e)||(e=e?[e]:[]);for(var i,n=this.getData(),a=this.getLayerSeries(),r=[],s=a.length,o=0;s>o;++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;v<g.length;v++){var f=o.getItemLayout(g[v]),x=f.x,w=f.y0,S=f.y;m.push([x,w]),c.push([x,w+S]),y=o.getItemVisual(g[v],"color")}var _,b,P=o.getItemLayout(g[0]),I=o.getItemModel(g[v-1]),L=I.getModel("label"),R=L.get("margin");if("add"===t){var C=p[i]=new n.Group;_=new s({shape:{points:m,stackedOnPoints:c,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),b=new n.Text({style:{x:P.x-R,y:P.y0+P.y/2}}),C.add(_),C.add(b),r.add(C),_.setClipPath(a(_.getBoundingRect(),e,function(){_.removeClipPath()}))}else{var C=u[l];_=C.childAt(0),b=C.childAt(1),r.add(C),p[i]=C,n.updateProps(_,{shape:{points:m,stackedOnPoints:c}},e),n.updateProps(b,{style:{x:P.x-R,y:P.y0+P.y/2}},e)}var M=I.getModel("emphasis.itemStyle"),V=I.getModel("itemStyle");n.setTextStyle(b.style,L,{text:L.get("show")?e.getFormattedLabel(g[v-1],"normal")||o.getName(g[v-1]):null,textVerticalAlign:"middle"}),_.setStyle(h({fill:y},V.getItemStyle(["color"]))),n.setHoverStyle(_,M.getItemStyle())}var o=e.getData(),r=this.group,d=e.getLayerSeries(),y=o.getLayout("layoutInfo"),m=y.rect,c=y.boundaryGap;r.attr("position",[0,m.y+c[0]]);var g=new u(this._layersSeries||[],d,t,t),p={};g.add(l(i,this,"add")).update(l(i,this,"update")).remove(l(i,this,"remove")).execute(),this._layersSeries=d,this._layers=p},dispose:function(){}});i.exports=y});
|
||
;/*!node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js*/
|
||
define("node_modules/echarts/lib/chart/themeRiver/themeRiverLayout",function(e,t,r){function n(e){e.eachSeriesByType("themeRiver",function(e){var t=e.getData(),r=e.coordinateSystem,n={},i=r.getRect();n.rect=i;var o=e.get("boundaryGap"),u=r.getAxis();if(n.boundaryGap=o,"horizontal"===u.orient){o[0]=s.parsePercent(o[0],i.height),o[1]=s.parsePercent(o[1],i.height);var c=i.height-o[0]-o[1];a(t,e,c)}else{o[0]=s.parsePercent(o[0],i.width),o[1]=s.parsePercent(o[1],i.width);var d=i.width-o[0]-o[1];a(t,e,d)}t.setLayout("layoutInfo",n)})}function a(e,t,r){if(e.count())for(var n,a=t.coordinateSystem,s=t.getLayerSeries(),u=e.mapDimension("single"),c=e.mapDimension("value"),d=o.map(s,function(t){return o.map(t.indices,function(t){var r=a.dataToPoint(e.get(u,t));return r[1]=e.get(c,t),r})}),h=i(d),y=h.y0,l=r/h.max,m=s.length,f=s[0].indices.length,v=0;f>v;++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)<c&&(d="");var p=this.childAt(1);s.setLabelStyle(p.style,p.hoverStyle||{},a,h,{defaultText:l.getShallow("show")?d:null,autoColor:t,useInsideStyle:!0});var f,m=(u.startAngle+u.endAngle)/2,v=Math.cos(m),y=Math.sin(m),M=n("position"),I=n("distance")||0,b=n("align");"outside"===M?(f=u.r+I,b=m>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<m.length;p++)o(e.childAt(p),r,m[p],i,e,u);for(;p<h.length;p++)h[p]&&e.remove(h[p])}}return l.add(e),e}}function s(e){new I(e.oldChildren,e.newChildren,u,u,e).add(d).update(d).remove(c).execute()}function u(e,t){var a=e&&e.name;return null!=a?a:E+t}function d(e,t){var a=this.context,r=null!=e?a.newChildren[e]:null,n=null!=t?a.oldChildren[t]:null;o(n,a.dataIndex,r,a.animatableModel,a.group,a.data)}function c(e){var t=this.context,a=t.oldChildren[e];a&&t.group.remove(a)}var h=e("node_modules/echarts/lib/config"),m=(h.__DEV__,e("node_modules/echarts/lib/echarts")),p=e("node_modules/zrender/lib/core/util"),g=e("node_modules/echarts/lib/util/graphic"),f=e("node_modules/echarts/lib/chart/helper/labelHelper"),y=f.getDefaultLabel,x=e("node_modules/echarts/lib/chart/helper/createListFromArray"),v=e("node_modules/echarts/lib/layout/barGrid"),_=v.getLayoutOnAxis,I=e("node_modules/echarts/lib/data/DataDiffer"),b=e("node_modules/echarts/lib/coord/cartesian/prepareCustom"),C=e("node_modules/echarts/lib/coord/geo/prepareCustom"),S=e("node_modules/echarts/lib/coord/single/prepareCustom"),D=e("node_modules/echarts/lib/coord/polar/prepareCustom"),w=e("node_modules/echarts/lib/coord/calendar/prepareCustom"),P=["itemStyle"],A=["emphasis","itemStyle"],L=["label"],T=["emphasis","label"],E="e\x00\x00",M={cartesian2d:b,geo:C,singleAxis:S,polar:D,calendar:w};m.extendSeriesModel({type:"series.custom",dependencies:["grid","polar","geo","singleAxis","calendar"],defaultOption:{coordinateSystem:"cartesian2d",zlevel:0,z:2,legendHoverLink:!0},getInitialData:function(){return x(this.getSource(),this)}}),m.extendChartView({type:"custom",_data:null,render:function(e,t,a){var r=this._data,i=e.getData(),o=this.group,s=n(e,i,t,a);this.group.removeAll(),i.diff(r).add(function(t){l(null,t,s(t),e,o,i)}).update(function(t,a){var n=r.getItemGraphicEl(a);l(n,t,s(t),e,o,i)}).remove(function(e){var t=r.getItemGraphicEl(e);t&&o.remove(t)}).execute(),this._data=i},incrementalPrepareRender:function(){this.group.removeAll(),this._data=null},incrementalRender:function(e,t,a,r){function i(e){e.isGroup||(e.incremental=!0,e.useHoverLayer=!0)}for(var o=t.getData(),s=n(t,o,a,r),u=e.start;u<e.end;u++){var d=l(null,u,s(u),t,this.group,o);d.traverse(i)}},dispose:p.noop})});
|
||
;/*!node_modules/echarts/lib/component/graphic.js*/
|
||
define("node_modules/echarts/lib/component/graphic",function(e){function t(e,t,n,i){var a=n.type,o=d[a.charAt(0).toUpperCase()+a.slice(1)],r=new o(n);t.add(r),i.set(e,r),r.__ecGraphicId=e}function n(e,t){var i=e&&e.parent;i&&("group"===e.type&&e.traverse(function(e){n(e,t)}),t.removeKey(e.__ecGraphicId),i.remove(e))}function i(e){return e=s.extend({},e),s.each(["id","parentId","$action","hv","bounding"].concat(u.LOCATION_PARAMS),function(t){delete e[t]}),e}function a(e,t){var n;return s.each(t,function(t){null!=e[t]&&"auto"!==e[t]&&(n=!0)}),n}function o(e,t){var n=e.exist;if(t.id=e.keyInfo.id,!t.type&&n&&(t.type=n.type),null==t.parentId){var i=t.parentOption;i?t.parentId=i.id:n&&(t.parentId=n.parentId)}t.parentOption=null}function r(e,t,n){var i=s.extend({},n),a=e[t],o=n.$action||"merge";"merge"===o?a?(s.merge(a,i,!0),u.mergeLayoutParam(a,i,{ignoreSize:!0}),u.copyLayoutParams(n,a)):e[t]=i:"replace"===o?e[t]=i:"remove"===o&&a&&(e[t]=null)}function l(e,t){e&&(e.hv=t.hv=[a(t,["left","right"]),a(t,["top","bottom"])],"group"===e.type&&(null==e.width&&(e.width=t.width=0),null==e.height&&(e.height=t.height=0)))}var p=e("node_modules/echarts/lib/config"),h=(p.__DEV__,e("node_modules/echarts/lib/echarts")),s=e("node_modules/zrender/lib/core/util"),c=e("node_modules/echarts/lib/util/model"),d=e("node_modules/echarts/lib/util/graphic"),u=e("node_modules/echarts/lib/util/layout");h.registerPreprocessor(function(e){var t=e.graphic;s.isArray(t)?e.graphic=t[0]&&t[0].elements?[e.graphic[0]]:[{elements:t}]:t&&!t.elements&&(e.graphic=[{elements:[t]}])});var g=h.extendComponentModel({type:"graphic",defaultOption:{elements:[],parentId:null},_elOptionsToUpdate:null,mergeOption:function(){var e=this.option.elements;this.option.elements=null,g.superApply(this,"mergeOption",arguments),this.option.elements=e},optionUpdated:function(e,t){var n=this.option,i=(t?n:e).elements,a=n.elements=t?[]:n.elements,p=[];this._flatten(i,p);var h=c.mappingToExists(a,p);c.makeIdAndName(h);var d=this._elOptionsToUpdate=[];s.each(h,function(e,t){var n=e.option;n&&(d.push(n),o(e,n),r(a,t,n),l(a[t],n))},this);for(var u=a.length-1;u>=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<e.length;i++){var n=e[i].get("name");if(this.isSelected(n)){this.select(n),t=!0;break}}!t&&this.select(e[0].get("name"))}},_updateData:function(e){var t=[],i=[];e.eachRawSeries(function(n){var o=n.name;i.push(o);var a;if(n.legendDataProvider){var s=n.legendDataProvider(),d=s.mapArray(s.getName);e.isSeriesFiltered(n)||(i=i.concat(d)),d.length?t=t.concat(d):a=!0}else a=!0;a&&l(n)&&t.push(n.name)}),this._availableNames=i;var n=this.get("data")||t,s=o.map(n,function(e){return("string"==typeof e||"number"==typeof e)&&(e={name:e}),new a(e,this,this.ecModel)},this);this._data=s},getData:function(){return this._data},select:function(e){var t=this.option.selected,i=this.get("selectedMode");if("single"===i){var n=this._data;o.each(n,function(e){t[e.get("name")]=!1})}t[e]=!0},unSelect:function(e){"single"!==this.get("selectedMode")&&(this.option.selected[e]=!1)},toggleSelected:function(e){var t=this.option.selected;t.hasOwnProperty(e)||(t[e]=!0),this[t[e]?"unSelect":"select"](e)},isSelected:function(e){var t=this.option.selected;return!(t.hasOwnProperty(e)&&!t[e])&&o.indexOf(this._availableNames,e)>=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;t<n.length;t++)if(!n[t].isSelected(e.name))return!1;return!0})}t.exports=i});
|
||
;/*!node_modules/echarts/lib/component/legend.js*/
|
||
define("node_modules/echarts/lib/component/legend",function(e){var n=e("node_modules/echarts/lib/echarts");e("node_modules/echarts/lib/component/legend/LegendModel"),e("node_modules/echarts/lib/component/legend/legendAction"),e("node_modules/echarts/lib/component/legend/LegendView");var o=e("node_modules/echarts/lib/component/legend/legendFilter"),d=e("node_modules/echarts/lib/model/Component");n.registerProcessor(o),d.registerSubTypeDefaulter("legend",function(){return"plain"})});
|
||
;/*!node_modules/echarts/lib/component/legend/ScrollableLegendModel.js*/
|
||
define("node_modules/echarts/lib/component/legend/ScrollableLegendModel",function(e,t,n){function o(e,t,n){var o=e.getOrient(),a=[1,1];a[o.index]=0,l(t,n,{type:"box",ignoreSize:a})}var a=e("node_modules/echarts/lib/component/legend/LegendModel"),i=e("node_modules/echarts/lib/util/layout"),l=i.mergeLayoutParam,r=i.getLayoutParams,c=a.extend({type:"legend.scroll",setScrollDataIndex:function(e){this.option.scrollDataIndex=e},defaultOption:{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800},init:function(e,t,n,a){var i=r(e);c.superCall(this,"init",e,t,n,a),o(this,e,i)},mergeOption:function(e,t){c.superCall(this,"mergeOption",e,t),o(this,this.option,e)},getOrient:function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}}}),d=c;n.exports=d});
|
||
;/*!node_modules/echarts/lib/component/legend/ScrollableLegendView.js*/
|
||
define("node_modules/echarts/lib/component/legend/ScrollableLegendView",function(e,t,n){var i=e("node_modules/zrender/lib/core/util"),o=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/echarts/lib/util/layout"),a=e("node_modules/echarts/lib/component/legend/LegendView"),l=o.Group,g=["width","height"],c=["x","y"],s=a.extend({type:"legend.scroll",newlineDisabled:!0,init:function(){s.superCall(this,"init"),this._currentIndex=0,this.group.add(this._containerGroup=new l),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new l),this._showController},resetInner:function(){s.superCall(this,"resetInner"),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},renderInner:function(e,t,n,r){function a(e,n){var a=e+"DataIndex",s=o.createIcon(t.get("pageIcons",!0)[t.getOrient().name][n],{onclick:i.bind(l._pageGo,l,a,t,r)},{x:-c[0]/2,y:-c[1]/2,width:c[0],height:c[1]});s.name=e,g.add(s)}var l=this;s.superCall(this,"renderInner",e,t,n,r);var g=this._controllerGroup,c=t.get("pageIconSize",!0);i.isArray(c)||(c=[c,c]),a("pagePrev",0);var d=t.getModel("pageTextStyle");g.add(new o.Text({name:"pageText",style:{textFill:d.getTextColor(),font:d.getFont(),textVerticalAlign:"middle",textAlign:"center"},silent:!0})),a("pageNext",1)},layoutInner:function(e,t,n){var a=this.getContentGroup(),l=this._containerGroup,s=this._controllerGroup,d=e.getOrient().index,u=g[d],p=g[1-d],h=c[1-d];r.box(e.get("orient"),a,e.get("itemGap"),d?n.width:null,d?null:n.height),r.box("horizontal",s,e.get("pageButtonItemGap",!0));var x=a.getBoundingRect(),_=s.getBoundingRect(),f=this._showController=x[u]>n[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)+"<br />":"")+n.join("<br />"))}})},this),a.reverse(),a=a.join("<br /><br />");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)<W&&(E=(0>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)<w&&(R=(0>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;h<i.length;h++){var x=d++%c.length;g[x]=g[x]||[],g[x].push(new r.Line({shape:o(t,l,i[h].coord)}))}for(var h=0;h<g.length;h++)this.group.add(r.mergePath(g[h],{style:a.defaults({stroke:c[h%c.length]},s.getLineStyle()),silent:!0,z:e.get("z")}))},_splitArea:function(e,t,i,o){if(i.length){var l=e.getModel("splitArea"),n=l.getModel("areaStyle"),s=n.get("color"),c=0;s=s instanceof Array?s:[s];for(var d=[],g=Math.PI/180,h=-i[0].coord*g,x=Math.min(o[0],o[1]),u=Math.max(o[0],o[1]),f=e.get("clockwise"),y=1;y<i.length;y++){var p=c++%s.length;d[p]=d[p]||[],d[p].push(new r.Sector({shape:{cx:t.cx,cy:t.cy,r0:x,r:u,startAngle:h,endAngle:-i[y].coord*g,clockwise:f},silent:!0})),h=-i[y].coord*g}for(var y=0;y<d.length;y++)this.group.add(r.mergePath(d[y],{style:a.defaults({fill:s[y%s.length]},n.getAreaStyle()),silent:!0}))}}});i.exports=g});
|
||
;/*!node_modules/echarts/lib/component/angleAxis.js*/
|
||
define("node_modules/echarts/lib/component/angleAxis",function(e){e("node_modules/echarts/lib/coord/polar/polarCreator"),e("node_modules/echarts/lib/component/axis/AngleAxisView")});
|
||
;/*!node_modules/echarts/lib/component/axis/RadiusAxisView.js*/
|
||
define("node_modules/echarts/lib/component/axis/RadiusAxisView",function(e,t,i){function o(e,t,i){return{position:[e.cx,e.cy],rotation:i/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:t.getModel("axisLabel").get("rotate"),z2:1}}var l=e("node_modules/zrender/lib/core/util"),n=e("node_modules/echarts/lib/util/graphic"),r=e("node_modules/echarts/lib/component/axis/AxisBuilder"),a=e("node_modules/echarts/lib/component/axis/AxisView"),s=["axisLine","axisTickLabel","axisName"],c=["splitLine","splitArea"],d=a.extend({type:"radiusAxis",axisPointerClass:"PolarAxisPointer",render:function(e){if(this.group.removeAll(),e.get("show")){var t=e.axis,i=t.polar,n=i.getAngleAxis(),a=t.getTicksCoords(),d=n.getExtent()[0],g=t.getExtent(),h=o(i,e,d),u=new r(e,h);l.each(s,u.add,u),this.group.add(u.getGroup()),l.each(c,function(o){e.get(o+".show")&&!t.scale.isBlank()&&this["_"+o](e,i,d,g,a)},this)}},_splitLine:function(e,t,i,o,r){var a=e.getModel("splitLine"),s=a.getModel("lineStyle"),c=s.get("color"),d=0;c=c instanceof Array?c:[c];for(var g=[],h=0;h<r.length;h++){var u=d++%c.length;g[u]=g[u]||[],g[u].push(new n.Circle({shape:{cx:t.cx,cy:t.cy,r:r[h].coord},silent:!0}))}for(var h=0;h<g.length;h++)this.group.add(n.mergePath(g[h],{style:l.defaults({stroke:c[h%c.length],fill:null},s.getLineStyle()),silent:!0}))},_splitArea:function(e,t,i,o,r){if(r.length){var a=e.getModel("splitArea"),s=a.getModel("areaStyle"),c=s.get("color"),d=0;c=c instanceof Array?c:[c];for(var g=[],h=r[0].coord,u=1;u<r.length;u++){var x=d++%c.length;g[x]=g[x]||[],g[x].push(new n.Sector({shape:{cx:t.cx,cy:t.cy,r0:h,r:r[u].coord,startAngle:0,endAngle:2*Math.PI},silent:!0})),h=r[u].coord}for(var u=0;u<g.length;u++)this.group.add(n.mergePath(g[u],{style:l.defaults({fill:c[u%c.length]},s.getAreaStyle()),silent:!0}))}}});i.exports=d});
|
||
;/*!node_modules/echarts/lib/component/radiusAxis.js*/
|
||
define("node_modules/echarts/lib/component/radiusAxis",function(o){o("node_modules/echarts/lib/coord/polar/polarCreator"),o("node_modules/echarts/lib/component/axis/RadiusAxisView")});
|
||
;/*!node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js*/
|
||
define("node_modules/echarts/lib/component/axisPointer/PolarAxisPointer",function(e,t,a){function i(e,t,a,i,o){var r=t.axis,l=r.dataToCoord(e),d=i.getAngleAxis().getExtent()[0];d=d/180*Math.PI;var x,h,p,m=i.getRadiusAxis().getExtent();if("radius"===r.dim){var g=s.create();s.rotate(g,g,d),s.translate(g,g,[i.cx,i.cy]),x=n.applyTransform([l,-o],g);var u=t.getModel("axisLabel").get("rotate")||0,y=c.innerTextLayout(d,u*Math.PI/180,-1);h=y.textAlign,p=y.textVerticalAlign}else{var P=m[1];x=i.coordToPoint([P+o,l]);var b=i.cx,v=i.cy;h=Math.abs(x[0]-b)/P<.3?"center":x[0]>b?"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]<a[0]&&a.reverse(),i(a[0],u)||i(a[1],u)||i(u[0],a)||i(u[1],a)}}}}function i(n,r){return r[0]<=n&&n<=r[1]}function o(n,r,t,e,i){for(var o=0,u=i[i.length-1];o<i.length;o++){var a=i[o];if(c(n,r,t,e,a[0],a[1],u[0],u[1]))return!0;u=a}}function c(n,r,t,e,i,o,c,f){var d=a(t-n,i-c,e-r,o-f);if(u(d))return!1;var g=a(i-n,i-c,o-r,o-f)/d;if(0>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<r.length;t++){var a=r[t],s=e.panelId;if(s){if(a.panelId===s)return a}else for(var t=0;t<I.length;t++)if(I[t](o,a))return a}return!0};var T={grid:function(e,n){var r=e.xAxisModels,o=e.yAxisModels,t=e.gridModels,i=l.createHashMap(),a={},s={};(r||o||t)&&(p(r,function(e){var n=e.axis.grid.model;i.set(n.id,n),a[n.id]=!0}),p(o,function(e){var n=e.axis.grid.model;i.set(n.id,n),s[n.id]=!0}),p(t,function(e){i.set(e.id,e),a[e.id]=!0,s[e.id]=!0}),i.each(function(e){var t=e.coordinateSystem,i=[];p(t.getCartesians(),function(e){(x(r,e.getAxis("x").model)>=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][0]&&(n[0][0]=u[0]),u[0]>n[0][1]&&(n[0][1]=u[0]),u[1]<n[1][0]&&(n[1][0]=u[1]),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.time<n.end.time+d))return[0/0,0/0];var s=i.day,o=this._getRangeInfo([n.start.time,a]).nthWeek;return"vertical"===this._orient?[this._rect.x+s*this._sw+this._sw/2,this._rect.y+o*this._sh+this._sh/2]:[this._rect.x+o*this._sw+this._sw/2,this._rect.y+s*this._sh+this._sh/2]},pointToData:function(t){var e=this.pointToDate(t);return e&&e.time},dataToRect:function(t,e){var i=this.dataToPoint(t,e);return{contentShape:{x:i[0]-(this._sw-this._lineWidth)/2,y:i[1]-(this._sh-this._lineWidth)/2,width:this._sw-this._lineWidth,height:this._sh-this._lineWidth},center:i,tl:[i[0]-this._sw/2,i[1]-this._sh/2],tr:[i[0]+this._sw/2,i[1]-this._sh/2],br:[i[0]+this._sw/2,i[1]+this._sh/2],bl:[i[0]-this._sw/2,i[1]+this._sh/2]}},pointToDate:function(t){var e=Math.floor((t[0]-this._rect.x)/this._sw)+1,i=Math.floor((t[1]-this._rect.y)/this._sh)+1,n=this._rangeInfo.range;return"vertical"===this._orient?this._getDateByWeeksAndDay(i,e-1,n):this._getDateByWeeksAndDay(e,i-1,n)},convertToPixel:r.curry(a,"dataToPoint"),convertFromPixel:r.curry(a,"pointToData"),_initRangeOption:function(){var t=this._model.get("range"),e=t;if(r.isArray(e)&&1===e.length&&(e=e[0]),/^\d{4}$/.test(e)&&(t=[e+"-01-01",e+"-12-31"]),/^\d{4}[\/|-]\d{1,2}$/.test(e)){var i=this.getDateInfo(e),n=i.date;n.setMonth(n.getMonth()+1);var a=this.getNextNDay(n,-1);t=[i.formatedDate,a.formatedDate]}/^\d{4}[\/|-]\d{1,2}[\/|-]\d{1,2}$/.test(e)&&(t=[e,e]);var s=this._getRangeInfo(t);return s.start.time>s.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&&e<n.fweek||t===n.weeks&&e>n.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;c<g[f].length-1;c++){var p=g[f][c].slice(),_=this._firstDayOfMonth[c];if(m){var u=this._firstDayPoints[c];p[y]=(u[y]+g[0][c+1][y])/2}var x=i.get("formatter"),v=a[+_.m-1],b={yyyy:_.y,yy:(_.y+"").slice(2),MM:_.m,M:+_.m,nameMap:v},M=this._formatterLabel(x,b),T=new o.Text({z2:30});r.extend(o.setTextStyle(T.style,i,{text:M}),this._monthTextPositionControl(p,m,e,d,s)),n.add(T)}}},_weekTextPositionControl:function(t,e,n,i,r){var o="center",a="middle",s=t[0],l=t[1],d="start"===n;return"horizontal"===e?(s=s+i+(d?1:-1)*r[0]/2,o=d?"right":"left"):(l=l+i+(d?1:-1)*r[1]/2,a=d?"bottom":"top"),{x:s,y:l,textAlign:o,textVerticalAlign:a}},_renderWeekText:function(t,e,n,i){var a=t.getModel("dayLabel");if(a.get("show")){var l=t.coordinateSystem,h=a.get("position"),g=a.get("nameMap"),f=a.get("margin"),y=l.getFirstDayOfWeek();r.isString(g)&&(g=d[g.toUpperCase()]||[]);var m=l.getNextNDay(e.end.time,7-e.lweek).time,c=[l.getCellWidth(),l.getCellHeight()];f=s.parsePercent(f,c["horizontal"===n?0:1]),"start"===h&&(m=l.getNextNDay(e.start.time,-(7+e.fweek)).time,f=-f);for(var p=0;7>p;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<e.length;u++)c[e[u]]=n+r[u];o.call(t,c)})}}function o(n,e,i){function r(n,e){return a.indexOf(e.nodes,n)>=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[0]&&(i[0]=t[0]),t[1]>i[1]&&(i[1]=t[1])})}),i[1]<i[0]&&(i=[0/0,0/0]),a(e,i),i}function a(e,t){var n=e.getAxisModel(),i=n.getMin(!0),a="category"===n.get("type"),o=a&&n.getCategories().length;null!=i&&"dataMin"!==i&&"function"!=typeof i?t[0]=i:a&&(t[0]=o>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;s<r.length;s++){var d=i.get(r[s],e),l=!isNaN(d),u=d<o[0],c=d>o[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;d<t.length;d++)if(t[d].model===o){a=t[d];break}a||t.push(a={model:o,axisModels:[],coordIndex:n}),a.axisModels.push(e)}var e=this.dataZoomModel,t=this.ecModel,n={};return e.eachTargetAxis(function(e,a){var d=t.getComponent(e.axis,a);if(d){var i=d.getCoordSysModel();i&&o(i,d,n[i.mainType]||(n[i.mainType]=[]),i.componentIndex)}},this),n}});t.exports=a});
|
||
;/*!node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js*/
|
||
define("node_modules/echarts/lib/component/dataZoom/SliderZoomModel",function(o,e,l){var t=o("node_modules/echarts/lib/component/dataZoom/DataZoomModel"),a=t.extend({type:"dataZoom.slider",layoutMode:"box",defaultOption:{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#2f4554",width:.5,opacity:.3},areaStyle:{color:"rgba(47,69,84,0.3)",opacity:.3}},borderColor:"#ddd",fillerColor:"rgba(167,183,204,0.4)",handleIcon:"M8.2,13.6V3.9H6.3v9.7H3.1v14.9h3.3v9.7h1.8v-9.7h3.3V13.6H8.2z M9.7,24.4H4.8v-1.4h4.9V24.4z M9.7,19.1H4.8v-1.4h4.9V19.1z",handleSize:"100%",handleStyle:{color:"#a7b7cc"},labelPrecision:null,labelFormatter:null,showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#333"}}}),d=a;l.exports=d});
|
||
;/*!node_modules/echarts/lib/component/dataZoom/SliderZoomView.js*/
|
||
define("node_modules/echarts/lib/component/dataZoom/SliderZoomView",function(t,e,i){function a(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}function o(t){return"vertical"===t?"ns-resize":"ew-resize"}var s=t("node_modules/zrender/lib/core/util"),n=t("node_modules/zrender/lib/core/event"),r=t("node_modules/echarts/lib/util/graphic"),h=t("node_modules/echarts/lib/util/throttle"),l=t("node_modules/echarts/lib/component/dataZoom/DataZoomView"),d=t("node_modules/echarts/lib/util/number"),g=t("node_modules/echarts/lib/util/layout"),u=t("node_modules/echarts/lib/component/helper/sliderMove"),c=r.Rect,_=d.linearMap,p=d.asc,m=s.bind,f=s.each,v=7,y=1,w=30,x="horizontal",b="vertical",M=5,D=["line","bar","candlestick","scatter"],S=l.extend({type:"dataZoom.slider",init:function(t,e){this._displayables={},this._orient,this._range,this._handleEnds,this._size,this._handleWidth,this._handleHeight,this._location,this._dragging,this._dataShadowInfo,this.api=e},render:function(t,e,i,a){return S.superApply(this,"render",arguments),h.createOrUpdate(this,"_dispatchZoomAction",this.dataZoomModel.get("throttle"),"fixRate"),this._orient=t.get("orient"),this.dataZoomModel.get("show")===!1?void this.group.removeAll():(a&&"dataZoom"===a.type&&a.from===this.uid||this._buildView(),void this._updateView())},remove:function(){S.superApply(this,"remove",arguments),h.clear(this,"_dispatchZoomAction")},dispose:function(){S.superApply(this,"dispose",arguments),h.clear(this,"_dispatchZoomAction")},_buildView:function(){var t=this.group;t.removeAll(),this._resetLocation(),this._resetInterval();var e=this._displayables.barGroup=new r.Group;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},_resetLocation:function(){var t=this.dataZoomModel,e=this.api,i=this._findCoordRect(),a={width:e.getWidth(),height:e.getHeight()},o=this._orient===x?{right:a.width-i.x-i.width,top:a.height-w-v,width:i.width,height:w}:{right:v,top:i.y,width:w,height:i.height},n=g.getLayoutParams(t.option);s.each(["right","top","width","height"],function(t){"ph"===n[t]&&(n[t]=o[t])});var r=g.getLayoutRect(n,a,t.padding);this._location={x:r.x,y:r.y},this._size=[r.width,r.height],this._orient===b&&this._size.reverse()},_positionGroup:function(){var t=this.group,e=this._location,i=this._orient,a=this.dataZoomModel.getFirstTargetAxisModel(),o=a&&a.get("inverse"),s=this._displayables.barGroup,n=(this._dataShadowInfo||{}).otherAxisInverse;s.attr(i!==x||o?i===x&&o?{scale:n?[-1,1]:[-1,-1]}:i!==b||o?{scale:n?[-1,-1]:[-1,1],rotation:Math.PI/2}:{scale:n?[1,-1]:[1,1],rotation:Math.PI/2}:{scale:n?[1,1]:[1,-1]});var r=t.getBoundingRect([s]);t.attr("position",[e.x-r.x,e.y-r.y])},_getViewExtent:function(){return[0,this._size[0]]},_renderBackground:function(){var t=this.dataZoomModel,e=this._size,i=this._displayables.barGroup;i.add(new c({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40})),i.add(new c({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:s.bind(this._onClickPanelClick,this)}))},_renderDataShadow:function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(t){var e=this._size,i=t.series,a=i.getRawData(),o=i.getShadowDim?i.getShadowDim():t.otherDim;if(null!=o){var n=a.getDataExtent(o),h=.3*(n[1]-n[0]);n=[n[0]-h,n[1]+h];var l,d=[0,e[1]],g=[0,e[0]],u=[[e[0],0],[0,0]],c=[],p=g[1]/(a.count()-1),m=0,f=Math.round(a.count()/e[0]);a.each([o],function(t,e){if(f>0&&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&&o<n[1];r++)s.push(o),o+=a;return s.push(n[1]),s}var a=t("node_modules/zrender/lib/core/util"),o=t("node_modules/echarts/lib/component/visualMap/VisualMapModel"),s=t("node_modules/echarts/lib/util/number"),r=[20,140],l=o.extend({type:"visualMap.continuous",defaultOption:{align:"auto",calculable:!1,range:null,realtime:!0,itemHeight:null,itemWidth:null,hoverLink:!0,hoverLinkDataSize:null,hoverLinkOnHandle:null},optionUpdated:function(){l.superApply(this,"optionUpdated",arguments),this.resetExtent(),this.resetVisual(function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()}),this._resetRange()},resetItemSize:function(){l.superApply(this,"resetItemSize",arguments);var t=this.itemSize;"horizontal"===this._orient&&t.reverse(),(null==t[0]||isNaN(t[0]))&&(t[0]=r[0]),(null==t[1]||isNaN(t[1]))&&(t[1]=r[1])},_resetRange:function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):a.isArray(e)&&(e[0]>e[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]<t[0]&&(e[0]=t[0]),e[1]<t[0]&&(e[1]=t[0]),e},getValueState:function(t){var e=this.option.range,n=this.getExtent();return(e[0]<=n[0]||e[0]<=t)&&(e[1]>=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]<a[s]&&e(n[r],"outOfRange");for(var h=1;l>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]<n[r])&&(h&&(o.length&&e(o[o.length-1].value,"outOfRange"),h=0),e(n[r],"outOfRange"));var g=o.length;return{stops:o,outerColors:[g?o[0].color:"transparent",g?o[g-1].color:"transparent"]}}}),u=l;n.exports=u});
|
||
;/*!node_modules/echarts/lib/component/visualMap/VisualMapView.js*/
|
||
define("node_modules/echarts/lib/component/visualMap/VisualMapView",function(e,t,o){var i=e("node_modules/echarts/lib/echarts"),a=e("node_modules/zrender/lib/core/util"),l=e("node_modules/echarts/lib/util/graphic"),n=e("node_modules/echarts/lib/util/format"),r=e("node_modules/echarts/lib/util/layout"),s=e("node_modules/echarts/lib/visual/VisualMapping"),d=i.extendComponentView({type:"visualMap",autoPositionValues:{left:1,right:1,top:1,bottom:1},init:function(e,t){this.ecModel=e,this.api=t,this.visualMapModel},render:function(e){return this.visualMapModel=e,e.get("show")===!1?void this.group.removeAll():void this.doRender.apply(this,arguments)},renderBackground:function(e){var t=this.visualMapModel,o=n.normalizeCssArray(t.get("padding")||0),i=e.getBoundingRect();e.add(new l.Rect({z2:-1,silent:!0,shape:{x:i.x-o[3],y:i.y-o[0],width:i.width+o[3]+o[1],height:i.height+o[0]+o[2]},style:{fill:t.get("backgroundColor"),stroke:t.get("borderColor"),lineWidth:t.get("borderWidth")}}))},getControllerVisual:function(e,t,o){function i(e){return d[e]}function l(e,t){d[e]=t}o=o||{};var n=o.forceState,r=this.visualMapModel,d={};if("symbol"===t&&(d.symbol=r.get("itemSymbol")),"color"===t){var u=r.get("contentColor");d.color=u}var h=r.controllerVisuals[n||r.getValueState(e)],p=s.prepareVisualTypes(h);return a.each(p,function(a){var n=h[a];o.convertOpacityToAlpha&&"opacity"===a&&(a="colorAlpha",n=h.__alphaForOpacity),s.dependsOn(a,t)&&n&&n.applyVisual(e,i,l)}),d[t]},positionGroup:function(e){var t=this.visualMapModel,o=this.api;r.positionElement(e,t.getBoxLayoutParams(),{width:o.getWidth(),height:o.getHeight()})},doRender:a.noop});o.exports=d});
|
||
;/*!node_modules/echarts/lib/component/visualMap/helper.js*/
|
||
define("node_modules/echarts/lib/component/visualMap/helper",function(t,e){function n(t,e,n){var i=t.option,a=i.align;if(null!=a&&"auto"!==a)return a;for(var o={width:e.getWidth(),height:e.getHeight()},l="horizontal"===i.orient?1:0,r=[["left","right","width"],["top","bottom","height"]],u=r[l],h=[0,null,10],g={},c=0;3>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[0]&&(u[0]=-1/0),h[1]>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+="<br />"),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;t<n.length;t++){var r=i.getDimensionInfo(n[t]);if(r.name===a)return r.coordDim}}function u(e,a){return e&&e.containData&&a.coord&&!i(a)?e.containData(a.coord):!0}function l(e,a,i,n){return 2>n?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<t.getHeight()/2?"-":"+":r.x+r.width/2<t.getWidth()/2?"+":"-":isNaN(i)&&(i={horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}}[o][i]);var a={horizontal:"center",vertical:i>=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]),i<o[0]&&(i=o[0]),this._currentPointer.position[0]=i,this._currentPointer.dirty();var r=this._findNearestTick(i),a=this.model;(t||r!==a.getCurrentIndex()&&a.get("realtime"))&&this._changeTimeline(r)},_doPlayStop:function(){function e(){var e=this.model;this._changeTimeline(e.getCurrentIndex()+(e.get("rewind",!0)?-1:1))}this._clearTimer(),this.model.getPlayState()&&(this._timer=setTimeout(x(e,this),this.model.get("playInterval")))},_toAxisCoord:function(e){var t=this._mainGroup.getLocalTransform();return h.applyTransform(e,t,!0)},_findNearestTick:function(e){var t,i=this.model.getData(),n=1/0,o=this._axis;return i.each(["value"],function(i,r){var a=o.dataToCoord(i),l=Math.abs(a-e);n>l&&(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='<body style="margin:0;"><img src="'+i+'" style="max-width:100%;" title="'+(p&&p[0]||"")+'" /></body>',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;l<a[0].length;l++){for(var c=[],u=0;u<a.length;u++)c.push(a[u][l]);s.push(c.join(b))}t.push(s.join("\n"))}),t.join("\n\n"+C+"\n\n")}function i(e){return g.map(e,function(e){var t=e.getRawData(),n=[e.name],o=[];return t.each(t.dimensions,function(){for(var e=arguments.length,r=arguments[e-1],i=t.getName(r),a=0;e-1>a;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<t.length;i++){var a=s(t[i]).split(w);o.push(a.shift());for(var l=0;l<a.length;l++)r[l]&&(r[l].data[i]=a[l])}return{series:r,categories:o}}function u(e){for(var t=e.split(/\n+/g),n=s(t.shift()),o=[],r=0;r<t.length;r++){var i,a=s(t[r]).split(w),l="",c=!1;isNaN(a[0])?(c=!0,l=a[0],a=a.slice(1),o[r]={name:l,value:[]},i=o[r].value):i=o[r]=[];for(var u=0;u<a.length;u++)i.push(+a[u]);1===i.length&&(c?o[r].value=i[0]:o[r]=i[0])}return{name:n,data:o}}function d(e,t){var n=e.split(new RegExp("\n*"+C+"\n*","g")),o={series:[]};return g.each(n,function(e,n){if(l(e)){var r=c(e),i=t[n],a=i.axisDim+"Axis";i&&(o[a]=o[a]||[],o[a][i.axisIndex]={data:r.categories},o.series=o.series.concat(r.series))}else{var r=u(e);o.series.push(r)}}),o}function p(e){this._dom=null,this.model=e}function h(e,t){return g.map(e,function(e,n){var o=t&&t[n];return g.isObject(o)&&!g.isArray(o)?(g.isObject(e)&&!g.isArray(e)&&(e=e.value),g.defaults({value:e},o)):e})}var f=e("node_modules/echarts/lib/echarts"),g=e("node_modules/zrender/lib/core/util"),m=e("node_modules/zrender/lib/core/event"),v=e("node_modules/echarts/lib/lang"),x=e("node_modules/echarts/lib/component/toolbox/featureManager"),y=v.toolbox.dataView,C=new Array(60).join("-"),b=" ",w=new RegExp("["+b+"]+","g");p.defaultOption={show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:g.clone(y.title),lang:g.clone(y.lang),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"},p.prototype.onclick=function(e,t){function n(){o.removeChild(i),T._dom=null}var o=t.getDom(),r=this.model;this._dom&&o.removeChild(this._dom);var i=document.createElement("div");i.style.cssText="position:absolute;left:5px;top:5px;bottom:5px;right:5px;",i.style.backgroundColor=r.get("backgroundColor")||"#fff";var s=document.createElement("h4"),l=r.get("lang")||[];s.innerHTML=l[0]||r.get("title"),s.style.cssText="margin: 10px 20px;",s.style.color=r.get("textColor");var c=document.createElement("div"),u=document.createElement("textarea");c.style.cssText="display:block;width:100%;overflow:auto;";var p=r.get("optionToContent"),h=r.get("contentToOption"),f=a(e);if("function"==typeof p){var v=p(t.getOption());"string"==typeof v?c.innerHTML=v:g.isDom(v)&&c.appendChild(v)}else c.appendChild(u),u.readOnly=r.get("readOnly"),u.style.cssText="width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;",u.style.color=r.get("textColor"),u.style.borderColor=r.get("textareaBorderColor"),u.style.backgroundColor=r.get("textareaColor"),u.value=f.value;var x=f.meta,y=document.createElement("div");y.style.cssText="position:absolute;bottom:0;left:0;right:0;";var C="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",w=document.createElement("div"),O=document.createElement("div");C+=";background-color:"+r.get("buttonColor"),C+=";color:"+r.get("buttonTextColor");var T=this;m.addEventListener(w,"click",n),m.addEventListener(O,"click",function(){var e;try{e="function"==typeof h?h(c,t.getOption()):d(u.value,x)}catch(o){throw n(),new Error("Data view format error "+o)}e&&t.dispatchAction({type:"changeDataView",newOption:e}),n()}),w.innerHTML=l[1],O.innerHTML=l[2],O.style.cssText=C,w.style.cssText=C,!r.get("readOnly")&&y.appendChild(O),y.appendChild(w),m.addEventListener(u,"keydown",function(e){if(9===(e.keyCode||e.which)){var t=this.value,n=this.selectionStart,o=this.selectionEnd;this.value=t.substring(0,n)+b+t.substring(o),this.selectionStart=this.selectionEnd=n+1,m.stop(e)}}),i.appendChild(s),i.appendChild(c),i.appendChild(y),c.style.height=o.clientHeight-80+"px",o.appendChild(i),this._dom=i},p.prototype.remove=function(e,t){this._dom&&t.getDom().removeChild(this._dom)},p.prototype.dispose=function(e,t){this.remove(e,t)},x.register("dataView",p),f.registerAction({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(e,t){var n=[];g.each(e.newOption.series,function(e){var o=t.getSeriesByName(e.name)[0];if(o){var r=o.get("data");n.push({name:e.name,data:h(e.data,r)})}else n.push(g.extend({type:"scatter"},e))}),t.mergeOption(g.defaults({series:n},e.newOption))});var O=p;n.exports=O});
|
||
;/*!node_modules/echarts/lib/component/dataZoom/history.js*/
|
||
define("node_modules/echarts/lib/component/dataZoom/history",function(n,e){function t(n,e){var t=i(n);c(e,function(e,r){for(var o=t.length-1;o>=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¿¥Ij@¢"],["@@
¡@V^RqBbAnTXeRz¤L«³I"],["@@ÆEEkWqë @"],["@@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ģcJe"],["@@U`Ts¿mÂ"],["@@oºƋÄdeVDJj£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|hYhgŃfmÖĩnºTÌSp¢dYĤ¶UĈjlǐpäìë|³kÛfw²Xjz~ÂqbTÑěŨ@|oMzv¢ZrÃVw¬ŧĖ¸f°ÐTªqs{S¯r æÝlNd®²Ğ džiGĘJ¼lr}~K¨ŸƐÌWöÆzR¤lêmĞLÎ@¡|q]SvKÑcwpÏÏĿćènĪWlĄkT}J¤~ÈTdpddʾĬBVtEÀ¢ôPĎƗè@~kü\\rÊĔÖæW_§¼F´©òDòjYÈrbĞāøŀG{ƀ|¦ðrb|ÀH`pʞkvGpuARhÞÆǶgĘTǼƹS£¨¡ù³ŘÍ]¿ÂyôEP xX¶¹ÜO¡gÚ¡IwÃé¦ÅBÏ|Ç°
N«úmH¯âDùyŜŲIÄuШD¸dɂFOhđ©OiÃ`ww^ÌkÑH«ƇǤŗĺtFu
{Z}Ö@U´
ʚLg®¯Oı°Ãw ^VbÉsmA
ê]]w§RRl£ȭµu¯b{ÍDěïÿȧuT£ġěŗƃĝQ¨fVƋƅna@³@ďyýIĹÊKŭfċŰóxV@tƯJ]eR¾fe|rHA|h~Ėƍl§ÏlTíb ØoÅbbx³^zÃĶ¶Sj®AyÂhðk`«P˵EFÛ¬Y¨Ļrõqi¼Wi°§Ð±´°^[À|ĠO@ÆxO\\ta\\tĕtû{ġȧXýĪÓjùÎRb^ÎfK[ÝděYfíÙTyuUSyŌŏů@Oi½éŅaVcř§ax¹XŻácWU£ôãºQ¨÷Ñws¥qEHÙ|šYQoŕÇyáĂ£MðoťÊP¡mWO¡v{ôvîēÜISpÌhp¨ jdeŔQÖjX³àĈ[n`Yp@UcM`RKhEbpŞlNut®EtqnsÁgAiúoHqCXhfgu~ÏWP½¢G^}¯ÅīGCÑ^ãziMáļMTÃƘrMc|O_¯Ŏ´|morDkO\\mĆJfl@cĢ¬¢aĦtRıÒ¾ùƀ^juųœKUFyƝ
īÛ÷ąV×qƥV¿aȉd³BqPBmaËđŻģmÅ®V¹d^KKonYg¯XhqaLdu¥ÍpDž¡KąÅkĝęěhq}HyÃ]¹ǧ£
Í÷¿qᵧg¤o^á¾ZE¤i`ij{nOl»WÝĔįhgF[¿¡ßkOüš_ūiDZàUtėGyl}ÓM}jpEC~¡FtoQiHkk{Ã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:["@@ÞĩÒSra}ÁyWix±Üe´lèßÓǏokćiµVZģ¡coTS˹ĪmnÕńehZg{gtwªpXaĚThȑp{¶Eh®RćƑP¿£Pmc¸mQÝWďȥoÅîɡųAďä³aÏJ½¥PGąSM
EÅruµéYÓŌ_dĒCoȵ]¯_²ÕjāK~©ÅØ^ÔkïçămÏk]±cݯÑÃmQÍ~_apm
~ç¡qu{JÅŧ·Ls}EyÁÆcI{¤IiCfUcƌÃp§]ě«vD@¡SÀµMÅwuYY¡DbÑc¡h×]nkoQdaMç~eDÛtT©±@¥ù@É¡ZcW|WqOJmĩl«ħşvOÓ«IqăV¥D[mI~Ó¢cehiÍ]Ɠ~ĥqX·eƷn±}v[ěďŕ]_œ`¹§ÕōIo©bs^}Ét±ū«³p£ÿ·Wµ|¡¥ăFÏs×¥ŅxÊdÒ{ºvĴÎêÌɊ²¶ü¨|ÞƸµȲLLúÉƎ¤ϊęĔV`_bªS^|dzY|dz¥pZbÆ£¶ÒK}tĦÔņƠPYznÍvX¶Ěn ĠÔzý¦ª÷ÑĸÙUȌ¸dòÜJð´ìúNM¬XZ´¤ŊǸ_tldI{¦ƀðĠȤ¥NehXnYGR° Ƭ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ŸDw\\̀ʉÌÛM
Ā[bÓEn}¶Vc
ês¯PqFB
|S³C|kñHdiÄ¥sʼnÅ
PóÑÑE^ÅPpy_YtShQ·aHwsOnʼnÃs©iqjUSiº]ïW«gW¡ARëśijĘ
ů`çõh]y»ǃǛҤxÒm~zf}pf|ÜroÈzrKÈĵSƧżĠu¦ö"],["@@sKC
GS|úþXgp{ÁX¿ć{ƱȏñZáĔyoÁhA}ŅĆfdʼn_¹Y°ėǩÑ¡H¯¶oMQqð¡Ë|Ñ`ƭŁX½·óÛxğįÅcQs«tȋDžFù^it«Č¯[hAi©á¥ÇĚ×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ľýľώȪƺɂļxZĈ}ÌʼnŪĺœĭFЛĽ̅ȣͽÒŵìƩÇϋÿȮǡŏçƑůĕ~ǼȳÐUfdIxÿ\\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~´°ÎFCU¼pĀēƄN¦¾O¶łKĊOjĚj´ĜYp{¦SĚÍ\\TתV÷Ší¨ÅDK°ßtŇĔK¨ǵÂcḷ̌ĚǣȄĽFlġUĵŇȣFʉɁMğįʏƶɷØŭOǽ«ƽū¹Ʊő̝Ȩ§ȞʘĖiɜɶʦ}¨֪ࠜ̀ƇǬ¹ǨE˦ĥªÔêFxúQEr´Wrh¤Ɛ \\talĈDJÜ|[Pll̚¸ƎGú´P¬W¦^¦H]prRn|or¾wLVnÇIujkmon£cX^Bh`¥V¦U¤¸}xRj[^xN[~ªxQ[`ªHÆÂExx^wN¶Ê|¨ìMrdYpoRzNyÀDs~bcfÌ`L¾n|¾T°c¨È¢ar¤`[|òDŞĔöxElÖdHÀI`Ď\\Àì~ÆR¼tf¦^¢ķ¶eÐÚMptgjɡČÅ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£ʺoqNwğc`uetOj×°KJ±qÆġmĚŗos¬
qehqsuH{¸kH¡
ÊRǪÇƌbȆ¢´äÜ¢NìÉʖ¦â©Ż؛Ç@Vu»Aylßí¹ĵê
ÝlISò³C¹Ìâ²i¶Ìoú^H²CǜңDŽ z¼g^èöŰ_IJĕê}gÁnUI«m
]jvV¼euhwqAaW_µj
»çjioQR¹ēÃßt@r³[ÛlćË^ÍÉáGOUÛOB±XkŹ£k|e]olkVͼÕqtaÏõjgÁ£§U^RLËnX°ÇBz^~wfvypV ¯ƫĉ˭ȫƗŷɿÿĿƑ˃ĝÿÃǃßËőó©ǐȍŒĖ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¥FTÕ¿Jû]|mvāÎYua^WoÀa·ząÒot׶CLƗi¯¤mƎHNJ¤îìɾŊìTdåwsRÖgĒųúÍġäÕ}Q¶¿A[¡{d×uQAMxVvMOmăl«ct[wº_ÇÊjb£ĦS_éQZ_lwgOiýe`YYLq§IÁdz£ÙË[ÕªuƏ³ÍTs·bÁĽäė[b[ŗfãcn¥îC¿÷µ[ŏÀQōĉm¿Á^£mJVmL[{Ï_£F¥Ö{ŹA}
×Wu©ÅaųijƳhB{·TQqÙIķËZđ©Yc|M¡
LeVUóK_QWk_ĥ¿ãZ»X\\ĴuUèlG®ěłTĠğDŃOrÍdÆÍz]±
ŭ©Å]ÅÐ}UË¥©TċïxgckfWgi\\ÏĒ¥HkµEë{»ÏetcG±ahUiñiWsɁ·cCÕk]wȑ|ća}w
VaĚá G°ùnM¬¯{ÈÐÆA¥ÄêJxÙ¢hP¢ÛºµwWOóFÁz^ÀŗÎú´§¢T¤ǻƺSėǵhÝÅQgvBHouʝl_o¿Ga{ïq{¥|ſĿHĂ÷aĝÇqZñiñC³ª
»E`¨åXēÕqÉû[l}ç@čƘóO¿¡FUsAʽīccocÇS}£IS~ălkĩXçmĈ
ŀÐoÐdxÒuL^T{r@¢ÍĝKén£kQyÅõËXŷƏL§~}kq»IHėDžjĝ»ÑÞoå°qTt|r©ÏS¯·eŨĕx«È[eM¿yupN~¹ÏyN£{©għWí»Í¾səšDž_ÃĀɗ±ąijĉʍŌŷSÉA±åǥɋ@ë£R©ąP©}ĹªƏj¹erLDĝ·{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@@sa"],["@@MnNm"],["@@dc"],["@@eÀC@b"],["@@f
XwkbrÄ`qg"],["@@^jtWQ"],["@@~ Y]c"],["@@G`ĔN^_¿ZÃM"],["@@iX¶BY"],["@@YZ"],["@@L_{Epf"],["@@^WqCT\\"],["@@\\[§t|¤_"],["@@m`n_"],["@@Ïxnj{q_×^Giip"],["@@@é^BntaÊU]x ¯ÄPIJ°hʙK³VÕ@Y~|EvĹsǦL^pòŸÒG Ël]xxÄ_fT¤Ď¤cPC¨¸TVjbgH²sdÎdHt`B²¬GJję¶[ÐhjeXdlwhðSȦªVÊÏÆZÆŶ®²^ÎyÅÎcPqńĚDMħĜŁHkçvV[ij¼WYÀäĦ`XlR`ôLUVfK¢{NZdĒªYĸÌÚJRr¸SA|ƴgŴĴÆbvªØX~źB|¦ÕE¤Ð`\\|KUnnI]¤ÀÂĊnŎR®Ő¿¶\\ÀøíDm¦ÎbŨabaĘ\\ľã¸atÎSƐ´©v\\ÖÚÌǴ¤Â¨JKrZ_ZfjþhPkx`YRIjJcVf~sCN¤ EhæmsHy¨SðÑÌ\\\\ĐRZk°IS§fqŒßýáĞÙÉÖ[^¯ǤŲê´\\¦¬ĆPM¯£»uïpùzExanµyoluqe¦W^£ÊL}ñrkqWňûPUP¡ôJoo·U}£[·¨@XĸDXmÛݺGUCÁª½{íĂ^cjk¶Ã[q¤LÉö³cux«zZf²BWÇ®Yß½ve±ÃCý£W{Ú^q^sÑ·¨ÍOt¹·C¥GDrí@wÕKţëV·i}xËÍ÷i©ĝɝǡ]{c±OW³Ya±_ç©HĕoƫŇqr³Lys[ñ³¯OSďOMisZ±ÅFC¥Pq{Ã[Pg}\\¿ghćO
k^ģÁFıĉĥMoEqqZûěʼn³F¦oĵhÕP{¯~TÍlªNßYÐ{Ps{ÃVUeĎwk±ʼnVÓ½ŽJãÇÇ»Jm°dhcÀffdF~ĀeĖd`sx² ®EżĀdQÂd^~ăÔH¦\\LKpĄVez¤NP ǹÓRÆąJSha[¦´ÂghwmBШźhI|VV|p] ¼èNä¶ÜBÖ¼L`¼bØæKVpoúNZÞÒKxpw|ÊEMnzEQIZZNBčÚFÜçmĩWĪñtÞĵÇñZ«uD±|Əlij¥ãn·±PmÍada 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ä³PClFbbÍzwBGĭZÅi»lYċ²SgkÇ£^Sqd¯R
©é£¯S\\cZ¹iűƏCuƍÓXoR}M^o£
R}oªUF
uuXHlEÅÏ©¤ÛmTþ¤D²ÄufàÀXXȱAeyYw¬dvõ´KÊ£\\rµÄlidā]|DÂVH¹Þ®ÜWnCķ W§@\\¸~¤Vp¸póIO¢VOŇürXql~òÉK]¤¥Xrfkvzpm¶bwyFoúv𼤠N°ąO¥«³[éǡű_°Õ\\ÚÊĝþâőàerR¨JYlďQ[ ÏYëЧTGztnß¡gFkMāGÁ¤ia Éȹ`\\xs¬dĆkNnuNUuP@vRY¾\\¢
GªóĄ~RãÖÎĢùđŴÕhQxtcæëSɽʼníëlj£ƍG£nj°KƘµDsØÑpyƸ®¿bXp]vbÍZuĂ{n^IüÀSÖ¦EvRÎûh@â[ƏÈô~FNr¯ôçR±HÑlĢ^¤¢OðævxsŒ]ÞÁTĠs¶¿âÆGW¾ìA¦·TѬè¥ÏÐJ¨¼ÒÖ¼ƦɄxÊ~StD@Ă¼Ŵ¡jlºWvÐzƦZвCH AxiukdGgetqmcÛ£Ozy¥cE}|
¾cZ
k¿uŐã[oxGikfeäT@
SUwpiÚFM©£è^Ú`@v¶eňf heP¶täOlÃUgÞzŸU`l}ÔÆUvØ_Ō¬Öi^ĉi§²ÃB~¡ĈÚEgc|DC_Ȧm²rBx¼MÔ¦ŮdĨÃâYxƘDVÇĺĿg¿cwÅ\\¹¥Yĭl¤OvLjM_a W`zļMž·\\swqÝSAqŚij¯°kRē°wx^ĐkǂÒ\\]nrĂ}²ĊŲÒøãh·M{yMzysěnĒġV·°G³¼XÀ¤¹i´o¤ŃÈ`ÌDzÄUĞd\\iÖmÈBĤÜɲDEh LG¾ƀľ{WaYÍÈĢĘÔRîĐj}ÇccjoUb½{h§Ǿ{KƖµÎ÷GĀÖŠåưÎslyiē«`å§H¥Ae^§GK}iã\\c]v©ģZmÃ|[M}ģTɟĵÂÂ`ÀçmFK¥ÚíÁbX³ÌQÒHof{]ept·GŋĜYünĎųVY^ydõkÅZW«WUa~U·SbwGçǑiW^qFuNĝ·EwUtW·Ýďæ©PuqEzwAVXRãQ`©GMehccďÏd©ÑW_ÏYƅ»
é\\ɹ~ǙG³mØ©BšuT§Ĥ½¢Ã_ýL¡ýqT^rme\\PpZZbyuybQefµ]UhĿDCmûvaÙNSkCwncć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`qiXGù]Ëp½©lÉÁp]Þñ´FĂ^fäîºkàz¼BUvÈ@"],["@@UµNÿ¥īèçHÍøƕ¶Lǽ|g¨|a¾pVidd~ÈiíďÓQġėÇZÎXb½|ſÃH½KFgɱCģÛÇAnjÕc[VĝDZÃËÇ_ £ń³pj£º¿»WH´¯U¸đĢmtĜyzzNN|g¸÷äűѱĉā~mq^[ǁÑďlw]¯xQĔ¯l°řĴrBÞTxr[tŽ¸ĻN_yX`biNKu
P£kZĮ¦[ºxÆÀdhĹŀUÈƗCwáZħÄŭcÓ¥»NAw±qȥnD`{ChdÙFć}¢A±Äj¨]ĊÕjŋ«×`VuÓÅ~_kŷVÝyhVkÄãPsOµfgeŇ
µf@u_Ù ÙcªNªÙEojVxT@ãSefjlwH\\pŏäÀvlY½d{F~¦dyz¤PÜndsrhfHcvlwjF£G±DÏƥYyÏu¹XikĿ¦ÏqƗǀOŜ¨LI|FRĂn sª|C˜zxAè¥bfudTrFWÁ¹Am|ĔĕsķÆF´N}ć
UÕ@Áijſmuçuð^ÊýowFzØÎĕNőǏȎôªÌŒDŽàĀÄ˄ĞŀƒʀĀƘŸˮȬƬĊ°Uzouxe]}
AyÈW¯ÌmKQ]Īºif¸ÄX|sZt|½ÚUÎ lk^p{f¤lºlÆW A²PVÜPHÊâ]ÎĈÌÜk´\\@qàsĔÄQºpRij¼èi`¶bXrBgxfv»uUi^v~J¬mVp´£´VWrnP½ì¢BX¬hðX¹^TjVriªjtŊÄmtPGx¸bgRsT`ZozÆO]ÒFôÒOÆŊvÅpcGêsx´DR{AEOr°x|íb³Wm~DVjºéNNËܲɶGxŷCSt}]ûōSmtuÇÃĕNāg»íT«u}ç½BĵÞʣ¥ëÊ¡MÛ³ãȅ¡ƋaǩÈÉQG¢·lG|tvgrrf«ptęŘnÅĢrI²¯LiØsPf_vĠdxM prʹL¤¤eËÀđKïÙVY§]Ióáĥ]ķK¥j|pŇ\\kzţ¦šnņäÔVĂîĪ¬|vW®l¤èØrxm¶ă~lÄƯĄ̈́öȄEÔ¤ØQĄĄ»ƢjȦOǺ¨ìSŖÆƬyQv`cwZSÌ®ü±DŽ]ŀç¬B¬©ńzƺŷɄeeOĨSfm Ċƀ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²ŕƀBQ£Ď}L¹Îk@©ĈuǰųǨÚ§ƈnTËÇéƟÊcfčŤ^XmHĊĕË«W·ċëx³ǔķÐċJāwİ_ĸȀ^ôWr°oú¬Ħ
ŨK~ȰCĐ´Ƕ£fNÎèâw¢XnŮeÂÆĶ¾¾xäLĴĘlļO¤ÒĨA¢Êɚ¨®ØCÔ ŬGƠƦYĜĘÜƬDJg_ͥœ@čŅĻA¶¯@wÎqC½Ĉ»NăëKďÍQÙƫ[«ÃígßÔÇOÝáWñuZ¯ĥŕā¡ÑķJu¤E 寰WKɱ_d_}}vyõu¬ï¹ÓU±½@gÏ¿rýDg
Cdµ°MFYxw¿CG£Rƛ½Õ{]L§{qqą¿BÇƻğëܭNJË|c²}Fµ}ÙRsÓpg±QNqǫŋRwŕnéÑÉK«SeYR
ŋ@{¤SJ}D Ûǖ֍]gr¡µŷ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`ZRu¥É\\]~°Y`µÓ^phÁbnÀşúòaĬºTÖŒbe¦¦{¸ZâćNp©Hr|^mjhSEb\\afv`sz^lkljÄtg¤D¾X¿À|ĐiZȀåB·î}GL¢õcßjayBFµÏC^ĭcÙt¿sğH]j{s©HM¢QnDÀ©DaÜÞ·jgàiDbPufjDk`dPOîhw¡ĥ¥GP²ĐobºrYî¶aHŢ´ ]´rılw³r_{£DB_Ûdåuk|Ũ¯F Cºyr{XFye³Þċ¿ÂkĭB¿MvÛpm`rÚã@Ę¹hågËÖƿxnlč¶Åì½Ot¾dJlVJĂǀŞqvnO^JZż·Q}êÍÅmµÒ]ƍ¦Dq}¬R^èĂ´ŀĻĊIÔtIJyQŐĠMNtR®òLhĚs©»}OÓGZz¶A\\jĨFäOĤHYJvÞHNiÜaĎÉnFQlNM¤B´ĄNöɂtpŬdfå
qm¿QûùŞÚb¤uŃJŴu»¹ĄlȖħŴw̌ŵ²ǹǠ͛hĭłƕrçü±Yxcitğ®jű¢KOķCoy`å®VTa_Ā]ŐÝɞï²ʯÊ^]afYǸÃĆēĪȣJđ͍ôƋÄÄÍīçÛɈǥ£ÛmY`ó£Z«§°Ó³QafusNıDž_k}¢m[ÝóDµ¡RLčiXyÅNïă¡¸iĔÏNÌŕoēdōîåŤûHcs}~Ûwbù¹£¦ÓCtOPrE^Òogĉ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"],["@@sfbU"],["@@qP\\xz[ck"],["@@R¢FX}°[s_"],["@@Cb\\}"],["@@e|v\\la{u"],["@@v~u}"],["@@QxÂF¯}"],["@@¹nvÞs¯o"],["@@rSkUEj"],["@@biZP"],["@@p[}INf"],["@@À¿"],["@@¹dnb
"],["@@rSBnR"],["@@g~h}"],["@@FlEk"],["@@OdPc"],["@@v[u\\"],["@@FjâL~wyoo~sµL\\"],["@@¬e¹aN"],["@@\\nÔ¡q]L³ë\\ÿ®QÖ"],["@@ÊA©[¬"],["@@Kxv"],["@@@hlIk]"],["@@pW{o||j"],["@@Md|_mC"],["@@¢
X£ÏylD¼XtH"],["@@hlÜ[LykAvyfw^E¤"],["@@fp¤MusR"],["@@®_ma~LÁ¬Z"],["@@iMxZ"],["@@ZcYd"],["@@Z~dOSo|A¿qZv"],["@@@`EN¡v"],["@@|TY{"],["@@@n@m"],["@@XWkCT\\"],["@@ºwZRkĕWO¢"],["@@X®±Grƪ\\ÔáXq{"],["@@ůTG°ĄLHm°UC"],["@@¤aÜx~}dtüGæţŎíĔcŖpMËÐjē¢·ðĄÆMzjWKĎ¢Q¶À_ê_Bıi«pZgf¤Nrq]§ĂN®«H±yƳí¾×ŸīàLłčŴǝĂíÀBŖÕªÁŖHŗʼnåqûõi¨hÜ·ñt»¹ýv_[«¸mYL¯Qª
mĉÅdMgÇjcº«ę¬K´B«Âącoċ\\xKd¡gěŧ«®á[~ıxu·ÅKsËÉc¢Ù\\ĭƛëbf¹ģSĜkáƉÔĈZB{aMµfzʼnfåÂŧįƋǝÊĕġć£g³neą»@¦S®\\ßðChiqªĭiAuAµ_W¥ƣO\\lċĢttC¨£t`PZäuXßBsĻyekOđġĵHuXBµ]×\\°®¬F¢¾pµ¼kŘó¬Wät¸|@L¨¸µrºù³Ù~§WIZW®±Ð¨ÒÉx`²pĜrOògtÁZ}þÙ]¡FKwsPlU[}¦Rvn`hq¬\\nQ´ĘRWb_ rtČFIÖkĦPJ¶ÖÀÖJĈĄTĚòC ²@Pú
Øz©PCÈÚĒ±hŖl¬â~nm¨f©iļ«mntuÖZÜÄjL®EÌFª²iÊxبIÈhhst"],["@@o\\VzRZ}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`|´qxIJkq^³³GšµbíZ
¹qpa±ď OH¦Ħx¢gPícOl_iCveaOjCh߸iÝbÛªCC¿mRV§¢A|t^iĠGÀtÚsd]ĮÐDE¶zAb àiödK¡~H¸íæAǿYj{ď¿À½W®£ChÃsikkly]_teu[bFaTign{]GqªoĈMYá|·¥f¥őaSÕėNµñĞ«Im_m¿Âa]uĜp
Z_§{Cäg¤°r[_YjÆOdý[I[á·¥Q_nùgL¾mvˊBÜƶĊJhpc¹O]iŠ]¥ jtsggJǧw×jÉ©±EFËKiÛÃÕYv
sm¬njĻª§emná}k«ŕgđ²ÙDÇ¤í¡ªOy×Où±@DñSęćăÕIÕ¿IµĥOjNÕËT¡¿tNæŇàåyķrĕq§ÄĩsWÆßF¶X®¿mw
RIÞfßoG³¾©uyHį{Ɓħ¯AFnuP
ÍÔzVdàôº^Ðæd´oG¤{S¬ćxã}ŧ×Kǥĩ«ÕOEзÖdÖsƘѨ[Û^Xr¢¼§xvÄƵ`K§ tÒ´Cvlo¸fzŨð¾NY´ı~ÉĔē
ßúLÃÃ_ÈÏ|]ÂÏFlg`ben¾¢pUh~ƴĖ¶_r sĄ~cƈ]|r c~`¼{À{ȒiJjz`îÀT¥Û³
]u}f
ïQl{skloNdjäËzDvčoQďHI¦rbtHĔ~BmlRV_ħTLnñH±DL¼Lªl§Ťa¸ĚlK²\\RòvDcÎJbt[¤D@®hh~kt°ǾzÖ@¾ªdbYhüóZ ň¶vHrľ\\ÊJuxAT|dmÀO[ÃÔG·ĚąĐlŪÚpSJ¨ĸLvÞcPæķŨ®mÐálwKhï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"],["@@@vPGsQ"],["@@sBzddW]Q"],["@@S¨Q{"],["@@NVucW"],["@@qptBAq"],["@@¸[mu"],["@@Q\\pD]_"],["@@jSwUadpF"],["@@eXª~"],["@@AjvFso"],["@@fT_Çí\\v|ba¦jZÆy°"],["@@IjJi"],["@@wJIx«¼AoNe{M"],["@@K±¡ÓČäeZ"],["@@k¡¹Eh~c®wBkUplÀ¡I~Māe£bN¨gZý¡a±Öcp©PhI¢Qq
ÇGj|¥U g[Ky¬ŏv@OptÉEF\\@ åA¬V{XģĐBy
cpě
¼³Ăp·¤¥ohqqÚ¡ŅLs^á§qlÀhH¨MCe»åÇGD¥zPO£čÙkJA¼ßėuĕeûÒiÁŧSW¥Qûŗ½ùěcݧSùĩąSWó«íęACµeRåǃRCÒÇZÍ¢ź±^dlstjD¸ZpuÔâÃH¾oLUêÃÔjjēò´ĄWƛ
^Ñ¥Ħ@ÇòmOw¡õyJyD}¢ďÑÈġfZda©º²z£NjD°Ötj¶¬ZSÎ~¾c°¶ÐmxO¸¢Pl´SL|¥AȪĖMņIJg®áIJČĒü` QF¬h|ĂJ@zµ |ê³È ¸UÖŬŬÀEttĸr]ðM¤ĶIJHtÏ AĬkvsq^aÎbvdfÊòSD´Z^xPsĂrvƞŀjJd×ŘÉ ®AΦĤdxĆqAZRÀMźnĊ»İÐZ YXæJyĊ²·¶q§·K@·{sXãô«lŗ¶»o½E¡«¢±¨Y®Ø¶^AvWĶ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£Tc ĹGµ¶Hm@_©k¾xĨôȉðX«½đCIbćqK³ÁÄš¬OAwã»aLʼnËĥW[ÂGIÂNxij¤D¢îĎÎB§°_JGs¥E@
¤uć
PåcuMuw¢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êvHĢûXD®
QgÄWiØPÞìºr¤džNĠ¢lĄtZoCƞÔºCxrpĠV®Ê{f_Y`_eq®Aot`@oDXfkp¨|s¬\\DÄSfè©Hn¬
^DhÆyøJhØxĢĀLÊƠPżċĄwȠ̦G®ǒĤäTŠÆ~Ħw«|TF¡nc³Ïå¹]ĉđxe{ÎÓvOEm°BƂĨİ|Gvz½ª´HàpeJÝQxnÀWEµàXÅĪt¨ÃĖrÄwÀFÎ|ňÓMå¼ibµ¯»åDT±m[r«_gmQu~¥V\\OkxtL E¢Ú^~ýêPóqoě±_Êw§ÑªåƗā¼mĉŹ¿NQ
YBąrwģcÍ¥BŗÊcØiIƝĿuqtāwO]³YCñTeÉcaubÍ]trluī
BÐGsĵıN£ï^ķqss¿FūūVÕ·´Ç{éĈýÿOER_đûIċâJhŅıNȩĕB
¦K{Tk³¡OP·wnµÏd¯}½TÍ«YiµÕsC¯iM¤¦¯P|ÿUHvhe¥oFTuõ\\OSsMòđƇiaºćXĊĵà·çhƃ÷Ç{ígu^đgm[×zkKN¶Õ»lčÓ{XSÆv©_ÈëJbVkĔVÀ¤P¾ºÈMÖxlò~ªÚàGĂ¢B±ÌKyáV¼Ã~
`gsÙfIƋlę¹e|~udjuTlXµ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"],["@@TGy"],["@@K¬U"],["@@WdXc"],["@@PtOs"],["@@LnXhc"],["@@ppVu]Or"],["@@cdzAUa"],["@@udRhnCI"],["@@oIpR"],["@@Ľč{fzƤîKÎMĮ]ZF½Y]â£ph¶¨râøÀÎǨ¤^ºÄGz~grĚĜlĞÆLĆdž¢Îo¦cvKbgr°WhmZp L]LºcUÆnżĤÌĒbAnrOA´ȊcÀbƦUØrĆUÜøĬƞEzVL®öØBkŖÝĐĖ¹ŧ̄±ÀbÎÉnb²ĦhņBĖįĦåXćì@L¯´ywƕCéõė ƿ¸lµ¾Z|ZWyFY¨Mf~C¿`à_RÇzwƌfQnny´INoƬèôº|sTJULîVjǎ¾ĒØDz²XPn±ŴPè¸ŔLƔÜƺ_TüÃĤBBċÈöA´faM¨{«M`¶d¡ôÖ°mȰBÔjj´PM|c^d¤u¤Û´ä«ƢfPk¶Môl]Lb}su^ke{lC
MrDÇ]NÑFsmoõľHyGă{{çrnÓEƕZGª¹Fj¢ïW
uøCǷë¡ąuhÛ¡^KxC`C\\bÅxì²ĝÝ¿_NīCȽĿåB¥¢·IŖÕy\\¹kxãČ×GDyäÁçFQ¡KtŵƋ]CgÏAùSedcÚźuYfyMmhUWpSyGwMPqŀÁ¼zK¶GY§Ë@´śÇµƕBm@IogZ¯uTMx}CVKï{éƵP_K«pÛÙqċtkkù]gTğwoɁsMõ³ăAN£MRkmEÊčÛbMjÝGu
IZGPģãħE[iµBEuDPÔ~ª¼ęt]ûG§¡QMsğNPŏįzs£Ug{đJĿļā³]ç«Qr~¥CƎÑ^n¶ÆéÎR~Ż¸YI] PumŝrƿIā[xedzL¯v¯s¬ÁY
~}
ťuŁgƋpÝĄ_ņī¶ÏSR´ÁP~¿Cyċßdwk´SsX|t`Ä ÈðAªìÎT°¦Dda^lĎDĶÚY°`ĪŴǒàŠv\\ebZHŖ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¶@«ŕŕQGYfa[şußǩđš_X³ijÕčC]kbc¥CS¯ëÍB©÷³Si_}mYTt³xlàcČzÀD}ÂOQ³ÐTĨ¯ƗòËŖ[hłŦv~}ÂZ«¤lPÇ£ªÝŴÅR§ØnhctâknÏľŹUÓÝdKuķI§oTũÙďkęĆH¸Ó\\Ä¿PcnS{wBIvÉĽ[GqµuŇôYgûZca©@½Õǽys¯}lgg@C\\£asIdÍuCQñ[L±ęk·ţb¨©kK»KC²òGKmĨS`UQnk}AGēsqaJ¥ĐGRĎpCuÌy ã iMcplk|tRkðev~^´¦ÜSí¿_iyjI|ȑ|¿_»d}q^{Ƈdă}tqµ`Ƴĕg}V¡om½faÇo³TTj¥tĠRyK{ùÓjuµ{t}uËRivGçJFjµÍyqÎàQÂFewixGw½Yŷpµú³XU½ġyłåkÚwZX·l¢Á¢KzOÎÎjc¼htoDHr
|J½}JZ_¯iPq{tę½ĕ¦Zpĵø«kQ
Ť]MÛfaQpě±ǽ¾]uFu÷nčįADp}AjmcEÇaª³o³ÆÍSƇĈÙDIzËčľ^KLiÞñ[aA²zzÌ÷D|[íijgfÕÞd®|`Ć~oĠƑô³ŊD×°¯CsøÀ«ìUMhTº¨¸ǡîSÔDruÂÇZÖEvPZW~ØÐtĄE¢¦Ðy¸bô´oŬ¬²Ês~]®tªapŎJ¨Öº_Ŕ`Ŗ^Đ\\Ĝu~m²Ƹ¸fWĦrƔ}Î^gjdfÔ¡J}\\n C¦þWxªJRÔŠu¬ĨĨmFdM{\\d\\YÊ¢ú@@¦ª²SÜsC}fNècbpRmlØ^gd¢aÒ¢CZZxvƶN¿¢T@uC¬^ĊðÄn|lGlRjsp¢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:[["@@AB"],["@@lskt"],["@@¾«}{ra®pîÃ\\{øCËyyB±b\\òÝjKL ]ĎĽÌJyÚCƈćÎT´Å´pb©ÈdFin~BCo°BĎÃømv®E^vǾ½Ĝ²RobÜeN^ĺ£R¬lĶ÷YoĖ¥Ě¾|sOr°jY`~I¾®I{GqpCgyl{£ÍÍyPL¡¡¸kWxYlÙæŁĢz¾V´W¶ùŸo¾ZHxjwfxGNÁ³Xéæl¶EièIH ujÌQ~v|sv¶Ôi|ú¢FhQsğ¦SiŠBgÐE^ÁÐ{čnOÂÈUÎóĔÊēIJ}Z³½Mŧïeyp·uk³DsѨL¶_Åuèw»¡WqÜ]\\Ò§tƗcÕ¸ÕFÏǝĉăxŻČƟOKÉġÿ×wg÷IÅzCg]m«ªGeçÃTC«[t§{loWeC@ps_Bprf_``Z|ei¡oċMqow¹DƝÓDYpûsYkıǃ}s¥ç³[§cY§HK«Qy]¢wwö¸ïx¼ņ¾Xv®ÇÀµRĠÐHM±cÏdƒǍũȅȷ±DSyúĝ£ŤĀàtÖÿï[îb\\}pĭÉI±Ñy
¿³x¯No|¹HÏÛmjúË~TuęjCöAwě¬Rđl¯ ÑbŇTĿ_[IčĄʿnM¦ğ\\É[T·k¹©oĕ@A¾wya¥Y\\¥Âaz¯ãÁ¡k¥ne£ÛwE©Êō¶˓uoj_U¡cF¹[WvP©whuÕyBF`RqJUw\\i¡{jEPïÿ½fć
QÑÀQ{°fLÔ~wXgītêݾĺHd³fJd]HJ²
EoU¥HhwQsƐ»Xmg±çve]DmÍPoCc¾_hhøYrŊU¶eD°Č_N~øĹĚ·`z]Äþp¼
äÌQv\\rCé¾TnkžŐÚÜa¼ÝƆĢ¶Ûo
d
ĔňТJqPb ¾|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ʧĘDvČ_Àæ~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:[["@@nFTs"],["@@ßÅÆá½ÔXrCO
ËRïÿĩTooQyÓ[ŅBE¬ÎÓXaį§Ã¸G °ITxpúxÚij¥ÏĢ¾edÄ©ĸG
àGhM¤Â_U}Ċ}¢pczfþg¤ÇòAVM"],["@@©KA·³CQ±Á«³BUƑ¹AtćOwD]JiØSm¯b£ylX
HËѱH«C^õľAŧ¤É¥ïyuǙuA¢^{ÌC´¦ŷJ£^[ª¿ĕ~Ƈ
N
skóā¹¿ï]ă~÷O§@Vm¡Qđ¦¢Ĥ{ºjÔª¥nf´~Õo×ÛąMąıuZmZcÒ 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È£ýhedy¡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_EzAN¦zLU`cªxOTu RLÄ¢dVi`p˔vŎµªÉF~Ød¢ºgİàw¸Áb[¦Zb¦z½xBĖ@ªpºlS¸Ö\\Ĕ[N¥ˀmĎăJ\\ŀ`
ňSÚĖÁĐiOĜ«BxDõĚivSÌ}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ŽƥóRoOV~]{g\\êYƪ¦kÝbiċƵGZ»Ěõ
ó·³vŝ£ø@pyö_ëIkѵbcѧ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:[["@@QdAua"],["@@lxDLo"],["@@sbhNLo"],["@@Ă ā"],["@@WltO[["],["@@Kr]S"],["@@eI]y"],["@@I|Mym"],["@@Û³LS¼Y"],["@@nvºBëui©`¾"],["@@zdÛJw®"],["@@°
¯"],["@@a yAª¸ËJIxØ@ĀHAmÃV¡ofuo"],["@@sŗÃÔėAƁZÄ ~°ČPäh"],["@@¶ÝÌvmĞhıQ"],["@@HdSjĒ¢D}war
u«ZqadYM"],["@@el\\LqqU"],["@@~rMo\\"],["@@f^C"],["@@øPªoj÷ÍÝħXČx°Q¨ıXNv"],["@@gÇƳo[~tly"],["@@EÆC¿"],["@@OP"],["@@wđógĝ[³¡VÙæÅöM̳¹pÁaËýý©D©ÜJŹƕģGą¤{Ùū
ÇO²«BƱéAÒĥ¡«BhlmtÃPµyU¯ucd·w_bŝcīímGO|KPȏŹãŝIŕŭŕ@Óoo¿ē±ß}
ŭIJWÈCőâUâǙIğʼn©IijE×
Á³AówXJþ±ÌÜÓĨ£L]ĈÙƺZǾĆĖMĸĤfÎĵlŨnÈĐtFFĤêk¶^k°f¶g}®Faf`vXŲxl¦ÔÁ²¬Ð¦pqÊ̲iXØRDÎ}Ä@ZĠsx®AR~®ETtĄZƈfŠŠHâÒÐAµ\\S¸^wĖkRzalŜ|E¨ÈNĀňZTpBh£\\ĎƀuXĖtKL¶G|»ĺEļĞ~ÜĢÛĊrOÙîvd]n¬VÊĜ°RÖpMƂªFbwEÀ©\\
¤]ŸI®¥D³|Ë]CöAŤ¦
æ´¥¸Lv¼¢ĽBaôF~®²GÌÒEYzk¤°ahlVÕI^CxĈPsBƒºV¸@¾ªR²ĨN]´_eavSivc}p}Đ¼ƌkJÚe th_¸ ºx±ò_xN˲@ă¡ßH©Ùñ}wkNÕ¹ÇO½¿£ĕ]ly_WìIǪ`uTÅxYĒÖ¼kÖµMjJÚwn\\hĒv]îh|ÈƄøèg¸Ķß ĉĈWb¹ƀdéĘNTtP[öSvrCZaGubo´ŖÒÇĐ~¡zCI
özx¢PnÈñ @ĥÒ¦]ƞV}³ăĔñiiÄÓVépKG½ÄÓávYoC·sitiaÀ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ñĤaYt¿¤VSñK¸¤nM¼JE±½¸ñoÜCƆæĪ^ĚQÖ¦^f´QüÜÊz¯lzUĺš@ìp¶n]sxtx¶@~ÒĂJb©gk{°~c°`Ô¬rV\\la¼¤ôá`¯¹LCÆbxEræOv[H[~|aB£ÖsºdAĐzNÂðsÞÆ
Ĥªbab`ho¡³F«èVlo¤ÔRzpp®SĪº¨ÖºN
ijd`a¦¤F³ºDÎńĀìCĜº¦Ċ~nS|gźvZkCÆj°zVÈÁƔ]LÊFZg
čPkini«qÇczÍY®¬Ů»qR×ō©DÕ§ƙǃŵTÉĩ±ıdÑnYYIJvNĆĆØÜ Öp}e³¦m©iÓ|¹ħņ|ª¦QF¢Â¬ʖovg¿em^ucà÷gÕuíÙćĝ}FĻ¼Ĺ{µHKsLSđƃrč¤[AgoSŇYMÿ§Ç{FśbkylQxĕ]T·¶[B
ÑÏGáşşƇe
ăYSsFQ}BwtYğÃ@~
CÍQ ×Wj˱rÉ¥oÏ ±«ÓÂ¥kwWűmcih³K~µh¯e]lµélEģEďsmÇŧē`ãògK_ÛsUʝćğ¶höO¤Ǜn³c`¡y¦CezYwa[ďĵűMę§]XÎ_íÛ]éÛUćİÕBƣ±
dy¹T^dûÅÑŦ·PĻþÙ`K¦
¢ÍeĥR¿³£[~äu¼dltW¸oRM¢ď\\z}Æzdvň{ÎXF¶°Â_ÒÂÏL©ÖTmu¼ãlīkiqéfA·Êµ\\őDc¥ÝFyÔćcűH_hLÜêĺШc}rn`½Ì@¸¶ªVLhŒ\\Ţĺk~Ġið°|gtTĭĸ^xvKVGréAébUuMJVÃO¡
qĂXËSģãlýà_juYÛÒBG^éÖ¶§EGÅzěƯ¤EkN[kdåucé¬dnYpAyČ{`]þ¯TbÜÈ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ðĀÒRZdž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¤JJJyJÈ`Ohߦ¡uËhIyCjmÿw
ZG
TiSsOB²fNmsPa{M{õE^Hj}gYpaeu¯oáwHjÁ½M¡pMuåmni{fk\\oÎqCwEZ¼KĝAy{m÷LwO×SimRI¯rKõBS«sFe]fµ¢óY_ÆPRcue°Cbo×bd£ŌIHgtrnyPt¦foaXďxlBowz_{ÊéWiêEGhܸºuFĈIxf®Y½ĀǙ]¤EyF²ċw¸¿@g¢§RGv»áW`ÃĵJwi]t¥wO½a[×]`ÃiüL¦LabbTÀåc}ÍhÆh®BHî|îºÉk¤Sy£ia©taį·Ɖ`ō¥UhO
ĝLk}©Fos´JmµlŁu
ønÑJWΪYÀïAetTŅÓGË«bo{ıwodƟ½OġܵxàNÖ¾P²§HKv¾]|BÆåoZ`¡Ø`ÀmºĠ~ÌЧnÇ
¿¤]wğ@srğu~Io[é±¹ ¿ſđÓ@qg¹zƱřaí°KtǤV»Ã[ĩǭƑ^ÇÓ@áťsZÏÅĭƋěpwDóÖáŻneQËq·GCœýS]x·ýq³OÕ¶Qzßti{řáÍÇWŝŭñzÇWpç¿JXĩè½cFÂLiVjx}\\NŇĖ¥GeJA¼ÄHfÈu~¸Æ«dE³ÉMA|bÒ
ćhG¬CMõƤąAvüVéŀ_V̳ĐwQj´·ZeÈÁ¨X´Æ¡Qu·»ÕZ³ġqDoy`L¬gdp°şp¦ėìÅĮZ°Iähzĵf²å ĚÑKpIN|Ñ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ÕĢyFVvwxBèĻĒ©ĈtCĢɽŠȣ¦āæ·HĽîôNÔ~^¤Ɗu^s¼{TA¼ø°¢İªDè¾Ň¶ÝJ®Z´ğ~Sn|ªWÚ©òzPOȸbð¢|øĞŒQìÛÐ@ĞǎRS¤Á§d
i´ezÝúØã]HqkIþËQǦÃsǤ[E¬ÉŪÍxXƒ·ÖƁİlƞ¹ª¹|XÊwnÆƄmÀêErĒtD®ċæcQE®³^ĭ¥©l}äQtoŖÜqÆkµªÔĻĴ¡@Ċ°B²Èw^^RsºTĀ£ŚæQPJvÄz^Đ¹Æ¯fLà´GC²dtĀRt¼¤ĦOðğfÔðDŨŁĞƘïPÈ®âbMüÀXZ ¸£@Å»»QÉ]dsÖ×_Í_ÌêŮ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°´ATeVamdUĐwʄvĮÕ\\uÆŗ¨Yp¹àZÂmWh{á}WØǍÉüwga§áCNęÎ[ĀÕĪgÖɪXøx¬½Ů¦¦[NÎLÜUÖ´òrÙŠxR^JkijnDX{U~ET{ļº¦PZcjF²Ė@pg¨B{u¨ŦyhoÚD®¯¢ WòàFΤ¨GDäz¦kŮPġqË¥À]eâÚ´ªKxīPÖ|æ[xäJÞĥsNÖ½I¬nĨY´®ÐƐmDŝuäđđEb
ee_v¡}ìęNJē}qÉåT¯µRs¡M@}ůaa¯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Ñ£IsNgßHHªķÃh_¹¡ĝħń¦uÙùgS¯JH|sÝÅtÁïyMDč»eÕtA¤{b\\}G®u\\åPFqwÅaD
K°ºâ_£ùbµmÁÛĹM[q|hlaªāI}ѵ@swtwm^oµD鼊yVky°ÉûÛR
³e¥]RÕěħ[ƅåÛDpJiVÂF²I
»mN·£LbÒYbWsÀbpkiTZĄă¶Hq`
ĥ_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|`ź¦ÂÈdrcÈbe¸`I¼čTF´¼Óýȃr¹ÍJ©k_șl³´_pĐ`oÒh¶pa^ÓĔ}D»^Xy`d[Kv
JPhèhCrĂĚÂ^Êƌ wZLĠ£ÁbrzOIlMMĪŐžËr×ÎeŦtw|¢mKjSǘňĂStÎŦEtqFT¾E쬬ôxÌO¢ K³ŀºäYPVgŎ¦Ŋm޼VZwVlz¤
£Tl®ctĽÚó{GAÇge~Îd¿æaSba¥KKûj®_Ä^\\ؾbP®¦x^sxjĶI_Ä Xâ¼Hu¨Qh¡À@Ëô}±GNìĎlT¸
`V~R°tbÕĊ`¸úÛtÏFDu[MfqGH·¥yAztMFe|R_GkChZeÚ°tov`xbDnÐ{E}ZèxNEÞREn[Pv@{~rĆAB§EO¿|UZ~ìUf¨J²ĂÝÆsªB`s¶fvö¦Õ~dÔq¨¸º»uù[[§´sb¤¢zþF¢Æ
ÀhÂW\\ıËIÝo±ĭŠ£þÊs}¡R]ěDg´VG¢j±®èºÃmpU[Á뺰rÜbNu¸}º¼`niºÔXĄ¤¼ÔdaµÁ_Ã
ftQQgR·Ǔ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½}ÑRHYīĺûsÍniEoã½Ya²ė{c¬ĝgĂsAØÅwďõzFjw}«Dx¿}Uũlê@HÅF¨ÇoJ´Ónũuą¡Ã¢pÒÅØ TF²xa²ËXcÊlHîAßËŁkŻƑŷÉ©hWæß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¯ŪĽncÚbw\\zlvWªâ ¦gmĿBĹ£¢ƹřbĥkǫßeeZkÙIKueT»sVesbaĕ ¶®dNĄÄpªy¼³BE®lGŭCǶwêżĔÂepÍÀQƞpC¼ŲÈAÎô¶RäQ^Øu¬°_Èôc´¹ò¨P΢hlϦ´ĦÆ´sâÇŲPnÊD^¯°Upv}®BP̪jǬxSöwlfòªvqĸ|`HviļndĜĆhňem·FyÞqóSį¯³X_ĞçêtryvL¤§z¦c¦¥jnŞklD¤øz½ĜàĂŧMÅ|áƆàÊcðÂFÜáŢ¥\\\\ºİøÒÐJĴîD¦zK²ǏÎEh~CDhMn^ÌöÄ©ČZÀaüfɭyœpį´ěFűk]Ôě¢qlÅĆÙa¶~ÄqêljN¬¼HÊNQ´ê¼VظE^ŃÒyM{JLoÒęæe±Ķygã¯JYÆĭĘëo¥Šo¯hcK«z_prC´ĢÖY¼ v¸¢RÅW³Â§fǸYi³xR´ďUË`êĿUûuĆBƣöNDH«ĈgÑaB{ÊNF´¬c·Åv}eÇÃGB»If¦HňĕM
~[iwjUÁKE¾dĪçWIèÀoÈXòyŞŮÈXâÎŚj|àsRyµÖPr´þ ¸^wþTDŔHr¸RÌmfżÕâCôoxĜƌÆĮÐYtâŦÔ@]ÈǮƒ\\Ī¼Ä£UsȯLbîƲŚºyhr@ĒÔƀÀ²º\\êpJ}ĠvqtĠ@^xÀ£È¨mËÏğ}n¹_¿¢×Y_æpÅA^{½Lu¨GO±Õ½ßM¶wÁĢÛPƢ¼pcIJx|ap̬HÐŊSfsðBZ¿©XÏÒKk÷Eû¿S
rEFsÕūkóVǥʼniTL¡n{uxţÏhôŝ¬ğōNNJkyPaqÂğ¤K®YxÉƋÁ]āęDqçgOgILu\\_gz]W¼~CÔē]bµogpÑ_oď`´³Țkl`IªºÎȄqÔþ»E³ĎSJ»_f·adÇqÇc¥Á_Źw{L^ɱćxU£µ÷xgĉp»ĆqNē`rĘzaĵĚ¡K½ÊBzyäKXqiWPÏɸ½řÍcÊG|µƕƣGË÷k°_^ý|_zċBZocmø¯hhcæ\\lMFlư£ĜÆyHF¨µêÕ]HA
àÓ^it `þßäkĤÎT~Wlÿ¨ÔPzUCNVv [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ÍçWVi]ë©Ä÷àyƛhÚU°adcQ~Mx¥cc¡ÙaSyFÖkuRýq¿ÔµQĽ³aG{¿FµëªéĜÿª@¬·K·àariĕĀ«V»ŶĴūgèLǴŇƶaftèBŚ£^âǐÝ®M¦ÁǞÿ¬LhJ¾óƾƺcxwf]Y
´¦|QLn°adĊ
\\¨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ÀgVjzlhǶfOfdªB]pjTOtĊn¤}®¦Č¥d¢¼»ddY¼t¢eȤJ¤}Ǿ¡°§¤AÐlc@ĝsªćļđAçwxUuzEÖġ~AN¹ÄÅȀŻ¦¿ģŁéì±H
ãd«g[ؼēÀcīľġ¬cJµ
ÐʥVȝ¸ßS¹ý±ğkƁ¼ą^ɛ¤Ûÿb[}¬ōõÃ]ËNm®g@Bg}ÍF±ǐyL¥íCIijÏ÷Ñį[¹¦[âšEÛïÁÉdƅß{âNÆāŨß¾ě÷yC£k´ÓH@¹TZ¥¢į·ÌAЧ®Zc
v½Z¹|ÅWZqgW|ieZÅYVÓqdqbc²R@c¥Rã»Geeƃī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ŘvgÌsN@îá¾ó@ÙwU±ÉT廣TđWxq¹Zobs[ׯ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ÚÅTSijYo|Ç[ǾµMW¢ĭiÕØ¿@Mh
pÕ]jéò¿OƇĆƇpêĉâlØwěsǩĵ¸c
bU¹ř¨WavquSMzeo_^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~ź¤PnMĪÖB£kn駿ćĆKĒ°¼L¶èâz¨u¦¥LDĘz¬ýÎmĘd¾ßFzhg²Fy¦ĝ¤ċņbÎ@yĄæm°NĮZRÖíJ²öLĸÒ¨Y®ƌÐVàtt_ÚÂyĠz]ŢhzĎ{ÂĢXc|ÐqfO¢¤ögÌHNPKŖUú´xx[xvĐCûĀìÖT¬¸^}Ìsòd´_KgžLĴ
ÀBon|H@Êx¦BpŰŌ¿fµƌA¾zLjRx¶FkĄźRzŀ~¶[´HnªVƞuĒȨƎcƽÌm¸ÁÈM¦x͊ëÀxdžBú^´W£dkɾĬpw˂ØɦļĬIŚÊnŔa¸~J°îlɌxĤÊÈðhÌ®gT´øàCÀ^ªerrƘd¢İP|Ė ŸWªĦ^¶´ÂLaT±ü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ž¬stRÆdĠİwܸôW¾ƮłÒ_{Ìû¼jº¹¢GǪÒ¯ĘZ`ºŊecņą~BÂgzpâēòYǠȰÌTΨÂW|fcă§uF@N¢XLRMº[ğȣſï|¥Jkc`sʼnǷY¹W@µ÷K
ãï³ÛIcñ·VȋÚÒķø©þ¥yÓğęmWµÎumZyOŅƟĥÓ~sÑL¤µaÅ
Y¦ocyZ{y c]{Ta©`U_Ěē£ωÊƍKùK¶ȱÝƷ§{û»ÅÁȹÍéuij|¹cÑdìUYOuFÕÈYvÁCqÓTǢí§·S¹NgV¬ë÷Á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Ňîŵœè[É@ƉĄEtƇϳħZ«mJ
×¾MtÝĦ£IwÄå\\Õ{OwĬ©LÙ³ÙgBƕŀrÌĢŭO¥lãyC§HÍ£ßEñX¡°ÙCgpťzb`wIvA|§hoĕ@E±iYd¥OĻ¹S|}F@¾oAO²{tfÜ¢FǂÒW²°BĤh^Wx{@¬F¸¡ķn£P|ªĴ@^ĠĈæbÔc¶lYi
^MicĎ°Â[ävï¶gv@ÀĬ·lJ¸sn|¼u~a]ÆÈtŌºJpþ£KKf~¦UbyäIĺãnÔ¿^ŵMThĠܤko¼Ŏìąǜh`[tRd²IJ_XPrɲlXiL§à¹H°Ȧqº®QCbAŌJ¸ĕÚ³ĺ§ `d¨YjiZvRĺ±öVKkjGȊÄePĞZmļKÀ[`ösìhïÎoĬdtKÞ{¬èÒÒBÔpIJÇĬJŊ¦±J«Y§@·pHµàåVKepWftsAÅqC·¬ko«pHÆuK@oHĆÛķhxenS³àǍ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¦ÅÄÜdwAb×ĠąJ¤DüègĺqBqj°lI¡ĨÒ¤úSHbjÎB°aZ¢KJO[|A£Dx}NìHUnrk kp¼Y kMJn[aGáÚÏ[½rc}aQxOgsPMnUsncZ
sKúvAtÞġ£®ĀYKdnFw¢JE°Latf`¼h¬we|Æbj}GA·~W`¢MC¤tL©IJ°qdfObÞĬ¹ttu`^ZúE`[@Æsîz®¡CƳƜG²R¢RmfwĸgÜą G@pzJM½mhVy¸uÈÔO±¨{LfæU¶ßGĂq\\ª¬²I¥IʼnÈīoıÓÑAçÑ|«LÝcspīðÍg
të_õ\\ĉñLYnĝgRǡÁiHLlõUĹ²uQjYi§Z_c¨´ĹĖÙ·ŋI
aBDR¹ȥr¯GºßK¨jWkɱOqWij\\aQ\\sg_ĆǛōëp»£lğÛgSŶN®À]ÓämĹãJaz¥V}Le¤Lýo¹IsŋÅÇ^bz
³tmEÁ´a¹cčecÇNĊãÁ\\č¯dNj]jZµkÓdaćå]ğij@ ©O{¤ĸm¢E·®«|@Xwg]Aģ±¯XǁÑdzªcwQÚŝñ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ĪğPs{ò²Vw¹t³ŜË[Ñ}X\\gsF£sPAgěp×ëfYHāďÖqēŭOÏëdLü\\it^c®Rʺ¶¢H°mrY£B¹čIoľu¶uI]vģSQ{UŻÅ}QÂ|Ì°ƅ¤ĩŪU ęĄÌZÒ\\v²PĔ»ƢNHĂyAmƂwVm`]ÈbH`Ì¢²ILvĜH®¤Dlt_¢JJÄämèÔDëþgºƫaʎÌrêYi~ ÎݤNpÀA¾Ĕ¼b
ð÷®üszMzÖĖQdȨýv§Tè|ªHþa¸|Ð ƒwKĢx¦ivr^ÿ ¸l öæfƟĴ·PJv}n\\h¹¶v·À|\\ƁĚN´ĜçèÁz]ġ¤²¨QÒŨTIlªťØ}¼˗ƦvÄùØE«FïËIqōTvāÜŏíÛßÛVj³âwGăÂíNOPìyV³ʼnĖýZso§HÑiYw[ß\\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ÓƻėojqYhĹT©oūĶ£]ďxĩǑMĝq`B´ƃ˺Чç~²ņj@¥@đ´ί}ĥtPńǾV¬ufÓÉCtÓ̻
¹£G³]ƖƾŎĪŪĘ̖¨ʈĢƂlɘ۪üºňUðǜȢƢż̌ȦǼĤŊɲĖÂKq´ï¦ºĒDzņɾªǀÞĈĂD½ĄĎÌŗĞrôñnN¼â¾ʄľԆ|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ǚ\\đ¾JwÀďksãAfÕ¦L}waoZD½Ml«]eÒÅaɲáo½FõÛ]ĻÒ¡wYR£¢rvÓ®y®LFLzĈô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ĺSZgrpiƼĘÔ¨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\\ZjÒ¨GtpþYŊĕ´zUOëPîMĄÁxH´áiÜUàîÜŐĂÛSuŎrJð̬EFÁú×uÃÎkrĒ{V}İ«O_ÌËĬ©ÓŧSRѱ§Ģ£^ÂyèçěM³Ƃę{[¸¿u
ºµ[gt£¸OƤĿéYõ·kĀq]juw¥DĩƍõÇPéĽG©ã¤G
uȧþRcÕĕNyyû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ĻĖHAëáa
OÇðñęNw
œľ·LmI±íĠĩPÉ×®ÿscB³±JKßĊ«`
ađ»·QAmOVţéÿ¤¹SQt]]Çx±¯A@ĉij¢Óļ©l¶ÅÛrŕspãRk~¦ª]Į´FRådČsCqđéFn¿ÅƃmÉx{W©ºƝºįkÕƂƑ¸wWūЩÈF£\\tÈ¥ÄRÈýÌJ lGr^×äùyÞ³fjc¨£ÂZ|ǓMĝÏ@ëÜőRĝ÷¡{aïȷPu°ËXÙ{©TmĠ}Y³ÞIňµç½©C¡į÷¯B»|St»]vųs»}MÓ ÿʪƟǭA¡fs»PY¼c¡»¦cċ¥£~msĉPSi^o©AecPeǵkgyUi¿h}aHĉ^|á´¡HØûÅ«ĉ®]m¡qĉ¶³ÈyôōLÁstB®wn±ă¥HSòė£Së@לÊăxÇN©©T±ª£IJ¡fb®Þbb_Ą¥xu¥B{łĝ³«`dƐt¤ťiñÍUuºí`£^tƃIJc·ÛLO½sç¥Ts{ă\\_»kϱq©čiìĉ|ÍI¥ć¥]ª§D{ŝŖÉR_sÿc³ĪōƿΧp[ĉc¯bKmR¥{³Ze^wx¹dƽŽôIg §Mĕ ƹĴ¿ǣÜÍ]Ý]snåA{eƭ`ǻŊĿ\\ijŬűYÂÿ¬jĖqßb¸L«¸©@ěĀ©ê¶ìÀEH|´bRľÓ¶rÀQþvl®ÕETzÜdb hw¤{LRdcb¯ÙVgƜßzÃôì®^jUèXÎ|UäÌ»rK\\ªN¼pZCüVY¤ɃRi^rPŇTÖ}|br°qňbĚ°ªiƶGQ¾²x¦PmlŜ[Ĥ¡Ξ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ðļATUvdTGº̼Ô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_bsKF¯¡IxmELcÿZ¤ĢÝsuBLùtYdmVtNmtOPhRw~bd
¾qÐ\\âÙH\\bImlNZ»loqlVmGā§~QCw¤{A\\PKNY¯bFkC¥sks_Ã\\ă«¢ħkJi¯rrAhĹûç£CUĕĊ_ÔBixÅÙĄnªÑaM~ħpOu¥sîeQ¥¤^dkKwlL~{L~hw^ófćKyEKzuÔ¡qQ¤xZÑ¢^ļöܾEp±âbÊÑÆ^fk¬
NC¾YpxbK~¥eÖäBlt¿Đx½I[ĒǙWf»Ĭ}d§dµùEuj¨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ģ¢\\śnkOw¥±T»ƷFɯàĩÞáB¹Æ
ÑUwŕĽw[mG½Èå~Æ÷QyěCFmĭZīŵVÁƿQƛûXS²b½KϽĉS©ŷXĕ{ĕK·¥Ɨcqq©f¿]ßDõU³hgËÇïģÉɋwk¯í}I·œbmÉřīJɥĻˁ×xoɹīlc
¤³Xù]DžA¿w͉ì¥wÇN·ÂËnƾƍdǧđ®ƝvUm©³G\\}µĿQyŹlăµEwLJQ½yƋBe¶ŋÀůo¥AÉw@{Gpm¿AijŽKLh³`ñcËtW±»ÕSëüÿďDu\\wwwù³VLŕOMËGh£õP¡erÏd{ġWÁ
č|yšg^ğyÁzÙs`s|ÉåªÇ}m¢Ń¨`x¥ù^}Ì¥H«YªƅAйn~ź¯f¤áÀzgÇDIÔ´AňĀÒ¶ûEYospõD[{ù°]uJqU|Soċxţ[õÔĥkŋÞŭZ˺óYËüċrw ÞkrťË¿XGÉbřaDü·Ē÷Aê[ÄäI®BÕĐÞ_¢āĠpÛÄȉĖġDKwbmÄNôfƫVÉvidzHQµâFùÂœ³¦{YGd¢ĚÜO {Ö¦ÞÍÀP^bƾl[vt×ĈÍE˨¡Đ~´î¸ùÎhuè`¸HÕŔVºwĠââWò@{ÙNÝ´ə²ȕn{¿¥{l÷eé^eďXj©î\\ªÑòÜìc\\üqÕ[Č¡xoÂċªbØø|¶ȴZdÆÂońéG\\¼C°ÌÆn´nxÊOĨŪƴĸ¢¸òTxÊǪMīĞÖŲÃɎOvʦƢ~FRěò¿ġ~åŊúN¸qĘ[Ĕ¶ÂćnÒPĒÜvúĀÊbÖ{Äî¸~Ŕünp¤ÂH¾ĄYÒ©ÊfºmÔĘcDoĬMŬS¤s²ʘÚžȂVŦ èW°ªB|IJXŔþÈJĦÆæFĚêYĂªĂ]øªŖNÞüAfɨJ¯ÎrDDĤ`mz\\§~D¬{vJ«lµĂb¤pŌŰNĄ¨ĊXW|ų ¿¾ɄĦƐMTòP÷fØĶK¢ȝ˔Sô¹òEð`Ɩ½ǒÂň×äı§ĤƝ§C~¡hlåǺŦŞkâ~}FøàIJaĞfƠ¥Ŕd®U¸źXv¢aƆúŪtŠųƠjdƺƺÅìnrh\\ĺ¯äɝĦ]èpĄ¦´LƞĬ´ƤǬ˼Ēɸ¤rºǼ²¨zÌPðŀbþ¹ļD¢¹\\ĜÑŚ¶ZƄ³àjĨoâȴLÊȮĐĚăÀêZǚŐ¤qȂ\\L¢ŌİfÆs|zºeªÙæ§{Ā´ƐÚ¬¨Ĵà²łhʺKÞºÖTiƢ¾ªì°`öø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ŧoaFLgQN_dV@Zom_ć\\ßc±x¯oœRcfe
£o§ËgToÛJíĔóu
|wP¤XnO¢ÉŦ¯rNÄā¤zâŖÈRpŢZÚ{GrFt¦Òx§ø¹RóäV¤XdżâºWbwŚ¨Ud®bêņ¾jnŎGŃŶnzÚSeîĜZczî¾i]ÍQaúÍÔiþĩȨWĢü|Ėu[qb[swP@ÅğP¿{\\¥A¨ÏѨj¯X\\¯MKpA³[H
īu}}"],encodeOffsets:[[120023,41045]]},properties:{cp:[116.405285,39.904989],name:"北京",childNum:1}},{id:"120000",type:"Feature",geometry:{type:"Polygon",coordinates:["@@ŬgX§Ü«E
¶F̬O_ïlÁgz±AXeµÄĵ{¶]gitgIj·¥îakS¨ÐƎk}ĕ{gBqGf{¿aU^fIư³õ{YıëNĿk©ïËZŏR§òoY×Ógc
ĥs¡bġ«@dekąI[nlPqCnp{ō³°`{PNdƗqSÄĻNNâyj]äÒD ĬH°Æ]~¡HO¾X}ÐxgpgWrDGpù^LrzWxZ^¨´T\\|~@IzbĤjeĊªz£®ĔvěLmV¾Ô_È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ƸÁxc"],["@@©ª"],["@@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´òKLÈüD|s`ŋć]Ã`đMûƱ½~Y°ħ`ƏíW½eI½{aOIrÏ¡ĕŇapµÜƅġ^ÖÛbÙŽŏml½SêqDu[RãË»ÿw`»y¸_ĺę}÷`M¯ċfCVµqʼn÷Zgg`d½pDOÎCn^uf²ènh¼WtƏxRGg¦
pVFI±G^Ic´ecGĹÞ½sëĬhxW}KÓeXsbkF¦LØgTkïƵNï¶}Gyw\\oñ¡nmĈzj@Óc£»Wă¹Ój_m»¹·~MvÛaq»ê\\ÂoVnÓØͲ«bq¿efE Ĝ^Q~ Évýş¤²ĮpEİ}zcĺL½¿gÅ¡ýE¡ya£³t\\¨\\vú»¼§·Ñr_oÒý¥u_n»_At©Þűā§IVeëY}{VPÀFA¨ąB}q@|Ou\\FmQFÝ
Mwå}]|FmÏCawu_p¯sfÙgY
DHl`{QEfNysB¦zG¸rHeN\\CvEsÐùÜ_·ÖĉsaQ¯}_UxÃđqNH¬Äd^ÝŰR¬ã°wećJE·vÝ·HgéFXjÉê`|ypxkAwWĐpb¥eOsmzwqChóUQl¥F^lafanòsrEvfQdÁUVfÎvÜ^eftET¬ôA\\¢sJnQTjPØxøK|nBzĞ»LY
FDxÓvr[ehľvN¢o¾NiÂxGpâ¬zbfZo~hGi]öF||NbtOMn eA±tPTLjpYQ|SHYĀxinzDJÌg¢và¥Pg_ÇzIIII£®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"],["@@mn"],["@@EpFo"],["@@ea¢pl¸Eõ¹hj[]ÔCÎ@lj¡uBX
´AI¹
[yDU]W`çwZkmc
MpÅv}IoJlcafŃK°ä¬XJmÐ đhI®æÔtSHnEÒrÈc"],["@@rMUwAS®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įQJdz՟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ǴʒÊÆ`Å_֡˰ϟʊkIDZʪĠɁ˔˶àϷˈȘѬ˻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Δö´ƌFgÈèTɶǓЀ«Ȁǫ͊î̲džzĺîĢƘƔ˒Ř˞Lj°òńƲъÖŖ¾ŚǶRɄJǮˊרȋ¦HʲpȮńċľsĺ¤ÚR|¼[þJ¬wNwNÌÛļûĢmnjÂpp^ªô¤ʂĸ®T¸SZ^b\\~VvL¤QȂƓî§R¦¼¶^ê}ĞlôÒÈŒǐ`ƐǢbÀèHϱĸ^ǠŶˌ̆ѨīÞŗɃaÎJĊtÄB~oűځĈʁŔů࠰˨ȦȨˈŢƠ®ĈRľsª_ÂW\\a÷ËvkĄOΘĈ²ʹkÒČѼ§MÕryWJ·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ғ̴ʟÌՋȭǃNOėFǗģµƇo͆ƖËܼɠˌ҆ლζθɌƴȞǀЊ¢ݐс˫ߚ̢̤hˊүஒґۤݴɦƌOՎNዲQĮ
ĘÇƈǕϡÐŻĚƉÆ˕Ԃۻ"],["@@̆Ƅ_øęÞËr___ğıͅ˭DeÌ·ӏɫθƅːОΖ"]],encodeOffsets:[[[18002,-8293]],[[12802,-4697]]]},properties:{name:"Angola",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@Π˗ä̋ÝԍȄ́ɊßQÙÚŷűŻȉ̍ǝ©¡aquwW@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ßlgĝëĿēk©z¿HÃiÉZÇÁEÕáųeû¤ͩɅŷĻҩžѻőēȰ͗آ˯͆˿Ʒ̛fʳɔɧ˜¥ÞщܿਟՍ̍൱ͷઃŻأУƊϋȰʼnŁMĒå¯̩ŽÍīʩžБůǻӃǿ¥ΤɛŧŬਅϘŷƋŴcˎňƗ¢θĖƒƙZΕƻϟ̲ЛŹ³ýתǭѫȁ͏Yש͏͍R̅ҧكʗցڛþؖ͟ӁٺóɖɁÛʗΉǁʔ@ľĩൿࡕǿʛş֡γƻ·̒LƷˋÉ͎KƨůԹ˻˃ѹƄƒеίăрýѬ֯ౡ̊fЩϘÊܞƛØգŋ̉Ԩ«֊þŴ˜\\Đʊ͐ƢÌ̮ȒĠvɌǃȞƠ͒ψʔ̶ȬưƧЮȴǨī̀ͮȺȹ̒ϏÚmŎڬRĐǠ«Ĵԛ¶ŞϢȋӨżĢͩȺب̜ǤƉͬiߪȊʼğǤƄž»͖ƲŚ֖Ҙˤʷ۾qޚŘˎմϲUҐŝɶƌČ˺܆ǚÜ߆ɝèÀˊ˻ڨĠł˥͚ÆΞǰłƀǒFĦƶīĆÉيǘȄƞׄМЪˠ٪Ɉ\\ɰƖɭцƪˈƫ؞Ǫˠƫ̂ʾ̘ݨ̞̈ࢂƽưǢʾɼʚ̆Ē¼ĘİxzEÜ}ǘşöãîSƖ`Ѷ_͘ijèţħčÔƧ¢ÇdNJʒѾ°࣠Ǽʗî·ƚ÷ƄƣΔӍЋ"]],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ŲNZJł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лɍÙÃAck_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¥Î\\ÏPVЇƉʧŒŵūŨуɣ͐ljনÇ«ˉӴɛȱɩʑή©ӆ£ƛʉ˔ǃſѝƲ͓͝ҁƇ¶ŜɨɉőþÈ̎ơЛȱǻïђḍūNjɓŶʼn̜iǰ¥ǔàŬǡÌuȦ¿¶ËľŐˠ\\Ê\\ĮNUå¨ť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ÇËÏŵsySyFyĵxÿckkgÞŵXñg¥Í
ţśfɏŧŋiБĦƫòwr§î}FγyoµkQ́ÕċAđZ½SōGëÁȫ^ôͺƕɈЯːà^p~àèRQnół~ǴˬŦƪǞįÄ¢«®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©OS«^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¡uw§SßkıěLd£ðÉ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ƻXrX|¦Ü¢Ċ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À²µÀâÁnPptzvĖdffHȐĩ̄¢¸VĈ¢ØORÄvJV¥§¦żQrçArYi¡èʬñ̦ȠܪťːˊɌպ֦݈Ęɀ˞ǽьɌʯтƛ¸йͩ˝ϯԧѷʵוઁȻJλǃ
ࢬհǤەʌɇͺƸɾā;ǎ˓ޥƮŸȸӴȂòʀ˼ȺŁĨŎıôfȾˮҶÌŜąjŞ࿄ؕṇ̌Ɇɂ̘ɣµÅņ®ĨʳǿdzĀĝȒǤ®ǓśÍƗőՋʈɔǬЊļmñ˅ɔȎВæÚłόõ׀˝̼ͬƛࡌĸєÇనܗΪн́˚ķńǗӬƹƂķҸAߑэΡЅŃ`LƉљՕ̵ƿΑͭơ˭EŶˣ܇ˣЭ͏̿ʏ˾ƉƕôįÑȩǏǽ·ȉĎu¹ίĚ\\įԽƮ৫˓ૃ¤ѳйңŏ્ǽƛͧ۟ͥ˯Ƒ˧ýɣ гףʻɱɩ¿̭ޓiǑȰÍɡ֥ğÙʢ¢ǃĊ٫ŧŵĔÉً˛śǝяNݩχषڣºŏɯȻbĚǻÕƝɋØĻʔėɝȹöùȳŇ÷ǎީÇ݉ƭпЅʝЋЭҭࣁԹۧऱܙoʆ͐²΄ʢĢ̞ƴrdžɄǘ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ÕeC൙º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«à¯Ģ^Ú¤LvLÆ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ČhQ®í׫ÛyÉSLiÅ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ǃʃᥫEA"],["@@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Ŀ˝įöœrMƟõÆÓɏƇࣗ͏ٽıЕŧϻǵϷǵɁ@ϝʨɲӄ̘̾܌ªĆ̅ౚÇɜ̱ƞ֡ʤļƬūĺ̥ũΘˉ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¥]umÁNwzµfĿ¡STďľ¯Ląků§¹B§TďƨyAā^čɵíǡťǕȍǦή̡ƚóǘÓÇ¿ųíõȫ֑ēǕÕplÉü³ĿĪ[ɀƯlűMěñ½ŝħãIRAÂÆp¼ʌɾǂhÞxĮƘ²nlŐĘŌĔvnj@bč°ÌºƘǨ³ɮƆ۴HĘxX^G\\]NčMVStŘߜɃĐ³ćǑ@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İĭhCÃǕů\\˽ɘƛ×ɯ̤ͯ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çĒkJQqs³uß©©mDzΩN£HƟqʓÞđaO±¡oMƋìɕ¥
\\ovY®RÄÆlĪµ¹ǀЋʃϧRǧɸoɨ؋Ĉ˄۬õĠүĺθŽɾƄǼԻUխǙŦˌƩɚªʄżĂè͎džŐɺdž`˔ɸûǬĸĮ®ԆóڌǕìŻęȣՖϳ˦½MęſÙċ
gʼnėʛȅë»٫˼ϧÜԽ̳ƇϫɝʱҍӁ¢rKºÄMlVzʬÜدîRćgğHůĪǠTƎɻĎ÷°Oůą³GʱĐíNŹOĽTg\\|ĺ]xŃįrĻRéaåÉËą{ĭ©±ӷس· ÉÊaüæȶhĐŜȏðŵçŵői_B¿Ƚ`ȧÑ˧Nűbķøïûûn¤yrÛP»cĹĝãġÀåþ·]ůÍqd¾åŪåîå¶ɣCǕb÷p
´ĤôAjVµ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Ĝ¤Gjzz¦°Ď¬Ä۶ʈ{Č°~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ðDlĶ~ƼƽʖՉшÁřĵÍÄĻĸÍؗ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ˤſĀӻÕoOwfY¯qķ÷ƛБɣףȔࢍǤģƗ»ɻ̑¦ŶŭȉٯưЧ×ӒKܥû͏Ôí¹ʲiij്և{ȆÙƼՒ¯ʔƳÈÿXÑĴmÖîÿ¨ʱʧƠɜΰëЮkdžàWĶvøƞUĚĮǰúýXÛZżN¢ʄnŊUîû@oɤșŦZnjľÂkánȐȭäcВƐDŽˢɞɶñ̲ǓÈǘɐNpmĶ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ōț@ʱ@ڻ@ġ|KIlsNlȢńҐɵϬĀðĽWïƾƸ°ċĦ¤úǣT·ťΥƚçϴɏİIŽĭ²ƨЌʂܸатʒ˼p®hƐIJĖÚrdjkô]Ķ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ŁȽDLj"],["@@°§ǭ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ȟƒ¤í¼řêęGnП̒ȡìʓ˚ĺŚθ@m´ÁzrȴǀϼĈƒhী͜£ŜȎ^zGS·oÆcFrXb"],encodeOffsets:[[15165,52080]]},properties:{name:"Czech Rep.",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@ɭćȼ̶ǩ"],["@@CďѣŬ̸˒řªƩ"],["@@ʂŵŹǝܨſʀÂIǕǓęĚáМ§װȊϸʤϠ³ΚɧɶXŢʥͦĻƣĮɭCÉCcýÙáŻÿU¯ŀăɖŗĘį¥ć_ÑhÄyÔƗųȽŘǣyé^iƲ»~yx˷ñēŗIYWaqEÅdpT¸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ƧKTő©ƻñdîœ|A~Itur¿ō ùpȋ©ߛɄŗTsUĎ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צӰپ~zv|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¸úńčFIa¦jº¬Œu´rf¥ˢåǂ̤ȘȞӢĥіéЗĕ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ǭȆǿò·Ö¹ÁťĥɁ¹œßƣqIZȿʠțƳdzŏOŗ£eCʎkNJoǠkNJŞȖ̈sˠúƨEÈhż\\ªDĞgȮj ¶ưȢŔЄł\\nj¶v¤ĚǀƴΦޛɞএФڟà̄˺ϥࠆͥКՙӲͩż̿ľRɰ̙Ƣ³~üêÙĭģĹcB«·ūÁȋŐ{Pu}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ȲŌċȋ"],["@@֥݇ɋչˏˉܩŦ̥ȟʫòç¢jqZXRNB¦ÖìŪɄ¼ĖtƨŨ`ŀƤ®ĄsƲˇΦŇڂҼࡪ˿ԞН
ƝĖüƌũ²̫ƦʄƦӗ"],["@@ȥw¬ŔǝȸʊýĎɕ"],["@@ãJ¼Ĥhĭ"],["@@ƛ°Xʘǐëɛ"],["@@ǍC¨ɺʤȿŽu"],["@@Ð֧̩س͇ǠäĦɟȘâƐœɚȾɀмʦʮİDZ"],["@@ñƥȞǮū"],["@@Þ_zY~mªQÀR~¾\\Ǝ͢ʕQֺƭѥۇAӃɭƅǧ´ƗÉ¹Č¯@akiwŋēŏėkmƗ±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ö»ЀŧÄƈ½`eEsUlmÆmŎI zĊlȐòƨɠōâŊjTÔuňöeƶũȂLŤloýȫH}ӘǷǾĉȷǃĸǍ"],encodeOffsets:[[47417,42504]]},properties:{name:"Georgia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@àāă̇ϼ͍ĭիàğşʘÃҡĭû˂ͻƽڷŔljĝхǰͯϚ̧ȥɻׅ«ቕ࠵थ˜ʢļɼƘǣĤȓࢎɤפƜВĸø°rZePxÖ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¬ËfGșįʉ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¿}ĿÕŷßEu·ÛƓ˫᫧ÒŌƗģ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¤±JyIy]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ʔġȀûĄćÌlBWÒÚOƨŰAÏĞ@zxXvr¢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Ú¶ĚάÖ̮Ƞ~øGg`ĵ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ǷŲĽµ×ƛűɩѳϟgMOǓĸ³îʓɽ]ț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ĈvYOÐäÝÖ̀ňpĺQÄͼIbкǮǸŸĚ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ƀěĈ³Ā¯¼Mbn|Î_Ө˃ָϿ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б¬ɅÖ«XYpȊC͎ŵɬĉåmŃɕɩ̼ÉBfƉ{IɏƑȐůeåW®ďęĥƵƛȷ}̘ɱɢðƁö[É̙į@ëȏ¹ãBùKĕǛ]£M²ÝÈÃâsĦMƊěŦiæ§VM[ĭ[Éō˟ÊĽÀµvȥƢoy˿jǯŊ̛m˳ßBĐʅNjúħƇGΞĉĮµϱśƃŦ
ŕǑÒŜϐɇȢǾɅ˯ͧԻƵȷƭĥɓŐͿȋ͗̽ʳŋ őףȏßHPLjɋŋÉƋɖ֝с֕۩ำč҉йȗЏPʳӡ˧Ř̓ƹȫłԃÉɟǎؑųȔÿěɾȳħ̵֟כƓ֧Ět¦šUܽѯÇׅ̿äț͢şγÜҷƏȓǵŏэҕʱϝȦљӲȓҤçЎŐ͙êEĥ͖ųƐЅੴٹৠӁྰεӤů˔Ō@Ƈƨ¼òŷ¤ǡ̄ԍᓶĆіřƫĔRȂƦkǗîĵϾȐۼãϐDžɈĤČķSоʐӍƂɴƭHƸɌÖՁļåċȥɡƢāǓȩ̿ࠫΕʱDӻ̔ঁæŬȎŵݴʌˀѢųű֥Ʊέöԁ˼ȉ͎̠ɾҕɉÍɔİÒĊnĜbĈAŚCHʨXxh^lNhIzDvìgÈ\\ÌcĬAǬPĬEȸěʘĺLjÌɎÀfQ¯p«ä´O¨Pbææh°C¾B~ÙŢL vwÎÏŔÕƞȍ̢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ķ˺
©VD¹¾ʍ֞|ŰȃŨbɴ͇ǔȨΪŵªuϚȽҔ̮ǖ̆Ȗı֎էՔŇ"]],encodeOffsets:[[[57537,27568]],[[47222,39811]]]},properties:{name:"Iran",childNum:2}},{geometry:{type:"Polygon",coordinates:["@@ŗPģêɉũȳԼұłƻI±»ó@·Z©heɞyNJăҪ̯ƎPeƶʯâ¿ļŷĬšÛNj×Ǚ@ͯ˦YJѱˆƯǺ˕ûqċfdzìƅ{Gy˭ĪзąȯϳŗDžÙóƋƍƧ൝Ŋ߉վਚഃۀğ˻²˗¢ҷèŮĴĜǥɣ࣊ᇴࢴǪ˸ƆܸµزĶŌ̺êӐјĆhưĸĘĦTĀÌSžӪşƊGƪúĐWgbMųä×Ü¢ǢIJÂE¾Ooʎ֝º½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Ņ×¯Ĺ¯ƫȹWqsPclMÐ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¶xMnÂv®¦^¸LȠÏi¸W´PÎ ŊvSĎAĠOЫÎeĊKÈPj¾ÐÞĢǂ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Ʈ"],["@@áĤĦƲÔŝėŷ"],["@@ķǘƺßř"],["@@ķQIJàğ"],["@@Ѯ@ƅˡ̠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:["@@·ƭ鬿¨ɛ×Ūȓ²\\Ú[zl֝ǫʡNJৡ¿«ʪúz¨¸kÈTIÒE~мƴՐȓ͢ɾ˂͜œςʌɐWZŴǞ©ѺʬЉʛƤÍGåsuXKþa°£\\ÁmÿnãPiĮÅĒ^³tôwO}Hŕ»¹AáWǥ_Yʁ|ȿÔŃƨҫƞ֨ϬƦ ǒîHpgjçā³ecų̈ͦƔ¤ü_ȸ°Ͷ½ĪEɤãǬĒÝά³Ą¡æUÑƺzĠĚʦˤŊ˖Ğ۴˯Ք×ĜĒ¨HüQӞSŘV˼ᅜǓÜġþ»Ôµ¼ÁвÏŲġŜħʼnWaeUʳcÍg׹˵Ǘččãa÷ȇǥƕsšJăřԁ á_ëīƏ¡icãíćŅë¹Ý»â͗ŅǍ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:["@@ϤЋâȓÞDxödRŒŁĉΑÁȄʻĚ©Ɇ»ƠéϺȾĀżýȠƣ§ûsÑrcĖUĺJ`ÁlgŲEñAÃħĩYÉ·çŽŕOʉØǓMEe{çXå¿ă¯sIջA
µĵxù̀Ɂ¼ÝÎÿĒȷˆ˓ɚǕÄÕþšÜ£pÝP±ZƛĢƃêªfUıϸʹGû}ƟéoĪƷ¸·Ȏƙ¶å¯gÅÑ
½ÙÝrÃjUJĥ§ď
OóƷƧAT
Á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ÃZpu[ƌ ĊFƌëpN²¢bPÝĒrʔGƠM¤DZΪnªªªŔrRlIæđƸ¨È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ɛ̓Ñęʭ͝˒ƛ˴ŗˆȦĚψӢȊÈŀĀŰàȪðĤlZ֨ёîȕűĿŵőǿϛǧ"],encodeOffsets:[[29335,-30849]]},properties:{name:"Lesotho",childNum:1}},{geometry:{type:"MultiPolygon",coordinates:[["@@µPǸˤƁ˳"],["@@Ù~m¦xʁßɹÅkƩXuĵkoϙçåx~Ս×jǠë¶ñĥédJwfépÏLµïŖHЊʸɏǀгJ۱ǚDdžƧ̞OǮO ɦIJ˶ńβüڔUþ_Ú³ÜNÜަđڂŒƖǓԀăްοCqÛ¡ĉ¥ÛW{qƼWâY`iƥţʹR]ÙķçŇ_ėwŗǛTŅMuyÃÙ«éiTiŪ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ÎÿɐħoTO«LJ̋Ɩl[ĥĬşĄ¯P¸ĻnÑT±į"],encodeOffsets:[[28824,57491]]},properties:{name:"Latvia",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@řŰƒƗ˲ϩ̦Տۄ̥ĘlǨþ®_˞@˒Ěڔ˫êFמƵTЋːǓĮ˟ŮåƄ¯ÆĕOċUïǨī±ǓcS͇ĔŹZå÷gFGł]fFƿË
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ȃ̭ĿǩĕƥĦȹqs]ÛΗඳϩȚ©·ΦǧևƶØĪǟ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ăĝɐĄƋ"],["@@·ċͅǻõlji}]Ï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¡áiFǻƬçrγuÛ¢áZſÌę¦QĈ¥ÈēhēÌˣêäŸȓìõøŊĴ³äRUĸD¬nòÞǐφǖâXroUĐzÐ~nŸ_â¤ĖØdSƼΆdžԐňº ɘĠDzÈVNØC®̜ƠʦCôRƎƎÒ»ǚī°I¶xÌÞVîWƌƣ॰¡Ĕ˫ɔǕ¼H`Dz@ƴĝΊoҘòȾć֞eȈŵŶVȖƜΐĒȺʎ|ȚœÇ£ǡ˸ɸоҌˊɆˈࡺ̥ĨeǐMȪGÊY܂ɕDŽ^ɀʔËH«cTĝµ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ÎļķÎÃĶŘÄՊчƾʕƻijkïCūnţYƛrǡĆħt[ɯ×TËSƧXă\\ŷïWˣůǍÐĝC_[čBo{Ћ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³ƦSk£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ƕYYÍȻЋƺߍ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Ĥ¸ǘĘEPDŽ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ėÙƏıgo¯ġÅıƛħЯсʁܷǙˑɿƶº̋ձħŊȷěǩƚàǝșĻŽˬþ̏ȑŖ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ݸȲĊĎĸɐ_wqÁ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ç¥ś³ſyYקmɫǐ˃ĵǶdzµõǂáVɵĉčtэɲ¨BĦ[¤Ň¦ɁäśÂəĩçfǏ¼ĕR¿i]
ãҳŰmÞÞ¡\\ƫ_ƏîƧĞÙ£Z]¡qOֹЀӥ˄Í`m{a»Nÿ°ĉ´ŽĜgľĘrÂÐpļCĘÀŰîƄŮƜɪȂzjº¸Pǰşà®ƌȴȌ¦Ǵqǂƪəϛάί̒ĆðuâvÁ¢ĵ®Ŀӊ̏¸MǶ´¶MUBióģ³ø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Í
uKÚšA}½¯Dgååa§O³Pão¬R°eɏ¿DžËʗĹõNç¬Ù¢īDǫMīBËdÇ[ëhuC¡¦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ƽÙ[ƧůɢƔĮbUŪ½ĘÄżĤ¯ØĉÆ·H@͜^jX|~`ºlƂïäÐÂŊāǿŶc³ƇƖąʢnĩƶҐ̟ѢĚװ˔Ҧ͜శ̥תӝ"]],encodeOffsets:[[[-83561,7509]],[[-80791,8473]],[[-79231,8867]]]},properties:{name:"Panama",childNum:3}},{geometry:{type:"Polygon",coordinates:["@@ԷσȕŗȳÏLŃo{iij{sªÖë°] {WýƶЃŶħgRI«°ñĊÅŐƏĆġHŃĵũijũۤĉǖбۼ^ȊŘØͼ˺|^Èty©mMÝଢ଼À~ê߸
¦OªFÐbżÄʬĸEƒkĄFݦಧʙͅāګǠУЩՁ]ƗǞɯȽͻǢя̾ǃǃřXƓԓҷk¡ľşVÑ@@AÙÉĉÛƕ¦ʋĽǹЯśޙ֎Ǐ͚Ӱюୁڒίњͳɠω٪ݺδԝˏʐÉͬ͂đϜϙغӛఈԫڀԯࣈ७ײmƴȞ¤Ǧϡߺ¬̆پۜƮĞæǁ¦ˡeq³őv«i¹b¥JĎEùŃ·T°Cø ĄĘ¸^ÚĎ¿IJ±¢}ðRÖZ¼¾^ŋă²×ÎóÀ{æAĢl¾j²^Môf´¤ƨĔ˂ʬܐĖÙ͊ЬΚӸΰѦԐŴӎZƄwS̤ƑƴÇƈϤÑLʊgǞü˰űltÂÚ
¾»¤¡¢¿êɩ¨ÝNJ·ÊͺwÄÑǖ©Ƙύʦřϓƒ½¤¯؈MȠتļľ¨\\njÑƌġǚlêÊòh¸hɚŕ¶ÁÔYʀő¦¯äÌe՛ऻǤíEÄhJ}¶ÖƗŴģ¨×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êŗǤŴȾÓƘÃzg`Ò¦ĈėİɕŘĿĄV°żĀÚâþDdDÊŽϒ˘ùsƸ̅ņဌ˸̾ɜʆμŻ˕¼ʹ̿٤øԖ»ӂSN¶ÐKêoexIê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Ï@³RlÓì©Ģ¼XýіȾӨɒƠʀȿ·ͅľЅƱ͓Ƈ½"],encodeOffsets:[[52499,25198]]},properties:{name:"Qatar",childNum:1}},{geometry:{type:"Polygon",coordinates:["@@ĘēŒ¯˲©MÎĦiˢĨƲbƐ£ŚġůΕёï Ǿǡ³ʱধ̧~˳Ǹϫ˵ŮܷƇ˱ᓝƐ§ĨƈŊ˗ƈaVNjƾºĘÆlæM^Yáŧ²ū}ųīěgƷŀɯħäƍCvP¶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ĞdG¬ŏ|ƃȿǃ]܁ɖÉZȩHǏNħfǝĮۛȸɅˇҋˉɷнńʼnÞǭ¤ÈÚWºo{șȷʍէɭŵUȇŸ֝dȽĈҗñΉpƳĞijJýI_»G¥ÄǭŒēˬ९¢ƋƤëXÝU˵w¯J¡ŷàѼ¹[ēű͙M̛Ɵ×DMÇUDZƷûßc¹ԍŇ·DžTƻ×cĕá£ŷ`mÁÏ}ďyVqpWáǕυ
µÏgĿñ«mķC©FȷċÿRבВ¤ǶгɷߕĮȱϐ֕ƬͅҊӳȂԃďɣƑࡷXßǼˇX²ȈͣĒʋġqȥοƝᅁᐴିوÁňȞMƶʠ୳̑ǻǏ٥ȹċƅбŎϝƟčɔˮЛíԛƪƧljɕ͒ƳĵމNþ͘ϕצұţৣȐ٩ȓ§Ʒᖭ̓͛ʃՃᒁοוÔɃͭҲĉʱÝ}ƃϰ¹ȇࢇɯʟȄ˵߷κʁࣺ˛ƓϵϓƑѣa̭ƞȷɥʏõÏņӍØѱ̴ѧxͭǝαƨѧڱν࢙ήñЍΑъکψ٣@̏ȒܿȟƱƠ̵èҟσػǥƥșוȩŒֹΣÏՉѪɵiґ։ñˣȖǻˡ́ͣͼƯȒЯDŽÂּăږ͵caŵ׆ɥҡɁǃȱܓ̍ƛĄÈųƭʿեԌͳžҡƺˢƷ܋ठځէЇêӋѾˍàǽĊӗǺG|þȬkpţȁKƵŪõfŇÓviSáʼnáþ¡tř\\ƩȏñĉkyōJÅnknVYƅ¾ÅϿŨõ¼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¬SpɏĨ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ÁoEŧòʓēƿÞ¿̓ƛßʵ]ʍǴóĽĵîcȢɊǤÆЌ͊˨Ⱦ¬Ėœΰͪ¬X¶EA"],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Ĺªܣɺધड़ۃƿƳsWwW
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ʼnkŦի˯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ϧːӺʭ"],["@@ȕÿĥÈȜļĠă"],["@@͞Çɦ̳ӱĘȽŶ§ǢljVĺΈƵ"],["@@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¤UG¾ĒĴ^Þ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¹^§ErŐÊŀƈĝĊ`ø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³»ĕũɃőıAMWQBqèŻR¥ ¨U¤uGÅQ×Pć¡·U¡̃ȏĪmuĕsyoQÄ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ǷŷйǭaJàĿoĹ̿ŇÞÕÏãPZć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̎ʈζĴŚņô ZGьȇ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̸ǤĠ¶ì¨ÂhbvFà^ĸIŢƎÅĚk¨pĊđŮȑńơĘįʾȥÜƉ³ȉ_ljNȣÎƳȒʱĐÉƴ±Ú¥MƃȊʼnfCÏ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}åÇ·ly§
ù¬ʩৢÀʢlj֞Ǭk\\yWCȔ± ũɜØÀ§ê«ΈƮЀqłZШ~êdƊWJ©{ƗǖɕğĩĘȹȌÉɄĶ҆ǗèܟȌǹȑŹ_TċÒÑʻr÷E±ΗćăPuløÌb[ÁX©`ĽtćQƟ˅šȧȧ˧œŰćʂŲڂ}pÃAćsÏIb®ɄÝŘѧĬˋ̅ǟŵ]²ķGč¿çÍœnƏǏ_őÑÇkó~ĝ]黵¥Qí¨ȁƔ£RuK}Ua[]Y·TSʁķó£]©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ƥȢĦʤˉ¯¹ʪÉCuDž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üǀhvFÂ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³ĒãłHNjP¯ǍϪַ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¤ïcKIJĜàl¨Tx¢vDȴȵۄĄʐǡƶæ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ȸDzrNs͒è
²ϖǥ̵̰Ϫǝƈ̃А˫õëăęíéó·{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ŽĖƺíưŊ"],["@@|SwÌǷͯΏɷ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®iqÄÚÞ¾ÒhÆ°µæĕØķĂ·¸ĩƸpƠê~HüϹʺIJeV©éġƄYƜO²oÞțɜɛǖ˃˔ēȸÏĀ¹Ü˿Ʉwú¶ĶDռHtĄ°ÀWæêfzFǔ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")
|
||
})}); |