@nocobase/plugin-data-visualization-echarts 2.1.0-beta.9 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client-v2.d.ts +2 -0
- package/client-v2.js +1 -0
- package/dist/client/index.js +1 -1
- package/dist/client-v2/echarts/ReactEChart.d.ts +11 -0
- package/dist/client-v2/echarts/bar.d.ts +14 -0
- package/dist/client-v2/echarts/column.d.ts +22 -0
- package/dist/client-v2/echarts/configs.d.ts +322 -0
- package/dist/client-v2/echarts/diverging-bar.d.ts +15 -0
- package/dist/client-v2/echarts/echart.d.ts +56 -0
- package/dist/client-v2/echarts/funnel.d.ts +38 -0
- package/dist/client-v2/echarts/index.d.ts +13 -0
- package/dist/client-v2/echarts/line.d.ts +14 -0
- package/dist/client-v2/echarts/pie.d.ts +15 -0
- package/dist/client-v2/echarts/radar.d.ts +29 -0
- package/dist/client-v2/echarts/themes/dark/chalk.d.ts +363 -0
- package/dist/client-v2/echarts/themes/dark/dark.d.ts +363 -0
- package/dist/client-v2/echarts/themes/dark/halloween.d.ts +370 -0
- package/dist/client-v2/echarts/themes/dark/purple-passion.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/essos.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/infographic.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/macarons.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/roma.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/shine.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/vintage.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/walden.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/westeros.d.ts +363 -0
- package/dist/client-v2/echarts/themes/light/wonderland.d.ts +363 -0
- package/dist/client-v2/echarts/transform.d.ts +9 -0
- package/dist/client-v2/echarts/treemap.d.ts +26 -0
- package/dist/client-v2/echarts/wordcloud.d.ts +24 -0
- package/dist/client-v2/index.d.ts +15 -0
- package/dist/client-v2/index.js +10 -0
- package/dist/client-v2/locale.d.ts +12 -0
- package/dist/externalVersion.js +5 -4
- package/package.json +5 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file is part of the NocoBase (R) project.
|
|
3
|
+
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
4
|
+
* Authors: NocoBase Team.
|
|
5
|
+
*
|
|
6
|
+
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
|
+
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("react"),require("lodash"),require("@nocobase/plugin-data-visualization/client-v2"),require("@nocobase/client-v2")):"function"==typeof define&&define.amd?define("@nocobase/plugin-data-visualization-echarts/client-v2",["react","lodash","@nocobase/plugin-data-visualization/client-v2","@nocobase/client-v2"],e):"object"==typeof exports?exports["@nocobase/plugin-data-visualization-echarts/client-v2"]=e(require("react"),require("lodash"),require("@nocobase/plugin-data-visualization/client-v2"),require("@nocobase/client-v2")):t["@nocobase/plugin-data-visualization-echarts/client-v2"]=e(t.react,t.lodash,t["@nocobase/plugin-data-visualization/client-v2"],t["@nocobase/client-v2"])}(self,function(t,e,n,i){return function(){"use strict";var r={558:function(t){t.exports=function t(e,n){if(e===n)return!0;if(e&&n&&"object"==typeof e&&"object"==typeof n){if(e.constructor!==n.constructor)return!1;if(Array.isArray(e)){if((i=e.length)!=n.length)return!1;for(r=i;0!=r--;)if(!t(e[r],n[r]))return!1;return!0}if(e.constructor===RegExp)return e.source===n.source&&e.flags===n.flags;if(e.valueOf!==Object.prototype.valueOf)return e.valueOf()===n.valueOf();if(e.toString!==Object.prototype.toString)return e.toString()===n.toString();if((i=(o=Object.keys(e)).length)!==Object.keys(n).length)return!1;for(r=i;0!=r--;)if(!Object.prototype.hasOwnProperty.call(n,o[r]))return!1;for(r=i;0!=r--;){var i,r,o,a=o[r];if(!t(e[a],n[a]))return!1}return!0}return e!=e&&n!=n}},184:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.SizeSensorId=e.SensorTabIndex=e.SensorClassName=void 0,e.SizeSensorId="size-sensor-id",e.SensorClassName="size-sensor-object",e.SensorTabIndex="-1"},971:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,e.default=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:60,n=null;return function(){for(var i=this,r=arguments.length,o=Array(r),a=0;a<r;a++)o[a]=arguments[a];clearTimeout(n),n=setTimeout(function(){t.apply(i,o)},e)}}},101:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=1;e.default=function(){return"".concat(n++)}},126:function(t,e,n){e.clear=e.bind=void 0;var i=n(452);e.bind=function(t,e){var n=(0,i.getSensor)(t);return n.bind(e),function(){n.unbind(e)}},e.clear=function(t){var e=(0,i.getSensor)(t);(0,i.removeSensor)(e)}},452:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.removeSensor=e.getSensor=e.Sensors=void 0;var i,r=(i=n(101))&&i.__esModule?i:{default:i},o=n(378),a=n(184),s={};function l(t){t&&s[t]&&delete s[t]}e.Sensors=s,e.getSensor=function(t){var e=t.getAttribute(a.SizeSensorId);if(e&&s[e])return s[e];var n=(0,r.default)();t.setAttribute(a.SizeSensorId,n);var i=(0,o.createSensor)(t,function(){return l(n)});return s[n]=i,i},e.removeSensor=function(t){var e=t.element.getAttribute(a.SizeSensorId);t.destroy(),l(e)}},378:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i=n(15),r=n(206);e.createSensor="u">typeof ResizeObserver?r.createSensor:i.createSensor},15:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i,r=(i=n(971))&&i.__esModule?i:{default:i},o=n(184);e.createSensor=function(t,e){var n=void 0,i=[],a=function(){"static"===getComputedStyle(t).position&&(t.style.position="relative");var e=document.createElement("object");return e.onload=function(){e.contentDocument.defaultView.addEventListener("resize",s),s()},e.style.display="block",e.style.position="absolute",e.style.top="0",e.style.left="0",e.style.height="100%",e.style.width="100%",e.style.overflow="hidden",e.style.pointerEvents="none",e.style.zIndex="-1",e.style.opacity="0",e.setAttribute("class",o.SensorClassName),e.setAttribute("tabindex",o.SensorTabIndex),e.type="text/html",t.appendChild(e),e.data="about:blank",e},s=(0,r.default)(function(){i.forEach(function(e){e(t)})}),l=function(){n&&n.parentNode&&(n.contentDocument&&n.contentDocument.defaultView.removeEventListener("resize",s),n.parentNode.removeChild(n),t.removeAttribute(o.SizeSensorId),n=void 0,i=[],e&&e())};return{element:t,bind:function(t){n||(n=a()),-1===i.indexOf(t)&&i.push(t)},destroy:l,unbind:function(t){var e=i.indexOf(t);-1!==e&&i.splice(e,1),0===i.length&&n&&l()}}}},206:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i,r=n(184),o=(i=n(971))&&i.__esModule?i:{default:i};e.createSensor=function(t,e){var n=void 0,i=[],a=(0,o.default)(function(){i.forEach(function(e){e(t)})}),s=function(){var e=new ResizeObserver(a);return e.observe(t),a(),e},l=function(){n.disconnect(),i=[],n=void 0,t.removeAttribute(r.SizeSensorId),e&&e()};return{element:t,bind:function(t){n||(n=s()),-1===i.indexOf(t)&&i.push(t)},destroy:l,unbind:function(t){var e=i.indexOf(t);-1!==e&&i.splice(e,1),0===i.length&&n&&l()}}}},485:function(t){t.exports=i},417:function(t){t.exports=n},773:function(t){t.exports=e},155:function(e){e.exports=t}},o={};function a(t){var e=o[t];if(void 0!==e)return e.exports;var n=o[t]={exports:{}};return r[t](n,n.exports,a),n.exports}a.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(e,{a:e}),e},a.d=function(t,e){for(var n in e)a.o(e,n)&&!a.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.r=function(t){"u">typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},a.g.importScripts&&(s=a.g.location+"");var s,l=a.g.document;if(!s&&l&&(l.currentScript&&"SCRIPT"===l.currentScript.tagName.toUpperCase()&&(s=l.currentScript.src),!s)){var u=l.getElementsByTagName("script");if(u.length)for(var c=u.length-1;c>-1&&(!s||!/^http(s?):/.test(s));)s=u[c--].src}if(!s)throw Error("Automatic publicPath is not supported in this browser");a.p=s.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/");var h={};return!function(){var t="",e="u">typeof document?document.currentScript:null;if(e&&e.src&&(t=e.src.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/")),!t){var n=window.__webpack_public_path__||"";n&&("/"!==n.charAt(n.length-1)&&(n+="/"),t=n+"static/plugins/@nocobase/plugin-data-visualization-echarts/dist/client-v2/")}if(!t){var i=window.__nocobase_modern_client_prefix__||"v",r="/"+(i=String(i).replace(/^\/+|\/+$/g,"")||"v")+"/";if(!(t=window.__nocobase_public_path__||"")&&window.location&&window.location.pathname){var o=window.location.pathname||"/",s=o.indexOf(r);t=s>=0?o.slice(0,s+1):"/"}t&&(t=t.replace(RegExp("/"+i+"/?$"),"/")),t||(t="/"),"/"!==t.charAt(t.length-1)&&(t+="/"),t+="static/plugins/@nocobase/plugin-data-visualization-echarts/dist/client-v2/"}a.p=t}(),!function(){a.r(h),a.d(h,{PluginDataVisualizationEChartsClient:function(){return NZ},default:function(){return Nq}});var t,e,n,i,r,o,s,l,u,c,d,p,f,g,y,m,v,x,b,_,S,w,M,C,I,T,A,D,k,L,P,O,R,N,z,E,B,V,F,W,G,H,j,X,Y,U,Z,q,K,$,J,Q,tt,te,tn,ti,tr={};a.r(tr),a.d(tr,{HashMap:function(){return eI},RADIAN_TO_DEGREE:function(){return eO},assert:function(){return ex},bind:function(){return t8},clone:function(){return tU},concatArray:function(){return eA},createCanvas:function(){return tJ},createHashMap:function(){return eT},createObject:function(){return eD},curry:function(){return et},defaults:function(){return t$},disableUserSelect:function(){return ek},each:function(){return t3},eqNaN:function(){return ep},extend:function(){return tK},filter:function(){return t9},find:function(){return t6},guid:function(){return tX},hasOwn:function(){return eL},indexOf:function(){return tQ},inherits:function(){return t0},isArray:function(){return ee},isArrayLike:function(){return t2},isBuiltInObject:function(){return es},isDom:function(){return eu},isFunction:function(){return en},isGradientObject:function(){return ec},isImagePatternObject:function(){return eh},isNumber:function(){return eo},isObject:function(){return ea},isPrimitive:function(){return ew},isRegExp:function(){return ed},isString:function(){return ei},isStringSafe:function(){return er},isTypedArray:function(){return el},keys:function(){return t7},logError:function(){return tY},map:function(){return t5},merge:function(){return tZ},mergeAll:function(){return tq},mixin:function(){return t1},noop:function(){return eP},normalizeCssArray:function(){return ev},reduce:function(){return t4},retrieve:function(){return ef},retrieve2:function(){return eg},retrieve3:function(){return ey},setAsPrimitive:function(){return eS},slice:function(){return em},trim:function(){return eb}});var to={};a.r(to),a.d(to,{add:function(){return eF},applyTransform:function(){return e5},clone:function(){return eB},copy:function(){return eE},create:function(){return ez},dist:function(){return eQ},distSquare:function(){return e1},distance:function(){return eJ},distanceSquare:function(){return e0},div:function(){return eZ},dot:function(){return eq},len:function(){return eH},lenSquare:function(){return eX},length:function(){return ej},lengthSquare:function(){return eY},lerp:function(){return e3},max:function(){return e9},min:function(){return e4},mul:function(){return eU},negate:function(){return e2},normalize:function(){return e$},scale:function(){return eK},scaleAndAdd:function(){return eW},set:function(){return eV},sub:function(){return eG}});var ta={};a.r(ta),a.d(ta,{clone:function(){return nL},copy:function(){return nC},create:function(){return nw},identity:function(){return nM},invert:function(){return nk},mul:function(){return nI},rotate:function(){return nA},scale:function(){return nD},translate:function(){return nT}});var ts={};a.r(ts),a.d(ts,{fastLerp:function(){return iF},fastMapToColor:function(){return iW},lerp:function(){return iG},lift:function(){return iB},liftColor:function(){return iK},lum:function(){return iU},mapToColor:function(){return iH},modifyAlpha:function(){return iX},modifyHSL:function(){return ij},parse:function(){return iz},random:function(){return iZ},stringify:function(){return iY},toHex:function(){return iV}});var tl={};a.r(tl),a.d(tl,{dispose:function(){return on},disposeAll:function(){return oi},getElementSSRData:function(){return oa},getInstance:function(){return or},init:function(){return oe},registerPainter:function(){return oo},registerSSRDataGetter:function(){return os},version:function(){return ol}});var tu={};a.r(tu),a.d(tu,{Arc:function(){return dJ},BezierCurve:function(){return dq},BoundingRect:function(){return nW},Circle:function(){return dp},CompoundPath:function(){return dQ},Ellipse:function(){return dy},Group:function(){return r6},Image:function(){return sp},IncrementalDisplayable:function(){return d8},Line:function(){return dj},LinearGradient:function(){return d1},OrientedBoundingRect:function(){return d6},Path:function(){return ss},Point:function(){return nP},Polygon:function(){return dE},Polyline:function(){return dF},RadialGradient:function(){return d2},Rect:function(){return s_},Ring:function(){return dO},Sector:function(){return dk},Text:function(){return sE},applyTransform:function(){return pm},clipPointsByRect:function(){return pb},clipRectByRect:function(){return p_},createIcon:function(){return pS},extendPath:function(){return po},extendShape:function(){return pi},getShapeClass:function(){return ps},getTransform:function(){return py},groupTransition:function(){return px},initProps:function(){return lw},isElementRemoved:function(){return lM},lineLineIntersect:function(){return pM},linePolygonIntersect:function(){return pw},makeImage:function(){return pu},makePath:function(){return pl},mergePath:function(){return ph},registerShape:function(){return pa},removeElement:function(){return lC},removeElementWithFadeOut:function(){return lT},resizePath:function(){return pd},setTooltipConfig:function(){return pC},subPixelOptimize:function(){return pg},subPixelOptimizeLine:function(){return pp},subPixelOptimizeRect:function(){return pf},transformDirection:function(){return pv},traverseElements:function(){return pT},updateProps:function(){return lS}});var tc={};a.r(tc),a.d(tc,{createDimensions:function(){return yr},createList:function(){return me},createScale:function(){return mi},createSymbol:function(){return fC},createTextStyle:function(){return mo},dataStack:function(){return mn},enableHoverEmphasis:function(){return lu},getECData:function(){return sB},getLayoutRect:function(){return uB},mixinAxisModelCommonMethods:function(){return mr}});var th={};a.r(th),a.d(th,{MAX_SAFE_INTEGER:function(){return ov},asc:function(){return od},getPercentWithPrecision:function(){return oy},getPixelPrecision:function(){return og},getPrecision:function(){return op},getPrecisionSafe:function(){return of},isNumeric:function(){return oD},isRadianAroundZero:function(){return ob},linearMap:function(){return ou},nice:function(){return oC},numericToNumber:function(){return oA},parseDate:function(){return oS},quantile:function(){return oI},quantity:function(){return ow},quantityExponent:function(){return oM},reformIntervals:function(){return oT},remRadian:function(){return ox},round:function(){return oh}});var td={};a.r(td),a.d(td,{format:function(){return ua},parse:function(){return oS}});var tp={};a.r(tp),a.d(tp,{Arc:function(){return dJ},BezierCurve:function(){return dq},BoundingRect:function(){return nW},Circle:function(){return dp},CompoundPath:function(){return dQ},Ellipse:function(){return dy},Group:function(){return r6},Image:function(){return sp},IncrementalDisplayable:function(){return d8},Line:function(){return dj},LinearGradient:function(){return d1},Polygon:function(){return dE},Polyline:function(){return dF},RadialGradient:function(){return d2},Rect:function(){return s_},Ring:function(){return dO},Sector:function(){return dk},Text:function(){return sE},clipPointsByRect:function(){return pb},clipRectByRect:function(){return p_},createIcon:function(){return pS},extendPath:function(){return po},extendShape:function(){return pi},getShapeClass:function(){return ps},getTransform:function(){return py},initProps:function(){return lw},makeImage:function(){return pu},makePath:function(){return pl},mergePath:function(){return ph},registerShape:function(){return pa},resizePath:function(){return pd},updateProps:function(){return lS}});var tf={};a.r(tf),a.d(tf,{addCommas:function(){return uS},capitalFirst:function(){return uL},encodeHTML:function(){return nu},formatTime:function(){return uk},formatTpl:function(){return uA},getTextRect:function(){return mx},getTooltipMarker:function(){return uD},normalizeCssArray:function(){return uM},toCamelCase:function(){return uw},truncateText:function(){return al}});var tg={};a.r(tg),a.d(tg,{bind:function(){return t8},clone:function(){return tU},curry:function(){return et},defaults:function(){return t$},each:function(){return t3},extend:function(){return tK},filter:function(){return t9},indexOf:function(){return tQ},inherits:function(){return t0},isArray:function(){return ee},isFunction:function(){return en},isObject:function(){return ea},isString:function(){return ei},map:function(){return t5},merge:function(){return tZ},reduce:function(){return t4}});var ty={};a.r(ty),a.d(ty,{Axis:function(){return mk},ChartView:function(){return pz},ComponentModel:function(){return uZ},ComponentView:function(){return hQ},List:function(){return yi},Model:function(){return l1},PRIORITY:function(){return f5},SeriesModel:function(){return h$},color:function(){return ts},connect:function(){return g_},dataTool:function(){return gX},dependencies:function(){return f3},disConnect:function(){return gw},disconnect:function(){return gS},dispose:function(){return gM},env:function(){return tT},extendChartView:function(){return mR},extendComponentModel:function(){return mL},extendComponentView:function(){return mP},extendSeriesModel:function(){return mO},format:function(){return tf},getCoordinateSystemDimensions:function(){return gN},getInstanceByDom:function(){return gC},getInstanceById:function(){return gI},getMap:function(){return gH},graphic:function(){return tp},helper:function(){return tc},init:function(){return gb},innerDrawElementOnCanvas:function(){return fU},matrix:function(){return ta},number:function(){return th},parseGeoJSON:function(){return mv},parseGeoJson:function(){return mv},registerAction:function(){return gO},registerCoordinateSystem:function(){return gR},registerLayout:function(){return gz},registerLoading:function(){return gF},registerLocale:function(){return l7},registerMap:function(){return gG},registerPostInit:function(){return gk},registerPostUpdate:function(){return gL},registerPreprocessor:function(){return gA},registerProcessor:function(){return gD},registerTheme:function(){return gT},registerTransform:function(){return gj},registerUpdateLifecycle:function(){return gP},registerVisual:function(){return gE},setCanvasCreator:function(){return gW},setPlatformAPI:function(){return tP},throttle:function(){return pF},time:function(){return td},use:function(){return gZ},util:function(){return tg},vector:function(){return to},version:function(){return f2},zrUtil:function(){return tr},zrender:function(){return tl}});var tm=a(485),tv=a(155),tx=a.n(tv),tb=function(t,e){return(tb=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};function t_(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}tb(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var tS=function(){return(tS=Object.assign||function(t){for(var e,n=1,i=arguments.length;n<i;n++)for(var r in e=arguments[n])Object.prototype.hasOwnProperty.call(e,r)&&(t[r]=e[r]);return t}).apply(this,arguments)},tw=function(t,e){return(tw=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};function tM(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}tw(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var tC=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},tI=new function(){this.browser=new tC,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="u">typeof window};"object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?(tI.wxa=!0,tI.touchEventsSupported=!0):"u"<typeof document&&"u">typeof self?tI.worker=!0:!tI.hasGlobalWindow||"Deno"in window?(tI.node=!0,tI.svgSupported=!0):(t=navigator.userAgent,n=(e=tI).browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),s=/micromessenger/i.test(t),i&&(n.firefox=!0,n.version=i[1]),r&&(n.ie=!0,n.version=r[1]),o&&(n.edge=!0,n.version=o[1],n.newEdge=+o[1].split(".")[0]>18),s&&(n.weChat=!0),e.svgSupported="u">typeof SVGRect,e.touchEventsSupported="ontouchstart"in window&&!n.ie&&!n.edge,e.pointerEventsSupported="onpointerdown"in window&&(n.edge||n.ie&&+n.version>=11),e.domSupported="u">typeof document,l=document.documentElement.style,e.transform3dSupported=(n.ie&&"transition"in l||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in l)&&!("OTransition"in l),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9);var tT=tI,tA="sans-serif",tD="12px "+tA,tk=function(t){var e={};if("u"<typeof JSON)return e;for(var n=0;n<t.length;n++){var i=String.fromCharCode(n+32),r=(t.charCodeAt(n)-20)/100;e[i]=r}return e}("007LLmW'55;N0500LLLLLLLLLL00NNNLzWW\\\\WQb\\0FWLg\\bWb\\WQ\\WrWWQ000CL5LLFLL0LL**F*gLLLL5F0LF\\FFF5.5N"),tL={createCanvas:function(){return"u">typeof document&&document.createElement("canvas")},measureText:function(t,e){if(!u){var n=tL.createCanvas();u=n&&n.getContext("2d")}if(u)return c!==e&&(c=u.font=e||tD),u.measureText(t);t=t||"",e=e||tD;var i=/((?:\d+)?\.?\d*)px/.exec(e),r=i&&+i[1]||12,o=0;if(e.indexOf("mono")>=0)o=r*t.length;else for(var a=0;a<t.length;a++){var s=tk[t[a]];o+=null==s?r:s*r}return{width:o}},loadImage:function(t,e,n){var i=new Image;return i.onload=e,i.onerror=n,i.src=t,i}};function tP(t){for(var e in tL)t[e]&&(tL[e]=t[e])}var tO=t4(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(t,e){return t["[object "+e+"]"]=!0,t},{}),tR=t4(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(t,e){return t["[object "+e+"Array]"]=!0,t},{}),tN=Object.prototype.toString,tz=Array.prototype,tE=tz.forEach,tB=tz.filter,tV=tz.slice,tF=tz.map,tW=(function(){}).constructor,tG=tW?tW.prototype:null,tH="__proto__",tj=2311;function tX(){return tj++}function tY(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];"u">typeof console&&console.error.apply(console,t)}function tU(t){if(null==t||"object"!=typeof t)return t;var e=t,n=tN.call(t);if("[object Array]"===n){if(!t[e_]){e=[];for(var i=0,r=t.length;i<r;i++)e[i]=tU(t[i])}}else if(tR[n]){if(!t[e_]){var o=t.constructor;if(o.from)e=o.from(t);else{e=new o(t.length);for(var i=0,r=t.length;i<r;i++)e[i]=t[i]}}}else if(!tO[n]&&!t[e_]&&!eu(t))for(var a in e={},t)t.hasOwnProperty(a)&&a!==tH&&(e[a]=tU(t[a]));return e}function tZ(t,e,n){if(!ea(e)||!ea(t))return n?tU(e):t;for(var i in e)if(e.hasOwnProperty(i)&&i!==tH){var r=t[i],o=e[i];!(ea(o)&&ea(r))||ee(o)||ee(r)||eu(o)||eu(r)||es(o)||es(r)||o[e_]||r[e_]?!n&&i in t||(t[i]=tU(e[i])):tZ(r,o,n)}return t}function tq(t,e){for(var n=t[0],i=1,r=t.length;i<r;i++)n=tZ(n,t[i],e);return n}function tK(t,e){if(Object.assign)Object.assign(t,e);else for(var n in e)e.hasOwnProperty(n)&&n!==tH&&(t[n]=e[n]);return t}function t$(t,e,n){for(var i=t7(e),r=0,o=i.length;r<o;r++){var a=i[r];(n?null!=e[a]:null==t[a])&&(t[a]=e[a])}return t}var tJ=tL.createCanvas;function tQ(t,e){if(t){if(t.indexOf)return t.indexOf(e);for(var n=0,i=t.length;n<i;n++)if(t[n]===e)return n}return -1}function t0(t,e){var n=t.prototype;function i(){}for(var r in i.prototype=e.prototype,t.prototype=new i,n)n.hasOwnProperty(r)&&(t.prototype[r]=n[r]);t.prototype.constructor=t,t.superClass=e}function t1(t,e,n){if(t="prototype"in t?t.prototype:t,e="prototype"in e?e.prototype:e,Object.getOwnPropertyNames)for(var i=Object.getOwnPropertyNames(e),r=0;r<i.length;r++){var o=i[r];"constructor"!==o&&(n?null!=e[o]:null==t[o])&&(t[o]=e[o])}else t$(t,e,n)}function t2(t){return!!t&&"string"!=typeof t&&"number"==typeof t.length}function t3(t,e,n){if(t&&e)if(t.forEach&&t.forEach===tE)t.forEach(e,n);else if(t.length===+t.length)for(var i=0,r=t.length;i<r;i++)e.call(n,t[i],i,t);else for(var o in t)t.hasOwnProperty(o)&&e.call(n,t[o],o,t)}function t5(t,e,n){if(!t)return[];if(!e)return em(t);if(t.map&&t.map===tF)return t.map(e,n);for(var i=[],r=0,o=t.length;r<o;r++)i.push(e.call(n,t[r],r,t));return i}function t4(t,e,n,i){if(t&&e){for(var r=0,o=t.length;r<o;r++)n=e.call(i,n,t[r],r,t);return n}}function t9(t,e,n){if(!t)return[];if(!e)return em(t);if(t.filter&&t.filter===tB)return t.filter(e,n);for(var i=[],r=0,o=t.length;r<o;r++)e.call(n,t[r],r,t)&&i.push(t[r]);return i}function t6(t,e,n){if(t&&e){for(var i=0,r=t.length;i<r;i++)if(e.call(n,t[i],i,t))return t[i]}}function t7(t){if(!t)return[];if(Object.keys)return Object.keys(t);var e=[];for(var n in t)t.hasOwnProperty(n)&&e.push(n);return e}var t8=tG&&en(tG.bind)?tG.call.bind(tG.bind):function(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return function(){return t.apply(e,n.concat(tV.call(arguments)))}};function et(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return function(){return t.apply(this,e.concat(tV.call(arguments)))}}function ee(t){return Array.isArray?Array.isArray(t):"[object Array]"===tN.call(t)}function en(t){return"function"==typeof t}function ei(t){return"string"==typeof t}function er(t){return"[object String]"===tN.call(t)}function eo(t){return"number"==typeof t}function ea(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function es(t){return!!tO[tN.call(t)]}function el(t){return!!tR[tN.call(t)]}function eu(t){return"object"==typeof t&&"number"==typeof t.nodeType&&"object"==typeof t.ownerDocument}function ec(t){return null!=t.colorStops}function eh(t){return null!=t.image}function ed(t){return"[object RegExp]"===tN.call(t)}function ep(t){return t!=t}function ef(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];for(var n=0,i=t.length;n<i;n++)if(null!=t[n])return t[n]}function eg(t,e){return null!=t?t:e}function ey(t,e,n){return null!=t?t:null!=e?e:n}function em(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return tV.apply(t,e)}function ev(t){if("number"==typeof t)return[t,t,t,t];var e=t.length;return 2===e?[t[0],t[1],t[0],t[1]]:3===e?[t[0],t[1],t[2],t[1]]:t}function ex(t,e){if(!t)throw Error(e)}function eb(t){return null==t?null:"function"==typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var e_="__ec_primitive__";function eS(t){t[e_]=!0}function ew(t){return t[e_]}var eM=function(){function t(){this.data={}}return t.prototype.delete=function(t){var e=this.has(t);return e&&delete this.data[t],e},t.prototype.has=function(t){return this.data.hasOwnProperty(t)},t.prototype.get=function(t){return this.data[t]},t.prototype.set=function(t,e){return this.data[t]=e,this},t.prototype.keys=function(){return t7(this.data)},t.prototype.forEach=function(t){var e=this.data;for(var n in e)e.hasOwnProperty(n)&&t(e[n],n)},t}(),eC="function"==typeof Map,eI=function(){function t(e){var n=ee(e);this.data=eC?new Map:new eM;var i=this;function r(t,e){n?i.set(t,e):i.set(e,t)}e instanceof t?e.each(r):e&&t3(e,r)}return t.prototype.hasKey=function(t){return this.data.has(t)},t.prototype.get=function(t){return this.data.get(t)},t.prototype.set=function(t,e){return this.data.set(t,e),e},t.prototype.each=function(t,e){this.data.forEach(function(n,i){t.call(e,n,i)})},t.prototype.keys=function(){var t=this.data.keys();return eC?Array.from(t):t},t.prototype.removeKey=function(t){this.data.delete(t)},t}();function eT(t){return new eI(t)}function eA(t,e){for(var n=new t.constructor(t.length+e.length),i=0;i<t.length;i++)n[i]=t[i];for(var r=t.length,i=0;i<e.length;i++)n[i+r]=e[i];return n}function eD(t,e){var n;if(Object.create)n=Object.create(t);else{var i=function(){};i.prototype=t,n=new i}return e&&tK(n,e),n}function ek(t){var e=t.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function eL(t,e){return t.hasOwnProperty(e)}function eP(){}var eO=180/Math.PI,eR=function(t,e){return(eR=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])})(t,e)};function eN(t,e){if("function"!=typeof e&&null!==e)throw TypeError("Class extends value "+String(e)+" is not a constructor or null");function n(){this.constructor=t}eR(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function ez(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function eE(t,e){return t[0]=e[0],t[1]=e[1],t}function eB(t){return[t[0],t[1]]}function eV(t,e,n){return t[0]=e,t[1]=n,t}function eF(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function eW(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t}function eG(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function eH(t){return Math.sqrt(eX(t))}var ej=eH;function eX(t){return t[0]*t[0]+t[1]*t[1]}var eY=eX;function eU(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t}function eZ(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t}function eq(t,e){return t[0]*e[0]+t[1]*e[1]}function eK(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function e$(t,e){var n=eH(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function eJ(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var eQ=eJ;function e0(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var e1=e0;function e2(t,e){return t[0]=-e[0],t[1]=-e[1],t}function e3(t,e,n,i){return t[0]=e[0]+i*(n[0]-e[0]),t[1]=e[1]+i*(n[1]-e[1]),t}function e5(t,e,n){var i=e[0],r=e[1];return t[0]=n[0]*i+n[2]*r+n[4],t[1]=n[1]*i+n[3]*r+n[5],t}function e4(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function e9(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}var e6=function(t,e){this.target=t,this.topTarget=e&&e.topTarget},e7=function(){function t(t){this.handler=t,t.on("mousedown",this._dragStart,this),t.on("mousemove",this._drag,this),t.on("mouseup",this._dragEnd,this)}return t.prototype._dragStart=function(t){for(var e=t.target;e&&!e.draggable;)e=e.parent||e.__hostTarget;e&&(this._draggingTarget=e,e.dragging=!0,this._x=t.offsetX,this._y=t.offsetY,this.handler.dispatchToElement(new e6(e,t),"dragstart",t.event))},t.prototype._drag=function(t){var e=this._draggingTarget;if(e){var n=t.offsetX,i=t.offsetY,r=n-this._x,o=i-this._y;this._x=n,this._y=i,e.drift(r,o,t),this.handler.dispatchToElement(new e6(e,t),"drag",t.event);var a=this.handler.findHover(n,i,e).target,s=this._dropTarget;this._dropTarget=a,e!==a&&(s&&a!==s&&this.handler.dispatchToElement(new e6(s,t),"dragleave",t.event),a&&a!==s&&this.handler.dispatchToElement(new e6(a,t),"dragenter",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new e6(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new e6(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},t}(),e8=function(){function t(t){t&&(this._$eventProcessor=t)}return t.prototype.on=function(t,e,n,i){this._$handlers||(this._$handlers={});var r=this._$handlers;if("function"==typeof e&&(i=n,n=e,e=null),!n||!t)return this;var o=this._$eventProcessor;null!=e&&o&&o.normalizeQuery&&(e=o.normalizeQuery(e)),r[t]||(r[t]=[]);for(var a=0;a<r[t].length;a++)if(r[t][a].h===n)return this;var s={h:n,query:e,ctx:i||this,callAtLast:n.zrEventfulCallAtLast},l=r[t].length-1,u=r[t][l];return u&&u.callAtLast?r[t].splice(l,0,s):r[t].push(s),this},t.prototype.isSilent=function(t){var e=this._$handlers;return!e||!e[t]||!e[t].length},t.prototype.off=function(t,e){var n=this._$handlers;if(!n)return this;if(!t)return this._$handlers={},this;if(e){if(n[t]){for(var i=[],r=0,o=n[t].length;r<o;r++)n[t][r].h!==e&&i.push(n[t][r]);n[t]=i}n[t]&&0===n[t].length&&delete n[t]}else delete n[t];return this},t.prototype.trigger=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],r=this._$eventProcessor;if(i)for(var o=e.length,a=i.length,s=0;s<a;s++){var l=i[s];if(!r||!r.filter||null==l.query||r.filter(t,l.query))switch(o){case 0:l.h.call(l.ctx);break;case 1:l.h.call(l.ctx,e[0]);break;case 2:l.h.call(l.ctx,e[0],e[1]);break;default:l.h.apply(l.ctx,e)}}return r&&r.afterTrigger&&r.afterTrigger(t),this},t.prototype.triggerWithContext=function(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];if(!this._$handlers)return this;var i=this._$handlers[t],r=this._$eventProcessor;if(i)for(var o=e.length,a=e[o-1],s=i.length,l=0;l<s;l++){var u=i[l];if(!r||!r.filter||null==u.query||r.filter(t,u.query))switch(o){case 0:u.h.call(a);break;case 1:u.h.call(a,e[0]);break;case 2:u.h.call(a,e[0],e[1]);break;default:u.h.apply(a,e.slice(1,o-1))}}return r&&r.afterTrigger&&r.afterTrigger(t),this},t}(),nt=Math.log(2);function ne(t,e,n,i,r,o){var a=i+"-"+r,s=t.length;if(o.hasOwnProperty(a))return o[a];if(1===e){var l=Math.round(Math.log((1<<s)-1&~r)/nt);return t[n][l]}for(var u=i|1<<n,c=n+1;i&1<<c;)c++;for(var h=0,d=0,p=0;d<s;d++){var f=1<<d;!(f&r)&&(h+=(p%2?-1:1)*t[n][d]*ne(t,e-1,c,u,r|f,o),p++)}return o[a]=h,h}function nn(t,e){var n=[[t[0],t[1],1,0,0,0,-e[0]*t[0],-e[0]*t[1]],[0,0,0,t[0],t[1],1,-e[1]*t[0],-e[1]*t[1]],[t[2],t[3],1,0,0,0,-e[2]*t[2],-e[2]*t[3]],[0,0,0,t[2],t[3],1,-e[3]*t[2],-e[3]*t[3]],[t[4],t[5],1,0,0,0,-e[4]*t[4],-e[4]*t[5]],[0,0,0,t[4],t[5],1,-e[5]*t[4],-e[5]*t[5]],[t[6],t[7],1,0,0,0,-e[6]*t[6],-e[6]*t[7]],[0,0,0,t[6],t[7],1,-e[7]*t[6],-e[7]*t[7]]],i={},r=ne(n,8,0,0,0,i);if(0!==r){for(var o=[],a=0;a<8;a++)for(var s=0;s<8;s++)null==o[s]&&(o[s]=0),o[s]+=((a+s)%2?-1:1)*ne(n,7,+(0===a),1<<a,1<<s,i)/r*e[a];return function(t,e,n){var i=e*o[6]+n*o[7]+1;t[0]=(e*o[0]+n*o[1]+o[2])/i,t[1]=(e*o[3]+n*o[4]+o[5])/i}}}var ni="___zrEVENTSAVED",nr=[];function no(t,e,n,i,r){if(e.getBoundingClientRect&&tT.domSupported&&!na(e)){var o=e[ni]||(e[ni]={}),a=function(t,e,n){for(var i=n?"invTrans":"trans",r=e[i],o=e.srcCoords,a=[],s=[],l=!0,u=0;u<4;u++){var c=t[u].getBoundingClientRect(),h=2*u,d=c.left,p=c.top;a.push(d,p),l=l&&o&&d===o[h]&&p===o[h+1],s.push(t[u].offsetLeft,t[u].offsetTop)}return l&&r?r:(e.srcCoords=a,e[i]=n?nn(s,a):nn(a,s))}(function(t,e){var n=e.markers;if(n)return n;n=e.markers=[];for(var i=["left","right"],r=["top","bottom"],o=0;o<4;o++){var a=document.createElement("div"),s=a.style,l=o%2,u=(o>>1)%2;s.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[l]+":0",r[u]+":0",i[1-l]+":auto",r[1-u]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return n}(e,o),o,r);if(a)return a(t,n,i),!0}return!1}function na(t){return"CANVAS"===t.nodeName.toUpperCase()}var ns=/([&<>"'])/g,nl={"&":"&","<":"<",">":">",'"':""","'":"'"};function nu(t){return null==t?"":(t+"").replace(ns,function(t,e){return nl[e]})}var nc=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,nh=[],nd=tT.browser.firefox&&39>+tT.browser.version.split(".")[0];function np(t,e,n,i){return n=n||{},i?nf(t,e,n):nd&&null!=e.layerX&&e.layerX!==e.offsetX?(n.zrX=e.layerX,n.zrY=e.layerY):null!=e.offsetX?(n.zrX=e.offsetX,n.zrY=e.offsetY):nf(t,e,n),n}function nf(t,e,n){if(tT.domSupported&&t.getBoundingClientRect){var i=e.clientX,r=e.clientY;if(na(t)){var o=t.getBoundingClientRect();n.zrX=i-o.left,n.zrY=r-o.top;return}if(no(nh,t,i,r)){n.zrX=nh[0],n.zrY=nh[1];return}}n.zrX=n.zrY=0}function ng(t){return t||window.event}function ny(t,e,n){if(null!=(e=ng(e)).zrX)return e;var i=e.type;if(i&&i.indexOf("touch")>=0){var r="touchend"!==i?e.targetTouches[0]:e.changedTouches[0];r&&np(t,r,e,n)}else{np(t,e,e,n);var o=function(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;return null==n||null==i?e:3*(0!==i?Math.abs(i):Math.abs(n))*(i>0?-1:i<0?1:n>0?-1:1)}(e);e.zrDelta=o?o/120:-(e.detail||0)/3}var a=e.button;return null==e.which&&void 0!==a&&nc.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function nm(t,e,n,i){t.addEventListener(e,n,i)}var nv=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function nx(t){return 2===t.which||3===t.which}var nb=function(){function t(){this._track=[]}return t.prototype.recognize=function(t,e,n){return this._doTrack(t,e,n),this._recognize(t)},t.prototype.clear=function(){return this._track.length=0,this},t.prototype._doTrack=function(t,e,n){var i=t.touches;if(i){for(var r={points:[],touches:[],target:e,event:t},o=0,a=i.length;o<a;o++){var s=i[o],l=np(n,s,{});r.points.push([l.zrX,l.zrY]),r.touches.push(s)}this._track.push(r)}},t.prototype._recognize=function(t){for(var e in nS)if(nS.hasOwnProperty(e)){var n=nS[e](this._track,t);if(n)return n}},t}();function n_(t){var e=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(e*e+n*n)}var nS={pinch:function(t,e){var n=t.length;if(n){var i=(t[n-1]||{}).points,r=(t[n-2]||{}).points||i;if(r&&r.length>1&&i&&i.length>1){var o=n_(i)/n_(r);isFinite(o)||(o=1),e.pinchScale=o;var a=[(i[0][0]+i[1][0])/2,(i[0][1]+i[1][1])/2];return e.pinchX=a[0],e.pinchY=a[1],{type:"pinch",target:t[0].target,event:e}}}}};function nw(){return[1,0,0,1,0,0]}function nM(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function nC(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4],t[5]=e[5],t}function nI(t,e,n){var i=e[0]*n[0]+e[2]*n[1],r=e[1]*n[0]+e[3]*n[1],o=e[0]*n[2]+e[2]*n[3],a=e[1]*n[2]+e[3]*n[3],s=e[0]*n[4]+e[2]*n[5]+e[4],l=e[1]*n[4]+e[3]*n[5]+e[5];return t[0]=i,t[1]=r,t[2]=o,t[3]=a,t[4]=s,t[5]=l,t}function nT(t,e,n){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t[4]=e[4]+n[0],t[5]=e[5]+n[1],t}function nA(t,e,n,i){void 0===i&&(i=[0,0]);var r=e[0],o=e[2],a=e[4],s=e[1],l=e[3],u=e[5],c=Math.sin(n),h=Math.cos(n);return t[0]=r*h+s*c,t[1]=-r*c+s*h,t[2]=o*h+l*c,t[3]=-o*c+h*l,t[4]=h*(a-i[0])+c*(u-i[1])+i[0],t[5]=h*(u-i[1])-c*(a-i[0])+i[1],t}function nD(t,e,n){var i=n[0],r=n[1];return t[0]=e[0]*i,t[1]=e[1]*r,t[2]=e[2]*i,t[3]=e[3]*r,t[4]=e[4]*i,t[5]=e[5]*r,t}function nk(t,e){var n=e[0],i=e[2],r=e[4],o=e[1],a=e[3],s=e[5],l=n*a-o*i;return l?(l=1/l,t[0]=a*l,t[1]=-o*l,t[2]=-i*l,t[3]=n*l,t[4]=(i*s-a*r)*l,t[5]=(o*r-n*s)*l,t):null}function nL(t){var e=nw();return nC(e,t),e}var nP=function(){function t(t,e){this.x=t||0,this.y=e||0}return t.prototype.copy=function(t){return this.x=t.x,this.y=t.y,this},t.prototype.clone=function(){return new t(this.x,this.y)},t.prototype.set=function(t,e){return this.x=t,this.y=e,this},t.prototype.equal=function(t){return t.x===this.x&&t.y===this.y},t.prototype.add=function(t){return this.x+=t.x,this.y+=t.y,this},t.prototype.scale=function(t){this.x*=t,this.y*=t},t.prototype.scaleAndAdd=function(t,e){this.x+=t.x*e,this.y+=t.y*e},t.prototype.sub=function(t){return this.x-=t.x,this.y-=t.y,this},t.prototype.dot=function(t){return this.x*t.x+this.y*t.y},t.prototype.len=function(){return Math.sqrt(this.x*this.x+this.y*this.y)},t.prototype.lenSquare=function(){return this.x*this.x+this.y*this.y},t.prototype.normalize=function(){var t=this.len();return this.x/=t,this.y/=t,this},t.prototype.distance=function(t){var e=this.x-t.x,n=this.y-t.y;return Math.sqrt(e*e+n*n)},t.prototype.distanceSquare=function(t){var e=this.x-t.x,n=this.y-t.y;return e*e+n*n},t.prototype.negate=function(){return this.x=-this.x,this.y=-this.y,this},t.prototype.transform=function(t){if(t){var e=this.x,n=this.y;return this.x=t[0]*e+t[2]*n+t[4],this.y=t[1]*e+t[3]*n+t[5],this}},t.prototype.toArray=function(t){return t[0]=this.x,t[1]=this.y,t},t.prototype.fromArray=function(t){this.x=t[0],this.y=t[1]},t.set=function(t,e,n){t.x=e,t.y=n},t.copy=function(t,e){t.x=e.x,t.y=e.y},t.len=function(t){return Math.sqrt(t.x*t.x+t.y*t.y)},t.lenSquare=function(t){return t.x*t.x+t.y*t.y},t.dot=function(t,e){return t.x*e.x+t.y*e.y},t.add=function(t,e,n){t.x=e.x+n.x,t.y=e.y+n.y},t.sub=function(t,e,n){t.x=e.x-n.x,t.y=e.y-n.y},t.scale=function(t,e,n){t.x=e.x*n,t.y=e.y*n},t.scaleAndAdd=function(t,e,n,i){t.x=e.x+n.x*i,t.y=e.y+n.y*i},t.lerp=function(t,e,n,i){var r=1-i;t.x=r*e.x+i*n.x,t.y=r*e.y+i*n.y},t}(),nO=Math.min,nR=Math.max,nN=new nP,nz=new nP,nE=new nP,nB=new nP,nV=new nP,nF=new nP,nW=function(){function t(t,e,n,i){n<0&&(t+=n,n=-n),i<0&&(e+=i,i=-i),this.x=t,this.y=e,this.width=n,this.height=i}return t.prototype.union=function(t){var e=nO(t.x,this.x),n=nO(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=nR(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=nR(t.y+t.height,this.y+this.height)-n:this.height=t.height,this.x=e,this.y=n},t.prototype.applyTransform=function(e){t.applyTransform(this,this,e)},t.prototype.calculateTransform=function(t){var e=t.width/this.width,n=t.height/this.height,i=nw();return nT(i,i,[-this.x,-this.y]),nD(i,i,[e,n]),nT(i,i,[t.x,t.y]),i},t.prototype.intersect=function(e,n){if(!e)return!1;e instanceof t||(e=t.create(e));var i=this.x,r=this.x+this.width,o=this.y,a=this.y+this.height,s=e.x,l=e.x+e.width,u=e.y,c=e.y+e.height,h=!(r<s||l<i||a<u||c<o);if(n){var d=1/0,p=0,f=Math.abs(r-s),g=Math.abs(l-i),y=Math.abs(a-u),m=Math.abs(c-o),v=Math.min(f,g),x=Math.min(y,m);r<s||l<i?v>p&&(p=v,f<g?nP.set(nF,-f,0):nP.set(nF,g,0)):v<d&&(d=v,f<g?nP.set(nV,f,0):nP.set(nV,-g,0)),a<u||c<o?x>p&&(p=x,y<m?nP.set(nF,0,-y):nP.set(nF,0,m)):v<d&&(d=v,y<m?nP.set(nV,0,y):nP.set(nV,0,-m))}return n&&nP.copy(n,h?nV:nF),h},t.prototype.contain=function(t,e){return t>=this.x&&t<=this.x+this.width&&e>=this.y&&e<=this.y+this.height},t.prototype.clone=function(){return new t(this.x,this.y,this.width,this.height)},t.prototype.copy=function(e){t.copy(this,e)},t.prototype.plain=function(){return{x:this.x,y:this.y,width:this.width,height:this.height}},t.prototype.isFinite=function(){return isFinite(this.x)&&isFinite(this.y)&&isFinite(this.width)&&isFinite(this.height)},t.prototype.isZero=function(){return 0===this.width||0===this.height},t.create=function(e){return new t(e.x,e.y,e.width,e.height)},t.copy=function(t,e){t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height},t.applyTransform=function(e,n,i){if(!i){e!==n&&t.copy(e,n);return}if(i[1]<1e-5&&i[1]>-1e-5&&i[2]<1e-5&&i[2]>-1e-5){var r=i[0],o=i[3],a=i[4],s=i[5];e.x=n.x*r+a,e.y=n.y*o+s,e.width=n.width*r,e.height=n.height*o,e.width<0&&(e.x+=e.width,e.width=-e.width),e.height<0&&(e.y+=e.height,e.height=-e.height);return}nN.x=nE.x=n.x,nN.y=nB.y=n.y,nz.x=nB.x=n.x+n.width,nz.y=nE.y=n.y+n.height,nN.transform(i),nB.transform(i),nz.transform(i),nE.transform(i),e.x=nO(nN.x,nz.x,nE.x,nB.x),e.y=nO(nN.y,nz.y,nE.y,nB.y);var l=nR(nN.x,nz.x,nE.x,nB.x),u=nR(nN.y,nz.y,nE.y,nB.y);e.width=l-e.x,e.height=u-e.y},t}(),nG="silent";function nH(){nv(this.event)}var nj=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return eN(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(e8),nX=function(t,e){this.x=t,this.y=e},nY=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],nU=new nW(0,0,0,0),nZ=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new nX(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new nj,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new e7(a),a}return eN(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(t3(nY,function(e){t.on&&t.on(e,this[e],this)},this),t.handler=this),this.proxy=t},e.prototype.mousemove=function(t){var e=t.zrX,n=t.zrY,i=nK(this,e,n),r=this._hovered,o=r.target;o&&!o.__zr&&(o=(r=this.findHover(r.x,r.y)).target);var a=this._hovered=i?new nX(e,n):this.findHover(e,n),s=a.target,l=this.proxy;l.setCursor&&l.setCursor(s?s.cursor:"default"),o&&s!==o&&this.dispatchToElement(r,"mouseout",t),this.dispatchToElement(a,"mousemove",t),s&&s!==o&&this.dispatchToElement(a,"mouseover",t)},e.prototype.mouseout=function(t){var e=t.zrEventControl;"only_globalout"!==e&&this.dispatchToElement(this._hovered,"mouseout",t),"no_globalout"!==e&&this.trigger("globalout",{type:"globalout",event:t})},e.prototype.resize=function(){this._hovered=new nX(0,0)},e.prototype.dispatch=function(t,e){var n=this[t];n&&n.call(this,e)},e.prototype.dispose=function(){this.proxy.dispose(),this.storage=null,this.proxy=null,this.painter=null},e.prototype.setCursorStyle=function(t){var e=this.proxy;e.setCursor&&e.setCursor(t)},e.prototype.dispatchToElement=function(t,e,n){var i=(t=t||{}).target;if(!i||!i.silent){for(var r,o="on"+e,a={type:e,event:n,target:(r=t).target,topTarget:r.topTarget,cancelBubble:!1,offsetX:n.zrX,offsetY:n.zrY,gestureEvent:n.gestureEvent,pinchX:n.pinchX,pinchY:n.pinchY,pinchScale:n.pinchScale,wheelDelta:n.zrDelta,zrByTouch:n.zrByTouch,which:n.which,stop:nH};i&&(i[o]&&(a.cancelBubble=!!i[o].call(i,a)),i.trigger(e,a),i=i.__hostTarget?i.__hostTarget:i.parent,!a.cancelBubble););!a.cancelBubble&&(this.trigger(e,a),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(t){"function"==typeof t[o]&&t[o].call(t,a),t.trigger&&t.trigger(e,a)}))}},e.prototype.findHover=function(t,e,n){var i=this.storage.getDisplayList(),r=new nX(t,e);if(nq(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new nW(t-s,e-s,a,a),u=i.length-1;u>=0;u--){var c=i[u];c===n||c.ignore||c.ignoreCoarsePointer||c.parent&&c.parent.ignoreCoarsePointer||(nU.copy(c.getBoundingRect()),c.transform&&nU.applyTransform(c.transform),nU.intersect(l)&&o.push(c))}if(o.length){for(var h=Math.PI/12,d=2*Math.PI,p=0;p<s;p+=4)for(var f=0;f<d;f+=h)if(nq(o,r,t+p*Math.cos(f),e+p*Math.sin(f),n),r.target)return r}}return r},e.prototype.processGesture=function(t,e){this._gestureMgr||(this._gestureMgr=new nb);var n=this._gestureMgr;"start"===e&&n.clear();var i=n.recognize(t,this.findHover(t.zrX,t.zrY,null).target,this.proxy.dom);if("end"===e&&n.clear(),i){var r=i.type;t.gestureEvent=r;var o=new nX;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(e8);function nq(t,e,n,i,r){for(var o=t.length-1;o>=0;o--){var a=t[o],s=void 0;if(a!==r&&!a.ignore&&(s=function(t,e,n){if(t[t.rectHover?"rectContain":"contain"](e,n)){for(var i=t,r=void 0,o=!1;i;){if(i.ignoreClip&&(o=!0),!o){var a=i.getClipPath();if(a&&!a.contain(e,n))return!1}i.silent&&(r=!0),i=i.__hostTarget||i.parent}return!r||nG}return!1}(a,n,i))&&(e.topTarget||(e.topTarget=a),s!==nG)){e.target=a;break}}}function nK(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}function n$(t,e,n,i){var r=e+1;if(r===n)return 1;if(0>i(t[r++],t[e])){for(;r<n&&0>i(t[r],t[r-1]);)r++;var o=t,a=e,s=r;for(s--;a<s;){var l=o[a];o[a++]=o[s],o[s--]=l}}else for(;r<n&&i(t[r],t[r-1])>=0;)r++;return r-e}function nJ(t,e,n,i,r){for(i===e&&i++;i<n;i++){for(var o,a=t[i],s=e,l=i;s<l;)0>r(a,t[o=s+l>>>1])?l=o:s=o+1;var u=i-s;switch(u){case 3:t[s+3]=t[s+2];case 2:t[s+2]=t[s+1];case 1:t[s+1]=t[s];break;default:for(;u>0;)t[s+u]=t[s+u-1],u--}t[s]=a}}function nQ(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])>0){for(s=i-r;l<s&&o(t,e[n+r+l])>0;)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{for(s=r+1;l<s&&0>=o(t,e[n+r-l]);)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s);var u=a;a=r-l,l=r-u}for(a++;a<l;){var c=a+(l-a>>>1);o(t,e[n+c])>0?a=c+1:l=c}return l}function n0(t,e,n,i,r,o){var a=0,s=0,l=1;if(0>o(t,e[n+r])){for(s=r+1;l<s&&0>o(t,e[n+r-l]);)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s);var u=a;a=r-l,l=r-u}else{for(s=i-r;l<s&&o(t,e[n+r+l])>=0;)a=l,(l=(l<<1)+1)<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}for(a++;a<l;){var c=a+(l-a>>>1);0>o(t,e[n+c])?l=c:a=c+1}return l}function n1(t,e,n,i){n||(n=0),i||(i=t.length);var r=i-n;if(!(r<2)){var o=0;if(r<32){o=n$(t,n,i,e),nJ(t,n,i,n+o,e);return}var a=function(t,e){var n,i,r=7,o=0,a=[];function s(s){var l=n[s],u=i[s],c=n[s+1],h=i[s+1];i[s]=u+h,s===o-3&&(n[s+1]=n[s+2],i[s+1]=i[s+2]),o--;var d=n0(t[c],t,l,u,0,e);l+=d,0==(u-=d)||0!==(h=nQ(t[l+u-1],t,c,h,h-1,e))&&(u<=h?function(n,i,o,s){var l,u,c,h=0;for(h=0;h<i;h++)a[h]=t[n+h];var d=0,p=o,f=n;if(t[f++]=t[p++],0==--s){for(h=0;h<i;h++)t[f+h]=a[d+h];return}if(1===i){for(h=0;h<s;h++)t[f+h]=t[p+h];t[f+s]=a[d];return}for(var g=r;;){l=0,u=0,c=!1;do if(0>e(t[p],a[d])){if(t[f++]=t[p++],u++,l=0,0==--s){c=!0;break}}else if(t[f++]=a[d++],l++,u=0,1==--i){c=!0;break}while((l|u)<g);if(c)break;do{if(0!==(l=n0(t[p],a,d,i,0,e))){for(h=0;h<l;h++)t[f+h]=a[d+h];if(f+=l,d+=l,(i-=l)<=1){c=!0;break}}if(t[f++]=t[p++],0==--s){c=!0;break}if(0!==(u=nQ(a[d],t,p,s,0,e))){for(h=0;h<u;h++)t[f+h]=t[p+h];if(f+=u,p+=u,0==(s-=u)){c=!0;break}}if(t[f++]=a[d++],1==--i){c=!0;break}g--}while(l>=7||u>=7);if(c)break;g<0&&(g=0),g+=2}if((r=g)<1&&(r=1),1===i){for(h=0;h<s;h++)t[f+h]=t[p+h];t[f+s]=a[d]}else if(0===i)throw Error();else for(h=0;h<i;h++)t[f+h]=a[d+h]}(l,u,c,h):function(n,i,o,s){var l=0;for(l=0;l<s;l++)a[l]=t[o+l];var u=n+i-1,c=s-1,h=o+s-1,d=0,p=0;if(t[h--]=t[u--],0==--i){for(l=0,d=h-(s-1);l<s;l++)t[d+l]=a[l];return}if(1===s){for(h-=i,u-=i,p=h+1,d=u+1,l=i-1;l>=0;l--)t[p+l]=t[d+l];t[h]=a[c];return}for(var f=r;;){var g=0,y=0,m=!1;do if(0>e(a[c],t[u])){if(t[h--]=t[u--],g++,y=0,0==--i){m=!0;break}}else if(t[h--]=a[c--],y++,g=0,1==--s){m=!0;break}while((g|y)<f);if(m)break;do{if(0!=(g=i-n0(a[c],t,n,i,i-1,e))){for(h-=g,u-=g,i-=g,p=h+1,d=u+1,l=g-1;l>=0;l--)t[p+l]=t[d+l];if(0===i){m=!0;break}}if(t[h--]=a[c--],1==--s){m=!0;break}if(0!=(y=s-nQ(t[u],a,0,s,s-1,e))){for(h-=y,c-=y,s-=y,p=h+1,d=c+1,l=0;l<y;l++)t[p+l]=a[d+l];if(s<=1){m=!0;break}}if(t[h--]=t[u--],0==--i){m=!0;break}f--}while(g>=7||y>=7);if(m)break;f<0&&(f=0),f+=2}if((r=f)<1&&(r=1),1===s){for(h-=i,u-=i,p=h+1,d=u+1,l=i-1;l>=0;l--)t[p+l]=t[d+l];t[h]=a[c]}else if(0===s)throw Error();else for(l=0,d=h-(s-1);l<s;l++)t[d+l]=a[l]}(l,u,c,h))}return n=[],i=[],{mergeRuns:function(){for(;o>1;){var t=o-2;if(t>=1&&i[t-1]<=i[t]+i[t+1]||t>=2&&i[t-2]<=i[t]+i[t-1])i[t-1]<i[t+1]&&t--;else if(i[t]>i[t+1])break;s(t)}},forceMergeRuns:function(){for(;o>1;){var t=o-2;t>0&&i[t-1]<i[t+1]&&t--,s(t)}},pushRun:function(t,e){n[o]=t,i[o]=e,o+=1}}}(t,e),s=function(t){for(var e=0;t>=32;)e|=1&t,t>>=1;return t+e}(r);do{if((o=n$(t,n,i,e))<s){var l=r;l>s&&(l=s),nJ(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}t3(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){nZ.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=nK(this,r,o);if("mouseup"===t&&a||(i=(n=this.findHover(r,o)).target),"mousedown"===t)this._downEl=i,this._downPoint=[e.zrX,e.zrY],this._upEl=i;else if("mouseup"===t)this._upEl=i;else if("click"===t){if(this._downEl!==this._upEl||!this._downPoint||eQ(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}});var n2=!1;function n3(){n2||(n2=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function n5(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var n4=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=n5}return t.prototype.traverse=function(t,e){for(var n=0;n<this._roots.length;n++)this._roots[n].traverse(t,e)},t.prototype.getDisplayList=function(t,e){e=e||!1;var n=this._displayList;return(t||!n.length)&&this.updateDisplayList(e),n},t.prototype.updateDisplayList=function(t){this._displayListLen=0;for(var e=this._roots,n=this._displayList,i=0,r=e.length;i<r;i++)this._updateAndAddDisplayable(e[i],null,t);n.length=this._displayListLen,n1(n,n5)},t.prototype._updateAndAddDisplayable=function(t,e,n){if(!t.ignore||n){t.beforeUpdate(),t.update(),t.afterUpdate();var i=t.getClipPath();if(t.ignoreClip)e=null;else if(i){e=e?e.slice():[];for(var r=i,o=t;r;)r.parent=o,r.updateTransform(),e.push(r),o=r,r=r.getClipPath()}if(t.childrenRef){for(var a=t.childrenRef(),s=0;s<a.length;s++){var l=a[s];t.__dirty&&(l.__dirty|=1),this._updateAndAddDisplayable(l,e,n)}t.__dirty=0}else e&&e.length?t.__clipPaths=e:t.__clipPaths&&t.__clipPaths.length>0&&(t.__clipPaths=[]),isNaN(t.z)&&(n3(),t.z=0),isNaN(t.z2)&&(n3(),t.z2=0),isNaN(t.zlevel)&&(n3(),t.zlevel=0),this._displayList[this._displayListLen++]=t;var u=t.getDecalElement&&t.getDecalElement();u&&this._updateAndAddDisplayable(u,e,n);var c=t.getTextGuideLine();c&&this._updateAndAddDisplayable(c,e,n);var h=t.getTextContent();h&&this._updateAndAddDisplayable(h,e,n)}},t.prototype.addRoot=function(t){t.__zr&&t.__zr.storage===this||this._roots.push(t)},t.prototype.delRoot=function(t){if(t instanceof Array){for(var e=0,n=t.length;e<n;e++)this.delRoot(t[e]);return}var i=tQ(this._roots,t);i>=0&&this._roots.splice(i,1)},t.prototype.delAllRoots=function(){this._roots=[],this._displayList=[],this._displayListLen=0},t.prototype.getRoots=function(){return this._roots},t.prototype.dispose=function(){this._displayList=null,this._roots=null},t}();b=tT.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)};var n9={linear:function(t){return t},quadraticIn:function(t){return t*t},quadraticOut:function(t){return t*(2-t)},quadraticInOut:function(t){return(t*=2)<1?.5*t*t:-.5*(--t*(t-2)-1)},cubicIn:function(t){return t*t*t},cubicOut:function(t){return--t*t*t+1},cubicInOut:function(t){return(t*=2)<1?.5*t*t*t:.5*((t-=2)*t*t+2)},quarticIn:function(t){return t*t*t*t},quarticOut:function(t){return 1- --t*t*t*t},quarticInOut:function(t){return(t*=2)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2)},quinticIn:function(t){return t*t*t*t*t},quinticOut:function(t){return--t*t*t*t*t+1},quinticInOut:function(t){return(t*=2)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2)},sinusoidalIn:function(t){return 1-Math.cos(t*Math.PI/2)},sinusoidalOut:function(t){return Math.sin(t*Math.PI/2)},sinusoidalInOut:function(t){return .5*(1-Math.cos(Math.PI*t))},exponentialIn:function(t){return 0===t?0:Math.pow(1024,t-1)},exponentialOut:function(t){return 1===t?1:1-Math.pow(2,-10*t)},exponentialInOut:function(t){return 0===t?0:1===t?1:(t*=2)<1?.5*Math.pow(1024,t-1):.5*(-Math.pow(2,-10*(t-1))+2)},circularIn:function(t){return 1-Math.sqrt(1-t*t)},circularOut:function(t){return Math.sqrt(1- --t*t)},circularInOut:function(t){return(t*=2)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1)},elasticIn:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),-(n*Math.pow(2,10*(t-=1))*Math.sin(2*Math.PI*(t-e)/.4)))},elasticOut:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),n*Math.pow(2,-10*t)*Math.sin(2*Math.PI*(t-e)/.4)+1)},elasticInOut:function(t){var e,n=.1;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=.4*Math.asin(1/n)/(2*Math.PI),(t*=2)<1)?-.5*(n*Math.pow(2,10*(t-=1))*Math.sin(2*Math.PI*(t-e)/.4)):n*Math.pow(2,-10*(t-=1))*Math.sin(2*Math.PI*(t-e)/.4)*.5+1},backIn:function(t){return t*t*(2.70158*t-1.70158)},backOut:function(t){return--t*t*(2.70158*t+1.70158)+1},backInOut:function(t){return(t*=2)<1?t*t*(3.5949095*t-2.5949095)*.5:.5*((t-=2)*t*(3.5949095*t+2.5949095)+2)},bounceIn:function(t){return 1-n9.bounceOut(1-t)},bounceOut:function(t){return t<1/2.75?7.5625*t*t:t<2/2.75?7.5625*(t-=1.5/2.75)*t+.75:t<2.5/2.75?7.5625*(t-=2.25/2.75)*t+.9375:7.5625*(t-=2.625/2.75)*t+.984375},bounceInOut:function(t){return t<.5?.5*n9.bounceIn(2*t):.5*n9.bounceOut(2*t-1)+.5}},n6=Math.pow,n7=Math.sqrt,n8=n7(3),it=1/3,ie=ez(),ii=ez(),ir=ez();function io(t){return t>-1e-8&&t<1e-8}function ia(t){return t>1e-8||t<-1e-8}function is(t,e,n,i,r){var o=1-r;return o*o*(o*t+3*r*e)+r*r*(r*i+3*o*n)}function il(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function iu(t,e,n,i,r,o){var a=i+3*(e-n)-t,s=3*(n-2*e+t),l=3*(e-t),u=t-r,c=s*s-3*a*l,h=s*l-9*a*u,d=l*l-3*s*u,p=0;if(io(c)&&io(h))if(io(s))o[0]=0;else{var f=-l/s;f>=0&&f<=1&&(o[p++]=f)}else{var g=h*h-4*c*d;if(io(g)){var y=h/c,f=-s/a+y,m=-y/2;f>=0&&f<=1&&(o[p++]=f),m>=0&&m<=1&&(o[p++]=m)}else if(g>0){var v=n7(g),x=c*s+1.5*a*(-h+v),b=c*s+1.5*a*(-h-v),f=(-s-((x=x<0?-n6(-x,it):n6(x,it))+(b=b<0?-n6(-b,it):n6(b,it))))/(3*a);f>=0&&f<=1&&(o[p++]=f)}else{var _=Math.acos((2*c*s-3*a*h)/(2*n7(c*c*c)))/3,S=n7(c),w=Math.cos(_),f=(-s-2*S*w)/(3*a),m=(-s+S*(w+n8*Math.sin(_)))/(3*a),M=(-s+S*(w-n8*Math.sin(_)))/(3*a);f>=0&&f<=1&&(o[p++]=f),m>=0&&m<=1&&(o[p++]=m),M>=0&&M<=1&&(o[p++]=M)}}return p}function ic(t,e,n,i,r){var o=6*n-12*e+6*t,a=9*e+3*i-3*t-9*n,s=3*e-3*t,l=0;if(io(a)){if(ia(o)){var u=-s/o;u>=0&&u<=1&&(r[l++]=u)}}else{var c=o*o-4*a*s;if(io(c))r[0]=-o/(2*a);else if(c>0){var h=n7(c),u=(-o+h)/(2*a),d=(-o-h)/(2*a);u>=0&&u<=1&&(r[l++]=u),d>=0&&d<=1&&(r[l++]=d)}}return l}function ih(t,e,n,i,r,o){var a=(e-t)*r+t,s=(n-e)*r+e,l=(i-n)*r+n,u=(s-a)*r+a,c=(l-s)*r+s,h=(c-u)*r+u;o[0]=t,o[1]=a,o[2]=u,o[3]=h,o[4]=h,o[5]=c,o[6]=l,o[7]=i}function id(t,e,n,i,r,o,a,s,l,u,c){var h,d,p,f,g,y=.005,m=1/0;ie[0]=l,ie[1]=u;for(var v=0;v<1;v+=.05)ii[0]=is(t,n,r,a,v),ii[1]=is(e,i,o,s,v),(f=e1(ie,ii))<m&&(h=v,m=f);m=1/0;for(var x=0;x<32&&!(y<1e-4);x++)d=h-y,p=h+y,ii[0]=is(t,n,r,a,d),ii[1]=is(e,i,o,s,d),f=e1(ii,ie),d>=0&&f<m?(h=d,m=f):(ir[0]=is(t,n,r,a,p),ir[1]=is(e,i,o,s,p),g=e1(ir,ie),p<=1&&g<m?(h=p,m=g):y*=.5);return c&&(c[0]=is(t,n,r,a,h),c[1]=is(e,i,o,s,h)),n7(m)}function ip(t,e,n,i){var r=1-i;return r*(r*t+2*i*e)+i*i*n}function ig(t,e,n,i){return 2*((1-i)*(e-t)+i*(n-e))}function iy(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function im(t,e,n,i,r){var o=(e-t)*i+t,a=(n-e)*i+e,s=(a-o)*i+o;r[0]=t,r[1]=o,r[2]=s,r[3]=s,r[4]=a,r[5]=n}function iv(t,e,n,i,r,o,a,s,l){var u,c=.005,h=1/0;ie[0]=a,ie[1]=s;for(var d=0;d<1;d+=.05){ii[0]=ip(t,n,r,d),ii[1]=ip(e,i,o,d);var p=e1(ie,ii);p<h&&(u=d,h=p)}h=1/0;for(var f=0;f<32&&!(c<1e-4);f++){var g=u-c,y=u+c;ii[0]=ip(t,n,r,g),ii[1]=ip(e,i,o,g);var p=e1(ii,ie);if(g>=0&&p<h)u=g,h=p;else{ir[0]=ip(t,n,r,y),ir[1]=ip(e,i,o,y);var m=e1(ir,ie);y<=1&&m<h?(u=y,h=m):c*=.5}}return l&&(l[0]=ip(t,n,r,u),l[1]=ip(e,i,o,u)),n7(h)}var ix=/cubic-bezier\(([0-9,\.e ]+)\)/;function ib(t){var e=t&&ix.exec(t);if(e){var n=e[1].split(","),i=+eb(n[0]),r=+eb(n[1]),o=+eb(n[2]),a=+eb(n[3]);if(isNaN(i+r+o+a))return;var s=[];return function(t){return t<=0?0:t>=1?1:iu(0,i,o,1,t,s)&&is(0,r,a,1,s[0])}}}var i_=function(){function t(t){this._inited=!1,this._startTime=0,this._pausedTime=0,this._paused=!1,this._life=t.life||1e3,this._delay=t.delay||0,this.loop=t.loop||!1,this.onframe=t.onframe||eP,this.ondestroy=t.ondestroy||eP,this.onrestart=t.onrestart||eP,t.easing&&this.setEasing(t.easing)}return t.prototype.step=function(t,e){if(this._inited||(this._startTime=t+this._delay,this._inited=!0),this._paused){this._pausedTime+=e;return}var n=this._life,i=t-this._startTime-this._pausedTime,r=i/n;r<0&&(r=0),r=Math.min(r,1);var o=this.easingFunc,a=o?o(r):r;if(this.onframe(a),1===r)if(!this.loop)return!0;else this._startTime=t-i%n,this._pausedTime=0,this.onrestart();return!1},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=en(t)?t:n9[t]||ib(t)},t}(),iS=function(t){this.value=t},iw=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new iS(t);return this.insertEntry(e),e},t.prototype.insertEntry=function(t){this.head?(this.tail.next=t,t.prev=this.tail,t.next=null,this.tail=t):this.head=this.tail=t,this._len++},t.prototype.remove=function(t){var e=t.prev,n=t.next;e?e.next=n:this.head=n,n?n.prev=e:this.tail=e,t.next=t.prev=null,this._len--},t.prototype.len=function(){return this._len},t.prototype.clear=function(){this.head=this.tail=null,this._len=0},t}(),iM=function(){function t(t){this._list=new iw,this._maxSize=10,this._map={},this._maxSize=t}return t.prototype.put=function(t,e){var n=this._list,i=this._map,r=null;if(null==i[t]){var o=n.len(),a=this._lastRemovedEntry;if(o>=this._maxSize&&o>0){var s=n.head;n.remove(s),delete i[s.key],r=s.value,this._lastRemovedEntry=s}a?a.value=e:a=new iS(e),a.key=t,n.insertEntry(a),i[t]=a}return r},t.prototype.get=function(t){var e=this._map[t],n=this._list;if(null!=e)return e!==n.tail&&(n.remove(e),n.insertEntry(e)),e.value},t.prototype.clear=function(){this._list.clear(),this._map={}},t.prototype.len=function(){return this._list.len()},t}(),iC={transparent:[0,0,0,0],aliceblue:[240,248,255,1],antiquewhite:[250,235,215,1],aqua:[0,255,255,1],aquamarine:[127,255,212,1],azure:[240,255,255,1],beige:[245,245,220,1],bisque:[255,228,196,1],black:[0,0,0,1],blanchedalmond:[255,235,205,1],blue:[0,0,255,1],blueviolet:[138,43,226,1],brown:[165,42,42,1],burlywood:[222,184,135,1],cadetblue:[95,158,160,1],chartreuse:[127,255,0,1],chocolate:[210,105,30,1],coral:[255,127,80,1],cornflowerblue:[100,149,237,1],cornsilk:[255,248,220,1],crimson:[220,20,60,1],cyan:[0,255,255,1],darkblue:[0,0,139,1],darkcyan:[0,139,139,1],darkgoldenrod:[184,134,11,1],darkgray:[169,169,169,1],darkgreen:[0,100,0,1],darkgrey:[169,169,169,1],darkkhaki:[189,183,107,1],darkmagenta:[139,0,139,1],darkolivegreen:[85,107,47,1],darkorange:[255,140,0,1],darkorchid:[153,50,204,1],darkred:[139,0,0,1],darksalmon:[233,150,122,1],darkseagreen:[143,188,143,1],darkslateblue:[72,61,139,1],darkslategray:[47,79,79,1],darkslategrey:[47,79,79,1],darkturquoise:[0,206,209,1],darkviolet:[148,0,211,1],deeppink:[255,20,147,1],deepskyblue:[0,191,255,1],dimgray:[105,105,105,1],dimgrey:[105,105,105,1],dodgerblue:[30,144,255,1],firebrick:[178,34,34,1],floralwhite:[255,250,240,1],forestgreen:[34,139,34,1],fuchsia:[255,0,255,1],gainsboro:[220,220,220,1],ghostwhite:[248,248,255,1],gold:[255,215,0,1],goldenrod:[218,165,32,1],gray:[128,128,128,1],green:[0,128,0,1],greenyellow:[173,255,47,1],grey:[128,128,128,1],honeydew:[240,255,240,1],hotpink:[255,105,180,1],indianred:[205,92,92,1],indigo:[75,0,130,1],ivory:[255,255,240,1],khaki:[240,230,140,1],lavender:[230,230,250,1],lavenderblush:[255,240,245,1],lawngreen:[124,252,0,1],lemonchiffon:[255,250,205,1],lightblue:[173,216,230,1],lightcoral:[240,128,128,1],lightcyan:[224,255,255,1],lightgoldenrodyellow:[250,250,210,1],lightgray:[211,211,211,1],lightgreen:[144,238,144,1],lightgrey:[211,211,211,1],lightpink:[255,182,193,1],lightsalmon:[255,160,122,1],lightseagreen:[32,178,170,1],lightskyblue:[135,206,250,1],lightslategray:[119,136,153,1],lightslategrey:[119,136,153,1],lightsteelblue:[176,196,222,1],lightyellow:[255,255,224,1],lime:[0,255,0,1],limegreen:[50,205,50,1],linen:[250,240,230,1],magenta:[255,0,255,1],maroon:[128,0,0,1],mediumaquamarine:[102,205,170,1],mediumblue:[0,0,205,1],mediumorchid:[186,85,211,1],mediumpurple:[147,112,219,1],mediumseagreen:[60,179,113,1],mediumslateblue:[123,104,238,1],mediumspringgreen:[0,250,154,1],mediumturquoise:[72,209,204,1],mediumvioletred:[199,21,133,1],midnightblue:[25,25,112,1],mintcream:[245,255,250,1],mistyrose:[255,228,225,1],moccasin:[255,228,181,1],navajowhite:[255,222,173,1],navy:[0,0,128,1],oldlace:[253,245,230,1],olive:[128,128,0,1],olivedrab:[107,142,35,1],orange:[255,165,0,1],orangered:[255,69,0,1],orchid:[218,112,214,1],palegoldenrod:[238,232,170,1],palegreen:[152,251,152,1],paleturquoise:[175,238,238,1],palevioletred:[219,112,147,1],papayawhip:[255,239,213,1],peachpuff:[255,218,185,1],peru:[205,133,63,1],pink:[255,192,203,1],plum:[221,160,221,1],powderblue:[176,224,230,1],purple:[128,0,128,1],red:[255,0,0,1],rosybrown:[188,143,143,1],royalblue:[65,105,225,1],saddlebrown:[139,69,19,1],salmon:[250,128,114,1],sandybrown:[244,164,96,1],seagreen:[46,139,87,1],seashell:[255,245,238,1],sienna:[160,82,45,1],silver:[192,192,192,1],skyblue:[135,206,235,1],slateblue:[106,90,205,1],slategray:[112,128,144,1],slategrey:[112,128,144,1],snow:[255,250,250,1],springgreen:[0,255,127,1],steelblue:[70,130,180,1],tan:[210,180,140,1],teal:[0,128,128,1],thistle:[216,191,216,1],tomato:[255,99,71,1],turquoise:[64,224,208,1],violet:[238,130,238,1],wheat:[245,222,179,1],white:[255,255,255,1],whitesmoke:[245,245,245,1],yellow:[255,255,0,1],yellowgreen:[154,205,50,1]};function iI(t){return(t=Math.round(t))<0?0:t>255?255:t}function iT(t){return t<0?0:t>1?1:t}function iA(t){return t.length&&"%"===t.charAt(t.length-1)?iI(parseFloat(t)/100*255):iI(parseInt(t,10))}function iD(t){return t.length&&"%"===t.charAt(t.length-1)?iT(parseFloat(t)/100):iT(parseFloat(t))}function ik(t,e,n){return(n<0?n+=1:n>1&&(n-=1),6*n<1)?t+(e-t)*n*6:2*n<1?e:3*n<2?t+(e-t)*(2/3-n)*6:t}function iL(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function iP(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var iO=new iM(20),iR=null;function iN(t,e){iR&&iP(iR,e),iR=iO.put(t,iR||e.slice())}function iz(t,e){if(t){e=e||[];var n=iO.get(t);if(n)return iP(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in iC)return iP(e,iC[i]),iN(t,e),e;var r=i.length;if("#"===i.charAt(0)){if(4===r||5===r){var o=parseInt(i.slice(1,4),16);return o>=0&&o<=4095?(iL(e,(3840&o)>>4|(3840&o)>>8,240&o|(240&o)>>4,15&o|(15&o)<<4,5===r?parseInt(i.slice(4),16)/15:1),iN(t,e),e):void iL(e,0,0,0,1)}if(7===r||9===r){var o=parseInt(i.slice(1,7),16);return o>=0&&o<=0xffffff?(iL(e,(0xff0000&o)>>16,(65280&o)>>8,255&o,9===r?parseInt(i.slice(7),16)/255:1),iN(t,e),e):void iL(e,0,0,0,1)}return}var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===r){var l=i.substr(0,a),u=i.substr(a+1,s-(a+1)).split(","),c=1;switch(l){case"rgba":if(4!==u.length)return 3===u.length?iL(e,+u[0],+u[1],+u[2],1):iL(e,0,0,0,1);c=iD(u.pop());case"rgb":if(u.length>=3)return iL(e,iA(u[0]),iA(u[1]),iA(u[2]),3===u.length?c:iD(u[3])),iN(t,e),e;return void iL(e,0,0,0,1);case"hsla":if(4!==u.length)return void iL(e,0,0,0,1);return u[3]=iD(u[3]),iE(u,e),iN(t,e),e;case"hsl":if(3!==u.length)return void iL(e,0,0,0,1);return iE(u,e),iN(t,e),e;default:return}}iL(e,0,0,0,1)}}function iE(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=iD(t[1]),r=iD(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return iL(e=e||[],iI(255*ik(a,o,n+1/3)),iI(255*ik(a,o,n)),iI(255*ik(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function iB(t,e){var n=iz(t);if(n){for(var i=0;i<3;i++)e<0?n[i]=n[i]*(1-e)|0:n[i]=(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return iY(n,4===n.length?"rgba":"rgb")}}function iV(t){var e=iz(t);if(e)return(0x1000000+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function iF(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i,r,o,a,s=t*(e.length-1),l=Math.floor(s),u=Math.ceil(s),c=e[l],h=e[u],d=s-l;return n[0]=iI((i=c[0],i+(h[0]-i)*d)),n[1]=iI((r=c[1],r+(h[1]-r)*d)),n[2]=iI((o=c[2],o+(h[2]-o)*d)),n[3]=iT((a=c[3],a+(h[3]-a)*d)),n}}var iW=iF;function iG(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i,r,o,a,s=t*(e.length-1),l=Math.floor(s),u=Math.ceil(s),c=iz(e[l]),h=iz(e[u]),d=s-l,p=iY([iI((i=c[0],i+(h[0]-i)*d)),iI((r=c[1],r+(h[1]-r)*d)),iI((o=c[2],o+(h[2]-o)*d)),iT((a=c[3],a+(h[3]-a)*d))],"rgba");return n?{color:p,leftIndex:l,rightIndex:u,value:s}:p}}var iH=iG;function ij(t,e,n,i){var r,o=iz(t);if(t)return o=function(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,d=((s-o)/6+l/2)/l;i===s?e=d-h:r===s?e=1/3+c-d:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var p=[360*e,n,u];return null!=t[3]&&p.push(t[3]),p}}(o),null!=e&&(o[0]=(r=Math.round(r=e))<0?0:r>360?360:r),null!=n&&(o[1]=iD(n)),null!=i&&(o[2]=iD(i)),iY(iE(o),"rgba")}function iX(t,e){var n=iz(t);if(n&&null!=e)return n[3]=iT(e),iY(n,"rgba")}function iY(t,e){if(t&&t.length){var n=t[0]+","+t[1]+","+t[2];return("rgba"===e||"hsva"===e||"hsla"===e)&&(n+=","+t[3]),e+"("+n+")"}}function iU(t,e){var n=iz(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}function iZ(){return iY([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")}var iq=new iM(100);function iK(t){if(ei(t)){var e=iq.get(t);return e||(e=iB(t,-.1),iq.put(t,e)),e}if(ec(t)){var n=tK({},t);return n.colorStops=t5(t.colorStops,function(t){return{offset:t.offset,color:iB(t.color,-.1)}}),n}return t}var i$=Math.round;function iJ(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=iz(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}function iQ(t){return t<1e-4&&t>-1e-4}function i0(t){return i$(1e3*t)/1e3}function i1(t){return i$(1e4*t)/1e4}var i2={left:"start",right:"end",center:"middle",middle:"middle"};function i3(t){return t&&!!t.image}function i5(t){return i3(t)||t&&!!t.svgElement}function i4(t){return"linear"===t.type}function i9(t){return"radial"===t.type}function i6(t){return t&&("linear"===t.type||"radial"===t.type)}function i7(t){return"url(#"+t+")"}function i8(t){var e=t.getGlobalScale();return Math.max(Math.ceil(Math.log(Math.max(e[0],e[1]))/Math.log(10)),1)}function rt(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*eO,r=eg(t.scaleX,1),o=eg(t.scaleY,1),a=t.skewX||0,s=t.skewY||0,l=[];return(e||n)&&l.push("translate("+e+"px,"+n+"px)"),i&&l.push("rotate("+i+")"),(1!==r||1!==o)&&l.push("scale("+r+","+o+")"),(a||s)&&l.push("skew("+i$(a*eO)+"deg, "+i$(s*eO)+"deg)"),l.join(" ")}var re=tT.hasGlobalWindow&&en(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"u">typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null},rn=Array.prototype.slice;function ri(t,e,n,i){for(var r,o=e.length,a=0;a<o;a++)t[a]=(r=e[a],(n[a]-r)*i+r);return t}function rr(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=e[o]+n[o]*i;return t}function ro(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a<r;a++){t[a]||(t[a]=[]);for(var s=0;s<o;s++)t[a][s]=e[a][s]+n[a][s]*i}return t}function ra(t){if(t2(t)){var e=t.length;if(t2(t[0])){for(var n=[],i=0;i<e;i++)n.push(rn.call(t[i]));return n}return rn.call(t)}return t}function rs(t){return t[0]=Math.floor(t[0])||0,t[1]=Math.floor(t[1])||0,t[2]=Math.floor(t[2])||0,t[3]=null==t[3]?1:t[3],"rgba("+t.join(",")+")"}function rl(t){return 4===t||5===t}function ru(t){return 1===t||2===t}var rc=[0,0,0,0],rh=function(){function t(t){this.keyframes=[],this.discrete=!1,this._invalid=!1,this._needsSort=!1,this._lastFr=0,this._lastFrP=0,this.propName=t}return t.prototype.isFinished=function(){return this._finished},t.prototype.setFinished=function(){this._finished=!0,this._additiveTrack&&this._additiveTrack.setFinished()},t.prototype.needsAnimate=function(){return this.keyframes.length>=1},t.prototype.getAdditiveTrack=function(){return this._additiveTrack},t.prototype.addKeyframe=function(t,e,n){this._needsSort=!0;var i=this.keyframes,r=i.length,o=!1,a=6,s=e;if(t2(e)){var l=t2(e&&e[0])?2:1;a=l,(1!==l||eo(e[0]))&&(2!==l||eo(e[0][0]))||(o=!0)}else if(eo(e)&&e==e)a=0;else if(ei(e))if(isNaN(+e)){var u=iz(e);u&&(s=u,a=3)}else a=0;else if(ec(e)){var c=tK({},s);c.colorStops=t5(e.colorStops,function(t){return{offset:t.offset,color:iz(t.color)}}),i4(e)?a=4:i9(e)&&(a=5),s=c}0===r?this.valType=a:(a!==this.valType||6===a)&&(o=!0),this.discrete=this.discrete||o;var h={time:t,value:s,rawValue:e,percent:0};return n&&(h.easing=n,h.easingFunc=en(n)?n:n9[n]||ib(n)),i.push(h),h},t.prototype.prepare=function(t,e){var n=this.keyframes;this._needsSort&&n.sort(function(t,e){return t.time-e.time});for(var i=this.valType,r=n.length,o=n[r-1],a=this.discrete,s=ru(i),l=rl(i),u=0;u<r;u++){var c=n[u],h=c.value,d=o.value;c.percent=c.time/t,!a&&(s&&u!==r-1?function(t,e,n){if(t.push&&e.push){var i=t.length,r=e.length;if(i!==r)if(i>r)t.length=r;else for(var o=i;o<r;o++)t.push(1===n?e[o]:rn.call(e[o]));for(var a=t[0]&&t[0].length,o=0;o<t.length;o++)if(1===n)isNaN(t[o])&&(t[o]=e[o]);else for(var s=0;s<a;s++)isNaN(t[o][s])&&(t[o][s]=e[o][s])}}(h,d,i):l&&function(t,e){for(var n=t.length,i=e.length,r=n>i?e:t,o=Math.min(n,i),a=r[o-1]||{color:[0,0,0,0],offset:0},s=o;s<Math.max(n,i);s++)r.push({offset:a.offset,color:a.color.slice()})}(h.colorStops,d.colorStops))}if(!a&&5!==i&&e&&this.needsAnimate()&&e.needsAnimate()&&i===e.valType&&!e._finished){this._additiveTrack=e;for(var p=n[0].value,u=0;u<r;u++)0===i?n[u].additiveValue=n[u].value-p:3===i?n[u].additiveValue=rr([],n[u].value,p,-1):ru(i)&&(n[u].additiveValue=1===i?rr([],n[u].value,p,-1):ro([],n[u].value,p,-1))}},t.prototype.step=function(t,e){if(!this._finished){this._additiveTrack&&this._additiveTrack._finished&&(this._additiveTrack=null);var n,i,r,o=null!=this._additiveTrack,a=o?"additiveValue":"value",s=this.valType,l=this.keyframes,u=l.length,c=this.propName,h=3===s,d=this._lastFr,p=Math.min;if(1===u)i=r=l[0];else{if(e<0)n=0;else if(e<this._lastFrP){for(n=p(d+1,u-1);n>=0&&!(l[n].percent<=e);n--);n=p(n,u-2)}else{for(n=d;n<u&&!(l[n].percent>e);n++);n=p(n-1,u-2)}r=l[n+1],i=l[n]}if(i&&r){this._lastFr=n,this._lastFrP=e;var f=r.percent-i.percent,g=0===f?1:p((e-i.percent)/f,1);r.easingFunc&&(g=r.easingFunc(g));var y=o?this._additiveValue:h?rc:t[c];if((ru(s)||h)&&!y&&(y=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if(ru(s))1===s?ri(y,i[a],r[a],g):function(t,e,n,i){for(var r=e.length,o=r&&e[0].length,a=0;a<r;a++){t[a]||(t[a]=[]);for(var s,l=0;l<o;l++)t[a][l]=(s=e[a][l],(n[a][l]-s)*i+s)}}(y,i[a],r[a],g);else if(rl(s)){var m,v,x,b,_,S=i[a],w=r[a],M=4===s;(t[c]={type:M?"linear":"radial",x:(m=S.x,(w.x-m)*g+m),y:(v=S.y,(w.y-v)*g+v),colorStops:t5(S.colorStops,function(t,e){var n,i=w.colorStops[e];return{offset:(n=t.offset,(i.offset-n)*g+n),color:rs(ri([],t.color,i.color,g))}}),global:w.global},M)?(t[c].x2=(x=S.x2,(w.x2-x)*g+x),t[c].y2=(b=S.y2,(w.y2-b)*g+b)):t[c].r=(_=S.r,(w.r-_)*g+_)}else if(h)ri(y,i[a],r[a],g),o||(t[c]=rs(y));else{var C,I=(C=i[a],(r[a]-C)*g+C);o?this._additiveValue=I:t[c]=I}o&&this._addToTarget(t)}}},t.prototype._addToTarget=function(t){var e=this.valType,n=this.propName,i=this._additiveValue;0===e?t[n]=t[n]+i:3===e?(iz(t[n],rc),rr(rc,rc,i,1),t[n]=rs(rc)):1===e?rr(t[n],t[n],i,1):2===e&&ro(t[n],t[n],i,1)},t}(),rd=function(){function t(t,e,n,i){(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i)?tY("Can' use additive animation on looped animation."):(this._additiveAnimators=i,this._allowDiscrete=n)}return t.prototype.getMaxTime=function(){return this._maxTime},t.prototype.getDelay=function(){return this._delay},t.prototype.getLoop=function(){return this._loop},t.prototype.getTarget=function(){return this._target},t.prototype.changeTarget=function(t){this._target=t},t.prototype.when=function(t,e,n){return this.whenWithKeys(t,e,t7(e),n)},t.prototype.whenWithKeys=function(t,e,n,i){for(var r=this._tracks,o=0;o<n.length;o++){var a=n[o],s=r[a];if(!s){s=r[a]=new rh(a);var l=void 0,u=this._getAdditiveTrack(a);if(u){var c=u.keyframes,h=c[c.length-1];l=h&&h.value,3===u.valType&&l&&(l=rs(l))}else l=this._target[a];if(null==l)continue;t>0&&s.addKeyframe(0,ra(l),i),this._trackKeys.push(a)}s.addKeyframe(t,ra(e[a]),i)}return this._maxTime=Math.max(this._maxTime,t),this},t.prototype.pause=function(){this._clip.pause(),this._paused=!0},t.prototype.resume=function(){this._clip.resume(),this._paused=!1},t.prototype.isPaused=function(){return!!this._paused},t.prototype.duration=function(t){return this._maxTime=t,this._force=!0,this},t.prototype._doneCallback=function(){this._setTracksFinished(),this._clip=null;var t=this._doneCbs;if(t)for(var e=t.length,n=0;n<e;n++)t[n].call(this)},t.prototype._abortedCallback=function(){this._setTracksFinished();var t=this.animation,e=this._abortedCbs;if(t&&t.removeClip(this._clip),this._clip=null,e)for(var n=0;n<e.length;n++)e[n].call(this)},t.prototype._setTracksFinished=function(){for(var t=this._tracks,e=this._trackKeys,n=0;n<e.length;n++)t[e[n]].setFinished()},t.prototype._getAdditiveTrack=function(t){var e,n=this._additiveAnimators;if(n)for(var i=0;i<n.length;i++){var r=n[i].getTrack(t);r&&(e=r)}return e},t.prototype.start=function(t){if(!(this._started>0)){this._started=1;for(var e=this,n=[],i=this._maxTime||0,r=0;r<this._trackKeys.length;r++){var o=this._trackKeys[r],a=this._tracks[o],s=this._getAdditiveTrack(o),l=a.keyframes,u=l.length;if(a.prepare(i,s),a.needsAnimate())if(!this._allowDiscrete&&a.discrete){var c=l[u-1];c&&(e._target[a.propName]=c.rawValue),a.setFinished()}else n.push(a)}if(n.length||this._force){var h=new i_({life:i,loop:this._loop,delay:this._delay||0,onframe:function(t){e._started=2;var i=e._additiveAnimators;if(i){for(var r=!1,o=0;o<i.length;o++)if(i[o]._clip){r=!0;break}r||(e._additiveAnimators=null)}for(var o=0;o<n.length;o++)n[o].step(e._target,t);var a=e._onframeCbs;if(a)for(var o=0;o<a.length;o++)a[o](e._target,t)},ondestroy:function(){e._doneCallback()}});this._clip=h,this.animation&&this.animation.addClip(h),t&&h.setEasing(t)}else this._doneCallback();return this}},t.prototype.stop=function(t){if(this._clip){var e=this._clip;t&&e.onframe(1),this._abortedCallback()}},t.prototype.delay=function(t){return this._delay=t,this},t.prototype.during=function(t){return t&&(this._onframeCbs||(this._onframeCbs=[]),this._onframeCbs.push(t)),this},t.prototype.done=function(t){return t&&(this._doneCbs||(this._doneCbs=[]),this._doneCbs.push(t)),this},t.prototype.aborted=function(t){return t&&(this._abortedCbs||(this._abortedCbs=[]),this._abortedCbs.push(t)),this},t.prototype.getClip=function(){return this._clip},t.prototype.getTrack=function(t){return this._tracks[t]},t.prototype.getTracks=function(){var t=this;return t5(this._trackKeys,function(e){return t._tracks[e]})},t.prototype.stopTracks=function(t,e){if(!t.length||!this._clip)return!0;for(var n=this._tracks,i=this._trackKeys,r=0;r<t.length;r++){var o=n[t[r]];o&&!o.isFinished()&&(e?o.step(this._target,1):1===this._started&&o.step(this._target,0),o.setFinished())}for(var a=!0,r=0;r<i.length;r++)if(!n[i[r]].isFinished()){a=!1;break}return a&&this._abortedCallback(),a},t.prototype.saveTo=function(t,e,n){if(t){e=e||this._trackKeys;for(var i=0;i<e.length;i++){var r=e[i],o=this._tracks[r];if(!(!o||o.isFinished())){var a=o.keyframes,s=a[n?0:a.length-1];s&&(t[r]=ra(s.rawValue))}}}},t.prototype.__changeFinalValue=function(t,e){e=e||t7(t);for(var n=0;n<e.length;n++){var i=e[n],r=this._tracks[i];if(r){var o=r.keyframes;if(o.length>1){var a=o.pop();r.addKeyframe(a.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();function rp(){return new Date().getTime()}var rf=function(t){function e(e){var n=t.call(this)||this;return n._running=!1,n._time=0,n._pausedTime=0,n._pauseStart=0,n._paused=!1,n.stage=(e=e||{}).stage||{},n}return eN(e,t),e.prototype.addClip=function(t){t.animation&&this.removeClip(t),this._head?(this._tail.next=t,t.prev=this._tail,t.next=null,this._tail=t):this._head=this._tail=t,t.animation=this},e.prototype.addAnimator=function(t){t.animation=this;var e=t.getClip();e&&this.addClip(e)},e.prototype.removeClip=function(t){if(t.animation){var e=t.prev,n=t.next;e?e.next=n:this._head=n,n?n.prev=e:this._tail=e,t.next=t.prev=t.animation=null}},e.prototype.removeAnimator=function(t){var e=t.getClip();e&&this.removeClip(e),t.animation=null},e.prototype.update=function(t){for(var e=rp()-this._pausedTime,n=e-this._time,i=this._head;i;){var r=i.next;i.step(e,n)&&(i.ondestroy(),this.removeClip(i)),i=r}this._time=e,!t&&(this.trigger("frame",n),this.stage.update&&this.stage.update())},e.prototype._startLoop=function(){var t=this;this._running=!0,b(function e(){t._running&&(b(e),t._paused||t.update())})},e.prototype.start=function(){this._running||(this._time=rp(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=rp(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=rp()-this._pauseStart,this._paused=!1)},e.prototype.clear=function(){for(var t=this._head;t;){var e=t.next;t.prev=t.next=t.animation=null,t=e}this._head=this._tail=null},e.prototype.isFinished=function(){return null==this._head},e.prototype.animate=function(t,e){e=e||{},this.start();var n=new rd(t,e.loop);return this.addAnimator(n),n},e}(e8),rg=tT.domSupported,ry=(p={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},f=t5(d=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],function(t){var e=t.replace("mouse","pointer");return p.hasOwnProperty(e)?e:t}),{mouse:d,touch:["touchstart","touchend","touchmove"],pointer:f}),rm=["mousemove","mouseup"],rv=["pointermove","pointerup"],rx=!1;function rb(t){var e=t.pointerType;return"pen"===e||"touch"===e}function r_(t){t&&(t.zrByTouch=!0)}function rS(t,e){for(var n=e,i=!1;n&&9!==n.nodeType&&!(i=n.domBelongToZr||n!==e&&n===t.painterRoot);)n=n.parentNode;return i}var rw=function(t,e){this.stopPropagation=eP,this.stopImmediatePropagation=eP,this.preventDefault=eP,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},rM={mousedown:function(t){t=ny(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=ny(this.dom,t);var e=this.__mayPointerCapture;e&&(t.zrX!==e[0]||t.zrY!==e[1])&&this.__togglePointerCapture(!0),this.trigger("mousemove",t)},mouseup:function(t){t=ny(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){rS(this,(t=ny(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){rx=!0,t=ny(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){rx||(t=ny(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){r_(t=ny(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),rM.mousemove.call(this,t),rM.mousedown.call(this,t)},touchmove:function(t){r_(t=ny(this.dom,t)),this.handler.processGesture(t,"change"),rM.mousemove.call(this,t)},touchend:function(t){r_(t=ny(this.dom,t)),this.handler.processGesture(t,"end"),rM.mouseup.call(this,t),new Date-this.__lastTouchMoment<300&&rM.click.call(this,t)},pointerdown:function(t){rM.mousedown.call(this,t)},pointermove:function(t){rb(t)||rM.mousemove.call(this,t)},pointerup:function(t){rM.mouseup.call(this,t)},pointerout:function(t){rb(t)||rM.mouseout.call(this,t)}};t3(["click","dblclick","contextmenu"],function(t){rM[t]=function(e){e=ny(this.dom,e),this.trigger(t,e)}});var rC={pointermove:function(t){rb(t)||rC.mousemove.call(this,t)},pointerup:function(t){rC.mouseup.call(this,t)},mousemove:function(t){this.trigger("mousemove",t)},mouseup:function(t){var e=this.__pointerCapturing;this.__togglePointerCapture(!1),this.trigger("mouseup",t),e&&(t.zrEventControl="only_globalout",this.trigger("mouseout",t))}};function rI(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,nm(t.domTarget,e,n,i)}function rT(t){var e,n,i,r=t.mounted;for(var o in r)r.hasOwnProperty(o)&&(e=t.domTarget,n=r[o],i=t.listenerOpts[o],e.removeEventListener(o,n,i));t.mounted={}}var rA=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},rD=function(t){function e(e,n){var i,r,o=t.call(this)||this;return o.__pointerCapturing=!1,o.dom=e,o.painterRoot=n,o._localHandlerScope=new rA(e,rM),rg&&(o._globalHandlerScope=new rA(document,rC)),r=(i=o._localHandlerScope).domHandlers,tT.pointerEventsSupported?t3(ry.pointer,function(t){rI(i,t,function(e){r[t].call(o,e)})}):(tT.touchEventsSupported&&t3(ry.touch,function(t){rI(i,t,function(e){r[t].call(o,e),i.touching=!0,null!=i.touchTimer&&(clearTimeout(i.touchTimer),i.touchTimer=null),i.touchTimer=setTimeout(function(){i.touching=!1,i.touchTimer=null},700)})}),t3(ry.mouse,function(t){rI(i,t,function(e){e=ng(e),i.touching||r[t].call(o,e)})})),o}return eN(e,t),e.prototype.dispose=function(){rT(this._localHandlerScope),rg&&rT(this._globalHandlerScope)},e.prototype.setCursor=function(t){this.dom.style&&(this.dom.style.cursor=t||"default")},e.prototype.__togglePointerCapture=function(t){if(this.__mayPointerCapture=null,rg&&this.__pointerCapturing^t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?function(t,e){tT.pointerEventsSupported?t3(rv,n):tT.touchEventsSupported||t3(rm,n);function n(n){rI(e,n,function(i){if(!rS(t,(i=ng(i)).target)){var r;r=i,i=ny(t.dom,new rw(t,r),!0),e.domHandlers[n].call(t,i)}},{capture:!0})}}(this,e):rT(e)}},e}(e8),rk=1;tT.hasGlobalWindow&&(rk=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var rL=rk,rP="#333",rO="#ccc",rR=nM;function rN(t){return t>5e-5||t<-5e-5}var rz=[],rE=[],rB=nw(),rV=Math.abs,rF=function(){var t;function e(){}return e.prototype.getLocalTransform=function(t){return e.getLocalTransform(this,t)},e.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},e.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},e.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},e.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},e.prototype.needLocalTransform=function(){return rN(this.rotation)||rN(this.x)||rN(this.y)||rN(this.scaleX-1)||rN(this.scaleY-1)||rN(this.skewX)||rN(this.skewY)},e.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;if(!(e||t)){n&&(rR(n),this.invTransform=null);return}n=n||nw(),e?this.getLocalTransform(n):rR(n),t&&(e?nI(n,t,n):nC(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)},e.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(rz);var n=rz[0]<0?-1:1,i=rz[1]<0?-1:1,r=((rz[0]-n)*e+n)/rz[0]||0,o=((rz[1]-i)*e+i)/rz[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||nw(),nk(this.invTransform,t)},e.prototype.getComputedTransform=function(){for(var t=this,e=[];t;)e.push(t),t=t.parent;for(;t=e.pop();)t.updateTransform();return this.transform},e.prototype.setLocalTransform=function(t){if(t){var e=t[0]*t[0]+t[1]*t[1],n=t[2]*t[2]+t[3]*t[3],i=Math.atan2(t[1],t[0]),r=Math.PI/2+i-Math.atan2(t[3],t[2]);n=Math.sqrt(n)*Math.cos(r),e=Math.sqrt(e),this.skewX=r,this.skewY=0,this.rotation=-i,this.x=+t[4],this.y=+t[5],this.scaleX=e,this.scaleY=n,this.originX=0,this.originY=0}},e.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||nw(),nI(rE,t.invTransform,e),e=rE);var n=this.originX,i=this.originY;(n||i)&&(rB[4]=n,rB[5]=i,nI(rE,e,rB),rE[4]-=n,rE[5]-=i,e=rE),this.setLocalTransform(e)}},e.prototype.getGlobalScale=function(t){var e=this.transform;return(t=t||[],e)?(t[0]=Math.sqrt(e[0]*e[0]+e[1]*e[1]),t[1]=Math.sqrt(e[2]*e[2]+e[3]*e[3]),e[0]<0&&(t[0]=-t[0]),e[3]<0&&(t[1]=-t[1])):(t[0]=1,t[1]=1),t},e.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&e5(n,n,i),n},e.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&e5(n,n,i),n},e.prototype.getLineScale=function(){var t=this.transform;return t&&rV(t[0]-1)>1e-10&&rV(t[3]-1)>1e-10?Math.sqrt(rV(t[0]*t[3]-t[2]*t[1])):1},e.prototype.copyTransform=function(t){rG(this,t)},e.getLocalTransform=function(t,e){e=e||[];var n=t.originX||0,i=t.originY||0,r=t.scaleX,o=t.scaleY,a=t.anchorX,s=t.anchorY,l=t.rotation||0,u=t.x,c=t.y,h=t.skewX?Math.tan(t.skewX):0,d=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var p=n+a,f=i+s;e[4]=-p*r-h*f*o,e[5]=-f*o-d*p*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=d*r,e[2]=h*o,l&&nA(e,e,l),e[4]+=n+u,e[5]+=i+c,e},e.initDefaultProps=void((t=e.prototype).scaleX=t.scaleY=t.globalScaleRatio=1,t.x=t.y=t.originX=t.originY=t.skewX=t.skewY=t.rotation=t.anchorX=t.anchorY=0),e}(),rW=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function rG(t,e){for(var n=0;n<rW.length;n++){var i=rW[n];t[i]=e[i]}}var rH={};function rj(t,e){var n=rH[e=e||tD];n||(n=rH[e]=new iM(500));var i=n.get(t);return null==i&&(i=tL.measureText(t,e).width,n.put(t,i)),i}function rX(t,e,n,i){var r=rj(t,e),o=rq(e);return new nW(rU(0,r,n),rZ(0,o,i),r,o)}function rY(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return rX(r[0],e,n,i);for(var o=new nW(0,0,0,0),a=0;a<r.length;a++){var s=rX(r[a],e,n,i);0===a?o.copy(s):o.union(s)}return o}function rU(t,e,n){return"right"===n?t-=e:"center"===n&&(t-=e/2),t}function rZ(t,e,n){return"middle"===n?t-=e/2:"bottom"===n&&(t-=e),t}function rq(t){return rj("国",t)}function rK(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function r$(t,e,n){var i=e.position||"inside",r=null!=e.distance?e.distance:5,o=n.height,a=n.width,s=o/2,l=n.x,u=n.y,c="left",h="top";if(i instanceof Array)l+=rK(i[0],n.width),u+=rK(i[1],n.height),c=null,h=null;else switch(i){case"left":l-=r,u+=s,c="right",h="middle";break;case"right":l+=r+a,u+=s,h="middle";break;case"top":l+=a/2,u-=r,c="center",h="bottom";break;case"bottom":l+=a/2,u+=o+r,c="center";break;case"inside":l+=a/2,u+=s,c="center",h="middle";break;case"insideLeft":l+=r,u+=s,h="middle";break;case"insideRight":l+=a-r,u+=s,c="right",h="middle";break;case"insideTop":l+=a/2,u+=r,c="center";break;case"insideBottom":l+=a/2,u+=o-r,c="center",h="bottom";break;case"insideTopLeft":l+=r,u+=r;break;case"insideTopRight":l+=a-r,u+=r,c="right";break;case"insideBottomLeft":l+=r,u+=o-r,h="bottom";break;case"insideBottomRight":l+=a-r,u+=o-r,c="right",h="bottom"}return(t=t||{}).x=l,t.y=u,t.align=c,t.verticalAlign=h,t}var rJ="__zr_normal__",rQ=rW.concat(["ignore"]),r0=t4(rW,function(t,e){return t[e]=!0,t},{ignore:!1}),r1={},r2=new nW(0,0,0,0),r3=function(){function t(t){this.id=tX(),this.animators=[],this.currentStates=[],this.states={},this._init(t)}return t.prototype._init=function(t){this.attr(t)},t.prototype.drift=function(t,e,n){switch(this.draggable){case"horizontal":e=0;break;case"vertical":t=0}var i=this.transform;i||(i=this.transform=[1,0,0,1,0,0]),i[4]+=t,i[5]+=e,this.decomposeTransform(),this.markRedraw()},t.prototype.beforeUpdate=function(){},t.prototype.afterUpdate=function(){},t.prototype.update=function(){this.updateTransform(),this.__dirty&&this.updateInnerText()},t.prototype.updateInnerText=function(t){var e=this._textContent;if(e&&(!e.ignore||t)){this.textConfig||(this.textConfig={});var n=this.textConfig,i=n.local,r=e.innerTransformable,o=void 0,a=void 0,s=!1;r.parent=i?this:null;var l=!1;if(r.copyTransform(e),null!=n.position){n.layoutRect?r2.copy(n.layoutRect):r2.copy(this.getBoundingRect()),i||r2.applyTransform(this.transform),this.calculateTextPosition?this.calculateTextPosition(r1,n,r2):r$(r1,n,r2),r.x=r1.x,r.y=r1.y,o=r1.align,a=r1.verticalAlign;var u=n.origin;if(u&&null!=n.rotation){var c=void 0,h=void 0;"center"===u?(c=.5*r2.width,h=.5*r2.height):(c=rK(u[0],r2.width),h=rK(u[1],r2.height)),l=!0,r.originX=-r.x+c+(i?0:r2.x),r.originY=-r.y+h+(i?0:r2.y)}}null!=n.rotation&&(r.rotation=n.rotation);var d=n.offset;d&&(r.x+=d[0],r.y+=d[1],l||(r.originX=-d[0],r.originY=-d[1]));var p=null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside,f=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={}),g=void 0,y=void 0,m=void 0;p&&this.canBeInsideText()?(g=n.insideFill,y=n.insideStroke,(null==g||"auto"===g)&&(g=this.getInsideTextFill()),(null==y||"auto"===y)&&(y=this.getInsideTextStroke(g),m=!0)):(g=n.outsideFill,y=n.outsideStroke,(null==g||"auto"===g)&&(g=this.getOutsideFill()),(null==y||"auto"===y)&&(y=this.getOutsideStroke(g),m=!0)),((g=g||"#000")!==f.fill||y!==f.stroke||m!==f.autoStroke||o!==f.align||a!==f.verticalAlign)&&(s=!0,f.fill=g,f.stroke=y,f.autoStroke=m,f.align=o,f.verticalAlign=a,e.setDefaultTextStyle(f)),e.__dirty|=1,s&&e.dirtyStyle(!0)}},t.prototype.canBeInsideText=function(){return!0},t.prototype.getInsideTextFill=function(){return"#fff"},t.prototype.getInsideTextStroke=function(t){return"#000"},t.prototype.getOutsideFill=function(){return this.__zr&&this.__zr.isDarkMode()?rO:rP},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&iz(e);n||(n=[255,255,255,1]);for(var i=n[3],r=this.__zr.isDarkMode(),o=0;o<3;o++)n[o]=n[o]*i+255*!r*(1-i);return n[3]=1,iY(n,"rgba")},t.prototype.traverse=function(t,e){},t.prototype.attrKV=function(t,e){"textConfig"===t?this.setTextConfig(e):"textContent"===t?this.setTextContent(e):"clipPath"===t?this.setClipPath(e):"extra"===t?(this.extra=this.extra||{},tK(this.extra,e)):this[t]=e},t.prototype.hide=function(){this.ignore=!0,this.markRedraw()},t.prototype.show=function(){this.ignore=!1,this.markRedraw()},t.prototype.attr=function(t,e){if("string"==typeof t)this.attrKV(t,e);else if(ea(t))for(var n=t7(t),i=0;i<n.length;i++){var r=n[i];this.attrKV(r,t[r])}return this.markRedraw(),this},t.prototype.saveCurrentToNormalState=function(t){this._innerSaveToNormal(t);for(var e=this._normalState,n=0;n<this.animators.length;n++){var i=this.animators[n],r=i.__fromStateTransition;if(!i.getLoop()&&(!r||r===rJ)){var o=i.targetName,a=o?e[o]:e;i.saveTo(a)}}},t.prototype._innerSaveToNormal=function(t){var e=this._normalState;e||(e=this._normalState={}),t.textConfig&&!e.textConfig&&(e.textConfig=this.textConfig),this._savePrimaryToNormal(t,e,rQ)},t.prototype._savePrimaryToNormal=function(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null==t[r]||r in e||(e[r]=this[r])}},t.prototype.hasState=function(){return this.currentStates.length>0},t.prototype.getState=function(t){return this.states[t]},t.prototype.ensureState=function(t){var e=this.states;return e[t]||(e[t]={}),e[t]},t.prototype.clearStates=function(t){this.useState(rJ,!1,t)},t.prototype.useState=function(t,e,n,i){var r,o=t===rJ;if(this.hasState()||!o){var a=this.currentStates,s=this.stateTransition;if(!(tQ(a,t)>=0)||!e&&1!==a.length){if(this.stateProxy&&!o&&(r=this.stateProxy(t)),r||(r=this.states&&this.states[t]),!r&&!o)return void tY("State "+t+" not exists.");o||this.saveCurrentToNormalState(r);var l=!!(r&&r.hoverLayer||i);l&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,r,this._normalState,e,!n&&!this.__inHover&&s&&s.duration>0,s);var u=this._textContent,c=this._textGuide;return u&&u.useState(t,e,n,l),c&&c.useState(t,e,n,l),o?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!l&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2),r}}},t.prototype.useStates=function(t,e,n){if(t.length){var i=[],r=this.currentStates,o=t.length,a=o===r.length;if(a){for(var s=0;s<o;s++)if(t[s]!==r[s]){a=!1;break}}if(!a){for(var s=0;s<o;s++){var l=t[s],u=void 0;this.stateProxy&&(u=this.stateProxy(l,t)),u||(u=this.states[l]),u&&i.push(u)}var c=i[o-1],h=!!(c&&c.hoverLayer||n);h&&this._toggleHoverLayerFlag(!0);var d=this._mergeStates(i),p=this.stateTransition;this.saveCurrentToNormalState(d),this._applyStateObj(t.join(","),d,this._normalState,!1,!e&&!this.__inHover&&p&&p.duration>0,p);var f=this._textContent,g=this._textGuide;f&&f.useStates(t,e,h),g&&g.useStates(t,e,h),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!h&&this.__inHover&&(this._toggleHoverLayerFlag(!1),this.__dirty&=-2)}}else this.clearStates()},t.prototype.isSilent=function(){for(var t=this.silent,e=this.parent;!t&&e;){if(e.silent){t=!0;break}e=e.parent}return t},t.prototype._updateAnimationTargets=function(){for(var t=0;t<this.animators.length;t++){var e=this.animators[t];e.targetName&&e.changeTarget(this[e.targetName])}},t.prototype.removeState=function(t){var e=tQ(this.currentStates,t);if(e>=0){var n=this.currentStates.slice();n.splice(e,1),this.useStates(n)}},t.prototype.replaceState=function(t,e,n){var i=this.currentStates.slice(),r=tQ(i,t),o=tQ(i,e)>=0;r>=0?o?i.splice(r,1):i[r]=e:n&&!o&&i.push(e),this.useStates(i)},t.prototype.toggleState=function(t,e){e?this.useState(t,!0):this.removeState(t)},t.prototype._mergeStates=function(t){for(var e,n={},i=0;i<t.length;i++){var r=t[i];tK(n,r),r.textConfig&&tK(e=e||{},r.textConfig)}return e&&(n.textConfig=e),n},t.prototype._applyStateObj=function(t,e,n,i,r,o){var a=!(e&&i);e&&e.textConfig?(this.textConfig=tK({},i?this.textConfig:n.textConfig),tK(this.textConfig,e.textConfig)):a&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},l=!1,u=0;u<rQ.length;u++){var c=rQ[u],h=r&&r0[c];e&&null!=e[c]?h?(l=!0,s[c]=e[c]):this[c]=e[c]:a&&null!=n[c]&&(h?(l=!0,s[c]=n[c]):this[c]=n[c])}if(!r)for(var u=0;u<this.animators.length;u++){var d=this.animators[u],p=d.targetName;d.getLoop()||d.__changeFinalValue(p?(e||n)[p]:e||n)}l&&this._transitionState(t,s,o)},t.prototype._attachComponent=function(t){if((!t.__zr||t.__hostTarget)&&t!==this){var e=this.__zr;e&&t.addSelfToZr(e),t.__zr=e,t.__hostTarget=this}},t.prototype._detachComponent=function(t){t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__hostTarget=null},t.prototype.getClipPath=function(){return this._clipPath},t.prototype.setClipPath=function(t){this._clipPath&&this._clipPath!==t&&this.removeClipPath(),this._attachComponent(t),this._clipPath=t,this.markRedraw()},t.prototype.removeClipPath=function(){var t=this._clipPath;t&&(this._detachComponent(t),this._clipPath=null,this.markRedraw())},t.prototype.getTextContent=function(){return this._textContent},t.prototype.setTextContent=function(t){var e=this._textContent;e!==t&&(e&&e!==t&&this.removeTextContent(),t.innerTransformable=new rF,this._attachComponent(t),this._textContent=t,this.markRedraw())},t.prototype.setTextConfig=function(t){this.textConfig||(this.textConfig={}),tK(this.textConfig,t),this.markRedraw()},t.prototype.removeTextConfig=function(){this.textConfig=null,this.markRedraw()},t.prototype.removeTextContent=function(){var t=this._textContent;t&&(t.innerTransformable=null,this._detachComponent(t),this._textContent=null,this._innerTextDefaultStyle=null,this.markRedraw())},t.prototype.getTextGuideLine=function(){return this._textGuide},t.prototype.setTextGuideLine=function(t){this._textGuide&&this._textGuide!==t&&this.removeTextGuideLine(),this._attachComponent(t),this._textGuide=t,this.markRedraw()},t.prototype.removeTextGuideLine=function(){var t=this._textGuide;t&&(this._detachComponent(t),this._textGuide=null,this.markRedraw())},t.prototype.markRedraw=function(){this.__dirty|=1;var t=this.__zr;t&&(this.__inHover?t.refreshHover():t.refresh()),this.__hostTarget&&this.__hostTarget.markRedraw()},t.prototype.dirty=function(){this.markRedraw()},t.prototype._toggleHoverLayerFlag=function(t){this.__inHover=t;var e=this._textContent,n=this._textGuide;e&&(e.__inHover=t),n&&(n.__inHover=t)},t.prototype.addSelfToZr=function(t){if(this.__zr!==t){this.__zr=t;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.addAnimator(e[n]);this._clipPath&&this._clipPath.addSelfToZr(t),this._textContent&&this._textContent.addSelfToZr(t),this._textGuide&&this._textGuide.addSelfToZr(t)}},t.prototype.removeSelfFromZr=function(t){if(this.__zr){this.__zr=null;var e=this.animators;if(e)for(var n=0;n<e.length;n++)t.animation.removeAnimator(e[n]);this._clipPath&&this._clipPath.removeSelfFromZr(t),this._textContent&&this._textContent.removeSelfFromZr(t),this._textGuide&&this._textGuide.removeSelfFromZr(t)}},t.prototype.animate=function(t,e,n){var i=new rd(t?this[t]:this,e,n);return t&&(i.targetName=t),this.addAnimator(i,t),i},t.prototype.addAnimator=function(t,e){var n=this.__zr,i=this;t.during(function(){i.updateDuringAnimation(e)}).done(function(){var e=i.animators,n=tQ(e,t);n>=0&&e.splice(n,1)}),this.animators.push(t),n&&n.animation.addAnimator(t),n&&n.wakeUp()},t.prototype.updateDuringAnimation=function(t){this.markRedraw()},t.prototype.stopAnimation=function(t,e){for(var n=this.animators,i=n.length,r=[],o=0;o<i;o++){var a=n[o];t&&t!==a.scope?r.push(a):a.stop(e)}return this.animators=r,this},t.prototype.animateTo=function(t,e,n){r5(this,t,e,n)},t.prototype.animateFrom=function(t,e,n){r5(this,t,e,n,!0)},t.prototype._transitionState=function(t,e,n,i){for(var r=r5(this,e,n,i),o=0;o<r.length;o++)r[o].__fromStateTransition=t},t.prototype.getBoundingRect=function(){return null},t.prototype.getPaintRect=function(){return null},t.initDefaultProps=function(){var e=t.prototype;function n(t,n,i,r){Object.defineProperty(e,t,{get:function(){return this[n]||o(this,this[n]=[]),this[n]},set:function(t){this[i]=t[0],this[r]=t[1],this[n]=t,o(this,t)}});function o(t,e){Object.defineProperty(e,0,{get:function(){return t[i]},set:function(e){t[i]=e}}),Object.defineProperty(e,1,{get:function(){return t[r]},set:function(e){t[r]=e}})}}e.type="element",e.name="",e.ignore=e.silent=e.isGroup=e.draggable=e.dragging=e.ignoreClip=e.__inHover=!1,e.__dirty=1,Object.defineProperty&&(n("position","_legacyPos","x","y"),n("scale","_legacyScale","scaleX","scaleY"),n("origin","_legacyOrigin","originX","originY"))}(),t}();function r5(t,e,n,i,r){var o=[];!function t(e,n,i,r,o,a,s,l){for(var u=t7(r),c=o.duration,h=o.delay,d=o.additive,p=o.setToFinal,f=!ea(a),g=e.animators,y=[],m=0;m<u.length;m++){var v=u[m],x=r[v];if(null!=x&&null!=i[v]&&(f||a[v]))if(!ea(x)||t2(x)||ec(x))y.push(v);else{if(n){l||(i[v]=x,e.updateDuringAnimation(n));continue}t(e,v,i[v],x,o,a&&a[v],s,l)}else l||(i[v]=x,e.updateDuringAnimation(n),y.push(v))}var b=y.length;if(!d&&b)for(var _=0;_<g.length;_++){var S=g[_];if(S.targetName===n&&S.stopTracks(y)){var w=tQ(g,S);g.splice(w,1)}}if(o.force||(b=(y=t9(y,function(t){var e,n;return!((e=r[t])===(n=i[t])||t2(e)&&t2(n)&&function(t,e){var n=t.length;if(n!==e.length)return!1;for(var i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}(e,n))})).length),b>0||o.force&&!s.length){var M=void 0,C=void 0,I=void 0;if(l){C={},p&&(M={});for(var _=0;_<b;_++){var v=y[_];C[v]=i[v],p?M[v]=r[v]:i[v]=r[v]}}else if(p){I={};for(var _=0;_<b;_++){var v=y[_];I[v]=ra(i[v]),function(t,e,n){if(t2(e[n]))if(t2(t[n])||(t[n]=[]),el(e[n])){var i=e[n].length;t[n].length!==i&&(t[n]=new e[n].constructor(i),r4(t[n],e[n],i))}else{var r=e[n],o=t[n],a=r.length;if(t2(r[0]))for(var s=r[0].length,l=0;l<a;l++)o[l]?r4(o[l],r[l],s):o[l]=Array.prototype.slice.call(r[l]);else r4(o,r,a);o.length=r.length}else t[n]=e[n]}(i,r,v)}}var S=new rd(i,!1,!1,d?t9(g,function(t){return t.targetName===n}):null);S.targetName=n,o.scope&&(S.scope=o.scope),p&&M&&S.whenWithKeys(0,M,y),I&&S.whenWithKeys(0,I,y),S.whenWithKeys(null==c?500:c,l?C:r,y).delay(h||0),e.addAnimator(S,n),s.push(S)}}(t,"",t,e,n=n||{},i,o,r);var a=o.length,s=!1,l=n.done,u=n.aborted,c=function(){s=!0,--a<=0&&(s?l&&l():u&&u())},h=function(){--a<=0&&(s?l&&l():u&&u())};!a&&l&&l(),o.length>0&&n.during&&o[0].during(function(t,e){n.during(e)});for(var d=0;d<o.length;d++){var p=o[d];c&&p.done(c),h&&p.aborted(h),n.force&&p.duration(n.duration),p.start(n.easing)}return o}function r4(t,e,n){for(var i=0;i<n;i++)t[i]=e[i]}t1(r3,e8),t1(r3,rF);var r9=function(t){function e(e){var n=t.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return eN(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.children=function(){return this._children.slice()},e.prototype.childAt=function(t){return this._children[t]},e.prototype.childOfName=function(t){for(var e=this._children,n=0;n<e.length;n++)if(e[n].name===t)return e[n]},e.prototype.childCount=function(){return this._children.length},e.prototype.add=function(t){return t&&t!==this&&t.parent!==this&&(this._children.push(t),this._doAdd(t)),this},e.prototype.addBefore=function(t,e){if(t&&t!==this&&t.parent!==this&&e&&e.parent===this){var n=this._children,i=n.indexOf(e);i>=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=tQ(this._children,t);return n>=0&&this.replaceAt(e,n),this},e.prototype.replaceAt=function(t,e){var n=this._children,i=n[e];if(t&&t!==this&&t.parent!==this&&t!==i){n[e]=t,i.parent=null;var r=this.__zr;r&&i.removeSelfFromZr(r),this._doAdd(t)}return this},e.prototype._doAdd=function(t){t.parent&&t.parent.remove(t),t.parent=this;var e=this.__zr;e&&e!==t.__zr&&t.addSelfToZr(e),e&&e.refresh()},e.prototype.remove=function(t){var e=this.__zr,n=this._children,i=tQ(n,t);return i<0||(n.splice(i,1),t.parent=null,e&&t.removeSelfFromZr(e),e&&e.refresh()),this},e.prototype.removeAll=function(){for(var t=this._children,e=this.__zr,n=0;n<t.length;n++){var i=t[n];e&&i.removeSelfFromZr(e),i.parent=null}return t.length=0,this},e.prototype.eachChild=function(t,e){for(var n=this._children,i=0;i<n.length;i++){var r=n[i];t.call(e,r,i)}return this},e.prototype.traverse=function(t,e){for(var n=0;n<this._children.length;n++){var i=this._children[n],r=t.call(e,i);i.isGroup&&!r&&i.traverse(t,e)}return this},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].addSelfToZr(e)},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].removeSelfFromZr(e)},e.prototype.getBoundingRect=function(t){for(var e=new nW(0,0,0,0),n=t||this._children,i=[],r=null,o=0;o<n.length;o++){var a=n[o];if(!a.ignore&&!a.invisible){var s=a.getBoundingRect(),l=a.getLocalTransform(i);l?(nW.applyTransform(e,s,l),(r=r||e.clone()).union(e)):(r=r||s.clone()).union(s)}}return r||e},e}(r3);r9.prototype.type="group";var r6=r9,r7={},r8={},ot=function(){function t(t,e,n){var i,r=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!0,this._darkMode=!1,n=n||{},this.dom=e,this.id=t;var o=new n4,a=n.renderer||"canvas";r7[a]||(a=t7(r7)[0]),n.useDirtyRect=null!=n.useDirtyRect&&n.useDirtyRect;var s=new r7[a](e,o,n,t),l=n.ssr||s.ssrOnly;this.storage=o,this.painter=s;var u=tT.node||tT.worker||l?null:new rD(s.getViewportRoot(),s.root),c=n.useCoarsePointer;(null==c||"auto"===c?tT.touchEventsSupported:!!c)&&(i=eg(n.pointerSize,44)),this.handler=new nZ(o,s,u,s.root,i),this.animation=new rf({stage:{update:l?null:function(){return r._flush(!0)}}}),l||this.animation.start()}return t.prototype.add=function(t){!this._disposed&&t&&(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},t.prototype.remove=function(t){!this._disposed&&t&&(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},t.prototype.configLayer=function(t,e){this._disposed||(this.painter.configLayer&&this.painter.configLayer(t,e),this.refresh())},t.prototype.setBackgroundColor=function(t){this._disposed||(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=function(t){if(!t)return!1;if("string"==typeof t)return .4>iU(t,1);if(t.colorStops){for(var e=t.colorStops,n=0,i=e.length,r=0;r<i;r++)n+=iU(e[r].color,1);return(n/=i)<.4}return!1}(t))},t.prototype.getBackgroundColor=function(){return this._backgroundColor},t.prototype.setDarkMode=function(t){this._darkMode=t},t.prototype.isDarkMode=function(){return this._darkMode},t.prototype.refreshImmediately=function(t){this._disposed||(t||this.animation.update(!0),this._needsRefresh=!1,this.painter.refresh(),this._needsRefresh=!1)},t.prototype.refresh=function(){this._disposed||(this._needsRefresh=!0,this.animation.start())},t.prototype.flush=function(){this._disposed||this._flush(!1)},t.prototype._flush=function(t){var e,n=rp();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var i=rp();e?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:i-n})):this._sleepAfterStill>0&&(this._stillFrameAccum++,this._stillFrameAccum>this._sleepAfterStill&&this.animation.stop())},t.prototype.setSleepAfterStill=function(t){this._sleepAfterStill=t},t.prototype.wakeUp=function(){this._disposed||(this.animation.start(),this._stillFrameAccum=0)},t.prototype.refreshHover=function(){this._needsRefreshHover=!0},t.prototype.refreshHoverImmediately=function(){!this._disposed&&(this._needsRefreshHover=!1,this.painter.refreshHover&&"canvas"===this.painter.getType()&&this.painter.refreshHover())},t.prototype.resize=function(t){this._disposed||(t=t||{},this.painter.resize(t.width,t.height),this.handler.resize())},t.prototype.clearAnimation=function(){this._disposed||this.animation.clear()},t.prototype.getWidth=function(){if(!this._disposed)return this.painter.getWidth()},t.prototype.getHeight=function(){if(!this._disposed)return this.painter.getHeight()},t.prototype.setCursorStyle=function(t){this._disposed||this.handler.setCursorStyle(t)},t.prototype.findHover=function(t,e){if(!this._disposed)return this.handler.findHover(t,e)},t.prototype.on=function(t,e,n){return this._disposed||this.handler.on(t,e,n),this},t.prototype.off=function(t,e){this._disposed||this.handler.off(t,e)},t.prototype.trigger=function(t,e){this._disposed||this.handler.trigger(t,e)},t.prototype.clear=function(){if(!this._disposed){for(var t=this.storage.getRoots(),e=0;e<t.length;e++)t[e]instanceof r6&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},t.prototype.dispose=function(){if(!this._disposed){var t;this.animation.stop(),this.clear(),this.storage.dispose(),this.painter.dispose(),this.handler.dispose(),this.animation=this.storage=this.painter=this.handler=null,this._disposed=!0,t=this.id,delete r8[t]}},t}();function oe(t,e){var n=new ot(tX(),t,e);return r8[n.id]=n,n}function on(t){t.dispose()}function oi(){for(var t in r8)r8.hasOwnProperty(t)&&r8[t].dispose();r8={}}function or(t){return r8[t]}function oo(t,e){r7[t]=e}function oa(t){if("function"==typeof _)return _(t)}function os(t){_=t}var ol="5.6.1";function ou(t,e,n,i){var r=e[0],o=e[1],a=n[0],s=n[1],l=o-r,u=s-a;if(0===l)return 0===u?a:(a+s)/2;if(i){if(l>0){if(t<=r)return a;else if(t>=o)return s}else if(t>=r)return a;else if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}function oc(t,e){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return ei(t)?t.replace(/^\s+|\s+$/g,"").match(/%$/)?parseFloat(t)/100*e:parseFloat(t):null==t?NaN:+t}function oh(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),n?t:+t}function od(t){return t.sort(function(t,e){return t-e}),t}function op(t){if(isNaN(t*=1))return 0;if(t>1e-14){for(var e=1,n=0;n<15;n++,e*=10)if(Math.round(t*e)/e===t)return n}return of(t)}function of(t){var e=t.toString().toLowerCase(),n=e.indexOf("e"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf(".");return Math.max(0,(o<0?0:r-1-o)-i)}function og(t,e){var n=Math.log,i=Math.LN10,r=Math.min(Math.max(-Math.floor(n(t[1]-t[0])/i)+Math.round(n(Math.abs(e[1]-e[0]))/i),0),20);return isFinite(r)?r:20}function oy(t,e,n){return t[e]&&om(t,n)[e]||0}function om(t,e){var n=t4(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return[];for(var i=Math.pow(10,e),r=t5(t,function(t){return(isNaN(t)?0:t)/n*i*100}),o=100*i,a=t5(r,function(t){return Math.floor(t)}),s=t4(a,function(t,e){return t+e},0),l=t5(r,function(t,e){return t-a[e]});s<o;){for(var u=-1/0,c=null,h=0,d=l.length;h<d;++h)l[h]>u&&(u=l[h],c=h);++a[c],l[c]=0,++s}return t5(a,function(t){return t/i})}var ov=0x1fffffffffffff;function ox(t){var e=2*Math.PI;return(t%e+e)%e}function ob(t){return t>-1e-4&&t<1e-4}var o_=/^(?:(\d{4})(?:[-\/](\d{1,2})(?:[-\/](\d{1,2})(?:[T ](\d{1,2})(?::(\d{1,2})(?::(\d{1,2})(?:[.,](\d+))?)?)?(Z|[\+\-]\d\d:?\d\d)?)?)?)?)?$/;function oS(t){if(t instanceof Date)return t;if(ei(t)){var e=o_.exec(t);if(!e)return new Date(NaN);if(!e[8])return new Date(+e[1],(e[2]||1)-1,+e[3]||1,+e[4]||0,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0);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]?+e[7].substring(0,3):0))}return null==t?new Date(NaN):new Date(Math.round(t))}function ow(t){return Math.pow(10,oM(t))}function oM(t){if(0===t)return 0;var e=Math.floor(Math.log(t)/Math.LN10);return t/Math.pow(10,e)>=10&&e++,e}function oC(t,e){var n=oM(t),i=Math.pow(10,n),r=t/i;return t=(e?r<1.5?1:r<2.5?2:r<4?3:r<7?5:10:r<1?1:r<2?2:r<3?3:r<5?5:10)*i,n>=-20?+t.toFixed(n<0?-n:0):t}function oI(t,e){var n=(t.length-1)*e+1,i=Math.floor(n),r=+t[i-1],o=n-i;return o?r+o*(t[i]-r):r}function oT(t){t.sort(function(t,e){return!function t(e,n,i){return e.interval[i]<n.interval[i]||e.interval[i]===n.interval[i]&&(e.close[i]-n.close[i]==(i?-1:1)||!i&&t(e,n,1))}(t,e,0)?1:-1});for(var e=-1/0,n=1,i=0;i<t.length;){for(var r=t[i].interval,o=t[i].close,a=0;a<2;a++)r[a]<=e&&(r[a]=e,o[a]=a?1:1-n),e=r[a],n=o[a];r[0]===r[1]&&o[0]*o[1]!=1?t.splice(i,1):i++}return t}function oA(t){var e=parseFloat(t);return e==t&&(0!==e||!ei(t)||0>=t.indexOf("x"))?e:NaN}function oD(t){return!isNaN(oA(t))}function ok(){return Math.round(9*Math.random())}function oL(t,e){return null==t?e:null==e?t:t*e/function t(e,n){return 0===n?e:t(n,e%n)}(t,e)}var oP="series\0",oO="\0_ec_\0";function oR(t){return t instanceof Array?t:null==t?[]:[t]}function oN(t,e,n){if(t){t[e]=t[e]||{},t.emphasis=t.emphasis||{},t.emphasis[e]=t.emphasis[e]||{};for(var i=0,r=n.length;i<r;i++){var o=n[i];!t.emphasis[e].hasOwnProperty(o)&&t[e].hasOwnProperty(o)&&(t.emphasis[e][o]=t[e][o])}}}var oz=["fontStyle","fontWeight","fontSize","fontFamily","rich","tag","color","textBorderColor","textBorderWidth","width","height","lineHeight","align","verticalAlign","baseline","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY","backgroundColor","borderColor","borderWidth","borderRadius","padding"];function oE(t){return!ea(t)||ee(t)||t instanceof Date?t:t.value}function oB(t,e,n){var i,r,o,a,s,l,u,c,h,d,p,f,g="normalMerge"===n,y="replaceMerge"===n,m="replaceAll"===n;t=t||[],e=(e||[]).slice();var v=eT();t3(e,function(t,n){if(!ea(t)){e[n]=null;return}});var x=function(t,e,n){var i=[];if("replaceAll"===n)return i;for(var r=0;r<t.length;r++){var o=t[r];o&&null!=o.id&&e.set(o.id,r),i.push({existing:"replaceMerge"===n||oH(o)?null:o,newOption:null,keyInfo:null,brandNew:null})}return i}(t,v,n);return(g||y)&&(i=x,r=t,o=v,t3(a=e,function(t,e){if(t&&null!=t.id){var n=oF(t.id),s=o.get(n);if(null!=s){var l=i[s];ex(!l.newOption,'Duplicated option on id "'+n+'".'),l.newOption=t,l.existing=r[s],a[e]=null}}})),g&&(s=x,t3(l=e,function(t,e){if(t&&null!=t.name)for(var n=0;n<s.length;n++){var i=s[n].existing;if(!s[n].newOption&&i&&(null==i.id||null==t.id)&&!oH(t)&&!oH(i)&&oV("name",i,t)){s[n].newOption=t,l[e]=null;return}}})),g||y?(u=x,c=e,h=y,t3(c,function(t){if(t){for(var e,n=0;(e=u[n])&&(e.newOption||oH(e.existing)||e.existing&&null!=t.id&&!oV("id",t,e.existing));)n++;e?(e.newOption=t,e.brandNew=h):u.push({newOption:t,brandNew:h,existing:null,keyInfo:null}),n++}})):m&&(d=x,t3(e,function(t){d.push({newOption:t,brandNew:!0,existing:null,keyInfo:null})})),p=x,f=eT(),t3(p,function(t){var e=t.existing;e&&f.set(e.id,t)}),t3(p,function(t){var e=t.newOption;ex(!e||null==e.id||!f.get(e.id)||f.get(e.id)===t,"id duplicates: "+(e&&e.id)),e&&null!=e.id&&f.set(e.id,t),t.keyInfo||(t.keyInfo={})}),t3(p,function(t,e){var n=t.existing,i=t.newOption,r=t.keyInfo;if(ea(i)){if(r.name=null!=i.name?oF(i.name):n?n.name:oP+e,n)r.id=oF(n.id);else if(null!=i.id)r.id=oF(i.id);else{var o=0;do r.id="\0"+r.name+"\0"+o++;while(f.get(r.id))}f.set(r.id,t)}}),x}function oV(t,e,n){var i=oW(e[t],null),r=oW(n[t],null);return null!=i&&null!=r&&i===r}function oF(t){return oW(t,"")}function oW(t,e){return null==t?e:ei(t)?t:eo(t)||er(t)?t+"":e}function oG(t){var e=t.name;return!!(e&&e.indexOf(oP))}function oH(t){return t&&null!=t.id&&0===oF(t.id).indexOf(oO)}function oj(t,e){return null!=e.dataIndexInside?e.dataIndexInside:null!=e.dataIndex?ee(e.dataIndex)?t5(e.dataIndex,function(e){return t.indexOfRawIndex(e)}):t.indexOfRawIndex(e.dataIndex):null!=e.name?ee(e.name)?t5(e.name,function(e){return t.indexOfName(e)}):t.indexOfName(e.name):void 0}function oX(){var t="__ec_inner_"+oY++;return function(e){return e[t]||(e[t]={})}}var oY=ok();function oU(t,e,n){var i=oZ(e,n),r=i.mainTypeSpecified,o=i.queryOptionMap,a=i.others,s=n?n.defaultMainType:null;return!r&&s&&o.set(s,{}),o.each(function(e,i){var r=o$(t,i,e,{useDefault:s===i,enableAll:!n||null==n.enableAll||n.enableAll,enableNone:!n||null==n.enableNone||n.enableNone});a[i+"Models"]=r.models,a[i+"Model"]=r.models[0]}),a}function oZ(t,e){if(ei(t)){var n,i={};i[t+"Index"]=0,n=i}else n=t;var r=eT(),o={},a=!1;return t3(n,function(t,n){if("dataIndex"===n||"dataIndexInside"===n){o[n]=t;return}var i=n.match(/^(\w+)(Index|Id|Name)$/)||[],s=i[1],l=(i[2]||"").toLowerCase();!s||!l||e&&e.includeMainTypes&&0>tQ(e.includeMainTypes,s)||(a=a||!!s,(r.get(s)||r.set(s,{}))[l]=t)}),{mainTypeSpecified:a,queryOptionMap:r,others:o}}var oq={useDefault:!0,enableAll:!1,enableNone:!1},oK={useDefault:!1,enableAll:!0,enableNone:!0};function o$(t,e,n,i){i=i||oq;var r=n.index,o=n.id,a=n.name,s={models:null,specified:null!=r||null!=o||null!=a};if(!s.specified){var l=void 0;return s.models=i.useDefault&&(l=t.getComponent(e))?[l]:[],s}return"none"===r||!1===r?(ex(i.enableNone,'`"none"` or `false` is not a valid value on index option.'),s.models=[]):("all"===r&&(ex(i.enableAll,'`"all"` is not a valid value on index option.'),r=o=a=null),s.models=t.queryComponents({mainType:e,index:r,id:o,name:a})),s}function oJ(t,e,n){t.setAttribute?t.setAttribute(e,n):t[e]=n}function oQ(t,e){var n=eT(),i=[];return t3(t,function(t){var r=e(t);(n.get(r)||(i.push(r),n.set(r,[]))).push(t)}),{keys:i,buckets:n}}function o0(t,e,n,i,r){var o=null==e||"auto"===e;if(null==i)return i;if(eo(i)){var a,s=(i-(a=n||0))*r+a;return oh(s,o?Math.max(op(n||0),op(i)):e)}if(ei(i))return r<1?n:i;for(var l=[],u=Math.max(n?n.length:0,i.length),c=0;c<u;++c){var h=t.getDimensionInfo(c);if(h&&"ordinal"===h.type)l[c]=(r<1&&n?n:i)[c];else{var d=n&&n[c]?n[c]:0,p=i[c],s=(p-d)*r+d;l[c]=oh(s,o?Math.max(op(d),op(p)):e)}}return l}var o1="___EC__COMPONENT__CONTAINER___",o2="___EC__EXTENDED_CLASS___";function o3(t){var e={main:"",sub:""};if(t){var n=t.split(".");e.main=n[0]||"",e.sub=n[1]||""}return e}function o5(t,e){t.$constructor=t,t.extend=function(t){var e,n,i=this;return en(e=i)&&/^class\s/.test(Function.prototype.toString.call(e))?n=function(t){function e(){return t.apply(this,arguments)||this}return tM(e,t),e}(i):t0(n=function(){(t.$constructor||i).apply(this,arguments)},this),tK(n.prototype,t),n[o2]=!0,n.extend=this.extend,n.superCall=o6,n.superApply=o7,n.superClass=i,n}}function o4(t,e){t.extend=e.extend}var o9=Math.round(10*Math.random());function o6(t,e){for(var n=[],i=2;i<arguments.length;i++)n[i-2]=arguments[i];return this.superClass.prototype[e].apply(t,n)}function o7(t,e,n){return this.superClass.prototype[e].apply(t,n)}function o8(t){var e={};t.registerClass=function(t){var n=t.type||t.prototype.type;if(n){ex(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(n),'componentType "'+n+'" illegal'),t.prototype.type=n;var i,r,o=o3(n);o.sub?o.sub!==o1&&(((r=e[(i=o).main])&&r[o1]||((r=e[i.main]={})[o1]=!0),r)[o.sub]=t):e[o.main]=t}return t},t.getClass=function(t,n,i){var r=e[t];if(r&&r[o1]&&(r=n?r[n]:null),i&&!r)throw Error(n?"Component "+t+"."+(n||"")+" is used but not imported.":t+".type should be specified.");return r},t.getClassesByMainType=function(t){var n=o3(t),i=[],r=e[n.main];return r&&r[o1]?t3(r,function(t,e){e!==o1&&i.push(t)}):i.push(r),i},t.hasClass=function(t){return!!e[o3(t).main]},t.getAllClassMainTypes=function(){var t=[];return t3(e,function(e,n){t.push(n)}),t},t.hasSubTypes=function(t){var n=e[o3(t).main];return n&&n[o1]}}function at(t,e){for(var n=0;n<t.length;n++)t[n][1]||(t[n][1]=t[n][0]);return e=e||!1,function(n,i,r){for(var o={},a=0;a<t.length;a++){var s=t[a][1];if(!(i&&tQ(i,s)>=0||r&&0>tQ(r,s))){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var ae=at([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),an=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return ae(this,t,e)},t}(),ai=new iM(50);function ar(t,e,n,i,r){if(!t)return e;if("string"!=typeof t)return t;if(e&&e.__zrImageSrc===t||!n)return e;var o=ai.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?aa(e=o.image)||o.pending.push(a):((e=tL.loadImage(t,ao,ao)).__zrImageSrc=t,ai.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}function ao(){var t=this.__cachedImgObj;this.onload=this.onerror=this.__cachedImgObj=null;for(var e=0;e<t.pending.length;e++){var n=t.pending[e],i=n.cb;i&&i(this,n.cbPayload),n.hostEl.dirty()}t.pending.length=0}function aa(t){return t&&t.width&&t.height}var as=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function al(t,e,n,i,r){var o={};return au(o,t,e,n,i,r),o.text}function au(t,e,n,i,r,o){if(!n){t.text="",t.isTruncated=!1;return}var a=(e+"").split("\n");o=ac(n,i,r,o);for(var s=!1,l={},u=0,c=a.length;u<c;u++)ah(l,a[u],o),a[u]=l.textLine,s=s||l.isTruncated;t.text=a.join("\n"),t.isTruncated=s}function ac(t,e,n,i){var r=tK({},i=i||{});r.font=e,n=eg(n,"..."),r.maxIterations=eg(i.maxIterations,2);var o=r.minChar=eg(i.minChar,0);r.cnCharWidth=rj("国",e);var a=r.ascCharWidth=rj("a",e);r.placeholder=eg(i.placeholder,"");for(var s=t=Math.max(0,t-1),l=0;l<o&&s>=a;l++)s-=a;var u=rj(n,e);return u>s&&(n="",u=0),s=t-u,r.ellipsis=n,r.ellipsisWidth=u,r.contentWidth=s,r.containerWidth=t,r}function ah(t,e,n){var i=n.containerWidth,r=n.font,o=n.contentWidth;if(!i){t.textLine="",t.isTruncated=!1;return}var a=rj(e,r);if(a<=i){t.textLine=e,t.isTruncated=!1;return}for(var s=0;;s++){if(a<=o||s>=n.maxIterations){e+=n.ellipsis;break}var l=0===s?function(t,e,n,i){for(var r=0,o=0,a=t.length;o<a&&r<e;o++){var s=t.charCodeAt(o);r+=0<=s&&s<=127?n:i}return o}(e,o,n.ascCharWidth,n.cnCharWidth):a>0?Math.floor(e.length*o/a):0;a=rj(e=e.substr(0,l),r)}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}var ad=function(){},ap=function(t){this.tokens=[],t&&(this.tokens=t)},af=function(){this.width=0,this.height=0,this.contentWidth=0,this.contentHeight=0,this.outerWidth=0,this.outerHeight=0,this.lines=[],this.isTruncated=!1};function ag(t,e,n,i,r){var o,a,s=""===e,l=r&&n.rich[r]||{},u=t.lines,c=l.font||n.font,h=!1;if(i){var d=l.padding,p=d?d[1]+d[3]:0;if(null!=l.width&&"auto"!==l.width){var f=rK(l.width,i.width)+p;u.length>0&&f+i.accumWidth>i.width&&(o=e.split("\n"),h=!0),i.accumWidth=f}else{var g=am(e,c,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+p,a=g.linesWidths,o=g.lines}}else o=e.split("\n");for(var y=0;y<o.length;y++){var m=o[y],v=new ad;if(v.styleName=r,v.text=m,v.isLineHolder=!m&&!s,"number"==typeof l.width?v.width=l.width:v.width=a?a[y]:rj(m,c),y||h)u.push(new ap([v]));else{var x=(u[u.length-1]||(u[0]=new ap)).tokens,b=x.length;1===b&&x[0].isLineHolder?x[0]=v:(m||!b||s)&&x.push(v)}}}var ay=t4(",&?/;] ".split(""),function(t,e){return t[e]=!0,t},{});function am(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=0;h<t.length;h++){var d=t.charAt(h);if("\n"===d){l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0;continue}var p=rj(d,e),f=!i&&!function(t){var e;return(!((e=t.charCodeAt(0))>=32)||!(e<=591))&&(!(e>=880)||!(e<=4351))&&(!(e>=4608)||!(e<=5119))&&(!(e>=7680)||!(e<=8303))||!!ay[t]}(d);if(o.length?c+p>n:r+c+p>n){c?(s||l)&&(f?(s||(s=l,l="",c=u=0),o.push(s),a.push(c-u),l+=d,u+=p,s="",c=u):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=d,c=p)):f?(o.push(l),a.push(u),l=d,u=p):(o.push(d),a.push(p));continue}c+=p,f?(l+=d,u+=p):(l&&(s+=l,l="",u=0),s+=d)}return o.length||s||(s=t,l="",u=0),l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=r),{accumWidth:c,lines:o,linesWidths:a}}var av="__zr_style_"+Math.round(10*Math.random()),ax={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},ab={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};ax[av]=!0;var a_=["z","z2","invisible"],aS=["invisible"],aw=function(t){var e;function n(e){return t.call(this,e)||this}return eN(n,t),n.prototype._init=function(e){for(var n=t7(e),i=0;i<n.length;i++){var r=n[i];"style"===r?this.useStyle(e[r]):t.prototype.attrKV.call(this,r,e[r])}this.style||this.useStyle({})},n.prototype.beforeBrush=function(){},n.prototype.afterBrush=function(){},n.prototype.innerBeforeBrush=function(){},n.prototype.innerAfterBrush=function(){},n.prototype.shouldBePainted=function(t,e,n,i){var r,o,a,s=this.transform;if(this.ignore||this.invisible||0===this.style.opacity||this.culling&&(r=this,o=t,a=e,aM.copy(r.getBoundingRect()),r.transform&&aM.applyTransform(r.transform),aC.width=o,aC.height=a,!aM.intersect(aC))||s&&!s[0]&&!s[3])return!1;if(n&&this.__clipPaths){for(var l=0;l<this.__clipPaths.length;++l)if(this.__clipPaths[l].isZeroArea())return!1}if(i&&this.parent)for(var u=this.parent;u;){if(u.ignore)return!1;u=u.parent}return!0},n.prototype.contain=function(t,e){return this.rectContain(t,e)},n.prototype.traverse=function(t,e){t.call(e,this)},n.prototype.rectContain=function(t,e){var n=this.transformCoordToLocal(t,e);return this.getBoundingRect().contain(n[0],n[1])},n.prototype.getPaintRect=function(){var t=this._paintRect;if(!this._paintRect||this.__dirty){var e=this.transform,n=this.getBoundingRect(),i=this.style,r=i.shadowBlur||0,o=i.shadowOffsetX||0,a=i.shadowOffsetY||0;t=this._paintRect||(this._paintRect=new nW(0,0,0,0)),e?nW.applyTransform(t,n,e):t.copy(n),(r||o||a)&&(t.width+=2*r+Math.abs(o),t.height+=2*r+Math.abs(a),t.x=Math.min(t.x,t.x+o-r),t.y=Math.min(t.y,t.y+a-r));var s=this.dirtyRectTolerance;t.isZero()||(t.x=Math.floor(t.x-s),t.y=Math.floor(t.y-s),t.width=Math.ceil(t.width+1+2*s),t.height=Math.ceil(t.height+1+2*s))}return t},n.prototype.setPrevPaintRect=function(t){t?(this._prevPaintRect=this._prevPaintRect||new nW(0,0,0,0),this._prevPaintRect.copy(t)):this._prevPaintRect=null},n.prototype.getPrevPaintRect=function(){return this._prevPaintRect},n.prototype.animateStyle=function(t){return this.animate("style",t)},n.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():this.markRedraw()},n.prototype.attrKV=function(e,n){"style"!==e?t.prototype.attrKV.call(this,e,n):this.style?this.setStyle(n):this.useStyle(n)},n.prototype.setStyle=function(t,e){return"string"==typeof t?this.style[t]=e:tK(this.style,t),this.dirtyStyle(),this},n.prototype.dirtyStyle=function(t){t||this.markRedraw(),this.__dirty|=2,this._rect&&(this._rect=null)},n.prototype.dirty=function(){this.dirtyStyle()},n.prototype.styleChanged=function(){return!!(2&this.__dirty)},n.prototype.styleUpdated=function(){this.__dirty&=-3},n.prototype.createStyle=function(t){return eD(ax,t)},n.prototype.useStyle=function(t){t[av]||(t=this.createStyle(t)),this.__inHover?this.__hoverStyle=t:this.style=t,this.dirtyStyle()},n.prototype.isStyleObject=function(t){return t[av]},n.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.style&&!n.style&&(n.style=this._mergeStyle(this.createStyle(),this.style)),this._savePrimaryToNormal(e,n,a_)},n.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.style?o?r?s=n.style:(s=this._mergeStyle(this.createStyle(),i.style),this._mergeStyle(s,n.style)):(s=this._mergeStyle(this.createStyle(),r?this.style:i.style),this._mergeStyle(s,n.style)):l&&(s=i.style),s)if(o){var u=this.style;if(this.style=this.createStyle(l?{}:u),l)for(var c=t7(u),h=0;h<c.length;h++){var d=c[h];d in s&&(s[d]=s[d],this.style[d]=u[d])}for(var p=t7(s),h=0;h<p.length;h++){var d=p[h];this.style[d]=this.style[d]}this._transitionState(e,{style:s},a,this.getAnimationStyleProps())}else this.useStyle(s);for(var f=this.__inHover?aS:a_,h=0;h<f.length;h++){var d=f[h];n&&null!=n[d]?this[d]=n[d]:l&&null!=i[d]&&(this[d]=i[d])}},n.prototype._mergeStates=function(e){for(var n,i=t.prototype._mergeStates.call(this,e),r=0;r<e.length;r++){var o=e[r];o.style&&(n=n||{},this._mergeStyle(n,o.style))}return n&&(i.style=n),i},n.prototype._mergeStyle=function(t,e){return tK(t,e),t},n.prototype.getAnimationStyleProps=function(){return ab},n.initDefaultProps=void((e=n.prototype).type="displayable",e.invisible=!1,e.z=0,e.z2=0,e.zlevel=0,e.culling=!1,e.cursor="pointer",e.rectHover=!1,e.incremental=!1,e._rect=null,e.dirtyRectTolerance=0,e.__dirty=3),n}(r3),aM=new nW(0,0,0,0),aC=new nW(0,0,0,0),aI=Math.min,aT=Math.max,aA=Math.sin,aD=Math.cos,ak=2*Math.PI,aL=ez(),aP=ez(),aO=ez();function aR(t,e,n){if(0!==t.length){for(var i=t[0],r=i[0],o=i[0],a=i[1],s=i[1],l=1;l<t.length;l++)r=aI(r,(i=t[l])[0]),o=aT(o,i[0]),a=aI(a,i[1]),s=aT(s,i[1]);e[0]=r,e[1]=a,n[0]=o,n[1]=s}}function aN(t,e,n,i,r,o){r[0]=aI(t,n),r[1]=aI(e,i),o[0]=aT(t,n),o[1]=aT(e,i)}var az=[],aE=[],aB={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},aV=[],aF=[],aW=[],aG=[],aH=[],aj=[],aX=Math.min,aY=Math.max,aU=Math.cos,aZ=Math.sin,aq=Math.abs,aK=Math.PI,a$=2*aK,aJ="u">typeof Float32Array,aQ=[];function a0(t){return Math.round(t/aK*1e8)/1e8%2*aK}function a1(t,e){var n=a0(t[0]);n<0&&(n+=a$);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=a$?r=n+a$:e&&n-r>=a$?r=n-a$:!e&&n>r?r=n+(a$-a0(n-r)):e&&n<r&&(r=n-(a$-a0(r-n))),t[0]=n,t[1]=r}var a2=function(){var t;function e(t){this.dpr=1,this._xi=0,this._yi=0,this._x0=0,this._y0=0,this._len=0,t&&(this._saveData=!1),this._saveData&&(this.data=[])}return e.prototype.increaseVersion=function(){this._version++},e.prototype.getVersion=function(){return this._version},e.prototype.setScale=function(t,e,n){(n=n||0)>0&&(this._ux=aq(n/rL/t)||0,this._uy=aq(n/rL/e)||0)},e.prototype.setDPR=function(t){this.dpr=t},e.prototype.setContext=function(t){this._ctx=t},e.prototype.getContext=function(){return this._ctx},e.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},e.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},e.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData(aB.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},e.prototype.lineTo=function(t,e){var n=aq(t-this._xi),i=aq(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData(aB.L,t,e),this._ctx&&r&&this._ctx.lineTo(t,e),r)this._xi=t,this._yi=e,this._pendingPtDist=0;else{var o=n*n+i*i;o>this._pendingPtDist&&(this._pendingPtX=t,this._pendingPtY=e,this._pendingPtDist=o)}return this},e.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData(aB.C,t,e,n,i,r,o),this._ctx&&this._ctx.bezierCurveTo(t,e,n,i,r,o),this._xi=r,this._yi=o,this},e.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData(aB.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},e.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),aQ[0]=i,aQ[1]=r,a1(aQ,o),i=aQ[0];var a=(r=aQ[1])-i;return this.addData(aB.A,t,e,n,n,i,a,0,+!o),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=aU(r)*n+t,this._yi=aZ(r)*n+e,this},e.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},e.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData(aB.R,t,e,n,i),this},e.prototype.closePath=function(){this._drawPendingPt(),this.addData(aB.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},e.prototype.fill=function(t){t&&t.fill(),this.toStatic()},e.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},e.prototype.len=function(){return this._len},e.prototype.setData=function(t){var e=t.length;!(this.data&&this.data.length===e)&&aJ&&(this.data=new Float32Array(e));for(var n=0;n<e;n++)this.data[n]=t[n];this._len=e},e.prototype.appendPath=function(t){t instanceof Array||(t=[t]);for(var e=t.length,n=0,i=this._len,r=0;r<e;r++)n+=t[r].len();aJ&&this.data instanceof Float32Array&&(this.data=new Float32Array(i+n));for(var r=0;r<e;r++)for(var o=t[r].data,a=0;a<o.length;a++)this.data[i++]=o[a];this._len=i},e.prototype.addData=function(t,e,n,i,r,o,a,s,l){if(this._saveData){var u=this.data;this._len+arguments.length>u.length&&(this._expandData(),u=this.data);for(var c=0;c<arguments.length;c++)u[this._len++]=arguments[c]}},e.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},e.prototype._expandData=function(){if(!(this.data instanceof Array)){for(var t=[],e=0;e<this._len;e++)t[e]=this.data[e];this.data=t}},e.prototype.toStatic=function(){if(this._saveData){this._drawPendingPt();var t=this.data;t instanceof Array&&(t.length=this._len,aJ&&this._len>11&&(this.data=new Float32Array(t)))}},e.prototype.getBoundingRect=function(){aW[0]=aW[1]=aH[0]=aH[1]=Number.MAX_VALUE,aG[0]=aG[1]=aj[0]=aj[1]=-Number.MAX_VALUE;var t,e=this.data,n=0,i=0,r=0,o=0;for(t=0;t<this._len;){var a=e[t++],s=1===t;switch(s&&(n=e[t],i=e[t+1],r=n,o=i),a){case aB.M:n=r=e[t++],i=o=e[t++],aH[0]=r,aH[1]=o,aj[0]=r,aj[1]=o;break;case aB.L:aN(n,i,e[t],e[t+1],aH,aj),n=e[t++],i=e[t++];break;case aB.C:!function(t,e,n,i,r,o,a,s,l,u){var c=ic(t,n,r,a,az);l[0]=1/0,l[1]=1/0,u[0]=-1/0,u[1]=-1/0;for(var h=0;h<c;h++){var d=is(t,n,r,a,az[h]);l[0]=aI(d,l[0]),u[0]=aT(d,u[0])}c=ic(e,i,o,s,aE);for(var h=0;h<c;h++){var p=is(e,i,o,s,aE[h]);l[1]=aI(p,l[1]),u[1]=aT(p,u[1])}l[0]=aI(t,l[0]),u[0]=aT(t,u[0]),l[0]=aI(a,l[0]),u[0]=aT(a,u[0]),l[1]=aI(e,l[1]),u[1]=aT(e,u[1]),l[1]=aI(s,l[1]),u[1]=aT(s,u[1])}(n,i,e[t++],e[t++],e[t++],e[t++],e[t],e[t+1],aH,aj),n=e[t++],i=e[t++];break;case aB.Q:!function(t,e,n,i,r,o,a,s){var l=aT(aI(iy(t,n,r),1),0),u=aT(aI(iy(e,i,o),1),0),c=ip(t,n,r,l),h=ip(e,i,o,u);a[0]=aI(t,r,c),a[1]=aI(e,o,h),s[0]=aT(t,r,c),s[1]=aT(e,o,h)}(n,i,e[t++],e[t++],e[t],e[t+1],aH,aj),n=e[t++],i=e[t++];break;case aB.A:var l=e[t++],u=e[t++],c=e[t++],h=e[t++],d=e[t++],p=e[t++]+d;t+=1;var f=!e[t++];s&&(r=aU(d)*c+l,o=aZ(d)*h+u),function(t,e,n,i,r,o,a,s,l){var u=e4,c=e9,h=Math.abs(r-o);if(h%ak<1e-4&&h>1e-4){s[0]=t-n,s[1]=e-i,l[0]=t+n,l[1]=e+i;return}if(aL[0]=aD(r)*n+t,aL[1]=aA(r)*i+e,aP[0]=aD(o)*n+t,aP[1]=aA(o)*i+e,u(s,aL,aP),c(l,aL,aP),(r%=ak)<0&&(r+=ak),(o%=ak)<0&&(o+=ak),r>o&&!a?o+=ak:r<o&&a&&(r+=ak),a){var d=o;o=r,r=d}for(var p=0;p<o;p+=Math.PI/2)p>r&&(aO[0]=aD(p)*n+t,aO[1]=aA(p)*i+e,u(s,aO,s),c(l,aO,l))}(l,u,c,h,d,p,f,aH,aj),n=aU(p)*c+l,i=aZ(p)*h+u;break;case aB.R:aN(r=n=e[t++],o=i=e[t++],r+e[t++],o+e[t++],aH,aj);break;case aB.Z:n=r,i=o}e4(aW,aW,aH),e9(aG,aG,aj)}return 0===t&&(aW[0]=aW[1]=aG[0]=aG[1]=0),new nW(aW[0],aW[1],aG[0]-aW[0],aG[1]-aW[1])},e.prototype._calculateLength=function(){var t=this.data,e=this._len,n=this._ux,i=this._uy,r=0,o=0,a=0,s=0;this._pathSegLen||(this._pathSegLen=[]);for(var l=this._pathSegLen,u=0,c=0,h=0;h<e;){var d=t[h++],p=1===h;p&&(r=t[h],o=t[h+1],a=r,s=o);var f=-1;switch(d){case aB.M:r=a=t[h++],o=s=t[h++];break;case aB.L:var g=t[h++],y=t[h++],m=g-r,v=y-o;(aq(m)>n||aq(v)>i||h===e-1)&&(f=Math.sqrt(m*m+v*v),r=g,o=y);break;case aB.C:var x=t[h++],b=t[h++],g=t[h++],y=t[h++],_=t[h++],S=t[h++];f=function(t,e,n,i,r,o,a,s){for(var l=t,u=e,c=0,h=1;h<=10;h++){var d=.1*h,p=is(t,n,r,a,d),f=is(e,i,o,s,d),g=p-l,y=f-u;c+=Math.sqrt(g*g+y*y),l=p,u=f}return c}(r,o,x,b,g,y,_,S),r=_,o=S;break;case aB.Q:var x=t[h++],b=t[h++],g=t[h++],y=t[h++];f=function(t,e,n,i,r,o){for(var a=t,s=e,l=0,u=1;u<=10;u++){var c=.1*u,h=ip(t,n,r,c),d=ip(e,i,o,c),p=h-a,f=d-s;l+=Math.sqrt(p*p+f*f),a=h,s=d}return l}(r,o,x,b,g,y),r=g,o=y;break;case aB.A:var w=t[h++],M=t[h++],C=t[h++],I=t[h++],T=t[h++],A=t[h++],D=A+T;h+=1,p&&(a=aU(T)*C+w,s=aZ(T)*I+M),f=aY(C,I)*aX(a$,Math.abs(A)),r=aU(D)*C+w,o=aZ(D)*I+M;break;case aB.R:a=r=t[h++],s=o=t[h++],f=2*t[h++]+2*t[h++];break;case aB.Z:var m=a-r,v=s-o;f=Math.sqrt(m*m+v*v),r=a,o=s}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},e.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,c,h,d=this.data,p=this._ux,f=this._uy,g=this._len,y=e<1,m=0,v=0,x=0;if(!y||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=e*this._pathLen))t:for(var b=0;b<g;){var _=d[b++],S=1===b;switch(S&&(r=d[b],o=d[b+1],n=r,i=o),_!==aB.L&&x>0&&(t.lineTo(c,h),x=0),_){case aB.M:n=r=d[b++],i=o=d[b++],t.moveTo(r,o);break;case aB.L:a=d[b++],s=d[b++];var w=aq(a-r),M=aq(s-o);if(w>p||M>f){if(y){var C=l[v++];if(m+C>u){var I=(u-m)/C;t.lineTo(r*(1-I)+a*I,o*(1-I)+s*I);break t}m+=C}t.lineTo(a,s),r=a,o=s,x=0}else{var T=w*w+M*M;T>x&&(c=a,h=s,x=T)}break;case aB.C:var A=d[b++],D=d[b++],k=d[b++],L=d[b++],P=d[b++],O=d[b++];if(y){var C=l[v++];if(m+C>u){var I=(u-m)/C;ih(r,A,k,P,I,aV),ih(o,D,L,O,I,aF),t.bezierCurveTo(aV[1],aF[1],aV[2],aF[2],aV[3],aF[3]);break t}m+=C}t.bezierCurveTo(A,D,k,L,P,O),r=P,o=O;break;case aB.Q:var A=d[b++],D=d[b++],k=d[b++],L=d[b++];if(y){var C=l[v++];if(m+C>u){var I=(u-m)/C;im(r,A,k,I,aV),im(o,D,L,I,aF),t.quadraticCurveTo(aV[1],aF[1],aV[2],aF[2]);break t}m+=C}t.quadraticCurveTo(A,D,k,L),r=k,o=L;break;case aB.A:var R=d[b++],N=d[b++],z=d[b++],E=d[b++],B=d[b++],V=d[b++],F=d[b++],W=!d[b++],G=z>E?z:E,H=aq(z-E)>.001,j=B+V,X=!1;if(y){var C=l[v++];m+C>u&&(j=B+V*(u-m)/C,X=!0),m+=C}if(H&&t.ellipse?t.ellipse(R,N,z,E,F,B,j,W):t.arc(R,N,G,B,j,W),X)break t;S&&(n=aU(B)*z+R,i=aZ(B)*E+N),r=aU(j)*z+R,o=aZ(j)*E+N;break;case aB.R:n=r=d[b],i=o=d[b+1],a=d[b++],s=d[b++];var Y=d[b++],U=d[b++];if(y){var C=l[v++];if(m+C>u){var Z=u-m;t.moveTo(a,s),t.lineTo(a+aX(Z,Y),s),(Z-=Y)>0&&t.lineTo(a+Y,s+aX(Z,U)),(Z-=U)>0&&t.lineTo(a+aY(Y-Z,0),s+U),(Z-=Y)>0&&t.lineTo(a,s+aY(U-Z,0));break t}m+=C}t.rect(a,s,Y,U);break;case aB.Z:if(y){var C=l[v++];if(m+C>u){var I=(u-m)/C;t.lineTo(r*(1-I)+n*I,o*(1-I)+i*I);break t}m+=C}t.closePath(),r=n,o=i}}},e.prototype.clone=function(){var t=new e,n=this.data;return t.data=n.slice?n.slice():Array.prototype.slice.call(n),t._len=this._len,t},e.CMD=aB,e.initDefaultProps=void((t=e.prototype)._saveData=!0,t._ux=0,t._uy=0,t._pendingPtDist=0,t._version=0),e}();function a3(t,e,n,i,r,o,a){if(0===r)return!1;var s=0,l=t;if(a>e+r&&a>i+r||a<e-r&&a<i-r||o>t+r&&o>n+r||o<t-r&&o<n-r)return!1;if(t===n)return Math.abs(o-t)<=r/2;s=(e-i)/(t-n);var u=s*o-a+(l=(t*i-n*e)/(t-n));return u*u/(s*s+1)<=r/2*r/2}function a5(t,e,n,i,r,o,a,s,l){return 0!==a&&(!(l>e+a)||!(l>i+a)||!(l>o+a))&&(!(l<e-a)||!(l<i-a)||!(l<o-a))&&(!(s>t+a)||!(s>n+a)||!(s>r+a))&&(!(s<t-a)||!(s<n-a)||!(s<r-a))&&iv(t,e,n,i,r,o,s,l,null)<=a/2}var a4=2*Math.PI;function a9(t){return(t%=a4)<0&&(t+=a4),t}var a6=2*Math.PI;function a7(t,e,n,i,r,o){if(o>e&&o>i||o<e&&o<i||i===e)return 0;var a=(o-e)/(i-e),s=i<e?1:-1;(1===a||0===a)&&(s=i<e?.5:-.5);var l=a*(n-t)+t;return l===r?1/0:l>r?s:0}var a8=a2.CMD,st=2*Math.PI,se=[-1,-1,-1],sn=[-1,-1];function si(t,e,n,i,r){for(var o,a,s=t.data,l=t.len(),u=0,c=0,h=0,d=0,p=0,f=0;f<l;){var g,y,m,v,x,b,_,S,w=s[f++],M=1===f;switch(w===a8.M&&f>1&&!n&&(u+=a7(c,h,d,p,i,r)),M&&(c=s[f],h=s[f+1],d=c,p=h),w){case a8.M:d=s[f++],p=s[f++],c=d,h=p;break;case a8.L:if(n){if(a3(c,h,s[f],s[f+1],e,i,r))return!0}else u+=a7(c,h,s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case a8.C:if(n){if(g=c,y=h,m=s[f++],v=s[f++],x=s[f++],b=s[f++],_=s[f],S=s[f+1],0!==e&&(!(r>y+e)||!(r>v+e)||!(r>b+e)||!(r>S+e))&&(!(r<y-e)||!(r<v-e)||!(r<b-e)||!(r<S-e))&&(!(i>g+e)||!(i>m+e)||!(i>x+e)||!(i>_+e))&&(!(i<g-e)||!(i<m-e)||!(i<x-e)||!(i<_-e))&&id(g,y,m,v,x,b,_,S,i,r,null)<=e/2)return!0}else u+=function(t,e,n,i,r,o,a,s,l,u){if(u>e&&u>i&&u>o&&u>s||u<e&&u<i&&u<o&&u<s)return 0;var c=iu(e,i,o,s,u,se);if(0===c)return 0;for(var h=0,d=-1,p=void 0,f=void 0,g=0;g<c;g++){var y=se[g],m=0===y||1===y?.5:1;is(t,n,r,a,y)<l||(d<0&&(d=ic(e,i,o,s,sn),sn[1]<sn[0]&&d>1&&function(){var t=sn[0];sn[0]=sn[1],sn[1]=t}(),p=is(e,i,o,s,sn[0]),d>1&&(f=is(e,i,o,s,sn[1]))),2===d?y<sn[0]?h+=p<e?m:-m:y<sn[1]?h+=f<p?m:-m:h+=s<f?m:-m:y<sn[0]?h+=p<e?m:-m:h+=s<p?m:-m)}return h}(c,h,s[f++],s[f++],s[f++],s[f++],s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case a8.Q:if(n){if(a5(c,h,s[f++],s[f++],s[f],s[f+1],e,i,r))return!0}else u+=function(t,e,n,i,r,o,a,s){if(s>e&&s>i&&s>o||s<e&&s<i&&s<o)return 0;var l=function(t,e,n,i,r){var o=t-2*e+n,a=2*(e-t),s=t-i,l=0;if(io(o)){if(ia(a)){var u=-s/a;u>=0&&u<=1&&(r[l++]=u)}}else{var c=a*a-4*o*s;if(io(c)){var u=-a/(2*o);u>=0&&u<=1&&(r[l++]=u)}else if(c>0){var h=n7(c),u=(-a+h)/(2*o),d=(-a-h)/(2*o);u>=0&&u<=1&&(r[l++]=u),d>=0&&d<=1&&(r[l++]=d)}}return l}(e,i,o,s,se);if(0===l)return 0;var u=iy(e,i,o);if(u>=0&&u<=1){for(var c=0,h=ip(e,i,o,u),d=0;d<l;d++){var p=0===se[d]||1===se[d]?.5:1,f=ip(t,n,r,se[d]);f<a||(se[d]<u?c+=h<e?p:-p:c+=o<h?p:-p)}return c}var p=0===se[0]||1===se[0]?.5:1,f=ip(t,n,r,se[0]);return f<a?0:o<e?p:-p}(c,h,s[f++],s[f++],s[f],s[f+1],i,r)||0;c=s[f++],h=s[f++];break;case a8.A:var C=s[f++],I=s[f++],T=s[f++],A=s[f++],D=s[f++],k=s[f++];f+=1;var L=!!(1-s[f++]);o=Math.cos(D)*T+C,a=Math.sin(D)*A+I,M?(d=o,p=a):u+=a7(c,h,o,a,i,r);var P=(i-C)*A/T+C;if(n){if(function(t,e,n,i,r,o,a,s,l){if(0===a)return!1;var u=Math.sqrt((s-=t)*s+(l-=e)*l);if(u-a>n||u+a<n)return!1;if(Math.abs(i-r)%a6<1e-4)return!0;if(o){var c=i;i=a9(r),r=a9(c)}else i=a9(i),r=a9(r);i>r&&(r+=a6);var h=Math.atan2(l,s);return h<0&&(h+=a6),h>=i&&h<=r||h+a6>=i&&h+a6<=r}(C,I,A,D,D+k,L,e,P,r))return!0}else u+=function(t,e,n,i,r,o,a,s){if((s-=e)>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);se[0]=-l,se[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=st-1e-4){i=0,r=st;var c=o?1:-1;return a>=se[0]+t&&a<=se[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=st,r+=st);for(var d=0,p=0;p<2;p++){var f=se[p];if(f+t>a){var g=Math.atan2(s,f),c=o?1:-1;g<0&&(g=st+g),(g>=i&&g<=r||g+st>=i&&g+st<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),d+=c)}}return d}(C,I,A,D,D+k,L,P,r);c=Math.cos(D+k)*T+C,h=Math.sin(D+k)*A+I;break;case a8.R:d=c=s[f++],p=h=s[f++];var O=s[f++],R=s[f++];if(o=d+O,a=p+R,n){if(a3(d,p,o,p,e,i,r)||a3(o,p,o,a,e,i,r)||a3(o,a,d,a,e,i,r)||a3(d,a,d,p,e,i,r))return!0}else u+=a7(o,p,o,a,i,r),u+=a7(d,a,d,p,i,r);break;case a8.Z:if(n){if(a3(c,h,d,p,e,i,r))return!0}else u+=a7(c,h,d,p,i,r);c=d,h=p}}return n||1e-4>Math.abs(h-p)||(u+=a7(c,h,d,p,i,r)||0),0!==u}var sr=t$({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},ax),so={style:t$({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},ab.style)},sa=rW.concat(["invisible","culling","z","z2","zlevel","parent"]),ss=function(t){var e;function n(e){return t.call(this,e)||this}return eN(n,t),n.prototype.update=function(){var e=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new n;r.buildPath===n.prototype.buildPath&&(r.buildPath=function(t){e.buildPath(t,e.shape)}),r.silent=!0;var o=r.style;for(var a in i)o[a]!==i[a]&&(o[a]=i[a]);o.fill=i.fill?i.decal:null,o.decal=null,o.shadowColor=null,i.strokeFirst&&(o.stroke=null);for(var s=0;s<sa.length;++s)r[sa[s]]=this[sa[s]];r.__dirty|=1}else this._decalEl&&(this._decalEl=null)},n.prototype.getDecalElement=function(){return this._decalEl},n.prototype._init=function(e){var n=t7(e);this.shape=this.getDefaultShape();var i=this.getDefaultStyle();i&&this.useStyle(i);for(var r=0;r<n.length;r++){var o=n[r],a=e[o];"style"===o?this.style?tK(this.style,a):this.useStyle(a):"shape"===o?tK(this.shape,a):t.prototype.attrKV.call(this,o,a)}this.style||this.useStyle({})},n.prototype.getDefaultStyle=function(){return null},n.prototype.getDefaultShape=function(){return{}},n.prototype.canBeInsideText=function(){return this.hasFill()},n.prototype.getInsideTextFill=function(){var t=this.style.fill;if("none"!==t){if(ei(t)){var e=iU(t,0);return e>.5?rP:e>.2?"#eee":rO}else if(t)return rO}return rP},n.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(ei(e)){var n=this.__zr;if(!!(n&&n.isDarkMode())==.4>iU(t,0))return e}},n.prototype.buildPath=function(t,e,n){},n.prototype.pathUpdated=function(){this.__dirty&=-5},n.prototype.getUpdatedPathProxy=function(t){return this.path||this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},n.prototype.createPathProxy=function(){this.path=new a2(!1)},n.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0},n.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},n.prototype.getBoundingRect=function(){var t=this._rect,e=this.style,n=!t;if(n){var i=!1;this.path||(i=!0,this.createPathProxy());var r=this.path;(i||4&this.__dirty)&&(r.beginPath(),this.buildPath(r,this.shape,!1),this.pathUpdated()),t=r.getBoundingRect()}if(this._rect=t,this.hasStroke()&&this.path&&this.path.len()>0){var o=this._rectStroke||(this._rectStroke=t.clone());if(this.__dirty||n){o.copy(t);var a=e.strokeNoScale?this.getLineScale():1,s=e.lineWidth;if(!this.hasFill()){var l=this.strokeContainThreshold;s=Math.max(s,null==l?4:l)}a>1e-10&&(o.width+=s/a,o.height+=s/a,o.x-=s/a/2,o.y-=s/a/2)}return o}return t},n.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect(),r=this.style;if(t=n[0],e=n[1],i.contain(t,e)){var o=this.path;if(this.hasStroke()){var a=r.lineWidth,s=r.strokeNoScale?this.getLineScale():1;if(s>1e-10&&(this.hasFill()||(a=Math.max(a,this.strokeContainThreshold)),si(o,a/s,!0,t,e)))return!0}if(this.hasFill())return si(o,0,!1,t,e)}return!1},n.prototype.dirtyShape=function(){this.__dirty|=4,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},n.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},n.prototype.animateShape=function(t){return this.animate("shape",t)},n.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},n.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},n.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"==typeof t?n[t]=e:tK(n,t),this.dirtyShape(),this},n.prototype.shapeChanged=function(){return!!(4&this.__dirty)},n.prototype.createStyle=function(t){return eD(sr,t)},n.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=tK({},this.shape))},n.prototype._applyStateObj=function(e,n,i,r,o,a){t.prototype._applyStateObj.call(this,e,n,i,r,o,a);var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=tK({},i.shape),tK(s,n.shape)):(s=tK({},r?this.shape:i.shape),tK(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=tK({},this.shape);for(var u={},c=t7(s),h=0;h<c.length;h++){var d=c[h];"object"==typeof s[d]?this.shape[d]=s[d]:u[d]=s[d]}this._transitionState(e,{shape:u},a)}else this.shape=s,this.dirtyShape()},n.prototype._mergeStates=function(e){for(var n,i=t.prototype._mergeStates.call(this,e),r=0;r<e.length;r++){var o=e[r];o.shape&&(n=n||{},this._mergeStyle(n,o.shape))}return n&&(i.shape=n),i},n.prototype.getAnimationStyleProps=function(){return so},n.prototype.isZeroArea=function(){return!1},n.extend=function(t){var e=function(e){function n(n){var i=e.call(this,n)||this;return t.init&&t.init.call(i,n),i}return eN(n,e),n.prototype.getDefaultStyle=function(){return tU(t.style)},n.prototype.getDefaultShape=function(){return tU(t.shape)},n}(n);for(var i in t)"function"==typeof t[i]&&(e.prototype[i]=t[i]);return e},n.initDefaultProps=void((e=n.prototype).type="path",e.strokeContainThreshold=5,e.segmentIgnoreThreshold=0,e.subPixelOptimize=!1,e.autoBatch=!1,e.__dirty=7),n}(aw),sl=t$({strokeFirst:!0,font:tD,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},sr),su=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return eN(e,t),e.prototype.hasStroke=function(){var t=this.style,e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0},e.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},e.prototype.createStyle=function(t){return eD(sl,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t=this.style;if(!this._rect){var e=t.text;null!=e?e+="":e="";var n=rY(e,t.font,t.textAlign,t.textBaseline);if(n.x+=t.x||0,n.y+=t.y||0,this.hasStroke()){var i=t.lineWidth;n.x-=i/2,n.y-=i/2,n.width+=i,n.height+=i}this._rect=n}return this._rect},e.initDefaultProps=void(e.prototype.dirtyRectTolerance=10),e}(aw);su.prototype.type="tspan";var sc=t$({x:0,y:0},ax),sh={style:t$({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},ab.style)},sd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return eN(e,t),e.prototype.createStyle=function(t){return eD(sc,t)},e.prototype._getSize=function(t){var e,n=this.style,i=n[t];if(null!=i)return i;var r=(e=n.image)&&"string"!=typeof e&&e.width&&e.height?n.image:this.__image;if(!r)return 0;var o="width"===t?"height":"width",a=n[o];return null==a?r[t]:r[t]/r[o]*a},e.prototype.getWidth=function(){return this._getSize("width")},e.prototype.getHeight=function(){return this._getSize("height")},e.prototype.getAnimationStyleProps=function(){return sh},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new nW(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(aw);sd.prototype.type="image";var sp=sd,sf=Math.round;function sg(t,e,n){if(e){var i=e.x1,r=e.x2,o=e.y1,a=e.y2;t.x1=i,t.x2=r,t.y1=o,t.y2=a;var s=n&&n.lineWidth;return s&&(sf(2*i)===sf(2*r)&&(t.x1=t.x2=sm(i,s,!0)),sf(2*o)===sf(2*a)&&(t.y1=t.y2=sm(o,s,!0))),t}}function sy(t,e,n){if(e){var i=e.x,r=e.y,o=e.width,a=e.height;t.x=i,t.y=r,t.width=o,t.height=a;var s=n&&n.lineWidth;return s&&(t.x=sm(i,s,!0),t.y=sm(r,s,!0),t.width=Math.max(sm(i+o,s,!1)-t.x,+(0!==o)),t.height=Math.max(sm(r+a,s,!1)-t.y,+(0!==a))),t}}function sm(t,e,n){if(!e)return t;var i=sf(2*t);return(i+sf(e))%2==0?i/2:(i+(n?1:-1))/2}var sv=function(){this.x=0,this.y=0,this.width=0,this.height=0},sx={},sb=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new sv},e.prototype.buildPath=function(t,e){if(this.subPixelOptimize){var n,i,r,o,a,s,l,u,c,h,d,p,f,g,y,m=sy(sx,e,this.style);p=m.x,f=m.y,g=m.width,y=m.height,m.r=e.r,e=m}else p=e.x,f=e.y,g=e.width,y=e.height;e.r?(l=(n=e).x,u=n.y,c=n.width,h=n.height,d=n.r,c<0&&(l+=c,c=-c),h<0&&(u+=h,h=-h),"number"==typeof d?i=r=o=a=d:d instanceof Array?1===d.length?i=r=o=a=d[0]:2===d.length?(i=o=d[0],r=a=d[1]):3===d.length?(i=d[0],r=a=d[1],o=d[2]):(i=d[0],r=d[1],o=d[2],a=d[3]):i=r=o=a=0,i+r>c&&(s=i+r,i*=c/s,r*=c/s),o+a>c&&(s=o+a,o*=c/s,a*=c/s),r+o>h&&(s=r+o,r*=h/s,o*=h/s),i+a>h&&(s=i+a,i*=h/s,a*=h/s),t.moveTo(l+i,u),t.lineTo(l+c-r,u),0!==r&&t.arc(l+c-r,u+r,r,-Math.PI/2,0),t.lineTo(l+c,u+h-o),0!==o&&t.arc(l+c-o,u+h-o,o,0,Math.PI/2),t.lineTo(l+a,u+h),0!==a&&t.arc(l+a,u+h-a,a,Math.PI/2,Math.PI),t.lineTo(l,u+i),0!==i&&t.arc(l+i,u+i,i,Math.PI,1.5*Math.PI)):t.rect(p,f,g,y)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(ss);sb.prototype.type="rect";var s_=sb,sS={fill:"#000"},sw={style:t$({fill:!0,stroke:!0,fillOpacity:!0,strokeOpacity:!0,lineWidth:!0,fontSize:!0,lineHeight:!0,width:!0,height:!0,textShadowColor:!0,textShadowBlur:!0,textShadowOffsetX:!0,textShadowOffsetY:!0,backgroundColor:!0,padding:!0,borderColor:!0,borderWidth:!0,borderRadius:!0},ab.style)},sM=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=sS,n.attr(e),n}return eN(e,t),e.prototype.childrenRef=function(){return this._children},e.prototype.update=function(){t.prototype.update.call(this),this.styleChanged()&&this._updateSubTexts();for(var e=0;e<this._children.length;e++){var n=this._children[e];n.zlevel=this.zlevel,n.z=this.z,n.z2=this.z2,n.culling=this.culling,n.cursor=this.cursor,n.invisible=this.invisible}},e.prototype.updateTransform=function(){var e=this.innerTransformable;e?(e.updateTransform(),e.transform&&(this.transform=e.transform)):t.prototype.updateTransform.call(this)},e.prototype.getLocalTransform=function(e){var n=this.innerTransformable;return n?n.getLocalTransform(e):t.prototype.getLocalTransform.call(this,e)},e.prototype.getComputedTransform=function(){return this.__hostTarget&&(this.__hostTarget.getComputedTransform(),this.__hostTarget.updateInnerText(!0)),t.prototype.getComputedTransform.call(this)},e.prototype._updateSubTexts=function(){var t;this._childCursor=0,sL(t=this.style),t3(t.rich,sL),this.style.rich?this._updateRichTexts():this._updatePlainTexts(),this._children.length=this._childCursor,this.styleUpdated()},e.prototype.addSelfToZr=function(e){t.prototype.addSelfToZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=e},e.prototype.removeSelfFromZr=function(e){t.prototype.removeSelfFromZr.call(this,e);for(var n=0;n<this._children.length;n++)this._children[n].__zr=null},e.prototype.getBoundingRect=function(){if(this.styleChanged()&&this._updateSubTexts(),!this._rect){for(var t=new nW(0,0,0,0),e=this._children,n=[],i=null,r=0;r<e.length;r++){var o=e[r],a=o.getBoundingRect(),s=o.getLocalTransform(n);s?(t.copy(a),t.applyTransform(s),(i=i||t.clone()).union(t)):(i=i||a.clone()).union(a)}this._rect=i||t}return this._rect},e.prototype.setDefaultTextStyle=function(t){this._defaultStyle=t||sS},e.prototype.setTextContent=function(t){},e.prototype._mergeStyle=function(t,e){if(!e)return t;var n=e.rich,i=t.rich||n&&{};return tK(t,e),n&&i?(this._mergeRich(i,n),t.rich=i):i&&(t.rich=i),t},e.prototype._mergeRich=function(t,e){for(var n=t7(e),i=0;i<n.length;i++){var r=n[i];t[r]=t[r]||{},tK(t[r],e[r])}},e.prototype.getAnimationStyleProps=function(){return sw},e.prototype._getOrCreateChild=function(t){var e=this._children[this._childCursor];return e&&e instanceof t||(e=new t),this._children[this._childCursor++]=e,e.__zr=this.__zr,e.parent=this,e},e.prototype._updatePlainTexts=function(){var t=this.style,e=t.font||tD,n=t.padding,i=function(t,e){null!=t&&(t+="");var n,i=e.overflow,r=e.padding,o=e.font,a=rq(o),s=eg(e.lineHeight,a),l=!!e.backgroundColor,u="truncate"===e.lineOverflow,c=!1,h=e.width,d=(n=null!=h&&("break"===i||"breakAll"===i)?t?am(t,e.font,h,"breakAll"===i,0).lines:[]:t?t.split("\n"):[]).length*s,p=eg(e.height,d);if(d>p&&u){var f=Math.floor(p/s);c=c||n.length>f,n=n.slice(0,f)}if(t&&"truncate"===i&&null!=h)for(var g=ac(h,o,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),y={},m=0;m<n.length;m++)ah(y,n[m],g),n[m]=y.textLine,c=c||y.isTruncated;for(var v=p,x=0,m=0;m<n.length;m++)x=Math.max(rj(n[m],o),x);null==h&&(h=x);var b=x;return r&&(v+=r[0]+r[2],b+=r[1]+r[3],h+=r[1]+r[3]),l&&(b=h),{lines:n,height:p,outerWidth:b,outerHeight:v,lineHeight:s,calculatedLineHeight:a,contentWidth:x,contentHeight:d,width:h,isTruncated:c}}(sN(t),t),r=sz(t),o=!!t.backgroundColor,a=i.outerHeight,s=i.outerWidth,l=i.contentWidth,u=i.lines,c=i.lineHeight,h=this._defaultStyle;this.isTruncated=!!i.isTruncated;var d=t.x||0,p=t.y||0,f=t.align||h.align||"left",g=t.verticalAlign||h.verticalAlign||"top",y=d,m=rZ(p,i.contentHeight,g);if(r||n){var v=rU(d,s,f),x=rZ(p,a,g);r&&this._renderBackground(t,t,v,x,s,a)}m+=c/2,n&&(y=sR(d,f,n),"top"===g?m+=n[0]:"bottom"===g&&(m-=n[2]));for(var b=0,_=!1,S=sO("fill"in t?t.fill:(_=!0,h.fill)),w=sP("stroke"in t?t.stroke:o||h.autoStroke&&!_?null:(b=2,h.stroke)),M=t.textShadowBlur>0,C=null!=t.width&&("truncate"===t.overflow||"break"===t.overflow||"breakAll"===t.overflow),I=i.calculatedLineHeight,T=0;T<u.length;T++){var A=this._getOrCreateChild(su),D=A.createStyle();A.useStyle(D),D.text=u[T],D.x=y,D.y=m,f&&(D.textAlign=f),D.textBaseline="middle",D.opacity=t.opacity,D.strokeFirst=!0,M&&(D.shadowBlur=t.textShadowBlur||0,D.shadowColor=t.textShadowColor||"transparent",D.shadowOffsetX=t.textShadowOffsetX||0,D.shadowOffsetY=t.textShadowOffsetY||0),D.stroke=w,D.fill=S,w&&(D.lineWidth=t.lineWidth||b,D.lineDash=t.lineDash,D.lineDashOffset=t.lineDashOffset||0),D.font=e,sD(D,t),m+=c,C&&A.setBoundingRect(new nW(rU(D.x,l,D.textAlign),rZ(D.y,I,D.textBaseline),l,I))}},e.prototype._updateRichTexts=function(){var t=this.style,e=function(t,e){var n,i=new af;if(null!=t&&(t+=""),!t)return i;for(var r=e.width,o=e.height,a=e.overflow,s=("break"===a||"breakAll"===a)&&null!=r?{width:r,accumWidth:0,breakAll:"breakAll"===a}:null,l=as.lastIndex=0;null!=(n=as.exec(t));){var u=n.index;u>l&&ag(i,t.substring(l,u),e,s),ag(i,n[2],e,s,n[1]),l=as.lastIndex}l<t.length&&ag(i,t.substring(l,t.length),e,s);var c=[],h=0,d=0,p=e.padding,f="truncate"===a,g="truncate"===e.lineOverflow,y={};function m(t,e,n){t.width=e,t.lineHeight=n,h+=n,d=Math.max(d,e)}e:for(var v=0;v<i.lines.length;v++){for(var x=i.lines[v],b=0,_=0,S=0;S<x.tokens.length;S++){var w=x.tokens[S],M=w.styleName&&e.rich[w.styleName]||{},C=w.textPadding=M.padding,I=C?C[1]+C[3]:0,T=w.font=M.font||e.font;w.contentHeight=rq(T);var A=eg(M.height,w.contentHeight);if(w.innerHeight=A,C&&(A+=C[0]+C[2]),w.height=A,w.lineHeight=ey(M.lineHeight,e.lineHeight,A),w.align=M&&M.align||e.align,w.verticalAlign=M&&M.verticalAlign||"middle",g&&null!=o&&h+w.lineHeight>o){var D=i.lines.length;S>0?(x.tokens=x.tokens.slice(0,S),m(x,_,b),i.lines=i.lines.slice(0,v+1)):i.lines=i.lines.slice(0,v),i.isTruncated=i.isTruncated||i.lines.length<D;break e}var k=M.width,L=null==k||"auto"===k;if("string"==typeof k&&"%"===k.charAt(k.length-1))w.percentWidth=k,c.push(w),w.contentWidth=rj(w.text,T);else{if(L){var P=M.backgroundColor,O=P&&P.image;O&&aa(O=function(t){if("string"!=typeof t)return t;var e=ai.get(t);return e&&e.image}(O))&&(w.width=Math.max(w.width,O.width*A/O.height))}var R=f&&null!=r?r-_:null;null!=R&&R<w.width?!L||R<I?(w.text="",w.width=w.contentWidth=0):(au(y,w.text,R-I,T,e.ellipsis,{minChar:e.truncateMinChar}),w.text=y.text,i.isTruncated=i.isTruncated||y.isTruncated,w.width=w.contentWidth=rj(w.text,T)):w.contentWidth=rj(w.text,T)}w.width+=I,_+=w.width,M&&(b=Math.max(b,w.lineHeight))}m(x,_,b)}i.outerWidth=i.width=eg(r,d),i.outerHeight=i.height=eg(o,h),i.contentHeight=h,i.contentWidth=d,p&&(i.outerWidth+=p[1]+p[3],i.outerHeight+=p[0]+p[2]);for(var v=0;v<c.length;v++){var w=c[v],N=w.percentWidth;w.width=parseInt(N,10)/100*i.width}return i}(sN(t),t),n=e.width,i=e.outerWidth,r=e.outerHeight,o=t.padding,a=t.x||0,s=t.y||0,l=this._defaultStyle,u=t.align||l.align,c=t.verticalAlign||l.verticalAlign;this.isTruncated=!!e.isTruncated;var h=rU(a,i,u),d=rZ(s,r,c),p=h,f=d;o&&(p+=o[3],f+=o[0]);var g=p+n;sz(t)&&this._renderBackground(t,t,h,d,i,r);for(var y=!!t.backgroundColor,m=0;m<e.lines.length;m++){for(var v=e.lines[m],x=v.tokens,b=x.length,_=v.lineHeight,S=v.width,w=0,M=p,C=g,I=b-1,T=void 0;w<b&&(!(T=x[w]).align||"left"===T.align);)this._placeToken(T,t,_,f,M,"left",y),S-=T.width,M+=T.width,w++;for(;I>=0&&"right"===(T=x[I]).align;)this._placeToken(T,t,_,f,C,"right",y),S-=T.width,C-=T.width,I--;for(M+=(n-(M-p)-(g-C)-S)/2;w<=I;)T=x[w],this._placeToken(T,t,_,f,M+T.width/2,"center",y),M+=T.width,w++;f+=_}},e.prototype._placeToken=function(t,e,n,i,r,o,a){var s=e.rich[t.styleName]||{};s.text=t.text;var l=t.verticalAlign,u=i+n/2;"top"===l?u=i+t.height/2:"bottom"===l&&(u=i+n-t.height/2),!t.isLineHolder&&sz(s)&&this._renderBackground(s,e,"right"===o?r-t.width:"center"===o?r-t.width/2:r,u-t.height/2,t.width,t.height);var c=!!s.backgroundColor,h=t.textPadding;h&&(r=sR(r,o,h),u-=t.height/2-h[0]-t.innerHeight/2);var d=this._getOrCreateChild(su),p=d.createStyle();d.useStyle(p);var f=this._defaultStyle,g=!1,y=0,m=sO("fill"in s?s.fill:"fill"in e?e.fill:(g=!0,f.fill)),v=sP("stroke"in s?s.stroke:"stroke"in e?e.stroke:c||a||f.autoStroke&&!g?null:(y=2,f.stroke)),x=s.textShadowBlur>0||e.textShadowBlur>0;p.text=t.text,p.x=r,p.y=u,x&&(p.shadowBlur=s.textShadowBlur||e.textShadowBlur||0,p.shadowColor=s.textShadowColor||e.textShadowColor||"transparent",p.shadowOffsetX=s.textShadowOffsetX||e.textShadowOffsetX||0,p.shadowOffsetY=s.textShadowOffsetY||e.textShadowOffsetY||0),p.textAlign=o,p.textBaseline="middle",p.font=t.font||tD,p.opacity=ey(s.opacity,e.opacity,1),sD(p,s),v&&(p.lineWidth=ey(s.lineWidth,e.lineWidth,y),p.lineDash=eg(s.lineDash,e.lineDash),p.lineDashOffset=e.lineDashOffset||0,p.stroke=v),m&&(p.fill=m);var b=t.contentWidth,_=t.contentHeight;d.setBoundingRect(new nW(rU(p.x,b,p.textAlign),rZ(p.y,_,p.textBaseline),b,_))},e.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l=t.backgroundColor,u=t.borderWidth,c=t.borderColor,h=l&&l.image,d=l&&!h,p=t.borderRadius,f=this;if(d||t.lineHeight||u&&c){(a=this._getOrCreateChild(s_)).useStyle(a.createStyle()),a.style.fill=null;var g=a.shape;g.x=n,g.y=i,g.width=r,g.height=o,g.r=p,a.dirtyShape()}if(d){var y=a.style;y.fill=l||null,y.fillOpacity=eg(t.fillOpacity,1)}else if(h){(s=this._getOrCreateChild(sp)).onload=function(){f.dirtyStyle()};var m=s.style;m.image=l.image,m.x=n,m.y=i,m.width=r,m.height=o}if(u&&c){var y=a.style;y.lineWidth=u,y.stroke=c,y.strokeOpacity=eg(t.strokeOpacity,1),y.lineDash=t.borderDash,y.lineDashOffset=t.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(y.strokeFirst=!0,y.lineWidth*=2)}var v=(a||s).style;v.shadowBlur=t.shadowBlur||0,v.shadowColor=t.shadowColor||"transparent",v.shadowOffsetX=t.shadowOffsetX||0,v.shadowOffsetY=t.shadowOffsetY||0,v.opacity=ey(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return sk(t)&&(e=[t.fontStyle,t.fontWeight,sA(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&eb(e)||t.textFont||t.font},e}(aw),sC={left:!0,right:1,center:1},sI={top:1,bottom:1,middle:1},sT=["fontStyle","fontWeight","fontSize","fontFamily"];function sA(t){return"string"==typeof t&&(-1!==t.indexOf("px")||-1!==t.indexOf("rem")||-1!==t.indexOf("em"))?t:isNaN(+t)?"12px":t+"px"}function sD(t,e){for(var n=0;n<sT.length;n++){var i=sT[n],r=e[i];null!=r&&(t[i]=r)}}function sk(t){return null!=t.fontSize||t.fontFamily||t.fontWeight}function sL(t){if(t){t.font=sM.makeFont(t);var e=t.align;"middle"===e&&(e="center"),t.align=null==e||sC[e]?e:"left";var n=t.verticalAlign;"center"===n&&(n="middle"),t.verticalAlign=null==n||sI[n]?n:"top",t.padding&&(t.padding=ev(t.padding))}}function sP(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function sO(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function sR(t,e,n){return"right"===e?t-n[1]:"center"===e?t+n[3]/2-n[1]/2:t+n[3]}function sN(t){var e=t.text;return null!=e&&(e+=""),e}function sz(t){return!!(t.backgroundColor||t.lineHeight||t.borderWidth&&t.borderColor)}var sE=sM,sB=oX(),sV=function(t,e,n,i){if(i){var r=sB(i);r.dataIndex=n,r.dataType=e,r.seriesIndex=t,r.ssrType="chart","group"===i.type&&i.traverse(function(i){var r=sB(i);r.seriesIndex=t,r.dataIndex=n,r.dataType=e,r.ssrType="chart"})}},sF=1,sW={},sG=oX(),sH=oX(),sj=["emphasis","blur","select"],sX=["normal","emphasis","blur","select"],sY="highlight",sU="downplay",sZ="select",sq="unselect",sK="toggleSelect";function s$(t){return null!=t&&"none"!==t}function sJ(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function sQ(t){sJ(t,"emphasis",2)}function s0(t){2===t.hoverState&&sJ(t,"normal",0)}function s1(t){sJ(t,"blur",1)}function s2(t){1===t.hoverState&&sJ(t,"normal",0)}function s3(t){t.selected=!0}function s5(t){t.selected=!1}function s4(t,e,n){e(t,n),t.isGroup&&t.traverse(function(t){e(t,n)})}function s9(t,e){switch(e){case"emphasis":t.hoverState=2;break;case"normal":t.hoverState=0;break;case"blur":t.hoverState=1;break;case"select":t.selected=!0}}function s6(t,e){var n,i,r,o,a,s=this.states[t];if(this.style){if("emphasis"===t)return function(t,e,n){var i=e&&tQ(e,"select")>=0,r=!1;if(t instanceof ss){var o=sG(t),a=i&&o.selectFill||o.normalFill,s=i&&o.selectStroke||o.normalStroke;if(s$(a)||s$(s)){var l=(n=n||{}).style||{};"inherit"===l.fill?(r=!0,n=tK({},n),(l=tK({},l)).fill=a):!s$(l.fill)&&s$(a)?(r=!0,n=tK({},n),(l=tK({},l)).fill=iK(a)):!s$(l.stroke)&&s$(s)&&(r||(n=tK({},n),l=tK({},l)),l.stroke=iK(s)),n.style=l}}if(n&&null==n.z2){r||(n=tK({},n));var u=t.z2EmphasisLift;n.z2=t.z2+(null!=u?u:10)}return n}(this,e,s);else if("blur"===t)return n=s,i=tQ(this.currentStates,t)>=0,r=this.style.opacity,o=i?null:function(t,e,n,i){for(var r=t.style,o={},a=0;a<e.length;a++){var s=e[a],l=r[s];o[s]=null==l?i&&i[s]:l}for(var a=0;a<t.animators.length;a++){var u=t.animators[a];u.__fromStateTransition&&0>u.__fromStateTransition.indexOf(n)&&"style"===u.targetName&&u.saveTo(o,e)}return o}(this,["opacity"],t,{opacity:1}),null==(a=(n=n||{}).style||{}).opacity&&(n=tK({},n),a=tK({opacity:i?r:.1*o.opacity},a),n.style=a),n;else if("select"===t){var l=s;if(l&&null==l.z2){l=tK({},l);var u=this.z2SelectLift;l.z2=this.z2+(null!=u?u:9)}return l}}return s}function s7(t){t.stateProxy=s6;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=s6),n&&(n.stateProxy=s6)}function s8(t,e){li(t,e)||t.__highByOuter||s4(t,sQ)}function lt(t,e){li(t,e)||t.__highByOuter||s4(t,s0)}function le(t,e){t.__highByOuter|=1<<(e||0),s4(t,sQ)}function ln(t,e){(t.__highByOuter&=~(1<<(e||0)))||s4(t,s0)}function li(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function lr(t){var e=t.getModel(),n=[],i=[];e.eachComponent(function(e,r){var o=sH(r),a="series"===e,s=a?t.getViewOfSeriesModel(r):t.getViewOfComponentModel(r);a||i.push(s),o.isBlured&&(s.group.traverse(function(t){s2(t)}),a&&n.push(r)),o.isBlured=!1}),t3(i,function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)})}function lo(t,e,n,i){var r=i.getModel();function o(t,e){for(var n=0;n<e.length;n++){var i=t.getItemGraphicEl(e[n]);i&&s4(i,s2)}}if((n=n||"coordinateSystem",null!=t)&&e&&"none"!==e){var a=r.getSeriesByIndex(t),s=a.coordinateSystem;s&&s.master&&(s=s.master);var l=[];r.eachSeries(function(t){var r=a===t,u=t.coordinateSystem;u&&u.master&&(u=u.master);var c=u&&s?u===s:r;if(!("series"===n&&!r||"coordinateSystem"===n&&!c||"series"===e&&r)){if(i.getViewOfSeriesModel(t).group.traverse(function(t){t.__highByOuter&&r&&"self"===e||s1(t)}),t2(e))o(t.getData(),e);else if(ea(e))for(var h=t7(e),d=0;d<h.length;d++)o(t.getData(h[d]),e[h[d]]);l.push(t),sH(t).isBlured=!0}}),r.eachComponent(function(t,e){if("series"!==t){var n=i.getViewOfComponentModel(e);n&&n.toggleBlurSeries&&n.toggleBlurSeries(l,!0,r)}})}}function la(t,e,n){if(null!=t&&null!=e){var i=n.getModel().getComponent(t,e);if(i){sH(i).isBlured=!0;var r=n.getViewOfComponentModel(i);r&&r.focusBlurEnabled&&r.group.traverse(function(t){s1(t)})}}}function ls(t,e,n,i){var r,o={focusSelf:!1,dispatchers:null};if(null==t||"series"===t||null==e||null==n)return o;var a=i.getModel().getComponent(t,e);if(!a)return o;var s=i.getViewOfComponentModel(a);if(!s||!s.findHighDownDispatchers)return o;for(var l=s.findHighDownDispatchers(n),u=0;u<l.length;u++)if("self"===sB(l[u]).focus){r=!0;break}return{focusSelf:r,dispatchers:l}}function ll(t){t3(t.getAllData(),function(e){var n=e.data,i=e.type;n.eachItemGraphicEl(function(e,n){t.isSelected(n,i)?s4(e,s3):s4(e,s5)})})}function lu(t,e,n){lg(t,!0),s4(t,s7),lh(t,e,n)}function lc(t,e,n,i){i?lg(t,!1):lu(t,e,n)}function lh(t,e,n){var i=sB(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var ld=["emphasis","blur","select"],lp={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function lf(t,e,n,i){n=n||"itemStyle";for(var r=0;r<ld.length;r++){var o=ld[r],a=e.getModel([o,n]);t.ensureState(o).style=i?i(a):a[lp[n]]()}}function lg(t,e){var n=!1===e;t.highDownSilentOnTouch&&(t.__highDownSilentOnTouch=t.highDownSilentOnTouch),(!n||t.__highDownDispatcher)&&(t.__highByOuter=t.__highByOuter||0,t.__highDownDispatcher=!n)}function ly(t){return!!(t&&t.__highDownDispatcher)}function lm(t){var e=t.type;return e===sZ||e===sq||e===sK}function lv(t){var e=t.type;return e===sY||e===sU}var lx=oX();function lb(t,e,n,i,r){if(e&&e.ecModel){var o,a=e.ecModel.getUpdatePayload();o=a&&a.animation}var s=e&&e.isAnimationEnabled(),l="update"===t;if(!s)return null;var u=void 0,c=void 0,h=void 0;return i?(u=eg(i.duration,200),c=eg(i.easing,"cubicOut"),h=0):(u=e.getShallow(l?"animationDurationUpdate":"animationDuration"),c=e.getShallow(l?"animationEasingUpdate":"animationEasing"),h=e.getShallow(l?"animationDelayUpdate":"animationDelay")),o&&(null!=o.duration&&(u=o.duration),null!=o.easing&&(c=o.easing),null!=o.delay&&(h=o.delay)),en(h)&&(h=h(n,r)),en(u)&&(u=u(n)),{duration:u||0,delay:h,easing:c}}function l_(t,e,n,i,r,o,a){var s,l=!1;en(r)?(a=o,o=r,r=null):ea(r)&&(o=r.cb,a=r.during,l=r.isFrom,s=r.removeOpt,r=r.dataIndex);var u="leave"===t;u||e.stopAnimation("leave");var c=lb(t,i,r,u?s||{}:null,i&&i.getAnimationDelayParams?i.getAnimationDelayParams(e,r):null);if(c&&c.duration>0){var h={duration:c.duration,delay:c.delay||0,easing:c.easing,done:o,force:!!o||!!a,setToFinal:!u,scope:t,during:a};l?e.animateFrom(n,h):e.animateTo(n,h)}else e.stopAnimation(),l||e.attr(n),a&&a(1),o&&o()}function lS(t,e,n,i,r,o){l_("update",t,e,n,i,r,o)}function lw(t,e,n,i,r,o){l_("enter",t,e,n,i,r,o)}function lM(t){if(!t.__zr)return!0;for(var e=0;e<t.animators.length;e++)if("leave"===t.animators[e].scope)return!0;return!1}function lC(t,e,n,i,r,o){lM(t)||l_("leave",t,e,n,i,r,o)}function lI(t,e,n,i){t.removeTextContent(),t.removeTextGuideLine(),lC(t,{style:{opacity:0}},e,n,i)}function lT(t,e,n){function i(){t.parent&&t.parent.remove(t)}t.isGroup?t.traverse(function(t){t.isGroup||lI(t,e,n,i)}):lI(t,e,n,i)}function lA(t){lx(t).oldStyle=t.style}var lD={};function lk(t,e){for(var n=0;n<sj.length;n++){var i=sj[n],r=e[i],o=t.ensureState(i);o.style=o.style||{},o.style.text=r}var a=t.currentStates.slice();t.clearStates(!0),t.setStyle({text:e.normal}),t.useStates(a,!0)}function lL(t,e,n){var i,r=t.labelFetcher,o=t.labelDataIndex,a=t.labelDimIndex,s=e.normal;r&&(i=r.getFormattedLabel(o,"normal",null,a,s&&s.get("formatter"),null!=n?{interpolatedValue:n}:null)),null==i&&(i=en(t.defaultText)?t.defaultText(o,t,n):t.defaultText);for(var l={normal:i},u=0;u<sj.length;u++){var c=sj[u],h=e[c];l[c]=eg(r?r.getFormattedLabel(o,c,null,a,h&&h.get("formatter")):null,i)}return l}function lP(t,e,n,i){n=n||lD;for(var r=t instanceof sE,o=!1,a=0;a<sX.length;a++){var s=e[sX[a]];if(s&&s.getShallow("show")){o=!0;break}}var l=r?t:t.getTextContent();if(o){!r&&(l||(l=new sE,t.setTextContent(l)),t.stateProxy&&(l.stateProxy=t.stateProxy));var u=lL(n,e),c=e.normal,h=!!c.getShallow("show"),d=lR(c,i&&i.normal,n,!1,!r);d.text=u.normal,r||t.setTextConfig(lN(c,n,!1));for(var a=0;a<sj.length;a++){var p=sj[a],s=e[p];if(s){var f=l.ensureState(p),g=!!eg(s.getShallow("show"),h);g!==h&&(f.ignore=!g),f.style=lR(s,i&&i[p],n,!0,!r),f.style.text=u[p],r||(t.ensureState(p).textConfig=lN(s,n,!0))}}l.silent=!!c.getShallow("silent"),null!=l.style.x&&(d.x=l.style.x),null!=l.style.y&&(d.y=l.style.y),l.ignore=!h,l.useStyle(d),l.dirty(),n.enableTextSetter&&(lW(l).setLabelText=function(t){var i=lL(n,e,t);lk(l,i)})}else l&&(l.ignore=!0);t.dirty()}function lO(t,e){e=e||"label";for(var n={normal:t.getModel(e)},i=0;i<sj.length;i++){var r=sj[i];n[r]=t.getModel([r,e])}return n}function lR(t,e,n,i,r){var o={};return function(t,e,n,i,r){n=n||lD;var o,a=e.ecModel,s=a&&a.option.textStyle,l=function(t){for(var e;t&&t!==t.ecModel;){var n=(t.option||lD).rich;if(n){e=e||{};for(var i=t7(n),r=0;r<i.length;r++)e[i[r]]=1}t=t.parentModel}return e}(e);if(l){for(var u in o={},l)if(l.hasOwnProperty(u)){var c=e.getModel(["rich",u]);lV(o[u]={},c,s,n,i,r,!1,!0)}}o&&(t.rich=o);var h=e.get("overflow");h&&(t.overflow=h);var d=e.get("minMargin");null!=d&&(t.margin=d),lV(t,e,s,n,i,r,!0,!1)}(o,t,n,i,r),e&&tK(o,e),o}function lN(t,e,n){e=e||{};var i,r={},o=t.getShallow("rotate"),a=eg(t.getShallow("distance"),n?null:5),s=t.getShallow("offset");return"outside"===(i=t.getShallow("position")||(n?null:"inside"))&&(i=e.defaultOutsidePosition||"top"),null!=i&&(r.position=i),null!=s&&(r.offset=s),null!=o&&(r.rotation=o*=Math.PI/180),null!=a&&(r.distance=a),r.outsideFill="inherit"===t.get("color")?e.inheritColor||null:"auto",r}var lz=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],lE=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],lB=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function lV(t,e,n,i,r,o,a,s){n=!r&&n||lD;var l=i&&i.inheritColor,u=e.getShallow("color"),c=e.getShallow("textBorderColor"),h=eg(e.getShallow("opacity"),n.opacity);("inherit"===u||"auto"===u)&&(u=l||null),("inherit"===c||"auto"===c)&&(c=l||null),o||(u=u||n.color,c=c||n.textBorderColor),null!=u&&(t.fill=u),null!=c&&(t.stroke=c);var d=eg(e.getShallow("textBorderWidth"),n.textBorderWidth);null!=d&&(t.lineWidth=d);var p=eg(e.getShallow("textBorderType"),n.textBorderType);null!=p&&(t.lineDash=p);var f=eg(e.getShallow("textBorderDashOffset"),n.textBorderDashOffset);null!=f&&(t.lineDashOffset=f),r||null!=h||s||(h=i&&i.defaultOpacity),null!=h&&(t.opacity=h),r||o||null!=t.fill||!i.inheritColor||(t.fill=i.inheritColor);for(var g=0;g<lz.length;g++){var y=lz[g],m=eg(e.getShallow(y),n[y]);null!=m&&(t[y]=m)}for(var g=0;g<lE.length;g++){var y=lE[g],m=e.getShallow(y);null!=m&&(t[y]=m)}if(null==t.verticalAlign){var v=e.getShallow("baseline");null!=v&&(t.verticalAlign=v)}if(!a||!i.disableBox){for(var g=0;g<lB.length;g++){var y=lB[g],m=e.getShallow(y);null!=m&&(t[y]=m)}var x=e.getShallow("borderType");null!=x&&(t.borderDash=x),("auto"===t.backgroundColor||"inherit"===t.backgroundColor)&&l&&(t.backgroundColor=l),("auto"===t.borderColor||"inherit"===t.borderColor)&&l&&(t.borderColor=l)}}function lF(t,e){var n=e&&e.getModel("textStyle");return eb([t.fontStyle||n&&n.getShallow("fontStyle")||"",t.fontWeight||n&&n.getShallow("fontWeight")||"",(t.fontSize||n&&n.getShallow("fontSize")||12)+"px",t.fontFamily||n&&n.getShallow("fontFamily")||"sans-serif"].join(" "))}var lW=oX();function lG(t,e,n,i){if(t){var r=lW(t);r.prevValue=r.value,r.value=n;var o=e.normal;r.valueAnimation=o.get("valueAnimation"),r.valueAnimation&&(r.precision=o.get("precision"),r.defaultInterpolatedText=i,r.statesModels=e)}}function lH(t,e,n,i,r){var o=lW(t);if(o.valueAnimation&&o.prevValue!==o.value){var a=o.defaultInterpolatedText,s=eg(o.interpolatedValue,o.prevValue),l=o.value;t.percent=0,(null==o.prevValue?lw:lS)(t,{percent:1},i,e,null,function(i){var u=o0(n,o.precision,s,l,i);o.interpolatedValue=1===i?null:u,lk(t,lL({labelDataIndex:e,labelFetcher:r,defaultText:a?a(u):u+""},o.statesModels,u))})}}var lj=["textStyle","color"],lX=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],lY=new sE,lU=function(){function t(){}return t.prototype.getTextColor=function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(lj):null)},t.prototype.getFont=function(){return lF({fontStyle:this.getShallow("fontStyle"),fontWeight:this.getShallow("fontWeight"),fontSize:this.getShallow("fontSize"),fontFamily:this.getShallow("fontFamily")},this.ecModel)},t.prototype.getTextRect=function(t){for(var e={text:t,verticalAlign:this.getShallow("verticalAlign")||this.getShallow("baseline")},n=0;n<lX.length;n++)e[lX[n]]=this.getShallow(lX[n]);return lY.useStyle(e),lY.update(),lY.getBoundingRect()},t}(),lZ=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],lq=at(lZ),lK=function(){function t(){}return t.prototype.getLineStyle=function(t){return lq(this,t)},t}(),l$=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],lJ=at(l$),lQ=function(){function t(){}return t.prototype.getItemStyle=function(t,e){return lJ(this,t,e)},t}(),l0=function(){function t(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}return t.prototype.init=function(t,e,n){for(var i=[],r=3;r<arguments.length;r++)i[r-3]=arguments[r]},t.prototype.mergeOption=function(t,e){tZ(this.option,t,!0)},t.prototype.get=function(t,e){return null==t?this.option:this._doGet(this.parsePath(t),!e&&this.parentModel)},t.prototype.getShallow=function(t,e){var n=this.option,i=null==n?n:n[t];if(null==i&&!e){var r=this.parentModel;r&&(i=r.getShallow(t))}return i},t.prototype.getModel=function(e,n){var i=null!=e,r=i?this.parsePath(e):null;return new t(i?this._doGet(r):this.option,n=n||this.parentModel&&this.parentModel.getModel(this.resolveParentPath(r)),this.ecModel)},t.prototype.isEmpty=function(){return null==this.option},t.prototype.restoreData=function(){},t.prototype.clone=function(){return new this.constructor(tU(this.option))},t.prototype.parsePath=function(t){return"string"==typeof t?t.split("."):t},t.prototype.resolveParentPath=function(t){return t},t.prototype.isAnimationEnabled=function(){if(!tT.node&&this.option){if(null!=this.option.animation)return!!this.option.animation;else if(this.parentModel)return this.parentModel.isAnimationEnabled()}},t.prototype._doGet=function(t,e){var n=this.option;if(!t)return n;for(var i=0;i<t.length&&(!t[i]||null!=(n=n&&"object"==typeof n?n[t[i]]:null));i++);return null==n&&e&&(n=e._doGet(this.resolveParentPath(t),e.parentModel)),n},t}();o5(l0),g=["__\0is_clz",o9++].join("_"),l0.prototype[g]=!0,l0.isInstance=function(t){return!!(t&&t[g])},t1(l0,lK),t1(l0,lQ),t1(l0,an),t1(l0,lU);var l1=l0,l2=Math.round(10*Math.random());function l3(t){return[t||"",l2++].join("_")}function l5(t,e){return tZ(tZ({},t,!0),e,!0)}var l4={},l9={},l6=tT.domSupported&&(document.documentElement.lang||navigator.language||navigator.browserLanguage||"EN").toUpperCase().indexOf("ZH")>-1?"ZH":"EN";function l7(t,e){l9[t=t.toUpperCase()]=new l1(e),l4[t]=e}l7("EN",{time:{month:["January","February","March","April","May","June","July","August","September","October","November","December"],monthAbbr:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],dayOfWeek:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],dayOfWeekAbbr:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]},legend:{selector:{all:"All",inverse:"Inv"}},toolbox:{brush:{title:{rect:"Box Select",polygon:"Lasso Select",lineX:"Horizontally Select",lineY:"Vertically Select",keep:"Keep Selections",clear:"Clear Selections"}},dataView:{title:"Data View",lang:["Data View","Close","Refresh"]},dataZoom:{title:{zoom:"Zoom",back:"Zoom Reset"}},magicType:{title:{line:"Switch to Line Chart",bar:"Switch to Bar Chart",stack:"Stack",tiled:"Tile"}},restore:{title:"Restore"},saveAsImage:{title:"Save as Image",lang:["Right Click to Save Image"]}},series:{typeNames:{pie:"Pie chart",bar:"Bar chart",line:"Line chart",scatter:"Scatter plot",effectScatter:"Ripple scatter plot",radar:"Radar chart",tree:"Tree",treemap:"Treemap",boxplot:"Boxplot",candlestick:"Candlestick",k:"K line chart",heatmap:"Heat map",map:"Map",parallel:"Parallel coordinate map",lines:"Line graph",graph:"Relationship graph",sankey:"Sankey diagram",funnel:"Funnel chart",gauge:"Gauge",pictorialBar:"Pictorial bar",themeRiver:"Theme River Map",sunburst:"Sunburst",custom:"Custom chart",chart:"Chart"}},aria:{general:{withTitle:'This is a chart about "{title}"',withoutTitle:"This is a chart"},series:{single:{prefix:"",withName:" with type {seriesType} named {seriesName}.",withoutName:" with type {seriesType}."},multiple:{prefix:". It consists of {seriesCount} series count.",withName:" The {seriesId} series is a {seriesType} representing {seriesName}.",withoutName:" The {seriesId} series is a {seriesType}.",separator:{middle:"",end:""}}},data:{allData:"The data is as follows: ",partialData:"The first {displayCnt} items are: ",withName:"the data for {name} is {value}",withoutName:"{value}",separator:{middle:", ",end:". "}}}}),l7("ZH",{time:{month:["一月","二月","三月","四月","五月","六月","七月","八月","九月","十月","十一月","十二月"],monthAbbr:["1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月"],dayOfWeek:["星期日","星期一","星期二","星期三","星期四","星期五","星期六"],dayOfWeekAbbr:["日","一","二","三","四","五","六"]},legend:{selector:{all:"全选",inverse:"反选"}},toolbox:{brush:{title:{rect:"矩形选择",polygon:"圈选",lineX:"横向选择",lineY:"纵向选择",keep:"保持选择",clear:"清除选择"}},dataView:{title:"数据视图",lang:["数据视图","关闭","刷新"]},dataZoom:{title:{zoom:"区域缩放",back:"区域缩放还原"}},magicType:{title:{line:"切换为折线图",bar:"切换为柱状图",stack:"切换为堆叠",tiled:"切换为平铺"}},restore:{title:"还原"},saveAsImage:{title:"保存为图片",lang:["右键另存为图片"]}},series:{typeNames:{pie:"饼图",bar:"柱状图",line:"折线图",scatter:"散点图",effectScatter:"涟漪散点图",radar:"雷达图",tree:"树图",treemap:"矩形树图",boxplot:"箱型图",candlestick:"K线图",k:"K线图",heatmap:"热力图",map:"地图",parallel:"平行坐标图",lines:"线图",graph:"关系图",sankey:"桑基图",funnel:"漏斗图",gauge:"仪表盘图",pictorialBar:"象形柱图",themeRiver:"主题河流图",sunburst:"旭日图",custom:"自定义图表",chart:"图表"}},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:""}}}});var l8={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}",none:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},ut="{yyyy}-{MM}-{dd}",ue={year:"{yyyy}",month:"{yyyy}-{MM}",day:ut,hour:ut+" "+l8.hour,minute:ut+" "+l8.minute,second:ut+" "+l8.second,millisecond:l8.none},un=["year","month","day","hour","minute","second","millisecond"],ui=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function ur(t,e){return t+="","0000".substr(0,e-t.length)+t}function uo(t){switch(t){case"half-year":case"quarter":return"month";case"week":case"half-week":return"day";case"half-day":case"quarter-day":return"hour";default:return t}}function ua(t,e,n,i){var r=oS(t),o=r[uu(n)](),a=r[uc(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[uh(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[ud(n)](),h=(c-1)%12+1,d=r[up(n)](),p=r[uf(n)](),f=r[ug(n)](),g=c>=12?"pm":"am",y=g.toUpperCase(),m=(i instanceof l1?i:l9[i||l6]||l9.EN).getModel("time"),v=m.get("month"),x=m.get("monthAbbr"),b=m.get("dayOfWeek"),_=m.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,g+"").replace(/{A}/g,y+"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,ur(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,v[a-1]).replace(/{MMM}/g,x[a-1]).replace(/{MM}/g,ur(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,ur(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,b[u]).replace(/{ee}/g,_[u]).replace(/{e}/g,u+"").replace(/{HH}/g,ur(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,ur(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,ur(d,2)).replace(/{m}/g,d+"").replace(/{ss}/g,ur(p,2)).replace(/{s}/g,p+"").replace(/{SSS}/g,ur(f,3)).replace(/{S}/g,f+"")}function us(t,e){var n=oS(t),i=n[uc(e)]()+1,r=n[uh(e)](),o=n[ud(e)](),a=n[up(e)](),s=n[uf(e)](),l=0===n[ug(e)](),u=l&&0===s,c=u&&0===a,h=c&&0===o,d=h&&1===r;if(d&&1===i)return"year";if(d)return"month";if(h)return"day";if(c)return"hour";if(u)return"minute";else if(l)return"second";else return"millisecond"}function ul(t,e,n){var i=eo(t)?oS(t):t;switch(e=e||us(t,n)){case"year":return i[uu(n)]();case"half-year":return+(i[uc(n)]()>=6);case"quarter":return Math.floor((i[uc(n)]()+1)/4);case"month":return i[uc(n)]();case"day":return i[uh(n)]();case"half-day":return i[ud(n)]()/24;case"hour":return i[ud(n)]();case"minute":return i[up(n)]();case"second":return i[uf(n)]();case"millisecond":return i[ug(n)]()}}function uu(t){return t?"getUTCFullYear":"getFullYear"}function uc(t){return t?"getUTCMonth":"getMonth"}function uh(t){return t?"getUTCDate":"getDate"}function ud(t){return t?"getUTCHours":"getHours"}function up(t){return t?"getUTCMinutes":"getMinutes"}function uf(t){return t?"getUTCSeconds":"getSeconds"}function ug(t){return t?"getUTCMilliseconds":"getMilliseconds"}function uy(t){return t?"setUTCMonth":"setMonth"}function um(t){return t?"setUTCDate":"setDate"}function uv(t){return t?"setUTCHours":"setHours"}function ux(t){return t?"setUTCMinutes":"setMinutes"}function ub(t){return t?"setUTCSeconds":"setSeconds"}function u_(t){return t?"setUTCMilliseconds":"setMilliseconds"}function uS(t){if(!oD(t))return ei(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function uw(t,e){return t=(t||"").toLowerCase().replace(/-(.)/g,function(t,e){return e.toUpperCase()}),e&&t&&(t=t.charAt(0).toUpperCase()+t.slice(1)),t}var uM=ev;function uC(t,e,n){function i(t){return t&&eb(t)?t:"-"}function r(t){return!!(null!=t&&!isNaN(t)&&isFinite(t))}var o="time"===e,a=t instanceof Date;if(o||a){var s=o?oS(t):t;if(!isNaN(+s))return ua(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===e)return er(t)?i(t):eo(t)&&r(t)?t+"":"-";var l=oA(t);return r(l)?uS(l):er(t)?i(t):"boolean"==typeof t?t+"":"-"}var uI=["a","b","c","d","e","f","g"],uT=function(t,e){return"{"+t+(null==e?"":e)+"}"};function uA(t,e,n){ee(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o<r.length;o++){var a=uI[o];t=t.replace(uT(a),uT(a,0))}for(var s=0;s<i;s++)for(var l=0;l<r.length;l++){var u=e[s][r[l]];t=t.replace(uT(uI[l],s),n?nu(u):u)}return t}function uD(t,e){var n=ei(t)?{color:t,extraCssText:e}:t||{},i=n.color,r=n.type;e=n.extraCssText;var o=n.renderMode||"html";return i?"html"===o?"subItem"===r?'<span style="display:inline-block;vertical-align:middle;margin-right:8px;margin-left:3px;border-radius:4px;width:4px;height:4px;background-color:'+nu(i)+";"+(e||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+nu(i)+";"+(e||"")+'"></span>':{renderMode:o,content:"{"+(n.markerId||"markerX")+"|} ",style:"subItem"===r?{width:4,height:4,borderRadius:2,backgroundColor:i}:{width:10,height:10,borderRadius:5,backgroundColor:i}}:""}function uk(t,e,n){("week"===t||"month"===t||"quarter"===t||"half-year"===t||"year"===t)&&(t="MM-dd\nyyyy");var i=oS(e),r=n?"getUTC":"get",o=i[r+"FullYear"](),a=i[r+"Month"]()+1,s=i[r+"Date"](),l=i[r+"Hours"](),u=i[r+"Minutes"](),c=i[r+"Seconds"](),h=i[r+"Milliseconds"]();return t.replace("MM",ur(a,2)).replace("M",a).replace("yyyy",o).replace("yy",ur(o%100+"",2)).replace("dd",ur(s,2)).replace("d",s).replace("hh",ur(l,2)).replace("h",l).replace("mm",ur(u,2)).replace("m",u).replace("ss",ur(c,2)).replace("s",c).replace("SSS",ur(h,3))}function uL(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t}function uP(t,e){return e=e||"transparent",ei(t)?t:ea(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function uO(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var uR=t3,uN=["left","right","top","bottom","width","height"],uz=[["width","left","right"],["height","top","bottom"]];function uE(t,e,n,i,r){var o=0,a=0;null==i&&(i=1/0),null==r&&(r=1/0);var s=0;e.eachChild(function(l,u){var c,h,d=l.getBoundingRect(),p=e.childAt(u+1),f=p&&p.getBoundingRect();if("horizontal"===t){var g=d.width+(f?-f.x+d.x:0);(c=o+g)>i||l.newline?(o=0,c=g,a+=s+n,s=d.height):s=Math.max(s,d.height)}else{var y=d.height+(f?-f.y+d.y:0);(h=a+y)>r||l.newline?(o+=s+n,a=0,h=y,s=d.width):s=Math.max(s,d.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=c+n:a=h+n)})}function uB(t,e,n){n=uM(n||0);var i=e.width,r=e.height,o=oc(t.left,i),a=oc(t.top,r),s=oc(t.right,i),l=oc(t.bottom,r),u=oc(t.width,i),c=oc(t.height,r),h=n[2]+n[0],d=n[1]+n[3],p=t.aspect;switch(isNaN(u)&&(u=i-s-d-o),isNaN(c)&&(c=r-l-h-a),null!=p&&(isNaN(u)&&isNaN(c)&&(p>i/r?u=.8*i:c=.8*r),isNaN(u)&&(u=p*c),isNaN(c)&&(c=u/p)),isNaN(o)&&(o=i-s-u-d),isNaN(a)&&(a=r-l-c-h),t.left||t.right){case"center":o=i/2-u/2-n[3];break;case"right":o=i-u-d}switch(t.top||t.bottom){case"middle":case"center":a=r/2-c/2-n[0];break;case"bottom":a=r-c-h}o=o||0,a=a||0,isNaN(u)&&(u=i-d-o-(s||0)),isNaN(c)&&(c=r-h-a-(l||0));var f=new nW(o+n[3],a+n[0],u,c);return f.margin=n,f}function uV(t,e,n,i,r,o){var a,s=!r||!r.hv||r.hv[0],l=!r||!r.hv||r.hv[1],u=r&&r.boundingMode||"all";if((o=o||t).x=t.x,o.y=t.y,!s&&!l)return!1;if("raw"===u)a="group"===t.type?new nW(0,0,+e.width||0,+e.height||0):t.getBoundingRect();else if(a=t.getBoundingRect(),t.needLocalTransform()){var c=t.getLocalTransform();(a=a.clone()).applyTransform(c)}var h=uB(t$({width:a.width,height:a.height},e),n,i),d=s?h.x-a.x:0,p=l?h.y-a.y:0;return"raw"===u?(o.x=d,o.y=p):(o.x+=d,o.y+=p),o===t&&t.markRedraw(),!0}function uF(t){var e=t.layoutMode||t.constructor.layoutMode;return ea(e)?e:e?{type:e}:null}function uW(t,e,n){var i=n&&n.ignoreSize;ee(i)||(i=[i,i]);var r=a(uz[0],0),o=a(uz[1],1);function a(n,r){var o={},a=0,u={},c=0;if(uR(n,function(e){u[e]=t[e]}),uR(n,function(t){s(e,t)&&(o[t]=u[t]=e[t]),l(o,t)&&a++,l(u,t)&&c++}),i[r])return l(e,n[1])?u[n[2]]=null:l(e,n[2])&&(u[n[1]]=null),u;if(2===c||!a)return u;if(a>=2)return o;for(var h=0;h<n.length;h++){var d=n[h];if(!s(o,d)&&s(t,d)){o[d]=t[d];break}}return o}function s(t,e){return t.hasOwnProperty(e)}function l(t,e){return null!=t[e]&&"auto"!==t[e]}function u(t,e,n){uR(t,function(t){e[t]=n[t]})}u(uz[0],t,r),u(uz[1],t,o)}function uG(t){return uH({},t)}function uH(t,e){return e&&t&&uR(uN,function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t}et(uE,"vertical"),et(uE,"horizontal");var uj=oX(),uX=function(t){var e;function n(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=l3("ec_cpt_model"),r}return tM(n,t),n.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},n.prototype.mergeDefaultAndTheme=function(t,e){var n=uF(this),i=n?uG(t):{};tZ(t,e.getTheme().get(this.mainType)),tZ(t,this.getDefaultOption()),n&&uW(t,i,n)},n.prototype.mergeOption=function(t,e){tZ(this.option,t,!0);var n=uF(this);n&&uW(this.option,t,n)},n.prototype.optionUpdated=function(t,e){},n.prototype.getDefaultOption=function(){var t=this.constructor;if(!(t&&t[o2]))return t.defaultOption;var e=uj(this);if(!e.defaultOption){for(var n=[],i=t;i;){var r=i.prototype.defaultOption;r&&n.push(r),i=i.superClass}for(var o={},a=n.length-1;a>=0;a--)o=tZ(o,n[a],!0);e.defaultOption=o}return e.defaultOption},n.prototype.getReferringComponents=function(t,e){return o$(this.ecModel,t,{index:this.get(t+"Index",!0),id:this.get(t+"Id",!0)},e)},n.prototype.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")}},n.prototype.getZLevelKey=function(){return""},n.prototype.setZLevel=function(t){this.option.zlevel=t},n.protoInitialize=void((e=n.prototype).type="component",e.id="",e.name="",e.mainType="",e.subType="",e.componentIndex=0),n}(l1);o4(uX,l1),o8(uX),y={},uX.registerSubTypeDefaulter=function(t,e){y[o3(t).main]=e},uX.determineSubType=function(t,e){var n=e.type;if(!n){var i=o3(t).main;uX.hasSubTypes(t)&&y[i]&&(n=y[i](e))}return n};var uY=function(t){var e=[];return t3(uX.getClassesByMainType(t),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=t5(e,function(t){return o3(t).main}),"dataset"!==t&&0>=tQ(e,"dataset")&&e.unshift("dataset"),e};function uU(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}uX.topologicalTravel=function(t,e,n,i){if(t.length){var r,o,a,s=(o={},a=[],t3(r=e,function(t){var e,n,i,s=uU(o,t),l=(e=s.originalDeps=uY(t),n=r,i=[],t3(e,function(t){tQ(n,t)>=0&&i.push(t)}),i);s.entryCount=l.length,0===s.entryCount&&a.push(t),t3(l,function(e){0>tQ(s.predecessor,e)&&s.predecessor.push(e);var n=uU(o,e);0>tQ(n.successor,e)&&n.successor.push(t)})}),{graph:o,noEntryList:a}),l=s.graph,u=s.noEntryList,c={};for(t3(t,function(t){c[t]=!0});u.length;){var h=u.pop(),d=l[h],p=!!c[h];p&&(n.call(i,h,d.originalDeps.slice()),delete c[h]),t3(d.successor,p?g:f)}t3(c,function(){throw Error("")})}function f(t){l[t].entryCount--,0===l[t].entryCount&&u.push(t)}function g(t){c[t]=!0,f(t)}};var uZ=uX,uq="";"u">typeof navigator&&(uq=navigator.platform||"");var uK="rgba(0, 0, 0, 0.2)",u$={darkMode:"auto",colorBy:"series",color:["#5470c6","#91cc75","#fac858","#ee6666","#73c0de","#3ba272","#fc8452","#9a60b4","#ea7ccc"],gradientColor:["#f6efa6","#d88273","#bf444c"],aria:{decal:{decals:[{color:uK,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:uK,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:uK,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:uK,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:uK,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:uK,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:uq.match(/^Win/)?"Microsoft YaHei":"sans-serif",fontSize:12,fontStyle:"normal",fontWeight:"normal"},blendMode:null,stateAnimation:{duration:300,easing:"cubicOut"},animation:"auto",animationDuration:1e3,animationDurationUpdate:500,animationEasing:"cubicInOut",animationEasingUpdate:"cubicInOut",animationThreshold:2e3,progressiveThreshold:3e3,progressive:400,hoverLayerThreshold:3e3,useUTC:!1},uJ=eT(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),uQ="original",u0="arrayRows",u1="objectRows",u2="keyedColumns",u3="typedArray",u5="unknown",u4="column",u9=oX();function u6(t,e,n){var i,r,o={},a=u8(e);if(!a||!t)return o;var s=[],l=[],u=u9(e.ecModel).datasetMap,c=a.uid+"_"+n.seriesLayoutBy;t3(t=t.slice(),function(e,n){var a=ea(e)?e:t[n]={name:e};"ordinal"===a.type&&null==i&&(i=n,r=p(a)),o[a.name]=[]});var h=u.get(c)||u.set(c,{categoryWayDim:r,valueWayDim:0});function d(t,e,n){for(var i=0;i<n;i++)t.push(e+i)}function p(t){var e=t.dimsDef;return e?e.length:1}return t3(t,function(t,e){var n=t.name,r=p(t);if(null==i){var a=h.valueWayDim;d(o[n],a,r),d(l,a,r),h.valueWayDim+=r}else if(i===e)d(o[n],0,r),d(s,0,r);else{var a=h.categoryWayDim;d(o[n],a,r),d(l,a,r),h.categoryWayDim+=r}}),s.length&&(o.itemName=s),l.length&&(o.seriesName=l),o}function u7(t,e,n){var i,r={};if(!u8(t))return r;var o=e.sourceFormat,a=e.dimensionsDefine;(o===u1||o===u2)&&t3(a,function(t,e){(ea(t)?t.name:t)==="name"&&(i=e)});var s=function(){for(var t={},r={},s=[],l=0,u=Math.min(5,n);l<u;l++){var c=ce(e.data,o,e.seriesLayoutBy,a,e.startIndex,l);s.push(c);var h=3===c;if(h&&null==t.v&&l!==i&&(t.v=l),null!=t.n&&t.n!==t.v&&(h||3!==s[t.n])||(t.n=l),d(t)&&3!==s[t.n])return t;h||(2===c&&null==r.v&&l!==i&&(r.v=l),(null==r.n||r.n===r.v)&&(r.n=l))}function d(t){return null!=t.v&&null!=t.n}return d(t)?t:d(r)?r:null}();if(s){r.value=[s.v];var l=null!=i?i:s.n;r.itemName=[l],r.seriesName=[l]}return r}function u8(t){if(!t.get("data",!0))return o$(t.ecModel,"dataset",{index:t.get("datasetIndex",!0),id:t.get("datasetId",!0)},oq).models[0]}function ct(t,e){return ce(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function ce(t,e,n,i,r,o){var a,s,l;if(el(t))return 3;if(i){var u=i[o];ea(u)?(s=u.name,l=u.type):ei(u)&&(s=u)}if(null!=l)return"ordinal"===l?1:3;if(e===u0)if("row"===n){for(var c=t[o],h=0;h<(c||[]).length&&h<5;h++)if(null!=(a=g(c[r+h])))return a}else for(var h=0;h<t.length&&h<5;h++){var d=t[r+h];if(d&&null!=(a=g(d[o])))return a}else if(e===u1){if(!s)return 3;for(var h=0;h<t.length&&h<5;h++){var p=t[h];if(p&&null!=(a=g(p[s])))return a}}else if(e===u2){if(!s)return 3;var c=t[s];if(!c||el(c))return 3;for(var h=0;h<c.length&&h<5;h++)if(null!=(a=g(c[h])))return a}else if(e===uQ)for(var h=0;h<t.length&&h<5;h++){var p=t[h],f=oE(p);if(!ee(f))return 3;if(null!=(a=g(f[o])))return a}function g(t){var e=ei(t);return null!=t&&Number.isFinite(Number(t))&&""!==t?e?2:3:e&&"-"!==t?1:void 0}return 3}var cn=eT(),ci=oX(),cr=oX(),co=function(){function t(){}return t.prototype.getColorFromPalette=function(t,e,n){return cs(this,ci,oR(this.get("color",!0)),this.get("colorLayer",!0),t,e,n)},t.prototype.clearColorPalette=function(){var t,e;t=this,(e=ci)(t).paletteIdx=0,e(t).paletteNameMap={}},t}();function ca(t,e,n,i){var r=oR(t.get(["aria","decal","decals"]));return cs(t,cr,r,null,e,n,i)}function cs(t,e,n,i,r,o,a){var s=e(o=o||t),l=s.paletteIdx||0,u=s.paletteNameMap=s.paletteNameMap||{};if(u.hasOwnProperty(r))return u[r];var c=null!=a&&i?function(t,e){for(var n=t.length,i=0;i<n;i++)if(t[i].length>e)return t[i];return t[n-1]}(i,a):n;if((c=c||n)&&c.length){var h=c[l];return r&&(u[r]=h),s.paletteIdx=(l+1)%c.length,h}}var cl="\0_ec_inner",cu=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new l1(i),this._locale=new l1(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=cd(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,cd(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):M(this,r),n=!0}if(("timeline"===t||"media"===t)&&this.restoreData(),!t||"recreate"===t||"timeline"===t){var o=i.getTimelineOption(this);o&&(n=!0,this._mergeOption(o,e))}if(!t||"recreate"===t||"media"===t){var a=i.getMediaOption(this);a.length&&t3(a,function(t){n=!0,this._mergeOption(t,e)},this)}return n},e.prototype.mergeOption=function(t){this._mergeOption(t,null)},e.prototype._mergeOption=function(t,e){var n=this.option,i=this._componentsMap,r=this._componentsCount,o=[],a=eT(),s=e&&e.replaceMergeMainTypeMap;u9(this).datasetMap=eT(),t3(t,function(t,e){null!=t&&(uZ.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?tU(t):tZ(n[e],t,!0))}),s&&s.each(function(t,e){uZ.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))}),uZ.topologicalTravel(o,uZ.getAllClassMainTypes(),function(e){var o,a=function(t,e,n){var i=cn.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}(this,e,oR(t[e])),l=i.get(e),u=l?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",c=oB(l,a,u);t3(c,function(t){var n,i,r,o,a=t.newOption;ea(a)&&(t.keyInfo.mainType=e,t.keyInfo.subType=(n=e,i=a,r=t.existing,o=uZ,i.type?i.type:r?r.subType:o.determineSubType(n,i)))}),n[e]=null,i.set(e,null),r.set(e,0);var h=[],d=[],p=0;t3(c,function(t,n){var i=t.existing,r=t.newOption;if(r){var a="series"===e,s=uZ.getClass(e,t.keyInfo.subType,!a);if(!s)return;if("tooltip"===e){if(o)return;o=!0}if(i&&i.constructor===s)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var l=tK({componentIndex:n},t.keyInfo);tK(i=new s(r,this,this,l),l),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(h.push(i.option),d.push(i),p++):(h.push(void 0),d.push(void 0))},this),n[e]=h,i.set(e,d),r.set(e,p),"series"===e&&S(this)},this),this._seriesIndices||S(this)},e.prototype.getOption=function(){var t=tU(this.option);return t3(t,function(e,n){if(uZ.hasClass(n)){for(var i=oR(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!oH(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}}),delete t[cl],t},e.prototype.getTheme=function(){return this._theme},e.prototype.getLocaleModel=function(){return this._locale},e.prototype.setUpdatePayload=function(t){this._payload=t},e.prototype.getUpdatePayload=function(){return this._payload},e.prototype.getComponent=function(t,e){var n=this._componentsMap.get(t);if(n){var i=n[e||0];if(i)return i;if(null==e){for(var r=0;r<n.length;r++)if(n[r])return n[r]}}},e.prototype.queryComponents=function(t){var e,n=t.mainType;if(!n)return[];var i=t.index,r=t.id,o=t.name,a=this._componentsMap.get(n);return a&&a.length?(null!=i?(e=[],t3(oR(i),function(t){a[t]&&e.push(a[t])})):e=null!=r?cc("id",r,a):null!=o?cc("name",o,a):t9(a,function(t){return!!t}),ch(e,t)):[]},e.prototype.findComponents=function(t){var e,n,i,r,o,a=t.query,s=t.mainType,l=(e=a,n=s+"Index",i=s+"Id",r=s+"Name",e&&(null!=e[n]||null!=e[i]||null!=e[r])?{mainType:s,index:e[n],id:e[i],name:e[r]}:null);return o=ch(l?this.queryComponents(l):t9(this._componentsMap.get(s),function(t){return!!t}),t),t.filter?t9(o,t.filter):o},e.prototype.eachComponent=function(t,e,n){var i=this._componentsMap;if(en(t))i.each(function(n,i){for(var r=0;n&&r<n.length;r++){var o=n[r];o&&t.call(e,i,o,o.componentIndex)}});else for(var r=ei(t)?i.get(t):ea(t)?this.findComponents(t):null,o=0;r&&o<r.length;o++){var a=r[o];a&&e.call(n,a,a.componentIndex)}},e.prototype.getSeriesByName=function(t){var e=oW(t,null);return t9(this._componentsMap.get("series"),function(t){return!!t&&null!=e&&t.name===e})},e.prototype.getSeriesByIndex=function(t){return this._componentsMap.get("series")[t]},e.prototype.getSeriesByType=function(t){return t9(this._componentsMap.get("series"),function(e){return!!e&&e.subType===t})},e.prototype.getSeries=function(){return t9(this._componentsMap.get("series"),function(t){return!!t})},e.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},e.prototype.eachSeries=function(t,e){w(this),t3(this._seriesIndices,function(n){var i=this._componentsMap.get("series")[n];t.call(e,i,n)},this)},e.prototype.eachRawSeries=function(t,e){t3(this._componentsMap.get("series"),function(n){n&&t.call(e,n,n.componentIndex)})},e.prototype.eachSeriesByType=function(t,e,n){w(this),t3(this._seriesIndices,function(i){var r=this._componentsMap.get("series")[i];r.subType===t&&e.call(n,r,i)},this)},e.prototype.eachRawSeriesByType=function(t,e,n){return t3(this.getSeriesByType(t),e,n)},e.prototype.isSeriesFiltered=function(t){return w(this),null==this._seriesIndicesMap.get(t.componentIndex)},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,e){w(this);var n=[];t3(this._seriesIndices,function(i){var r=this._componentsMap.get("series")[i];t.call(e,r,i)&&n.push(i)},this),this._seriesIndices=n,this._seriesIndicesMap=eT(n)},e.prototype.restoreData=function(t){S(this);var e=this._componentsMap,n=[];e.each(function(t,e){uZ.hasClass(e)&&n.push(e)}),uZ.topologicalTravel(n,uZ.getAllClassMainTypes(),function(n){t3(e.get(n),function(e){e&&("series"!==n||!function(t,e){if(e){var n=e.seriesIndex,i=e.seriesId,r=e.seriesName;return null!=n&&t.componentIndex!==n||null!=i&&t.id!==i||null!=r&&t.name!==r}}(e,t))&&e.restoreData()})})},e.internalField=void(S=function(t){var e=t._seriesIndices=[];t3(t._componentsMap.get("series"),function(t){t&&e.push(t.componentIndex)}),t._seriesIndicesMap=eT(e)},w=function(t){},M=function(t,e){t.option={},t.option[cl]=1,t._componentsMap=eT({series:[]}),t._componentsCount=eT();var n,i,r,o=e.aria;ea(o)&&null==o.enabled&&(o.enabled=!0),n=e,i=t._theme.option,r=n.color&&!n.colorLayer,t3(i,function(t,e){("colorLayer"!==e||!r)&&(uZ.hasClass(e)||("object"==typeof t?n[e]=n[e]?tZ(n[e],t,!1):tU(t):null==n[e]&&(n[e]=t)))}),tZ(e,u$,!1),t._mergeOption(e,null)}),e}(l1);function cc(t,e,n){if(ee(e)){var i=eT();return t3(e,function(t){null!=t&&null!=oW(t,null)&&i.set(t,!0)}),t9(n,function(e){return e&&i.get(e[t])})}var r=oW(e,null);return t9(n,function(e){return e&&null!=r&&e[t]===r})}function ch(t,e){return e.hasOwnProperty("subType")?t9(t,function(t){return t&&t.subType===e.subType}):t}function cd(t){var e=eT();return t&&t3(oR(t.replaceMerge),function(t){e.set(t,!0)}),{replaceMergeMainTypeMap:e}}t1(cu,co);var cp=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],cf=function(t){t3(cp,function(e){this[e]=t8(t[e],t)},this)},cg={},cy=function(){function t(){this._coordinateSystems=[]}return t.prototype.create=function(t,e){var n=[];t3(cg,function(i,r){var o=i.create(t,e);n=n.concat(o||[])}),this._coordinateSystems=n},t.prototype.update=function(t,e){t3(this._coordinateSystems,function(n){n.update&&n.update(t,e)})},t.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},t.register=function(t,e){cg[t]=e},t.get=function(t){return cg[t]},t}(),cm=/^(min|max)?(.+)$/,cv=function(){function t(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return t.prototype.setOption=function(t,e,n){t&&(t3(oR(t.series),function(t){t&&t.data&&el(t.data)&&eS(t.data)}),t3(oR(t.dataset),function(t){t&&t.source&&el(t.source)&&eS(t.source)})),t=tU(t);var i=this._optionBackup,r=function(t,e,n){var i,r,o=[],a=t.baseOption,s=t.timeline,l=t.options,u=t.media,c=!!t.media,h=!!(l||s||a&&a.timeline);function d(t){t3(e,function(e){e(t,n)})}return a?(r=a).timeline||(r.timeline=s):((h||c)&&(t.options=t.media=null),r=t),c&&ee(u)&&t3(u,function(t){t&&t.option&&(t.query?o.push(t):i||(i=t))}),d(r),t3(l,function(t){return d(t)}),t3(o,function(t){return d(t.option)}),{baseOption:r,timelineOptions:l||[],mediaDefault:i,mediaList:o}}(t,e,!i);this._newBaseOption=r.baseOption,i?(r.timelineOptions.length&&(i.timelineOptions=r.timelineOptions),r.mediaList.length&&(i.mediaList=r.mediaList),r.mediaDefault&&(i.mediaDefault=r.mediaDefault)):this._optionBackup=r},t.prototype.mountOption=function(t){var e=this._optionBackup;return this._timelineOptions=e.timelineOptions,this._mediaList=e.mediaList,this._mediaDefault=e.mediaDefault,this._currentMediaIndices=[],tU(t?e.baseOption:this._newBaseOption)},t.prototype.getTimelineOption=function(t){var e,n=this._timelineOptions;if(n.length){var i=t.getComponent("timeline");i&&(e=tU(n[i.getCurrentIndex()]))}return e},t.prototype.getMediaOption=function(t){var e,n,i=this._api.getWidth(),r=this._api.getHeight(),o=this._mediaList,a=this._mediaDefault,s=[],l=[];if(!o.length&&!a)return l;for(var u=0,c=o.length;u<c;u++)(function(t,e,n){var i={width:e,height:n,aspectratio:e/n},r=!0;return t3(t,function(t,e){var n=e.match(cm);if(n&&n[1]&&n[2]){var o,a,s,l=n[1];o=i[n[2].toLowerCase()],a=t,("min"===(s=l)?o>=a:"max"===s?o<=a:o===a)||(r=!1)}}),r})(o[u].query,i,r)&&s.push(u);return!s.length&&a&&(s=[-1]),s.length&&(e=s,n=this._currentMediaIndices,e.join(",")!==n.join(","))&&(l=t5(s,function(t){return tU(-1===t?a.option:o[t].option)})),this._currentMediaIndices=s,l},t}(),cx=t3,cb=ea,c_=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function cS(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=c_.length;n<i;n++){var r=c_[n],o=e.normal,a=e.emphasis;o&&o[r]&&(t[r]=t[r]||{},t[r].normal?tZ(t[r].normal,o[r]):t[r].normal=o[r],o[r]=null),a&&a[r]&&(t[r]=t[r]||{},t[r].emphasis?tZ(t[r].emphasis,a[r]):t[r].emphasis=a[r],a[r]=null)}}function cw(t,e,n){if(t&&t[e]&&(t[e].normal||t[e].emphasis)){var i=t[e].normal,r=t[e].emphasis;i&&(n?(t[e].normal=t[e].emphasis=null,t$(t[e],i)):t[e]=i),r&&(t.emphasis=t.emphasis||{},t.emphasis[e]=r,r.focus&&(t.emphasis.focus=r.focus),r.blurScope&&(t.emphasis.blurScope=r.blurScope))}}function cM(t){cw(t,"itemStyle"),cw(t,"lineStyle"),cw(t,"areaStyle"),cw(t,"label"),cw(t,"labelLine"),cw(t,"upperLabel"),cw(t,"edgeLabel")}function cC(t,e){var n=cb(t)&&t[e],i=cb(n)&&n.textStyle;if(i)for(var r=0,o=oz.length;r<o;r++){var a=oz[r];i.hasOwnProperty(a)&&(n[a]=i[a])}}function cI(t){t&&(cM(t),cC(t,"label"),t.emphasis&&cC(t.emphasis,"label"))}function cT(t){return ee(t)?t:t?[t]:[]}function cA(t){return(ee(t)?t[0]:t)||{}}function cD(t){t&&t3(ck,function(e){e[0]in t&&!(e[1]in t)&&(t[e[1]]=t[e[0]])})}var ck=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],cL=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],cP=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function cO(t){var e=t&&t.itemStyle;if(e)for(var n=0;n<cP.length;n++){var i=cP[n][1],r=cP[n][0];null!=e[i]&&(e[r]=e[i])}}function cR(t){t&&"edge"===t.alignTo&&null!=t.margin&&null==t.edgeDistance&&(t.edgeDistance=t.margin)}function cN(t){t&&t.downplay&&!t.blur&&(t.blur=t.downplay)}function cz(t,e){var n;cx(cT(t.series),function(t){cb(t)&&function(t){if(cb(t)){cS(t),cM(t),cC(t,"label"),cC(t,"upperLabel"),cC(t,"edgeLabel"),t.emphasis&&(cC(t.emphasis,"label"),cC(t.emphasis,"upperLabel"),cC(t.emphasis,"edgeLabel"));var e=t.markPoint;e&&(cS(e),cI(e));var n=t.markLine;n&&(cS(n),cI(n));var i=t.markArea;i&&cI(i);var r=t.data;if("graph"===t.type){r=r||t.nodes;var o=t.links||t.edges;if(o&&!el(o))for(var a=0;a<o.length;a++)cI(o[a]);t3(t.categories,function(t){cM(t)})}if(r&&!el(r))for(var a=0;a<r.length;a++)cI(r[a]);if((e=t.markPoint)&&e.data)for(var s=e.data,a=0;a<s.length;a++)cI(s[a]);if((n=t.markLine)&&n.data)for(var l=n.data,a=0;a<l.length;a++)ee(l[a])?(cI(l[a][0]),cI(l[a][1])):cI(l[a]);"gauge"===t.type?(cC(t,"axisLabel"),cC(t,"title"),cC(t,"detail")):"treemap"===t.type?(cw(t.breadcrumb,"itemStyle"),t3(t.levels,function(t){cM(t)})):"tree"===t.type&&cM(t.leaves)}}(t)}),n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"],e&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),cx(n,function(e){cx(cT(t[e]),function(t){t&&(cC(t,"axisLabel"),cC(t.axisPointer,"label"))})}),cx(cT(t.parallel),function(t){var e=t&&t.parallelAxisDefault;cC(e,"axisLabel"),cC(e&&e.axisPointer,"label")}),cx(cT(t.calendar),function(t){cw(t,"itemStyle"),cC(t,"dayLabel"),cC(t,"monthLabel"),cC(t,"yearLabel")}),cx(cT(t.radar),function(t){cC(t,"name"),t.name&&null==t.axisName&&(t.axisName=t.name,delete t.name),null!=t.nameGap&&null==t.axisNameGap&&(t.axisNameGap=t.nameGap,delete t.nameGap)}),cx(cT(t.geo),function(t){cb(t)&&(cI(t),cx(cT(t.regions),function(t){cI(t)}))}),cx(cT(t.timeline),function(t){cI(t),cw(t,"label"),cw(t,"itemStyle"),cw(t,"controlStyle",!0);var e=t.data;ee(e)&&t3(e,function(t){ea(t)&&(cw(t,"label"),cw(t,"itemStyle"))})}),cx(cT(t.toolbox),function(t){cw(t,"iconStyle"),cx(t.feature,function(t){cw(t,"iconStyle")})}),cC(cA(t.axisPointer),"label"),cC(cA(t.tooltip).axisPointer,"label"),t.series=oR(t.series),t3(t.series,function(t){if(ea(t)){var e=t.type;if("line"===e)null!=t.clipOverflow&&(t.clip=t.clipOverflow);else if("pie"===e||"gauge"===e){null!=t.clockWise&&(t.clockwise=t.clockWise),cR(t.label);var n=t.data;if(n&&!el(n))for(var i=0;i<n.length;i++)cR(n[i]);null!=t.hoverOffset&&(t.emphasis=t.emphasis||{},t.emphasis.scaleSize=null)}else if("gauge"===e){var r=function(t,e){for(var n=e.split(","),i=t,r=0;r<n.length&&null!=(i=i&&i[n[r]]);r++);return i}(t,"pointer.color");null!=r&&function(t,e,n){for(var i,r=e.split(","),o=t,a=0;a<r.length-1;a++)null==o[i=r[a]]&&(o[i]={}),o=o[i];null==o[r[a]]&&(o[r[a]]=n)}(t,"itemStyle.color",r)}else if("bar"===e){cO(t),cO(t.backgroundStyle),cO(t.emphasis);var n=t.data;if(n&&!el(n))for(var i=0;i<n.length;i++)"object"==typeof n[i]&&(cO(n[i]),cO(n[i]&&n[i].emphasis))}else if("sunburst"===e){var o=t.highlightPolicy;o&&(t.emphasis=t.emphasis||{},t.emphasis.focus||(t.emphasis.focus=o)),cN(t),function t(e,n){if(e)for(var i=0;i<e.length;i++)n(e[i]),e[i]&&t(e[i].children,n)}(t.data,cN)}else"graph"===e||"sankey"===e?t&&null!=t.focusNodeAdjacency&&(t.emphasis=t.emphasis||{},null==t.emphasis.focus&&(t.emphasis.focus="adjacency")):"map"===e&&(t.mapType&&!t.map&&(t.map=t.mapType),t.mapLocation&&t$(t,t.mapLocation));null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&(t.emphasis.scale=t.hoverAnimation)),cD(t)}}),t.dataRange&&(t.visualMap=t.dataRange),t3(cL,function(e){var n=t[e];n&&(ee(n)||(n=[n]),t3(n,function(t){cD(t)}))})}function cE(t){t3(t,function(e,n){var i=[],r=[NaN,NaN],o=[e.stackResultDimension,e.stackedOverDimension],a=e.data,s=e.isStackedByIndex,l=e.seriesModel.get("stackStrategy")||"samesign";a.modify(o,function(o,u,c){var h,d,p=a.get(e.stackedDimension,c);if(isNaN(p))return r;s?d=a.getRawIndex(c):h=a.get(e.stackedByDimension,c);for(var f=NaN,g=n-1;g>=0;g--){var y=t[g];if(s||(d=y.data.rawIndexOf(y.stackedByDimension,h)),d>=0){var m=y.data.getByRawIndex(y.stackResultDimension,d);if("all"===l||"positive"===l&&m>0||"negative"===l&&m<0||"samesign"===l&&p>=0&&m>0||"samesign"===l&&p<=0&&m<0){p=function(t,e){var n=Math.max(op(t),op(e)),i=t+e;return n>20?i:oh(i,n)}(p,m),f=m;break}}}return i[0]=p,i[1]=f,i})})}var cB=function(t){this.data=t.data||(t.sourceFormat===u2?{}:[]),this.sourceFormat=t.sourceFormat||u5,this.seriesLayoutBy=t.seriesLayoutBy||u4,this.startIndex=t.startIndex||0,this.dimensionsDetectedCount=t.dimensionsDetectedCount,this.metaRawOption=t.metaRawOption;var e=this.dimensionsDefine=t.dimensionsDefine;if(e)for(var n=0;n<e.length;n++){var i=e[n];null==i.type&&1===ct(this,n)&&(i.type="ordinal")}};function cV(t){return t instanceof cB}function cF(t,e,n){n=n||cG(t);var i=e.seriesLayoutBy,r=function(t,e,n,i,r){if(!t)return{dimensionsDefine:cH(r),startIndex:a,dimensionsDetectedCount:o};if(e===u0){var o,a;"auto"===i||null==i?cj(function(t){null!=t&&"-"!==t&&(ei(t)?null==a&&(a=1):a=0)},n,t,10):a=eo(i)?i:+!!i,r||1!==a||(r=[],cj(function(t,e){r[e]=null!=t?t+"":""},n,t,1/0)),o=r?r.length:"row"===n?t.length:t[0]?t[0].length:null}else if(e===u1)r||(r=function(t){for(var e,n=0;n<t.length&&!(e=t[n++]););if(e)return t7(e)}(t));else if(e===u2)r||(r=[],t3(t,function(t,e){r.push(e)}));else if(e===uQ){var s=oE(t[0]);o=ee(s)&&s.length||1}return{startIndex:a,dimensionsDefine:cH(r),dimensionsDetectedCount:o}}(t,n,i,e.sourceHeader,e.dimensions);return new cB({data:t,sourceFormat:n,seriesLayoutBy:i,dimensionsDefine:r.dimensionsDefine,startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount,metaRawOption:tU(e)})}function cW(t){return new cB({data:t,sourceFormat:el(t)?u3:uQ})}function cG(t){var e=u5;if(el(t))e=u3;else if(ee(t)){0===t.length&&(e=u0);for(var n=0,i=t.length;n<i;n++){var r=t[n];if(null!=r){if(ee(r)||el(r)){e=u0;break}else if(ea(r)){e=u1;break}}}}else if(ea(t)){for(var o in t)if(eL(t,o)&&t2(t[o])){e=u2;break}}return e}function cH(t){if(t){var e=eT();return t5(t,function(t,n){var i={name:(t=ea(t)?t:{name:t}).name,displayName:t.displayName,type:t.type};if(null==i.name)return i;i.name+="",null==i.displayName&&(i.displayName=i.name);var r=e.get(i.name);return r?i.name+="-"+r.count++:e.set(i.name,{count:1}),i})}}function cj(t,e,n,i){if("row"===e)for(var r=0;r<n.length&&r<i;r++)t(n[r]?n[r][0]:null,r);else for(var o=n[0]||[],r=0;r<o.length&&r<i;r++)t(o[r],r)}function cX(t){var e=t.sourceFormat;return e===u1||e===u2}var cY=function(){var t;function e(t,e){var n=cV(t)?t:cW(t);this._source=n;var i=this._data=n.data;n.sourceFormat===u3&&(this._offset=0,this._dimSize=e,this._data=i),D(this,i,n)}return e.prototype.getSource=function(){return this._source},e.prototype.count=function(){return 0},e.prototype.getItem=function(t,e){},e.prototype.appendData=function(t){},e.prototype.clean=function(){},e.protoInitialize=void((t=e.prototype).pure=!1,t.persistent=!0),e.internalField=function(){D=function(t,r,o){var a=o.sourceFormat,s=o.seriesLayoutBy,l=o.startIndex,u=o.dimensionsDefine;tK(t,A[cQ(a,s)]),a===u3?(t.getItem=e,t.count=i,t.fillStorage=n):(t.getItem=t8(function(t,e){return cZ[cQ(t,e)]}(a,s),null,r,l,u),t.count=t8(function(t,e){return cK[cQ(t,e)]}(a,s),null,r,l,u))};var t,e=function(t,e){t-=this._offset,e=e||[];for(var n=this._data,i=this._dimSize,r=i*t,o=0;o<i;o++)e[o]=n[r+o];return e},n=function(t,e,n,i){for(var r=this._data,o=this._dimSize,a=0;a<o;a++){for(var s=i[a],l=null==s[0]?1/0:s[0],u=null==s[1]?-1/0:s[1],c=e-t,h=n[a],d=0;d<c;d++){var p=r[d*o+a];h[t+d]=p,p<l&&(l=p),p>u&&(u=p)}s[0]=l,s[1]=u}},i=function(){return this._data?this._data.length/this._dimSize:0};function r(t){for(var e=0;e<t.length;e++)this._data.push(t[e])}(t={})[u0+"_"+u4]={pure:!0,appendData:r},t[u0+"_row"]={pure:!0,appendData:function(){throw Error('Do not support appendData when set seriesLayoutBy: "row".')}},t[u1]={pure:!0,appendData:r},t[u2]={pure:!0,appendData:function(t){var e=this._data;t3(t,function(t,n){for(var i=e[n]||(e[n]=[]),r=0;r<(t||[]).length;r++)i.push(t[r])})}},t[uQ]={appendData:r},t[u3]={persistent:!1,pure:!0,appendData:function(t){this._data=t},clean:function(){this._offset+=this.count(),this._data=null}},A=t}(),e}(),cU=function(t,e,n,i){return t[i]},cZ=((C={})[u0+"_"+u4]=function(t,e,n,i){return t[i+e]},C[u0+"_row"]=function(t,e,n,i,r){i+=e;for(var o=r||[],a=0;a<t.length;a++){var s=t[a];o[a]=s?s[i]:null}return o},C[u1]=cU,C[u2]=function(t,e,n,i,r){for(var o=r||[],a=0;a<n.length;a++){var s=t[n[a].name];o[a]=s?s[i]:null}return o},C[uQ]=cU,C),cq=function(t,e,n){return t.length},cK=((I={})[u0+"_"+u4]=function(t,e,n){return Math.max(0,t.length-e)},I[u0+"_row"]=function(t,e,n){var i=t[0];return i?Math.max(0,i.length-e):0},I[u1]=cq,I[u2]=function(t,e,n){var i=t[n[0].name];return i?i.length:0},I[uQ]=cq,I),c$=function(t,e,n){return t[e]},cJ=((T={})[u0]=c$,T[u1]=function(t,e,n){return t[n]},T[u2]=c$,T[uQ]=function(t,e,n){var i=oE(t);return i instanceof Array?i[e]:i},T[u3]=c$,T);function cQ(t,e){return t===u0?t+"_"+e:t}function c0(t,e,n){if(t){var i=t.getRawDataItem(e);if(null!=i){var r=t.getStore(),o=r.getSource().sourceFormat;if(null!=n){var a=t.getDimensionIndex(n),s=r.getDimensionProperty(a);return cJ[o](i,a,s)}var l=i;return o===uQ&&(l=oE(i)),l}}}var c1=/\{@(.+?)\}/g,c2=function(){function t(){}return t.prototype.getDataParams=function(t,e){var n=this.getData(e),i=this.getRawValue(t,e),r=n.getRawIndex(t),o=n.getName(t),a=n.getRawDataItem(t),s=n.getItemVisual(t,"style"),l=s&&s[n.getItemVisual(t,"drawType")||"fill"],u=s&&s.stroke,c=this.mainType,h="series"===c,d=n.userOutput&&n.userOutput.get();return{componentType:c,componentSubType:this.subType,componentIndex:this.componentIndex,seriesType:h?this.subType:null,seriesIndex:this.seriesIndex,seriesId:h?this.id:null,seriesName:h?this.name:null,name:o,dataIndex:r,data:a,dataType:e,value:i,color:l,borderColor:u,dimensionNames:d?d.fullDimensions:null,encode:d?d.encode:null,$vars:["seriesName","name","value"]}},t.prototype.getFormattedLabel=function(t,e,n,i,r,o){e=e||"normal";var a=this.getData(n),s=this.getDataParams(t,n);return(o&&(s.value=o.interpolatedValue),null!=i&&ee(s.value)&&(s.value=s.value[i]),r||(r=a.getItemModel(t).get("normal"===e?["label","formatter"]:[e,"label","formatter"])),en(r))?(s.status=e,s.dimensionIndex=i,r(s)):ei(r)?uA(r,s).replace(c1,function(e,n){var i=n.length,r=n;"["===r.charAt(0)&&"]"===r.charAt(i-1)&&(r=+r.slice(1,i-1));var s=c0(a,t,r);if(o&&ee(o.interpolatedValue)){var l=a.getDimensionIndex(r);l>=0&&(s=o.interpolatedValue[l])}return null!=s?s+"":""}):void 0},t.prototype.getRawValue=function(t,e){return c0(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function c3(t){var e,n;return ea(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function c5(t){return new c4(t)}var c4=function(){function t(t){t=t||{},this._reset=t.reset,this._plan=t.plan,this._count=t.count,this._onDirty=t.onDirty,this._dirty=!0}return t.prototype.perform=function(t){var e,n,i,r,o=this._upstream,a=t&&t.skip;if(this._dirty&&o){var s=this.context;s.data=s.outputData=o.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!a&&(i=this._plan(this.context));var l=((e=this._modBy)>=1||(e=1),e),u=this._modDataCount||0,c=((n=t&&t.modBy)>=1||(n=1),n),h=t&&t.modDataCount||0;(l!==c||u!==h)&&(i="reset"),(this._dirty||"reset"===i)&&(this._dirty=!1,r=this._doReset(a)),this._modBy=c,this._modDataCount=h;var d=t&&t.step;if(o?this._dueEnd=o._outputDueEnd:this._dueEnd=this._count?this._count(this.context):1/0,this._progress){var p=this._dueIndex,f=Math.min(null!=d?this._dueIndex+d:1/0,this._dueEnd);if(!a&&(r||p<f)){var g=this._progress;if(ee(g))for(var y=0;y<g.length;y++)this._doProgress(g[y],p,f,c,h);else this._doProgress(g,p,f,c,h)}this._dueIndex=f;var m=null!=this._settedOutputEnd?this._settedOutputEnd:f;this._outputDueEnd=m}else this._dueIndex=this._outputDueEnd=null!=this._settedOutputEnd?this._settedOutputEnd:this._dueEnd;return this.unfinished()},t.prototype.dirty=function(){this._dirty=!0,this._onDirty&&this._onDirty(this.context)},t.prototype._doProgress=function(t,e,n,i,r){c9.reset(e,n,i,r),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:c9.next},this.context)},t.prototype._doReset=function(t){this._dueIndex=this._outputDueEnd=this._dueEnd=0,this._settedOutputEnd=null,!t&&this._reset&&((e=this._reset(this.context))&&e.progress&&(n=e.forceFirstProgress,e=e.progress),ee(e)&&!e.length&&(e=null)),this._progress=e,this._modBy=this._modDataCount=null;var e,n,i=this._downstream;return i&&i.dirty(),n},t.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},t.prototype.pipe=function(t){(this._downstream!==t||this._dirty)&&(this._downstream=t,t._upstream=this,t.dirty())},t.prototype.dispose=function(){this._disposed||(this._upstream&&(this._upstream._downstream=null),this._downstream&&(this._downstream._upstream=null),this._dirty=!1,this._disposed=!0)},t.prototype.getUpstream=function(){return this._upstream},t.prototype.getDownstream=function(){return this._downstream},t.prototype.setOutputEnd=function(t){this._outputDueEnd=this._settedOutputEnd=t},t}(),c9=function(){var t,e,n,i,r,o={reset:function(l,u,c,h){e=l,t=u,n=c,r=Math.ceil((i=h)/n),o.next=n>1&&i>0?s:a}};return o;function a(){return e<t?e++:null}function s(){var o=e%r*n+Math.ceil(e/r),a=e>=t?null:o<i?o:e;return e++,a}}();function c6(t){throw Error(t)}function c7(t,e){var n=e&&e.type;return"ordinal"===n?t:("time"!==n||eo(t)||null==t||"-"===t||(t=+oS(t)),null==t||""===t?NaN:Number(t))}var c8=eT({number:function(t){return parseFloat(t)},time:function(t){return+oS(t)},trim:function(t){return ei(t)?eb(t):t}}),ht={lt:function(t,e){return t<e},lte:function(t,e){return t<=e},gt:function(t,e){return t>e},gte:function(t,e){return t>=e}},he=function(){function t(t,e){eo(e)||c6(""),this._opFn=ht[t],this._rvalFloat=oA(e)}return t.prototype.evaluate=function(t){return eo(t)?this._opFn(t,this._rvalFloat):this._opFn(oA(t),this._rvalFloat)},t}(),hn=function(){function t(t,e){var n="desc"===t;this._resultLT=n?1:-1,null==e&&(e=n?"min":"max"),this._incomparable="min"===e?-1/0:1/0}return t.prototype.evaluate=function(t,e){var n=eo(t)?t:oA(t),i=eo(e)?e:oA(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=ei(t),s=ei(e);a&&(n=s?t:0),s&&(i=a?e:0)}return n<i?this._resultLT:n>i?-this._resultLT:0},t}(),hi=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=oA(e)}return t.prototype.evaluate=function(t){var e=t===this._rval;if(!e){var n=typeof t;n!==this._rvalTypeof&&("number"===n||"number"===this._rvalTypeof)&&(e=oA(t)===this._rvalFloat)}return this._isEQ?e:!e},t}(),hr=function(){function t(){}return t.prototype.getRawData=function(){throw Error("not supported")},t.prototype.getRawDataItem=function(t){throw Error("not supported")},t.prototype.cloneRawData=function(){},t.prototype.getDimensionInfo=function(t){},t.prototype.cloneAllDimensionInfo=function(){},t.prototype.count=function(){},t.prototype.retrieveValue=function(t,e){},t.prototype.retrieveValueFromItem=function(t,e){},t.prototype.convertValue=function(t,e){return c7(t,e)},t}();function ho(t){return hc(t.sourceFormat)||c6(""),t.data}function ha(t){var e=t.sourceFormat,n=t.data;if(hc(e)||c6(""),e===u0){for(var i=[],r=0,o=n.length;r<o;r++)i.push(n[r].slice());return i}if(e===u1){for(var i=[],r=0,o=n.length;r<o;r++)i.push(tK({},n[r]));return i}}function hs(t,e,n){if(null!=n){if(eo(n)||!isNaN(n)&&!eL(e,n))return t[n];else if(eL(e,n))return e[n]}}function hl(t){return tU(t)}var hu=eT();function hc(t){return t===u0||t===u1}var hh="undefined",hd=typeof Uint32Array===hh?Array:Uint32Array,hp=typeof Uint16Array===hh?Array:Uint16Array,hf=typeof Int32Array===hh?Array:Int32Array,hg=typeof Float64Array===hh?Array:Float64Array,hy={float:hg,int:hf,ordinal:Array,number:Array,time:hg};function hm(t){return t>65535?hd:hp}function hv(){return[1/0,-1/0]}function hx(t,e,n,i,r){var o=hy[n||"float"];if(r){var a=t[e],s=a&&a.length;if(s!==i){for(var l=new o(i),u=0;u<s;u++)l[u]=a[u];t[e]=l}}else t[e]=new o(i)}var hb=function(){function t(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=eT()}return t.prototype.initData=function(t,e,n){this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var i=t.getSource(),r=this.defaultDimValueGetter=k[i.sourceFormat];this._dimValueGetter=n||r,this._rawExtent=[],cX(i),this._dimensions=t5(e,function(t){return{type:t.type,property:t.property}}),this._initDataFromProvider(0,t.count())},t.prototype.getProvider=function(){return this._provider},t.prototype.getSource=function(){return this._provider.getSource()},t.prototype.ensureCalculationDimension=function(t,e){var n=this._calcDimNameToIdx,i=this._dimensions,r=n.get(t);if(null!=r){if(i[r].type===e)return r}else r=i.length;return i[r]={type:e},n.set(t,r),this._chunks[r]=new hy[e||"float"](this._rawCount),this._rawExtent[r]=hv(),r},t.prototype.collectOrdinalMeta=function(t,e){var n=this._chunks[t],i=this._dimensions[t],r=this._rawExtent,o=i.ordinalOffset||0,a=n.length;0===o&&(r[t]=hv());for(var s=r[t],l=o;l<a;l++){var u=n[l]=e.parseAndCollect(n[l]);isNaN(u)||(s[0]=Math.min(u,s[0]),s[1]=Math.max(u,s[1]))}i.ordinalMeta=e,i.ordinalOffset=a,i.type="ordinal"},t.prototype.getOrdinalMeta=function(t){return this._dimensions[t].ordinalMeta},t.prototype.getDimensionProperty=function(t){var e=this._dimensions[t];return e&&e.property},t.prototype.appendData=function(t){var e=this._provider,n=this.count();e.appendData(t);var i=e.count();return e.persistent||(i+=n),n<i&&this._initDataFromProvider(n,i,!0),[n,i]},t.prototype.appendValues=function(t,e){for(var n=this._chunks,i=this._dimensions,r=i.length,o=this._rawExtent,a=this.count(),s=a+Math.max(t.length,e||0),l=0;l<r;l++){var u=i[l];hx(n,l,u.type,s,!0)}for(var c=[],h=a;h<s;h++)for(var d=h-a,p=0;p<r;p++){var u=i[p],f=k.arrayRows.call(this,t[d]||c,u.property,d,p);n[p][h]=f;var g=o[p];f<g[0]&&(g[0]=f),f>g[1]&&(g[1]=f)}return this._rawCount=this._count=s,{start:a,end:s}},t.prototype._initDataFromProvider=function(t,e,n){for(var i=this._provider,r=this._chunks,o=this._dimensions,a=o.length,s=this._rawExtent,l=t5(o,function(t){return t.property}),u=0;u<a;u++){var c=o[u];s[u]||(s[u]=hv()),hx(r,u,c.type,e,n)}if(i.fillStorage)i.fillStorage(t,e,r,s);else for(var h=[],d=t;d<e;d++){h=i.getItem(d,h);for(var p=0;p<a;p++){var f=r[p],g=this._dimValueGetter(h,l[p],d,p);f[d]=g;var y=s[p];g<y[0]&&(y[0]=g),g>y[1]&&(y[1]=g)}}!i.persistent&&i.clean&&i.clean(),this._rawCount=this._count=e,this._extent=[]},t.prototype.count=function(){return this._count},t.prototype.get=function(t,e){if(!(e>=0&&e<this._count))return NaN;var n=this._chunks[t];return n?n[this.getRawIndex(e)]:NaN},t.prototype.getValues=function(t,e){var n=[],i=[];if(null==e){e=t,t=[];for(var r=0;r<this._dimensions.length;r++)i.push(r)}else i=t;for(var r=0,o=i.length;r<o;r++)n.push(this.get(i[r],e));return n},t.prototype.getByRawIndex=function(t,e){if(!(e>=0&&e<this._rawCount))return NaN;var n=this._chunks[t];return n?n[e]:NaN},t.prototype.getSum=function(t){var e=this._chunks[t],n=0;if(e)for(var i=0,r=this.count();i<r;i++){var o=this.get(t,i);isNaN(o)||(n+=o)}return n},t.prototype.getMedian=function(t){var e=[];this.each([t],function(t){isNaN(t)||e.push(t)});var n=e.sort(function(t,e){return t-e}),i=this.count();return 0===i?0:i%2==1?n[(i-1)/2]:(n[i/2]+n[i/2-1])/2},t.prototype.indexOfRawIndex=function(t){if(t>=this._rawCount||t<0)return -1;if(!this._indices)return t;var e=this._indices,n=e[t];if(null!=n&&n<this._count&&n===t)return t;for(var i=0,r=this._count-1;i<=r;){var o=(i+r)/2|0;if(e[o]<t)i=o+1;else{if(!(e[o]>t))return o;r=o-1}}return -1},t.prototype.indicesOfNearest=function(t,e,n){var i=this._chunks[t],r=[];if(!i)return r;null==n&&(n=1/0);for(var o=1/0,a=-1,s=0,l=0,u=this.count();l<u;l++){var c=e-i[this.getRawIndex(l)],h=Math.abs(c);h<=n&&((h<o||h===o&&c>=0&&a<0)&&(o=h,a=c,s=0),c===a&&(r[s++]=l))}return r.length=s,r},t.prototype.getIndices=function(){var t,e=this._indices;if(e){var n=e.constructor,i=this._count;if(n===Array){t=new n(i);for(var r=0;r<i;r++)t[r]=e[r]}else t=new n(e.buffer,0,i)}else{var n=hm(this._rawCount);t=new n(this.count());for(var r=0;r<t.length;r++)t[r]=r}return t},t.prototype.filter=function(t,e){if(!this._count)return this;for(var n=this.clone(),i=n.count(),r=new(hm(n._rawCount))(i),o=[],a=t.length,s=0,l=t[0],u=n._chunks,c=0;c<i;c++){var h=void 0,d=n.getRawIndex(c);if(0===a)h=e(c);else if(1===a)h=e(u[l][d],c);else{for(var p=0;p<a;p++)o[p]=u[t[p]][d];o[p]=c,h=e.apply(null,o)}h&&(r[s++]=d)}return s<i&&(n._indices=r),n._count=s,n._extent=[],n._updateGetRawIdx(),n},t.prototype.selectRange=function(t){var e=this.clone(),n=e._count;if(!n)return this;var i=t7(t),r=i.length;if(!r)return this;var o=e.count(),a=new(hm(e._rawCount))(o),s=0,l=i[0],u=t[l][0],c=t[l][1],h=e._chunks,d=!1;if(!e._indices){var p=0;if(1===r){for(var f=h[i[0]],g=0;g<n;g++){var y=f[g];(y>=u&&y<=c||isNaN(y))&&(a[s++]=p),p++}d=!0}else if(2===r){for(var f=h[i[0]],m=h[i[1]],v=t[i[1]][0],x=t[i[1]][1],g=0;g<n;g++){var y=f[g],b=m[g];(y>=u&&y<=c||isNaN(y))&&(b>=v&&b<=x||isNaN(b))&&(a[s++]=p),p++}d=!0}}if(!d)if(1===r)for(var g=0;g<o;g++){var _=e.getRawIndex(g),y=h[i[0]][_];(y>=u&&y<=c||isNaN(y))&&(a[s++]=_)}else for(var g=0;g<o;g++){for(var S=!0,_=e.getRawIndex(g),w=0;w<r;w++){var M=i[w],y=h[M][_];(y<t[M][0]||y>t[M][1])&&(S=!1)}S&&(a[s++]=e.getRawIndex(g))}return s<o&&(e._indices=a),e._count=s,e._extent=[],e._updateGetRawIdx(),e},t.prototype.map=function(t,e){var n=this.clone(t);return this._updateDims(n,t,e),n},t.prototype.modify=function(t,e){this._updateDims(this,t,e)},t.prototype._updateDims=function(t,e,n){for(var i=t._chunks,r=[],o=e.length,a=t.count(),s=[],l=t._rawExtent,u=0;u<e.length;u++)l[e[u]]=hv();for(var c=0;c<a;c++){for(var h=t.getRawIndex(c),d=0;d<o;d++)s[d]=i[e[d]][h];s[o]=c;var p=n&&n.apply(null,s);if(null!=p){"object"!=typeof p&&(r[0]=p,p=r);for(var u=0;u<p.length;u++){var f=e[u],g=p[u],y=l[f],m=i[f];m&&(m[h]=g),g<y[0]&&(y[0]=g),g>y[1]&&(y[1]=g)}}}},t.prototype.lttbDownSample=function(t,e){var n,i,r,o=this.clone([t],!0),a=o._chunks[t],s=this.count(),l=0,u=Math.floor(1/e),c=this.getRawIndex(0),h=new(hm(this._rawCount))(Math.min((Math.ceil(s/u)+2)*2,s));h[l++]=c;for(var d=1;d<s-1;d+=u){for(var p=Math.min(d+u,s-1),f=Math.min(d+2*u,s),g=(f+p)/2,y=0,m=p;m<f;m++){var v=this.getRawIndex(m),x=a[v];isNaN(x)||(y+=x)}y/=f-p;var b=d,_=Math.min(d+u,s),S=d-1,w=a[c];n=-1,r=b;for(var M=-1,C=0,m=b;m<_;m++){var v=this.getRawIndex(m),x=a[v];if(isNaN(x)){C++,M<0&&(M=v);continue}(i=Math.abs((S-g)*(x-w)-(S-m)*(y-w)))>n&&(n=i,r=v)}C>0&&C<_-b&&(h[l++]=Math.min(M,r),r=Math.max(M,r)),h[l++]=r,c=r}return h[l++]=this.getRawIndex(s-1),o._count=l,o._indices=h,o.getRawIndex=this._getRawIdx,o},t.prototype.minmaxDownSample=function(t,e){for(var n=this.clone([t],!0),i=n._chunks,r=Math.floor(1/e),o=i[t],a=this.count(),s=new(hm(this._rawCount))(2*Math.ceil(a/r)),l=0,u=0;u<a;u+=r){var c=u,h=o[this.getRawIndex(c)],d=u,p=o[this.getRawIndex(d)],f=r;u+r>a&&(f=a-u);for(var g=0;g<f;g++){var y=o[this.getRawIndex(u+g)];y<h&&(h=y,c=u+g),y>p&&(p=y,d=u+g)}var m=this.getRawIndex(c),v=this.getRawIndex(d);c<d?(s[l++]=m,s[l++]=v):(s[l++]=v,s[l++]=m)}return n._count=l,n._indices=s,n._updateGetRawIdx(),n},t.prototype.downSample=function(t,e,n,i){for(var r=this.clone([t],!0),o=r._chunks,a=[],s=Math.floor(1/e),l=o[t],u=this.count(),c=r._rawExtent[t]=hv(),h=new(hm(this._rawCount))(Math.ceil(u/s)),d=0,p=0;p<u;p+=s){s>u-p&&(a.length=s=u-p);for(var f=0;f<s;f++){var g=this.getRawIndex(p+f);a[f]=l[g]}var y=n(a),m=this.getRawIndex(Math.min(p+i(a,y)||0,u-1));l[m]=y,y<c[0]&&(c[0]=y),y>c[1]&&(c[1]=y),h[d++]=m}return r._count=d,r._indices=h,r._updateGetRawIdx(),r},t.prototype.each=function(t,e){if(this._count)for(var n=t.length,i=this._chunks,r=0,o=this.count();r<o;r++){var a=this.getRawIndex(r);switch(n){case 0:e(r);break;case 1:e(i[t[0]][a],r);break;case 2:e(i[t[0]][a],i[t[1]][a],r);break;default:for(var s=0,l=[];s<n;s++)l[s]=i[t[s]][a];l[s]=r,e.apply(null,l)}}},t.prototype.getDataExtent=function(t){var e,n=this._chunks[t],i=hv();if(!n)return i;var r=this.count();if(!this._indices)return this._rawExtent[t].slice();if(e=this._extent[t])return e.slice();for(var o=(e=i)[0],a=e[1],s=0;s<r;s++){var l=n[this.getRawIndex(s)];l<o&&(o=l),l>a&&(a=l)}return e=[o,a],this._extent[t]=e,e},t.prototype.getRawDataItem=function(t){var e=this.getRawIndex(t);if(this._provider.persistent)return this._provider.getItem(e);for(var n=[],i=this._chunks,r=0;r<i.length;r++)n.push(i[r][e]);return n},t.prototype.clone=function(e,n){var i=new t,r=this._chunks,o=e&&t4(e,function(t,e){return t[e]=!0,t},{});if(o)for(var a=0;a<r.length;a++)i._chunks[a]=o[a]?function(t){var e=t.constructor;return e===Array?t.slice():new e(t)}(r[a]):r[a];else i._chunks=r;return this._copyCommonProps(i),n||(i._indices=this._cloneIndices()),i._updateGetRawIdx(),i},t.prototype._copyCommonProps=function(t){t._count=this._count,t._rawCount=this._rawCount,t._provider=this._provider,t._dimensions=this._dimensions,t._extent=tU(this._extent),t._rawExtent=tU(this._rawExtent)},t.prototype._cloneIndices=function(){if(this._indices){var t=this._indices.constructor,e=void 0;if(t===Array){var n=this._indices.length;e=new t(n);for(var i=0;i<n;i++)e[i]=this._indices[i]}else e=new t(this._indices);return e}return null},t.prototype._getRawIdxIdentity=function(t){return t},t.prototype._getRawIdx=function(t){return t<this._count&&t>=0?this._indices[t]:-1},t.prototype._updateGetRawIdx=function(){this.getRawIndex=this._indices?this._getRawIdx:this._getRawIdxIdentity},t.internalField=function(){function t(t,e,n,i){return c7(t[i],this._dimensions[i])}k={arrayRows:t,objectRows:function(t,e,n,i){return c7(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return c7(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),h_=function(){function t(t){this._sourceList=[],this._storeList=[],this._upstreamSignList=[],this._versionSignBase=0,this._dirty=!0,this._sourceHost=t}return t.prototype.dirty=function(){this._setLocalSource([],[]),this._storeList=[],this._dirty=!0},t.prototype._setLocalSource=function(t,e){this._sourceList=t,this._upstreamSignList=e,this._versionSignBase++,this._versionSignBase>9e10&&(this._versionSignBase=0)},t.prototype._getVersionSign=function(){return this._sourceHost.uid+"_"+this._versionSignBase},t.prototype.prepareSource=function(){this._isDirty()&&(this._createSource(),this._dirty=!1)},t.prototype._createSource=function(){this._setLocalSource([],[]);var t,e,n=this._sourceHost,i=this._getUpstreamSourceManagers(),r=!!i.length;if(hw(n)){var o=void 0,a=void 0,s=void 0;if(r){var l=i[0];l.prepareSource(),o=(s=l.getSource()).data,a=s.sourceFormat,e=[l._getVersionSign()]}else a=el(o=n.get("data",!0))?u3:uQ,e=[];var u=this._getSourceMetaRawOption()||{},c=s&&s.metaRawOption||{},h=eg(u.seriesLayoutBy,c.seriesLayoutBy)||null,d=eg(u.sourceHeader,c.sourceHeader),p=eg(u.dimensions,c.dimensions);t=h!==c.seriesLayoutBy||!!d!=!!c.sourceHeader||p?[cF(o,{seriesLayoutBy:h,sourceHeader:d,dimensions:p},a)]:[]}else if(r){var f=this._applyTransform(i);t=f.sourceList,e=f.upstreamSignList}else t=[cF(n.get("source",!0),this._getSourceMetaRawOption(),null)],e=[];this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n,i=this._sourceHost,r=i.get("transform",!0),o=i.get("fromTransformResult",!0);null!=o&&1!==t.length&&hM("");var a=[],s=[];return(t3(t,function(t){t.prepareSource();var e=t.getSource(o||0);null==o||e||hM(""),a.push(e),s.push(t._getVersionSign())}),r)?n=function(t,e,n){var i=oR(t),r=i.length;r||c6("");for(var o=0;o<r;o++)e=function(t,e){e.length||c6(""),ea(t)||c6("");var n=t.type,i=hu.get(n);i||c6("");var r=t5(e,function(t){return function(t,e){var n=new hr,i=t.data,r=n.sourceFormat=t.sourceFormat,o=t.startIndex;t.seriesLayoutBy!==u4&&c6("");var a=[],s={},l=t.dimensionsDefine;if(l)t3(l,function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};a.push(i),null!=n&&(eL(s,n)&&c6(""),s[n]=i)});else for(var u=0;u<t.dimensionsDetectedCount||0;u++)a.push({index:u});var c=cZ[cQ(r,u4)];e.__isBuiltIn&&(n.getRawDataItem=function(t){return c(i,o,a,t)},n.getRawData=t8(ho,null,t)),n.cloneRawData=t8(ha,null,t),n.count=t8(cK[cQ(r,u4)],null,i,o,a);var h=cJ[r];n.retrieveValue=function(t,e){return d(c(i,o,a,t),e)};var d=n.retrieveValueFromItem=function(t,e){if(null!=t){var n=a[e];if(n)return h(t,e,n.name)}};return n.getDimensionInfo=t8(hs,null,a,s),n.cloneAllDimensionInfo=t8(hl,null,a),n}(t,i)});return t5(oR(i.transform({upstream:r[0],upstreamList:r,config:tU(t.config)})),function(t,n){ea(t)||c6(""),t.data||c6(""),hc(cG(t.data))||c6("");var i,r=e[0];if(r&&0===n&&!t.dimensions){var o=r.startIndex;o&&(t.data=r.data.slice(0,o).concat(t.data)),i={seriesLayoutBy:u4,sourceHeader:o,dimensions:r.metaRawOption.dimensions}}else i={seriesLayoutBy:u4,sourceHeader:0,dimensions:t.dimensions};return cF(t.data,i,null)})}(i[o],e),o!==r-1&&(e.length=Math.max(e.length,1));return e}(r,a,{datasetIndex:i.componentIndex}):null!=o&&(n=[new cB({data:(e=a[0]).data,sourceFormat:e.sourceFormat,seriesLayoutBy:e.seriesLayoutBy,dimensionsDefine:tU(e.dimensionsDefine),startIndex:e.startIndex,dimensionsDetectedCount:e.dimensionsDetectedCount})]),{sourceList:n,upstreamSignList:s}},t.prototype._isDirty=function(){if(this._dirty)return!0;for(var t=this._getUpstreamSourceManagers(),e=0;e<t.length;e++){var n=t[e];if(n._isDirty()||this._upstreamSignList[e]!==n._getVersionSign())return!0}},t.prototype.getSource=function(t){t=t||0;var e=this._sourceList[t];if(!e){var n=this._getUpstreamSourceManagers();return n[0]&&n[0].getSource(t)}return e},t.prototype.getSharedDataStore=function(t){var e=t.makeStoreSchema();return this._innerGetDataStore(e.dimensions,t.source,e.hash)},t.prototype._innerGetDataStore=function(t,e,n){var i=this._storeList,r=i[0];r||(r=i[0]={});var o=r[n];if(!o){var a=this._getUpstreamSourceManagers()[0];hw(this._sourceHost)&&a?o=a._innerGetDataStore(t,e,n):(o=new hb).initData(new cY(e,t.length),t),r[n]=o}return o},t.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(hw(t)){var e=u8(t);return e?[e.getSourceManager()]:[]}return t5(t.get("transform",!0)||t.get("fromTransformResult",!0)?o$(t.ecModel,"dataset",{index:t.get("fromDatasetIndex",!0),id:t.get("fromDatasetId",!0)},oq).models:[],function(t){return t.getSourceManager()})},t.prototype._getSourceMetaRawOption=function(){var t,e,n,i=this._sourceHost;return hw(i)?(t=i.get("seriesLayoutBy",!0),e=i.get("sourceHeader",!0),n=i.get("dimensions",!0)):this._getUpstreamSourceManagers().length||(t=i.get("seriesLayoutBy",!0),e=i.get("sourceHeader",!0),n=i.get("dimensions",!0)),{seriesLayoutBy:t,sourceHeader:e,dimensions:n}},t}();function hS(t){t.option.transform&&eS(t.option.transform)}function hw(t){return"series"===t.mainType}function hM(t){throw Error(t)}function hC(t){var e=t.lineHeight;return null==e?"line-height:1":"line-height:"+nu(e+"")+"px"}function hI(t,e){var n=t.color||"#6e7079",i=t.fontSize||12,r=t.fontWeight||"400",o=t.color||"#464646",a=t.fontSize||14,s=t.fontWeight||"900";return"html"===e?{nameStyle:"font-size:"+nu(i+"")+"px;color:"+nu(n)+";font-weight:"+nu(r+""),valueStyle:"font-size:"+nu(a+"")+"px;color:"+nu(o)+";font-weight:"+nu(s+"")}:{nameStyle:{fontSize:i,fill:n,fontWeight:r},valueStyle:{fontSize:a,fill:o,fontWeight:s}}}var hT=[0,10,20,30],hA=["","\n","\n\n","\n\n\n"];function hD(t,e){return e.type=t,e}function hk(t){return"section"===t.type}function hL(t,e,n,i){var r,o=e.noHeader,a={html:hT[r=function t(e){if(hk(e)){var n=0,i=e.blocks.length,r=i>1||i>0&&!e.noHeader;return t3(e.blocks,function(e){var i=t(e);i>=n&&(n=i+ +(r&&(!i||hk(e)&&!e.noHeader)))}),n}return 0}(e)],richText:hA[r]},s=[],l=e.blocks||[];ex(!l||ee(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(eL(c,u)){var h=new hn(c[u],null);l.sort(function(t,e){return h.evaluate(t.sortParam,e.sortParam)})}else"seriesDesc"===u&&l.reverse()}t3(l,function(n,r){var o=e.valueFormatter,l=(hk(n)?hL:hP)(o?tK(tK({},t),{valueFormatter:o}):t,n,r>0?a.html:0,i);null!=l&&s.push(l)});var d="richText"===t.renderMode?s.join(a.richText):hR(i,s.join(""),o?n:a.html);if(o)return d;var p=uC(e.header,"ordinal",t.useUTC),f=hI(i,t.renderMode).nameStyle,g=hC(i);return"richText"===t.renderMode?hN(t,p,f)+a.richText+d:hR(i,'<div style="'+f+";"+g+';">'+nu(p)+"</div>"+d,n)}function hP(t,e,n,i){var r=t.renderMode,o=e.noName,a=e.noValue,s=!e.markerType,l=e.name,u=t.useUTC,c=e.valueFormatter||t.valueFormatter||function(t){return t5(t=ee(t)?t:[t],function(t,e){return uC(t,ee(_)?_[e]:_,u)})};if(!o||!a){var h,d,p,f,g,y,m,v,x=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||"#333",r),b=o?"":uC(l,"ordinal",u),_=e.valueType,S=a?[]:c(e.value,e.dataIndex),w=!s||!o,M=!s&&o,C=hI(i,r),I=C.nameStyle,T=C.valueStyle;return"richText"===r?(s?"":x)+(o?"":hN(t,b,I))+(a?"":(h=t,d=S,p=w,f=M,g=[T],p&&g.push({padding:[0,0,0,f?10:20],align:"right"}),h.markupStyleCreator.wrapRichTextStyle(ee(d)?d.join(" "):d,g))):hR(i,(s?"":x)+(o?"":'<span style="'+I+";"+(s?"":"margin-left:2px")+'">'+nu(b)+"</span>")+(a?"":(y=S,m=w,v=M,'<span style="'+(m?"float:right;margin-left:"+(v?"10px":"20px"):"")+";"+T+'">'+t5(y=ee(y)?y:[y],function(t){return nu(t)}).join(" ")+"</span>")),n)}}function hO(t,e,n,i,r,o){if(t)return(hk(t)?hL:hP)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function hR(t,e,n){return'<div style="margin: '+n+"px 0 0;"+hC(t)+';">'+e+'<div style="clear:both"></div></div>'}function hN(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function hz(t,e){return uP(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function hE(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var hB=function(){function t(){this.richTextStyles={},this._nextStyleNameId=ok()}return t.prototype._generateStyleName=function(){return"__EC_aUTo_"+this._nextStyleNameId++},t.prototype.makeTooltipMarker=function(t,e,n){var i="richText"===n?this._generateStyleName():null,r=uD({color:e,type:t,renderMode:n,markerId:i});return ei(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};ee(e)?t3(e,function(t){return tK(n,t)}):tK(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function hV(t){var e,n,i,r,o=t.series,a=t.dataIndex,s=t.multipleSeries,l=o.getData(),u=l.mapDimensionsAll("defaultedTooltip"),c=u.length,h=o.getRawValue(a),d=ee(h),p=hz(o,a);if(c>1||d&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=t4(t,function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName},!1),s=[],l=[],u=[];function c(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(hD("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?t3(i,function(t){c(c0(o,n,t),t)}):t3(t,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}(h,o,a,u,p);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);r=e=c0(l,a,u[0]),n=g.type}else r=e=d?h[0]:h;var y=oG(o),m=y&&o.name||"",v=l.getName(a),x=s?m:v;return hD("section",{header:m,noHeader:s||!y,sortParam:r,blocks:[hD("nameValue",{markerType:"item",markerColor:p,name:x,noName:!eb(x),value:e,valueType:n,dataIndex:a})].concat(i||[])})}var hF=oX();function hW(t,e){return t.getName(e)||t.getId(e)}var hG="__universalTransitionEnabled",hH=function(t){var e;function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return tM(n,t),n.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=c5({count:hX,reset:hY}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(hF(this).sourceManager=new h_(this)).prepareSource();var i=this.getInitialData(t,n);hZ(i,this),this.dataTask.context.data=i,hF(this).dataBeforeProcessed=i,hj(this),this._initSelectedMapFromData(i)},n.prototype.mergeDefaultAndTheme=function(t,e){var n=uF(this),i=n?uG(t):{},r=this.subType;uZ.hasClass(r)&&(r+="Series"),tZ(t,e.getTheme().get(this.subType)),tZ(t,this.getDefaultOption()),oN(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&uW(t,i,n)},n.prototype.mergeOption=function(t,e){t=tZ(this.option,t,!0),this.fillDataTextStyle(t.data);var n=uF(this);n&&uW(this.option,t,n);var i=hF(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);hZ(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,hF(this).dataBeforeProcessed=r,hj(this),this._initSelectedMapFromData(r)},n.prototype.fillDataTextStyle=function(t){if(t&&!el(t))for(var e=["show"],n=0;n<t.length;n++)t[n]&&t[n].label&&oN(t[n],"label",e)},n.prototype.getInitialData=function(t,e){},n.prototype.appendData=function(t){this.getRawData().appendData(t.data)},n.prototype.getData=function(t){var e=hK(this);if(!e)return hF(this).data;var n=e.context.data;return null!=t&&n.getLinkedData?n.getLinkedData(t):n},n.prototype.getAllData=function(){var t=this.getData();return t&&t.getLinkedDataAll?t.getLinkedDataAll():[{data:t}]},n.prototype.setData=function(t){var e=hK(this);if(e){var n=e.context;n.outputData=t,e!==this.dataTask&&(n.data=t)}hF(this).data=t},n.prototype.getEncode=function(){var t=this.get("encode",!0);if(t)return eT(t)},n.prototype.getSourceManager=function(){return hF(this).sourceManager},n.prototype.getSource=function(){return this.getSourceManager().getSource()},n.prototype.getRawData=function(){return hF(this).dataBeforeProcessed},n.prototype.getColorBy=function(){return this.get("colorBy")||"series"},n.prototype.isColorBySeries=function(){return"series"===this.getColorBy()},n.prototype.getBaseAxis=function(){var t=this.coordinateSystem;return t&&t.getBaseAxis&&t.getBaseAxis()},n.prototype.formatTooltip=function(t,e,n){return hV({series:this,dataIndex:t,multipleSeries:e})},n.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(tT.node&&!(t&&t.ssr))return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),!!e},n.prototype.restoreData=function(){this.dataTask.dirty()},n.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=co.prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},n.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},n.prototype.getProgressive=function(){return this.get("progressive")},n.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},n.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},n.prototype.unselect=function(t,e){var n=this.option.selectedMap;if(n){var i=this.option.selectedMode,r=this.getData(e);if("series"===i||"all"===n){this.option.selectedMap={},this._selectedDataIndicesMap={};return}for(var o=0;o<t.length;o++){var a=hW(r,t[o]);n[a]=!1,this._selectedDataIndicesMap[a]=-1}}},n.prototype.toggleSelect=function(t,e){for(var n=[],i=0;i<t.length;i++)n[0]=t[i],this.isSelected(t[i],e)?this.unselect(n,e):this.select(n,e)},n.prototype.getSelectedDataIndices=function(){if("all"===this.option.selectedMap)return[].slice.call(this.getData().getIndices());for(var t=this._selectedDataIndicesMap,e=t7(t),n=[],i=0;i<e.length;i++){var r=t[e[i]];r>=0&&n.push(r)}return n},n.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[hW(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},n.prototype.isUniversalTransitionEnabled=function(){if(this[hG])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},n.prototype._innerSelect=function(t,e){var n,i,r=this.option,o=r.selectedMode,a=e.length;if(o&&a){if("series"===o)r.selectedMap="all";else if("multiple"===o){ea(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l<a;l++){var u=e[l],c=hW(t,u);s[c]=!0,this._selectedDataIndicesMap[c]=t.getRawIndex(u)}}else if("single"===o||!0===o){var h=e[a-1],c=hW(t,h);(n={})[c]=!0,r.selectedMap=n,this._selectedDataIndicesMap=((i={})[c]=t.getRawIndex(h),i)}}},n.prototype._initSelectedMapFromData=function(t){if(!this.option.selectedMap){var e=[];t.hasItemOption&&t.each(function(n){var i=t.getRawDataItem(n);i&&i.selected&&e.push(n)}),e.length>0&&this._innerSelect(t,e)}},n.registerClass=function(t){return uZ.registerClass(t)},n.protoInitialize=void((e=n.prototype).type="series.__base__",e.seriesIndex=0,e.ignoreStyleOnData=!1,e.hasSymbolVisual=!1,e.defaultSymbol="circle",e.visualStyleAccessPath="itemStyle",e.visualDrawType="fill"),n}(uZ);function hj(t){var e,n,i,r=t.name;oG(t)||(t.name=(n=(e=t.getRawData()).mapDimensionsAll("seriesName"),i=[],t3(n,function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)}),i.join(" ")||r))}function hX(t){return t.model.getRawData().count()}function hY(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),hU}function hU(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function hZ(t,e){t3(eA(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),function(n){t.wrapMethod(n,et(hq,e))})}function hq(t,e){var n=hK(t);return n&&n.setOutputEnd((e||this).count()),e}function hK(t){var e=(t.ecModel||{}).scheduler,n=e&&e.getPipeline(t.uid);if(n){var i=n.currentTask;if(i){var r=i.agentStubMap;r&&(i=r.get(t.uid))}return i}}t1(hH,c2),t1(hH,co),o4(hH,uZ);var h$=hH,hJ=function(){function t(){this.group=new r6,this.uid=l3("viewComponent")}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){},t.prototype.updateLayout=function(t,e,n,i){},t.prototype.updateVisual=function(t,e,n,i){},t.prototype.toggleBlurSeries=function(t,e,n){},t.prototype.eachRendered=function(t){var e=this.group;e&&e.traverse(t)},t}();o5(hJ),o8(hJ);var hQ=hJ;function h0(){var t=oX();return function(e){var n=t(e),i=e.pipelineContext,r=!!n.large,o=!!n.progressiveRender,a=n.large=!!(i&&i.large),s=n.progressiveRender=!!(i&&i.progressiveRender);return(r!==a||o!==s)&&"reset"}}var h1=a2.CMD,h2=[[],[],[]],h3=Math.sqrt,h5=Math.atan2;function h4(t,e){if(e){var n,i,r,o,a,s,l=t.data,u=t.len(),c=h1.M,h=h1.C,d=h1.L,p=h1.R,f=h1.A,g=h1.Q;for(r=0,o=0;r<u;){switch(n=l[r++],o=r,i=0,n){case c:case d:i=1;break;case h:i=3;break;case g:i=2;break;case f:var y=e[4],m=e[5],v=h3(e[0]*e[0]+e[1]*e[1]),x=h3(e[2]*e[2]+e[3]*e[3]),b=h5(-e[1]/x,e[0]/v);l[r]*=v,l[r++]+=y,l[r]*=x,l[r++]+=m,l[r++]*=v,l[r++]*=x,l[r++]+=b,l[r++]+=b,r+=2,o=r;break;case p:s[0]=l[r++],s[1]=l[r++],e5(s,s,e),l[o++]=s[0],l[o++]=s[1],s[0]+=l[r++],s[1]+=l[r++],e5(s,s,e),l[o++]=s[0],l[o++]=s[1]}for(a=0;a<i;a++){var _=h2[a];_[0]=l[r++],_[1]=l[r++],e5(_,_,e),l[o++]=_[0],l[o++]=_[1]}}t.increaseVersion()}}var h9=Math.sqrt,h6=Math.sin,h7=Math.cos,h8=Math.PI;function dt(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function de(t,e){return(t[0]*e[0]+t[1]*e[1])/(dt(t)*dt(e))}function dn(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(de(t,e))}function di(t,e,n,i,r,o,a,s,l,u,c){var h=h8/180*l,d=h7(h)*(t-n)/2+h6(h)*(e-i)/2,p=-1*h6(h)*(t-n)/2+h7(h)*(e-i)/2,f=d*d/(a*a)+p*p/(s*s);f>1&&(a*=h9(f),s*=h9(f));var g=(r===o?-1:1)*h9((a*a*(s*s)-a*a*(p*p)-s*s*(d*d))/(a*a*(p*p)+s*s*(d*d)))||0,y=g*a*p/s,m=-(g*s)*d/a,v=(t+n)/2+h7(h)*y-h6(h)*m,x=(e+i)/2+h6(h)*y+h7(h)*m,b=dn([1,0],[(d-y)/a,(p-m)/s]),_=[(d-y)/a,(p-m)/s],S=[(-1*d-y)/a,(-1*p-m)/s],w=dn(_,S);if(-1>=de(_,S)&&(w=h8),de(_,S)>=1&&(w=0),w<0){var M=Math.round(w/h8*1e6)/1e6;w=2*h8+M%2*h8}c.addData(u,v,x,a,s,b,w,h,o)}var dr=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,da=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g,ds=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return eN(e,t),e.prototype.applyTransform=function(t){},e}(ss);function dl(t){return null!=t.setData}function du(t,e){var n=function(t){var e,n=new a2;if(!t)return n;var i=0,r=0,o=0,a=0,s=a2.CMD,l=t.match(dr);if(!l)return n;for(var u=0;u<l.length;u++){for(var c=l[u],h=c.charAt(0),d=void 0,p=c.match(da)||[],f=p.length,g=0;g<f;g++)p[g]=parseFloat(p[g]);for(var y=0;y<f;){var m=void 0,v=void 0,x=void 0,b=void 0,_=void 0,S=void 0,w=void 0,M=i,C=r,I=void 0,T=void 0;switch(h){case"l":i+=p[y++],r+=p[y++],d=s.L,n.addData(d,i,r);break;case"L":i=p[y++],r=p[y++],d=s.L,n.addData(d,i,r);break;case"m":i+=p[y++],r+=p[y++],d=s.M,n.addData(d,i,r),o=i,a=r,h="l";break;case"M":i=p[y++],r=p[y++],d=s.M,n.addData(d,i,r),o=i,a=r,h="L";break;case"h":i+=p[y++],d=s.L,n.addData(d,i,r);break;case"H":i=p[y++],d=s.L,n.addData(d,i,r);break;case"v":r+=p[y++],d=s.L,n.addData(d,i,r);break;case"V":r=p[y++],d=s.L,n.addData(d,i,r);break;case"C":d=s.C,n.addData(d,p[y++],p[y++],p[y++],p[y++],p[y++],p[y++]),i=p[y-2],r=p[y-1];break;case"c":d=s.C,n.addData(d,p[y++]+i,p[y++]+r,p[y++]+i,p[y++]+r,p[y++]+i,p[y++]+r),i+=p[y-2],r+=p[y-1];break;case"S":m=i,v=r,I=n.len(),T=n.data,e===s.C&&(m+=i-T[I-4],v+=r-T[I-3]),d=s.C,M=p[y++],C=p[y++],i=p[y++],r=p[y++],n.addData(d,m,v,M,C,i,r);break;case"s":m=i,v=r,I=n.len(),T=n.data,e===s.C&&(m+=i-T[I-4],v+=r-T[I-3]),d=s.C,M=i+p[y++],C=r+p[y++],i+=p[y++],r+=p[y++],n.addData(d,m,v,M,C,i,r);break;case"Q":M=p[y++],C=p[y++],i=p[y++],r=p[y++],d=s.Q,n.addData(d,M,C,i,r);break;case"q":M=p[y++]+i,C=p[y++]+r,i+=p[y++],r+=p[y++],d=s.Q,n.addData(d,M,C,i,r);break;case"T":m=i,v=r,I=n.len(),T=n.data,e===s.Q&&(m+=i-T[I-4],v+=r-T[I-3]),i=p[y++],r=p[y++],d=s.Q,n.addData(d,m,v,i,r);break;case"t":m=i,v=r,I=n.len(),T=n.data,e===s.Q&&(m+=i-T[I-4],v+=r-T[I-3]),i+=p[y++],r+=p[y++],d=s.Q,n.addData(d,m,v,i,r);break;case"A":x=p[y++],b=p[y++],_=p[y++],S=p[y++],w=p[y++],M=i,C=r,i=p[y++],di(M,C,i,r=p[y++],S,w,x,b,_,d=s.A,n);break;case"a":x=p[y++],b=p[y++],_=p[y++],S=p[y++],w=p[y++],M=i,C=r,i+=p[y++],di(M,C,i,r+=p[y++],S,w,x,b,_,d=s.A,n)}}("z"===h||"Z"===h)&&(d=s.Z,n.addData(d),i=o,r=a),e=d}return n.toStatic(),n}(t),i=tK({},e);return i.buildPath=function(t){if(dl(t)){t.setData(n.data);var e=t.getContext();e&&t.rebuildPath(e,1)}else{var e=t;n.rebuildPath(e,1)}},i.applyTransform=function(t){h4(n,t),this.dirtyShape()},i}function dc(t,e){e=e||{};var n=new ss;return t.shape&&n.setShape(t.shape),n.setStyle(t.style),e.bakeTransform?h4(n.path,t.getComputedTransform()):e.toLocal?n.setLocalTransform(t.getComputedTransform()):n.copyTransform(t),n.buildPath=t.buildPath,n.applyTransform=n.applyTransform,n.z=t.z,n.z2=t.z2,n.zlevel=t.zlevel,n}var dh=function(){this.cx=0,this.cy=0,this.r=0},dd=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new dh},e.prototype.buildPath=function(t,e){t.moveTo(e.cx+e.r,e.cy),t.arc(e.cx,e.cy,e.r,0,2*Math.PI)},e}(ss);dd.prototype.type="circle";var dp=dd,df=function(){this.cx=0,this.cy=0,this.rx=0,this.ry=0},dg=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new df},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=e.rx,o=e.ry,a=.5522848*r,s=.5522848*o;t.moveTo(n-r,i),t.bezierCurveTo(n-r,i-s,n-a,i-o,n,i-o),t.bezierCurveTo(n+a,i-o,n+r,i-s,n+r,i),t.bezierCurveTo(n+r,i+s,n+a,i+o,n,i+o),t.bezierCurveTo(n-a,i+o,n-r,i+s,n-r,i),t.closePath()},e}(ss);dg.prototype.type="ellipse";var dy=dg,dm=Math.PI,dv=2*dm,dx=Math.sin,db=Math.cos,d_=Math.acos,dS=Math.atan2,dw=Math.abs,dM=Math.sqrt,dC=Math.max,dI=Math.min;function dT(t,e,n,i,r,o,a){var s=t-n,l=e-i,u=(a?o:-o)/dM(s*s+l*l),c=u*l,h=-u*s,d=t+c,p=e+h,f=n+c,g=i+h,y=(d+f)/2,m=(p+g)/2,v=f-d,x=g-p,b=v*v+x*x,_=r-o,S=d*g-f*p,w=(x<0?-1:1)*dM(dC(0,_*_*b-S*S)),M=(S*x-v*w)/b,C=(-S*v-x*w)/b,I=(S*x+v*w)/b,T=(-S*v+x*w)/b,A=M-y,D=C-m,k=I-y,L=T-m;return A*A+D*D>k*k+L*L&&(M=I,C=T),{cx:M,cy:C,x0:-c,y0:-h,x1:M*(r/_-1),y1:C*(r/_-1)}}var dA=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0,this.cornerRadius=0},dD=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new dA},e.prototype.buildPath=function(t,e){!function(t,e){var n,i=dC(e.r,0),r=dC(e.r0||0,0),o=i>0,a=r>0;if(o||a){if(o||(i=r,r=0),r>i){var s=i;i=r,r=s}var l=e.startAngle,u=e.endAngle;if(!(isNaN(l)||isNaN(u))){var c=e.cx,h=e.cy,d=!!e.clockwise,p=dw(u-l),f=p>dv&&p%dv;if(f>1e-4&&(p=f),i>1e-4)if(p>dv-1e-4)t.moveTo(c+i*db(l),h+i*dx(l)),t.arc(c,h,i,l,u,!d),r>1e-4&&(t.moveTo(c+r*db(u),h+r*dx(u)),t.arc(c,h,r,u,l,d));else{var g=void 0,y=void 0,m=void 0,v=void 0,x=void 0,b=void 0,_=void 0,S=void 0,w=void 0,M=void 0,C=void 0,I=void 0,T=void 0,A=void 0,D=void 0,k=void 0,L=i*db(l),P=i*dx(l),O=r*db(u),R=r*dx(u),N=p>1e-4;if(N){var z=e.cornerRadius;z&&(g=(n=function(t){var e;if(ee(t)){var n=t.length;if(!n)return t;e=1===n?[t[0],t[0],0,0]:2===n?[t[0],t[0],t[1],t[1]]:3===n?t.concat(t[2]):t}else e=[t,t,t,t];return e}(z))[0],y=n[1],m=n[2],v=n[3]);var E=dw(i-r)/2;if(x=dI(E,m),b=dI(E,v),_=dI(E,g),S=dI(E,y),C=w=dC(x,b),I=M=dC(_,S),(w>1e-4||M>1e-4)&&(T=i*db(u),A=i*dx(u),D=r*db(l),k=r*dx(l),p<dm)){var B=function(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,d=h*l-c*u;if(!(d*d<1e-4))return d=(c*(e-o)-h*(t-r))/d,[t+d*l,e+d*u]}(L,P,D,k,T,A,O,R);if(B){var V=L-B[0],F=P-B[1],W=T-B[0],G=A-B[1],H=1/dx(d_((V*W+F*G)/(dM(V*V+F*F)*dM(W*W+G*G)))/2),j=dM(B[0]*B[0]+B[1]*B[1]);C=dI(w,(i-j)/(H+1)),I=dI(M,(r-j)/(H-1))}}}if(N)if(C>1e-4){var X=dI(m,C),Y=dI(v,C),U=dT(D,k,L,P,i,X,d),Z=dT(T,A,O,R,i,Y,d);t.moveTo(c+U.cx+U.x0,h+U.cy+U.y0),C<w&&X===Y?t.arc(c+U.cx,h+U.cy,C,dS(U.y0,U.x0),dS(Z.y0,Z.x0),!d):(X>0&&t.arc(c+U.cx,h+U.cy,X,dS(U.y0,U.x0),dS(U.y1,U.x1),!d),t.arc(c,h,i,dS(U.cy+U.y1,U.cx+U.x1),dS(Z.cy+Z.y1,Z.cx+Z.x1),!d),Y>0&&t.arc(c+Z.cx,h+Z.cy,Y,dS(Z.y1,Z.x1),dS(Z.y0,Z.x0),!d))}else t.moveTo(c+L,h+P),t.arc(c,h,i,l,u,!d);else t.moveTo(c+L,h+P);if(r>1e-4&&N)if(I>1e-4){var X=dI(g,I),Y=dI(y,I),U=dT(O,R,T,A,r,-Y,d),Z=dT(L,P,D,k,r,-X,d);t.lineTo(c+U.cx+U.x0,h+U.cy+U.y0),I<M&&X===Y?t.arc(c+U.cx,h+U.cy,I,dS(U.y0,U.x0),dS(Z.y0,Z.x0),!d):(Y>0&&t.arc(c+U.cx,h+U.cy,Y,dS(U.y0,U.x0),dS(U.y1,U.x1),!d),t.arc(c,h,r,dS(U.cy+U.y1,U.cx+U.x1),dS(Z.cy+Z.y1,Z.cx+Z.x1),d),X>0&&t.arc(c+Z.cx,h+Z.cy,X,dS(Z.y1,Z.x1),dS(Z.y0,Z.x0),!d))}else t.lineTo(c+O,h+R),t.arc(c,h,r,u,l,d);else t.lineTo(c+O,h+R)}else t.moveTo(c,h);t.closePath()}}}(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(ss);dD.prototype.type="sector";var dk=dD,dL=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},dP=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new dL},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=2*Math.PI;t.moveTo(n+e.r,i),t.arc(n,i,e.r,0,r,!1),t.moveTo(n+e.r0,i),t.arc(n,i,e.r0,0,r,!0)},e}(ss);dP.prototype.type="ring";var dO=dP;function dR(t,e,n){var i=e.smooth,r=e.points;if(r&&r.length>=2){if(i){var o=function(t,e,n,i){var r,o,a,s,l=[],u=[],c=[],h=[];if(i){a=[1/0,1/0],s=[-1/0,-1/0];for(var d=0,p=t.length;d<p;d++)e4(a,a,t[d]),e9(s,s,t[d]);e4(a,a,i[0]),e9(s,s,i[1])}for(var d=0,p=t.length;d<p;d++){var f=t[d];if(n)r=t[d?d-1:p-1],o=t[(d+1)%p];else if(0===d||d===p-1){l.push(eB(t[d]));continue}else r=t[d-1],o=t[d+1];eG(u,o,r),eK(u,u,e);var g=eJ(f,r),y=eJ(f,o),m=g+y;0!==m&&(g/=m,y/=m),eK(c,u,-g),eK(h,u,y);var v=eF([],f,c),x=eF([],f,h);i&&(e9(v,v,a),e4(v,v,s),e9(x,x,a),e4(x,x,s)),l.push(v),l.push(x)}return n&&l.push(l.shift()),l}(r,i,n,e.smoothConstraint);t.moveTo(r[0][0],r[0][1]);for(var a=r.length,s=0;s<(n?a:a-1);s++){var l=o[2*s],u=o[2*s+1],c=r[(s+1)%a];t.bezierCurveTo(l[0],l[1],u[0],u[1],c[0],c[1])}}else{t.moveTo(r[0][0],r[0][1]);for(var s=1,h=r.length;s<h;s++)t.lineTo(r[s][0],r[s][1])}n&&t.closePath()}}var dN=function(){this.points=null,this.smooth=0,this.smoothConstraint=null},dz=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultShape=function(){return new dN},e.prototype.buildPath=function(t,e){dR(t,e,!0)},e}(ss);dz.prototype.type="polygon";var dE=dz,dB=function(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null},dV=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dB},e.prototype.buildPath=function(t,e){dR(t,e,!1)},e}(ss);dV.prototype.type="polyline";var dF=dV,dW={},dG=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1},dH=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dG},e.prototype.buildPath=function(t,e){if(this.subPixelOptimize){var n,i,r,o,a=sg(dW,e,this.style);n=a.x1,i=a.y1,r=a.x2,o=a.y2}else n=e.x1,i=e.y1,r=e.x2,o=e.y2;var s=e.percent;0!==s&&(t.moveTo(n,i),s<1&&(r=n*(1-s)+r*s,o=i*(1-s)+o*s),t.lineTo(r,o))},e.prototype.pointAt=function(t){var e=this.shape;return[e.x1*(1-t)+e.x2*t,e.y1*(1-t)+e.y2*t]},e}(ss);dH.prototype.type="line";var dj=dH,dX=[],dY=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1};function dU(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?il:is)(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?il:is)(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?ig:ip)(t.x1,t.cpx1,t.x2,e),(n?ig:ip)(t.y1,t.cpy1,t.y2,e)]}var dZ=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dY},e.prototype.buildPath=function(t,e){var n=e.x1,i=e.y1,r=e.x2,o=e.y2,a=e.cpx1,s=e.cpy1,l=e.cpx2,u=e.cpy2,c=e.percent;0!==c&&(t.moveTo(n,i),null==l||null==u?(c<1&&(im(n,a,r,c,dX),a=dX[1],r=dX[2],im(i,s,o,c,dX),s=dX[1],o=dX[2]),t.quadraticCurveTo(a,s,r,o)):(c<1&&(ih(n,a,l,r,c,dX),a=dX[1],l=dX[2],r=dX[3],ih(i,s,u,o,c,dX),s=dX[1],u=dX[2],o=dX[3]),t.bezierCurveTo(a,s,l,u,r,o)))},e.prototype.pointAt=function(t){return dU(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=dU(this.shape,t,!0);return e$(e,e)},e}(ss);dZ.prototype.type="bezier-curve";var dq=dZ,dK=function(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},d$=function(t){function e(e){return t.call(this,e)||this}return eN(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dK},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r,0),o=e.startAngle,a=e.endAngle,s=e.clockwise,l=Math.cos(o),u=Math.sin(o);t.moveTo(l*r+n,u*r+i),t.arc(n,i,r,o,a,!s)},e}(ss);d$.prototype.type="arc";var dJ=d$,dQ=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="compound",e}return eN(e,t),e.prototype._updatePathDirty=function(){for(var t=this.shape.paths,e=this.shapeChanged(),n=0;n<t.length;n++)e=e||t[n].shapeChanged();e&&this.dirtyShape()},e.prototype.beforeBrush=function(){this._updatePathDirty();for(var t=this.shape.paths||[],e=this.getGlobalScale(),n=0;n<t.length;n++)t[n].path||t[n].createPathProxy(),t[n].path.setScale(e[0],e[1],t[n].segmentIgnoreThreshold)},e.prototype.buildPath=function(t,e){for(var n=e.paths||[],i=0;i<n.length;i++)n[i].buildPath(t,n[i].shape,!0)},e.prototype.afterBrush=function(){for(var t=this.shape.paths||[],e=0;e<t.length;e++)t[e].pathUpdated()},e.prototype.getBoundingRect=function(){return this._updatePathDirty.call(this),ss.prototype.getBoundingRect.call(this)},e}(ss),d0=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}(),d1=function(t){function e(e,n,i,r,o,a){var s=t.call(this,o)||this;return s.x=null==e?0:e,s.y=null==n?0:n,s.x2=null==i?1:i,s.y2=null==r?0:r,s.type="linear",s.global=a||!1,s}return eN(e,t),e}(d0),d2=function(t){function e(e,n,i,r,o){var a=t.call(this,r)||this;return a.x=null==e?.5:e,a.y=null==n?.5:n,a.r=null==i?.5:i,a.type="radial",a.global=o||!1,a}return eN(e,t),e}(d0),d3=[0,0],d5=[0,0],d4=new nP,d9=new nP,d6=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new nP;for(var n=0;n<2;n++)this._axes[n]=new nP;t&&this.fromBoundingRect(t,e)}return t.prototype.fromBoundingRect=function(t,e){var n=this._corners,i=this._axes,r=t.x,o=t.y,a=r+t.width,s=o+t.height;if(n[0].set(r,o),n[1].set(a,o),n[2].set(a,s),n[3].set(r,s),e)for(var l=0;l<4;l++)n[l].transform(e);nP.sub(i[0],n[1],n[0]),nP.sub(i[1],n[3],n[0]),i[0].normalize(),i[1].normalize();for(var l=0;l<2;l++)this._origin[l]=i[l].dot(n[0])},t.prototype.intersect=function(t,e){var n=!0,i=!e;return(d4.set(1/0,1/0),d9.set(0,0),!this._intersectCheckOneSide(this,t,d4,d9,i,1)&&(n=!1,i)||!this._intersectCheckOneSide(t,this,d4,d9,i,-1)&&(n=!1,i))?n:(i||nP.copy(e,n?d4:d9),n)},t.prototype._intersectCheckOneSide=function(t,e,n,i,r,o){for(var a=!0,s=0;s<2;s++){var l=this._axes[s];if(this._getProjMinMaxOnAxis(s,t._corners,d3),this._getProjMinMaxOnAxis(s,e._corners,d5),d3[1]<d5[0]||d3[0]>d5[1]){if(a=!1,r)return a;var u=Math.abs(d5[0]-d3[1]),c=Math.abs(d3[0]-d5[1]);Math.min(u,c)>i.len()&&(u<c?nP.scale(i,l,-u*o):nP.scale(i,l,c*o))}else if(n){var u=Math.abs(d5[0]-d3[1]),c=Math.abs(d3[0]-d5[1]);Math.min(u,c)<n.len()&&(u<c?nP.scale(n,l,u*o):nP.scale(n,l,-c*o))}}return a},t.prototype._getProjMinMaxOnAxis=function(t,e,n){for(var i=this._axes[t],r=this._origin,o=e[0].dot(i)+r[t],a=o,s=o,l=1;l<e.length;l++){var u=e[l].dot(i)+r[t];a=Math.min(u,a),s=Math.max(u,s)}n[0]=a,n[1]=s},t}(),d7=[],d8=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.notClear=!0,e.incremental=!0,e._displayables=[],e._temporaryDisplayables=[],e._cursor=0,e}return eN(e,t),e.prototype.traverse=function(t,e){t.call(e,this)},e.prototype.useStyle=function(){this.style={}},e.prototype.getCursor=function(){return this._cursor},e.prototype.innerAfterBrush=function(){this._cursor=this._displayables.length},e.prototype.clearDisplaybles=function(){this._displayables=[],this._temporaryDisplayables=[],this._cursor=0,this.markRedraw(),this.notClear=!1},e.prototype.clearTemporalDisplayables=function(){this._temporaryDisplayables=[]},e.prototype.addDisplayable=function(t,e){e?this._temporaryDisplayables.push(t):this._displayables.push(t),this.markRedraw()},e.prototype.addDisplayables=function(t,e){e=e||!1;for(var n=0;n<t.length;n++)this.addDisplayable(t[n],e)},e.prototype.getDisplayables=function(){return this._displayables},e.prototype.getTemporalDisplayables=function(){return this._temporaryDisplayables},e.prototype.eachPendingDisplayable=function(t){for(var e=this._cursor;e<this._displayables.length;e++)t&&t(this._displayables[e]);for(var e=0;e<this._temporaryDisplayables.length;e++)t&&t(this._temporaryDisplayables[e])},e.prototype.update=function(){this.updateTransform();for(var t=this._cursor;t<this._displayables.length;t++){var e=this._displayables[t];e.parent=this,e.update(),e.parent=null}for(var t=0;t<this._temporaryDisplayables.length;t++){var e=this._temporaryDisplayables[t];e.parent=this,e.update(),e.parent=null}},e.prototype.getBoundingRect=function(){if(!this._rect){for(var t=new nW(1/0,1/0,-1/0,-1/0),e=0;e<this._displayables.length;e++){var n=this._displayables[e],i=n.getBoundingRect().clone();n.needLocalTransform()&&i.applyTransform(n.getLocalTransform(d7)),t.union(i)}this._rect=t}return this._rect},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e);if(this.getBoundingRect().contain(n[0],n[1])){for(var i=0;i<this._displayables.length;i++)if(this._displayables[i].contain(t,e))return!0}return!1},e}(aw),pt=Math.max,pe=Math.min,pn={};function pi(t){return ss.extend(t)}var pr=function(t,e){var n=du(t,e),i=ds;function r(t){var e=i.call(this,t)||this;return e.applyTransform=n.applyTransform,e.buildPath=n.buildPath,e}return eN(r,i),r};function po(t,e){return pr(t,e)}function pa(t,e){pn[t]=e}function ps(t){if(pn.hasOwnProperty(t))return pn[t]}function pl(t,e,n,i){var r=new ds(du(t,e));return n&&("center"===i&&(n=pc(n,r.getBoundingRect())),pd(r,n)),r}function pu(t,e,n){var i=new sp({style:{image:t,x:e.x,y:e.y,width:e.width,height:e.height},onload:function(t){if("center"===n){var r={width:t.width,height:t.height};i.setStyle(pc(e,r))}}});return i}function pc(t,e){var n,i=e.width/e.height,r=t.height*i;return n=r<=t.width?t.height:(r=t.width)/i,{x:t.x+t.width/2-r/2,y:t.y+t.height/2-n/2,width:r,height:n}}var ph=function(t,e){for(var n=[],i=t.length,r=0;r<i;r++){var o=t[r];n.push(o.getUpdatedPathProxy(!0))}var a=new ss(e);return a.createPathProxy(),a.buildPath=function(t){if(dl(t)){t.appendPath(n);var e=t.getContext();e&&t.rebuildPath(e,1)}},a};function pd(t,e){if(t.applyTransform){var n=t.getBoundingRect().calculateTransform(e);t.applyTransform(n)}}function pp(t,e){return sg(t,t,{lineWidth:e}),t}function pf(t){return sy(t.shape,t.shape,t.style),t}var pg=sm;function py(t,e){for(var n=nM([]);t&&t!==e;)nI(n,t.getLocalTransform(),n),t=t.parent;return n}function pm(t,e,n){return e&&!t2(e)&&(e=rF.getLocalTransform(e)),n&&(e=nk([],e)),e5([],t,e)}function pv(t,e,n){var i=0===e[4]||0===e[5]||0===e[0]?1:Math.abs(2*e[4]/e[0]),r=0===e[4]||0===e[5]||0===e[2]?1:Math.abs(2*e[4]/e[2]),o=["left"===t?-i:"right"===t?i:0,"top"===t?-r:"bottom"===t?r:0];return Math.abs((o=pm(o,e,n))[0])>Math.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function px(t,e,n){if(t&&e){var i,r=(i={},t.traverse(function(t){!t.isGroup&&t.anid&&(i[t.anid]=t)}),i);e.traverse(function(t){if(!t.isGroup&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),lS(t,i,n,sB(t).dataIndex)}}})}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return null!=t.shape&&(e.shape=tK({},t.shape)),e}}function pb(t,e){return t5(t,function(t){var n=t[0];n=pe(n=pt(n,e.x),e.x+e.width);var i=t[1];return[n,i=pe(i=pt(i,e.y),e.y+e.height)]})}function p_(t,e){var n=pt(t.x,e.x),i=pe(t.x+t.width,e.x+e.width),r=pt(t.y,e.y),o=pe(t.y+t.height,e.y+e.height);if(i>=n&&o>=r)return{x:n,y:r,width:i-n,height:o-r}}function pS(t,e,n){var i=tK({rectHover:!0},e),r=i.style={strokeNoScale:!0};if(n=n||{x:-1,y:-1,width:2,height:2},t)return 0===t.indexOf("image://")?(r.image=t.slice(8),t$(r,n),new sp(i)):pl(t.replace("path://",""),i,n,"center")}function pw(t,e,n,i,r){for(var o=0,a=r[r.length-1];o<r.length;o++){var s=r[o];if(pM(t,e,n,i,s[0],s[1],a[0],a[1]))return!0;a=s}}function pM(t,e,n,i,r,o,a,s){var l,u=n-t,c=i-e,h=a-r,d=s-o,p=h*c-u*d;if((l=p)<=1e-6&&l>=-1e-6)return!1;var f=t-r,g=e-o,y=(f*c-u*g)/p;if(y<0||y>1)return!1;var m=(f*d-h*g)/p;return!(m<0)&&!(m>1)}function pC(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=ei(e)?{formatter:e}:e,o=n.mainType,a=n.componentIndex,s={componentType:o,name:i,$vars:["name"]};s[o+"Index"]=a;var l=t.formatterParamsExtra;l&&t3(t7(l),function(t){eL(s,t)||(s[t]=l[t],s.$vars.push(t))});var u=sB(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:t$({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function pI(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function pT(t,e){if(t)if(ee(t))for(var n=0;n<t.length;n++)pI(t[n],e);else pI(t,e)}pn.circle=dp,pn.ellipse=dy,pn.sector=dk,pn.ring=dO,pn.polygon=dE,pn.polyline=dF,pn.rect=s_,pn.line=dj,pn.bezierCurve=dq,pn.arc=dJ;var pA=oX(),pD=h0(),pk=function(){function t(){this.group=new r6,this.uid=l3("viewChart"),this.renderTask=c5({plan:pO,reset:pR}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&pP(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&pP(r,i,"normal")},t.prototype.remove=function(t,e){this.group.removeAll()},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateLayout=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.eachRendered=function(t){pT(this.group,t)},t.markUpdateMethod=function(t,e){pA(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function pL(t,e,n){t&&ly(t)&&("emphasis"===e?le:ln)(t,n)}function pP(t,e,n){var i,r,o=oj(t,e),a=e&&null!=e.highlightKey?(null==(r=sW[i=e.highlightKey])&&sF<=32&&(r=sW[i]=sF++),r):null;null!=o?t3(oR(o),function(e){pL(t.getItemGraphicEl(e),n,a)}):t.eachItemGraphicEl(function(t){pL(t,n,a)})}function pO(t){return pD(t.model)}function pR(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&pA(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),pN[l]}o5(pk,["dispose"]),o8(pk);var pN={incrementalPrepareRender:{progress:function(t,e){e.view.incrementalRender(t,e.model,e.ecModel,e.api,e.payload)}},render:{forceFirstProgress:!0,progress:function(t,e){e.view.render(e.model,e.ecModel,e.api,e.payload)}}},pz=pk,pE="\0__throttleOriginMethod",pB="\0__throttleRate",pV="\0__throttleType";function pF(t,e,n){var i,r,o,a,s,l=0,u=0,c=null;function h(){u=new Date().getTime(),c=null,t.apply(o,a||[])}e=e||0;var d=function(){for(var t=[],d=0;d<arguments.length;d++)t[d]=arguments[d];i=new Date().getTime(),o=this,a=t;var p=s||e,f=s||n;s=null,r=i-(f?l:u)-p,clearTimeout(c),f?c=setTimeout(h,p):r>=0?h():c=setTimeout(h,-r),l=i};return d.clear=function(){c&&(clearTimeout(c),c=null)},d.debounceNextCall=function(t){s=t},d}function pW(t,e,n,i){var r=t[e];if(r){var o=r[pE]||r,a=r[pV];if(r[pB]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=pF(o,n,"debounce"===i))[pE]=o,r[pV]=i,r[pB]=n}return r}}function pG(t,e){var n=t[e];n&&n[pE]&&(n.clear&&n.clear(),t[e]=n[pE])}var pH=oX(),pj={itemStyle:at(l$,!0),lineStyle:at(lZ,!0)},pX={lineStyle:"stroke",itemStyle:"fill"};function pY(t,e){var n=t.visualStyleMapper||pj[e];return n||(console.warn("Unknown style type '"+e+"'."),pj.itemStyle)}function pU(t,e){var n=t.visualDrawType||pX[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var pZ=new l1,pq=Math.PI,pK=function(){function t(t,e,n,i){this._stageTaskMap=eT(),this.ecInstance=t,this.api=e,n=this._dataProcessorHandlers=n.slice(),i=this._visualHandlers=i.slice(),this._allHandlers=n.concat(i)}return t.prototype.restoreData=function(t,e){t.restoreData(e),this._stageTaskMap.each(function(t){var e=t.overallTask;e&&e.dirty()})},t.prototype.getPerformArgs=function(t,e){if(t.__pipeline){var n=this._pipelineMap.get(t.__pipeline.id),i=n.context,r=!e&&n.progressiveEnabled&&(!i||i.progressiveRender)&&t.__idxInPipeline>n.blockIndex?n.step:null,o=i&&i.modDataCount,a=null!=o?Math.ceil(o/r):null;return{step:r,modBy:a,modDataCount:o}}},t.prototype.getPipeline=function(t){return this._pipelineMap.get(t)},t.prototype.updateStreamModes=function(t,e){var n=this._pipelineMap.get(t.uid),i=t.getData().count(),r=n.progressiveEnabled&&e.incrementalPrepareRender&&i>=n.threshold,o=t.get("large")&&i>=t.get("largeThreshold"),a="mod"===t.get("progressiveChunkMode")?i:null;t.pipelineContext=n.context={progressiveRender:r,modDataCount:a,large:o}},t.prototype.restorePipelines=function(t){var e=this,n=e._pipelineMap=eT();t.eachSeries(function(t){var i=t.getProgressive(),r=t.uid;n.set(r,{id:r,head:null,tail:null,threshold:t.getProgressiveThreshold(),progressiveEnabled:i&&!(t.preventIncremental&&t.preventIncremental()),blockIndex:-1,step:Math.round(i||700),count:0}),e._pipe(t,t.dataTask)})},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;t3(this._allHandlers,function(i){var r=t.get(i.uid)||t.set(i.uid,{});ex(!(i.reset&&i.overallReset),""),i.reset&&this._createSeriesStageTask(i,r,e,n),i.overallReset&&this._createOverallStageTask(i,r,e,n)},this)},t.prototype.prepareView=function(t,e,n,i){var r=t.renderTask,o=r.context;o.model=e,o.ecModel=n,o.api=i,r.__block=!t.incrementalPrepareRender,this._pipe(e,r)},t.prototype.performDataProcessorTasks=function(t,e){this._performStageTasks(this._dataProcessorHandlers,t,e,{block:!0})},t.prototype.performVisualTasks=function(t,e,n){this._performStageTasks(this._visualHandlers,t,e,n)},t.prototype._performStageTasks=function(t,e,n,i){i=i||{};var r=!1,o=this;function a(t,e){return t.setDirty&&(!t.dirtyMap||t.dirtyMap.get(e.__pipeline.id))}t3(t,function(t,s){if(!i.visualType||i.visualType===t.visualType){var l=o._stageTaskMap.get(t.uid),u=l.seriesTaskMap,c=l.overallTask;if(c){var h,d=c.agentStubMap;d.each(function(t){a(i,t)&&(t.dirty(),h=!0)}),h&&c.dirty(),o.updatePayload(c,n);var p=o.getPerformArgs(c,i.block);d.each(function(t){t.perform(p)}),c.perform(p)&&(r=!0)}else u&&u.each(function(s,l){a(i,s)&&s.dirty();var u=o.getPerformArgs(s,i.block);u.skip=!t.performRawSeries&&e.isSeriesFiltered(s.context.model),o.updatePayload(s,n),s.perform(u)&&(r=!0)})}}),this.unfinished=r||this.unfinished},t.prototype.performSeriesTasks=function(t){var e;t.eachSeries(function(t){e=t.dataTask.perform()||e}),this.unfinished=e||this.unfinished},t.prototype.plan=function(){this._pipelineMap.each(function(t){var e=t.tail;do{if(e.__block){t.blockIndex=e.__idxInPipeline;break}e=e.getUpstream()}while(e)})},t.prototype.updatePayload=function(t,e){"remain"!==e&&(t.context.payload=e)},t.prototype._createSeriesStageTask=function(t,e,n,i){var r=this,o=e.seriesTaskMap,a=e.seriesTaskMap=eT(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||c5({plan:p1,reset:p2,count:p4}));l.context={model:e,ecModel:n,api:i,useClearVisual:t.isVisual&&!t.isLayout,plan:t.plan,reset:t.reset,scheduler:r},r._pipe(e,l)}t.createOnAllSeries?n.eachRawSeries(u):s?n.eachRawSeriesByType(s,u):l&&l(n,i).each(u)},t.prototype._createOverallStageTask=function(t,e,n,i){var r=this,o=e.overallTask=e.overallTask||c5({reset:p$});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=eT(),l=t.seriesType,u=t.getTargetSeries,c=!0,h=!1;function d(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,c5({reset:pJ,onDirty:p0})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}ex(!t.createOnAllSeries,""),l?n.eachRawSeriesByType(l,d):u?u(n,i).each(d):(c=!1,t3(n.getSeries(),d)),h&&o.dirty()},t.prototype._pipe=function(t,e){var n=t.uid,i=this._pipelineMap.get(n);i.head||(i.head=e),i.tail&&i.tail.pipe(e),i.tail=e,e.__idxInPipeline=i.count++,e.__pipeline=i},t.wrapStageHandler=function(t,e){return en(t)&&(t={overallReset:t,seriesType:function(t){L=null;try{t(p9,p6)}catch(t){}return L}(t)}),t.uid=l3("stageHandler"),e&&(t.visualType=e),t},t}();function p$(t){t.overallReset(t.ecModel,t.api,t.payload)}function pJ(t){return t.overallProgress&&pQ}function pQ(){this.agent.dirty(),this.getDownstream().dirty()}function p0(){this.agent&&this.agent.dirty()}function p1(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function p2(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=oR(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?t5(e,function(t,e){return p5(e)}):p3}var p3=p5(0);function p5(t){return function(e,n){var i=n.data,r=n.resetDefines[t];if(r&&r.dataEach)for(var o=e.start;o<e.end;o++)r.dataEach(i,o);else r&&r.progress&&r.progress(e,i)}}function p4(t){return t.data.count()}var p9={},p6={};function p7(t,e){for(var n in e.prototype)t[n]=eP}p7(p9,cu),p7(p6,cf),p9.eachSeriesByType=p9.eachRawSeriesByType=function(t){L=t},p9.eachComponent=function(t){"series"===t.mainType&&t.subType&&(L=t.subType)};var p8=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],ft="#B9B8CE",fe="#100C2A",fn=function(){return{axisLine:{lineStyle:{color:ft}},splitLine:{lineStyle:{color:"#484753"}},splitArea:{areaStyle:{color:["rgba(255,255,255,0.02)","rgba(255,255,255,0.05)"]}},minorSplitLine:{lineStyle:{color:"#20203B"}}}},fi=["#4992ff","#7cffb2","#fddd60","#ff6e76","#58d9f9","#05c091","#ff8a45","#8d48e3","#dd79ff"],fr={darkMode:!0,color:fi,backgroundColor:fe,axisPointer:{lineStyle:{color:"#817f91"},crossStyle:{color:"#817f91"},label:{color:"#fff"}},legend:{textStyle:{color:ft},pageTextStyle:{color:ft}},textStyle:{color:ft},title:{textStyle:{color:"#EEF1FA"},subtextStyle:{color:"#B9B8CE"}},toolbox:{iconStyle:{borderColor:ft}},dataZoom:{borderColor:"#71708A",textStyle:{color:ft},brushStyle:{color:"rgba(135,163,206,0.3)"},handleStyle:{color:"#353450",borderColor:"#C5CBE3"},moveHandleStyle:{color:"#B0B6C3",opacity:.3},fillerColor:"rgba(135,163,206,0.2)",emphasis:{handleStyle:{borderColor:"#91B7F2",color:"#4D587D"},moveHandleStyle:{color:"#636D9A",opacity:.7}},dataBackground:{lineStyle:{color:"#71708A",width:1},areaStyle:{color:"#71708A"}},selectedDataBackground:{lineStyle:{color:"#87A3CE"},areaStyle:{color:"#87A3CE"}}},visualMap:{textStyle:{color:ft}},timeline:{lineStyle:{color:ft},label:{color:ft},controlStyle:{color:ft,borderColor:ft}},calendar:{itemStyle:{color:fe},dayLabel:{color:ft},monthLabel:{color:ft},yearLabel:{color:ft}},timeAxis:fn(),logAxis:fn(),valueAxis:fn(),categoryAxis:fn(),line:{symbol:"circle"},graph:{color:fi},gauge:{title:{color:ft},axisLine:{lineStyle:{color:[[1,"rgba(207,212,219,0.2)"]]}},axisLabel:{color:ft},detail:{color:"#EEF1FA"}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}}};fr.categoryAxis.splitLine.show=!1;var fo=function(){function t(){}return t.prototype.normalizeQuery=function(t){var e={},n={},i={};if(ei(t)){var r=o3(t);e.mainType=r.main||null,e.subType=r.sub||null}else{var o=["Index","Name","Id"],a={name:1,dataIndex:1,dataType:1};t3(t,function(t,r){for(var s=!1,l=0;l<o.length;l++){var u=o[l],c=r.lastIndexOf(u);if(c>0&&c===r.length-u.length){var h=r.slice(0,c);"data"!==h&&(e.mainType=h,e[u.toLowerCase()]=t,s=!0)}}a.hasOwnProperty(r)&&(n[r]=t,s=!0),s||(i[r]=t)})}return{cptQuery:e,dataQuery:n,otherQuery:i}},t.prototype.filter=function(t,e){var n=this.eventInfo;if(!n)return!0;var i=n.targetEl,r=n.packedEvent,o=n.model,a=n.view;if(!o||!a)return!0;var s=e.cptQuery,l=e.dataQuery;return u(s,o,"mainType")&&u(s,o,"subType")&&u(s,o,"index","componentIndex")&&u(s,o,"name")&&u(s,o,"id")&&u(l,r,"name")&&u(l,r,"dataIndex")&&u(l,r,"dataType")&&(!a.filterForExposedEvent||a.filterForExposedEvent(t,e.otherQuery,i,r));function u(t,e,n,i){return null==t[n]||e[i||n]===t[n]}},t.prototype.afterTrigger=function(){this.eventInfo=null},t}(),fa=["symbol","symbolSize","symbolRotate","symbolOffset"],fs=fa.concat(["symbolKeepAspect"]);function fl(t,e,n){switch(n){case"color":return t.getItemVisual(e,"style")[t.getVisual("drawType")];case"opacity":return t.getItemVisual(e,"style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getItemVisual(e,n)}}function fu(t,e){switch(e){case"color":return t.getVisual("style")[t.getVisual("drawType")];case"opacity":return t.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getVisual(e)}}function fc(t,e,n,i){switch(n){case"color":t.ensureUniqueItemVisual(e,"style")[t.getVisual("drawType")]=i,t.setItemVisual(e,"colorFromPalette",!1);break;case"opacity":t.ensureUniqueItemVisual(e,"style").opacity=i;break;case"symbol":case"symbolSize":case"liftZ":t.setItemVisual(e,n,i)}}function fh(t,e){t3([[t+"ToggleSelect","toggleSelect"],[t+"Select","select"],[t+"UnSelect","unselect"]],function(n){e(n[0],function(e,i,r){var o,a;e=tK({},e),r.dispatchAction(tK(e,{type:n[1],seriesIndex:(o=e,a=[],i.eachComponent({mainType:"series",subType:t,query:o},function(t){a.push(t.seriesIndex)}),a)}))})})}function fd(t,e,n,i,r){var o=t+e;n.isSilent(o)||i.eachComponent({mainType:"series",subType:"pie"},function(t){for(var e=t.seriesIndex,i=t.option.selectedMap,a=r.selected,s=0;s<a.length;s++)if(a[s].seriesIndex===e){var l=t.getData(),u=oj(l,r.fromActionPayload);n.trigger(o,{type:o,seriesId:t.id,name:ee(u)?l.getName(u[0]):l.getName(u),selected:ei(i)?i:tK({},i)})}})}function fp(t,e,n){for(var i;t&&(!e(t)||(i=t,!n));)t=t.__hostTarget||t.parent;return i}var ff=Math.round(9*Math.random()),fg="function"==typeof Object.defineProperty,fy=function(){function t(){this._id="__ec_inner_"+ff++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var n=this._guard(t);return fg?Object.defineProperty(n,this._id,{value:e,enumerable:!1,configurable:!0}):n[this._id]=e,this},t.prototype.delete=function(t){return!!this.has(t)&&(delete this._guard(t)[this._id],!0)},t.prototype.has=function(t){return!!this._guard(t)[this._id]},t.prototype._guard=function(t){if(t!==Object(t))throw TypeError("Value of WeakMap is not a non-null object.");return t},t}(),fm=ss.extend({type:"triangle",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var n=e.cx,i=e.cy,r=e.width/2,o=e.height/2;t.moveTo(n,i-o),t.lineTo(n+r,i+o),t.lineTo(n-r,i+o),t.closePath()}}),fv=ss.extend({type:"diamond",shape:{cx:0,cy:0,width:0,height:0},buildPath:function(t,e){var n=e.cx,i=e.cy,r=e.width/2,o=e.height/2;t.moveTo(n,i-o),t.lineTo(n+r,i),t.lineTo(n,i+o),t.lineTo(n-r,i),t.closePath()}}),fx=ss.extend({type:"pin",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var n=e.x,i=e.y,r=e.width/5*3,o=Math.max(r,e.height),a=r/2,s=a*a/(o-a),l=i-o+a+s,u=Math.asin(s/a),c=Math.cos(u)*a,h=Math.sin(u),d=Math.cos(u),p=.6*a,f=.7*a;t.moveTo(n-c,l+s),t.arc(n,l,a,Math.PI-u,2*Math.PI+u),t.bezierCurveTo(n+c-h*p,l+s+d*p,n,i-f,n,i),t.bezierCurveTo(n,i-f,n-c+h*p,l+s+d*p,n-c,l+s),t.closePath()}}),fb=ss.extend({type:"arrow",shape:{x:0,y:0,width:0,height:0},buildPath:function(t,e){var n=e.height,i=e.width,r=e.x,o=e.y,a=i/3*2;t.moveTo(r,o),t.lineTo(r+a,o+n),t.lineTo(r,o+n/4*3),t.lineTo(r-a,o+n),t.lineTo(r,o),t.closePath()}}),f_={line:function(t,e,n,i,r){r.x1=t,r.y1=e+i/2,r.x2=t+n,r.y2=e+i/2},rect:function(t,e,n,i,r){r.x=t,r.y=e,r.width=n,r.height=i},roundRect:function(t,e,n,i,r){r.x=t,r.y=e,r.width=n,r.height=i,r.r=Math.min(n,i)/4},square:function(t,e,n,i,r){var o=Math.min(n,i);r.x=t,r.y=e,r.width=o,r.height=o},circle:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.r=Math.min(n,i)/2},diamond:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.width=n,r.height=i},pin:function(t,e,n,i,r){r.x=t+n/2,r.y=e+i/2,r.width=n,r.height=i},arrow:function(t,e,n,i,r){r.x=t+n/2,r.y=e+i/2,r.width=n,r.height=i},triangle:function(t,e,n,i,r){r.cx=t+n/2,r.cy=e+i/2,r.width=n,r.height=i}},fS={};t3({line:dj,rect:s_,roundRect:s_,square:s_,circle:dp,diamond:fv,pin:fx,arrow:fb,triangle:fm},function(t,e){fS[e]=new t});var fw=ss.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,n){var i=r$(t,e,n),r=this.shape;return r&&"pin"===r.symbolType&&"inside"===e.position&&(i.y=n.y+.4*n.height),i},buildPath:function(t,e,n){var i=e.symbolType;if("none"!==i){var r=fS[i];r||(r=fS[i="rect"]),f_[i](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,n)}}});function fM(t,e){if("image"!==this.type){var n=this.style;this.__isEmptyBrush?(n.stroke=t,n.fill=e||"#fff",n.lineWidth=2):"line"===this.shape.symbolType?n.stroke=t:n.fill=t,this.markRedraw()}}function fC(t,e,n,i,r,o,a){var s,l=0===t.indexOf("empty");return l&&(t=t.substr(5,1).toLowerCase()+t.substr(6)),(s=0===t.indexOf("image://")?pu(t.slice(8),new nW(e,n,i,r),a?"center":"cover"):0===t.indexOf("path://")?pl(t.slice(7),{},new nW(e,n,i,r),a?"center":"cover"):new fw({shape:{symbolType:t,x:e,y:n,width:i,height:r}})).__isEmptyBrush=l,s.setColor=fM,o&&s.setColor(o),s}function fI(t){return ee(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function fT(t,e){if(null!=t)return ee(t)||(t=[t,t]),[oc(t[0],e[0])||0,oc(eg(t[1],t[0]),e[1])||0]}function fA(t){return isFinite(t)}function fD(t,e,n){for(var i,r,o,a,s,l,u,c,h,d,p="radial"===e.type?(o=Math.min(i=n.width,r=n.height),a=null==e.x?.5:e.x,s=null==e.y?.5:e.y,l=null==e.r?.5:e.r,e.global||(a=a*i+n.x,s=s*r+n.y,l*=o),a=fA(a)?a:.5,s=fA(s)?s:.5,l=l>=0&&fA(l)?l:.5,t.createRadialGradient(a,s,0,a,s,l)):(u=null==e.x?0:e.x,c=null==e.x2?1:e.x2,h=null==e.y?0:e.y,d=null==e.y2?0:e.y2,e.global||(u=u*n.width+n.x,c=c*n.width+n.x,h=h*n.height+n.y,d=d*n.height+n.y),u=fA(u)?u:0,c=fA(c)?c:1,h=fA(h)?h:0,d=fA(d)?d:0,t.createLinearGradient(u,h,c,d)),f=e.colorStops,g=0;g<f.length;g++)p.addColorStop(f[g].offset,f[g].color);return p}function fk(t){return parseInt(t,10)}function fL(t,e,n){var i=["width","height"][e],r=["clientWidth","clientHeight"][e],o=["paddingLeft","paddingTop"][e],a=["paddingRight","paddingBottom"][e];if(null!=n[i]&&"auto"!==n[i])return parseFloat(n[i]);var s=document.defaultView.getComputedStyle(t);return(t[r]||fk(s[i])||fk(t.style[i]))-(fk(s[o])||0)-(fk(s[a])||0)|0}function fP(t){var e,n,i=t.style,r=i.lineDash&&i.lineWidth>0&&(e=i.lineDash,n=i.lineWidth,e&&"solid"!==e&&n>0?"dashed"===e?[4*n,2*n]:"dotted"===e?[n]:eo(e)?[e]:ee(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=t5(r,function(t){return t/a}),o/=a)}return[r,o]}var fO=new a2(!0);function fR(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}function fN(t){return"string"==typeof t&&"none"!==t}function fz(t){var e=t.fill;return null!=e&&"none"!==e}function fE(t,e){if(null!=e.fillOpacity&&1!==e.fillOpacity){var n=t.globalAlpha;t.globalAlpha=e.fillOpacity*e.opacity,t.fill(),t.globalAlpha=n}else t.fill()}function fB(t,e){if(null!=e.strokeOpacity&&1!==e.strokeOpacity){var n=t.globalAlpha;t.globalAlpha=e.strokeOpacity*e.opacity,t.stroke(),t.globalAlpha=n}else t.stroke()}function fV(t,e,n){var i=ar(e.image,e.__image,n);if(aa(i)){var r=t.createPattern(i,e.repeat||"repeat");if("function"==typeof DOMMatrix&&r&&r.setTransform){var o=new DOMMatrix;o.translateSelf(e.x||0,e.y||0),o.rotateSelf(0,0,(e.rotation||0)*eO),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var fF=["shadowBlur","shadowOffsetX","shadowOffsetY"],fW=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function fG(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){fX(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?ax.opacity:a}(i||e.blend!==n.blend)&&(o||(fX(t,r),o=!0),t.globalCompositeOperation=e.blend||ax.blend);for(var s=0;s<fF.length;s++){var l=fF[s];(i||e[l]!==n[l])&&(o||(fX(t,r),o=!0),t[l]=t.dpr*(e[l]||0))}return(i||e.shadowColor!==n.shadowColor)&&(o||(fX(t,r),o=!0),t.shadowColor=e.shadowColor||ax.shadowColor),o}function fH(t,e,n,i,r){var o=fY(e,r.inHover),a=i?null:n&&fY(n,r.inHover)||{};if(o===a)return!1;var s=fG(t,o,a,i,r);if((i||o.fill!==a.fill)&&(s||(fX(t,r),s=!0),fN(o.fill)&&(t.fillStyle=o.fill)),(i||o.stroke!==a.stroke)&&(s||(fX(t,r),s=!0),fN(o.stroke)&&(t.strokeStyle=o.stroke)),(i||o.opacity!==a.opacity)&&(s||(fX(t,r),s=!0),t.globalAlpha=null==o.opacity?1:o.opacity),e.hasStroke()){var l=o.lineWidth/(o.strokeNoScale&&e.getLineScale?e.getLineScale():1);t.lineWidth!==l&&(s||(fX(t,r),s=!0),t.lineWidth=l)}for(var u=0;u<fW.length;u++){var c=fW[u],h=c[0];(i||o[h]!==a[h])&&(s||(fX(t,r),s=!0),t[h]=o[h]||c[1])}return s}function fj(t,e){var n=e.transform,i=t.dpr||1;n?t.setTransform(i*n[0],i*n[1],i*n[2],i*n[3],i*n[4],i*n[5]):t.setTransform(i,0,0,i,0,0)}function fX(t,e){e.batchFill&&t.fill(),e.batchStroke&&t.stroke(),e.batchFill="",e.batchStroke=""}function fY(t,e){return e&&t.__hoverStyle||t.style}function fU(t,e){fZ(t,e,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function fZ(t,e,n,i){var r,o=e.transform;if(!e.shouldBePainted(n.viewWidth,n.viewHeight,!1,!1)){e.__dirty&=-2,e.__isRendered=!1;return}var a=e.__clipPaths,s=n.prevElClipPaths,l=!1,u=!1;if(!s||function(t,e){if(t===e||!t&&!e)return!1;if(!t||!e||t.length!==e.length)return!0;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!0;return!1}(a,s)){if(s&&s.length&&(fX(t,n),t.restore(),u=l=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),a&&a.length){fX(t,n),t.save();for(var c=!1,h=0;h<a.length;h++){var d=a[h];c=c||d.isZeroArea(),fj(t,d),t.beginPath(),d.buildPath(t,d.shape),t.clip()}n.allClipped=c,l=!0}n.prevElClipPaths=a}if(n.allClipped){e.__isRendered=!1;return}e.beforeBrush&&e.beforeBrush(),e.innerBeforeBrush();var p=n.prevEl;p||(u=l=!0);var f=e instanceof ss&&e.autoBatch&&(m=fz(y=e.style),v=fR(y),!(y.lineDash||!(m^v)||m&&"string"!=typeof y.fill||v&&"string"!=typeof y.stroke||y.strokePercent<1||y.strokeOpacity<1||y.fillOpacity<1));!l&&(x=p.transform,o&&x?o[0]===x[0]&&o[1]===x[1]&&o[2]===x[2]&&o[3]===x[3]&&o[4]===x[4]&&o[5]===x[5]:+(!o&&!x))?f||fX(t,n):(fX(t,n),fj(t,e));var g=fY(e,n.inHover);if(e instanceof ss)1!==n.lastDrawType&&(u=!0,n.lastDrawType=1),fH(t,e,p,u,n),f&&(n.batchFill||n.batchStroke)||t.beginPath(),function(t,e,n,i){var r,o,a,s=fR(n),l=fz(n),u=n.strokePercent,c=u<1,h=!e.path;(!e.silent||c)&&h&&e.createPathProxy();var d=e.path||fO,p=e.__dirty;if(!i){var f=n.fill,g=n.stroke,y=l&&!!f.colorStops,m=s&&!!g.colorStops,v=l&&!!f.image,x=s&&!!g.image,b=void 0,_=void 0,S=void 0,w=void 0,M=void 0;(y||m)&&(M=e.getBoundingRect()),y&&(b=p?fD(t,f,M):e.__canvasFillGradient,e.__canvasFillGradient=b),m&&(_=p?fD(t,g,M):e.__canvasStrokeGradient,e.__canvasStrokeGradient=_),v&&(S=p||!e.__canvasFillPattern?fV(t,f,e):e.__canvasFillPattern,e.__canvasFillPattern=S),x&&(w=p||!e.__canvasStrokePattern?fV(t,g,e):e.__canvasStrokePattern,e.__canvasStrokePattern=S),y?t.fillStyle=b:v&&(S?t.fillStyle=S:l=!1),m?t.strokeStyle=_:x&&(w?t.strokeStyle=w:s=!1)}var C=e.getGlobalScale();d.setScale(C[0],C[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(o=(r=fP(e))[0],a=r[1]);var I=!0;(h||4&p)&&(d.setDPR(t.dpr),c?d.setContext(null):(d.setContext(t),I=!1),d.reset(),e.buildPath(d,e.shape,i),d.toStatic(),e.pathUpdated()),I&&d.rebuildPath(t,c?u:1),o&&(t.setLineDash(o),t.lineDashOffset=a),!i&&(n.strokeFirst?(s&&fB(t,n),l&&fE(t,n)):(l&&fE(t,n),s&&fB(t,n))),o&&t.setLineDash([])}(t,e,g,f),f&&(n.batchFill=g.fill||"",n.batchStroke=g.stroke||"");else if(e instanceof su){3!==n.lastDrawType&&(u=!0,n.lastDrawType=3),fH(t,e,p,u,n);var y,m,v,x,b,_=g.text;if(null!=_&&(_+=""),_){t.font=g.font||tD,t.textAlign=g.textAlign,t.textBaseline=g.textBaseline;var S=void 0,w=void 0;t.setLineDash&&g.lineDash&&(S=(b=fP(e))[0],w=b[1]),S&&(t.setLineDash(S),t.lineDashOffset=w),g.strokeFirst?(fR(g)&&t.strokeText(_,g.x,g.y),fz(g)&&t.fillText(_,g.x,g.y)):(fz(g)&&t.fillText(_,g.x,g.y),fR(g)&&t.strokeText(_,g.x,g.y)),S&&t.setLineDash([])}}else e instanceof sp?(2!==n.lastDrawType&&(u=!0,n.lastDrawType=2),r=u,fG(t,fY(e,n.inHover),p&&fY(p,n.inHover),r,n),function(t,e,n){var i=e.__image=ar(n.image,e.__image,e,e.onload);if(i&&aa(i)){var r=n.x||0,o=n.y||0,a=e.getWidth(),s=e.getHeight(),l=i.width/i.height;if(null==a&&null!=s?a=s*l:null==s&&null!=a?s=a/l:null==a&&null==s&&(a=i.width,s=i.height),n.sWidth&&n.sHeight){var u=n.sx||0,c=n.sy||0;t.drawImage(i,u,c,n.sWidth,n.sHeight,r,o,a,s)}else if(n.sx&&n.sy){var u=n.sx,c=n.sy,h=a-u,d=s-c;t.drawImage(i,u,c,h,d,r,o,a,s)}else t.drawImage(i,r,o,a,s)}}(t,e,g)):e.getTemporalDisplayables&&(4!==n.lastDrawType&&(u=!0,n.lastDrawType=4),function(t,e,n){var i,r,o=e.getDisplayables(),a=e.getTemporalDisplayables();t.save();var s={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:n.viewWidth,viewHeight:n.viewHeight,inHover:n.inHover};for(i=e.getCursor(),r=o.length;i<r;i++){var l=o[i];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),fZ(t,l,s,i===r-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}for(var u=0,c=a.length;u<c;u++){var l=a[u];l.beforeBrush&&l.beforeBrush(),l.innerBeforeBrush(),fZ(t,l,s,u===c-1),l.innerAfterBrush(),l.afterBrush&&l.afterBrush(),s.prevEl=l}e.clearTemporalDisplayables(),e.notClear=!0,t.restore()}(t,e,n));f&&i&&fX(t,n),e.innerAfterBrush(),e.afterBrush&&e.afterBrush(),n.prevEl=e,e.__dirty=0,e.__isRendered=!0}var fq=new fy,fK=new iM(100),f$=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function fJ(t,e){if("none"===t)return null;var n=e.getDevicePixelRatio(),i=e.getZr(),r="svg"===i.painter.type;t.dirty&&fq.delete(t);var o=fq.get(t);if(o)return o;var a=t$(t,{symbol:"rect",symbolSize:1,symbolKeepAspect:!0,color:"rgba(0, 0, 0, 0.2)",backgroundColor:null,dashArrayX:5,dashArrayY:5,rotation:0,maxTileWidth:512,maxTileHeight:512});"none"===a.backgroundColor&&(a.backgroundColor=null);var s={repeat:"repeat"};return function(t){for(var e,o,s=[n],l=!0,u=0;u<f$.length;++u){var c=a[f$[u]];if(null!=c&&!ee(c)&&!ei(c)&&!eo(c)&&"boolean"!=typeof c){l=!1;break}s.push(c)}if(l){e=s.join(",")+(r?"-svg":"");var h=fK.get(e);h&&(r?t.svgElement=h:t.image=h)}var d=function t(e){if(!e||0===e.length)return[[0,0]];if(eo(e)){var n=Math.ceil(e);return[[n,n]]}for(var i=!0,r=0;r<e.length;++r)if(!eo(e[r])){i=!1;break}if(i)return t([e]);for(var o=[],r=0;r<e.length;++r)if(eo(e[r])){var n=Math.ceil(e[r]);o.push([n,n])}else{var n=t5(e[r],function(t){return Math.ceil(t)});n.length%2==1?o.push(n.concat(n)):o.push(n)}return o}(a.dashArrayX),p=function(t){if(!t||"object"==typeof t&&0===t.length)return[0,0];if(eo(t)){var e=Math.ceil(t);return[e,e]}var n=t5(t,function(t){return Math.ceil(t)});return t.length%2?n.concat(n):n}(a.dashArrayY),f=function t(e){if(!e||0===e.length)return[["rect"]];if(ei(e))return[[e]];for(var n=!0,i=0;i<e.length;++i)if(!ei(e[i])){n=!1;break}if(n)return t([e]);for(var r=[],i=0;i<e.length;++i)ei(e[i])?r.push([e[i]]):r.push(e[i]);return r}(a.symbol),g=t5(d,function(t){return fQ(t)}),y=fQ(p),m=!r&&tL.createCanvas(),v=r&&{tag:"g",attrs:{},key:"dcl",children:[]},x=function(){for(var t=1,e=0,n=g.length;e<n;++e)t=oL(t,g[e]);for(var i=1,e=0,n=f.length;e<n;++e)i=oL(i,f[e].length);t*=i;var r=y*g.length*f.length;return{width:Math.max(1,Math.min(t,a.maxTileWidth)),height:Math.max(1,Math.min(r,a.maxTileHeight))}}();m&&(m.width=x.width*n,m.height=x.height*n,o=m.getContext("2d")),function(){o&&(o.clearRect(0,0,m.width,m.height),a.backgroundColor&&(o.fillStyle=a.backgroundColor,o.fillRect(0,0,m.width,m.height)));for(var t=0,e=0;e<p.length;++e)t+=p[e];if(!(t<=0))for(var s=-y,l=0,u=0,c=0;s<x.height;){if(l%2==0){for(var h=u/2%f.length,g=0,b=0,_=0;g<2*x.width;){for(var S=0,e=0;e<d[c].length;++e)S+=d[c][e];if(S<=0)break;if(b%2==0){var w=(1-a.symbolSize)*.5,M=g+d[c][b]*w,C=s+p[l]*w,I=d[c][b]*a.symbolSize,T=p[l]*a.symbolSize,A=_/2%f[h].length;!function(t,e,s,l,u){var c=r?1:n,h=fC(u,t*c,e*c,s*c,l*c,a.color,a.symbolKeepAspect);if(r){var d=i.painter.renderOneToVNode(h);d&&v.children.push(d)}else fU(o,h)}(M,C,I,T,f[h][A])}g+=d[c][b],++_,++b===d[c].length&&(b=0)}++c===d.length&&(c=0)}s+=p[l],++u,++l===p.length&&(l=0)}}(),l&&fK.put(e,m||v),t.image=m,t.svgElement=v,t.svgWidth=x.width,t.svgHeight=x.height}(s),s.rotation=a.rotation,s.scaleX=s.scaleY=r?1:1/n,fq.set(t,s),t.dirty=!1,s}function fQ(t){for(var e=0,n=0;n<t.length;++n)e+=t[n];return t.length%2==1?2*e:e}var f0=new e8,f1={},f2="5.6.0",f3={zrender:"5.6.1"},f5={PROCESSOR:{FILTER:1e3,SERIES_FILTER:800,STATISTIC:5e3},VISUAL:{LAYOUT:1e3,PROGRESSIVE_LAYOUT:1100,GLOBAL:2e3,CHART:3e3,POST_CHART_LAYOUT:4600,COMPONENT:4e3,BRUSH:5e3,CHART_ITEM:4500,ARIA:6e3,DECAL:7e3}},f4="__flagInMainProcess",f9="__pendingUpdate",f6="__needsUpdateStatus",f7=/^[a-zA-Z0-9_]+$/,f8="__connectUpdateStatus";function gt(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.isDisposed()?void this.id:gn(this,t,e)}}function ge(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return gn(this,t,e)}}function gn(t,e,n){return n[0]=n[0]&&n[0].toLowerCase(),e8.prototype[e].apply(t,n)}var gi=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e}(e8),gr=gi.prototype;gr.on=ge("on"),gr.off=ge("off");var go=function(t){function e(e,n,i){var r=t.call(this,new fo)||this;r._chartsViews=[],r._chartsMap={},r._componentsViews=[],r._componentsMap={},r._pendingActions=[],i=i||{},ei(n)&&(n=gp[n]),r._dom=e,i.ssr&&(_=function(t){var e=sB(t),n=e.dataIndex;if(null!=n){var i=eT();return i.set("series_index",e.seriesIndex),i.set("data_index",n),e.ssrType&&i.set("ssr_type",e.ssrType),i}});var o=r._zr=oe(e,{renderer:i.renderer||"canvas",devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:eg(i.useDirtyRect,!1),useCoarsePointer:eg(i.useCoarsePointer,"auto"),pointerSize:i.pointerSize});r._ssr=i.ssr,r._throttledZrFlush=pF(t8(o.flush,o),17),(n=tU(n))&&cz(n,!0),r._theme=n,r._locale=function(t){if(!ei(t))return tZ(tU(t),tU(l4.EN),!1);var e=l4[t.toUpperCase()]||{};return"ZH"===t||"EN"===t?tU(e):tZ(tU(e),tU(l4.EN),!1)}(i.locale||l6),r._coordSysMgr=new cy;var a=r._api=Y(r);function s(t,e){return t.__prio-e.__prio}return n1(gd,s),n1(gc,s),r._scheduler=new pK(r,a,gc,gd),r._messageCenter=new gi,r._initEvents(),r.resize=t8(r.resize,r),o.animation.on("frame",r._onframe,r),W(o,r),G(o,r),eS(r),r}return tM(e,t),e.prototype._onframe=function(){if(!this._disposed){q(this);var t=this._scheduler;if(this[f9]){var e=this[f9].silent;this[f4]=!0;try{P(this),N.update.call(this,null,this[f9].updateParams)}catch(t){throw this[f4]=!1,this[f9]=null,t}this._zr.flush(),this[f4]=!1,this[f9]=null,V.call(this,e),F.call(this,e)}else if(t.unfinished){var n=1,i=this._model,r=this._api;t.unfinished=!1;do{var o=+new Date;t.performSeriesTasks(i),t.performDataProcessorTasks(i),E(this,i),t.performVisualTasks(i),X(this,this._model,r,"remain",{}),n-=new Date-o}while(n>0&&t.unfinished);t.unfinished||this._zr.flush()}}},e.prototype.getDom=function(){return this._dom},e.prototype.getId=function(){return this.id},e.prototype.getZr=function(){return this._zr},e.prototype.isSSR=function(){return this._ssr},e.prototype.setOption=function(t,e,n){if(!this[f4]){if(this._disposed)return void this.id;if(ea(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[f4]=!0,!this._model||e){var i,r,o,a=new cv(this._api),s=this._theme,l=this._model=new cu;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},gh);var u={seriesTransition:o,optionChanged:!0};if(n)this[f9]={silent:i,updateParams:u},this[f4]=!1,this.getZr().wakeUp();else{try{P(this),N.update.call(this,null,u)}catch(t){throw this[f9]=null,this[f4]=!1,t}this._ssr||this._zr.flush(),this[f9]=null,this[f4]=!1,V.call(this,i),F.call(this,i)}}},e.prototype.setTheme=function(){},e.prototype.getModel=function(){return this._model},e.prototype.getOption=function(){return this._model&&this._model.getOption()},e.prototype.getWidth=function(){return this._zr.getWidth()},e.prototype.getHeight=function(){return this._zr.getHeight()},e.prototype.getDevicePixelRatio=function(){return this._zr.painter.dpr||tT.hasGlobalWindow&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){return t=t||{},this._zr.painter.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){return t=t||{},this._zr.painter.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){if(tT.svgSupported){var t=this._zr;return t3(t.storage.getDisplayList(),function(t){t.stopAnimation(null,!0)}),t.painter.toDataURL()}},e.prototype.getDataURL=function(t){if(this._disposed)return void this.id;var e=(t=t||{}).excludeComponents,n=this._model,i=[],r=this;t3(e,function(t){n.eachComponent({mainType:t},function(t){var e=r._componentsMap[t.__viewId];e.group.ignore||(i.push(e),e.group.ignore=!0)})});var o="svg"===this._zr.painter.getType()?this.getSvgDataURL():this.renderToCanvas(t).toDataURL("image/"+(t&&t.type||"png"));return t3(i,function(t){t.group.ignore=!1}),o},e.prototype.getConnectedDataURL=function(t){if(this._disposed)return void this.id;var e="svg"===t.type,n=this.group,i=Math.min,r=Math.max,o=1/0;if(!gy[n])return this.getDataURL(t);var a=o,s=o,l=-o,u=-o,c=[],h=t&&t.pixelRatio||this.getDevicePixelRatio();t3(gg,function(o,h){if(o.group===n){var d=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(tU(t)),p=o.getDom().getBoundingClientRect();a=i(p.left,a),s=i(p.top,s),l=r(p.right,l),u=r(p.bottom,u),c.push({dom:d,left:p.left,top:p.top})}}),a*=h,s*=h,l*=h,u*=h;var d=l-a,p=u-s,f=tL.createCanvas(),g=oe(f,{renderer:e?"svg":"canvas"});if(g.resize({width:d,height:p}),!e)return t.connectedBackgroundColor&&g.add(new s_({shape:{x:0,y:0,width:d,height:p},style:{fill:t.connectedBackgroundColor}})),t3(c,function(t){var e=new sp({style:{x:t.left*h-a,y:t.top*h-s,image:t.dom}});g.add(e)}),g.refreshImmediately(),f.toDataURL("image/"+(t&&t.type||"png"));var y="";return t3(c,function(t){var e=t.left-a,n=t.top-s;y+='<g transform="translate('+e+","+n+')">'+t.dom+"</g>"}),g.painter.getSvgRoot().innerHTML=y,t.connectedBackgroundColor&&g.painter.setBackgroundColor(t.connectedBackgroundColor),g.refreshImmediately(),g.painter.toDataURL()},e.prototype.convertToPixel=function(t,e){return z(this,"convertToPixel",t,e)},e.prototype.convertFromPixel=function(t,e){return z(this,"convertFromPixel",t,e)},e.prototype.containPixel=function(t,e){var n;return this._disposed?void this.id:(t3(oU(this._model,t),function(t,i){i.indexOf("Models")>=0&&t3(t,function(t){var r=t.coordinateSystem;if(r&&r.containPoint)n=n||!!r.containPoint(e);else if("seriesModels"===i){var o=this._chartsMap[t.__viewId];o&&o.containPoint&&(n=n||o.containPoint(e,t))}},this)},this),!!n)},e.prototype.getVisual=function(t,e){var n=oU(this._model,t,{defaultMainType:"series"}),i=n.seriesModel.getData(),r=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?i.indexOfRawIndex(n.dataIndex):null;return null!=r?fl(i,r,e):fu(i,e)},e.prototype.getViewOfComponentModel=function(t){return this._componentsMap[t.__viewId]},e.prototype.getViewOfSeriesModel=function(t){return this._chartsMap[t.__viewId]},e.prototype._initEvents=function(){var t,e,n,i=this;t3(gs,function(t){var e=function(e){var n,r=i.getModel(),o=e.target;if("globalout"===t?n={}:o&&fp(o,function(t){var e=sB(t);if(e&&null!=e.dataIndex){var i=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return n=i&&i.getDataParams(e.dataIndex,e.dataType,o)||{},!0}if(e.eventData)return n=tK({},e.eventData),!0},!0),n){var a=n.componentType,s=n.componentIndex;("markLine"===a||"markPoint"===a||"markArea"===a)&&(a="series",s=n.seriesIndex);var l=a&&null!=s&&r.getComponent(a,s),u=l&&i["series"===l.mainType?"_chartsMap":"_componentsMap"][l.__viewId];n.event=e,n.type=t,i._$eventProcessor.eventInfo={targetEl:o,packedEvent:n,model:l,view:u},i.trigger(t,n)}};e.zrEventfulCallAtLast=!0,i._zr.on(t,e,i)}),t3(gu,function(t,e){i._messageCenter.on(e,function(t){this.trigger(e,t)},i)}),t3(["selectchanged"],function(t){i._messageCenter.on(t,function(e){this.trigger(t,e)},i)}),t=this._messageCenter,e=this,n=this._api,t.on("selectchanged",function(t){var i=n.getModel();t.isFromClick?(fd("map","selectchanged",e,i,t),fd("pie","selectchanged",e,i,t)):"select"===t.fromAction?(fd("map","selected",e,i,t),fd("pie","selected",e,i,t)):"unselect"===t.fromAction&&(fd("map","unselected",e,i,t),fd("pie","unselected",e,i,t))})},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?this.id:this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)return void this.id;this._disposed=!0,this.getDom()&&oJ(this.getDom(),gx,"");var t=this._api,e=this._model;t3(this._componentsViews,function(n){n.dispose(e,t)}),t3(this._chartsViews,function(n){n.dispose(e,t)}),this._zr.dispose(),this._dom=this._model=this._chartsMap=this._componentsMap=this._chartsViews=this._componentsViews=this._scheduler=this._api=this._zr=this._throttledZrFlush=this._theme=this._coordSysMgr=this._messageCenter=null,delete gg[this.id]},e.prototype.resize=function(t){if(!this[f4]){if(this._disposed)return void this.id;this._zr.resize(t);var e=this._model;if(this._loadingFX&&this._loadingFX.resize(),e){var n=e.resetOption("media"),i=t&&t.silent;this[f9]&&(null==i&&(i=this[f9].silent),n=!0,this[f9]=null),this[f4]=!0;try{n&&P(this),N.update.call(this,{type:"resize",animation:tK({duration:0},t&&t.animation)})}catch(t){throw this[f4]=!1,t}this[f4]=!1,V.call(this,i),F.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)return void this.id;if(ea(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),gf[t]){var n=gf[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?this.id:(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=tK({},t);return e.type=gu[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)return void this.id;if((ea(e)||(e={silent:!!e}),gl[t.type])&&this._model){if(this[f4])return void this._pendingActions.push(t);var n=e.silent;B.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&tT.browser.weChat&&this._throttledZrFlush(),V.call(this,n),F.call(this,n)}},e.prototype.updateLabelLayout=function(){f0.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)return void this.id;var e=t.seriesIndex;this.getModel().getSeriesByIndex(e).appendData(t),this._scheduler.unfinished=!0,this.getZr().wakeUp()},e.internalField=function(){function t(t){t.clearColorPalette(),t.eachSeries(function(t){t.clearColorPalette()})}function e(t){for(var e=[],n=t.currentStates,i=0;i<n.length;i++){var r=n[i];"emphasis"!==r&&"blur"!==r&&"select"!==r&&e.push(r)}t.selected&&t.states.select&&e.push("select"),2===t.hoverState&&t.states.emphasis?e.push("emphasis"):1===t.hoverState&&t.states.blur&&e.push("blur"),t.useStates(e)}function n(t,e){if(!t.preventAutoZ){var n=t.get("z")||0,i=t.get("zlevel")||0;e.eachRendered(function(t){return function t(e,n,i,r){var o=e.getTextContent(),a=e.getTextGuideLine();if(e.isGroup)for(var s=e.childrenRef(),l=0;l<s.length;l++)r=Math.max(t(s[l],n,i,r),r);else e.z=n,e.zlevel=i,r=Math.max(e.z2,r);if(o&&(o.z=n,o.zlevel=i,isFinite(r)&&(o.z2=r+2)),a){var u=e.textGuideLineConfig;a.z=n,a.zlevel=i,isFinite(r)&&(a.z2=r+(u&&u.showAbove?1:-1))}return r}(t,n,i,-1/0),!0})}}function i(t,e){e.eachRendered(function(t){if(!lM(t)){var e=t.getTextContent(),n=t.getTextGuideLine();t.stateTransition&&(t.stateTransition=null),e&&e.stateTransition&&(e.stateTransition=null),n&&n.stateTransition&&(n.stateTransition=null),t.hasState()?(t.prevStates=t.currentStates,t.clearStates()):t.prevStates&&(t.prevStates=null)}})}function r(t,n){var i=t.getModel("stateAnimation"),r=t.isAnimationEnabled(),o=i.get("duration"),a=o>0?{duration:o,delay:i.get("delay"),easing:i.get("easing")}:null;n.eachRendered(function(t){if(t.states&&t.states.emphasis&&!lM(t)){if(t instanceof ss&&((n=sG(t)).normalFill=t.style.fill,n.normalStroke=t.style.stroke,n.selectFill=(i=t.states.select||{}).style&&i.style.fill||null,n.selectStroke=i.style&&i.style.stroke||null),t.__dirty){var n,i,o=t.prevStates;o&&t.useStates(o)}if(r){t.stateTransition=a;var s=t.getTextContent(),l=t.getTextGuideLine();s&&(s.stateTransition=a),l&&(l.stateTransition=a)}t.__dirty&&e(t)}})}P=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),O(t,!0),O(t,!1),e.plan()},O=function(t,e){for(var n=t._model,i=t._scheduler,r=e?t._componentsViews:t._chartsViews,o=e?t._componentsMap:t._chartsMap,a=t._zr,s=t._api,l=0;l<r.length;l++)r[l].__alive=!1;function u(t){var l=t.__requireNewView;t.__requireNewView=!1;var u="_ec_"+t.id+"_"+t.type,c=!l&&o[u];if(!c){var h=o3(t.type);(c=new(e?hQ.getClass(h.main,h.sub):pz.getClass(h.sub))).init(n,s),o[u]=c,r.push(c),a.add(c.group)}t.__viewId=c.__id=u,c.__alive=!0,c.__model=t,c.group.__ecComponentInfo={mainType:t.mainType,index:t.componentIndex},e||i.prepareView(c,t,n,s)}e?n.eachComponent(function(t,e){"series"!==t&&u(e)}):n.eachSeries(u);for(var l=0;l<r.length;){var c=r[l];c.__alive?l++:(e||c.renderTask.dispose(),a.remove(c.group),c.dispose(n,s),r.splice(l,1),o[c.__id]===c&&delete o[c.__id],c.__id=c.group.__ecComponentInfo=null)}},R=function(t,e,n,i,r){var o,a=t._model;if(a.setUpdatePayload(n),!i)return void t3([].concat(t._componentsViews).concat(t._chartsViews),c);var s={};s[i+"Id"]=n[i+"Id"],s[i+"Index"]=n[i+"Index"],s[i+"Name"]=n[i+"Name"];var l={mainType:i,query:s};r&&(l.subType=r);var u=n.excludeSeriesId;function c(i){i&&i.__alive&&i[e]&&i[e](i.__model,a,t._api,n)}null!=u&&(o=eT(),t3(oR(u),function(t){var e=oW(t,null);null!=e&&o.set(e,!0)})),a&&a.eachComponent(l,function(e){if(!(o&&null!=o.get(e.id))){if(lv(n))if(e instanceof h$)n.type!==sY||n.notBlur||e.get(["emphasis","disabled"])||function(t,e,n){var i=t.seriesIndex,r=t.getData(e.dataType);if(r){var o=oj(r,e);o=(ee(o)?o[0]:o)||0;var a=r.getItemGraphicEl(o);if(!a)for(var s=r.count(),l=0;!a&&l<s;)a=r.getItemGraphicEl(l++);if(a){var u=sB(a);lo(i,u.focus,u.blurScope,n)}else{var c=t.get(["emphasis","focus"]),h=t.get(["emphasis","blurScope"]);null!=c&&lo(i,c,h,n)}}}(e,n,t._api);else{var i=ls(e.mainType,e.componentIndex,n.name,t._api),r=i.focusSelf,a=i.dispatchers;n.type===sY&&r&&!n.notBlur&&la(e.mainType,e.componentIndex,t._api),a&&t3(a,function(t){n.type===sY?le(t):ln(t)})}else if(lm(n)&&e instanceof h$){if(t._api,lm(n)){var s=n.dataType,l=oj(e.getData(s),n);ee(l)||(l=[l]),e[n.type===sK?"toggleSelect":n.type===sZ?"select":"unselect"](l,s)}ll(e),Z(t)}}},t),a&&a.eachComponent(l,function(e){o&&null!=o.get(e.id)||c(t["series"===i?"_chartsMap":"_componentsMap"][e.__viewId])},t)},N={prepareAndUpdate:function(t){P(this),N.update.call(this,t,{optionChanged:null!=t.newOption})},update:function(e,n){var i=this._model,r=this._api,o=this._zr,a=this._coordSysMgr,s=this._scheduler;if(i){i.setUpdatePayload(e),s.restoreData(i,e),s.performSeriesTasks(i),a.create(i,r),s.performDataProcessorTasks(i,e),E(this,i),a.update(i,r),t(i),s.performVisualTasks(i,e),H(this,i,r,e,n);var l=i.get("backgroundColor")||"transparent",u=i.get("darkMode");o.setBackgroundColor(l),null!=u&&"auto"!==u&&o.setDarkMode(u),f0.trigger("afterupdate",i,r)}},updateTransform:function(e){var n=this,i=this._model,r=this._api;if(i){i.setUpdatePayload(e);var o=[];i.eachComponent(function(t,a){if("series"!==t){var s=n.getViewOfComponentModel(a);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(a,i,r,e);l&&l.update&&o.push(s)}else o.push(s)}});var a=eT();i.eachSeries(function(t){var o=n._chartsMap[t.__viewId];if(o.updateTransform){var s=o.updateTransform(t,i,r,e);s&&s.update&&a.set(t.uid,1)}else a.set(t.uid,1)}),t(i),this._scheduler.performVisualTasks(i,e,{setDirty:!0,dirtyMap:a}),X(this,i,r,e,{},a),f0.trigger("afterupdate",i,r)}},updateView:function(e){var n=this._model;n&&(n.setUpdatePayload(e),pz.markUpdateMethod(e,"updateView"),t(n),this._scheduler.performVisualTasks(n,e,{setDirty:!0}),H(this,n,this._api,e,{}),f0.trigger("afterupdate",n,this._api))},updateVisual:function(e){var n=this,i=this._model;i&&(i.setUpdatePayload(e),i.eachSeries(function(t){t.getData().clearAllVisual()}),pz.markUpdateMethod(e,"updateVisual"),t(i),this._scheduler.performVisualTasks(i,e,{visualType:"visual",setDirty:!0}),i.eachComponent(function(t,r){if("series"!==t){var o=n.getViewOfComponentModel(r);o&&o.__alive&&o.updateVisual(r,i,n._api,e)}}),i.eachSeries(function(t){n._chartsMap[t.__viewId].updateVisual(t,i,n._api,e)}),f0.trigger("afterupdate",i,this._api))},updateLayout:function(t){N.update.call(this,t)}},z=function(t,e,n,i){if(t._disposed)return void t.id;for(var r,o=t._model,a=t._coordSysMgr.getCoordinateSystems(),s=oU(o,n),l=0;l<a.length;l++){var u=a[l];if(u[e]&&null!=(r=u[e](o,s,i)))return r}},E=function(t,e){var n=t._chartsMap,i=t._scheduler;e.eachSeries(function(t){i.updateStreamModes(t,n[t.__viewId])})},B=function(t,e){var n,i=this,r=this.getModel(),o=t.type,a=t.escapeConnect,s=gl[o],l=s.actionInfo,u=(l.update||"update").split(":"),c=u.pop(),h=null!=u[0]&&o3(u[0]);this[f4]=!0;var d=[t],p=!1;t.batch&&(p=!0,d=t5(t.batch,function(e){return(e=t$(tK({},e),t)).batch=null,e}));var f=[],g=lm(t),y=lv(t);if(y&&lr(this._api),t3(d,function(e){if((n=(n=s.action(e,i._model,i._api))||tK({},e)).type=l.event||n.type,f.push(n),y){var r=oZ(t),o=r.queryOptionMap;R(i,c,e,r.mainTypeSpecified?o.keys()[0]:"series"),Z(i)}else g?(R(i,c,e,"series"),Z(i)):h&&R(i,c,e,h.main,h.sub)}),"none"!==c&&!y&&!g&&!h)try{this[f9]?(P(this),N.update.call(this,t),this[f9]=null):N[c].call(this,t)}catch(t){throw this[f4]=!1,t}if(n=p?{type:l.event||o,escapeConnect:a,batch:f}:f[0],this[f4]=!1,!e){var m=this._messageCenter;if(m.trigger(n.type,n),g){var v,x={type:"selectchanged",escapeConnect:a,selected:(v=[],r.eachSeries(function(t){t3(t.getAllData(),function(e){e.data;var n=e.type,i=t.getSelectedDataIndices();if(i.length>0){var r={dataIndex:i,seriesIndex:t.seriesIndex};null!=n&&(r.dataType=n),v.push(r)}})}),v),isFromClick:t.isFromClick||!1,fromAction:t.type,fromActionPayload:t};m.trigger(x.type,x)}}},V=function(t){for(var e=this._pendingActions;e.length;){var n=e.shift();B.call(this,n,t)}},F=function(t){t||this.trigger("updated")},W=function(t,e){t.on("rendered",function(n){e.trigger("rendered",n),!t.animation.isFinished()||e[f9]||e._scheduler.unfinished||e._pendingActions.length||e.trigger("finished")})},G=function(t,e){t.on("mouseover",function(t){var n,i,r,o,a,s=fp(t.target,ly);s&&(n=e._api,o=(r=ls((i=sB(s)).componentMainType,i.componentIndex,i.componentHighDownName,n)).dispatchers,a=r.focusSelf,o?(a&&la(i.componentMainType,i.componentIndex,n),t3(o,function(e){return s8(e,t)})):(lo(i.seriesIndex,i.focus,i.blurScope,n),"self"===i.focus&&la(i.componentMainType,i.componentIndex,n),s8(s,t)),Z(e))}).on("mouseout",function(t){var n,i,r,o=fp(t.target,ly);o&&(lr(n=e._api),(r=ls((i=sB(o)).componentMainType,i.componentIndex,i.componentHighDownName,n).dispatchers)?t3(r,function(e){return lt(e,t)}):lt(o,t),Z(e))}).on("click",function(t){var n=fp(t.target,function(t){return null!=sB(t).dataIndex},!0);if(n){var i=n.selected?"unselect":"select",r=sB(n);e._api.dispatchAction({type:i,dataType:r.dataType,dataIndexInside:r.dataIndex,seriesIndex:r.seriesIndex,isFromClick:!0})}})},H=function(t,e,n,i,r){!function(t){var e=[],n=[],i=!1;if(t.eachComponent(function(t,r){var o=r.get("zlevel")||0,a=r.get("z")||0,s=r.getZLevelKey();i=i||!!s,("series"===t?n:e).push({zlevel:o,z:a,idx:r.componentIndex,type:t,key:s})}),i){var r,o,a=e.concat(n);n1(a,function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel}),t3(a,function(e){var n=t.getComponent(e.type,e.idx),i=e.zlevel,a=e.key;null!=r&&(i=Math.max(r,i)),a?(i===r&&a!==o&&i++,o=a):o&&(i===r&&i++,o=""),r=i,n.setZLevel(i)})}}(e),j(t,e,n,i,r),t3(t._chartsViews,function(t){t.__alive=!1}),X(t,e,n,i,r),t3(t._chartsViews,function(t){t.__alive||t.remove(e,n)})},j=function(t,e,o,a,s,l){t3(l||t._componentsViews,function(t){var s=t.__model;i(s,t),t.render(s,e,o,a),n(s,t),r(s,t)})},X=function(t,e,o,a,s,l){var u,c,h,d,p=t._scheduler;s=tK(s||{},{updatedSeries:e.getSeries()}),f0.trigger("series:beforeupdate",e,o,s);var f=!1;e.eachSeries(function(e){var n,r,o,s=t._chartsMap[e.__viewId];s.__alive=!0;var u=s.renderTask;p.updatePayload(u,a),i(e,s),l&&l.get(e.uid)&&u.dirty(),u.perform(p.getPerformArgs(u))&&(f=!0),s.group.silent=!!e.get("silent"),n=e,r=s,o=n.get("blendMode")||null,r.eachRendered(function(t){t.isGroup||(t.style.blend=o)}),ll(e)}),p.unfinished=f||p.unfinished,f0.trigger("series:layoutlabels",e,o,s),f0.trigger("series:transition",e,o,s),e.eachSeries(function(e){var i=t._chartsMap[e.__viewId];n(e,i),r(e,i)}),u=t,c=e,h=u._zr.storage,d=0,h.traverse(function(t){!t.isGroup&&d++}),!(d>c.get("hoverLayerThreshold"))||tT.node||tT.worker||c.eachSeries(function(t){if(!t.preventUsingHoverLayer){var e=u._chartsMap[t.__viewId];e.__alive&&e.eachRendered(function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)})}}),f0.trigger("series:afterupdate",e,o,s)},Z=function(t){t[f6]=!0,t.getZr().wakeUp()},q=function(t){t[f6]&&(t.getZr().storage.traverse(function(t){lM(t)||e(t)}),t[f6]=!1)},Y=function(t){return new(function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return tM(n,e),n.prototype.getCoordinateSystems=function(){return t._coordSysMgr.getCoordinateSystems()},n.prototype.getComponentByElement=function(e){for(;e;){var n=e.__ecComponentInfo;if(null!=n)return t._model.getComponent(n.mainType,n.index);e=e.parent}},n.prototype.enterEmphasis=function(e,n){le(e,n),Z(t)},n.prototype.leaveEmphasis=function(e,n){ln(e,n),Z(t)},n.prototype.enterBlur=function(e){s4(e,s1),Z(t)},n.prototype.leaveBlur=function(e){s4(e,s2),Z(t)},n.prototype.enterSelect=function(e){s4(e,s3),Z(t)},n.prototype.leaveSelect=function(e){s4(e,s5),Z(t)},n.prototype.getModel=function(){return t.getModel()},n.prototype.getViewOfComponentModel=function(e){return t.getViewOfComponentModel(e)},n.prototype.getViewOfSeriesModel=function(e){return t.getViewOfSeriesModel(e)},n}(cf))(t)},U=function(t){function e(t,e){for(var n=0;n<t.length;n++)t[n][f8]=e}t3(gu,function(n,i){t._messageCenter.on(i,function(n){if(gy[t.group]&&0!==t[f8]&&(!n||!n.escapeConnect)){var i=t.makeActionFromEvent(n),r=[];t3(gg,function(e){e!==t&&e.group===t.group&&r.push(e)}),e(r,0),t3(r,function(t){1!==t[f8]&&t.dispatchAction(i)}),e(r,2)}})})}}(),e}(e8),ga=go.prototype;ga.on=gt("on"),ga.off=gt("off"),ga.one=function(t,e,n){var i=this;this.on.call(this,t,function n(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];e&&e.apply&&e.apply(this,r),i.off(t,n)},n)};var gs=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"],gl={},gu={},gc=[],gh=[],gd=[],gp={},gf={},gg={},gy={},gm=new Date-0,gv=new Date-0,gx="_echarts_instance_";function gb(t,e,n){var i=!(n&&n.ssr);if(i){var r=gC(t);if(r)return r}var o=new go(t,e,n);return o.id="ec_"+gm++,gg[o.id]=o,i&&oJ(t,gx,o.id),U(o),f0.trigger("afterinit",o),o}function g_(t){if(ee(t)){var e=t;t=null,t3(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+gv++,t3(e,function(e){e.group=t})}return gy[t]=!0,t}function gS(t){gy[t]=!1}var gw=gS;function gM(t){ei(t)?t=gg[t]:t instanceof go||(t=gC(t)),t instanceof go&&!t.isDisposed()&&t.dispose()}function gC(t){return gg[t.getAttribute?t.getAttribute(gx):t[gx]]}function gI(t){return gg[t]}function gT(t,e){gp[t]=e}function gA(t){0>tQ(gh,t)&&gh.push(t)}function gD(t,e){gV(gc,t,e,2e3)}function gk(t){gP("afterinit",t)}function gL(t){gP("afterupdate",t)}function gP(t,e){f0.on(t,e)}function gO(t,e,n){en(e)&&(n=e,e="");var i=ea(t)?t.type:[t,t={event:e}][0];t.event=(t.event||i).toLowerCase(),gu[e=t.event]||(ex(f7.test(i)&&f7.test(e)),gl[i]||(gl[i]={action:n,actionInfo:t}),gu[e]=i)}function gR(t,e){cy.register(t,e)}function gN(t){var e=cy.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()}function gz(t,e){gV(gd,t,e,1e3,"layout")}function gE(t,e){gV(gd,t,e,3e3,"visual")}var gB=[];function gV(t,e,n,i,r){if((en(e)||ea(e))&&(n=e,e=i),!(tQ(gB,n)>=0)){gB.push(n);var o=pK.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function gF(t,e){gf[t]=e}function gW(t){tP({createCanvas:t})}function gG(t,e,n){var i=f1.registerMap;i&&i(t,e,n)}function gH(t){var e=f1.getMap;return e&&e(t)}var gj=function(t){var e=(t=tU(t)).type;e||c6("");var n=e.split(":");2!==n.length&&c6("");var i=!1;"echarts"===n[0]&&(e=n[1],i=!0),t.__isBuiltIn=i,hu.set(e,t)};gE(2e3,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=pY(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=pU(t,i),l=o[s],u=en(l)?l:null,c="auto"===o.fill||"auto"===o.stroke;if(!o[s]||u||c){var h=t.getColorFromPalette(t.name,null,e.getSeriesCount());o[s]||(o[s]=h,n.setVisual("colorFromPalette",!0)),o.fill="auto"===o.fill||en(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||en(o.stroke)?h:o.stroke}if(n.setVisual("style",o),n.setVisual("drawType",s),!e.isSeriesFiltered(t)&&u)return n.setVisual("colorFromPalette",!1),{dataEach:function(e,n){var i=t.getDataParams(n),r=tK({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}}),gE(4500,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!(t.ignoreStyleOnData||e.isSeriesFiltered(t))){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=pY(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){pZ.option=n[i];var a=r(pZ);tK(t.ensureUniqueItemVisual(e,"style"),a),pZ.option.decal&&(t.setItemVisual(e,"decal",pZ.option.decal),pZ.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}}),gE(4500,{performRawSeries:!0,overallReset:function(t){var e=eT();t.eachSeries(function(t){var n=t.getColorBy();if(!t.isColorBySeries()){var i=t.type+"-"+n,r=e.get(i);r||(r={},e.set(i,r)),pH(t).scope=r}}),t.eachSeries(function(e){if(!(e.isColorBySeries()||t.isSeriesFiltered(e))){var n=e.getRawData(),i={},r=e.getData(),o=pH(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=pU(e,a);r.each(function(t){i[r.getRawIndex(t)]=t}),n.each(function(t){var a=i[t];if(r.getItemVisual(a,"colorFromPalette")){var l=r.ensureUniqueItemVisual(a,"style"),u=n.getName(t)||t+"",c=n.count();l[s]=e.getColorFromPalette(u,o,c)}})}})}}),gE(2e3,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData();if(t.legendIcon&&n.setVisual("legendIcon",t.legendIcon),t.hasSymbolVisual){for(var i={},r={},o=!1,a=0;a<fa.length;a++){var s=fa[a],l=t.get(s);en(l)?(o=!0,r[s]=l):i[s]=l}if(i.symbol=i.symbol||t.defaultSymbol,n.setVisual(tK({legendIcon:t.legendIcon||i.symbol,symbolKeepAspect:t.get("symbolKeepAspect")},i)),!e.isSeriesFiltered(t)){var u=t7(r);return{dataEach:o?function(e,n){for(var i=t.getRawValue(n),o=t.getDataParams(n),a=0;a<u.length;a++){var s=u[a];e.setItemVisual(n,s,r[s](i,o))}}:null}}}}}),gE(4500,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(t.hasSymbolVisual&&!e.isSeriesFiltered(t))return{dataEach:t.getData().hasItemOption?function(t,e){for(var n=t.getItemModel(e),i=0;i<fs.length;i++){var r=fs[i],o=n.getShallow(r,!0);null!=o&&t.setItemVisual(e,r,o)}}:null}}}),gE(7e3,function(t,e){t.eachRawSeries(function(n){if(!t.isSeriesFiltered(n)){var i=n.getData();i.hasItemVisual()&&i.each(function(t){var n=i.getItemVisual(t,"decal");n&&(i.ensureUniqueItemVisual(t,"style").decal=fJ(n,e))});var r=i.getVisual("decal");r&&(i.getVisual("style").decal=fJ(r,e))}})}),gA(cz),gD(900,function(t){var e=eT();t.eachSeries(function(t){var n=t.get("stack");if(n){var i=e.get(n)||e.set(n,[]),r=t.getData(),o={stackResultDimension:r.getCalculationInfo("stackResultDimension"),stackedOverDimension:r.getCalculationInfo("stackedOverDimension"),stackedDimension:r.getCalculationInfo("stackedDimension"),stackedByDimension:r.getCalculationInfo("stackedByDimension"),isStackedByIndex:r.getCalculationInfo("isStackedByIndex"),data:r,seriesModel:t};if(!o.stackedDimension||!(o.isStackedByIndex||o.stackedByDimension))return;i.length&&r.setCalculationInfo("stackedOnSeries",i[i.length-1].seriesModel),i.push(o)}}),e.each(cE)}),gf.default=function(t,e){t$(e=e||{},{text:"loading",textColor:"#000",fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255, 255, 255, 0.8)",showSpinner:!0,color:"#5470c6",spinnerRadius:10,lineWidth:5,zlevel:0});var n,i=new r6,r=new s_({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});i.add(r);var o=new sE({style:{text:e.text,fill:e.textColor,fontSize:e.fontSize,fontWeight:e.fontWeight,fontStyle:e.fontStyle,fontFamily:e.fontFamily},zlevel:e.zlevel,z:10001}),a=new s_({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return i.add(a),e.showSpinner&&((n=new dJ({shape:{startAngle:-pq/2,endAngle:-pq/2+.1,r:e.spinnerRadius},style:{stroke:e.color,lineCap:"round",lineWidth:e.lineWidth},zlevel:e.zlevel,z:10001})).animateShape(!0).when(1e3,{endAngle:3*pq/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*pq/2}).delay(300).start("circularInOut"),i.add(n)),i.resize=function(){var i=o.getBoundingRect().width,s=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*s-(e.showSpinner&&i?10:0)-i)/2-(e.showSpinner&&i?0:5+i/2)+(e.showSpinner?0:i/2)+(i?0:s),u=t.getHeight()/2;e.showSpinner&&n.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),r.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},i.resize(),i},gO({type:sY,event:sY,update:sY},eP),gO({type:sU,event:sU,update:sU},eP),gO({type:sZ,event:sZ,update:sZ},eP),gO({type:sq,event:sq,update:sq},eP),gO({type:sK,event:sK,update:sK},eP),gp.light={color:p8,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],p8]},gp.dark=fr;var gX={},gY=[],gU={registerPreprocessor:gA,registerProcessor:gD,registerPostInit:gk,registerPostUpdate:gL,registerUpdateLifecycle:gP,registerAction:gO,registerCoordinateSystem:gR,registerLayout:gz,registerVisual:gE,registerTransform:gj,registerLoading:gF,registerMap:gG,registerImpl:function(t,e){f1[t]=e},PRIORITY:f5,ComponentModel:uZ,ComponentView:hQ,SeriesModel:h$,ChartView:pz,registerComponentModel:function(t){uZ.registerClass(t)},registerComponentView:function(t){hQ.registerClass(t)},registerSeriesModel:function(t){h$.registerClass(t)},registerChartView:function(t){pz.registerClass(t)},registerSubTypeDefaulter:function(t,e){uZ.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){r7[t]=e}};function gZ(t){ee(t)?t3(t,function(t){gZ(t)}):tQ(gY,t)>=0||(gY.push(t),en(t)&&(t={install:t}),t.install(gU))}function gq(t){return null==t?0:t.length||1}function gK(t){return t}var g$=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||gK,this._newKeyGetter=i||gK,this.context=r,this._diffModeMultiple="multiple"===o}return t.prototype.add=function(t){return this._add=t,this},t.prototype.update=function(t){return this._update=t,this},t.prototype.updateManyToOne=function(t){return this._updateManyToOne=t,this},t.prototype.updateOneToMany=function(t){return this._updateOneToMany=t,this},t.prototype.updateManyToMany=function(t){return this._updateManyToMany=t,this},t.prototype.remove=function(t){return this._remove=t,this},t.prototype.execute=function(){this[this._diffModeMultiple?"_executeMultiple":"_executeOneToOne"]()},t.prototype._executeOneToOne=function(){var t=this._old,e=this._new,n={},i=Array(t.length),r=Array(e.length);this._initIndexMap(t,null,i,"_oldKeyGetter"),this._initIndexMap(e,n,r,"_newKeyGetter");for(var o=0;o<t.length;o++){var a=i[o],s=n[a],l=gq(s);if(l>1){var u=s.shift();1===s.length&&(n[a]=s[0]),this._update&&this._update(u,o)}else 1===l?(n[a]=null,this._update&&this._update(s,o)):this._remove&&this._remove(o)}this._performRestAdd(r,n)},t.prototype._executeMultiple=function(){var t=this._old,e=this._new,n={},i={},r=[],o=[];this._initIndexMap(t,n,r,"_oldKeyGetter"),this._initIndexMap(e,i,o,"_newKeyGetter");for(var a=0;a<r.length;a++){var s=r[a],l=n[s],u=i[s],c=gq(l),h=gq(u);if(c>1&&1===h)this._updateManyToOne&&this._updateManyToOne(u,l),i[s]=null;else if(1===c&&h>1)this._updateOneToMany&&this._updateOneToMany(u,l),i[s]=null;else if(1===c&&1===h)this._update&&this._update(u,l),i[s]=null;else if(c>1&&h>1)this._updateManyToMany&&this._updateManyToMany(u,l),i[s]=null;else if(c>1)for(var d=0;d<c;d++)this._remove&&this._remove(l[d]);else this._remove&&this._remove(l)}this._performRestAdd(o,i)},t.prototype._performRestAdd=function(t,e){for(var n=0;n<t.length;n++){var i=t[n],r=e[i],o=gq(r);if(o>1)for(var a=0;a<o;a++)this._add&&this._add(r[a]);else 1===o&&this._add&&this._add(r);e[i]=null}},t.prototype._initIndexMap=function(t,e,n,i){for(var r=this._diffModeMultiple,o=0;o<t.length;o++){var a="_ec_"+this[i](t[o],o);if(r||(n[o]=a),e){var s=e[a],l=gq(s);0===l?(e[a]=o,r&&n.push(a)):1===l?e[a]=[s,o]:s.push(o)}}},t}(),gJ=function(){function t(t,e){this._encode=t,this._schema=e}return t.prototype.get=function(){return{fullDimensions:this._getFullDimensionNames(),encode:this._encode}},t.prototype._getFullDimensionNames=function(){return this._cachedDimNames||(this._cachedDimNames=this._schema?this._schema.makeOutputDimensionNames():[]),this._cachedDimNames},t}();function gQ(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function g0(t){return"category"===t?"ordinal":"time"===t?"time":"float"}var g1=function(t){this.otherDims={},null!=t&&tK(this,t)},g2=oX(),g3={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},g5=function(){function t(t){this.dimensions=t.dimensions,this._dimOmitted=t.dimensionOmitted,this.source=t.source,this._fullDimCount=t.fullDimensionCount,this._updateDimOmitted(t.dimensionOmitted)}return t.prototype.isDimensionOmitted=function(){return this._dimOmitted},t.prototype._updateDimOmitted=function(t){this._dimOmitted=t,t&&(this._dimNameMap||(this._dimNameMap=g6(this.source)))},t.prototype.getSourceDimensionIndex=function(t){return eg(this._dimNameMap.get(t),-1)},t.prototype.getSourceDimension=function(t){var e=this.source.dimensionsDefine;if(e)return e[t]},t.prototype.makeStoreSchema=function(){for(var t=this._fullDimCount,e=cX(this.source),n=!(t>30),i="",r=[],o=0,a=0;o<t;o++){var s=void 0,l=void 0,u=void 0,c=this.dimensions[a];if(c&&c.storeDimIndex===o)s=e?c.name:null,l=c.type,u=c.ordinalMeta,a++;else{var h=this.getSourceDimension(o);h&&(s=e?h.name:null,l=h.type)}r.push({property:s,type:l,ordinalMeta:u}),!e||null==s||c&&c.isCalculationCoord||(i+=n?s.replace(/\`/g,"`1").replace(/\$/g,"`2"):s),i+="$",i+=g3[l]||"f",u&&(i+=u.uid),i+="$"}var d=this.source;return{dimensions:r,hash:[d.seriesLayoutBy,d.startIndex,i].join("$$")}},t.prototype.makeOutputDimensionNames=function(){for(var t=[],e=0,n=0;e<this._fullDimCount;e++){var i=void 0,r=this.dimensions[n];if(r&&r.storeDimIndex===e)r.isCalculationCoord||(i=r.name),n++;else{var o=this.getSourceDimension(e);o&&(i=o.name)}t.push(i)}return t},t.prototype.appendCalculationDimension=function(t){this.dimensions.push(t),t.isCalculationCoord=!0,this._fullDimCount++,this._updateDimOmitted(!0)},t}();function g4(t){return t instanceof g5}function g9(t){for(var e=eT(),n=0;n<(t||[]).length;n++){var i=t[n],r=ea(i)?i.name:i;null!=r&&null==e.get(r)&&e.set(r,n)}return e}function g6(t){var e=g2(t);return e.dimNameMap||(e.dimNameMap=g9(t.dimensionsDefine))}var g7=ea,g8=t5,yt="u"<typeof Int32Array?Array:Int32Array,ye=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],yn=["_approximateExtent"],yi=function(){function t(t,e){this.type="list",this._dimOmitted=!1,this._nameList=[],this._idList=[],this._visual={},this._layout={},this._itemVisuals=[],this._itemLayouts=[],this._graphicEls=[],this._approximateExtent={},this._calculationInfo={},this.hasItemOption=!1,this.TRANSFERABLE_METHODS=["cloneShallow","downSample","minmaxDownSample","lttbDownSample","map"],this.CHANGABLE_METHODS=["filterSelf","selectRange"],this.DOWNSAMPLE_METHODS=["downSample","minmaxDownSample","lttbDownSample"];var n,i=!1;g4(t)?(n=t.dimensions,this._dimOmitted=t.isDimensionOmitted(),this._schema=t):(i=!0,n=t),n=n||["x","y"];for(var r={},o=[],a={},s=!1,l={},u=0;u<n.length;u++){var c=n[u],h=ei(c)?new g1({name:c}):c instanceof g1?c:new g1(c),d=h.name;h.type=h.type||"float",h.coordDim||(h.coordDim=d,h.coordDimIndex=0);var p=h.otherDims=h.otherDims||{};o.push(d),r[d]=h,null!=l[d]&&(s=!0),h.createInvertedIndices&&(a[d]=[]),0===p.itemName&&(this._nameDimIdx=u),0===p.itemId&&(this._idDimIdx=u),i&&(h.storeDimIndex=u)}if(this.dimensions=o,this._dimInfos=r,this._initGetDimensionInfo(s),this.hostModel=e,this._invertedIndicesMap=a,this._dimOmitted){var f=this._dimIdxToName=eT();t3(o,function(t){f.set(r[t].storeDimIndex,t)})}}return t.prototype.getDimension=function(t){var e=this._recognizeDimIndex(t);if(null==e)return t;if(e=t,!this._dimOmitted)return this.dimensions[e];var n=this._dimIdxToName.get(e);if(null!=n)return n;var i=this._schema.getSourceDimension(e);if(i)return i.name},t.prototype.getDimensionIndex=function(t){var e=this._recognizeDimIndex(t);if(null!=e)return e;if(null==t)return -1;var n=this._getDimInfo(t);return n?n.storeDimIndex:this._dimOmitted?this._schema.getSourceDimensionIndex(t):-1},t.prototype._recognizeDimIndex=function(t){if(eo(t)||null!=t&&!isNaN(t)&&!this._getDimInfo(t)&&(!this._dimOmitted||0>this._schema.getSourceDimensionIndex(t)))return+t},t.prototype._getStoreDimIndex=function(t){return this.getDimensionIndex(t)},t.prototype.getDimensionInfo=function(t){return this._getDimInfo(this.getDimension(t))},t.prototype._initGetDimensionInfo=function(t){var e=this._dimInfos;this._getDimInfo=t?function(t){return e.hasOwnProperty(t)?e[t]:void 0}:function(t){return e[t]}},t.prototype.getDimensionsOnCoord=function(){return this._dimSummary.dataDimsOnCoord.slice()},t.prototype.mapDimension=function(t,e){var n=this._dimSummary;if(null==e)return n.encodeFirstDimNotExtra[t];var i=n.encode[t];return i?i[e]:null},t.prototype.mapDimensionsAll=function(t){return(this._dimSummary.encode[t]||[]).slice()},t.prototype.getStore=function(){return this._store},t.prototype.initData=function(t,e,n){var i,r,o,a,s,l,u,c,h,d,p,f,g,y=this;if(t instanceof hb&&(g=t),!g){var m=this.dimensions,v=cV(t)||t2(t)?new cY(t,m.length):t;g=new hb;var x=g8(m,function(t){return{type:y._dimInfos[t].type,property:t}});g.initData(v,x,n)}this._store=g,this._nameList=(e||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,g.count()),this._dimSummary=(i=this,r=this._schema,a=(o={}).encode={},s=eT(),l=[],u=[],c={},t3(i.dimensions,function(t){var e=i.getDimensionInfo(t),n=e.coordDim;if(n){var r,o=e.coordDimIndex;gQ(a,n)[o]=t,e.isExtraCoord||(s.set(n,1),"ordinal"!==(r=e.type)&&"time"!==r&&(l[0]=t),gQ(c,n)[o]=i.getDimensionIndex(e.name)),e.defaultTooltip&&u.push(t)}uJ.each(function(t,n){var i=gQ(a,n),r=e.otherDims[n];null!=r&&!1!==r&&(i[r]=e.name)})}),h=[],d={},s.each(function(t,e){var n=a[e];d[e]=n[0],h=h.concat(n)}),o.dataDimsOnCoord=h,o.dataDimIndicesOnCoord=t5(h,function(t){return i.getDimensionInfo(t).storeDimIndex}),o.encodeFirstDimNotExtra=d,(p=a.label)&&p.length&&(l=p.slice()),(f=a.tooltip)&&f.length?u=f.slice():u.length||(u=l.slice()),a.defaultedLabel=l,a.defaultedTooltip=u,o.userOutput=new gJ(c,r),o),this.userOutput=this._dimSummary.userOutput},t.prototype.appendData=function(t){var e=this._store.appendData(t);this._doInit(e[0],e[1])},t.prototype.appendValues=function(t,e){var n=this._store.appendValues(t,e&&e.length),i=n.start,r=n.end,o=this._shouldMakeIdFromName();if(this._updateOrdinalMeta(),e)for(var a=i;a<r;a++){var s=a-i;this._nameList[a]=e[s],o&&tn(this,a)}},t.prototype._updateOrdinalMeta=function(){for(var t=this._store,e=this.dimensions,n=0;n<e.length;n++){var i=this._dimInfos[e[n]];i.ordinalMeta&&t.collectOrdinalMeta(i.storeDimIndex,i.ordinalMeta)}},t.prototype._shouldMakeIdFromName=function(){var t=this._store.getProvider();return null==this._idDimIdx&&t.getSource().sourceFormat!==u3&&!t.fillStorage},t.prototype._doInit=function(t,e){if(!(t>=e)){var n=this._store.getProvider();this._updateOrdinalMeta();var i=this._nameList,r=this._idList;if(n.getSource().sourceFormat===uQ&&!n.pure)for(var o=[],a=t;a<e;a++){var s,l=n.getItem(a,o);if(!(!this.hasItemOption&&ea(s=l))||s instanceof Array||(this.hasItemOption=!0),l){var u=l.name;null==i[a]&&null!=u&&(i[a]=oW(u,null));var c=l.id;null==r[a]&&null!=c&&(r[a]=oW(c,null))}}if(this._shouldMakeIdFromName())for(var a=t;a<e;a++)tn(this,a);K(this)}},t.prototype.getApproximateExtent=function(t){return this._approximateExtent[t]||this._store.getDataExtent(this._getStoreDimIndex(t))},t.prototype.setApproximateExtent=function(t,e){e=this.getDimension(e),this._approximateExtent[e]=t.slice()},t.prototype.getCalculationInfo=function(t){return this._calculationInfo[t]},t.prototype.setCalculationInfo=function(t,e){g7(t)?tK(this._calculationInfo,t):this._calculationInfo[t]=e},t.prototype.getName=function(t){var e=this.getRawIndex(t),n=this._nameList[e];return null==n&&null!=this._nameDimIdx&&(n=J(this,this._nameDimIdx,e)),null==n&&(n=""),n},t.prototype._getCategory=function(t,e){var n=this._store.get(t,e),i=this._store.getOrdinalMeta(t);return i?i.categories[n]:n},t.prototype.getId=function(t){return $(this,this.getRawIndex(t))},t.prototype.count=function(){return this._store.count()},t.prototype.get=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.get(i.storeDimIndex,e)},t.prototype.getByRawIndex=function(t,e){var n=this._store,i=this._dimInfos[t];if(i)return n.getByRawIndex(i.storeDimIndex,e)},t.prototype.getIndices=function(){return this._store.getIndices()},t.prototype.getDataExtent=function(t){return this._store.getDataExtent(this._getStoreDimIndex(t))},t.prototype.getSum=function(t){return this._store.getSum(this._getStoreDimIndex(t))},t.prototype.getMedian=function(t){return this._store.getMedian(this._getStoreDimIndex(t))},t.prototype.getValues=function(t,e){var n=this,i=this._store;return ee(t)?i.getValues(g8(t,function(t){return n._getStoreDimIndex(t)}),e):i.getValues(t)},t.prototype.hasValue=function(t){for(var e=this._dimSummary.dataDimIndicesOnCoord,n=0,i=e.length;n<i;n++)if(isNaN(this._store.get(e[n],t)))return!1;return!0},t.prototype.indexOfName=function(t){for(var e=0,n=this._store.count();e<n;e++)if(this.getName(e)===t)return e;return -1},t.prototype.getRawIndex=function(t){return this._store.getRawIndex(t)},t.prototype.indexOfRawIndex=function(t){return this._store.indexOfRawIndex(t)},t.prototype.rawIndexOf=function(t,e){var n=t&&this._invertedIndicesMap[t],i=n&&n[e];return null==i||isNaN(i)?-1:i},t.prototype.indicesOfNearest=function(t,e,n){return this._store.indicesOfNearest(this._getStoreDimIndex(t),e,n)},t.prototype.each=function(t,e,n){en(t)&&(n=e,e=t,t=[]);var i=n||this,r=g8(Q(t),this._getStoreDimIndex,this);this._store.each(r,i?t8(e,i):e)},t.prototype.filterSelf=function(t,e,n){en(t)&&(n=e,e=t,t=[]);var i=n||this,r=g8(Q(t),this._getStoreDimIndex,this);return this._store=this._store.filter(r,i?t8(e,i):e),this},t.prototype.selectRange=function(t){var e=this,n={},i=t7(t),r=[];return t3(i,function(i){var o=e._getStoreDimIndex(i);n[o]=t[i],r.push(o)}),this._store=this._store.selectRange(n),this},t.prototype.mapArray=function(t,e,n){en(t)&&(n=e,e=t,t=[]),n=n||this;var i=[];return this.each(t,function(){i.push(e&&e.apply(this,arguments))},n),i},t.prototype.map=function(t,e,n,i){var r=n||i||this,o=g8(Q(t),this._getStoreDimIndex,this),a=te(this);return a._store=this._store.map(o,r?t8(e,r):e),a},t.prototype.modify=function(t,e,n,i){var r=n||i||this,o=g8(Q(t),this._getStoreDimIndex,this);this._store.modify(o,r?t8(e,r):e)},t.prototype.downSample=function(t,e,n,i){var r=te(this);return r._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),r},t.prototype.minmaxDownSample=function(t,e){var n=te(this);return n._store=this._store.minmaxDownSample(this._getStoreDimIndex(t),e),n},t.prototype.lttbDownSample=function(t,e){var n=te(this);return n._store=this._store.lttbDownSample(this._getStoreDimIndex(t),e),n},t.prototype.getRawDataItem=function(t){return this._store.getRawDataItem(t)},t.prototype.getItemModel=function(t){var e=this.hostModel;return new l1(this.getRawDataItem(t),e,e&&e.ecModel)},t.prototype.diff=function(t){var e=this;return new g$(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(e){return $(t,e)},function(t){return $(e,t)})},t.prototype.getVisual=function(t){var e=this._visual;return e&&e[t]},t.prototype.setVisual=function(t,e){this._visual=this._visual||{},g7(t)?tK(this._visual,t):this._visual[t]=e},t.prototype.getItemVisual=function(t,e){var n=this._itemVisuals[t],i=n&&n[e];return null==i?this.getVisual(e):i},t.prototype.hasItemVisual=function(){return this._itemVisuals.length>0},t.prototype.ensureUniqueItemVisual=function(t,e){var n=this._itemVisuals,i=n[t];i||(i=n[t]={});var r=i[e];return null==r&&(ee(r=this.getVisual(e))?r=r.slice():g7(r)&&(r=tK({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,g7(e)?tK(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){g7(t)?tK(this._layout,t):this._layout[t]=e},t.prototype.getLayout=function(t){return this._layout[t]},t.prototype.getItemLayout=function(t){return this._itemLayouts[t]},t.prototype.setItemLayout=function(t,e,n){this._itemLayouts[t]=n?tK(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){sV(this.hostModel&&this.hostModel.seriesIndex,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){t3(this._graphicEls,function(n,i){n&&t&&t.call(e,n,i)})},t.prototype.cloneShallow=function(e){return e||(e=new t(this._schema?this._schema:g8(this.dimensions,this._getDimInfo,this),this.hostModel)),tt(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];en(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(em(arguments)))})},t.internalField=void(K=function(t){var e=t._invertedIndicesMap;t3(e,function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new yt(o.categories.length);for(var s=0;s<n.length;s++)n[s]=-1;for(var s=0;s<a.count();s++)n[a.get(r.storeDimIndex,s)]=s}})},J=function(t,e,n){return oW(t._getCategory(e,n),null)},$=function(t,e){var n=t._idList[e];return null==n&&null!=t._idDimIdx&&(n=J(t,t._idDimIdx,e)),null==n&&(n="e\0\0"+e),n},Q=function(t){return ee(t)||(t=null!=t?[t]:[]),t},te=function(e){var n=new t(e._schema?e._schema:g8(e.dimensions,e._getDimInfo,e),e.hostModel);return tt(n,e),n},tt=function(t,e){t3(ye.concat(e.__wrappedMethods||[]),function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t.__wrappedMethods=e.__wrappedMethods,t3(yn,function(n){t[n]=tU(e[n])}),t._calculationInfo=tK({},e._calculationInfo)},tn=function(t,e){var n=t._nameList,i=t._idList,r=t._nameDimIdx,o=t._idDimIdx,a=n[e],s=i[e];if(null==a&&null!=r&&(n[e]=a=J(t,r,e)),null==s&&null!=o&&(i[e]=s=J(t,o,e)),null==s&&null!=a){var l=t._nameRepeatCount,u=l[a]=(l[a]||0)+1;s=a,u>1&&(s+="__ec__"+u),i[e]=s}}),t}();function yr(t,e){return yo(t,e).dimensions}function yo(t,e){cV(t)||(t=cW(t));var n,i,r,o,a,s=(e=e||{}).coordDimensions||[],l=e.dimensionsDefine||t.dimensionsDefine||[],u=eT(),c=[],h=(n=t,i=s,r=l,o=e.dimensionsCount,a=Math.max(n.dimensionsDetectedCount||1,i.length,r.length,o||0),t3(i,function(t){var e;ea(t)&&(e=t.dimsDef)&&(a=Math.max(a,e.length))}),a),d=e.canOmitUnusedDimensions&&h>30,p=l===t.dimensionsDefine,f=p?g6(t):g9(l),g=e.encodeDefine;!g&&e.encodeDefaulter&&(g=e.encodeDefaulter(t,h));for(var y=eT(g),m=new hf(h),v=0;v<m.length;v++)m[v]=-1;function x(t){var e=m[t];if(e<0){var n=l[t],i=ea(n)?n:{name:n},r=new g1,o=i.name;null!=o&&null!=f.get(o)&&(r.name=r.displayName=o),null!=i.type&&(r.type=i.type),null!=i.displayName&&(r.displayName=i.displayName);var a=c.length;return m[t]=a,r.storeDimIndex=t,c.push(r),r}return c[e]}if(!d)for(var v=0;v<h;v++)x(v);y.each(function(t,e){var n=oR(t).slice();if(1===n.length&&!ei(n[0])&&n[0]<0)return void y.set(e,!1);var i=y.set(e,[]);t3(n,function(t,n){var r=ei(t)?f.get(t):t;null!=r&&r<h&&(i[n]=r,_(x(r),e,n))})});var b=0;function _(t,e,n){null!=uJ.get(e)?t.otherDims[e]=n:(t.coordDim=e,t.coordDimIndex=n,u.set(e,!0))}t3(s,function(t){if(ei(t))r=t,i={};else{var e,n,i,r=(i=t).name,o=i.ordinalMeta;i.ordinalMeta=null,(i=tK({},i)).ordinalMeta=o,e=i.dimsDef,n=i.otherDims,i.name=i.coordDim=i.coordDimIndex=i.dimsDef=i.otherDims=null}var a=y.get(r);if(!1!==a){if(!(a=oR(a)).length)for(var s=0;s<(e&&e.length||1);s++){for(;b<h&&null!=x(b).coordDim;)b++;b<h&&a.push(b++)}t3(a,function(t,o){var a=x(t);if(p&&null!=i.type&&(a.type=i.type),_(t$(a,i),r,o),null==a.name&&e){var s=e[o];ea(s)||(s={name:s}),a.name=a.displayName=s.name,a.defaultTooltip=s.defaultTooltip}n&&t$(a.otherDims,n)})}});var S=e.generateCoord,w=e.generateCoordCount,M=null!=w;w=S?w||1:0;var C=S||"value";function I(t){null==t.name&&(t.name=t.coordDim)}if(d)t3(c,function(t){I(t)}),c.sort(function(t,e){return t.storeDimIndex-e.storeDimIndex});else for(var T=0;T<h;T++){var A=x(T);null==A.coordDim&&(A.coordDim=function(t,e,n){if(n||e.hasKey(t)){for(var i=0;e.hasKey(t+i);)i++;t+=i}return e.set(t,!0),t}(C,u,M),A.coordDimIndex=0,(!S||w<=0)&&(A.isExtraCoord=!0),w--),I(A),null==A.type&&(1===ct(t,T)||A.isExtraCoord&&(null!=A.otherDims.itemName||null!=A.otherDims.seriesName))&&(A.type="ordinal")}return function(t){for(var e=eT(),n=0;n<t.length;n++){var i=t[n],r=i.name,o=e.get(r)||0;o>0&&(i.name=r+(o-1)),o++,e.set(r,o)}}(c),new g5({source:t,dimensions:c,fullDimensionCount:h,dimensionOmitted:d})}var ya=function(t){this.coordSysDims=[],this.axisMap=eT(),this.categoryAxisMap=eT(),this.coordSysName=t},ys={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",oq).models[0],o=t.getReferringComponents("yAxis",oq).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),yl(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),yl(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",oq).models[0];e.coordSysDims=["single"],n.set("single",r),yl(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",oq).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),yl(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),yl(a)&&(i.set("angle",a),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},geo:function(t,e,n,i){e.coordSysDims=["lng","lat"]},parallel:function(t,e,n,i){var r=t.ecModel,o=r.getComponent("parallel",t.get("parallelIndex")),a=e.coordSysDims=o.dimensions.slice();t3(o.parallelAxisIndex,function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),yl(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))})}};function yl(t){return"category"===t.get("type")}function yu(t,e,n){var i,r,o,a,s,l,u,c=(n=n||{}).byIndex,h=n.stackedCoordDimension;g4(e.schema)?(i=(r=e.schema).dimensions,o=e.store):i=e;var d=!!(t&&t.get("stack"));if(t3(i,function(t,e){ei(t)&&(i[e]=t={name:t}),d&&!t.isExtraCoord&&(c||a||!t.ordinalMeta||(a=t),s||"ordinal"===t.type||"time"===t.type||h&&h!==t.coordDim||(s=t))}),!s||c||a||(c=!0),s){l="__\0ecstackresult_"+t.id,u="__\0ecstackedover_"+t.id,a&&(a.createInvertedIndices=!0);var p=s.coordDim,f=s.type,g=0;t3(i,function(t){t.coordDim===p&&g++});var y={name:l,coordDim:p,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},m={name:u,coordDim:u,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(y.storeDimIndex=o.ensureCalculationDimension(u,f),m.storeDimIndex=o.ensureCalculationDimension(l,f)),r.appendCalculationDimension(y),r.appendCalculationDimension(m)):(i.push(y),i.push(m))}return{stackedDimension:s&&s.name,stackedByDimension:a&&a.name,isStackedByIndex:c,stackedOverDimension:u,stackResultDimension:l}}function yc(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function yh(t,e){return yc(t,e)?t.getCalculationInfo("stackResultDimension"):e}var yd=function(t,e,n){n=n||{};var i,r,o,a,s,l,u,c,h=e.getSourceManager(),d=!1;t?(d=!0,c=cW(t)):d=(c=h.getSource()).sourceFormat===uQ;var p=function(t){var e=t.get("coordinateSystem"),n=new ya(e),i=ys[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),f=(r=e.get("coordinateSystem"),o=cy.get(r),p&&p.coordSysDims&&(i=t5(p.coordSysDims,function(t){var e={name:t},n=p.axisMap.get(t);return n&&(e.type=g0(n.get("type"))),e})),i||(i=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]),i),g=n.useEncodeDefaulter,y=en(g)?g:g?et(u6,f,e):null,m=yo(c,{coordDimensions:f,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:y,canOmitUnusedDimensions:!d}),v=(a=m.dimensions,s=n.createInvertedIndices,p&&t3(a,function(t,e){var n=t.coordDim,i=p.categoryAxisMap.get(n);i&&(null==l&&(l=e),t.ordinalMeta=i.getOrdinalMeta(),s&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(u=!0)}),u||null==l||(a[l].otherDims.itemName=0),l),x=d?null:h.getSharedDataStore(m),b=yu(e,{schema:m,store:x}),_=new yi(m,e);_.setCalculationInfo(b);var S=null!=v&&function(t){if(t.sourceFormat===uQ)return!ee(oE(function(t){for(var e=0;e<t.length&&null==t[e];)e++;return t[e]}(t.data||[])))}(c)?function(t,e,n,i){return i===v?n:this.defaultDimValueGetter(t,e,n,i)}:null;return _.hasItemOption=!1,_.initData(d?c:x,null,S),_},yp=function(){function t(t){this._setting=t||{},this._extent=[1/0,-1/0]}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype.unionExtent=function(t){var e=this._extent;t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1])},t.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e)},t.prototype.isInExtentRange=function(t){return this._extent[0]<=t&&this._extent[1]>=t},t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();o8(yp);var yf=0,yg=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++yf}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&t5(i,yy);return new t({categories:r,needCollect:!r,deduplication:!1!==n.dedplication})},t.prototype.getOrdinal=function(t){return this._getOrCreateMap().get(t)},t.prototype.parseAndCollect=function(t){var e,n=this._needCollect;if(!ei(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,e;var i=this._getOrCreateMap();return null==(e=i.get(t))&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=eT(this.categories))},t}();function yy(t){return ea(t)&&null!=t.value?t.value:t+""}function ym(t){return"interval"===t.type||"log"===t.type}function yv(t){var e=Math.pow(10,oM(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,oh(n*e)}function yx(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function yb(t,e){return t>=e[0]&&t<=e[1]}function y_(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function yS(t,e){return t*(e[1]-e[0])+e[0]}var yw=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new yg({})),ee(i)&&(i=new yg({categories:t5(i,function(t){return ea(t)?t.value:t})})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return tM(e,t),e.prototype.parse=function(t){return null==t?NaN:ei(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return yb(t=this.parse(t),this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return y_(t=this._getTickNumber(this.parse(t)),this._extent)},e.prototype.scale=function(t){return t=Math.round(yS(t,this._extent)),this.getRawOrdinalNumber(t)},e.prototype.getTicks=function(){for(var t=[],e=this._extent,n=e[0];n<=e[1];)t.push({value:n}),n++;return t},e.prototype.getMinorTicks=function(t){},e.prototype.setSortInfo=function(t){if(null==t){this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null;return}for(var e=t.ordinalNumbers,n=this._ordinalNumbersByTick=[],i=this._ticksByOrdinalNumber=[],r=0,o=this._ordinalMeta.categories.length,a=Math.min(o,e.length);r<a;++r){var s=e[r];n[r]=s,i[s]=r}for(var l=0;r<o;++r){for(;null!=i[l];)l++;n.push(l),i[l]=r}},e.prototype._getTickNumber=function(t){var e=this._ticksByOrdinalNumber;return e&&t>=0&&t<e.length?e[t]:t},e.prototype.getRawOrdinalNumber=function(t){var e=this._ordinalNumbersByTick;return e&&t>=0&&t<e.length?e[t]:t},e.prototype.getLabel=function(t){if(!this.isBlank()){var e=this.getRawOrdinalNumber(t.value),n=this._ordinalMeta.categories[e];return null==n?"":n+""}},e.prototype.count=function(){return this._extent[1]-this._extent[0]+1},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.isInExtentRange=function(t){return t=this._getTickNumber(t),this._extent[0]<=t&&this._extent[1]>=t},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.prototype.calcNiceTicks=function(){},e.prototype.calcNiceExtent=function(){},e.type="ordinal",e}(yp);yp.registerClass(yw);var yM=oh,yC=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="interval",e._interval=0,e._intervalPrecision=2,e}return tM(e,t),e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return yb(t,this._extent)},e.prototype.normalize=function(t){return y_(t,this._extent)},e.prototype.scale=function(t){return yS(t,this._extent)},e.prototype.setExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=parseFloat(t)),isNaN(e)||(n[1]=parseFloat(e))},e.prototype.unionExtent=function(t){var e=this._extent;t[0]<e[0]&&(e[0]=t[0]),t[1]>e[1]&&(e[1]=t[1]),this.setExtent(e[0],e[1])},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=op(t)+2},e.prototype.getTicks=function(t){var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=[];if(!e)return o;n[0]<i[0]&&(t?o.push({value:yM(i[0]-e,r)}):o.push({value:n[0]}));for(var a=i[0];a<=i[1]&&(o.push({value:a}),(a=yM(a+e,r))!==o[o.length-1].value);)if(o.length>1e4)return[];var s=o.length?o[o.length-1].value:i[1];return n[1]>s&&(t?o.push({value:yM(s+e,r)}):o.push({value:n[1]})),o},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks(!0),n=[],i=this.getExtent(),r=1;r<e.length;r++){for(var o=e[r],a=e[r-1],s=0,l=[],u=(o.value-a.value)/t;s<t-1;){var c=yM(a.value+(s+1)*u);c>i[0]&&c<i[1]&&l.push(c),s++}n.push(l)}return n},e.prototype.getLabel=function(t,e){if(null==t)return"";var n=e&&e.precision;return null==n?n=op(t.value)||0:"auto"===n&&(n=this._intervalPrecision),uS(yM(t.value,n,!0))},e.prototype.calcNiceTicks=function(t,e,n){t=t||5;var i=this._extent,r=i[1]-i[0];if(isFinite(r)){r<0&&(r=-r,i.reverse());var o,a,s,l,u,c,h=(s=t,u=(l={}).interval=oC((i[1]-i[0])/s,!0),null!=e&&u<e&&(u=l.interval=e),null!=n&&u>n&&(u=l.interval=n),c=l.intervalPrecision=op(u)+2,o=l.niceTickExtent=[oh(Math.ceil(i[0]/u)*u,c),oh(Math.floor(i[1]/u)*u,c)],a=i,isFinite(o[0])||(o[0]=a[0]),isFinite(o[1])||(o[1]=a[1]),yx(o,0,a),yx(o,1,a),o[0]>o[1]&&(o[0]=o[1]),l);this._intervalPrecision=h.intervalPrecision,this._interval=h.interval,this._niceExtent=h.niceTickExtent}},e.prototype.calcNiceExtent=function(t){var e=this._extent;if(e[0]===e[1])if(0!==e[0]){var n=Math.abs(e[0]);t.fixMax||(e[1]+=n/2),e[0]-=n/2}else e[1]=1;isFinite(e[1]-e[0])||(e[0]=0,e[1]=1),this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval);var i=this._interval;t.fixMin||(e[0]=yM(Math.floor(e[0]/i)*i)),t.fixMax||(e[1]=yM(Math.ceil(e[1]/i)*i))},e.prototype.setNiceExtent=function(t,e){this._niceExtent=[t,e]},e.type="interval",e}(yp);yp.registerClass(yC);var yI="u">typeof Float32Array,yT=yI?Float32Array:Array;function yA(t){return ee(t)?yI?new Float32Array(t):t:new yT(t)}var yD="__ec_stack_";function yk(t){return t.get("stack")||yD+t.seriesIndex}function yL(t){return t.dim+t.index}function yP(t,e){var n=[];return e.eachSeriesByType(t,function(t){yE(t)&&n.push(t)}),n}function yO(t){var e=function(t){var e={};t3(t,function(t){var n=t.coordinateSystem.getBaseAxis();if("time"===n.type||"value"===n.type)for(var i=t.getData(),r=n.dim+"_"+n.index,o=i.getDimensionIndex(i.mapDimension(n.dim)),a=i.getStore(),s=0,l=a.count();s<l;++s){var u=a.get(o,s);e[r]?e[r].push(u):e[r]=[u]}});var n={};for(var i in e)if(e.hasOwnProperty(i)){var r=e[i];if(r){r.sort(function(t,e){return t-e});for(var o=null,a=1;a<r.length;++a){var s=r[a]-r[a-1];s>0&&(o=null===o?s:Math.min(o,s))}n[i]=o}}return n}(t),n=[];return t3(t,function(t){var i,r=t.coordinateSystem.getBaseAxis(),o=r.getExtent();if("category"===r.type)i=r.getBandWidth();else if("value"===r.type||"time"===r.type){var a=e[r.dim+"_"+r.index],s=Math.abs(o[1]-o[0]),l=r.scale.getExtent(),u=Math.abs(l[1]-l[0]);i=a?s/u*a:s}else{var c=t.getData();i=Math.abs(o[1]-o[0])/c.count()}var h=oc(t.get("barWidth"),i),d=oc(t.get("barMaxWidth"),i),p=oc(t.get("barMinWidth")||(yB(t)?.5:1),i),f=t.get("barGap"),g=t.get("barCategoryGap");n.push({bandWidth:i,barWidth:h,barMaxWidth:d,barMinWidth:p,barGap:f,barCategoryGap:g,axisKey:yL(r),stackId:yk(t)})}),yR(n)}function yR(t){var e={};t3(t,function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:"20%",stacks:{}},a=o.stacks;e[i]=o;var s=t.stackId;!a[s]&&o.autoWidthCount++,a[s]=a[s]||{width:0,maxWidth:0};var l=t.barWidth;l&&!a[s].width&&(a[s].width=l,l=Math.min(o.remainedWidth,l),o.remainedWidth-=l);var u=t.barMaxWidth;u&&(a[s].maxWidth=u);var c=t.barMinWidth;c&&(a[s].minWidth=c);var h=t.barGap;null!=h&&(o.gap=h);var d=t.barCategoryGap;null!=d&&(o.categoryGap=d)});var n={};return t3(e,function(t,e){n[e]={};var i,r=t.stacks,o=t.bandWidth,a=t.categoryGap;null==a&&(a=Math.max(35-4*t7(r).length,15)+"%");var s=oc(a,o),l=oc(t.gap,1),u=t.remainedWidth,c=t.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),t3(r,function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){var i=t.width;e&&(i=Math.min(i,e)),n&&(i=Math.max(i,n)),t.width=i,u-=i+l*i,c--}else{var i=h;e&&e<i&&(i=Math.min(e,u)),n&&n>i&&(i=n),i!==h&&(t.width=i,u-=i+l*i,c--)}}),h=Math.max(h=(u-s)/(c+(c-1)*l),0);var d=0;t3(r,function(t,e){t.width||(t.width=h),i=t,d+=t.width*(1+l)}),i&&(d-=i.width*l);var p=-d/2;t3(r,function(t,i){n[e][i]=n[e][i]||{bandWidth:o,offset:p,width:t.width},p+=t.width*(1+l)})}),n}function yN(t,e){var n=yP(t,e),i=yO(n);t3(n,function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=yk(t),o=i[yL(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})})}function yz(t){return{seriesType:t,plan:h0(),reset:function(t){if(yE(t)){var e,n,i=t.getData(),r=t.coordinateSystem,o=r.getBaseAxis(),a=r.getOtherAxis(o),s=i.getDimensionIndex(i.mapDimension(a.dim)),l=i.getDimensionIndex(i.mapDimension(o.dim)),u=t.get("showBackground",!0),c=i.mapDimension(a.dim),h=i.getCalculationInfo("stackResultDimension"),d=yc(i,c)&&!!i.getCalculationInfo("stackedOnSeries"),p=a.isHorizontal(),f=((n=(e=a).model.get("startValue"))||(n=0),e.toGlobalCoord(e.dataToCoord("log"===e.type?n>0?n:1:n))),g=yB(t),y=t.get("barMinHeight")||0,m=h&&i.getDimensionIndex(h),v=i.getLayout("size"),x=i.getLayout("offset");return{progress:function(t,e){for(var n,i=t.count,o=g&&yA(3*i),a=g&&u&&yA(3*i),c=g&&yA(i),h=r.master.getRect(),b=p?h.width:h.height,_=e.getStore(),S=0;null!=(n=t.next());){var w=_.get(d?m:s,n),M=_.get(l,n),C=f,I=void 0;d&&(I=w-_.get(s,n));var T=void 0,A=void 0,D=void 0,k=void 0;if(p){var L=r.dataToPoint([w,M]);if(d){var P=r.dataToPoint([I,M]);C=P[0]}T=C,A=L[1]+x,D=L[0]-C,k=v,Math.abs(D)<y&&(D=(D<0?-1:1)*y)}else{var L=r.dataToPoint([M,w]);if(d){var P=r.dataToPoint([M,I]);C=P[1]}T=L[0]+x,A=C,D=v,Math.abs(k=L[1]-C)<y&&(k=(k<=0?-1:1)*y)}g?(o[S]=T,o[S+1]=A,o[S+2]=p?D:k,a&&(a[S]=p?h.x:T,a[S+1]=p?A:h.y,a[S+2]=b),c[n]=n):e.setItemLayout(n,{x:T,y:A,width:D,height:k}),S+=3}g&&e.setLayout({largePoints:o,largeDataIndices:c,largeBackgroundPoints:a,valueAxisHorizontal:p})}}}}}}function yE(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}function yB(t){return t.pipelineContext&&t.pipelineContext.large}var yV=function(t,e,n,i){for(;n<i;){var r=n+i>>>1;t[r][1]<e?n=r+1:i=r}return n},yF=function(t){function e(e){var n=t.call(this,e)||this;return n.type="time",n}return tM(e,t),e.prototype.getLabel=function(t){var e=this.getSetting("useUTC");return ua(t.value,ue[function(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}(uo(this._minLevelUnit))]||ue.second,e,this.getSetting("locale"))},e.prototype.getFormattedLabel=function(t,e,n){var i=this.getSetting("useUTC");return function(t,e,n,i,r){var o=null;if(ei(n))o=n;else if(en(n))o=n(t.value,e,{level:t.level});else{var a=tK({},l8);if(t.level>0)for(var s=0;s<un.length;++s)a[un[s]]="{primary|"+a[un[s]]+"}";var l=n?!1===n.inherit?n:t$(n,a):a,u=us(t.value,r);if(l[u])o=l[u];else if(l.inherit){for(var c=ui.indexOf(u),s=c-1;s>=0;--s)if(l[u]){o=l[u];break}o=o||a.none}if(ee(o)){var h=null==t.level?0:t.level>=0?t.level:o.length+t.level;h=Math.min(h,o.length-1),o=o[h]}}return ua(new Date(t.value),o,r,i)}(t,e,n,this.getSetting("locale"),i)},e.prototype.getTicks=function(){var t=this._interval,e=this._extent,n=[];if(!t)return n;n.push({value:e[0],level:0});var i=this.getSetting("useUTC"),r=function(t,e,n,i){for(var r=0,o=[],a=[],s=0,l=0,u=0;u<ui.length&&r++<1e4;++u){var c,h=uo(ui[u]);if((c=ui[u])===uo(c)&&(!function(t,r,o){var a=[],s=!r.length;if(!function(t,e,n,i){var r=oS(e),o=oS(n),a=function(t){return ul(r,t,i)===ul(o,t,i)},s=function(){return a("year")},l=function(){return s()&&a("month")},u=function(){return l()&&a("day")},c=function(){return u()&&a("hour")},h=function(){return c()&&a("minute")},d=function(){return h()&&a("second")};switch(t){case"year":return s();case"month":return l();case"day":return u();case"hour":return c();case"minute":return h();case"second":return d();case"millisecond":return d()&&a("millisecond")}}(uo(t),i[0],i[1],n)){s&&(r=[{value:function(t,e,n){var i=new Date(t);switch(uo(e)){case"year":case"month":i[uy(n)](0);case"day":i[um(n)](1);case"hour":i[uv(n)](0);case"minute":i[ux(n)](0);case"second":i[ub(n)](0),i[u_(n)](0)}return i.getTime()}(new Date(i[0]),t,n)},{value:i[1]}]);for(var l=0;l<r.length-1;l++){var u=r[l].value,c=r[l+1].value;if(u!==c){var h,d,p,f=void 0,g=void 0,y=void 0;switch(t){case"year":f=Math.max(1,Math.round(e/864e5/365)),g=uu(n),y=n?"setUTCFullYear":"setFullYear";break;case"half-year":case"quarter":case"month":f=(h=e/2592e6)>6?6:h>3?3:h>2?2:1,g=uc(n),y=uy(n);break;case"week":case"half-week":case"day":f=(d=e/864e5)>16?16:d>7.5?7:d>3.5?4:d>1.5?2:1,g=uh(n),y=um(n);break;case"half-day":case"quarter-day":case"hour":f=(p=e/36e5)>12?12:p>6?6:p>3.5?4:p>2?2:1,g=ud(n),y=uv(n);break;case"minute":f=yG(e,!0),g=up(n),y=ux(n);break;case"second":f=yG(e,!1),g=uf(n),y=ub(n);break;case"millisecond":f=oC(e,!0),g=ug(n),y=u_(n)}!function(t,e,n,r,o,a){for(var s=new Date(e),l=e,u=s[r]();l<n&&l<=i[1];)a.push({value:l}),u+=t,s[o](u),l=s.getTime();a.push({value:l,notAdd:!0})}(f,u,c,g,y,a),"year"===t&&o.length>1&&0===l&&o.unshift({value:o[0].value-f})}}for(var l=0;l<a.length;l++)o.push(a[l])}}(ui[u],o[o.length-1]||[],a),h!==(ui[u+1]?uo(ui[u+1]):null))){if(a.length){l=s,a.sort(function(t,e){return t.value-e.value});for(var d=[],p=0;p<a.length;++p){var f=a[p].value;(0===p||a[p-1].value!==f)&&(d.push(a[p]),f>=i[0]&&f<=i[1]&&s++)}var g=(i[1]-i[0])/e;if(s>1.5*g&&l>g/1.5||(o.push(d),s>g||t===ui[u]))break}a=[]}}for(var y=t9(t5(o,function(t){return t9(t,function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd})}),function(t){return t.length>0}),m=[],v=y.length-1,u=0;u<y.length;++u)for(var x=y[u],b=0;b<x.length;++b)m.push({value:x[b].value,level:v-u});m.sort(function(t,e){return t.value-e.value});for(var _=[],u=0;u<m.length;++u)(0===u||m[u].value!==m[u-1].value)&&_.push(m[u]);return _}(this._minLevelUnit,this._approxInterval,i,e);return(n=n.concat(r)).push({value:e[1],level:0}),n},e.prototype.calcNiceExtent=function(t){var e=this._extent;if(e[0]===e[1]&&(e[0]-=864e5,e[1]+=864e5),e[1]===-1/0&&e[0]===1/0){var n=new Date;e[1]=+new Date(n.getFullYear(),n.getMonth(),n.getDate()),e[0]=e[1]-864e5}this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval)},e.prototype.calcNiceTicks=function(t,e,n){t=t||10;var i=this._extent,r=i[1]-i[0];this._approxInterval=r/t,null!=e&&this._approxInterval<e&&(this._approxInterval=e),null!=n&&this._approxInterval>n&&(this._approxInterval=n);var o=yW.length,a=Math.min(yV(yW,this._approxInterval,0,o),o-1);this._interval=yW[a][1],this._minLevelUnit=yW[Math.max(a-1,0)][0]},e.prototype.parse=function(t){return eo(t)?t:+oS(t)},e.prototype.contain=function(t){return yb(this.parse(t),this._extent)},e.prototype.normalize=function(t){return y_(this.parse(t),this._extent)},e.prototype.scale=function(t){return yS(t,this._extent)},e.type="time",e}(yC),yW=[["second",1e3],["minute",6e4],["hour",36e5],["quarter-day",216e5],["half-day",432e5],["day",10368e4],["half-week",3024e5],["week",6048e5],["month",26784e5],["quarter",8208e6],["half-year",15768e6],["year",31536e6]];function yG(t,e){return(t/=e?6e4:1e3)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}yp.registerClass(yF);var yH=yp.prototype,yj=yC.prototype,yX=Math.floor,yY=Math.ceil,yU=Math.pow,yZ=Math.log,yq=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new yC,e._interval=0,e}return tM(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,i=e.getExtent();return t5(yj.getTicks.call(this,t),function(t){var e=t.value,r=oh(yU(this.base,e));return r=e===n[0]&&this._fixMin?oh(r,op(i[0])):r,{value:r=e===n[1]&&this._fixMax?oh(r,op(i[1])):r}},this)},e.prototype.setExtent=function(t,e){var n=yZ(this.base);t=yZ(Math.max(0,t))/n,e=yZ(Math.max(0,e))/n,yj.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t,e,n=this.base,i=yH.getExtent.call(this);i[0]=yU(n,i[0]),i[1]=yU(n,i[1]);var r=this._originalScale.getExtent();return this._fixMin&&(i[0]=(t=i[0],oh(t,op(r[0])))),this._fixMax&&(i[1]=(e=i[1],oh(e,op(r[1])))),i},e.prototype.unionExtent=function(t){this._originalScale.unionExtent(t);var e=this.base;t[0]=yZ(t[0])/yZ(e),t[1]=yZ(t[1])/yZ(e),yH.unionExtent.call(this,t)},e.prototype.unionExtentFromData=function(t,e){this.unionExtent(t.getApproximateExtent(e))},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent,n=e[1]-e[0];if(n!==1/0&&!(n<=0)){var i=ow(n);for(t/n*i<=.5&&(i*=10);!isNaN(i)&&1>Math.abs(i)&&Math.abs(i)>0;)i*=10;var r=[oh(yY(e[0]/i)*i),oh(yX(e[1]/i)*i)];this._interval=i,this._niceExtent=r}},e.prototype.calcNiceExtent=function(t){yj.calcNiceExtent.call(this,t),this._fixMin=t.fixMin,this._fixMax=t.fixMax},e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return yb(t=yZ(t)/yZ(this.base),this._extent)},e.prototype.normalize=function(t){return y_(t=yZ(t)/yZ(this.base),this._extent)},e.prototype.scale=function(t){return t=yS(t,this._extent),yU(this.base,t)},e.type="log",e}(yp),yK=yq.prototype;yK.getMinorTicks=yj.getMinorTicks,yK.getLabel=yj.getLabel,yp.registerClass(yq);var y$=function(){function t(t,e,n){this._prepareParams(t,e,n)}return t.prototype._prepareParams=function(t,e,n){n[1]<n[0]&&(n=[NaN,NaN]),this._dataMin=n[0],this._dataMax=n[1];var i=this._isOrdinal="ordinal"===t.type;this._needCrossZero="interval"===t.type&&e.getNeedCrossZero&&e.getNeedCrossZero();var r=e.get("min",!0);null==r&&(r=e.get("startValue",!0));var o=this._modelMinRaw=r;en(o)?this._modelMinNum=y1(t,o({min:n[0],max:n[1]})):"dataMin"!==o&&(this._modelMinNum=y1(t,o));var a=this._modelMaxRaw=e.get("max",!0);if(en(a)?this._modelMaxNum=y1(t,a({min:n[0],max:n[1]})):"dataMax"!==a&&(this._modelMaxNum=y1(t,a)),i)this._axisDataLen=e.getCategories().length;else{var s=e.get("boundaryGap"),l=ee(s)?s:[s||0,s||0];"boolean"==typeof l[0]||"boolean"==typeof l[1]?this._boundaryGapInner=[0,0]:this._boundaryGapInner=[rK(l[0],1),rK(l[1],1)]}},t.prototype.calculate=function(){var t,e,n=this._isOrdinal,i=this._dataMin,r=this._dataMax,o=this._axisDataLen,a=this._boundaryGapInner,s=n?null:r-i||Math.abs(i),l="dataMin"===this._modelMinRaw?i:this._modelMinNum,u="dataMax"===this._modelMaxRaw?r:this._modelMaxNum,c=null!=l,h=null!=u;null==l&&(l=n?o?0:NaN:i-a[0]*s),null==u&&(u=n?o?o-1:NaN:r+a[1]*s),null!=l&&isFinite(l)||(l=NaN),null!=u&&isFinite(u)||(u=NaN);var d=(t=l)!=t||(e=u)!=e||n&&!o;this._needCrossZero&&(l>0&&u>0&&!c&&(l=0),l<0&&u<0&&!h&&(u=0));var p=this._determinedMin,f=this._determinedMax;return null!=p&&(l=p,c=!0),null!=f&&(u=f,h=!0),{min:l,max:u,minFixed:c,maxFixed:h,isBlank:d}},t.prototype.modifyDataMinMax=function(t,e){this[yQ[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){this[yJ[t]]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),yJ={min:"_determinedMin",max:"_determinedMax"},yQ={min:"_dataMin",max:"_dataMax"};function y0(t,e,n){var i=t.rawExtentInfo;return i||(i=new y$(t,e,n),t.rawExtentInfo=i),i}function y1(t,e){return null==e?null:e!=e?NaN:t.parse(e)}function y2(t,e){var n=t.type,i=y0(t,e,t.getExtent()).calculate();t.setBlank(i.isBlank);var r=i.min,o=i.max,a=e.ecModel;if(a&&"time"===n){var s=yP("bar",a),l=!1;if(t3(s,function(t){l=l||t.getBaseAxis()===e.axis}),l){var u=function(t,e,n,i){var r=n.axis.getExtent(),o=Math.abs(r[1]-r[0]),a=function(t,e){if(t&&e)return t[yL(e)]}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;t3(a,function(t){s=Math.min(t.offset,s)});var l=-1/0;t3(a,function(t){l=Math.max(t.offset+t.width,l)});var u=(s=Math.abs(s))+(l=Math.abs(l)),c=e-t,h=c/(1-(s+l)/o)-c;return e+=l/u*h,{min:t-=s/u*h,max:e}}(r,o,e,yO(s));r=u.min,o=u.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function y3(t,e){var n=y2(t,e),i=n.extent,r=e.get("splitNumber");t instanceof yq&&(t.base=e.get("logBase"));var o=t.type,a=e.get("interval"),s="interval"===o||"time"===o;t.setExtent(i[0],i[1]),t.calcNiceExtent({splitNumber:r,fixMin:n.fixMin,fixMax:n.fixMax,minInterval:s?e.get("minInterval"):null,maxInterval:s?e.get("maxInterval"):null}),null!=a&&t.setInterval&&t.setInterval(a)}function y5(t,e){if(e=e||t.get("type"))switch(e){case"category":return new yw({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new yF({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(yp.getClass(e)||yC)}}function y4(t){var e=t.getLabelModel().get("formatter"),n="category"===t.type?t.scale.getExtent()[0]:null;return"time"===t.scale.type?function(n,i){return t.scale.getFormattedLabel(n,i,e)}:ei(e)?function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")}:en(e)?function(i,r){return null!=n&&(r=i.value-n),e(y9(t,i),r,null!=i.level?{level:i.level}:null)}:function(e){return t.scale.getLabel(e)}}function y9(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function y6(t){var e=t.get("interval");return null==e?"auto":e}function y7(t){return"category"===t.type&&0===y6(t.getLabelModel())}function y8(t,e){var n={};return t3(t.mapDimensionsAll(e),function(e){n[yh(t,e)]=!0}),t7(n)}var mt=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();function me(t){return yd(null,t)}var mn={isDimensionStacked:yc,enableDataStack:yu,getStackedDimension:yh};function mi(t,e){var n=e;e instanceof l1||(n=new l1(e));var i=y5(n);return i.setExtent(t[0],t[1]),y3(i,n),i}function mr(t){t1(t,mt)}function mo(t,e){return lR(t,null,null,"normal"!==(e=e||{}).state)}function ma(t,e){return 1e-8>Math.abs(t-e)}function ms(t,e,n){var i=0,r=t[0];if(!r)return!1;for(var o=1;o<t.length;o++){var a=t[o];i+=a7(r[0],r[1],a[0],a[1],e,n),r=a}var s=t[0];return ma(r[0],s[0])&&ma(r[1],s[1])||(i+=a7(r[0],r[1],s[0],s[1],e,n)),0!==i}var ml=[];function mu(t,e){for(var n=0;n<t.length;n++)e5(t[n],t[n],e)}function mc(t,e,n,i){for(var r=0;r<t.length;r++){var o=t[r];i&&(o=i.project(o)),o&&isFinite(o[0])&&isFinite(o[1])&&(e4(e,e,o),e9(n,n,o))}}var mh=function(){function t(t){this.name=t}return t.prototype.setCenter=function(t){this._center=t},t.prototype.getCenter=function(){var t=this._center;return t||(t=this._center=this.calcCenter()),t},t}(),md=function(t,e){this.type="polygon",this.exterior=t,this.interiors=e},mp=function(t){this.type="linestring",this.points=t},mf=function(t){function e(e,n,i){var r=t.call(this,e)||this;return r.type="geoJSON",r.geometries=n,r._center=i&&[i[0],i[1]],r}return tM(e,t),e.prototype.calcCenter=function(){for(var t,e=this.geometries,n=0,i=0;i<e.length;i++){var r=e[i],o=r.exterior,a=o&&o.length;a>n&&(t=r,n=a)}if(t)return function(t){for(var e=0,n=0,i=0,r=t.length,o=t[r-1][0],a=t[r-1][1],s=0;s<r;s++){var l=t[s][0],u=t[s][1],c=o*u-l*a;e+=c,n+=(o+l)*c,i+=(a+u)*c,o=l,a=u}return e?[n/e/3,i/e/3,e]:[t[0][0]||0,t[0][1]||0]}(t.exterior);var s=this.getBoundingRect();return[s.x+s.width/2,s.y+s.height/2]},e.prototype.getBoundingRect=function(t){var e=this._rect;if(e&&!t)return e;var n=[1/0,1/0],i=[-1/0,-1/0];return t3(this.geometries,function(e){"polygon"===e.type?mc(e.exterior,n,i,t):t3(e.points,function(e){mc(e,n,i,t)})}),isFinite(n[0])&&isFinite(n[1])&&isFinite(i[0])&&isFinite(i[1])||(n[0]=n[1]=i[0]=i[1]=0),e=new nW(n[0],n[1],i[0]-n[0],i[1]-n[1]),t||(this._rect=e),e},e.prototype.contain=function(t){var e=this.getBoundingRect(),n=this.geometries;if(!e.contain(t[0],t[1]))return!1;n:for(var i=0,r=n.length;i<r;i++){var o=n[i];if("polygon"===o.type){var a=o.exterior,s=o.interiors;if(ms(a,t[0],t[1])){for(var l=0;l<(s?s.length:0);l++)if(ms(s[l],t[0],t[1]))continue n;return!0}}}return!1},e.prototype.transformTo=function(t,e,n,i){var r=this.getBoundingRect(),o=r.width/r.height;n?i||(i=n/o):n=o*i;for(var a=new nW(t,e,n,i),s=r.calculateTransform(a),l=this.geometries,u=0;u<l.length;u++){var c=l[u];"polygon"===c.type?(mu(c.exterior,s),t3(c.interiors,function(t){mu(t,s)})):t3(c.points,function(t){mu(t,s)})}(r=this._rect).copy(a),this._center=[r.x+r.width/2,r.y+r.height/2]},e.prototype.cloneShallow=function(t){null==t&&(t=this.name);var n=new e(t,this.geometries,this._center);return n._rect=this._rect,n.transformTo=null,n},e}(mh),mg=function(t){function e(e,n){var i=t.call(this,e)||this;return i.type="geoSVG",i._elOnlyForCalculate=n,i}return tM(e,t),e.prototype.calcCenter=function(){for(var t=this._elOnlyForCalculate,e=t.getBoundingRect(),n=[e.x+e.width/2,e.y+e.height/2],i=nM(ml),r=t;r&&!r.isGeoSVGGraphicRoot;)nI(i,r.getLocalTransform(),i),r=r.parent;return nk(i,i),e5(n,n,i),n},e}(mh);function my(t,e,n){for(var i=0;i<t.length;i++)t[i]=mm(t[i],e[i],n)}function mm(t,e,n){for(var i=[],r=e[0],o=e[1],a=0;a<t.length;a+=2){var s=t.charCodeAt(a)-64,l=t.charCodeAt(a+1)-64;l=l>>1^-(1&l),s=(s>>1^-(1&s))+r,l+=o,r=s,o=l,i.push([s/n,l/n])}return i}function mv(t,e){return t5(t9((t=function(t){if(!t.UTF8Encoding)return t;var e=t.UTF8Scale;return null==e&&(e=1024),t3(t.features,function(t){var n=t.geometry,i=n.encodeOffsets,r=n.coordinates;if(i)switch(n.type){case"LineString":n.coordinates=mm(r,i,e);break;case"Polygon":case"MultiLineString":my(r,i,e);break;case"MultiPolygon":t3(r,function(t,n){return my(t,i[n],e)})}}),t.UTF8Encoding=!1,t}(t)).features,function(t){return t.geometry&&t.properties&&t.geometry.coordinates.length>0}),function(t){var n=t.properties,i=t.geometry,r=[];switch(i.type){case"Polygon":var o=i.coordinates;r.push(new md(o[0],o.slice(1)));break;case"MultiPolygon":t3(i.coordinates,function(t){t[0]&&r.push(new md(t[0],t.slice(1)))});break;case"LineString":r.push(new mp([i.coordinates]));break;case"MultiLineString":r.push(new mp(i.coordinates))}var a=new mf(n[e||"name"],r,n.cp);return a.properties=n,a})}function mx(t,e,n,i,r,o,a,s){return new sE({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()}var mb=oX();function m_(t,e){var n=t5(e,function(e){return t.scale.parse(e)});return"time"===t.type&&n.length>0&&(n.sort(),n.unshift(n[0]),n.push(n[n.length-1])),n}function mS(t,e){var n,i,r,o,a=mw(t,"labels"),s=y6(e),l=mM(a,s);return l||(en(s)?r=mT(t,s):(o="auto"===s?null!=(i=mb(n=t).autoInterval)?i:mb(n).autoInterval=n.calculateCategoryInterval():s,r=mI(t,o)),mC(a,s,{labels:r,labelCategoryInterval:o}))}function mw(t,e){return mb(t)[e]||(mb(t)[e]=[])}function mM(t,e){for(var n=0;n<t.length;n++)if(t[n].key===e)return t[n].value}function mC(t,e,n){return t.push({key:e,value:n}),n}function mI(t,e,n){var i=y4(t),r=t.scale,o=r.getExtent(),a=t.getLabelModel(),s=[],l=Math.max((e||0)+1,1),u=o[0],c=r.count();0!==u&&l>1&&c/l>2&&(u=Math.round(Math.ceil(u/l)*l));var h=y7(t),d=a.get("showMinLabel")||h,p=a.get("showMaxLabel")||h;d&&u!==o[0]&&g(o[0]);for(var f=u;f<=o[1];f+=l)g(f);function g(t){var e={value:t};s.push(n?t:{formattedLabel:i(e),rawLabel:r.getLabel(e),tickValue:t})}return p&&f-l!==o[1]&&g(o[1]),s}function mT(t,e,n){var i=t.scale,r=y4(t),o=[];return t3(i.getTicks(),function(t){var a=i.getLabel(t),s=t.value;e(t.value,a)&&o.push(n?s:{formattedLabel:r(t),rawLabel:a,tickValue:s})}),o}var mA=[0,1];function mD(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}var mk=function(){function t(t,e,n){this.onBand=!1,this.inverse=!1,this.dim=t,this.scale=e,this._extent=n||[0,0]}return t.prototype.contain=function(t){var e=this._extent,n=Math.min(e[0],e[1]),i=Math.max(e[0],e[1]);return t>=n&&t<=i},t.prototype.containData=function(t){return this.scale.contain(t)},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return og(t||this.scale.getExtent(),this._extent)},t.prototype.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this._extent,i=this.scale;return t=i.normalize(t),this.onBand&&"ordinal"===i.type&&mD(n=n.slice(),i.count()),ou(t,mA,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&mD(n=n.slice(),i.count());var r=ou(t,n,mA,e);return this.scale.scale(r)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){var e=(t=t||{}).tickModel||this.getTickModel(),n=function(t,e){var n=t.getTickModel().get("customValues");if(n){var i=t.scale.getExtent();return{ticks:t9(m_(t,n),function(t){return t>=i[0]&&t<=i[1]})}}return"category"===t.type?function(t,e){var n,i,r=mw(t,"ticks"),o=y6(e),a=mM(r,o);if(a)return a;if((!e.get("show")||t.scale.isBlank())&&(n=[]),en(o))n=mT(t,o,!0);else if("auto"===o){var s=mS(t,t.getLabelModel());i=s.labelCategoryInterval,n=t5(s.labels,function(t){return t.tickValue})}else n=mI(t,i=o,!0);return mC(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:t5(t.scale.getTicks(),function(t){return t.value})}}(this,e).ticks,i=t5(n,function(t){return{coord:this.dataToCoord("ordinal"===this.scale.type?this.scale.getRawOrdinalNumber(t):t),tickValue:t}},this);return function(t,e,n,i){var r,o,a=e.length;if(t.onBand&&!n&&a){var s=t.getExtent();if(1===a)e[0].coord=s[0],r=e[1]={coord:s[1],tickValue:e[0].tickValue};else{var l=e[a-1].tickValue-e[0].tickValue,u=(e[a-1].coord-e[0].coord)/l;t3(e,function(t){t.coord-=u/2});var c=t.scale.getExtent();o=1+c[1]-e[a-1].tickValue,r={coord:e[a-1].coord+u*o,tickValue:c[1]+1},e.push(r)}var h=s[0]>s[1];d(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift()),i&&d(s[0],e[0].coord)&&e.unshift({coord:s[0]}),d(s[1],r.coord)&&(i?r.coord=s[1]:e.pop()),i&&d(r.coord,s[1])&&e.push({coord:s[1]})}function d(t,e){return t=oh(t),e=oh(e),h?t>e:t<e}}(this,i,e.get("alignWithLabel"),t.clamp),i},t.prototype.getMinorTicksCoords=function(){if("ordinal"===this.scale.type)return[];var t=this.model.getModel("minorTick").get("splitNumber");return t>0&&t<100||(t=5),t5(this.scale.getMinorTicks(t),function(t){return t5(t,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this)},this)},t.prototype.getViewLabels=function(){return function(t){var e,n,i,r,o,a,s=t.getLabelModel().get("customValues");if(s){var l=y4(t),u=t.scale.getExtent();return{labels:t5(t9(m_(t,s),function(t){return t>=u[0]&&t<=u[1]}),function(e){var n={value:e};return{formattedLabel:l(n),rawLabel:t.scale.getLabel(n),tickValue:e}})}}return"category"===t.type?(n=(e=t).getLabelModel(),i=mS(e,n),!n.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:i.labelCategoryInterval}:i):(o=(r=t).scale.getTicks(),a=y4(r),{labels:t5(o,function(t,e){return{level:t.level,formattedLabel:a(t,e),rawLabel:r.scale.getLabel(t),tickValue:t.value}})})}(this).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){var t=this._extent,e=this.scale.getExtent(),n=e[1]-e[0]+ +!!this.onBand;return 0===n&&(n=1),Math.abs(Math.abs(t[1]-t[0]))/n},t.prototype.calculateCategoryInterval=function(){return function(t){var e,n,i=(n=(e=t).getLabelModel(),{axisRotate:e.getRotate?e.getRotate():e.isHorizontal&&!e.isHorizontal()?90:0,labelRotate:n.get("rotate")||0,font:n.getFont()}),r=y4(t),o=(i.axisRotate-i.labelRotate)/180*Math.PI,a=t.scale,s=a.getExtent(),l=a.count();if(s[1]-s[0]<1)return 0;var u=1;l>40&&(u=Math.max(1,Math.floor(l/40)));for(var c=s[0],h=t.dataToCoord(c+1)-t.dataToCoord(c),d=Math.abs(h*Math.cos(o)),p=Math.abs(h*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var y=0,m=0,v=rY(r({value:c}),i.font,"center","top");y=1.3*v.width,m=1.3*v.height,f=Math.max(f,y,7),g=Math.max(g,m,7)}var x=f/d,b=g/p;isNaN(x)&&(x=1/0),isNaN(b)&&(b=1/0);var _=Math.max(0,Math.floor(Math.min(x,b))),S=mb(t.model),w=t.getExtent(),M=S.lastAutoInterval,C=S.lastTickCount;return null!=M&&null!=C&&1>=Math.abs(M-_)&&1>=Math.abs(C-l)&&M>_&&S.axisExtent0===w[0]&&S.axisExtent1===w[1]?_=M:(S.lastTickCount=l,S.lastAutoInterval=_,S.axisExtent0=w[0],S.axisExtent1=w[1]),_}(this)},t}();function mL(t){var e=uZ.extend(t);return uZ.registerClass(e),e}function mP(t){var e=hQ.extend(t);return hQ.registerClass(e),e}function mO(t){var e=h$.extend(t);return h$.registerClass(e),e}function mR(t){var e=pz.extend(t);return pz.registerClass(e),e}var mN=2*Math.PI,mz=a2.CMD,mE=["top","right","bottom","left"];function mB(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=Math.sqrt(l*l+u*u),h=((r-t)*(l/=c)+(o-e)*(u/=c))/c;s&&(h=Math.min(Math.max(h,0),1)),h*=c;var d=a[0]=t+h*l,p=a[1]=e+h*u;return Math.sqrt((d-r)*(d-r)+(p-o)*(p-o))}function mV(t,e,n,i,r,o,a){n<0&&(t+=n,n=-n),i<0&&(e+=i,i=-i);var s=t+n,l=e+i,u=a[0]=Math.min(Math.max(r,t),s),c=a[1]=Math.min(Math.max(o,e),l);return Math.sqrt((u-r)*(u-r)+(c-o)*(c-o))}var mF=[],mW=new nP,mG=new nP,mH=new nP,mj=new nP,mX=new nP;function mY(t,e){if(t){var n=t.getTextGuideLine(),i=t.getTextContent();if(i&&n){var r=t.textGuideLineConfig||{},o=[[0,0],[0,0],[0,0]],a=r.candidates||mE,s=i.getBoundingRect().clone();s.applyTransform(i.getComputedTransform());var l=1/0,u=r.anchor,c=t.getComputedTransform(),h=c&&nk([],c),d=e.get("length2")||0;u&&mH.copy(u);for(var p=0;p<a.length;p++){!function(t,e,n,i){var r=e.width,o=e.height;switch(t){case"top":n.set(e.x+r/2,e.y-0),i.set(0,-1);break;case"bottom":n.set(e.x+r/2,e.y+o+0),i.set(0,1);break;case"left":n.set(e.x-0,e.y+o/2),i.set(-1,0);break;case"right":n.set(e.x+r+0,e.y+o/2),i.set(1,0)}}(a[p],s,mW,mj),nP.scaleAndAdd(mG,mW,mj,d),mG.transform(h);var f=t.getBoundingRect(),g=u?u.distance(mG):t instanceof ss?function(t,e,n){for(var i,r,o=0,a=0,s=0,l=0,u=1/0,c=e.data,h=t.x,d=t.y,p=0;p<c.length;){var f=c[p++];1===p&&(o=c[p],a=c[p+1],s=o,l=a);var g=u;switch(f){case mz.M:s=c[p++],l=c[p++],o=s,a=l;break;case mz.L:g=mB(o,a,c[p],c[p+1],h,d,mF,!0),o=c[p++],a=c[p++];break;case mz.C:g=id(o,a,c[p++],c[p++],c[p++],c[p++],c[p],c[p+1],h,d,mF),o=c[p++],a=c[p++];break;case mz.Q:g=iv(o,a,c[p++],c[p++],c[p],c[p+1],h,d,mF),o=c[p++],a=c[p++];break;case mz.A:var y=c[p++],m=c[p++],v=c[p++],x=c[p++],b=c[p++],_=c[p++];p+=1;var S=!!(1-c[p++]);i=Math.cos(b)*v+y,r=Math.sin(b)*x+m,p<=1&&(s=i,l=r);var w=(h-y)*x/v+y;g=function(t,e,n,i,r,o,a,s,l){var u=Math.sqrt((a-=t)*a+(s-=e)*s),c=(a/=u)*n+t,h=(s/=u)*n+e;if(Math.abs(i-r)%mN<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var d=i;i=a9(r),r=a9(d)}else i=a9(i),r=a9(r);i>r&&(r+=mN);var p=Math.atan2(s,a);if(p<0&&(p+=mN),p>=i&&p<=r||p+mN>=i&&p+mN<=r)return l[0]=c,l[1]=h,u-n;var f=n*Math.cos(i)+t,g=n*Math.sin(i)+e,y=n*Math.cos(r)+t,m=n*Math.sin(r)+e,v=(f-a)*(f-a)+(g-s)*(g-s),x=(y-a)*(y-a)+(m-s)*(m-s);return v<x?(l[0]=f,l[1]=g,Math.sqrt(v)):(l[0]=y,l[1]=m,Math.sqrt(x))}(y,m,x,b,b+_,S,w,d,mF),o=Math.cos(b+_)*v+y,a=Math.sin(b+_)*x+m;break;case mz.R:g=mV(s=o=c[p++],l=a=c[p++],c[p++],c[p++],h,d,mF);break;case mz.Z:g=mB(o,a,s,l,h,d,mF,!0),o=s,a=l}g<u&&(u=g,n.set(mF[0],mF[1]))}return u}(mG,t.path,mH):function(t,e,n){var i=mV(e.x,e.y,e.width,e.height,t.x,t.y,mF);return n.set(mF[0],mF[1]),i}(mG,f,mH);g<l&&(l=g,mG.transform(c),mH.transform(c),mH.toArray(o[0]),mG.toArray(o[1]),mW.toArray(o[2]))}mq(o,e.get("minTurnAngle")),n.setShape({points:o})}}}var mU=[],mZ=new nP;function mq(t,e){if(e<=180&&e>0){e=e/180*Math.PI,mW.fromArray(t[0]),mG.fromArray(t[1]),mH.fromArray(t[2]),nP.sub(mj,mW,mG),nP.sub(mX,mH,mG);var n=mj.len(),i=mX.len();if(!(n<.001)&&!(i<.001)&&(mj.scale(1/n),mX.scale(1/i),Math.cos(e)<mj.dot(mX))){var r=mB(mG.x,mG.y,mH.x,mH.y,mW.x,mW.y,mU,!1);mZ.fromArray(mU),mZ.scaleAndAdd(mX,r/Math.tan(Math.PI-e));var o=mH.x!==mG.x?(mZ.x-mG.x)/(mH.x-mG.x):(mZ.y-mG.y)/(mH.y-mG.y);if(isNaN(o))return;o<0?nP.copy(mZ,mG):o>1&&nP.copy(mZ,mH),mZ.toArray(t[1])}}}function mK(t,e,n,i){var r="normal"===n,o=r?t:t.ensureState(n);o.ignore=e;var a=i.get("smooth");a&&!0===a&&(a=.3),o.shape=o.shape||{},a>0&&(o.shape.smooth=a);var s=i.getModel("lineStyle").getLineStyle();r?t.useStyle(s):o.style=s}function m$(t,e){var n=e.smooth,i=e.points;if(i)if(t.moveTo(i[0][0],i[0][1]),n>0&&i.length>=3){var r=eQ(i[0],i[1]),o=eQ(i[1],i[2]);if(!r||!o){t.lineTo(i[1][0],i[1][1]),t.lineTo(i[2][0],i[2][1]);return}var a=Math.min(r,o)*n,s=e3([],i[1],i[0],a/r),l=e3([],i[1],i[2],a/o),u=e3([],s,l,.5);t.bezierCurveTo(s[0],s[1],s[0],s[1],u[0],u[1]),t.bezierCurveTo(l[0],l[1],l[0],l[1],i[2][0],i[2][1])}else for(var c=1;c<i.length;c++)t.lineTo(i[c][0],i[c][1])}function mJ(t,e,n){var i=t.getTextGuideLine(),r=t.getTextContent();if(!r){i&&t.removeTextGuideLine();return}for(var o=e.normal,a=o.get("show"),s=r.ignore,l=0;l<sX.length;l++){var u=sX[l],c=e[u],h="normal"===u;if(c){var d=c.get("show");if((h?s:eg(r.states[u]&&r.states[u].ignore,s))||!eg(d,a)){var p=h?i:i&&i.states[u];p&&(p.ignore=!0),i&&mK(i,!0,u,c);continue}!i&&(i=new dF,t.setTextGuideLine(i),h||!s&&a||mK(i,!0,"normal",e.normal),t.stateProxy&&(i.stateProxy=t.stateProxy)),mK(i,!1,u,c)}}if(i){t$(i.style,n),i.style.fill=null;var f=o.get("showAbove");(t.textGuideLineConfig=t.textGuideLineConfig||{}).showAbove=f||!1,i.buildPath=m$}}function mQ(t,e){e=e||"labelLine";for(var n={normal:t.getModel(e)},i=0;i<sj.length;i++){var r=sj[i];n[r]=t.getModel([r,e])}return n}function m0(t){for(var e=[],n=0;n<t.length;n++){var i=t[n];if(!i.defaultAttr.ignore){var r=i.label,o=r.getComputedTransform(),a=r.getBoundingRect(),s=!o||o[1]<1e-5&&o[2]<1e-5,l=r.style.margin||0,u=a.clone();u.applyTransform(o),u.x-=l/2,u.y-=l/2,u.width+=l,u.height+=l;var c=s?new d6(a,o):null;e.push({label:r,labelLine:i.labelLine,rect:u,localRect:a,obb:c,priority:i.priority,defaultAttr:i.defaultAttr,layoutOption:i.computedLayoutOption,axisAligned:s,transform:o})}}return e}function m1(t,e,n,i,r,o){var a,s,l,u=t.length;if(!(u<2)){t.sort(function(t,n){return t.rect[e]-n.rect[e]});for(var c=0,h=!1,d=[],p=0,f=0;f<u;f++){var g=t[f],y=g.rect;(a=y[e]-c)<0&&(y[e]-=a,g.label[e]-=a,h=!0);var m=Math.max(-a,0);d.push(m),p+=m,c=y[e]+y[n]}p>0&&o&&S(-p/u,0,u);var v=t[0],x=t[u-1];return b(),s<0&&w(-s,.8),l<0&&w(l,.8),b(),_(s,l,1),_(l,s,-1),b(),s<0&&M(-s),l<0&&M(l),h}function b(){s=v.rect[e]-i,l=r-x.rect[e]-x.rect[n]}function _(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){S(i*n,0,u);var r=i+t;r<0&&w(-r*n,1)}else w(-t*n,1)}}function S(n,i,r){0!==n&&(h=!0);for(var o=i;o<r;o++){var a=t[o],s=a.rect;s[e]+=n,a.label[e]+=n}}function w(i,r){for(var o=[],a=0,s=1;s<u;s++){var l=t[s-1].rect,c=Math.max(t[s].rect[e]-l[e]-l[n],0);o.push(c),a+=c}if(a){var h=Math.min(Math.abs(i)/a,r);if(i>0)for(var s=0;s<u-1;s++){var d=o[s]*h;S(d,0,s+1)}else for(var s=u-1;s>0;s--){var d=o[s-1]*h;S(-d,s,u)}}}function M(t){for(var e=t<0?-1:1,n=Math.ceil((t=Math.abs(t))/(u-1)),i=0;i<u-1;i++)if(e>0?S(n,0,i+1):S(-n,u-i-1,u),(t-=n)<=0)return}}function m2(t,e,n,i){return m1(t,"y","height",e,n,i)}function m3(t){var e=[];t.sort(function(t,e){return e.priority-t.priority});var n=new nW(0,0,0,0);function i(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}for(var r=0;r<t.length;r++){var o=t[r],a=o.axisAligned,s=o.localRect,l=o.transform,u=o.label,c=o.labelLine;n.copy(o.rect),n.width-=.1,n.height-=.1,n.x+=.05,n.y+=.05;for(var h=o.obb,d=!1,p=0;p<e.length;p++){var f=e[p];if(n.intersect(f.rect)&&(a&&f.axisAligned||(f.obb||(f.obb=new d6(f.localRect,f.transform)),h||(h=new d6(s,l)),h.intersect(f.obb)))){d=!0;break}}d?(i(u),c&&i(c)):(u.attr("ignore",o.defaultAttr.ignore),c&&c.attr("ignore",o.defaultAttr.labelGuideIgnore),e.push(o))}}var m5=["align","verticalAlign","width","height","fontSize"],m4=new rF,m9=oX(),m6=oX();function m7(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null!=e[r]&&(t[r]=e[r])}}var m8=["x","y","rotation"],vt=function(){function t(){this._labelList=[],this._chartViewList=[]}return t.prototype.clearLabels=function(){this._labelList=[],this._chartViewList=[]},t.prototype._addLabel=function(t,e,n,i,r){var o,a=i.style,s=i.__hostTarget.textConfig||{},l=i.getComputedTransform(),u=i.getBoundingRect().plain();nW.applyTransform(u,u,l),l?m4.setLocalTransform(l):(m4.x=m4.y=m4.rotation=m4.originX=m4.originY=0,m4.scaleX=m4.scaleY=1),m4.rotation=a9(m4.rotation);var c=i.__hostTarget;if(c){o=c.getBoundingRect().plain();var h=c.getComputedTransform();nW.applyTransform(o,o,h)}var d=o&&c.getTextGuideLine();this._labelList.push({label:i,labelLine:d,seriesModel:n,dataIndex:t,dataType:e,layoutOption:r,computedLayoutOption:null,rect:u,hostRect:o,priority:o?o.width*o.height:0,defaultAttr:{ignore:i.ignore,labelGuideIgnore:d&&d.ignore,x:m4.x,y:m4.y,scaleX:m4.scaleX,scaleY:m4.scaleY,rotation:m4.rotation,style:{x:a.x,y:a.y,align:a.align,verticalAlign:a.verticalAlign,width:a.width,height:a.height,fontSize:a.fontSize},cursor:i.cursor,attachedPos:s.position,attachedRot:s.rotation}})},t.prototype.addLabelsOfSeries=function(t){var e=this;this._chartViewList.push(t);var n=t.__model,i=n.get("labelLayout");(en(i)||t7(i).length)&&t.group.traverse(function(t){if(t.ignore)return!0;var r=t.getTextContent(),o=sB(t);r&&!r.disableLabelLayout&&e._addLabel(o.dataIndex,o.dataType,n,r,i)})},t.prototype.updateLayoutConfig=function(t){for(var e=t.getWidth(),n=t.getHeight(),i=0;i<this._labelList.length;i++){var r=this._labelList[i],o=r.label,a=o.__hostTarget,s=r.defaultAttr,l=void 0;l=(l=en(r.layoutOption)?r.layoutOption(function(t,e){var n=t.label,i=e&&e.getTextGuideLine();return{dataIndex:t.dataIndex,dataType:t.dataType,seriesIndex:t.seriesModel.seriesIndex,text:t.label.style.text,rect:t.hostRect,labelRect:t.rect,align:n.style.align,verticalAlign:n.style.verticalAlign,labelLinePoints:function(t){if(t){for(var e=[],n=0;n<t.length;n++)e.push(t[n].slice());return e}}(i&&i.shape.points)}}(r,a)):r.layoutOption)||{},r.computedLayoutOption=l;var u=Math.PI/180;a&&a.setTextConfig({local:!1,position:null!=l.x||null!=l.y?null:s.attachedPos,rotation:null!=l.rotate?l.rotate*u:s.attachedRot,offset:[l.dx||0,l.dy||0]});var c=!1;if(null!=l.x?(o.x=oc(l.x,e),o.setStyle("x",0),c=!0):(o.x=s.x,o.setStyle("x",s.style.x)),null!=l.y?(o.y=oc(l.y,n),o.setStyle("y",0),c=!0):(o.y=s.y,o.setStyle("y",s.style.y)),l.labelLinePoints){var h=a.getTextGuideLine();h&&(h.setShape({points:l.labelLinePoints}),c=!1)}m9(o).needsUpdateLabelLine=c,o.rotation=null!=l.rotate?l.rotate*u:s.rotation,o.scaleX=s.scaleX,o.scaleY=s.scaleY;for(var d=0;d<m5.length;d++){var p=m5[d];o.setStyle(p,null!=l[p]?l[p]:s.style[p])}if(l.draggable){if(o.draggable=!0,o.cursor="move",a){var f=r.seriesModel;null!=r.dataIndex&&(f=r.seriesModel.getData(r.dataType).getItemModel(r.dataIndex)),o.on("drag",function(t,e){return function(){mY(t,e)}}(a,f.getModel("labelLine")))}}else o.off("drag"),o.cursor=s.cursor}},t.prototype.layout=function(t){var e=t.getWidth(),n=t.getHeight(),i=m0(this._labelList),r=t9(i,function(t){return"shiftX"===t.layoutOption.moveOverlap}),o=t9(i,function(t){return"shiftY"===t.layoutOption.moveOverlap});m1(r,"x","width",0,e,void 0),m2(o,0,n),m3(t9(i,function(t){return t.layoutOption.hideOverlap}))},t.prototype.processLabelsOverall=function(){var t=this;t3(this._chartViewList,function(e){var n=e.__model,i=e.ignoreLabelLineUpdate,r=n.isAnimationEnabled();e.group.traverse(function(e){if(e.ignore&&!e.forceLabelAnimation)return!0;var o=!i,a=e.getTextContent();!o&&a&&(o=m9(a).needsUpdateLabelLine),o&&t._updateLabelLine(e,n),r&&t._animateLabels(e,n)})})},t.prototype._updateLabelLine=function(t,e){var n=t.getTextContent(),i=sB(t),r=i.dataIndex;if(n&&null!=r){var o=e.getData(i.dataType),a=o.getItemModel(r),s={},l=o.getItemVisual(r,"style");l&&(s.stroke=l[o.getVisual("drawType")]);var u=a.getModel("labelLine");mJ(t,mQ(a),s),mY(t,u)}},t.prototype._animateLabels=function(t,e){var n=t.getTextContent(),i=t.getTextGuideLine();if(n&&(t.forceLabelAnimation||!n.ignore&&!n.invisible&&!t.disableLabelAnimation&&!lM(t))){var r=m9(n),o=r.oldLayout,a=sB(t),s=a.dataIndex,l={x:n.x,y:n.y,rotation:n.rotation},u=e.getData(a.dataType);if(o){n.attr(o);var c=t.prevStates;c&&(tQ(c,"select")>=0&&n.attr(r.oldLayoutSelect),tQ(c,"emphasis")>=0&&n.attr(r.oldLayoutEmphasis)),lS(n,l,e,s)}else if(n.attr(l),!lW(n).valueAnimation){var h=eg(n.style.opacity,1);n.style.opacity=0,lw(n,{style:{opacity:h}},e,s)}if(r.oldLayout=l,n.states.select){var d=r.oldLayoutSelect={};m7(d,l,m8),m7(d,n.states.select,m8)}if(n.states.emphasis){var p=r.oldLayoutEmphasis={};m7(p,l,m8),m7(p,n.states.emphasis,m8)}lH(n,s,u,e,e)}if(i&&!i.ignore&&!i.invisible){var r=m6(i),o=r.oldLayout,f={points:i.shape.points};o?(i.attr({shape:o}),lS(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,lw(i,{style:{strokePercent:1}},e)),r.oldLayout=f}},t}(),ve=oX();function vn(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){var i=ve(e).labelManager;i||(i=ve(e).labelManager=new vt),i.clearLabels()}),t.registerUpdateLifecycle("series:layoutlabels",function(t,e,n){var i=ve(e).labelManager;n.updatedSeries.forEach(function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))}),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()})}function vi(t,e,n){var i=tL.createCanvas(),r=e.getWidth(),o=e.getHeight(),a=i.style;return a&&(a.position="absolute",a.left="0",a.top="0",a.width=r+"px",a.height=o+"px",i.setAttribute("data-zr-dom-id",t)),i.width=r*n,i.height=o*n,i}gZ(vn);var vr=function(t){function e(e,n,i){var r,o=t.call(this)||this;o.motionBlur=!1,o.lastFrameAlpha=.7,o.dpr=1,o.virtual=!1,o.config={},o.incremental=!1,o.zlevel=0,o.maxRepaintRectCount=5,o.__dirty=!0,o.__firstTimePaint=!0,o.__used=!1,o.__drawIndex=0,o.__startIndex=0,o.__endIndex=0,o.__prevStartIndex=null,o.__prevEndIndex=null,i=i||rL,"string"==typeof e?r=vi(e,n,i):ea(e)&&(e=(r=e).id),o.id=e,o.dom=r;var a=r.style;return a&&(ek(r),r.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=i,o}return eN(e,t),e.prototype.getElementCount=function(){return this.__endIndex-this.__startIndex},e.prototype.afterBrush=function(){this.__prevStartIndex=this.__startIndex,this.__prevEndIndex=this.__endIndex},e.prototype.initContext=function(){this.ctx=this.dom.getContext("2d"),this.ctx.dpr=this.dpr},e.prototype.setUnpainted=function(){this.__firstTimePaint=!0},e.prototype.createBackBuffer=function(){var t=this.dpr;this.domBack=vi("back-"+this.id,this.painter,t),this.ctxBack=this.domBack.getContext("2d"),1!==t&&this.ctxBack.scale(t,t)},e.prototype.createRepaintRects=function(t,e,n,i){if(this.__firstTimePaint)return this.__firstTimePaint=!1,null;var r,o=[],a=this.maxRepaintRectCount,s=!1,l=new nW(0,0,0,0);function u(t){if(!(!t.isFinite()||t.isZero()))if(0===o.length){var e=new nW(0,0,0,0);e.copy(t),o.push(e)}else{for(var n=!1,i=1/0,r=0,u=0;u<o.length;++u){var c=o[u];if(c.intersect(t)){var h=new nW(0,0,0,0);h.copy(c),h.union(t),o[u]=h,n=!0;break}if(s){l.copy(t),l.union(c);var d=t.width*t.height,p=c.width*c.height,f=l.width*l.height-d-p;f<i&&(i=f,r=u)}}if(s&&(o[r].union(t),n=!0),!n){var e=new nW(0,0,0,0);e.copy(t),o.push(e)}s||(s=o.length>=a)}}for(var c=this.__startIndex;c<this.__endIndex;++c){var h=t[c];if(h){var d=h.shouldBePainted(n,i,!0,!0),p=h.__isRendered&&(1&h.__dirty||!d)?h.getPrevPaintRect():null;p&&u(p);var f=d&&(1&h.__dirty||!h.__isRendered)?h.getPaintRect():null;f&&u(f)}}for(var c=this.__prevStartIndex;c<this.__prevEndIndex;++c){var h=e[c],d=h&&h.shouldBePainted(n,i,!0,!0);if(h&&(!d||!h.__zr)&&h.__isRendered){var p=h.getPrevPaintRect();p&&u(p)}}do{r=!1;for(var c=0;c<o.length;){if(o[c].isZero()){o.splice(c,1);continue}for(var g=c+1;g<o.length;)o[c].intersect(o[g])?(r=!0,o[c].union(o[g]),o.splice(g,1)):g++;c++}}while(r);return this._paintRects=o,o},e.prototype.debugGetPaintRects=function(){return(this._paintRects||[]).slice()},e.prototype.resize=function(t,e){var n=this.dpr,i=this.dom,r=i.style,o=this.domBack;r&&(r.width=t+"px",r.height=e+"px"),i.width=t*n,i.height=e*n,o&&(o.width=t*n,o.height=e*n,1!==n&&this.ctxBack.scale(n,n))},e.prototype.clear=function(t,e,n){var i=this.dom,r=this.ctx,o=i.width,a=i.height;e=e||this.clearColor;var s=this.motionBlur&&!t,l=this.lastFrameAlpha,u=this.dpr,c=this;s&&(this.domBack||this.createBackBuffer(),this.ctxBack.globalCompositeOperation="copy",this.ctxBack.drawImage(i,0,0,o/u,a/u));var h=this.domBack;function d(t,n,i,o){if(r.clearRect(t,n,i,o),e&&"transparent"!==e){var a=void 0;ec(e)?(a=(e.global||e.__width===i&&e.__height===o)&&e.__canvasGradient||fD(r,e,{x:0,y:0,width:i,height:o}),e.__canvasGradient=a,e.__width=i,e.__height=o):eh(e)&&(e.scaleX=e.scaleX||u,e.scaleY=e.scaleY||u,a=fV(r,e,{dirty:function(){c.setUnpainted(),c.painter.refresh()}})),r.save(),r.fillStyle=a||e,r.fillRect(t,n,i,o),r.restore()}s&&(r.save(),r.globalAlpha=l,r.drawImage(h,t,n,i,o),r.restore())}!n||s?d(0,0,o,a):n.length&&t3(n,function(t){d(t.x*u,t.y*u,t.width*u,t.height*u)})},e}(e8),vo=function(){function t(t,e,n,i){this.type="canvas",this._zlevelList=[],this._prevDisplayList=[],this._layers={},this._layerConfig={},this._needsManuallyCompositing=!1,this.type="canvas";var r=!t.nodeName||"CANVAS"===t.nodeName.toUpperCase();this._opts=n=tK({},n||{}),this.dpr=n.devicePixelRatio||rL,this._singleCanvas=r,this.root=t,t.style&&(ek(t),t.innerHTML=""),this.storage=e;var o=this._zlevelList;this._prevDisplayList=[];var a=this._layers;if(r){var s=t.width,l=t.height;null!=n.width&&(s=n.width),null!=n.height&&(l=n.height),this.dpr=n.devicePixelRatio||1,t.width=s*this.dpr,t.height=l*this.dpr,this._width=s,this._height=l;var u=new vr(t,this,this.dpr);u.__builtin__=!0,u.initContext(),a[314159]=u,u.zlevel=314159,o.push(314159),this._domRoot=t}else{this._width=fL(t,0,n),this._height=fL(t,1,n);var c,h,d,p=this._domRoot=(c=this._width,h=this._height,(d=document.createElement("div")).style.cssText=["position:relative","width:"+c+"px","height:"+h+"px","padding:0;margin:0;border-width:0"].join(";")+";",d);t.appendChild(p)}}return t.prototype.getType=function(){return"canvas"},t.prototype.isSingleCanvas=function(){return this._singleCanvas},t.prototype.getViewportRoot=function(){return this._domRoot},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.refresh=function(t){var e=this.storage.getDisplayList(!0),n=this._prevDisplayList,i=this._zlevelList;this._redrawId=Math.random(),this._paintList(e,n,t,this._redrawId);for(var r=0;r<i.length;r++){var o=i[r],a=this._layers[o];if(!a.__builtin__&&a.refresh){var s=0===r?this._backgroundColor:null;a.refresh(s)}}return this._opts.useDirtyRect&&(this._prevDisplayList=e.slice()),this},t.prototype.refreshHover=function(){this._paintHoverList(this.storage.getDisplayList(!1))},t.prototype._paintHoverList=function(t){var e,n=t.length,i=this._hoverlayer;if(i&&i.clear(),n){for(var r={inHover:!0,viewWidth:this._width,viewHeight:this._height},o=0;o<n;o++){var a=t[o];a.__inHover&&(i||(i=this._hoverlayer=this.getLayer(1e5)),e||(e=i.ctx).save(),fZ(e,a,r,o===n-1))}e&&e.restore()}},t.prototype.getHoverLayer=function(){return this.getLayer(1e5)},t.prototype.paintOne=function(t,e){fU(t,e)},t.prototype._paintList=function(t,e,n,i){if(this._redrawId===i){n=n||!1,this._updateLayerStatus(t);var r=this._doPaintList(t,e,n),o=r.finished,a=r.needsRefreshHover;if(this._needsManuallyCompositing&&this._compositeManually(),a&&this._paintHoverList(t),o)this.eachLayer(function(t){t.afterBrush&&t.afterBrush()});else{var s=this;b(function(){s._paintList(t,e,n,i)})}}},t.prototype._compositeManually=function(){var t=this.getLayer(314159).ctx,e=this._domRoot.width,n=this._domRoot.height;t.clearRect(0,0,e,n),this.eachBuiltinLayer(function(i){i.virtual&&t.drawImage(i.dom,0,0,e,n)})},t.prototype._doPaintList=function(t,e,n){for(var i=this,r=[],o=this._opts.useDirtyRect,a=0;a<this._zlevelList.length;a++){var s=this._zlevelList[a],l=this._layers[s];l.__builtin__&&l!==this._hoverlayer&&(l.__dirty||n)&&r.push(l)}for(var u=!0,c=!1,h=this,d=0;d<r.length;d++)!function(a){var s,l=r[a],d=l.ctx,p=o&&l.createRepaintRects(t,e,h._width,h._height),f=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,y=g&&Date.now(),m=l.zlevel===h._zlevelList[0]?h._backgroundColor:null;if(l.__startIndex===l.__endIndex)l.clear(!1,m,p);else if(f===l.__startIndex){var v=t[f];v.incremental&&v.notClear&&!n||l.clear(!1,m,p)}-1===f&&(console.error("For some unknown reason. drawIndex is -1"),f=l.__startIndex);var x=function(e){var n={inHover:!1,allClipped:!1,prevEl:null,viewWidth:i._width,viewHeight:i._height};for(s=f;s<l.__endIndex;s++){var r=t[s];if(r.__inHover&&(c=!0),i._doPaintEl(r,l,o,e,n,s===l.__endIndex-1),g&&Date.now()-y>15)break}n.prevElClipPaths&&d.restore()};if(p)if(0===p.length)s=l.__endIndex;else for(var b=h.dpr,_=0;_<p.length;++_){var S=p[_];d.save(),d.beginPath(),d.rect(S.x*b,S.y*b,S.width*b,S.height*b),d.clip(),x(S),d.restore()}else d.save(),x(),d.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(u=!1)}(d);return tT.wxa&&t3(this._layers,function(t){t&&t.ctx&&t.ctx.draw&&t.ctx.draw()}),{finished:u,needsRefreshHover:c}},t.prototype._doPaintEl=function(t,e,n,i,r,o){var a=e.ctx;if(n){var s=t.getPaintRect();(!i||s&&s.intersect(i))&&(fZ(a,t,r,o),t.setPrevPaintRect(s))}else fZ(a,t,r,o)},t.prototype.getLayer=function(t,e){this._singleCanvas&&!this._needsManuallyCompositing&&(t=314159);var n=this._layers[t];return n||((n=new vr("zr_"+t,this,this.dpr)).zlevel=t,n.__builtin__=!0,this._layerConfig[t]?tZ(n,this._layerConfig[t],!0):this._layerConfig[t-.01]&&tZ(n,this._layerConfig[t-.01],!0),e&&(n.virtual=e),this.insertLayer(t,n),n.initContext()),n},t.prototype.insertLayer=function(t,e){var n=this._layers,i=this._zlevelList,r=i.length,o=this._domRoot,a=null,s=-1;if(!n[t]){if(e&&(e.__builtin__||"function"==typeof e.resize&&"function"==typeof e.refresh&&1)){if(r>0&&t>i[0]){for(s=0;s<r-1&&(!(i[s]<t)||!(i[s+1]>t));s++);a=n[i[s]]}if(i.splice(s+1,0,t),n[t]=e,!e.virtual)if(a){var l=a.dom;l.nextSibling?o.insertBefore(e.dom,l.nextSibling):o.appendChild(e.dom)}else o.firstChild?o.insertBefore(e.dom,o.firstChild):o.appendChild(e.dom);e.painter||(e.painter=this)}}},t.prototype.eachLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i];t.call(e,this._layers[r],r)}},t.prototype.eachBuiltinLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i],o=this._layers[r];o.__builtin__&&t.call(e,o,r)}},t.prototype.eachOtherLayer=function(t,e){for(var n=this._zlevelList,i=0;i<n.length;i++){var r=n[i],o=this._layers[r];o.__builtin__||t.call(e,o,r)}},t.prototype.getLayers=function(){return this._layers},t.prototype._updateLayerStatus=function(t){function e(t){a&&(a.__endIndex!==t&&(a.__dirty=!0),a.__endIndex=t)}if(this.eachBuiltinLayer(function(t,e){t.__dirty=t.__used=!1}),this._singleCanvas)for(var n,i,r=1;r<t.length;r++){var o=t[r];if(o.zlevel!==t[r-1].zlevel||o.incremental){this._needsManuallyCompositing=!0;break}}var a=null,s=0;for(i=0;i<t.length;i++){var o=t[i],l=o.zlevel,u=void 0;n!==l&&(n=l,s=0),o.incremental?((u=this.getLayer(l+.001,this._needsManuallyCompositing)).incremental=!0,s=1):u=this.getLayer(l+.01*(s>0),this._needsManuallyCompositing),u.__builtin__||tY("ZLevel "+l+" has been used by unkown layer "+u.id),u!==a&&(u.__used=!0,u.__startIndex!==i&&(u.__dirty=!0),u.__startIndex=i,u.incremental?u.__drawIndex=-1:u.__drawIndex=i,e(i),a=u),1&o.__dirty&&!o.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=i))}e(i),this.eachBuiltinLayer(function(t,e){!t.__used&&t.getElementCount()>0&&(t.__dirty=!0,t.__startIndex=t.__endIndex=t.__drawIndex=0),t.__dirty&&t.__drawIndex<0&&(t.__drawIndex=t.__startIndex)})},t.prototype.clear=function(){return this.eachBuiltinLayer(this._clearLayer),this},t.prototype._clearLayer=function(t){t.clear()},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,t3(this._layers,function(t){t.setUnpainted()})},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?tZ(n[t],e,!0):n[t]=e;for(var i=0;i<this._zlevelList.length;i++){var r=this._zlevelList[i];(r===t||r===t+.01)&&tZ(this._layers[r],n[t],!0)}}},t.prototype.delLayer=function(t){var e=this._layers,n=this._zlevelList,i=e[t];i&&(i.dom.parentNode.removeChild(i.dom),delete e[t],n.splice(tQ(n,t),1))},t.prototype.resize=function(t,e){if(this._domRoot.style){var n=this._domRoot;n.style.display="none";var i=this._opts,r=this.root;if(null!=t&&(i.width=t),null!=e&&(i.height=e),t=fL(r,0,i),e=fL(r,1,i),n.style.display="",this._width!==t||e!==this._height){for(var o in n.style.width=t+"px",n.style.height=e+"px",this._layers)this._layers.hasOwnProperty(o)&&this._layers[o].resize(t,e);this.refresh(!0)}this._width=t,this._height=e}else{if(null==t||null==e)return;this._width=t,this._height=e,this.getLayer(314159).resize(t,e)}return this},t.prototype.clearLayer=function(t){var e=this._layers[t];e&&e.clear()},t.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._layers=null},t.prototype.getRenderedCanvas=function(t){if(t=t||{},this._singleCanvas&&!this._compositeManually)return this._layers[314159].dom;var e=new vr("image",this,t.pixelRatio||this.dpr);e.initContext(),e.clear(!1,t.backgroundColor||this._backgroundColor);var n=e.ctx;if(t.pixelRatio<=this.dpr){this.refresh();var i=e.dom.width,r=e.dom.height;this.eachLayer(function(t){t.__builtin__?n.drawImage(t.dom,0,0,i,r):t.renderToCanvas&&(n.save(),t.renderToCanvas(n),n.restore())})}else for(var o={inHover:!1,viewWidth:this._width,viewHeight:this._height},a=this.storage.getDisplayList(!0),s=0,l=a.length;s<l;s++)fZ(n,a[s],o,s===l-1);return e.dom},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t}();function va(t){t.registerPainter("canvas",vo)}var vs=Math.sin,vl=Math.cos,vu=Math.PI,vc=2*Math.PI,vh=180/vu,vd=function(){function t(){}return t.prototype.reset=function(t){this._start=!0,this._d=[],this._str="",this._p=Math.pow(10,t||4)},t.prototype.moveTo=function(t,e){this._add("M",t,e)},t.prototype.lineTo=function(t,e){this._add("L",t,e)},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){this._add("C",t,e,n,i,r,o)},t.prototype.quadraticCurveTo=function(t,e,n,i){this._add("Q",t,e,n,i)},t.prototype.arc=function(t,e,n,i,r,o){this.ellipse(t,e,n,n,0,i,r,o)},t.prototype.ellipse=function(t,e,n,i,r,o,a,s){var l=a-o,u=!s,c=Math.abs(l),h=iQ(c-vc)||(u?l>=vc:-l>=vc),d=l>0?l%vc:l%vc+vc,p=!1;p=!!h||!iQ(c)&&d>=vu==!!u;var f=t+n*vl(o),g=e+i*vs(o);this._start&&this._add("M",f,g);var y=Math.round(r*vh);if(h){var m=1/this._p,v=(u?1:-1)*(vc-m);this._add("A",n,i,y,1,+u,t+n*vl(o+v),e+i*vs(o+v)),m>.01&&this._add("A",n,i,y,0,+u,f,g)}else{var x=t+n*vl(a),b=e+i*vs(a);this._add("A",n,i,y,+p,+u,x,b)}},t.prototype.rect=function(t,e,n,i){this._add("M",t,e),this._add("l",n,0),this._add("l",0,i),this._add("l",-n,0),this._add("Z")},t.prototype.closePath=function(){this._d.length>0&&this._add("Z")},t.prototype._add=function(t,e,n,i,r,o,a,s,l){for(var u=[],c=this._p,h=1;h<arguments.length;h++){var d=arguments[h];if(isNaN(d)){this._invalid=!0;return}u.push(Math.round(d*c)/c)}this._d.push(t+u.join(" ")),this._start="Z"===t},t.prototype.generateStr=function(){this._str=this._invalid?"":this._d.join(""),this._d=[]},t.prototype.getStr=function(){return this._str},t}(),vp="none",vf=Math.round,vg=["lineCap","miterLimit","lineJoin"],vy=t5(vg,function(t){return"stroke-"+t.toLowerCase()}),vm="http://www.w3.org/2000/svg",vv="http://www.w3.org/1999/xlink",vx="ecmeta_";function vb(t){return document.createElementNS(vm,t)}function v_(t,e,n,i,r){return{tag:t,attrs:n||{},children:i,text:r,key:e}}function vS(t,e){var n=(e=e||{}).newline?"\n":"";return function t(e){var i=e.children,r=e.tag,o=e.attrs,a=e.text;return function(t,e){var n=[];if(e)for(var i in e){var r=e[i],o=i;!1!==r&&(!0!==r&&null!=r&&(o+='="'+r+'"'),n.push(o))}return"<"+t+" "+n.join(" ")+">"}(r,o)+("style"!==r?nu(a):a||"")+(i?""+n+t5(i,function(e){return t(e)}).join(n)+n:"")+"</"+r+">"}(t)}function vw(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function vM(t,e,n,i){return v_("svg","root",{width:t,height:e,xmlns:vm,"xmlns:xlink":vv,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var vC=0,vI={cubicIn:"0.32,0,0.67,0",cubicOut:"0.33,1,0.68,1",cubicInOut:"0.65,0,0.35,1",quadraticIn:"0.11,0,0.5,0",quadraticOut:"0.5,1,0.89,1",quadraticInOut:"0.45,0,0.55,1",quarticIn:"0.5,0,0.75,0",quarticOut:"0.25,1,0.5,1",quarticInOut:"0.76,0,0.24,1",quinticIn:"0.64,0,0.78,0",quinticOut:"0.22,1,0.36,1",quinticInOut:"0.83,0,0.17,1",sinusoidalIn:"0.12,0,0.39,0",sinusoidalOut:"0.61,1,0.88,1",sinusoidalInOut:"0.37,0,0.63,1",exponentialIn:"0.7,0,0.84,0",exponentialOut:"0.16,1,0.3,1",exponentialInOut:"0.87,0,0.13,1",circularIn:"0.55,0,1,0.45",circularOut:"0,0.55,0.45,1",circularInOut:"0.85,0,0.15,1"},vT="transform-origin",vA={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function vD(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function vk(t){return ei(t)?vI[t]?"cubic-bezier("+vI[t]+")":ib(t)?t:"":""}function vL(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof dQ){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(t3(o,function(t){var e=vw(n.zrId);e.animation=!0,vL(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=t7(o),u=l.length;if(u){var c=o[r=l[u-1]];for(var h in c){var d=c[h];a[h]=a[h]||{d:""},a[h].d+=d.d||""}for(var p in s){var f=s[p].animation;f.indexOf(r)>=0&&(i=f)}}}),i){e.d=!1;var s=vD(a,n);return i.replace(r,s)}}(t,e,n);if(s)a.push(s);else if(!o)return}else if(!o)return;for(var l={},u=0;u<o;u++){var c=r[u],h=[c.getMaxTime()/1e3+"s"],d=vk(c.getClip().easing),p=c.getDelay();d?h.push(d):h.push("linear"),p&&h.push(p/1e3+"s"),c.getLoop()&&h.push("infinite");var f=h.join(" ");l[f]=l[f]||[f,[]],l[f][1].push(c)}for(var g in l){var s=function(r){var o,a,s=r[1],l=s.length,u={},c={},h={},d="animation-timing-function";function p(t,e,n){for(var i=t.getTracks(),r=t.getMaxTime(),o=0;o<i.length;o++){var a=i[o];if(a.needsAnimate()){var s=a.keyframes,l=a.propName;if(n&&(l=n(l)),l)for(var u=0;u<s.length;u++){var c=s[u],h=Math.round(c.time/r*100)+"%",p=vk(c.easing),f=c.rawValue;(ei(f)||eo(f))&&(e[h]=e[h]||{},e[h][l]=c.rawValue,p&&(e[h][d]=p))}}}}for(var f=0;f<l;f++){var g=s[f],y=g.targetName;y?"shape"===y&&p(g,c):i||p(g,u)}for(var m in u){var v={};rG(v,t),tK(v,u[m]);var x=rt(v),b=u[m][d];h[m]=x?{transform:x}:{},function(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[vT]=n+"px "+i+"px")}(h[m],v),b&&(h[m][d]=b)}var _=!0;for(var m in c){h[m]=h[m]||{};var S=!o,b=c[m][d];S&&(o=new a2);var w=o.len();o.reset(),h[m].d=function(t,e,n){var i=tK({},t.shape);tK(i,e),t.buildPath(n,i);var r=new vd;return r.reset(i8(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}(t,c[m],o);var M=o.len();if(!S&&w!==M){_=!1;break}b&&(h[m][d]=b)}if(!_)for(var m in h)delete h[m].d;if(!i)for(var f=0;f<l;f++){var g=s[f],y=g.targetName;"style"===y&&p(g,h,function(t){return vA[t]})}for(var C=t7(h),I=!0,f=1;f<C.length;f++){var T=C[f-1],A=C[f];if(h[T][vT]!==h[A][vT]){I=!1;break}a=h[T][vT]}if(I&&a){for(var m in h)h[m][vT]&&delete h[m][vT];e[vT]=a}if(t9(C,function(t){return t7(h[t]).length>0}).length)return vD(h,n)+" "+r[0]+" both"}(l[g]);s&&a.push(s)}if(a.length){var y=n.zrId+"-cls-"+vC++;n.cssNodes["."+y]={animation:a.join(",")},e.class=y}}function vP(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+vC++,n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var vO=Math.round;function vR(t){return t&&en(t.toDataURL)}function vN(t,e,n,i){!function(t,e,n,i){var r,o,a=null==e.opacity?1:e.opacity;if(n instanceof sp)return t("opacity",a);if(null!=(r=e.fill)&&r!==vp){var s=iJ(e.fill);t("fill",s.color);var l=null!=e.fillOpacity?e.fillOpacity*s.opacity*a:s.opacity*a;(i||l<1)&&t("fill-opacity",l)}else t("fill",vp);if(null!=(o=e.stroke)&&o!==vp){var u=iJ(e.stroke);t("stroke",u.color);var c=e.strokeNoScale?n.getLineScale():1,h=c?(e.lineWidth||0)/c:0,d=null!=e.strokeOpacity?e.strokeOpacity*u.opacity*a:u.opacity*a,p=e.strokeFirst;if((i||1!==h)&&t("stroke-width",h),(i||p)&&t("paint-order",p?"stroke":"fill"),(i||d<1)&&t("stroke-opacity",d),e.lineDash){var f=fP(n),g=f[0],y=f[1];g&&(y=vf(y||0),t("stroke-dasharray",g.join(",")),(y||i)&&t("stroke-dashoffset",y))}else i&&t("stroke-dasharray",vp);for(var m=0;m<vg.length;m++){var v=vg[m];if(i||e[v]!==sr[v]){var x=e[v]||sr[v];x&&t(vy[m],x)}}}else i&&t("stroke",vp)}(function(r,o){var a="fill"===r||"stroke"===r;a&&i6(o)?vj(e,t,r,i):a&&i5(o)?vX(n,t,r,i):t[r]=o,a&&i.ssr&&"none"===o&&(t["pointer-events"]="visible")},e,n,!1),function(t,e,n){var i=t.style;if(i&&(i.shadowBlur||i.shadowOffsetX||i.shadowOffsetY)){var r,o,a=(r=t.style,o=t.getGlobalScale(),[r.shadowColor,(r.shadowBlur||0).toFixed(2),(r.shadowOffsetX||0).toFixed(2),(r.shadowOffsetY||0).toFixed(2),o[0],o[1]].join(",")),s=n.shadowCache,l=s[a];if(!l){var u=t.getGlobalScale(),c=u[0],h=u[1];if(!c||!h)return;var d=i.shadowOffsetX||0,p=i.shadowOffsetY||0,f=i.shadowBlur,g=iJ(i.shadowColor),y=g.opacity,m=g.color;l=n.zrId+"-s"+n.shadowIdx++,n.defs[l]=v_("filter",l,{id:l,x:"-100%",y:"-100%",width:"300%",height:"300%"},[v_("feDropShadow","",{dx:d/c,dy:p/h,stdDeviation:f/2/c+" "+f/2/h,"flood-color":m,"flood-opacity":y})]),s[a]=l}e.filter=i7(l)}}(n,t,i)}function vz(t,e){var n=oa(e);n&&(n.each(function(e,n){null!=e&&(t[(vx+n).toLowerCase()]=e+"")}),e.isSilent()&&(t[vx+"silent"]="true"))}function vE(t){return iQ(t[0]-1)&&iQ(t[1])&&iQ(t[2])&&iQ(t[3]-1)}function vB(t,e,n){if(e&&!(iQ(e[4])&&iQ(e[5])&&vE(e))){var i=n?10:1e4;t.transform=vE(e)?"translate("+vO(e[4]*i)/i+" "+vO(e[5]*i)/i+")":"matrix("+i0(e[0])+","+i0(e[1])+","+i0(e[2])+","+i0(e[3])+","+i1(e[4])+","+i1(e[5])+")"}}function vV(t,e,n){for(var i=t.points,r=[],o=0;o<i.length;o++)r.push(vO(i[o][0]*n)/n),r.push(vO(i[o][1]*n)/n);e.points=r.join(" ")}function vF(t){return!t.smooth}var vW={circle:[(m=t5(["cx","cy","r"],function(t){return"string"==typeof t?[t,t]:t}),function(t,e,n){for(var i=0;i<m.length;i++){var r=m[i],o=t[r[0]];null!=o&&(e[r[1]]=vO(o*n)/n)}})],polyline:[vV,vF],polygon:[vV,vF]};function vG(t,e){var n=t.style,i=t.shape,r=vW[t.type],o={},a=e.animation,s="path",l=t.style.strokePercent,u=e.compress&&i8(t)||4;if(!r||e.willUpdate||r[1]&&!r[1](i)||a&&function(t){for(var e=t.animators,n=0;n<e.length;n++)if("shape"===e[n].targetName)return!0;return!1}(t)||l<1){var c=!t.path||t.shapeChanged();t.path||t.createPathProxy();var h=t.path;c&&(h.beginPath(),t.buildPath(h,t.shape),t.pathUpdated());var d=h.getVersion(),p=t.__svgPathBuilder;t.__svgPathVersion===d&&p&&l===t.__svgPathStrokePercent||(p||(p=t.__svgPathBuilder=new vd),p.reset(u),h.rebuildPath(p,l),p.generateStr(),t.__svgPathVersion=d,t.__svgPathStrokePercent=l),o.d=p.getStr()}else{s=t.type;var f=Math.pow(10,u);r[0](i,o,f)}return vB(o,t.transform),vN(o,n,t,e),vz(o,t),e.animation&&vL(t,o,e),e.emphasis&&function(t,e,n){if(!t.ignore)if(t.isSilent()){var i={"pointer-events":"none"};vP(i,e,n,!0)}else{var r=t.states.emphasis&&t.states.emphasis.style?t.states.emphasis.style:{},o=r.fill;if(!o){var a=t.style&&t.style.fill,s=t.states.select&&t.states.select.style&&t.states.select.style.fill,l=t.currentStates.indexOf("select")>=0&&s||a;l&&(o=iK(l))}var u=r.lineWidth;u&&(u/=!r.strokeNoScale&&t.transform?t.transform[0]:1);var i={cursor:"pointer"};o&&(i.fill=o),r.stroke&&(i.stroke=r.stroke),u&&(i["stroke-width"]=u),vP(i,e,n,!0)}}(t,o,e),v_(s,t.id+"",o)}function vH(t,e){return t instanceof ss?vG(t,e):t instanceof sp?function(t,e){var n,i=t.style,r=i.image;if(r&&!ei(r)&&((n=r)&&ei(n.src)?r=r.src:vR(r)&&(r=r.toDataURL())),r){var o=i.x||0,a=i.y||0,s={href:r,width:i.width,height:i.height};return o&&(s.x=o),a&&(s.y=a),vB(s,t.transform),vN(s,i,t,e),vz(s,t),e.animation&&vL(t,s,e),v_("image",t.id+"",s)}}(t,e):t instanceof su?function(t,e){var n=t.style,i=n.text;if(null!=i&&(i+=""),!(!i||isNaN(n.x)||isNaN(n.y))){var r,o,a,s=n.font||tD,l=n.x||0,u=(r=n.y||0,o=rq(s),"top"===(a=n.textBaseline)?r+=o/2:"bottom"===a&&(r-=o/2),r),c={"dominant-baseline":"central","text-anchor":i2[n.textAlign]||n.textAlign};if(sk(n)){var h="",d=n.fontStyle,p=sA(n.fontSize);if(!parseFloat(p))return;var f=n.fontFamily||tA,g=n.fontWeight;h+="font-size:"+p+";font-family:"+f+";",d&&"normal"!==d&&(h+="font-style:"+d+";"),g&&"normal"!==g&&(h+="font-weight:"+g+";"),c.style=h}else c.style="font: "+s;return i.match(/\s/)&&(c["xml:space"]="preserve"),l&&(c.x=l),u&&(c.y=u),vB(c,t.transform),vN(c,n,t,e),vz(c,t),e.animation&&vL(t,c,e),v_("text",t.id+"",c,void 0,i)}}(t,e):void 0}function vj(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(i4(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!i9(o))return;r="radialGradient",a.cx=eg(o.x,.5),a.cy=eg(o.y,.5),a.r=eg(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;u<c;++u){var h=100*i1(s[u].offset)+"%",d=iJ(s[u].color),p=d.color,f=d.opacity,g={offset:h};g["stop-color"]=p,f<1&&(g["stop-opacity"]=f),l.push(v_("stop",u+"",g))}var y=vS(v_(r,"",a,l)),m=i.gradientCache,v=m[y];v||(v=i.zrId+"-g"+i.gradientIdx++,m[y]=v,a.id=v,i.defs[v]=v_(r,v,a,l)),e[n]=i7(v)}function vX(t,e,n,i){var r,o,a,s=t.style[n],l=t.getBoundingRect(),u={},c=s.repeat,h="no-repeat"===c,d="repeat-x"===c,p="repeat-y"===c;if(i3(s)){var f=s.imageWidth,g=s.imageHeight,y=void 0,m=s.image;if(ei(m)?y=m:m&&ei(m.src)?y=m.src:vR(m)&&(y=m.toDataURL()),"u"<typeof Image){var v="Image width/height must been given explictly in svg-ssr renderer.";ex(f,v),ex(g,v)}else if(null==f||null==g){var x=function(t,e){if(t){var n=t.elm,i=f||e.width,r=g||e.height;"pattern"===t.tag&&(d?(r=1,i/=l.width):p&&(i=1,r/=l.height)),t.attrs.width=i,t.attrs.height=r,n&&(n.setAttribute("width",i),n.setAttribute("height",r))}},b=ar(y,null,t,function(t){h||x(S,t),x(r,t)});b&&b.width&&b.height&&(f=f||b.width,g=g||b.height)}r=v_("image","img",{href:y,width:f,height:g}),u.width=f,u.height=g}else s.svgElement&&(r=tU(s.svgElement),u.width=s.svgWidth,u.height=s.svgHeight);if(r){h?o=a=1:d?(a=1,o=u.width/l.width):p?(o=1,a=u.height/l.height):u.patternUnits="userSpaceOnUse",null==o||isNaN(o)||(u.width=o),null==a||isNaN(a)||(u.height=a);var _=rt(s);_&&(u.patternTransform=_);var S=v_("pattern","",u,[r]),w=vS(S),M=i.patternCache,C=M[w];C||(C=i.zrId+"-p"+i.patternIdx++,M[w]=C,u.id=C,S=i.defs[C]=v_("pattern",C,u,[r])),e[n]=i7(C)}}function vY(t){return document.createTextNode(t)}function vU(t,e,n){t.insertBefore(e,n)}function vZ(t,e){t.removeChild(e)}function vq(t,e){t.appendChild(e)}function vK(t){return t.parentNode}function v$(t){return t.nextSibling}function vJ(t,e){t.textContent=e}var vQ=v_("","");function v0(t){return void 0===t}function v1(t){return void 0!==t}function v2(t,e){var n=t.key===e.key;return t.tag===e.tag&&n}function v3(t){var e,n=t.children,i=t.tag;if(v1(i)){var r=t.elm=vb(i);if(v9(vQ,t),ee(n))for(e=0;e<n.length;++e){var o=n[e];null!=o&&vq(r,v3(o))}else v1(t.text)&&!ea(t.text)&&vq(r,vY(t.text))}else t.elm=vY(t.text);return t.elm}function v5(t,e,n,i,r){for(;i<=r;++i){var o=n[i];null!=o&&vU(t,v3(o),e)}}function v4(t,e,n,i){for(;n<=i;++n){var r=e[n];null!=r&&(v1(r.tag)?vZ(vK(r.elm),r.elm):vZ(t,r.elm))}}function v9(t,e){var n,i=e.elm,r=t&&t.attrs||{},o=e.attrs||{};if(r!==o){for(n in o){var a=o[n];r[n]!==a&&(!0===a?i.setAttribute(n,""):!1===a?i.removeAttribute(n):"style"===n?i.style.cssText=a:120!==n.charCodeAt(0)?i.setAttribute(n,a):"xmlns:xlink"===n||"xmlns"===n?i.setAttributeNS("http://www.w3.org/2000/xmlns/",n,a):58===n.charCodeAt(3)?i.setAttributeNS("http://www.w3.org/XML/1998/namespace",n,a):58===n.charCodeAt(5)?i.setAttributeNS(vv,n,a):i.setAttribute(n,a))}for(n in r)n in o||i.removeAttribute(n)}}var v6=0,v7=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=v8("refreshHover"),this.configLayer=v8("configLayer"),this.storage=e,this._opts=n=tK({},n),this.root=t,this._id="zr"+v6++,this._oldVNode=vM(n.width,n.height),t&&!n.ssr){var i=this._viewport=document.createElement("div");i.style.cssText="position:relative;overflow:hidden";var r=this._svgDom=this._oldVNode.elm=vb("svg");v9(null,this._oldVNode),i.appendChild(r),t.appendChild(i)}this.resize(n.width,n.height)}return t.prototype.getType=function(){return this.type},t.prototype.getViewportRoot=function(){return this._viewport},t.prototype.getViewportRootOffset=function(){var t=this.getViewportRoot();if(t)return{offsetLeft:t.offsetLeft||0,offsetTop:t.offsetTop||0}},t.prototype.getSvgDom=function(){return this._svgDom},t.prototype.refresh=function(){if(this.root){var t=this.renderToVNode({willUpdate:!0});t.attrs.style="position:absolute;left:0;top:0;user-select:none",function(t,e){if(v2(t,e))!function t(e,n){var i=n.elm=e.elm,r=e.children,o=n.children;e!==n&&(v9(e,n),v0(n.text)?v1(r)&&v1(o)?r!==o&&function(e,n,i){for(var r,o,a,s=0,l=0,u=n.length-1,c=n[0],h=n[u],d=i.length-1,p=i[0],f=i[d];s<=u&&l<=d;)null==c?c=n[++s]:null==h?h=n[--u]:null==p?p=i[++l]:null==f?f=i[--d]:v2(c,p)?(t(c,p),c=n[++s],p=i[++l]):v2(h,f)?(t(h,f),h=n[--u],f=i[--d]):v2(c,f)?(t(c,f),vU(e,c.elm,v$(h.elm)),c=n[++s],f=i[--d]):(v2(h,p)?(t(h,p),vU(e,h.elm,c.elm),h=n[--u]):(v0(r)&&(r=function(t,e,n){for(var i={},r=e;r<=n;++r){var o=t[r].key;void 0!==o&&(i[o]=r)}return i}(n,s,u)),v0(o=r[p.key])||(a=n[o]).tag!==p.tag?vU(e,v3(p),c.elm):(t(a,p),n[o]=void 0,vU(e,a.elm,c.elm))),p=i[++l]);(s<=u||l<=d)&&(s>u?v5(e,null==i[d+1]?null:i[d+1].elm,i,l,d):v4(e,n,s,u))}(i,r,o):v1(o)?(v1(e.text)&&vJ(i,""),v5(i,null,o,0,o.length-1)):v1(r)?v4(i,r,0,r.length-1):v1(e.text)&&vJ(i,""):e.text!==n.text&&(v1(r)&&v4(i,r,0,r.length-1),vJ(i,n.text)))}(t,e);else{var n=t.elm,i=vK(n);v3(e),null!==i&&(vU(i,e.elm,v$(n)),v4(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return vH(t,vw(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=vw(this._id);r.animation=t.animation,r.willUpdate=t.willUpdate,r.compress=t.compress,r.emphasis=t.emphasis,r.ssr=this._opts.ssr;var o=[],a=this._bgVNode=function(t,e,n,i){var r;if(n&&"none"!==n)if(r=v_("rect","bg",{width:t,height:e,x:"0",y:"0"}),i6(n))vj({fill:n},r.attrs,"fill",i);else if(i5(n))vX({style:{fill:n},dirty:eP,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=iJ(n),a=o.color,s=o.opacity;r.attrs.fill=a,s<1&&(r.attrs["fill-opacity"]=s)}return r}(n,i,this._backgroundColor,r);a&&o.push(a);var s=t.compress?null:this._mainVNode=v_("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=t5(t7(r.defs),function(t){return r.defs[t]});if(l.length&&o.push(v_("defs","defs",{},l)),t.animation){var u,c,h,d,p,f,g,y,m=(u=r.cssNodes,c=r.cssAnims,p=" {"+(d=(h={newline:!0}).newline?"\n":""),f=d+"}",g=t5(t7(u),function(t){return t+p+t5(t7(u[t]),function(e){return e+":"+u[t][e]+";"}).join(d)+f}).join(d),y=t5(t7(c),function(t){return"@keyframes "+t+p+t5(t7(c[t]),function(e){return e+p+t5(t7(c[t][e]),function(n){var i=c[t][e][n];return"d"===n&&(i='path("'+i+'")'),n+":"+i+";"}).join(d)+f}).join(d)+f}).join(d),g||y?["<![CDATA[",g,y,"]]>"].join(d):"");if(m){var v=v_("style","stl",{},[],m);o.push(v)}}return vM(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},vS(this.renderToVNode({animation:eg(t.cssAnimation,!0),emphasis:eg(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:eg(t.useViewBox,!0)}),{newline:!0})},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t},t.prototype.getSvgRoot=function(){return this._mainVNode&&this._mainVNode.elm},t.prototype._paintList=function(t,e,n){for(var i,r,o=t.length,a=[],s=0,l=0,u=0;u<o;u++){var c=t[u];if(!c.invisible){var h=c.__clipPaths,d=h&&h.length||0,p=r&&r.length||0,f=void 0;for(f=Math.max(d-1,p-1);f>=0&&(!h||!r||h[f]!==r[f]);f--);for(var g=p-1;g>f;g--)i=a[--s-1];for(var y=f+1;y<d;y++){var m={};!function(t,e,n){var i=n.clipPathCache,r=n.defs,o=i[t.id];if(!o){var a={id:o=n.zrId+"-c"+n.clipPathIdx++};i[t.id]=o,r[o]=v_("clipPath",o,a,[vG(t,n)])}e["clip-path"]=i7(o)}(h[y],m,e);var v=v_("g","clip-g-"+l++,m,[]);(i?i.children:n).push(v),a[s++]=v,i=v}r=h;var x=vH(c,e);x&&(i?i.children:n).push(x)}}},t.prototype.resize=function(t,e){var n=this._opts,i=this.root,r=this._viewport;if(null!=t&&(n.width=t),null!=e&&(n.height=e),i&&r&&(r.style.display="none",t=fL(i,0,n),e=fL(i,1,n),r.style.display=""),this._width!==t||this._height!==e){if(this._width=t,this._height=e,r){var o=r.style;o.width=t+"px",o.height=e+"px"}if(i5(this._backgroundColor))this.refresh();else{var a=this._svgDom;a&&(a.setAttribute("width",t),a.setAttribute("height",e));var s=this._bgVNode&&this._bgVNode.elm;s&&(s.setAttribute("width",t),s.setAttribute("height",e))}}},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t.prototype.dispose=function(){this.root&&(this.root.innerHTML=""),this._svgDom=this._viewport=this.storage=this._oldVNode=this._bgVNode=this._mainVNode=null},t.prototype.clear=function(){this._svgDom&&(this._svgDom.innerHTML=null),this._oldVNode=null},t.prototype.toDataURL=function(t){var e=this.renderToString(),n="data:image/svg+xml;";return t?(e=re(e))&&n+"base64,"+e:n+"charset=UTF-8,"+encodeURIComponent(e)},t}();function v8(t){return function(){}}var xt=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tM(e,t),e.prototype.getInitialData=function(t){return yd(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var e=new r6,n=fC("line",0,t.itemHeight/2,t.itemWidth,0,t.lineStyle.stroke,!1);e.add(n),n.setStyle(t.lineStyle);var i=this.getData().getVisual("symbol"),r=this.getData().getVisual("symbolRotate"),o="none"===i?"circle":i,a=.8*t.itemHeight,s=fC(o,(t.itemWidth-a)/2,(t.itemHeight-a)/2,a,a,t.itemStyle.fill);return e.add(s),s.setStyle(t.itemStyle),s.rotation=("inherit"===t.iconRotate?r:t.iconRotate||0)*Math.PI/180,s.setOrigin([t.itemWidth/2,t.itemHeight/2]),o.indexOf("empty")>-1&&(s.style.stroke=s.style.fill,s.style.fill="#fff",s.style.lineWidth=2),e},e.type="series.line",e.dependencies=["grid","polar"],e.defaultOption={z:3,coordinateSystem:"cartesian2d",legendHoverLink:!0,clip:!0,label:{position:"top"},endLabel:{show:!1,valueAnimation:!0,distance:8},lineStyle:{width:2,type:"solid"},emphasis:{scale:!0},step:!1,smooth:!1,smoothMonotone:null,symbol:"emptyCircle",symbolSize:4,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(h$);function xe(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=c0(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a<n.length;a++)o.push(c0(t,e,n[a]));return o.join(" ")}}function xn(t,e){var n=t.mapDimensionsAll("defaultedLabel");if(!ee(e))return e+"";for(var i=[],r=0;r<n.length;r++){var o=t.getDimensionIndex(n[r]);o>=0&&i.push(e[o])}return i.join(" ")}var xi=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return tM(e,t),e.prototype._createSymbol=function(t,e,n,i,r){this.removeAll();var o=fC(t,-1,-1,2,2,null,r);o.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),o.drift=xr,this._symbolType=t,this.add(o)},e.prototype.stopSymbolAnimation=function(t){this.childAt(0).stopAnimation(null,t)},e.prototype.getSymbolType=function(){return this._symbolType},e.prototype.getSymbolPath=function(){return this.childAt(0)},e.prototype.highlight=function(){le(this.childAt(0))},e.prototype.downplay=function(){ln(this.childAt(0))},e.prototype.setZ=function(t,e){var n=this.childAt(0);n.zlevel=t,n.z=e},e.prototype.setDraggable=function(t,e){var n=this.childAt(0);n.draggable=t,n.cursor=!e&&t?"move":n.cursor},e.prototype.updateData=function(t,n,i,r){this.silent=!1;var o=t.getItemVisual(n,"symbol")||"circle",a=t.hostModel,s=e.getSymbolSize(t,n),l=o!==this._symbolType,u=r&&r.disableAnimation;if(l){var c=t.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,t,n,s,c)}else{var h=this.childAt(0);h.silent=!1;var d={scaleX:s[0]/2,scaleY:s[1]/2};u?h.attr(d):lS(h,d,a,n),lA(h)}if(this._updateCommon(t,n,s,i,r),l){var h=this.childAt(0);if(!u){var d={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:h.style.opacity}};h.scaleX=h.scaleY=0,h.style.opacity=0,lw(h,d,a,n)}}u&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,c,h,d,p,f=this.childAt(0),g=t.hostModel;if(i&&(o=i.emphasisItemStyle,a=i.blurItemStyle,s=i.selectItemStyle,l=i.focus,u=i.blurScope,h=i.labelStatesModels,d=i.hoverScale,p=i.cursorStyle,c=i.emphasisDisabled),!i||t.hasItemOption){var y=i&&i.itemModel?i.itemModel:t.getItemModel(e),m=y.getModel("emphasis");o=m.getModel("itemStyle").getItemStyle(),s=y.getModel(["select","itemStyle"]).getItemStyle(),a=y.getModel(["blur","itemStyle"]).getItemStyle(),l=m.get("focus"),u=m.get("blurScope"),c=m.get("disabled"),h=lO(y),d=m.getShallow("scale"),p=y.getShallow("cursor")}var v=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(v||0)*Math.PI/180||0);var x=fT(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),p&&f.attr("cursor",p);var b=t.getItemVisual(e,"style"),_=b.fill;if(f instanceof sp){var S=f.style;f.useStyle(tK({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},b))}else f.__isEmptyBrush?f.useStyle(tK({},b)):f.useStyle(b),f.style.decal=null,f.setColor(_,r&&r.symbolInnerColor),f.style.strokeNoScale=!0;var w=t.getItemVisual(e,"liftZ"),M=this._z2;null!=w?null==M&&(this._z2=f.z2,f.z2+=w):null!=M&&(f.z2=M,this._z2=null);var C=r&&r.useNameLabel;lP(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return C?t.getName(e):xe(t,e)},inheritColor:_,defaultOpacity:b.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var I=f.ensureState("emphasis");I.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var T=null==d||!0===d?Math.max(1.1,3/this._sizeY):isFinite(d)&&d>0?+d:1;I.scaleX=this._sizeX*T,I.scaleY=this._sizeY*T,this.setSymbolScale(1),lc(this,l,u,c)},e.prototype.setSymbolScale=function(t){this.scaleX=this.scaleY=t},e.prototype.fadeOut=function(t,e,n){var i=this.childAt(0),r=sB(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&lC(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();lC(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return fI(t.getItemVisual(e,"symbolSize"))},e}(r6);function xr(t,e){this.parent.drift(t,e)}function xo(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i.isIgnore&&i.isIgnore(n))&&!(i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&"none"!==t.getItemVisual(n,"symbol")}function xa(t){return null==t||ea(t)||(t={isIgnore:t}),t||{}}function xs(t){var e=t.hostModel,n=e.getModel("emphasis");return{emphasisItemStyle:n.getModel("itemStyle").getItemStyle(),blurItemStyle:e.getModel(["blur","itemStyle"]).getItemStyle(),selectItemStyle:e.getModel(["select","itemStyle"]).getItemStyle(),focus:n.get("focus"),blurScope:n.get("blurScope"),emphasisDisabled:n.get("disabled"),hoverScale:n.get("scale"),labelStatesModels:lO(e),cursorStyle:e.get("cursor")}}var xl=function(){function t(t){this.group=new r6,this._SymbolCtor=t||xi}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=xa(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=xs(t),l={disableAnimation:a},u=e.getSymbolPoint||function(e){return t.getItemLayout(e)};r||n.removeAll(),t.diff(r).add(function(i){var r=u(i);if(xo(t,r,i,e)){var a=new o(t,i,s,l);a.setPosition(r),t.setItemGraphicEl(i,a),n.add(a)}}).update(function(c,h){var d=r.getItemGraphicEl(h),p=u(c);if(!xo(t,p,c,e))return void n.remove(d);var f=t.getItemVisual(c,"symbol")||"circle",g=d&&d.getSymbolType&&d.getSymbolType();if(!d||g&&g!==f)n.remove(d),(d=new o(t,c,s,l)).setPosition(p);else{d.updateData(t,c,s,l);var y={x:p[0],y:p[1]};a?d.attr(y):lS(d,y,i)}n.add(d),t.setItemGraphicEl(c,d)}).remove(function(t){var e=r.getItemGraphicEl(t);e&&e.fadeOut(function(){n.remove(e)},i)}).execute(),this._getSymbolPoint=u,this._data=t},t.prototype.updateLayout=function(){var t=this,e=this._data;e&&e.eachItemGraphicEl(function(e,n){var i=t._getSymbolPoint(n);e.setPosition(i),e.markRedraw()})},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=xs(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[],n=xa(n);for(var r=t.start;r<t.end;r++){var o=e.getItemLayout(r);if(xo(e,o,r,n)){var a=new this._SymbolCtor(e,r,this._seriesScope);a.traverse(i),a.setPosition(o),this.group.add(a),e.setItemGraphicEl(r,a),this._progressiveEls.push(a)}}},t.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},t.prototype.remove=function(t){var e=this.group,n=this._data;n&&t?n.eachItemGraphicEl(function(t){t.fadeOut(function(){e.remove(t)},n.hostModel)}):e.removeAll()},t}();function xu(t,e,n){var i,r,o,a,s=t.getBaseAxis(),l=t.getOtherAxis(s),u=(i=l,r=n,o=0,a=i.scale.getExtent(),"start"===r?o=a[0]:"end"===r?o=a[1]:eo(r)&&!isNaN(r)?o=r:a[0]>0?o=a[0]:a[1]<0&&(o=a[1]),o),c=s.dim,h=l.dim,d=e.mapDimension(h),p=e.mapDimension(c),f=+("x"===h||"radius"===h),g=t5(t.dimensions,function(t){return e.mapDimension(t)}),y=!1,m=e.getCalculationInfo("stackResultDimension");return yc(e,g[0])&&(y=!0,g[0]=m),yc(e,g[1])&&(y=!0,g[1]=m),{dataDimsForPoint:g,valueStart:u,valueAxisDim:h,baseAxisDim:c,stacked:!!y,valueDim:d,baseDim:p,baseDataOffset:f,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function xc(t,e,n,i){var r=NaN;t.stacked&&(r=n.get(n.getCalculationInfo("stackedOverDimension"),i)),isNaN(r)&&(r=t.valueStart);var o=t.baseDataOffset,a=[];return a[o]=n.get(t.baseDim,i),a[1-o]=r,e.dataToPoint(a)}var xh=Math.min,xd=Math.max;function xp(t,e){return isNaN(t)||isNaN(e)}function xf(t,e,n,i,r,o,a,s,l){for(var u,c,h,d,p,f,g=n,y=0;y<i;y++){var m=e[2*g],v=e[2*g+1];if(g>=r||g<0)break;if(xp(m,v)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](m,v),h=m,d=v;else{var x=m-u,b=v-c;if(x*x+b*b<.5){g+=o;continue}if(a>0){for(var _=g+o,S=e[2*_],w=e[2*_+1];S===m&&w===v&&y<i;)y++,_+=o,g+=o,S=e[2*_],w=e[2*_+1],m=e[2*g],v=e[2*g+1],x=m-u,b=v-c;var M=y+1;if(l)for(;xp(S,w)&&M<i;)M++,_+=o,S=e[2*_],w=e[2*_+1];var C=.5,I=0,T=0,A=void 0,D=void 0;if(M>=i||xp(S,w))p=m,f=v;else{I=S-u,T=w-c;var k=m-u,L=S-m,P=v-c,O=w-v,R=void 0,N=void 0;if("x"===s){R=Math.abs(k),N=Math.abs(L);var z=I>0?1:-1;p=m-z*R*a,f=v,A=m+z*N*a,D=v}else if("y"===s){R=Math.abs(P),N=Math.abs(O);var E=T>0?1:-1;p=m,f=v-E*R*a,A=m,D=v+E*N*a}else R=Math.sqrt(k*k+P*P),p=m-I*a*(1-(C=(N=Math.sqrt(L*L+O*O))/(N+R))),f=v-T*a*(1-C),A=m+I*a*C,D=v+T*a*C,A=xh(A,xd(S,m)),D=xh(D,xd(w,v)),A=xd(A,xh(S,m)),D=xd(D,xh(w,v)),I=A-m,T=D-v,p=m-I*R/N,f=v-T*R/N,p=xh(p,xd(u,m)),f=xh(f,xd(c,v)),p=xd(p,xh(u,m)),f=xd(f,xh(c,v)),I=m-p,T=v-f,A=m+I*N/R,D=v+T*N/R}t.bezierCurveTo(h,d,p,f,m,v),h=A,d=D}else t.lineTo(m,v)}u=m,c=v,g+=o}return y}var xg=function(){this.smooth=0,this.smoothConstraint=!0},xy=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return tM(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new xg},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&xp(n[2*r-2],n[2*r-1]);r--);for(;i<r&&xp(n[2*i],n[2*i+1]);i++);}for(;i<r;)i+=xf(t,n,i,r,r,1,e.smooth,e.smoothMonotone,e.connectNulls)+1},e.prototype.getPointOn=function(t,e){this.path||(this.createPathProxy(),this.buildPath(this.path,this.shape));for(var n,i,r=this.path.data,o=a2.CMD,a="x"===e,s=[],l=0;l<r.length;){var u=r[l++],c=void 0,h=void 0,d=void 0,p=void 0,f=void 0,g=void 0,y=void 0;switch(u){case o.M:n=r[l++],i=r[l++];break;case o.L:if(c=r[l++],h=r[l++],(y=a?(t-n)/(c-n):(t-i)/(h-i))<=1&&y>=0){var m=a?(h-i)*y+i:(c-n)*y+n;return a?[t,m]:[m,t]}n=c,i=h;break;case o.C:c=r[l++],h=r[l++],d=r[l++],p=r[l++],f=r[l++],g=r[l++];var v=a?iu(n,c,d,f,t,s):iu(i,h,p,g,t,s);if(v>0)for(var x=0;x<v;x++){var b=s[x];if(b<=1&&b>=0){var m=a?is(i,h,p,g,b):is(n,c,d,f,b);return a?[t,m]:[m,t]}}n=f,i=g}}},e}(ss),xm=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e}(xg),xv=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new xm},e.prototype.buildPath=function(t,e){var n=e.points,i=e.stackedOnPoints,r=0,o=n.length/2,a=e.smoothMonotone;if(e.connectNulls){for(;o>0&&xp(n[2*o-2],n[2*o-1]);o--);for(;r<o&&xp(n[2*r],n[2*r+1]);r++);}for(;r<o;){var s=xf(t,n,r,o,o,1,e.smooth,a,e.connectNulls);xf(t,i,r+s-1,s,o,-1,e.stackedOnSmooth,a,e.connectNulls),r+=s+1,t.closePath()}},e}(ss);function xx(t,e,n,i,r){var o=t.getArea(),a=o.x,s=o.y,l=o.width,u=o.height,c=n.get(["lineStyle","width"])||0;a-=c/2,s-=c/2,l+=c,u+=c,l=Math.ceil(l),a!==Math.floor(a)&&(a=Math.floor(a),l++);var h=new s_({shape:{x:a,y:s,width:l,height:u}});if(e){var d=t.getBaseAxis(),p=d.isHorizontal(),f=d.inverse;p?(f&&(h.shape.x+=l),h.shape.width=0):(f||(h.shape.y+=u),h.shape.height=0);var g=en(r)?function(t){r(t,h)}:null;lw(h,{shape:{width:l,height:u,x:a,y:s}},n,null,i,g)}return h}function xb(t,e,n){var i=t.getArea(),r=oh(i.r0,1),o=oh(i.r,1),a=new dk({shape:{cx:oh(t.cx,1),cy:oh(t.cy,1),r0:r,r:o,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}});return e&&("angle"===t.getBaseAxis().dim?a.shape.endAngle=i.startAngle:a.shape.r=r,lw(a,{shape:{endAngle:i.endAngle,r:o}},n)),a}function x_(t,e,n,i,r){if(t){if("polar"===t.type)return xb(t,e,n);else if("cartesian2d"===t.type)return xx(t,e,n,i,r)}return null}function xS(t,e){return t.type===e}function xw(t,e){if(t.length===e.length){for(var n=0;n<t.length;n++)if(t[n]!==e[n])return;return!0}}function xM(t){for(var e=1/0,n=1/0,i=-1/0,r=-1/0,o=0;o<t.length;){var a=t[o++],s=t[o++];isNaN(a)||(e=Math.min(a,e),i=Math.max(a,i)),isNaN(s)||(n=Math.min(s,n),r=Math.max(s,r))}return[[e,n],[i,r]]}function xC(t,e){var n=xM(t),i=n[0],r=n[1],o=xM(e),a=o[0],s=o[1];return Math.max(Math.abs(i[0]-a[0]),Math.abs(i[1]-a[1]),Math.abs(r[0]-s[0]),Math.abs(r[1]-s[1]))}function xI(t){return eo(t)?t:.5*!!t}function xT(t,e,n,i,r){var o=n.getBaseAxis(),a=+("x"!==o.dim&&"radius"!==o.dim),s=[],l=0,u=[],c=[],h=[],d=[];if(r){for(l=0;l<t.length;l+=2){var p=e||t;isNaN(p[l])||isNaN(p[l+1])||d.push(t[l],t[l+1])}t=d}for(l=0;l<t.length-2;l+=2)switch(h[0]=t[l+2],h[1]=t[l+3],c[0]=t[l],c[1]=t[l+1],s.push(c[0],c[1]),i){case"end":u[a]=h[a],u[1-a]=c[1-a],s.push(u[0],u[1]);break;case"middle":var f=(c[a]+h[a])/2,g=[];u[a]=g[a]=f,u[1-a]=c[1-a],g[1-a]=h[1-a],s.push(u[0],u[1]),s.push(g[0],g[1]);break;default:u[a]=c[a],u[1-a]=h[1-a],s.push(u[0],u[1])}return s.push(t[l++],t[l++]),s}function xA(t,e){return[t[2*e],t[2*e+1]]}function xD(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e<sj.length;e++)if(t.get([sj[e],"endLabel","show"]))return!0;return!1}function xk(t,e,n,i){if(!xS(e,"cartesian2d"))return xb(e,n,i);var r=i.getModel("endLabel"),o=r.get("valueAnimation"),a=i.getData(),s={lastFrameIndex:0},l=xD(i)?function(n,i){t._endLabelOnDuring(n,i,a,s,o,r,e)}:null,u=e.getBaseAxis().isHorizontal(),c=xx(e,n,i,function(){var e=t._endLabel;e&&n&&null!=s.originalX&&e.attr({x:s.originalX,y:s.originalY})},l);if(!i.get("clip",!0)){var h=c.shape,d=Math.max(h.width,h.height);u?(h.y-=d,h.height+=2*d):(h.x-=d,h.width+=2*d)}return l&&l(1,c),c}var xL=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.init=function(){var t=new r6,e=new xl;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t,this._changePolyState=t8(this._changePolyState,this)},e.prototype.render=function(t,e,n){var i,r=t.coordinateSystem,o=this.group,a=t.getData(),s=t.getModel("lineStyle"),l=t.getModel("areaStyle"),u=a.getLayout("points")||[],c="polar"===r.type,h=this._coordSys,d=this._symbolDraw,p=this._polyline,f=this._polygon,g=this._lineGroup,y=!e.ssr&&t.get("animation"),m=!l.isEmpty(),v=l.get("origin"),x=xu(r,a,v),b=m&&function(t,e,n){if(!n.valueDim)return[];for(var i=e.count(),r=yA(2*i),o=0;o<i;o++){var a=xc(n,t,e,o);r[2*o]=a[0],r[2*o+1]=a[1]}return r}(r,a,x),_=t.get("showSymbol"),S=t.get("connectNulls"),w=_&&!c&&function(t,e,n){var i=t.get("showAllSymbol"),r="auto"===i;if(!i||r){var o=n.getAxesByScale("ordinal")[0];if(o&&!(r&&function(t,e){var n=t.getExtent(),i=Math.abs(n[1]-n[0])/t.scale.count();isNaN(i)&&(i=0);for(var r=e.count(),o=Math.max(1,Math.round(r/5)),a=0;a<r;a+=o)if(1.5*xi.getSymbolSize(e,a)[+!!t.isHorizontal()]>i)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return t3(o.getViewLabels(),function(t){s[o.scale.getRawOrdinalNumber(t.tickValue)]=1}),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}(t,a,r),M=this._data;M&&M.eachItemGraphicEl(function(t,e){t.__temp&&(o.remove(t),M.setItemGraphicEl(e,null))}),_||d.remove(),o.add(g);var C=!c&&t.get("step");r&&r.getArea&&t.get("clip",!0)&&(null!=(i=r.getArea()).width?(i.x-=.1,i.y-=.1,i.width+=.2,i.height+=.2):i.r0&&(i.r0-=.5,i.r+=.5)),this._clipShapeForSymbol=i;var I=function(t,e,n){var i,r,o=t.getVisual("visualMeta");if(o&&o.length&&t.count()){if("cartesian2d"!==e.type)return;for(var a=o.length-1;a>=0;a--){var s=t.getDimensionInfo(o[a].dimension);if("x"===(i=s&&s.coordDim)||"y"===i){r=o[a];break}}if(!r)return;var l=e.getAxis(i),u=t5(r.stops,function(t){return{coord:l.toGlobalCoord(l.dataToCoord(t.value)),color:t.color}}),c=u.length,h=r.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var d=function(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord,r=iG((n-i)/(e.coord-i),[t.color,e.color]);return{coord:n,color:r}}for(var s=0;s<o;s++){var l=t[s],u=l.coord;if(u<0)n=l;else if(u>e){i?r.push(a(i,l,e)):n&&r.push(a(n,l,0),a(n,l,e));break}else n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}return r}(u,"x"===i?n.getWidth():n.getHeight()),p=d.length;if(!p&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=d[0].coord-10,g=d[p-1].coord+10,y=g-f;if(y<.001)return"transparent";t3(d,function(t){t.offset=(t.coord-f)/y}),d.push({offset:p?d[p-1].offset:.5,color:h[1]||"transparent"}),d.unshift({offset:p?d[0].offset:.5,color:h[0]||"transparent"});var m=new d1(0,0,0,0,d,!0);return m[i]=f,m[i+"2"]=g,m}}(a,r,n)||a.getVisual("style")[a.getVisual("drawType")];if(p&&h.type===r.type&&C===this._step){m&&!f?f=this._newPolygon(u,b):f&&!m&&(g.remove(f),f=this._polygon=null),c||this._initOrUpdateEndLabel(t,r,uP(I));var T=g.getClipPath();T?lw(T,{shape:xk(this,r,!1,t).shape},t):g.setClipPath(xk(this,r,!0,t)),_&&d.updateData(a,{isIgnore:w,clipShape:i,disableAnimation:!0,getSymbolPoint:function(t){return[u[2*t],u[2*t+1]]}}),xw(this._stackedOnPoints,b)&&xw(this._points,u)||(y?this._doUpdateAnimation(a,b,r,n,C,v,S):(C&&(b&&(b=xT(b,u,r,C,S)),u=xT(u,null,r,C,S)),p.setShape({points:u}),f&&f.setShape({points:u,stackedOnPoints:b})))}else _&&d.updateData(a,{isIgnore:w,clipShape:i,disableAnimation:!0,getSymbolPoint:function(t){return[u[2*t],u[2*t+1]]}}),y&&this._initSymbolLabelAnimation(a,r,i),C&&(b&&(b=xT(b,u,r,C,S)),u=xT(u,null,r,C,S)),p=this._newPolyline(u),m?f=this._newPolygon(u,b):f&&(g.remove(f),f=this._polygon=null),c||this._initOrUpdateEndLabel(t,r,uP(I)),g.setClipPath(xk(this,r,!0,t));var A=t.getModel("emphasis"),D=A.get("focus"),k=A.get("blurScope"),L=A.get("disabled");p.useStyle(t$(s.getLineStyle(),{fill:"none",stroke:I,lineJoin:"bevel"})),lf(p,t,"lineStyle"),p.style.lineWidth>0&&"bolder"===t.get(["emphasis","lineStyle","width"])&&(p.getState("emphasis").style.lineWidth=+p.style.lineWidth+1),sB(p).seriesIndex=t.seriesIndex,lc(p,D,k,L);var P=xI(t.get("smooth")),O=t.get("smoothMonotone");if(p.setShape({smooth:P,smoothMonotone:O,connectNulls:S}),f){var R=a.getCalculationInfo("stackedOnSeries"),N=0;f.useStyle(t$(l.getAreaStyle(),{fill:I,opacity:.7,lineJoin:"bevel",decal:a.getVisual("style").decal})),R&&(N=xI(R.get("smooth"))),f.setShape({smooth:P,stackedOnSmooth:N,smoothMonotone:O,connectNulls:S}),lf(f,t,"areaStyle"),sB(f).seriesIndex=t.seriesIndex,lc(f,D,k,L)}var z=this._changePolyState;a.eachItemGraphicEl(function(t){t&&(t.onHoverStateChange=z)}),this._polyline.onHoverStateChange=z,this._data=a,this._coordSys=r,this._stackedOnPoints=b,this._points=u,this._step=C,this._valueOrigin=v,t.get("triggerLineEvent")&&(this.packEventData(t,p),f&&this.packEventData(t,f))},e.prototype.packEventData=function(t,e){sB(e).eventData={componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line"}},e.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=oj(r,i);if(this._changePolyState("emphasis"),o instanceof Array||null==o||!(o>=0))pz.prototype.highlight.call(this,t,e,n,i);else{var a=r.getLayout("points"),s=r.getItemGraphicEl(o);if(!s){var l=a[2*o],u=a[2*o+1];if(isNaN(l)||isNaN(u)||this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel")||0,h=t.get("z")||0;(s=new xi(r,o)).x=l,s.y=u,s.setZ(c,h);var d=s.getSymbolPath().getTextContent();d&&(d.zlevel=c,d.z=h,d.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=oj(r,i);if(this._changePolyState("normal"),null!=o&&o>=0){var a=r.getItemGraphicEl(o);a&&(a.__temp?(r.setItemGraphicEl(o,null),this.group.remove(a)):a.downplay())}else pz.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;s9(this._polyline,t),e&&s9(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new xy({shape:{points:t},segmentIgnoreThreshold:2,z2:10}),this._lineGroup.add(e),this._polyline=e,e},e.prototype._newPolygon=function(t,e){var n=this._polygon;return n&&this._lineGroup.remove(n),n=new xv({shape:{points:t,stackedOnPoints:e},segmentIgnoreThreshold:2}),this._lineGroup.add(n),this._polygon=n,n},e.prototype._initSymbolLabelAnimation=function(t,e,n){var i,r,o=e.getBaseAxis(),a=o.inverse;"cartesian2d"===e.type?(i=o.isHorizontal(),r=!1):"polar"===e.type&&(i="angle"===o.dim,r=!0);var s=t.hostModel,l=s.get("animationDuration");en(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=en(u)?u(null):u;t.eachItemGraphicEl(function(t,o){if(t){var s=[t.x,t.y],h=void 0,d=void 0,p=void 0;if(n)if(r){var f=e.pointToCoord(s);i?(h=n.startAngle,d=n.endAngle,p=-f[1]/180*Math.PI):(h=n.r0,d=n.r,p=f[0])}else i?(h=n.x,d=n.x+n.width,p=t.x):(h=n.y+n.height,d=n.y,p=t.y);var g=d===h?0:(p-h)/(d-h);a&&(g=1-g);var y=en(u)?u(o):l*g+c,m=t.getSymbolPath(),v=m.getTextContent();t.attr({scaleX:0,scaleY:0}),t.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:y}),v&&v.animateFrom({style:{opacity:0}},{duration:300,delay:y}),m.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel("endLabel");if(xD(t)){var r,o,a,s=t.getData(),l=this._polyline,u=s.getLayout("points");if(!u){l.removeTextContent(),this._endLabel=null;return}var c=this._endLabel;c||((c=this._endLabel=new sE({z2:200})).ignoreClip=!0,l.setTextContent(this._endLabel),l.disableLabelAnimation=!0);var h=function(t){for(var e,n,i=t.length/2;i>0&&(e=t[2*i-2],n=t[2*i-1],isNaN(e)||isNaN(n));i--);return i-1}(u);h>=0&&(lP(l,lO(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:h,defaultText:function(t,e,n){return null!=n?xn(s,n):xe(s,t)},enableTextSetter:!0},(o=(r=e.getBaseAxis()).isHorizontal(),a=r.inverse,{normal:{align:i.get("align")||(o?a?"right":"left":"center"),verticalAlign:i.get("verticalAlign")||(o?"middle":a?"top":"bottom")}})),l.textConfig.position=null)}else this._endLabel&&(this._polyline.removeTextContent(),this._endLabel=null)},e.prototype._endLabelOnDuring=function(t,e,n,i,r,o,a){var s=this._endLabel,l=this._polyline;if(s){t<1&&null==i.originalX&&(i.originalX=s.x,i.originalY=s.y);var u=n.getLayout("points"),c=n.hostModel,h=c.get("connectNulls"),d=o.get("precision"),p=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),y=f.inverse,m=e.shape,v=y?g?m.x:m.y+m.height:g?m.x+m.width:m.y,x=(g?p:0)*(y?-1:1),b=(g?0:-p)*(y?-1:1),_=g?"x":"y",S=function(t,e,n){for(var i,r,o=t.length/2,a=+("x"!==n),s=0,l=-1,u=0;u<o;u++)if(!(isNaN(r=t[2*u+a])||isNaN(t[2*u+1-a]))){if(0===u){i=r;continue}if(i<=e&&r>=e||i>=e&&r<=e){l=u;break}s=u,i=r}return{range:[s,l],t:(e-i)/(r-i)}}(u,v,_),w=S.range,M=w[1]-w[0],C=void 0;if(M>=1){if(M>1&&!h){var I=xA(u,w[0]);s.attr({x:I[0]+x,y:I[1]+b}),r&&(C=c.getRawValue(w[0]))}else{var I=l.getPointOn(v,_);I&&s.attr({x:I[0]+x,y:I[1]+b});var T=c.getRawValue(w[0]),A=c.getRawValue(w[1]);r&&(C=o0(n,d,T,A,S.t))}i.lastFrameIndex=w[0]}else{var D=1===t||i.lastFrameIndex>0?w[0]:0,I=xA(u,D);r&&(C=c.getRawValue(D)),s.attr({x:I[0]+x,y:I[1]+b})}if(r){var k=lW(s);"function"==typeof k.setLabelText&&k.setLabelText(C)}}},e.prototype._doUpdateAnimation=function(t,e,n,i,r,o,a){var s=this._polyline,l=this._polygon,u=t.hostModel,c=function(t,e,n,i,r,o){for(var a,s=(a=[],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),l=[],u=[],c=[],h=[],d=[],p=[],f=[],g=xu(r,e,o),y=t.getLayout("points")||[],m=e.getLayout("points")||[],v=0;v<s.length;v++){var x=s[v],b=!0,_=void 0,S=void 0;switch(x.cmd){case"=":_=2*x.idx,S=2*x.idx1;var w=y[_],M=y[_+1],C=m[S],I=m[S+1];(isNaN(w)||isNaN(M))&&(w=C,M=I),l.push(w,M),u.push(C,I),c.push(n[_],n[_+1]),h.push(i[S],i[S+1]),f.push(e.getRawIndex(x.idx1));break;case"+":var T=x.idx,A=g.dataDimsForPoint,D=r.dataToPoint([e.get(A[0],T),e.get(A[1],T)]);S=2*T,l.push(D[0],D[1]),u.push(m[S],m[S+1]);var k=xc(g,r,e,T);c.push(k[0],k[1]),h.push(i[S],i[S+1]),f.push(e.getRawIndex(T));break;case"-":b=!1}b&&(d.push(x),p.push(p.length))}p.sort(function(t,e){return f[t]-f[e]});for(var L=l.length,P=yA(L),O=yA(L),R=yA(L),N=yA(L),z=[],v=0;v<p.length;v++){var E=p[v],B=2*v,V=2*E;P[B]=l[V],P[B+1]=l[V+1],O[B]=u[V],O[B+1]=u[V+1],R[B]=c[V],R[B+1]=c[V+1],N[B]=h[V],N[B+1]=h[V+1],z[v]=d[E]}return{current:P,next:O,stackedOnCurrent:R,stackedOnNext:N,status:z}}(this._data,t,this._stackedOnPoints,e,this._coordSys,this._valueOrigin),h=c.current,d=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(r&&(d=xT(c.stackedOnCurrent,c.current,n,r,a),h=xT(c.current,null,n,r,a),f=xT(c.stackedOnNext,c.next,n,r,a),p=xT(c.next,null,n,r,a)),xC(h,p)>3e3||l&&xC(d,f)>3e3){s.stopAnimation(),s.setShape({points:p}),l&&(l.stopAnimation(),l.setShape({points:p,stackedOnPoints:f}));return}s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:p}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),lS(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:d}),l.stopAnimation(),lS(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var y=[],m=c.status,v=0;v<m.length;v++)if("="===m[v].cmd){var x=t.getItemGraphicEl(m[v].idx1);x&&y.push({el:x,ptIdx:v})}s.animators&&s.animators.length&&s.animators[0].during(function(){l&&l.dirtyShape();for(var t=s.shape.__points,e=0;e<y.length;e++){var n=y[e].el,i=2*y[e].ptIdx;n.x=t[i],n.y=t[i+1],n.markRedraw()}})},e.prototype.remove=function(t){var e=this.group,n=this._data;this._lineGroup.removeAll(),this._symbolDraw.remove(!0),n&&n.eachItemGraphicEl(function(t,i){t.__temp&&(e.remove(t),n.setItemGraphicEl(i,null))}),this._polyline=this._polygon=this._coordSys=this._points=this._stackedOnPoints=this._endLabel=this._data=null},e.type="line",e}(pz);function xP(t,e){return{seriesType:t,plan:h0(),reset:function(t){var n=t.getData(),i=t.coordinateSystem,r=t.pipelineContext,o=e||r.large;if(i){var a=t5(i.dimensions,function(t){return n.mapDimension(t)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");yc(n,a[0])&&(a[0]=l),yc(n,a[1])&&(a[1]=l);var u=n.getStore(),c=n.getDimensionIndex(a[0]),h=n.getDimensionIndex(a[1]);return s&&{progress:function(t,e){for(var n=t.end-t.start,r=o&&yA(n*s),a=[],l=[],d=t.start,p=0;d<t.end;d++){var f=void 0;if(1===s){var g=u.get(c,d);f=i.dataToPoint(g,null,l)}else a[0]=u.get(c,d),a[1]=u.get(h,d),f=i.dataToPoint(a,null,l);o?(r[p++]=f[0],r[p++]=f[1]):e.setItemLayout(d,f.slice())}o&&e.setLayout("points",r)}}}}}}var xO={average:function(t){for(var e=0,n=0,i=0;i<t.length;i++)!isNaN(t[i])&&(e+=t[i],n++);return 0===n?NaN:e/n},sum:function(t){for(var e=0,n=0;n<t.length;n++)e+=t[n]||0;return e},max:function(t){for(var e=-1/0,n=0;n<t.length;n++)t[n]>e&&(e=t[n]);return isFinite(e)?e:NaN},min:function(t){for(var e=1/0,n=0;n<t.length;n++)t[n]<e&&(e=t[n]);return isFinite(e)?e:NaN},nearest:function(t){return t[0]}},xR=function(t){return Math.round(t.length/2)};function xN(t){return{seriesType:t,reset:function(t,e,n){var i=t.getData(),r=t.get("sampling"),o=t.coordinateSystem,a=i.count();if(a>10&&"cartesian2d"===o.type&&r){var s=o.getBaseAxis(),l=o.getOtherAxis(s),u=s.getExtent(),c=n.getDevicePixelRatio(),h=Math.round(a/(Math.abs(u[1]-u[0])*(c||1)));if(isFinite(h)&&h>1){"lttb"===r?t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/h)):"minmax"===r&&t.setData(i.minmaxDownSample(i.mapDimension(l.dim),1/h));var d=void 0;ei(r)?d=xO[r]:en(r)&&(d=r),d&&t.setData(i.downSample(i.mapDimension(l.dim),1/h,d,xR))}}}}}var xz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.getInitialData=function(t,e){return yd(null,this,{useEncodeDefaulter:!0})},e.prototype.getMarkerPosition=function(t,e,n){var i=this.coordinateSystem;if(i&&i.clampData){var r=i.clampData(t),o=i.dataToPoint(r);if(n)t3(i.getAxes(),function(t,n){if("category"===t.type&&null!=e){var i=t.getTicksCoords(),a=t.getTickModel().get("alignWithLabel"),s=r[n],l="x1"===e[n]||"y1"===e[n];if(l&&!a&&(s+=1),!(i.length<2)){if(2===i.length){o[n]=t.toGlobalCoord(t.getExtent()[+!!l]);return}for(var u=void 0,c=void 0,h=1,d=0;d<i.length;d++){var p=i[d].coord,f=d===i.length-1?i[d-1].tickValue+h:i[d].tickValue;if(f===s){c=p;break}if(f<s)u=p;else if(null!=u&&f>s){c=(p+u)/2;break}1===d&&(h=f-i[0].tickValue)}null==c&&(u?u&&(c=i[i.length-1].coord):c=i[0].coord),o[n]=t.toGlobalCoord(c)}}});else{var a=this.getData(),s=a.getLayout("offset"),l=a.getLayout("size"),u=+!i.getBaseAxis().isHorizontal();o[u]+=s+l/2}return o}return[NaN,NaN]},e.type="series.__base_bar__",e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,barMinHeight:0,barMinAngle:0,large:!1,largeThreshold:400,progressive:3e3,progressiveChunkMode:"mod"},e}(h$);h$.registerClass(xz);var xE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.getInitialData=function(){return yd(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},e.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},e.prototype.getProgressiveThreshold=function(){var t=this.get("progressiveThreshold"),e=this.get("largeThreshold");return e>t&&(t=e),t},e.prototype.brushSelector=function(t,e,n){return n.rect(e.getItemLayout(t))},e.type="series.bar",e.dependencies=["grid","polar"],e.defaultOption=l5(xz.defaultOption,{clip:!0,roundCap:!1,showBackground:!1,backgroundStyle:{color:"rgba(180, 180, 180, 0.2)",borderColor:null,borderWidth:0,borderType:"solid",borderRadius:0,shadowBlur:0,shadowColor:null,shadowOffsetX:0,shadowOffsetY:0,opacity:1},select:{itemStyle:{borderColor:"#212121"}},realtimeSort:!1}),e}(xz),xB=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},xV=function(t){function e(e){var n=t.call(this,e)||this;return n.type="sausage",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new xB},e.prototype.buildPath=function(t,e){var n=e.cx,i=e.cy,r=Math.max(e.r0||0,0),o=Math.max(e.r,0),a=(o-r)*.5,s=r+a,l=e.startAngle,u=e.endAngle,c=e.clockwise,h=2*Math.PI,d=c?u-l<h:l-u<h;d||(l=u-(c?h:-h));var p=Math.cos(l),f=Math.sin(l),g=Math.cos(u),y=Math.sin(u);d?(t.moveTo(p*r+n,f*r+i),t.arc(p*s+n,f*s+i,a,-Math.PI+l,l,!c)):t.moveTo(p*o+n,f*o+i),t.arc(n,i,o,l,u,!c),t.arc(g*s+n,y*s+i,a,u-2*Math.PI,u-Math.PI,!c),0!==r&&t.arc(n,i,r,u,l,c)},e}(ss);function xF(t,e,n){return e*Math.sin(t)*(n?-1:1)}function xW(t,e,n){return e*Math.cos(t)*(n?1:-1)}function xG(t,e,n){var i=t.get("borderRadius");if(null==i)return n?{cornerRadius:0}:null;ee(i)||(i=[i,i,i,i]);var r=Math.abs(e.r||0-e.r0||0);return{cornerRadius:t5(i,function(t){return rK(t,r)})}}var xH=Math.max,xj=Math.min,xX=function(t){function e(){var n=t.call(this)||this;return n.type=e.type,n._isFirstFrame=!0,n}return tM(e,t),e.prototype.render=function(t,e,n,i){this._model=t,this._removeOnRenderedListener(n),this._updateDrawMode(t);var r=t.get("coordinateSystem");("cartesian2d"===r||"polar"===r)&&(this._progressiveEls=null,this._isLargeDraw?this._renderLarge(t,e,n):this._renderNormal(t,e,n,i))},e.prototype.incrementalPrepareRender=function(t){this._clear(),this._updateDrawMode(t),this._updateLargeClip(t)},e.prototype.incrementalRender=function(t,e){this._progressiveEls=[],this._incrementalRenderLarge(t,e)},e.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;(null==this._isLargeDraw||e!==this._isLargeDraw)&&(this._isLargeDraw=e,this._clear())},e.prototype._renderNormal=function(t,e,n,i){var r,o=this.group,a=t.getData(),s=this._data,l=t.coordinateSystem,u=l.getBaseAxis();"cartesian2d"===l.type?r=u.isHorizontal():"polar"===l.type&&(r="angle"===u.dim);var c=t.isAnimationEnabled()?t:null,h=function(t,e){var n=t.get("realtimeSort",!0),i=e.getBaseAxis();if(n&&"category"===i.type&&"cartesian2d"===e.type)return{baseAxis:i,otherAxis:e.getOtherAxis(i)}}(t,l);h&&this._enableRealtimeSort(h,a,n);var d=t.get("clip",!0)||h,p=function(t,e){var n=t.getArea&&t.getArea();if(xS(t,"cartesian2d")){var i=t.getBaseAxis();if("category"!==i.type||!i.onBand){var r=e.getLayout("bandWidth");i.isHorizontal()?(n.x-=r,n.width+=2*r):(n.y-=r,n.height+=2*r)}}return n}(l,a);o.removeClipPath();var f=t.get("roundCap",!0),g=t.get("showBackground",!0),y=t.getModel("backgroundStyle"),m=y.get("borderRadius")||0,v=[],x=this._backgroundEls,b=i&&i.isInitSort,_=i&&"changeAxisOrder"===i.type;function S(t){var e,n,i,o=xQ[l.type](a,t),s=(e=l,n=r,i=o,new("polar"===e.type?dk:s_)({shape:x9(n,i,e),silent:!0,z2:0}));return s.useStyle(y.getItemStyle()),"cartesian2d"===l.type?s.setShape("r",m):s.setShape("cornerRadius",m),v[t]=s,s}a.diff(s).add(function(e){var n=a.getItemModel(e),i=xQ[l.type](a,e,n);if(g&&S(e),a.hasValue(e)&&xJ[l.type](i)){var s=!1;d&&(s=xY[l.type](p,i));var y=xU[l.type](t,a,e,i,r,c,u.model,!1,f);h&&(y.forceLabelAnimation=!0),x1(y,a,e,n,i,t,r,"polar"===l.type),b?y.attr({shape:i}):h?xZ(h,c,y,i,e,r,!1,!1):lw(y,{shape:i},t,e),a.setItemGraphicEl(e,y),o.add(y),y.ignore=s}}).update(function(e,n){var i=a.getItemModel(e),w=xQ[l.type](a,e,i);if(g){var M=void 0;0===x.length?M=S(n):((M=x[n]).useStyle(y.getItemStyle()),"cartesian2d"===l.type?M.setShape("r",m):M.setShape("cornerRadius",m),v[e]=M);var C=xQ[l.type](a,e);lS(M,{shape:x9(r,C,l)},c,e)}var I=s.getItemGraphicEl(n);if(!a.hasValue(e)||!xJ[l.type](w))return void o.remove(I);var T=!1;if(d&&(T=xY[l.type](p,w))&&o.remove(I),I?lA(I):I=xU[l.type](t,a,e,w,r,c,u.model,!!I,f),h&&(I.forceLabelAnimation=!0),_){var A=I.getTextContent();if(A){var D=lW(A);null!=D.prevValue&&(D.prevValue=D.value)}}else x1(I,a,e,i,w,t,r,"polar"===l.type);b?I.attr({shape:w}):h?xZ(h,c,I,w,e,r,!0,_):lS(I,{shape:w},t,e,null),a.setItemGraphicEl(e,I),I.ignore=T,o.add(I)}).remove(function(e){var n=s.getItemGraphicEl(e);n&&lT(n,t,e)}).execute();var w=this._backgroundGroup||(this._backgroundGroup=new r6);w.removeAll();for(var M=0;M<v.length;++M)w.add(v[M]);o.add(w),this._backgroundEls=v,this._data=a},e.prototype._renderLarge=function(t,e,n){this._clear(),x5(t,this.group),this._updateLargeClip(t)},e.prototype._incrementalRenderLarge=function(t,e){this._removeBackground(),x5(e,this.group,this._progressiveEls,!0)},e.prototype._updateLargeClip=function(t){var e=t.get("clip",!0)&&x_(t.coordinateSystem,!1,t),n=this.group;e?n.setClipPath(e):n.removeClipPath()},e.prototype._enableRealtimeSort=function(t,e,n){var i=this;if(e.count()){var r=t.baseAxis;if(this._isFirstFrame)this._dispatchInitSort(e,t,n),this._isFirstFrame=!1;else{var o=function(t){var n=e.getItemGraphicEl(t),i=n&&n.shape;return i&&Math.abs(r.isHorizontal()?i.height:i.width)||0};this._onRendered=function(){i._updateSortWithinSameData(e,o,r,n)},n.getZr().on("rendered",this._onRendered)}}},e.prototype._dataSort=function(t,e,n){var i=[];return t.each(t.mapDimension(e.dim),function(t,e){var r=n(e);r=null==r?NaN:r,i.push({dataIndex:e,mappedValue:r,ordinalNumber:t})}),i.sort(function(t,e){return e.mappedValue-t.mappedValue}),{ordinalNumbers:t5(i,function(t){return t.ordinalNumber})}},e.prototype._isOrderChangedWithinSameData=function(t,e,n){for(var i=n.scale,r=t.mapDimension(n.dim),o=Number.MAX_VALUE,a=0,s=i.getOrdinalMeta().categories.length;a<s;++a){var l=t.rawIndexOf(r,i.getRawOrdinalNumber(a)),u=l<0?5e-324:e(t.indexOfRawIndex(l));if(u>o)return!0;o=u}return!1},e.prototype._isOrderDifferentInView=function(t,e){for(var n=e.scale,i=n.getExtent(),r=Math.max(0,i[0]),o=Math.min(i[1],n.getOrdinalMeta().categories.length-1);r<=o;++r)if(t.ordinalNumbers[r]!==n.getRawOrdinalNumber(r))return!0},e.prototype._updateSortWithinSameData=function(t,e,n,i){if(this._isOrderChangedWithinSameData(t,e,n)){var r=this._dataSort(t,n,e);this._isOrderDifferentInView(r,n)&&(this._removeOnRenderedListener(i),i.dispatchAction({type:"changeAxisOrder",componentType:n.dim+"Axis",axisId:n.index,sortInfo:r}))}},e.prototype._dispatchInitSort=function(t,e,n){var i=e.baseAxis,r=this._dataSort(t,i,function(n){return t.get(t.mapDimension(e.otherAxis.dim),n)});n.dispatchAction({type:"changeAxisOrder",componentType:i.dim+"Axis",isInitSort:!0,axisId:i.index,sortInfo:r})},e.prototype.remove=function(t,e){this._clear(this._model),this._removeOnRenderedListener(e)},e.prototype.dispose=function(t,e){this._removeOnRenderedListener(e)},e.prototype._removeOnRenderedListener=function(t){this._onRendered&&(t.getZr().off("rendered",this._onRendered),this._onRendered=null)},e.prototype._clear=function(t){var e=this.group,n=this._data;t&&t.isAnimationEnabled()&&n&&!this._isLargeDraw?(this._removeBackground(),this._backgroundEls=[],n.eachItemGraphicEl(function(e){lT(e,t,sB(e).dataIndex)})):e.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type="bar",e}(pz),xY={cartesian2d:function(t,e){var n=e.width<0?-1:1,i=e.height<0?-1:1;n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height);var r=t.x+t.width,o=t.y+t.height,a=xH(e.x,t.x),s=xj(e.x+e.width,r),l=xH(e.y,t.y),u=xj(e.y+e.height,o),c=s<a,h=u<l;return e.x=c&&a>r?s:a,e.y=h&&l>o?u:l,e.width=c?0:s-a,e.height=h?0:u-l,n<0&&(e.x+=e.width,e.width=-e.width),i<0&&(e.y+=e.height,e.height=-e.height),c||h},polar:function(t,e){var n=e.r0<=e.r?1:-1;if(n<0){var i=e.r;e.r=e.r0,e.r0=i}var r=xj(e.r,t.r),o=xH(e.r0,t.r0);e.r=r,e.r0=o;var a=r-o<0;if(n<0){var i=e.r;e.r=e.r0,e.r0=i}return a}},xU={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new s_({shape:tK({},i),z2:1});return u.__dataIndex=n,u.name="item",o&&(u.shape[r?"height":"width"]=0),u},polar:function(t,e,n,i,r,o,a,s,l){var u,c,h,d=!r&&l?xV:dk,p=new d({shape:i,z2:1});if(p.name="item",u=x0(r),h=(c={isRoundCap:d===xV}).isRoundCap,p.calculateTextPosition=function(t,e,n){var i=e.position;if(!i||i instanceof Array)return r$(t,e,n);var r=u(i),o=null!=e.distance?e.distance:5,a=this.shape,s=a.cx,l=a.cy,c=a.r,d=a.r0,p=(c+d)/2,f=a.startAngle,g=a.endAngle,y=(f+g)/2,m=h?Math.abs(c-d)/2:0,v=Math.cos,x=Math.sin,b=s+c*v(f),_=l+c*x(f),S="left",w="top";switch(r){case"startArc":b=s+(d-o)*v(y),_=l+(d-o)*x(y),S="center",w="top";break;case"insideStartArc":b=s+(d+o)*v(y),_=l+(d+o)*x(y),S="center",w="bottom";break;case"startAngle":b=s+p*v(f)+xF(f,o+m,!1),_=l+p*x(f)+xW(f,o+m,!1),S="right",w="middle";break;case"insideStartAngle":b=s+p*v(f)+xF(f,-o+m,!1),_=l+p*x(f)+xW(f,-o+m,!1),S="left",w="middle";break;case"middle":b=s+p*v(y),_=l+p*x(y),S="center",w="middle";break;case"endArc":b=s+(c+o)*v(y),_=l+(c+o)*x(y),S="center",w="bottom";break;case"insideEndArc":b=s+(c-o)*v(y),_=l+(c-o)*x(y),S="center",w="top";break;case"endAngle":b=s+p*v(g)+xF(g,o+m,!0),_=l+p*x(g)+xW(g,o+m,!0),S="left",w="middle";break;case"insideEndAngle":b=s+p*v(g)+xF(g,-o+m,!0),_=l+p*x(g)+xW(g,-o+m,!0),S="right",w="middle";break;default:return r$(t,e,n)}return(t=t||{}).x=b,t.y=_,t.align=S,t.verticalAlign=w,t},o){var f=p.shape,g=r?"r":"endAngle",y={};f[g]=r?i.r0:i.startAngle,y[g]=i[g],(s?lS:lw)(p,{shape:y},o)}return p}};function xZ(t,e,n,i,r,o,a,s){var l,u;o?(u={x:i.x,width:i.width},l={y:i.y,height:i.height}):(u={y:i.y,height:i.height},l={x:i.x,width:i.width}),s||(a?lS:lw)(n,{shape:l},e,r,null),(a?lS:lw)(n,{shape:u},e?t.baseAxis.model:null,r)}function xq(t,e){for(var n=0;n<e.length;n++)if(!isFinite(t[e[n]]))return!0;return!1}var xK=["x","y","width","height"],x$=["cx","cy","r","startAngle","endAngle"],xJ={cartesian2d:function(t){return!xq(t,xK)},polar:function(t){return!xq(t,x$)}},xQ={cartesian2d:function(t,e,n){var i,r,o,a=t.getItemLayout(e),s=n?(i=n,r=a,(o=i.get(["itemStyle","borderColor"]))&&"none"!==o?Math.min(i.get(["itemStyle","borderWidth"])||0,isNaN(r.width)?Number.MAX_VALUE:Math.abs(r.width),isNaN(r.height)?Number.MAX_VALUE:Math.abs(r.height)):0):0,l=a.width>0?1:-1,u=a.height>0?1:-1;return{x:a.x+l*s/2,y:a.y+u*s/2,width:a.width-l*s,height:a.height-u*s}},polar:function(t,e,n){var i=t.getItemLayout(e);return{cx:i.cx,cy:i.cy,r0:i.r0,r:i.r,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}}};function x0(t){var e;return e=t?"Arc":"Angle",function(t){switch(t){case"start":case"insideStart":case"end":case"insideEnd":return t+e;default:return t}}}function x1(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=t.shape,c=xG(i.getModel("itemStyle"),u,!0);tK(u,c),t.setShape(u)}}else{var h=i.get(["itemStyle","borderRadius"])||0;t.setShape("r",h)}t.useStyle(l);var d=i.getShallow("cursor");d&&t.attr("cursor",d);var p=s?a?r.r>=r.r0?"endArc":"startArc":r.endAngle>=r.startAngle?"endAngle":"startAngle":a?r.height>=0?"bottom":"top":r.width>=0?"right":"left",f=lO(i);lP(t,f,{labelFetcher:o,labelDataIndex:n,defaultText:xe(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:p});var g=t.getTextContent();if(s&&g){var y=i.get(["label","position"]);t.textConfig.inside="middle"===y||null,function(t,e,n,i){if(eo(i))return t.setTextConfig({rotation:i});if(ee(e))return t.setTextConfig({rotation:0});var r,o=t.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=n(e);switch(l){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":r=(a+s)/2;break;case"startAngle":case"insideStartAngle":r=a;break;case"endAngle":case"insideEndAngle":r=s;break;default:t.setTextConfig({rotation:0});return}var u=1.5*Math.PI-r;"middle"===l&&u>Math.PI/2&&u<1.5*Math.PI&&(u-=Math.PI),t.setTextConfig({rotation:u})}(t,"outside"===y?p:y,x0(a),i.get(["label","rotate"]))}lG(g,f,o.getRawValue(n),function(t){return xn(e,t)});var m=i.getModel(["emphasis"]);lc(t,m.get("focus"),m.get("blurScope"),m.get("disabled")),lf(t,i),null!=r.startAngle&&null!=r.endAngle&&r.startAngle===r.endAngle&&(t.style.fill="none",t.style.stroke="none",t3(t.states,function(t){t.style&&(t.style.fill=t.style.stroke="none")}))}var x2=function(){},x3=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new x2},e.prototype.buildPath=function(t,e){for(var n=e.points,i=this.baseDimIdx,r=1-this.baseDimIdx,o=[],a=[],s=this.barWidth,l=0;l<n.length;l+=3)a[i]=s,a[r]=n[l+2],o[i]=n[l+i],o[r]=n[l+r],t.rect(o[0],o[1],a[0],a[1])},e}(ss);function x5(t,e,n,i){var r=t.getData(),o=+!!r.getLayout("valueAxisHorizontal"),a=r.getLayout("largeDataIndices"),s=r.getLayout("size"),l=t.getModel("backgroundStyle"),u=r.getLayout("largeBackgroundPoints");if(u){var c=new x3({shape:{points:u},incremental:!!i,silent:!0,z2:0});c.baseDimIdx=o,c.largeDataIndices=a,c.barWidth=s,c.useStyle(l.getItemStyle()),e.add(c),n&&n.push(c)}var h=new x3({shape:{points:r.getLayout("largePoints")},incremental:!!i,ignoreCoarsePointer:!0,z2:1});h.baseDimIdx=o,h.largeDataIndices=a,h.barWidth=s,e.add(h),h.useStyle(r.getVisual("style")),h.style.stroke=null,sB(h).seriesIndex=t.seriesIndex,t.get("silent")||(h.on("mousedown",x4),h.on("mousemove",x4)),n&&n.push(h)}var x4=pF(function(t){var e=function(t,e,n){for(var i=t.baseDimIdx,r=1-i,o=t.shape.points,a=t.largeDataIndices,s=[],l=[],u=t.barWidth,c=0,h=o.length/3;c<h;c++){var d=3*c;if(l[i]=u,l[r]=o[d+2],s[i]=o[d+i],s[r]=o[d+r],l[r]<0&&(s[r]+=l[r],l[r]=-l[r]),e>=s[0]&&e<=s[0]+l[0]&&n>=s[1]&&n<=s[1]+l[1])return a[c]}return -1}(this,t.offsetX,t.offsetY);sB(this).dataIndex=e>=0?e:null},30,!1);function x9(t,e,n){if(xS(n,"cartesian2d")){var i=n.getArea();return{x:t?e.x:i.x,y:t?i.y:e.y,width:t?e.width:i.width,height:t?i.height:e.height}}var i=n.getArea();return{cx:i.cx,cy:i.cy,r0:t?i.r0:e.r0,r:t?i.r:e.r,startAngle:t?e.startAngle:0,endAngle:t?e.endAngle:2*Math.PI}}var x6=2*Math.PI,x7=Math.PI/180;function x8(t,e){return uB(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function bt(t,e){var n,i,r=x8(t,e),o=t.get("center"),a=t.get("radius");ee(a)||(a=[0,a]);var s=oc(r.width,e.getWidth()),l=oc(r.height,e.getHeight()),u=Math.min(s,l),c=oc(a[0],u/2),h=oc(a[1],u/2),d=t.coordinateSystem;if(d){var p=d.dataToPoint(o);n=p[0]||0,i=p[1]||0}else ee(o)||(o=[o,o]),n=oc(o[0],s)+r.x,i=oc(o[1],l)+r.y;return{cx:n,cy:i,r0:c,r:h}}function be(t,e,n){e.eachSeriesByType(t,function(t){var e=t.getData(),i=e.mapDimension("value"),r=x8(t,n),o=bt(t,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-t.get("startAngle")*x7,h=t.get("endAngle"),d=t.get("padAngle")*x7;h="auto"===h?c-x6:-h*x7;var p=t.get("minAngle")*x7+d,f=0;e.each(i,function(t){!isNaN(t)&&f++});var g=e.getSum(i),y=Math.PI/(g||f)*2,m=t.get("clockwise"),v=t.get("roseType"),x=t.get("stillShowZeroSum"),b=e.getDataExtent(i);b[0]=0;var _=m?1:-1,S=[c,h],w=_*d/2;a1(S,!m),c=S[0],h=S[1];var M=bn(t);M.startAngle=c,M.endAngle=h,M.clockwise=m;var C=Math.abs(h-c),I=C,T=0,A=c;if(e.setLayout({viewRect:r,r:l}),e.each(i,function(t,n){if(isNaN(t))return void e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:m,cx:a,cy:s,r0:u,r:v?NaN:l});(i="area"!==v?0===g&&x?y:t*y:C/f)<p?(i=p,I-=p):T+=t;var i,r=A+_*i,o=0,c=0;d>i?c=o=A+_*i/2:(o=A+w,c=r-w),e.setItemLayout(n,{angle:i,startAngle:o,endAngle:c,clockwise:m,cx:a,cy:s,r0:u,r:v?ou(t,b,[u,l]):l}),A=r}),I<x6&&f)if(I<=.001){var D=C/f;e.each(i,function(t,n){if(!isNaN(t)){var i=e.getItemLayout(n);i.angle=D;var r=0,o=0;D<d?o=r=c+_*(n+.5)*D:(r=c+_*n*D+w,o=c+_*(n+1)*D-w),i.startAngle=r,i.endAngle=o}})}else y=I/T,A=c,e.each(i,function(t,n){if(!isNaN(t)){var i=e.getItemLayout(n),r=i.angle===p?p:t*y,o=0,a=0;r<d?a=o=A+_*r/2:(o=A+w,a=A+_*r-w),i.startAngle=o,i.endAngle=a,A+=_*r}})})}var bn=oX();function bi(t){return{seriesType:t,reset:function(t,e){var n=e.findComponents({mainType:"legend"});if(n&&n.length){var i=t.getData();i.filterSelf(function(t){for(var e=i.getName(t),r=0;r<n.length;r++)if(!n[r].isSelected(e))return!1;return!0})}}}}var br=Math.PI/180;function bo(t,e,n,i,r,o,a,s,l,u){if(!(t.length<2)){for(var c=t.length,h=0;h<c;h++)if("outer"===t[h].position&&"labelLine"===t[h].labelAlignTo){var d=t[h].label.x-u;t[h].linePoints[1][0]+=d,t[h].label.x=u}m2(t,l,l+a)&&function(t){for(var o={list:[],maxY:0},a={list:[],maxY:0},s=0;s<t.length;s++)if("none"===t[s].labelAlignTo){var l=t[s],u=l.label.y>n?a:o,c=Math.abs(l.label.y-n);if(c>=u.maxY){var h=l.label.x-e-l.len2*r,d=i+l.len;u.rB=Math.abs(h)<d?Math.sqrt(c*c/(1-h*h/d/d)):d,u.maxY=c}u.list.push(l)}p(o),p(a)}(t)}function p(t){for(var o=t.rB,a=o*o,s=0;s<t.list.length;s++){var l=t.list[s],u=Math.abs(l.label.y-n),c=i+l.len,h=e+(Math.sqrt(Math.abs(c*c*(1-u*u/a)))+l.len2)*r,d=h-l.label.x,p=l.targetTextWidth-d*r;ba(l,p,!0),l.label.x=h}}}function ba(t,e,n){if(void 0===n&&(n=!1),null==t.labelStyleWidth){var i=t.label,r=i.style,o=t.rect,a=r.backgroundColor,s=r.padding,l=s?s[1]+s[3]:0,u=r.overflow,c=o.width+(a?0:l);if(e<c||n){var h=o.height;if(u&&u.match("break")){i.setStyle("backgroundColor",null),i.setStyle("width",e-l);var d=i.getBoundingRect();i.setStyle("width",Math.ceil(d.width)),i.setStyle("backgroundColor",a)}else{var p=e-l,f=e<c?p:n?p>t.unconstrainedWidth?null:p:null;i.setStyle("width",f)}var g=i.getBoundingRect();o.width=g.width;var y=(i.style.margin||0)+2.1;o.height=g.height+y,o.y-=(o.height-h)/2}}}function bs(t){return"center"===t.position}var bl=function(t){function e(e,n,i){var r=t.call(this)||this;r.z2=2;var o=new sE;return r.setTextContent(o),r.updateData(e,n,i,!0),r}return tM(e,t),e.prototype.updateData=function(t,e,n,i){var r=t.hostModel,o=t.getItemModel(e),a=o.getModel("emphasis"),s=t.getItemLayout(e),l=tK(xG(o.getModel("itemStyle"),s,!0),s);if(isNaN(l.startAngle))return void this.setShape(l);if(i){this.setShape(l);var u=r.getShallow("animationType");r.ecModel.ssr?(lw(this,{scaleX:0,scaleY:0},r,{dataIndex:e,isFrom:!0}),this.originX=l.cx,this.originY=l.cy):"scale"===u?(this.shape.r=s.r0,lw(this,{shape:{r:s.r}},r,e)):null!=n?(this.setShape({startAngle:n,endAngle:n}),lw(this,{shape:{startAngle:s.startAngle,endAngle:s.endAngle}},r,e)):(this.shape.endAngle=s.startAngle,lS(this,{shape:{endAngle:s.endAngle}},r,e))}else lA(this),lS(this,{shape:l},r,e);this.useStyle(t.getItemVisual(e,"style")),lf(this,o);var c=(s.startAngle+s.endAngle)/2,h=r.get("selectedOffset"),d=Math.cos(c)*h,p=Math.sin(c)*h,f=o.getShallow("cursor");f&&this.attr("cursor",f),this._updateLabel(r,t,e),this.ensureState("emphasis").shape=tK({r:s.r+(a.get("scale")&&a.get("scaleSize")||0)},xG(a.getModel("itemStyle"),s)),tK(this.ensureState("select"),{x:d,y:p,shape:xG(o.getModel(["select","itemStyle"]),s)}),tK(this.ensureState("blur"),{shape:xG(o.getModel(["blur","itemStyle"]),s)});var g=this.getTextGuideLine(),y=this.getTextContent();g&&tK(g.ensureState("select"),{x:d,y:p}),tK(y.ensureState("select"),{x:d,y:p}),lc(this,a.get("focus"),a.get("blurScope"),a.get("disabled"))},e.prototype._updateLabel=function(t,e,n){var i=e.getItemModel(n),r=i.getModel("labelLine"),o=e.getItemVisual(n,"style"),a=o&&o.fill,s=o&&o.opacity;lP(this,lO(i),{labelFetcher:e.hostModel,labelDataIndex:n,inheritColor:a,defaultOpacity:s,defaultText:t.getFormattedLabel(n,"normal")||e.getName(n)});var l=this.getTextContent();this.setTextConfig({position:null,rotation:null}),l.attr({z2:10});var u=t.get(["label","position"]);if("outside"!==u&&"outer"!==u)this.removeTextGuideLine();else{var c=this.getTextGuideLine();c||(c=new dF,this.setTextGuideLine(c)),mJ(this,mQ(i),{stroke:a,opacity:ey(r.get(["lineStyle","opacity"]),s,1)})}},e}(dk),bu=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.ignoreLabelLineUpdate=!0,e}return tM(e,t),e.prototype.render=function(t,e,n,i){var r,o=t.getData(),a=this._data,s=this.group;if(!a&&o.count()>0){for(var l=o.getItemLayout(0),u=1;isNaN(l&&l.startAngle)&&u<o.count();++u)l=o.getItemLayout(u);l&&(r=l.startAngle)}if(this._emptyCircleSector&&s.remove(this._emptyCircleSector),0===o.count()&&t.get("showEmptyCircle")){var c=bn(t),h=new dk({shape:tK(bt(t,n),c)});h.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=h,s.add(h)}o.diff(a).add(function(t){var e=new bl(o,t,r);o.setItemGraphicEl(t,e),s.add(e)}).update(function(t,e){var n=a.getItemGraphicEl(e);n.updateData(o,t,r),n.off("click"),s.add(n),o.setItemGraphicEl(t,n)}).remove(function(e){lT(a.getItemGraphicEl(e),t,e)}).execute(),function(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*br,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,c=s.x,h=s.y,d=s.height;function p(t){t.ignore=!0}i.each(function(t){var s,h,d,f,g=i.getItemGraphicEl(t),y=g.shape,m=g.getTextContent(),v=g.getTextGuideLine(),x=i.getItemModel(t),b=x.getModel("label"),_=b.get("position")||x.get(["emphasis","label","position"]),S=b.get("distanceToLabelLine"),w=b.get("alignTo"),M=oc(b.get("edgeDistance"),u),C=b.get("bleedMargin"),I=x.getModel("labelLine"),T=I.get("length");T=oc(T,u);var A=I.get("length2");if(A=oc(A,u),Math.abs(y.endAngle-y.startAngle)<a){t3(m.states,p),m.ignore=!0,v&&(t3(v.states,p),v.ignore=!0);return}if(function(t){if(!t.ignore)return!0;for(var e in t.states)if(!1===t.states[e].ignore)return!0;return!1}(m)){var D=(y.startAngle+y.endAngle)/2,k=Math.cos(D),L=Math.sin(D);e=y.cx,n=y.cy;var P="inside"===_||"inner"===_;if("center"===_)s=y.cx,h=y.cy,f="center";else{var O=(P?(y.r+y.r0)/2*k:y.r*k)+e,R=(P?(y.r+y.r0)/2*L:y.r*L)+n;if(s=O+3*k,h=R+3*L,!P){var N=O+k*(T+l-y.r),z=R+L*(T+l-y.r),E=N+(k<0?-1:1)*A;s="edge"===w?k<0?c+M:c+u-M:E+(k<0?-S:S),h=z,d=[[O,R],[N,z],[E,z]]}f=P?"center":"edge"===w?k>0?"right":"left":k>0?"left":"right"}var B=Math.PI,V=0,F=b.get("rotate");if(eo(F))V=B/180*F;else if("center"===_)V=0;else if("radial"===F||!0===F)V=k<0?-D+B:-D;else if("tangential"===F&&"outside"!==_&&"outer"!==_){var W=Math.atan2(k,L);W<0&&(W=2*B+W),L>0&&(W=B+W),V=W-B}if(o=!!V,m.x=s,m.y=h,m.rotation=V,m.setStyle({verticalAlign:"middle"}),P){m.setStyle({align:f});var G=m.states.select;G&&(G.x+=m.x,G.y+=m.y)}else{var H=m.getBoundingRect().clone();H.applyTransform(m.getComputedTransform());var j=(m.style.margin||0)+2.1;H.y-=j/2,H.height+=j,r.push({label:m,labelLine:v,position:_,len:T,len2:A,minTurnAngle:I.get("minTurnAngle"),maxSurfaceAngle:I.get("maxSurfaceAngle"),surfaceNormal:new nP(k,L),linePoints:d,textAlign:f,labelDistance:S,labelAlignTo:w,edgeDistance:M,bleedMargin:C,rect:H,unconstrainedWidth:H.width,labelStyleWidth:m.style.width})}g.setTextConfig({inside:P})}}),!o&&t.get("avoidLabelOverlap")&&function(t,e,n,i,r,o,a,s){for(var l=[],u=[],c=Number.MAX_VALUE,h=-Number.MAX_VALUE,d=0;d<t.length;d++){var p=t[d].label;bs(t[d])||(p.x<e?(c=Math.min(c,p.x),l.push(t[d])):(h=Math.max(h,p.x),u.push(t[d])))}for(var d=0;d<t.length;d++){var f=t[d];if(!bs(f)&&f.linePoints){if(null!=f.labelStyleWidth)continue;var p=f.label,g=f.linePoints,y=void 0;y="edge"===f.labelAlignTo?p.x<e?g[2][0]-f.labelDistance-a-f.edgeDistance:a+r-f.edgeDistance-g[2][0]-f.labelDistance:"labelLine"===f.labelAlignTo?p.x<e?c-a-f.bleedMargin:a+r-h-f.bleedMargin:p.x<e?p.x-a-f.bleedMargin:a+r-p.x-f.bleedMargin,f.targetTextWidth=y,ba(f,y)}}bo(u,e,n,i,1,r,o,a,s,h),bo(l,e,n,i,-1,r,o,a,s,c);for(var d=0;d<t.length;d++){var f=t[d];if(!bs(f)&&f.linePoints){var p=f.label,g=f.linePoints,m="edge"===f.labelAlignTo,v=p.style.padding,x=v?v[1]+v[3]:0,b=p.style.backgroundColor?0:x,_=f.rect.width+b,S=g[1][0]-g[2][0];m?p.x<e?g[2][0]=a+f.edgeDistance+_+f.labelDistance:g[2][0]=a+r-f.edgeDistance-_-f.labelDistance:(p.x<e?g[2][0]=p.x+f.labelDistance:g[2][0]=p.x-f.labelDistance,g[1][0]=g[2][0]+S),g[1][1]=g[2][1]=p.y}}}(r,e,n,l,u,d,c,h);for(var f=0;f<r.length;f++){var g=r[f],y=g.label,m=g.labelLine,v=isNaN(y.x)||isNaN(y.y);if(y){y.setStyle({align:g.textAlign}),v&&(t3(y.states,p),y.ignore=!0);var x=y.states.select;x&&(x.x+=y.x,x.y+=y.y)}if(m){var b=g.linePoints;v||!b?(t3(m.states,p),m.ignore=!0):(mq(b,g.minTurnAngle),function(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,mW.fromArray(t[0]),mG.fromArray(t[1]),mH.fromArray(t[2]),nP.sub(mj,mG,mW),nP.sub(mX,mH,mG);var i=mj.len(),r=mX.len();if(!(i<.001)&&!(r<.001)&&(mj.scale(1/i),mX.scale(1/r),mj.dot(e)<Math.cos(n))){var o=mB(mG.x,mG.y,mH.x,mH.y,mW.x,mW.y,mU,!1);mZ.fromArray(mU);var a=Math.PI/2,s=a+Math.acos(mX.dot(e))-n;if(s>=a)nP.copy(mZ,mH);else{mZ.scaleAndAdd(mX,o/Math.tan(Math.PI/2-s));var l=mH.x!==mG.x?(mZ.x-mG.x)/(mH.x-mG.x):(mZ.y-mG.y)/(mH.y-mG.y);if(isNaN(l))return;l<0?nP.copy(mZ,mG):l>1&&nP.copy(mZ,mH)}mZ.toArray(t[1])}}}(b,g.surfaceNormal,g.maxSurfaceAngle),m.setShape({points:b}),y.__hostTarget.textGuideLineConfig={anchor:new nP(b[0][0],b[0][1])})}}}(t),"expansion"!==t.get("animationTypeUpdate")&&(this._data=o)},e.prototype.dispose=function(){},e.prototype.containPoint=function(t,e){var n=e.getData().getItemLayout(0);if(n){var i=t[0]-n.cx,r=t[1]-n.cy,o=Math.sqrt(i*i+r*r);return o<=n.r&&o>=n.r0}},e.type="pie",e}(pz);function bc(t,e,n){e=ee(e)&&{coordDimensions:e}||tK({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=new yi(yo(i,e).dimensions,t);return r.initData(i,n),r}var bh=function(){function t(t,e){this._getDataWithEncodedVisual=t,this._getRawData=e}return t.prototype.getAllNames=function(){var t=this._getRawData();return t.mapArray(t.getName)},t.prototype.containName=function(t){return this._getRawData().indexOfName(t)>=0},t.prototype.indexOfName=function(t){return this._getDataWithEncodedVisual().indexOfName(t)},t.prototype.getItemVisual=function(t,e){return this._getDataWithEncodedVisual().getItemVisual(t,e)},t}(),bd=oX(),bp=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bh(t8(this.getData,this),t8(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return bc(this,{coordDimensions:["value"],encodeDefaulter:et(u7,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=bd(n),r=i.seats;if(!r){var o=[];n.each(n.mapDimension("value"),function(t){o.push(t)}),r=i.seats=om(o,n.hostModel.get("percentPrecision"))}var a=t.prototype.getDataParams.call(this,e);return a.percent=r[e]||0,a.$vars.push("percent"),a},e.prototype._defaultLabelLine=function(t){oN(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.type="series.pie",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,left:0,top:0,right:0,bottom:0,width:null,height:null,label:{rotate:0,show:!0,overflow:"truncate",position:"outer",alignTo:"none",edgeDistance:"25%",bleedMargin:10,distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:15,smooth:!1,minTurnAngle:90,maxSurfaceAngle:90,lineStyle:{width:1,type:"solid"}},itemStyle:{borderWidth:1,borderJoin:"round"},showEmptyCircle:!0,emptyCircleStyle:{color:"lightgray",opacity:1},labelLayout:{hideOverlap:!0},emphasis:{scale:!0,scaleSize:5},avoidLabelOverlap:!0,animationType:"expansion",animationDuration:1e3,animationTypeUpdate:"transition",animationEasingUpdate:"cubicInOut",animationDurationUpdate:500,animationEasing:"cubicInOut"},e}(h$),bf=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tM(e,t),e.prototype.getInitialData=function(t,e){return yd(null,this,{useEncodeDefaulter:!0})},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?5e3:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?1e4:this.get("progressiveThreshold"):t},e.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},e.prototype.getZLevelKey=function(){return this.getData().count()>this.getProgressiveThreshold()?this.id:""},e.type="series.scatter",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,symbolSize:10,large:!1,largeThreshold:2e3,itemStyle:{opacity:.8},emphasis:{scale:!0},clip:!0,select:{itemStyle:{borderColor:"#212121"}},universalTransition:{divideShape:"clone"}},e}(h$),bg=function(){},by=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return tM(e,t),e.prototype.getDefaultShape=function(){return new bg},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.buildPath=function(t,e){var n,i=e.points,r=e.size,o=this.symbolProxy,a=o.shape,s=t.getContext?t.getContext():t,l=s&&r[0]<4,u=this.softClipShape;if(l){this._ctx=s;return}for(this._ctx=null,n=this._off;n<i.length;){var c=i[n++],h=i[n++];!(isNaN(c)||isNaN(h))&&(!u||u.contain(c,h))&&(a.x=c-r[0]/2,a.y=h-r[1]/2,a.width=r[0],a.height=r[1],o.buildPath(t,a,!0))}this.incremental&&(this._off=n,this.notClear=!0)},e.prototype.afterBrush=function(){var t,e=this.shape,n=e.points,i=e.size,r=this._ctx,o=this.softClipShape;if(r){for(t=this._off;t<n.length;){var a=n[t++],s=n[t++];!(isNaN(a)||isNaN(s))&&(!o||o.contain(a,s))&&r.fillRect(a-i[0]/2,s-i[1]/2,i[0],i[1])}this.incremental&&(this._off=t,this.notClear=!0)}},e.prototype.findDataIndex=function(t,e){for(var n=this.shape,i=n.points,r=n.size,o=Math.max(r[0],4),a=Math.max(r[1],4),s=i.length/2-1;s>=0;s--){var l=2*s,u=i[l]-o/2,c=i[l+1]-a/2;if(t>=u&&e>=c&&t<=u+o&&e<=c+a)return s}return -1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return(t=n[0],e=n[1],i.contain(t,e))?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape,n=e.points,i=e.size,r=i[0],o=i[1],a=1/0,s=1/0,l=-1/0,u=-1/0,c=0;c<n.length;){var h=n[c++],d=n[c++];a=Math.min(h,a),l=Math.max(h,l),s=Math.min(d,s),u=Math.max(d,u)}t=this._rect=new nW(a-r/2,s-o/2,l-a+r,u-s+o)}return t},e}(ss),bm=function(){function t(){this.group=new r6}return t.prototype.updateData=function(t,e){this._clear();var n=this._create();n.setShape({points:t.getLayout("points")}),this._setCommon(n,t,e)},t.prototype.updateLayout=function(t){var e=t.getLayout("points");this.group.eachChild(function(t){if(null!=t.startIndex){var n=(t.endIndex-t.startIndex)*2,i=4*t.startIndex*2;e=new Float32Array(e.buffer,i,n)}t.setShape("points",e),t.reset()})},t.prototype.incrementalPrepareUpdate=function(t){this._clear()},t.prototype.incrementalUpdate=function(t,e,n){var i=this._newAdded[0],r=e.getLayout("points"),o=i&&i.shape.points;if(o&&o.length<2e4){var a=o.length,s=new Float32Array(a+r.length);s.set(o),s.set(r,a),i.endIndex=t.end,i.setShape({points:s})}else{this._newAdded=[];var l=this._create();l.startIndex=t.start,l.endIndex=t.end,l.incremental=!0,l.setShape({points:r}),this._setCommon(l,e,n)}},t.prototype.eachRendered=function(t){this._newAdded[0]&&t(this._newAdded[0])},t.prototype._create=function(){var t=new by({cursor:"default"});return t.ignoreCoarsePointer=!0,this.group.add(t),this._newAdded.push(t),t},t.prototype._setCommon=function(t,e,n){var i=e.hostModel;n=n||{};var r=e.getVisual("symbolSize");t.setShape("size",r instanceof Array?r:[r,r]),t.softClipShape=n.clipShape||null,t.symbolProxy=fC(e.getVisual("symbol"),0,0,0,0),t.setColor=t.symbolProxy.setColor;var o=t.shape.size[0]<4;t.useStyle(i.getModel("itemStyle").getItemStyle(o?["color","shadowBlur","shadowColor"]:["color"]));var a=e.getVisual("style"),s=a&&a.fill;s&&t.setColor(s);var l=sB(t);l.seriesIndex=i.seriesIndex,t.on("mousemove",function(e){l.dataIndex=null;var n=t.hoverDataIdx;n>=0&&(l.dataIndex=n+(t.startIndex||0))})},t.prototype.remove=function(){this._clear()},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),bv=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).updateData(i,{clipShape:this._getClipShape(t)}),this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateSymbolDraw(i,t).incrementalPrepareUpdate(i),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._symbolDraw.incrementalUpdate(t,e.getData(),{clipShape:this._getClipShape(e)}),this._finished=t.end===e.getData().count()},e.prototype.updateTransform=function(t,e,n){var i=t.getData();if(this.group.dirty(),!this._finished||i.count()>1e4)return{update:!0};var r=xP("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(i)},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},e.prototype._getClipShape=function(t){if(t.get("clip",!0)){var e=t.coordinateSystem;return e&&e.getArea&&e.getArea(.1)}},e.prototype._updateSymbolDraw=function(t,e){var n=this._symbolDraw,i=e.pipelineContext.large;return n&&i===this._isLargeDraw||(n&&n.remove(),n=this._symbolDraw=i?new bm:new xl,this._isLargeDraw=i,this.group.removeAll()),this.group.add(n.group),n},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0),this._symbolDraw=null},e.prototype.dispose=function(){},e.type="scatter",e}(pz),bx=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"10%",top:60,right:"10%",bottom:70,containLabel:!1,backgroundColor:"rgba(0,0,0,0)",borderWidth:1,borderColor:"#ccc"},e}(uZ),bb=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",oq).models[0]},e.type="cartesian2dAxis",e}(uZ);t1(bb,mt);var b_={show:!0,z:0,inverse:!1,name:"",nameLocation:"end",nameRotate:null,nameTruncate:{maxWidth:null,ellipsis:"...",placeholder:"."},nameTextStyle:{},nameGap:15,silent:!1,triggerEvent:!1,tooltip:{show:!1},axisPointer:{},axisLine:{show:!0,onZero:!0,onZeroAxisIndex:null,lineStyle:{color:"#6E7079",width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15]},axisTick:{show:!0,inside:!1,length:5,lineStyle:{width:1}},axisLabel:{show:!0,inside:!1,rotate:0,showMinLabel:null,showMaxLabel:null,margin:8,fontSize:12},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:["#E0E6F1"],width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.2)","rgba(210,219,238,0.2)"]}}},bS=tZ({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},b_),bw=tZ({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:"#F4F7FD",width:1}}},b_),bM=tZ({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},bw),bC=t$({logBase:10},bw),bI={category:bS,value:bw,time:bM,log:bC},bT={value:1,category:1,time:1,log:1};function bA(t,e,n,i){t3(bT,function(r,o){var a=tZ(tZ({},bI[o],!0),i,!0),s=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e+"Axis."+o,n}return tM(n,t),n.prototype.mergeDefaultAndTheme=function(t,e){var n=uF(this),i=n?uG(t):{};tZ(t,e.getTheme().get(o+"Axis")),tZ(t,this.getDefaultOption()),t.type=bD(t),n&&uW(t,i,n)},n.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=yg.createByAxisModel(this))},n.prototype.getCategories=function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},n.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},n.type=e+"Axis."+o,n.defaultOption=a,n}(n);t.registerComponentModel(s)}),t.registerSubTypeDefaulter(e+"Axis",bD)}function bD(t){return t.type||(t.data?"category":"value")}var bk=function(){function t(t){this.type="cartesian",this._dimList=[],this._axes={},this.name=t||""}return t.prototype.getAxis=function(t){return this._axes[t]},t.prototype.getAxes=function(){return t5(this._dimList,function(t){return this._axes[t]},this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),t9(this.getAxes(),function(e){return e.scale.type===t})},t.prototype.addAxis=function(t){var e=t.dim;this._axes[e]=t,this._dimList.push(e)},t}(),bL=["x","y"];function bP(t){return"interval"===t.type||"time"===t.type}var bO=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=bL,e}return tM(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(bP(t)&&bP(e)){var n=t.getExtent(),i=e.getExtent(),r=this.dataToPoint([n[0],i[0]]),o=this.dataToPoint([n[1],i[1]]),a=n[1]-n[0],s=i[1]-i[0];if(a&&s){var l=(o[0]-r[0])/a,u=(o[1]-r[1])/s,c=r[0]-n[0]*l,h=r[1]-i[0]*u,d=this._transform=[l,0,0,u,c,h];this._invTransform=nk([],d)}}},e.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAxis("x")},e.prototype.containPoint=function(t){var e=this.getAxis("x"),n=this.getAxis("y");return e.contain(e.toLocalCoord(t[0]))&&n.contain(n.toLocalCoord(t[1]))},e.prototype.containData=function(t){return this.getAxis("x").containData(t[0])&&this.getAxis("y").containData(t[1])},e.prototype.containZone=function(t,e){var n=this.dataToPoint(t),i=this.dataToPoint(e),r=this.getArea(),o=new nW(n[0],n[1],i[0]-n[0],i[1]-n[1]);return r.intersect(o)},e.prototype.dataToPoint=function(t,e,n){n=n||[];var i=t[0],r=t[1];if(this._transform&&null!=i&&isFinite(i)&&null!=r&&isFinite(r))return e5(n,t,this._transform);var o=this.getAxis("x"),a=this.getAxis("y");return n[0]=o.toGlobalCoord(o.dataToCoord(i,e)),n[1]=a.toGlobalCoord(a.dataToCoord(r,e)),n},e.prototype.clampData=function(t,e){var n=this.getAxis("x").scale,i=this.getAxis("y").scale,r=n.getExtent(),o=i.getExtent(),a=n.parse(t[0]),s=i.parse(t[1]);return(e=e||[])[0]=Math.min(Math.max(Math.min(r[0],r[1]),a),Math.max(r[0],r[1])),e[1]=Math.min(Math.max(Math.min(o[0],o[1]),s),Math.max(o[0],o[1])),e},e.prototype.pointToData=function(t,e){var n=[];if(this._invTransform)return e5(n,t,this._invTransform);var i=this.getAxis("x"),r=this.getAxis("y");return n[0]=i.coordToData(i.toLocalCoord(t[0]),e),n[1]=r.coordToData(r.toLocalCoord(t[1]),e),n},e.prototype.getOtherAxis=function(t){return this.getAxis("x"===t.dim?"y":"x")},e.prototype.getArea=function(t){t=t||0;var e=this.getAxis("x").getGlobalExtent(),n=this.getAxis("y").getGlobalExtent(),i=Math.min(e[0],e[1])-t,r=Math.min(n[0],n[1])-t,o=Math.max(e[0],e[1])-i+t,a=Math.max(n[0],n[1])-r+t;return new nW(i,r,o,a)},e}(bk),bR=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.index=0,a.type=r||"value",a.position=o||"bottom",a}return tM(e,t),e.prototype.isHorizontal=function(){var t=this.position;return"top"===t||"bottom"===t},e.prototype.getGlobalExtent=function(t){var e=this.getExtent();return e[0]=this.toGlobalCoord(e[0]),e[1]=this.toGlobalCoord(e[1]),t&&e[0]>e[1]&&e.reverse(),e},e.prototype.pointToData=function(t,e){return this.coordToData(this.toLocalCoord(t[+("x"!==this.dim)]),e)},e.prototype.setCategorySortInfo=function(t){if("category"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(mk);function bN(t,e,n){n=n||{};var i=t.coordinateSystem,r=e.axis,o={},a=r.getAxesOnZeroOf()[0],s=r.position,l=a?"onZero":s,u=r.dim,c=i.getRect(),h=[c.x,c.x+c.width,c.y,c.y+c.height],d={left:0,right:1,top:0,bottom:1,onZero:2},p=e.get("offset")||0,f="x"===u?[h[2]-p,h[3]+p]:[h[0]-p,h[1]+p];if(a){var g=a.toGlobalCoord(a.dataToCoord(0));f[d.onZero]=Math.max(Math.min(g,f[1]),f[0])}o.position=["y"===u?f[d[l]]:h[0],"x"===u?f[d[l]]:h[3]],o.rotation=Math.PI/2*("x"!==u),o.labelDirection=o.tickDirection=o.nameDirection=({top:-1,bottom:1,left:-1,right:1})[s],o.labelOffset=a?f[d[s]]-f[d.onZero]:0,e.get(["axisTick","inside"])&&(o.tickDirection=-o.tickDirection),ef(n.labelInside,e.get(["axisLabel","inside"]))&&(o.labelDirection=-o.labelDirection);var y=e.get(["axisLabel","rotate"]);return o.labelRotate="top"===l?-y:y,o.z2=1,o}function bz(t){return"cartesian2d"===t.get("coordinateSystem")}function bE(t){var e={xAxisModel:null,yAxisModel:null};return t3(e,function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,oq).models[0];e[i]=o}),e}var bB=Math.log;function bV(t,e,n){var i=yC.prototype,r=i.getTicks.call(n),o=i.getTicks.call(n,!0),a=r.length-1,s=i.getInterval.call(n),l=y2(t,e),u=l.extent,c=l.fixMin,h=l.fixMax;if("log"===t.type){var d=bB(t.base);u=[bB(u[0])/d,bB(u[1])/d]}t.setExtent(u[0],u[1]),t.calcNiceExtent({splitNumber:a,fixMin:c,fixMax:h});var p=i.getExtent.call(t);c&&(u[0]=p[0]),h&&(u[1]=p[1]);var f=i.getInterval.call(t),g=u[0],y=u[1];if(c&&h)f=(y-g)/a;else if(c)for(y=u[0]+f*a;y<u[1]&&isFinite(y)&&isFinite(u[1]);)f=yv(f),y=u[0]+f*a;else if(h)for(g=u[1]-f*a;g>u[0]&&isFinite(g)&&isFinite(u[0]);)f=yv(f),g=u[1]-f*a;else{t.getTicks().length-1>a&&(f=yv(f));var m=f*a;(g=oh((y=Math.ceil(u[1]/f)*f)-m))<0&&u[0]>=0?(g=0,y=oh(m)):y>0&&u[1]<=0&&(y=0,g=-oh(m))}var v=(r[0].value-o[0].value)/s,x=(r[a].value-o[a].value)/s;i.setExtent.call(t,g+f*v,y+f*x),i.setInterval.call(t,f),(v||x)&&i.setNiceExtent.call(t,g+f,y-f)}var bF=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=bL,this._initCartesian(t,e,n),this.model=t}return t.prototype.getRect=function(){return this._rect},t.prototype.update=function(t,e){var n=this._axesMap;function i(t){var e,n=t7(t),i=n.length;if(i){for(var r=[],o=i-1;o>=0;o--){var a=t[+n[o]],s=a.model,l=a.scale;ym(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(y3(l,s),ym(l)&&(e=a))}r.length&&(e||y3((e=r.pop()).scale,e.model),t3(r,function(t){bV(t.scale,t.model,e.scale)}))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};t3(n.x,function(t){bG(n,"y",t,r)}),t3(n.y,function(t){bG(n,"x",t,r)}),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=t.getBoxLayoutParams(),r=!n&&t.get("containLabel"),o=uB(i,{width:e.getWidth(),height:e.getHeight()});this._rect=o;var a=this._axesList;function s(){t3(a,function(t){var e,n,i,r,a=t.isHorizontal(),s=a?[0,o.width]:[0,o.height],l=+!!t.inverse;t.setExtent(s[l],s[1-l]),e=t,n=a?o.x:o.y,r=(i=e.getExtent())[0]+i[1],e.toGlobalCoord="x"===e.dim?function(t){return t+n}:function(t){return r-t+n},e.toLocalCoord="x"===e.dim?function(t){return t-n}:function(t){return r-t+n}})}s(),r&&(t3(a,function(t){if(!t.model.get(["axisLabel","inside"])){var e=function(t){var e,n,i,r=t.model,o=t.scale;if(!(!r.get(["axisLabel","show"])||o.isBlank())){var a=o.getExtent();n=o instanceof yw?o.count():(e=o.getTicks()).length;var s=t.getLabelModel(),l=y4(t),u=1;n>40&&(u=Math.ceil(n/40));for(var c=0;c<n;c+=u){var h=l(e?e[c]:{value:a[0]+c},c),d=function(t,e){var n=e*Math.PI/180,i=t.width,r=t.height,o=i*Math.abs(Math.cos(n))+Math.abs(r*Math.sin(n)),a=i*Math.abs(Math.sin(n))+Math.abs(r*Math.cos(n));return new nW(t.x,t.y,o,a)}(s.getTextRect(h),s.get("rotate")||0);i?i.union(d):i=d}return i}}(t);if(e){var n=t.isHorizontal()?"height":"width",i=t.model.get(["axisLabel","margin"]);o[n]-=e[n]+i,"top"===t.position?o.y+=e.height+i:"left"===t.position&&(o.x+=e.width+i)}}}),s()),t3(this._coordsList,function(t){t.calcAffineTransform()})},t.prototype.getAxis=function(t,e){var n=this._axesMap[t];if(null!=n)return n[e||0]},t.prototype.getAxes=function(){return this._axesList.slice()},t.prototype.getCartesian=function(t,e){if(null!=t&&null!=e){var n="x"+t+"y"+e;return this._coordsMap[n]}ea(t)&&(e=t.yAxisIndex,t=t.xAxisIndex);for(var i=0,r=this._coordsList;i<r.length;i++)if(r[i].getAxis("x").index===t||r[i].getAxis("y").index===e)return r[i]},t.prototype.getCartesians=function(){return this._coordsList.slice()},t.prototype.convertToPixel=function(t,e,n){var i=this._findConvertTarget(e);return i.cartesian?i.cartesian.dataToPoint(n):i.axis?i.axis.toGlobalCoord(i.axis.dataToCoord(n)):null},t.prototype.convertFromPixel=function(t,e,n){var i=this._findConvertTarget(e);return i.cartesian?i.cartesian.pointToData(n):i.axis?i.axis.coordToData(i.axis.toLocalCoord(n)):null},t.prototype._findConvertTarget=function(t){var e,n,i=t.seriesModel,r=t.xAxisModel||i&&i.getReferringComponents("xAxis",oq).models[0],o=t.yAxisModel||i&&i.getReferringComponents("yAxis",oq).models[0],a=t.gridModel,s=this._coordsList;return i?0>tQ(s,e=i.coordinateSystem)&&(e=null):r&&o?e=this.getCartesian(r.componentIndex,o.componentIndex):r?n=this.getAxis("x",r.componentIndex):o?n=this.getAxis("y",o.componentIndex):a&&a.coordinateSystem===this&&(e=this._coordsList[0]),{cartesian:e,axis:n}},t.prototype.containPoint=function(t){var e=this._coordsList[0];if(e)return e.containPoint(t)},t.prototype._initCartesian=function(t,e,n){var i=this,r=this,o={left:!1,right:!1,top:!1,bottom:!1},a={x:{},y:{}},s={x:0,y:0};if(e.eachComponent("xAxis",l("x"),this),e.eachComponent("yAxis",l("y"),this),!s.x||!s.y){this._axesMap={},this._axesList=[];return}function l(e){return function(n,i){if(bW(n,t)){var l=n.get("position");"x"===e?"top"!==l&&"bottom"!==l&&(l=o.bottom?"top":"bottom"):"left"!==l&&"right"!==l&&(l=o.left?"right":"left"),o[l]=!0;var u=new bR(e,y5(n),[0,0],n.get("type"),l),c="category"===u.type;u.onBand=c&&n.get("boundaryGap"),u.inverse=n.get("inverse"),n.axis=u,u.model=n,u.grid=r,u.index=i,r._axesList.push(u),a[e][i]=u,s[e]++}}}this._axesMap=a,t3(a.x,function(e,n){t3(a.y,function(r,o){var a="x"+n+"y"+o,s=new bO(a);s.master=i,s.model=t,i._coordsMap[a]=s,i._coordsList.push(s),s.addAxis(e),s.addAxis(r)})})},t.prototype._updateScale=function(t,e){function n(t,e){t3(y8(t,e.dim),function(n){e.scale.unionExtentFromData(t,n)})}t3(this._axesList,function(t){if(t.scale.setExtent(1/0,-1/0),"category"===t.type){var e=t.model.get("categorySortInfo");t.scale.setSortInfo(e)}}),t.eachSeries(function(t){if(bz(t)){var i=bE(t),r=i.xAxisModel,o=i.yAxisModel;if(bW(r,e)&&bW(o,e)){var a=this.getCartesian(r.componentIndex,o.componentIndex),s=t.getData(),l=a.getAxis("x"),u=a.getAxis("y");n(s,l),n(s,u)}}},this)},t.prototype.getTooltipAxes=function(t){var e=[],n=[];return t3(this.getCartesians(),function(i){var r=null!=t&&"auto"!==t?i.getAxis(t):i.getBaseAxis(),o=i.getOtherAxis(r);0>tQ(e,r)&&e.push(r),0>tQ(n,o)&&n.push(o)}),{baseAxes:e,otherAxes:n}},t.create=function(e,n){var i=[];return e.eachComponent("grid",function(r,o){var a=new t(r,e,n);a.name="grid_"+o,a.resize(r,n,!0),r.coordinateSystem=a,i.push(a)}),e.eachSeries(function(t){if(bz(t)){var e=bE(t),n=e.xAxisModel,i=e.yAxisModel;t.coordinateSystem=n.getCoordSysModel().coordinateSystem.getCartesian(n.componentIndex,i.componentIndex)}}),i},t.dimensions=bL,t}();function bW(t,e){return t.getCoordSysModel()===e}function bG(t,e,n,i){n.getAxesOnZeroOf=function(){return r?[r]:[]};var r,o=t[e],a=n.model,s=a.get(["axisLine","onZero"]),l=a.get(["axisLine","onZeroAxisIndex"]);if(s){if(null!=l)bH(o[l])&&(r=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&bH(o[u])&&!i[c(o[u])]){r=o[u];break}r&&(i[c(r)]=!0)}function c(t){return t.dim+"_"+t.index}}function bH(t){var e,n,i;return t&&"category"!==t.type&&"time"!==t.type&&(n=(e=t.scale.getExtent())[0],i=e[1],!(n>0&&i>0||n<0&&i<0))}var bj=Math.PI,bX=function(){function t(t,e){this.group=new r6,this.opt=e,this.axisModel=t,t$(e,{labelOffset:0,nameDirection:1,tickDirection:1,labelDirection:1,silent:!0,handleAutoShown:function(){return!0}});var n=new r6({x:e.position[0],y:e.position[1],rotation:e.rotation});n.updateTransform(),this._transformGroup=n}return t.prototype.hasBuilder=function(t){return!!bY[t]},t.prototype.add=function(t){bY[t](this.opt,this.axisModel,this.group,this._transformGroup)},t.prototype.getGroup=function(){return this.group},t.innerTextLayout=function(t,e,n){var i,r,o=ox(e-t);return ob(o)?(r=n>0?"top":"bottom",i="center"):ob(o-bj)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o<bj?n>0?"right":"left":n>0?"left":"right"),{rotation:o,textAlign:i,textVerticalAlign:r}},t.makeAxisEventDataBase=function(t){var e={componentType:t.mainType,componentIndex:t.componentIndex};return e[t.mainType+"Index"]=t.componentIndex,e},t.isLabelSilent=function(t){var e=t.get("tooltip");return t.get("silent")||!(t.get("triggerEvent")||e&&e.show)},t}(),bY={axisLine:function(t,e,n,i){var r=e.get(["axisLine","show"]);if("auto"===r&&t.handleAutoShown&&(r=t.handleAutoShown("axisLine")),r){var o=e.axis.getExtent(),a=i.transform,s=[o[0],0],l=[o[1],0],u=s[0]>l[0];a&&(e5(s,s,a),e5(l,l,a));var c=tK({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new dj({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1});pp(h.shape,h.style.lineWidth),h.anid="line",n.add(h);var d=e.get(["axisLine","symbol"]);if(null!=d){var p=e.get(["axisLine","symbolSize"]);ei(d)&&(d=[d,d]),(ei(p)||eo(p))&&(p=[p,p]);var f=fT(e.get(["axisLine","symbolOffset"])||0,p),g=p[0],y=p[1];t3([{rotate:t.rotation+Math.PI/2,offset:f[0],r:0},{rotate:t.rotation-Math.PI/2,offset:f[1],r:Math.sqrt((s[0]-l[0])*(s[0]-l[0])+(s[1]-l[1])*(s[1]-l[1]))}],function(e,i){if("none"!==d[i]&&null!=d[i]){var r=fC(d[i],-g/2,-y/2,g,y,c.stroke,!0),o=e.r+e.offset,a=u?l:s;r.attr({rotation:e.rotate,x:a[0]+o*Math.cos(t.rotation),y:a[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),n.add(r)}})}}},axisTickLabel:function(t,e,n,i){var r=function(t,e,n,i){var r=n.axis,o=n.getModel("axisTick"),a=o.get("show");if("auto"===a&&i.handleAutoShown&&(a=i.handleAutoShown("axisTick")),!(!a||r.scale.isBlank())){for(var s=o.getModel("lineStyle"),l=i.tickDirection*o.get("length"),u=bK(r.getTicksCoords(),e.transform,l,t$(s.getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;c<u.length;c++)t.add(u[c]);return u}}(n,i,e,t),o=function(t,e,n,i){var r=n.axis;if(!(!ef(i.axisLabelShow,n.get(["axisLabel","show"]))||r.scale.isBlank())){var o=n.getModel("axisLabel"),a=o.get("margin"),s=r.getViewLabels(),l=(ef(i.labelRotate,o.get("rotate"))||0)*bj/180,u=bX.innerTextLayout(i.rotation,l,i.labelDirection),c=n.getCategories&&n.getCategories(!0),h=[],d=bX.isLabelSilent(n),p=n.get("triggerEvent");return t3(s,function(l,f){var g="ordinal"===r.scale.type?r.scale.getRawOrdinalNumber(l.tickValue):l.tickValue,y=l.formattedLabel,m=l.rawLabel,v=o;if(c&&c[g]){var x=c[g];ea(x)&&x.textStyle&&(v=new l1(x.textStyle,o,n.ecModel))}var b=v.getTextColor()||n.get(["axisLine","lineStyle","color"]),_=r.dataToCoord(g),S=v.getShallow("align",!0)||u.textAlign,w=eg(v.getShallow("alignMinLabel",!0),S),M=eg(v.getShallow("alignMaxLabel",!0),S),C=v.getShallow("verticalAlign",!0)||v.getShallow("baseline",!0)||u.textVerticalAlign,I=eg(v.getShallow("verticalAlignMinLabel",!0),C),T=eg(v.getShallow("verticalAlignMaxLabel",!0),C),A=new sE({x:_,y:i.labelOffset+i.labelDirection*a,rotation:u.rotation,silent:d,z2:10+(l.level||0),style:lR(v,{text:y,align:0===f?w:f===s.length-1?M:S,verticalAlign:0===f?I:f===s.length-1?T:C,fill:en(b)?b("category"===r.type?m:"value"===r.type?g+"":g,f):b})});if(A.anid="label_"+g,pC({el:A,componentModel:n,itemName:y,formatterParamsExtra:{isTruncated:function(){return A.isTruncated},value:m,tickIndex:f}}),p){var D=bX.makeAxisEventDataBase(n);D.targetType="axisLabel",D.value=m,D.tickIndex=f,"category"===r.type&&(D.dataIndex=g),sB(A).eventData=D}e.add(A),A.updateTransform(),h.push(A),t.add(A),A.decomposeTransform()}),h}}(n,i,e,t);(function(t,e,n){if(!y7(t.axis)){var i=t.get(["axisLabel","showMinLabel"]),r=t.get(["axisLabel","showMaxLabel"]);n=n||[];var o=(e=e||[])[0],a=e[1],s=e[e.length-1],l=e[e.length-2],u=n[0],c=n[1],h=n[n.length-1],d=n[n.length-2];!1===i?(bU(o),bU(u)):bZ(o,a)&&(i?(bU(a),bU(c)):(bU(o),bU(u))),!1===r?(bU(s),bU(h)):bZ(l,s)&&(r?(bU(l),bU(d)):(bU(s),bU(h)))}})(e,o,r),function(t,e,n,i){var r=n.axis,o=n.getModel("minorTick");if(!(!o.get("show")||r.scale.isBlank())){var a=r.getMinorTicksCoords();if(a.length)for(var s=o.getModel("lineStyle"),l=i*o.get("length"),u=t$(s.getLineStyle(),t$(n.getModel("axisTick").getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])})),c=0;c<a.length;c++)for(var h=bK(a[c],e.transform,l,u,"minorticks_"+c),d=0;d<h.length;d++)t.add(h[d])}}(n,i,e,t.tickDirection),e.get(["axisLabel","hideOverlap"])&&m3(m0(t5(o,function(t){return{label:t,priority:t.z2,defaultAttr:{ignore:t.ignore}}})))},axisName:function(t,e,n,i){var r,o,a=ef(t.axisName,e.get("name"));if(a){var s,l,u,c,h,d,p,f,g,y=e.get("nameLocation"),m=t.nameDirection,v=e.getModel("nameTextStyle"),x=e.get("nameGap")||0,b=e.axis.getExtent(),_=b[0]>b[1]?-1:1,S=["start"===y?b[0]-_*x:"end"===y?b[1]+_*x:(b[0]+b[1])/2,bq(y)?t.labelOffset+m*x:0],w=e.get("nameRotate");null!=w&&(w=w*bj/180),bq(y)?r=bX.innerTextLayout(t.rotation,null!=w?w:t.rotation,m):(s=t.rotation,l=y,u=w||0,c=b,p=ox(u-s),f=c[0]>c[1],g="start"===l&&!f||"start"!==l&&f,ob(p-bj/2)?(d=g?"bottom":"top",h="center"):ob(p-1.5*bj)?(d=g?"top":"bottom",h="center"):(d="middle",h=p<1.5*bj&&p>bj/2?g?"left":"right":g?"right":"left"),r={rotation:p,textAlign:h,textVerticalAlign:d},null!=(o=t.axisNameAvailableWidth)&&(isFinite(o=Math.abs(o/Math.sin(r.rotation)))||(o=null)));var M=v.getFont(),C=e.get("nameTruncate",!0)||{},I=C.ellipsis,T=ef(t.nameTruncateMaxWidth,C.maxWidth,o),A=new sE({x:S[0],y:S[1],rotation:r.rotation,silent:bX.isLabelSilent(e),style:lR(v,{text:a,font:M,overflow:"truncate",width:T,ellipsis:I,fill:v.getTextColor()||e.get(["axisLine","lineStyle","color"]),align:v.get("align")||r.textAlign,verticalAlign:v.get("verticalAlign")||r.textVerticalAlign}),z2:1});if(pC({el:A,componentModel:e,itemName:a}),A.__fullText=a,A.anid="name",e.get("triggerEvent")){var D=bX.makeAxisEventDataBase(e);D.targetType="axisName",D.name=a,sB(A).eventData=D}i.add(A),A.updateTransform(),n.add(A),A.decomposeTransform()}}};function bU(t){t&&(t.ignore=!0)}function bZ(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var r=nM([]);return nA(r,r,-t.rotation),n.applyTransform(nI([],r,t.getLocalTransform())),i.applyTransform(nI([],r,e.getLocalTransform())),n.intersect(i)}}function bq(t){return"middle"===t||"center"===t}function bK(t,e,n,i,r){for(var o=[],a=[],s=[],l=0;l<t.length;l++){var u=t[l].coord;a[0]=u,a[1]=0,s[0]=u,s[1]=n,e&&(e5(a,a,e),e5(s,s,e));var c=new dj({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:i,z2:2,autoBatch:!0,silent:!0});pp(c.shape,c.style.lineWidth),c.anid=r+"_"+t[l].tickValue,o.push(c)}return o}function b$(t,e){return"all"===t||ee(t)&&tQ(t,e)>=0||t===e}function bJ(t){var e=(t.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return e&&e.axesInfo[b0(t)]}function bQ(t){return!!t.get(["handle","show"])}function b0(t){return t.type+"||"+t.id}var b1={},b2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(e,n,i,r){this.axisPointerClass&&function(t){var e=bJ(t);if(e){var n=e.axisPointerModel,i=e.axis.scale,r=n.option,o=n.get("status"),a=n.get("value");null!=a&&(a=i.parse(a));var s=bQ(n);null==o&&(r.status=s?"show":"hide");var l=i.getExtent().slice();l[0]>l[1]&&l.reverse(),(null==a||a>l[1])&&(a=l[1]),a<l[0]&&(a=l[0]),r.value=a,s&&(r.status=e.axis.scale.isBlank()?"hide":"show")}}(e),t.prototype.render.apply(this,arguments),this._doUpdateAxisPointerClass(e,i,!0)},e.prototype.updateAxisPointer=function(t,e,n,i){this._doUpdateAxisPointerClass(t,n,!1)},e.prototype.remove=function(t,e){var n=this._axisPointer;n&&n.remove(e)},e.prototype.dispose=function(e,n){this._disposeAxisPointer(n),t.prototype.dispose.apply(this,arguments)},e.prototype._doUpdateAxisPointerClass=function(t,n,i){var r=e.getAxisPointerClass(this.axisPointerClass);if(r){var o,a=(o=bJ(t))&&o.axisPointerModel;a?(this._axisPointer||(this._axisPointer=new r)).render(t,a,n,i):this._disposeAxisPointer(n)}},e.prototype._disposeAxisPointer=function(t){this._axisPointer&&this._axisPointer.dispose(t),this._axisPointer=null},e.registerAxisPointerClass=function(t,e){b1[t]=e},e.getAxisPointerClass=function(t){return t&&b1[t]},e.type="axis",e}(hQ),b3=oX();function b5(t,e,n,i){var r=n.axis;if(!r.scale.isBlank()){var o=n.getModel("splitArea"),a=o.getModel("areaStyle"),s=a.get("color"),l=i.coordinateSystem.getRect(),u=r.getTicksCoords({tickModel:o,clamp:!0});if(u.length){var c=s.length,h=b3(t).splitAreaColors,d=eT(),p=0;if(h)for(var f=0;f<u.length;f++){var g=h.get(u[f].tickValue);if(null!=g){p=(g+(c-1)*f)%c;break}}var y=r.toGlobalCoord(u[0].coord),m=a.getAreaStyle();s=ee(s)?s:[s];for(var f=1;f<u.length;f++){var v=r.toGlobalCoord(u[f].coord),x=void 0,b=void 0,_=void 0,S=void 0;r.isHorizontal()?(x=y,b=l.y,_=v-x,S=l.height,y=x+_):(x=l.x,b=y,_=l.width,S=v-b,y=b+S);var w=u[f-1].tickValue;null!=w&&d.set(w,p),e.add(new s_({anid:null!=w?"area_"+w:null,shape:{x:x,y:b,width:_,height:S},style:t$({fill:s[p]},m),autoBatch:!0,silent:!0})),p=(p+1)%c}b3(t).splitAreaColors=d}}}function b4(t){b3(t).splitAreaColors=null}var b9=["axisLine","axisTickLabel","axisName"],b6=["splitArea","splitLine","minorSplitLine"],b7=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="CartesianAxisPointer",n}return tM(e,t),e.prototype.render=function(e,n,i,r){this.group.removeAll();var o=this._axisGroup;if(this._axisGroup=new r6,this.group.add(this._axisGroup),e.get("show")){var a=e.getCoordSysModel(),s=bN(a,e),l=new bX(e,tK({handleAutoShown:function(t){for(var n=a.coordinateSystem.getCartesians(),i=0;i<n.length;i++)if(ym(n[i].getOtherAxis(e.axis).scale))return!0;return!1}},s));t3(b9,l.add,l),this._axisGroup.add(l.getGroup()),t3(b6,function(t){e.get([t,"show"])&&b8[t](this,this._axisGroup,e,a)},this),r&&"changeAxisOrder"===r.type&&r.isInitSort||px(o,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)}},e.prototype.remove=function(){b4(this)},e.type="cartesianAxis",e}(b2),b8={splitLine:function(t,e,n,i){var r=n.axis;if(!r.scale.isBlank()){var o=n.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color"),l=!1!==o.get("showMinLine"),u=!1!==o.get("showMaxLine");s=ee(s)?s:[s];for(var c=i.coordinateSystem.getRect(),h=r.isHorizontal(),d=0,p=r.getTicksCoords({tickModel:o}),f=[],g=[],y=a.getLineStyle(),m=0;m<p.length;m++){var v=r.toGlobalCoord(p[m].coord);if((0!==m||l)&&(m!==p.length-1||u)){var x=p[m].tickValue;h?(f[0]=v,f[1]=c.y,g[0]=v,g[1]=c.y+c.height):(f[0]=c.x,f[1]=v,g[0]=c.x+c.width,g[1]=v);var b=d++%s.length,_=new dj({anid:null!=x?"line_"+x:null,autoBatch:!0,shape:{x1:f[0],y1:f[1],x2:g[0],y2:g[1]},style:t$({stroke:s[b]},y),silent:!0});pp(_.shape,y.lineWidth),e.add(_)}}}},minorSplitLine:function(t,e,n,i){var r=n.axis,o=n.getModel("minorSplitLine").getModel("lineStyle"),a=i.coordinateSystem.getRect(),s=r.isHorizontal(),l=r.getMinorTicksCoords();if(l.length)for(var u=[],c=[],h=o.getLineStyle(),d=0;d<l.length;d++)for(var p=0;p<l[d].length;p++){var f=r.toGlobalCoord(l[d][p].coord);s?(u[0]=f,u[1]=a.y,c[0]=f,c[1]=a.y+a.height):(u[0]=a.x,u[1]=f,c[0]=a.x+a.width,c[1]=f);var g=new dj({anid:"minor_line_"+l[d][p].tickValue,autoBatch:!0,shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]},style:h,silent:!0});pp(g.shape,h.lineWidth),e.add(g)}},splitArea:function(t,e,n,i){b5(t,e,n,i)}},_t=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="xAxis",e}(b7),_e=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=_t.type,e}return tM(e,t),e.type="yAxis",e}(b7),_n=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="grid",e}return tM(e,t),e.prototype.render=function(t,e){this.group.removeAll(),t.get("show")&&this.group.add(new s_({shape:t.coordinateSystem.getRect(),style:t$({fill:t.get("backgroundColor")},t.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(hQ),_i={offset:0};function _r(t){t.registerComponentView(_n),t.registerComponentModel(bx),t.registerCoordinateSystem("cartesian2d",bF),bA(t,"x",bb,_i),bA(t,"y",bb,_i),t.registerComponentView(_t),t.registerComponentView(_e),t.registerPreprocessor(function(t){t.xAxis&&t.yAxis&&!t.grid&&(t.grid={})})}function _o(t){t.eachSeriesByType("radar",function(t){var e=t.getData(),n=[],i=t.coordinateSystem;if(i){var r=i.getIndicatorAxes();t3(r,function(t,o){e.each(e.mapDimension(r[o].dim),function(t,e){n[e]=n[e]||[];var r,a=i.dataToPoint(t,o);n[e][o]=_a(a)?a:[(r=i).cx,r.cy]})}),e.each(function(t){var r,o=t6(n[t],function(t){return _a(t)})||[(r=i).cx,r.cy];n[t].push(o.slice()),e.setItemLayout(t,n[t])})}})}function _a(t){return!isNaN(t[0])&&!isNaN(t[1])}function _s(t){var e=t.polar;if(e){ee(e)||(e=[e]);var n=[];t3(e,function(e,i){e.indicator?(e.type&&!e.shape&&(e.shape=e.type),t.radar=t.radar||[],ee(t.radar)||(t.radar=[t.radar]),t.radar.push(e)):n.push(e)}),t.polar=n}t3(t.series,function(t){t&&"radar"===t.type&&t.polarIndex&&(t.radarIndex=t.polarIndex)})}var _l=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.coordinateSystem,r=this.group,o=t.getData(),a=this._data;function s(e,n,i,r,o,a){i.removeAll();for(var s=0;s<n.length-1;s++){var l=function(t,e){var n=t.getItemVisual(e,"symbol")||"circle";if("none"!==n){var i=fI(t.getItemVisual(e,"symbolSize")),r=fC(n,-1,-1,2,2),o=t.getItemVisual(e,"symbolRotate")||0;return r.attr({style:{strokeNoScale:!0},z2:100,scaleX:i[0]/2,scaleY:i[1]/2,rotation:o*Math.PI/180||0}),r}}(r,o);l&&(l.__dimIdx=s,e[s]?(l.setPosition(e[s]),tu[a?"initProps":"updateProps"](l,{x:n[s][0],y:n[s][1]},t,o)):l.setPosition(n[s]),i.add(l))}}function l(t){return t5(t,function(t){return[i.cx,i.cy]})}o.diff(a).add(function(e){var n=o.getItemLayout(e);if(n){var i=new dE,r=new dF,a={shape:{points:n}};i.shape.points=l(n),r.shape.points=l(n),lw(i,a,t,e),lw(r,a,t,e);var u=new r6,c=new r6;u.add(r),u.add(i),u.add(c),s(r.shape.points,n,c,o,e,!0),o.setItemGraphicEl(e,u)}}).update(function(e,n){var i=a.getItemGraphicEl(n),r=i.childAt(0),l=i.childAt(1),u=i.childAt(2),c={shape:{points:o.getItemLayout(e)}};c.shape.points&&(s(r.shape.points,c.shape.points,u,o,e,!1),lA(l),lA(r),lS(r,c,t),lS(l,c,t),o.setItemGraphicEl(e,i))}).remove(function(t){r.remove(a.getItemGraphicEl(t))}).execute(),o.eachItemGraphicEl(function(t,e){var n=o.getItemModel(e),i=t.childAt(0),a=t.childAt(1),s=t.childAt(2),l=o.getItemVisual(e,"style"),u=l.fill;r.add(t),i.useStyle(t$(n.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:u})),lf(i,n,"lineStyle"),lf(a,n,"areaStyle");var c=n.getModel("areaStyle"),h=c.isEmpty()&&c.parentModel.isEmpty();a.ignore=h,t3(["emphasis","select","blur"],function(t){var e=n.getModel([t,"areaStyle"]),i=e.isEmpty()&&e.parentModel.isEmpty();a.ensureState(t).ignore=i&&h}),a.useStyle(t$(c.getAreaStyle(),{fill:u,opacity:.7,decal:l.decal}));var d=n.getModel("emphasis"),p=d.getModel("itemStyle").getItemStyle();s.eachChild(function(t){if(t instanceof sp){var i=t.style;t.useStyle(tK({image:i.image,x:i.x,y:i.y,width:i.width,height:i.height},l))}else t.useStyle(l),t.setColor(u),t.style.strokeNoScale=!0;t.ensureState("emphasis").style=tU(p);var r=o.getStore().get(o.getDimensionIndex(t.__dimIdx),e);(null==r||isNaN(r))&&(r=""),lP(t,lO(n),{labelFetcher:o.hostModel,labelDataIndex:e,labelDimIndex:t.__dimIdx,defaultText:r,inheritColor:u,defaultOpacity:l.opacity})}),lc(t,d.get("focus"),d.get("blurScope"),d.get("disabled"))}),this._data=o},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.type="radar",e}(pz),_u=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tM(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bh(t8(this.getData,this),t8(this.getRawData,this))},e.prototype.getInitialData=function(t,e){return bc(this,{generateCoord:"indicator_",generateCoordCount:1/0})},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.coordinateSystem.getIndicatorAxes(),o=this.getData().getName(t),a=""===o?this.name:o,s=hz(this,t);return hD("section",{header:a,sortBlocks:!0,blocks:t5(r,function(e){var n=i.get(i.mapDimension(e.dim),t);return hD("nameValue",{markerType:"subItem",markerColor:s,name:e.name,value:n,sortParam:n})})})},e.prototype.getTooltipPosition=function(t){if(null!=t){for(var e=this.getData(),n=this.coordinateSystem,i=e.getValues(t5(n.dimensions,function(t){return e.mapDimension(t)}),t),r=0,o=i.length;r<o;r++)if(!isNaN(i[r])){var a=n.getIndicatorAxes();return n.coordToPoint(a[r].dataToCoord(i[r]),r)}}},e.type="series.radar",e.dependencies=["radar"],e.defaultOption={z:2,colorBy:"data",coordinateSystem:"radar",legendHoverLink:!0,radarIndex:0,lineStyle:{width:2,type:"solid",join:"round"},label:{position:"top"},symbolSize:8},e}(h$),_c=bI.value;function _h(t,e){return t$({show:e},t)}var _d=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.optionUpdated=function(){var t=this.get("boundaryGap"),e=this.get("splitNumber"),n=this.get("scale"),i=this.get("axisLine"),r=this.get("axisTick"),o=this.get("axisLabel"),a=this.get("axisName"),s=this.get(["axisName","show"]),l=this.get(["axisName","formatter"]),u=this.get("axisNameGap"),c=this.get("triggerEvent"),h=t5(this.get("indicator")||[],function(h){null!=h.max&&h.max>0&&!h.min?h.min=0:null!=h.min&&h.min<0&&!h.max&&(h.max=0);var d=a;null!=h.color&&(d=t$({color:h.color},a));var p=tZ(tU(h),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:h.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:d,triggerEvent:c},!1);if(ei(l)){var f=p.name;p.name=l.replace("{value}",null!=f?f:"")}else en(l)&&(p.name=l(p.name,p));var g=new l1(p,null,this.ecModel);return t1(g,mt.prototype),g.mainType="radar",g.componentIndex=this.componentIndex,g},this);this._indicatorModels=h},e.prototype.getIndicatorModels=function(){return this._indicatorModels},e.type="radar",e.defaultOption={z:0,center:["50%","50%"],radius:"75%",startAngle:90,axisName:{show:!0},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:tZ({lineStyle:{color:"#bbb"}},_c.axisLine),axisLabel:_h(_c.axisLabel,!1),axisTick:_h(_c.axisTick,!1),splitLine:_h(_c.splitLine,!0),splitArea:_h(_c.splitArea,!0),indicator:[]},e}(uZ),_p=["axisLine","axisTickLabel","axisName"],_f=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){this.group.removeAll(),this._buildAxes(t),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t){var e=t.coordinateSystem;t3(t5(e.getIndicatorAxes(),function(t){var n=t.model.get("showName")?t.name:"";return new bX(t.model,{axisName:n,position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})}),function(t){t3(_p,t.add,t),this.group.add(t.getGroup())},this)},e.prototype._buildSplitLineAndArea=function(t){var e=t.coordinateSystem,n=e.getIndicatorAxes();if(n.length){var i=t.get("shape"),r=t.getModel("splitLine"),o=t.getModel("splitArea"),a=r.getModel("lineStyle"),s=o.getModel("areaStyle"),l=r.get("show"),u=o.get("show"),c=a.get("color"),h=s.get("color"),d=ee(c)?c:[c],p=ee(h)?h:[h],f=[],g=[];if("circle"===i)for(var y=n[0].getTicksCoords(),m=e.cx,v=e.cy,x=0;x<y.length;x++){if(l){var b=A(f,d,x);f[b].push(new dp({shape:{cx:m,cy:v,r:y[x].coord}}))}if(u&&x<y.length-1){var b=A(g,p,x);g[b].push(new dO({shape:{cx:m,cy:v,r0:y[x].coord,r:y[x+1].coord}}))}}else for(var _,S=t5(n,function(t,n){var i=t.getTicksCoords();return _=null==_?i.length-1:Math.min(i.length-1,_),t5(i,function(t){return e.coordToPoint(t.coord,n)})}),w=[],x=0;x<=_;x++){for(var M=[],C=0;C<n.length;C++)M.push(S[C][x]);if(M[0]&&M.push(M[0].slice()),l){var b=A(f,d,x);f[b].push(new dF({shape:{points:M}}))}if(u&&w){var b=A(g,p,x-1);g[b].push(new dE({shape:{points:M.concat(w)}}))}w=M.slice().reverse()}var I=a.getLineStyle(),T=s.getAreaStyle();t3(g,function(t,e){this.group.add(ph(t,{style:t$({stroke:"none",fill:p[e%p.length]},T),silent:!0}))},this),t3(f,function(t,e){this.group.add(ph(t,{style:t$({fill:"none",stroke:d[e%d.length]},I),silent:!0}))},this)}function A(t,e,n){var i=n%e.length;return t[i]=t[i]||[],i}},e.type="radar",e}(hQ),_g=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.type="value",r.angle=0,r.name="",r}return tM(e,t),e}(mk),_y=function(){function t(t,e,n){this.dimensions=[],this._model=t,this._indicatorAxes=t5(t.getIndicatorModels(),function(t,e){var n="indicator_"+e,i=new _g(n,new yC);return i.name=t.get("name"),i.model=t,t.axis=i,this.dimensions.push(n),i},this),this.resize(t,n)}return t.prototype.getIndicatorAxes=function(){return this._indicatorAxes},t.prototype.dataToPoint=function(t,e){var n=this._indicatorAxes[e];return this.coordToPoint(n.dataToCoord(t),e)},t.prototype.coordToPoint=function(t,e){var n=this._indicatorAxes[e].angle;return[this.cx+t*Math.cos(n),this.cy-t*Math.sin(n)]},t.prototype.pointToData=function(t){var e,n=t[0]-this.cx,i=t[1]-this.cy,r=Math.sqrt(n*n+i*i);n/=r;for(var o=Math.atan2(-(i/=r),n),a=1/0,s=-1,l=0;l<this._indicatorAxes.length;l++){var u=this._indicatorAxes[l],c=Math.abs(o-u.angle);c<a&&(e=u,s=l,a=c)}return[s,+(e&&e.coordToData(r))]},t.prototype.resize=function(t,e){var n=t.get("center"),i=e.getWidth(),r=e.getHeight(),o=Math.min(i,r)/2;this.cx=oc(n[0],i),this.cy=oc(n[1],r),this.startAngle=t.get("startAngle")*Math.PI/180;var a=t.get("radius");(ei(a)||eo(a))&&(a=[0,a]),this.r0=oc(a[0],o),this.r=oc(a[1],o),t3(this._indicatorAxes,function(t,e){t.setExtent(this.r0,this.r);var n=this.startAngle+e*Math.PI*2/this._indicatorAxes.length;t.angle=Math.atan2(Math.sin(n),Math.cos(n))},this)},t.prototype.update=function(t,e){var n=this._indicatorAxes,i=this._model;t3(n,function(t){t.scale.setExtent(1/0,-1/0)}),t.eachSeriesByType("radar",function(e,r){if("radar"===e.get("coordinateSystem")&&t.getComponent("radar",e.get("radarIndex"))===i){var o=e.getData();t3(n,function(t){t.scale.unionExtentFromData(o,o.mapDimension(t.dim))})}},this);var r=i.get("splitNumber"),o=new yC;o.setExtent(0,r),o.setInterval(1),t3(n,function(t,e){bV(t.scale,t.model,o)})},t.prototype.convertToPixel=function(t,e,n){return console.warn("Not implemented."),null},t.prototype.convertFromPixel=function(t,e,n){return console.warn("Not implemented."),null},t.prototype.containPoint=function(t){return console.warn("Not implemented."),!1},t.create=function(e,n){var i=[];return e.eachComponent("radar",function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o}),e.eachSeriesByType("radar",function(t){"radar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("radarIndex")||0])}),i},t.dimensions=[],t}();function _m(t){t.registerCoordinateSystem("radar",_y),t.registerComponentModel(_d),t.registerComponentView(_f),t.registerVisual({seriesType:"radar",reset:function(t){var e=t.getData();e.each(function(t){e.setItemVisual(t,"legendIcon","roundRect")}),e.setVisual("legendIcon","roundRect")}})}var _v="\0_ec_interaction_mutex";function _x(t){return t[_v]||(t[_v]={})}gO({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},eP);var _b=function(t){function e(e){var n=t.call(this)||this;n._zr=e;var i=t8(n._mousedownHandler,n),r=t8(n._mousemoveHandler,n),o=t8(n._mouseupHandler,n),a=t8(n._mousewheelHandler,n),s=t8(n._pinchHandler,n);return n.enable=function(t,n){this.disable(),this._opt=t$(tU(n)||{},{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),null==t&&(t=!0),(!0===t||"move"===t||"pan"===t)&&(e.on("mousedown",i),e.on("mousemove",r),e.on("mouseup",o)),(!0===t||"scale"===t||"zoom"===t)&&(e.on("mousewheel",a),e.on("pinch",s))},n.disable=function(){e.off("mousedown",i),e.off("mousemove",r),e.off("mouseup",o),e.off("mousewheel",a),e.off("pinch",s)},n}return tM(e,t),e.prototype.isDragging=function(){return this._dragging},e.prototype.isPinching=function(){return this._pinching},e.prototype.setPointerChecker=function(t){this.pointerChecker=t},e.prototype.dispose=function(){this.disable()},e.prototype._mousedownHandler=function(t){if(!nx(t)){for(var e=t.target;e;){if(e.draggable)return;e=e.__hostTarget||e.parent}var n=t.offsetX,i=t.offsetY;this.pointerChecker&&this.pointerChecker(t,n,i)&&(this._x=n,this._y=i,this._dragging=!0)}},e.prototype._mousemoveHandler=function(t){if(!(!this._dragging||!_w("moveOnMouseMove",t,this._opt)||"pinch"===t.gestureEvent||_x(this._zr).globalPan)){var e=t.offsetX,n=t.offsetY,i=this._x,r=this._y;this._x=e,this._y=n,this._opt.preventDefaultMouseMove&&nv(t.event),_S(this,"pan","moveOnMouseMove",t,{dx:e-i,dy:n-r,oldX:i,oldY:r,newX:e,newY:n,isAvailableBehavior:null})}},e.prototype._mouseupHandler=function(t){nx(t)||(this._dragging=!1)},e.prototype._mousewheelHandler=function(t){var e=_w("zoomOnMouseWheel",t,this._opt),n=_w("moveOnMouseWheel",t,this._opt),i=t.wheelDelta,r=Math.abs(i),o=t.offsetX,a=t.offsetY;if(0!==i&&(e||n)){if(e){var s=r>3?1.4:r>1?1.2:1.1;__(this,"zoom","zoomOnMouseWheel",t,{scale:i>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(i);__(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:(i>0?1:-1)*(l>3?.4:l>1?.15:.05),originX:o,originY:a,isAvailableBehavior:null})}}},e.prototype._pinchHandler=function(t){if(!_x(this._zr).globalPan){var e=t.pinchScale>1?1.1:1/1.1;__(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e}(e8);function __(t,e,n,i,r){t.pointerChecker&&t.pointerChecker(i,r.originX,r.originY)&&(nv(i.event),_S(t,e,n,i,r))}function _S(t,e,n,i,r){r.isAvailableBehavior=t8(_w,null,n,i),t.trigger(e,r)}function _w(t,e,n){var i=n[t];return!t||i&&(!ei(i)||e.event[i+"Key"])}function _M(t,e,n){var i=t.target;i.x+=e,i.y+=n,i.dirty()}function _C(t,e,n,i){var r=t.target,o=t.zoomLimit,a=t.zoom=t.zoom||1;if(a*=e,o){var s=o.min||0;a=Math.max(Math.min(o.max||1/0,a),s)}var l=a/t.zoom;t.zoom=a,r.x-=(n-r.x)*(l-1),r.y-=(i-r.y)*(l-1),r.scaleX*=l,r.scaleY*=l,r.dirty()}var _I={axisPointer:1,tooltip:1,brush:1};function _T(t,e,n){var i=e.getComponentByElement(t.topTarget),r=i&&i.coordinateSystem;return i&&i!==n&&!_I.hasOwnProperty(i.mainType)&&r&&r.model!==n}function _A(t){ei(t)&&(t=new DOMParser().parseFromString(t,"text/xml"));var e=t;for(9===e.nodeType&&(e=e.firstChild);"svg"!==e.nodeName.toLowerCase()||1!==e.nodeType;)e=e.nextSibling;return e}var _D={fill:"fill",stroke:"stroke","stroke-width":"lineWidth",opacity:"opacity","fill-opacity":"fillOpacity","stroke-opacity":"strokeOpacity","stroke-dasharray":"lineDash","stroke-dashoffset":"lineDashOffset","stroke-linecap":"lineCap","stroke-linejoin":"lineJoin","stroke-miterlimit":"miterLimit","font-family":"fontFamily","font-size":"fontSize","font-style":"fontStyle","font-weight":"fontWeight","text-anchor":"textAlign",visibility:"visibility",display:"display"},_k=t7(_D),_L={"alignment-baseline":"textBaseline","stop-color":"stopColor"},_P=t7(_L),_O=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var n,i,r=_A(t);this._defsUsePending=[];var o=new r6;this._root=o;var a=[],s=r.getAttribute("viewBox")||"",l=parseFloat(r.getAttribute("width")||e.width),u=parseFloat(r.getAttribute("height")||e.height);isNaN(l)&&(l=null),isNaN(u)&&(u=null),_V(r,o,null,!0,!1);for(var c=r.firstChild;c;)this._parseNode(c,o,a,null,!1,!1),c=c.nextSibling;if(function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i[0].style[i[1]]=t[i[2]]}}(this._defs,this._defsUsePending),this._defsUsePending=[],s){var h=_H(s);h.length>=4&&(n={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(n&&null!=l&&null!=u&&(i=_Z(n,{x:0,y:0,width:l,height:u}),!e.ignoreViewBox)){var d=o;(o=new r6).add(d),d.scaleX=d.scaleY=i.scale,d.x=i.x,d.y=i.y}return e.ignoreRootClip||null==l||null==u||o.setClipPath(new s_({shape:{x:0,y:0,width:l,height:u}})),{root:o,width:l,height:u,viewBoxRect:n,viewBoxTransform:i,named:a}},t.prototype._parseNode=function(t,e,n,i,r,o){var a,s=t.nodeName.toLowerCase(),l=i;if("defs"===s&&(r=!0),"text"===s&&(o=!0),"defs"===s||"switch"===s)a=e;else{if(!r){var u=ti[s];if(u&&eL(ti,s)){a=u.call(this,t,e);var c=t.getAttribute("name");if(c){var h={name:c,namedFrom:null,svgNodeTagLower:s,el:a};n.push(h),"g"===s&&(l=h)}else i&&n.push({name:i.name,namedFrom:i,svgNodeTagLower:s,el:a});e.add(a)}}var d=_R[s];if(d&&eL(_R,s)){var p=d.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=p)}}if(a&&a.isGroup)for(var g=t.firstChild;g;)1===g.nodeType?this._parseNode(g,a,n,l,r,o):3===g.nodeType&&o&&this._parseText(g,a),g=g.nextSibling},t.prototype._parseText=function(t,e){var n=new su({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});_E(e,n),_V(t,n,this._defsUsePending,!1,!1),function(t,e){var n=e.__selfStyle;if(n){var i=n.textBaseline,r=i;i&&"auto"!==i?"baseline"===i?r="alphabetic":"before-edge"===i||"text-before-edge"===i?r="top":"after-edge"===i||"text-after-edge"===i?r="bottom":("central"===i||"mathematical"===i)&&(r="middle"):r="alphabetic",t.style.textBaseline=r}var o=e.__inheritedStyle;if(o){var a=o.textAlign,s=a;a&&("middle"===a&&(s="center"),t.style.textAlign=s)}}(n,e);var i=n.style,r=i.fontSize;r&&r<9&&(i.fontSize=9,n.scaleX*=r/9,n.scaleY*=r/9);var o=(i.fontSize||i.fontFamily)&&[i.fontStyle,i.fontWeight,(i.fontSize||12)+"px",i.fontFamily||"sans-serif"].join(" ");i.font=o;var a=n.getBoundingRect();return this._textX+=a.width,e.add(n),n},t.internalField=void(ti={g:function(t,e){var n=new r6;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new s_;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.setShape({x:parseFloat(t.getAttribute("x")||"0"),y:parseFloat(t.getAttribute("y")||"0"),width:parseFloat(t.getAttribute("width")||"0"),height:parseFloat(t.getAttribute("height")||"0")}),n.silent=!0,n},circle:function(t,e){var n=new dp;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),r:parseFloat(t.getAttribute("r")||"0")}),n.silent=!0,n},line:function(t,e){var n=new dj;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.setShape({x1:parseFloat(t.getAttribute("x1")||"0"),y1:parseFloat(t.getAttribute("y1")||"0"),x2:parseFloat(t.getAttribute("x2")||"0"),y2:parseFloat(t.getAttribute("y2")||"0")}),n.silent=!0,n},ellipse:function(t,e){var n=new dy;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.setShape({cx:parseFloat(t.getAttribute("cx")||"0"),cy:parseFloat(t.getAttribute("cy")||"0"),rx:parseFloat(t.getAttribute("rx")||"0"),ry:parseFloat(t.getAttribute("ry")||"0")}),n.silent=!0,n},polygon:function(t,e){var n,i=t.getAttribute("points");i&&(n=_B(i));var r=new dE({shape:{points:n||[]},silent:!0});return _E(e,r),_V(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=_B(i));var r=new dF({shape:{points:n||[]},silent:!0});return _E(e,r),_V(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new sp;return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.setStyle({image:t.getAttribute("xlink:href")||t.getAttribute("href"),x:+t.getAttribute("x"),y:+t.getAttribute("y"),width:+t.getAttribute("width"),height:+t.getAttribute("height")}),n.silent=!0,n},text:function(t,e){var n=t.getAttribute("x")||"0",i=t.getAttribute("y")||"0",r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0";this._textX=parseFloat(n)+parseFloat(r),this._textY=parseFloat(i)+parseFloat(o);var a=new r6;return _E(e,a),_V(t,a,this._defsUsePending,!1,!0),a},tspan:function(t,e){var n=t.getAttribute("x"),i=t.getAttribute("y");null!=n&&(this._textX=parseFloat(n)),null!=i&&(this._textY=parseFloat(i));var r=t.getAttribute("dx")||"0",o=t.getAttribute("dy")||"0",a=new r6;return _E(e,a),_V(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=new ds(du(t.getAttribute("d")||"",void 0));return _E(e,n),_V(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),_R={lineargradient:function(t){var e=new d1(parseInt(t.getAttribute("x1")||"0",10),parseInt(t.getAttribute("y1")||"0",10),parseInt(t.getAttribute("x2")||"10",10),parseInt(t.getAttribute("y2")||"0",10));return _N(t,e),_z(t,e),e},radialgradient:function(t){var e=new d2(parseInt(t.getAttribute("cx")||"0",10),parseInt(t.getAttribute("cy")||"0",10),parseInt(t.getAttribute("r")||"0",10));return _N(t,e),_z(t,e),e}};function _N(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function _z(t,e){for(var n=t.firstChild;n;){if(1===n.nodeType&&"stop"===n.nodeName.toLocaleLowerCase()){var i=n.getAttribute("offset"),r=void 0;r=i&&i.indexOf("%")>0?parseInt(i,10)/100:i?parseFloat(i):0;var o={};_U(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function _E(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),t$(e.__inheritedStyle,t.__inheritedStyle))}function _B(t){for(var e=_H(t),n=[],i=0;i<e.length;i+=2){var r=parseFloat(e[i]),o=parseFloat(e[i+1]);n.push([r,o])}return n}function _V(t,e,n,i,r){var o=e.__inheritedStyle=e.__inheritedStyle||{},a={};1===t.nodeType&&(function(t,e){var n=t.getAttribute("transform");if(n){n=n.replace(/,/g," ");var i=[],r=null;n.replace(_j,function(t,e,n){return i.push(e,n),""});for(var o=i.length-1;o>0;o-=2){var a=i[o],s=i[o-1],l=_H(a);switch(r=r||nw(),s){case"translate":nT(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":nD(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":nA(r,r,-parseFloat(l[0])*_X,[parseFloat(l[1]||"0"),parseFloat(l[2]||"0")]);break;case"skewX":nI(r,[1,0,Math.tan(parseFloat(l[0])*_X),1,0,0],r);break;case"skewY":nI(r,[1,Math.tan(parseFloat(l[0])*_X),0,1,0,0],r);break;case"matrix":r[0]=parseFloat(l[0]),r[1]=parseFloat(l[1]),r[2]=parseFloat(l[2]),r[3]=parseFloat(l[3]),r[4]=parseFloat(l[4]),r[5]=parseFloat(l[5])}}e.setLocalTransform(r)}}(t,e),_U(t,o,a),i||function(t,e,n){for(var i=0;i<_k.length;i++){var r=_k[i],o=t.getAttribute(r);null!=o&&(e[_D[r]]=o)}for(var i=0;i<_P.length;i++){var r=_P[i],o=t.getAttribute(r);null!=o&&(n[_L[r]]=o)}}(t,o,a)),e.style=e.style||{},null!=o.fill&&(e.style.fill=_W(e,"fill",o.fill,n)),null!=o.stroke&&(e.style.stroke=_W(e,"stroke",o.stroke,n)),t3(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(t){null!=o[t]&&(e.style[t]=parseFloat(o[t]))}),t3(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],function(t){null!=o[t]&&(e.style[t]=o[t])}),r&&(e.__selfStyle=a),o.lineDash&&(e.style.lineDash=t5(_H(o.lineDash),function(t){return parseFloat(t)})),("hidden"===o.visibility||"collapse"===o.visibility)&&(e.invisible=!0),"none"===o.display&&(e.ignore=!0)}var _F=/^url\(\s*#(.*?)\)/;function _W(t,e,n,i){var r=n&&n.match(_F);if(r){var o=eb(r[1]);i.push([t,e,o]);return}return"none"===n&&(n=null),n}var _G=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function _H(t){return t.match(_G)||[]}var _j=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,_X=Math.PI/180,_Y=/([^\s:;]+)\s*:\s*([^:;]+)/g;function _U(t,e,n){var i,r=t.getAttribute("style");if(r)for(_Y.lastIndex=0;null!=(i=_Y.exec(r));){var o=i[1],a=eL(_D,o)?_D[o]:null;a&&(e[a]=i[2]);var s=eL(_L,o)?_L[o]:null;s&&(n[s]=i[2])}}function _Z(t,e){var n=Math.min(e.width/t.width,e.height/t.height);return{scale:n,x:-(t.x+t.width/2)*n+(e.x+e.width/2),y:-(t.y+t.height/2)*n+(e.y+e.height/2)}}for(var _q=eT(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),_K=function(){function t(t,e){this.type="geoSVG",this._usedGraphicMap=eT(),this._freedGraphics=[],this._mapName=t,this._parsedXML=_A(e)}return t.prototype.load=function(){var t=this._firstGraphic;if(!t){t=this._firstGraphic=this._buildGraphic(this._parsedXML),this._freedGraphics.push(t),this._boundingRect=this._firstGraphic.boundingRect.clone();var e,n,i,r=(e=t.named,n=[],i=eT(),t3(e,function(t){if(null==t.namedFrom){var e=new mg(t.name,t.el);n.push(e),i.set(t.name,e)}}),{regions:n,regionsMap:i}),o=r.regions,a=r.regionsMap;this._regions=o,this._regionsMap=a}return{boundingRect:this._boundingRect,regions:this._regions,regionsMap:this._regionsMap}},t.prototype._buildGraphic=function(t){try{var e;i=(n=t&&(e={ignoreViewBox:!0,ignoreRootClip:!0},new _O().parse(t,e))||{}).root,ex(null!=i)}catch(t){throw Error("Invalid svg format\n"+t.message)}var n,i,r=new r6;r.add(i),r.isGeoSVGGraphicRoot=!0;var o=n.width,a=n.height,s=n.viewBoxRect,l=this._boundingRect;if(!l){var u=void 0,c=void 0,h=void 0,d=void 0;if(null!=o?(u=0,h=o):s&&(u=s.x,h=s.width),null!=a?(c=0,d=a):s&&(c=s.y,d=s.height),null==u||null==c){var p=i.getBoundingRect();null==u&&(u=p.x,h=p.width),null==c&&(c=p.y,d=p.height)}l=this._boundingRect=new nW(u,c,h,d)}if(s){var f=_Z(s,l);i.scaleX=i.scaleY=f.scale,i.x=f.x,i.y=f.y}r.setClipPath(new s_({shape:l.plain()}));var g=[];return t3(n.named,function(t){var e;null!=_q.get(t.svgNodeTagLower)&&(g.push(t),(e=t.el).silent=!1,e.isGroup&&e.traverse(function(t){t.silent=!1}))}),{root:r,boundingRect:l,named:g}},t.prototype.useGraphic=function(t){var e=this._usedGraphicMap,n=e.get(t);return n||(n=this._freedGraphics.pop()||this._buildGraphic(this._parsedXML),e.set(t,n)),n},t.prototype.freeGraphic=function(t){var e=this._usedGraphicMap,n=e.get(t);n&&(e.removeKey(t),this._freedGraphics.push(n))},t}(),_$=[126,25],_J="南海诸岛",_Q=[[[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]]],_0=0;_0<_Q.length;_0++)for(var _1=0;_1<_Q[_0].length;_1++)_Q[_0][_1][0]/=10.5,_Q[_0][_1][1]/=-14,_Q[_0][_1][0]+=_$[0],_Q[_0][_1][1]+=_$[1];var _2={南海诸岛:[32,80],广东:[0,-10],香港:[10,5],澳门:[-10,10],天津:[5,5]},_3=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]],_5=function(){function t(t,e,n){var i;this.type="geoJSON",this._parsedMap=eT(),this._mapName=t,this._specialAreas=n,this._geoJSON=ei(i=e)?"u">typeof JSON&&JSON.parse?JSON.parse(i):Function("return ("+i+");")():i}return t.prototype.load=function(t,e){e=e||"name";var n=this._parsedMap.get(e);if(!n){var i=this._parseToRegions(e);n=this._parsedMap.set(e,{regions:i,boundingRect:function(t){for(var e,n=0;n<t.length;n++){var i=t[n].getBoundingRect();(e=e||i.clone()).union(i)}return e}(i)})}var r=eT(),o=[];return t3(n.regions,function(e){var n=e.name;t&&eL(t,n)&&(e=e.cloneShallow(n=t[n])),o.push(e),r.set(n,e)}),{regions:o,boundingRect:n.boundingRect||new nW(0,0,0,0),regionsMap:r}},t.prototype._parseToRegions=function(t){var e,n=this._mapName,i=this._geoJSON;try{e=i?mv(i,t):[]}catch(t){throw Error("Invalid geoJson format\n"+t.message)}return!function(t,e){if("china"===t){for(var n=0;n<e.length;n++)if(e[n].name===_J)return;e.push(new mf(_J,t5(_Q,function(t){return{type:"polygon",exterior:t}}),_$))}}(n,e),t3(e,function(t){var e=t.name;if("china"===n){var i=_2[t.name];if(i){var r=t.getCenter();r[0]+=i[0]/10.5,r[1]+=-i[1]/14,t.setCenter(r)}}"china"===n&&"台湾"===t.name&&t.geometries.push({type:"polygon",exterior:_3[0]});var o=this._specialAreas&&this._specialAreas[e];o&&t.transformTo(o.left,o.top,o.width,o.height)},this),e},t.prototype.getMapForUser=function(){return{geoJson:this._geoJSON,geoJSON:this._geoJSON,specialAreas:this._specialAreas}},t}(),_4=eT(),_9=function(t,e,n){if(e.svg){var i=new _K(t,e.svg);_4.set(t,i)}else{var r=e.geoJson||e.geoJSON;r&&!e.features?n=e.specialAreas:r=e;var i=new _5(t,r,n);_4.set(t,i)}},_6=function(t){return _4.get(t)},_7=function(t){var e=_4.get(t);return e&&"geoJSON"===e.type&&e.getMapForUser()},_8=function(t,e,n){var i=_4.get(t);return i?i.load(e,n):void 0},St=["rect","circle","line","ellipse","polygon","polyline","path"],Se=eT(St),Sn=eT(St.concat(["g"])),Si=eT(St.concat(["g"])),Sr=oX();function So(t){var e=t.getItemStyle(),n=t.get("areaColor");return null!=n&&(e.fill=n),e}function Sa(t){var e=t.style;e&&(e.stroke=e.stroke||e.fill,e.fill=null)}var Ss=function(){function t(t){var e=new r6;this.uid=l3("ec_map_draw"),this._controller=new _b(t.getZr()),this._controllerHost={target:e},this.group=e,e.add(this._regionsGroup=new r6),e.add(this._svgGroup=new r6)}return t.prototype.draw=function(t,e,n,i,r){var o="geo"===t.mainType,a=t.getData&&t.getData();o&&e.eachComponent({mainType:"series",subType:"map"},function(e){a||e.getHostGeoModel()!==t||(a=e.getData())});var s=t.coordinateSystem,l=this._regionsGroup,u=this.group,c=s.getTransformInfo(),h=c.raw,d=c.roam;!l.childAt(0)||r?(u.x=d.x,u.y=d.y,u.scaleX=d.scaleX,u.scaleY=d.scaleY,u.dirty()):lS(u,d,t);var p=a&&a.getVisual("visualMeta")&&a.getVisual("visualMeta").length>0,f={api:n,geo:s,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:p,isGeo:o,transformInfoRaw:h};"geoJSON"===s.resourceType?this._buildGeoJSON(f):"geoSVG"===s.resourceType&&this._buildSVG(f),this._updateController(t,e,n),this._updateMapSelectHandler(t,l,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=eT(),n=eT(),i=this._regionsGroup,r=t.transformInfoRaw,o=t.mapOrGeoModel,a=t.data,s=t.geo.projection,l=s&&s.stream;function u(t,e){return e&&(t=e(t)),t&&[t[0]*r.scaleX+r.x,t[1]*r.scaleY+r.y]}function c(t){return{shape:{points:function(t){for(var e=[],n=!l&&s&&s.project,i=0;i<t.length;++i){var r=u(t[i],n);r&&e.push(r)}return e}(t)}}}i.removeAll(),t3(t.geo.regions,function(r){var h=r.name,d=e.get(h),p=n.get(h)||{},f=p.dataIdx,g=p.regionModel;if(!d){d=e.set(h,new r6),i.add(d),f=a?a.indexOfName(h):null;var y=(g=t.isGeo?o.getRegionModel(h):a?a.getItemModel(f):null).get("silent",!0);null!=y&&(d.silent=y),n.set(h,{dataIdx:f,regionModel:g})}var m=[],v=[];t3(r.geometries,function(t){if("polygon"===t.type){var e=[t.exterior].concat(t.interiors||[]);l&&(e=Sp(e,l)),t3(e,function(t){m.push(new dE(c(t)))})}else{var n=t.points;l&&(n=Sp(n,l,!0)),t3(n,function(t){v.push(new dF(c(t)))})}});var x=u(r.getCenter(),s&&s.project);function b(e,n){if(e.length){var i=new dQ({culling:!0,segmentIgnoreThreshold:1,shape:{paths:e}});d.add(i),Sl(t,i,f,g),Su(t,i,h,g,o,f,x),n&&(Sa(i),t3(i.states,Sa))}}b(m),b(v,!0)}),e.each(function(e,i){var r=n.get(i),a=r.dataIdx,s=r.regionModel;Sc(t,e,i,s,o,a),Sh(t,e,i,s,o),Sd(t,e,i,s,o)},this)},t.prototype._buildSVG=function(t){var e=t.geo.map,n=t.transformInfoRaw;this._svgGroup.x=n.x,this._svgGroup.y=n.y,this._svgGroup.scaleX=n.scaleX,this._svgGroup.scaleY=n.scaleY,this._svgResourceChanged(e)&&(this._freeSVG(),this._useSVG(e));var i=this._svgDispatcherMap=eT(),r=!1;t3(this._svgGraphicRecord.named,function(e){var n=e.name,o=t.mapOrGeoModel,a=t.data,s=e.svgNodeTagLower,l=e.el,u=a?a.indexOfName(n):null,c=o.getRegionModel(n);null!=Se.get(s)&&l instanceof aw&&Sl(t,l,u,c),l instanceof aw&&(l.culling=!0);var h=c.get("silent",!0);null!=h&&(l.silent=h),l.z2EmphasisLift=0,e.namedFrom||(null!=Si.get(s)&&Su(t,l,n,c,o,u,null),Sc(t,l,n,c,o,u),Sh(t,l,n,c,o),null!=Sn.get(s)&&("self"===Sd(t,l,n,c,o)&&(r=!0),(i.get(n)||i.set(n,[])).push(l)))},this),this._enableBlurEntireSVG(r,t)},t.prototype._enableBlurEntireSVG=function(t,e){if(t&&e.isGeo){var n=e.mapOrGeoModel.getModel(["blur","itemStyle"]).getItemStyle().opacity;this._svgGraphicRecord.root.traverse(function(t){if(!t.isGroup){s7(t);var e=t.ensureState("blur").style||{};null==e.opacity&&null!=n&&(e.opacity=n),t.ensureState("emphasis")}})}},t.prototype.remove=function(){this._regionsGroup.removeAll(),this._regionsGroupByName=null,this._svgGroup.removeAll(),this._freeSVG(),this._controller.dispose(),this._controllerHost=null},t.prototype.findHighDownDispatchers=function(t,e){if(null==t)return[];var n=e.coordinateSystem;if("geoJSON"===n.resourceType){var i=this._regionsGroupByName;if(i){var r=i.get(t);return r?[r]:[]}}else if("geoSVG"===n.resourceType)return this._svgDispatcherMap&&this._svgDispatcherMap.get(t)||[]},t.prototype._svgResourceChanged=function(t){return this._svgMapName!==t},t.prototype._useSVG=function(t){var e=_6(t);if(e&&"geoSVG"===e.type){var n=e.useGraphic(this.uid);this._svgGroup.add(n.root),this._svgGraphicRecord=n,this._svgMapName=t}},t.prototype._freeSVG=function(){var t=this._svgMapName;if(null!=t){var e=_6(t);e&&"geoSVG"===e.type&&e.freeGraphic(this.uid),this._svgGraphicRecord=null,this._svgDispatcherMap=null,this._svgGroup.removeAll(),this._svgMapName=null}},t.prototype._updateController=function(t,e,n){var i=t.coordinateSystem,r=this._controller,o=this._controllerHost;o.zoomLimit=t.get("scaleLimit"),o.zoom=i.getZoom(),r.enable(t.get("roam")||!1);var a=t.mainType;function s(){var e={type:"geoRoam",componentType:a};return e[a+"Id"]=t.id,e}r.off("pan").on("pan",function(t){this._mouseDownFlag=!1,_M(o,t.dx,t.dy),n.dispatchAction(tK(s(),{dx:t.dx,dy:t.dy,animation:{duration:0}}))},this),r.off("zoom").on("zoom",function(t){this._mouseDownFlag=!1,_C(o,t.scale,t.originX,t.originY),n.dispatchAction(tK(s(),{totalZoom:o.zoom,zoom:t.scale,originX:t.originX,originY:t.originY,animation:{duration:0}}))},this),r.setPointerChecker(function(e,r,o){return i.containPoint([r,o])&&!_T(e,n,t)})},t.prototype.resetForLabelLayout=function(){this.group.traverse(function(t){var e=t.getTextContent();e&&(e.ignore=Sr(e).ignore)})},t.prototype._updateMapSelectHandler=function(t,e,n,i){var r=this;e.off("mousedown"),e.off("click"),t.get("selectedMode")&&(e.on("mousedown",function(){r._mouseDownFlag=!0}),e.on("click",function(t){r._mouseDownFlag&&(r._mouseDownFlag=!1)}))},t}();function Sl(t,e,n,i){var r=i.getModel("itemStyle"),o=i.getModel(["emphasis","itemStyle"]),a=i.getModel(["blur","itemStyle"]),s=i.getModel(["select","itemStyle"]),l=So(r),u=So(o),c=So(s),h=So(a),d=t.data;if(d){var p=d.getItemVisual(n,"style"),f=d.getItemVisual(n,"decal");t.isVisualEncodedByVisualMap&&p.fill&&(l.fill=p.fill),f&&(l.decal=fJ(f,t.api))}e.setStyle(l),e.style.strokeNoScale=!0,e.ensureState("emphasis").style=u,e.ensureState("select").style=c,e.ensureState("blur").style=h,s7(e)}function Su(t,e,n,i,r,o,a){var s=t.data,l=t.isGeo,u=s&&isNaN(s.get(s.mapDimension("value"),o)),c=s&&s.getItemLayout(o);if(l||u||c&&c.showLabel){var h=l?n:o,d=void 0;(!s||o>=0)&&(d=r);var p=a?{normal:{align:"center",verticalAlign:"middle"}}:null;lP(e,lO(i),{labelFetcher:d,labelDataIndex:h,defaultText:n},p);var f=e.getTextContent();if(f&&(Sr(f).ignore=f.ignore,e.textConfig&&a)){var g=e.getBoundingRect().clone();e.textConfig.layoutRect=g,e.textConfig.position=[(a[0]-g.x)/g.width*100+"%",(a[1]-g.y)/g.height*100+"%"]}e.disableLabelAnimation=!0}else e.removeTextContent(),e.removeTextConfig(),e.disableLabelAnimation=null}function Sc(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):sB(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function Sh(t,e,n,i,r){t.data||pC({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function Sd(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o,a=i.getModel("emphasis"),s=a.get("focus");return lc(e,s,a.get("blurScope"),a.get("disabled")),t.isGeo&&((o=sB(e)).componentMainType=r.mainType,o.componentIndex=r.componentIndex,o.componentHighDownName=n),s}function Sp(t,e,n){var i,r=[];function o(){i=[]}function a(){i.length&&(r.push(i),i=[])}var s=e({polygonStart:o,polygonEnd:a,lineStart:o,lineEnd:a,point:function(t,e){isFinite(t)&&isFinite(e)&&i.push([t,e])},sphere:function(){}});return n||s.polygonStart(),t3(t,function(t){s.lineStart();for(var e=0;e<t.length;e++)s.point(t[e][0],t[e][1]);s.lineEnd()}),n||s.polygonEnd(),r}var Sf=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n,i){if(!i||"mapToggleSelect"!==i.type||i.from!==this.uid){var r=this.group;if(r.removeAll(),!t.getHostGeoModel()){if(this._mapDraw&&i&&"geoRoam"===i.type&&this._mapDraw.resetForLabelLayout(),i&&"geoRoam"===i.type&&"series"===i.componentType&&i.seriesId===t.id){var o=this._mapDraw;o&&r.add(o.group)}else if(t.needsDrawMap){var o=this._mapDraw||new Ss(n);r.add(o.group),o.draw(t,e,n,this,i),this._mapDraw=o}else this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;t.get("showLegendSymbol")&&e.getComponent("legend")&&this._renderSymbols(t,e,n)}}},e.prototype.remove=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null,this.group.removeAll()},e.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null},e.prototype._renderSymbols=function(t,e,n){var i=t.originalData,r=this.group;i.each(i.mapDimension("value"),function(e,n){if(!isNaN(e)){var o=i.getItemLayout(n);if(o&&o.point){var a=o.point,s=o.offset,l=new dp({style:{fill:t.getData().getVisual("style").fill},shape:{cx:a[0]+9*s,cy:a[1],r:3},silent:!0,z2:8+11*!s});if(!s){var u=t.mainSeries.getData(),c=i.getName(n),h=u.indexOfName(c),d=i.getItemModel(n),p=d.getModel("label"),f=u.getItemGraphicEl(h);lP(l,lO(d),{labelFetcher:{getFormattedLabel:function(e,n){return t.getFormattedLabel(h,n)}},defaultText:c}),l.disableLabelAnimation=!0,p.get("position")||l.setTextConfig({position:"bottom"}),f.onHoverStateChange=function(t){s9(l,t)}}r.add(l)}}})},e.type="map",e}(pz),Sg=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.needsDrawMap=!1,n.seriesGroup=[],n.getTooltipPosition=function(t){if(null!=t){var e=this.getData().getName(t),n=this.coordinateSystem,i=n.getRegion(e);return i&&n.dataToPoint(i.getCenter())}},n}return tM(e,t),e.prototype.getInitialData=function(t){for(var e=bc(this,{coordDimensions:["value"],encodeDefaulter:et(u7,this)}),n=eT(),i=[],r=0,o=e.count();r<o;r++){var a=e.getName(r);n.set(a,r)}return t3(_8(this.getMapType(),this.option.nameMap,this.option.nameProperty).regions,function(t){var r,o=t.name,a=n.get(o),s=t.properties&&t.properties.echartsStyle;null==a?(r={name:o},i.push(r)):r=e.getRawDataItem(a),s&&tZ(r,s)}),e.appendData(i),e},e.prototype.getHostGeoModel=function(){var t=this.option.geoIndex;return null!=t?this.ecModel.getComponent("geo",t):null},e.prototype.getMapType=function(){return(this.getHostGeoModel()||this).option.map},e.prototype.getRawValue=function(t){var e=this.getData();return e.get(e.mapDimension("value"),t)},e.prototype.getRegionModel=function(t){var e=this.getData();return e.getItemModel(e.indexOfName(t))},e.prototype.formatTooltip=function(t,e,n){for(var i=this.getData(),r=this.getRawValue(t),o=i.getName(t),a=this.seriesGroup,s=[],l=0;l<a.length;l++){var u=a[l].originalData.indexOfName(o),c=i.mapDimension("value");isNaN(a[l].originalData.get(c,u))||s.push(a[l].name)}return hD("section",{header:s.join(", "),noHeader:!s.length,blocks:[hD("nameValue",{name:o,value:r})]})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.getLegendIcon=function(t){var e=t.icon||"roundRect",n=fC(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill);return n.setStyle(t.itemStyle),n.style.stroke="none",e.indexOf("empty")>-1&&(n.style.stroke=n.style.fill,n.style.fill="#fff",n.style.lineWidth=2),n},e.type="series.map",e.dependencies=["geo"],e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"geo",map:"",left:"center",top:"center",aspectScale:null,showLegendSymbol:!0,boundingCoords:null,center:null,zoom:1,scaleLimit:null,selectedMode:!0,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444",areaColor:"#eee"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{areaColor:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},nameProperty:"name"},e}(h$);function Sy(t){var e={};t.eachSeriesByType("map",function(t){var n=t.getHostGeoModel(),i=n?"o"+n.id:"i"+t.getMapType();(e[i]=e[i]||[]).push(t)}),t3(e,function(t,e){for(var n,i,r,o=(n=t5(t,function(t){return t.getData()}),i=t[0].get("mapValueCalculation"),r={},t3(n,function(t){t.each(t.mapDimension("value"),function(e,n){var i="ec-"+t.getName(n);r[i]=r[i]||[],isNaN(e)||r[i].push(e)})}),n[0].map(n[0].mapDimension("value"),function(t,e){for(var o,a="ec-"+n[0].getName(e),s=0,l=1/0,u=-1/0,c=r[a].length,h=0;h<c;h++)l=Math.min(l,r[a][h]),u=Math.max(u,r[a][h]),s+=r[a][h];return o="min"===i?l:"max"===i?u:"average"===i?s/c:s,0===c?NaN:o})),a=0;a<t.length;a++)t[a].originalData=t[a].getData();for(var a=0;a<t.length;a++)t[a].seriesGroup=t,t[a].needsDrawMap=0===a&&!t[a].getHostGeoModel(),t[a].setData(o.cloneShallow()),t[a].mainSeries=t[0]})}function Sm(t){var e={};t.eachSeriesByType("map",function(n){var i=n.getMapType();if(!n.getHostGeoModel()&&!e[i]){var r={};t3(n.seriesGroup,function(e){var n=e.coordinateSystem,i=e.originalData;e.get("showLegendSymbol")&&t.getComponent("legend")&&i.each(i.mapDimension("value"),function(t,e){var o=i.getName(e),a=n.getRegion(o);if(!(!a||isNaN(t))){var s=r[o]||0,l=n.dataToPoint(a.getCenter());r[o]=s+1,i.setItemLayout(e,{point:l,offset:s})}})});var o=n.getData();o.each(function(t){var e=o.getName(t),n=o.getItemLayout(t)||{};n.showLabel=!r[e],o.setItemLayout(t,n)}),e[i]=!0}})}var Sv=e5,Sx=function(t){function e(e){var n=t.call(this)||this;return n.type="view",n.dimensions=["x","y"],n._roamTransformable=new rF,n._rawTransformable=new rF,n.name=e,n}return tM(e,t),e.prototype.setBoundingRect=function(t,e,n,i){return this._rect=new nW(t,e,n,i),this._rect},e.prototype.getBoundingRect=function(){return this._rect},e.prototype.setViewRect=function(t,e,n,i){this._transformTo(t,e,n,i),this._viewRect=new nW(t,e,n,i)},e.prototype._transformTo=function(t,e,n,i){var r=this.getBoundingRect(),o=this._rawTransformable;o.transform=r.calculateTransform(new nW(t,e,n,i));var a=o.parent;o.parent=null,o.decomposeTransform(),o.parent=a,this._updateTransform()},e.prototype.setCenter=function(t,e){t&&(this._center=[oc(t[0],e.getWidth()),oc(t[1],e.getHeight())],this._updateCenterAndZoom())},e.prototype.setZoom=function(t){t=t||1;var e=this.zoomLimit;e&&(null!=e.max&&(t=Math.min(e.max,t)),null!=e.min&&(t=Math.max(e.min,t))),this._zoom=t,this._updateCenterAndZoom()},e.prototype.getDefaultCenter=function(){var t=this.getBoundingRect();return[t.x+t.width/2,t.y+t.height/2]},e.prototype.getCenter=function(){return this._center||this.getDefaultCenter()},e.prototype.getZoom=function(){return this._zoom||1},e.prototype.getRoamTransform=function(){return this._roamTransformable.getLocalTransform()},e.prototype._updateCenterAndZoom=function(){var t=this._rawTransformable.getLocalTransform(),e=this._roamTransformable,n=this.getDefaultCenter(),i=this.getCenter(),r=this.getZoom();i=e5([],i,t),n=e5([],n,t),e.originX=i[0],e.originY=i[1],e.x=n[0]-i[0],e.y=n[1]-i[1],e.scaleX=e.scaleY=r,this._updateTransform()},e.prototype._updateTransform=function(){var t=this._roamTransformable,e=this._rawTransformable;e.parent=t,t.updateTransform(),e.updateTransform(),nC(this.transform||(this.transform=[]),e.transform||nw()),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],nk(this.invTransform,this.transform),this.decomposeTransform()},e.prototype.getTransformInfo=function(){var t=this._rawTransformable,e=this._roamTransformable,n=new rF;return n.transform=e.transform,n.decomposeTransform(),{roam:{x:n.x,y:n.y,scaleX:n.scaleX,scaleY:n.scaleY},raw:{x:t.x,y:t.y,scaleX:t.scaleX,scaleY:t.scaleY}}},e.prototype.getViewRect=function(){return this._viewRect},e.prototype.getViewRectAfterRoam=function(){var t=this.getBoundingRect().clone();return t.applyTransform(this.transform),t},e.prototype.dataToPoint=function(t,e,n){var i=e?this._rawTransform:this.transform;return n=n||[],i?Sv(n,t,i):eE(n,t)},e.prototype.pointToData=function(t){var e=this.invTransform;return e?Sv([],t,e):[t[0],t[1]]},e.prototype.convertToPixel=function(t,e,n){var i=Sb(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=Sb(e);return i===this?i.pointToData(n):null},e.prototype.containPoint=function(t){return this.getViewRectAfterRoam().contain(t[0],t[1])},e.dimensions=["x","y"],e}(rF);function Sb(t){var e=t.seriesModel;return e?e.coordinateSystem:null}var S_={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},SS=["lng","lat"],Sw=function(t){function e(e,n,i){var r,o=t.call(this,e)||this;o.dimensions=SS,o.type="geo",o._nameCoordMap=eT(),o.map=n;var a=i.projection,s=_8(n,i.nameMap,i.nameProperty),l=_6(n);o.resourceType=l?l.type:null;var u=o.regions=s.regions,c=S_[l.type];if(o._regionsMap=s.regionsMap,o.regions=s.regions,o.projection=a,a)for(var h=0;h<u.length;h++){var d=u[h].getBoundingRect(a);(r=r||d.clone()).union(d)}else r=s.boundingRect;return o.setBoundingRect(r.x,r.y,r.width,r.height),o.aspectScale=a?1:eg(i.aspectScale,c.aspectScale),o._invertLongitute=!a&&c.invertLongitute,o}return tM(e,t),e.prototype._transformTo=function(t,e,n,i){var r=this.getBoundingRect(),o=this._invertLongitute;r=r.clone(),o&&(r.y=-r.y-r.height);var a=this._rawTransformable;a.transform=r.calculateTransform(new nW(t,e,n,i));var s=a.parent;a.parent=null,a.decomposeTransform(),a.parent=s,o&&(a.scaleY=-a.scaleY),this._updateTransform()},e.prototype.getRegion=function(t){return this._regionsMap.get(t)},e.prototype.getRegionByCoord=function(t){for(var e=this.regions,n=0;n<e.length;n++){var i=e[n];if("geoJSON"===i.type&&i.contain(t))return e[n]}},e.prototype.addGeoCoord=function(t,e){this._nameCoordMap.set(t,e)},e.prototype.getGeoCoord=function(t){var e=this._regionsMap.get(t);return this._nameCoordMap.get(t)||e&&e.getCenter()},e.prototype.dataToPoint=function(t,e,n){if(ei(t)&&(t=this.getGeoCoord(t)),t){var i=this.projection;return i&&(t=i.project(t)),t&&this.projectedToPoint(t,e,n)}},e.prototype.pointToData=function(t){var e=this.projection;return e&&(t=e.unproject(t)),t&&this.pointToProjected(t)},e.prototype.pointToProjected=function(e){return t.prototype.pointToData.call(this,e)},e.prototype.projectedToPoint=function(e,n,i){return t.prototype.dataToPoint.call(this,e,n,i)},e.prototype.convertToPixel=function(t,e,n){var i=SM(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=SM(e);return i===this?i.pointToData(n):null},e}(Sx);function SM(t){var e=t.geoModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem||(n.getReferringComponents("geo",oq).models[0]||{}).coordinateSystem:null}function SC(t,e){var n,i,r,o=t.get("boundingCoords");if(null!=o){var a=o[0],s=o[1];if(isFinite(a[0])&&isFinite(a[1])&&isFinite(s[0])&&isFinite(s[1])){var l=this.projection;if(l){var u=a[0],c=a[1],h=s[0],d=s[1];a=[1/0,1/0],s=[-1/0,-1/0];var p=function(t,e,n,i){for(var r=n-t,o=i-e,u=0;u<=100;u++){var c=u/100,h=l.project([t+r*c,e+o*c]);e4(a,a,h),e9(s,s,h)}};p(u,c,h,c),p(h,c,h,d),p(h,d,u,d),p(u,d,h,c)}this.setBoundingRect(a[0],a[1],s[0]-a[0],s[1]-a[1])}}var f=this.getBoundingRect(),g=t.get("layoutCenter"),y=t.get("layoutSize"),m=e.getWidth(),v=e.getHeight(),x=f.width/f.height*this.aspectScale,b=!1;if(g&&y&&(n=[oc(g[0],m),oc(g[1],v)],i=oc(y,Math.min(m,v)),isNaN(n[0])||isNaN(n[1])||isNaN(i)||(b=!0)),b)r={},x>1?(r.width=i,r.height=i/x):(r.height=i,r.width=i*x),r.y=n[1]-r.height/2,r.x=n[0]-r.width/2;else{var _=t.getBoxLayoutParams();_.aspect=x,r=uB(_,{width:m,height:v})}this.setViewRect(r.x,r.y,r.width,r.height),this.setCenter(t.get("center"),e),this.setZoom(t.get("zoom"))}t1(Sw,Sx);var SI=new(function(){function t(){this.dimensions=SS}return t.prototype.create=function(t,e){var n=[];function i(t){return{nameProperty:t.get("nameProperty"),aspectScale:t.get("aspectScale"),projection:t.get("projection")}}t.eachComponent("geo",function(t,r){var o=t.get("map"),a=new Sw(o+r,o,tK({nameMap:t.get("nameMap")},i(t)));a.zoomLimit=t.get("scaleLimit"),n.push(a),t.coordinateSystem=a,a.model=t,a.resize=SC,a.resize(t,e)}),t.eachSeries(function(t){if("geo"===t.get("coordinateSystem")){var e=t.get("geoIndex")||0;t.coordinateSystem=n[e]}});var r={};return t.eachSeriesByType("map",function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}}),t3(r,function(t,r){var o=new Sw(r,r,tK({nameMap:tq(t5(t,function(t){return t.get("nameMap")}))},i(t[0])));o.zoomLimit=ef.apply(null,t5(t,function(t){return t.get("scaleLimit")})),n.push(o),o.resize=SC,o.resize(t[0],e),t3(t,function(t){t.coordinateSystem=o,t3(t.get("geoCoord"),function(t,e){o.addGeoCoord(e,t)})})}),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=eT(),a=0;a<r.length;a++)o.set(r[a].name,r[a]);return t3(_8(e,n,i).regions,function(t){var e=t.name,n=o.get(e),i=t.properties&&t.properties.echartsStyle;n||(n={name:e},r.push(n)),i&&tZ(n,i)}),r},t}()),ST=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(t,e,n){var i=_6(t.map);if(i&&"geoJSON"===i.type){var r=t.itemStyle=t.itemStyle||{};"color"in r||(r.color="#eee")}this.mergeDefaultAndTheme(t,n),oN(t,"label",["show"])},e.prototype.optionUpdated=function(){var t=this,e=this.option;e.regions=SI.getFilledRegions(e.regions,e.map,e.nameMap,e.nameProperty);var n={};this._optionModelMap=t4(e.regions||[],function(e,i){var r=i.name;return r&&(e.set(r,new l1(i,t,t.ecModel)),i.selected&&(n[r]=!0)),e},eT()),e.selectedMap||(e.selectedMap=n)},e.prototype.getRegionModel=function(t){return this._optionModelMap.get(t)||new l1(null,this,this.ecModel)},e.prototype.getFormattedLabel=function(t,e){var n=this.getRegionModel(t),i="normal"===e?n.get(["label","formatter"]):n.get(["emphasis","label","formatter"]),r={name:t};return en(i)?(r.status=e,i(r)):ei(i)?i.replace("{a}",null!=t?t:""):void 0},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.select=function(t){var e=this.option,n=e.selectedMode;n&&("multiple"!==n&&(e.selectedMap=null),(e.selectedMap||(e.selectedMap={}))[t]=!0)},e.prototype.unSelect=function(t){var e=this.option.selectedMap;e&&(e[t]=!1)},e.prototype.toggleSelected=function(t){this[this.isSelected(t)?"unSelect":"select"](t)},e.prototype.isSelected=function(t){var e=this.option.selectedMap;return!!(e&&e[t])},e.type="geo",e.layoutMode="box",e.defaultOption={z:0,show:!0,left:"center",top:"center",aspectScale:null,silent:!1,map:"",boundingCoords:null,center:null,zoom:1,scaleLimit:null,label:{show:!1,color:"#000"},itemStyle:{borderWidth:.5,borderColor:"#444"},emphasis:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},select:{label:{show:!0,color:"rgb(100,0,0)"},itemStyle:{color:"rgba(255,215,0,0.8)"}},regions:[]},e}(uZ);function SA(t,e){return t.pointToProjected?t.pointToProjected(e):t.pointToData(e)}function SD(t,e,n,i){var r=t.getZoom(),o=t.getCenter(),a=e.zoom,s=t.projectedToPoint?t.projectedToPoint(o):t.dataToPoint(o);if(null!=e.dx&&null!=e.dy&&(s[0]-=e.dx,s[1]-=e.dy,t.setCenter(SA(t,s),i)),null!=a){if(n){var l=n.min||0;a=Math.max(Math.min(r*a,n.max||1/0),l)/r}t.scaleX*=a,t.scaleY*=a;var u=(e.originX-t.x)*(a-1),c=(e.originY-t.y)*(a-1);t.x-=u,t.y-=c,t.updateTransform(),t.setCenter(SA(t,s),i),t.setZoom(a*r)}return{center:t.getCenter(),zoom:t.getZoom()}}var Sk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.focusBlurEnabled=!0,n}return tM(e,t),e.prototype.init=function(t,e){this._api=e},e.prototype.render=function(t,e,n,i){if(this._model=t,!t.get("show")){this._mapDraw&&this._mapDraw.remove(),this._mapDraw=null;return}this._mapDraw||(this._mapDraw=new Ss(n));var r=this._mapDraw;r.draw(t,e,n,this,i),r.group.on("click",this._handleRegionClick,this),r.group.silent=t.get("silent"),this.group.add(r.group),this.updateSelectStatus(t,e,n)},e.prototype._handleRegionClick=function(t){var e;fp(t.target,function(t){return null!=(e=sB(t).eventData)},!0),e&&this._api.dispatchAction({type:"geoToggleSelect",geoId:this._model.id,name:e.name})},e.prototype.updateSelectStatus=function(t,e,n){var i=this;this._mapDraw.group.traverse(function(t){var e=sB(t).eventData;if(e)return i._model.isSelected(e.name)?n.enterSelect(t):n.leaveSelect(t),!0})},e.prototype.findHighDownDispatchers=function(t){return this._mapDraw&&this._mapDraw.findHighDownDispatchers(t,this._model)},e.prototype.dispose=function(){this._mapDraw&&this._mapDraw.remove()},e.type="geo",e}(hQ);function SL(t,e,n){_9(t,e,n)}function SP(t){function e(e,n){n.update="geo:updateSelectStatus",t.registerAction(n,function(t,n){var i={},r=[];return n.eachComponent({mainType:"geo",query:t},function(n){n[e](t.name),t3(n.coordinateSystem.regions,function(t){i[t.name]=n.isSelected(t.name)||!1});var o=[];t3(i,function(t,e){i[e]&&o.push(e)}),r.push({geoIndex:n.componentIndex,name:o})}),{selected:i,allSelected:r,name:t.name}})}t.registerCoordinateSystem("geo",SI),t.registerComponentModel(ST),t.registerComponentView(Sk),t.registerImpl("registerMap",SL),t.registerImpl("getMap",function(t){return _7(t)}),e("toggleSelected",{type:"geoToggleSelect",event:"geoselectchanged"}),e("select",{type:"geoSelect",event:"geoselected"}),e("unSelect",{type:"geoUnSelect",event:"geounselected"}),t.registerAction({type:"geoRoam",event:"geoRoam",update:"updateTransform"},function(t,e,n){var i=t.componentType||"series";e.eachComponent({mainType:i,query:t},function(e){var r=e.coordinateSystem;if("geo"===r.type){var o=SD(r,t,e.get("scaleLimit"),n);e.setCenter&&e.setCenter(o.center),e.setZoom&&e.setZoom(o.zoom),"series"===i&&t3(e.seriesGroup,function(t){t.setCenter(o.center),t.setZoom(o.zoom)})}})})}function SO(t,e){var n=t.isExpand?t.children:[],i=t.parentNode.children,r=t.hierNode.i?i[t.hierNode.i-1]:null;if(n.length){!function(t){for(var e=t.children,n=e.length,i=0,r=0;--n>=0;){var o=e[n];o.hierNode.prelim+=i,o.hierNode.modifier+=i,r+=o.hierNode.change,i+=o.hierNode.shift+r}}(t);var o=(n[0].hierNode.prelim+n[n.length-1].hierNode.prelim)/2;r?(t.hierNode.prelim=r.hierNode.prelim+e(t,r),t.hierNode.modifier=t.hierNode.prelim-o):t.hierNode.prelim=o}else r&&(t.hierNode.prelim=r.hierNode.prelim+e(t,r));t.parentNode.hierNode.defaultAncestor=function(t,e,n,i){if(e){for(var r=t,o=t,a=o.parentNode.children[0],s=e,l=r.hierNode.modifier,u=o.hierNode.modifier,c=a.hierNode.modifier,h=s.hierNode.modifier;s=SE(s),o=SB(o),s&&o;){r=SE(r),a=SB(a),r.hierNode.ancestor=t;var d,p,f,g=s.hierNode.prelim+h-o.hierNode.prelim-u+i(s,o);g>0&&(function(t,e,n){var i=n/(e.hierNode.i-t.hierNode.i);e.hierNode.change-=i,e.hierNode.shift+=n,e.hierNode.modifier+=n,e.hierNode.prelim+=n,t.hierNode.change+=i}((d=s,p=t,f=n,d.hierNode.ancestor.parentNode===p.parentNode?d.hierNode.ancestor:f),t,g),u+=g,l+=g),h+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,c+=a.hierNode.modifier}s&&!SE(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!SB(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function SR(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function SN(t){return arguments.length?t:SV}function Sz(t,e){return{x:e*Math.cos(t-=Math.PI/2),y:e*Math.sin(t)}}function SE(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function SB(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function SV(t,e){return t.parentNode===e.parentNode?1:2}var SF=function(){this.parentPoint=[],this.childPoints=[]},SW=function(t){function e(e){return t.call(this,e)||this}return tM(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new SF},e.prototype.buildPath=function(t,e){var n=e.childPoints,i=n.length,r=e.parentPoint,o=n[0],a=n[i-1];if(1===i){t.moveTo(r[0],r[1]),t.lineTo(o[0],o[1]);return}var s=e.orient,l=+("TB"!==s&&"BT"!==s),u=1-l,c=oc(e.forkPosition,1),h=[];h[l]=r[l],h[u]=r[u]+(a[u]-r[u])*c,t.moveTo(r[0],r[1]),t.lineTo(h[0],h[1]),t.moveTo(o[0],o[1]),h[l]=o[l],t.lineTo(h[0],h[1]),h[l]=a[l],t.lineTo(h[0],h[1]),t.lineTo(a[0],a[1]);for(var d=1;d<i-1;d++){var p=n[d];t.moveTo(p[0],p[1]),h[l]=p[l],t.lineTo(h[0],h[1])}},e}(ss),SG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._mainGroup=new r6,n}return tM(e,t),e.prototype.init=function(t,e){this._controller=new _b(e.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},e.prototype.render=function(t,e,n){var i=t.getData(),r=t.layoutInfo,o=this._mainGroup;"radial"===t.get("layout")?(o.x=r.x+r.width/2,o.y=r.y+r.height/2):(o.x=r.x,o.y=r.y),this._updateViewCoordSys(t,n),this._updateController(t,e,n);var a=this._data;i.diff(a).add(function(e){SH(i,e)&&Sj(i,e,null,o,t)}).update(function(e,n){var r=a.getItemGraphicEl(n);if(!SH(i,e)){r&&SU(a,n,r,o,t);return}Sj(i,e,r,o,t)}).remove(function(e){var n=a.getItemGraphicEl(e);n&&SU(a,e,n,o,t)}).execute(),this._nodeScaleRatio=t.get("nodeScaleRatio"),this._updateNodeAndLinkScale(t),!0===t.get("expandAndCollapse")&&i.eachItemGraphicEl(function(e,i){e.off("click").on("click",function(){n.dispatchAction({type:"treeExpandAndCollapse",seriesId:t.id,dataIndex:i})})}),this._data=i},e.prototype._updateViewCoordSys=function(t,e){var n=t.getData(),i=[];n.each(function(t){var e=n.getItemLayout(t);!e||isNaN(e.x)||isNaN(e.y)||i.push([+e.x,+e.y])});var r=[],o=[];aR(i,r,o);var a=this._min,s=this._max;o[0]-r[0]==0&&(r[0]=a?a[0]:r[0]-1,o[0]=s?s[0]:o[0]+1),o[1]-r[1]==0&&(r[1]=a?a[1]:r[1]-1,o[1]=s?s[1]:o[1]+1);var l=t.coordinateSystem=new Sx;l.zoomLimit=t.get("scaleLimit"),l.setBoundingRect(r[0],r[1],o[0]-r[0],o[1]-r[1]),l.setCenter(t.get("center"),e),l.setZoom(t.get("zoom")),this.group.attr({x:l.x,y:l.y,scaleX:l.scaleX,scaleY:l.scaleY}),this._min=r,this._max=o},e.prototype._updateController=function(t,e,n){var i=this,r=this._controller,o=this._controllerHost,a=this.group;r.setPointerChecker(function(e,i,r){var o=a.getBoundingRect();return o.applyTransform(a.transform),o.contain(i,r)&&!_T(e,n,t)}),r.enable(t.get("roam")),o.zoomLimit=t.get("scaleLimit"),o.zoom=t.coordinateSystem.getZoom(),r.off("pan").off("zoom").on("pan",function(e){_M(o,e.dx,e.dy),n.dispatchAction({seriesId:t.id,type:"treeRoam",dx:e.dx,dy:e.dy})}).on("zoom",function(e){_C(o,e.scale,e.originX,e.originY),n.dispatchAction({seriesId:t.id,type:"treeRoam",zoom:e.scale,originX:e.originX,originY:e.originY}),i._updateNodeAndLinkScale(t),n.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(t){var e=t.getData(),n=this._getNodeGlobalScale(t);e.eachItemGraphicEl(function(t,e){t.setSymbolScale(n)})},e.prototype._getNodeGlobalScale=function(t){var e=t.coordinateSystem;if("view"!==e.type)return 1;var n=this._nodeScaleRatio,i=e.scaleX||1;return((e.getZoom()-1)*n+1)/i},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype.remove=function(){this._mainGroup.removeAll(),this._data=null},e.type="tree",e}(pz);function SH(t,e){var n=t.getItemLayout(e);return n&&!isNaN(n.x)&&!isNaN(n.y)}function Sj(t,e,n,i,r){var o=!n,a=t.tree.getNodeByDataIndex(e),s=a.getModel(),l=a.getVisual("style").fill,u=!1===a.isExpand&&0!==a.children.length?l:"#fff",c=t.tree.root,h=a.parentNode===c?a:a.parentNode||a,d=t.getItemGraphicEl(h.dataIndex),p=h.getLayout(),f=d?{x:d.__oldX,y:d.__oldY,rawX:d.__radialOldRawX,rawY:d.__radialOldRawY}:p,g=a.getLayout();o?((n=new xi(t,e,null,{symbolInnerColor:u,useNameLabel:!0})).x=f.x,n.y=f.y):n.updateData(t,e,null,{symbolInnerColor:u,useNameLabel:!0}),n.__radialOldRawX=n.__radialRawX,n.__radialOldRawY=n.__radialRawY,n.__radialRawX=g.rawX,n.__radialRawY=g.rawY,i.add(n),t.setItemGraphicEl(e,n),n.__oldX=n.x,n.__oldY=n.y,lS(n,{x:g.x,y:g.y},r);var y=n.getSymbolPath();if("radial"===r.get("layout")){var m=c.children[0],v=m.getLayout(),x=m.children.length,b=void 0,_=void 0;if(g.x===v.x&&!0===a.isExpand&&m.children.length){var S={x:(m.children[0].getLayout().x+m.children[x-1].getLayout().x)/2,y:(m.children[0].getLayout().y+m.children[x-1].getLayout().y)/2};(b=Math.atan2(S.y-v.y,S.x-v.x))<0&&(b=2*Math.PI+b),(_=S.x<v.x)&&(b-=Math.PI)}else(b=Math.atan2(g.y-v.y,g.x-v.x))<0&&(b=2*Math.PI+b),0===a.children.length||0!==a.children.length&&!1===a.isExpand?(_=g.x<v.x)&&(b-=Math.PI):(_=g.x>v.x)||(b-=Math.PI);var w=_?"left":"right",M=s.getModel("label"),C=M.get("rotate"),I=Math.PI/180*C,T=y.getTextContent();T&&(y.setTextConfig({position:M.get("position")||w,rotation:null==C?-b:I,origin:"center"}),T.setStyle("verticalAlign","middle"))}var A=s.get(["emphasis","focus"]),D="relative"===A?eA(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===A?a.getAncestorsIndices():"descendant"===A?a.getDescendantIndices():null;D&&(sB(n).focus=D),function(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),c=t.get("layout"),h=t.getOrient(),d=t.get(["lineStyle","curveness"]),p=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new dq({shape:SZ(c,h,d,r,r)})),lS(g,{shape:SZ(c,h,d,o,a)},t));else if("polyline"===u&&"orthogonal"===c&&e!==n&&e.children&&0!==e.children.length&&!0===e.isExpand){for(var y=e.children,m=[],v=0;v<y.length;v++){var x=y[v].getLayout();m.push([x.x,x.y])}g||(g=i.__edge=new SW({shape:{parentPoint:[a.x,a.y],childPoints:[[a.x,a.y]],orient:h,forkPosition:p}})),lS(g,{shape:{parentPoint:[a.x,a.y],childPoints:m}},t)}g&&!("polyline"===u&&!e.isExpand)&&(g.useStyle(t$({strokeNoScale:!0,fill:null},f)),lf(g,l,"lineStyle"),s7(g),s.add(g))}(r,a,c,n,f,p,g,i),n.__edge&&(n.onHoverStateChange=function(e){if("blur"!==e){var i=a.parentNode&&t.getItemGraphicEl(a.parentNode.dataIndex);i&&1===i.hoverState||s9(n.__edge,e)}})}function SX(t,e,n,i,r){var o=SY(e.tree.root,t),a=o.source,s=o.sourceLayout,l=e.getItemGraphicEl(t.dataIndex);if(l){var u=e.getItemGraphicEl(a.dataIndex).__edge,c=l.__edge||(!1===a.isExpand||1===a.children.length?u:void 0),h=i.get("edgeShape"),d=i.get("layout"),p=i.get("orient"),f=i.get(["lineStyle","curveness"]);c&&("curve"===h?lC(c,{shape:SZ(d,p,f,s,s),style:{opacity:0}},i,{cb:function(){n.remove(c)},removeOpt:r}):"polyline"===h&&"orthogonal"===i.get("layout")&&lC(c,{shape:{parentPoint:[s.x,s.y],childPoints:[[s.x,s.y]]},style:{opacity:0}},i,{cb:function(){n.remove(c)},removeOpt:r}))}}function SY(t,e){for(var n,i=e.parentNode===t?e:e.parentNode||e;null==(n=i.getLayout());)i=i.parentNode===t?i:i.parentNode||i;return{source:i,sourceLayout:n}}function SU(t,e,n,i,r){var o=t.tree.getNodeByDataIndex(e),a=SY(t.tree.root,o).sourceLayout,s={duration:r.get("animationDurationUpdate"),easing:r.get("animationEasingUpdate")};lC(n,{x:a.x+1,y:a.y+1},r,{cb:function(){i.remove(n),t.setItemGraphicEl(e,null)},removeOpt:s}),n.fadeOut(null,t.hostModel,{fadeLabel:!0,animation:s}),o.children.forEach(function(e){SX(e,t,i,r,s)}),SX(o,t,i,r,s)}function SZ(t,e,n,i,r){if("radial"===t){u=i.rawX,h=i.rawY,c=r.rawX;var o,a,s,l,u,c,h,d=r.rawY,p=Sz(u,h),f=Sz(u,h+(d-h)*n),g=Sz(c,d+(h-d)*n),y=Sz(c,d);return{x1:p.x||0,y1:p.y||0,x2:y.x||0,y2:y.y||0,cpx1:f.x||0,cpy1:f.y||0,cpx2:g.x||0,cpy2:g.y||0}}return u=i.x,h=i.y,c=r.x,d=r.y,("LR"===e||"RL"===e)&&(o=u+(c-u)*n,a=h,s=c+(u-c)*n,l=d),("TB"===e||"BT"===e)&&(o=u,a=h+(d-h)*n,s=c,l=d+(h-d)*n),{x1:u,y1:h,x2:c,y2:d,cpx1:o,cpy1:a,cpx2:s,cpy2:l}}var Sq=oX();function SK(t,e){var n;if(n=this,Sq(n).mainData===n){var i=tK({},Sq(this).datas);i[this.dataType]=e,S1(e,i,t)}else S2(e,this.dataType,Sq(this).mainData,t);return e}function S$(t,e){return t.struct&&t.struct.update(),e}function SJ(t,e){return t3(Sq(e).datas,function(n,i){n!==e&&S2(n.cloneShallow(),i,e,t)}),e}function SQ(t){var e=Sq(this).mainData;return null==t||null==e?e:Sq(e).datas[t]}function S0(){var t=Sq(this).mainData;return null==t?[{data:t}]:t5(t7(Sq(t).datas),function(e){return{type:e,data:Sq(t).datas[e]}})}function S1(t,e,n){Sq(t).datas={},t3(e,function(e,i){S2(e,i,t,n)})}function S2(t,e,n,i){Sq(n).datas[e]=t,Sq(t).mainData=n,t.dataType=e,i.struct&&(t[i.structAttr]=i.struct,i.struct[i.datasAttr[e]]=t),t.getLinkedData=SQ,t.getLinkedDataAll=S0}var S3=function(t){var e=t.mainData,n=t.datas;n||(n={main:e},t.datasAttr={main:"data"}),t.datas=t.mainData=null,S1(e,n,t),t3(n,function(n){t3(e.TRANSFERABLE_METHODS,function(e){n.wrapMethod(e,et(SK,t))})}),e.wrapMethod("cloneShallow",et(SJ,t)),t3(e.CHANGABLE_METHODS,function(n){e.wrapMethod(n,et(S$,t))}),ex(n[e.dataType]===e)},S5=function(){function t(t,e){this.depth=0,this.height=0,this.dataIndex=-1,this.children=[],this.viewChildren=[],this.isExpand=!1,this.name=t||"",this.hostTree=e}return t.prototype.isRemoved=function(){return this.dataIndex<0},t.prototype.eachNode=function(t,e,n){en(t)&&(n=e,e=t,t=null),ei(t=t||{})&&(t={order:t});var i,r=t.order||"preorder",o=this[t.attr||"children"];"preorder"===r&&(i=e.call(n,this));for(var a=0;!i&&a<o.length;a++)o[a].eachNode(t,e,n);"postorder"===r&&e.call(n,this)},t.prototype.updateDepthAndHeight=function(t){var e=0;this.depth=t;for(var n=0;n<this.children.length;n++){var i=this.children[n];i.updateDepthAndHeight(t+1),i.height>e&&(e=i.height)}this.height=e+1},t.prototype.getNodeById=function(t){if(this.getId()===t)return this;for(var e=0,n=this.children,i=n.length;e<i;e++){var r=n[e].getNodeById(t);if(r)return r}},t.prototype.contains=function(t){if(t===this)return!0;for(var e=0,n=this.children,i=n.length;e<i;e++){var r=n[e].contains(t);if(r)return r}},t.prototype.getAncestors=function(t){for(var e=[],n=t?this:this.parentNode;n;)e.push(n),n=n.parentNode;return e.reverse(),e},t.prototype.getAncestorsIndices=function(){for(var t=[],e=this;e;)t.push(e.dataIndex),e=e.parentNode;return t.reverse(),t},t.prototype.getDescendantIndices=function(){var t=[];return this.eachNode(function(e){t.push(e.dataIndex)}),t},t.prototype.getValue=function(t){var e=this.hostTree.data;return e.getStore().get(e.getDimensionIndex(t||"value"),this.dataIndex)},t.prototype.setLayout=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemLayout(this.dataIndex,t,e)},t.prototype.getLayout=function(){return this.hostTree.data.getItemLayout(this.dataIndex)},t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostTree.data.getItemModel(this.dataIndex).getModel(t)},t.prototype.getLevelModel=function(){return(this.hostTree.levelModels||[])[this.depth]},t.prototype.setVisual=function(t,e){this.dataIndex>=0&&this.hostTree.data.setItemVisual(this.dataIndex,t,e)},t.prototype.getVisual=function(t){return this.hostTree.data.getItemVisual(this.dataIndex,t)},t.prototype.getRawIndex=function(){return this.hostTree.data.getRawIndex(this.dataIndex)},t.prototype.getId=function(){return this.hostTree.data.getId(this.dataIndex)},t.prototype.getChildIndex=function(){if(this.parentNode){for(var t=this.parentNode.children,e=0;e<t.length;++e)if(t[e]===this)return e}return -1},t.prototype.isAncestorOf=function(t){for(var e=t.parentNode;e;){if(e===this)return!0;e=e.parentNode}return!1},t.prototype.isDescendantOf=function(t){return t!==this&&t.isAncestorOf(this)},t}(),S4=function(){function t(t){this.type="tree",this._nodes=[],this.hostModel=t}return t.prototype.eachNode=function(t,e,n){this.root.eachNode(t,e,n)},t.prototype.getNodeByDataIndex=function(t){var e=this.data.getRawIndex(t);return this._nodes[e]},t.prototype.getNodeById=function(t){return this.root.getNodeById(t)},t.prototype.update=function(){for(var t=this.data,e=this._nodes,n=0,i=e.length;n<i;n++)e[n].dataIndex=-1;for(var n=0,i=t.count();n<i;n++)e[t.getRawIndex(n)].dataIndex=n},t.prototype.clearLayouts=function(){this.data.clearItemLayouts()},t.createTree=function(e,n,i){var r=new t(n),o=[],a=1;!function t(e,n){var i,s,l,u=e.value;a=Math.max(a,ee(u)?u.length:1),o.push(e);var c=new S5(oW(e.name,""),r);n?(i=c,l=(s=n).children,i.parentNode!==s&&(l.push(i),i.parentNode=s)):r.root=c,r._nodes.push(c);var h=e.children;if(h)for(var d=0;d<h.length;d++)t(h[d],c)}(e),r.root.updateDepthAndHeight(0);var s=new yi(yo(o,{coordDimensions:["value"],dimensionsCount:a}).dimensions,n);return s.initData(o),i&&i(s),S3({mainData:s,struct:r,structAttr:"tree"}),r.update(),r},t}();function S9(t,e,n){if(t&&tQ(e,t.type)>=0){var i=n.getData().tree.root,r=t.targetNode;if(ei(r)&&(r=i.getNodeById(r)),r&&i.contains(r))return{node:r};var o=t.targetNodeId;if(null!=o&&(r=i.getNodeById(o)))return{node:r}}}function S6(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function S7(t,e){return tQ(S6(t),e)>=0}function S8(t,e){for(var n=[];t;){var i=t.dataIndex;n.push({name:t.name,dataIndex:i,value:e.getRawValue(i)}),t=t.parentNode}return n.reverse(),n}var wt=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return tM(e,t),e.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=new l1(t.leaves||{},this,this.ecModel),i=S4.createTree(e,this,function(t){t.wrapMethod("getItemModel",function(t,e){var r=i.getNodeByDataIndex(e);return r&&r.children.length&&r.isExpand||(t.parentModel=n),t})}),r=0;i.eachNode("preorder",function(t){t.depth>r&&(r=t.depth)});var o=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:r;return i.root.eachNode("preorder",function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=o}),i.data},e.prototype.getOrient=function(){var t=this.get("orient");return"horizontal"===t?t="LR":"vertical"===t&&(t="TB"),t},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.formatTooltip=function(t,e,n){for(var i=this.getData().tree,r=i.root.children[0],o=i.getNodeByDataIndex(t),a=o.getValue(),s=o.name;o&&o!==r;)s=o.parentNode.name+"."+s,o=o.parentNode;return hD("nameValue",{name:s,value:a,noValue:isNaN(a)||null==a})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=S8(i,this),n.collapsed=!i.isExpand,n},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystem:"view",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:"#ccc",width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(h$);function we(t,e){for(var n,i=[t];n=i.pop();)if(e(n),n.isExpand){var r=n.children;if(r.length)for(var o=r.length-1;o>=0;o--)i.push(r[o])}}function wn(t,e){t.eachSeriesByType("tree",function(t){!function(t,e){var n=uB(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});t.layoutInfo=n;var i=t.get("layout"),r=0,o=0,a=null;"radial"===i?(r=2*Math.PI,o=Math.min(n.height,n.width)/2,a=SN(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(r=n.width,o=n.height,a=SN());var s=t.getData().tree.root,l=s.children[0];if(l){!function(t){t.hierNode={defaultAncestor:null,ancestor:t,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var e,n,i=[t];e=i.pop();)if(n=e.children,e.isExpand&&n.length)for(var r=n.length,o=r-1;o>=0;o--){var a=n[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},i.push(a)}}(s),function(t,e,n){for(var i,r=[t],o=[];i=r.pop();)if(o.push(i),i.isExpand){var a=i.children;if(a.length)for(var s=0;s<a.length;s++)r.push(a[s])}for(;i=o.pop();)e(i,n)}(l,SO,a),s.hierNode.modifier=-l.hierNode.prelim,we(l,SR);var u=l,c=l,h=l;we(l,function(t){var e=t.getLayout().x;e<u.getLayout().x&&(u=t),e>c.getLayout().x&&(c=t),t.depth>h.depth&&(h=t)});var d=u===c?1:a(u,c)/2,p=d-u.getLayout().x,f=0,g=0,y=0,m=0;if("radial"===i)f=r/(c.getLayout().x+d+p),g=o/(h.depth-1||1),we(l,function(t){y=(t.getLayout().x+p)*f,m=(t.depth-1)*g;var e=Sz(y,m);t.setLayout({x:e.x,y:e.y,rawX:y,rawY:m},!0)});else{var v=t.getOrient();"RL"===v||"LR"===v?(g=o/(c.getLayout().x+d+p),f=r/(h.depth-1||1),we(l,function(t){m=(t.getLayout().x+p)*g,y="LR"===v?(t.depth-1)*f:r-(t.depth-1)*f,t.setLayout({x:y,y:m},!0)})):("TB"===v||"BT"===v)&&(f=r/(c.getLayout().x+d+p),g=o/(h.depth-1||1),we(l,function(t){y=(t.getLayout().x+p)*f,m="TB"===v?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:y,y:m},!0)}))}}}(t,e)})}function wi(t){t.eachSeriesByType("tree",function(t){var e=t.getData();e.tree.eachNode(function(t){var n=t.getModel().getModel("itemStyle").getItemStyle();tK(e.ensureUniqueItemVisual(t.dataIndex,"style"),n)})})}var wr=["treemapZoomToNode","treemapRender","treemapMove"];function wo(t){var e=t.getData().tree,n={};e.eachNode(function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=ca(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)})}var wa=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventUsingHoverLayer=!0,n}return tM(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};!function t(e){var n=0;t3(e.children,function(e){t(e);var i=e.value;ee(i)&&(i=i[0]),n+=i});var i=e.value;ee(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=n),i<0&&(i=0),ee(e.value)?e.value[0]=i:e.value=i}(n);var i=t.levels||[],r=new l1({itemStyle:this.designatedVisualItemStyle={}},this,e),o=t5((i=t.levels=function(t,e){var n,i,r=oR(e.get("color")),o=oR(e.get(["aria","decal","decals"]));if(r){t3(t=t||[],function(t){var e=new l1(t),r=e.get("color"),o=e.get("decal");(e.get(["itemStyle","color"])||r&&"none"!==r)&&(n=!0),(e.get(["itemStyle","decal"])||o&&"none"!==o)&&(i=!0)});var a=t[0]||(t[0]={});return n||(a.color=r.slice()),!i&&o&&(a.decal=o.slice()),t}}(i,e))||[],function(t){return new l1(t,r,e)},this),a=S4.createTree(n,this,function(t){t.wrapMethod("getItemModel",function(t,e){var n=a.getNodeByDataIndex(e);return t.parentModel=(n?o[n.depth]:null)||r,t})});return a.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t);return hD("nameValue",{name:i.getName(t),value:r})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments);return n.treeAncestors=S8(this.getData().tree.getNodeByDataIndex(e),this),n.treePathInfo=n.treeAncestors,n},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},tK(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=eT(),this._idIndexMapCount=0);var n=e.get(t);return null==n&&e.set(t,n=this._idIndexMapCount++),n},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){wo(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,left:"center",top:"middle",width:"80%",height:"80%",sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,scaleLimit:null,roam:!0,nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",top:"bottom",emptyItemWidth:25,itemStyle:{color:"rgba(0,0,0,0.7)",textStyle:{color:"#fff"}},emphasis:{itemStyle:{color:"rgba(0,0,0,0.9)"}}},label:{show:!0,distance:0,padding:5,position:"inside",color:"#fff",overflow:"truncate"},upperLabel:{show:!1,position:[0,"50%"],height:20,overflow:"truncate",verticalAlign:"middle"},itemStyle:{color:null,colorAlpha:null,colorSaturation:null,borderWidth:0,gapWidth:0,borderColor:"#fff",borderColorSaturation:null},emphasis:{upperLabel:{show:!0,position:[0,"50%"],overflow:"truncate",verticalAlign:"middle"}},visualDimension:0,visualMin:null,visualMax:null,color:[],colorAlpha:null,colorSaturation:null,colorMappingBy:"index",visibleMin:10,childrenVisibleMin:null,levels:[]},e}(h$),ws=function(){function t(t){this.group=new r6,t.add(this.group)}return t.prototype.render=function(t,e,n,i){var r=t.getModel("breadcrumb"),o=this.group;if(o.removeAll(),r.get("show")&&n){var a=r.getModel("itemStyle"),s=r.getModel("emphasis"),l=a.getModel("textStyle"),u=s.getModel(["itemStyle","textStyle"]),c={pos:{left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},box:{width:e.getWidth(),height:e.getHeight()},emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]};this._prepare(n,c,l),this._renderContent(t,c,a,s,l,u,i),uV(o,c.pos,c.box)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=oW(i.getModel().get("name"),""),o=Math.max(n.getTextRect(r).width+16,e.emptyItemWidth);e.totalWidth+=o+8,e.renderList.push({node:i,text:r,width:o})}},t.prototype._renderContent=function(t,e,n,i,r,o,a){for(var s,l,u,c,h,d,p,f,g,y=0,m=e.emptyItemWidth,v=t.get(["breadcrumb","height"]),x=(s=e.pos,c=(l=e.box).width,h=l.height,d=oc(s.left,c),p=oc(s.top,h),f=oc(s.right,c),g=oc(s.bottom,h),(isNaN(d)||isNaN(parseFloat(s.left)))&&(d=0),(isNaN(f)||isNaN(parseFloat(s.right)))&&(f=c),(isNaN(p)||isNaN(parseFloat(s.top)))&&(p=0),(isNaN(g)||isNaN(parseFloat(s.bottom)))&&(g=h),{width:Math.max(f-d-(u=uM(u||0))[1]-u[3],0),height:Math.max(g-p-u[0]-u[2],0)}),b=e.totalWidth,_=e.renderList,S=i.getModel("itemStyle").getItemStyle(),w=_.length-1;w>=0;w--){var M,C,I,T=_[w],A=T.node,D=T.width,k=T.text;b>x.width&&(b-=D-m,D=m,k=null);var L=new dE({shape:{points:function(t,e,n,i,r){var o=[[i?t:t-5,0],[t+e,0],[t+e,0+n],[i?t:t-5,0+n]];return r||o.splice(2,0,[t+e+5,0+n/2]),i||o.push([t,0+n/2]),o}(y,D,v,w===_.length-1,0===w)},style:t$(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new sE({style:lR(r,{text:k})}),textConfig:{position:"inside"},z2:1e5,onclick:et(a,A)});L.disableLabelAnimation=!0,L.getTextContent().ensureState("emphasis").style=lR(o,{text:k}),L.ensureState("emphasis").style=S,lc(L,i.get("focus"),i.get("blurScope"),i.get("disabled")),this.group.add(L),M=L,C=t,I=A,sB(M).eventData={componentType:"series",componentSubType:"treemap",componentIndex:C.componentIndex,seriesIndex:C.seriesIndex,seriesName:C.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:I&&I.dataIndex,name:I&&I.name},treePathInfo:I&&S8(I,C)},y+=D+8}},t.prototype.remove=function(){this.group.removeAll()},t}(),wl=function(){function t(){this._storage=[],this._elExistsMap={}}return t.prototype.add=function(t,e,n,i,r){return!this._elExistsMap[t.id]&&(this._elExistsMap[t.id]=!0,this._storage.push({el:t,target:e,duration:n,delay:i,easing:r}),!0)},t.prototype.finished=function(t){return this._finishedCallback=t,this},t.prototype.start=function(){for(var t=this,e=this._storage.length,n=function(){--e<=0&&(t._storage.length=0,t._elExistsMap={},t._finishedCallback&&t._finishedCallback())},i=0,r=this._storage.length;i<r;i++){var o=this._storage[i];o.el.animateTo(o.target,{duration:o.duration,delay:o.delay,easing:o.easing,setToFinal:!0,done:n,aborted:n})}return this},t}(),wu="label",wc="upperLabel",wh=at([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),wd=function(t){var e=wh(t);return e.stroke=e.fill=e.lineWidth=null,e},wp=oX(),wf=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._state="ready",n._storage=wg(),n}return tM(e,t),e.prototype.render=function(t,e,n,i){if(!(0>tQ(e.findComponents({mainType:"series",subType:"treemap",query:i}),t))){this.seriesModel=t,this.api=n,this.ecModel=e;var r=S9(i,["treemapZoomToNode","treemapRootToNode"],t),o=i&&i.type,a=t.layoutInfo,s=!this._oldTree,l=this._storage,u="treemapRootToNode"===o&&r&&l?{rootNodeGroup:l.nodeGroup[r.node.getRawIndex()],direction:i.direction}:null,c=this._giveContainerGroup(a),h=t.get("animation"),d=this._doRender(c,t,u);!h||s||o&&"treemapZoomToNode"!==o&&"treemapRootToNode"!==o?d.renderFinally():this._doAnimation(c,d,t,u),this._resetController(n),this._renderBreadcrumb(t,n,r)}},e.prototype._giveContainerGroup=function(t){var e=this._containerGroup;return e||(e=this._containerGroup=new r6,this._initEvents(e),this.group.add(e)),e.x=t.x,e.y=t.y,e},e.prototype._doRender=function(t,e,n){var i,r,o=e.getData().tree,a=this._oldTree,s=wg(),l=wg(),u=this._storage,c=[];!function t(i,r,o,a,h){function d(t){return t.getId()}function p(d,p){var f=null!=d?i[d]:null,g=null!=p?r[p]:null,y=function(t,e,n,i,r,o,a,s,l,u){if(a){var c=a.getLayout(),h=t.getData(),d=a.getModel();if(h.setItemGraphicEl(a.dataIndex,null),c&&c.isInView){var p=c.width,f=c.height,g=c.borderWidth,y=c.invisible,m=a.getRawIndex(),v=s&&s.getRawIndex(),x=a.viewChildren,b=c.upperHeight,_=x&&x.length,S=d.getModel("itemStyle"),w=d.getModel(["emphasis","itemStyle"]),M=d.getModel(["blur","itemStyle"]),C=d.getModel(["select","itemStyle"]),I=S.get("borderRadius")||0,T=V("nodeGroup",r6);if(T){if(l.add(T),T.x=c.x||0,T.y=c.y||0,T.markRedraw(),wp(T).nodeWidth=p,wp(T).nodeHeight=f,c.isAboveViewRoot)return T;var A=V("background",s_,u,20);A&&function(e,n,i){var r=sB(n);if(r.dataIndex=a.dataIndex,r.seriesIndex=t.seriesIndex,n.setShape({x:0,y:0,width:p,height:f,r:I}),y)z(n);else{n.invisible=!1;var o=a.getVisual("style"),s=o.stroke,l=wd(S);l.fill=s;var u=wh(w);u.fill=w.get("borderColor");var c=wh(M);c.fill=M.get("borderColor");var h=wh(C);if(h.fill=C.get("borderColor"),i){var d=p-2*g;E(n,s,o.opacity,{x:g,y:0,width:d,height:b})}else n.removeTextContent();n.setStyle(l),n.ensureState("emphasis").style=u,n.ensureState("blur").style=c,n.ensureState("select").style=h,s7(n)}e.add(n)}(T,A,_&&c.upperLabelHeight);var D=d.getModel("emphasis"),k=D.get("focus"),L=D.get("blurScope"),P=D.get("disabled"),O="ancestor"===k?a.getAncestorsIndices():"descendant"===k?a.getDescendantIndices():k;if(_)ly(T)&&lg(T,!1),A&&(lg(A,!P),h.setItemGraphicEl(a.dataIndex,A),lh(A,O,L));else{var R=V("content",s_,u,30);R&&function(e,n){var i=sB(n);i.dataIndex=a.dataIndex,i.seriesIndex=t.seriesIndex;var r=Math.max(p-2*g,0),o=Math.max(f-2*g,0);if(n.culling=!0,n.setShape({x:g,y:g,width:r,height:o,r:I}),y)z(n);else{n.invisible=!1;var s=a.getVisual("style"),l=s.fill,u=wd(S);u.fill=l,u.decal=s.decal;var c=wh(w),h=wh(M),d=wh(C);E(n,l,s.opacity,null),n.setStyle(u),n.ensureState("emphasis").style=c,n.ensureState("blur").style=h,n.ensureState("select").style=d,s7(n)}e.add(n)}(T,R),A.disableMorphing=!0,A&&ly(A)&&lg(A,!1),lg(T,!P),h.setItemGraphicEl(a.dataIndex,T);var N=d.getShallow("cursor");N&&R.attr("cursor",N),lh(T,O,L)}return T}}}function z(t){t.invisible||o.push(t)}function E(e,n,i,r){var o=d.getModel(r?wc:wu),s=oW(d.get("name"),null),l=o.getShallow("show");lP(e,lO(d,r?wc:wu),{defaultText:l?s:null,inheritColor:n,defaultOpacity:i,labelFetcher:t,labelDataIndex:a.dataIndex});var u=e.getTextContent();if(u){var h=u.style,p=ev(h.padding||0);r&&(e.setTextConfig({layoutRect:r}),u.disableLabelLayout=!0),u.beforeUpdate=function(){var t=Math.max((r?r.width:e.shape.width)-p[1]-p[3],0),n=Math.max((r?r.height:e.shape.height)-p[0]-p[2],0);(h.width!==t||h.height!==n)&&u.setStyle({width:t,height:n})},h.truncateMinChar=2,h.lineOverflow="truncate",B(h,r,c);var f=u.getState("emphasis");B(f?f.style:null,r,c)}}function B(e,n,i){var r=e?e.text:null;if(!n&&i.isLeafRoot&&null!=r){var o=t.get("drillDownIcon",!0);e.text=o?o+" "+r:r}}function V(t,o,s,l){var u,c,h,d=null!=v&&n[t][v],p=r[t];return d?(n[t][v]=null,u=p,c=d,h=u[m]={},c instanceof r6?(h.oldX=c.x,h.oldY=c.y):h.oldShape=tK({},c.shape)):y||((d=new o)instanceof aw&&(d.z2=100*s+l),function(t,e){var n=t[m]={},o=a.parentNode,s=e instanceof r6;if(o&&(!i||"drillDown"===i.direction)){var l=0,u=0,c=r.background[o.getRawIndex()];!i&&c&&c.oldShape&&(l=c.oldShape.width,u=c.oldShape.height),s?(n.oldX=0,n.oldY=u):n.oldShape={x:l,y:u,width:0,height:0}}n.fadein=!s}(p,d)),e[t][m]=d}}(e,l,u,n,s,c,f,g,o,h);y&&t(f&&f.viewChildren||[],g&&g.viewChildren||[],y,a,h+1)}a?(r=i,t3(i,function(t,e){t.isRemoved()||p(e,e)})):new g$(r,i,d,d).add(p).update(p).remove(et(p,null)).execute()}(o.root?[o.root]:[],a&&a.root?[a.root]:[],t,o===a||!a,0);var h=(i=u,r=wg(),i&&t3(i,function(t,e){var n=r[e];t3(t,function(t){t&&(n.push(t),wp(t).willDelete=!0)})}),r);if(this._oldTree=o,this._storage=l,this._controllerHost){var d=this.seriesModel.layoutInfo,p=o.root.getLayout();p.width===d.width&&p.height===d.height&&(this._controllerHost.zoom=1)}return{lastsForAnimation:s,willDeleteEls:h,renderFinally:function(){t3(h,function(t){t3(t,function(t){t.parent&&t.parent.remove(t)})}),t3(c,function(t){t.invisible=!0,t.dirty()})}}},e.prototype._doAnimation=function(t,e,n,i){var r=n.get("animationDurationUpdate"),o=n.get("animationEasing"),a=(en(r)?0:r)||0,s=(en(o)?null:o)||"cubicOut",l=new wl;t3(e.willDeleteEls,function(t,e){t3(t,function(t,n){if(!t.invisible){var r,o=t.parent,u=wp(o);if(i&&"drillDown"===i.direction)r=o===i.rootNodeGroup?{shape:{x:0,y:0,width:u.nodeWidth,height:u.nodeHeight},style:{opacity:0}}:{style:{opacity:0}};else{var c=0,h=0;u.willDelete||(c=u.nodeWidth/2,h=u.nodeHeight/2),r="nodeGroup"===e?{x:c,y:h,style:{opacity:0}}:{shape:{x:c,y:h,width:0,height:0},style:{opacity:0}}}r&&l.add(t,r,a,0,s)}})}),t3(this._storage,function(t,n){t3(t,function(t,i){var r=e.lastsForAnimation[n][i],o={};r&&(t instanceof r6?null!=r.oldX&&(o.x=t.x,o.y=t.y,t.x=r.oldX,t.y=r.oldY):(r.oldShape&&(o.shape=tK({},t.shape),t.setShape(r.oldShape)),r.fadein?(t.setStyle("opacity",0),o.style={opacity:1}):1!==t.style.opacity&&(o.style={opacity:1})),l.add(t,o,a,0,s))})},this),this._state="animating",l.finished(t8(function(){this._state="ready",e.renderFinally()},this)).start()},e.prototype._resetController=function(t){var e=this._controller,n=this._controllerHost;n||(this._controllerHost={target:this.group},n=this._controllerHost),e||((e=this._controller=new _b(t.getZr())).enable(this.seriesModel.get("roam")),n.zoomLimit=this.seriesModel.get("scaleLimit"),n.zoom=this.seriesModel.get("zoom"),e.on("pan",t8(this._onPan,this)),e.on("zoom",t8(this._onZoom,this)));var i=new nW(0,0,t.getWidth(),t.getHeight());e.setPointerChecker(function(t,e,n){return i.contain(e,n)})},e.prototype._clearController=function(){var t=this._controller;this._controllerHost=null,t&&(t.dispose(),t=null)},e.prototype._onPan=function(t){if("animating"!==this._state&&(Math.abs(t.dx)>3||Math.abs(t.dy)>3)){var e=this.seriesModel.getData().tree.root;if(e){var n=e.getLayout();n&&this.api.dispatchAction({type:"treemapMove",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:n.x+t.dx,y:n.y+t.dy,width:n.width,height:n.height}})}}},e.prototype._onZoom=function(t){var e=t.originX,n=t.originY,i=t.scale;if("animating"!==this._state){var r=this.seriesModel.getData().tree.root;if(!r)return;var o=r.getLayout();if(!o)return;var a=new nW(o.x,o.y,o.width,o.height),s=null,l=this._controllerHost;s=l.zoomLimit;var u=l.zoom=l.zoom||1;if(u*=i,s){var c=s.min||0;u=Math.max(Math.min(s.max||1/0,u),c)}var h=u/l.zoom;l.zoom=u;var d=this.seriesModel.layoutInfo;e-=d.x,n-=d.y;var p=nw();nT(p,p,[-e,-n]),nD(p,p,[h,h]),nT(p,p,[e,n]),a.applyTransform(p),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:a.x,y:a.y,width:a.width,height:a.height}})}},e.prototype._initEvents=function(t){var e=this;t.on("click",function(t){if("ready"===e._state){var n=e.seriesModel.get("nodeClick",!0);if(n){var i=e.findTarget(t.offsetX,t.offsetY);if(i){var r=i.node;if(r.getLayout().isLeafRoot)e._rootToNode(i);else if("zoomToNode"===n)e._zoomToNode(i);else if("link"===n){var o=r.hostTree.data.getItemModel(r.dataIndex),a=o.get("link",!0),s=o.get("target",!0)||"blank";a&&uO(a,s)}}}}},this)},e.prototype._renderBreadcrumb=function(t,e,n){var i=this;!n&&((n=null!=t.get("leafDepth",!0)?{node:t.getViewRoot()}:this.findTarget(e.getWidth()/2,e.getHeight()/2))||(n={node:t.getData().tree.root})),(this._breadcrumb||(this._breadcrumb=new ws(this.group))).render(t,e,n.node,function(e){"animating"!==i._state&&(S7(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))})},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=wg(),this._state="ready",this._breadcrumb&&this._breadcrumb.remove()},e.prototype.dispose=function(){this._clearController()},e.prototype._zoomToNode=function(t){this.api.dispatchAction({type:"treemapZoomToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype._rootToNode=function(t){this.api.dispatchAction({type:"treemapRootToNode",from:this.uid,seriesId:this.seriesModel.id,targetNode:t.node})},e.prototype.findTarget=function(t,e){var n;return this.seriesModel.getViewRoot().eachNode({attr:"viewChildren",order:"preorder"},function(i){var r=this._storage.background[i.getRawIndex()];if(r){var o=r.transformCoordToLocal(t,e),a=r.shape;if(!(a.x<=o[0])||!(o[0]<=a.x+a.width)||!(a.y<=o[1])||!(o[1]<=a.y+a.height))return!1;n={node:i,offsetX:o[0],offsetY:o[1]}}},this),n},e.type="treemap",e}(pz);function wg(){return{nodeGroup:[],background:[],content:[]}}var wy=t3,wm=function(){function t(e){var n,i,r=e.mappingMethod,o=e.type,a=this.option=tU(e);this.type=o,this.mappingMethod=r,this._normalizeData=wA[r];var s=t.visualHandlers[o];this.applyVisual=s.applyVisual,this.getColorMapper=s.getColorMapper,this._normalizedToVisual=s._normalizedToVisual[r],"piecewise"===r?(wv(a),i=(n=a).pieceList,n.hasSpecialVisual=!1,t3(i,function(t,e){t.originIndex=e,null!=t.visual&&(n.hasSpecialVisual=!0)})):"category"===r?a.categories?function(t){var e=t.categories,n=t.categoryMap={},i=t.visual;if(wy(e,function(t,e){n[t]=e}),!ee(i)){var r=[];ea(i)?wy(i,function(t,e){var i=n[e];r[null!=i?i:-1]=t}):r[-1]=i,i=wT(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(a):wv(a,!0):(ex("linear"!==r||a.dataExtent),wv(a))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return t8(this._normalizeData,this)},t.listVisualTypes=function(){return t7(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){ea(t)?t3(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=ee(e)?[]:ea(e)?{}:(r=!0,null);return t.eachVisual(e,function(t,e){var a=n.call(i,t,e);r?o=a:o[e]=a}),o},t.retrieveVisuals=function(e){var n,i={};return e&&wy(t.visualHandlers,function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)}),n?i:null},t.prepareVisualTypes=function(t){if(ee(t))t=t.slice();else{if(!ea(t))return[];var e=[];wy(t,function(t,n){e.push(n)}),t=e}return t.sort(function(t,e){return"color"===e&&"color"!==t&&0===t.indexOf("color")?1:-1}),t},t.dependsOn=function(t,e){return"color"===e?!!(t&&0===t.indexOf(e)):t===e},t.findPieceIndex=function(t,e,n){for(var i,r=1/0,o=0,a=e.length;o<a;o++){var s=e[o].value;if(null!=s){if(s===t||ei(s)&&s===t+"")return o;n&&w(s,o)}}for(var o=0,a=e.length;o<a;o++){var l,u,c,h,d,p,f,g,y,m,v,x,b=e[o],_=b.interval,S=b.close;if(_){if(_[0]===-1/0){if(l=S[1],u=t,c=_[1],l?u<=c:u<c)return o}else if(_[1]===1/0){if(h=S[0],d=_[0],p=t,h?d<=p:d<p)return o}else{if(f=S[0],g=_[0],y=t,(f?g<=y:g<y)&&(m=S[1],v=t,x=_[1],m?v<=x:v<x))return o}n&&w(_[0],o),n&&w(_[1],o)}}if(n)return t===1/0?e.length-1:t===-1/0?0:i;function w(e,n){var o=Math.abs(e-t);o<r&&(r=o,i=n)}},t.visualHandlers={color:{applyVisual:wS("color"),getColorMapper:function(){var t=this.option;return t8("category"===t.mappingMethod?function(t,e){return e||(t=this._normalizeData(t)),ww.call(this,t)}:function(e,n,i){var r=!!i;return n||(e=this._normalizeData(e)),i=iF(e,t.parsedVisual,i),r?i:iY(i,"rgba")},this)},_normalizedToVisual:{linear:function(t){return iY(iF(t,this.option.parsedVisual),"rgba")},category:ww,piecewise:function(t,e){var n=wI.call(this,e);return null==n&&(n=iY(iF(t,this.option.parsedVisual),"rgba")),n},fixed:wM}},colorHue:wb(function(t,e){return ij(t,e)}),colorSaturation:wb(function(t,e){return ij(t,null,e)}),colorLightness:wb(function(t,e){return ij(t,null,null,e)}),colorAlpha:wb(function(t,e){return iX(t,e)}),decal:{applyVisual:wS("decal"),_normalizedToVisual:{linear:null,category:ww,piecewise:null,fixed:null}},opacity:{applyVisual:wS("opacity"),_normalizedToVisual:wC([0,1])},liftZ:{applyVisual:wS("liftZ"),_normalizedToVisual:{linear:wM,category:wM,piecewise:wM,fixed:wM}},symbol:{applyVisual:function(t,e,n){n("symbol",this.mapValueToVisual(t))},_normalizedToVisual:{linear:w_,category:ww,piecewise:function(t,e){var n=wI.call(this,e);return null==n&&(n=w_.call(this,t)),n},fixed:wM}},symbolSize:{applyVisual:wS("symbolSize"),_normalizedToVisual:wC([0,1])}},t}();function wv(t,e){var n=t.visual,i=[];ea(n)?wy(n,function(t){i.push(t)}):null!=n&&i.push(n),e||1!==i.length||({color:1,symbol:1}).hasOwnProperty(t.type)||(i[1]=i[0]),wT(t,i)}function wb(t){return{applyVisual:function(e,n,i){var r=this.mapValueToVisual(e);i("color",t(n("color"),r))},_normalizedToVisual:wC([0,1])}}function w_(t){var e=this.option.visual;return e[Math.round(ou(t,[0,1],[0,e.length-1],!0))]||{}}function wS(t){return function(e,n,i){i(t,this.mapValueToVisual(e))}}function ww(t){var e=this.option.visual;return e[this.option.loop&&-1!==t?t%e.length:t]}function wM(){return this.option.visual[0]}function wC(t){return{linear:function(e){return ou(e,t,this.option.visual,!0)},category:ww,piecewise:function(e,n){var i=wI.call(this,n);return null==i&&(i=ou(e,t,this.option.visual,!0)),i},fixed:wM}}function wI(t){var e=this.option,n=e.pieceList;if(e.hasSpecialVisual){var i=wm.findPieceIndex(t,n),r=n[i];if(r&&r.visual)return r.visual[this.type]}}function wT(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=t5(e,function(t){return iz(t)||[0,0,0,1]})),e}var wA={linear:function(t){return ou(t,this.option.dataExtent,[0,1],!0)},piecewise:function(t){var e=this.option.pieceList,n=wm.findPieceIndex(t,e,!0);if(null!=n)return ou(n,[0,e.length-1],[0,1],!0)},category:function(t){var e=this.option.categories?this.option.categoryMap[t]:t;return null==e?-1:e},fixed:eP},wD=oX(),wk={seriesType:"treemap",reset:function(t){var e=t.getData().tree.root;e.isRemoved()||function t(e,n,i,r){var o=e.getModel(),a=e.getLayout(),s=e.hostTree.data;if(a&&!a.invisible&&a.isInView){var l,u,c,h,d,p,f,g=o.getModel("itemStyle"),y=(l=g,u=n,c=r,h=tK({},u),d=c.designatedVisualItemStyle,t3(["color","colorAlpha","colorSaturation"],function(t){d[t]=u[t];var e=l.get(t);d[t]=null,null!=e&&(h[t]=e)}),h),m=s.ensureUniqueItemVisual(e.dataIndex,"style"),v=g.get("borderColor"),x=g.get("borderColorSaturation");null!=x&&(p=x,v=null!=(f=wL(y))?ij(f,null,null,p):null),m.stroke=v;var b=e.viewChildren;if(b&&b.length){var _=function(t,e,n,i){if(i&&i.length){var r=wO(t,"color")||null!=n.color&&"none"!==n.color&&(wO(t,"colorAlpha")||wO(t,"colorSaturation"));if(r){var o=t.get("visualMin"),a=t.get("visualMax"),s=e.dataExtent.slice();null!=o&&o<s[0]&&(s[0]=o),null!=a&&a>s[1]&&(s[1]=a);var l=t.get("colorMappingBy"),u={type:r.name,dataExtent:s,visual:r.range};"color"===u.type&&("index"===l||"id"===l)?(u.mappingMethod="category",u.loop=!0):u.mappingMethod="linear";var c=new wm(u);return wD(c).drColorMappingBy=l,c}}}(o,a,y,b);t3(b,function(e,n){if(e.depth>=i.length||e===i[e.depth]){var a=function(t,e,n,i,r,o){var a=tK({},e);if(r){var s=r.type,l="color"===s&&wD(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}(o,y,e,n,_,r);t(e,a,i,r)}})}else m.fill=wL(y)}}(e,{},t.getViewRoot().getAncestors(),t)}};function wL(t){var e=wP(t,"color");if(e){var n=wP(t,"colorAlpha"),i=wP(t,"colorSaturation");return i&&(e=ij(e,null,null,i)),n&&(e=iX(e,n)),e}}function wP(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function wO(t,e){var n=t.get(e);return ee(n)&&n.length?{name:e,range:n}:null}var wR=Math.max,wN=Math.min,wz=ef,wE=t3,wB=["itemStyle","borderWidth"],wV=["itemStyle","gapWidth"],wF=["upperLabel","show"],wW=["upperLabel","height"],wG={seriesType:"treemap",reset:function(t,e,n,i){var r=n.getWidth(),o=n.getHeight(),a=t.option,s=uB(t.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()}),l=a.size||[],u=oc(wz(s.width,l[0]),r),c=oc(wz(s.height,l[1]),o),h=i&&i.type,d=S9(i,["treemapZoomToNode","treemapRootToNode"],t),p="treemapRender"===h||"treemapMove"===h?i.rootRect:null,f=t.getViewRoot(),g=S6(f);if("treemapMove"!==h){var y="treemapZoomToNode"===h?function(t,e,n,i,r){var o,a=(e||{}).node,s=[i,r];if(!a||a===n)return s;for(var l=i*r,u=l*t.option.zoomToNodeRatio;o=a.parentNode;){for(var c=0,h=o.children,d=0,p=h.length;d<p;d++)c+=h[d].getValue();var f=a.getValue();if(0===f)return s;u*=c/f;var g=o.getModel(),y=g.get(wB),m=Math.max(y,wj(g));(u+=4*y*y+(3*y+m)*Math.pow(u,.5))>ov&&(u=ov),a=o}u<l&&(u=l);var v=Math.pow(u/l,.5);return[i*v,r*v]}(t,d,f,u,c):p?[p.width,p.height]:[u,c],m=a.sort;m&&"asc"!==m&&"desc"!==m&&(m="desc");var v={squareRatio:a.squareRatio,sort:m,leafDepth:a.leafDepth};f.hostTree.clearLayouts();var x={x:0,y:0,width:y[0],height:y[1],area:y[0]*y[1]};f.setLayout(x),function t(e,n,i,r){if(!e.isRemoved()){var o,a,s=e.getLayout();o=s.width,a=s.height;var l=e.getModel(),u=l.get(wB),c=l.get(wV)/2,h=wj(l),d=Math.max(u,h),p=u-c,f=d-c;e.setLayout({borderWidth:u,upperHeight:d,upperLabelHeight:h},!0);var g=(o=wR(o-2*p,0))*(a=wR(a-p-f,0)),y=function(t,e,n,i,r,o){var a,s,l=t.children||[],u=i.sort;"asc"!==u&&"desc"!==u&&(u=null);var c=null!=i.leafDepth&&i.leafDepth<=o;if(r&&!c)return t.viewChildren=[];a=l=t9(l,function(t){return!t.isRemoved()}),(s=u)&&a.sort(function(t,e){var n="asc"===s?t.getValue()-e.getValue():e.getValue()-t.getValue();return 0===n?"asc"===s?t.dataIndex-e.dataIndex:e.dataIndex-t.dataIndex:n});var h=function(t,e,n){for(var i,r=0,o=0,a=e.length;o<a;o++)r+=e[o].getValue();var s=t.get("visualDimension");return e&&e.length?"value"===s&&n?(i=[e[e.length-1].getValue(),e[0].getValue()],"asc"===n&&i.reverse()):(i=[1/0,-1/0],wE(e,function(t){var e=t.getValue(s);e<i[0]&&(i[0]=e),e>i[1]&&(i[1]=e)})):i=[NaN,NaN],{sum:r,dataExtent:i}}(e,l,u);if(0===h.sum||(h.sum=function(t,e,n,i,r){if(!i)return n;for(var o=t.get("visibleMin"),a=r.length,s=a,l=a-1;l>=0;l--){var u=r["asc"===i?a-l-1:l].getValue();u/n*e<o&&(s=l,n-=u)}return"asc"===i?r.splice(0,a-s):r.splice(s,a-s),n}(e,n,h.sum,u,l),0===h.sum))return t.viewChildren=[];for(var d=0,p=l.length;d<p;d++){var f=l[d].getValue()/h.sum*n;l[d].setLayout({area:f})}return c&&(l.length&&t.setLayout({isLeafRoot:!0},!0),l.length=0),t.viewChildren=l,t.setLayout({dataExtent:h.dataExtent},!0),l}(e,l,g,n,i,r);if(y.length){var m={x:p,y:f,width:o,height:a},v=wN(o,a),x=1/0,b=[];b.area=0;for(var _=0,S=y.length;_<S;){var w=y[_];b.push(w),b.area+=w.getLayout().area;var M=function(t,e,n){for(var i=0,r=1/0,o=0,a=void 0,s=t.length;o<s;o++)(a=t[o].getLayout().area)&&(a<r&&(r=a),a>i&&(i=a));var l=t.area*t.area,u=e*e*n;return l?wR(u*i/l,l/(u*r)):1/0}(b,v,n.squareRatio);M<=x?(_++,x=M):(b.area-=b.pop().getLayout().area,wH(b,v,m,c,!1),v=wN(m.width,m.height),b.length=b.area=0,x=1/0)}if(b.length&&wH(b,v,m,c,!0),!i){var C=l.get("childrenVisibleMin");null!=C&&g<C&&(i=!0)}for(var _=0,S=y.length;_<S;_++)t(y[_],n,i,r+1)}}}(f,v,!1,0),x=f.getLayout(),wE(g,function(t,e){var n=(g[e+1]||f).getValue();t.setLayout(tK({dataExtent:[n,n],borderWidth:0,upperHeight:0},x))})}var b=t.getData().tree.root;b.setLayout(function(t,e,n){if(e)return{x:e.x,y:e.y};var i={x:0,y:0};if(!n)return i;var r=n.node,o=r.getLayout();if(!o)return i;for(var a=[o.width/2,o.height/2],s=r;s;){var l=s.getLayout();a[0]+=l.x,a[1]+=l.y,s=s.parentNode}return{x:t.width/2-a[0],y:t.height/2-a[1]}}(s,p,d),!0),t.setLayoutInfo(s),function t(e,n,i,r,o){var a=e.getLayout(),s=i[o],l=s&&s===e;if((!s||l)&&(o!==i.length||e===r)){e.setLayout({isInView:!0,invisible:!l&&!n.intersect(a),isAboveViewRoot:l},!0);var u=new nW(n.x-a.x,n.y-a.y,n.width,n.height);wE(e.viewChildren||[],function(e){t(e,u,i,r,o+1)})}}(b,new nW(-s.x,-s.y,r,o),g,f,0)}};function wH(t,e,n,i,r){var o=+(e!==n.width),a=1-o,s=["x","y"],l=["width","height"],u=n[s[o]],c=e?t.area/e:0;(r||c>n[l[a]])&&(c=n[l[a]]);for(var h=0,d=t.length;h<d;h++){var p=t[h],f={},g=c?p.getLayout().area/c:0,y=f[l[a]]=wR(c-2*i,0),m=n[s[o]]+n[l[o]]-u,v=h===d-1||m<g?m:g,x=f[l[o]]=wR(v-2*i,0);f[s[a]]=n[s[a]]+wN(i,y/2),f[s[o]]=u+wN(i,x/2),u+=v,p.setLayout(f,!0)}n[s[a]]+=c,n[l[a]]-=c}function wj(t){return t.get(wF)?t.get(wW):0}function wX(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.eachSeriesByType("graph",function(t){var n=t.getCategoriesData(),i=t.getGraph().data,r=n.mapArray(n.getName);i.filterSelf(function(t){var n=i.getItemModel(t).getShallow("category");if(null!=n){eo(n)&&(n=r[n]);for(var o=0;o<e.length;o++)if(!e[o].isSelected(n))return!1}return!0})})}function wY(t){var e={};t.eachSeriesByType("graph",function(t){var n=t.getCategoriesData(),i=t.getData(),r={};n.each(function(i){var o=n.getName(i);r["ec-"+o]=i;var a=n.getItemModel(i),s=a.getModel("itemStyle").getItemStyle();s.fill||(s.fill=t.getColorFromPalette(o,e)),n.setItemVisual(i,"style",s);for(var l=["symbol","symbolSize","symbolKeepAspect"],u=0;u<l.length;u++){var c=a.getShallow(l[u],!0);null!=c&&n.setItemVisual(i,l[u],c)}}),n.count()&&i.each(function(t){var e=i.getItemModel(t).getShallow("category");if(null!=e){ei(e)&&(e=r["ec-"+e]);var o=n.getItemVisual(e,"style");tK(i.ensureUniqueItemVisual(t,"style"),o);for(var a=["symbol","symbolSize","symbolKeepAspect"],s=0;s<a.length;s++)i.setItemVisual(t,a[s],n.getItemVisual(e,a[s]))}})})}function wU(t){return t instanceof Array||(t=[t,t]),t}function wZ(t){t.eachSeriesByType("graph",function(t){var e=t.getGraph(),n=t.getEdgeData(),i=wU(t.get("edgeSymbol")),r=wU(t.get("edgeSymbolSize"));n.setVisual("fromSymbol",i&&i[0]),n.setVisual("toSymbol",i&&i[1]),n.setVisual("fromSymbolSize",r&&r[0]),n.setVisual("toSymbolSize",r&&r[1]),n.setVisual("style",t.getModel("lineStyle").getLineStyle()),n.each(function(t){var i=n.getItemModel(t),r=e.getEdgeByIndex(t),o=wU(i.getShallow("symbol",!0)),a=wU(i.getShallow("symbolSize",!0)),s=i.getModel("lineStyle").getLineStyle(),l=n.ensureUniqueItemVisual(t,"style");switch(tK(l,s),l.stroke){case"source":var u=r.node1.getVisual("style");l.stroke=u&&u.fill;break;case"target":var u=r.node2.getVisual("style");l.stroke=u&&u.fill}o[0]&&r.setVisual("fromSymbol",o[0]),o[1]&&r.setVisual("toSymbol",o[1]),a[0]&&r.setVisual("fromSymbolSize",a[0]),a[1]&&r.setVisual("toSymbolSize",a[1])})})}var wq=function(t){return t.get("autoCurveness")||null},wK=function(t,e){var n=wq(t),i=20,r=[];if(eo(n))i=n;else if(ee(n)){t.__curvenessList=n;return}e>i&&(i=e);var o=i%2?i+2:i+3;r=[];for(var a=0;a<o;a++)r.push((a%2?a+1:a)/10*(a%2?-1:1));t.__curvenessList=r},w$=function(t,e,n){var i=[t.id,t.dataIndex].join("."),r=[e.id,e.dataIndex].join(".");return[n.uid,i,r].join("--\x3e")},wJ=function(t){var e=t.split("--\x3e");return[e[0],e[2],e[1]].join("--\x3e")},wQ=function(t,e){var n=w$(t.node1,t.node2,e);return e.__edgeMap[n]},w0=function(t,e){var n=e.__edgeMap;return n[t]?n[t].length:0};function w1(t,e,n,i){var r=wq(e),o=ee(r);if(!r)return null;var a=wQ(t,e);if(!a)return null;for(var s=-1,l=0;l<a.length;l++)if(a[l]===n){s=l;break}var u=w0(w$(t.node1,t.node2,e),e)+w0(w$(t.node2,t.node1,e),e);wK(e,u),t.lineStyle=t.lineStyle||{};var c=w$(t.node1,t.node2,e),h=e.__curvenessList,d=o||u%2?0:1;if(a.isForward)return h[d+s];var p=w0(wJ(c),e),f=h[s+p+d];return i?o?r&&0===r[0]?(p+d)%2?f:-f:((p%2?0:1)+d)%2?f:-f:(p+d)%2?f:-f:h[s+p+d]}function w2(t){var e=t.coordinateSystem;if(!e||"view"===e.type){var n=t.getGraph();n.eachNode(function(t){var e=t.getModel();t.setLayout([+e.get("x"),+e.get("y")])}),w3(n,t)}}function w3(t,e){t.eachEdge(function(t,n){var i=ey(t.getModel().get(["lineStyle","curveness"]),-w1(t,e,n,!0),0),r=eB(t.node1.getLayout()),o=eB(t.node2.getLayout()),a=[r,o];+i&&a.push([(r[0]+o[0])/2-(r[1]-o[1])*i,(r[1]+o[1])/2-(o[0]-r[0])*i]),t.setLayout(a)})}function w5(t,e){t.eachSeriesByType("graph",function(t){var e=t.get("layout"),n=t.coordinateSystem;if(n&&"view"!==n.type){var i=t.getData(),r=[];t3(n.dimensions,function(t){r=r.concat(i.mapDimensionsAll(t))});for(var o=0;o<i.count();o++){for(var a=[],s=!1,l=0;l<r.length;l++){var u=i.get(r[l],o);isNaN(u)||(s=!0),a.push(u)}s?i.setItemLayout(o,n.dataToPoint(a)):i.setItemLayout(o,[NaN,NaN])}w3(i.graph,t)}else e&&"none"!==e||w2(t)})}function w4(t){var e=t.coordinateSystem;if("view"!==e.type)return 1;var n=t.option.nodeScaleRatio,i=e.scaleX;return((e.getZoom()-1)*n+1)/i}function w9(t){var e=t.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),+e}var w6=Math.PI,w7=[];function w8(t,e,n,i){var r=t.coordinateSystem;if(!r||"view"===r.type){var o=r.getBoundingRect(),a=t.getData(),s=a.graph,l=o.width/2+o.x,u=o.height/2+o.y,c=Math.min(o.width,o.height)/2,h=a.count();if(a.setLayout({cx:l,cy:u}),h){if(n){var d=r.pointToData(i),p=[d[0]-l,d[1]-u];e$(p,p),eK(p,p,c),n.setLayout([l+p[0],u+p[1]],!0),Me(n,t.get(["circular","rotateLabel"]),l,u)}Mt[e](t,s,a,c,l,u,h),s.eachEdge(function(e,n){var i,r=ey(e.getModel().get(["lineStyle","curveness"]),w1(e,t,n),0),o=eB(e.node1.getLayout()),a=eB(e.node2.getLayout()),s=(o[0]+a[0])/2,c=(o[1]+a[1])/2;+r&&(r*=3,i=[l*r+s*(1-r),u*r+c*(1-r)]),e.setLayout([o,a,i])})}}}var Mt={value:function(t,e,n,i,r,o,a){var s=0,l=n.getSum("value"),u=2*Math.PI/(l||a);e.eachNode(function(t){var e=t.getValue("value"),n=u*(l?e:1)/2;s+=n,t.setLayout([i*Math.cos(s)+r,i*Math.sin(s)+o]),s+=n})},symbolSize:function(t,e,n,i,r,o,a){var s=0;w7.length=a;var l=w4(t);e.eachNode(function(t){var e=w9(t);isNaN(e)&&(e=2),e<0&&(e=0);var n=Math.asin((e*=l)/2/i);isNaN(n)&&(n=w6/2),w7[t.dataIndex]=n,s+=2*n});var u=(2*w6-s)/a/2,c=0;e.eachNode(function(t){var e=u+w7[t.dataIndex];c+=e,t.getLayout()&&t.getLayout().fixed||t.setLayout([i*Math.cos(c)+r,i*Math.sin(c)+o]),c+=e})}};function Me(t,e,n,i){var r=t.getGraphicEl();if(r){var o=t.getModel().get(["label","rotate"])||0,a=r.getSymbolPath();if(e){var s=t.getLayout(),l=Math.atan2(s[1]-i,s[0]-n);l<0&&(l=2*Math.PI+l);var u=s[0]<n;u&&(l-=Math.PI);var c=u?"left":"right";a.setTextConfig({rotation:-l,position:c,origin:"center"});var h=a.ensureState("emphasis");tK(h.textConfig||(h.textConfig={}),{position:c})}else a.setTextConfig({rotation:o*=Math.PI/180})}}function Mn(t){t.eachSeriesByType("graph",function(t){"circular"===t.get("layout")&&w8(t,"symbolSize")})}var Mi=eW;function Mr(t){t.eachSeriesByType("graph",function(t){var e=t.coordinateSystem;if(!e||"view"===e.type)if("force"===t.get("layout")){var n=t.preservedPoints||{},i=t.getGraph(),r=i.data,o=i.edgeData,a=t.getModel("force"),s=a.get("initLayout");t.preservedPoints?r.each(function(t){var e=r.getId(t);r.setItemLayout(t,n[e]||[NaN,NaN])}):s&&"none"!==s?"circular"===s&&w8(t,"value"):w2(t);var l=r.getDataExtent("value"),u=o.getDataExtent("value"),c=a.get("repulsion"),h=a.get("edgeLength"),d=ee(c)?c:[c,c],p=ee(h)?h:[h,h];p=[p[1],p[0]];var f=r.mapArray("value",function(t,e){var n=r.getItemLayout(e),i=ou(t,l,d);return isNaN(i)&&(i=(d[0]+d[1])/2),{w:i,rep:i,fixed:r.getItemModel(e).get("fixed"),p:!n||isNaN(n[0])||isNaN(n[1])?null:n}}),g=o.mapArray("value",function(e,n){var r=i.getEdgeByIndex(n),o=ou(e,u,p);isNaN(o)&&(o=(p[0]+p[1])/2);var a=r.getModel(),s=ey(r.getModel().get(["lineStyle","curveness"]),-w1(r,t,n,!0),0);return{n1:f[r.node1.dataIndex],n2:f[r.node2.dataIndex],d:o,curveness:s,ignoreForceLayout:a.get("ignoreForceLayout")}}),y=function(t,e,n){for(var i,r,o=n.rect,a=o.width,s=o.height,l=[o.x+a/2,o.y+s/2],u=null==n.gravity?.1:n.gravity,c=0;c<t.length;c++){var h=t[c];h.p||(h.p=ez(a*(Math.random()-.5)+l[0],s*(Math.random()-.5)+l[1])),h.pp=eB(h.p),h.edges=null}var d=null==n.friction?.6:n.friction,p=d;return{warmUp:function(){p=.8*d},setFixed:function(e){t[e].fixed=!0},setUnfixed:function(e){t[e].fixed=!1},beforeStep:function(t){i=t},afterStep:function(t){r=t},step:function(n){i&&i(t,e);for(var o=[],a=t.length,s=0;s<e.length;s++){var c=e[s];if(!c.ignoreForceLayout){var h=c.n1,d=c.n2;eG(o,d.p,h.p);var f=eH(o)-c.d,g=d.w/(h.w+d.w);isNaN(g)&&(g=0),e$(o,o),h.fixed||Mi(h.p,h.p,o,g*f*p),d.fixed||Mi(d.p,d.p,o,-(1-g)*f*p)}}for(var s=0;s<a;s++){var y=t[s];y.fixed||(eG(o,l,y.p),Mi(y.p,y.p,o,u*p))}for(var s=0;s<a;s++)for(var h=t[s],m=s+1;m<a;m++){var d=t[m];eG(o,d.p,h.p);var f=eH(o);0===f&&(eV(o,Math.random()-.5,Math.random()-.5),f=1);var v=(h.rep+d.rep)/f/f;h.fixed||Mi(h.pp,h.pp,o,v),d.fixed||Mi(d.pp,d.pp,o,-v)}for(var x=[],s=0;s<a;s++){var y=t[s];y.fixed||(eG(x,y.p,y.pp),Mi(y.p,y.p,x,p),eE(y.pp,y.p))}var b=(p*=.992)<.01;r&&r(t,e,b),n&&n(b)}}}(f,g,{rect:e.getBoundingRect(),gravity:a.get("gravity"),friction:a.get("friction")});y.beforeStep(function(t,e){for(var n=0,r=t.length;n<r;n++)t[n].fixed&&eE(t[n].p,i.getNodeByIndex(n).getLayout())}),y.afterStep(function(t,e,o){for(var a=0,s=t.length;a<s;a++)t[a].fixed||i.getNodeByIndex(a).setLayout(t[a].p),n[r.getId(a)]=t[a].p;for(var a=0,s=e.length;a<s;a++){var l=e[a],u=i.getEdgeByIndex(a),c=l.n1.p,h=l.n2.p,d=u.getLayout();(d=d?d.slice():[])[0]=d[0]||[],d[1]=d[1]||[],eE(d[0],c),eE(d[1],h),+l.curveness&&(d[2]=[(c[0]+h[0])/2-(c[1]-h[1])*l.curveness,(c[1]+h[1])/2-(h[0]-c[0])*l.curveness]),u.setLayout(d)}}),t.forceLayout=y,t.preservedPoints=n,y.step()}else t.forceLayout=null})}function Mo(t,e){var n=[];return t.eachSeriesByType("graph",function(t){var i=t.get("coordinateSystem");if(!i||"view"===i){var r=t.getData(),o=r.mapArray(function(t){var e=r.getItemModel(t);return[+e.get("x"),+e.get("y")]}),a=[],s=[];aR(o,a,s),s[0]-a[0]==0&&(s[0]+=1,a[0]-=1),s[1]-a[1]==0&&(s[1]+=1,a[1]-=1);var l=(s[0]-a[0])/(s[1]-a[1]),u=uB(tK(t.getBoxLayoutParams(),{aspect:l}),{width:e.getWidth(),height:e.getHeight()});isNaN(l)&&(a=[u.x,u.y],s=[u.x+u.width,u.y+u.height]);var c=s[0]-a[0],h=s[1]-a[1],d=u.width,p=u.height,f=t.coordinateSystem=new Sx;f.zoomLimit=t.get("scaleLimit"),f.setBoundingRect(a[0],a[1],c,h),f.setViewRect(u.x,u.y,d,p),f.setCenter(t.get("center"),e),f.setZoom(t.get("zoom")),n.push(f)}}),n}var Ma=dj.prototype,Ms=dq.prototype,Ml=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function Mu(t){return isNaN(+t.cpx1)||isNaN(+t.cpy1)}tM(function(){return null!==v&&v.apply(this,arguments)||this},v=Ml);var Mc=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-line",n}return tM(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new Ml},e.prototype.buildPath=function(t,e){Mu(e)?Ma.buildPath.call(this,t,e):Ms.buildPath.call(this,t,e)},e.prototype.pointAt=function(t){return Mu(this.shape)?Ma.pointAt.call(this,t):Ms.pointAt.call(this,t)},e.prototype.tangentAt=function(t){var e=this.shape,n=Mu(e)?[e.x2-e.x1,e.y2-e.y1]:Ms.tangentAt.call(this,t);return e$(n,n)},e}(ss),Mh=["fromSymbol","toSymbol"];function Md(t){return"_"+t+"Type"}function Mp(t,e,n){var i=e.getItemVisual(n,t);if(!i||"none"===i)return i;var r=e.getItemVisual(n,t+"Size"),o=e.getItemVisual(n,t+"Rotate"),a=e.getItemVisual(n,t+"Offset"),s=e.getItemVisual(n,t+"KeepAspect"),l=fI(r),u=fT(a||0,l);return i+l+u+(o||"")+(s||"")}function Mf(t,e,n){var i=e.getItemVisual(n,t);if(i&&"none"!==i){var r=e.getItemVisual(n,t+"Size"),o=e.getItemVisual(n,t+"Rotate"),a=e.getItemVisual(n,t+"Offset"),s=e.getItemVisual(n,t+"KeepAspect"),l=fI(r),u=fT(a||0,l),c=fC(i,-l[0]/2+u[0],-l[1]/2+u[1],l[0],l[1],null,s);return c.__specifiedRotation=null==o||isNaN(o)?void 0:o*Math.PI/180||0,c.name=t,c}}function Mg(t,e){t.x1=e[0][0],t.y1=e[0][1],t.x2=e[1][0],t.y2=e[1][1],t.percent=1;var n=e[2];n?(t.cpx1=n[0],t.cpy1=n[1]):(t.cpx1=NaN,t.cpy1=NaN)}var My=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createLine(e,n,i),r}return tM(e,t),e.prototype._createLine=function(t,e,n){var i,r,o=t.hostModel,a=(i=t.getItemLayout(e),Mg((r=new Mc({name:"line",subPixelOptimize:!0})).shape,i),r);a.shape.percent=0,lw(a,{shape:{percent:1}},o,e),this.add(a),t3(Mh,function(n){var i=Mf(n,t,e);this.add(i),this[Md(n)]=Mp(n,t,e)},this),this._updateCommonStl(t,e,n)},e.prototype.updateData=function(t,e,n){var i=t.hostModel,r=this.childOfName("line"),o=t.getItemLayout(e),a={shape:{}};Mg(a.shape,o),lS(r,a,i,e),t3(Mh,function(n){var i=Mp(n,t,e),r=Md(n);if(this[r]!==i){this.remove(this.childOfName(n));var o=Mf(n,t,e);this.add(o)}this[r]=i},this),this._updateCommonStl(t,e,n)},e.prototype.getLinePath=function(){return this.childAt(0)},e.prototype._updateCommonStl=function(t,e,n){var i=t.hostModel,r=this.childOfName("line"),o=n&&n.emphasisLineStyle,a=n&&n.blurLineStyle,s=n&&n.selectLineStyle,l=n&&n.labelStatesModels,u=n&&n.emphasisDisabled,c=n&&n.focus,h=n&&n.blurScope;if(!n||t.hasItemOption){var d=t.getItemModel(e),p=d.getModel("emphasis");o=p.getModel("lineStyle").getLineStyle(),a=d.getModel(["blur","lineStyle"]).getLineStyle(),s=d.getModel(["select","lineStyle"]).getLineStyle(),u=p.get("disabled"),c=p.get("focus"),h=p.get("blurScope"),l=lO(d)}var f=t.getItemVisual(e,"style"),g=f.stroke;r.useStyle(f),r.style.fill=null,r.style.strokeNoScale=!0,r.ensureState("emphasis").style=o,r.ensureState("blur").style=a,r.ensureState("select").style=s,t3(Mh,function(t){var e=this.childOfName(t);if(e){e.setColor(g),e.style.opacity=f.opacity;for(var n=0;n<sj.length;n++){var i=sj[n],o=r.getState(i);if(o){var a=o.style||{},s=e.ensureState(i),l=s.style||(s.style={});null!=a.stroke&&(l[e.__isEmptyBrush?"stroke":"fill"]=a.stroke),null!=a.opacity&&(l.opacity=a.opacity)}}e.markRedraw()}},this);var y=i.getRawValue(e);lP(this,l,{labelDataIndex:e,labelFetcher:{getFormattedLabel:function(e,n){return i.getFormattedLabel(e,n,t.dataType)}},inheritColor:g||"#000",defaultOpacity:f.opacity,defaultText:(null==y?t.getName(e):isFinite(y)?oh(y):y)+""});var m=this.getTextContent();if(m){var v=l.normal;m.__align=m.style.align,m.__verticalAlign=m.style.verticalAlign,m.__position=v.get("position")||"middle";var x=v.get("distance");ee(x)||(x=[x,x]),m.__labelDistance=x}this.setTextConfig({position:null,local:!0,inside:!1}),lc(this,c,h,u)},e.prototype.highlight=function(){le(this)},e.prototype.downplay=function(){ln(this)},e.prototype.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},e.prototype.setLinePoints=function(t){var e=this.childOfName("line");Mg(e.shape,t),e.dirty()},e.prototype.beforeUpdate=function(){var t=this.childOfName("fromSymbol"),e=this.childOfName("toSymbol"),n=this.getTextContent();if(t||e||n&&!n.ignore){for(var i=1,r=this.parent;r;)r.scaleX&&(i/=r.scaleX),r=r.parent;var o=this.childOfName("line");if(this.__dirty||o.__dirty){var a=o.shape.percent,s=o.pointAt(0),l=o.pointAt(a),u=eG([],l,s);if(e$(u,u),t&&(t.setPosition(s),S(t,0),t.scaleX=t.scaleY=i*a,t.markRedraw()),e&&(e.setPosition(l),S(e,1),e.scaleX=e.scaleY=i*a,e.markRedraw()),n&&!n.ignore){n.x=n.y=0,n.originX=n.originY=0;var c=void 0,h=void 0,d=n.__labelDistance,p=d[0]*i,f=d[1]*i,g=a/2,y=o.tangentAt(g),m=[y[1],-y[0]],v=o.pointAt(g);m[1]>0&&(m[0]=-m[0],m[1]=-m[1]);var x=y[0]<0?-1:1;if("start"!==n.__position&&"end"!==n.__position){var b=-Math.atan2(y[1],y[0]);l[0]<s[0]&&(b=Math.PI+b),n.rotation=b}var _=void 0;switch(n.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":_=-f,h="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":_=f,h="top";break;default:_=0,h="middle"}switch(n.__position){case"end":n.x=u[0]*p+l[0],n.y=u[1]*f+l[1],c=u[0]>.8?"left":u[0]<-.8?"right":"center",h=u[1]>.8?"top":u[1]<-.8?"bottom":"middle";break;case"start":n.x=-u[0]*p+s[0],n.y=-u[1]*f+s[1],c=u[0]>.8?"right":u[0]<-.8?"left":"center",h=u[1]>.8?"bottom":u[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":n.x=p*x+s[0],n.y=s[1]+_,c=y[0]<0?"right":"left",n.originX=-p*x,n.originY=-_;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":n.x=v[0],n.y=v[1]+_,c="center",n.originY=-_;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":n.x=-p*x+l[0],n.y=l[1]+_,c=y[0]>=0?"right":"left",n.originX=p*x,n.originY=-_}n.scaleX=n.scaleY=i,n.setStyle({verticalAlign:n.__verticalAlign||h,align:n.__align||c})}}}function S(t,e){var n=t.__specifiedRotation;if(null==n){var i=o.tangentAt(e);t.attr("rotation",(1===e?-1:1)*Math.PI/2-Math.atan2(i[1],i[0]))}else t.attr("rotation",n)}},e}(r6),Mm=function(){function t(t){this.group=new r6,this._LineCtor=t||My}return t.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this.group,i=this._lineData;this._lineData=t,i||n.removeAll();var r=Mv(t);t.diff(i).add(function(n){e._doAdd(t,n,r)}).update(function(n,o){e._doUpdate(i,t,o,n,r)}).remove(function(t){n.remove(i.getItemGraphicEl(t))}).execute()},t.prototype.updateLayout=function(){var t=this._lineData;t&&t.eachItemGraphicEl(function(e,n){e.updateLayout(t,n)},this)},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=Mv(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e){function n(t){var e;t.isGroup||(e=t).animators&&e.animators.length>0||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var i=t.start;i<t.end;i++)if(Mb(e.getItemLayout(i))){var r=new this._LineCtor(e,i,this._seriesScope);r.traverse(n),this.group.add(r),e.setItemGraphicEl(i,r),this._progressiveEls.push(r)}},t.prototype.remove=function(){this.group.removeAll()},t.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},t.prototype._doAdd=function(t,e,n){if(Mb(t.getItemLayout(e))){var i=new this._LineCtor(t,e,n);t.setItemGraphicEl(e,i),this.group.add(i)}},t.prototype._doUpdate=function(t,e,n,i,r){var o=t.getItemGraphicEl(n);Mb(e.getItemLayout(i))?(o?o.updateData(e,i,r):o=new this._LineCtor(e,i,r),e.setItemGraphicEl(i,o),this.group.add(o)):this.group.remove(o)},t}();function Mv(t){var e=t.hostModel,n=e.getModel("emphasis");return{lineStyle:e.getModel("lineStyle").getLineStyle(),emphasisLineStyle:n.getModel(["lineStyle"]).getLineStyle(),blurLineStyle:e.getModel(["blur","lineStyle"]).getLineStyle(),selectLineStyle:e.getModel(["select","lineStyle"]).getLineStyle(),emphasisDisabled:n.get("disabled"),blurScope:n.get("blurScope"),focus:n.get("focus"),labelStatesModels:lO(e)}}function Mx(t){return isNaN(t[0])||isNaN(t[1])}function Mb(t){return t&&!Mx(t[0])&&!Mx(t[1])}var M_=[],MS=[],Mw=[],MM=Math.abs;function MC(t,e,n){for(var i,r=t[0],o=t[1],a=t[2],s=1/0,l=n*n,u=.1,c=.1;c<=.9;c+=.1){M_[0]=ip(r[0],o[0],a[0],c),M_[1]=ip(r[1],o[1],a[1],c);var h=MM(e1(M_,e)-l);h<s&&(s=h,i=c)}for(var d=0;d<32;d++){var p=i+u;MS[0]=ip(r[0],o[0],a[0],i),MS[1]=ip(r[1],o[1],a[1],i),Mw[0]=ip(r[0],o[0],a[0],p),Mw[1]=ip(r[1],o[1],a[1],p);var h=e1(MS,e)-l;if(.01>MM(h))break;var f=e1(Mw,e)-l;u/=2,h<0?f>=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function MI(t,e){var n=[],i=[[],[],[]],r=[[],[]],o=[];e/=2,t.eachEdge(function(t,a){var s=t.getLayout(),l=t.getVisual("fromSymbol"),u=t.getVisual("toSymbol");!s.__original&&(s.__original=[eB(s[0]),eB(s[1])],s[2]&&s.__original.push(eB(s[2])));var c=s.__original;if(null!=s[2]){if(eE(i[0],c[0]),eE(i[1],c[2]),eE(i[2],c[1]),l&&"none"!==l){var h=w9(t.node1),d=MC(i,c[0],h*e);im(i[0][0],i[1][0],i[2][0],d,n),i[0][0]=n[3],i[1][0]=n[4],im(i[0][1],i[1][1],i[2][1],d,n),i[0][1]=n[3],i[1][1]=n[4]}if(u&&"none"!==u){var h=w9(t.node2),d=MC(i,c[1],h*e);im(i[0][0],i[1][0],i[2][0],d,n),i[1][0]=n[1],i[2][0]=n[2],im(i[0][1],i[1][1],i[2][1],d,n),i[1][1]=n[1],i[2][1]=n[2]}eE(s[0],i[0]),eE(s[1],i[2]),eE(s[2],i[1])}else{if(eE(r[0],c[0]),eE(r[1],c[1]),eG(o,r[1],r[0]),e$(o,o),l&&"none"!==l){var h=w9(t.node1);eW(r[0],r[0],o,h*e)}if(u&&"none"!==u){var h=w9(t.node2);eW(r[1],r[1],o,-h*e)}eE(s[0],r[0]),eE(s[1],r[1])}})}function MT(t){return"view"===t.type}var MA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(t,e){var n=new xl,i=new Mm,r=this.group;this._controller=new _b(e.getZr()),this._controllerHost={target:r},r.add(n.group),r.add(i.group),this._symbolDraw=n,this._lineDraw=i,this._firstRender=!0},e.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem;this._model=t;var o=this._symbolDraw,a=this._lineDraw,s=this.group;if(MT(r)){var l={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?s.attr(l):lS(s,l,t)}MI(t.getGraph(),w4(t));var u=t.getData();o.updateData(u);var c=t.getEdgeData();a.updateData(c),this._updateNodeAndLinkScale(),this._updateController(t,e,n),clearTimeout(this._layoutTimeout);var h=t.forceLayout,d=t.get(["force","layoutAnimation"]);h&&this._startForceLayoutIteration(h,d);var p=t.get("layout");u.graph.eachNode(function(e){var n=e.dataIndex,r=e.getGraphicEl(),o=e.getModel();if(r){r.off("drag").off("dragend");var a=o.get("draggable");a&&r.on("drag",function(o){switch(p){case"force":h.warmUp(),i._layouting||i._startForceLayoutIteration(h,d),h.setFixed(n),u.setItemLayout(n,[r.x,r.y]);break;case"circular":u.setItemLayout(n,[r.x,r.y]),e.setLayout({fixed:!0},!0),w8(t,"symbolSize",e,[o.offsetX,o.offsetY]),i.updateLayout(t);break;default:u.setItemLayout(n,[r.x,r.y]),w3(t.getGraph(),t),i.updateLayout(t)}}).on("dragend",function(){h&&h.setUnfixed(n)}),r.setDraggable(a,!!o.get("cursor")),"adjacency"===o.get(["emphasis","focus"])&&(sB(r).focus=e.getAdjacentDataIndices())}}),u.graph.eachEdge(function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(sB(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})});var f="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),g=u.getLayout("cx"),y=u.getLayout("cy");u.graph.eachNode(function(t){Me(t,f,g,y)}),this._firstRender=!1},e.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,e){var n=this;!function i(){t.step(function(t){n.updateLayout(n._model),(n._layouting=!t)&&(e?n._layoutTimeout=setTimeout(i,16):i())})}()},e.prototype._updateController=function(t,e,n){var i=this,r=this._controller,o=this._controllerHost,a=this.group;(r.setPointerChecker(function(e,i,r){var o=a.getBoundingRect();return o.applyTransform(a.transform),o.contain(i,r)&&!_T(e,n,t)}),MT(t.coordinateSystem))?(r.enable(t.get("roam")),o.zoomLimit=t.get("scaleLimit"),o.zoom=t.coordinateSystem.getZoom(),r.off("pan").off("zoom").on("pan",function(e){_M(o,e.dx,e.dy),n.dispatchAction({seriesId:t.id,type:"graphRoam",dx:e.dx,dy:e.dy})}).on("zoom",function(e){_C(o,e.scale,e.originX,e.originY),n.dispatchAction({seriesId:t.id,type:"graphRoam",zoom:e.scale,originX:e.originX,originY:e.originY}),i._updateNodeAndLinkScale(),MI(t.getGraph(),w4(t)),i._lineDraw.updateLayout(),n.updateLabelLayout()})):r.disable()},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,e=t.getData(),n=w4(t);e.eachItemGraphicEl(function(t,e){t&&t.setSymbolScale(n)})},e.prototype.updateLayout=function(t){MI(t.getGraph(),w4(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout()},e.prototype.remove=function(){clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove()},e.type="graph",e}(pz);function MD(t){return"_EC_"+t}var Mk=function(){function t(t){this.type="graph",this.nodes=[],this.edges=[],this._nodesMap={},this._edgesMap={},this._directed=t||!1}return t.prototype.isDirected=function(){return this._directed},t.prototype.addNode=function(t,e){t=null==t?""+e:""+t;var n=this._nodesMap;if(!n[MD(t)]){var i=new ML(t,e);return i.hostGraph=this,this.nodes.push(i),n[MD(t)]=i,i}},t.prototype.getNodeByIndex=function(t){var e=this.data.getRawIndex(t);return this.nodes[e]},t.prototype.getNodeById=function(t){return this._nodesMap[MD(t)]},t.prototype.addEdge=function(t,e,n){var i=this._nodesMap,r=this._edgesMap;if(eo(t)&&(t=this.nodes[t]),eo(e)&&(e=this.nodes[e]),t instanceof ML||(t=i[MD(t)]),e instanceof ML||(e=i[MD(e)]),t&&e){var o=t.id+"-"+e.id,a=new MP(t,e,n);return a.hostGraph=this,this._directed&&(t.outEdges.push(a),e.inEdges.push(a)),t.edges.push(a),t!==e&&e.edges.push(a),this.edges.push(a),r[o]=a,a}},t.prototype.getEdgeByIndex=function(t){var e=this.edgeData.getRawIndex(t);return this.edges[e]},t.prototype.getEdge=function(t,e){t instanceof ML&&(t=t.id),e instanceof ML&&(e=e.id);var n=this._edgesMap;return this._directed?n[t+"-"+e]:n[t+"-"+e]||n[e+"-"+t]},t.prototype.eachNode=function(t,e){for(var n=this.nodes,i=n.length,r=0;r<i;r++)n[r].dataIndex>=0&&t.call(e,n[r],r)},t.prototype.eachEdge=function(t,e){for(var n=this.edges,i=n.length,r=0;r<i;r++)n[r].dataIndex>=0&&n[r].node1.dataIndex>=0&&n[r].node2.dataIndex>=0&&t.call(e,n[r],r)},t.prototype.breadthFirstTraverse=function(t,e,n,i){if(e instanceof ML||(e=this._nodesMap[MD(e)]),e){for(var r="out"===n?"outEdges":"in"===n?"inEdges":"edges",o=0;o<this.nodes.length;o++)this.nodes[o].__visited=!1;if(!t.call(i,e,null))for(var a=[e];a.length;)for(var s=a.shift(),l=s[r],o=0;o<l.length;o++){var u=l[o],c=u.node1===s?u.node2:u.node1;if(!c.__visited){if(t.call(i,c,s))return;a.push(c),c.__visited=!0}}}},t.prototype.update=function(){for(var t=this.data,e=this.edgeData,n=this.nodes,i=this.edges,r=0,o=n.length;r<o;r++)n[r].dataIndex=-1;for(var r=0,o=t.count();r<o;r++)n[t.getRawIndex(r)].dataIndex=r;e.filterSelf(function(t){var n=i[e.getRawIndex(t)];return n.node1.dataIndex>=0&&n.node2.dataIndex>=0});for(var r=0,o=i.length;r<o;r++)i[r].dataIndex=-1;for(var r=0,o=e.count();r<o;r++)i[e.getRawIndex(r)].dataIndex=r},t.prototype.clone=function(){for(var e=new t(this._directed),n=this.nodes,i=this.edges,r=0;r<n.length;r++)e.addNode(n[r].id,n[r].dataIndex);for(var r=0;r<i.length;r++){var o=i[r];e.addEdge(o.node1.id,o.node2.id,o.dataIndex)}return e},t}(),ML=function(){function t(t,e){this.inEdges=[],this.outEdges=[],this.edges=[],this.dataIndex=-1,this.id=null==t?"":t,this.dataIndex=null==e?-1:e}return t.prototype.degree=function(){return this.edges.length},t.prototype.inDegree=function(){return this.inEdges.length},t.prototype.outDegree=function(){return this.outEdges.length},t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostGraph.data.getItemModel(this.dataIndex).getModel(t)},t.prototype.getAdjacentDataIndices=function(){for(var t={edge:[],node:[]},e=0;e<this.edges.length;e++){var n=this.edges[e];n.dataIndex<0||(t.edge.push(n.dataIndex),t.node.push(n.node1.dataIndex,n.node2.dataIndex))}return t},t.prototype.getTrajectoryDataIndices=function(){for(var t=eT(),e=eT(),n=0;n<this.edges.length;n++){var i=this.edges[n];if(!(i.dataIndex<0)){t.set(i.dataIndex,!0);for(var r=[i.node1],o=[i.node2],a=0;a<r.length;){var s=r[a];a++,e.set(s.dataIndex,!0);for(var l=0;l<s.inEdges.length;l++)t.set(s.inEdges[l].dataIndex,!0),r.push(s.inEdges[l].node1)}for(a=0;a<o.length;){var u=o[a];a++,e.set(u.dataIndex,!0);for(var l=0;l<u.outEdges.length;l++)t.set(u.outEdges[l].dataIndex,!0),o.push(u.outEdges[l].node2)}}}return{edge:t.keys(),node:e.keys()}},t}(),MP=function(){function t(t,e,n){this.dataIndex=-1,this.node1=t,this.node2=e,this.dataIndex=null==n?-1:n}return t.prototype.getModel=function(t){if(!(this.dataIndex<0))return this.hostGraph.edgeData.getItemModel(this.dataIndex).getModel(t)},t.prototype.getAdjacentDataIndices=function(){return{edge:[this.dataIndex],node:[this.node1.dataIndex,this.node2.dataIndex]}},t.prototype.getTrajectoryDataIndices=function(){var t=eT(),e=eT();t.set(this.dataIndex,!0);for(var n=[this.node1],i=[this.node2],r=0;r<n.length;){var o=n[r];r++,e.set(o.dataIndex,!0);for(var a=0;a<o.inEdges.length;a++)t.set(o.inEdges[a].dataIndex,!0),n.push(o.inEdges[a].node1)}for(r=0;r<i.length;){var s=i[r];r++,e.set(s.dataIndex,!0);for(var a=0;a<s.outEdges.length;a++)t.set(s.outEdges[a].dataIndex,!0),i.push(s.outEdges[a].node2)}return{edge:t.keys(),node:e.keys()}},t}();function MO(t,e){return{getValue:function(n){var i=this[t][e];return i.getStore().get(i.getDimensionIndex(n||"value"),this.dataIndex)},setVisual:function(n,i){this.dataIndex>=0&&this[t][e].setItemVisual(this.dataIndex,n,i)},getVisual:function(n){return this[t][e].getItemVisual(this.dataIndex,n)},setLayout:function(n,i){this.dataIndex>=0&&this[t][e].setItemLayout(this.dataIndex,n,i)},getLayout:function(){return this[t][e].getItemLayout(this.dataIndex)},getGraphicEl:function(){return this[t][e].getItemGraphicEl(this.dataIndex)},getRawIndex:function(){return this[t][e].getRawIndex(this.dataIndex)}}}function MR(t,e,n,i,r){for(var o,a=new Mk(i),s=0;s<t.length;s++)a.addNode(ef(t[s].id,t[s].name,s),s);for(var l=[],u=[],c=0,s=0;s<e.length;s++){var h=e[s],d=h.source,p=h.target;a.addEdge(d,p,c)&&(u.push(h),l.push(ef(oW(h.id,null),d+" > "+p)),c++)}var f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f)o=yd(t,n);else{var g=cy.get(f),y=g&&g.dimensions||[];0>tQ(y,"value")&&y.concat(["value"]),(o=new yi(yo(t,{coordDimensions:y,encodeDefine:n.getEncode()}).dimensions,n)).initData(t)}var m=new yi(["value"],n);return m.initData(u,l),r&&r(o,m),S3({mainData:o,struct:a,structAttr:"graph",datas:{node:o,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a}t1(ML,MO("hostGraph","data")),t1(MP,MO("hostGraph","edgeData"));var MN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tM(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new bh(i,i),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this._updateCategoriesData()},e.prototype.mergeDefaultAndTheme=function(e){t.prototype.mergeDefaultAndTheme.apply(this,arguments),oN(e,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[],r=this;if(i&&n){wq(this)&&(this.__curvenessList=[],this.__edgeMap={},wK(this));var o=MR(i,n,this,!0,function(t,e){t.wrapMethod("getItemModel",function(t){var e=r._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t});var n=l1.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=o,i}function o(t){if(t&&("label"===t[0]||"label"===t[1])){var e=t.slice();return"label"===t[0]?e[0]="edgeLabel":"label"===t[1]&&(e[1]="edgeLabel"),e}return t}e.wrapMethod("getItemModel",function(t){return t.resolveParentPath=o,t.getModel=i,t})});return t3(o.edges,function(t){!function(t,e,n,i){if(wq(n)){var r=w$(t,e,n),o=n.__edgeMap,a=o[wJ(r)];o[r]&&!a?o[r].isForward=!0:a&&o[r]&&(a.isForward=!0,o[r].isForward=!1),o[r]=o[r]||[],o[r].push(i)}}(t.node1,t.node2,this,t.dataIndex)},this),o.data}},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.getCategoriesData=function(){return this._categoriesData},e.prototype.formatTooltip=function(t,e,n){if("edge"===n){var i=this.getData(),r=this.getDataParams(t,n),o=i.graph.getEdgeByIndex(t),a=i.getName(o.node1.dataIndex),s=i.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),hD("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return hV({series:this,dataIndex:t,multipleSeries:e})},e.prototype._updateCategoriesData=function(){var t=t5(this.option.categories||[],function(t){return null!=t.value?t:tK({value:0},t)}),e=new yi(["value"],this);e.initData(t),this._categoriesData=e,this._categoriesModels=e.mapArray(function(t){return e.getItemModel(t)})},e.prototype.setZoom=function(t){this.option.zoom=t},e.prototype.setCenter=function(t){this.option.center=t},e.prototype.isAnimationEnabled=function(){return t.prototype.isAnimationEnabled.call(this)&&!("force"===this.get("layout")&&this.get(["force","layoutAnimation"]))},e.type="series.graph",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={z:2,coordinateSystem:"view",legendHoverLink:!0,layout:null,circular:{rotateLabel:!1},force:{initLayout:null,repulsion:[0,50],gravity:.1,friction:.6,edgeLength:30,layoutAnimation:!0},left:"center",top:"center",symbol:"circle",symbolSize:10,edgeSymbol:["none","none"],edgeSymbolSize:10,edgeLabel:{position:"middle",distance:5},draggable:!1,roam:!1,center:null,zoom:1,nodeScaleRatio:.6,label:{show:!1,formatter:"{b}"},itemStyle:{},lineStyle:{color:"#aaa",width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(h$),Mz={type:"graphRoam",event:"graphRoam",update:"none"},ME=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},MB=function(t){function e(e){var n=t.call(this,e)||this;return n.type="pointer",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new ME},e.prototype.buildPath=function(t,e){var n=Math.cos,i=Math.sin,r=e.r,o=e.width,a=e.angle,s=e.x-n(a)*o*(o>=r/3?1:2),l=e.y-i(a)*o*(o>=r/3?1:2);a=e.angle-Math.PI/2,t.moveTo(s,l),t.lineTo(e.x+n(a)*o,e.y+i(a)*o),t.lineTo(e.x+n(e.angle)*r,e.y+i(e.angle)*r),t.lineTo(e.x-n(a)*o,e.y-i(a)*o),t.lineTo(s,l)},e}(ss);function MV(t,e){var n=null==t?"":t+"";return e&&(ei(e)?n=e.replace("{value}",n):en(e)&&(n=e(t))),n}var MF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){this.group.removeAll();var i,r,o=t.get(["axisLine","lineStyle","color"]),a=(i=t.get("center"),r=Math.min(n.getWidth(),n.getHeight()),{cx:oc(i[0],n.getWidth()),cy:oc(i[1],n.getHeight()),r:oc(t.get("radius"),r/2)});this._renderMain(t,e,n,o,a),this._data=t.getData()},e.prototype.dispose=function(){},e.prototype._renderMain=function(t,e,n,i,r){var o=this.group,a=t.get("clockwise"),s=-t.get("startAngle")/180*Math.PI,l=-t.get("endAngle")/180*Math.PI,u=t.getModel("axisLine"),c=u.get("roundCap")?xV:dk,h=u.get("show"),d=u.getModel("lineStyle"),p=d.get("width"),f=[s,l];a1(f,!a),s=f[0];for(var g=(l=f[1])-s,y=s,m=[],v=0;h&&v<i.length;v++){var x=new c({shape:{startAngle:y,endAngle:l=s+g*Math.min(Math.max(i[v][0],0),1),cx:r.cx,cy:r.cy,clockwise:a,r0:r.r-p,r:r.r},silent:!0});x.setStyle({fill:i[v][1]}),x.setStyle(d.getLineStyle(["color","width"])),m.push(x),y=l}m.reverse(),t3(m,function(t){return o.add(t)});var b=function(t){var e;if(t<=0)return i[0][1];for(e=0;e<i.length;e++)if(i[e][0]>=t&&(0===e?0:i[e-1][0])<t)return i[e][1];return i[e-1][1]};this._renderTicks(t,e,n,b,r,s,l,a,p),this._renderTitleAndDetail(t,e,n,b,r),this._renderAnchor(t,r),this._renderPointer(t,e,n,b,r,s,l,a,p)},e.prototype._renderTicks=function(t,e,n,i,r,o,a,s,l){for(var u,c,h=this.group,d=r.cx,p=r.cy,f=r.r,g=+t.get("min"),y=+t.get("max"),m=t.getModel("splitLine"),v=t.getModel("axisTick"),x=t.getModel("axisLabel"),b=t.get("splitNumber"),_=v.get("splitNumber"),S=oc(m.get("length"),f),w=oc(v.get("length"),f),M=o,C=(a-o)/b,I=C/_,T=m.getModel("lineStyle").getLineStyle(),A=v.getModel("lineStyle").getLineStyle(),D=m.get("distance"),k=0;k<=b;k++){if(u=Math.cos(M),c=Math.sin(M),m.get("show")){var L=D?D+l:l,P=new dj({shape:{x1:u*(f-L)+d,y1:c*(f-L)+p,x2:u*(f-S-L)+d,y2:c*(f-S-L)+p},style:T,silent:!0});"auto"===T.stroke&&P.setStyle({stroke:i(k/b)}),h.add(P)}if(x.get("show")){var L=x.get("distance")+D,O=MV(oh(k/b*(y-g)+g),x.get("formatter")),R=i(k/b),N=u*(f-S-L)+d,z=c*(f-S-L)+p,E=x.get("rotate"),B=0;"radial"===E?(B=-M+2*Math.PI)>Math.PI/2&&(B+=Math.PI):"tangential"===E?B=-M-Math.PI/2:eo(E)&&(B=E*Math.PI/180),0===B?h.add(new sE({style:lR(x,{text:O,x:N,y:z,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:R}),silent:!0})):h.add(new sE({style:lR(x,{text:O,x:N,y:z,verticalAlign:"middle",align:"center"},{inheritColor:R}),silent:!0,originX:N,originY:z,rotation:B}))}if(v.get("show")&&k!==b){var L=v.get("distance");L=L?L+l:l;for(var V=0;V<=_;V++){var F=new dj({shape:{x1:(u=Math.cos(M))*(f-L)+d,y1:(c=Math.sin(M))*(f-L)+p,x2:u*(f-w-L)+d,y2:c*(f-w-L)+p},silent:!0,style:A});"auto"===A.stroke&&F.setStyle({stroke:i((k+V/_)/b)}),h.add(F),M+=I}M-=I}else M+=C}},e.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,d=[],p=t.get(["pointer","show"]),f=t.getModel("progress"),g=f.get("show"),y=t.getData(),m=y.mapDimension("value"),v=+t.get("min"),x=+t.get("max"),b=[v,x],_=[o,a];function S(e,n){var i,o=y.getItemModel(e).getModel("pointer"),a=oc(o.get("width"),r.r),s=oc(o.get("length"),r.r),l=t.get(["pointer","icon"]),u=o.get("offsetCenter"),c=oc(u[0],r.r),h=oc(u[1],r.r),d=o.get("keepAspect");return(i=l?fC(l,c-a/2,h-s,a,s,null,d):new MB({shape:{angle:-Math.PI/2,width:a,r:s,x:c,y:h}})).rotation=-(n+Math.PI/2),i.x=r.cx,i.y=r.cy,i}function w(t,e){var n=f.get("roundCap")?xV:dk,i=f.get("overlap"),a=i?f.get("width"):l/y.count(),u=i?r.r-a:r.r-(t+1)*a,c=i?r.r:r.r-t*a,h=new n({shape:{startAngle:o,endAngle:e,cx:r.cx,cy:r.cy,clockwise:s,r0:u,r:c}});return i&&(h.z2=ou(y.get(m,t),[v,x],[100,0],!0)),h}(g||p)&&(y.diff(c).add(function(e){var n=y.get(m,e);if(p){var i=S(e,o);lw(i,{rotation:-((isNaN(+n)?_[0]:ou(n,b,_,!0))+Math.PI/2)},t),u.add(i),y.setItemGraphicEl(e,i)}if(g){var r=w(e,o);lw(r,{shape:{endAngle:ou(n,b,_,f.get("clip"))}},t),u.add(r),sV(t.seriesIndex,y.dataType,e,r),d[e]=r}}).update(function(e,n){var i=y.get(m,e);if(p){var r=c.getItemGraphicEl(n),a=r?r.rotation:o,s=S(e,a);s.rotation=a,lS(s,{rotation:-((isNaN(+i)?_[0]:ou(i,b,_,!0))+Math.PI/2)},t),u.add(s),y.setItemGraphicEl(e,s)}if(g){var l=h[n],v=w(e,l?l.shape.endAngle:o);lS(v,{shape:{endAngle:ou(i,b,_,f.get("clip"))}},t),u.add(v),sV(t.seriesIndex,y.dataType,e,v),d[e]=v}}).execute(),y.each(function(t){var e=y.getItemModel(t),n=e.getModel("emphasis"),r=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(p){var s=y.getItemGraphicEl(t),l=y.getItemVisual(t,"style"),u=l.fill;if(s instanceof sp){var c=s.style;s.useStyle(tK({image:c.image,x:c.x,y:c.y,width:c.width,height:c.height},l))}else s.useStyle(l),"pointer"!==s.type&&s.setColor(u);s.setStyle(e.getModel(["pointer","itemStyle"]).getItemStyle()),"auto"===s.style.fill&&s.setStyle("fill",i(ou(y.get(m,t),b,[0,1],!0))),s.z2EmphasisLift=0,lf(s,e),lc(s,r,o,a)}if(g){var h=d[t];h.useStyle(y.getItemVisual(t,"style")),h.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,lf(h,e),lc(h,r,o,a)}}),this._progressEls=d)},e.prototype._renderAnchor=function(t,e){var n=t.getModel("anchor");if(n.get("show")){var i=n.get("size"),r=n.get("icon"),o=n.get("offsetCenter"),a=n.get("keepAspect"),s=fC(r,e.cx-i/2+oc(o[0],e.r),e.cy-i/2+oc(o[1],e.r),i,i,null,a);s.z2=+!!n.get("showAbove"),s.setStyle(n.getModel("itemStyle").getItemStyle()),this.group.add(s)}},e.prototype._renderTitleAndDetail=function(t,e,n,i,r){var o=this,a=t.getData(),s=a.mapDimension("value"),l=+t.get("min"),u=+t.get("max"),c=new r6,h=[],d=[],p=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add(function(t){h[t]=new sE({silent:!0}),d[t]=new sE({silent:!0})}).update(function(t,e){h[t]=o._titleEls[e],d[t]=o._detailEls[e]}).execute(),a.each(function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new r6,y=i(ou(o,[l,u],[0,1],!0)),m=n.getModel("title");if(m.get("show")){var v=m.get("offsetCenter"),x=r.cx+oc(v[0],r.r),b=r.cy+oc(v[1],r.r),_=h[e];_.attr({z2:2*!f,style:lR(m,{x:x,y:b,text:a.getName(e),align:"center",verticalAlign:"middle"},{inheritColor:y})}),g.add(_)}var S=n.getModel("detail");if(S.get("show")){var w=S.get("offsetCenter"),M=r.cx+oc(w[0],r.r),C=r.cy+oc(w[1],r.r),I=oc(S.get("width"),r.r),T=oc(S.get("height"),r.r),A=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:y,_=d[e],D=S.get("formatter");_.attr({z2:2*!f,style:lR(S,{x:M,y:C,text:MV(o,D),width:isNaN(I)?null:I,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:A})}),lG(_,{normal:S},o,function(t){return MV(t,D)}),p&&lH(_,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return MV(a?a.interpolatedValue:o,D)}}),g.add(_)}c.add(g)}),this.group.add(c),this._titleEls=h,this._detailEls=d},e.type="gauge",e}(pz),MW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="itemStyle",n}return tM(e,t),e.prototype.getInitialData=function(t,e){return bc(this,["value"])},e.type="series.gauge",e.defaultOption={z:2,colorBy:"data",center:["50%","50%"],legendHoverLink:!0,radius:"75%",startAngle:225,endAngle:-45,clockwise:!0,min:0,max:100,splitNumber:10,axisLine:{show:!0,roundCap:!1,lineStyle:{color:[[1,"#E6EBF8"]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:"#63677A",width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:"#63677A",width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:"#464646",fontSize:12,rotate:0},pointer:{icon:null,offsetCenter:[0,0],show:!0,showAbove:!0,length:"60%",width:6,keepAspect:!1},anchor:{show:!1,showAbove:!1,size:6,icon:"circle",offsetCenter:[0,0],keepAspect:!1,itemStyle:{color:"#fff",borderWidth:0,borderColor:"#5470c6"}},title:{show:!0,offsetCenter:[0,"20%"],color:"#464646",fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:"rgba(0,0,0,0)",borderWidth:0,borderColor:"#ccc",width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:"#464646",fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(h$),MG=["itemStyle","opacity"],MH=function(t){function e(e,n){var i=t.call(this)||this,r=new dF,o=new sE;return i.setTextContent(o),i.setTextGuideLine(r),i.updateData(e,n,!0),i}return tM(e,t),e.prototype.updateData=function(t,e,n){var i=t.hostModel,r=t.getItemModel(e),o=t.getItemLayout(e),a=r.getModel("emphasis"),s=r.get(MG);s=null==s?1:s,n||lA(this),this.useStyle(t.getItemVisual(e,"style")),this.style.lineJoin="round",n?(this.setShape({points:o.points}),this.style.opacity=0,lw(this,{style:{opacity:s}},i,e)):lS(this,{style:{opacity:s},shape:{points:o.points}},i,e),lf(this,r),this._updateLabel(t,e),lc(this,a.get("focus"),a.get("blurScope"),a.get("disabled"))},e.prototype._updateLabel=function(t,e){var n=this.getTextGuideLine(),i=this.getTextContent(),r=t.hostModel,o=t.getItemModel(e),a=t.getItemLayout(e).label,s=t.getItemVisual(e,"style"),l=s.fill;lP(i,lO(o),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:s.opacity,defaultText:t.getName(e)},{normal:{align:a.textAlign,verticalAlign:a.verticalAlign}}),this.setTextConfig({local:!0,inside:!!a.inside,insideStroke:l,outsideFill:l});var u=a.linePoints;n.setShape({points:u}),this.textGuideLineConfig={anchor:u?new nP(u[0][0],u[0][1]):null},lS(i,{style:{x:a.x,y:a.y}},r,e),i.attr({rotation:a.rotation,originX:a.x,originY:a.y,z2:10}),mJ(this,mQ(o),{stroke:l})},e}(dE),Mj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreLabelLineUpdate=!0,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group;i.diff(r).add(function(t){var e=new MH(i,t);i.setItemGraphicEl(t,e),o.add(e)}).update(function(t,e){var n=r.getItemGraphicEl(e);n.updateData(i,t),o.add(n),i.setItemGraphicEl(t,n)}).remove(function(e){lT(r.getItemGraphicEl(e),t,e)}).execute(),this._data=i},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.prototype.dispose=function(){},e.type="funnel",e}(pz),MX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bh(t8(this.getData,this),t8(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return bc(this,{coordDimensions:["value"],encodeDefaulter:et(u7,this)})},e.prototype._defaultLabelLine=function(t){oN(t,"labelLine",["show"]);var e=t.labelLine,n=t.emphasis.labelLine;e.show=e.show&&t.label.show,n.show=n.show&&t.emphasis.label.show},e.prototype.getDataParams=function(e){var n=this.getData(),i=t.prototype.getDataParams.call(this,e),r=n.mapDimension("value"),o=n.getSum(r);return i.percent=o?+(n.get(r,e)/o*100).toFixed(2):0,i.$vars.push("percent"),i},e.type="series.funnel",e.defaultOption={z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:60,minSize:"0%",maxSize:"100%",sort:"descending",orient:"vertical",gap:0,funnelAlign:"center",label:{show:!0,position:"outer"},labelLine:{show:!0,length:20,lineStyle:{width:1}},itemStyle:{borderColor:"#fff",borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:"#212121"}}},e}(h$);function MY(t,e){t.eachSeriesByType("funnel",function(t){var n,i=t.getData(),r=i.mapDimension("value"),o=t.get("sort"),a=uB(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),s=t.get("orient"),l=a.width,u=a.height,c=function(t,e){for(var n=t.mapDimension("value"),i=t.mapArray(n,function(t){return t}),r=[],o="ascending"===e,a=0,s=t.count();a<s;a++)r[a]=a;return en(e)?r.sort(e):"none"!==e&&r.sort(function(t,e){return o?i[t]-i[e]:i[e]-i[t]}),r}(i,o),h=a.x,d=a.y,p="horizontal"===s?[oc(t.get("minSize"),u),oc(t.get("maxSize"),u)]:[oc(t.get("minSize"),l),oc(t.get("maxSize"),l)],f=i.getDataExtent(r),g=t.get("min"),y=t.get("max");null==g&&(g=Math.min(f[0],0)),null==y&&(y=f[1]);var m=t.get("funnelAlign"),v=t.get("gap"),x=(("horizontal"===s?l:u)-v*(i.count()-1))/i.count(),b=function(t,e){if("horizontal"===s){var n,o=ou(i.get(r,t)||0,[g,y],p,!0),a=void 0;switch(m){case"top":a=d;break;case"center":a=d+(u-o)/2;break;case"bottom":a=d+(u-o)}return[[e,a],[e,a+o]]}var c=ou(i.get(r,t)||0,[g,y],p,!0);switch(m){case"left":n=h;break;case"center":n=h+(l-c)/2;break;case"right":n=h+l-c}return[[n,e],[n+c,e]]};"ascending"===o&&(x=-x,v=-v,"horizontal"===s?h+=l:d+=u,c=c.reverse());for(var _=0;_<c.length;_++){var S=c[_],w=c[_+1],M=i.getItemModel(S);if("horizontal"===s){var C=M.get(["itemStyle","width"]);null==C?C=x:(C=oc(C,l),"ascending"===o&&(C=-C));var I=b(S,h),T=b(w,h+C);h+=C+v,i.setItemLayout(S,{points:I.concat(T.slice().reverse())})}else{var A=M.get(["itemStyle","height"]);null==A?A=x:(A=oc(A,u),"ascending"===o&&(A=-A));var I=b(S,d),T=b(w,d+A);d+=A+v,i.setItemLayout(S,{points:I.concat(T.slice().reverse())})}}n=i.hostModel.get("orient"),i.each(function(t){var e,r,o,a,s=i.getItemModel(t),l=s.getModel("label").get("position"),u=s.getModel("labelLine"),c=i.getItemLayout(t),h=c.points,d="inner"===l||"inside"===l||"center"===l||"insideLeft"===l||"insideRight"===l;if(d)"insideLeft"===l?(r=(h[0][0]+h[3][0])/2+5,o=(h[0][1]+h[3][1])/2,e="left"):"insideRight"===l?(r=(h[1][0]+h[2][0])/2-5,o=(h[1][1]+h[2][1])/2,e="right"):(r=(h[0][0]+h[1][0]+h[2][0]+h[3][0])/4,o=(h[0][1]+h[1][1]+h[2][1]+h[3][1])/4,e="center"),a=[[r,o],[r,o]];else{var p=void 0,f=void 0,g=void 0,y=void 0,m=u.get("length");"left"===l?(p=(h[3][0]+h[0][0])/2,f=(h[3][1]+h[0][1])/2,r=(g=p-m)-5,e="right"):"right"===l?(p=(h[1][0]+h[2][0])/2,f=(h[1][1]+h[2][1])/2,r=(g=p+m)+5,e="left"):"top"===l?(p=(h[3][0]+h[0][0])/2,o=(y=(f=(h[3][1]+h[0][1])/2)-m)-5,e="center"):"bottom"===l?(p=(h[1][0]+h[2][0])/2,o=(y=(f=(h[1][1]+h[2][1])/2)+m)+5,e="center"):"rightTop"===l?(p="horizontal"===n?h[3][0]:h[1][0],f="horizontal"===n?h[3][1]:h[1][1],"horizontal"===n?(o=(y=f-m)-5,e="center"):(r=(g=p+m)+5,e="top")):"rightBottom"===l?(p=h[2][0],f=h[2][1],"horizontal"===n?(o=(y=f+m)+5,e="center"):(r=(g=p+m)+5,e="bottom")):"leftTop"===l?(p=h[0][0],f="horizontal"===n?h[0][1]:h[1][1],"horizontal"===n?(o=(y=f-m)-5,e="center"):(r=(g=p-m)-5,e="right")):"leftBottom"===l?(p="horizontal"===n?h[1][0]:h[3][0],f="horizontal"===n?h[1][1]:h[2][1],"horizontal"===n?(o=(y=f+m)+5,e="center"):(r=(g=p-m)-5,e="right")):(p=(h[1][0]+h[2][0])/2,f=(h[1][1]+h[2][1])/2,"horizontal"===n?(o=(y=f+m)+5,e="center"):(r=(g=p+m)+5,e="left")),"horizontal"===n?r=g=p:o=y=f,a=[[p,f],[g,y]]}c.label={linePoints:a,x:r,y:o,verticalAlign:"middle",textAlign:e,inside:d}})})}var MU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._dataGroup=new r6,n._initialized=!1,n}return tM(e,t),e.prototype.init=function(){this.group.add(this._dataGroup)},e.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._dataGroup,o=t.getData(),a=this._data,s=t.coordinateSystem,l=s.dimensions,u=MK(t);if(o.diff(a).add(function(t){M$(Mq(o,r,t,l,s),o,t,u)}).update(function(e,n){var i=a.getItemGraphicEl(n),r=MZ(o,e,l,s);o.setItemGraphicEl(e,i),lS(i,{shape:{points:r}},t,e),lA(i),M$(i,o,e,u)}).remove(function(t){var e=a.getItemGraphicEl(t);r.remove(e)}).execute(),!this._initialized){this._initialized=!0;var c,h,d,p,f,g,y,m=(c=s,h=t,d=function(){setTimeout(function(){r.removeClipPath()})},p=c.model,g=new s_({shape:{x:(f=c.getRect()).x,y:f.y,width:f.width,height:f.height}}),y="horizontal"===p.get("layout")?"width":"height",g.setShape(y,0),lw(g,{shape:{width:f.width,height:f.height}},h,d),g);r.setClipPath(m)}this._data=o},e.prototype.incrementalPrepareRender=function(t,e,n){this._initialized=!0,this._data=null,this._dataGroup.removeAll()},e.prototype.incrementalRender=function(t,e,n){for(var i=e.getData(),r=e.coordinateSystem,o=r.dimensions,a=MK(e),s=this._progressiveEls=[],l=t.start;l<t.end;l++){var u=Mq(i,this._dataGroup,l,o,r);u.incremental=!0,M$(u,i,l,a),s.push(u)}},e.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},e.type="parallel",e}(pz);function MZ(t,e,n,i){for(var r=[],o=0;o<n.length;o++){var a,s=n[o],l=t.get(t.mapDimension(s),e);a=l,("category"===i.getAxis(s).type?null==a:null==a||isNaN(a))||r.push(i.dataToPoint(l,s))}return r}function Mq(t,e,n,i,r){var o=new dF({shape:{points:MZ(t,n,i,r)},z2:10});return e.add(o),t.setItemGraphicEl(n,o),o}function MK(t){var e,n=t.get("smooth",!0);return!0===n&&(n=.3),(e=n=oA(n))!=e&&(n=0),{smooth:n}}function M$(t,e,n,i){t.useStyle(e.getItemVisual(n,"style")),t.style.fill=null,t.setShape("smooth",i.smooth);var r=e.getItemModel(n),o=r.getModel("emphasis");lf(t,r,"lineStyle"),lc(t,o.get("focus"),o.get("blurScope"),o.get("disabled"))}var MJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="lineStyle",n.visualDrawType="stroke",n}return tM(e,t),e.prototype.getInitialData=function(t,e){return yd(null,this,{useEncodeDefaulter:t8(MQ,null,this)})},e.prototype.getRawIndicesByActiveState=function(t){var e=this.coordinateSystem,n=this.getData(),i=[];return e.eachActiveState(n,function(e,r){t===e&&i.push(n.getRawIndex(r))}),i},e.type="series.parallel",e.dependencies=["parallel"],e.defaultOption={z:2,coordinateSystem:"parallel",parallelIndex:0,label:{show:!1},inactiveOpacity:.05,activeOpacity:1,lineStyle:{width:1,opacity:.45,type:"solid"},emphasis:{label:{show:!1}},progressive:500,smooth:!1,animationEasing:"linear"},e}(h$);function MQ(t){var e=t.ecModel.getComponent("parallel",t.get("parallelIndex"));if(e){var n={};return t3(e.dimensions,function(t){var e=+t.replace("dim","");n[t]=e}),n}}var M0=["lineStyle","opacity"],M1={seriesType:"parallel",reset:function(t,e){var n=t.coordinateSystem,i={normal:t.get(["lineStyle","opacity"]),active:t.get("activeOpacity"),inactive:t.get("inactiveOpacity")};return{progress:function(t,e){n.eachActiveState(e,function(t,n){var r=i[t];if("normal"===t&&e.hasItemOption){var o=e.getItemModel(n).get(M0,!0);null!=o&&(r=o)}e.ensureUniqueItemVisual(n,"style").opacity=r},t.start,t.end)}}}};function M2(t){var e;(function(t){if(!t.parallel){var e=!1;t3(t.series,function(t){t&&"parallel"===t.type&&(e=!0)}),e&&(t.parallel=[{}])}})(t),t3(oR((e=t).parallelAxis),function(t){if(ea(t)){var n=t.parallelIndex||0,i=oR(e.parallel)[n];i&&i.parallelAxisDefault&&tZ(t,i.parallelAxisDefault,!1)}})}var M3=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){this._model=t,this._api=n,this._handlers||(this._handlers={},t3(M5,function(t,e){n.getZr().on(e,this._handlers[e]=t8(t,this))},this)),pW(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},e.prototype.dispose=function(t,e){pG(this,"_throttledDispatchExpand"),t3(this._handlers,function(t,n){e.getZr().off(n,t)}),this._handlers=null},e.prototype._throttledDispatchExpand=function(t){this._dispatchExpand(t)},e.prototype._dispatchExpand=function(t){t&&this._api.dispatchAction(tK({type:"parallelAxisExpand"},t))},e.type="parallel",e}(hQ),M5={mousedown:function(t){M4(this,"click")&&(this._mouseDownPoint=[t.offsetX,t.offsetY])},mouseup:function(t){var e=this._mouseDownPoint;if(M4(this,"click")&&e){var n=[t.offsetX,t.offsetY];if(Math.pow(e[0]-n[0],2)+Math.pow(e[1]-n[1],2)>5)return;var i=this._model.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]);"none"!==i.behavior&&this._dispatchExpand({axisExpandWindow:i.axisExpandWindow})}this._mouseDownPoint=null},mousemove:function(t){if(!this._mouseDownPoint&&M4(this,"mousemove")){var e=this._model,n=e.coordinateSystem.getSlidedAxisExpandWindow([t.offsetX,t.offsetY]),i=n.behavior;"jump"===i&&this._throttledDispatchExpand.debounceNextCall(e.get("axisExpandDebounce")),this._throttledDispatchExpand("none"===i?null:{axisExpandWindow:n.axisExpandWindow,animation:"jump"===i?null:{duration:0}})}}};function M4(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var M9=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var e=this.option;t&&tZ(e,t,!0),this._initDimensions()},e.prototype.contains=function(t,e){var n=t.get("parallelIndex");return null!=n&&e.getComponent("parallel",n)===this},e.prototype.setAxisExpand=function(t){t3(["axisExpandable","axisExpandCenter","axisExpandCount","axisExpandWidth","axisExpandWindow"],function(e){t.hasOwnProperty(e)&&(this.option[e]=t[e])},this)},e.prototype._initDimensions=function(){var t=this.dimensions=[],e=this.parallelAxisIndex=[];t3(t9(this.ecModel.queryComponents({mainType:"parallelAxis"}),function(t){return(t.get("parallelIndex")||0)===this.componentIndex},this),function(n){t.push("dim"+n.get("dim")),e.push(n.componentIndex)})},e.type="parallel",e.dependencies=["parallelAxis"],e.layoutMode="box",e.defaultOption={z:0,left:80,top:60,right:80,bottom:60,layout:"horizontal",axisExpandable:!1,axisExpandCenter:null,axisExpandCount:0,axisExpandWidth:50,axisExpandRate:17,axisExpandDebounce:50,axisExpandSlideTriggerArea:[-.15,.05,.4],axisExpandTriggerOn:"click",parallelAxisDefault:null},e}(uZ),M6=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.type=r||"value",a.axisIndex=o,a}return tM(e,t),e.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},e}(mk);function M7(t,e,n,i,r,o){t=t||0;var a,s=n[1]-n[0];if(null!=r&&(r=Ct(r,[0,s])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var l=Math.abs(e[1]-e[0]);l=Ct(l,[0,s]),r=o=Ct(l,[r,o]),i=0}e[0]=Ct(e[0],n),e[1]=Ct(e[1],n);var u=M8(e,i);e[i]+=t;var c=r||0,h=n.slice();return u.sign<0?h[0]+=c:h[1]-=c,e[i]=Ct(e[i],h),a=M8(e,i),null!=r&&(a.sign!==u.sign||a.span<r)&&(e[1-i]=e[i]+u.sign*r),a=M8(e,i),null!=o&&a.span>o&&(e[1-i]=e[i]+a.sign*o),e}function M8(t,e){var n=t[e]-t[1-e];return{span:Math.abs(n),sign:n>0?-1:n<0?1:e?-1:1}}function Ct(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var Ce=t3,Cn=Math.min,Ci=Math.max,Cr=Math.floor,Co=Math.ceil,Ca=oh,Cs=Math.PI,Cl=function(){function t(t,e,n){this.type="parallel",this._axesMap=eT(),this._axesLayout={},this.dimensions=t.dimensions,this._model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=t.dimensions,r=t.parallelAxisIndex;Ce(i,function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new M6(t,y5(o),[0,0],o.get("type"),i)),s="category"===a.type;a.onBand=s&&o.get("boundaryGap"),a.inverse=o.get("inverse"),o.axis=a,a.model=o,a.coordinateSystem=o.coordinateSystem=this},this)},t.prototype.update=function(t,e){this._updateAxesFromSeries(this._model,t)},t.prototype.containPoint=function(t){var e=this._makeLayoutInfo(),n=e.axisBase,i=e.layoutBase,r=e.pixelDimIndex,o=t[1-r],a=t[r];return o>=n&&o<=n+e.axisLength&&a>=i&&a<=i+e.layoutLength},t.prototype.getModel=function(){return this._model},t.prototype._updateAxesFromSeries=function(t,e){e.eachSeries(function(n){if(t.contains(n,e)){var i=n.getData();Ce(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),y3(e.scale,e.model)},this)}},this)},t.prototype.resize=function(t,e){this._rect=uB(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),this._layoutAxes()},t.prototype.getRect=function(){return this._rect},t.prototype._makeLayoutInfo=function(){var t,e=this._model,n=this._rect,i=["x","y"],r=["width","height"],o=e.get("layout"),a=+("horizontal"!==o),s=n[r[a]],l=[0,s],u=this.dimensions.length,c=Cu(e.get("axisExpandWidth"),l),h=Cu(e.get("axisExpandCount")||0,[0,u]),d=e.get("axisExpandable")&&u>3&&u>h&&h>1&&c>0&&s>0,p=e.get("axisExpandWindow");p?(t=Cu(p[1]-p[0],l),p[1]=p[0]+t):(t=Cu(c*(h-1),l),(p=[c*(e.get("axisExpandCenter")||Cr(u/2))-t/2])[1]=p[0]+t);var f=(s-t)/(u-h);f<3&&(f=0);var g=[Cr(Ca(p[0]/c,1))+1,Co(Ca(p[1]/c,1))-1],y=f/c*p[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:d,axisExpandWidth:c,axisCollapseWidth:f,axisExpandWindow:p,axisCount:u,winInnerIndices:g,axisExpandWindow0Pos:y}},t.prototype._layoutAxes=function(){var t=this._rect,e=this._axesMap,n=this.dimensions,i=this._makeLayoutInfo(),r=i.layout;e.each(function(t){var e=[0,i.axisLength],n=+!!t.inverse;t.setExtent(e[n],e[1-n])}),Ce(n,function(e,n){var o=(i.axisExpandable?function(t,e){var n,i,r=e.layoutLength,o=e.axisExpandWidth,a=e.axisCount,s=e.axisCollapseWidth,l=e.winInnerIndices,u=s,c=!1;return t<l[0]?(n=t*s,i=s):t<=l[1]?(n=e.axisExpandWindow0Pos+t*o-e.axisExpandWindow[0],u=o,c=!0):(n=r-(a-1-t)*s,i=s),{position:n,axisNameAvailableWidth:u,axisLabelShow:c,nameTruncateMaxWidth:i}}:function(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}})(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s=[a[r].x+t.x,a[r].y+t.y],l={horizontal:Cs/2,vertical:0}[r],u=nw();nA(u,u,l),nT(u,u,s),this._axesLayout[e]={position:s,rotation:l,transform:u,axisNameAvailableWidth:o.axisNameAvailableWidth,axisLabelShow:o.axisLabelShow,nameTruncateMaxWidth:o.nameTruncateMaxWidth,tickDirection:1,labelDirection:1}},this)},t.prototype.getAxis=function(t){return this._axesMap.get(t)},t.prototype.dataToPoint=function(t,e){return this.axisCoordToPoint(this._axesMap.get(e).dataToCoord(t),e)},t.prototype.eachActiveState=function(t,e,n,i){null==n&&(n=0),null==i&&(i=t.count());var r=this._axesMap,o=this.dimensions,a=[],s=[];t3(o,function(e){a.push(t.mapDimension(e)),s.push(r.get(e).model)});for(var l=this.hasAxisBrushed(),u=n;u<i;u++){var c=void 0;if(l){c="active";for(var h=t.getValues(a,u),d=0,p=o.length;d<p;d++)if("inactive"===s[d].getActiveState(h[d])){c="inactive";break}}else c="normal";e(c,u)}},t.prototype.hasAxisBrushed=function(){for(var t=this.dimensions,e=this._axesMap,n=!1,i=0,r=t.length;i<r;i++)"normal"!==e.get(t[i]).model.getActiveState()&&(n=!0);return n},t.prototype.axisCoordToPoint=function(t,e){return pm([t,0],this._axesLayout[e].transform)},t.prototype.getAxisLayout=function(t){return tU(this._axesLayout[t])},t.prototype.getSlidedAxisExpandWindow=function(t){var e,n=this._makeLayoutInfo(),i=n.pixelDimIndex,r=n.axisExpandWindow.slice(),o=r[1]-r[0],a=[0,n.axisExpandWidth*(n.axisCount-1)];if(!this.containPoint(t))return{behavior:"none",axisExpandWindow:r};var s=t[i]-n.layoutBase-n.axisExpandWindow0Pos,l="slide",u=n.axisCollapseWidth,c=this._model.get("axisExpandSlideTriggerArea"),h=null!=c[0];if(u)h&&u&&s<o*c[0]?(l="jump",e=s-o*c[2]):h&&u&&s>o*(1-c[0])?(l="jump",e=s-o*(1-c[2])):(e=s-o*c[1])>=0&&(e=s-o*(1-c[1]))<=0&&(e=0),(e*=n.axisExpandWidth/u)?M7(e,r,a,"all"):l="none";else{var d=r[1]-r[0];(r=[Ci(0,a[1]*s/d-d/2)])[1]=Cn(a[1],r[0]+d),r[0]=r[1]-d}return{axisExpandWindow:r,behavior:l}},t}();function Cu(t,e){return Cn(Ci(t,e[0]),e[1])}var Cc={create:function(t,e){var n=[];return t.eachComponent("parallel",function(i,r){var o=new Cl(i,t,e);o.name="parallel_"+r,o.resize(i,e),i.coordinateSystem=o,o.model=i,n.push(o)}),t.eachSeries(function(t){if("parallel"===t.get("coordinateSystem")){var e=t.getReferringComponents("parallel",oq).models[0];t.coordinateSystem=e.coordinateSystem}}),n}},Ch=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.activeIntervals=[],n}return tM(e,t),e.prototype.getAreaSelectStyle=function(){return at([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},e.prototype.setActiveIntervals=function(t){var e=this.activeIntervals=tU(t);if(e)for(var n=e.length-1;n>=0;n--)od(e[n])},e.prototype.getActiveState=function(t){var e=this.activeIntervals;if(!e.length)return"normal";if(null==t||isNaN(+t))return"inactive";if(1===e.length){var n=e[0];if(n[0]<=t&&t<=n[1])return"active"}else for(var i=0,r=e.length;i<r;i++)if(e[i][0]<=t&&t<=e[i][1])return"active";return"inactive"},e}(uZ);t1(Ch,mt);var Cd=Math.min,Cp=Math.max,Cf=Math.pow,Cg="globalPan",Cy={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},Cm={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},Cv={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},Cx=0,Cb=function(t){function e(e){var n=t.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=e,n.group=new r6,n._uid="brushController_"+Cx++,t3(CU,function(t,e){this._handlers[e]=t8(t,this)},n),n}return tM(e,t),e.prototype.enableBrush=function(t){return this._brushType&&this._doDisableBrush(),t.brushType&&this._doEnableBrush(t),this},e.prototype._doEnableBrush=function(t){var e,n=this._zr;this._enableGlobalPan||(e=this._uid,_x(n)[Cg]=e),t3(this._handlers,function(t,e){n.on(e,t)}),this._brushType=t.brushType,this._brushOption=tZ(tU(Cv),t,!0)},e.prototype._doDisableBrush=function(){var t,e,n=this._zr;t=this._uid,(e=_x(n))[Cg]===t&&(e[Cg]=null),t3(this._handlers,function(t,e){n.off(e,t)}),this._brushType=this._brushOption=null},e.prototype.setPanels=function(t){if(t&&t.length){var e=this._panels={};t3(t,function(t){e[t.panelId]=tU(t)})}else this._panels=null;return this},e.prototype.mount=function(t){t=t||{},this._enableGlobalPan=t.enableGlobalPan;var e=this.group;return this._zr.add(e),e.attr({x:t.x||0,y:t.y||0,rotation:t.rotation||0,scaleX:t.scaleX||1,scaleY:t.scaleY||1}),this._transform=e.getLocalTransform(),this},e.prototype.updateCovers=function(t){t=t5(t,function(t){return tZ(tU(Cv),t,!0)});var e=this._covers,n=this._covers=[],i=this,r=this._creatingCover;return new g$(e,t,function(t,e){return o(t.__brushOption,e)},o).add(a).update(a).remove(function(t){e[t]!==r&&i.group.remove(e[t])}).execute(),this;function o(t,e){return(null!=t.id?t.id:"\0-brush-index-"+e)+"-"+t.brushType}function a(o,a){var s=t[o];if(null!=a&&e[a]===r)n[o]=e[a];else{var l=n[o]=null!=a?(e[a].__brushOption=s,e[a]):CS(i,C_(i,s));CC(i,l)}}},e.prototype.unmount=function(){return this.enableBrush(!1),CD(this),this._zr.remove(this.group),this},e.prototype.dispose=function(){this.unmount(),this.off()},e}(e8);function C_(t,e){var n=Cq[e.brushType].createCover(t,e);return n.__brushOption=e,CM(n,e),t.group.add(n),n}function CS(t,e){var n=CI(e);return n.endCreating&&(n.endCreating(t,e),CM(e,e.__brushOption)),e}function Cw(t,e){var n=e.__brushOption;CI(e).updateCoverShape(t,e,n.range,n)}function CM(t,e){var n=e.z;null==n&&(n=1e4),t.traverse(function(t){t.z=n,t.z2=n})}function CC(t,e){CI(e).updateCommon(t,e),Cw(t,e)}function CI(t){return Cq[t.__brushOption.brushType]}function CT(t,e,n){var i,r=t._panels;if(!r)return!0;var o=t._transform;return t3(r,function(t){t.isTargetByCursor(e,n,o)&&(i=t)}),i}function CA(t,e){var n=t._panels;if(!n)return!0;var i=e.__brushOption.panelId;return null==i||n[i]}function CD(t){var e=t._covers,n=e.length;return t3(e,function(e){t.group.remove(e)},t),e.length=0,!!n}function Ck(t,e){var n=t5(t._covers,function(t){var e=t.__brushOption,n=tU(e.range);return{brushType:e.brushType,panelId:e.panelId,range:n}});t.trigger("brush",{areas:n,isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function CL(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function CP(t,e,n,i){var r=new r6;return r.add(new s_({name:"main",style:Cz(n),silent:!0,draggable:!0,cursor:"move",drift:et(CV,t,e,r,["n","s","w","e"]),ondragend:et(Ck,e,{isEnd:!0})})),t3(i,function(n){r.add(new s_({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:et(CV,t,e,r,n),ondragend:et(Ck,e,{isEnd:!0})}))}),r}function CO(t,e,n,i){var r=i.brushStyle.lineWidth||0,o=Cp(r,6),a=n[0][0],s=n[1][0],l=a-r/2,u=s-r/2,c=n[0][1],h=n[1][1],d=c-o+r/2,p=h-o+r/2,f=c-a,g=h-s,y=f+r,m=g+r;CN(t,e,"main",a,s,f,g),i.transformable&&(CN(t,e,"w",l,u,o,m),CN(t,e,"e",d,u,o,m),CN(t,e,"n",l,u,y,o),CN(t,e,"s",l,p,y,o),CN(t,e,"nw",l,u,o,o),CN(t,e,"ne",d,u,o,o),CN(t,e,"sw",l,p,o,o),CN(t,e,"se",d,p,o,o))}function CR(t,e){var n=e.__brushOption,i=n.transformable,r=e.childAt(0);r.useStyle(Cz(n)),r.attr({silent:!i,cursor:i?"move":"default"}),t3([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var r,o,a,s=e.childOfName(n.join("")),l=1===n.length?CB(t,n[0]):(("e"===(a=[CB(r=t,(o=n)[0]),CB(r,o[1])])[0]||"w"===a[0])&&a.reverse(),a.join(""));s&&s.attr({silent:!i,invisible:!i,cursor:i?Cm[l]+"-resize":null})})}function CN(t,e,n,i,r,o,a){var s,l,u,c=e.childOfName(n);c&&c.setShape((l=Cd((s=CG(t,e,[[i,r],[i+o,r+a]]))[0][0],s[1][0]),{x:l,y:u=Cd(s[0][1],s[1][1]),width:Cp(s[0][0],s[1][0])-l,height:Cp(s[0][1],s[1][1])-u}))}function Cz(t){return t$({strokeNoScale:!0},t.brushStyle)}function CE(t,e,n,i){var r=[Cd(t,n),Cd(e,i)],o=[Cp(t,n),Cp(e,i)];return[[r[0],o[0]],[r[1],o[1]]]}function CB(t,e){return({left:"w",right:"e",top:"n",bottom:"s"})[pv({w:"left",e:"right",n:"top",s:"bottom"}[e],py(t.group))]}function CV(t,e,n,i,r,o){var a=n.__brushOption,s=t.toRectRange(a.range),l=CW(e,r,o);t3(i,function(t){var e=Cy[t];s[e[0]][e[1]]+=l[e[0]]}),a.range=t.fromRectRange(CE(s[0][0],s[1][0],s[0][1],s[1][1])),CC(e,n),Ck(e,{isEnd:!1})}function CF(t,e,n,i){var r=e.__brushOption.range,o=CW(t,n,i);t3(r,function(t){t[0]+=o[0],t[1]+=o[1]}),CC(t,e),Ck(t,{isEnd:!1})}function CW(t,e,n){var i=t.group,r=i.transformCoordToLocal(e,n),o=i.transformCoordToLocal(0,0);return[r[0]-o[0],r[1]-o[1]]}function CG(t,e,n){var i=CA(t,e);return i&&!0!==i?i.clipPath(n,t._transform):tU(n)}function CH(t){var e=t.event;e.preventDefault&&e.preventDefault()}function Cj(t,e,n){return t.childOfName("main").contain(e,n)}function CX(t,e,n,i){var r,o=t._creatingCover,a=t._creatingPanel,s=t._brushOption;if(t._track.push(n.slice()),function(t){var e=t._track;if(!e.length)return!1;var n=e[e.length-1],i=e[0],r=n[0]-i[0],o=n[1]-i[1];return Cf(r*r+o*o,.5)>6}(t)||o){if(a&&!o){"single"===s.brushMode&&CD(t);var l=tU(s);l.brushType=CY(l.brushType,a),l.panelId=!0===a?null:a.panelId,o=t._creatingCover=C_(t,l),t._covers.push(o)}if(o){var u=Cq[CY(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(CG(t,o,t._track)),i&&(CS(t,o),u.updateCommon(t,o)),Cw(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&CT(t,e,n)&&CD(t)&&(r={isEnd:i,removeOnClick:!0});return r}function CY(t,e){return"auto"===t?e.defaultBrushType:t}var CU={mousedown:function(t){if(this._dragging)CZ(this,t);else if(!t.target||!t.target.draggable){CH(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=CT(this,t,e))&&(this._dragging=!0,this._track=[e.slice()])}},mousemove:function(t){var e=t.offsetX,n=t.offsetY,i=this.group.transformCoordToLocal(e,n);if(!function(t,e,n){if(!(!t._brushType||(i=t,r=e.offsetX,o=e.offsetY,a=i._zr,r<0||r>a.getWidth()||o<0||o>a.getHeight()))){var i,r,o,a,s=t._zr,l=t._covers,u=CT(t,e,n);if(!t._dragging)for(var c=0;c<l.length;c++){var h=l[c].__brushOption;if(u&&(!0===u||h.panelId===u.panelId)&&Cq[h.brushType].contain(l[c],n[0],n[1]))return}u&&s.setCursorStyle("crosshair")}}(this,t,i),this._dragging){CH(t);var r=CX(this,t,i,!1);r&&Ck(this,r)}},mouseup:function(t){CZ(this,t)}};function CZ(t,e){if(t._dragging){CH(e);var n=e.offsetX,i=e.offsetY,r=t.group.transformCoordToLocal(n,i),o=CX(t,e,r,!0);t._dragging=!1,t._track=[],t._creatingCover=null,o&&Ck(t,o)}}var Cq={lineX:CK(0),lineY:CK(1),rect:{createCover:function(t,e){function n(t){return t}return CP({toRectRange:n,fromRectRange:n},t,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(t){var e=CL(t);return CE(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,n,i){CO(t,e,n,i)},updateCommon:CR,contain:Cj},polygon:{createCover:function(t,e){var n=new r6;return n.add(new dF({name:"main",style:Cz(e),silent:!0})),n},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new dE({name:"main",draggable:!0,drift:et(CF,t,e),ondragend:et(Ck,t,{isEnd:!0})}))},updateCoverShape:function(t,e,n,i){e.childAt(0).setShape({points:CG(t,e,n)})},updateCommon:CR,contain:Cj}};function CK(t){return{createCover:function(e,n){return CP({toRectRange:function(e){var n=[e,[0,100]];return t&&n.reverse(),n},fromRectRange:function(e){return e[t]}},e,n,[[["w"],["e"]],[["n"],["s"]]][t])},getCreatingRange:function(e){var n=CL(e);return[Cd(n[0][t],n[1][t]),Cp(n[0][t],n[1][t])]},updateCoverShape:function(e,n,i,r){var o,a=CA(e,n);if(!0!==a&&a.getLinearBrushOtherExtent)o=a.getLinearBrushOtherExtent(t);else{var s=e._zr;o=[0,[s.getWidth(),s.getHeight()][1-t]]}var l=[i,o];t&&l.reverse(),CO(e,n,l,r)},updateCommon:CR,contain:Cj}}function C$(t){return t=C0(t),function(e){return pb(e,t)}}function CJ(t,e){return t=C0(t),function(n){var i=null!=e?e:n,r=i?t.width:t.height,o=i?t.x:t.y;return[o,o+(r||0)]}}function CQ(t,e,n){var i=C0(t);return function(t,r){return i.contain(r[0],r[1])&&!_T(t,e,n)}}function C0(t){return nW.create(t)}var C1=["axisLine","axisTickLabel","axisName"],C2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments),(this._brushController=new Cb(n.getZr())).on("brush",t8(this._onBrush,this))},e.prototype.render=function(t,e,n,i){var r,o,a;if(r=t,o=e,!(a=i)||"axisAreaSelect"!==a.type||o.findComponents({mainType:"parallelAxis",query:a})[0]!==r){this.axisModel=t,this.api=n,this.group.removeAll();var s=this._axisGroup;if(this._axisGroup=new r6,this.group.add(this._axisGroup),t.get("show")){var l,u=(l=t,e.getComponent("parallel",l.get("parallelIndex"))),c=u.coordinateSystem,h=t.getAreaSelectStyle(),d=h.width,p=t.axis.dim,f=tK({strokeContainThreshold:d},c.getAxisLayout(p)),g=new bX(t,f);t3(C1,g.add,g),this._axisGroup.add(g.getGroup()),this._refreshBrushController(f,h,t,u,d,n),px(s,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,e,n,i,r,o){var a,s,l=n.axis.getExtent(),u=l[1]-l[0],c=Math.min(30,.1*Math.abs(u)),h=nW.create({x:l[0],y:-r/2,width:u,height:r});h.x-=c,h.width+=2*c,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:C$(h),isTargetByCursor:CQ(h,o,i),getLinearBrushOtherExtent:CJ(h,0)}]).enableBrush({brushType:"lineX",brushStyle:e,removeOnClick:!0}).updateCovers((s=(a=n).axis,t5(a.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[s.dataToCoord(t[0],!0),s.dataToCoord(t[1],!0)]}})))},e.prototype._onBrush=function(t){var e=t.areas,n=this.axisModel,i=n.axis,r=t5(e,function(t){return[i.coordToData(t.range[0],!0),i.coordToData(t.range[1],!0)]});(!n.option.realtime===t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"axisAreaSelect",parallelAxisId:n.id,intervals:r})},e.prototype.dispose=function(){this._brushController.dispose()},e.type="parallelAxis",e}(hQ),C3={type:"axisAreaSelect",event:"axisAreaSelected"},C5={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function C4(t){t.registerComponentView(M3),t.registerComponentModel(M9),t.registerCoordinateSystem("parallel",Cc),t.registerPreprocessor(M2),t.registerComponentModel(Ch),t.registerComponentView(C2),bA(t,"parallel",Ch,C5),t.registerAction(C3,function(t,e){e.eachComponent({mainType:"parallelAxis",query:t},function(e){e.axis.model.setActiveIntervals(t.intervals)})}),t.registerAction("parallelAxisExpand",function(t,e){e.eachComponent({mainType:"parallel",query:t},function(e){e.setAxisExpand(t)})})}var C9=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.cpx2=0,this.cpy2=0,this.extent=0},C6=function(t){function e(e){return t.call(this,e)||this}return tM(e,t),e.prototype.getDefaultShape=function(){return new C9},e.prototype.buildPath=function(t,e){var n=e.extent;t.moveTo(e.x1,e.y1),t.bezierCurveTo(e.cpx1,e.cpy1,e.cpx2,e.cpy2,e.x2,e.y2),"vertical"===e.orient?(t.lineTo(e.x2+n,e.y2),t.bezierCurveTo(e.cpx2+n,e.cpy2,e.cpx1+n,e.cpy1,e.x1+n,e.y1)):(t.lineTo(e.x2,e.y2+n),t.bezierCurveTo(e.cpx2,e.cpy2+n,e.cpx1,e.cpy1+n,e.x1,e.y1+n)),t.closePath()},e.prototype.highlight=function(){le(this)},e.prototype.downplay=function(){ln(this)},e}(ss),C7=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._focusAdjacencyDisabled=!1,n}return tM(e,t),e.prototype.render=function(t,e,n){var i,r,o,a,s=this,l=t.getGraph(),u=this.group,c=t.layoutInfo,h=c.width,d=c.height,p=t.getData(),f=t.getData("edge"),g=t.get("orient");this._model=t,u.removeAll(),u.x=c.x,u.y=c.y,l.eachEdge(function(e){var n,i,r,o,a,s,l,c,p=new C6,y=sB(p);y.dataIndex=e.dataIndex,y.seriesIndex=t.seriesIndex,y.dataType="edge";var m=e.getModel(),v=m.getModel("lineStyle"),x=v.get("curveness"),b=e.node1.getLayout(),_=e.node1.getModel(),S=_.get("localX"),w=_.get("localY"),M=e.node2.getLayout(),C=e.node2.getModel(),I=C.get("localX"),T=C.get("localY"),A=e.getLayout();p.shape.extent=Math.max(1,A.dy),p.shape.orient=g,"vertical"===g?(n=(null!=S?S*h:b.x)+A.sy,i=(null!=w?w*d:b.y)+b.dy,r=(null!=I?I*h:M.x)+A.ty,o=null!=T?T*d:M.y,a=n,s=i*(1-x)+o*x,l=r,c=i*x+o*(1-x)):(n=(null!=S?S*h:b.x)+b.dx,i=(null!=w?w*d:b.y)+A.sy,r=null!=I?I*h:M.x,o=(null!=T?T*d:M.y)+A.ty,a=n*(1-x)+r*x,s=i,l=n*x+r*(1-x),c=o),p.setShape({x1:n,y1:i,x2:r,y2:o,cpx1:a,cpy1:s,cpx2:l,cpy2:c}),p.useStyle(v.getItemStyle()),C8(p.style,g,e);var D=""+m.get("value"),k=lO(m,"edgeLabel");lP(p,k,{labelFetcher:{getFormattedLabel:function(e,n,i,r,o,a){return t.getFormattedLabel(e,n,"edge",r,ey(o,k.normal&&k.normal.get("formatter"),D),a)}},labelDataIndex:e.dataIndex,defaultText:D}),p.setTextConfig({position:"inside"});var L=m.getModel("emphasis");lf(p,m,"lineStyle",function(t){var n=t.getItemStyle();return C8(n,g,e),n}),u.add(p),f.setItemGraphicEl(e.dataIndex,p);var P=L.get("focus");lc(p,"adjacency"===P?e.getAdjacentDataIndices():"trajectory"===P?e.getTrajectoryDataIndices():P,L.get("blurScope"),L.get("disabled"))}),l.eachNode(function(e){var n=e.getLayout(),i=e.getModel(),r=i.get("localX"),o=i.get("localY"),a=i.getModel("emphasis"),s=i.get(["itemStyle","borderRadius"])||0,l=new s_({shape:{x:null!=r?r*h:n.x,y:null!=o?o*d:n.y,width:n.dx,height:n.dy,r:s},style:i.getModel("itemStyle").getItemStyle(),z2:10});lP(l,lO(i),{labelFetcher:{getFormattedLabel:function(e,n){return t.getFormattedLabel(e,n,"node")}},labelDataIndex:e.dataIndex,defaultText:e.id}),l.disableLabelAnimation=!0,l.setStyle("fill",e.getVisual("color")),l.setStyle("decal",e.getVisual("style").decal),lf(l,i),u.add(l),p.setItemGraphicEl(e.dataIndex,l),sB(l).dataType="node";var c=a.get("focus");lc(l,"adjacency"===c?e.getAdjacentDataIndices():"trajectory"===c?e.getTrajectoryDataIndices():c,a.get("blurScope"),a.get("disabled"))}),p.eachItemGraphicEl(function(e,i){p.getItemModel(i).get("draggable")&&(e.drift=function(e,r){s._focusAdjacencyDisabled=!0,this.shape.x+=e,this.shape.y+=r,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:p.getRawIndex(i),localX:this.shape.x/h,localY:this.shape.y/d})},e.ondragend=function(){s._focusAdjacencyDisabled=!1},e.draggable=!0,e.cursor="move")}),!this._data&&t.isAnimationEnabled()&&u.setClipPath((i=u.getBoundingRect(),r=t,o=function(){u.removeClipPath()},lw(a=new s_({shape:{x:i.x-10,y:i.y-10,width:0,height:i.height+20}}),{shape:{width:i.width+20}},r,o),a)),this._data=t.getData()},e.prototype.dispose=function(){},e.type="sankey",e}(pz);function C8(t,e,n){switch(t.fill){case"source":t.fill=n.node1.getVisual("color"),t.decal=n.node1.getVisual("style").decal;break;case"target":t.fill=n.node2.getVisual("color"),t.decal=n.node2.getVisual("style").decal;break;case"gradient":var i=n.node1.getVisual("color"),r=n.node2.getVisual("color");ei(i)&&ei(r)&&(t.fill=new d1(0,0,+("horizontal"===e),+("vertical"===e),[{color:i,offset:0},{color:r,offset:1}]))}}var It=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[],r=t.levels||[];this.levelModels=[];for(var o=this.levelModels,a=0;a<r.length;a++)null!=r[a].depth&&r[a].depth>=0&&(o[r[a].depth]=new l1(r[a],this,e));return MR(i,n,this,!0,function(t,e){t.wrapMethod("getItemModel",function(t,e){var n=t.parentModel,i=n.getData().getItemLayout(e);if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t}),e.wrapMethod("getItemModel",function(t,e){var n=t.parentModel,i=n.getGraph().getEdgeByIndex(e).node1.getLayout();if(i){var r=i.depth,o=n.levelModels[r];o&&(t.parentModel=o)}return t})}).data},e.prototype.setNodePosition=function(t,e){var n=(this.option.data||this.option.nodes)[t];n.localX=e[0],n.localY=e[1]},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){function i(t){return isNaN(t)||null==t}if("edge"===n){var r=this.getDataParams(t,n),o=r.data,a=r.value;return hD("nameValue",{name:o.source+" -- "+o.target,value:a,noValue:i(a)})}var s=this.getGraph().getNodeByIndex(t).getLayout().value,l=this.getDataParams(t,n).data.name;return hD("nameValue",{name:null!=l?l+"":null,value:s,noValue:i(s)})},e.prototype.optionUpdated=function(){},e.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);return null==i.value&&"node"===n&&(i.value=this.getGraph().getNodeByIndex(e).getLayout().value),i},e.type="series.sankey",e.defaultOption={z:2,coordinateSystem:"view",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:"#314656",opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:"#212121"}},animationEasing:"linear",animationDuration:1e3},e}(h$);function Ie(t,e){t.eachSeriesByType("sankey",function(t){var n,i,r,o,a,s,l,u,c,h,d,p,f=t.get("nodeWidth"),g=t.get("nodeGap"),y=(n=t,i=e,uB(n.getBoxLayoutParams(),{width:i.getWidth(),height:i.getHeight()}));t.layoutInfo=y;var m=y.width,v=y.height,x=t.getGraph(),b=x.nodes,_=x.edges;t3(b,function(t){var e=Math.max(Ic(t.outEdges,Iu),Ic(t.inEdges,Iu),t.getValue()||0);t.setLayout({value:e},!0)});var S=0!==t9(b,function(t){return 0===t.getLayout().value}).length?0:t.get("layoutIterations");r=b,o=_,a=f,s=g,l=m,u=v,c=S,h=t.get("orient"),function(t,e,n,i,r,o,a){for(var s,l,u,c=[],h=[],d=[],p=[],f=0,g=0;g<e.length;g++)c[g]=1;for(var g=0;g<t.length;g++)h[g]=t[g].inEdges.length,0===h[g]&&d.push(t[g]);for(var y=-1;d.length;){for(var m=0;m<d.length;m++){var v=d[m],x=v.hostGraph.data.getRawDataItem(v.dataIndex),b=null!=x.depth&&x.depth>=0;b&&x.depth>y&&(y=x.depth),v.setLayout({depth:b?x.depth:f},!0),"vertical"===o?v.setLayout({dy:n},!0):v.setLayout({dx:n},!0);for(var _=0;_<v.outEdges.length;_++){var S=v.outEdges[_];c[e.indexOf(S)]=0;var w=S.node2,M=t.indexOf(w);0==--h[M]&&0>p.indexOf(w)&&p.push(w)}}++f,d=p,p=[]}for(var g=0;g<c.length;g++)if(1===c[g])throw Error("Sankey is a DAG, the original data has cycle!");var C=y>f-1?y:f-1;a&&"left"!==a&&function(t,e,n){if("right"===e){for(var i,r,o=[],a=t,s=0;a.length;){for(var l=0;l<a.length;l++){var u=a[l];u.setLayout({skNodeHeight:s},!0);for(var c=0;c<u.inEdges.length;c++){var h=u.inEdges[c];0>o.indexOf(h.node1)&&o.push(h.node1)}}a=o,o=[],++s}t3(t,function(t){In(t)||t.setLayout({depth:Math.max(0,n-t.getLayout().skNodeHeight)},!0)})}else{"justify"===e&&(i=t,r=n,t3(i,function(t){In(t)||t.outEdges.length||t.setLayout({depth:r},!0)}))}}(t,a,C),s=t,l="vertical"===o?(r-n)/C:(i-n)/C,u=o,t3(s,function(t){var e=t.getLayout().depth*l;"vertical"===u?t.setLayout({y:e},!0):t.setLayout({x:e},!0)})}(r,o,a,l,u,h,t.get("nodeAlign")),function(t,e,n,i,r,o,a){var s,l,u,c,h,d,p,f,g,y,m,v=(s=t,l=[],u="vertical"===a?"y":"x",(c=oQ(s,function(t){return t.getLayout()[u]})).keys.sort(function(t,e){return t-e}),t3(c.keys,function(t){l.push(c.buckets.get(t))}),l);h=v,d=e,p=n,f=i,g=r,y=a,m=1/0,t3(h,function(t){var e=t.length,n=0;t3(t,function(t){n+=t.getLayout().value});var i="vertical"===y?(f-(e-1)*g)/n:(p-(e-1)*g)/n;i<m&&(m=i)}),t3(h,function(t){t3(t,function(t,e){var n=t.getLayout().value*m;"vertical"===y?(t.setLayout({x:e},!0),t.setLayout({dx:n},!0)):(t.setLayout({y:e},!0),t.setLayout({dy:n},!0))})}),t3(d,function(t){var e=t.getValue()*m;t.setLayout({dy:e},!0)}),Ii(v,r,n,i,a);for(var x=1;o>0;o--)(function(t,e,n){t3(t.slice().reverse(),function(t){t3(t,function(t){if(t.outEdges.length){var i=Ic(t.outEdges,Ir,n)/Ic(t.outEdges,Iu);if(isNaN(i)){var r=t.outEdges.length;i=r?Ic(t.outEdges,Io,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-Il(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-Il(t,n))*e;t.setLayout({y:a},!0)}}})})})(v,x*=.99,a),Ii(v,r,n,i,a),function(t,e,n){t3(t,function(t){t3(t,function(t){if(t.inEdges.length){var i=Ic(t.inEdges,Ia,n)/Ic(t.inEdges,Iu);if(isNaN(i)){var r=t.inEdges.length;i=r?Ic(t.inEdges,Is,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-Il(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-Il(t,n))*e;t.setLayout({y:a},!0)}}})})}(v,x,a),Ii(v,r,n,i,a)}(r,o,u,l,s,c,h),d=r,p="vertical"===h?"x":"y",t3(d,function(t){t.outEdges.sort(function(t,e){return t.node2.getLayout()[p]-e.node2.getLayout()[p]}),t.inEdges.sort(function(t,e){return t.node1.getLayout()[p]-e.node1.getLayout()[p]})}),t3(d,function(t){var e=0,n=0;t3(t.outEdges,function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy}),t3(t.inEdges,function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy})})})}function In(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function Ii(t,e,n,i,r){var o="vertical"===r?"x":"y";t3(t,function(t){t.sort(function(t,e){return t.getLayout()[o]-e.getLayout()[o]});for(var a,s,l,u=0,c=t.length,h="vertical"===r?"dx":"dy",d=0;d<c;d++)(l=u-(s=t[d]).getLayout()[o])>0&&(a=s.getLayout()[o]+l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]+s.getLayout()[h]+e;if((l=u-e-("vertical"===r?i:n))>0){a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0),u=a;for(var d=c-2;d>=0;--d)(l=(s=t[d]).getLayout()[o]+s.getLayout()[h]+e-u)>0&&(a=s.getLayout()[o]-l,"vertical"===r?s.setLayout({x:a},!0):s.setLayout({y:a},!0)),u=s.getLayout()[o]}})}function Ir(t,e){return Il(t.node2,e)*t.getValue()}function Io(t,e){return Il(t.node2,e)}function Ia(t,e){return Il(t.node1,e)*t.getValue()}function Is(t,e){return Il(t.node1,e)}function Il(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function Iu(t){return t.getValue()}function Ic(t,e,n){for(var i=0,r=t.length,o=-1;++o<r;){var a=+e(t[o],n);isNaN(a)||(i+=a)}return i}function Ih(t){t.eachSeriesByType("sankey",function(t){var e=t.getGraph(),n=e.nodes,i=e.edges;if(n.length){var r=1/0,o=-1/0;t3(n,function(t){var e=t.getLayout().value;e<r&&(r=e),e>o&&(o=e)}),t3(n,function(e){var n=new wm({type:"color",mappingMethod:"linear",dataExtent:[r,o],visual:t.get("color")}).mapValueToVisual(e.getLayout().value),i=e.getModel().get(["itemStyle","color"]);null!=i?(e.setVisual("color",i),e.setVisual("style",{fill:i})):(e.setVisual("color",n),e.setVisual("style",{fill:n}))})}i.length&&t3(i,function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)})})}var Id=function(){function t(){}return t.prototype._hasEncodeRule=function(t){var e=this.getEncode();return e&&null!=e.get(t)},t.prototype.getInitialData=function(t,e){var n,i,r=e.getComponent("xAxis",this.get("xAxisIndex")),o=e.getComponent("yAxis",this.get("yAxisIndex")),a=r.get("type"),s=o.get("type");"category"===a?(t.layout="horizontal",n=r.getOrdinalMeta(),i=!this._hasEncodeRule("x")):"category"===s?(t.layout="vertical",n=o.getOrdinalMeta(),i=!this._hasEncodeRule("y")):t.layout=t.layout||"horizontal";var l=["x","y"],u=+("horizontal"!==t.layout),c=this._baseAxisDim=l[u],h=l[1-u],d=[r,o],p=d[u].get("type"),f=d[1-u].get("type"),g=t.data;if(g&&i){var y=[];t3(g,function(t,e){var n;ee(t)?(n=t.slice(),t.unshift(e)):ee(t.value)?((n=tK({},t)).value=n.value.slice(),t.value.unshift(e)):n=t,y.push(n)}),t.data=y}var m=this.defaultValueDimensions,v=[{name:c,type:g0(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:g0(f),dimsDef:m.slice()}];return bc(this,{coordDimensions:v,dimensionsCount:m.length+1,encodeDefaulter:et(u6,v,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),Ip=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.defaultValueDimensions=[{name:"min",defaultTooltip:!0},{name:"Q1",defaultTooltip:!0},{name:"median",defaultTooltip:!0},{name:"Q3",defaultTooltip:!0},{name:"max",defaultTooltip:!0}],n.visualDrawType="stroke",n}return tM(e,t),e.type="series.boxplot",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,boxWidth:[7,50],itemStyle:{color:"#fff",borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}},animationDuration:800},e}(h$);t1(Ip,Id,!0);var If=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this.group,o=this._data;this._data||r.removeAll();var a=+("horizontal"===t.get("layout"));i.diff(o).add(function(t){if(i.hasValue(t)){var e=Im(i.getItemLayout(t),i,t,a,!0);i.setItemGraphicEl(t,e),r.add(e)}}).update(function(t,e){var n=o.getItemGraphicEl(e);if(!i.hasValue(t))return void r.remove(n);var s=i.getItemLayout(t);n?(lA(n),Iv(s,n,i,t)):n=Im(s,i,t,a),r.add(n),i.setItemGraphicEl(t,n)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&r.remove(e)}).execute(),this._data=i},e.prototype.remove=function(t){var e=this.group,n=this._data;this._data=null,n&&n.eachItemGraphicEl(function(t){t&&e.remove(t)})},e.type="boxplot",e}(pz),Ig=function(){},Iy=function(t){function e(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new Ig},e.prototype.buildPath=function(t,e){var n=e.points,i=0;for(t.moveTo(n[i][0],n[i][1]),i++;i<4;i++)t.lineTo(n[i][0],n[i][1]);for(t.closePath();i<n.length;i++)t.moveTo(n[i][0],n[i][1]),i++,t.lineTo(n[i][0],n[i][1])},e}(ss);function Im(t,e,n,i,r){var o,a,s,l=t.ends,u=new Iy({shape:{points:r?(o=l,a=i,s=t,t5(o,function(t){return(t=t.slice())[a]=s.initBaseline,t})):l}});return Iv(t,u,e,n,r),u}function Iv(t,e,n,i,r){var o=n.hostModel;(0,tu[r?"initProps":"updateProps"])(e,{shape:{points:t.ends}},o,i),e.useStyle(n.getItemVisual(i,"style")),e.style.strokeNoScale=!0,e.z2=100;var a=n.getItemModel(i),s=a.getModel("emphasis");lf(e,a),lc(e,s.get("focus"),s.get("blurScope"),s.get("disabled"))}var Ix=t3;function Ib(t){var e,n;Ix((e=[],n=[],t.eachSeriesByType("boxplot",function(t){var i=t.getBaseAxis(),r=tQ(n,i);r<0&&(r=n.length,n[r]=i,e[r]={axis:i,seriesModels:[]}),e[r].seriesModels.push(t)}),e),function(t){var e=t.seriesModels;e.length&&(function(t){var e,n=t.axis,i=t.seriesModels,r=i.length,o=t.boxWidthList=[],a=t.boxOffsetList=[],s=[];if("category"===n.type)e=n.getBandWidth();else{var l=0;Ix(i,function(t){l=Math.max(l,t.getData().count())});var u=n.getExtent();e=Math.abs(u[1]-u[0])/l}Ix(i,function(t){var n=t.get("boxWidth");ee(n)||(n=[n,n]),s.push([oc(n[0],e)||0,oc(n[1],e)||0])});var c=.8*e-2,h=c/r*.3,d=(c-h*(r-1))/r,p=d/2-c/2;Ix(i,function(t,e){a.push(p),p+=h+d,o.push(Math.min(Math.max(d,s[e][0]),s[e][1]))})}(t),Ix(e,function(e,n){!function(t,e,n){var i=t.coordinateSystem,r=t.getData(),o=n/2,a=+("horizontal"!==t.get("layout")),s=1-a,l=["x","y"],u=r.mapDimension(l[a]),c=r.mapDimensionsAll(l[s]);if(null!=u&&!(c.length<5))for(var h=0;h<r.count();h++){var d=r.get(u,h),p=x(d,c[2],h),f=x(d,c[0],h),g=x(d,c[1],h),y=x(d,c[3],h),m=x(d,c[4],h),v=[];b(v,g,!1),b(v,y,!0),v.push(f,g,m,y),_(v,f),_(v,m),_(v,p),r.setItemLayout(h,{initBaseline:p[s],ends:v})}function x(t,n,o){var l,u=r.get(n,o),c=[];return c[a]=t,c[s]=u,isNaN(t)||isNaN(u)?l=[NaN,NaN]:(l=i.dataToPoint(c),l[a]+=e),l}function b(t,e,n){var i=e.slice(),r=e.slice();i[a]+=o,r[a]-=o,n?t.push(i,r):t.push(r,i)}function _(t,e){var n=e.slice(),i=e.slice();n[a]-=o,i[a]+=o,t.push(n,i)}}(e,t.boxOffsetList[n],t.boxWidthList[n])}))})}var I_={type:"echarts:boxplot",transform:function(t){var e=t.upstream;e.sourceFormat!==u0&&c6("");var n=function(t,e){for(var n=[],i=[],r=(e=e||{}).boundIQR,o="none"===r||0===r,a=0;a<t.length;a++){var s=od(t[a].slice()),l=oI(s,.25),u=oI(s,.5),c=oI(s,.75),h=s[0],d=s[s.length-1],p=(null==r?1.5:r)*(c-l),f=o?h:Math.max(h,l-p),g=o?d:Math.min(d,c+p),y=e.itemNameFormatter,m=en(y)?y({value:a}):ei(y)?y.replace("{value}",a+""):a+"";n.push([m,f,l,u,c,g]);for(var v=0;v<s.length;v++){var x=s[v];if(x<f||x>g){var b=[m,x];i.push(b)}}}return{boxData:n,outliers:i}}(e.getRawData(),t.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:n.boxData},{data:n.outliers}]}},IS=["itemStyle","borderColor"],Iw=["itemStyle","borderColor0"],IM=["itemStyle","borderColorDoji"],IC=["itemStyle","color"],II=["itemStyle","color0"];function IT(t,e){return e.get(t>0?IC:II)}function IA(t,e){return e.get(0===t?IM:t>0?IS:Iw)}var ID={seriesType:"candlestick",plan:h0(),performRawSeries:!0,reset:function(t,e){if(!e.isSeriesFiltered(t))return!t.pipelineContext.large&&{progress:function(t,e){for(var n;null!=(n=t.next());){var i=e.getItemModel(n),r=e.getItemLayout(n).sign,o=i.getItemStyle();o.fill=IT(r,i),o.stroke=IA(r,i)||o.fill,tK(e.ensureUniqueItemVisual(n,"style"),o)}}}}},Ik=["color","borderColor"],IL=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){this.group.removeClipPath(),this._progressiveEls=null,this._updateDrawMode(t),this._isLargeDraw?this._renderLarge(t):this._renderNormal(t)},e.prototype.incrementalPrepareRender=function(t,e,n){this._clear(),this._updateDrawMode(t)},e.prototype.incrementalRender=function(t,e,n,i){this._progressiveEls=[],this._isLargeDraw?this._incrementalRenderLarge(t,e):this._incrementalRenderNormal(t,e)},e.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},e.prototype._updateDrawMode=function(t){var e=t.pipelineContext.large;(null==this._isLargeDraw||e!==this._isLargeDraw)&&(this._isLargeDraw=e,this._clear())},e.prototype._renderNormal=function(t){var e=t.getData(),n=this._data,i=this.group,r=e.getLayout("isSimpleBox"),o=t.get("clip",!0),a=t.coordinateSystem,s=a.getArea&&a.getArea();this._data||i.removeAll(),e.diff(n).add(function(n){if(e.hasValue(n)){var a=e.getItemLayout(n);if(!(o&&IN(s,a))){var l=IR(a,n,!0);lw(l,{shape:{points:a.ends}},t,n),Iz(l,e,n,r),i.add(l),e.setItemGraphicEl(n,l)}}}).update(function(a,l){var u=n.getItemGraphicEl(l);if(!e.hasValue(a))return void i.remove(u);var c=e.getItemLayout(a);o&&IN(s,c)?i.remove(u):(u?(lS(u,{shape:{points:c.ends}},t,a),lA(u)):u=IR(c,a),Iz(u,e,a,r),i.add(u),e.setItemGraphicEl(a,u))}).remove(function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)}).execute(),this._data=e},e.prototype._renderLarge=function(t){this._clear(),IV(t,this.group);var e=t.get("clip",!0)?x_(t.coordinateSystem,!1,t):null;e?this.group.setClipPath(e):this.group.removeClipPath()},e.prototype._incrementalRenderNormal=function(t,e){for(var n,i=e.getData(),r=i.getLayout("isSimpleBox");null!=(n=t.next());){var o=IR(i.getItemLayout(n),n);Iz(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},e.prototype._incrementalRenderLarge=function(t,e){IV(e,this.group,this._progressiveEls,!0)},e.prototype.remove=function(t){this._clear()},e.prototype._clear=function(){this.group.removeAll(),this._data=null},e.type="candlestick",e}(pz),IP=function(){},IO=function(t){function e(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new IP},e.prototype.buildPath=function(t,e){var n=e.points;this.__simpleBox?(t.moveTo(n[4][0],n[4][1]),t.lineTo(n[6][0],n[6][1])):(t.moveTo(n[0][0],n[0][1]),t.lineTo(n[1][0],n[1][1]),t.lineTo(n[2][0],n[2][1]),t.lineTo(n[3][0],n[3][1]),t.closePath(),t.moveTo(n[4][0],n[4][1]),t.lineTo(n[5][0],n[5][1]),t.moveTo(n[6][0],n[6][1]),t.lineTo(n[7][0],n[7][1]))},e}(ss);function IR(t,e,n){var i,r,o=t.ends;return new IO({shape:{points:n?(i=o,r=t,t5(i,function(t){return(t=t.slice())[1]=r.initBaseline,t})):o},z2:100})}function IN(t,e){for(var n=!0,i=0;i<e.ends.length;i++)if(t.contain(e.ends[i][0],e.ends[i][1])){n=!1;break}return n}function Iz(t,e,n,i){var r=e.getItemModel(n);t.useStyle(e.getItemVisual(n,"style")),t.style.strokeNoScale=!0,t.__simpleBox=i,lf(t,r);var o=e.getItemLayout(n).sign;t3(t.states,function(t,e){var n=r.getModel(e),i=IT(o,n),a=IA(o,n)||i,s=t.style||(t.style={});i&&(s.fill=i),a&&(s.stroke=a)});var a=r.getModel("emphasis");lc(t,a.get("focus"),a.get("blurScope"),a.get("disabled"))}var IE=function(){},IB=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeCandlestickBox",n}return tM(e,t),e.prototype.getDefaultShape=function(){return new IE},e.prototype.buildPath=function(t,e){for(var n=e.points,i=0;i<n.length;)if(this.__sign===n[i++]){var r=n[i++];t.moveTo(r,n[i++]),t.lineTo(r,n[i++])}else i+=3},e}(ss);function IV(t,e,n,i){var r=t.getData(),o=r.getLayout("largePoints"),a=new IB({shape:{points:o},__sign:1,ignoreCoarsePointer:!0});e.add(a);var s=new IB({shape:{points:o},__sign:-1,ignoreCoarsePointer:!0});e.add(s);var l=new IB({shape:{points:o},__sign:0,ignoreCoarsePointer:!0});e.add(l),IF(1,a,t,r),IF(-1,s,t,r),IF(0,l,t,r),i&&(a.incremental=!0,s.incremental=!0),n&&n.push(a,s)}function IF(t,e,n,i){var r=IA(t,n)||IT(t,n),o=n.getModel("itemStyle").getItemStyle(Ik);e.useStyle(o),e.style.fill=null,e.style.stroke=r}var IW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.defaultValueDimensions=[{name:"open",defaultTooltip:!0},{name:"close",defaultTooltip:!0},{name:"lowest",defaultTooltip:!0},{name:"highest",defaultTooltip:!0}],n}return tM(e,t),e.prototype.getShadowDim=function(){return"open"},e.prototype.brushSelector=function(t,e,n){var i=e.getItemLayout(t);return i&&n.rect(i.brushRect)},e.type="series.candlestick",e.dependencies=["xAxis","yAxis","grid"],e.defaultOption={z:2,coordinateSystem:"cartesian2d",legendHoverLink:!0,layout:null,clip:!0,itemStyle:{color:"#eb5454",color0:"#47b262",borderColor:"#eb5454",borderColor0:"#47b262",borderColorDoji:null,borderWidth:1},emphasis:{itemStyle:{borderWidth:2}},barMaxWidth:null,barMinWidth:null,barWidth:null,large:!0,largeThreshold:600,progressive:3e3,progressiveThreshold:1e4,progressiveChunkMode:"mod",animationEasing:"linear",animationDuration:300},e}(h$);function IG(t){t&&ee(t.series)&&t3(t.series,function(t){ea(t)&&"k"===t.type&&(t.type="candlestick")})}t1(IW,Id,!0);var IH={seriesType:"candlestick",plan:h0(),reset:function(t){var e,n,i,r,o,a,s,l,u=t.coordinateSystem,c=t.getData(),h=(e=t,n=c,o="category"===(r=e.getBaseAxis()).type?r.getBandWidth():Math.abs((i=r.getExtent())[1]-i[0])/n.count(),a=oc(eg(e.get("barMaxWidth"),o),o),s=oc(eg(e.get("barMinWidth"),1),o),null!=(l=e.get("barWidth"))?oc(l,o):Math.max(Math.min(o/2,a),s)),d=c.getDimensionIndex(c.mapDimension("x")),p=t5(c.mapDimensionsAll("y"),c.getDimensionIndex,c),f=p[0],g=p[1],y=p[2],m=p[3];if(c.setLayout({candleWidth:h,isSimpleBox:h<=1.3}),!(d<0)&&!(p.length<4))return{progress:t.pipelineContext.large?function(e,n){for(var i,r,o=yA(4*e.count),a=0,s=[],l=[],c=n.getStore(),h=!!t.get(["itemStyle","borderColorDoji"]);null!=(r=e.next());){var p=c.get(d,r),v=c.get(f,r),x=c.get(g,r),b=c.get(y,r),_=c.get(m,r);if(isNaN(p)||isNaN(b)||isNaN(_)){o[a++]=NaN,a+=3;continue}o[a++]=Ij(c,r,v,x,g,h),s[0]=p,s[1]=b,i=u.dataToPoint(s,null,l),o[a++]=i?i[0]:NaN,o[a++]=i?i[1]:NaN,s[1]=_,i=u.dataToPoint(s,null,l),o[a++]=i?i[1]:NaN}n.setLayout("largePoints",o)}:function(t,e){for(var n,i=e.getStore();null!=(n=t.next());){var r=i.get(d,n),o=i.get(f,n),a=i.get(g,n),s=i.get(y,n),l=i.get(m,n),c=Math.min(o,a),p=Math.max(o,a),v=M(c,r),x=M(p,r),b=M(s,r),_=M(l,r),S=[];C(S,x,0),C(S,v,1),S.push(I(_),I(x),I(b),I(v));var w=!!e.getItemModel(n).get(["itemStyle","borderColorDoji"]);e.setItemLayout(n,{sign:Ij(i,n,o,a,g,w),initBaseline:o>a?x[1]:v[1],ends:S,brushRect:function(t,e,n){var i=M(t,n),r=M(e,n);return i[0]-=h/2,r[0]-=h/2,{x:i[0],y:i[1],width:h,height:r[1]-i[1]}}(s,l,r)})}function M(t,e){var n=[];return n[0]=e,n[1]=t,isNaN(e)||isNaN(t)?[NaN,NaN]:u.dataToPoint(n)}function C(t,e,n){var i=e.slice(),r=e.slice();i[0]=pg(i[0]+h/2,1,!1),r[0]=pg(r[0]-h/2,1,!0),n?t.push(i,r):t.push(r,i)}function I(t){return t[0]=pg(t[0],1),t}}}}};function Ij(t,e,n,i,r,o){return n>i?-1:n<i?1:o?0:e>0?t.get(r,e-1)<=i?1:-1:1}function IX(t,e){var n=e.rippleEffectColor||e.color;t.eachChild(function(t){t.attr({z:e.z,zlevel:e.zlevel,style:{stroke:"stroke"===e.brushType?n:null,fill:"fill"===e.brushType?n:null}})})}var IY=function(t){function e(e,n){var i=t.call(this)||this,r=new xi(e,n),o=new r6;return i.add(r),i.add(o),i.updateData(e,n),i}return tM(e,t),e.prototype.stopEffectAnimation=function(){this.childAt(1).removeAll()},e.prototype.startEffectAnimation=function(t){for(var e=t.symbolType,n=t.color,i=t.rippleNumber,r=this.childAt(1),o=0;o<i;o++){var a=fC(e,-1,-1,2,2,n);a.attr({style:{strokeNoScale:!0},z2:99,silent:!0,scaleX:.5,scaleY:.5});var s=-o/i*t.period+t.effectOffset;a.animate("",!0).when(t.period,{scaleX:t.rippleScale/2,scaleY:t.rippleScale/2}).delay(s).start(),a.animateStyle(!0).when(t.period,{opacity:0}).delay(s).start(),r.add(a)}IX(r,t)},e.prototype.updateEffectAnimation=function(t){for(var e=this._effectCfg,n=this.childAt(1),i=["symbolType","period","rippleScale","rippleNumber"],r=0;r<i.length;r++){var o=i[r];if(e[o]!==t[o]){this.stopEffectAnimation(),this.startEffectAnimation(t);return}}IX(n,t)},e.prototype.highlight=function(){le(this)},e.prototype.downplay=function(){ln(this)},e.prototype.getSymbolType=function(){var t=this.childAt(0);return t&&t.getSymbolType()},e.prototype.updateData=function(t,e){var n=this,i=t.hostModel;this.childAt(0).updateData(t,e);var r=this.childAt(1),o=t.getItemModel(e),a=t.getItemVisual(e,"symbol"),s=fI(t.getItemVisual(e,"symbolSize")),l=t.getItemVisual(e,"style"),u=l&&l.fill,c=o.getModel("emphasis");r.setScale(s),r.traverse(function(t){t.setStyle("fill",u)});var h=fT(t.getItemVisual(e,"symbolOffset"),s);h&&(r.x=h[0],r.y=h[1]),r.rotation=(t.getItemVisual(e,"symbolRotate")||0)*Math.PI/180||0;var d={};d.showEffectOn=i.get("showEffectOn"),d.rippleScale=o.get(["rippleEffect","scale"]),d.brushType=o.get(["rippleEffect","brushType"]),d.period=1e3*o.get(["rippleEffect","period"]),d.effectOffset=e/t.count(),d.z=i.getShallow("z")||0,d.zlevel=i.getShallow("zlevel")||0,d.symbolType=a,d.color=u,d.rippleEffectColor=o.get(["rippleEffect","color"]),d.rippleNumber=o.get(["rippleEffect","number"]),"render"===d.showEffectOn?(this._effectCfg?this.updateEffectAnimation(d):this.startEffectAnimation(d),this._effectCfg=d):(this._effectCfg=null,this.stopEffectAnimation(),this.onHoverStateChange=function(t){"emphasis"===t?"render"!==d.showEffectOn&&n.startEffectAnimation(d):"normal"===t&&"render"!==d.showEffectOn&&n.stopEffectAnimation()}),this._effectCfg=d,lc(this,c.get("focus"),c.get("blurScope"),c.get("disabled"))},e.prototype.fadeOut=function(t){t&&t()},e}(r6),IU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(){this._symbolDraw=new xl(IY)},e.prototype.render=function(t,e,n){var i=t.getData(),r=this._symbolDraw;r.updateData(i,{clipShape:this._getClipShape(t)}),this.group.add(r.group)},e.prototype._getClipShape=function(t){var e=t.coordinateSystem,n=e&&e.getArea&&e.getArea();return t.get("clip",!0)?n:null},e.prototype.updateTransform=function(t,e,n){var i=t.getData();this.group.dirty();var r=xP("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout()},e.prototype._updateGroupTransform=function(t){var e=t.coordinateSystem;e&&e.getRoamTransform&&(this.group.transform=nL(e.getRoamTransform()),this.group.decomposeTransform())},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0)},e.type="effectScatter",e}(pz),IZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tM(e,t),e.prototype.getInitialData=function(t,e){return yd(null,this,{useEncodeDefaulter:!0})},e.prototype.brushSelector=function(t,e,n){return n.point(e.getItemLayout(t))},e.type="series.effectScatter",e.dependencies=["grid","polar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,effectType:"ripple",progressive:0,showEffectOn:"render",clip:!0,rippleEffect:{period:4,scale:2.5,brushType:"fill",number:3},universalTransition:{divideShape:"clone"},symbolSize:10},e}(h$),Iq=function(t){function e(e,n,i){var r=t.call(this)||this;return r.add(r.createLine(e,n,i)),r._updateEffectSymbol(e,n),r}return tM(e,t),e.prototype.createLine=function(t,e,n){return new My(t,e,n)},e.prototype._updateEffectSymbol=function(t,e){var n=t.getItemModel(e).getModel("effect"),i=n.get("symbolSize"),r=n.get("symbol");ee(i)||(i=[i,i]);var o=t.getItemVisual(e,"style"),a=n.get("color")||o&&o.stroke,s=this.childAt(1);this._symbolType!==r&&(this.remove(s),(s=fC(r,-.5,-.5,1,1,a)).z2=100,s.culling=!0,this.add(s)),s&&(s.setStyle("shadowColor",a),s.setStyle(n.getItemStyle(["color"])),s.scaleX=i[0],s.scaleY=i[1],s.setColor(a),this._symbolType=r,this._symbolScale=i,this._updateEffectAnimation(t,n,e))},e.prototype._updateEffectAnimation=function(t,e,n){var i=this.childAt(1);if(i){var r=t.getItemLayout(n),o=1e3*e.get("period"),a=e.get("loop"),s=e.get("roundTrip"),l=e.get("constantSpeed"),u=ef(e.get("delay"),function(e){return e/t.count()*o/3});if(i.ignore=!0,this._updateAnimationPoints(i,r),l>0&&(o=this._getLineLength(i)/l*1e3),o!==this._period||a!==this._loop||s!==this._roundTrip){i.stopAnimation();var c=void 0;c=en(u)?u(n):u,i.__t>0&&(c=-o*i.__t),this._animateSymbol(i,o,c,a,s)}this._period=o,this._loop=a,this._roundTrip=s}},e.prototype._animateSymbol=function(t,e,n,i,r){if(e>0){t.__t=0;var o=this,a=t.animate("",i).when(r?2*e:e,{__t:r?2:1}).delay(n).during(function(){o._updateSymbolPosition(t)});i||a.done(function(){o.remove(t)}),a.start()}},e.prototype._getLineLength=function(t){return eQ(t.__p1,t.__cp1)+eQ(t.__cp1,t.__p2)},e.prototype._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]},e.prototype.updateData=function(t,e,n){this.childAt(0).updateData(t,e,n),this._updateEffectSymbol(t,e)},e.prototype._updateSymbolPosition=function(t){var e=t.__p1,n=t.__p2,i=t.__cp1,r=t.__t<1?t.__t:2-t.__t,o=[t.x,t.y],a=o.slice();o[0]=ip(e[0],i[0],n[0],r),o[1]=ip(e[1],i[1],n[1],r);var s=t.__t<1?ig(e[0],i[0],n[0],r):ig(n[0],i[0],e[0],1-r),l=t.__t<1?ig(e[1],i[1],n[1],r):ig(n[1],i[1],e[1],1-r);t.rotation=-Math.atan2(l,s)-Math.PI/2,("line"===this._symbolType||"rect"===this._symbolType||"roundRect"===this._symbolType)&&(void 0!==t.__lastT&&t.__lastT<t.__t?(t.scaleY=1.05*eQ(a,o),1===r&&(o[0]=a[0]+(o[0]-a[0])/2,o[1]=a[1]+(o[1]-a[1])/2)):1===t.__lastT?t.scaleY=2*eQ(e,o):t.scaleY=this._symbolScale[1]),t.__lastT=t.__t,t.ignore=!1,t.x=o[0],t.y=o[1]},e.prototype.updateLayout=function(t,e){this.childAt(0).updateLayout(t,e);var n=t.getItemModel(e).getModel("effect");this._updateEffectAnimation(t,n,e)},e}(r6),IK=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createPolyline(e,n,i),r}return tM(e,t),e.prototype._createPolyline=function(t,e,n){var i=new dF({shape:{points:t.getItemLayout(e)}});this.add(i),this._updateCommonStl(t,e,n)},e.prototype.updateData=function(t,e,n){var i=t.hostModel;lS(this.childAt(0),{shape:{points:t.getItemLayout(e)}},i,e),this._updateCommonStl(t,e,n)},e.prototype._updateCommonStl=function(t,e,n){var i=this.childAt(0),r=t.getItemModel(e),o=n&&n.emphasisLineStyle,a=n&&n.focus,s=n&&n.blurScope,l=n&&n.emphasisDisabled;if(!n||t.hasItemOption){var u=r.getModel("emphasis");o=u.getModel("lineStyle").getLineStyle(),l=u.get("disabled"),a=u.get("focus"),s=u.get("blurScope")}i.useStyle(t.getItemVisual(e,"style")),i.style.fill=null,i.style.strokeNoScale=!0,i.ensureState("emphasis").style=o,lc(this,a,s,l)},e.prototype.updateLayout=function(t,e){this.childAt(0).setShape("points",t.getItemLayout(e))},e}(r6),I$=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._lastFrame=0,e._lastFramePercent=0,e}return tM(e,t),e.prototype.createLine=function(t,e,n){return new IK(t,e,n)},e.prototype._updateAnimationPoints=function(t,e){this._points=e;for(var n=[0],i=0,r=1;r<e.length;r++)i+=eQ(e[r-1],e[r]),n.push(i);if(0===i){this._length=0;return}for(var r=0;r<n.length;r++)n[r]/=i;this._offsets=n,this._length=i},e.prototype._getLineLength=function(){return this._length},e.prototype._updateSymbolPosition=function(t){var e,n=t.__t<1?t.__t:2-t.__t,i=this._points,r=this._offsets,o=i.length;if(r){var a=this._lastFrame;if(n<this._lastFramePercent){for(e=Math.min(a+1,o-1);e>=0&&!(r[e]<=n);e--);e=Math.min(e,o-2)}else{for(e=a;e<o&&!(r[e]>n);e++);e=Math.min(e-1,o-2)}var s=(n-r[e])/(r[e+1]-r[e]),l=i[e],u=i[e+1];t.x=l[0]*(1-s)+s*u[0],t.y=l[1]*(1-s)+s*u[1];var c=t.__t<1?u[0]-l[0]:l[0]-u[0],h=t.__t<1?u[1]-l[1]:l[1]-u[1];t.rotation=-Math.atan2(h,c)-Math.PI/2,this._lastFrame=e,this._lastFramePercent=n,t.ignore=!1}},e}(Iq),IJ=function(){this.polyline=!1,this.curveness=0,this.segs=[]},IQ=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return tM(e,t),e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new IJ},e.prototype.buildPath=function(t,e){var n,i=e.segs,r=e.curveness;if(e.polyline)for(n=this._off;n<i.length;){var o=i[n++];if(o>0){t.moveTo(i[n++],i[n++]);for(var a=1;a<o;a++)t.lineTo(i[n++],i[n++])}}else for(n=this._off;n<i.length;){var s=i[n++],l=i[n++],u=i[n++],c=i[n++];if(t.moveTo(s,l),r>0){var h=(s+u)/2-(l-c)*r,d=(l+c)/2-(u-s)*r;t.quadraticCurveTo(h,d,u,c)}else t.lineTo(u,c)}this.incremental&&(this._off=n,this.notClear=!0)},e.prototype.findDataIndex=function(t,e){var n=this.shape,i=n.segs,r=n.curveness,o=this.style.lineWidth;if(n.polyline)for(var a=0,s=0;s<i.length;){var l=i[s++];if(l>0)for(var u=i[s++],c=i[s++],h=1;h<l;h++){var d=i[s++],p=i[s++];if(a3(u,c,d,p,o,t,e))return a}a++}else for(var a=0,s=0;s<i.length;){var u=i[s++],c=i[s++],d=i[s++],p=i[s++];if(r>0){var f=(u+d)/2-(c-p)*r,g=(c+p)/2-(d-u)*r;if(a5(u,c,f,g,d,p,o,t,e))return a}else if(a3(u,c,d,p,o,t,e))return a;a++}return -1},e.prototype.contain=function(t,e){var n=this.transformCoordToLocal(t,e),i=this.getBoundingRect();return(t=n[0],e=n[1],i.contain(t,e))?(this.hoverDataIdx=this.findDataIndex(t,e))>=0:(this.hoverDataIdx=-1,!1)},e.prototype.getBoundingRect=function(){var t=this._rect;if(!t){for(var e=this.shape.segs,n=1/0,i=1/0,r=-1/0,o=-1/0,a=0;a<e.length;){var s=e[a++],l=e[a++];n=Math.min(s,n),r=Math.max(s,r),i=Math.min(l,i),o=Math.max(l,o)}t=this._rect=new nW(n,i,r,o)}return t},e}(ss),I0=function(){function t(){this.group=new r6}return t.prototype.updateData=function(t){this._clear();var e=this._create();e.setShape({segs:t.getLayout("linesPoints")}),this._setCommon(e,t)},t.prototype.incrementalPrepareUpdate=function(t){this.group.removeAll(),this._clear()},t.prototype.incrementalUpdate=function(t,e){var n=this._newAdded[0],i=e.getLayout("linesPoints"),r=n&&n.shape.segs;if(r&&r.length<2e4){var o=r.length,a=new Float32Array(o+i.length);a.set(r),a.set(i,o),n.setShape({segs:a})}else{this._newAdded=[];var s=this._create();s.incremental=!0,s.setShape({segs:i}),this._setCommon(s,e),s.__startIndex=t.start}},t.prototype.remove=function(){this._clear()},t.prototype.eachRendered=function(t){this._newAdded[0]&&t(this._newAdded[0])},t.prototype._create=function(){var t=new IQ({cursor:"default",ignoreCoarsePointer:!0});return this._newAdded.push(t),this.group.add(t),t},t.prototype._setCommon=function(t,e,n){var i=e.hostModel;t.setShape({polyline:i.get("polyline"),curveness:i.get(["lineStyle","curveness"])}),t.useStyle(i.getModel("lineStyle").getLineStyle()),t.style.strokeNoScale=!0;var r=e.getVisual("style");r&&r.stroke&&t.setStyle("stroke",r.stroke),t.setStyle("fill",null);var o=sB(t);o.seriesIndex=i.seriesIndex,t.on("mousemove",function(e){o.dataIndex=null;var n=t.hoverDataIdx;n>0&&(o.dataIndex=n+t.__startIndex)})},t.prototype._clear=function(){this._newAdded=[],this.group.removeAll()},t}(),I1={seriesType:"lines",plan:h0(),reset:function(t){var e=t.coordinateSystem;if(e){var n=t.get("polyline"),i=t.pipelineContext.large;return{progress:function(r,o){var a=[];if(i){var s=void 0,l=r.end-r.start;if(n){for(var u=0,c=r.start;c<r.end;c++)u+=t.getLineCoordsCount(c);s=new Float32Array(l+2*u)}else s=new Float32Array(4*l);for(var h=0,d=[],c=r.start;c<r.end;c++){var p=t.getLineCoords(c,a);n&&(s[h++]=p);for(var f=0;f<p;f++)d=e.dataToPoint(a[f],!1,d),s[h++]=d[0],s[h++]=d[1]}o.setLayout("linesPoints",s)}else for(var c=r.start;c<r.end;c++){var g=o.getItemModel(c),p=t.getLineCoords(c,a),y=[];if(n)for(var m=0;m<p;m++)y.push(e.dataToPoint(a[m]));else{y[0]=e.dataToPoint(a[0]),y[1]=e.dataToPoint(a[1]);var v=g.get(["lineStyle","curveness"]);+v&&(y[2]=[(y[0][0]+y[1][0])/2-(y[0][1]-y[1][1])*v,(y[0][1]+y[1][1])/2-(y[1][0]-y[0][0])*v])}o.setItemLayout(c,y)}}}}}},I2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this._updateLineDraw(i,t),o=t.get("zlevel"),a=t.get(["effect","trailLength"]),s=n.getZr(),l="svg"===s.painter.getType();l||s.painter.getLayer(o).clear(!0),null==this._lastZlevel||l||s.configLayer(this._lastZlevel,{motionBlur:!1}),this._showEffect(t)&&a>0&&(l||s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),r.updateData(i);var u=t.get("clip",!0)&&x_(t.coordinateSystem,!1,t);u?this.group.setClipPath(u):this.group.removeClipPath(),this._lastZlevel=o,this._finished=!0},e.prototype.incrementalPrepareRender=function(t,e,n){var i=t.getData();this._updateLineDraw(i,t).incrementalPrepareUpdate(i),this._clearLayer(n),this._finished=!1},e.prototype.incrementalRender=function(t,e,n){this._lineDraw.incrementalUpdate(t,e.getData()),this._finished=t.end===e.getData().count()},e.prototype.eachRendered=function(t){this._lineDraw&&this._lineDraw.eachRendered(t)},e.prototype.updateTransform=function(t,e,n){var i=t.getData(),r=t.pipelineContext;if(!this._finished||r.large||r.progressiveRender)return{update:!0};var o=I1.reset(t,e,n);o.progress&&o.progress({start:0,end:i.count(),count:i.count()},i),this._lineDraw.updateLayout(),this._clearLayer(n)},e.prototype._updateLineDraw=function(t,e){var n=this._lineDraw,i=this._showEffect(e),r=!!e.get("polyline"),o=e.pipelineContext.large;return n&&i===this._hasEffet&&r===this._isPolyline&&o===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=o?new I0:new Mm(r?i?I$:IK:i?Iq:My),this._hasEffet=i,this._isPolyline=r,this._isLargeDraw=o),this.group.add(n.group),n},e.prototype._showEffect=function(t){return!!t.get(["effect","show"])},e.prototype._clearLayer=function(t){var e=t.getZr();"svg"!==e.painter.getType()&&null!=this._lastZlevel&&e.painter.getLayer(this._lastZlevel).clear(!0)},e.prototype.remove=function(t,e){this._lineDraw&&this._lineDraw.remove(),this._lineDraw=null,this._clearLayer(e)},e.prototype.dispose=function(t,e){this.remove(t,e)},e.type="lines",e}(pz),I3="u"<typeof Uint32Array?Array:Uint32Array,I5="u"<typeof Float64Array?Array:Float64Array;function I4(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=t5(e,function(t){var e={coords:[t[0].coord,t[1].coord]};return t[0].name&&(e.fromName=t[0].name),t[1].name&&(e.toName=t[1].name),tq([e,t[0],t[1]])}))}var I9=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="lineStyle",n.visualDrawType="stroke",n}return tM(e,t),e.prototype.init=function(e){e.data=e.data||[],I4(e);var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count)),t.prototype.init.apply(this,arguments)},e.prototype.mergeOption=function(e){if(I4(e),e.data){var n=this._processFlatCoordsArray(e.data);this._flatCoords=n.flatCoords,this._flatCoordsOffset=n.flatCoordsOffset,n.flatCoords&&(e.data=new Float32Array(n.count))}t.prototype.mergeOption.apply(this,arguments)},e.prototype.appendData=function(t){var e=this._processFlatCoordsArray(t.data);e.flatCoords&&(this._flatCoords?(this._flatCoords=eA(this._flatCoords,e.flatCoords),this._flatCoordsOffset=eA(this._flatCoordsOffset,e.flatCoordsOffset)):(this._flatCoords=e.flatCoords,this._flatCoordsOffset=e.flatCoordsOffset),t.data=new Float32Array(e.count)),this.getRawData().appendData(t.data)},e.prototype._getCoordsFromItemModel=function(t){var e=this.getData().getItemModel(t);return e.option instanceof Array?e.option:e.getShallow("coords")},e.prototype.getLineCoordsCount=function(t){return this._flatCoordsOffset?this._flatCoordsOffset[2*t+1]:this._getCoordsFromItemModel(t).length},e.prototype.getLineCoords=function(t,e){if(this._flatCoordsOffset){for(var n=this._flatCoordsOffset[2*t],i=this._flatCoordsOffset[2*t+1],r=0;r<i;r++)e[r]=e[r]||[],e[r][0]=this._flatCoords[n+2*r],e[r][1]=this._flatCoords[n+2*r+1];return i}for(var o=this._getCoordsFromItemModel(t),r=0;r<o.length;r++)e[r]=e[r]||[],e[r][0]=o[r][0],e[r][1]=o[r][1];return o.length},e.prototype._processFlatCoordsArray=function(t){var e=0;if(this._flatCoords&&(e=this._flatCoords.length),eo(t[0])){for(var n=t.length,i=new I3(n),r=new I5(n),o=0,a=0,s=0,l=0;l<n;){s++;var u=t[l++];i[a++]=o+e,i[a++]=u;for(var c=0;c<u;c++){var h=t[l++],d=t[l++];r[o++]=h,r[o++]=d}}return{flatCoordsOffset:new Uint32Array(i.buffer,0,a),flatCoords:r,count:s}}return{flatCoordsOffset:null,flatCoords:null,count:t.length}},e.prototype.getInitialData=function(t,e){var n=new yi(["value"],this);return n.hasItemOption=!1,n.initData(t.data,[],function(t,e,i,r){if(t instanceof Array)return NaN;n.hasItemOption=!0;var o=t.value;if(null!=o)return o instanceof Array?o[r]:o}),n},e.prototype.formatTooltip=function(t,e,n){var i=this.getData().getItemModel(t),r=i.get("name");if(r)return r;var o=i.get("fromName"),a=i.get("toName"),s=[];return null!=o&&s.push(o),null!=a&&s.push(a),hD("nameValue",{name:s.join(" > ")})},e.prototype.preventIncremental=function(){return!!this.get(["effect","show"])},e.prototype.getProgressive=function(){var t=this.option.progressive;return null==t?this.option.large?1e4:this.get("progressive"):t},e.prototype.getProgressiveThreshold=function(){var t=this.option.progressiveThreshold;return null==t?this.option.large?2e4:this.get("progressiveThreshold"):t},e.prototype.getZLevelKey=function(){var t=this.getModel("effect"),e=t.get("trailLength");return this.getData().count()>this.getProgressiveThreshold()?this.id:t.get("show")&&e>0?e+"":""},e.type="series.lines",e.dependencies=["grid","polar","geo","calendar"],e.defaultOption={coordinateSystem:"geo",z:2,legendHoverLink:!0,xAxisIndex:0,yAxisIndex:0,symbol:["none","none"],symbolSize:[10,10],geoIndex:0,effect:{show:!1,period:4,constantSpeed:0,symbol:"circle",symbolSize:3,loop:!0,trailLength:.2},large:!1,largeThreshold:2e3,polyline:!1,clip:!0,label:{show:!1,position:"end"},lineStyle:{opacity:.5}},e}(h$);function I6(t){return t instanceof Array||(t=[t,t]),t}var I7={seriesType:"lines",reset:function(t){var e=I6(t.get("symbol")),n=I6(t.get("symbolSize")),i=t.getData();return i.setVisual("fromSymbol",e&&e[0]),i.setVisual("toSymbol",e&&e[1]),i.setVisual("fromSymbolSize",n&&n[0]),i.setVisual("toSymbolSize",n&&n[1]),{dataEach:i.hasItemOption?function(t,e){var n=t.getItemModel(e),i=I6(n.getShallow("symbol",!0)),r=I6(n.getShallow("symbolSize",!0));i[0]&&t.setItemVisual(e,"fromSymbol",i[0]),i[1]&&t.setItemVisual(e,"toSymbol",i[1]),r[0]&&t.setItemVisual(e,"fromSymbolSize",r[0]),r[1]&&t.setItemVisual(e,"toSymbolSize",r[1])}:null}}},I8=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=tL.createCanvas();this.canvas=t}return t.prototype.update=function(t,e,n,i,r,o){var a=this._getBrush(),s=this._getGradient(r,"inRange"),l=this._getGradient(r,"outOfRange"),u=this.pointSize+this.blurSize,c=this.canvas,h=c.getContext("2d"),d=t.length;c.width=e,c.height=n;for(var p=0;p<d;++p){var f=t[p],g=f[0],y=f[1],m=i(f[2]);h.globalAlpha=m,h.drawImage(a,g-u,y-u)}if(!c.width||!c.height)return c;for(var v=h.getImageData(0,0,c.width,c.height),x=v.data,b=0,_=x.length,S=this.minOpacity,w=this.maxOpacity-S;b<_;){var m=x[b+3]/256,M=4*Math.floor(255*m);if(m>0){var C=o(m)?s:l;m>0&&(m=m*w+S),x[b++]=C[M],x[b++]=C[M+1],x[b++]=C[M+2],x[b++]=C[M+3]*m*256}else b+=4}return h.putImageData(v,0,0),c},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=tL.createCanvas()),e=this.pointSize+this.blurSize,n=2*e;t.width=n,t.height=n;var i=t.getContext("2d");return i.clearRect(0,0,n,n),i.shadowOffsetX=n,i.shadowBlur=this.blurSize,i.shadowColor="#000",i.beginPath(),i.arc(-e,e,this.pointSize,0,2*Math.PI,!0),i.closePath(),i.fill(),t},t.prototype._getGradient=function(t,e){for(var n=this._gradientPixels,i=n[e]||(n[e]=new Uint8ClampedArray(1024)),r=[0,0,0,0],o=0,a=0;a<256;a++)t[e](a/255,!0,r),i[o++]=r[0],i[o++]=r[1],i[o++]=r[2],i[o++]=r[3];return i},t}();function Tt(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var Te=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){e.eachComponent("visualMap",function(e){e.eachTargetSeries(function(n){n===t&&(i=e)})}),this._progressiveEls=null,this.group.removeAll();var i,r=t.coordinateSystem;"cartesian2d"===r.type||"calendar"===r.type?this._renderOnCartesianAndCalendar(t,n,0,t.getData().count()):Tt(r)&&this._renderOnGeo(r,t,i,n)},e.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll()},e.prototype.incrementalRender=function(t,e,n,i){var r=e.coordinateSystem;r&&(Tt(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=xS(u,"cartesian2d");if(c){var h=u.getAxis("x"),d=u.getAxis("y");o=h.getBandWidth()+.5,a=d.getBandWidth()+.5,s=h.scale.getExtent(),l=d.scale.getExtent()}for(var p=this.group,f=t.getData(),g=t.getModel(["emphasis","itemStyle"]).getItemStyle(),y=t.getModel(["blur","itemStyle"]).getItemStyle(),m=t.getModel(["select","itemStyle"]).getItemStyle(),v=t.get(["itemStyle","borderRadius"]),x=lO(t),b=t.getModel("emphasis"),_=b.get("focus"),S=b.get("blurScope"),w=b.get("disabled"),M=c?[f.mapDimension("x"),f.mapDimension("y"),f.mapDimension("value")]:[f.mapDimension("time"),f.mapDimension("value")],C=n;C<i;C++){var I=void 0,T=f.getItemVisual(C,"style");if(c){var A=f.get(M[0],C),D=f.get(M[1],C);if(isNaN(f.get(M[2],C))||isNaN(A)||isNaN(D)||A<s[0]||A>s[1]||D<l[0]||D>l[1])continue;var k=u.dataToPoint([A,D]);I=new s_({shape:{x:k[0]-o/2,y:k[1]-a/2,width:o,height:a},style:T})}else{if(isNaN(f.get(M[1],C)))continue;I=new s_({z2:1,shape:u.dataToRect([f.get(M[0],C)]).contentShape,style:T})}if(f.hasItemOption){var L=f.getItemModel(C),P=L.getModel("emphasis");g=P.getModel("itemStyle").getItemStyle(),y=L.getModel(["blur","itemStyle"]).getItemStyle(),m=L.getModel(["select","itemStyle"]).getItemStyle(),v=L.get(["itemStyle","borderRadius"]),_=P.get("focus"),S=P.get("blurScope"),w=P.get("disabled"),x=lO(L)}I.shape.r=v;var O=t.getRawValue(C),R="-";O&&null!=O[2]&&(R=O[2]+""),lP(I,x,{labelFetcher:t,labelDataIndex:C,defaultOpacity:T.opacity,defaultText:R}),I.ensureState("emphasis").style=g,I.ensureState("blur").style=y,I.ensureState("select").style=m,lc(I,_,S,w),I.incremental=r,r&&(I.states.emphasis.hoverLayer=!0),p.add(I),f.setItemGraphicEl(C,I),this._progressiveEls&&this._progressiveEls.push(I)}},e.prototype._renderOnGeo=function(t,e,n,i){var r,o,a,s,l,u,c,h=n.targetVisuals.inRange,d=n.targetVisuals.outOfRange,p=e.getData(),f=this._hmLayer||this._hmLayer||new I8;f.blurSize=e.get("blurSize"),f.pointSize=e.get("pointSize"),f.minOpacity=e.get("minOpacity"),f.maxOpacity=e.get("maxOpacity");var g=t.getViewRect().clone(),y=t.getRoamTransform();g.applyTransform(y);var m=Math.max(g.x,0),v=Math.max(g.y,0),x=Math.min(g.width+g.x,i.getWidth()),b=Math.min(g.height+g.y,i.getHeight()),_=x-m,S=b-v,w=[p.mapDimension("lng"),p.mapDimension("lat"),p.mapDimension("value")],M=p.mapArray(w,function(e,n,i){var r=t.dataToPoint([e,n]);return r[0]-=m,r[1]-=v,r.push(i),r}),C=n.getExtent(),I="visualMap.continuous"===n.type?(r=n.option.range,o=C[1]-C[0],r=[(r[0]-C[0])/o,(r[1]-C[0])/o],function(t){return t>=r[0]&&t<=r[1]}):(a=n.getPieceList(),s=n.option.selected,l=C[1]-C[0],u=(a=t5(a,function(t){return{interval:[(t.interval[0]-C[0])/l,(t.interval[1]-C[0])/l]}})).length,c=0,function(t){var e;for(e=c;e<u;e++){var n=a[e].interval;if(n[0]<=t&&t<=n[1]){c=e;break}}if(e===u)for(e=c-1;e>=0;e--){var n=a[e].interval;if(n[0]<=t&&t<=n[1]){c=e;break}}return e>=0&&e<u&&s[e]});f.update(M,_,S,h.color.getNormalizer(),{inRange:h.color.getColorMapper(),outOfRange:d.color.getColorMapper()},I);var T=new sp({style:{width:_,height:S,x:m,y:v,image:f.canvas},silent:!0});this.group.add(T)},e.type="heatmap",e}(pz),Tn=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.getInitialData=function(t,e){return yd(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=cy.get(this.get("coordinateSystem"));if(t&&t.dimensions)return"lng"===t.dimensions[0]&&"lat"===t.dimensions[1]},e.type="series.heatmap",e.dependencies=["grid","geo","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:"#212121"}}},e}(h$),Ti=["itemStyle","borderWidth"],Tr=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],To=new dp,Ta=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=this.group,r=t.getData(),o=this._data,a=t.coordinateSystem,s=a.getBaseAxis().isHorizontal(),l=a.master.getRect(),u={ecSize:{width:n.getWidth(),height:n.getHeight()},seriesModel:t,coordSys:a,coordSysExtent:[[l.x,l.x+l.width],[l.y,l.y+l.height]],isHorizontal:s,valueDim:Tr[+s],categoryDim:Tr[1-s]};r.diff(o).add(function(t){if(r.hasValue(t)){var e=Tf(r,t),n=Ts(r,t,e,u),o=Tm(r,u,n);r.setItemGraphicEl(t,o),i.add(o),TS(o,u,n)}}).update(function(t,e){var n,a,s,l,c,h=o.getItemGraphicEl(e);if(!r.hasValue(t))return void i.remove(h);var d=Tf(r,t),p=Ts(r,t,d,u),f=Tx(r,p);h&&f!==h.__pictorialShapeStr&&(i.remove(h),r.setItemGraphicEl(t,null),h=null),h?(n=h,a=u,l=(s=p).animationModel,c=s.dataIndex,lS(n.__pictorialBundle,{x:s.bundlePosition[0],y:s.bundlePosition[1]},l,c),s.symbolRepeat?Tc(n,a,s,!0):Th(n,a,s,!0),Td(n,s,!0),Tp(n,a,s,!0)):h=Tm(r,u,p,!0),r.setItemGraphicEl(t,h),h.__pictorialSymbolMeta=p,i.add(h),TS(h,u,p)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&Tv(o,t,e.__pictorialSymbolMeta.animationModel,e)}).execute();var c=t.get("clip",!0)?x_(t.coordinateSystem,!1,t):null;return c?i.setClipPath(c):i.removeClipPath(),this._data=r,this.group},e.prototype.remove=function(t,e){var n=this.group,i=this._data;t.get("animation")?i&&i.eachItemGraphicEl(function(e){Tv(i,sB(e).dataIndex,t,e)}):n.removeAll()},e.type="pictorialBar",e}(pz);function Ts(t,e,n,i){var r,o,a,s,l,u,c,h,d,p,f,g,y,m,v,x,b,_,S,w,M,C=t.getItemLayout(e),I=n.get("symbolRepeat"),T=n.get("symbolClip"),A=n.get("symbolPosition")||"start",D=(n.get("symbolRotate")||0)*Math.PI/180||0,k=n.get("symbolPatternSize")||2,L=n.isAnimationEnabled(),P={dataIndex:e,layout:C,itemModel:n,symbolType:t.getItemVisual(e,"symbol")||"circle",style:t.getItemVisual(e,"style"),symbolClip:T,symbolRepeat:I,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:k,rotation:D,animationModel:L?n:null,hoverScale:L&&n.get(["emphasis","scale"]),z2:n.getShallow("z",!0)||0};(function(t,e,n,i,r){var o,a=i.valueDim,s=t.get("symbolBoundingData"),l=i.coordSys.getOtherAxis(i.coordSys.getBaseAxis()),u=l.toGlobalCoord(l.dataToCoord(0)),c=1-(n[a.wh]<=0);if(ee(s)){var h=[Tl(l,s[0])-u,Tl(l,s[1])-u];h[1]<h[0]&&h.reverse(),o=h[c]}else o=null!=s?Tl(l,s)-u:e?i.coordSysExtent[a.index][c]-u:n[a.wh];r.boundingLength=o,e&&(r.repeatCutLength=n[a.wh]);var d="x"===a.xy,p=l.inverse;r.pxSign=d&&!p||!d&&p?o>=0?1:-1:o>0?1:-1})(n,I,C,i,P),r=t,o=e,a=C,s=I,l=P.boundingLength,u=P.pxSign,c=k,h=i,d=P,f=h.valueDim,y=Math.abs(a[(g=h.categoryDim).wh]),(p=ee(m=r.getItemVisual(o,"symbolSize"))?m.slice():null==m?["100%","100%"]:[m,m])[g.index]=oc(p[g.index],y),p[f.index]=oc(p[f.index],s?y:Math.abs(l)),d.symbolSize=p,v=d.symbolScale=[p[0]/c,p[1]/c],v[f.index]*=(h.isHorizontal?-1:1)*u,x=n,b=P.symbolScale,_=D,S=i,w=P,(M=x.get(Ti)||0)&&(To.attr({scaleX:b[0],scaleY:b[1],rotation:_}),To.updateTransform(),M/=To.getLineScale(),M*=b[S.valueDim.index]),w.valueLineWidth=M||0;var O=P.symbolSize,R=fT(n.get("symbolOffset"),O);return function(t,e,n,i,r,o,a,s,l,u,c){var h=u.categoryDim,d=u.valueDim,p=c.pxSign,f=Math.max(e[d.index]+a,0),g=f;if(i){var y=Math.abs(s),m=ef(t.get("symbolMargin"),"15%")+"",v=!1;m.lastIndexOf("!")===m.length-1&&(v=!0,m=m.slice(0,m.length-1));var x=oc(m,e[d.index]),b=Math.max(f+2*x,0),_=v?0:2*x,S=oD(i),w=S?i:Tw((y+_)/b);x=(y-w*f)/2/(v?w:Math.max(w-1,1)),b=f+2*x,_=v?0:2*x,S||"fixed"===i||(w=l?Tw((Math.abs(l)+_)/b):0),g=w*b-_,c.repeatTimes=w,c.symbolMargin=x}var M=g/2*p,C=c.pathPosition=[];C[h.index]=n[h.wh]/2,C[d.index]="start"===o?M:"end"===o?s-M:s/2,r&&(C[0]+=r[0],C[1]+=r[1]);var I=c.bundlePosition=[];I[h.index]=n[h.xy],I[d.index]=n[d.xy];var T=c.barRectShape=tK({},n);T[d.wh]=p*Math.max(Math.abs(n[d.wh]),Math.abs(C[d.index]+M)),T[h.wh]=n[h.wh];var A=c.clipShape={};A[h.xy]=-n[h.xy],A[h.wh]=u.ecSize[h.wh],A[d.xy]=0,A[d.wh]=n[d.wh]}(n,O,C,I,R,A,P.valueLineWidth,P.boundingLength,P.repeatCutLength,i,P),P}function Tl(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Tu(t){var e=t.symbolPatternSize,n=fC(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function Tc(t,e,n,i){var r=t.__pictorialBundle,o=n.symbolSize,a=n.valueLineWidth,s=n.pathPosition,l=e.valueDim,u=n.repeatTimes||0,c=0,h=o[e.valueDim.index]+a+2*n.symbolMargin;for(Tb(t,function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c<u?T_(t,null,f(c),n,i):T_(t,null,{scaleX:0,scaleY:0},n,i,function(){r.remove(t)}),c++});c<u;c++){var d=Tu(n);d.__pictorialAnimationIndex=c,d.__pictorialRepeatTimes=u,r.add(d);var p=f(c);T_(d,{x:p.x,y:p.y,scaleX:0,scaleY:0},{scaleX:p.scaleX,scaleY:p.scaleY,rotation:p.rotation},n,i)}function f(t){var e=s.slice(),i=n.pxSign,r=t;return("start"===n.symbolRepeatDirection?i>0:i<0)&&(r=u-1-t),e[l.index]=h*(r-u/2+.5)+s[l.index],{x:e[0],y:e[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation}}}function Th(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?T_(o,null,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:n.symbolScale[0],scaleY:n.symbolScale[1],rotation:n.rotation},n,i):(o=t.__pictorialMainPath=Tu(n),r.add(o),T_(o,{x:n.pathPosition[0],y:n.pathPosition[1],scaleX:0,scaleY:0,rotation:n.rotation},{scaleX:n.symbolScale[0],scaleY:n.symbolScale[1]},n,i))}function Td(t,e,n){var i=tK({},e.barRectShape),r=t.__pictorialBarRect;r?T_(r,null,{shape:i},e,n):((r=t.__pictorialBarRect=new s_({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}})).disableMorphing=!0,t.add(r))}function Tp(t,e,n,i){if(n.symbolClip){var r=t.__pictorialClipPath,o=tK({},n.clipShape),a=e.valueDim,s=n.animationModel,l=n.dataIndex;if(r)lS(r,{shape:o},s,l);else{o[a.wh]=0,r=new s_({shape:o}),t.__pictorialBundle.setClipPath(r),t.__pictorialClipPath=r;var u={};u[a.wh]=n.clipShape[a.wh],tu[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function Tf(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=Tg,n.isAnimationEnabled=Ty,n}function Tg(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function Ty(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function Tm(t,e,n,i){var r=new r6,o=new r6;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?Tc(r,e,n):Th(r,e,n),Td(r,n,i),Tp(r,e,n,i),r.__pictorialShapeStr=Tx(t,n),r.__pictorialSymbolMeta=n,r}function Tv(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];Tb(i,function(t){o.push(t)}),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),t3(o,function(t){lC(t,{scaleX:0,scaleY:0},n,e,function(){i.parent&&i.parent.remove(i)})}),t.setItemGraphicEl(e,null)}function Tx(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function Tb(t,e,n){t3(t.__pictorialBundle.children(),function(i){i!==t.__pictorialBarRect&&e.call(n,i)})}function T_(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&tu[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function TS(t,e,n){var i=n.dataIndex,r=n.itemModel,o=r.getModel("emphasis"),a=o.getModel("itemStyle").getItemStyle(),s=r.getModel(["blur","itemStyle"]).getItemStyle(),l=r.getModel(["select","itemStyle"]).getItemStyle(),u=r.getShallow("cursor"),c=o.get("focus"),h=o.get("blurScope"),d=o.get("scale");Tb(t,function(t){if(t instanceof sp){var e=t.style;t.useStyle(tK({image:e.image,x:e.x,y:e.y,width:e.width,height:e.height},n.style))}else t.useStyle(n.style);var i=t.ensureState("emphasis");i.style=a,d&&(i.scaleX=1.1*t.scaleX,i.scaleY=1.1*t.scaleY),t.ensureState("blur").style=s,t.ensureState("select").style=l,u&&(t.cursor=u),t.z2=n.z2});var p=e.valueDim.posDesc[+(n.boundingLength>0)],f=t.__pictorialBarRect;f.ignoreClip=!0,lP(f,lO(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:xe(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:p}),lc(t,c,h,o.get("disabled"))}function Tw(t){var e=Math.round(t);return 1e-4>Math.abs(t-e)?e:Math.ceil(t)}var TM=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n.defaultSymbol="roundRect",n}return tM(e,t),e.prototype.getInitialData=function(e){return e.stack=null,t.prototype.getInitialData.apply(this,arguments)},e.type="series.pictorialBar",e.dependencies=["grid"],e.defaultOption=l5(xz.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%",clip:!1,progressive:0,emphasis:{scale:!1},select:{itemStyle:{borderColor:"#212121"}}}),e}(xz),TC=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._layers=[],n}return tM(e,t),e.prototype.render=function(t,e,n){var i=t.getData(),r=this,o=this.group,a=t.getLayerSeries(),s=i.getLayout("layoutInfo"),l=s.rect,u=s.boundaryGap;function c(t){return t.name}o.x=0,o.y=l.y+u[0];var h=new g$(this._layersSeries||[],a,c,c),d=[];function p(e,n,s){var l,u,c=r._layers;if("remove"===e)return void o.remove(c[n]);for(var h=[],p=[],f=a[n].indices,g=0;g<f.length;g++){var y=i.getItemLayout(f[g]),m=y.x,v=y.y0,x=y.y;h.push(m,v),p.push(m,v+x),l=i.getItemVisual(f[g],"style")}var b=i.getItemLayout(f[0]),_=t.getModel("label").get("margin"),S=t.getModel("emphasis");if("add"===e){var w,M,C,I,T=d[n]=new r6;u=new xv({shape:{points:h,stackedOnPoints:p,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),T.add(u),o.add(T),t.isAnimationEnabled()&&u.setClipPath((w=u.getBoundingRect(),M=t,C=function(){u.removeClipPath()},lw(I=new s_({shape:{x:w.x-10,y:w.y-10,width:0,height:w.height+20}}),{shape:{x:w.x-50,width:w.width+100,height:w.height+20}},M,C),I))}else{var T=c[s];u=T.childAt(0),o.add(T),d[n]=T,lS(u,{shape:{points:h,stackedOnPoints:p}},t),lA(u)}lP(u,lO(t),{labelDataIndex:f[g-1],defaultText:i.getName(f[g-1]),inheritColor:l.fill},{normal:{verticalAlign:"middle"}}),u.setTextConfig({position:null,local:!0});var A=u.getTextContent();A&&(A.x=b.x-_,A.y=b.y0+b.y/2),u.useStyle(l),i.setItemGraphicEl(n,u),lf(u,t),lc(u,S.get("focus"),S.get("blurScope"),S.get("disabled"))}h.add(t8(p,this,"add")).update(t8(p,this,"update")).remove(t8(p,this,"remove")).execute(),this._layersSeries=a,this._layers=d},e.type="themeRiver",e}(pz),TI=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bh(t8(this.getData,this),t8(this.getRawData,this))},e.prototype.fixData=function(t){var e=t.length,n={},i=oQ(t,function(t){return n.hasOwnProperty(t[0]+"")||(n[t[0]+""]=-1),t[2]}),r=[];i.buckets.each(function(t,e){r.push({name:e,dataList:t})});for(var o=r.length,a=0;a<o;++a){for(var s=r[a].name,l=0;l<r[a].dataList.length;++l){var u=r[a].dataList[l][0]+"";n[u]=a}for(var u in n)n.hasOwnProperty(u)&&n[u]!==a&&(n[u]=a,t[e]=[u,0,s],e++)}return t},e.prototype.getInitialData=function(t,e){for(var n=this.getReferringComponents("singleAxis",oq).models[0].get("type"),i=t9(t.data,function(t){return void 0!==t[2]}),r=this.fixData(i||[]),o=[],a=this.nameMap=eT(),s=0,l=0;l<r.length;++l)o.push(r[l][2]),!a.get(r[l][2])&&(a.set(r[l][2],s),s++);var u=new yi(yo(r,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:g0(n)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}).dimensions,this);return u.initData(r),u},e.prototype.getLayerSeries=function(){for(var t=this.getData(),e=t.count(),n=[],i=0;i<e;++i)n[i]=i;var r=t.mapDimension("single"),o=oQ(n,function(e){return t.get("name",e)}),a=[];return o.buckets.each(function(e,n){e.sort(function(e,n){return t.get(r,e)-t.get(r,n)}),a.push({name:n,indices:e})}),a},e.prototype.getAxisTooltipData=function(t,e,n){ee(t)||(t=t?[t]:[]);for(var i,r=this.getData(),o=this.getLayerSeries(),a=[],s=o.length,l=0;l<s;++l){for(var u=Number.MAX_VALUE,c=-1,h=o[l].indices.length,d=0;d<h;++d){var p=r.get(t[0],o[l].indices[d]),f=Math.abs(p-e);f<=u&&(i=p,u=f,c=o[l].indices[d])}a.push(c)}return{dataIndices:a,nestestValue:i}},e.prototype.formatTooltip=function(t,e,n){var i=this.getData();return hD("nameValue",{name:i.getName(t),value:i.get(i.mapDimension("value"),t)})},e.type="series.themeRiver",e.dependencies=["singleAxis"],e.defaultOption={z:2,colorBy:"data",coordinateSystem:"singleAxis",boundaryGap:["10%","10%"],singleAxisIndex:0,animationEasing:"linear",label:{margin:4,show:!0,position:"left",fontSize:11},emphasis:{label:{show:!0}}},e}(h$);function TT(t,e){t.eachSeriesByType("themeRiver",function(t){var e=t.getData(),n=t.coordinateSystem,i={},r=n.getRect();i.rect=r;var o=t.get("boundaryGap"),a=n.getAxis();i.boundaryGap=o,"horizontal"===a.orient?(o[0]=oc(o[0],r.height),o[1]=oc(o[1],r.height),TA(e,t,r.height-o[0]-o[1])):(o[0]=oc(o[0],r.width),o[1]=oc(o[1],r.width),TA(e,t,r.width-o[0]-o[1])),e.setLayout("layoutInfo",i)})}function TA(t,e,n){if(t.count())for(var i,r=e.coordinateSystem,o=e.getLayerSeries(),a=t.mapDimension("single"),s=t.mapDimension("value"),l=t5(o,function(e){return t5(e.indices,function(e){var n=r.dataToPoint(t.get(a,e));return n[1]=t.get(s,e),n})}),u=function(t){for(var e=t.length,n=t[0].length,i=[],r=[],o=0,a=0;a<n;++a){for(var s=0,l=0;l<e;++l)s+=t[l][a][1];s>o&&(o=s),i.push(s)}for(var u=0;u<n;++u)r[u]=(o-i[u])/2;o=0;for(var c=0;c<n;++c){var h=i[c]+r[c];h>o&&(o=h)}return{y0:r,max:o}}(l),c=u.y0,h=n/u.max,d=o.length,p=o[0].indices.length,f=0;f<p;++f){i=c[f]*h,t.setItemLayout(o[0].indices[f],{layerIndex:0,x:l[0][f][0],y0:i,y:l[0][f][1]*h});for(var g=1;g<d;++g)i+=l[g-1][f][1]*h,t.setItemLayout(o[g].indices[f],{layerIndex:g,x:l[g][f][0],y0:i,y:l[g][f][1]*h})}}var TD=function(t){function e(e,n,i,r){var o=t.call(this)||this;o.z2=2,o.textConfig={inside:!0},sB(o).seriesIndex=n.seriesIndex;var a=new sE({z2:4,silent:e.getModel().get(["label","silent"])});return o.setTextContent(a),o.updateData(!0,e,n,i,r),o}return tM(e,t),e.prototype.updateData=function(t,e,n,i,r){this.node=e,e.piece=this,n=n||this._seriesModel,i=i||this._ecModel;var o=this;sB(o).dataIndex=e.dataIndex;var a=e.getModel(),s=a.getModel("emphasis"),l=e.getLayout(),u=tK({},l);u.label=null;var c=e.getVisual("style");c.lineJoin="bevel";var h=e.getVisual("decal");h&&(c.decal=fJ(h,r));var d=xG(a.getModel("itemStyle"),u,!0);tK(u,d),t3(sj,function(t){var e=o.ensureState(t),n=a.getModel([t,"itemStyle"]);e.style=n.getItemStyle();var i=xG(n,u);i&&(e.shape=i)}),t?(o.setShape(u),o.shape.r=l.r0,lw(o,{shape:{r:l.r}},n,e.dataIndex)):(lS(o,{shape:u},n),lA(o)),o.useStyle(c),this._updateLabel(n);var p=a.getShallow("cursor");p&&o.attr("cursor",p),this._seriesModel=n||this._seriesModel,this._ecModel=i||this._ecModel;var f=s.get("focus");lc(this,"relative"===f?eA(e.getAncestorsIndices(),e.getDescendantIndices()):"ancestor"===f?e.getAncestorsIndices():"descendant"===f?e.getDescendantIndices():f,s.get("blurScope"),s.get("disabled"))},e.prototype._updateLabel=function(t){var e=this,n=this.node.getModel(),i=n.getModel("label"),r=this.node.getLayout(),o=r.endAngle-r.startAngle,a=(r.startAngle+r.endAngle)/2,s=Math.cos(a),l=Math.sin(a),u=this,c=u.getTextContent(),h=this.node.dataIndex,d=i.get("minAngle")/180*Math.PI;function p(t,e){var n=t.get(e);return null==n?i.get(e):n}c.ignore=!(i.get("show")&&!(null!=d&&Math.abs(o)<d)),t3(sX,function(i){var d,f="normal"===i?n.getModel("label"):n.getModel([i,"label"]),g="normal"===i,y=g?c:c.ensureState(i),m=t.getFormattedLabel(h,i);g&&(m=m||e.node.name),y.style=lR(f,{},null,"normal"!==i,!0),m&&(y.style.text=m);var v=f.get("show");null==v||g||(y.ignore=!v);var x=p(f,"position"),b=g?u:u.states[i],_=b.style.fill;b.textConfig={outsideFill:"inherit"===f.get("color")?_:null,inside:"outside"!==x};var S=p(f,"distance")||0,w=p(f,"align"),M=p(f,"rotate"),C=.5*Math.PI,I=1.5*Math.PI,T=a9("tangential"===M?Math.PI/2-a:a),A=T>C&&!ob(T-C)&&T<I;"outside"===x?(d=r.r+S,w=A?"right":"left"):w&&"center"!==w?"left"===w?(d=r.r0+S,w=A?"right":"left"):"right"===w&&(d=r.r-S,w=A?"left":"right"):(d=o===2*Math.PI&&0===r.r0?0:(r.r+r.r0)/2,w="center"),y.style.align=w,y.style.verticalAlign=p(f,"verticalAlign")||"middle",y.x=d*s+r.cx,y.y=d*l+r.cy;var D=0;"radial"===M?D=a9(-a)+(A?Math.PI:0):"tangential"===M?D=a9(Math.PI/2-a)+(A?Math.PI:0):eo(M)&&(D=M*Math.PI/180),y.rotation=a9(D)}),c.dirtyStyle()},e}(dk),Tk="sunburstRootToNode",TL="sunburstHighlight",TP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n,i){var r,o,a=this;this.seriesModel=t,this.api=n,this.ecModel=e;var s=t.getData(),l=s.tree.root,u=t.getViewRoot(),c=this.group,h=t.get("renderLabelForZeroData"),d=[];u.eachNode(function(t){d.push(t)}),function(i,r){function o(t){return t.getId()}function a(o,a){!function(i,r){if(h||!i||i.getValue()||(i=null),i!==l&&r!==l){if(r&&r.piece){var o;i?(r.piece.updateData(!1,i,t,e,n),s.setItemGraphicEl(i.dataIndex,r.piece)):(o=r)&&o.piece&&(c.remove(o.piece),o.piece=null)}else if(i){var a=new TD(i,t,e,n);c.add(a),s.setItemGraphicEl(i.dataIndex,a)}}}(null==o?null:i[o],null==a?null:r[a])}(0!==i.length||0!==r.length)&&new g$(r,i,o,o).add(a).update(a).remove(et(a,null)).execute()}(d,this._oldChildren||[]),r=l,(o=u).depth>0?(a.virtualPiece?a.virtualPiece.updateData(!1,r,t,e,n):(a.virtualPiece=new TD(r,t,e,n),c.add(a.virtualPiece)),o.piece.off("click"),a.virtualPiece.on("click",function(t){a._rootToNode(o.parentNode)})):a.virtualPiece&&(c.remove(a.virtualPiece),a.virtualPiece=null),this._initEvents(),this._oldChildren=d},e.prototype._initEvents=function(){var t=this;this.group.off("click"),this.group.on("click",function(e){var n=!1;t.seriesModel.getViewRoot().eachNode(function(i){if(!n&&i.piece&&i.piece===e.target){var r=i.getModel().get("nodeClick");if("rootToNode"===r)t._rootToNode(i);else if("link"===r){var o=i.getModel(),a=o.get("link");a&&uO(a,o.get("target",!0)||"_blank")}n=!0}})})},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:Tk,from:this.uid,seriesId:this.seriesModel.id,targetNode:t})},e.prototype.containPoint=function(t,e){var n=e.getData().getItemLayout(0);if(n){var i=t[0]-n.cx,r=t[1]-n.cy,o=Math.sqrt(i*i+r*r);return o<=n.r&&o>=n.r0}},e.type="sunburst",e}(pz),TO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreStyleOnData=!0,n}return tM(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};!function t(e){var n=0;t3(e.children,function(e){t(e);var i=e.value;ee(i)&&(i=i[0]),n+=i});var i=e.value;ee(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=n),i<0&&(i=0),ee(e.value)?e.value[0]=i:e.value=i}(n);var i=this._levelModels=t5(t.levels||[],function(t){return new l1(t,this,e)},this),r=S4.createTree(n,this,function(t){t.wrapMethod("getItemModel",function(t,e){var n=i[r.getNodeByDataIndex(e).depth];return n&&(t.parentModel=n),t})});return r.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments);return n.treePathInfo=S8(this.getData().tree.getNodeByDataIndex(e),this),n},e.prototype.getLevelModel=function(t){return this._levelModels&&this._levelModels[t.depth]},e.prototype.getViewRoot=function(){return this._viewRoot},e.prototype.resetViewRoot=function(t){t?this._viewRoot=t:t=this._viewRoot;var e=this.getRawData().tree.root;t&&(t===e||e.contains(t))||(this._viewRoot=e)},e.prototype.enableAriaDecal=function(){wo(this)},e.type="series.sunburst",e.defaultOption={z:2,center:["50%","50%"],radius:[0,"75%"],clockwise:!0,startAngle:90,minAngle:0,stillShowZeroSum:!0,nodeClick:"rootToNode",renderLabelForZeroData:!1,label:{rotate:"radial",show:!0,opacity:1,align:"center",position:"inside",distance:5,silent:!0},itemStyle:{borderWidth:1,borderColor:"white",borderType:"solid",shadowBlur:0,shadowColor:"rgba(0, 0, 0, 0.2)",shadowOffsetX:0,shadowOffsetY:0,opacity:1},emphasis:{focus:"descendant"},blur:{itemStyle:{opacity:.2},label:{opacity:.1}},animationType:"expansion",animationDuration:1e3,animationDurationUpdate:500,data:[],sort:"desc"},e}(h$),TR=Math.PI/180;function TN(t,e,n){e.eachSeriesByType(t,function(t){var e=t.get("center"),i=t.get("radius");ee(i)||(i=[0,i]),ee(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=oc(e[0],r),l=oc(e[1],o),u=oc(i[0],a/2),c=oc(i[1],a/2),h=-t.get("startAngle")*TR,d=t.get("minAngle")*TR,p=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,y=t.get("sort");null!=y&&function t(e,n){var i=e.children||[];e.children=function(t,e){if(en(e)){var n=t5(t,function(t,e){var n=t.getValue();return{params:{depth:t.depth,height:t.height,dataIndex:t.dataIndex,getValue:function(){return n}},index:e}});return n.sort(function(t,n){return e(t.params,n.params)}),t5(n,function(e){return t[e.index]})}var i="asc"===e;return t.sort(function(t,e){var n=(t.getValue()-e.getValue())*(i?1:-1);return 0===n?(t.dataIndex-e.dataIndex)*(i?-1:1):n})}(i,n),i.length&&t3(e.children,function(e){t(e,n)})}(f,y);var m=0;t3(f.children,function(t){!isNaN(t.getValue())&&m++});var v=f.getValue(),x=Math.PI/(v||m)*2,b=f.depth>0,_=(c-u)/(f.height-(b?-1:1)||1),S=t.get("clockwise"),w=t.get("stillShowZeroSum"),M=S?1:-1,C=function(e,n){if(e){var i=n;if(e!==p){var r=e.getValue(),o=0===v&&w?x:r*x;o<d&&(o=d),i=n+M*o;var c=e.depth-g-(b?-1:1),h=u+_*c,f=u+_*(c+1),y=t.getLevelModel(e);if(y){var m=y.get("r0",!0),I=y.get("r",!0),T=y.get("radius",!0);null!=T&&(m=T[0],I=T[1]),null!=m&&(h=oc(m,a/2)),null!=I&&(f=oc(I,a/2))}e.setLayout({angle:o,startAngle:n,endAngle:i,clockwise:S,cx:s,cy:l,r0:h,r:f})}if(e.children&&e.children.length){var A=0;t3(e.children,function(t){A+=C(t,n+A)})}return i-n}};if(b){var I=2*Math.PI;p.setLayout({angle:I,startAngle:h,endAngle:h+I,clockwise:S,cx:s,cy:l,r0:u,r:u+_})}C(f,h)})}function Tz(t){var e={};t.eachSeriesByType("sunburst",function(t){var n=t.getData(),i=n.tree;i.eachNode(function(r){var o=r.getModel().getModel("itemStyle").getItemStyle();o.fill||(o.fill=function(t,n,i){for(var r=t;r&&r.depth>1;)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&ei(o)&&(o=iB(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),tK(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)})})}var TE={color:"fill",borderColor:"stroke"},TB={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},TV=oX(),TF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.optionUpdated=function(){this.currentZLevel=this.get("zlevel",!0),this.currentZ=this.get("z",!0)},e.prototype.getInitialData=function(t,e){return yd(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=TV(i).info),r},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(h$);function TW(t,e){return e=e||[0,0],t5(["x","y"],function(n,i){var r=this.getAxis(n),o=e[i],a=t[i]/2;return"category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a))},this)}function TG(t,e){return e=e||[0,0],t5([0,1],function(n){var i=e[n],r=t[n]/2,o=[],a=[];return o[n]=i-r,a[n]=i+r,o[1-n]=a[1-n]=e[1-n],Math.abs(this.dataToPoint(o)[n]-this.dataToPoint(a)[n])},this)}function TH(t,e){var n=this.getAxis(),i=e instanceof Array?e[0]:e,r=(t instanceof Array?t[0]:t)/2;return"category"===n.type?n.getBandWidth():Math.abs(n.dataToCoord(i-r)-n.dataToCoord(i+r))}function Tj(t,e){return e=e||[0,0],t5(["Radius","Angle"],function(n,i){var r=this["get"+n+"Axis"](),o=e[i],a=t[i]/2,s="category"===r.type?r.getBandWidth():Math.abs(r.dataToCoord(o-a)-r.dataToCoord(o+a));return"Angle"===n&&(s=s*Math.PI/180),s},this)}function TX(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||eL(t,"text")))}function TY(t,e,n){var i,r,o;if("text"===e)o=t;else{o={},eL(t,"text")&&(o.text=t.text),eL(t,"rich")&&(o.rich=t.rich),eL(t,"textFill")&&(o.fill=t.textFill),eL(t,"textStroke")&&(o.stroke=t.textStroke),eL(t,"fontFamily")&&(o.fontFamily=t.fontFamily),eL(t,"fontSize")&&(o.fontSize=t.fontSize),eL(t,"fontStyle")&&(o.fontStyle=t.fontStyle),eL(t,"fontWeight")&&(o.fontWeight=t.fontWeight),r={type:"text",style:o,silent:!0},i={};var a=eL(t,"textPosition");n?i.position=a?t.textPosition:"inside":a&&(i.position=t.textPosition),eL(t,"textPosition")&&(i.position=t.textPosition),eL(t,"textOffset")&&(i.offset=t.textOffset),eL(t,"textRotation")&&(i.rotation=t.textRotation),eL(t,"textDistance")&&(i.distance=t.textDistance)}return TU(o,t),t3(o.rich,function(t){TU(t,t)}),{textConfig:i,textContent:r}}function TU(t,e){e&&(e.font=e.textFont||e.font,eL(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),eL(e,"textAlign")&&(t.align=e.textAlign),eL(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),eL(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),eL(e,"textWidth")&&(t.width=e.textWidth),eL(e,"textHeight")&&(t.height=e.textHeight),eL(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),eL(e,"textPadding")&&(t.padding=e.textPadding),eL(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),eL(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),eL(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),eL(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),eL(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),eL(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),eL(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function TZ(t,e,n){t.textPosition=t.textPosition||n.position||"inside",null!=n.offset&&(t.textOffset=n.offset),null!=n.rotation&&(t.textRotation=n.rotation),null!=n.distance&&(t.textDistance=n.distance);var i=t.textPosition.indexOf("inside")>=0,r=t.fill||"#000";Tq(t,e);var o=null==t.textFill;return i?o&&(t.textFill=n.insideFill||"#fff",!t.textStroke&&n.insideStroke&&(t.textStroke=n.insideStroke),t.textStroke||(t.textStroke=r),null==t.textStrokeWidth&&(t.textStrokeWidth=2)):(o&&(t.textFill=t.fill||n.outsideFill||"#000"),!t.textStroke&&n.outsideStroke&&(t.textStroke=n.outsideStroke)),t.text=e.text,t.rich=e.rich,t3(e.rich,function(t){Tq(t,t)}),t}function Tq(t,e){e&&(eL(e,"fill")&&(t.textFill=e.fill),eL(e,"stroke")&&(t.textStroke=e.fill),eL(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),eL(e,"font")&&(t.font=e.font),eL(e,"fontStyle")&&(t.fontStyle=e.fontStyle),eL(e,"fontWeight")&&(t.fontWeight=e.fontWeight),eL(e,"fontSize")&&(t.fontSize=e.fontSize),eL(e,"fontFamily")&&(t.fontFamily=e.fontFamily),eL(e,"align")&&(t.textAlign=e.align),eL(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),eL(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),eL(e,"width")&&(t.textWidth=e.width),eL(e,"height")&&(t.textHeight=e.height),eL(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),eL(e,"padding")&&(t.textPadding=e.padding),eL(e,"borderColor")&&(t.textBorderColor=e.borderColor),eL(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),eL(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),eL(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),eL(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),eL(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),eL(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),eL(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),eL(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),eL(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),eL(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var TK={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},T$=t7(TK);t4(rW,function(t,e){return t[e]=1,t},{}),rW.join(", ");var TJ=["","style","shape","extra"],TQ=oX();function T0(t,e,n,i,r){var o=t+"Animation",a=lb(t,i,r)||{},s=TQ(e).userDuring;return a.duration>0&&(a.during=s?t8(T6,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),tK(a,n[o]),a}function T1(t,e,n,i){var r,o,a=(i=i||{}).dataIndex,s=i.isInit,l=i.clearStyle,u=n.isAnimationEnabled(),c=TQ(t),h=e.style;c.userDuring=e.during;var d={},p={};if(function(t,e){for(var n=0;n<T$.length;n++){var i=T$[n],r=TK[i],o=t[i];o&&(e[r[0]]=o[0],e[r[1]]=o[1])}for(var n=0;n<rW.length;n++){var a=rW[n];null!=t[a]&&(e[a]=t[a])}}(e,p),T8("shape",e,p),T8("extra",e,p),!s&&u&&(function(t,e,n){for(var i=e.transition,r=T5(i)?rW:oR(i||[]),o=0;o<r.length;o++){var a=r[o];if("style"!==a&&"shape"!==a&&"extra"!==a){var s=t[a];n[a]=s}}}(t,e,d),T7("shape",t,e,d),T7("extra",t,e,d),function(t,e,n,i){if(n){var r,o=t.style;if(o){var a=n.transition,s=e.transition;if(a&&!T5(a)){var l=oR(a);r||(r=i.style={});for(var u=0;u<l.length;u++){var c=l[u],h=o[c];r[c]=h}}else if(t.getAnimationStyleProps&&(T5(s)||T5(a)||tQ(s,"style")>=0)){var d=t.getAnimationStyleProps(),p=d?d.style:null;if(p){r||(r=i.style={});for(var f=t7(n),u=0;u<f.length;u++){var c=f[u];if(p[c]){var h=o[c];r[c]=h}}}}}}}(t,e,h,d)),p.style=h,function(t,e,n){var i=e.style;if(!t.isGroup&&i){if(n){t.useStyle({});for(var r=t.animators,o=0;o<r.length;o++){var a=r[o];"style"===a.targetName&&a.changeTarget(t.style)}}t.setStyle(i)}e&&(e.style=null,e&&t.attr(e),e.style=i)}(t,p,l),r=t,eL(o=e,"silent")&&(r.silent=o.silent),eL(o,"ignore")&&(r.ignore=o.ignore),r instanceof aw&&eL(o,"invisible")&&(r.invisible=o.invisible),r instanceof ss&&eL(o,"autoBatch")&&(r.autoBatch=o.autoBatch),u)if(s){var f={};t3(TJ,function(t){var n=t?e[t]:e;n&&n.enterFrom&&(t&&(f[t]=f[t]||{}),tK(t?f[t]:f,n.enterFrom))});var g=T0("enter",t,e,n,a);g.duration>0&&t.animateFrom(f,g)}else{var y=t,m=e,v=a||0,x=n,b=d;if(b){var _=T0("update",y,m,x,v);_.duration>0&&y.animateFrom(b,_)}}T2(t,e),h?t.dirty():t.markRedraw()}function T2(t,e){for(var n=TQ(t).leaveToProps,i=0;i<TJ.length;i++){var r=TJ[i],o=r?e[r]:e;o&&o.leaveTo&&(n||(n=TQ(t).leaveToProps={}),r&&(n[r]=n[r]||{}),tK(r?n[r]:n,o.leaveTo))}}function T3(t,e,n,i){if(t){var r=t.parent,o=TQ(t).leaveToProps;if(o){var a=T0("update",t,e,n,0);a.done=function(){r.remove(t),i&&i()},t.animateTo(o,a)}else r.remove(t),i&&i()}}function T5(t){return"all"===t}var T4={},T9={setTransform:function(t,e){return T4.el[t]=e,this},getTransform:function(t){return T4.el[t]},setShape:function(t,e){var n=T4.el;return(n.shape||(n.shape={}))[t]=e,n.dirtyShape&&n.dirtyShape(),this},getShape:function(t){var e=T4.el.shape;if(e)return e[t]},setStyle:function(t,e){var n=T4.el,i=n.style;return i&&(i[t]=e,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(t){var e=T4.el.style;if(e)return e[t]},setExtra:function(t,e){return(T4.el.extra||(T4.el.extra={}))[t]=e,this},getExtra:function(t){var e=T4.el.extra;if(e)return e[t]}};function T6(){var t=this.el;if(t){var e=TQ(t).userDuring,n=this.userDuring;if(e!==n){this.el=this.userDuring=null;return}T4.el=t,n(T9)}}function T7(t,e,n,i){var r,o=n[t];if(o){var a=e[t];if(a){var s=n.transition,l=o.transition;if(l)if(r||(r=i[t]={}),T5(l))tK(r,a);else for(var u=oR(l),c=0;c<u.length;c++){var h=u[c],d=a[h];r[h]=d}else if(T5(s)||tQ(s,t)>=0){r||(r=i[t]={});for(var p=t7(a),c=0;c<p.length;c++){var f,g,h=p[c],d=a[h];f=o[h],g=d,(t2(f)?f!==g:null!=f&&isFinite(f))&&(r[h]=d)}}}}}function T8(t,e,n){var i=e[t];if(i)for(var r=n[t]={},o=t7(i),a=0;a<o.length;a++){var s=o[a];r[s]=ra(i[s])}}var At=oX(),Ae=["percent","easing","shape","style","extra"];function An(t){t.stopAnimation("keyframe"),t.attr(At(t))}function Ai(t,e,n){if(n.isAnimationEnabled()&&e){if(ee(e))return void t3(e,function(e){Ai(t,e,n)});var i=e.keyframes,r=e.duration;if(n&&null==r){var o=lb("enter",n,0);r=o&&o.duration}if(i&&r){var a=At(t);t3(TJ,function(n){var o;n&&!t[n]||(i.sort(function(t,e){return t.percent-e.percent}),t3(i,function(i){var s=t.animators,l=n?i[n]:i;if(l){var u=t7(l);if(n||(u=t9(u,function(t){return 0>tQ(Ae,t)})),u.length){o||((o=t.animate(n,e.loop,!0)).scope="keyframe");for(var c=0;c<s.length;c++)s[c]!==o&&s[c].targetName===o.targetName&&s[c].stopTracks(u);n&&(a[n]=a[n]||{});var h=n?a[n]:a;t3(u,function(e){h[e]=((n?t[n]:t)||{})[e]}),o.whenWithKeys(r*i.percent,l,u,i.easing)}}}),o&&o.delay(e.delay||0).duration(r).start(e.easing))})}}}var Ar="emphasis",Ao="normal",Aa="blur",As="select",Al=[Ao,Ar,Aa,As],Au={normal:["itemStyle"],emphasis:[Ar,"itemStyle"],blur:[Aa,"itemStyle"],select:[As,"itemStyle"]},Ac={normal:["label"],emphasis:[Ar,"label"],blur:[Aa,"label"],select:[As,"label"]},Ah=["x","y"],Ad={normal:{},emphasis:{},blur:{},select:{}},Ap={cartesian2d:function(t){var e=t.master.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:t8(TW,t)}}},geo:function(t){var e=t.getBoundingRect();return{coordSys:{type:"geo",x:e.x,y:e.y,width:e.width,height:e.height,zoom:t.getZoom()},api:{coord:function(e){return t.dataToPoint(e)},size:t8(TG,t)}}},single:function(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:t8(TH,t)}}},polar:function(t){var e=t.getRadiusAxis(),n=t.getAngleAxis(),i=e.getExtent();return i[0]>i[1]&&i.reverse(),{coordSys:{type:"polar",cx:t.cx,cy:t.cy,r:i[1],r0:i[0]},api:{coord:function(i){var r=e.dataToRadius(i[0]),o=n.dataToAngle(i[1]),a=t.coordToPoint([r,o]);return a.push(r,o*Math.PI/180),a},size:t8(Tj,t)}}},calendar:function(t){var e=t.getRect(),n=t.getRangeInfo();return{coordSys:{type:"calendar",x:e.x,y:e.y,width:e.width,height:e.height,cellWidth:t.getCellWidth(),cellHeight:t.getCellHeight(),rangeInfo:{start:n.start,end:n.end,weeks:n.weeks,dayCount:n.allDay}},api:{coord:function(e,n){return t.dataToPoint(e,n)}}}}};function Af(t){return t instanceof ss}function Ag(t){return t instanceof aw}var Ay=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._data,o=t.getData(),a=this.group,s=Ab(t,o,e,n);r||a.removeAll(),o.diff(r).add(function(e){A_(n,null,e,s(e,i),t,a,o)}).remove(function(e){var n=r.getItemGraphicEl(e);n&&T3(n,TV(n).option,t)}).update(function(e,l){A_(n,r.getItemGraphicEl(l),e,s(e,i),t,a,o)}).execute();var l=t.get("clip",!0)?x_(t.coordinateSystem,!1,t):null;l?a.setClipPath(l):a.removeClipPath(),this._data=o},e.prototype.incrementalPrepareRender=function(t,e,n){this.group.removeAll(),this._data=null},e.prototype.incrementalRender=function(t,e,n,i,r){var o=e.getData(),a=Ab(e,o,n,i),s=this._progressiveEls=[];function l(t){t.isGroup||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}for(var u=t.start;u<t.end;u++){var c=A_(null,null,u,a(u,r),e,this.group,o);c&&(c.traverse(l),s.push(c))}},e.prototype.eachRendered=function(t){pT(this._progressiveEls||this.group,t)},e.prototype.filterForExposedEvent=function(t,e,n,i){var r=e.element;if(null==r||n.name===r)return!0;for(;(n=n.__hostTarget||n.parent)&&n!==this.group;)if(n.name===r)return!0;return!1},e.type="custom",e}(pz);function Am(t){var e,n=t.type;if("path"===n){var i=t.shape,r=null!=i.width&&null!=i.height?{x:i.x||0,y:i.y||0,width:i.width,height:i.height}:null,o=Ak(i);TV(e=pl(o,null,r,i.layout||"center")).customPathData=o}else if("image"===n)TV(e=new sp({})).customImagePath=t.style.image;else if("text"===n)e=new sE({});else if("group"===n)e=new r6;else if("compoundPath"===n)throw Error('"compoundPath" is not supported yet.');else{var a=ps(n);a||c6(""),e=new a}return TV(e).customGraphicType=n,e.name=t.name,e.z2EmphasisLift=1,e.z2SelectLift=1,e}function Av(t,e,n,i,r,o,a){An(e);var s=r&&r.normal.cfg;s&&e.setTextConfig(s),i&&null==i.transition&&(i.transition=Ah);var l=i&&i.style;if(l){"text"===e.type&&(eL(l,"textFill")&&(l.fill=l.textFill),eL(l,"textStroke")&&(l.stroke=l.textStroke));var u=void 0,c=Af(e)?l.decal:null;t&&c&&(c.dirty=!0,u=fJ(c,t)),l.__decalPattern=u}if(Ag(e)&&l){var u=l.__decalPattern;u&&(l.decal=u)}T1(e,i,o,{dataIndex:n,isInit:a,clearStyle:!0}),Ai(e,i.keyframeAnimation,o)}function Ax(t,e,n,i,r){var o=e.isGroup?null:e,a=r&&r[t].cfg;if(o){var s=o.ensureState(t);if(!1===i){var l=o.getState(t);l&&(l.style=null)}else s.style=i||null;a&&(s.textConfig=a),s7(o)}}function Ab(t,e,n,i){var r,o,a,s,l=t.get("renderItem"),u=t.coordinateSystem,c={};u&&(c=u.prepareCustoms?u.prepareCustoms(u):Ap[u.type](u));for(var h=t$({getWidth:i.getWidth,getHeight:i.getHeight,getZr:i.getZr,getDevicePixelRatio:i.getDevicePixelRatio,value:function(t,n){return null==n&&(n=a),e.getStore().get(e.getDimensionIndex(t||0),n)},style:function(n,i){null==i&&(i=a);var r=e.getItemVisual(i,"style"),o=r&&r.fill,s=r&&r.opacity,l=b(i,Ao).getItemStyle();null!=o&&(l.fill=o),null!=s&&(l.opacity=s);var u={inheritColor:ei(o)?o:"#000"},c=_(i,Ao),h=lR(c,null,u,!1,!0);h.text=c.getShallow("show")?eg(t.getFormattedLabel(i,Ao),xe(e,i)):null;var d=lN(c,u,!1);return w(n,l),l=TZ(l,h,d),n&&S(l,n),l.legacy=!0,l},ordinalRawValue:function(t,n){null==n&&(n=a),t=t||0;var i=e.getDimensionInfo(t);if(!i){var r=e.getDimensionIndex(t);return r>=0?e.getStore().get(r,n):void 0}var o=e.get(i.name,n),s=i&&i.ordinalMeta;return s?s.categories[o]:o},styleEmphasis:function(n,i){null==i&&(i=a);var r=b(i,Ar).getItemStyle(),o=_(i,Ar),s=lR(o,null,null,!0,!0);s.text=o.getShallow("show")?ey(t.getFormattedLabel(i,Ar),t.getFormattedLabel(i,Ao),xe(e,i)):null;var l=lN(o,null,!0);return w(n,r),r=TZ(r,s,l),n&&S(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=a),eL(TE,t)){var i=e.getItemVisual(n,"style");return i?i[TE[t]]:null}if(eL(TB,t))return e.getItemVisual(n,t)},barLayout:function(t){if("cartesian2d"===u.type)return function(t){var e=[],n=t.axis,i="axis0";if("category"===n.type){for(var r=n.getBandWidth(),o=0;o<t.count||0;o++)e.push(t$({bandWidth:r,axisKey:i,stackId:yD+o},t));for(var a=yR(e),s=[],o=0;o<t.count;o++){var l=a[i][yD+o];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}(t$({axis:u.getBaseAxis()},t))},currentSeriesIndices:function(){return n.getCurrentSeriesIndices()},font:function(t){return lF(t,n)}},c.api||{}),d={context:{},seriesId:t.id,seriesName:t.name,seriesIndex:t.seriesIndex,coordSys:c.coordSys,dataInsideLength:e.count(),encode:(r=t.getData(),o={},t3(r.dimensions,function(t){var e=r.getDimensionInfo(t);if(!e.isExtraCoord){var n=e.coordDim;(o[n]=o[n]||[])[e.coordDimIndex]=r.getDimensionIndex(t)}}),o)},p={},f={},g={},y={},m=0;m<Al.length;m++){var v=Al[m];g[v]=t.getModel(Au[v]),y[v]=t.getModel(Ac[v])}function x(t){return t===a?s||(s=e.getItemModel(t)):e.getItemModel(t)}function b(t,n){return e.hasItemOption?t===a?p[n]||(p[n]=x(t).getModel(Au[n])):x(t).getModel(Au[n]):g[n]}function _(t,n){return e.hasItemOption?t===a?f[n]||(f[n]=x(t).getModel(Ac[n])):x(t).getModel(Ac[n]):y[n]}return function(t,n){return a=t,s=null,p={},f={},l&&l(t$({dataIndexInside:t,dataIndex:e.getRawIndex(t),actionType:n?n.type:null},d),h)};function S(t,e){for(var n in e)eL(e,n)&&(t[n]=e[n])}function w(t,e){t&&(t.textFill&&(e.textFill=t.textFill),t.textPosition&&(e.textPosition=t.textPosition))}}function A_(t,e,n,i,r,o,a){if(!i)return void o.remove(e);var s=AS(t,e,n,i,r,o);return s&&a.setItemGraphicEl(n,s),s&&lc(s,i.focus,i.blurScope,i.emphasisDisabled),s}function AS(t,e,n,i,r,o){var a,s=-1,l=e;e&&Aw(e,i,r)&&(s=tQ(o.childrenRef(),e),e=null);var u=!e,c=e;c?c.clearStates():(c=Am(i),l&&((a=c).copyTransform(l),Ag(a)&&Ag(l)&&(a.setStyle(l.style),a.z=l.z,a.z2=l.z2,a.zlevel=l.zlevel,a.invisible=l.invisible,a.ignore=l.ignore,Af(a)&&Af(l)&&a.setShape(l.shape)))),!1===i.morph?c.disableMorphing=!0:c.disableMorphing&&(c.disableMorphing=!1),Ad.normal.cfg=Ad.normal.conOpt=Ad.emphasis.cfg=Ad.emphasis.conOpt=Ad.blur.cfg=Ad.blur.conOpt=Ad.select.cfg=Ad.select.conOpt=null,Ad.isLegacy=!1,function(t,e,n,i,r,o){if(!t.isGroup){AM(n,null,o),AM(n,Ar,o);var a=o.normal.conOpt,s=o.emphasis.conOpt,l=o.blur.conOpt,u=o.select.conOpt;if(null!=a||null!=s||null!=u||null!=l){var c=t.getTextContent();if(!1===a)c&&t.removeTextContent();else{a=o.normal.conOpt=a||{type:"text"},c?c.clearStates():(c=Am(a),t.setTextContent(c)),Av(null,c,e,a,null,i,r);for(var h=a&&a.style,d=0;d<Al.length;d++){var p=Al[d];if(p!==Ao){var f=o[p].conOpt;Ax(p,c,f,AI(a,f,p),null)}}h?c.dirty():c.markRedraw()}}}}(c,n,i,r,u,Ad),function(t,e,n,i,r){var o=n.clipPath;if(!1===o)t&&t.getClipPath()&&t.removeClipPath();else if(o){var a=t.getClipPath();a&&Aw(a,o,i)&&(a=null),a||(a=Am(o),t.setClipPath(a)),Av(null,a,e,o,null,i,r)}}(c,n,i,r,u),Av(t,c,n,i,Ad,r,u),eL(i,"info")&&(TV(c).info=i.info);for(var h=0;h<Al.length;h++){var d=Al[h];if(d!==Ao){var p=AC(i,d),f=AI(i,p,d);Ax(d,c,p,f,Ad)}}var g=c;if(!g.isGroup){var y=r.currentZ,m=r.currentZLevel;g.z=y,g.zlevel=m;var v=i.z2;null!=v&&(g.z2=v||0);for(var x=0;x<Al.length;x++)!function(t,e,n){var i=n===Ao,r=i?e:AC(e,n),o=r?r.z2:null;null!=o&&((i?t:t.ensureState(n)).z2=o||0)}(g,i,Al[x])}return"group"===i.type&&function(t,e,n,i,r){var o=i.children,a=o?o.length:0,s=i.$mergeChildren,l="byName"===s||i.diffChildrenByName,u=!1===s;if(a||l||u){if(l){return new g$((f={api:t,oldChildren:e.children()||[],newChildren:o||[],dataIndex:n,seriesModel:r,group:e}).oldChildren,f.newChildren,AT,AT,f).add(AA).update(AA).remove(AD).execute()}u&&e.removeAll();for(var c=0;c<a;c++){var h=o[c],d=e.childAt(c);h?(null==h.ignore&&(h.ignore=!1),AS(t,d,n,h,r,e)):d.ignore=!0}for(var p=e.childCount()-1;p>=c;p--){var f,g,y,m,v=e.childAt(p);g=e,y=v,m=r,y&&T3(y,TV(g).option,m)}}}(t,c,n,i,r),s>=0?o.replaceAt(c,s):o.add(c),c}function Aw(t,e,n){var i,r=TV(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&(i=a)&&(eL(i,"pathData")||eL(i,"d"))&&Ak(a)!==r.customPathData||"image"===o&&eL(s,"image")&&s.image!==r.customImagePath}function AM(t,e,n){var i=e?AC(t,e):t,r=e?AI(t,i,Ar):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?AC(s,e):s:null;if(r&&(n.isLegacy||TX(r,o,!!a,!!l))){n.isLegacy=!0;var u=TY(r,o,!e);!a&&u.textConfig&&(a=u.textConfig),!l&&u.textContent&&(l=u.textContent)}if(!e&&l){var c=l;c.type||(c.type="text")}var h=e?n[e]:n.normal;h.cfg=a,h.conOpt=l}function AC(t,e){return e?t?t[e]:null:t}function AI(t,e,n){var i=e&&e.style;return null==i&&n===Ar&&t&&(i=t.styleEmphasis),i}function AT(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function AA(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;AS(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function AD(t){var e=this.context,n=e.oldChildren[t];n&&T3(n,TV(n).option,e.seriesModel)}function Ak(t){return t&&(t.pathData||t.d)}var AL=oX(),AP=tU,AO=function(){function t(){this._dragging=!1,this.animationThreshold=15}return t.prototype.render=function(t,e,n,i){var r=e.get("value"),o=e.get("status");if(this._axisModel=t,this._axisPointerModel=e,this._api=n,i||this._lastValue!==r||this._lastStatus!==o){this._lastValue=r,this._lastStatus=o;var a=this._group,s=this._handle;if(!o||"hide"===o){a&&a.hide(),s&&s.hide();return}a&&a.show(),s&&s.show();var l={};this.makeElOption(l,r,t,e,n);var u=l.graphicKey;u!==this._lastGraphicKey&&this.clear(n),this._lastGraphicKey=u;var c=this._moveAnimation=this.determineAnimation(t,e);if(a){var h=et(AR,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new r6,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);AE(a,e,!0),this._renderHandle(r)}},t.prototype.remove=function(t){this.clear(t)},t.prototype.dispose=function(t){this.clear(t)},t.prototype.determineAnimation=function(t,e){var n=e.get("animation"),i=t.axis,r="category"===i.type,o=e.get("snap");if(!o&&!r)return!1;if("auto"===n||null==n){var a=this.animationThreshold;if(r&&i.getBandWidth()>a)return!0;if(o){var s=bJ(t).seriesDataCount,l=i.getExtent();return Math.abs(l[0]-l[1])/s>a}return!1}return!0===n},t.prototype.makeElOption=function(t,e,n,i,r){},t.prototype.createPointerEl=function(t,e,n,i){var r=e.pointer;if(r){var o=AL(t).pointerEl=new tu[r.type](AP(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=AL(t).labelEl=new sE(AP(e.label));t.add(r),AN(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=AL(t).pointerEl;i&&e.pointer&&(i.setStyle(e.pointer.style),n(i,{shape:e.pointer.shape}))},t.prototype.updateLabelEl=function(t,e,n,i){var r=AL(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),AN(r,i))},t.prototype._renderHandle=function(t){if(!this._dragging&&this.updateHandleTransform){var e,n=this._axisPointerModel,i=this._api.getZr(),r=this._handle,o=n.getModel("handle"),a=n.get("status");if(!o.get("show")||!a||"hide"===a){r&&i.remove(r),this._handle=null;return}this._handle||(e=!0,r=this._handle=pS(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){nv(t.event)},onmousedown:t8(this._onHandleDragMove,this,0,0),drift:t8(this._onHandleDragMove,this),ondragend:t8(this._onHandleDragEnd,this)}),i.add(r)),AE(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");ee(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,pW(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){AR(this._axisPointerModel,!e&&this._moveAnimation,this._handle,Az(this.getHandleTransform(t,this._axisModel,this._axisPointerModel)))},t.prototype._onHandleDragMove=function(t,e){var n=this._handle;if(n){this._dragging=!0;var i=this.updateHandleTransform(Az(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(Az(i)),AL(n).lastProp=null,this._doDispatchAxisPointer()}},t.prototype._doDispatchAxisPointer=function(){if(this._handle){var t=this._payloadInfo,e=this._axisModel;this._api.dispatchAction({type:"updateAxisPointer",x:t.cursorPoint[0],y:t.cursorPoint[1],tooltipOption:t.tooltipOption,axesInfo:[{axisDim:e.axis.dim,axisIndex:e.componentIndex}]})}},t.prototype._onHandleDragEnd=function(){if(this._dragging=!1,this._handle){var t=this._axisPointerModel.get("value");this._moveHandleToValue(t),this._api.dispatchAction({type:"hideTip"})}},t.prototype.clear=function(t){this._lastValue=null,this._lastStatus=null;var e=t.getZr(),n=this._group,i=this._handle;e&&n&&(this._lastGraphicKey=null,n&&e.remove(n),i&&e.remove(i),this._group=null,this._handle=null,this._payloadInfo=null),pG(this,"_doDispatchAxisPointer")},t.prototype.doClear=function(){},t.prototype.buildLabel=function(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}},t}();function AR(t,e,n,i){!function t(e,n){if(!(ea(e)&&ea(n)))return e===n;var i=!0;return t3(n,function(n,r){i=i&&t(e[r],n)}),!!i}(AL(n).lastProp,i)&&(AL(n).lastProp=i,e?lS(n,i,t):(n.stopAnimation(),n.attr(i)))}function AN(t,e){t[e.get(["label","show"])?"show":"hide"]()}function Az(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function AE(t,e,n){var i=e.get("z"),r=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)})}function AB(t){var e,n=t.get("type"),i=t.getModel(n+"Style");return"line"===n?(e=i.getLineStyle()).fill=null:"shadow"===n&&((e=i.getAreaStyle()).stroke=null),e}function AV(t,e,n,i,r){var o,a,s,l,u,c,h=AF(n.get("value"),e.axis,e.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),d=n.getModel("label"),p=uM(d.get("padding")||0),f=d.getFont(),g=rY(h,f),y=r.position,m=g.width+p[1]+p[3],v=g.height+p[0]+p[2],x=r.align;"right"===x&&(y[0]-=m),"center"===x&&(y[0]-=m/2);var b=r.verticalAlign;"bottom"===b&&(y[1]-=v),"middle"===b&&(y[1]-=v/2),o=y,a=m,s=v,u=(l=i).getWidth(),c=l.getHeight(),o[0]=Math.min(o[0]+a,u)-a,o[1]=Math.min(o[1]+s,c)-s,o[0]=Math.max(o[0],0),o[1]=Math.max(o[1],0);var _=d.get("backgroundColor");_&&"auto"!==_||(_=e.get(["axisLine","lineStyle","color"])),t.label={x:y[0],y:y[1],style:lR(d,{text:h,font:f,fill:d.getTextColor(),padding:p,backgroundColor:_}),z2:10}}function AF(t,e,n,i,r){t=e.scale.parse(t);var o=e.scale.getLabel({value:t},{precision:r.precision}),a=r.formatter;if(a){var s={value:y9(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};t3(i,function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)}),ei(a)?o=a.replace("{value}",o):en(a)&&(o=a(s))}return o}function AW(t,e,n){var i=nw();return nA(i,i,n.rotation),nT(i,i,n.position),pm([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function AG(t,e,n,i,r,o){var a=bX.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),AV(e,i,r,o,{position:AW(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function AH(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function Aj(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function AX(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var AY=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=AU(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=AB(i),h=AZ[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}AG(e,t,bN(a.model,n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=bN(e.axis.grid.model,e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=AW(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.grid,a=r.getGlobalExtent(!0),s=AU(o,r).getOtherAxis(r).getGlobalExtent(),l=+("x"!==r.dim),u=[t.x,t.y];u[l]+=e[l],u[l]=Math.min(a[1],u[l]),u[l]=Math.max(a[0],u[l]);var c=(s[1]+s[0])/2,h=[c,c];return h[l]=u[l],{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},e}(AO);function AU(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var AZ={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:AH([e,n[0]],[e,n[1]],Aq(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:Aj([e-i/2,n[0]],[i,r],Aq(t))}}};function Aq(t){return+("x"!==t.dim)}var AK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="axisPointer",e.defaultOption={show:"auto",z:50,type:"line",snap:!1,triggerTooltip:!0,triggerEmphasis:!0,value:null,status:null,link:[],animation:null,animationDurationUpdate:200,lineStyle:{color:"#B9BEC9",width:1,type:"dashed"},shadowStyle:{color:"rgba(210,219,238,0.2)"},label:{show:!0,formatter:null,precision:"auto",margin:3,color:"#fff",padding:[5,7,5,7],backgroundColor:"auto",borderColor:null,borderWidth:0,borderRadius:3},handle:{show:!1,icon:"M10.7,11.9v-1.3H9.3v1.3c-4.9,0.3-8.8,4.4-8.8,9.4c0,5,3.9,9.1,8.8,9.4h1.3c4.9-0.3,8.8-4.4,8.8-9.4C19.5,16.3,15.6,12.2,10.7,11.9z M13.3,24.4H6.7v-1.2h6.6z M13.3,22H6.7v-1.2h6.6z M13.3,19.6H6.7v-1.2h6.6z",size:45,margin:50,color:"#333",shadowBlur:3,shadowColor:"#aaa",shadowOffsetX:0,shadowOffsetY:2,throttle:40}},e}(uZ),A$=oX();function AJ(t,e,n){if(!tT.node){var i=e.getZr();A$(i).records||(A$(i).records={}),function(t,e){A$(t).initialized||(A$(t).initialized=!0,n("click",et(A0,"click")),n("mousemove",et(A0,"mousemove")),n("globalout",AQ));function n(n,i){t.on(n,function(n){var r,o,a,s,l,u,c,h,d=(r=e,o={showTip:[],hideTip:[]},{dispatchAction:a=function(t){var e=o[t.type];e?e.push(t):(t.dispatchAction=a,r.dispatchAction(t))},pendings:o});t3(A$(t).records,function(t){t&&i(t,n,d.dispatchAction)}),s=d.pendings,l=e,c=s.showTip.length,h=s.hideTip.length,c?u=s.showTip[c-1]:h&&(u=s.hideTip[h-1]),u&&(u.dispatchAction=null,l.dispatchAction(u))})}}(i,e),(A$(i).records[t]||(A$(i).records[t]={})).handler=n}}function AQ(t,e,n){t.handler("leave",null,n)}function A0(t,e,n,i){e.handler(t,n,i)}function A1(t,e){if(!tT.node){var n=e.getZr();(A$(n).records||{})[t]&&(A$(n).records[t]=null)}}var A2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";AJ("axisPointer",n,function(t,e,n){"none"!==r&&("leave"===t||r.indexOf(t)>=0)&&n({type:"updateAxisPointer",currTrigger:t,x:e&&e.offsetX,y:e&&e.offsetY})})},e.prototype.remove=function(t,e){A1("axisPointer",e)},e.prototype.dispose=function(t,e){A1("axisPointer",e)},e.type="axisPointer",e}(hQ);function A3(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=oj(o,t);if(null==a||a<0||ee(a))return{point:[]};var s=o.getItemGraphicEl(a),l=n.coordinateSystem;if(n.getTooltipPosition)i=n.getTooltipPosition(a)||[];else if(l&&l.dataToPoint)if(t.isStacked){var u=l.getBaseAxis(),c=l.getOtherAxis(u).dim,h=u.dim,d=+("x"===c||"radius"===c),p=o.mapDimension(h),f=[];f[d]=o.get(p,a),f[1-d]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(f)||[]}else i=l.dataToPoint(o.getValues(t5(l.dimensions,function(t){return o.mapDimension(t)}),a))||[];else if(s){var g=s.getBoundingRect().clone();g.applyTransform(s.transform),i=[g.x+g.width/2,g.y+g.height/2]}return{point:i,el:s}}var A5=oX();function A4(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t.dispatchAction||t8(n.dispatchAction,n),a=e.getComponent("axisPointer").coordSysAxesInfo;if(a){Dt(r)&&(r=A3({seriesIndex:t.seriesIndex,dataIndex:t.dataIndex},e).point);var s,l,u,c,h,d,p,f,g,y,m,v=Dt(r),x=t.axesInfo,b=a.axesInfo,_="leave"===i||Dt(r),S={},w={},M={list:[],map:{}},C={showPointer:et(A6,w),showTooltip:et(A7,M)};t3(a.coordSysMap,function(t,e){var n=v||t.containPoint(r);t3(a.coordSysAxesInfo[e],function(t,e){var i=t.axis,o=function(t,e){for(var n=0;n<(t||[]).length;n++){var i=t[n];if(e.axis.dim===i.axisDim&&e.axis.model.componentIndex===i.axisIndex)return i}}(x,t);if(!_&&n&&(!x||o)){var a=o&&o.value;null!=a||v||(a=i.pointToData(r)),null!=a&&A9(t,a,C,!1,S)}})});var I={};return t3(b,function(t,e){var n=t.linkGroup;n&&!w[e]&&t3(n.axesInfo,function(e,i){var r=w[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,A8(e),A8(t)))),I[t.key]=o}})}),t3(I,function(t,e){A9(b[e],t,C,!0,S)}),s=w,l=b,u=S.axesInfo=[],t3(l,function(t,e){var n=t.axisPointerModel.option,i=s[e];i?(t.useHandle||(n.status="show"),n.value=i.value,n.seriesDataIndices=(i.payloadBatch||[]).slice()):t.useHandle||(n.status="hide"),"show"===n.status&&u.push({axisDim:t.axis.dim,axisIndex:t.axis.model.componentIndex,value:n.value})}),function(t,e,n,i){if(Dt(e)||!t.list.length)return i({type:"hideTip"});var r=((t.list[0].dataByAxis[0]||{}).seriesDataIndices||[])[0]||{};i({type:"showTip",escapeConnect:!0,x:e[0],y:e[1],tooltipOption:n.tooltipOption,position:n.position,dataIndexInside:r.dataIndexInside,dataIndex:r.dataIndex,seriesIndex:r.seriesIndex,dataByCoordSys:t.list})}(M,r,t,o),c=b,d=(h=n).getZr(),p="axisPointerLastHighlights",f=A5(d)[p]||{},g=A5(d)[p]={},t3(c,function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&t3(n.seriesDataIndices,function(t){g[t.seriesIndex+" | "+t.dataIndex]=t})}),y=[],m=[],t3(f,function(t,e){g[e]||m.push(t)}),t3(g,function(t,e){f[e]||y.push(t)}),m.length&&h.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:m}),y.length&&h.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:y}),S}}function A9(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e)){if(!t.involveSeries)return void n.showPointer(t,e);var a,s,l,u,c,h,d,p,f=(a=e,u=(l=(s=t).axis).dim,c=a,h=[],d=Number.MAX_VALUE,p=-1,t3(s.seriesModels,function(t,e){var n,i,r=t.getData().mapDimensionsAll(u);if(t.getAxisTooltipData){var o=t.getAxisTooltipData(r,a,l);i=o.dataIndices,n=o.nestestValue}else{if(!(i=t.getData().indicesOfNearest(r[0],a,"category"===l.type?.5:null)).length)return;n=t.getData().get(r[0],i[0])}if(null!=n&&isFinite(n)){var s=a-n,f=Math.abs(s);f<=d&&((f<d||s>=0&&p<0)&&(d=f,p=s,c=n,h.length=0),t3(i,function(e){h.push({seriesIndex:t.seriesIndex,dataIndexInside:e,dataIndex:t.getData().getRawIndex(e)})}))}}),{payloadBatch:h,snapToValue:c}),g=f.payloadBatch,y=f.snapToValue;g[0]&&null==r.seriesIndex&&tK(r,g[0]),!i&&t.snap&&o.containData(y)&&null!=y&&(e=y),n.showPointer(t,e,g),n.showTooltip(t,f,y)}}function A6(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function A7(t,e,n,i){var r=n.payloadBatch,o=e.axis,a=o.model,s=e.axisPointerModel;if(e.triggerTooltip&&r.length){var l=e.coordSys.model,u=b0(l),c=t.map[u];c||(c=t.map[u]={coordSysId:l.id,coordSysIndex:l.componentIndex,coordSysType:l.type,coordSysMainType:l.mainType,dataByAxis:[]},t.list.push(c)),c.dataByAxis.push({axisDim:o.dim,axisIndex:a.componentIndex,axisType:a.type,axisId:a.id,value:i,valueLabelOpt:{precision:s.get(["label","precision"]),formatter:s.get(["label","formatter"])},seriesDataIndices:r.slice()})}}function A8(t){var e=t.axis.model,n={},i=n.axisDim=t.axis.dim;return n.axisIndex=n[i+"AxisIndex"]=e.componentIndex,n.axisName=n[i+"AxisName"]=e.name,n.axisId=n[i+"AxisId"]=e.id,n}function Dt(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function De(t){b2.registerAxisPointerClass("CartesianAxisPointer",AY),t.registerComponentModel(AK),t.registerComponentView(A2),t.registerPreprocessor(function(t){if(t){t.axisPointer&&0!==t.axisPointer.length||(t.axisPointer={});var e=t.axisPointer.link;e&&!ee(e)&&(t.axisPointer.link=[e])}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,function(t,e){var n,i,r,o,a,s,l,u,c;t.getComponent("axisPointer").coordSysAxesInfo=(i=n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}},r=t,o=e,a=r.getComponent("tooltip"),l=(s=r.getComponent("axisPointer")).get("link",!0)||[],u=[],t3(o.getCoordinateSystems(),function(t){if(t.axisPointerEnabled){var e=b0(t.model),n=i.coordSysAxesInfo[e]={};i.coordSysMap[e]=t;var o=t.model.getModel("tooltip",a);if(t3(t.getAxes(),et(p,!1,null)),t.getTooltipAxes&&a&&o.get("show")){var c="axis"===o.get("trigger"),h="cross"===o.get(["axisPointer","type"]),d=t.getTooltipAxes(o.get(["axisPointer","axis"]));(c||h)&&t3(d.baseAxes,et(p,!h||"cross",c)),h&&t3(d.otherAxes,et(p,"cross",!1))}}function p(e,a,c){var h=c.model.getModel("axisPointer",s),d=h.get("show");if(d&&("auto"!==d||e||bQ(h))){null==a&&(a=h.get("triggerTooltip"));var p=(h=e?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};t3(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(t){s[t]=tU(a.get(t))}),s.snap="category"!==t.type&&!!o,"cross"===a.get("type")&&(s.type="line");var l=s.label||(s.label={});if(null==l.show&&(l.show=!1),"cross"===r){var u=a.get(["label","show"]);if(l.show=null==u||u,!o){var c=s.lineStyle=a.get("crossStyle");c&&t$(l,c.textStyle)}}return t.model.getModel("axisPointer",new l1(s,n,i))}(c,o,s,r,e,a):h).get("snap"),f=h.get("triggerEmphasis"),g=b0(c.model),y=a||p||"category"===c.type,m=i.axesInfo[g]={key:g,axis:c,coordSys:t,axisPointerModel:h,triggerTooltip:a,triggerEmphasis:f,involveSeries:y,snap:p,useHandle:bQ(h),seriesModels:[],linkGroup:null};n[g]=m,i.seriesInvolved=i.seriesInvolved||y;var v=function(t,e){for(var n=e.model,i=e.dim,r=0;r<t.length;r++){var o=t[r]||{};if(b$(o[i+"AxisId"],n.id)||b$(o[i+"AxisIndex"],n.componentIndex)||b$(o[i+"AxisName"],n.name))return r}}(l,c);if(null!=v){var x=u[v]||(u[v]={axesInfo:{}});x.axesInfo[g]=m,x.mapper=l[v].mapper,m.linkGroup=x}}}}),n.seriesInvolved&&(c=n,t.eachSeries(function(t){var e=t.coordinateSystem,n=t.get(["tooltip","trigger"],!0),i=t.get(["tooltip","show"],!0);e&&"none"!==n&&!1!==n&&"item"!==n&&!1!==i&&!1!==t.get(["axisPointer","show"],!0)&&t3(c.coordSysAxesInfo[b0(e.model)],function(n){var i=n.axis;e.getAxis(i.dim)===i&&(n.seriesModels.push(t),null==n.seriesDataCount&&(n.seriesDataCount=0),n.seriesDataCount+=t.getData().count())})})),n)}),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},A4)}var Dn=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis;"angle"===o.dim&&(this.animationThreshold=Math.PI/18);var a=o.polar,s=a.getOtherAxis(o).getExtent(),l=o.dataToCoord(e),u=i.get("type");if(u&&"none"!==u){var c=AB(i),h=Di[u](o,a,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=function(t,e,n,i){var r,o,a,s=e.axis,l=s.dataToCoord(t),u=n.getAngleAxis().getExtent()[0];u=u/180*Math.PI;var c=n.getRadiusAxis().getExtent();if("radius"===s.dim){var h=nw();nA(h,h,u),nT(h,h,[n.cx,n.cy]),r=pm([l,-i],h);var d=e.getModel("axisLabel").get("rotate")||0,p=bX.innerTextLayout(u,d*Math.PI/180,-1);o=p.textAlign,a=p.textVerticalAlign}else{var f=c[1];r=n.coordToPoint([f+i,l]);var g=n.cx,y=n.cy;o=Math.abs(r[0]-g)/f<.3?"center":r[0]>g?"left":"right",a=Math.abs(r[1]-y)/f<.3?"middle":r[1]>y?"top":"bottom"}return{position:r,align:o,verticalAlign:a}}(e,n,a,i.get(["label","margin"]));AV(t,n,i,r,d)},e}(AO),Di={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:AH(e.coordToPoint([i[0],n]),e.coordToPoint([i[1],n]))}:{type:"Circle",shape:{cx:e.cx,cy:e.cy,r:n}}},shadow:function(t,e,n,i){var r=Math.max(1,t.getBandWidth()),o=Math.PI/180;return"angle"===t.dim?{type:"Sector",shape:AX(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(-n+r/2)*o)}:{type:"Sector",shape:AX(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},Dr=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.findAxisModel=function(t){var e;return this.ecModel.eachComponent(t,function(t){t.getCoordSysModel()===this&&(e=t)},this),e},e.type="polar",e.dependencies=["radiusAxis","angleAxis"],e.defaultOption={z:0,center:["50%","50%"],radius:"80%"},e}(uZ),Do=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",oq).models[0]},e.type="polarAxis",e}(uZ);t1(Do,mt);var Da=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="angleAxis",e}(Do),Ds=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="radiusAxis",e}(Do),Dl=function(t){function e(e,n){return t.call(this,"radius",e,n)||this}return tM(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)[+("radius"!==this.dim)]},e}(mk);Dl.prototype.dataToRadius=mk.prototype.dataToCoord,Dl.prototype.radiusToData=mk.prototype.coordToData;var Du=oX(),Dc=function(t){function e(e,n){return t.call(this,"angle",e,n||[0,360])||this}return tM(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)[+("radius"!==this.dim)]},e.prototype.calculateCategoryInterval=function(){var t=this.getLabelModel(),e=this.scale,n=e.getExtent(),i=e.count();if(n[1]-n[0]<1)return 0;var r=n[0],o=Math.abs(this.dataToCoord(r+1)-this.dataToCoord(r)),a=Math.max(rY(null==r?"":r+"",t.getFont(),"center","top").height,7)/o;isNaN(a)&&(a=1/0);var s=Math.max(0,Math.floor(a)),l=Du(this.model),u=l.lastAutoInterval,c=l.lastTickCount;return null!=u&&null!=c&&1>=Math.abs(u-s)&&1>=Math.abs(c-i)&&u>s?s=u:(l.lastTickCount=i,l.lastAutoInterval=s),s},e}(mk);Dc.prototype.dataToAngle=mk.prototype.dataToCoord,Dc.prototype.angleToData=mk.prototype.coordToData;var Dh=["radius","angle"],Dd=function(){function t(t){this.dimensions=Dh,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new Dl,this._angleAxis=new Dc,this.axisPointerEnabled=!0,this.name=t||"",this._radiusAxis.polar=this._angleAxis.polar=this}return t.prototype.containPoint=function(t){var e=this.pointToCoord(t);return this._radiusAxis.contain(e[0])&&this._angleAxis.contain(e[1])},t.prototype.containData=function(t){return this._radiusAxis.containData(t[0])&&this._angleAxis.containData(t[1])},t.prototype.getAxis=function(t){return this["_"+t+"Axis"]},t.prototype.getAxes=function(){return[this._radiusAxis,this._angleAxis]},t.prototype.getAxesByScale=function(t){var e=[],n=this._angleAxis,i=this._radiusAxis;return n.scale.type===t&&e.push(n),i.scale.type===t&&e.push(i),e},t.prototype.getAngleAxis=function(){return this._angleAxis},t.prototype.getRadiusAxis=function(){return this._radiusAxis},t.prototype.getOtherAxis=function(t){var e=this._angleAxis;return t===e?this._radiusAxis:e},t.prototype.getBaseAxis=function(){return this.getAxesByScale("ordinal")[0]||this.getAxesByScale("time")[0]||this.getAngleAxis()},t.prototype.getTooltipAxes=function(t){var e=null!=t&&"auto"!==t?this.getAxis(t):this.getBaseAxis();return{baseAxes:[e],otherAxes:[this.getOtherAxis(e)]}},t.prototype.dataToPoint=function(t,e){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)])},t.prototype.pointToData=function(t,e){var n=this.pointToCoord(t);return[this._radiusAxis.radiusToData(n[0],e),this._angleAxis.angleToData(n[1],e)]},t.prototype.pointToCoord=function(t){var e=t[0]-this.cx,n=t[1]-this.cy,i=this.getAngleAxis(),r=i.getExtent(),o=Math.min(r[0],r[1]),a=Math.max(r[0],r[1]);i.inverse?o=a-360:a=o+360;var s=Math.sqrt(e*e+n*n);e/=s;for(var l=Math.atan2(-(n/=s),e)/Math.PI*180,u=l<o?1:-1;l<o||l>a;)l+=360*u;return[s,l]},t.prototype.coordToPoint=function(t){var e=t[0],n=t[1]/180*Math.PI;return[Math.cos(n)*e+this.cx,-Math.sin(n)*e+this.cy]},t.prototype.getArea=function(){var t=this.getAngleAxis(),e=this.getRadiusAxis().getExtent().slice();e[0]>e[1]&&e.reverse();var n=t.getExtent(),i=Math.PI/180;return{cx:this.cx,cy:this.cy,r0:e[0],r:e[1],startAngle:-n[0]*i,endAngle:-n[1]*i,clockwise:t.inverse,contain:function(t,e){var n=t-this.cx,i=e-this.cy,r=n*n+i*i,o=this.r,a=this.r0;return o!==a&&r-1e-4<=o*o&&r+1e-4>=a*a}}},t.prototype.convertToPixel=function(t,e,n){return Dp(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return Dp(e)===this?this.pointToData(n):null},t}();function Dp(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}function Df(t,e){var n=this,i=n.getAngleAxis(),r=n.getRadiusAxis();if(i.scale.setExtent(1/0,-1/0),r.scale.setExtent(1/0,-1/0),t.eachSeries(function(t){if(t.coordinateSystem===n){var e=t.getData();t3(y8(e,"radius"),function(t){r.scale.unionExtentFromData(e,t)}),t3(y8(e,"angle"),function(t){i.scale.unionExtentFromData(e,t)})}}),y3(i.scale,i.model),y3(r.scale,r.model),"category"===i.type&&!i.onBand){var o=i.getExtent(),a=360/i.scale.count();i.inverse?o[1]+=a:o[1]-=a,i.setExtent(o[0],o[1])}}function Dg(t,e){var n;if(t.type=e.get("type"),t.scale=y5(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),"angleAxis"===e.mainType){t.inverse=t.inverse!==e.get("clockwise");var i=e.get("startAngle"),r=null!=(n=e.get("endAngle"))?n:i+(t.inverse?-360:360);t.setExtent(i,r)}e.axis=t,t.model=e}var Dy={dimensions:Dh,create:function(t,e){var n=[];return t.eachComponent("polar",function(t,i){var r,o,a,s,l,u,c,h=new Dd(i+"");h.update=Df;var d=h.getRadiusAxis(),p=h.getAngleAxis(),f=t.findAxisModel("radiusAxis"),g=t.findAxisModel("angleAxis");Dg(d,f),Dg(p,g),r=t.get("center"),o=e.getWidth(),a=e.getHeight(),h.cx=oc(r[0],o),h.cy=oc(r[1],a),s=h.getRadiusAxis(),l=Math.min(o,a)/2,null==(u=t.get("radius"))?u=[0,"100%"]:ee(u)||(u=[0,u]),c=[oc(u[0],l),oc(u[1],l)],s.inverse?s.setExtent(c[1],c[0]):s.setExtent(c[0],c[1]),n.push(h),t.coordinateSystem=h,h.model=t}),t.eachSeries(function(t){if("polar"===t.get("coordinateSystem")){var e=t.getReferringComponents("polar",oq).models[0];t.coordinateSystem=e.coordinateSystem}}),n}},Dm=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function Dv(t,e,n){e[1]>e[0]&&(e=e.slice().reverse());var i=t.coordToPoint([e[0],n]),r=t.coordToPoint([e[1],n]);return{x1:i[0],y1:i[1],x2:r[0],y2:r[1]}}function Dx(t){return+!t.getRadiusAxis().inverse}function Db(t){var e=t[0],n=t[t.length-1];e&&n&&1e-4>Math.abs(Math.abs(e.coord-n.coord)-360)&&t.pop()}var D_=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return tM(e,t),e.prototype.render=function(t,e){if(this.group.removeAll(),t.get("show")){var n=t.axis,i=n.polar,r=i.getRadiusAxis().getExtent(),o=n.getTicksCoords(),a=n.getMinorTicksCoords(),s=t5(n.getViewLabels(),function(t){t=tU(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t});Db(s),Db(o),t3(Dm,function(e){t.get([e,"show"])&&(!n.scale.isBlank()||"axisLine"===e)&&DS[e](this.group,t,i,o,a,r,s)},this)}},e.type="angleAxis",e}(b2),DS={axisLine:function(t,e,n,i,r,o){var a,s=e.getModel(["axisLine","lineStyle"]),l=n.getAngleAxis(),u=Math.PI/180,c=l.getExtent(),h=Dx(n),d=+!h,p=360===Math.abs(c[1]-c[0])?"Circle":"Arc";(a=0===o[d]?new tu[p]({shape:{cx:n.cx,cy:n.cy,r:o[h],startAngle:-c[0]*u,endAngle:-c[1]*u,clockwise:l.inverse},style:s.getLineStyle(),z2:1,silent:!0}):new dO({shape:{cx:n.cx,cy:n.cy,r:o[h],r0:o[d]},style:s.getLineStyle(),z2:1,silent:!0})).style.fill=null,t.add(a)},axisTick:function(t,e,n,i,r,o){var a=e.getModel("axisTick"),s=(a.get("inside")?-1:1)*a.get("length"),l=o[Dx(n)],u=t5(i,function(t){return new dj({shape:Dv(n,[l,l+s],t.coord)})});t.add(ph(u,{style:t$(a.getModel("lineStyle").getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])})}))},minorTick:function(t,e,n,i,r,o){if(r.length){for(var a=e.getModel("axisTick"),s=e.getModel("minorTick"),l=(a.get("inside")?-1:1)*s.get("length"),u=o[Dx(n)],c=[],h=0;h<r.length;h++)for(var d=0;d<r[h].length;d++)c.push(new dj({shape:Dv(n,[u,u+l],r[h][d].coord)}));t.add(ph(c,{style:t$(s.getModel("lineStyle").getLineStyle(),t$(a.getLineStyle(),{stroke:e.get(["axisLine","lineStyle","color"])}))}))}},axisLabel:function(t,e,n,i,r,o,a){var s=e.getCategories(!0),l=e.getModel("axisLabel"),u=l.get("margin"),c=e.get("triggerEvent");t3(a,function(i,r){var a=l,h=i.tickValue,d=o[Dx(n)],p=n.coordToPoint([d+u,i.coord]),f=n.cx,g=n.cy,y=Math.abs(p[0]-f)/d<.3?"center":p[0]>f?"left":"right",m=Math.abs(p[1]-g)/d<.3?"middle":p[1]>g?"top":"bottom";if(s&&s[h]){var v=s[h];ea(v)&&v.textStyle&&(a=new l1(v.textStyle,l,l.ecModel))}var x=new sE({silent:bX.isLabelSilent(e),style:lR(a,{x:p[0],y:p[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:y,verticalAlign:m})});if(t.add(x),c){var b=bX.makeAxisEventDataBase(e);b.targetType="axisLabel",b.value=i.rawLabel,sB(x).eventData=b}},this)},splitLine:function(t,e,n,i,r,o){var a=e.getModel("splitLine").getModel("lineStyle"),s=a.get("color"),l=0;s=s instanceof Array?s:[s];for(var u=[],c=0;c<i.length;c++){var h=l++%s.length;u[h]=u[h]||[],u[h].push(new dj({shape:Dv(n,o,i[c].coord)}))}for(var c=0;c<u.length;c++)t.add(ph(u[c],{style:t$({stroke:s[c%s.length]},a.getLineStyle()),silent:!0,z:e.get("z")}))},minorSplitLine:function(t,e,n,i,r,o){if(r.length){for(var a=e.getModel("minorSplitLine").getModel("lineStyle"),s=[],l=0;l<r.length;l++)for(var u=0;u<r[l].length;u++)s.push(new dj({shape:Dv(n,o,r[l][u].coord)}));t.add(ph(s,{style:a.getLineStyle(),silent:!0,z:e.get("z")}))}},splitArea:function(t,e,n,i,r,o){if(i.length){var a=e.getModel("splitArea").getModel("areaStyle"),s=a.get("color"),l=0;s=s instanceof Array?s:[s];for(var u=[],c=Math.PI/180,h=-i[0].coord*c,d=Math.min(o[0],o[1]),p=Math.max(o[0],o[1]),f=e.get("clockwise"),g=1,y=i.length;g<=y;g++){var m=g===y?i[0].coord:i[g].coord,v=l++%s.length;u[v]=u[v]||[],u[v].push(new dk({shape:{cx:n.cx,cy:n.cy,r0:d,r:p,startAngle:h,endAngle:-m*c,clockwise:f},silent:!0})),h=-m*c}for(var g=0;g<u.length;g++)t.add(ph(u[g],{style:t$({fill:s[g%s.length]},a.getAreaStyle()),silent:!0}))}}},Dw=["axisLine","axisTickLabel","axisName"],DM=["splitLine","splitArea","minorSplitLine"],DC=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return tM(e,t),e.prototype.render=function(t,e){if(this.group.removeAll(),t.get("show")){var n,i,r,o=this._axisGroup,a=this._axisGroup=new r6;this.group.add(a);var s=t.axis,l=s.polar,u=l.getAngleAxis(),c=s.getTicksCoords(),h=s.getMinorTicksCoords(),d=u.getExtent()[0],p=s.getExtent(),f=(n=l,i=t,r=d,{position:[n.cx,n.cy],rotation:r/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:i.getModel("axisLabel").get("rotate"),z2:1}),g=new bX(t,f);t3(Dw,g.add,g),a.add(g.getGroup()),px(o,a,t),t3(DM,function(e){t.get([e,"show"])&&!s.scale.isBlank()&&DI[e](this.group,t,l,d,p,c,h)},this)}},e.type="radiusAxis",e}(b2),DI={splitLine:function(t,e,n,i,r,o){var a=e.getModel("splitLine").getModel("lineStyle"),s=a.get("color"),l=0,u=n.getAngleAxis(),c=Math.PI/180,h=u.getExtent(),d=360===Math.abs(h[1]-h[0])?"Circle":"Arc";s=s instanceof Array?s:[s];for(var p=[],f=0;f<o.length;f++){var g=l++%s.length;p[g]=p[g]||[],p[g].push(new tu[d]({shape:{cx:n.cx,cy:n.cy,r:Math.max(o[f].coord,0),startAngle:-h[0]*c,endAngle:-h[1]*c,clockwise:u.inverse}}))}for(var f=0;f<p.length;f++)t.add(ph(p[f],{style:t$({stroke:s[f%s.length],fill:null},a.getLineStyle()),silent:!0}))},minorSplitLine:function(t,e,n,i,r,o,a){if(a.length){for(var s=e.getModel("minorSplitLine").getModel("lineStyle"),l=[],u=0;u<a.length;u++)for(var c=0;c<a[u].length;c++)l.push(new dp({shape:{cx:n.cx,cy:n.cy,r:a[u][c].coord}}));t.add(ph(l,{style:t$({fill:null},s.getLineStyle()),silent:!0}))}},splitArea:function(t,e,n,i,r,o){if(o.length){var a=e.getModel("splitArea").getModel("areaStyle"),s=a.get("color"),l=0;s=s instanceof Array?s:[s];for(var u=[],c=o[0].coord,h=1;h<o.length;h++){var d=l++%s.length;u[d]=u[d]||[],u[d].push(new dk({shape:{cx:n.cx,cy:n.cy,r0:c,r:o[h].coord,startAngle:0,endAngle:2*Math.PI},silent:!0})),c=o[h].coord}for(var h=0;h<u.length;h++)t.add(ph(u[h],{style:t$({fill:s[h%s.length]},a.getAreaStyle()),silent:!0}))}}};function DT(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function DA(t,e){return e.dim+t.model.componentIndex}var DD=function(t,e,n){var i,r,o,a={},s=(i=t9(e.getSeriesByType(t),function(t){return!e.isSeriesFiltered(t)&&t.coordinateSystem&&"polar"===t.coordinateSystem.type}),r={},t3(i,function(t,e){var n=t.getData(),i=t.coordinateSystem,o=i.getBaseAxis(),a=DA(i,o),s=o.getExtent(),l="category"===o.type?o.getBandWidth():Math.abs(s[1]-s[0])/n.count(),u=r[a]||{bandWidth:l,remainedWidth:l,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},c=u.stacks;r[a]=u;var h=DT(t);!c[h]&&u.autoWidthCount++,c[h]=c[h]||{width:0,maxWidth:0};var d=oc(t.get("barWidth"),l),p=oc(t.get("barMaxWidth"),l),f=t.get("barGap"),g=t.get("barCategoryGap");d&&!c[h].width&&(d=Math.min(u.remainedWidth,d),c[h].width=d,u.remainedWidth-=d),p&&(c[h].maxWidth=p),null!=f&&(u.gap=f),null!=g&&(u.categoryGap=g)}),o={},t3(r,function(t,e){o[e]={};var n,i=t.stacks,r=t.bandWidth,a=oc(t.categoryGap,r),s=oc(t.gap,1),l=t.remainedWidth,u=t.autoWidthCount,c=(l-a)/(u+(u-1)*s);c=Math.max(c,0),t3(i,function(t,e){var n=t.maxWidth;n&&n<c&&(n=Math.min(n,l),t.width&&(n=Math.min(n,t.width)),l-=n,t.width=n,u--)}),c=Math.max(c=(l-a)/(u+(u-1)*s),0);var h=0;t3(i,function(t,e){t.width||(t.width=c),n=t,h+=t.width*(1+s)}),n&&(h-=n.width*s);var d=-h/2;t3(i,function(t,n){o[e][n]=o[e][n]||{offset:d,width:t.width},d+=t.width*(1+s)})}),o);e.eachSeriesByType(t,function(t){if("polar"===t.coordinateSystem.type){var e=t.getData(),n=t.coordinateSystem,i=n.getBaseAxis(),r=DA(n,i),o=DT(t),l=s[r][o],u=l.offset,c=l.width,h=n.getOtherAxis(i),d=t.coordinateSystem.cx,p=t.coordinateSystem.cy,f=t.get("barMinHeight")||0,g=t.get("barMinAngle")||0;a[o]=a[o]||[];for(var y=e.mapDimension(h.dim),m=e.mapDimension(i.dim),v=yc(e,y),x="radius"!==i.dim||!t.get("roundCap",!0),b=h.model.get("startValue"),_=h.dataToCoord(b||0),S=0,w=e.count();S<w;S++){var M=e.get(y,S),C=e.get(m,S),I=M>=0?"p":"n",T=_;v&&(a[o][C]||(a[o][C]={p:_,n:_}),T=a[o][C][I]);var A=void 0,D=void 0,k=void 0,L=void 0;if("radius"===h.dim){var P=h.dataToCoord(M)-_,O=i.dataToCoord(C);Math.abs(P)<f&&(P=(P<0?-1:1)*f),A=T,D=T+P,L=(k=O-u)-c,v&&(a[o][C][I]=D)}else{var R=h.dataToCoord(M,x)-_,N=i.dataToCoord(C);Math.abs(R)<g&&(R=(R<0?-1:1)*g),D=(A=N+u)+c,k=T,L=T+R,v&&(a[o][C][I]=L)}e.setItemLayout(S,{cx:d,cy:p,r0:A,r:D,startAngle:-k*Math.PI/180,endAngle:-L*Math.PI/180,clockwise:k>=L})}}})},Dk={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},DL={splitNumber:5},DP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="polar",e}(hQ);function DO(t,e){e=e||{};var n=t.coordinateSystem,i=t.axis,r={},o=i.position,a=i.orient,s=n.getRect(),l=[s.x,s.x+s.width,s.y,s.y+s.height],u={horizontal:{top:l[2],bottom:l[3]},vertical:{left:l[0],right:l[1]}};r.position=["vertical"===a?u.vertical[o]:l[0],"horizontal"===a?u.horizontal[o]:l[3]],r.rotation=Math.PI/2*({horizontal:0,vertical:1})[a],r.labelDirection=r.tickDirection=r.nameDirection=({top:-1,bottom:1,right:1,left:-1})[o],t.get(["axisTick","inside"])&&(r.tickDirection=-r.tickDirection),ef(e.labelInside,t.get(["axisLabel","inside"]))&&(r.labelDirection=-r.labelDirection);var c=e.rotate;return null==c&&(c=t.get(["axisLabel","rotate"])),r.labelRotation="top"===o?-c:c,r.z2=1,r}var DR=["axisLine","axisTickLabel","axisName"],DN=["splitArea","splitLine"],Dz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="SingleAxisPointer",n}return tM(e,t),e.prototype.render=function(e,n,i,r){var o=this.group;o.removeAll();var a=this._axisGroup;this._axisGroup=new r6;var s=DO(e),l=new bX(e,s);t3(DR,l.add,l),o.add(this._axisGroup),o.add(l.getGroup()),t3(DN,function(t){e.get([t,"show"])&&DE[t](this,this.group,this._axisGroup,e)},this),px(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},e.prototype.remove=function(){b4(this)},e.type="singleAxis",e}(b2),DE={splitLine:function(t,e,n,i){var r=i.axis;if(!r.scale.isBlank()){var o=i.getModel("splitLine"),a=o.getModel("lineStyle"),s=a.get("color");s=s instanceof Array?s:[s];for(var l=a.get("width"),u=i.coordinateSystem.getRect(),c=r.isHorizontal(),h=[],d=0,p=r.getTicksCoords({tickModel:o}),f=[],g=[],y=0;y<p.length;++y){var m=r.toGlobalCoord(p[y].coord);c?(f[0]=m,f[1]=u.y,g[0]=m,g[1]=u.y+u.height):(f[0]=u.x,f[1]=m,g[0]=u.x+u.width,g[1]=m);var v=new dj({shape:{x1:f[0],y1:f[1],x2:g[0],y2:g[1]},silent:!0});pp(v.shape,l);var x=d++%s.length;h[x]=h[x]||[],h[x].push(v)}for(var b=a.getLineStyle(["color"]),y=0;y<h.length;++y)e.add(ph(h[y],{style:t$({stroke:s[y%s.length]},b),silent:!0}))}},splitArea:function(t,e,n,i){b5(t,n,i,i)}},DB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.getCoordSysModel=function(){return this},e.type="singleAxis",e.layoutMode="box",e.defaultOption={left:"5%",top:"5%",right:"5%",bottom:"5%",type:"value",position:"bottom",orient:"horizontal",axisLine:{show:!0,lineStyle:{width:1,type:"solid"}},tooltip:{show:!0},axisTick:{show:!0,length:6,lineStyle:{width:1}},axisLabel:{show:!0,interval:"auto"},splitLine:{show:!0,lineStyle:{type:"dashed",opacity:.2}}},e}(uZ);t1(DB,mt.prototype);var DV=function(t){function e(e,n,i,r,o){var a=t.call(this,e,n,i)||this;return a.type=r||"value",a.position=o||"bottom",a}return tM(e,t),e.prototype.isHorizontal=function(){var t=this.position;return"top"===t||"bottom"===t},e.prototype.pointToData=function(t,e){return this.coordinateSystem.pointToData(t)[0]},e}(mk),DF=["single"],DW=function(){function t(t,e,n){this.type="single",this.dimension="single",this.dimensions=DF,this.axisPointerEnabled=!0,this.model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=new DV(this.dimension,y5(t),[0,0],t.get("type"),t.get("position")),r="category"===i.type;i.onBand=r&&t.get("boundaryGap"),i.inverse=t.get("inverse"),i.orient=t.get("orient"),t.axis=i,i.model=t,i.coordinateSystem=this,this._axis=i},t.prototype.update=function(t,e){t.eachSeries(function(t){if(t.coordinateSystem===this){var e=t.getData();t3(e.mapDimensionsAll(this.dimension),function(t){this._axis.scale.unionExtentFromData(e,t)},this),y3(this._axis.scale,this._axis.model)}},this)},t.prototype.resize=function(t,e){this._rect=uB({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:e.getWidth(),height:e.getHeight()}),this._adjustAxis()},t.prototype.getRect=function(){return this._rect},t.prototype._adjustAxis=function(){var t=this._rect,e=this._axis,n=e.isHorizontal(),i=n?[0,t.width]:[0,t.height],r=+!!e.inverse;e.setExtent(i[r],i[1-r]),this._updateAxisTransform(e,n?t.x:t.y)},t.prototype._updateAxisTransform=function(t,e){var n=t.getExtent(),i=n[0]+n[1],r=t.isHorizontal();t.toGlobalCoord=r?function(t){return t+e}:function(t){return i-t+e},t.toLocalCoord=r?function(t){return t-e}:function(t){return i-t+e}},t.prototype.getAxis=function(){return this._axis},t.prototype.getBaseAxis=function(){return this._axis},t.prototype.getAxes=function(){return[this._axis]},t.prototype.getTooltipAxes=function(){return{baseAxes:[this.getAxis()],otherAxes:[]}},t.prototype.containPoint=function(t){var e=this.getRect(),n=this.getAxis();return"horizontal"===n.orient?n.contain(n.toLocalCoord(t[0]))&&t[1]>=e.y&&t[1]<=e.y+e.height:n.contain(n.toLocalCoord(t[1]))&&t[0]>=e.y&&t[0]<=e.y+e.height},t.prototype.pointToData=function(t){var e=this.getAxis();return[e.coordToData(e.toLocalCoord(t[+("horizontal"!==e.orient)]))]},t.prototype.dataToPoint=function(t){var e=this.getAxis(),n=this.getRect(),i=[],r=+("horizontal"!==e.orient);return t instanceof Array&&(t=t[0]),i[r]=e.toGlobalCoord(e.dataToCoord(+t)),i[1-r]=0===r?n.y+n.height/2:n.x+n.width/2,i},t.prototype.convertToPixel=function(t,e,n){return DG(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return DG(e)===this?this.pointToData(n):null},t}();function DG(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var DH={create:function(t,e){var n=[];return t.eachComponent("singleAxis",function(i,r){var o=new DW(i,t,e);o.name="single_"+r,o.resize(i,e),i.coordinateSystem=o,n.push(o)}),t.eachSeries(function(t){if("singleAxis"===t.get("coordinateSystem")){var e=t.getReferringComponents("singleAxis",oq).models[0];t.coordinateSystem=e&&e.coordinateSystem}}),n},dimensions:DF},Dj=["x","y"],DX=["width","height"],DY=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=Dq(a,1-DZ(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=AB(i),h=DU[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}AG(e,t,DO(n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=DO(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=AW(e.axis,t,i);return{x:r[0],y:r[1],rotation:i.rotation+(i.labelDirection<0?Math.PI:0)}},e.prototype.updateHandleTransform=function(t,e,n,i){var r=n.axis,o=r.coordinateSystem,a=DZ(r),s=Dq(o,a),l=[t.x,t.y];l[a]+=e[a],l[a]=Math.min(s[1],l[a]),l[a]=Math.max(s[0],l[a]);var u=Dq(o,1-a),c=(u[1]+u[0])/2,h=[c,c];return h[a]=l[a],{x:l[0],y:l[1],rotation:t.rotation,cursorPoint:h,tooltipOption:{verticalAlign:"middle"}}},e}(AO),DU={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:AH([e,n[0]],[e,n[1]],DZ(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:Aj([e-i/2,n[0]],[i,r],DZ(t))}}};function DZ(t){return+!t.isHorizontal()}function Dq(t,e){var n=t.getRect();return[n[Dj[e]],n[Dj[e]]+n[DX[e]]]}var DK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="single",e}(hQ),D$=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(e,n,i){var r=uG(e);t.prototype.init.apply(this,arguments),DJ(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),DJ(this.option,e)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:"#000",width:1,type:"solid"}},itemStyle:{color:"#fff",borderWidth:1,borderColor:"#ccc"},dayLabel:{show:!0,firstDay:0,position:"start",margin:"50%",color:"#000"},monthLabel:{show:!0,position:"start",margin:5,align:"center",formatter:null,color:"#000"},yearLabel:{show:!0,position:null,margin:30,formatter:null,color:"#ccc",fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(uZ);function DJ(t,e){var n,i=t.cellSize;1===(n=ee(i)?i:t.cellSize=[i,i]).length&&(n[1]=n[0]);var r=t5([0,1],function(t){return(null!=e[uz[t][0]]||null!=e[uz[t][1]]&&null!=e[uz[t][2]])&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]});uW(t,e,{type:"box",ignoreSize:r})}var DQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){var i=this.group;i.removeAll();var r=t.coordinateSystem,o=r.getRangeInfo(),a=r.getOrient(),s=e.getLocaleModel();this._renderDayRect(t,o,i),this._renderLines(t,o,a,i),this._renderYearText(t,o,a,i),this._renderMonthText(t,s,a,i),this._renderWeekText(t,s,o,a,i)},e.prototype._renderDayRect=function(t,e,n){for(var i=t.coordinateSystem,r=t.getModel("itemStyle").getItemStyle(),o=i.getCellWidth(),a=i.getCellHeight(),s=e.start.time;s<=e.end.time;s=i.getNextNDay(s,1).time){var l=i.dataToRect([s],!1).tl,u=new s_({shape:{x:l[0],y:l[1],width:o,height:a},cursor:"default",style:r});n.add(u)}},e.prototype._renderLines=function(t,e,n,i){var r=this,o=t.coordinateSystem,a=t.getModel(["splitLine","lineStyle"]).getLineStyle(),s=t.get(["splitLine","show"]),l=a.lineWidth;this._tlpoints=[],this._blpoints=[],this._firstDayOfMonth=[],this._firstDayPoints=[];for(var u=e.start,c=0;u.time<=e.end.time;c++){d(u.formatedDate),0===c&&(u=o.getDateInfo(e.start.y+"-"+e.start.m));var h=u.date;h.setMonth(h.getMonth()+1),u=o.getDateInfo(h)}function d(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToRect([e],!1).tl);var l=r._getLinePointsOfOneWeek(t,e,n);r._tlpoints.push(l[0]),r._blpoints.push(l[l.length-1]),s&&r._drawSplitline(l,a,i)}d(o.getNextNDay(e.end.time,1).formatedDate),s&&this._drawSplitline(r._getEdgesPoints(r._tlpoints,l,n),a,i),s&&this._drawSplitline(r._getEdgesPoints(r._blpoints,l,n),a,i)},e.prototype._getEdgesPoints=function(t,e,n){var i=[t[0].slice(),t[t.length-1].slice()],r=+("horizontal"!==n);return i[0][r]=i[0][r]-e/2,i[1][r]=i[1][r]+e/2,i},e.prototype._drawSplitline=function(t,e,n){var i=new dF({z2:20,shape:{points:t},style:e});n.add(i)},e.prototype._getLinePointsOfOneWeek=function(t,e,n){for(var i=t.coordinateSystem,r=i.getDateInfo(e),o=[],a=0;a<7;a++){var s=i.getNextNDay(r.time,a),l=i.dataToRect([s.time],!1);o[2*s.day]=l.tl,o[2*s.day+1]=l["horizontal"===n?"bl":"tr"]}return o},e.prototype._formatterLabel=function(t,e){if(ei(t)&&t){var n;return n=t,t3(e,function(t,e){n=n.replace("{"+e+"}",t)}),n}return en(t)?t(e):e.nameMap},e.prototype._yearTextPositionControl=function(t,e,n,i,r){var o=e[0],a=e[1],s=["center","bottom"];"bottom"===i?(a+=r,s=["center","top"]):"left"===i?o-=r:"right"===i?(o+=r,s=["center","top"]):a-=r;var l=0;return("left"===i||"right"===i)&&(l=Math.PI/2),{rotation:l,x:o,y:a,style:{align:s[0],verticalAlign:s[1]}}},e.prototype._renderYearText=function(t,e,n,i){var r=t.getModel("yearLabel");if(r.get("show")){var o=r.get("margin"),a=r.get("position");a||(a="horizontal"!==n?"top":"left");var s=[this._tlpoints[this._tlpoints.length-1],this._blpoints[0]],l=(s[0][0]+s[1][0])/2,u=(s[0][1]+s[1][1])/2,c=+("horizontal"!==n),h={top:[l,s[c][1]],bottom:[l,s[1-c][1]],left:[s[1-c][0],u],right:[s[c][0],u]},d=e.start.y;+e.end.y>+e.start.y&&(d=d+"-"+e.end.y);var p=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:d},g=new sE({z2:30,style:lR(r,{text:this._formatterLabel(p,f)}),silent:r.get("silent")});g.attr(this._yearTextPositionControl(g,h[a],n,a,o)),i.add(g)}},e.prototype._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,align:o,verticalAlign:a}},e.prototype._renderMonthText=function(t,e,n,i){var r=t.getModel("monthLabel");if(r.get("show")){var o=r.get("nameMap"),a=r.get("margin"),s=r.get("position"),l=r.get("align"),u=[this._tlpoints,this._blpoints];(!o||ei(o))&&(o&&(e=l9[o]||e),o=e.get(["time","monthAbbr"])||[]);var c=+("start"!==s),h=+("horizontal"!==n);a="start"===s?-a:a;for(var d="center"===l,p=r.get("silent"),f=0;f<u[c].length-1;f++){var g=u[c][f].slice(),y=this._firstDayOfMonth[f];if(d){var m=this._firstDayPoints[f];g[h]=(m[h]+u[0][f+1][h])/2}var v=r.get("formatter"),x=o[y.m-1],b={yyyy:y.y,yy:(y.y+"").slice(2),MM:y.m,M:+y.m,nameMap:x},_=new sE({z2:30,style:tK(lR(r,{text:this._formatterLabel(v,b)}),this._monthTextPositionControl(g,d,n,s,a)),silent:p});i.add(_)}}},e.prototype._weekTextPositionControl=function(t,e,n,i,r){var o="center",a="middle",s=t[0],l=t[1],u="start"===n;return"horizontal"===e?(s=s+i+(u?1:-1)*r[0]/2,o=u?"right":"left"):(l=l+i+(u?1:-1)*r[1]/2,a=u?"bottom":"top"),{x:s,y:l,align:o,verticalAlign:a}},e.prototype._renderWeekText=function(t,e,n,i,r){var o=t.getModel("dayLabel");if(o.get("show")){var a=t.coordinateSystem,s=o.get("position"),l=o.get("nameMap"),u=o.get("margin"),c=a.getFirstDayOfWeek();(!l||ei(l))&&(l&&(e=l9[l]||e),l=e.get(["time","dayOfWeekShort"])||t5(e.get(["time","dayOfWeekAbbr"]),function(t){return t[0]}));var h=a.getNextNDay(n.end.time,7-n.lweek).time,d=[a.getCellWidth(),a.getCellHeight()];u=oc(u,Math.min(d[1],d[0])),"start"===s&&(h=a.getNextNDay(n.start.time,-(7+n.fweek)).time,u=-u);for(var p=o.get("silent"),f=0;f<7;f++){var g=a.getNextNDay(h,f),y=a.dataToRect([g.time],!1).center,m=new sE({z2:30,style:tK(lR(o,{text:l[Math.abs((f+c)%7)]}),this._weekTextPositionControl(y,i,s,u,d)),silent:p});r.add(m)}}},e.type="calendar",e}(hQ),D0=function(){function t(e,n,i){this.type="calendar",this.dimensions=t.dimensions,this.getDimensionsInfo=t.getDimensionsInfo,this._model=e}return t.getDimensionsInfo=function(){return[{name:"time",type:"time"},"value"]},t.prototype.getRangeInfo=function(){return this._rangeInfo},t.prototype.getModel=function(){return this._model},t.prototype.getRect=function(){return this._rect},t.prototype.getCellWidth=function(){return this._sw},t.prototype.getCellHeight=function(){return this._sh},t.prototype.getOrient=function(){return this._orient},t.prototype.getFirstDayOfWeek=function(){return this._firstDayOfWeek},t.prototype.getDateInfo=function(t){var e=(t=oS(t)).getFullYear(),n=t.getMonth()+1,i=n<10?"0"+n:""+n,r=t.getDate(),o=r<10?"0"+r:""+r,a=t.getDay();return{y:e+"",m:i,d:o,day:a=Math.abs((a+7-this.getFirstDayOfWeek())%7),time:t.getTime(),formatedDate:e+"-"+i+"-"+o,date:t}},t.prototype.getNextNDay=function(t,e){return 0===(e=e||0)||(t=new Date(this.getDateInfo(t).time)).setDate(t.getDate()+e),this.getDateInfo(t)},t.prototype.update=function(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,i=["width","height"],r=this._model.getCellSize().slice(),o=this._model.getBoxLayoutParams(),a="horizontal"===this._orient?[n,7]:[7,n];t3([0,1],function(t){u(r,t)&&(o[i[t]]=r[t]*a[t])});var s={width:e.getWidth(),height:e.getHeight()},l=this._rect=uB(o,s);function u(t,e){return null!=t[e]&&"auto"!==t[e]}t3([0,1],function(t){u(r,t)||(r[t]=l[i[t]]/a[t])}),this._sw=r[0],this._sh=r[1]},t.prototype.dataToPoint=function(t,e){ee(t)&&(t=t[0]),null==e&&(e=!0);var n=this.getDateInfo(t),i=this._rangeInfo,r=n.formatedDate;if(e&&!(n.time>=i.start.time&&n.time<i.end.time+864e5))return[NaN,NaN];var o=n.day,a=this._getRangeInfo([i.start.time,r]).nthWeek;return"vertical"===this._orient?[this._rect.x+o*this._sw+this._sw/2,this._rect.y+a*this._sh+this._sh/2]:[this._rect.x+a*this._sw+this._sw/2,this._rect.y+o*this._sh+this._sh/2]},t.prototype.pointToData=function(t){var e=this.pointToDate(t);return e&&e.time},t.prototype.dataToRect=function(t,e){var n=this.dataToPoint(t,e);return{contentShape:{x:n[0]-(this._sw-this._lineWidth)/2,y:n[1]-(this._sh-this._lineWidth)/2,width:this._sw-this._lineWidth,height:this._sh-this._lineWidth},center:n,tl:[n[0]-this._sw/2,n[1]-this._sh/2],tr:[n[0]+this._sw/2,n[1]-this._sh/2],br:[n[0]+this._sw/2,n[1]+this._sh/2],bl:[n[0]-this._sw/2,n[1]+this._sh/2]}},t.prototype.pointToDate=function(t){var e=Math.floor((t[0]-this._rect.x)/this._sw)+1,n=Math.floor((t[1]-this._rect.y)/this._sh)+1,i=this._rangeInfo.range;return"vertical"===this._orient?this._getDateByWeeksAndDay(n,e-1,i):this._getDateByWeeksAndDay(e,n-1,i)},t.prototype.convertToPixel=function(t,e,n){var i=D1(e);return i===this?i.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){var i=D1(e);return i===this?i.pointToData(n):null},t.prototype.containPoint=function(t){return console.warn("Not implemented."),!1},t.prototype._initRangeOption=function(){var t,e=this._model.get("range");if(ee(e)&&1===e.length&&(e=e[0]),ee(e))t=e;else{var n=e.toString();if(/^\d{4}$/.test(n)&&(t=[n+"-01-01",n+"-12-31"]),/^\d{4}[\/|-]\d{1,2}$/.test(n)){var i=this.getDateInfo(n),r=i.date;r.setMonth(r.getMonth()+1);var o=this.getNextNDay(r,-1);t=[i.formatedDate,o.formatedDate]}/^\d{4}[\/|-]\d{1,2}[\/|-]\d{1,2}$/.test(n)&&(t=[n,n])}if(!t)return e;var a=this._getRangeInfo(t);return a.start.time>a.end.time&&t.reverse(),t},t.prototype._getRangeInfo=function(t){var e,n=[this.getDateInfo(t[0]),this.getDateInfo(t[1])];n[0].time>n[1].time&&(e=!0,n.reverse());var i=Math.floor(n[1].time/864e5)-Math.floor(n[0].time/864e5)+1,r=new Date(n[0].time),o=r.getDate(),a=n[1].date.getDate();r.setDate(o+i-1);var s=r.getDate();if(s!==a)for(var l=r.getTime()-n[1].time>0?1:-1;(s=r.getDate())!==a&&(r.getTime()-n[1].time)*l>0;)i-=l,r.setDate(s-l);var u=Math.floor((i+n[0].day+6)/7),c=e?-u+1:u-1;return e&&n.reverse(),{range:[n[0].formatedDate,n[1].formatedDate],start:n[0],end:n[1],allDay:i,weeks:u,nthWeek:c,fweek:n[0].day,lweek:n[1].day}},t.prototype._getDateByWeeksAndDay=function(t,e,n){var i=this._getRangeInfo(n);if(t>i.weeks||0===t&&e<i.fweek||t===i.weeks&&e>i.lweek)return null;var r=(t-1)*7-i.fweek+e,o=new Date(i.start.time);return o.setDate(+i.start.d+r),this.getDateInfo(o)},t.create=function(e,n){var i=[];return e.eachComponent("calendar",function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o}),e.eachSeries(function(t){"calendar"===t.get("coordinateSystem")&&(t.coordinateSystem=i[t.get("calendarIndex")||0])}),i},t.dimensions=["time","value"],t}();function D1(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}function D2(t,e){var n;return t3(e,function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)}),n}var D3=["transition","enterFrom","leaveTo"],D5=D3.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function D4(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?D3:D5,r=0;r<i.length;r++){var o=i[r];null==t[o]&&null!=e[o]&&(t[o]=e[o])}}var D9=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventAutoZ=!0,n}return tM(e,t),e.prototype.mergeOption=function(e,n){var i=this.option.elements;this.option.elements=null,t.prototype.mergeOption.call(this,e,n),this.option.elements=i},e.prototype.optionUpdated=function(t,e){var n=this.option,i=(e?n:t).elements,r=n.elements=e?[]:n.elements,o=[];this._flatten(i,o,null);var a=oB(r,o,"normalMerge"),s=this._elOptionsToUpdate=[];t3(a,function(t,e){var n=t.newOption;if(n){s.push(n);var i,o,a,l,u=t.existing;if(n.id=t.keyInfo.id,!n.type&&u&&(n.type=u.type),null==n.parentId){var c=n.parentOption;c?n.parentId=c.id:u&&(n.parentId=u.parentId)}n.parentOption=null,i=tK({},n),o=r[e],"merge"===(a=n.$action||"merge")?o?(tZ(o,i,!0),uW(o,i,{ignoreSize:!0}),uH(n,o),D4(n,o),D4(n,o,"shape"),D4(n,o,"style"),D4(n,o,"extra"),n.clipPath=o.clipPath):r[e]=i:"replace"===a?r[e]=i:"remove"===a&&o&&(r[e]=null),l=r[e],l&&(l.hv=n.hv=[D2(n,["left","right"]),D2(n,["top","bottom"])],"group"===l.type&&(null==l.width&&(l.width=n.width=0),null==l.height&&(l.height=n.height=0)))}},this),n.elements=t9(r,function(t){return t&&delete t.$action,null!=t})},e.prototype._flatten=function(t,e,n){t3(t,function(t){if(t){n&&(t.parentOption=n),e.push(t);var i=t.children;i&&i.length&&this._flatten(i,e,t),delete t.children}},this)},e.prototype.useElOptionsToUpdate=function(){var t=this._elOptionsToUpdate;return this._elOptionsToUpdate=null,t},e.type="graphic",e.defaultOption={elements:[]},e}(uZ),D6={path:null,compoundPath:null,group:r6,image:sp,text:sE},D7=oX(),D8=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(){this._elMap=eT()},e.prototype.render=function(t,e,n){t!==this._lastGraphicModel&&this._clear(),this._lastGraphicModel=t,this._updateElements(t),this._relocate(t,n)},e.prototype._updateElements=function(t){var e=t.useElOptionsToUpdate();if(e){var n=this._elMap,i=this.group,r=t.get("z"),o=t.get("zlevel");t3(e,function(e){var a=oW(e.id,null),s=null!=a?n.get(a):null,l=oW(e.parentId,null),u=null!=l?n.get(l):i,c=e.type,h=e.style;"text"===c&&h&&e.hv&&e.hv[1]&&(h.textVerticalAlign=h.textBaseline=h.verticalAlign=h.align=null);var d=e.textContent,p=e.textConfig;if(h&&TX(h,c,!!p,!!d)){var f=TY(h,c,!0);!p&&f.textConfig&&(p=e.textConfig=f.textConfig),!d&&f.textContent&&(d=f.textContent)}var g=(M=tK({},M=e),t3(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(uN),function(t){delete M[t]}),M),y=e.$action||"merge",m="merge"===y,v="replace"===y;if(m){var x=!s,b=s;x?b=ke(a,u,e.type,n):(b&&(D7(b).isNew=!1),An(b)),b&&(T1(b,g,t,{isInit:x}),ki(b,e,r,o))}else if(v){kn(s,e,n,t);var _=ke(a,u,e.type,n);_&&(T1(_,g,t,{isInit:!0}),ki(_,e,r,o))}else"remove"===y&&(T2(s,e),kn(s,e,n,t));var S=n.get(a);if(S&&d)if(m){var w=S.getTextContent();w?w.attr(d):S.setTextContent(new sE(d))}else v&&S.setTextContent(new sE(d));if(S){var M,C,I,T,A,D=e.clipPath;if(D){var k=D.type,L=void 0,x=!1;if(m){var P=S.getClipPath();L=(x=!P||D7(P).type!==k)?kt(k):P}else v&&(x=!0,L=kt(k));S.setClipPath(L),T1(L,D,t,{isInit:x}),Ai(L,D.keyframeAnimation,t)}var O=D7(S);S.setTextConfig(p),O.option=e,C=S,I=t,T=e,A=sB(C).eventData,C.silent||C.ignore||A||(A=sB(C).eventData={componentType:"graphic",componentIndex:I.componentIndex,name:C.name}),A&&(A.info=T.info),pC({el:S,componentModel:t,itemName:S.name,itemTooltipOption:e.tooltip}),Ai(S,e.keyframeAnimation,t)}})}},e.prototype._relocate=function(t,e){for(var n=t.option.elements,i=this.group,r=this._elMap,o=e.getWidth(),a=e.getHeight(),s=["x","y"],l=0;l<n.length;l++){var u=n[l],c=oW(u.id,null),h=null!=c?r.get(c):null;if(h&&h.isGroup){var d=h.parent,p=d===i,f=D7(h),g=D7(d);f.width=oc(f.option.width,p?o:g.width)||0,f.height=oc(f.option.height,p?a:g.height)||0}}for(var l=n.length-1;l>=0;l--){var u=n[l],c=oW(u.id,null),h=null!=c?r.get(c):null;if(h){var d=h.parent,g=D7(d),y=d===i?{width:o,height:a}:{width:g.width,height:g.height},m={},v=uV(h,u,y,null,{hv:u.hv,boundingMode:u.bounding},m);if(!D7(h).isNew&&v){for(var x=u.transition,b={},_=0;_<s.length;_++){var S=s[_],w=m[S];x&&(T5(x)||tQ(x,S)>=0)?b[S]=w:h[S]=w}lS(h,b,t,0)}else h.attr(m)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each(function(n){kn(n,D7(n).option,e,t._lastGraphicModel)}),this._elMap=eT()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(hQ);function kt(t){var e=new(eL(D6,t)?D6[t]:ps(t))({});return D7(e).type=t,e}function ke(t,e,n,i){var r=kt(n);return e.add(r),i.set(t,r),D7(r).id=t,D7(r).isNew=!0,r}function kn(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse(function(t){kn(t,e,n,i)}),T3(t,e,i),n.removeKey(D7(t).id))}function ki(t,e,n,i){t.isGroup||t3([["cursor",aw.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],function(n){var i=n[0];eL(e,i)?t[i]=eg(e[i],n[1]):null==t[i]&&(t[i]=n[1])}),t3(t7(e),function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=en(i)?i:null}}),eL(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var kr=["x","y","radius","angle","single"],ko=["cartesian2d","polar","singleAxis"];function ka(t){return t+"Axis"}function ks(t){var e=t.ecModel,n={infoList:[],infoMap:eT()};return t.eachTargetAxis(function(t,i){var r=e.getComponent(ka(t),i);if(r){var o=r.getCoordSysModel();if(o){var a=o.uid,s=n.infoMap.get(a);s||(s={model:o,axisModels:[]},n.infoList.push(s),n.infoMap.set(a,s)),s.axisModels.push(r)}}}),n}var kl=function(){function t(){this.indexList=[],this.indexMap=[]}return t.prototype.add=function(t){this.indexMap[t]||(this.indexList.push(t),this.indexMap[t]=!0)},t}(),ku=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._autoThrottle=!0,n._noTarget=!0,n._rangePropMode=["percent","percent"],n}return tM(e,t),e.prototype.init=function(t,e,n){var i=kc(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=kc(t);tZ(this.option,t,!0),tZ(this.settledOption,e,!0),this._doInit(e)},e.prototype._doInit=function(t){var e=this.option;this._setDefaultThrottle(t),this._updateRangeUse(t);var n=this.settledOption;t3([["start","startValue"],["end","endValue"]],function(t,i){"value"===this._rangePropMode[i]&&(e[t[0]]=n[t[0]]=null)},this),this._resetTarget()},e.prototype._resetTarget=function(){var t=this.get("orient",!0),e=this._targetAxisInfoMap=eT();this._fillSpecifiedTargetAxis(e)?this._orient=t||this._makeAutoOrientByTargetAxis():(this._orient=t||"horizontal",this._fillAutoTargetAxisByOrient(e,this._orient)),this._noTarget=!0,e.each(function(t){t.indexList.length&&(this._noTarget=!1)},this)},e.prototype._fillSpecifiedTargetAxis=function(t){var e=!1;return t3(kr,function(n){var i=this.getReferringComponents(ka(n),oK);if(i.specified){e=!0;var r=new kl;t3(i.models,function(t){r.add(t.componentIndex)}),t.set(n,r)}},this),e},e.prototype._fillAutoTargetAxisByOrient=function(t,e){var n=this.ecModel,i=!0,r="vertical"===e?"y":"x",o=n.findComponents({mainType:r+"Axis"});if(a(o,r),i){var o=n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}});a(o,"single")}function a(e,n){var r=e[0];if(r){var o=new kl;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",oq).models[0];a&&t3(e,function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",oq).models[0]&&o.add(t.componentIndex)})}}}i&&t3(kr,function(e){if(i){var r=n.findComponents({mainType:ka(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new kl;o.add(r[0].componentIndex),t.set(e,o),i=!1}}},this)},e.prototype._makeAutoOrientByTargetAxis=function(){var t;return this.eachTargetAxis(function(e){t||(t=e)},this),"y"===t?"vertical":"horizontal"},e.prototype._setDefaultThrottle=function(t){if(t.hasOwnProperty("throttle")&&(this._autoThrottle=!1),this._autoThrottle){var e=this.ecModel.option;this.option.throttle=e.animation&&e.animationDurationUpdate>0?100:20}},e.prototype._updateRangeUse=function(t){var e=this._rangePropMode,n=this.get("rangeMode");t3([["start","startValue"],["end","endValue"]],function(i,r){var o=null!=t[i[0]],a=null!=t[i[1]];o&&!a?e[r]="percent":!o&&a?e[r]="value":n?e[r]=n[r]:o&&(e[r]="percent")})},e.prototype.noTarget=function(){return this._noTarget},e.prototype.getFirstTargetAxisModel=function(){var t;return this.eachTargetAxis(function(e,n){null==t&&(t=this.ecModel.getComponent(ka(e),n))},this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each(function(n,i){t3(n.indexList,function(n){t.call(e,i,n)})})},e.prototype.getAxisProxy=function(t,e){var n=this.getAxisModel(t,e);if(n)return n.__dzAxisProxy},e.prototype.getAxisModel=function(t,e){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(ka(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;t3([["start","startValue"],["end","endValue"]],function(i){(null!=t[i[0]]||null!=t[i[1]])&&(e[i[0]]=n[i[0]]=t[i[0]],e[i[1]]=n[i[1]]=t[i[1]])},this),this._updateRangeUse(t)},e.prototype.setCalculatedRange=function(t){var e=this.option;t3(["start","startValue","end","endValue"],function(n){e[n]=t[n]})},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getDataPercentWindow()},e.prototype.getValueRange=function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getDataValueWindow();var n=this.findRepresentativeAxisProxy();if(n)return n.getDataValueWindow()},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return t.__dzAxisProxy;for(var e,n=this._targetAxisInfoMap.keys(),i=0;i<n.length;i++)for(var r=n[i],o=this._targetAxisInfoMap.get(r),a=0;a<o.indexList.length;a++){var s=this.getAxisProxy(r,o.indexList[a]);if(s.hostedBy(this))return s;e||(e=s)}return e},e.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},e.prototype.getOrient=function(){return this._orient},e.type="dataZoom",e.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],e.defaultOption={z:4,filterMode:"filter",start:0,end:100},e}(uZ);function kc(t){var e={};return t3(["start","end","startValue","endValue","throttle"],function(n){t.hasOwnProperty(n)&&(e[n]=t[n])}),e}var kh=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="dataZoom.select",e}(ku),kd=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n,i){this.dataZoomModel=t,this.ecModel=e,this.api=n},e.type="dataZoom",e}(hQ),kp=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="dataZoom.select",e}(kd),kf=t3,kg=od,ky=function(){function t(t,e,n,i){this._dimName=t,this._axisIndex=e,this.ecModel=i,this._dataZoomModel=n}return t.prototype.hostedBy=function(t){return this._dataZoomModel===t},t.prototype.getDataValueWindow=function(){return this._valueWindow.slice()},t.prototype.getDataPercentWindow=function(){return this._percentWindow.slice()},t.prototype.getTargetSeriesModels=function(){var t=[];return this.ecModel.eachSeries(function(e){if(tQ(ko,e.get("coordinateSystem"))>=0){var n=ka(this._dimName),i=e.getReferringComponents(n,oq).models[0];i&&this._axisIndex===i.componentIndex&&t.push(e)}},this),t},t.prototype.getAxisModel=function(){return this.ecModel.getComponent(this._dimName+"Axis",this._axisIndex)},t.prototype.getMinMaxSpan=function(){return tU(this._minMaxSpan)},t.prototype.calculateDataWindow=function(t){var e,n=this._dataExtent,i=this.getAxisModel().axis.scale,r=this._dataZoomModel.getRangePropMode(),o=[0,100],a=[],s=[];kf(["start","end"],function(l,u){var c=t[l],h=t[l+"Value"];"percent"===r[u]?(null==c&&(c=o[u]),h=i.parse(ou(c,o,n))):(e=!0,c=ou(h=null==h?n[u]:i.parse(h),n,o)),s[u]=null==h||isNaN(h)?n[u]:h,a[u]=null==c||isNaN(c)?o[u]:c}),kg(s),kg(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";M7(0,t,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)e[s]=ou(t[s],n,r,!0),o&&(e[s]=i.parse(e[s]))}return e?u(s,a,n,o,!1):u(a,s,o,n,!0),{valueWindow:s,percentWindow:a}},t.prototype.reset=function(t){if(t===this._dataZoomModel){var e,n,i,r,o,a=this.getTargetSeriesModels();this._dataExtent=(e=this,n=this._dimName,i=[1/0,-1/0],kf(a,function(t){var e;e=t.getData(),e&&t3(y8(e,n),function(t){var n=e.getApproximateExtent(t);n[0]<i[0]&&(i[0]=n[0]),n[1]>i[1]&&(i[1]=n[1])})}),[(o=y0((r=e.getAxisModel()).axis.scale,r,i).calculate()).min,o.max]),this._updateMinMaxSpan();var s=this.calculateDataWindow(t.settledOption);this._valueWindow=s.valueWindow,this._percentWindow=s.percentWindow,this._setAxisModel()}},t.prototype.filterData=function(t,e){if(t===this._dataZoomModel){var n=this._dimName,i=this.getTargetSeriesModels(),r=t.get("filterMode"),o=this._valueWindow;"none"!==r&&kf(i,function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=t5(i,function(t){return e.getDimensionIndex(t)},e);e.filterSelf(function(t){for(var e,n,r,l=0;l<i.length;l++){var u=a.get(s[l],t),c=!isNaN(u),h=u<o[0],d=u>o[1];if(c&&!h&&!d)return!0;c&&(r=!0),h&&(e=!0),d&&(n=!0)}return r&&e&&n})}else kf(i,function(n){if("empty"===r)t.setData(e=e.map(n,function(t){var e;return(e=t)>=o[0]&&e<=o[1]?t:NaN}));else{var i={};i[n]=o,e.selectRange(i)}});kf(i,function(t){e.setApproximateExtent(o,t)})}})}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;kf(["min","max"],function(i){var r=e.get(i+"Span"),o=e.get(i+"ValueSpan");null!=o&&(o=this.getAxisModel().axis.scale.parse(o)),null!=o?r=ou(n[0]+o,n,[0,100],!0):null!=r&&(o=ou(r,[0,100],n,!0)-n[0]),t[i+"Span"]=r,t[i+"ValueSpan"]=o},this)},t.prototype._setAxisModel=function(){var t=this.getAxisModel(),e=this._percentWindow,n=this._valueWindow;if(e){var i=og(n,[0,500]);i=Math.min(i,20);var r=t.axis.scale.rawExtentInfo;0!==e[0]&&r.setDeterminedMinMax("min",+n[0].toFixed(i)),100!==e[1]&&r.setDeterminedMinMax("max",+n[1].toFixed(i)),r.freeze()}},t}(),km={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(i,r){var o=t.getComponent(ka(i),r);e(i,r,o,n)})})}e(function(t,e,n,i){n.__dzAxisProxy=null});var n=[];e(function(e,i,r,o){r.__dzAxisProxy||(r.__dzAxisProxy=new ky(e,i,o,t),n.push(r.__dzAxisProxy))});var i=eT();return t3(n,function(t){t3(t.getTargetSeriesModels(),function(t){i.set(t.uid,t)})}),i},overallReset:function(t,e){t.eachComponent("dataZoom",function(t){t.eachTargetAxis(function(e,n){t.getAxisProxy(e,n).reset(t)}),t.eachTargetAxis(function(n,i){t.getAxisProxy(n,i).filterData(t,e)})}),t.eachComponent("dataZoom",function(t){var e=t.findRepresentativeAxisProxy();if(e){var n=e.getDataPercentWindow(),i=e.getDataValueWindow();t.setCalculatedRange({start:n[0],end:n[1],startValue:i[0],endValue:i[1]})}})}},kv=!1;function kx(t){kv||(kv=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,km),t.registerAction("dataZoom",function(t,e){t3(function(t,e){var n,i=eT(),r=[],o=eT();t.eachComponent({mainType:"dataZoom",query:e},function(t){o.get(t.uid)||s(t)});do n=!1,t.eachComponent("dataZoom",a);while(n);function a(t){var e;!o.get(t.uid)&&(e=!1,t.eachTargetAxis(function(t,n){var r=i.get(t);r&&r[n]&&(e=!0)}),e)&&(s(t),n=!0)}function s(t){o.set(t.uid,!0),r.push(t),t.eachTargetAxis(function(t,e){(i.get(t)||i.set(t,[]))[e]=!0})}return r}(e,t),function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})}),t.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function kb(t){t.registerComponentModel(kh),t.registerComponentView(kp),kx(t)}var k_=function(){},kS={},kw=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;t3(this.option.feature,function(t,n){var i=kS[n];i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),tZ(t,i.defaultOption))})},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemSize:15,itemGap:8,showTitle:!0,iconStyle:{borderColor:"#666",color:"none"},emphasis:{iconStyle:{borderColor:"#3E98C5"}},tooltip:{show:!1,position:"bottom"}},e}(uZ);function kM(t,e){var n=uM(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),t=new s_({shape:{x:t.x-n[3],y:t.y-n[0],width:t.width+n[1]+n[3],height:t.height+n[0]+n[2],r:e.get("borderRadius")},style:i,silent:!0,z2:-1})}var kC=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.render=function(t,e,n,i){var r=this.group;if(r.removeAll(),t.get("show")){var o,a,s,l,u=+t.get("itemSize"),c="vertical"===t.get("orient"),h=t.get("feature")||{},d=this._features||(this._features={}),p=[];t3(h,function(t,e){p.push(e)}),new g$(this._featureNames||[],p).add(f).update(f).remove(et(f,null)).execute(),this._featureNames=p,o=t.getBoxLayoutParams(),a=t.get("padding"),l=uB(o,s={width:n.getWidth(),height:n.getHeight()},a),uE(t.get("orient"),r,t.get("itemGap"),l.width,l.height),uV(r,o,s,a),r.add(kM(r.getBoundingRect(),t)),c||r.eachChild(function(t){var e=t.__title,i=t.ensureState("emphasis"),o=i.textConfig||(i.textConfig={}),a=t.getTextContent(),s=a&&a.ensureState("emphasis");if(s&&!en(s)&&e){var l=s.style||(s.style={}),c=rY(e,sE.makeFont(l)),h=t.x+r.x,d=t.y+r.y+u,p=!1;d+c.height>n.getHeight()&&(o.position="top",p=!0);var f=p?-5-c.height:u+10;h+c.width/2>n.getWidth()?(o.position=["100%",f],l.align="right"):h-c.width/2<0&&(o.position=[0,f],l.align="left")}})}function f(o,a){var s,l,f,g,y,m,v,x,b,_,S,w=p[o],M=p[a],C=h[w],I=new l1(C,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===w&&(C.title=i.newTitle),w&&!M){if(0===w.indexOf("my"))S={onclick:I.option.onclick,featureName:w};else{var T=kS[w];if(!T)return;S=new T}d[w]=S}else if(!(S=d[M]))return;S.uid=l3("toolbox-feature"),S.model=I,S.ecModel=e,S.api=n;var A=S instanceof k_;if(!w&&M){A&&S.dispose&&S.dispose(e,n);return}if(!I.get("show")||A&&S.unusable){A&&S.remove&&S.remove(e,n);return}s=I,l=S,f=w,m=s.getModel("iconStyle"),v=s.getModel(["emphasis","iconStyle"]),x=l instanceof k_&&l.getIcons?l.getIcons():s.get("icon"),b=s.get("title")||{},ei(x)?(g={})[f]=x:g=x,ei(b)?(y={})[f]=b:y=b,_=s.iconPaths={},t3(g,function(i,o){var a=pS(i,{},{x:-u/2,y:-u/2,width:u,height:u});a.setStyle(m.getItemStyle()),a.ensureState("emphasis").style=v.getItemStyle();var h=new sE({style:{text:y[o],align:v.get("textAlign"),borderRadius:v.get("textBorderRadius"),padding:v.get("textPadding"),fill:null,font:lF({fontStyle:v.get("textFontStyle"),fontFamily:v.get("textFontFamily"),fontSize:v.get("textFontSize"),fontWeight:v.get("textFontWeight")},e)},ignore:!0});a.setTextContent(h),pC({el:a,componentModel:t,itemName:o,formatterParamsExtra:{title:y[o]}}),a.__title=y[o],a.on("mouseover",function(){var e=v.getItemStyle(),i=c?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";h.setStyle({fill:v.get("textFill")||e.fill||e.stroke||"#000",backgroundColor:v.get("textBackgroundColor")}),a.setTextConfig({position:v.get("textPosition")||i}),h.ignore=!t.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){"emphasis"!==s.get(["iconStatus",o])&&n.leaveEmphasis(this),h.hide()}),("emphasis"===s.get(["iconStatus",o])?le:ln)(a),r.add(a),a.on("click",t8(l.onclick,l,e,n,o)),_[o]=a}),I.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?le:ln)(i[t])},S instanceof k_&&S.render&&S.render(I,e,n,i)}},e.prototype.updateView=function(t,e,n,i){t3(this._features,function(t){t instanceof k_&&t.updateView&&t.updateView(t.model,e,n,i)})},e.prototype.remove=function(t,e){t3(this._features,function(n){n instanceof k_&&n.remove&&n.remove(t,e)}),this.group.removeAll()},e.prototype.dispose=function(t,e){t3(this._features,function(n){n instanceof k_&&n.dispose&&n.dispose(t,e)})},e.type="toolbox",e}(hQ),kI=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.onclick=function(t,e){var n=this.model,i=n.get("name")||t.get("title.0.text")||"echarts",r="svg"===e.getZr().painter.getType(),o=r?"svg":n.get("type",!0)||"png",a=e.getConnectedDataURL({type:o,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||"#fff",connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),s=tT.browser;if("function"!=typeof MouseEvent||!s.newEdge&&(s.ie||s.edge))if(window.navigator.msSaveOrOpenBlob||r){var l=a.split(","),u=l[0].indexOf("base64")>-1,c=r?decodeURIComponent(l[1]):l[1];u&&(c=window.atob(c));var h=i+"."+o;if(window.navigator.msSaveOrOpenBlob){for(var d=c.length,p=new Uint8Array(d);d--;)p[d]=c.charCodeAt(d);var f=new Blob([p]);window.navigator.msSaveOrOpenBlob(f,h)}else{var g=document.createElement("iframe");document.body.appendChild(g);var y=g.contentWindow,m=y.document;m.open("image/svg+xml","replace"),m.write(c),m.close(),y.focus(),m.execCommand("SaveAs",!0,h),document.body.removeChild(g)}}else{var v=n.get("lang"),x='<body style="margin:0;"><img src="'+a+'" style="max-width:100%;" title="'+(v&&v[0]||"")+'" /></body>',b=window.open();b.document.write(x),b.document.title=i}else{var _=document.createElement("a");_.download=i+"."+o,_.target="_blank",_.href=a;var S=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});_.dispatchEvent(S)}},e.getDefaultOption=function(t){return{show:!0,icon:"M4.7,22.9L29.3,45.5L54.7,23.4M4.6,43.6L4.6,58L53.8,58L53.8,43.6M29.2,45.1L29.2,0",title:t.getLocaleModel().get(["toolbox","saveAsImage","title"]),type:"png",connectedBackgroundColor:"#fff",name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},e}(k_),kT="__ec_magicType_stack__",kA=[["line","bar"],["stack"]],kD=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return t3(t.get("type"),function(t){e[t]&&(n[t]=e[t])}),n},e.getDefaultOption=function(t){return{show:!0,type:[],icon:{line:"M4.1,28.9h7.1l9.3-22l7.4,38l9.7-19.7l3,12.8h14.9M4.1,58h51.4",bar:"M6.7,22.9h10V48h-10V22.9zM24.9,13h10v35h-10V13zM43.2,2h10v46h-10V2zM3.1,58h53.7",stack:"M8.2,38.4l-8.4,4.1l30.6,15.3L60,42.5l-8.1-4.1l-21.5,11L8.2,38.4z M51.9,30l-8.1,4.2l-13.4,6.9l-13.9-6.9L8.2,30l-8.4,4.2l8.4,4.2l22.2,11l21.5-11l8.1-4.2L51.9,30z M51.9,21.7l-8.1,4.2L35.7,30l-5.3,2.8L24.9,30l-8.4-4.1l-8.3-4.2l-8.4,4.2L8.2,30l8.3,4.2l13.9,6.9l13.4-6.9l8.1-4.2l8.1-4.1L51.9,21.7zM30.4,2.2L-0.2,17.5l8.4,4.1l8.3,4.2l8.4,4.2l5.5,2.7l5.3-2.7l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2.2z"},title:t.getLocaleModel().get(["toolbox","magicType","title"]),option:{},seriesIndex:{}}},e.prototype.onclick=function(t,e,n){var i,r=this.model,o=r.get(["seriesIndex",n]);if(kk[n]){var a={series:[]};t3(kA,function(t){tQ(t,n)>=0&&t3(t,function(t){r.setIconStatus(t,"normal")})}),r.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==o?null:{seriesIndex:o}},function(t){var e=t.subType,i=t.id,o=kk[n](e,i,t,r);o&&(t$(o,t.option),a.series.push(o));var s=t.coordinateSystem;if(s&&"cartesian2d"===s.type&&("line"===n||"bar"===n)){var l=s.getAxesByScale("ordinal")[0];if(l){var u=l.dim+"Axis",c=t.getReferringComponents(u,oq).models[0].componentIndex;a[u]=a[u]||[];for(var h=0;h<=c;h++)a[u][c]=a[u][c]||{};a[u][c].boundaryGap="bar"===n}}});var s=n;"stack"===n&&(i=tZ({stack:r.option.title.tiled,tiled:r.option.title.stack},r.option.title),"emphasis"!==r.get(["iconStatus",n])&&(s="tiled")),e.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:i,featureName:"magicType"})}},e}(k_),kk={line:function(t,e,n,i){if("bar"===t)return tZ({id:e,type:"line",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","line"])||{},!0)},bar:function(t,e,n,i){if("line"===t)return tZ({id:e,type:"bar",data:n.get("data"),stack:n.get("stack"),markPoint:n.get("markPoint"),markLine:n.get("markLine")},i.get(["option","bar"])||{},!0)},stack:function(t,e,n,i){var r=n.get("stack")===kT;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),tZ({id:e,stack:r?"":kT},i.get(["option","stack"])||{},!0)}};gO({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)});var kL=Array(60).join("-");function kP(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var kO=RegExp("[ ]+","g"),kR=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.onclick=function(t,e){setTimeout(function(){e.dispatchAction({type:"hideTip"})});var n,i,r,o,a,s,l=e.getDom(),u=this.model;this._dom&&l.removeChild(this._dom);var c=document.createElement("div");c.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",c.style.backgroundColor=u.get("backgroundColor")||"#fff";var h=document.createElement("h4"),d=u.get("lang")||[];h.innerHTML=d[0]||u.get("title"),h.style.cssText="margin:10px 20px",h.style.color=u.get("textColor");var p=document.createElement("div"),f=document.createElement("textarea");p.style.cssText="overflow:auto";var g=u.get("optionToContent"),y=u.get("contentToOption"),m={value:t9([(o=(s=(n={},i=[],r=[],t.eachRawSeries(function(t){var e=t.coordinateSystem;if(e&&("cartesian2d"===e.type||"polar"===e.type)){var o=e.getBaseAxis();if("category"===o.type){var a=o.dim+"_"+o.index;n[a]||(n[a]={categoryAxis:o,valueAxis:e.getOtherAxis(o),series:[]},r.push({axisDim:o.dim,axisIndex:o.index})),n[a].series.push(t)}else i.push(t)}else i.push(t)}),{seriesGroupByCategoryAxis:n,other:i,meta:r})).seriesGroupByCategoryAxis,a=[],t3(o,function(t,e){var n=t.categoryAxis,i=t.valueAxis.dim,r=[" "].concat(t5(t.series,function(t){return t.name})),o=[n.model.getCategories()];t3(t.series,function(t){var e=t.getRawData();o.push(t.getRawData().mapArray(e.mapDimension(i),function(t){return t}))});for(var s=[r.join(" ")],l=0;l<o[0].length;l++){for(var u=[],c=0;c<o.length;c++)u.push(o[c][l]);s.push(u.join(" "))}a.push(s.join("\n"))}),a.join("\n\n"+kL+"\n\n")),t5(s.other,function(t){var e=t.getRawData(),n=[t.name],i=[];return e.each(e.dimensions,function(){for(var t=arguments.length,r=arguments[t-1],o=e.getName(r),a=0;a<t-1;a++)i[a]=arguments[a];n.push((o?o+" ":"")+i.join(" "))}),n.join("\n")}).join("\n\n"+kL+"\n\n")],function(t){return!!t.replace(/[\n\t\s]/g,"")}).join("\n\n"+kL+"\n\n"),meta:s.meta};if(en(g)){var v=g(e.getOption());ei(v)?p.innerHTML=v:eu(v)&&p.appendChild(v)}else{f.readOnly=u.get("readOnly");var x=f.style;x.cssText="display:block;width:100%;height:100%;font-family:monospace;font-size:14px;line-height:1.6rem;resize:none;box-sizing:border-box;outline:none",x.color=u.get("textColor"),x.borderColor=u.get("textareaBorderColor"),x.backgroundColor=u.get("textareaColor"),f.value=m.value,p.appendChild(f)}var b=m.meta,_=document.createElement("div");_.style.cssText="position:absolute;bottom:5px;left:0;right:0";var S="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",w=document.createElement("div"),M=document.createElement("div");S+=";background-color:"+u.get("buttonColor")+";color:"+u.get("buttonTextColor");var C=this;function I(){l.removeChild(c),C._dom=null}nm(w,"click",I),nm(M,"click",function(){var t,n,i,r;if(null==y&&null!=g||null!=y&&null==g)return void I();try{en(y)?t=y(p,e.getOption()):(n=f.value,i=n.split(RegExp("\n*"+kL+"\n*","g")),r={series:[]},t3(i,function(t,e){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(" ")>=0)return!0}(t)){var n=function(t){for(var e=t.split(/\n+/g),n=kP(e.shift()).split(kO),i=[],r=t5(n,function(t){return{name:t,data:[]}}),o=0;o<e.length;o++){var a=kP(e[o]).split(kO);i.push(a.shift());for(var s=0;s<a.length;s++)r[s]&&(r[s].data[o]=a[s])}return{series:r,categories:i}}(t),i=b[e],o=i.axisDim+"Axis";i&&(r[o]=r[o]||[],r[o][i.axisIndex]={data:n.categories},r.series=r.series.concat(n.series))}else{var n=function(t){for(var e=t.split(/\n+/g),n=kP(e.shift()),i=[],r=0;r<e.length;r++){var o=kP(e[r]);if(o){var a=o.split(kO),s="",l=void 0,u=!1;isNaN(a[0])?(u=!0,s=a[0],a=a.slice(1),i[r]={name:s,value:[]},l=i[r].value):l=i[r]=[];for(var c=0;c<a.length;c++)l.push(+a[c]);1===l.length&&(u?i[r].value=l[0]:i[r]=l[0])}}return{name:n,data:i}}(t);r.series.push(n)}}),t=r)}catch(t){throw I(),Error("Data view format error "+t)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),I()}),w.innerHTML=d[1],M.innerHTML=d[2],M.style.cssText=w.style.cssText=S,u.get("readOnly")||_.appendChild(M),_.appendChild(w),c.appendChild(h),c.appendChild(p),c.appendChild(_),p.style.height=l.clientHeight-80+"px",l.appendChild(c),this._dom=c},e.prototype.remove=function(t,e){this._dom&&e.getDom().removeChild(this._dom)},e.prototype.dispose=function(t,e){this.remove(t,e)},e.getDefaultOption=function(t){return{show:!0,readOnly:!1,optionToContent:null,contentToOption:null,icon:"M17.5,17.3H33 M17.5,17.3H33 M45.4,29.5h-28 M11.5,2v56H51V14.8L38.4,2H11.5z M38.4,2.2v12.7H51 M45.4,41.7h-28",title:t.getLocaleModel().get(["toolbox","dataView","title"]),lang:t.getLocaleModel().get(["toolbox","dataView","lang"]),backgroundColor:"#fff",textColor:"#000",textareaColor:"#fff",textareaBorderColor:"#333",buttonColor:"#c23531",buttonTextColor:"#fff"}},e}(k_);gO({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var n=[];t3(t.newOption.series,function(t){var i=e.getSeriesByName(t.name)[0];if(i){var r,o=i.get("data");n.push({name:t.name,data:(r=t.data,t5(r,function(t,e){var n=o&&o[e];if(!ea(n)||ee(n))return t;ea(t)&&!ee(t)||(t={value:t});var i=null!=n.name&&null==t.name;return t=t$(t,n),i&&delete t.name,t}))})}else n.push(tK({type:"scatter"},t))}),e.mergeOption(t$({series:n},t.newOption))});var kN=t3,kz=oX();function kE(t){var e=kz(t);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var kB=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.onclick=function(t,e){kz(t).snapshots=null,e.dispatchAction({type:"restore",from:this.uid})},e.getDefaultOption=function(t){return{show:!0,icon:"M3.8,33.4 M47,18.9h9.8V8.7 M56.3,20.1 C52.1,9,40.5,0.6,26.8,2.1C12.6,3.7,1.6,16.2,2.1,30.6 M13,41.1H3.1v10.2 M3.7,39.9c4.2,11.1,15.8,19.5,29.5,18 c14.2-1.6,25.2-14.1,24.7-28.5",title:t.getLocaleModel().get(["toolbox","restore","title"])}},e}(k_);gO({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var kV=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],kF=function(){function t(t,e,n){var i=this;this._targetInfoList=[];var r=kG(e,t);t3(kH,function(t,e){(!n||!n.include||tQ(n.include,e)>=0)&&t(r,i._targetInfoList)})}return t.prototype.setOutputRanges=function(t,e){return this.matchOutputRanges(t,e,function(t,e,n){if((t.coordRanges||(t.coordRanges=[])).push(e),!t.coordRange){t.coordRange=e;var i=kY[t.brushType](0,n,e);t.__rangeOffset={offset:kZ[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}}),t},t.prototype.matchOutputRanges=function(t,e,n){t3(t,function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&t3(i.coordSyses,function(i){var r=kY[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)})},this)},t.prototype.setInputRanges=function(t,e){t3(t,function(t){var n=this.findTargetInfo(t,e);if(t.range=t.range||[],n&&!0!==n){t.panelId=n.panelId;var i,r,o,a,s,l=kY[t.brushType](0,n.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?kZ[t.brushType](l.values,u.offset,(i=l.xyMinMax,r=u.xyMinMax,o=kK(i),a=kK(r),isNaN((s=[o[0]/a[0],o[1]/a[1]])[0])&&(s[0]=1),isNaN(s[1])&&(s[1]=1),s)):l.values}},this)},t.prototype.makePanelOpts=function(t,e){return t5(this._targetInfoList,function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:C$(i),isTargetByCursor:CQ(i,t,n.coordSysModel),getLinearBrushOtherExtent:CJ(i)}})},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&tQ(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=kG(e,t),r=0;r<n.length;r++){var o=n[r],a=t.panelId;if(a){if(o.panelId===a)return o}else for(var s=0;s<kj.length;s++)if(kj[s](i,o))return o}return!0},t}();function kW(t){return t[0]>t[1]&&t.reverse(),t}function kG(t,e){return oU(t,e,{includeMainTypes:kV})}var kH={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=eT(),a={},s={};(n||i||r)&&(t3(n,function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0}),t3(i,function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0}),t3(r,function(t){o.set(t.id,t),a[t.id]=!0,s[t.id]=!0}),o.each(function(t){var r=t.coordinateSystem,o=[];t3(r.getCartesians(),function(t,e){(tQ(n,t.getAxis("x").model)>=0||tQ(i,t.getAxis("y").model)>=0)&&o.push(t)}),e.push({panelId:"grid--"+t.id,gridModel:t,coordSysModel:t,coordSys:o[0],coordSyses:o,getPanelRect:kX.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){t3(t.geoModels,function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:kX.geo})})}},kj=[function(t,e){var n=t.xAxisModel,i=t.yAxisModel,r=t.gridModel;return!r&&n&&(r=n.axis.grid.model),!r&&i&&(r=i.axis.grid.model),r&&r===e.gridModel},function(t,e){var n=t.geoModel;return n&&n===e.geoModel}],kX={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(py(t)),e}},kY={lineX:et(kU,0),lineY:et(kU,1),rect:function(t,e,n,i){var r=t?e.pointToData([n[0][0],n[1][0]],i):e.dataToPoint([n[0][0],n[1][0]],i),o=t?e.pointToData([n[0][1],n[1][1]],i):e.dataToPoint([n[0][1],n[1][1]],i),a=[kW([r[0],o[0]]),kW([r[1],o[1]])];return{values:a,xyMinMax:a}},polygon:function(t,e,n,i){var r=[[1/0,-1/0],[1/0,-1/0]];return{values:t5(n,function(n){var o=t?e.pointToData(n,i):e.dataToPoint(n,i);return r[0][0]=Math.min(r[0][0],o[0]),r[1][0]=Math.min(r[1][0],o[1]),r[0][1]=Math.max(r[0][1],o[0]),r[1][1]=Math.max(r[1][1],o[1]),o}),xyMinMax:r}}};function kU(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=kW(t5([0,1],function(t){return e?r.coordToData(r.toLocalCoord(i[t]),!0):r.toGlobalCoord(r.dataToCoord(i[t]))})),a=[];return a[t]=o,a[1-t]=[NaN,NaN],{values:o,xyMinMax:a}}var kZ={lineX:et(kq,0),lineY:et(kq,1),rect:function(t,e,n){return[[t[0][0]-n[0]*e[0][0],t[0][1]-n[0]*e[0][1]],[t[1][0]-n[1]*e[1][0],t[1][1]-n[1]*e[1][1]]]},polygon:function(t,e,n){return t5(t,function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]})}};function kq(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function kK(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var k$=t3,kJ=oO+"toolbox-dataZoom_",kQ=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.render=function(t,e,n,i){var r,o,a,s,l,u,c,h,d;this._brushController||(this._brushController=new Cb(n.getZr()),this._brushController.on("brush",t8(this._onBrush,this)).mount()),r=t,o=e,a=this,s=i,l=n,u=a._isZoomActive,s&&"takeGlobalCursor"===s.type&&(u="dataZoomSelect"===s.key&&s.dataZoomSelectActive),a._isZoomActive=u,r.setIconStatus("zoom",u?"emphasis":"normal"),c=new kF(k1(r),o,{include:["grid"]}).makePanelOpts(l,function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"}),a._brushController.setPanels(c).enableBrush(!!u&&!!c.length&&{brushType:"auto",brushStyle:r.getModel("brushStyle").getItemStyle()}),h=t,d=e,h.setIconStatus("back",kE(d).length>1?"emphasis":"normal")},e.prototype.onclick=function(t,e,n){k0[n].call(this)},e.prototype.remove=function(t,e){this._brushController&&this._brushController.unmount()},e.prototype.dispose=function(t,e){this._brushController&&this._brushController.dispose()},e.prototype._onBrush=function(t){var e=t.areas;if(t.isEnd&&e.length){var n,i,r,o={},a=this.ecModel;this._brushController.updateCovers([]),new kF(k1(this.model),a,{include:["grid"]}).matchOutputRanges(e,a,function(t,e,n){if("cartesian2d"===n.type){var i=t.brushType;"rect"===i?(s("x",n,e[0]),s("y",n,e[1])):s({lineX:"x",lineY:"y"}[i],n,e)}}),n=a,i=o,r=kE(n),kN(i,function(t,e){for(var i=r.length-1;i>=0&&!r[i][e];i--);if(i<0){var o=n.queryComponents({mainType:"dataZoom",subType:"select",id:e})[0];if(o){var a=o.getPercentRange();r[0][e]={dataZoomId:e,start:a[0],end:a[1]}}}}),r.push(i),this._dispatchZoomAction(o)}function s(t,e,n){var i,r,s,l=e.getAxis(t),u=l.model,c=(i=t,r=u,a.eachComponent({mainType:"dataZoom",subType:"select"},function(t){t.getAxisModel(i,r.componentIndex)&&(s=t)}),s),h=c.findRepresentativeAxisProxy(u).getMinMaxSpan();(null!=h.minValueSpan||null!=h.maxValueSpan)&&(n=M7(0,n.slice(),l.scale.getExtent(),0,h.minValueSpan,h.maxValueSpan)),c&&(o[c.id]={dataZoomId:c.id,startValue:n[0],endValue:n[1]})}},e.prototype._dispatchZoomAction=function(t){var e=[];k$(t,function(t,n){e.push(tU(t))}),e.length&&this.api.dispatchAction({type:"dataZoom",from:this.uid,batch:e})},e.getDefaultOption=function(t){return{show:!0,filterMode:"filter",icon:{zoom:"M0,13.5h26.9 M13.5,26.9V0 M32.1,13.5H58V58H13.5 V32.1",back:"M22,1.4L9.9,13.5l12.3,12.3 M10.3,13.5H54.9v44.6 H10.3v-26"},title:t.getLocaleModel().get(["toolbox","dataZoom","title"]),brushStyle:{borderWidth:0,color:"rgba(210,219,238,0.2)"}}},e}(k_),k0={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){var t,e,n;this._dispatchZoomAction((e=(t=kE(this.ecModel))[t.length-1],t.length>1&&t.pop(),n={},kN(e,function(e,i){for(var r=t.length-1;r>=0;r--)if(e=t[r][i]){n[i]=e;break}}),n))}};function k1(t){var e={xAxisIndex:t.get("xAxisIndex",!0),yAxisIndex:t.get("yAxisIndex",!0),xAxisId:t.get("xAxisId",!0),yAxisId:t.get("yAxisId",!0)};return null==e.xAxisIndex&&null==e.xAxisId&&(e.xAxisIndex="all"),null==e.yAxisIndex&&null==e.yAxisId&&(e.yAxisIndex="all"),e}x=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=oU(t,k1(i));return k$(o.xAxisModels,function(t){return a(t,"xAxis","xAxisIndex")}),k$(o.yAxisModels,function(t){return a(t,"yAxis","yAxisIndex")}),r}function a(t,e,n){var o=t.componentIndex,a={type:"select",$fromToolbox:!0,filterMode:i.get("filterMode",!0)||"filter",id:kJ+e+o};a[n]=o,r.push(a)}},ex(null==cn.get("dataZoom")&&x),cn.set("dataZoom",x);var k2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,displayMode:"single",renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,enterable:!1,backgroundColor:"#fff",shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:"#999",width:1,type:"dashed",textStyle:{}}},textStyle:{color:"#666",fontSize:14}},e}(uZ);function k3(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function k5(t){if(tT.domSupported){for(var e=document.documentElement.style,n=0,i=t.length;n<i;n++)if(t[n]in e)return t[n]}}var k4=k5(["transform","webkitTransform","OTransform","MozTransform","msTransform"]);function k9(t,e){if(!t)return e;e=uw(e,!0);var n=t.indexOf(e);return(t=-1===n?e:"-"+t.slice(0,n)+"-"+e).toLowerCase()}var k6=k9(k5(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),"transition"),k7=k9(k4,"transform"),k8="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(tT.transform3dSupported?"will-change:transform;":"");function Lt(t,e,n){var i=t.toFixed(0)+"px",r=e.toFixed(0)+"px";if(!tT.transformSupported)return n?"top:"+r+";left:"+i+";":[["top",r],["left",i]];var o=tT.transform3dSupported,a="translate"+(o?"3d":"")+"("+i+","+r+(o?",0":"")+")";return n?"top:0;left:0;"+k7+":"+a+";":[["top",0],["left",0],[k4,a]]}function Le(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&no(nr,a,i,r,!0)&&no(t,n,nr[0],nr[1])}else{t[0]=i,t[1]=r;var s=o&&o.getViewportRootOffset();s&&(t[0]+=s.offsetLeft,t[1]+=s.offsetTop)}t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var Ln=function(){function t(t,e){if(this._show=!1,this._styleCoord=[0,0,0,0],this._enterable=!0,this._alwaysShowContent=!1,this._firstShow=!0,this._longHide=!0,tT.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),r=e.appendTo,o=r&&(ei(r)?document.querySelector(r):eu(r)?r:en(r)&&r(t.getDom()));Le(this._styleCoord,i,o,t.getWidth()/2,t.getHeight()/2),(o||t.getDom()).appendChild(n),this._api=t,this._container=o;var a=this;n.onmouseenter=function(){a._enterable&&(clearTimeout(a._hideTimeout),a._show=!0),a._inContent=!0},n.onmousemove=function(t){if(t=t||window.event,!a._enterable){var e=i.handler;ny(i.painter.getViewportRoot(),t,!0),e.dispatch("mousemove",t)}},n.onmouseleave=function(){a._inContent=!1,a._enterable&&a._show&&a.hideLater(a._hideDelay)}}return t.prototype.update=function(t){if(!this._container){var e,n,i=this._api.getDom(),r=(e="position",(n=i.currentStyle||document.defaultView&&document.defaultView.getComputedStyle(i))?e?n[e]:n:null),o=i.style;"absolute"!==o.position&&"absolute"!==r&&(o.position="relative")}var a=t.get("alwaysShowContent");a&&this._moveIfResized(),this._alwaysShowContent=a,this.el.className=t.get("className")||""},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n,i,r,o,a,s,l,u,c,h,d,p,f,g,y,m,v,x,b,_,S,w,M=this.el,C=M.style,I=this._styleCoord;M.innerHTML?C.cssText=k8+(n=!this._firstShow,i=this._longHide,r=[],o=t.get("transitionDuration"),a=t.get("backgroundColor"),s=t.get("shadowBlur"),l=t.get("shadowColor"),u=t.get("shadowOffsetX"),c=t.get("shadowOffsetY"),h=t.getModel("textStyle"),d=hE(t,"html"),p=u+"px "+c+"px "+s+"px "+l,r.push("box-shadow:"+p),n&&o&&r.push((g="opacity"+(f=" "+o/2+"s cubic-bezier(0.23,1,0.32,1)")+",visibility"+f,i||(f=" "+o+"s cubic-bezier(0.23,1,0.32,1)",g+=tT.transformSupported?","+k7+f:",left"+f+",top"+f),k6+":"+g)),a&&r.push("background-color:"+a),t3(["width","color","radius"],function(e){var n="border-"+e,i=uw(n),o=t.get(i);null!=o&&r.push(n+":"+o+("color"===e?"":"px"))}),r.push((y=[],m=h.get("fontSize"),(v=h.getTextColor())&&y.push("color:"+v),y.push("font:"+h.getFont()),x=eg(h.get("lineHeight"),Math.round(3*m/2)),m&&y.push("line-height:"+x+"px"),b=h.get("textShadowColor"),_=h.get("textShadowBlur")||0,S=h.get("textShadowOffsetX")||0,w=h.get("textShadowOffsetY")||0,b&&_&&y.push("text-shadow:"+S+"px "+w+"px "+_+"px "+b),t3(["decoration","align"],function(t){var e=h.get(t);e&&y.push("text-"+t+":"+e)}),y.join(";"))),null!=d&&r.push("padding:"+uM(d).join("px ")+"px"),r.join(";")+";")+Lt(I[0],I[1],!0)+"border-color:"+uP(e)+";"+(t.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):C.display="none",this._show=!0,this._firstShow=!1,this._longHide=!1},t.prototype.setContent=function(t,e,n,i,r){var o=this.el;if(null==t){o.innerHTML="";return}var a="";if(ei(r)&&"item"===n.get("trigger")&&!k3(n)&&(a=function(t,e,n){if(!ei(n)||"inside"===n)return"";var i,r,o=t.get("backgroundColor"),a=t.get("borderWidth");e=uP(e);var s=i="left"===(i=n)?"right":"right"===i?"left":"top"===i?"bottom":"top",l=Math.max(1.5*Math.round(a),6),u="",c=k7+":";tQ(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(r="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(r="top"===s?225:45)+"deg)");var h=r*Math.PI/180,d=l+a,p=d*Math.abs(Math.cos(h))+d*Math.abs(Math.sin(h));u+=";"+s+":-"+Math.round(((p-Math.SQRT2*a)/2+Math.SQRT2*a-(p-d)/2)*100)/100+"px";var f=e+" solid "+a+"px;";return'<div style="'+["position:absolute;width:"+l+"px;height:"+l+"px;z-index:-1;",u+";"+c+";","border-bottom:"+f,"border-right:"+f,"background-color:"+o+";"].join("")+'"></div>'}(n,i,r)),ei(t))o.innerHTML=t+a;else if(t){o.innerHTML="",ee(t)||(t=[t]);for(var s=0;s<t.length;s++)eu(t[s])&&t[s].parentNode!==o&&o.appendChild(t[s]);if(a&&o.childNodes.length){var l=document.createElement("div");l.innerHTML=a,o.appendChild(l)}}},t.prototype.setEnterable=function(t){this._enterable=t},t.prototype.getSize=function(){var t=this.el;return t?[t.offsetWidth,t.offsetHeight]:[0,0]},t.prototype.moveTo=function(t,e){if(this.el){var n=this._styleCoord;if(Le(n,this._zr,this._container,t,e),null!=n[0]&&null!=n[1]){var i=this.el.style;t3(Lt(n[0],n[1]),function(t){i[t[0]]=t[1]})}}},t.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},t.prototype.hide=function(){var t=this,e=this.el.style;e.visibility="hidden",e.opacity="0",tT.transform3dSupported&&(e.willChange=""),this._show=!1,this._longHideTimeout=setTimeout(function(){return t._longHide=!0},500)},t.prototype.hideLater=function(t){!this._show||this._inContent&&this._enterable||this._alwaysShowContent||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(t8(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var t=this.el.parentNode;t&&t.removeChild(this.el),this.el=this._container=null},t}(),Li=function(){function t(t){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=t.getZr(),La(this._styleCoord,this._zr,t.getWidth()/2,t.getHeight()/2)}return t.prototype.update=function(t){var e=t.get("alwaysShowContent");e&&this._moveIfResized(),this._alwaysShowContent=e},t.prototype.show=function(){this._hideTimeout&&clearTimeout(this._hideTimeout),this.el.show(),this._show=!0},t.prototype.setContent=function(t,e,n,i,r){var o=this;ea(t)&&c6(""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new sE({style:{rich:e.richTextStyles,text:t,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:hE(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),t3(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(t){o.el.style[t]=n.get(t)}),t3(["textShadowBlur","textShadowOffsetX","textShadowOffsetY"],function(t){o.el.style[t]=a.get(t)||0}),this._zr.add(this.el);var s=this;this.el.on("mouseover",function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0}),this.el.on("mouseout",function(){s._enterable&&s._show&&s.hideLater(s._hideDelay),s._inContent=!1})},t.prototype.setEnterable=function(t){this._enterable=t},t.prototype.getSize=function(){var t=this.el,e=this.el.getBoundingRect(),n=Lo(t.style);return[e.width+n.left+n.right,e.height+n.top+n.bottom]},t.prototype.moveTo=function(t,e){var n=this.el;if(n){var i=this._styleCoord;La(i,this._zr,t,e),t=i[0],e=i[1];var r=n.style,o=Lr(r.borderWidth||0),a=Lo(r);n.x=t+o+a.left,n.y=e+o+a.top,n.markRedraw()}},t.prototype._moveIfResized=function(){var t=this._styleCoord[2],e=this._styleCoord[3];this.moveTo(t*this._zr.getWidth(),e*this._zr.getHeight())},t.prototype.hide=function(){this.el&&this.el.hide(),this._show=!1},t.prototype.hideLater=function(t){!this._show||this._inContent&&this._enterable||this._alwaysShowContent||(t?(this._hideDelay=t,this._show=!1,this._hideTimeout=setTimeout(t8(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this._zr.remove(this.el)},t}();function Lr(t){return Math.max(0,t)}function Lo(t){var e=Lr(t.shadowBlur||0),n=Lr(t.shadowOffsetX||0),i=Lr(t.shadowOffsetY||0);return{left:Lr(e-n),right:Lr(e+n),top:Lr(e-i),bottom:Lr(e+i)}}function La(t,e,n,i){t[0]=n,t[1]=i,t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var Ls=new s_({shape:{x:-1,y:-1,width:2,height:2}}),Ll=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(t,e){if(!tT.node&&e.getDom()){var n,i=t.getComponent("tooltip"),r=this._renderMode="auto"===(n=i.get("renderMode"))?tT.domSupported?"html":"richText":n||"html";this._tooltipContent="richText"===r?new Li(e):new Ln(e,{appendTo:i.get("appendToBody",!0)?"body":i.get("appendTo",!0)})}},e.prototype.render=function(t,e,n){if(!tT.node&&n.getDom()){this.group.removeAll(),this._tooltipModel=t,this._ecModel=e,this._api=n;var i=this._tooltipContent;i.update(t),i.setEnterable(t.get("enterable")),this._initGlobalListener(),this._keepShow(),"richText"!==this._renderMode&&t.get("transitionDuration")?pW(this,"_updatePosition",50,"fixRate"):pG(this,"_updatePosition")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel.get("triggerOn");AJ("itemTooltip",this._api,t8(function(e,n,i){"none"!==t&&(t.indexOf(e)>=0?this._tryShow(n,i):"leave"===e&&this._hide(i))},this))},e.prototype._keepShow=function(){var t=this._tooltipModel,e=this._ecModel,n=this._api,i=t.get("triggerOn");if(null!=this._lastX&&null!=this._lastY&&"none"!==i&&"click"!==i){var r=this;clearTimeout(this._refreshUpdateTimeout),this._refreshUpdateTimeout=setTimeout(function(){n.isDisposed()||r.manuallyShowTip(t,e,n,{x:r._lastX,y:r._lastY,dataByCoordSys:r._lastDataByCoordSys})})}},e.prototype.manuallyShowTip=function(t,e,n,i){if(i.from!==this.uid&&!tT.node&&n.getDom()){var r=Lc(i,n);this._ticket="";var o=i.dataByCoordSys,a=function(t,e,n){var i,r=oZ(t).queryOptionMap,o=r.keys()[0];if(o&&"series"!==o){var a=o$(e,o,r.get(o),{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];if(a&&(n.getViewOfComponentModel(a).group.traverse(function(e){var n=sB(e).tooltipConfig;if(n&&n.name===t.name)return i=e,!0}),i))return{componentMainType:o,componentIndex:a.componentIndex,el:i}}}(i,e,n);if(a){var s=a.el.getBoundingRect().clone();s.applyTransform(a.el.transform),this._tryShow({offsetX:s.x+s.width/2,offsetY:s.y+s.height/2,target:a.el,position:i.position,positionDefault:"bottom"},r)}else if(i.tooltip&&null!=i.x&&null!=i.y)Ls.x=i.x,Ls.y=i.y,Ls.update(),sB(Ls).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:Ls},r);else if(o)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:o,tooltipOption:i.tooltipOption},r);else if(null!=i.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,i))return;var l=A3(i,e),u=l.point[0],c=l.point[1];null!=u&&null!=c&&this._tryShow({offsetX:u,offsetY:c,target:l.el,position:i.position,positionDefault:"bottom"},r)}else null!=i.x&&null!=i.y&&(n.dispatchAction({type:"updateAxisPointer",x:i.x,y:i.y}),this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,target:n.getZr().findHover(i.x,i.y).target},r))}},e.prototype.manuallyHideTip=function(t,e,n,i){var r=this._tooltipContent;this._tooltipModel&&r.hideLater(this._tooltipModel.get("hideDelay")),this._lastX=this._lastY=this._lastDataByCoordSys=null,i.from!==this.uid&&this._hide(Lc(i,n))},e.prototype._manuallyAxisShowTip=function(t,e,n,i){var r=i.seriesIndex,o=i.dataIndex,a=e.getComponent("axisPointer").coordSysAxesInfo;if(null!=r&&null!=o&&null!=a){var s=e.getSeriesByIndex(r);if(s&&"axis"===Lu([s.getData().getItemModel(o),s,(s.coordinateSystem||{}).model],this._tooltipModel).get("trigger"))return n.dispatchAction({type:"updateAxisPointer",seriesIndex:r,dataIndex:o,position:i.position}),!0}},e.prototype._tryShow=function(t,e){var n=t.target;if(this._tooltipModel){this._lastX=t.offsetX,this._lastY=t.offsetY;var i,r,o=t.dataByCoordSys;if(o&&o.length)this._showAxisTooltip(o,t);else if(n){if("legend"===sB(n).ssrType)return;this._lastDataByCoordSys=null,fp(n,function(t){return null!=sB(t).dataIndex?(i=t,!0):null!=sB(t).tooltipConfig?(r=t,!0):void 0},!0),i?this._showSeriesItemTooltip(t,i,e):r?this._showComponentItemTooltip(t,r,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=t8(e,this),clearTimeout(this._showTimout),n>0?this._showTimout=setTimeout(e,n):e()},e.prototype._showAxisTooltip=function(t,e){var n=this._ecModel,i=this._tooltipModel,r=[e.offsetX,e.offsetY],o=Lu([e.tooltipOption],i),a=this._renderMode,s=[],l=hD("section",{blocks:[],noHeader:!0}),u=[],c=new hB;t3(t,function(t){t3(t.dataByAxis,function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=AF(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=hD("section",{header:o,noHeader:!eb(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),t3(t.seriesDataIndices,function(l){var d=n.getSeriesByIndex(l.seriesIndex),p=l.dataIndexInside,f=d.getDataParams(p);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=y9(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",uP(f.color),a);var g=c3(d.formatTooltip(p,!0,null)),y=g.frag;if(y){var m=Lu([d],i).get("valueFormatter");h.blocks.push(m?tK({valueFormatter:m},y):y)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var h=e.position,d=hO(l,c,a,o.get("order"),n.get("useUTC"),o.get("textStyle"));d&&u.unshift(d);var p="richText"===a?"\n\n":"<br/>",f=u.join(p);this._showOrMove(o,function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,h,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,f,s,Math.random()+"",r[0],r[1],h,null,c)})},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=sB(e),o=r.seriesIndex,a=i.getSeriesByIndex(o),s=r.dataModel||a,l=r.dataIndex,u=r.dataType,c=s.getData(u),h=this._renderMode,d=t.positionDefault,p=Lu([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,d?{position:d}:null),f=p.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),y=new hB;g.marker=y.makeTooltipMarker("item",uP(g.color),h);var m=c3(s.formatTooltip(l,!1,u)),v=p.get("order"),x=p.get("valueFormatter"),b=m.frag,_=b?hO(x?tK({valueFormatter:x},b):b,y,h,v,i.get("useUTC"),p.get("textStyle")):m.text,S="item_"+s.name+"_"+l;this._showOrMove(p,function(){this._showTooltipContent(p,_,g,S,t.offsetX,t.offsetY,t.position,t.target,y)}),n({type:"showTip",dataIndexInside:l,dataIndex:c.getRawIndex(l),seriesIndex:o,from:this.uid})}},e.prototype._showComponentItemTooltip=function(t,e,n){var i="html"===this._renderMode,r=sB(e),o=r.tooltipConfig.option||{},a=o.encodeHTMLContent;if(ei(o)){var s=o;o={content:s,formatter:s},a=!0}a&&i&&o.content&&((o=tU(o)).content=nu(o.content));var l=[o],u=this._ecModel.getComponent(r.componentMainType,r.componentIndex);u&&l.push(u),l.push({formatter:o.content});var c=t.positionDefault,h=Lu(l,this._tooltipModel,c?{position:c}:null),d=h.get("content"),p=Math.random()+"",f=new hB;this._showOrMove(h,function(){var n=tU(h.get("formatterParams")||{});this._showTooltipContent(h,d,n,p,t.offsetX,t.offsetY,t.position,e,f)}),n({type:"showTip",from:this.uid})},e.prototype._showTooltipContent=function(t,e,n,i,r,o,a,s,l){if(this._ticket="",t.get("showContent")&&t.get("show")){var u=this._tooltipContent;u.setEnterable(t.get("enterable"));var c=t.get("formatter");a=a||t.get("position");var h=e,d=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor")).color;if(c)if(ei(c)){var p=t.ecModel.get("useUTC"),f=ee(n)?n[0]:n,g=f&&f.axisType&&f.axisType.indexOf("time")>=0;h=c,g&&(h=ua(f.axisValue,h,p)),h=uA(h,n,!0)}else if(en(c)){var y=t8(function(e,i){e===this._ticket&&(u.setContent(i,l,t,d,a),this._updatePosition(t,a,r,o,u,n,s))},this);this._ticket=i,h=c(n,i,y)}else h=c;u.setContent(h,l,t,d,a),u.show(t,d),this._updatePosition(t,a,r,o,u,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i){return"axis"===n||ee(e)?{color:i||("html"===this._renderMode?"#fff":"none")}:ee(e)?void 0:{color:i||e.color||e.borderColor}},e.prototype._updatePosition=function(t,e,n,i,r,o,a){var s=this._api.getWidth(),l=this._api.getHeight();e=e||t.get("position");var u=r.getSize(),c=t.get("align"),h=t.get("verticalAlign"),d=a&&a.getBoundingRect().clone();if(a&&d.applyTransform(a.transform),en(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:u.slice()})),ee(e))n=oc(e[0],s),i=oc(e[1],l);else if(ea(e)){var p=e;p.width=u[0],p.height=u[1];var f=uB(p,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(ei(e)&&a){var g=function(t,e,n,i){var r=n[0],o=n[1],a=Math.ceil(Math.SQRT2*i)+8,s=0,l=0,u=e.width,c=e.height;switch(t){case"inside":s=e.x+u/2-r/2,l=e.y+c/2-o/2;break;case"top":s=e.x+u/2-r/2,l=e.y-o-a;break;case"bottom":s=e.x+u/2-r/2,l=e.y+c+a;break;case"left":s=e.x-r-a,l=e.y+c/2-o/2;break;case"right":s=e.x+u+a,l=e.y+c/2-o/2}return[s,l]}(e,d,u,t.get("borderWidth"));n=g[0],i=g[1]}else{var y,m,v,x,b,_,S,w,M,C,g=(y=n,m=i,v=r,x=s,b=l,_=c?null:20,S=h?null:20,M=(w=v.getSize())[0],C=w[1],null!=_&&(y+M+_+2>x?y-=M+_:y+=_),null!=S&&(m+C+S>b?m-=C+S:m+=S),[y,m]);n=g[0],i=g[1]}if(c&&(n-=Lh(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=Lh(h)?u[1]/2:"bottom"===h?u[1]:0),k3(t)){var I,T,A,D,k,L,P,O,g=(I=n,T=i,A=r,D=s,k=l,P=(L=A.getSize())[0],O=L[1],I=Math.min(I+P,D)-P,T=Math.min(T+O,k)-O,[I=Math.max(I,0),T=Math.max(T,0)]);n=g[0],i=g[1]}r.moveTo(n,i)},e.prototype._updateContentNotChangedOnAxis=function(t,e){var n=this._lastDataByCoordSys,i=this._cbParamsList,r=!!n&&n.length===t.length;return r&&t3(n,function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&t3(a,function(t,n){var o=s[n]||{},a=t.seriesDataIndices||[],l=o.seriesDataIndices||[];(r=r&&t.value===o.value&&t.axisType===o.axisType&&t.axisId===o.axisId&&a.length===l.length)&&t3(a,function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex}),i&&t3(t.seriesDataIndices,function(t){var n=t.seriesIndex,o=e[n],a=i[n];o&&a&&a.data!==o.data&&(r=!1)})})}),this._lastDataByCoordSys=t,this._cbParamsList=e,!!r},e.prototype._hide=function(t){this._lastDataByCoordSys=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,e){!tT.node&&e.getDom()&&(pG(this,"_updatePosition"),this._tooltipContent.dispose(),A1("itemTooltip",e))},e.type="tooltip",e}(hQ);function Lu(t,e,n){var i,r=e.ecModel;n?(i=new l1(n,r,r),i=new l1(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof l1&&(a=a.get("tooltip",!0)),ei(a)&&(a={formatter:a}),a&&(i=new l1(a,i,r)))}return i}function Lc(t,e){return t.dispatchAction||t8(e.dispatchAction,e)}function Lh(t){return"center"===t||"middle"===t}var Ld=["rect","polygon","keep","clear"];function Lp(t,e){var n=oR(t?t.brush:[]);if(n.length){var i,r,o=[];t3(n,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(o=o.concat(e))});var a=t&&t.toolbox;ee(a)&&(a=a[0]),a||(t.toolbox=[a={feature:{}}]);var s=a.feature||(a.feature={}),l=s.brush||(s.brush={}),u=l.type||(l.type=[]);u.push.apply(u,o),r={},t3(i=u,function(t){r[t]=1}),i.length=0,t3(r,function(t,e){i.push(e)}),e&&!u.length&&u.push.apply(u,Ld)}}var Lf=t3;function Lg(t){if(t){for(var e in t)if(t.hasOwnProperty(e))return!0}}function Ly(t,e,n){var i={};return Lf(e,function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);Lf(t[e],function(t,i){if(wm.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new wm(r),"opacity"===i&&((r=tU(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new wm(r))}})}),i}function Lm(t,e,n){var i;t3(n,function(t){e.hasOwnProperty(t)&&Lg(e[t])&&(i=!0)}),i&&t3(n,function(n){e.hasOwnProperty(n)&&Lg(e[n])?t[n]=tU(e[n]):delete t[n]})}var Lv={lineX:Lx(0),lineY:Lx(1),rect:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])},rect:function(t,e,n){return t&&n.boundingRect.intersect(t)}},polygon:{point:function(t,e,n){return t&&n.boundingRect.contain(t[0],t[1])&&ms(n.range,t[0],t[1])},rect:function(t,e,n){var i=n.range;if(!t||i.length<=1)return!1;var r=t.x,o=t.y,a=t.width,s=t.height,l=i[0];if(ms(i,r,o)||ms(i,r+a,o)||ms(i,r,o+s)||ms(i,r+a,o+s)||nW.create(t).contain(l[0],l[1])||pw(r,o,r+a,o,i)||pw(r,o,r,o+s,i)||pw(r+a,o,r+a,o+s,i)||pw(r,o+s,r+a,o+s,i))return!0}}};function Lx(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return Lb(e[t],r)}},rect:function(i,r,o){if(i){var a=o.range,s=[i[e[t]],i[e[t]]+i[n[t]]];return s[1]<s[0]&&s.reverse(),Lb(s[0],a)||Lb(s[1],a)||Lb(a[0],s)||Lb(a[1],s)}}}}function Lb(t,e){return e[0]<=t&&t<=e[1]}var L_=["inBrush","outOfBrush"],LS="__ecBrushSelect",Lw="__ecInBrushSelectEvent";function LM(t){t.eachComponent({mainType:"brush"},function(e){(e.brushTargetManager=new kF(e.option,t)).setInputRanges(e.areas,t)})}function LC(t,e,n){var i,r,o=[];t.eachComponent({mainType:"brush"},function(t){n&&"takeGlobalCursor"===n.type&&t.setBrushOption("brush"===n.key?n.brushOption:{brushType:!1})}),LM(t),t.eachComponent({mainType:"brush"},function(e,n){var a={brushId:e.id,brushIndex:n,brushName:e.name,areas:tU(e.areas),selected:[]};o.push(a);var s=e.option,l=s.brushLink,u=[],c=[],h=[],d=!1;n||(i=s.throttleType,r=s.throttleDelay);var p=t5(e.areas,function(t){var e,n,i=LA[t.brushType],r=t$({boundingRect:i?i(t):void 0},t);return e=r.brushType,r.selectors=n={point:function(t){return Lv[e].point(t,n,r)},rect:function(t){return Lv[e].rect(t,n,r)}},r}),f=Ly(e.option,L_,function(t){t.mappingMethod="fixed"});function g(t){return"all"===l||!!u[t]}function y(t){return!!t.length}ee(l)&&t3(l,function(t){u[t]=1}),t.eachSeries(function(n,i){var r,o,a,s=h[i]=[];"parallel"===n.subType?(r=n,o=i,a=r.coordinateSystem,d=d||a.hasAxisBrushed(),g(o)&&a.eachActiveState(r.getData(),function(t,e){"active"===t&&(c[e]=1)})):function(n,i,r){if(!(!n.brushSelector||(o=e,a=i,null!=(s=o.option.seriesIndex)&&"all"!==s&&(ee(s)?0>tQ(s,a):a!==s)))&&(t3(p,function(i){e.brushTargetManager.controlSeries(i,n,t)&&r.push(i),d=d||y(r)}),g(i)&&y(r))){var o,a,s,l=n.getData();l.each(function(t){LT(n,r,l,t)&&(c[t]=1)})}}(n,i,s)}),t.eachSeries(function(t,e){var n={seriesId:t.id,seriesIndex:e,seriesName:t.name,dataIndex:[]};a.selected.push(n);var i=h[e],r=t.getData(),o=g(e)?function(t){return c[t]?(n.dataIndex.push(r.getRawIndex(t)),"inBrush"):"outOfBrush"}:function(e){return LT(t,i,r,e)?(n.dataIndex.push(r.getRawIndex(e)),"inBrush"):"outOfBrush"};(g(e)?d:y(i))&&function(t,e,n,i){var r,o={};function a(t){return fl(n,r,t)}function s(t,e){fc(n,r,t,e)}t3(t,function(t){var n=wm.prepareVisualTypes(e[t]);o[t]=n}),n.each(function(t,l){r=t;var u=n.getRawDataItem(r);if(!u||!1!==u.visualMap)for(var c=i.call(void 0,t),h=e[c],d=o[c],p=0,f=d.length;p<f;p++){var g=d[p];h[g]&&h[g].applyVisual(t,a,s)}})}(L_,f,r,o)})}),function(t,e,n,i,r){if(r){var o=t.getZr();o[Lw]||(o[LS]||(o[LS]=LI),pW(o,LS,n,e)(t,i))}}(e,i,r,o,n)}function LI(t,e){if(!t.isDisposed()){var n=t.getZr();n[Lw]=!0,t.dispatchAction({type:"brushSelect",batch:e}),n[Lw]=!1}}function LT(t,e,n,i){for(var r=0,o=e.length;r<o;r++){var a=e[r];if(t.brushSelector(i,n,a.selectors,a))return!0}}var LA={rect:function(t){return LD(t.range)},polygon:function(t){for(var e,n=t.range,i=0,r=n.length;i<r;i++){e=e||[[1/0,-1/0],[1/0,-1/0]];var o=n[i];o[0]<e[0][0]&&(e[0][0]=o[0]),o[0]>e[0][1]&&(e[0][1]=o[0]),o[1]<e[1][0]&&(e[1][0]=o[1]),o[1]>e[1][1]&&(e[1][1]=o[1])}return e&&LD(e)}};function LD(t){return new nW(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var Lk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new Cb(e.getZr())).on("brush",t8(this._onBrush,this)).mount()},e.prototype.render=function(t,e,n,i){this.model=t,this._updateController(t,e,n,i)},e.prototype.updateTransform=function(t,e,n,i){LM(e),this._updateController(t,e,n,i)},e.prototype.updateVisual=function(t,e,n,i){this.updateTransform(t,e,n,i)},e.prototype.updateView=function(t,e,n,i){this._updateController(t,e,n,i)},e.prototype._updateController=function(t,e,n,i){i&&i.$from===t.id||this._brushController.setPanels(t.brushTargetManager.makePanelOpts(n)).enableBrush(t.brushOption).updateCovers(t.areas.slice())},e.prototype.dispose=function(){this._brushController.dispose()},e.prototype._onBrush=function(t){var e=this.model.id,n=this.model.brushTargetManager.setOutputRanges(t.areas,this.ecModel);(!t.isEnd||t.removeOnClick)&&this.api.dispatchAction({type:"brush",brushId:e,areas:tU(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:tU(n),$from:e})},e.type="brush",e}(hQ),LL=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.areas=[],n.brushOption={},n}return tM(e,t),e.prototype.optionUpdated=function(t,e){var n=this.option;e||Lm(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:"#ddd"},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){t&&(this.areas=t5(t,function(t){return LP(this.option,t)},this))},e.prototype.setBrushOption=function(t){this.brushOption=LP(this.option,t),this.brushType=this.brushOption.brushType},e.type="brush",e.dependencies=["geo","grid","xAxis","yAxis","parallel","series"],e.defaultOption={seriesIndex:"all",brushType:"rect",brushMode:"single",transformable:!0,brushStyle:{borderWidth:1,color:"rgba(210,219,238,0.3)",borderColor:"#D2DBEE"},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4},e}(uZ);function LP(t,e){return tZ({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new l1(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var LO=["rect","polygon","lineX","lineY","keep","clear"],LR=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tM(e,t),e.prototype.render=function(t,e,n){var i,r,o;e.eachComponent({mainType:"brush"},function(t){i=t.brushType,r=t.brushOption.brushMode||"single",o=o||!!t.areas.length}),this._brushType=i,this._brushMode=r,t3(t.get("type",!0),function(e){t.setIconStatus(e,("keep"===e?"multiple"===r:"clear"===e?o:e===i)?"emphasis":"normal")})},e.prototype.updateView=function(t,e,n){this.render(t,e,n)},e.prototype.getIcons=function(){var t=this.model,e=t.get("icon",!0),n={};return t3(t.get("type",!0),function(t){e[t]&&(n[t]=e[t])}),n},e.prototype.onclick=function(t,e,n){var i=this._brushType,r=this._brushMode;"clear"===n?(e.dispatchAction({type:"axisAreaSelect",intervals:[]}),e.dispatchAction({type:"brush",command:"clear",areas:[]})):e.dispatchAction({type:"takeGlobalCursor",key:"brush",brushOption:{brushType:"keep"===n?i:i!==n&&n,brushMode:"keep"===n?"multiple"===r?"single":"multiple":r}})},e.getDefaultOption=function(t){return{show:!0,type:LO.slice(),icon:{rect:"M7.3,34.7 M0.4,10V-0.2h9.8 M89.6,10V-0.2h-9.8 M0.4,60v10.2h9.8 M89.6,60v10.2h-9.8 M12.3,22.4V10.5h13.1 M33.6,10.5h7.8 M49.1,10.5h7.8 M77.5,22.4V10.5h-13 M12.3,31.1v8.2 M77.7,31.1v8.2 M12.3,47.6v11.9h13.1 M33.6,59.5h7.6 M49.1,59.5 h7.7 M77.5,47.6v11.9h-13",polygon:"M55.2,34.9c1.7,0,3.1,1.4,3.1,3.1s-1.4,3.1-3.1,3.1 s-3.1-1.4-3.1-3.1S53.5,34.9,55.2,34.9z M50.4,51c1.7,0,3.1,1.4,3.1,3.1c0,1.7-1.4,3.1-3.1,3.1c-1.7,0-3.1-1.4-3.1-3.1 C47.3,52.4,48.7,51,50.4,51z M55.6,37.1l1.5-7.8 M60.1,13.5l1.6-8.7l-7.8,4 M59,19l-1,5.3 M24,16.1l6.4,4.9l6.4-3.3 M48.5,11.6 l-5.9,3.1 M19.1,12.8L9.7,5.1l1.1,7.7 M13.4,29.8l1,7.3l6.6,1.6 M11.6,18.4l1,6.1 M32.8,41.9 M26.6,40.4 M27.3,40.2l6.1,1.6 M49.9,52.1l-5.6-7.6l-4.9-1.2",lineX:"M15.2,30 M19.7,15.6V1.9H29 M34.8,1.9H40.4 M55.3,15.6V1.9H45.9 M19.7,44.4V58.1H29 M34.8,58.1H40.4 M55.3,44.4 V58.1H45.9 M12.5,20.3l-9.4,9.6l9.6,9.8 M3.1,29.9h16.5 M62.5,20.3l9.4,9.6L62.3,39.7 M71.9,29.9H55.4",lineY:"M38.8,7.7 M52.7,12h13.2v9 M65.9,26.6V32 M52.7,46.3h13.2v-9 M24.9,12H11.8v9 M11.8,26.6V32 M24.9,46.3H11.8v-9 M48.2,5.1l-9.3-9l-9.4,9.2 M38.9-3.9V12 M48.2,53.3l-9.3,9l-9.4-9.2 M38.9,62.3V46.4",keep:"M4,10.5V1h10.3 M20.7,1h6.1 M33,1h6.1 M55.4,10.5V1H45.2 M4,17.3v6.6 M55.6,17.3v6.6 M4,30.5V40h10.3 M20.7,40 h6.1 M33,40h6.1 M55.4,30.5V40H45.2 M21,18.9h62.9v48.6H21V18.9z",clear:"M22,14.7l30.9,31 M52.9,14.7L22,45.7 M4.7,16.8V4.2h13.1 M26,4.2h7.8 M41.6,4.2h7.8 M70.3,16.8V4.2H57.2 M4.7,25.9v8.6 M70.3,25.9v8.6 M4.7,43.2v12.6h13.1 M26,55.8h7.8 M41.6,55.8h7.8 M70.3,43.2v12.6H57.2"},title:t.getLocaleModel().get(["toolbox","brush","title"])}},e}(k_),LN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode={type:"box",ignoreSize:!0},n}return tM(e,t),e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:0,top:0,backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:"#464646"},subtextStyle:{fontSize:12,color:"#6E7079"}},e}(uZ),Lz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get("show")){var i=this.group,r=t.getModel("textStyle"),o=t.getModel("subtextStyle"),a=t.get("textAlign"),s=eg(t.get("textBaseline"),t.get("textVerticalAlign")),l=new sE({style:lR(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new sE({style:lR(o,{text:c,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),d=t.get("link"),p=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!d&&!f,h.silent=!p&&!f,d&&l.on("click",function(){uO(d,"_"+t.get("target"))}),p&&h.on("click",function(){uO(p,"_"+t.get("subtarget"))}),sB(l).eventData=sB(h).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),c&&i.add(h);var g=i.getBoundingRect(),y=t.getBoxLayoutParams();y.width=g.width,y.height=g.height;var m=uB(y,{width:n.getWidth(),height:n.getHeight()},t.get("padding"));a||("middle"===(a=t.get("left")||t.get("right"))&&(a="center"),"right"===a?m.x+=m.width:"center"===a&&(m.x+=m.width/2)),s||("center"===(s=t.get("top")||t.get("bottom"))&&(s="middle"),"bottom"===s?m.y+=m.height:"middle"===s&&(m.y+=m.height/2),s=s||"top"),i.x=m.x,i.y=m.y,i.markRedraw();var v={align:a,verticalAlign:s};l.setStyle(v),h.setStyle(v),g=i.getBoundingRect();var x=m.margin,b=t.getItemStyle(["color","opacity"]);b.fill=t.get("backgroundColor");var _=new s_({shape:{x:g.x-x[3],y:g.y-x[0],width:g.width+x[1]+x[3],height:g.height+x[0]+x[2],r:t.get("borderRadius")},style:b,subPixelOptimize:!0,silent:!0});i.add(_)}},e.type="title",e}(hQ),LE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode="box",n}return tM(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._initData()},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this._initData()},e.prototype.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),t<0&&(t=0)),this.option.currentIndex=t},e.prototype.getCurrentIndex=function(){return this.option.currentIndex},e.prototype.isIndexMax=function(){return this.getCurrentIndex()>=this._data.count()-1},e.prototype.setPlayState=function(t){this.option.autoPlay=!!t},e.prototype.getPlayState=function(){return!!this.option.autoPlay},e.prototype._initData=function(){var t,e=this.option,n=e.data||[],i=e.axisType,r=this._names=[];"category"===i?(t=[],t3(n,function(e,n){var i,o=oW(oE(e),"");ea(e)?(i=tU(e)).value=n:i=n,t.push(i),r.push(o)})):t=n,(this._data=new yi([{name:"value",type:{category:"ordinal",time:"time",value:"number"}[i]||"number"}],this)).initData(t,r)},e.prototype.getData=function(){return this._data},e.prototype.getCategories=function(){if("category"===this.get("axisType"))return this._names.slice()},e.type="timeline",e.defaultOption={z:4,show:!0,axisType:"time",realtime:!0,left:"20%",top:null,right:"20%",bottom:0,width:null,height:40,padding:5,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:"#000"},data:[]},e}(uZ),LB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="timeline.slider",e.defaultOption=l5(LE.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:"#DAE1F5"},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:"#A4B1D7"},itemStyle:{color:"#A4B1D7",borderWidth:1},checkpointStyle:{symbol:"circle",symbolSize:15,color:"#316bf3",borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0, 0, 0, 0.3)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M31.6,53C17.5,53,6,41.5,6,27.4S17.5,1.8,31.6,1.8C45.7,1.8,57.2,13.3,57.2,27.4S45.7,53,31.6,53z M31.6,3.3 C18.4,3.3,7.5,14.1,7.5,27.4c0,13.3,10.8,24.1,24.1,24.1C44.9,51.5,55.7,40.7,55.7,27.4C55.7,14.1,44.9,3.3,31.6,3.3z M24.9,21.3 c0-2.2,1.6-3.1,3.5-2l10.5,6.1c1.899,1.1,1.899,2.9,0,4l-10.5,6.1c-1.9,1.1-3.5,0.2-3.5-2V21.3z",stopIcon:"path://M30.9,53.2C16.8,53.2,5.3,41.7,5.3,27.6S16.8,2,30.9,2C45,2,56.4,13.5,56.4,27.6S45,53.2,30.9,53.2z M30.9,3.5C17.6,3.5,6.8,14.4,6.8,27.6c0,13.3,10.8,24.1,24.101,24.1C44.2,51.7,55,40.9,55,27.6C54.9,14.4,44.1,3.5,30.9,3.5z M36.9,35.8c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H36c0.5,0,0.9,0.4,0.9,1V35.8z M27.8,35.8 c0,0.601-0.4,1-0.9,1h-1.3c-0.5,0-0.9-0.399-0.9-1V19.5c0-0.6,0.4-1,0.9-1H27c0.5,0,0.9,0.4,0.9,1L27.8,35.8L27.8,35.8z",nextIcon:"M2,18.5A1.52,1.52,0,0,1,.92,18a1.49,1.49,0,0,1,0-2.12L7.81,9.36,1,3.11A1.5,1.5,0,1,1,3,.89l8,7.34a1.48,1.48,0,0,1,.49,1.09,1.51,1.51,0,0,1-.46,1.1L3,18.08A1.5,1.5,0,0,1,2,18.5Z",prevIcon:"M10,.5A1.52,1.52,0,0,1,11.08,1a1.49,1.49,0,0,1,0,2.12L4.19,9.64,11,15.89a1.5,1.5,0,1,1-2,2.22L1,10.77A1.48,1.48,0,0,1,.5,9.68,1.51,1.51,0,0,1,1,8.58L9,.92A1.5,1.5,0,0,1,10,.5Z",prevBtnSize:18,nextBtnSize:18,color:"#A4B1D7",borderColor:"#A4B1D7",borderWidth:1},emphasis:{label:{show:!0,color:"#6f778d"},itemStyle:{color:"#316BF3"},controlStyle:{color:"#316BF3",borderColor:"#316BF3",borderWidth:2}},progress:{lineStyle:{color:"#316BF3"},itemStyle:{color:"#316BF3"},label:{color:"#6f778d"}},data:[]}),e}(LE);t1(LB,c2.prototype);var LV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="timeline",e}(hQ),LF=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return tM(e,t),e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},e}(mk),LW=Math.PI,LG=oX(),LH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(t,e){this.api=e},e.prototype.render=function(t,e,n){if(this.model=t,this.api=n,this.ecModel=e,this.group.removeAll(),t.get("show",!0)){var i=this._layout(t,n),r=this._createGroup("_mainGroup"),o=this._createGroup("_labelGroup"),a=this._axis=this._createAxis(i,t);t.formatTooltip=function(t){return hD("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},t3(["AxisLine","AxisTick","Control","CurrentPointer"],function(e){this["_render"+e](i,r,a,t)},this),this._renderAxisLabel(i,o,a,t),this._position(i,t)}this._doPlayStop(),this._updateTicksStatus()},e.prototype.remove=function(){this._clearTimer(),this.group.removeAll()},e.prototype.dispose=function(){this._clearTimer()},e.prototype._layout=function(t,e){var n,i,r,o,a,s,l=t.get(["label","position"]),u=t.get("orient"),c=(n=t,i=e,uB(n.getBoxLayoutParams(),{width:i.getWidth(),height:i.getHeight()},n.get("padding"))),h={horizontal:"center",vertical:(r=null==l||"auto"===l?"horizontal"===u?c.y+c.height/2<e.getHeight()/2?"-":"+":c.x+c.width/2<e.getWidth()/2?"+":"-":ei(l)?({horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}})[u][l]:l)>=0||"+"===r?"left":"right"},d="vertical"===u?c.height:c.width,p=t.getModel("controlStyle"),f=p.get("show",!0),g=f?p.get("itemSize"):0,y=f?p.get("itemGap"):0,m=g+y,v=t.get(["label","rotate"])||0;v=v*LW/180;var x=p.get("position",!0),b=f&&p.get("showPlayBtn",!0),_=f&&p.get("showPrevBtn",!0),S=f&&p.get("showNextBtn",!0),w=0,M=d;"left"===x||"bottom"===x?(b&&(o=[0,0],w+=m),_&&(a=[w,0],w+=m)):(b&&(o=[M-g,0],M-=m),_&&(a=[0,0],w+=m)),S&&(s=[M-g,0],M-=m);var C=[w,M];return t.get("inverse")&&C.reverse(),{viewRect:c,mainLength:d,orient:u,rotation:({horizontal:0,vertical:LW/2})[u],labelRotation:v,labelPosOpt:r,labelAlign:t.get(["label","align"])||h[u],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||({horizontal:r>=0||"+"===r?"top":"bottom",vertical:"middle"})[u],playPosition:o,prevBtnPosition:a,nextBtnPosition:s,axisExtent:C,controlSize:g,controlGap:y}},e.prototype._position=function(t,e){var n=this._mainGroup,i=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var o=nw(),a=r.x,s=r.y+r.height;nT(o,o,[-a,-s]),nA(o,o,-LW/2),nT(o,o,[a,s]),(r=r.clone()).applyTransform(o)}var l=y(r),u=y(n.getBoundingRect()),c=y(i.getBoundingRect()),h=[n.x,n.y],d=[i.x,i.y];d[0]=h[0]=l[0][0];var p=t.labelPosOpt;if(null==p||ei(p)){var f=+("+"!==p);m(h,u,l,1,f),m(d,c,l,1,1-f)}else{var f=p>=0?0:1;m(h,u,l,1,f),d[1]=h[1]+p}function g(t){t.originX=l[0][0]-t.x,t.originY=l[1][0]-t.y}function y(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function m(t,e,n,i,r){t[i]+=n[i][r]-e[i][r]}n.setPosition(h),i.setPosition(d),n.rotation=i.rotation=t.rotation,g(n),g(i)},e.prototype._createAxis=function(t,e){var n=e.getData(),i=e.get("axisType"),r=function(t,e){if(e=e||t.get("type"))switch(e){case"category":return new yw({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new yF({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new yC}}(e,i);r.getTicks=function(){return n.mapArray(["value"],function(t){return{value:t}})};var o=n.getDataExtent("value");r.setExtent(o[0],o[1]),r.calcNiceTicks();var a=new LF("value",r,t.axisExtent,i);return a.model=e,a},e.prototype._createGroup=function(t){var e=this[t]=new r6;return this.group.add(e),e},e.prototype._renderAxisLine=function(t,e,n,i){var r=n.getExtent();if(i.get(["lineStyle","show"])){var o=new dj({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:tK({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new dj({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:t$({lineCap:"round",lineWidth:o.style.lineWidth},i.getModel(["progress","lineStyle"]).getLineStyle()),silent:!0,z2:1});e.add(a)}},e.prototype._renderAxisTick=function(t,e,n,i){var r=this,o=i.getData(),a=n.scale.getTicks();this._tickSymbols=[],t3(a,function(t){var a=n.dataToCoord(t.value),s=o.getItemModel(t.value),l=s.getModel("itemStyle"),u=s.getModel(["emphasis","itemStyle"]),c=s.getModel(["progress","itemStyle"]),h=Lj(s,l,e,{x:a,y:0,onclick:t8(r._changeTimeline,r,t.value)});h.ensureState("emphasis").style=u.getItemStyle(),h.ensureState("progress").style=c.getItemStyle(),lu(h);var d=sB(h);s.get("tooltip")?(d.dataIndex=t.value,d.dataModel=i):d.dataIndex=d.dataModel=null,r._tickSymbols.push(h)})},e.prototype._renderAxisLabel=function(t,e,n,i){var r=this;if(n.getLabelModel().get("show")){var o=i.getData(),a=n.getViewLabels();this._tickLabels=[],t3(a,function(i){var a=i.tickValue,s=o.getItemModel(a),l=s.getModel("label"),u=s.getModel(["emphasis","label"]),c=s.getModel(["progress","label"]),h=new sE({x:n.dataToCoord(i.tickValue),y:0,rotation:t.labelRotation-t.rotation,onclick:t8(r._changeTimeline,r,a),silent:!1,style:lR(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});h.ensureState("emphasis").style=lR(u),h.ensureState("progress").style=lR(c),e.add(h),lu(h),LG(h).dataIndex=a,r._tickLabels.push(h)})}},e.prototype._renderControl=function(t,e,n,i){var r=t.controlSize,o=t.rotation,a=i.getModel("controlStyle").getItemStyle(),s=i.getModel(["emphasis","controlStyle"]).getItemStyle(),l=i.getPlayState(),u=i.get("inverse",!0);function c(t,n,l,u){if(t){var c,h,d,p,f,g,y=rK(eg(i.get(["controlStyle",n+"BtnSize"]),r),r),m=(c=i,h=n+"Icon",d=[0,-y/2,y,y],f=(p={x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l}).style,g=pS(c.get(["controlStyle",h]),p||{},new nW(d[0],d[1],d[2],d[3])),f&&g.setStyle(f),g);m.ensureState("emphasis").style=s,e.add(m),lu(m)}}c(t.nextBtnPosition,"next",t8(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",t8(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",t8(this._handlePlayClick,this,!l),!0)},e.prototype._renderCurrentPointer=function(t,e,n,i){var r=i.getData(),o=i.getCurrentIndex(),a=r.getItemModel(o).getModel("checkpointStyle"),s=this;this._currentPointer=Lj(a,a,this._mainGroup,{},this._currentPointer,{onCreate:function(t){t.draggable=!0,t.drift=t8(s._handlePointerDrag,s),t.ondragend=t8(s._handlePointerDragend,s),LX(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){LX(t,s._progressLine,o,n,i)}})},e.prototype._handlePlayClick=function(t){this._clearTimer(),this.api.dispatchAction({type:"timelinePlayChange",playState:t,from:this.uid})},e.prototype._handlePointerDrag=function(t,e,n){this._clearTimer(),this._pointerChangeTimeline([n.offsetX,n.offsetY])},e.prototype._handlePointerDragend=function(t){this._pointerChangeTimeline([t.offsetX,t.offsetY],!0)},e.prototype._pointerChangeTimeline=function(t,e){var n=this._toAxisCoord(t)[0],i=od(this._axis.getExtent().slice());n>i[1]&&(n=i[1]),n<i[0]&&(n=i[0]),this._currentPointer.x=n,this._currentPointer.markRedraw();var r=this._progressLine;r&&(r.shape.x2=n,r.dirty());var o=this._findNearestTick(n),a=this.model;(e||o!==a.getCurrentIndex()&&a.get("realtime"))&&this._changeTimeline(o)},e.prototype._doPlayStop=function(){var t=this;this._clearTimer(),this.model.getPlayState()&&(this._timer=setTimeout(function(){var e=t.model;t._changeTimeline(e.getCurrentIndex()+(e.get("rewind",!0)?-1:1))},this.model.get("playInterval")))},e.prototype._toAxisCoord=function(t){return pm(t,this._mainGroup.getLocalTransform(),!0)},e.prototype._findNearestTick=function(t){var e,n=this.model.getData(),i=1/0,r=this._axis;return n.each(["value"],function(n,o){var a=Math.abs(r.dataToCoord(n)-t);a<i&&(i=a,e=o)}),e},e.prototype._clearTimer=function(){this._timer&&(clearTimeout(this._timer),this._timer=null)},e.prototype._changeTimeline=function(t){var e=this.model.getCurrentIndex();"+"===t?t=e+1:"-"===t&&(t=e-1),this.api.dispatchAction({type:"timelineChange",currentIndex:t,from:this.uid})},e.prototype._updateTicksStatus=function(){var t=this.model.getCurrentIndex(),e=this._tickSymbols,n=this._tickLabels;if(e)for(var i=0;i<e.length;i++)e&&e[i]&&e[i].toggleState("progress",i<t);if(n)for(var i=0;i<n.length;i++)n&&n[i]&&n[i].toggleState("progress",LG(n[i]).dataIndex<=t)},e.type="timeline.slider",e}(LV);function Lj(t,e,n,i,r,o){var a=e.get("color");r?(r.setColor(a),n.add(r),o&&o.onUpdate(r)):((r=fC(t.get("symbol"),-1,-1,2,2,a)).setStyle("strokeNoScale",!0),n.add(r),o&&o.onCreate(r));var s=e.getItemStyle(["color"]);r.setStyle(s),i=tZ({rectHover:!0,z2:100},i,!0);var l=fI(t.get("symbolSize"));i.scaleX=l[0]/2,i.scaleY=l[1]/2;var u=fT(t.get("symbolOffset"),l);u&&(i.x=(i.x||0)+u[0],i.y=(i.y||0)+u[1]);var c=t.get("symbolRotate");return i.rotation=(c||0)*Math.PI/180||0,r.attr(i),r.updateTransform(),r}function LX(t,e,n,i,r,o){if(!t.dragging){var a=r.getModel("checkpointStyle"),s=i.dataToCoord(r.getData().get("value",n));if(o||!a.get("animation",!0))t.attr({x:s,y:0}),e&&e.attr({shape:{x2:s}});else{var l={duration:a.get("animationDuration",!0),easing:a.get("animationEasing",!0)};t.stopAnimation(null,!0),t.animateTo({x:s,y:0},l),e&&e.animateTo({shape:{x2:s}},l)}}}function LY(t){var e=t&&t.timeline;ee(e)||(e=e?[e]:[]),t3(e,function(t){t&&function(t){var e=t.type,n={number:"value",time:"time"};if(n[e]&&(t.axisType=n[e],delete t.type),LU(t),LZ(t,"controlPosition")){var i=t.controlStyle||(t.controlStyle={});LZ(i,"position")||(i.position=t.controlPosition),"none"!==i.position||LZ(i,"show")||(i.show=!1,delete i.position),delete t.controlPosition}t3(t.data||[],function(t){ea(t)&&!ee(t)&&(!LZ(t,"value")&&LZ(t,"name")&&(t.value=t.name),LU(t))})}(t)})}function LU(t){var e=t.itemStyle||(t.itemStyle={}),n=e.emphasis||(e.emphasis={}),i=t.label||t.label||{},r=i.normal||(i.normal={}),o={normal:1,emphasis:1};t3(i,function(t,e){o[e]||LZ(r,e)||(r[e]=t)}),n.label&&!LZ(i,"emphasis")&&(i.emphasis=n.label,delete n.label)}function LZ(t,e){return t.hasOwnProperty(e)}function Lq(t,e){if(!t)return!1;for(var n=ee(t)?t:[t],i=0;i<n.length;i++)if(n[i]&&n[i][e])return!0;return!1}function LK(t){oN(t,"label",["show"])}var L$=oX(),LJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.createdBySelf=!1,n}return tM(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._mergeOption(t,n,!1,!0)},e.prototype.isAnimationEnabled=function(){if(tT.node)return!1;var t=this.__hostSeries;return this.getShallow("animation")&&t&&t.isAnimationEnabled()},e.prototype.mergeOption=function(t,e){this._mergeOption(t,e,!1,!1)},e.prototype._mergeOption=function(t,e,n,i){var r=this.mainType;n||e.eachSeries(function(t){var n=t.get(this.mainType,!0),o=L$(t)[r];if(!n||!n.data){L$(t)[r]=null;return}o?o._mergeOption(n,e,!0):(i&&LK(n),t3(n.data,function(t){t instanceof Array?(LK(t[0]),LK(t[1])):LK(t)}),tK(o=this.createMarkerModelFromSeries(n,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),o.__hostSeries=t),L$(t)[r]=o},this)},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t),o=i.getName(t);return hD("section",{header:this.name,blocks:[hD("nameValue",{name:o,value:r,noName:!o,noValue:null==r})]})},e.prototype.getData=function(){return this._data},e.prototype.setData=function(t){this._data=t},e.prototype.getDataParams=function(t,e){var n=c2.prototype.getDataParams.call(this,t,e),i=this.__hostSeries;return i&&(n.seriesId=i.id,n.seriesName=i.name,n.seriesType=i.subType),n},e.getMarkerModelFromSeries=function(t,e){return L$(t)[e]},e.type="marker",e.dependencies=["series","grid","polar","geo"],e}(uZ);t1(LJ,c2.prototype);var LQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markPoint",e.defaultOption={z:5,symbol:"pin",symbolSize:50,tooltip:{trigger:"item"},label:{show:!0,position:"inside"},itemStyle:{borderWidth:2},emphasis:{label:{show:!0}}},e}(LJ);function L0(t){return!(isNaN(parseFloat(t.x))&&isNaN(parseFloat(t.y)))}function L1(t,e,n,i,r,o){var a=[],s=yc(e,i)?e.getCalculationInfo("stackResultDimension"):i,l=L6(e,s,t),u=e.indicesOfNearest(s,l)[0];a[r]=e.get(n,u),a[o]=e.get(s,u);var c=e.get(i,u),h=op(e.get(i,u));return(h=Math.min(h,20))>=0&&(a[o]=+a[o].toFixed(h)),[a,c]}var L2={min:et(L1,"min"),max:et(L1,"max"),average:et(L1,"average"),median:et(L1,"median")};function L3(t,e){if(e){var n,i=t.getData(),r=t.coordinateSystem,o=r&&r.dimensions;if(!(!isNaN(parseFloat((n=e).x))&&!isNaN(parseFloat(n.y)))&&!ee(e.coord)&&ee(o)){var a=L5(e,i,r,t);if((e=tU(e)).type&&L2[e.type]&&a.baseAxis&&a.valueAxis){var s=tQ(o,a.baseAxis.dim),l=tQ(o,a.valueAxis.dim),u=L2[e.type](i,a.baseDataDim,a.valueDataDim,s,l);e.coord=u[0],e.value=u[1]}else e.coord=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis]}if(null!=e.coord&&ee(o))for(var c=e.coord,h=0;h<2;h++)L2[c[h]]&&(c[h]=L6(i,i.mapDimension(o[h]),c[h]));else e.coord=[];return e}}function L5(t,e,n,i){var r,o,a,s={};return null!=t.valueIndex||null!=t.valueDim?(s.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,s.valueAxis=n.getAxis((r=i,o=s.valueDataDim,(a=r.getData().getDimensionInfo(o))&&a.coordDim)),s.baseAxis=n.getOtherAxis(s.valueAxis),s.baseDataDim=e.mapDimension(s.baseAxis.dim)):(s.baseAxis=i.getBaseAxis(),s.valueAxis=n.getOtherAxis(s.baseAxis),s.baseDataDim=e.mapDimension(s.baseAxis.dim),s.valueDataDim=e.mapDimension(s.valueAxis.dim)),s}function L4(t,e){return!t||!t.containData||!e.coord||!!L0(e)||t.containData(e.coord)}function L9(t,e){return t?function(t,n,i,r){return c7(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return c7(t.value,e[r])}}function L6(t,e,n){if("average"===n){var i=0,r=0;return t.each(e,function(t,e){!isNaN(t)&&(i+=t,r++)}),i/r}return"median"===n?t.getMedian(e):t.getDataExtent(e)[+("max"===n)]}var L7=oX(),L8=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.init=function(){this.markerGroupMap=eT()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each(function(t){L7(t).keep=!1}),e.eachSeries(function(t){var r=LJ.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)}),r.each(function(t){L7(t).keep||i.group.remove(t.group)})},e.prototype.markKeep=function(t){L7(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;t3(t,function(t){var i=LJ.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl(function(t){t&&(e?s4(t,s1):s4(t,s2))})})},e.type="marker",e}(hQ);function Pt(t,e,n){var i=e.coordinateSystem;t.each(function(r){var o,a=t.getItemModel(r),s=oc(a.get("x"),n.getWidth()),l=oc(a.get("y"),n.getHeight());if(isNaN(s)||isNaN(l)){if(e.getMarkerPosition)o=e.getMarkerPosition(t.getValues(t.dimensions,r));else if(i){var u=t.get(i.dimensions[0],r),c=t.get(i.dimensions[1],r);o=i.dataToPoint([u,c])}}else o=[s,l];isNaN(s)||(o[0]=s),isNaN(l)||(o[1]=l),t.setItemLayout(r,o)})}var Pe=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=LJ.getMarkerModelFromSeries(t,"markPoint");e&&(Pt(e.getData(),t,n),this.markerGroupMap.get(t.id).updateLayout())},this)},e.prototype.renderSeries=function(t,e,n,i){var r,o,a,s,l,u,c,h=t.coordinateSystem,d=t.id,p=t.getData(),f=this.markerGroupMap,g=f.get(d)||f.set(d,new xl),y=(r=h,o=t,a=e,l=new yi(s=r?t5(r&&r.dimensions,function(t){return tK(tK({},o.getData().getDimensionInfo(o.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=t5(a.get("data"),et(L3,o)),r&&(u=t9(u,et(L4,r))),c=L9(!!r,s),l.initData(u,null,c),l);e.setData(y),Pt(e.getData(),t,i),y.each(function(t){var n=y.getItemModel(t),i=n.getShallow("symbol"),r=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),a=n.getShallow("symbolOffset"),s=n.getShallow("symbolKeepAspect");if(en(i)||en(r)||en(o)||en(a)){var l=e.getRawValue(t),u=e.getDataParams(t);en(i)&&(i=i(l,u)),en(r)&&(r=r(l,u)),en(o)&&(o=o(l,u)),en(a)&&(a=a(l,u))}var c=n.getModel("itemStyle").getItemStyle(),h=fu(p,"color");c.fill||(c.fill=h),y.setItemVisual(t,{symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:a,symbolKeepAspect:s,style:c})}),g.updateData(y),this.group.add(g.group),y.eachItemGraphicEl(function(t){t.traverse(function(t){sB(t).dataModel=e})}),this.markKeep(g),g.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(L8),Pn=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markLine",e.defaultOption={z:5,symbol:["circle","arrow"],symbolSize:[8,16],symbolOffset:0,precision:2,tooltip:{trigger:"item"},label:{show:!0,position:"end",distance:5},lineStyle:{type:"dashed"},emphasis:{label:{show:!0},lineStyle:{width:3}},animationEasing:"linear"},e}(LJ),Pi=oX(),Pr=function(t,e,n,i){var r,o=t.getData();if(ee(i))r=i;else{var a=i.type;if("min"===a||"max"===a||"average"===a||"median"===a||null!=i.xAxis||null!=i.yAxis){var s=void 0,l=void 0;if(null!=i.yAxis||null!=i.xAxis)s=e.getAxis(null!=i.yAxis?"y":"x"),l=ef(i.yAxis,i.xAxis);else{var u=L5(i,o,e,t);s=u.valueAxis;var c=yh(o,u.valueDataDim);l=L6(o,c,a)}var h=+("x"!==s.dim),d=1-h,p=tU(i),f={coord:[]};p.type=null,p.coord=[],p.coord[d]=-1/0,f.coord[d]=1/0;var g=n.get("precision");g>=0&&eo(l)&&(l=+l.toFixed(Math.min(g,20))),p.coord[h]=f.coord[h]=l,r=[p,f,{type:a,valueIndex:i.valueIndex,value:l}]}else r=[]}var y=[L3(t,r[0]),L3(t,r[1]),tK({},r[2])];return y[2].type=y[2].type||null,tZ(y[2],y[0]),tZ(y[2],y[1]),y};function Po(t){return!isNaN(t)&&!isFinite(t)}function Pa(t,e,n,i){var r=1-t,o=i.dimensions[t];return Po(e[r])&&Po(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function Ps(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(Pa(1,n,i,t)||Pa(0,n,i,t)))return!0}return L4(t,e[0])&&L4(t,e[1])}function Pl(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=oc(s.get("x"),r.getWidth()),u=oc(s.get("y"),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition)o=i.getMarkerPosition(t.getValues(t.dimensions,e));else{var c=a.dimensions,h=t.get(c[0],e),d=t.get(c[1],e);o=a.dataToPoint([h,d])}if(xS(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y"),c=a.dimensions;Po(t.get(c[0],e))?o[0]=p.toGlobalCoord(p.getExtent()[+!n]):Po(t.get(c[1],e))&&(o[1]=f.toGlobalCoord(f.getExtent()[+!n]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}var Pu=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=LJ.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=Pi(e).from,o=Pi(e).to;r.each(function(e){Pl(r,e,!0,t,n),Pl(o,e,!1,t,n)}),i.each(function(t){i.setItemLayout(t,[r.getItemLayout(t),o.getItemLayout(t)])}),this.markerGroupMap.get(t.id).updateLayout()}},this)},e.prototype.renderSeries=function(t,e,n,i){var r,o,a,s,l,u,c,h,d,p=t.coordinateSystem,f=t.id,g=t.getData(),y=this.markerGroupMap,m=y.get(f)||y.set(f,new Mm);this.group.add(m.group);var v=(r=p,o=t,a=e,l=new yi(s=r?t5(r&&r.dimensions,function(t){return tK(tK({},o.getData().getDimensionInfo(o.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=new yi(s,a),c=new yi([],a),h=t5(a.get("data"),et(Pr,o,r,a)),r&&(h=t9(h,et(Ps,r))),d=L9(!!r,s),l.initData(t5(h,function(t){return t[0]}),null,d),u.initData(t5(h,function(t){return t[1]}),null,d),c.initData(t5(h,function(t){return t[2]})),c.hasItemOption=!0,{from:l,to:u,line:c}),x=v.from,b=v.to,_=v.line;Pi(e).from=x,Pi(e).to=b,e.setData(_);var S=e.get("symbol"),w=e.get("symbolSize"),M=e.get("symbolRotate"),C=e.get("symbolOffset");function I(e,n,r){var o=e.getItemModel(n);Pl(e,n,r,t,i);var a=o.getModel("itemStyle").getItemStyle();null==a.fill&&(a.fill=fu(g,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:eg(o.get("symbolOffset",!0),C[+!r]),symbolRotate:eg(o.get("symbolRotate",!0),M[+!r]),symbolSize:eg(o.get("symbolSize"),w[+!r]),symbol:eg(o.get("symbol",!0),S[+!r]),style:a})}ee(S)||(S=[S,S]),ee(w)||(w=[w,w]),ee(M)||(M=[M,M]),ee(C)||(C=[C,C]),v.from.each(function(t){I(x,t,!0),I(b,t,!1)}),_.each(function(t){var e=_.getItemModel(t).getModel("lineStyle").getLineStyle();_.setItemLayout(t,[x.getItemLayout(t),b.getItemLayout(t)]),null==e.stroke&&(e.stroke=x.getItemVisual(t,"style").fill),_.setItemVisual(t,{fromSymbolKeepAspect:x.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:x.getItemVisual(t,"symbolOffset"),fromSymbolRotate:x.getItemVisual(t,"symbolRotate"),fromSymbolSize:x.getItemVisual(t,"symbolSize"),fromSymbol:x.getItemVisual(t,"symbol"),toSymbolKeepAspect:b.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:b.getItemVisual(t,"symbolOffset"),toSymbolRotate:b.getItemVisual(t,"symbolRotate"),toSymbolSize:b.getItemVisual(t,"symbolSize"),toSymbol:b.getItemVisual(t,"symbol"),style:e})}),m.updateData(_),v.line.eachItemGraphicEl(function(t){sB(t).dataModel=e,t.traverse(function(t){sB(t).dataModel=e})}),this.markKeep(m),m.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(L8),Pc=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.createMarkerModelFromSeries=function(t,n,i){return new e(t,n,i)},e.type="markArea",e.defaultOption={z:1,tooltip:{trigger:"item"},animation:!1,label:{show:!0,position:"top"},itemStyle:{borderWidth:0},emphasis:{label:{show:!0,position:"top"}}},e}(LJ),Ph=oX(),Pd=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=L3(t,r),s=L3(t,o),l=a.coord,u=s.coord;l[0]=ef(l[0],-1/0),l[1]=ef(l[1],-1/0),u[0]=ef(u[0],1/0),u[1]=ef(u[1],1/0);var c=tq([{},a,s]);return c.coord=[a.coord,s.coord],c.x0=a.x,c.y0=a.y,c.x1=s.x,c.y1=s.y,c}};function Pp(t){return!isNaN(t)&&!isFinite(t)}function Pf(t,e,n,i){var r=1-t;return Pp(e[r])&&Pp(n[r])}function Pg(t,e){var n=e.coord[0],i=e.coord[1],r={coord:n,x:e.x0,y:e.y0},o={coord:i,x:e.x1,y:e.y1};if(xS(t,"cartesian2d"))return!!(n&&i&&(Pf(1,n,i,t)||Pf(0,n,i,t)))||!t||!t.containZone||!r.coord||!o.coord||!!L0(r)||!!L0(o)||t.containZone(r.coord,o.coord);return L4(t,r)||L4(t,o)}function Py(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=oc(s.get(n[0]),r.getWidth()),u=oc(s.get(n[1]),r.getHeight());if(isNaN(l)||isNaN(u)){if(i.getMarkerPosition){var c=t.getValues(["x0","y0"],e),h=t.getValues(["x1","y1"],e),d=a.clampData(c),p=a.clampData(h),f=[];"x0"===n[0]?f[0]=d[0]>p[0]?h[0]:c[0]:f[0]=d[0]>p[0]?c[0]:h[0],"y0"===n[1]?f[1]=d[1]>p[1]?h[1]:c[1]:f[1]=d[1]>p[1]?c[1]:h[1],o=i.getMarkerPosition(f,n,!0)}else{var g=t.get(n[0],e),y=t.get(n[1],e),m=[g,y];a.clampData&&a.clampData(m,m),o=a.dataToPoint(m,!0)}if(xS(a,"cartesian2d")){var v=a.getAxis("x"),x=a.getAxis("y"),g=t.get(n[0],e),y=t.get(n[1],e);Pp(g)?o[0]=v.toGlobalCoord(v.getExtent()[+("x0"!==n[0])]):Pp(y)&&(o[1]=x.toGlobalCoord(x.getExtent()[+("y0"!==n[1])]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var Pm=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],Pv=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=LJ.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each(function(e){var r=t5(Pm,function(r){return Py(i,e,r,t,n)});i.setItemLayout(e,r),i.getItemGraphicEl(e).setShape("points",r)})}},this)},e.prototype.renderSeries=function(t,e,n,i){var r=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,{group:new r6});this.group.add(l.group),this.markKeep(l);var u=function(t,e,n){if(t){var i,r,o=t5(t&&t.dimensions,function(t){var n=e.getData();return tK(tK({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})});i=new yi(r=t5(["x0","y0","x1","y1"],function(t,e){return{name:t,type:o[e%2].type}}),n)}else i=new yi(r=[{name:"value",type:"float"}],n);var a=t5(n.get("data"),et(Pd,e,t,n));t&&(a=t9(a,et(Pg,t)));var s=t?function(t,e,n,i){return c7(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return c7(t.value,r[i])};return i.initData(a,null,s),i.hasItemOption=!0,i}(r,t,e);e.setData(u),u.each(function(e){var n=t5(Pm,function(n){return Py(u,e,n,t,i)}),o=r.getAxis("x").scale,s=r.getAxis("y").scale,l=o.getExtent(),c=s.getExtent(),h=[o.parse(u.get("x0",e)),o.parse(u.get("x1",e))],d=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];od(h),od(d);var p=!(l[0]>h[1]||l[1]<h[0]||c[0]>d[1]||c[1]<d[0]);u.setItemLayout(e,{points:n,allClipped:!p});var f=u.getItemModel(e).getModel("itemStyle").getItemStyle(),g=fu(a,"color");!f.fill&&(f.fill=g,ei(f.fill)&&(f.fill=iX(f.fill,.4))),f.stroke||(f.stroke=g),u.setItemVisual(e,"style",f)}),u.diff(Ph(l).data).add(function(t){var e=u.getItemLayout(t);if(!e.allClipped){var n=new dE({shape:{points:e.points}});u.setItemGraphicEl(t,n),l.group.add(n)}}).update(function(t,n){var i=Ph(l).data.getItemGraphicEl(n),r=u.getItemLayout(t);r.allClipped?i&&l.group.remove(i):(i?lS(i,{shape:{points:r.points}},e,t):i=new dE({shape:{points:r.points}}),u.setItemGraphicEl(t,i),l.group.add(i))}).remove(function(t){var e=Ph(l).data.getItemGraphicEl(t);l.group.remove(e)}).execute(),u.eachItemGraphicEl(function(t,n){var i=u.getItemModel(n),r=u.getItemVisual(n,"style");t.useStyle(u.getItemVisual(n,"style")),lP(t,lO(i),{labelFetcher:e,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:ei(r.fill)?iX(r.fill,1):"#000"}),lf(t,i),lc(t,null,null,i.get(["emphasis","disabled"])),sB(t).dataModel=e}),Ph(l).data=u,l.group.silent=e.get("silent")||t.get("silent")},e.type="markArea",e}(L8),Px=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode={type:"box",ignoreSize:!0},n}return tM(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),t.selected=t.selected||{},this._updateSelector(t)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),this._updateSelector(e)},e.prototype._updateSelector=function(t){var e=t.selector,n=this.ecModel;!0===e&&(e=t.selector=["all","inverse"]),ee(e)&&t3(e,function(t,i){var r;ei(t)&&(t={type:t}),e[i]=tZ(t,"all"===(r=t.type)?{type:"all",title:n.getLocaleModel().get(["legend","selector","all"])}:"inverse"===r?{type:"inverse",title:n.getLocaleModel().get(["legend","selector","inverse"])}:void 0)})},e.prototype.optionUpdated=function(){this._updateData(this.ecModel);var t=this._data;if(t[0]&&"single"===this.get("selectedMode")){for(var e=!1,n=0;n<t.length;n++){var i=t[n].get("name");if(this.isSelected(i)){this.select(i),e=!0;break}}e||this.select(t[0].get("name"))}},e.prototype._updateData=function(t){var e=[],n=[];t.eachRawSeries(function(i){var r,o=i.name;if(n.push(o),i.legendVisualProvider){var a=i.legendVisualProvider.getAllNames();t.isSeriesFiltered(i)||(n=n.concat(a)),a.length?e=e.concat(a):r=!0}else r=!0;r&&oG(i)&&e.push(i.name)}),this._availableNames=n;var i=this.get("data")||e,r=eT(),o=t5(i,function(t){return((ei(t)||eo(t))&&(t={name:t}),r.get(t.name))?null:(r.set(t.name,!0),new l1(t,this,this.ecModel))},this);this._data=t9(o,function(t){return!!t})},e.prototype.getData=function(){return this._data},e.prototype.select=function(t){var e=this.option.selected;"single"===this.get("selectedMode")&&t3(this._data,function(t){e[t.get("name")]=!1}),e[t]=!0},e.prototype.unSelect=function(t){"single"!==this.get("selectedMode")&&(this.option.selected[t]=!1)},e.prototype.toggleSelected=function(t){var e=this.option.selected;e.hasOwnProperty(t)||(e[t]=!0),this[e[t]?"unSelect":"select"](t)},e.prototype.allSelect=function(){var t=this._data,e=this.option.selected;t3(t,function(t){e[t.get("name",!0)]=!0})},e.prototype.inverseSelect=function(){var t=this._data,e=this.option.selected;t3(t,function(t){var n=t.get("name",!0);e.hasOwnProperty(n)||(e[n]=!0),e[n]=!e[n]})},e.prototype.isSelected=function(t){var e=this.option.selected;return!(e.hasOwnProperty(t)&&!e[t])&&tQ(this._availableNames,t)>=0},e.prototype.getOrient=function(){return"vertical"===this.get("orient")?{index:1,name:"vertical"}:{index:0,name:"horizontal"}},e.type="legend.plain",e.dependencies=["series"],e.defaultOption={z:4,show:!0,orient:"horizontal",left:"center",top:0,align:"auto",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",borderRadius:0,borderWidth:0,padding:5,itemGap:10,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:"#ccc",inactiveBorderColor:"#ccc",inactiveBorderWidth:"auto",itemStyle:{color:"inherit",opacity:"inherit",borderColor:"inherit",borderWidth:"auto",borderCap:"inherit",borderJoin:"inherit",borderDashOffset:"inherit",borderMiterLimit:"inherit"},lineStyle:{width:"auto",color:"inherit",inactiveColor:"#ccc",inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:"#333"},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:"#666",borderWidth:1,borderColor:"#666"},emphasis:{selectorLabel:{show:!0,color:"#eee",backgroundColor:"#666"}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1}},e}(uZ),Pb=et,P_=t3,PS=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!1,n}return tM(e,t),e.prototype.init=function(){this.group.add(this._contentGroup=new r6),this.group.add(this._selectorGroup=new r6),this._isFirstRender=!0},e.prototype.getContentGroup=function(){return this._contentGroup},e.prototype.getSelectorGroup=function(){return this._selectorGroup},e.prototype.render=function(t,e,n){var i=this._isFirstRender;if(this._isFirstRender=!1,this.resetInner(),t.get("show",!0)){var r=t.get("align"),o=t.get("orient");r&&"auto"!==r||(r="right"===t.get("left")&&"vertical"===o?"right":"left");var a=t.get("selector",!0),s=t.get("selectorPosition",!0);a&&(!s||"auto"===s)&&(s="horizontal"===o?"end":"start"),this.renderInner(r,t,e,n,a,o,s);var l=t.getBoxLayoutParams(),u={width:n.getWidth(),height:n.getHeight()},c=t.get("padding"),h=uB(l,u,c),d=this.layoutInner(t,r,h,i,a,s),p=uB(t$({width:d.width,height:d.height},l),u,c);this.group.x=p.x-d.x,this.group.y=p.y-d.y,this.group.markRedraw(),this.group.add(this._backgroundEl=kM(d,t))}},e.prototype.resetInner=function(){this.getContentGroup().removeAll(),this._backgroundEl&&this.group.remove(this._backgroundEl),this.getSelectorGroup().removeAll()},e.prototype.renderInner=function(t,e,n,i,r,o,a){var s=this.getContentGroup(),l=eT(),u=e.get("selectedMode"),c=[];n.eachRawSeries(function(t){t.get("legendHoverLink")||c.push(t.id)}),P_(e.getData(),function(r,o){var a=r.get("name");if(!this.newlineDisabled&&(""===a||"\n"===a)){var h=new r6;h.newline=!0,s.add(h);return}var d=n.getSeriesByName(a)[0];if(!l.get(a))if(d){var p=d.getData(),f=p.getVisual("legendLineStyle")||{},g=p.getVisual("legendIcon"),y=p.getVisual("style"),m=this._createItem(d,a,o,r,e,t,f,y,g,u,i);m.on("click",Pb(Pw,a,null,i,c)).on("mouseover",Pb(PC,d.name,null,i,c)).on("mouseout",Pb(PI,d.name,null,i,c)),n.ssr&&m.eachChild(function(t){var e=sB(t);e.seriesIndex=d.seriesIndex,e.dataIndex=o,e.ssrType="legend"}),l.set(a,!0)}else n.eachRawSeries(function(s){if(!l.get(a)&&s.legendVisualProvider){var h=s.legendVisualProvider;if(h.containName(a)){var d=h.indexOfName(a),p=h.getItemVisual(d,"style"),f=h.getItemVisual(d,"legendIcon"),g=iz(p.fill);g&&0===g[3]&&(g[3]=.2,p=tK(tK({},p),{fill:iY(g,"rgba")}));var y=this._createItem(s,a,o,r,e,t,{},p,f,u,i);y.on("click",Pb(Pw,null,a,i,c)).on("mouseover",Pb(PC,null,a,i,c)).on("mouseout",Pb(PI,null,a,i,c)),n.ssr&&y.eachChild(function(t){var e=sB(t);e.seriesIndex=s.seriesIndex,e.dataIndex=o,e.ssrType="legend"}),l.set(a,!0)}}},this)},this),r&&this._createSelector(r,e,i,o,a)},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();P_(t,function(t){var i=t.type,r=new sE({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});o.add(r),lP(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),lu(r)})},e.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,c){var h=t.visualDrawType,d=r.get("itemWidth"),p=r.get("itemHeight"),f=r.isSelected(e),g=i.get("symbolRotate"),y=i.get("symbolKeepAspect"),m=i.get("icon"),v=function(t,e,n,i,r,o,a){function s(t,e){"auto"===t.lineWidth&&(t.lineWidth=2*(e.lineWidth>0)),P_(t,function(n,i){"inherit"===t[i]&&(t[i]=e[i])})}var l=e.getModel("itemStyle"),u=l.getItemStyle(),c=0===t.lastIndexOf("empty",0)?"fill":"stroke",h=l.getShallow("decal");u.decal=h&&"inherit"!==h?fJ(h,a):i.decal,"inherit"===u.fill&&(u.fill=i[r]),"inherit"===u.stroke&&(u.stroke=i[c]),"inherit"===u.opacity&&(u.opacity=("fill"===r?i:n).opacity),s(u,i);var d=e.getModel("lineStyle"),p=d.getLineStyle();if(s(p,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===p.stroke&&(p.stroke=i.fill),!o){var f=e.get("inactiveBorderWidth"),g=u[c];u.lineWidth="auto"===f?i.lineWidth>0&&g?2:0:u.lineWidth,u.fill=e.get("inactiveColor"),u.stroke=e.get("inactiveBorderColor"),p.stroke=d.get("inactiveColor"),p.lineWidth=d.get("inactiveWidth")}return{itemStyle:u,lineStyle:p}}(l=m||l||"roundRect",i,a,s,h,f,c),x=new r6,b=i.getModel("textStyle");if(en(t.getLegendIcon)&&(!m||"inherit"===m))x.add(t.getLegendIcon({itemWidth:d,itemHeight:p,icon:l,iconRotate:g,itemStyle:v.itemStyle,lineStyle:v.lineStyle,symbolKeepAspect:y}));else{var _,S,w,M="inherit"===m&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;x.add(((w=fC(S=(_={itemWidth:d,itemHeight:p,icon:l,iconRotate:M,itemStyle:v.itemStyle,lineStyle:v.lineStyle,symbolKeepAspect:y}).icon||"roundRect",0,0,_.itemWidth,_.itemHeight,_.itemStyle.fill,_.symbolKeepAspect)).setStyle(_.itemStyle),w.rotation=(_.iconRotate||0)*Math.PI/180,w.setOrigin([_.itemWidth/2,_.itemHeight/2]),S.indexOf("empty")>-1&&(w.style.stroke=w.style.fill,w.style.fill="#fff",w.style.lineWidth=2),w))}var C=r.get("formatter"),I=e;ei(C)&&C?I=C.replace("{name}",null!=e?e:""):en(C)&&(I=C(e));var T=f?b.getTextColor():i.get("inactiveColor");x.add(new sE({style:lR(b,{text:I,x:"left"===o?d+5:-5,y:p/2,fill:T,align:o,verticalAlign:"middle"},{inheritColor:T})}));var A=new s_({shape:x.getBoundingRect(),style:{fill:"transparent"}}),D=i.getModel("tooltip");return D.get("show")&&pC({el:A,componentModel:r,itemName:e,itemTooltipOption:D.option}),x.add(A),x.eachChild(function(t){t.silent=!0}),A.silent=!u,this.getContentGroup().add(x),lu(x),x.__legendDataIndex=n,x},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();uE(t.get("orient"),a,t.get("itemGap"),n.width,n.height);var l=a.getBoundingRect(),u=[-l.x,-l.y];if(s.markRedraw(),a.markRedraw(),!r)return a.x=u[0],a.y=u[1],this.group.getBoundingRect();uE("horizontal",s,t.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],d=t.get("selectorButtonGap",!0),p=t.getOrient().index,f=0===p?"width":"height",g=0===p?"height":"width",y=0===p?"y":"x";"end"===o?h[p]+=l[f]+d:u[p]+=c[f]+d,h[1-p]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var m={x:0,y:0};return m[f]=l[f]+d+c[f],m[g]=Math.max(l[g],c[g]),m[y]=Math.min(0,c[y]+h[1-p]),m},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(hQ);function Pw(t,e,n,i){PI(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),PC(t,e,n,i)}function PM(t){for(var e,n=t.getZr().storage.getDisplayList(),i=0,r=n.length;i<r&&!(e=n[i].states.emphasis);)i++;return e&&e.hoverLayer}function PC(t,e,n,i){PM(n)||n.dispatchAction({type:"highlight",seriesName:t,name:e,excludeSeriesId:i})}function PI(t,e,n,i){PM(n)||n.dispatchAction({type:"downplay",seriesName:t,name:e,excludeSeriesId:i})}function PT(t){var e=t.findComponents({mainType:"legend"});e&&e.length&&t.filterSeries(function(t){for(var n=0;n<e.length;n++)if(!e[n].isSelected(t.name))return!1;return!0})}function PA(t,e,n){var i="allSelect"===t||"inverseSelect"===t,r={},o=[];n.eachComponent({mainType:"legend",query:e},function(n){i?n[t]():n[t](e.name),PD(n,r),o.push(n.componentIndex)});var a={};return n.eachComponent("legend",function(t){t3(r,function(e,n){t[e?"select":"unSelect"](n)}),PD(t,a)}),i?{selected:a,legendIndex:o}:{name:e.name,selected:a}}function PD(t,e){var n=e||{};return t3(t.getData(),function(e){var i=e.get("name");if("\n"!==i&&""!==i){var r=t.isSelected(i);eL(n,i)?n[i]=n[i]&&r:n[i]=r}}),n}function Pk(t){t.registerComponentModel(Px),t.registerComponentView(PS),t.registerProcessor(t.PRIORITY.PROCESSOR.SERIES_FILTER,PT),t.registerSubTypeDefaulter("legend",function(){return"plain"}),t.registerAction("legendToggleSelect","legendselectchanged",et(PA,"toggleSelected")),t.registerAction("legendAllSelect","legendselectall",et(PA,"allSelect")),t.registerAction("legendInverseSelect","legendinverseselect",et(PA,"inverseSelect")),t.registerAction("legendSelect","legendselected",et(PA,"select")),t.registerAction("legendUnSelect","legendunselected",et(PA,"unSelect"))}var PL=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.setScrollDataIndex=function(t){this.option.scrollDataIndex=t},e.prototype.init=function(e,n,i){var r=uG(e);t.prototype.init.call(this,e,n,i),PP(this,e,r)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),PP(this,this.option,e)},e.type="legend.scroll",e.defaultOption=l5(Px.defaultOption,{scrollDataIndex:0,pageButtonItemGap:5,pageButtonGap:null,pageButtonPosition:"end",pageFormatter:"{current}/{total}",pageIcons:{horizontal:["M0,0L12,-10L12,10z","M0,0L-12,-10L-12,10z"],vertical:["M0,0L20,0L10,-20z","M0,0L20,0L10,20z"]},pageIconColor:"#2f4554",pageIconInactiveColor:"#aaa",pageIconSize:15,pageTextStyle:{color:"#333"},animationDurationUpdate:800}),e}(Px);function PP(t,e,n){var i=t.getOrient(),r=[1,1];r[i.index]=0,uW(e,n,{type:"box",ignoreSize:!!r})}var PO=["width","height"],PR=["x","y"],PN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!0,n._currentIndex=0,n}return tM(e,t),e.prototype.init=function(){t.prototype.init.call(this),this.group.add(this._containerGroup=new r6),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new r6)},e.prototype.resetInner=function(){t.prototype.resetInner.call(this),this._controllerGroup.removeAll(),this._containerGroup.removeClipPath(),this._containerGroup.__rectSize=null},e.prototype.renderInner=function(e,n,i,r,o,a,s){var l=this;t.prototype.renderInner.call(this,e,n,i,r,o,a,s);var u=this._controllerGroup,c=n.get("pageIconSize",!0),h=ee(c)?c:[c,c];p("pagePrev",0);var d=n.getModel("pageTextStyle");function p(t,e){var i=pS(n.get("pageIcons",!0)[n.getOrient().name][e],{onclick:t8(l._pageGo,l,t+"DataIndex",n,r)},{x:-h[0]/2,y:-h[1]/2,width:h[0],height:h[1]});i.name=t,u.add(i)}u.add(new sE({name:"pageText",style:{text:"xx/xx",fill:d.getTextColor(),font:d.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),p("pageNext",1)},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getSelectorGroup(),s=t.getOrient().index,l=PO[s],u=PR[s],c=PO[1-s],h=PR[1-s];r&&uE("horizontal",a,t.get("selectorItemGap",!0));var d=t.get("selectorButtonGap",!0),p=a.getBoundingRect(),f=[-p.x,-p.y],g=tU(n);r&&(g[l]=n[l]-p[l]-d);var y=this._layoutContentAndController(t,i,g,s,l,c,h,u);if(r){if("end"===o)f[s]+=y[l]+d;else{var m=p[l]+d;f[s]-=m,y[u]-=m}y[l]+=p[l]+d,f[1-s]+=y[h]+y[c]/2-p[c]/2,y[c]=Math.max(y[c],p[c]),y[h]=Math.min(y[h],p[h]+f[1-s]),a.x=f[0],a.y=f[1],a.markRedraw()}return y},e.prototype._layoutContentAndController=function(t,e,n,i,r,o,a,s){var l=this.getContentGroup(),u=this._containerGroup,c=this._controllerGroup;uE(t.get("orient"),l,t.get("itemGap"),i?n.width:null,i?null:n.height),uE("horizontal",c,t.get("pageButtonItemGap",!0));var h=l.getBoundingRect(),d=c.getBoundingRect(),p=this._showController=h[r]>n[r],f=[-h.x,-h.y];e||(f[i]=l[s]);var g=[0,0],y=[-d.x,-d.y],m=eg(t.get("pageButtonGap",!0),t.get("itemGap",!0));p&&("end"===t.get("pageButtonPosition",!0)?y[i]+=n[r]-d[r]:g[i]+=d[r]+m),y[1-i]+=h[o]/2-d[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(y);var v={x:0,y:0};if(v[r]=p?n[r]:h[r],v[o]=Math.max(h[o],d[o]),v[a]=Math.min(0,d[a]+y[1-i]),u.__rectSize=n[r],p){var x={x:0,y:0};x[r]=Math.max(n[r]-d[r]-m,0),x[o]=v[o],u.setClipPath(new s_({shape:x})),u.__rectSize=x[r]}else c.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var b=this._getPageInfo(t);return null!=b.pageIndex&&lS(l,{x:b.contentPosition[0],y:b.contentPosition[1]},p?t:null),this._updatePageInfoView(t,b),v},e.prototype._pageGo=function(t,e,n){var i=this._getPageInfo(e)[t];null!=i&&n.dispatchAction({type:"legendScroll",scrollDataIndex:i,legendId:e.id})},e.prototype._updatePageInfoView=function(t,e){var n=this._controllerGroup;t3(["pagePrev","pageNext"],function(i){var r=null!=e[i+"DataIndex"],o=n.childOfName(i);o&&(o.setStyle("fill",r?t.get("pageIconColor",!0):t.get("pageIconInactiveColor",!0)),o.cursor=r?"pointer":"default")});var i=n.childOfName("pageText"),r=t.get("pageFormatter"),o=e.pageIndex,a=null!=o?o+1:0,s=e.pageCount;i&&r&&i.setStyle("text",ei(r)?r.replace("{current}",null==a?"":a+"").replace("{total}",null==s?"":s+""):r({current:a,total:s}))},e.prototype._getPageInfo=function(t){var e=t.get("scrollDataIndex",!0),n=this.getContentGroup(),i=this._containerGroup.__rectSize,r=t.getOrient().index,o=PO[r],a=PR[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],c=l.length,h=+!!c,d={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return d;var p=v(u);d.contentPosition[r]=-p.s;for(var f=s+1,g=p,y=p,m=null;f<=c;++f)(!(m=v(l[f]))&&y.e>g.s+i||m&&!x(m,g.s))&&(g=y.i>g.i?y:m)&&(null==d.pageNextDataIndex&&(d.pageNextDataIndex=g.i),++d.pageCount),y=m;for(var f=s-1,g=p,y=p,m=null;f>=-1;--f)(!(m=v(l[f]))||!x(y,m.s))&&g.i<y.i&&(y=g,null==d.pagePrevDataIndex&&(d.pagePrevDataIndex=g.i),++d.pageCount,++d.pageIndex),g=m;return d;function v(t){if(t){var e=t.getBoundingRect(),n=e[a]+t[a];return{s:n,e:n+e[o],i:t.__legendDataIndex}}}function x(t,e){return t.e>=e&&t.s<=e+i}},e.prototype._findTargetItemIndex=function(t){var e,n;return this._showController?(this.getContentGroup().eachChild(function(i,r){var o=i.__legendDataIndex;null==n&&null!=o&&(n=r),o===t&&(e=r)}),null!=e?e:n):0},e.type="legend.scroll",e}(PS);function Pz(t){gZ(Pk),t.registerComponentModel(PL),t.registerComponentView(PN),t.registerAction("legendScroll","legendscroll",function(t,e){var n=t.scrollDataIndex;null!=n&&e.eachComponent({mainType:"legend",subType:"scroll",query:t},function(t){t.setScrollDataIndex(n)})})}var PE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="dataZoom.inside",e.defaultOption=l5(ku.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(ku),PB=oX();function PV(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function PF(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function PW(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}var PG=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return tM(e,t),e.prototype.render=function(e,n,i){var r;(t.prototype.render.apply(this,arguments),e.noTarget())?this._clear():(this.range=e.getPercentRange(),r={pan:t8(PH.pan,this),zoom:t8(PH.zoom,this),scrollMove:t8(PH.scrollMove,this)},PB(i).coordSysRecordMap.each(function(t){var n=t.dataZoomInfoMap.get(e.uid);n&&(n.getRange=r)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){!function(t,e){for(var n=PB(t).coordSysRecordMap,i=n.keys(),r=0;r<i.length;r++){var o=i[r],a=n.get(o),s=a.dataZoomInfoMap;if(s){var l=e.uid;s.get(l)&&(s.removeKey(l),s.keys().length||PV(n,a))}}}(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(kd),PH={zoom:function(t,e,n,i){var r=this.range,o=r.slice(),a=t.axisModels[0];if(a){var s=PX[e](null,[i.originX,i.originY],a,n,t),l=(s.signal>0?s.pixelStart+s.pixelLength-s.pixel:s.pixel-s.pixelStart)/s.pixelLength*(o[1]-o[0])+o[0],u=Math.max(1/i.scale,0);o[0]=(o[0]-l)*u+l,o[1]=(o[1]-l)*u+l;var c=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();if(M7(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1])return o}},pan:Pj(function(t,e,n,i,r,o){var a=PX[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength}),scrollMove:Pj(function(t,e,n,i,r,o){return PX[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta})};function Pj(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s&&(M7(t(a,s,e,n,i,r),a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]))return a}}var PX={grid:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(a.pixel=e[0]-t[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===n.mainType?(a.pixel=e[0]-t[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(t,e,n,i,r){var o=n.axis,a=r.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}};function PY(t){kx(t),t.registerComponentModel(PE),t.registerComponentView(PG),t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,function(t,e){var n=PB(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=eT());i.each(function(t){t.dataZoomInfoMap=null}),t.eachComponent({mainType:"dataZoom",subType:"inside"},function(t){t3(ks(t).infoList,function(n){var r,o,a,s=n.model.uid,l=i.get(s)||i.set(s,(a=(o={model:r=n.model,containsPoint:et(PW,r),dispatchAction:et(PF,e),dataZoomInfoMap:null,controller:null}).controller=new _b(e.getZr()),t3(["pan","zoom","scrollMove"],function(t){a.on(t,function(e){var n=[];o.dataZoomInfoMap.each(function(i){if(e.isAvailableBehavior(i.model.option)){var r=(i.getRange||{})[t],a=r&&r(i.dzReferCoordSysInfo,o.model.mainType,o.controller,e);!i.model.get("disabled",!0)&&a&&n.push({dataZoomId:i.model.id,start:a[0],end:a[1]})}}),n.length&&o.dispatchAction(n)})}),o));(l.dataZoomInfoMap||(l.dataZoomInfoMap=eT())).set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})})}),i.each(function(t){var e,n,r,o,a,s=t.controller,l=t.dataZoomInfoMap;if(l){var u=l.keys()[0];null!=u&&(a=l.get(u))}if(!a)return void PV(i,t);var c=(n="type_",r={type_true:2,type_move:1,type_false:0,type_undefined:-1},o=!0,l.each(function(t){var i=t.model,a=!i.get("disabled",!0)&&(!i.get("zoomLock",!0)||"move");r[n+a]>r[n+e]&&(e=a),o=o&&i.get("preventDefaultMouseMove",!0)}),{controlType:e,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!o}});s.enable(c.controlType,c.opt),s.setPointerChecker(t.containsPoint),pW(t,"dispatchAction",a.model.get("throttle",!0),"fixRate")})})}var PU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=l5(ku.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:"#d2dbee",borderRadius:3,backgroundColor:"rgba(47,69,84,0)",dataBackground:{lineStyle:{color:"#d2dbee",width:.5},areaStyle:{color:"#d2dbee",opacity:.2}},selectedDataBackground:{lineStyle:{color:"#8fb0f7",width:.5},areaStyle:{color:"#8fb0f7",opacity:.2}},fillerColor:"rgba(135,175,274,0.2)",handleIcon:"path://M-9.35,34.56V42m0-40V9.5m-2,0h4a2,2,0,0,1,2,2v21a2,2,0,0,1-2,2h-4a2,2,0,0,1-2-2v-21A2,2,0,0,1-11.35,9.5Z",handleSize:"100%",handleStyle:{color:"#fff",borderColor:"#ACB8D1"},moveHandleSize:7,moveHandleIcon:"path://M-320.9-50L-320.9-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-348-41-339-50-320.9-50z M-212.3-50L-212.3-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-239.4-41-230.4-50-212.3-50z M-103.7-50L-103.7-50c18.1,0,27.1,9,27.1,27.1V85.7c0,18.1-9,27.1-27.1,27.1l0,0c-18.1,0-27.1-9-27.1-27.1V-22.9C-130.9-41-121.8-50-103.7-50z",moveHandleStyle:{color:"#D2DBEE",opacity:.7},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:"#6E7079"},brushSelect:!0,brushStyle:{color:"rgba(135,175,274,0.15)"},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:"#8FB0F7"},moveHandleStyle:{color:"#8FB0F7"}}}),e}(ku),PZ="horizontal",Pq="vertical",PK=["line","bar","candlestick","scatter"],P$={easing:"cubicOut",duration:100,delay:0},PJ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._displayables={},n}return tM(e,t),e.prototype.init=function(t,e){this.api=e,this._onBrush=t8(this._onBrush,this),this._onBrushEnd=t8(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),pW(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),!1===e.get("show"))return void this.group.removeAll();if(e.noTarget()){this._clear(),this.group.removeAll();return}r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){pG(this,"_dispatchZoomAction");var t=this.api.getZr();t.off("mousemove",this._onBrush),t.off("mouseup",this._onBrushEnd)},e.prototype._buildView=function(){var t=this.group;t.removeAll(),this._brushing=!1,this._displayables.brushRect=null,this._resetLocation(),this._resetInterval();var e=this._displayables.sliderGroup=new r6;this._renderBackground(),this._renderHandle(),this._renderDataShadow(),t.add(e),this._positionGroup()},e.prototype._resetLocation=function(){var t=this.dataZoomModel,e=this.api,n=t.get("brushSelect"),i=this._findCoordRect(),r={width:e.getWidth(),height:e.getHeight()},o=this._orient===PZ?{right:r.width-i.x-i.width,top:r.height-30-7-7*!!n,width:i.width,height:30}:{right:7,top:i.y,width:30,height:i.height},a=uG(t.option);t3(["right","top","width","height"],function(t){"ph"===a[t]&&(a[t]=o[t])});var s=uB(a,r);this._location={x:s.x,y:s.y},this._size=[s.width,s.height],this._orient===Pq&&this._size.reverse()},e.prototype._positionGroup=function(){var t=this.group,e=this._location,n=this._orient,i=this.dataZoomModel.getFirstTargetAxisModel(),r=i&&i.get("inverse"),o=this._displayables.sliderGroup,a=(this._dataShadowInfo||{}).otherAxisInverse;o.attr(n!==PZ||r?n===PZ&&r?{scaleY:a?1:-1,scaleX:-1}:n!==Pq||r?{scaleY:a?-1:1,scaleX:-1,rotation:Math.PI/2}:{scaleY:a?-1:1,scaleX:1,rotation:Math.PI/2}:{scaleY:a?1:-1,scaleX:1});var s=t.getBoundingRect([o]);t.x=e.x-s.x,t.y=e.y-s.y,t.markRedraw()},e.prototype._getViewExtent=function(){return[0,this._size[0]]},e.prototype._renderBackground=function(){var t=this.dataZoomModel,e=this._size,n=this._displayables.sliderGroup,i=t.get("brushSelect");n.add(new s_({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new s_({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:t8(this._onClickPanel,this)}),o=this.api.getZr();i?(r.on("mousedown",this._onBrushStart,this),r.cursor="crosshair",o.on("mousemove",this._onBrush),o.on("mouseup",this._onBrushEnd)):(o.off("mousemove",this._onBrush),o.off("mouseup",this._onBrushEnd)),n.add(r)},e.prototype._renderDataShadow=function(){var t=this._dataShadowInfo=this._prepareDataShadowInfo();if(this._displayables.dataShadowSegs=[],t){var e=this._size,n=this._shadowSize||[],i=t.series,r=i.getRawData(),o=i.getShadowDim&&i.getShadowDim(),a=o&&r.getDimensionInfo(o)?i.getShadowDim():t.otherDim;if(null!=a){var s=this._shadowPolygonPts,l=this._shadowPolylinePts;if(r!==this._shadowData||a!==this._shadowDim||e[0]!==n[0]||e[1]!==n[1]){var u,c=r.getDataExtent(a),h=(c[1]-c[0])*.3;c=[c[0]-h,c[1]+h];var d=[0,e[1]],p=[0,e[0]],f=[[e[0],0],[0,0]],g=[],y=p[1]/(r.count()-1),m=0,v=Math.round(r.count()/e[0]);r.each([a],function(t,e){if(v>0&&e%v){m+=y;return}var n=null==t||isNaN(t)||""===t,i=n?0:ou(t,c,d,!0);n&&!u&&e?(f.push([f[f.length-1][0],0]),g.push([g[g.length-1][0],0])):!n&&u&&(f.push([m,0]),g.push([m,0])),f.push([m,i]),g.push([m,i]),m+=y,u=n}),s=this._shadowPolygonPts=f,l=this._shadowPolylinePts=g}this._shadowData=r,this._shadowDim=a,this._shadowSize=[e[0],e[1]];for(var x=this.dataZoomModel,b=0;b<3;b++){var _=function(t){var e=x.getModel(t?"selectedDataBackground":"dataBackground"),n=new r6,i=new dE({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new dF({shape:{points:l},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}(1===b);this._displayables.sliderGroup.add(_),this._displayables.dataShadowSegs.push(_)}}}},e.prototype._prepareDataShadowInfo=function(){var t,e=this.dataZoomModel,n=e.get("showDataShadow");if(!1!==n){var i=this.ecModel;return e.eachTargetAxis(function(r,o){t3(e.getAxisProxy(r,o).getTargetSeriesModels(),function(e){if(!t&&!(!0!==n&&0>tQ(PK,e.get("type")))){var a,s=i.getComponent(ka(r),o).axis,l={x:"y",y:"x",radius:"angle",angle:"radius"}[r],u=e.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=e.getData().mapDimension(l),t={thisAxis:s,series:e,thisDim:r,otherDim:l,otherAxisInverse:a}}},this)},this),t}},e.prototype._renderHandle=function(){var t=this.group,e=this._displayables,n=e.handles=[null,null],i=e.handleLabels=[null,null],r=this._displayables.sliderGroup,o=this._size,a=this.dataZoomModel,s=this.api,l=a.get("borderRadius")||0,u=a.get("brushSelect"),c=e.filler=new s_({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new s_({silent:!0,subPixelOptimize:!0,shape:{x:0,y:0,width:o[0],height:o[1],r:l},style:{stroke:a.get("dataBackgroundColor")||a.get("borderColor"),lineWidth:1,fill:"rgba(0,0,0,0)"}})),t3([0,1],function(e){var o=a.get("handleIcon");!fS[o]&&0>o.indexOf("path://")&&0>o.indexOf("image://")&&(o="path://"+o);var s=fC(o,-1,0,2,2,null,!0);s.attr({cursor:PQ(this._orient),draggable:!0,drift:t8(this._onDragMove,this,e),ondragend:t8(this._onDragEnd,this),onmouseover:t8(this._showDataInfo,this,!0),onmouseout:t8(this._showDataInfo,this,!1),z2:5});var l=s.getBoundingRect(),u=a.get("handleSize");this._handleHeight=oc(u,this._size[1]),this._handleWidth=l.width/l.height*this._handleHeight,s.setStyle(a.getModel("handleStyle").getItemStyle()),s.style.strokeNoScale=!0,s.rectHover=!0,s.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),lu(s);var c=a.get("handleColor");null!=c&&(s.style.fill=c),r.add(n[e]=s);var h=a.getModel("textStyle"),d=(a.get("handleLabel")||{}).show||!1;t.add(i[e]=new sE({silent:!0,invisible:!d,style:lR(h,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:h.getTextColor(),font:h.getFont()}),z2:10}))},this);var h=c;if(u){var d=oc(a.get("moveHandleSize"),o[1]),p=e.moveHandle=new s_({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:d}}),f=.8*d,g=e.moveHandleIcon=fC(a.get("moveHandleIcon"),-f/2,-f/2,f,f,"#fff",!0);g.silent=!0,g.y=o[1]+d/2-.5,p.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var y=Math.min(o[1]/2,Math.max(d,10));(h=e.moveZone=new s_({invisible:!0,shape:{y:o[1]-y,height:d+y}})).on("mouseover",function(){s.enterEmphasis(p)}).on("mouseout",function(){s.leaveEmphasis(p)}),r.add(p),r.add(g),r.add(h)}h.attr({draggable:!0,cursor:PQ(this._orient),drift:t8(this._onDragMove,this,"all"),ondragstart:t8(this._showDataInfo,this,!0),ondragend:t8(this._onDragEnd,this),onmouseover:t8(this._showDataInfo,this,!0),onmouseout:t8(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[ou(t[0],[0,100],e,!0),ou(t[1],[0,100],e,!0)]},e.prototype._updateInterval=function(t,e){var n=this.dataZoomModel,i=this._handleEnds,r=this._getViewExtent(),o=n.findRepresentativeAxisProxy().getMinMaxSpan(),a=[0,100];M7(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?ou(o.minSpan,a,r,!0):null,null!=o.maxSpan?ou(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=od([ou(i[0],r,a,!0),ou(i[1],r,a,!0)]);return!s||s[0]!==l[0]||s[1]!==l[1]},e.prototype._updateView=function(t){var e=this._displayables,n=this._handleEnds,i=od(n.slice()),r=this._size;t3([0,1],function(t){var i=e.handles[t],o=this._handleHeight;i.attr({scaleX:o/2,scaleY:o/2,x:n[t]+(t?-1:1),y:r[1]/2-o/2})},this),e.filler.setShape({x:i[0],y:0,width:i[1]-i[0],height:r[1]});var o={x:i[0],width:i[1]-i[0]};e.moveHandle&&(e.moveHandle.setShape(o),e.moveZone.setShape(o),e.moveZone.getBoundingRect(),e.moveHandleIcon&&e.moveHandleIcon.attr("x",o.x+o.width/2));for(var a=e.dataShadowSegs,s=[0,i[0],i[1],r[0]],l=0;l<a.length;l++){var u=a[l],c=u.getClipPath();c||(c=new s_,u.setClipPath(c)),c.setShape({x:s[l],y:0,width:s[l+1]-s[l],height:r[1]})}this._updateDataInfo(t)},e.prototype._updateDataInfo=function(t){var e=this.dataZoomModel,n=this._displayables,i=n.handleLabels,r=this._orient,o=["",""];if(e.get("showDetail")){var a=e.findRepresentativeAxisProxy();if(a){var s=a.getAxisModel().axis,l=this._range,u=t?a.calculateDataWindow({start:l[0],end:l[1]}).valueWindow:a.getDataValueWindow();o=[this._formatLabel(u[0],s),this._formatLabel(u[1],s)]}}var c=od(this._handleEnds.slice());function h(t){var e=py(n.handles[t].parent,this.group),a=pv(0===t?"right":"left",e),s=this._handleWidth/2+5,l=pm([c[t]+(0===t?-s:s),this._size[1]/2],e);i[t].setStyle({x:l[0],y:l[1],verticalAlign:r===PZ?"middle":a,align:r===PZ?a:"center",text:o[t]})}h.call(this,0),h.call(this,1)},e.prototype._formatLabel=function(t,e){var n=this.dataZoomModel,i=n.get("labelFormatter"),r=n.get("labelPrecision");(null==r||"auto"===r)&&(r=e.getPixelPrecision());var o=null==t||isNaN(t)?"":"category"===e.type||"time"===e.type?e.scale.getLabel({value:Math.round(t)}):t.toFixed(Math.min(r,20));return en(i)?i(t,o):ei(i)?i.replace("{value}",o):o},e.prototype._showDataInfo=function(t){var e=(this.dataZoomModel.get("handleLabel")||{}).show||!1,n=this.dataZoomModel.getModel(["emphasis","handleLabel"]).get("show")||!1,i=t||this._dragging?n:e,r=this._displayables,o=r.handleLabels;o[0].attr("invisible",!i),o[1].attr("invisible",!i),r.moveHandle&&this.api[i?"enterEmphasis":"leaveEmphasis"](r.moveHandle,1)},e.prototype._onDragMove=function(t,e,n,i){this._dragging=!0,nv(i.event);var r=pm([e,n],this._displayables.sliderGroup.getLocalTransform(),!0),o=this._updateInterval(t,r[0]),a=this.dataZoomModel.get("realtime");this._updateView(!a),o&&a&&this._dispatchZoomAction(!0)},e.prototype._onDragEnd=function(){this._dragging=!1,this._showDataInfo(!1),this.dataZoomModel.get("realtime")||this._dispatchZoomAction(!1)},e.prototype._onClickPanel=function(t){var e=this._size,n=this._displayables.sliderGroup.transformCoordToLocal(t.offsetX,t.offsetY);if(!(n[0]<0)&&!(n[0]>e[0])&&!(n[1]<0)&&!(n[1]>e[1])){var i=this._handleEnds,r=(i[0]+i[1])/2,o=this._updateInterval("all",n[0]-r);this._updateView(),o&&this._dispatchZoomAction(!1)}},e.prototype._onBrushStart=function(t){var e=t.offsetX,n=t.offsetY;this._brushStart=new nP(e,n),this._brushing=!0,this._brushStartTime=+new Date},e.prototype._onBrushEnd=function(t){if(this._brushing){var e=this._displayables.brushRect;if(this._brushing=!1,e){e.attr("ignore",!0);var n=e.shape;if(!(new Date-this._brushStartTime<200&&5>Math.abs(n.width))){var i=this._getViewExtent(),r=[0,100];this._range=od([ou(n.x,i,r,!0),ou(n.x+n.width,i,r,!0)]),this._handleEnds=[n.x,n.x+n.width],this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(nv(t.event),this._updateBrushRect(t.offsetX,t.offsetY))},e.prototype._updateBrushRect=function(t,e){var n=this._displayables,i=this.dataZoomModel,r=n.brushRect;r||(r=n.brushRect=new s_({silent:!0,style:i.getModel("brushStyle").getItemStyle()}),n.sliderGroup.add(r)),r.attr("ignore",!1);var o=this._brushStart,a=this._displayables.sliderGroup,s=a.transformCoordToLocal(t,e),l=a.transformCoordToLocal(o.x,o.y),u=this._size;s[0]=Math.max(Math.min(u[0],s[0]),0),r.setShape({x:l[0],y:0,width:s[0]-l[0],height:u[1]})},e.prototype._dispatchZoomAction=function(t){var e=this._range;this.api.dispatchAction({type:"dataZoom",from:this.uid,dataZoomId:this.dataZoomModel.id,animation:t?P$:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=ks(this.dataZoomModel).infoList;if(!t&&e.length){var n=e[0].model.coordinateSystem;t=n.getRect&&n.getRect()}if(!t){var i=this.api.getWidth(),r=this.api.getHeight();t={x:.2*i,y:.2*r,width:.6*i,height:.6*r}}return t},e.type="dataZoom.slider",e}(kd);function PQ(t){return"vertical"===t?"ns-resize":"ew-resize"}function P0(t){t.registerComponentModel(PU),t.registerComponentView(PJ),kx(t)}var P1={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]}},P2=function(t,e,n){var i=tU((P1[t]||{})[e]);return n&&ee(i)?i[i.length-1]:i},P3=wm.mapVisual,P5=wm.eachVisual,P4=t3,P9=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.stateList=["inRange","outOfRange"],n.replacableOptionKeys=["inRange","outOfRange","target","controller","color"],n.layoutMode={type:"box",ignoreSize:!0},n.dataBound=[-1/0,1/0],n.targetVisuals={},n.controllerVisuals={},n}return tM(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,e){var n=this.option;e||Lm(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var e=this.stateList;t=t8(t,this),this.controllerVisuals=Ly(this.option.controller,e,t),this.targetVisuals=Ly(this.option.target,e,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesIndex,e=[];return null==t||"all"===t?this.ecModel.eachSeries(function(t,n){e.push(n)}):e=oR(t),e},e.prototype.eachTargetSeries=function(t,e){t3(this.getTargetSeriesIndices(),function(n){var i=this.ecModel.getSeriesByIndex(n);i&&t.call(e,i)},this)},e.prototype.isTargetSeries=function(t){var e=!1;return this.eachTargetSeries(function(n){n===t&&(e=!0)}),e},e.prototype.formatValueText=function(t,e,n){var i,r=this.option,o=r.precision,a=this.dataBound,s=r.formatter;n=n||["<",">"],ee(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);if(ei(s))return s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l);if(en(s))return i?s(t[0],t[1]):s(t);if(!i)return l;if(t[0]===a[0])return n[0]+" "+l[1];if(t[1]===a[1])return n[1]+" "+l[0];return l[0]+" - "+l[1];function u(t){return t===a[0]?"min":t===a[1]?"max":(+t).toFixed(Math.min(o,20))}},e.prototype.resetExtent=function(){var t=this.option,e=od([t.min,t.max]);this._dataExtent=e},e.prototype.getDataDimensionIndex=function(t){var e=this.option.dimension;if(null!=e)return t.getDimensionIndex(e);for(var n=t.dimensions,i=n.length-1;i>=0;i--){var r=n[i],o=t.getDimensionInfo(r);if(!o.isCalculationCoord)return o.storeDimIndex}},e.prototype.getExtent=function(){return this._dataExtent.slice()},e.prototype.completeVisualOption=function(){var t=this.ecModel,e=this.option,n={inRange:e.inRange,outOfRange:e.outOfRange},i=e.target||(e.target={}),r=e.controller||(e.controller={});tZ(i,n),tZ(r,n);var o=this.isCategory();function a(n){ee(e.color)&&!n.inRange&&(n.inRange={color:e.color.slice().reverse()}),n.inRange=n.inRange||{color:t.get("gradientColor")}}a.call(this,i),a.call(this,r),(function(t,e,n){var i=t[e],r=t[n];i&&!r&&(r=t[n]={},P4(i,function(t,e){if(wm.isValidType(e)){var n=P2(e,"inactive",o);null!=n&&(r[e]=n,"color"!==e||r.hasOwnProperty("opacity")||r.hasOwnProperty("colorAlpha")||(r.opacity=[0,0]))}}))}).call(this,i,"inRange","outOfRange"),(function(t){var e=(t.inRange||{}).symbol||(t.outOfRange||{}).symbol,n=(t.inRange||{}).symbolSize||(t.outOfRange||{}).symbolSize,i=this.get("inactiveColor"),r=this.getItemSymbol()||"roundRect";P4(this.stateList,function(a){var s=this.itemSize,l=t[a];l||(l=t[a]={color:o?i:[i]}),null==l.symbol&&(l.symbol=e&&tU(e)||(o?r:[r])),null==l.symbolSize&&(l.symbolSize=n&&tU(n)||(o?s[0]:[s[0],s[0]])),l.symbol=P3(l.symbol,function(t){return"none"===t?r:t});var u=l.symbolSize;if(null!=u){var c=-1/0;P5(u,function(t){t>c&&(c=t)}),l.symbolSize=P3(u,function(t){return ou(t,[0,c],[0,s[0]],!0)})}},this)}).call(this,r)},e.prototype.resetItemSize=function(){this.itemSize=[parseFloat(this.get("itemWidth")),parseFloat(this.get("itemHeight"))]},e.prototype.isCategory=function(){return!!this.option.categories},e.prototype.setSelected=function(t){},e.prototype.getSelected=function(){return null},e.prototype.getValueState=function(t){return null},e.prototype.getVisualMeta=function(t){return null},e.type="visualMap",e.dependencies=["series"],e.defaultOption={show:!0,z:4,seriesIndex:"all",min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:"rgba(0,0,0,0)",borderColor:"#ccc",contentColor:"#5793f3",inactiveColor:"#aaa",borderWidth:0,padding:5,textGap:10,precision:0,textStyle:{color:"#333"}},e}(uZ),P6=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent(),this.resetVisual(function(t){t.mappingMethod="linear",t.dataExtent=this.getExtent()}),this._resetRange()},e.prototype.resetItemSize=function(){t.prototype.resetItemSize.apply(this,arguments);var e=this.itemSize;(null==e[0]||isNaN(e[0]))&&(e[0]=20),(null==e[1]||isNaN(e[1]))&&(e[1]=140)},e.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):ee(e)&&(e[0]>e[1]&&e.reverse(),e[0]=Math.max(e[0],t[0]),e[1]=Math.min(e[1],t[1]))},e.prototype.completeVisualOption=function(){t.prototype.completeVisualOption.apply(this,arguments),t3(this.stateList,function(t){var e=this.option.controller[t].symbolSize;e&&e[0]!==e[1]&&(e[0]=e[1]/3)},this)},e.prototype.setSelected=function(t){this.option.range=t.slice(),this._resetRange()},e.prototype.getSelected=function(){var t=this.getExtent(),e=od((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},e.prototype.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"},e.prototype.findTargetDataIndices=function(t){var e=[];return this.eachTargetSeries(function(n){var i=[],r=n.getData();r.each(this.getDataDimensionIndex(r),function(e,n){t[0]<=e&&e<=t[1]&&i.push(n)},this),e.push({seriesId:n.id,dataIndex:i})},this),e},e.prototype.getVisualMeta=function(t){var e=P7(this,"outOfRange",this.getExtent()),n=P7(this,"inRange",this.option.range.slice()),i=[];function r(e,n){i.push({value:e,color:t(e,n)})}for(var o=0,a=0,s=n.length,l=e.length;a<l&&(!n.length||e[a]<=n[0]);a++)e[a]<n[o]&&r(e[a],"outOfRange");for(var u=1;o<s;o++,u=0)u&&i.length&&r(n[o],"outOfRange"),r(n[o],"inRange");for(var u=1;a<l;a++)(!n.length||n[n.length-1]<e[a])&&(u&&(i.length&&r(i[i.length-1].value,"outOfRange"),u=0),r(e[a],"outOfRange"));var c=i.length;return{stops:i,outerColors:[c?i[0].color:"transparent",c?i[c-1].color:"transparent"]}},e.type="visualMap.continuous",e.defaultOption=l5(P9.defaultOption,{align:"auto",calculable:!1,hoverLink:!0,realtime:!0,handleIcon:"path://M-11.39,9.77h0a3.5,3.5,0,0,1-3.5,3.5h-22a3.5,3.5,0,0,1-3.5-3.5h0a3.5,3.5,0,0,1,3.5-3.5h22A3.5,3.5,0,0,1-11.39,9.77Z",handleSize:"120%",handleStyle:{borderColor:"#fff",borderWidth:1},indicatorIcon:"circle",indicatorSize:"50%",indicatorStyle:{borderColor:"#fff",borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:"rgba(0,0,0,0.2)"}}),e}(P9);function P7(t,e,n){if(n[0]===n[1])return n.slice();for(var i=(n[1]-n[0])/200,r=n[0],o=[],a=0;a<=200&&r<n[1];a++)o.push(r),r+=i;return o.push(n[1]),o}var P8=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.autoPositionValues={left:1,right:1,top:1,bottom:1},n}return tM(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e},e.prototype.render=function(t,e,n,i){(this.visualMapModel=t,!1===t.get("show"))?this.group.removeAll():this.doRender(t,e,n,i)},e.prototype.renderBackground=function(t){var e=this.visualMapModel,n=uM(e.get("padding")||0),i=t.getBoundingRect();t.add(new s_({z2:-1,silent:!0,shape:{x:i.x-n[3],y:i.y-n[0],width:i.width+n[3]+n[1],height:i.height+n[0]+n[2]},style:{fill:e.get("backgroundColor"),stroke:e.get("borderColor"),lineWidth:e.get("borderWidth")}}))},e.prototype.getControllerVisual=function(t,e,n){var i=(n=n||{}).forceState,r=this.visualMapModel,o={};function a(t){return o[t]}function s(t,e){o[t]=e}"color"===e&&(o.color=r.get("contentColor"));var l=r.controllerVisuals[i||r.getValueState(t)];return t3(wm.prepareVisualTypes(l),function(i){var r=l[i];n.convertOpacityToAlpha&&"opacity"===i&&(i="colorAlpha",r=l.__alphaForOpacity),wm.dependsOn(i,e)&&r&&r.applyVisual(t,a,s)}),o[e]},e.prototype.positionGroup=function(t){var e=this.visualMapModel,n=this.api;uV(t,e.getBoxLayoutParams(),{width:n.getWidth(),height:n.getHeight()})},e.prototype.doRender=function(t,e,n,i){},e.type="visualMap",e}(hQ),Ot=[["left","right","width"],["top","bottom","height"]];function Oe(t,e,n){var i=t.option,r=i.align;if(null!=r&&"auto"!==r)return r;for(var o={width:e.getWidth(),height:e.getHeight()},a=+("horizontal"===i.orient),s=Ot[a],l=[0,null,10],u={},c=0;c<3;c++)u[Ot[1-a][c]]=l[c],u[s[c]]=2===c?n[0]:i[s[c]];var h=[["x","width",3],["y","height",0]][a],d=uB(u,o,i.padding);return s[(d.margin[h[2]]||0)+d[h[0]]+.5*d[h[1]]<.5*o[h[1]]?0:1]}function On(t,e){return t3(t||[],function(t){null!=t.dataIndex&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null),t.highlightKey="visualMap"+(e?e.componentIndex:"")}),t}var Oi=ou,Or=Math.min,Oo=Math.max,Oa=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._shapes={},n._dataInterval=[],n._handleEnds=[],n._hoverLinkDataIndices=[],n}return tM(e,t),e.prototype.init=function(e,n){t.prototype.init.call(this,e,n),this._hoverLinkFromSeriesMouseOver=t8(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=t8(this._hideIndicator,this)},e.prototype.doRender=function(t,e,n,i){i&&"selectDataRange"===i.type&&i.from===this.uid||this._buildView()},e.prototype._buildView=function(){this.group.removeAll();var t=this.visualMapModel,e=this.group;this._orient=t.get("orient"),this._useHandle=t.get("calculable"),this._resetInterval(),this._renderBar(e);var n=t.get("text");this._renderEndsText(e,n,0),this._renderEndsText(e,n,1),this._updateView(!0),this.renderBackground(e),this._updateView(),this._enableHoverLinkToSeries(),this._enableHoverLinkFromSeries(),this.positionGroup(e)},e.prototype._renderEndsText=function(t,e,n){if(e){var i=e[1-n];i=null!=i?i+"":"";var r=this.visualMapModel,o=r.get("textGap"),a=r.itemSize,s=this._shapes.mainGroup,l=this._applyTransform([a[0]/2,0===n?-o:a[1]+o],s),u=this._applyTransform(0===n?"bottom":"top",s),c=this._orient,h=this.visualMapModel.textStyleModel;this.group.add(new sE({style:lR(h,{x:l[0],y:l[1],verticalAlign:"horizontal"===c?"middle":u,align:"horizontal"===c?u:"center",text:i})}))}},e.prototype._renderBar=function(t){var e=this.visualMapModel,n=this._shapes,i=e.itemSize,r=this._orient,o=this._useHandle,a=Oe(e,this.api,i),s=n.mainGroup=this._createBarGroup(a),l=new r6;s.add(l),l.add(n.outOfRange=Os()),l.add(n.inRange=Os(null,o?Ou(this._orient):null,t8(this._dragHandle,this,"all",!1),t8(this._dragHandle,this,"all",!0))),l.setClipPath(new s_({shape:{x:0,y:0,width:i[0],height:i[1],r:3}}));var u=e.textStyleModel.getTextRect("国"),c=Oo(u.width,u.height);o&&(n.handleThumbs=[],n.handleLabels=[],n.handleLabelPoints=[],this._createHandle(e,s,0,i,c,r),this._createHandle(e,s,1,i,c,r)),this._createIndicator(e,s,i,c,r),t.add(s)},e.prototype._createHandle=function(t,e,n,i,r,o){var a=t8(this._dragHandle,this,n,!1),s=t8(this._dragHandle,this,n,!0),l=rK(t.get("handleSize"),i[0]),u=fC(t.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=Ou(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(t){nv(t.event)}}),u.x=i[0]/2,u.useStyle(t.getModel("handleStyle").getItemStyle()),u.setStyle({strokeNoScale:!0,strokeFirst:!0}),u.style.lineWidth*=2,u.ensureState("emphasis").style=t.getModel(["emphasis","handleStyle"]).getItemStyle(),lg(u,!0),e.add(u);var h=new sE({cursor:c,draggable:!0,drift:a,onmousemove:function(t){nv(t.event)},ondragend:s,style:lR(this.visualMapModel.textStyleModel,{x:0,y:0,text:""})});h.ensureState("blur").style={opacity:.1},h.stateTransition={duration:200},this.group.add(h);var d=[l,0],p=this._shapes;p.handleThumbs[n]=u,p.handleLabelPoints[n]=d,p.handleLabels[n]=h},e.prototype._createIndicator=function(t,e,n,i,r){var o=rK(t.get("indicatorSize"),n[0]),a=fC(t.get("indicatorIcon"),-o/2,-o/2,o,o,null,!0);a.attr({cursor:"move",invisible:!0,silent:!0,x:n[0]/2});var s=t.getModel("indicatorStyle").getItemStyle();if(a instanceof sp){var l=a.style;a.useStyle(tK({image:l.image,x:l.x,y:l.y,width:l.width,height:l.height},s))}else a.useStyle(s);e.add(a);var u=new sE({silent:!0,invisible:!0,style:lR(this.visualMapModel.textStyleModel,{x:0,y:0,text:""})});this.group.add(u);var c=[("horizontal"===r?i/2:6)+n[0]/2,0],h=this._shapes;h.indicator=a,h.indicatorLabel=u,h.indicatorLabelPoint=c,this._firstShowIndicator=!0},e.prototype._dragHandle=function(t,e,n,i){if(this._useHandle){if(this._dragging=!e,!e){var r=this._applyTransform([n,i],this._shapes.mainGroup,!0);this._updateInterval(t,r[1]),this._hideIndicator(),this._updateView()}!this.visualMapModel.get("realtime")===e&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),e?this._hovering||this._clearHoverLinkToSeries():Ol(this.visualMapModel)&&this._doHoverLinkToSeries(this._handleEnds[t],!1)}},e.prototype._resetInterval=function(){var t=this.visualMapModel,e=this._dataInterval=t.getSelected(),n=t.getExtent(),i=[0,t.itemSize[1]];this._handleEnds=[Oi(e[0],n,i,!0),Oi(e[1],n,i,!0)]},e.prototype._updateInterval=function(t,e){e=e||0;var n=this.visualMapModel,i=this._handleEnds,r=[0,n.itemSize[1]];M7(e,i,r,t,0);var o=n.getExtent();this._dataInterval=[Oi(i[0],r,o,!0),Oi(i[1],r,o,!0)]},e.prototype._updateView=function(t){var e=this.visualMapModel,n=e.getExtent(),i=this._shapes,r=[0,e.itemSize[1]],o=t?r:this._handleEnds,a=this._createBarVisual(this._dataInterval,n,o,"inRange"),s=this._createBarVisual(n,n,r,"outOfRange");i.inRange.setStyle({fill:a.barColor}).setShape("points",a.barPoints),i.outOfRange.setStyle({fill:s.barColor}).setShape("points",s.barPoints),this._updateHandle(o,a)},e.prototype._createBarVisual=function(t,e,n,i){var r={forceState:i,convertOpacityToAlpha:!0},o=this._makeColorGradient(t,r),a=[this.getControllerVisual(t[0],"symbolSize",r),this.getControllerVisual(t[1],"symbolSize",r)],s=this._createBarPoints(n,a);return{barColor:new d1(0,0,0,1,o),barPoints:s,handlesColor:[o[0].color,o[o.length-1].color]}},e.prototype._makeColorGradient=function(t,e){var n=[],i=(t[1]-t[0])/100;n.push({color:this.getControllerVisual(t[0],"color",e),offset:0});for(var r=1;r<100;r++){var o=t[0]+i*r;if(o>t[1])break;n.push({color:this.getControllerVisual(o,"color",e),offset:r/100})}return n.push({color:this.getControllerVisual(t[1],"color",e),offset:1}),n},e.prototype._createBarPoints=function(t,e){var n=this.visualMapModel.itemSize;return[[n[0]-e[0],t[0]],[n[0],t[0]],[n[0],t[1]],[n[0]-e[1],t[1]]]},e.prototype._createBarGroup=function(t){var e=this._orient,n=this.visualMapModel.get("inverse");return new r6("horizontal"===e&&!n?{scaleX:"bottom"===t?1:-1,rotation:Math.PI/2}:"horizontal"===e&&n?{scaleX:"bottom"===t?-1:1,rotation:-Math.PI/2}:"vertical"===e&&!n?{scaleX:"left"===t?1:-1,scaleY:-1}:{scaleX:"left"===t?1:-1})},e.prototype._updateHandle=function(t,e){if(this._useHandle){var n=this._shapes,i=this.visualMapModel,r=n.handleThumbs,o=n.handleLabels,a=i.itemSize,s=i.getExtent(),l=this._applyTransform("left",n.mainGroup);t3([0,1],function(u){var c=r[u];c.setStyle("fill",e.handlesColor[u]),c.y=t[u];var h=Oi(t[u],[0,a[1]],s,!0),d=this.getControllerVisual(h,"symbolSize");c.scaleX=c.scaleY=d/a[0],c.x=a[0]-d/2;var p=pm(n.handleLabelPoints[u],py(c,this.group));if("horizontal"===this._orient){var f="left"===l||"top"===l?(a[0]-d)/2:-((a[0]-d)/2);p[1]+=f}o[u].setStyle({x:p[0],y:p[1],text:i.formatValueText(this._dataInterval[u]),verticalAlign:"middle",align:"vertical"===this._orient?this._applyTransform("left",n.mainGroup):"center"})},this)}},e.prototype._showIndicator=function(t,e,n,i){var r=this.visualMapModel,o=r.getExtent(),a=r.itemSize,s=[0,a[1]],l=this._shapes,u=l.indicator;if(u){u.attr("invisible",!1);var c=this.getControllerVisual(t,"color",{convertOpacityToAlpha:!0}),h=this.getControllerVisual(t,"symbolSize"),d=Oi(t,o,s,!0),p=a[0]-h/2,f={x:u.x,y:u.y};u.y=d,u.x=p;var g=pm(l.indicatorLabelPoint,py(u,this.group)),y=l.indicatorLabel;y.attr("invisible",!1);var m=this._applyTransform("left",l.mainGroup),v="horizontal"===this._orient;y.setStyle({text:(n||"")+r.formatValueText(e),verticalAlign:v?m:"middle",align:v?"center":m});var x={x:p,y:d,style:{fill:c}},b={style:{x:g[0],y:g[1]}};if(r.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var _={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,_),y.animateTo(b,_)}else u.attr(x),y.attr(b);this._firstShowIndicator=!1;var S=this._shapes.handleLabels;if(S)for(var w=0;w<S.length;w++)this.api.enterBlur(S[w])}},e.prototype._enableHoverLinkToSeries=function(){var t=this;this._shapes.mainGroup.on("mousemove",function(e){if(t._hovering=!0,!t._dragging){var n=t.visualMapModel.itemSize,i=t._applyTransform([e.offsetX,e.offsetY],t._shapes.mainGroup,!0,!0);i[1]=Or(Oo(0,i[1]),n[1]),t._doHoverLinkToSeries(i[1],0<=i[0]&&i[0]<=n[0])}}).on("mouseout",function(){t._hovering=!1,t._dragging||t._clearHoverLinkToSeries()})},e.prototype._enableHoverLinkFromSeries=function(){var t=this.api.getZr();this.visualMapModel.option.hoverLink?(t.on("mouseover",this._hoverLinkFromSeriesMouseOver,this),t.on("mouseout",this._hideIndicator,this)):this._clearHoverLinkFromSeries()},e.prototype._doHoverLinkToSeries=function(t,e){var n=this.visualMapModel,i=n.itemSize;if(n.option.hoverLink){var r,o,a,s,l,u=[0,i[1]],c=n.getExtent();t=Or(Oo(u[0],t),u[1]);var h=(r=n,o=c,a=u,s=6,(l=r.get("hoverLinkDataSize"))&&(s=Oi(l,o,a,!0)/2),s),d=[t-h,t+h],p=Oi(t,u,c,!0),f=[Oi(d[0],u,c,!0),Oi(d[1],u,c,!0)];d[0]<u[0]&&(f[0]=-1/0),d[1]>u[1]&&(f[1]=1/0),e&&(f[0]===-1/0?this._showIndicator(p,f[1],"< ",h):f[1]===1/0?this._showIndicator(p,f[0],"> ",h):this._showIndicator(p,p,"≈ ",h));var g=this._hoverLinkDataIndices,y=[];(e||Ol(n))&&(y=this._hoverLinkDataIndices=n.findTargetDataIndices(f));var m=function(t,e){var n={},i={};return r(t||[],n),r(e||[],i,n),[o(n),o(i)];function r(t,e,n){for(var i=0,r=t.length;i<r;i++){var o=oW(t[i].seriesId,null);if(null==o)return;for(var a=oR(t[i].dataIndex),s=n&&n[o],l=0,u=a.length;l<u;l++){var c=a[l];s&&s[c]?s[c]=null:(e[o]||(e[o]={}))[c]=1}}}function o(t,e){var n=[];for(var i in t)if(t.hasOwnProperty(i)&&null!=t[i])if(e)n.push(+i);else{var r=o(t[i],!0);r.length&&n.push({seriesId:i,dataIndex:r})}return n}}(g,y);this._dispatchHighDown("downplay",On(m[0],n)),this._dispatchHighDown("highlight",On(m[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){if(fp(t.target,function(t){var n=sB(t);if(null!=n.dataIndex)return e=n,!0},!0),e){var e,n=this.ecModel.getSeriesByIndex(e.seriesIndex),i=this.visualMapModel;if(i.isTargetSeries(n)){var r=n.getData(e.dataType),o=r.getStore().get(i.getDataDimensionIndex(r),e.dataIndex);isNaN(o)||this._showIndicator(o,o)}}},e.prototype._hideIndicator=function(){var t=this._shapes;t.indicator&&t.indicator.attr("invisible",!0),t.indicatorLabel&&t.indicatorLabel.attr("invisible",!0);var e=this._shapes.handleLabels;if(e)for(var n=0;n<e.length;n++)this.api.leaveBlur(e[n])},e.prototype._clearHoverLinkToSeries=function(){this._hideIndicator();var t=this._hoverLinkDataIndices;this._dispatchHighDown("downplay",On(t,this.visualMapModel)),t.length=0},e.prototype._clearHoverLinkFromSeries=function(){this._hideIndicator();var t=this.api.getZr();t.off("mouseover",this._hoverLinkFromSeriesMouseOver),t.off("mouseout",this._hideIndicator)},e.prototype._applyTransform=function(t,e,n,i){var r=py(e,i?null:this.group);return ee(t)?pm(t,r,n):pv(t,r,n)},e.prototype._dispatchHighDown=function(t,e){e&&e.length&&this.api.dispatchAction({type:t,batch:e})},e.prototype.dispose=function(){this._clearHoverLinkFromSeries(),this._clearHoverLinkToSeries()},e.type="visualMap.continuous",e}(P8);function Os(t,e,n,i){return new dE({shape:{points:t},draggable:!!n,cursor:e,drift:n,onmousemove:function(t){nv(t.event)},ondragend:i})}function Ol(t){var e=t.get("hoverLinkOnHandle");return!!(null==e?t.get("realtime"):e)}function Ou(t){return"vertical"===t?"ns-resize":"ew-resize"}var Oc={type:"selectDataRange",event:"dataRangeSelected",update:"update"},Oh=function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})},Od=[{createOnAllSeries:!0,reset:function(t,e){var n=[];return e.eachComponent("visualMap",function(e){var i,r,o,a,s,l=t.pipelineContext;!e.isTargetSeries(t)||l&&l.large||n.push((i=e.stateList,r=e.targetVisuals,o=t8(e.getValueState,e),a=e.getDataDimensionIndex(t.getData()),s={},t3(i,function(t){var e=wm.prepareVisualTypes(r[t]);s[t]=e}),{progress:function(t,e){function n(t){return fl(e,u,t)}function i(t,n){fc(e,u,t,n)}null!=a&&(l=e.getDimensionIndex(a));for(var l,u,c=e.getStore();null!=(u=t.next());){var h=e.getRawDataItem(u);if(!h||!1!==h.visualMap)for(var d=null!=a?c.get(l,u):u,p=o(d),f=r[p],g=s[p],y=0,m=g.length;y<m;y++){var v=g[y];f[v]&&f[v].applyVisual(d,n,i)}}}}))}),n}},{createOnAllSeries:!0,reset:function(t,e){var n=t.getData(),i=[];e.eachComponent("visualMap",function(e){if(e.isTargetSeries(t)){var r=e.getVisualMeta(t8(Op,null,t,e))||{stops:[],outerColors:[]},o=e.getDataDimensionIndex(n);o>=0&&(r.dimension=o,i.push(r))}}),t.getData().setVisual("visualMeta",i)}}];function Op(t,e,n,i){for(var r=e.targetVisuals[i],o=wm.prepareVisualTypes(r),a={color:fu(t.getData(),"color")},s=0,l=o.length;s<l;s++){var u=o[s],c=r["opacity"===u?"__alphaForOpacity":u];c&&c.applyVisual(n,h,d)}return a.color;function h(t){return a[t]}function d(t,e){a[t]=e}}var Of=t3;function Og(t){var e=t&&t.visualMap;ee(e)||(e=e?[e]:[]),Of(e,function(t){if(t){Oy(t,"splitList")&&!Oy(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&ee(e)&&Of(e,function(t){ea(t)&&(Oy(t,"start")&&!Oy(t,"min")&&(t.min=t.start),Oy(t,"end")&&!Oy(t,"max")&&(t.max=t.end))})}})}function Oy(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}var Om=!1;function Ov(t){Om||(Om=!0,t.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"}),t.registerAction(Oc,Oh),t3(Od,function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)}),t.registerPreprocessor(Og))}function Ox(t){t.registerComponentModel(P6),t.registerComponentView(Oa),Ov(t)}var Ob=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._pieceList=[],n}return tM(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],O_[this._mode].call(this,this._pieceList),this._resetSelected(e,n);var r=this.option.categories;this.resetVisual(function(t,e){"categories"===i?(t.mappingMethod="category",t.categories=tU(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=t5(this._pieceList,function(t){return t=tU(t),"inRange"!==e&&(t.visual=null),t}))})},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=wm.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}t3(e.pieces,function(t){t3(i,function(e){t.hasOwnProperty(e)&&(n[e]=1)})}),t3(n,function(t,n){var i=!1;t3(this.stateList,function(t){i=i||o(e,t,n)||o(e.target,t,n)},this),i||t3(this.stateList,function(t){(e[t]||(e[t]={}))[n]=P2(n,"inRange"===t?"active":"inactive",r)})},this),t.prototype.completeVisualOption.apply(this,arguments)},e.prototype._resetSelected=function(t,e){var n=this.option,i=this._pieceList,r=(e?n:t).selected||{};if(n.selected=r,t3(i,function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)},this),"single"===n.selectedMode){var o=!1;t3(i,function(t,e){var n=this.getSelectedMapKey(t);r[n]&&(o?r[n]=!1:o=!0)},this)}},e.prototype.getItemSymbol=function(){return this.get("itemSymbol")},e.prototype.getSelectedMapKey=function(t){return"categories"===this._mode?t.value+"":t.index+""},e.prototype.getPieceList=function(){return this._pieceList},e.prototype._determineMode=function(){var t=this.option;return t.pieces&&t.pieces.length>0?"pieces":this.option.categories?"categories":"splitNumber"},e.prototype.setSelected=function(t){this.option.selected=tU(t)},e.prototype.getValueState=function(t){var e=wm.findPieceIndex(t,this._pieceList);return null!=e&&this.option.selected[this.getSelectedMapKey(this._pieceList[e])]?"inRange":"outOfRange"},e.prototype.findTargetDataIndices=function(t){var e=[],n=this._pieceList;return this.eachTargetSeries(function(i){var r=[],o=i.getData();o.each(this.getDataDimensionIndex(o),function(e,i){wm.findPieceIndex(e,n)===t&&r.push(i)},this),e.push({seriesId:i.id,dataIndex:r})},this),e},e.prototype.getRepresentValue=function(t){var e;if(this.isCategory())e=t.value;else if(null!=t.value)e=t.value;else{var n=t.interval||[];e=n[0]===-1/0&&n[1]===1/0?0:(n[0]+n[1])/2}return e},e.prototype.getVisualMeta=function(t){if(!this.isCategory()){var e=[],n=["",""],i=this,r=this._pieceList.slice();if(r.length){var o=r[0].interval[0];o!==-1/0&&r.unshift({interval:[-1/0,o]}),(o=r[r.length-1].interval[1])!==1/0&&r.push({interval:[o,1/0]})}else r.push({interval:[-1/0,1/0]});var a=-1/0;return t3(r,function(t){var e=t.interval;e&&(e[0]>a&&s([a,e[0]],"outOfRange"),s(e.slice()),a=e[1])},this),{stops:e,outerColors:n}}function s(r,o){var a=i.getRepresentValue({interval:r});o||(o=i.getValueState(a));var s=t(a,o);r[0]===-1/0?n[0]=s:r[1]===1/0?n[1]=s:e.push({value:r[0],color:s},{value:r[1],color:s})}},e.type="visualMap.piecewise",e.defaultOption=l5(P9.defaultOption,{selected:null,minOpen:!1,maxOpen:!1,align:"auto",itemWidth:20,itemHeight:14,itemSymbol:"roundRect",pieces:null,categories:null,splitNumber:5,selectedMode:"multiple",itemGap:10,hoverLink:!0}),e}(P9),O_={splitNumber:function(t){var e=this.option,n=Math.min(e.precision,20),i=this.getExtent(),r=e.splitNumber;e.splitNumber=r=Math.max(parseInt(r,10),1);for(var o=(i[1]-i[0])/r;+o.toFixed(n)!==o&&n<5;)n++;e.precision=n,o=+o.toFixed(n),e.minOpen&&t.push({interval:[-1/0,i[0]],close:[0,0]});for(var a=0,s=i[0];a<r;s+=o,a++){var l=a===r-1?i[1]:s+o;t.push({interval:[s,l],close:[1,1]})}e.maxOpen&&t.push({interval:[i[1],1/0],close:[0,0]}),oT(t),t3(t,function(t,e){t.index=e,t.text=this.formatValueText(t.interval)},this)},categories:function(t){var e=this.option;t3(e.categories,function(e){t.push({text:this.formatValueText(e,!0),value:e})},this),OS(e,t)},pieces:function(t){var e=this.option;t3(e.pieces,function(e,n){ea(e)||(e={value:e});var i={text:"",index:n};if(null!=e.label&&(i.text=e.label),e.hasOwnProperty("value")){var r=i.value=e.value;i.interval=[r,r],i.close=[1,1]}else{for(var o=i.interval=[],a=i.close=[0,0],s=[1,0,1],l=[-1/0,1/0],u=[],c=0;c<2;c++){for(var h=[["gte","gt","min"],["lte","lt","max"]][c],d=0;d<3&&null==o[c];d++)o[c]=e[h[d]],a[c]=s[d],u[c]=2===d;null==o[c]&&(o[c]=l[c])}u[0]&&o[1]===1/0&&(a[0]=0),u[1]&&o[0]===-1/0&&(a[1]=0),o[0]===o[1]&&a[0]&&a[1]&&(i.value=o[0])}i.visual=wm.retrieveVisuals(e),t.push(i)},this),OS(e,t),oT(t),t3(t,function(t){var e=t.close,n=[["<","≤"][e[1]],[">","≥"][e[0]]];t.text=t.text||this.formatValueText(null!=t.value?t.value:t.interval,!1,n)},this)}};function OS(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var Ow=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tM(e,t),e.prototype.doRender=function(){var t=this.group;t.removeAll();var e=this.visualMapModel,n=e.get("textGap"),i=e.textStyleModel,r=i.getFont(),o=i.getTextColor(),a=this._getItemAlign(),s=e.itemSize,l=this._getViewData(),u=l.endsText,c=ef(e.get("showLabel",!0),!u),h=!e.get("selectedMode");u&&this._renderEndsText(t,u[0],s,c,a),t3(l.viewPieceList,function(i){var l=i.piece,u=new r6;u.onclick=t8(this._onItemClick,this,l),this._enableHoverLink(u,i.indexInModelPieceList);var d=e.getRepresentValue(l);if(this._createItemSymbol(u,d,[0,0,s[0],s[1]],h),c){var p=this.visualMapModel.getValueState(d);u.add(new sE({style:{x:"right"===a?-n:s[0]+n,y:s[1]/2,text:l.text,verticalAlign:"middle",align:a,font:r,fill:o,opacity:"outOfRange"===p?.5:1},silent:h}))}t.add(u)},this),u&&this._renderEndsText(t,u[1],s,c,a),uE(e.get("orient"),t,e.get("itemGap")),this.renderBackground(t),this.positionGroup(t)},e.prototype._enableHoverLink=function(t,e){var n=this;t.on("mouseover",function(){return i("highlight")}).on("mouseout",function(){return i("downplay")});var i=function(t){var i=n.visualMapModel;i.option.hoverLink&&n.api.dispatchAction({type:t,batch:On(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return Oe(t,this.api,t.itemSize);var n=e.align;return n&&"auto"!==n||(n="left"),n},e.prototype._renderEndsText=function(t,e,n,i,r){if(e){var o=new r6,a=this.visualMapModel.textStyleModel;o.add(new sE({style:lR(a,{x:i?"right"===r?n[0]:0:n[0]/2,y:n[1]/2,verticalAlign:"middle",align:i?r:"center",text:e})})),t.add(o)}},e.prototype._getViewData=function(){var t=this.visualMapModel,e=t5(t.getPieceList(),function(t,e){return{piece:t,indexInModelPieceList:e}}),n=t.get("text"),i=t.get("orient"),r=t.get("inverse");return("horizontal"===i?r:!r)?e.reverse():n&&(n=n.slice().reverse()),{viewPieceList:e,endsText:n}},e.prototype._createItemSymbol=function(t,e,n,i){var r=fC(this.getControllerVisual(e,"symbol"),n[0],n[1],n[2],n[3],this.getControllerVisual(e,"color"));r.silent=i,t.add(r)},e.prototype._onItemClick=function(t){var e=this.visualMapModel,n=e.option,i=n.selectedMode;if(i){var r=tU(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,t3(r,function(t,e){r[e]=e===o})):r[o]=!r[o],this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:r})}},e.type="visualMap.piecewise",e}(P8);function OM(t){t.registerComponentModel(Ob),t.registerComponentView(Ow),Ov(t)}var OC={label:{enabled:!0},decal:{show:!1}},OI=oX(),OT={};function OA(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=tU(OC);tZ(i.label,t.getLocaleModel().get("aria"),!1),tZ(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=eT();t.eachSeries(function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),OI(t).scope=n}}),t.eachRawSeries(function(e){if(!t.isSeriesFiltered(e)){if(en(e.enableAriaDecal))return void e.enableAriaDecal();var n=e.getData();if(e.isColorBySeries()){var i=ca(e.ecModel,e.name,OT,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=OI(e).scope;n.each(function(t){a[n.getRawIndex(t)]=t});var l=o.count();o.each(function(t){var i=a[t],r=o.getName(t)||t+"",c=ca(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))})}}function u(t,e){var n=t?tK(tK({},e),t):e;return n.dirty=!0,n}})}}(),function(){var i,o=e.getZr().dom;if(o){var a=t.getLocaleModel().get("aria"),s=n.getModel("label");if(s.option=t$(s.option,a),s.get("enabled")){if(o.setAttribute("role","img"),s.get("description"))return o.setAttribute("aria-label",s.get("description"));var l,u=t.getSeriesCount(),c=s.get(["data","maxCount"])||10,h=Math.min(u,s.get(["series","maxCount"])||10);if(u<1)return;var d=((l=t.get("title"))&&l.length&&(l=l[0]),l&&l.text);i=d?r(s.get(["general","withTitle"]),{title:d}):s.get(["general","withoutTitle"]);var p=[];i+=r(u>1?s.get(["series","multiple","prefix"]):s.get(["series","single","prefix"]),{seriesCount:u}),t.eachSeries(function(e,n){if(n<h){var i,o,a=void 0,l=e.get("name")?"withName":"withoutName";a=r(a=u>1?s.get(["series","multiple",l]):s.get(["series","single",l]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(i=e.subType,(o=t.getLocaleModel().get(["series","typeNames"]))[i]||o.chart)});var d=e.getData();d.count()>c?a+=r(s.get(["data","partialData"]),{displayCnt:c}):a+=s.get(["data","allData"]);for(var f=s.get(["data","separator","middle"]),g=s.get(["data","separator","end"]),y=s.get(["data","excludeDimensionId"]),m=[],v=0;v<d.count();v++)if(v<c){var x=d.getName(v),b=y?t9(d.getValues(v),function(t,e){return -1===tQ(y,e)}):d.getValues(v),_=s.get(["data",x?"withName":"withoutName"]);m.push(r(_,{name:x,value:b.join(f)}))}a+=m.join(f)+g,p.push(a)}});var f=s.getModel(["series","multiple","separator"]),g=f.get("middle"),y=f.get("end");i+=p.join(g)+y,o.setAttribute("aria-label",i)}}}()}function r(t,e){if(!ei(t))return t;var n=t;return t3(e,function(t,e){n=n.replace(RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),n}}function OD(t){if(t&&t.aria){var e=t.aria;null!=e.show&&(e.enabled=e.show),e.label=e.label||{},t3(["description","general","series","data"],function(t){null!=e[t]&&(e.label[t]=e[t])})}}var Ok={value:"eq","<":"lt","<=":"lte",">":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},OL=function(){function t(t){null==(this._condVal=ei(t)?new RegExp(t):ed(t)?t:null)&&c6("")}return t.prototype.evaluate=function(t){var e=typeof t;return ei(e)?this._condVal.test(t):!!eo(e)&&this._condVal.test(t+"")},t}(),OP=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),OO=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e<t.length;e++)if(!t[e].evaluate())return!1;return!0},t}(),OR=function(){function t(){}return t.prototype.evaluate=function(){for(var t=this.children,e=0;e<t.length;e++)if(t[e].evaluate())return!0;return!1},t}(),ON=function(){function t(){}return t.prototype.evaluate=function(){return!this.child.evaluate()},t}(),Oz=function(){function t(){}return t.prototype.evaluate=function(){for(var t=!!this.valueParser,e=(0,this.getValue)(this.valueGetterParam),n=t?this.valueParser(e):null,i=0;i<this.subCondList.length;i++)if(!this.subCondList[i].evaluate(t?n:e))return!1;return!0},t}();function OE(t,e){if(!0===t||!1===t){var n,i,r,o,a,s=new OP;return s.value=t,s}if(ea(n=t)&&!t2(n)||c6(""),t.and)return OB("and",t,e);if(t.or)return OB("or",t,e);if(t.not){return i=t,r=e,function(t){return ea(t)&&!t2(t)}(o=i.not)||c6(""),(a=new ON).child=OE(o,r),a.child||c6(""),a}return function(t,e){for(var n=e.prepareGetValue(t),i=[],r=t7(t),o=t.parser,a=o?c8.get(o):null,s=0;s<r.length;s++){var l=r[s];if(!("parser"===l||e.valueGetterAttrMap.get(l))){var u=eL(Ok,l)?Ok[l]:l,c=t[l],h=a?a(c):c,d=("eq"===u||"ne"===u?new hi("eq"===u,h):eL(ht,u)?new he(u,h):null)||"reg"===u&&new OL(h);d||c6(""),i.push(d)}}i.length||c6("");var p=new Oz;return p.valueGetterParam=n,p.valueParser=a,p.getValue=e.getValue,p.subCondList=i,p}(t,e)}function OB(t,e,n){var i=e[t];ee(i)||c6(""),i.length||c6("");var r="and"===t?new OO:new OR;return r.children=t5(i,function(t){return OE(t,n)}),r.children.length||c6(""),r}var OV=function(){function t(t,e){this._cond=OE(t,e)}return t.prototype.evaluate=function(){return this._cond.evaluate()},t}(),OF={type:"echarts:filter",transform:function(t){for(var e,n=t.upstream,i=new OV(t.config,{valueGetterAttrMap:eT({dimension:!0}),prepareGetValue:function(t){var e=t.dimension;eL(t,"dimension")||c6("");var i=n.getDimensionInfo(e);return i||c6(""),{dimIdx:i.index}},getValue:function(t){return n.retrieveValueFromItem(e,t.dimIdx)}}),r=[],o=0,a=n.count();o<a;o++)e=n.getRawDataItem(o),i.evaluate()&&r.push(e);return{data:r}}},OW={type:"echarts:sort",transform:function(t){var e=t.upstream,n=oR(t.config);n.length||c6("");var i=[];t3(n,function(t){var n=t.dimension,r=t.order,o=t.parser,a=t.incomparable;null==n&&c6(""),"asc"!==r&&"desc"!==r&&c6(""),a&&"min"!==a&&"max"!==a&&c6(""),"asc"!==r&&"desc"!==r&&c6("");var s=e.getDimensionInfo(n);s||c6("");var l=o?c8.get(o):null;o&&!l&&c6(""),i.push({dimIdx:s.index,parser:l,comparator:new hn(r,a)})});var r=e.sourceFormat;r!==u0&&r!==u1&&c6("");for(var o=[],a=0,s=e.count();a<s;a++)o.push(e.getRawDataItem(a));return o.sort(function(t,n){for(var r=0;r<i.length;r++){var o=i[r],a=e.retrieveValueFromItem(t,o.dimIdx),s=e.retrieveValueFromItem(n,o.dimIdx);o.parser&&(a=o.parser(a),s=o.parser(s));var l=o.comparator.evaluate(a,s);if(0!==l)return l}return 0}),{data:o}}},OG=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return tM(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new h_(this),hS(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),hS(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:u4},e}(uZ),OH=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return tM(e,t),e.type="dataset",e}(hQ);function Oj(t){t.registerComponentModel(OG),t.registerComponentView(OH)}var OX=a2.CMD;function OY(t,e){return 1e-5>Math.abs(t-e)}function OU(t){var e,n,i,r,o,a=t.data,s=t.len(),l=[],u=0,c=0,h=0,d=0;function p(t,n){e&&e.length>2&&l.push(e),e=[t,n]}function f(t,n,i,r){OY(t,i)&&OY(n,r)||e.push(t,n,i,r,i,r)}for(var g=0;g<s;){var y=a[g++],m=1===g;switch(m&&(u=a[g],c=a[g+1],h=u,d=c,(y===OX.L||y===OX.C||y===OX.Q)&&(e=[h,d])),y){case OX.M:u=h=a[g++],c=d=a[g++],p(h,d);break;case OX.L:f(u,c,n=a[g++],i=a[g++]),u=n,c=i;break;case OX.C:e.push(a[g++],a[g++],a[g++],a[g++],u=a[g++],c=a[g++]);break;case OX.Q:n=a[g++],i=a[g++],r=a[g++],o=a[g++],e.push(u+2/3*(n-u),c+2/3*(i-c),r+2/3*(n-r),o+2/3*(i-o),r,o),u=r,c=o;break;case OX.A:var v=a[g++],x=a[g++],b=a[g++],_=a[g++],S=a[g++],w=a[g++]+S;g+=1;var M=!a[g++];n=Math.cos(S)*b+v,i=Math.sin(S)*_+x,m?p(h=n,d=i):f(u,c,n,i),u=Math.cos(w)*b+v,c=Math.sin(w)*_+x;for(var C=(M?-1:1)*Math.PI/2,I=S;M?I>w:I<w;I+=C){var T=M?Math.max(I+C,w):Math.min(I+C,w);!function(t,n,i,r,o,a){var s=4*Math.tan(Math.abs(n-t)/4)/3,l=n<t?-1:1,u=Math.cos(t),c=Math.sin(t),h=Math.cos(n),d=Math.sin(n),p=h*o+i,f=d*a+r,g=o*s*l,y=a*s*l;e.push(u*o+i-g*c,c*a+r+y*u,p+g*d,f-y*h,p,f)}(I,T,v,x,b,_)}break;case OX.R:h=u=a[g++],d=c=a[g++],n=h+a[g++],i=d+a[g++],p(n,d),f(n,d,n,i),f(n,i,h,i),f(h,i,h,d),f(h,d,n,d);break;case OX.Z:e&&f(u,c,h,d),u=h,c=d}}return e&&e.length>2&&l.push(e),l}function OZ(t,e,n){var i=Math.ceil(Math.sqrt(Math.abs(t[e]/t[1-e])*n)),r=Math.floor(n/i);0===r&&(r=1,i=n);for(var o=[],a=0;a<i;a++)o.push(r);var s=n-i*r;if(s>0)for(var a=0;a<s;a++)o[a%i]+=1;return o}function Oq(t,e,n){for(var i=t.r0,r=t.r,o=t.startAngle,a=Math.abs(t.endAngle-o),s=a*r,l=r-i,u=s>Math.abs(l),c=OZ([s,l],+!u,e),h=(u?a:l)/c.length,d=0;d<c.length;d++)for(var p=(u?l:a)/c[d],f=0;f<c[d];f++){var g={};u?(g.startAngle=o+h*d,g.endAngle=o+h*(d+1),g.r0=i+p*f,g.r=i+p*(f+1)):(g.startAngle=o+p*f,g.endAngle=o+p*(f+1),g.r0=i+h*d,g.r=i+h*(d+1)),g.clockwise=t.clockwise,g.cx=t.cx,g.cy=t.cy,n.push(g)}}function OK(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function O$(t){var e=t.points,n=[],i=[];aR(e,n,i);var r=new nW(n[0],n[1],i[0]-n[0],i[1]-n[1]),o=r.width,a=r.height,s=r.x,l=r.y,u=new nP,c=new nP;return o>a?(u.x=c.x=s+o/2,u.y=l,c.y=l+a):(u.y=c.y=l+a/2,u.x=s,c.x=s+o),function(t,e,n){for(var i=t.length,r=[],o=0;o<i;o++){var a=t[o],s=t[(o+1)%i],l=function(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,d=c*u-l*h;if(1e-6>Math.abs(d))return null;var p=((t-r)*h-c*(e-o))/d;return p<0||p>1?null:new nP(p*l+t,p*u+e)}(a[0],a[1],s[0],s[1],e.x,e.y,n.x,n.y);l&&r.push({projPt:function(t,e,n){var i=new nP;nP.sub(i,n,e),i.normalize();var r=new nP;return nP.sub(r,t,e),r.dot(i)}(l,e,n),pt:l,idx:o})}if(r.length<2)return[{points:t},{points:t}];r.sort(function(t,e){return t.projPt-e.projPt});var u=r[0],c=r[r.length-1];if(c.idx<u.idx){var h=u;u=c,c=h}for(var d=[u.pt.x,u.pt.y],p=[c.pt.x,c.pt.y],f=[d],g=[p],o=u.idx+1;o<=c.idx;o++)OK(f,t[o].slice());OK(f,p),OK(f,d);for(var o=c.idx+1;o<=u.idx+i;o++)OK(g,t[o%i].slice());return OK(g,d),OK(g,p),[{points:f},{points:g}]}(e,u,c)}function OJ(t,e,n,i){if(1===n)i.push(e);else{var r=Math.floor(n/2),o=t(e);OJ(t,o[0],r,i),OJ(t,o[1],n-r,i)}return i}function OQ(t,e){for(var n=t.length,i=t[n-2],r=t[n-1],o=[],a=0;a<e.length;)o[a++]=i,o[a++]=r;return o}function O0(t){for(var e=0,n=0,i=0,r=t.length,o=0,a=r-2;o<r;a=o,o+=2){var s=t[a],l=t[a+1],u=t[o],c=t[o+1],h=s*c-u*l;e+=h,n+=(s+u)*h,i+=(l+c)*h}return 0===e?[t[0]||0,t[1]||0]:[n/e/3,i/e/3,e]}function O1(t){return t.__isCombineMorphing}var O2="__mOriginal_";function O3(t,e,n){var i=O2+e,r=t[i]||t[e];t[i]||(t[i]=t[e]);var o=n.replace,a=n.after,s=n.before;t[e]=function(){var t,e=arguments;return s&&s.apply(this,e),t=o?o.apply(this,e):r.apply(this,e),a&&a.apply(this,e),t}}function O5(t,e){var n=O2+e;t[n]&&(t[e]=t[n],t[n]=null)}function O4(t,e){for(var n=0;n<t.length;n++)for(var i=t[n],r=0;r<i.length;){var o=i[r],a=i[r+1];i[r++]=e[0]*o+e[2]*a+e[4],i[r++]=e[1]*o+e[3]*a+e[5]}}function O9(t,e){var n=t.getUpdatedPathProxy(),i=e.getUpdatedPathProxy(),r=function(t,e){for(var n,i,r,o=[],a=[],s=0;s<Math.max(t.length,e.length);s++){var l=t[s],u=e[s],c=void 0,h=void 0;l?u?(c=(n=function(t,e){var n=t.length,i=e.length;if(n===i)return[t,e];for(var r=[],o=[],a=n<i?t:e,s=Math.min(n,i),l=Math.abs(i-n)/6,u=Math.ceil(l/((s-2)/6))+1,c=[a[0],a[1]],h=l,d=2;d<s;){var p=a[d-2],f=a[d-1],g=a[d++],y=a[d++],m=a[d++],v=a[d++],x=a[d++],b=a[d++];if(h<=0){c.push(g,y,m,v,x,b);continue}for(var _=Math.min(h,u-1)+1,S=1;S<=_;S++){var w=S/_;ih(p,g,m,x,w,r),ih(f,y,v,b,w,o),p=r[3],f=o[3],c.push(r[1],o[1],r[2],o[2],p,f),g=r[5],y=o[5],m=r[6],v=o[6]}h-=_-1}return a===t?[c,e]:[t,c]}(l,u))[0],h=n[1],i=c,r=h):(h=OQ(r||l,l),c=l):(c=OQ(i||u,u),h=u),o.push(c),a.push(h)}return[o,a]}(OU(n),OU(i)),o=r[0],a=r[1],s=t.getComputedTransform(),l=e.getComputedTransform();s&&O4(o,s),l&&O4(a,l),O3(e,"updateTransform",{replace:function(){this.transform=null}}),e.transform=null;var u=function(t,e,n){for(var i,r=[],o=0;o<t.length;o++){var a=t[o],s=e[o],l=O0(a),u=O0(s);null==i&&(i=l[2]<0!=u[2]<0);var c=[],h=[],d=0,p=1/0,f=[],g=a.length;i&&(a=function(t){for(var e=[],n=t.length,i=0;i<n;i+=2)e[i]=t[n-i-2],e[i+1]=t[n-i-1];return e}(a));for(var y=6*function(t,e,n,i){for(var r=(t.length-2)/6,o=1/0,a=0,s=t.length,l=s-2,u=0;u<r;u++){for(var c=6*u,h=0,d=0;d<s;d+=2){var p=0===d?c:(c+d-2)%l+2,f=t[p]-n[0],g=t[p+1]-n[1],y=e[d]-i[0],m=e[d+1]-i[1],v=y-f,x=m-g;h+=v*v+x*x}h<o&&(o=h,a=u)}return a}(a,s,l,u),m=g-2,v=0;v<m;v+=2){var x=(y+v)%m+2;c[v+2]=a[x]-l[0],c[v+3]=a[x+1]-l[1]}c[0]=a[y]-l[0],c[1]=a[y+1]-l[1];for(var b=n/10,_=-n/2;_<=n/2;_+=b){for(var S=Math.sin(_),w=Math.cos(_),M=0,v=0;v<a.length;v+=2){var C=c[v],I=c[v+1],T=s[v]-u[0],A=s[v+1]-u[1],D=T*w-A*S,k=T*S+A*w;f[v]=D,f[v+1]=k;var L=D-C,P=k-I;M+=L*L+P*P}if(M<p){p=M,d=_;for(var O=0;O<f.length;O++)h[O]=f[O]}}r.push({from:c,to:h,fromCp:l,toCp:u,rotation:-d})}return r}(o,a,Math.PI),c=[];O3(e,"buildPath",{replace:function(t){for(var n=e.__morphT,i=1-n,r=[],o=0;o<u.length;o++){var a=u[o],s=a.from,l=a.to,h=a.rotation*n,d=a.fromCp,p=a.toCp,f=Math.sin(h),g=Math.cos(h);e3(r,d,p,n);for(var y=0;y<s.length;y+=2){var m=s[y],v=s[y+1],x=l[y],b=l[y+1],_=m*i+x*n,S=v*i+b*n;c[y]=_*g-S*f+r[0],c[y+1]=_*f+S*g+r[1]}var w=c[0],M=c[1];t.moveTo(w,M);for(var y=2;y<s.length;){var x=c[y++],b=c[y++],C=c[y++],I=c[y++],T=c[y++],A=c[y++];w===x&&M===b&&C===T&&I===A?t.lineTo(T,A):t.bezierCurveTo(x,b,C,I,T,A),w=T,M=A}}}})}function O6(t,e,n){if(!t||!e)return e;var i=n.done,r=n.during;return O9(t,e),e.__morphT=0,e.animateTo({__morphT:1},t$({during:function(t){e.dirtyShape(),r&&r(t)},done:function(){O5(e,"buildPath"),O5(e,"updateTransform"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape(),i&&i()}},n)),e}function O7(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=t5(t,function(t){var o=t.getBoundingRect(),a=t.getComputedTransform(),s=o.x+o.width/2+(a?a[4]:0),l=o.y+o.height/2+(a?a[5]:0);return e=Math.min(s,e),n=Math.min(l,n),i=Math.max(s,i),r=Math.max(l,r),[s,l]});return t5(o,function(o,a){return{cp:o,z:function(t,e,n,i,r,o){t=r===n?0:Math.round(32767*(t-n)/(r-n)),e=o===i?0:Math.round(32767*(e-i)/(o-i));for(var a,s=0,l=32768;l>0;l/=2){var u=0,c=0;(t&l)>0&&(u=1),(e&l)>0&&(c=1),s+=l*l*(3*u^c),0===c&&(1===u&&(t=l-1-t,e=l-1-e),a=t,t=e,e=a)}return s}(o[0],o[1],e,n,i,r),path:t[a]}}).sort(function(t,e){return t.z-e.z}).map(function(t){return t.path})}function O8(t){return function(t,e){var n,i=[],r=t.shape;switch(t.type){case"rect":!function(t,e,n){for(var i=t.width,r=t.height,o=i>r,a=OZ([i,r],+!o,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",c=o?"y":"x",h=t[s]/a.length,d=0;d<a.length;d++)for(var p=t[l]/a[d],f=0;f<a[d];f++){var g={};g[u]=d*h,g[c]=f*p,g[s]=h,g[l]=p,g.x+=t.x,g.y+=t.y,n.push(g)}}(r,e,i),n=s_;break;case"sector":Oq(r,e,i),n=dk;break;case"circle":Oq({r0:0,r:r.r,startAngle:0,endAngle:2*Math.PI,cx:r.cx,cy:r.cy},e,i),n=dk;break;default:var o=t.getComputedTransform(),a=o?Math.sqrt(Math.max(o[0]*o[0]+o[1]*o[1],o[2]*o[2]+o[3]*o[3])):1,s=t5(function(t,e){var n=OU(t),i=[];e=e||1;for(var r=0;r<n.length;r++){var o=n[r],a=[],s=o[0],l=o[1];a.push(s,l);for(var u=2;u<o.length;){var c=o[u++],h=o[u++],d=o[u++],p=o[u++],f=o[u++],g=o[u++];!function t(e,n,i,r,o,a,s,l,u,c){if(OY(e,i)&&OY(n,r)&&OY(o,s)&&OY(a,l))return void u.push(s,l);var h=2/c,d=h*h,p=s-e,f=l-n,g=Math.sqrt(p*p+f*f);p/=g,f/=g;var y=i-e,m=r-n,v=o-s,x=a-l,b=y*y+m*m,_=v*v+x*x;if(b<d&&_<d)return void u.push(s,l);var S=p*y+f*m,w=-p*v-f*x;if(b-S*S<d&&S>=0&&_-w*w<d&&w>=0)return void u.push(s,l);var M=[],C=[];ih(e,i,o,s,.5,M),ih(n,r,a,l,.5,C),t(M[0],C[0],M[1],C[1],M[2],C[2],M[3],C[3],u,c),t(M[4],C[4],M[5],C[5],M[6],C[6],M[7],C[7],u,c)}(s,l,c,h,d,p,f,g,a,e),s=f,l=g}i.push(a)}return i}(t.getUpdatedPathProxy(),a),function(t){for(var e=[],n=0;n<t.length;)e.push([t[n++],t[n++]]);return e}),l=s.length;if(0===l)OJ(O$,{points:s[0]},e,i);else if(l===e)for(var u=0;u<l;u++)i.push({points:s[u]});else{var c=0,h=t5(s,function(t){var e=[],n=[];aR(t,e,n);var i=(n[1]-e[1])*(n[0]-e[0]);return c+=i,{poly:t,area:i}});h.sort(function(t,e){return e.area-t.area});for(var d=e,u=0;u<l;u++){var p=h[u];if(d<=0)break;var f=u===l-1?d:Math.ceil(p.area/c*e);f<0||(OJ(O$,{points:p.poly},f,i),d-=f)}}n=dE}if(!n){for(var g=[],y=0;y<e;y++)g.push(dc(t));return g}for(var m=[],u=0;u<i.length;u++){var v=new n;v.setShape(i[u]),v.setStyle(t.style),v.z=t.z,v.z2=t.z2,v.zlevel=t.zlevel,m.push(v)}return m}(t.path,t.count)}function Rt(){return{fromIndividuals:[],toIndividuals:[],count:0}}function Re(t,e){for(var n=[],i=t.length,r=0;r<i;r++)n.push({one:t[r],many:[]});for(var r=0;r<e.length;r++){var o=e[r].length,a=void 0;for(a=0;a<o;a++)n[a%i].many.push(e[r][a])}for(var s=0,r=i-1;r>=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1)if(!s)return n;else s=0;var o=l.length,u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var Rn={clone:function(t){for(var e=[],n=1-Math.pow(1-t.path.style.opacity,1/t.count),i=0;i<t.count;i++){var r=dc(t.path);r.setStyle("opacity",n),e.push(r)}return e},split:null};function Ri(t,e,n,i,r,o){if(t.length&&e.length){var a,s,l=lb("update",i,r);if(l&&l.duration>0){var u=i.getModel("universalTransition").get("delay"),c=Object.assign({setToFinal:!0},l);ee(t[0])&&(a=t,s=e),ee(e[0])&&(a=e,s=t);for(var h=a?a===t:t.length>e.length,d=a?Re(s,a):Re(h?e:t,[h?t:e]),p=0,f=0;f<d.length;f++)p+=d[f].many.length;for(var g=0,f=0;f<d.length;f++)(function t(e,i,r,a,s){var l=e.many,h=e.one;if(1!==l.length||s)for(var d=t$({dividePath:Rn[n],individualDelay:u&&function(t,e,n,i){return u(t+r,a)}},c),p=i?function(t,e,n){var i=[];!function t(e){for(var n=0;n<e.length;n++){var r=e[n];O1(r)?t(r.childrenRef()):r instanceof ss&&i.push(r)}}(t);var r=i.length;if(!r)return Rt();var o=(n.dividePath||O8)({path:e,count:r});if(o.length!==r)return console.error("Invalid morphing: unmatched splitted path"),Rt();i=O7(i),o=O7(o);for(var a=n.done,s=n.during,l=n.individualDelay,u=new rF,c=0;c<r;c++){var h=i[c],d=o[c];d.parent=e,d.copyTransform(u),l||O9(h,d)}function p(t){for(var e=0;e<o.length;e++)o[e].addSelfToZr(t)}function f(){e.__isCombineMorphing=!1,e.__morphT=-1,e.childrenRef=null,O5(e,"addSelfToZr"),O5(e,"removeSelfFromZr")}e.__isCombineMorphing=!0,e.childrenRef=function(){return o},O3(e,"addSelfToZr",{after:function(t){p(t)}}),O3(e,"removeSelfFromZr",{after:function(t){for(var e=0;e<o.length;e++)o[e].removeSelfFromZr(t)}});var g=o.length;if(l)for(var y=g,m=function(){0==--y&&(f(),a&&a())},c=0;c<g;c++){var v=l?t$({delay:(n.delay||0)+l(c,g,i[c],o[c]),done:m},n):n;O6(i[c],o[c],v)}else e.__morphT=0,e.animateTo({__morphT:1},t$({during:function(t){for(var n=0;n<g;n++){var i=o[n];i.__morphT=e.__morphT,i.dirtyShape()}s&&s(t)},done:function(){f();for(var e=0;e<t.length;e++)O5(t[e],"updateTransform");a&&a()}},n));return e.__zr&&p(e.__zr),{fromIndividuals:i,toIndividuals:o,count:g}}(l,h,d):function(t,e,n){var i=e.length,r=[],o=n.dividePath||O8;if(O1(t)){!function t(e){for(var n=0;n<e.length;n++){var i=e[n];O1(i)?t(i.childrenRef()):i instanceof ss&&r.push(i)}}(t.childrenRef());var a=r.length;if(a<i)for(var s=0,l=a;l<i;l++)r.push(dc(r[s++%a]));r.length=i}else{r=o({path:t,count:i});for(var u=t.getComputedTransform(),l=0;l<r.length;l++)r[l].setLocalTransform(u);if(r.length!==i)return console.error("Invalid morphing: unmatched splitted path"),Rt()}r=O7(r),e=O7(e);for(var c=n.individualDelay,l=0;l<i;l++){var h=c?t$({delay:(n.delay||0)+c(l,i,r[l],e[l])},n):n;O6(r[l],e[l],h)}return{fromIndividuals:r,toIndividuals:e,count:e.length}}(h,l,d),f=p.fromIndividuals,g=p.toIndividuals,y=f.length,m=0;m<y;m++){var v=u?t$({delay:u(m,y)},c):c;o(f[m],g[m],i?l[m]:e.one,i?e.one:l[m],v)}else{var x=i?l[0]:h,b=i?h:l[0];if(O1(x))t({many:[x],one:b},!0,r,a,!0);else{var v=u?t$({delay:u(r,a)},c):c;O6(x,b,v),o(x,b,x,b,v)}}})(d[f],h,g,p),g+=d[f].many.length}}}function Rr(t){if(!t)return[];if(ee(t)){for(var e=[],n=0;n<t.length;n++)e.push(Rr(t[n]));return e}var i=[];return t.traverse(function(t){t instanceof ss&&!t.disableMorphing&&!t.invisible&&!t.ignore&&i.push(t)}),i}var Ro=oX();function Ra(t,e,n,i){var r=function(t,e){for(var n=t.dimensions,i=0;i<n.length;i++){var r=t.getDimensionInfo(n[i]);if(r&&0===r.otherDims[e])return n[i]}}(t,i?"itemChildGroupId":"itemGroupId");if(r){var o=t,a=e,s=r,l=o.getDimensionInfo(s),u=l&&l.ordinalMeta;if(l){var c=o.get(l.name,a);return u&&u.categories[c]||c+""}return}var h=t.getRawDataItem(e),d=i?"childGroupId":"groupId";return h&&h[d]?h[d]+"":i?void 0:n||t.getId(e)}function Rs(t){var e=[];return t3(t,function(t){var n=t.data,i=t.dataGroupId;if(!(n.count()>1e4))for(var r=n.getIndices(),o=0;o<r.length;o++)e.push({data:n,groupId:Ra(n,o,i,!1),childGroupId:Ra(n,o,i,!0),divide:t.divide,dataIndex:o})}),e}function Rl(t,e,n){t.traverse(function(t){t instanceof ss&&lw(t,{style:{opacity:0}},e,{dataIndex:n,isFrom:!0})})}function Ru(t){if(t.parent){var e=t.getComputedTransform();t.setLocalTransform(e),t.parent.remove(t)}}function Rc(t){t.stopAnimation(),t.isGroup&&t.traverse(function(t){t.stopAnimation()})}function Rh(t,e,n){var i=Rs(t),r=Rs(e);function o(t,e,n,i,r){(n||t)&&e.animateFrom({style:n&&n!==t?tK(tK({},n.style),t.style):t.style},r)}var a=!1,s=0,l=eT(),u=eT();i.forEach(function(t){t.groupId&&l.set(t.groupId,!0),t.childGroupId&&u.set(t.childGroupId,!0)});for(var c=0;c<r.length;c++){var h=r[c].groupId;if(u.get(h)){s=1;break}var d=r[c].childGroupId;if(d&&l.get(d)){s=2;break}}function p(t,e){return function(n){var i=n.data,r=n.dataIndex;return e?i.getId(r):t?1===s?n.childGroupId:n.groupId:2===s?n.childGroupId:n.groupId}}var f=function(t,e){var n=t.length;if(n!==e.length)return!1;for(var i=0;i<n;i++){var r=t[i],o=e[i];if(r.data.getId(r.dataIndex)!==o.data.getId(o.dataIndex))return!1}return!0}(i,r),g={};if(!f)for(var c=0;c<r.length;c++){var y=r[c],m=y.data.getItemGraphicEl(y.dataIndex);m&&(g[m.id]=!0)}function v(t,e){var n,s=i[e],l=r[t],u=l.data.hostModel,c=s.data.getItemGraphicEl(s.dataIndex),h=l.data.getItemGraphicEl(l.dataIndex);if(c===h){h&&(n=lb("update",u,l.dataIndex))&&h.traverse(function(t){if(t instanceof aw){var e=lx(t).oldStyle;e&&t.animateFrom({style:e},n)}});return}c&&g[c.id]||h&&(Rc(h),c?(Rc(c),Ru(c),a=!0,Ri(Rr(c),Rr(h),l.divide,u,t,o)):Rl(h,u,t))}new g$(i,r,p(!0,f),p(!1,f),null,"multiple").update(v).updateManyToOne(function(t,e){var n=r[t],s=n.data,l=s.hostModel,u=s.getItemGraphicEl(n.dataIndex),c=t9(t5(e,function(t){return i[t].data.getItemGraphicEl(i[t].dataIndex)}),function(t){return t&&t!==u&&!g[t.id]});u&&(Rc(u),c.length?(t3(c,function(t){Rc(t),Ru(t)}),a=!0,Ri(Rr(c),Rr(u),n.divide,l,t,o)):Rl(u,l,n.dataIndex))}).updateOneToMany(function(t,e){var n=i[e],s=n.data.getItemGraphicEl(n.dataIndex);if(!s||!g[s.id]){var l=t9(t5(t,function(t){return r[t].data.getItemGraphicEl(r[t].dataIndex)}),function(t){return t&&t!==s}),u=r[t[0]].data.hostModel;l.length&&(t3(l,function(t){return Rc(t)}),s?(Rc(s),Ru(s),a=!0,Ri(Rr(s),Rr(l),n.divide,u,t[0],o)):t3(l,function(e){return Rl(e,u,t[0])}))}}).updateManyToMany(function(t,e){new g$(e,t,function(t){return i[t].data.getId(i[t].dataIndex)},function(t){return r[t].data.getId(r[t].dataIndex)}).update(function(n,i){v(t[n],e[i])}).execute()}).execute(),a&&t3(e,function(t){var e=t.data.hostModel,i=e&&n.getViewOfSeriesModel(e),r=lb("update",e,0);i&&e.isAnimationEnabled()&&r&&r.duration>0&&i.group.traverse(function(t){t instanceof ss&&!t.animators.length&&t.animateFrom({style:{opacity:0}},r)})})}function Rd(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function Rp(t){return ee(t)?t.sort().join(","):t}function Rf(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function Rg(t,e){for(var n=0;n<t.length;n++)if(null!=e.seriesIndex&&e.seriesIndex===t[n].seriesIndex||null!=e.seriesId&&e.seriesId===t[n].id)return n}gZ([va]),gZ([function(t){t.registerPainter("svg",v7)}]),gZ([function(t){t.registerChartView(xL),t.registerSeriesModel(xt),t.registerLayout(xP("line",!0)),t.registerVisual({seriesType:"line",reset:function(t){var e=t.getData(),n=t.getModel("lineStyle").getLineStyle();n&&!n.stroke&&(n.stroke=e.getVisual("style").fill),e.setVisual("legendLineStyle",n)}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,xN("line"))},function(t){t.registerChartView(xX),t.registerSeriesModel(xE),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,et(yN,"bar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,yz("bar")),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,xN("bar")),t.registerAction({type:"changeAxisOrder",event:"changeAxisOrder",update:"update"},function(t,e){var n=t.componentType||"series";e.eachComponent({mainType:n,query:t},function(e){t.sortInfo&&e.axis.setCategorySortInfo(t.sortInfo)})})},function(t){t.registerChartView(bu),t.registerSeriesModel(bp),fh("pie",t.registerAction),t.registerLayout(et(be,"pie")),t.registerProcessor(bi("pie")),t.registerProcessor({seriesType:"pie",reset:function(t,e){var n=t.getData();n.filterSelf(function(t){var e=n.mapDimension("value"),i=n.get(e,t);return!eo(i)||!!isNaN(i)||!(i<0)})}})},function(t){gZ(_r),t.registerSeriesModel(bf),t.registerChartView(bv),t.registerLayout(xP("scatter"))},function(t){gZ(_m),t.registerChartView(_l),t.registerSeriesModel(_u),t.registerLayout(_o),t.registerProcessor(bi("radar")),t.registerPreprocessor(_s)},function(t){gZ(SP),t.registerChartView(Sf),t.registerSeriesModel(Sg),t.registerLayout(Sm),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,Sy),fh("map",t.registerAction)},function(t){t.registerChartView(SG),t.registerSeriesModel(wt),t.registerLayout(wn),t.registerVisual(wi),t.registerAction({type:"treeExpandAndCollapse",event:"treeExpandAndCollapse",update:"update"},function(t,e){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var n=t.dataIndex,i=e.getData().tree.getNodeByDataIndex(n);i.isExpand=!i.isExpand})}),t.registerAction({type:"treeRoam",event:"treeRoam",update:"none"},function(t,e,n){e.eachComponent({mainType:"series",subType:"tree",query:t},function(e){var i=SD(e.coordinateSystem,t,void 0,n);e.setCenter&&e.setCenter(i.center),e.setZoom&&e.setZoom(i.zoom)})})},function(t){t.registerSeriesModel(wa),t.registerChartView(wf),t.registerVisual(wk),t.registerLayout(wG);for(var e=0;e<wr.length;e++)t.registerAction({type:wr[e],update:"updateView"},eP);t.registerAction({type:"treemapRootToNode",update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"treemap",query:t},function(e,n){var i=S9(t,["treemapZoomToNode","treemapRootToNode"],e);if(i){var r=e.getViewRoot();r&&(t.direction=S7(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})})},function(t){t.registerChartView(MA),t.registerSeriesModel(MN),t.registerProcessor(wX),t.registerVisual(wY),t.registerVisual(wZ),t.registerLayout(w5),t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,Mn),t.registerLayout(Mr),t.registerCoordinateSystem("graphView",{dimensions:Sx.dimensions,create:Mo}),t.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},eP),t.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},eP),t.registerAction(Mz,function(t,e,n){e.eachComponent({mainType:"series",query:t},function(e){var i=SD(e.coordinateSystem,t,void 0,n);e.setCenter&&e.setCenter(i.center),e.setZoom&&e.setZoom(i.zoom)})})},function(t){t.registerChartView(MF),t.registerSeriesModel(MW)},function(t){t.registerChartView(Mj),t.registerSeriesModel(MX),t.registerLayout(MY),t.registerProcessor(bi("funnel"))},function(t){gZ(C4),t.registerChartView(MU),t.registerSeriesModel(MJ),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,M1)},function(t){t.registerChartView(C7),t.registerSeriesModel(It),t.registerLayout(Ie),t.registerVisual(Ih),t.registerAction({type:"dragNode",event:"dragnode",update:"update"},function(t,e){e.eachComponent({mainType:"series",subType:"sankey",query:t},function(e){e.setNodePosition(t.dataIndex,[t.localX,t.localY])})})},function(t){t.registerSeriesModel(Ip),t.registerChartView(If),t.registerLayout(Ib),t.registerTransform(I_)},function(t){t.registerChartView(IL),t.registerSeriesModel(IW),t.registerPreprocessor(IG),t.registerVisual(ID),t.registerLayout(IH)},function(t){t.registerChartView(IU),t.registerSeriesModel(IZ),t.registerLayout(xP("effectScatter"))},function(t){t.registerChartView(I2),t.registerSeriesModel(I9),t.registerLayout(I1),t.registerVisual(I7)},function(t){t.registerChartView(Te),t.registerSeriesModel(Tn)},function(t){t.registerChartView(Ta),t.registerSeriesModel(TM),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,et(yN,"pictorialBar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,yz("pictorialBar"))},function(t){t.registerChartView(TC),t.registerSeriesModel(TI),t.registerLayout(TT),t.registerProcessor(bi("themeRiver"))},function(t){t.registerChartView(TP),t.registerSeriesModel(TO),t.registerLayout(et(TN,"sunburst")),t.registerProcessor(et(bi,"sunburst")),t.registerVisual(Tz),t.registerAction({type:Tk,update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,n){var i=S9(t,[Tk],e);if(i){var r=e.getViewRoot();r&&(t.direction=S7(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})}),t.registerAction({type:TL,update:"none"},function(t,e,n){t=tK({},t),e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e){var n=S9(t,[TL],e);n&&(t.dataIndex=n.node.dataIndex)}),n.dispatchAction(tK(t,{type:"highlight"}))}),t.registerAction({type:"sunburstUnhighlight",update:"updateView"},function(t,e,n){t=tK({},t),n.dispatchAction(tK(t,{type:"downplay"}))})},function(t){t.registerChartView(Ay),t.registerSeriesModel(TF)}]),gZ(function(t){gZ(_r),gZ(De)}),gZ(function(t){gZ(De),b2.registerAxisPointerClass("PolarAxisPointer",Dn),t.registerCoordinateSystem("polar",Dy),t.registerComponentModel(Dr),t.registerComponentView(DP),bA(t,"angle",Da,Dk),bA(t,"radius",Ds,DL),t.registerComponentView(D_),t.registerComponentView(DC),t.registerLayout(et(DD,"bar"))}),gZ(SP),gZ(function(t){gZ(De),b2.registerAxisPointerClass("SingleAxisPointer",DY),t.registerComponentView(DK),t.registerComponentView(Dz),t.registerComponentModel(DB),bA(t,"single",DB,DB.defaultOption),t.registerCoordinateSystem("single",DH)}),gZ(C4),gZ(function(t){t.registerComponentModel(D$),t.registerComponentView(DQ),t.registerCoordinateSystem("calendar",D0)}),gZ(function(t){t.registerComponentModel(D9),t.registerComponentView(D8),t.registerPreprocessor(function(t){var e=t.graphic;ee(e)?e[0]&&e[0].elements?t.graphic=[t.graphic[0]]:t.graphic=[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])})}),gZ(function(t){t.registerComponentModel(kw),t.registerComponentView(kC),kS.saveAsImage=kI,kS.magicType=kD,kS.dataView=kR,kS.dataZoom=kQ,kS.restore=kB,gZ(kb)}),gZ(function(t){gZ(De),t.registerComponentModel(k2),t.registerComponentView(Ll),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},eP),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},eP)}),gZ(De),gZ(function(t){t.registerComponentView(Lk),t.registerComponentModel(LL),t.registerPreprocessor(Lp),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,LC),t.registerAction({type:"brush",event:"brush",update:"updateVisual"},function(t,e){e.eachComponent({mainType:"brush",query:t},function(e){e.setAreas(t.areas)})}),t.registerAction({type:"brushSelect",event:"brushSelected",update:"none"},eP),t.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},eP),kS.brush=LR}),gZ(function(t){t.registerComponentModel(LN),t.registerComponentView(Lz)}),gZ(function(t){t.registerComponentModel(LB),t.registerComponentView(LH),t.registerSubTypeDefaulter("timeline",function(){return"slider"}),t.registerAction({type:"timelineChange",event:"timelineChanged",update:"prepareAndUpdate"},function(t,e,n){var i=e.getComponent("timeline");return i&&null!=t.currentIndex&&(i.setCurrentIndex(t.currentIndex),!i.get("loop",!0)&&i.isIndexMax()&&i.getPlayState()&&(i.setPlayState(!1),n.dispatchAction({type:"timelinePlayChange",playState:!1,from:t.from}))),e.resetOption("timeline",{replaceMerge:i.get("replaceMerge",!0)}),t$({currentIndex:i.option.currentIndex},t)}),t.registerAction({type:"timelinePlayChange",event:"timelinePlayChanged",update:"update"},function(t,e){var n=e.getComponent("timeline");n&&null!=t.playState&&n.setPlayState(t.playState)}),t.registerPreprocessor(LY)}),gZ(function(t){t.registerComponentModel(LQ),t.registerComponentView(Pe),t.registerPreprocessor(function(t){Lq(t.series,"markPoint")&&(t.markPoint=t.markPoint||{})})}),gZ(function(t){t.registerComponentModel(Pn),t.registerComponentView(Pu),t.registerPreprocessor(function(t){Lq(t.series,"markLine")&&(t.markLine=t.markLine||{})})}),gZ(function(t){t.registerComponentModel(Pc),t.registerComponentView(Pv),t.registerPreprocessor(function(t){Lq(t.series,"markArea")&&(t.markArea=t.markArea||{})})}),gZ(function(t){gZ(Pk),gZ(Pz)}),gZ(function(t){gZ(PY),gZ(P0)}),gZ(PY),gZ(P0),gZ(function(t){gZ(Ox),gZ(OM)}),gZ(Ox),gZ(OM),gZ(function(t){t.registerPreprocessor(OD),t.registerVisual(t.PRIORITY.VISUAL.ARIA,OA)}),gZ(function(t){t.registerTransform(OF),t.registerTransform(OW)}),gZ(Oj),gZ(function(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){t3(oR(n.seriesTransition),function(t){t3(oR(t.to),function(t){for(var e=n.updatedSeries,i=0;i<e.length;i++)(null!=t.seriesIndex&&t.seriesIndex===e[i].seriesIndex||null!=t.seriesId&&t.seriesId===e[i].id)&&(e[i][hG]=!0)})})}),t.registerUpdateLifecycle("series:transition",function(t,e,n){var i=Ro(e);if(i.oldSeries&&n.updatedSeries&&n.optionChanged){var r=n.seriesTransition;if(r)t3(oR(r),function(t){var r,o;r=[],o=[],t3(oR(t.from),function(t){var e=Rg(i.oldSeries,t);e>=0&&r.push({dataGroupId:i.oldDataGroupIds[e],data:i.oldData[e],divide:Rf(i.oldData[e]),groupIdDim:t.dimension})}),t3(oR(t.to),function(t){var e=Rg(n.updatedSeries,t);if(e>=0){var r=n.updatedSeries[e].getData();o.push({dataGroupId:i.oldDataGroupIds[e],data:r,divide:Rf(r),groupIdDim:t.dimension})}}),r.length>0&&o.length>0&&Rh(r,o,e)});else{var o,a,s,l=(o=eT(),a=eT(),s=eT(),t3(i.oldSeries,function(t,e){var n=i.oldDataGroupIds[e],r=i.oldData[e],o=Rd(t),l=Rp(o);a.set(l,{dataGroupId:n,data:r}),ee(o)&&t3(o,function(t){s.set(t,{key:l,dataGroupId:n,data:r})})}),t3(n.updatedSeries,function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.get("dataGroupId"),n=t.getData(),i=Rd(t),r=Rp(i),l=a.get(r);if(l)o.set(r,{oldSeries:[{dataGroupId:l.dataGroupId,divide:Rf(l.data),data:l.data}],newSeries:[{dataGroupId:e,divide:Rf(n),data:n}]});else if(ee(i)){var u=[];t3(i,function(t){var e=a.get(t);e.data&&u.push({dataGroupId:e.dataGroupId,divide:Rf(e.data),data:e.data})}),u.length&&o.set(r,{oldSeries:u,newSeries:[{dataGroupId:e,data:n,divide:Rf(n)}]})}else{var c=s.get(i);if(c){var h=o.get(c.key);h||(h={oldSeries:[{dataGroupId:c.dataGroupId,data:c.data,divide:Rf(c.data)}],newSeries:[]},o.set(c.key,h)),h.newSeries.push({dataGroupId:e,data:n,divide:Rf(n)})}}}}),o);t3(l.keys(),function(t){var n=l.get(t);Rh(n.oldSeries,n.newSeries,e)})}t3(n.updatedSeries,function(t){t[hG]&&(t[hG]=!1)})}for(var u=t.getSeries(),c=i.oldSeries=[],h=i.oldDataGroupIds=[],d=i.oldData=[],p=0;p<u.length;p++){var f=u[p].getData();1e4>f.count()&&(c.push(u[p]),h.push(u[p].get("dataGroupId")),d.push(f))}})}),gZ(vn);var Ry=a(126);function Rm(t,e){var n={};return e.forEach(function(e){n[e]=t[e]}),n}function Rv(t){return"function"==typeof t}var Rx=a(558),Rb=a.n(Rx),R_=function(t){function e(e){var n=t.call(this,e)||this;return n.echarts=ty,n}return t_(e,t),e}(function(t){function e(e){var n=t.call(this,e)||this;return n.echarts=e.echarts,n.ele=null,n.isInitialResize=!0,n}return t_(e,t),e.prototype.componentDidMount=function(){this.renderNewEcharts()},e.prototype.componentDidUpdate=function(t){var e=this.props.shouldSetOption;if(!Rv(e)||e(t,this.props)){if(!Rb()(t.theme,this.props.theme)||!Rb()(t.opts,this.props.opts)||!Rb()(t.onEvents,this.props.onEvents)){this.dispose(),this.renderNewEcharts();return}var n=["option","notMerge","lazyUpdate","showLoading","loadingOption"];Rb()(Rm(this.props,n),Rm(t,n))||this.updateEChartsOption(),Rb()(t.style,this.props.style)&&Rb()(t.className,this.props.className)||this.resize()}},e.prototype.componentWillUnmount=function(){this.dispose()},e.prototype.getEchartsInstance=function(){return this.echarts.getInstanceByDom(this.ele)||this.echarts.init(this.ele,this.props.theme,this.props.opts)},e.prototype.dispose=function(){if(this.ele){try{(0,Ry.clear)(this.ele)}catch(t){console.warn(t)}this.echarts.dispose(this.ele)}},e.prototype.renderNewEcharts=function(){var t=this,e=this.props,n=e.onEvents,i=e.onChartReady,r=this.updateEChartsOption();this.bindEvents(r,n||{}),Rv(i)&&i(r),this.ele&&(0,Ry.bind)(this.ele,function(){t.resize()})},e.prototype.bindEvents=function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&function(e,n){"string"==typeof e&&Rv(n)&&t.on(e,function(e){n(e,t)})}(n,e[n])},e.prototype.updateEChartsOption=function(){var t=this.props,e=t.option,n=t.notMerge,i=t.lazyUpdate,r=t.showLoading,o=t.loadingOption,a=this.getEchartsInstance();return a.setOption(e,void 0!==n&&n,void 0!==i&&i),r?a.showLoading(void 0===o?null:o):a.hideLoading(),a},e.prototype.resize=function(){var t=this.getEchartsInstance();if(!this.isInitialResize)try{t.resize()}catch(t){console.warn(t)}this.isInitialResize=!1},e.prototype.render=function(){var t=this,e=this.props,n=e.style,i=e.className,r=tS({height:300},n);return tx().createElement("div",{ref:function(e){t.ele=e},style:r,className:"echarts-for-react "+(void 0===i?"":i)})},e}(tv.PureComponent)),RS=a(417),Rw=a.n(RS),RM=(0,tv.forwardRef)(function(t,e){var n=t.size,i=void 0===n?{}:n,r=t.lightTheme,o=t.darkTheme,a=t.onRefReady,s=function(t,e){if(null==t)return{};var n,i,r,o={};if("u">typeof Reflect&&Reflect.ownKeys){for(r=0,n=Reflect.ownKeys(Object(t));r<n.length;r++)i=n[r],!(e.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i]);return o}if(o=function(t,e){if(null==t)return{};var n,i,r={},o=Object.getOwnPropertyNames(t);for(i=0;i<o.length;i++)n=o[i],!(e.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n]);return r}(t,e),Object.getOwnPropertySymbols)for(r=0,n=Object.getOwnPropertySymbols(t);r<n.length;r++)i=n[r],!(e.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i]);return o}(t,["size","lightTheme","darkTheme","onRefReady"]),l=t.height;l||"fixed"!==i.type||(l=i.fixed);var u=(0,RS.useSetChartSize)(i,l),c=u.chartRef,h=u.chartHeight,d=(0,tm.useGlobalTheme)().isDarkTheme,p=(0,tv.useCallback)(function(t){e&&("function"==typeof e?e(t||null):e.current=t||null)},[e]),f=(0,tv.useCallback)(function(t){var e=null==t?void 0:t.getEchartsInstance();p(e),e&&(null==a||a(e))},[a,p]);return tx().createElement("div",{ref:c,style:{height:"".concat(h||400,"px")}},tx().createElement(R_,{option:s,theme:d?void 0===o?"defaultDark":o:void 0===r?"walden":r,style:{height:"".concat(h||400,"px")},ref:f}))});function RC(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}function RI(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function RT(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n,i,r=null==t?null:"u">typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=r){var o=[],a=!0,s=!1;try{for(r=r.call(t);!(a=(n=r.next()).done)&&(o.push(n.value),!e||o.length!==e);a=!0);}catch(t){s=!0,i=t}finally{try{a||null==r.return||r.return()}finally{if(s)throw i}}return o}}(t,e)||function(t,e){if(t){if("string"==typeof t)return RC(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);if("Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return RC(t,e)}}(t,e)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}gj({type:"data-visualization:transform",transform:function(t){var e=t.config.fieldProps;return{data:t.upstream.cloneRawData().map(function(t){return Object.entries(e).forEach(function(e){var n=RT(e,2),i=n[0],r=n[1];r.transformer&&(t[i]=r.transformer(t[i]))}),t})}}}),gj({type:"data-visualization:toSeries",transform:function(t){var e=t.upstream.cloneRawData(),n=t.config||{},i=n.xField,r=n.yField,o=n.seriesField;return o?{data:Object.entries(e.reduce(function(t,e){return t[e[i]]?t[e[i]][e[o]]=e[r]:t[e[i]]=RI({},e[o],e[r]),t},{})).map(function(t){var e=RT(t,2),n=e[0],r=e[1];return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){RI(t,e,n[e])})}return t}(RI({},i,n),r)})}:{data:e}}}),gj({type:"data-visualization:toPercent",transform:function(t){var e=t.upstream.cloneRawData(),n=t.config||{},i=n.xField,r=n.stack,o=n.seriesField,a=n.yFields;return"percent"!==r?{data:e}:{data:e.map(function(t){var e={},n=0;return Object.entries(t).forEach(function(t){var e=RT(t,2),r=e[0],s=e[1];r===i||(o||a.includes(r))&&(n+=s)}),Object.entries(t).forEach(function(t){var r=RT(t,2),s=r[0],l=r[1];if(s===i||!o&&!a.includes(s)){e[s]=l;return}e[s]=l/n}),e})}}});var RA=JSON.parse('{"UU":"@nocobase/plugin-data-visualization-echarts"}'),RD=function(t){return"{{t(".concat(JSON.stringify(t),", { ns: ['").concat(RA.UU,"', 'data-visualization', 'client'], nsMode: 'fallback' })}}")};function Rk(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var RL={showLegend:{configType:"boolean",name:"showLegend",title:RD("Show legend"),defaultValue:!0},legendOrient:{configType:"select",name:"legendOrient",title:RD("Legend orient"),defaultValue:"horizontal",options:[{label:RD("Horizontal"),value:"horizontal"},{label:RD("Vertical"),value:"vertical"}]},legendPosition:{legendPosition:{title:RD("Legend position (left, bottom, right, top)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{left:{"x-component":"Input","x-component-props":{placeholder:RD("Left"),allowClear:!1}},bottom:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Bottom")}},right:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Right")}},top:{"x-component":"Input","x-component-props":{placeholder:RD("Top"),allowClear:!1}}}}},showLabel:{configType:"boolean",name:"showLabel",title:RD("Show label"),defaultValue:!0},labelType:function(t){var e=(t||{}).defaultValue;return{labelType:{"x-decorator":"FormItem","x-component":"Select",name:"labelType",title:RD("Label type"),default:void 0===e?1:e,enum:[{label:RD("Value"),value:1},{label:RD("Category name"),value:2},{label:"".concat(RD("Category name")," + ").concat(RD("Value")),value:3},{label:RD("Hidden"),value:0}]}}},splitLine:function(t){var e=(t||{}).defaultValue;return{splitLine:{title:RD("Split line"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{type:{"x-component":"Select","x-component-props":{allowClear:!1},default:void 0===e?"y":e,enum:[{label:RD("Only x-axis"),value:"x"},{label:RD("Only y-axis"),value:"y"},{label:RD("Both x and y-axis"),value:"xy"},{label:RD("None"),value:"none"}]},style:{"x-component":"Select","x-component-props":{allowClear:!1},default:"dashed",enum:[{label:"------",value:"dashed"},{label:"\xb7\xb7\xb7\xb7\xb7\xb7",value:"dotted"},{label:"———",value:"solid"}]}}}}},markLine:{markLine:{title:RD("Mark line"),type:"array","x-decorator":"FormItem","x-component":"ArrayItems",items:{type:"object",properties:{space:{type:"void","x-component":"Space",properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},name:{type:"string","x-decorator":"FormItem","x-component":"Input","x-component-props":{placeholder:RD("Title")},required:!0},value:{type:"string","x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:RD("Value")},required:!0},color:{type:"string","x-decorator":"FormItem","x-component":"ColorPicker"},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}}}},properties:{add:{type:"void",title:'{{t("Add")}}',"x-component":"ArrayItems.Addition"}}}},axisTitle:function(t){var e=t||{},n=e.name,i=e.title,r=e.defaultValue;return Rk({},n,{"x-decorator":"FormItem","x-component":"Select",name:n,title:i,default:void 0===r?"start":r,enum:[{label:RD("Start"),value:"start"},{label:RD("Middle"),value:"middle"},{label:RD("End"),value:"end"},{label:RD("None"),value:"none"}]})},padding:{padding:{title:RD("Padding (left, bottom, right, top)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{left:{"x-component":"Input","x-component-props":{placeholder:RD("Left"),allowClear:!1}},bottom:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Bottom")}},right:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Right")}},top:{"x-component":"Input","x-component-props":{placeholder:RD("Top"),allowClear:!1}}}}},axisLabelRotate:function(t){var e=t||{},n=e.name,i=e.title,r=e.defaultValue;return Rk({},n,{title:i,type:"number",default:void 0===r?0:r,"x-decorator":"FormItem","x-component":"Slider","x-component-props":{min:-90,max:90}})},barWidth:{barWidth:{title:RD("Bar width (min, max)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{placeholder:RD("Min"),allowClear:!1}},max:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Max")}}}}},barGap:{barGap:{title:RD("Bar gap"),type:"number","x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{suffix:"%"}}},colors:{colors:{title:RD("Colors"),type:"array","x-decorator":"FormItem","x-component":"ArrayItems",items:{type:"void","x-component":"Space",properties:{sort:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.SortHandle"},color:{type:"string","x-decorator":"FormItem","x-component":"ColorPicker"},remove:{type:"void","x-decorator":"FormItem","x-component":"ArrayItems.Remove"}}},properties:{add:{type:"void",title:'{{t("Add")}}',"x-component":"ArrayItems.Addition"}}}}};function RP(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,i=Array(e);n<e;n++)i[n]=t[n];return i}function RO(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function RR(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function RN(t){return(RN=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Rz(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){RR(t,e,n[e])})}return t}function RE(t,e){return(RE=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function RB(t){return function(t){if(Array.isArray(t))return RP(t)}(t)||function(t){if("u">typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t){if(t){if("string"==typeof t)return RP(t,void 0);var e=Object.prototype.toString.call(t).slice(8,-1);if("Object"===e&&t.constructor&&(e=t.constructor.name),"Map"===e||"Set"===e)return Array.from(e);if("Arguments"===e||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(e))return RP(t,void 0)}}(t)||function(){throw TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function RV(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(RV=function(){return!!t})()}var RF=function(t){var e,n;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function i(t){var e,n,r,o=t.name,a=t.title,s=t.series,l=t.config;if(!(this instanceof i))throw TypeError("Cannot call a class as a function");return e=i,n=[{name:o,title:a,Component:RM,config:["xField","seriesField","size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition","labelType"].concat(RB(l||[]),[{configType:"axisTitle",name:"xAxisTitle",title:RD("X-Axis title"),defaultValue:"end"},{configType:"axisTitle",name:"yAxisTitle",title:RD("Y-Axis title"),defaultValue:"end"},{configType:"axisLabelRotate",name:"xAxisLabelRotate",title:RD("X-Axis label rotate")},"padding","splitLine","markLine"])}],e=RN(e),RR(r=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,RV()?Reflect.construct(e,n||[],RN(this).constructor):e.apply(this,n)),"series",void 0),RR(r,"init",function(t,e){var n=e.measures,i=e.dimensions,o=r.infer(t,{measures:n,dimensions:i}),a=o.xField,s=o.yField,l=o.seriesField,u=o.yFields;return{general:{xField:null==a?void 0:a.value,yField:null==s?void 0:s.value,yFields:(null==u?void 0:u.map(function(t){return null==t?void 0:t.value}))||[],seriesField:null==l?void 0:l.value}}}),r.series=s,r.addConfigTypes(Rz({lightTheme:{configType:"select",name:"lightTheme",title:RD("Light mode theme"),defaultValue:"walden",options:i.lightThemes.map(function(t){return{label:t,value:t}})},darkTheme:{configType:"select",name:"darkTheme",title:RD("Dark mode theme"),defaultValue:"defaultDark",options:i.darkThemes.map(function(t){return{label:t,value:t}})}},RL)),r}return i.prototype=Object.create(t&&t.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),t&&RE(i,t),e=[{key:"getBasicOptions",value:function(t){var e=t.general,n=e.size,i=e.lightTheme,r=e.darkTheme,o=e.padding||{},a=o.left,s=o.right,l=o.bottom,u=o.top,c={containLabel:!0};return c.left=a||10,s&&(c.right=s),c.bottom=l||10,u&&(c.top=u),{grid:c,animation:!1,size:n,lightTheme:i,darkTheme:r}}},{key:"getLegendOptions",value:function(t){var e=t.showLegend,n=t.legendOrient,i=void 0===n?"horizontal":n,r=t.legendPosition||{},o=r.left,a=r.bottom,s=r.right,l=r.top,u={show:e,type:"scroll",orient:i};return o&&(u.left=o),a&&(u.bottom=a),s?u.right=s:"vertical"===i&&(u.right=10),l&&(u.top=l),u}},{key:"getLabelOptions",value:function(t){var e,n=t.labelType,i=t.series,r=!0;switch(Number(n)){case 0:r=!1;break;case 1:e="{@".concat(i,"}");break;case 2:e="{b}";break;case 3:e="{b} {@".concat(i,"}")}return{formatter:e,show:r}}},{key:"getProps",value:function(t){var e,n,i=this,r=t.data,o=t.general,a=(t.advanced,t.fieldProps),s=o.xField,l=o.yField,u=o.seriesField,c=(o.showLegend,o.legendOrient,o.isStack),h=o.smooth,d=o.labelType,p=o.labelPosition,f=void 0===p?"top":p,g=o.splitLine,y=o.markLine,m=o.xAxisTitle,v=void 0===m?"end":m,x=o.yAxisTitle,b=void 0===x?"end":x,_=o.xAxisLabelRotate,S=function(t,e){if(null==t)return{};var n,i,r,o={};if("u">typeof Reflect&&Reflect.ownKeys){for(r=0,n=Reflect.ownKeys(Object(t));r<n.length;r++)i=n[r],!(e.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i]);return o}if(o=function(t,e){if(null==t)return{};var n,i,r={},o=Object.getOwnPropertyNames(t);for(i=0;i<o.length;i++)n=o[i],!(e.indexOf(n)>=0)&&Object.prototype.propertyIsEnumerable.call(t,n)&&(r[n]=t[n]);return r}(t,e),Object.getOwnPropertySymbols)for(r=0,n=Object.getOwnPropertySymbols(t);r<n.length;r++)i=n[r],!(e.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(t,i)&&(o[i]=t[i]);return o}(o,["xField","yField","seriesField","showLegend","legendOrient","isStack","smooth","labelType","labelPosition","splitLine","markLine","xAxisTitle","yAxisTitle","xAxisLabelRotate"]),w=o.yFields,M=void 0===w?[l]:w,C=null==(e=a[s])?void 0:e.label,I=null==(n=a[l])?void 0:n.label,T=M.map(function(t){var e;return(null==(e=a[t])?void 0:e.label)||t});return u&&(M=T=Array.from(new Set(r.map(function(t){return t[u]}))).map(function(t){return t||"null"})),Rz({legend:Rz({data:T},this.getLegendOptions(o)),tooltip:{data:T,trigger:"axis"},dataset:[{dimensions:[s].concat(RB(M)),source:r},{transform:[{type:"data-visualization:transform",config:{fieldProps:a}},{type:"data-visualization:toSeries",config:{xField:s,yField:l,seriesField:u}}]}],series:T.map(function(t,e){var n,r;return Rz({name:t,datasetIndex:1,smooth:h,label:(n=Rz({},i.getLabelOptions({labelType:d,series:u?t:M[e]})),r=r={position:f},Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):(function(t){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e.push.apply(e,n)}return e})(Object(r)).forEach(function(t){Object.defineProperty(n,t,Object.getOwnPropertyDescriptor(r,t))}),n),markLine:{data:null==y?void 0:y.filter(function(t){return t.value}).map(function(t){return{name:t.name,yAxis:t.value,lineStyle:{color:t.color}}})}},c?{stack:"stack"}:{},i.series,S)}),xAxis:{name:"none"!==v?C:"",nameLocation:v,nameGap:"end"===v?15:30,type:"category",splitLine:{show:(null==g?void 0:g.type)==="x"||(null==g?void 0:g.type)==="xy",lineStyle:{type:null==g?void 0:g.style}},axisLabel:{rotate:void 0===_?0:_}},yAxis:{name:"none"!==b&&(1===M.length||u)?I:"",nameLocation:b,nameGap:"middle"===b?50:15,splitLine:{show:(null==g?void 0:g.type)==="y"||(null==g?void 0:g.type)==="xy",lineStyle:{type:null==g?void 0:g.style}}}},this.getBasicOptions({general:o}))}},{key:"getReference",value:function(){return{title:"ECharts",link:"https://echarts.apache.org/en/option.html"}}}],n=[{key:"registerTheme",value:function(t,e){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"light";gp[t]=e,this["".concat(n,"Themes")].push(t)}}],e&&RO(i.prototype,e),n&&RO(i,n),i}(RS.Chart);RR(RF,"lightThemes",["default","light"]),RR(RF,"darkThemes",["dark"]);var RW=a(773),RG=a.n(RW);function RH(t,e,n){return(RH="u">typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Rj(t)););return t}(t,e);if(i){var r=Object.getOwnPropertyDescriptor(i,e);return r.get?r.get.call(n||t):r.value}})(t,e,n||t)}function Rj(t){return(Rj=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function RX(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){var i;i=n[e],e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i})}return t}function RY(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):(function(t){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e.push.apply(e,n)}return e})(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function RU(t,e){return(RU=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function RZ(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(RZ=function(){return!!t})()}var Rq=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"column",title:RD("Column"),series:{type:"bar"},config:[{configType:"select",name:"labelPosition",title:RD("Label position"),defaultValue:"top",options:[{label:RD("posTop"),value:"top"},{label:RD("Inside"),value:"inside"},{label:RD("Inside top"),value:"insideTop"}]},"stack","barWidth",{configType:"percent",name:"barGap",title:RD("Bar gap")},{configType:"percent",name:"barCategoryGap",title:RD("Bar category gap")},"colorBy","colors"]}],e=Rj(e),(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,RZ()?Reflect.construct(e,i||[],Rj(this).constructor):e.apply(this,i))).addConfigTypes({colorBy:{configType:"select",name:"colorBy",title:RD("Color by"),defaultValue:"series",options:[{label:RD("Series"),value:"series"},{label:RD("Data"),value:"data"}]},stack:{configType:"radio",name:"stack",title:RD("Stack"),componentProps:{optionType:"button"},defaultValue:"no",options:[{label:RD("No stack"),value:"no"},{label:RD("Stack"),value:"stack"},{label:RD("100% stack"),value:"percent"}]}}),t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&RU(n,t),e=[{key:"getLabelOptions",value:function(t){var e,n=t.labelType,i=t.series,r=t.stack,o=!0;switch(Number(n)){case 0:o=!1;break;case 1:e="percent"===r?function(t){return t.value[i]?Math.round(1e3*t.value[i])/10+"%":"0%"}:"{@".concat(i,"}");break;case 2:e="{a}";break;case 3:e="percent"===r?function(t){var e=t.value[i];return e?(e=Math.round(1e3*t.value[i])/10,"".concat(t.seriesName," ").concat(e,"%")):"0%"}:"{a} {@".concat(i,"}")}return{formatter:e,show:o}}},{key:"getProps",value:function(t){var e=this,i=t.data,r=t.general,o=t.advanced,a=t.fieldProps,s=r.xField,l=r.yFields,u=r.barWidth,c=r.barGap,h=r.barCategoryGap,d=r.colors,p=r.colorBy,f=void 0===p?"series":p,g=r.stack,y=r.seriesField,m=r.labelType,v=r.labelPosition,x=u||{},b=x.min,_=x.max,S=RH(Rj(n.prototype),"getProps",this).call(this,{data:i,general:r,advanced:o,fieldProps:a});S.tooltip.axisPointer={type:"shadow"};var w=(null==d?void 0:d.filter(function(t){return t}))||[];return w.length&&(S.color=w),S.dataset.push({fromDatasetIndex:1,transform:[{type:"data-visualization:toPercent",config:{xField:s,stack:g,seriesField:y,yFields:l},print:!0}]}),S.series=S.series.map(function(t,n){var i=RY(RX({},RG().omit(t,"stack")),{barMaxWidth:_,barMinWidth:b,colorBy:f,datasetIndex:2,label:RY(RX({},e.getLabelOptions({labelType:m,series:y?t.name:l[n],stack:g})),{position:v})});return c&&(i.barGap="".concat(c,"%")),h&&(i.barCategoryGap="".concat(h,"%")),"no"!==g&&(i.stack="stack"),"percent"===g&&(i.tooltip={valueFormatter:function(t){return t?Math.round(1e3*t)/10+"%":"0%"}}),i}),S}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function RK(t,e,n){return(RK="u">typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=R$(t)););return t}(t,e);if(i){var r=Object.getOwnPropertyDescriptor(i,e);return r.get?r.get.call(n||t):r.value}})(t,e,n||t)}function R$(t){return(R$=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function RJ(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){var i;i=n[e],e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i})}return t}function RQ(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):(function(t){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e.push.apply(e,n)}return e})(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function R0(t,e){return(R0=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function R1(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(R1=function(){return!!t})()}var R2=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=R$(e=n),(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,R1()?Reflect.construct(e,[],R$(this).constructor):e.apply(this,void 0))).name="bar",t.title=RD("Bar"),t.config=[{configType:"field",name:"xField",title:RD("yField"),required:!0},"seriesField","size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition","labelType",{configType:"select",name:"labelPosition",title:RD("Label position"),defaultValue:"right",options:[{label:RD("posRight"),value:"right"},{label:RD("Inside"),value:"inside"},{label:RD("Inside right"),value:"insideRight"}]},"stack","barWidth",{configType:"percent",name:"barGap",title:RD("Bar gap")},{configType:"percent",name:"barCategoryGap",title:RD("Bar category gap")},"colorBy","colors",{configType:"axisTitle",name:"xAxisTitle",title:RD("X-Axis title"),defaultValue:"end"},{configType:"axisTitle",name:"yAxisTitle",title:RD("Y-Axis title"),defaultValue:"end"},{configType:"boolean",name:"yAxisInverse",title:RD("Y-Axis inverse"),defaultValue:!1},{configType:"axisLabelRotate",name:"yAxisLabelRotate",title:RD("Y-Axis label rotate")},"padding",{configType:"splitLine",defaultValue:"x"}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&R0(n,t),e=[{key:"getProps",value:function(t){var e,i,r=t.data,o=t.general,a=t.advanced,s=t.fieldProps,l=o.yAxisLabelRotate,u=o.xAxisTitle,c=void 0===u?"end":u,h=o.yAxisTitle,d=void 0===h?"end":h,p=o.yFields,f=o.seriesField,g=o.yAxisInverse,y=RK(R$(n.prototype),"getProps",this).call(this,{data:r,general:o,advanced:a,fieldProps:s}),m=null==(e=s[o.xField])?void 0:e.label,v=null==(i=s[o.yField])?void 0:i.label,x="none"!==c&&(1===p.length||f);return y.xAxis=RQ(RJ({},y.xAxis),{type:"value",name:x?v:"",nameLocation:c,nameGap:"end"===c?15:30}),y.yAxis=RQ(RJ({},y.yAxis),{inverse:g,type:"category",name:"none"!==d?m:"",nameLocation:d,nameGap:"middle"===d?50:15,axisLabel:{rotate:void 0===l?0:l}}),y.series=y.series.map(function(t){return RQ(RJ({},t),{label:RQ(RJ({},t.label),{position:o.labelPosition||"right"})})}),y}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(Rq);function R3(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function R5(t){return(R5=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function R4(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){R3(t,e,n[e])})}return t}function R9(t,e){return(R9=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function R6(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(R6=function(){return!!t})()}var R7=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"funnel",title:RD("Funnel"),series:{type:"funnel"}}],e=R5(e),R3(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,R6()?Reflect.construct(e,i||[],R5(this).constructor):e.apply(this,i)),"init",function(e,n){var i=n.measures,r=n.dimensions,o=t.infer(e,{measures:i,dimensions:r}),a=(o.xField,o.yField);return{general:{valueField:null==a?void 0:a.value}}}),t.config=["size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition",{configType:"select",name:"labelType",title:RD("Label type"),defaultValue:1,options:[{label:RD("Category name"),value:1},{label:RD("Value"),value:2},{label:RD("Percentage"),value:3},{label:"".concat(RD("Category name")," + ").concat(RD("Value")),value:4},{label:"".concat(RD("Category name")," + ").concat(RD("Percentage")),value:5},{label:"".concat(RD("Value")," + ").concat(RD("Percentage")),value:6},{label:"".concat(RD("Category name")," + ").concat(RD("Value")," + ").concat(RD("Percentage")),value:7},{label:RD("Hidden"),value:0}]},{configType:"select",name:"labelPosition",title:RD("Label position"),defaultValue:"inside",options:[{label:RD("Outside"),value:"outside"},{label:RD("Inside"),value:"inside"}]},{configType:"boolean",name:"showLabelLine",title:RD("Show label line"),defaultValue:!1},{funnelSize:{title:RD("Funnel size (min, max)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{placeholder:RD("Min"),allowClear:!1},default:"0%"},max:{"x-component":"Input","x-component-props":{placeholder:RD("Max"),allowClear:!1},default:"100%"}}}},"padding"],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&R9(n,t),e=[{key:"getProps",value:function(t){var e,n,i=t.data,r=t.general,o=(t.advanced,t.fieldProps),a=r.valueField,s=r.labelType,l=r.showLabelLine,u=r.labelPosition,c=r.funnelSize,h=!0;switch(Number(s)){case 0:h=!1;break;case 1:n="{b}";break;case 2:n="{@".concat(a,"}");break;case 3:n="{d}%";break;case 4:n="{b} {@".concat(a,"}");break;case 5:n="{b} {d}%";break;case 6:n="{@".concat(a,"} {d}%");break;case 7:n="{b}\n{@".concat(a,"} {d}%")}var d=c||{},p=d.min,f=d.max;return R4({legend:R4({},this.getLegendOptions(r)),tooltip:{},dataset:[{source:i},{transform:{type:"data-visualization:transform",config:{fieldProps:o}}}],series:R4({name:null==(e=o[a])?void 0:e.label,datasetIndex:1,label:{position:u,show:h,formatter:n},labelLine:{show:l},minSize:p||"0%",maxSize:f||"100%"},this.series)},this.getBasicOptions({general:r}))}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function R8(t,e,n){return(R8="u">typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Nt(t)););return t}(t,e);if(i){var r=Object.getOwnPropertyDescriptor(i,e);return r.get?r.get.call(n||t):r.value}})(t,e,n||t)}function Nt(t){return(Nt=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Ne(t,e){return(Ne=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nn(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nn=function(){return!!t})()}var Ni=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return t=n,e=[{name:"line",title:RD("Line"),series:{type:"line"},config:["smooth","isStack",{configType:"select",name:"symbol",title:RD("Symbol"),defaultValue:"circle",options:[{label:RD("None"),value:"none"},{label:"●",value:"circle"},{label:"◯",value:"emptyCircle"},{label:"◼",value:"rect"},{label:"▢",value:"emptyRect"},{label:"▲",value:"triangle"},{label:"△",value:"emptyTriangle"},{label:"◆",value:"diamond"},{label:"◇",value:"emptyDiamond"}]}]}],t=Nt(t),function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,Nn()?Reflect.construct(t,e||[],Nt(this).constructor):t.apply(this,e))}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Ne(n,t),e=[{key:"getProps",value:function(t){var e=t.data,i=t.general,r=t.advanced,o=t.fieldProps,a=i.symbol,s=R8(Nt(n.prototype),"getProps",this).call(this,{data:e,general:i,advanced:r,fieldProps:o});return s.series=s.series.map(function(t){return function(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){var i;i=n[e],e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i})}return t}({symbol:a},t)}),s}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function Nr(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function No(t){return(No=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Na(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){Nr(t,e,n[e])})}return t}function Ns(t,e){return(Ns=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nl(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nl=function(){return!!t})()}var Nu=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"pie",title:RD("Pie"),series:{type:"pie"}}],e=No(e),Nr(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,Nl()?Reflect.construct(e,i||[],No(this).constructor):e.apply(this,i)),"init",function(e,n){var i=n.measures,r=n.dimensions,o=t.infer(e,{measures:i,dimensions:r}),a=o.xField,s=o.yField;return{general:{colorField:null==a?void 0:a.value,angleField:null==s?void 0:s.value}}}),t.config=[{configType:"field",name:"angleField",title:RD("angleField"),required:!0},{configType:"field",name:"colorField",title:RD("colorField"),required:!0},"size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition",{configType:"select",name:"labelType",title:RD("Label type"),defaultValue:1,options:[{label:RD("Category name"),value:1},{label:RD("Value"),value:2},{label:RD("Percentage"),value:3},{label:"".concat(RD("Category name")," + ").concat(RD("Value")),value:4},{label:"".concat(RD("Category name")," + ").concat(RD("Percentage")),value:5},{label:"".concat(RD("Value")," + ").concat(RD("Percentage")),value:6},{label:"".concat(RD("Category name")," + ").concat(RD("Value")," + ").concat(RD("Percentage")),value:7},{label:RD("Hidden"),value:0}]},{configType:"boolean",name:"showLabelLine",title:RD("Show label line"),defaultValue:!0},{configType:"select",name:"labelPosition",title:RD("Label position"),defaultValue:"outside",options:[{label:RD("Outside"),value:"outside"},{label:RD("Inside"),value:"inside"},{label:RD("Center"),value:"center"}]},{outterRadius:{title:RD("Outter radius"),type:"number","x-decorator":"FormItem","x-component":"Slider",default:100,"x-component-props":{min:0,max:100}}},{innerRadius:{title:RD("Inner radius"),type:"number","x-decorator":"FormItem","x-component":"Slider","x-component-props":{min:0,max:100}}},{center:{title:RD("Center coordinates"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{horizontal:{"x-component":"Input","x-component-props":{placeholder:RD("Abscissa"),allowClear:!1}},vertical:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Ordinate")}}}}},"colors"],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Ns(n,t),e=[{key:"getProps",value:function(t){var e,n,i=t.data,r=t.general,o=(t.advanced,t.fieldProps),a=r.colorField,s=r.angleField,l=r.labelType,u=r.labelPosition,c=r.showLabelLine,h=r.innerRadius,d=r.outterRadius,p=r.colors,f=r.center,g=!0;switch(Number(l)){case 0:g=!1;break;case 1:n="{b}";break;case 2:n="{@".concat(s,"}");break;case 3:n="{d}%";break;case 4:n="{b} {@".concat(s,"}");break;case 5:n="{b} {d}%";break;case 6:n="{@".concat(s,"} {d}%");break;case 7:n="{b}\n{@".concat(s,"} {d}%")}var y=f||{},m=y.horizontal,v=y.vertical,x=Na({legend:Na({},this.getLegendOptions(r)),tooltip:{},dataset:[{dimensions:[a,s],source:i},{transform:{type:"data-visualization:transform",config:{fieldProps:o}}}],series:Na({name:null==(e=o[s])?void 0:e.label,datasetIndex:1,label:{show:"center"!==u&&g,formatter:n,position:u},emphasis:{label:{show:!0}},labelLine:{show:c},radius:[Math.round(.75*(void 0===h?0:h))+"%",Math.round(.75*(void 0===d?100:d))+"%"],center:[m||"50%",v||"50%"]},this.series)},this.getBasicOptions({general:r})),b=(null==p?void 0:p.filter(function(t){return t}))||[];return b.length&&(x.color=b),x}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function Nc(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Nh(t){return(Nh=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nd(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){Nc(t,e,n[e])})}return t}function Np(t,e){return(Np=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nf(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nf=function(){return!!t})()}var Ng=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"radar",title:RD("Radar"),series:{type:"radar"}}],e=Nh(e),Nc(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,Nf()?Reflect.construct(e,i||[],Nh(this).constructor):e.apply(this,i)),"init",function(e,n){var i=n.measures,r=n.dimensions,o=t.infer(e,{measures:i,dimensions:r}),a=o.xField,s=o.yFields,l=o.yField;return{general:{yField:null==l?void 0:l.value,yFields:s.map(function(t){return null==t?void 0:t.value}),xField:null==a?void 0:a.value}}}),t.config=[{configType:"radio",name:"variableType",defaultValue:"dimension",options:[{label:RD("Use dimensions as variables"),value:"dimension"},{label:RD("Use measures as variables"),value:"measure"}]},"size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition",{configType:"select",name:"shape",title:RD("Shape"),defaultValue:"polygon",options:[{label:RD("Polygon"),value:"polygon"},{label:RD("Circle"),value:"circle"}]},{range:{title:RD("Range"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Min")}},max:{"x-component":"Input","x-component-props":{placeholder:RD("Max"),allowClear:!1}}}}},{configType:"input",name:"radius",title:RD("Radius")},{center:{title:RD("Center coordinates"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{horizontal:{"x-component":"Input","x-component-props":{placeholder:RD("Abscissa"),allowClear:!1}},vertical:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RD("Ordinate")}}}}}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Np(n,t),e=[{key:"getProps",value:function(t){var e=t.data,n=t.general,i=(t.advanced,t.fieldProps),r=n.size,o=n.lightTheme,a=n.darkTheme,s=n.showLegend,l=n.variableType,u=n.xField,c=n.yFields,h=n.shape,d=n.radius,p=n.center,f=n.range,g=[];"dimension"===l?(g=Array.from(new Set(e.map(function(t){return t[u]}))).map(function(t){return t||"null"}),e=c.map(function(t){var n;return{name:null==(n=i[t])?void 0:n.label,value:e.map(function(e){return e[t]})}})):(g=c.map(function(t){var e;return null==(e=i[t])?void 0:e.label}),e=e.map(function(t){return{name:t[u]||"null",value:c.map(function(e){return t[e]})}}));var y=p||{},m=y.horizontal,v=y.vertical,x=f||{},b=x.max,_=x.min;return{legend:Nd({},this.getLegendOptions(n)),tooltip:{},radar:{shape:h,indicator:g.map(function(t,e){var n={name:t,axisLabel:{show:0===e}};return b&&(n.max=b),_&&(n.min=_),n}),radius:d||"90%",center:[m||"50%",v||(s?"65%":"50%")]},series:Nd({data:e},this.series),animation:!1,size:r,lightTheme:o,darkTheme:a}}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);gZ([va,Oj]),gZ(vn),mO({type:"series.wordCloud",visualStyleAccessPath:"textStyle",visualStyleMapper:function(t){return{fill:t.get("color")}},visualDrawType:"fill",optionUpdated:function(){var t=this.option;t.gridSize=Math.max(Math.floor(t.gridSize),4)},getInitialData:function(t,e){var n=new yi(yr(t.data,{coordDimensions:["value"]}),this);return n.initData(t.data),n},defaultOption:{maskImage:null,shape:"circle",keepAspect:!1,left:"center",top:"center",width:"70%",height:"80%",sizeRange:[12,60],rotationRange:[-90,90],rotationStep:45,gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,textStyle:{fontWeight:"normal"}}}),mR({type:"wordCloud",render:function(t,e,n){var i=this.group;i.removeAll();var r=t.getData(),o=t.get("gridSize");t.layoutInstance.ondraw=function(e,n,a,s){var l=r.getItemModel(a),u=new sE({style:mo(l.getModel("textStyle")),scaleX:1/s.info.mu,scaleY:1/s.info.mu,x:(s.gx+s.info.gw/2)*o,y:(s.gy+s.info.gh/2)*o,rotation:s.rot});u.setStyle({x:s.info.fillTextOffsetX,y:s.info.fillTextOffsetY+.5*n,text:e,verticalAlign:"middle",fill:r.getItemVisual(a,"style").fill,fontSize:n}),i.add(u),r.setItemGraphicEl(a,u),u.ensureState("emphasis").style=mo(l.getModel(["emphasis","textStyle"]),{state:"emphasis"}),u.ensureState("blur").style=mo(l.getModel(["blur","textStyle"]),{state:"blur"}),lu(u,l.get(["emphasis","focus"]),l.get(["emphasis","blurScope"])),u.stateTransition={duration:t.get("animation")?t.get(["stateAnimation","duration"]):0,easing:t.get(["stateAnimation","easing"])},u.__highDownDispatcher=!0},this._model=t},remove:function(){this.group.removeAll(),this._model.layoutInstance.dispose()},dispose:function(){this._model.layoutInstance.dispose()}}),window.setImmediate||(window.setImmediate=window.msSetImmediate||window.webkitSetImmediate||window.mozSetImmediate||window.oSetImmediate||function(){if(!window.postMessage||!window.addEventListener)return null;var t=[void 0],e="zero-timeout-message";return window.addEventListener("message",function(n){if("string"==typeof n.data&&n.data.substr(0,e.length)===e){n.stopImmediatePropagation();var i=parseInt(n.data.substr(e.length),36);t[i]&&(t[i](),t[i]=void 0)}},!0),window.clearImmediate=function(e){t[e]&&(t[e]=void 0)},function(n){var i=t.length;return t.push(n),window.postMessage(e+i.toString(36),"*"),i}}()||function(t){window.setTimeout(t,0)}),window.clearImmediate||(window.clearImmediate=window.msClearImmediate||window.webkitClearImmediate||window.mozClearImmediate||window.oClearImmediate||function(t){window.clearTimeout(t)});var Ny=function(){var t=document.createElement("canvas");if(!t||!t.getContext)return!1;var e=t.getContext("2d");return!!e&&!!e.getImageData&&!!e.fillText&&!!Array.prototype.some&&!!Array.prototype.push}(),Nm=function(){if(Ny){for(var t,e,n=document.createElement("canvas").getContext("2d"),i=20;i;){if(n.font=i.toString(10)+"px sans-serif",n.measureText("W").width===t&&n.measureText("m").width===e)return i+1;t=n.measureText("W").width,e=n.measureText("m").width,i--}return 0}}(),Nv=function(t){if(!Array.isArray(t))return[];var e=t.slice();return e.splice(0,2),e},Nx=function(t){for(var e,n,i=t.length;i;)e=Math.floor(Math.random()*i),n=t[--i],t[i]=t[e],t[e]=n;return t},Nb={},N_=function(t,e){if(Ny){var n,i,r,o,a,s,l,u,c,h=Math.floor(Math.random()*Date.now());Array.isArray(t)||(t=[t]),t.forEach(function(e,n){if("string"==typeof e){if(t[n]=document.getElementById(e),!t[n])throw Error("The element id specified is not found.")}else if(!e.tagName&&!e.appendChild)throw Error("You must pass valid HTML elements, or ID of the element.")});var d={list:[],fontFamily:'"Trebuchet MS", "Heiti TC", "微軟正黑體", "Arial Unicode MS", "Droid Fallback Sans", sans-serif',fontWeight:"normal",color:"random-dark",minSize:0,weightFactor:1,clearCanvas:!0,backgroundColor:"#fff",gridSize:8,drawOutOfBound:!1,shrinkToFit:!1,origin:null,drawMask:!1,maskColor:"rgba(255,0,0,0.3)",maskGapWidth:.3,layoutAnimation:!0,wait:0,abortThreshold:0,abort:function(){},minRotation:-Math.PI/2,maxRotation:Math.PI/2,rotationStep:.1,shuffle:!0,rotateRatio:.1,shape:"circle",ellipticity:.65,classes:null,hover:null,click:null};if(e)for(var p in e)p in d&&(d[p]=e[p]);if("function"!=typeof d.weightFactor){var f=d.weightFactor;d.weightFactor=function(t){return t*f}}if("function"!=typeof d.shape)switch(d.shape){case"circle":default:d.shape="circle";break;case"cardioid":d.shape=function(t){return 1-Math.sin(t)};break;case"diamond":d.shape=function(t){var e=t%(2*Math.PI/4);return 1/(Math.cos(e)+Math.sin(e))};break;case"square":d.shape=function(t){return Math.min(1/Math.abs(Math.cos(t)),1/Math.abs(Math.sin(t)))};break;case"triangle-forward":d.shape=function(t){var e=t%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"triangle":case"triangle-upright":d.shape=function(t){var e=(t+3*Math.PI/2)%(2*Math.PI/3);return 1/(Math.cos(e)+Math.sqrt(3)*Math.sin(e))};break;case"pentagon":d.shape=function(t){var e=(t+.955)%(2*Math.PI/5);return 1/(Math.cos(e)+.726543*Math.sin(e))};break;case"star":d.shape=function(t){var e=(t+.955)%(2*Math.PI/10);return(t+.955)%(2*Math.PI/5)-2*Math.PI/10>=0?1/(Math.cos(2*Math.PI/10-e)+3.07768*Math.sin(2*Math.PI/10-e)):1/(Math.cos(e)+3.07768*Math.sin(e))}}d.gridSize=Math.max(Math.floor(d.gridSize),4);var g=d.gridSize,y=g-d.maskGapWidth,m=Math.abs(d.maxRotation-d.minRotation),v=Math.min(d.maxRotation,d.minRotation),x=d.rotationStep;switch(d.color){case"random-dark":l=function(){return z(10,50)};break;case"random-light":l=function(){return z(50,90)};break;default:"function"==typeof d.color&&(l=d.color)}"function"==typeof d.fontWeight&&(u=d.fontWeight);var b=null;"function"==typeof d.classes&&(b=d.classes);var _=!1,S=[],w=function(t){var e,n,i=t.currentTarget,r=i.getBoundingClientRect();t.touches?(e=t.touches[0].clientX,n=t.touches[0].clientY):(e=t.clientX,n=t.clientY);var o=e-r.left,a=n-r.top,s=Math.floor(o*(i.width/r.width||1)/g),l=Math.floor(a*(i.height/r.height||1)/g);return S[s]?S[s][l]:null},M=function(t){var e=w(t);if(c!==e){if(c=e,!e)return void d.hover(void 0,void 0,t);d.hover(e.item,e.dimension,t)}},C=function(t){var e=w(t);e&&(d.click(e.item,e.dimension,t),t.preventDefault())},I=[],T=function(t){if(I[t])return I[t];var e=8*t,n=e,i=[];for(0===t&&i.push([o[0],o[1],0]);n--;){var r=1;"circle"!==d.shape&&(r=d.shape(n/e*2*Math.PI)),i.push([o[0]+t*r*Math.cos(-n/e*2*Math.PI),o[1]+t*r*Math.sin(-n/e*2*Math.PI)*d.ellipticity,n/e*2*Math.PI])}return I[t]=i,i},A=function(){return d.abortThreshold>0&&new Date().getTime()-s>d.abortThreshold},D=function(t,e,n,i){var r,o,a,s,l=d.weightFactor(e);if(l<=d.minSize)return!1;var c=1;l<Nm&&(c=function(){for(var t=2;t*l<Nm;)t+=2;return t}()),r=u?u(t,e,l,i):d.fontWeight;var h=document.createElement("canvas"),p=h.getContext("2d",{willReadFrequently:!0});p.font=r+" "+(l*c).toString(10)+"px "+d.fontFamily;var f=p.measureText(t).width/c,y=Math.max(l*c,p.measureText("m").width,p.measureText("W").width)/c,m=f+2*y,v=3*y,x=Math.ceil(m/g),b=Math.ceil(v/g),_=-f/2,S=-(.4*y),w=Math.ceil(((m=x*g)*Math.abs(Math.sin(n))+(v=b*g)*Math.abs(Math.cos(n)))/g),M=Math.ceil((m*Math.abs(Math.cos(n))+v*Math.abs(Math.sin(n)))/g),C=M*g,I=w*g;h.setAttribute("width",C),h.setAttribute("height",I),p.scale(1/c,1/c),p.translate(C*c/2,I*c/2),p.rotate(-n),p.font=r+" "+(l*c).toString(10)+"px "+d.fontFamily,p.fillStyle="#000",p.textBaseline="middle",p.fillText(t,_*c,(S+.5*l)*c);var T=p.getImageData(0,0,C,I).data;if(A())return!1;for(var D=[],k=M,L=[w/2,M/2,w/2,M/2];k--;)for(o=w;o--;){s=g;i:for(;s--;)for(a=g;a--;)if(T[((o*g+s)*C+(k*g+a))*4+3]){D.push([k,o]),k<L[3]&&(L[3]=k),k>L[1]&&(L[1]=k),o<L[0]&&(L[0]=o),o>L[2]&&(L[2]=o);break i}}return{mu:c,occupied:D,bounds:L,gw:M,gh:w,fillTextOffsetX:_,fillTextOffsetY:S,fillTextWidth:f,fillTextHeight:y,fontSize:l}},k=function(t,e,o,a,s){for(var l=s.length;l--;){var u=t+s[l][0],c=e+s[l][1];if(u>=i||c>=r||u<0||c<0){if(!d.drawOutOfBound)return!1;continue}if(!n[u][c])return!1}return!0},L=function(e,n,i,r,o,a,s,c,h,p){var f,y,m,v=i.fontSize;f=l?l(r,o,v,a,s,p):d.color,y=u?u(r,o,v,p):d.fontWeight,m=b?b(r,o,v,p):d.classes,t.forEach(function(t){if(t.getContext){var o=t.getContext("2d"),a=i.mu;o.save(),o.scale(1/a,1/a),o.font=y+" "+(v*a).toString(10)+"px "+d.fontFamily,o.fillStyle=f,o.translate((e+i.gw/2)*g*a,(n+i.gh/2)*g*a),0!==c&&o.rotate(-c),o.textBaseline="middle",o.fillText(r,i.fillTextOffsetX*a,(i.fillTextOffsetY+.5*v)*a),o.restore()}else{var s=document.createElement("span"),l="";l="rotate("+-c/Math.PI*180+"deg) ",1!==i.mu&&(l+="translateX(-"+i.fillTextWidth/4+"px) scale("+1/i.mu+")");var u={position:"absolute",display:"block",font:y+" "+v*i.mu+"px "+d.fontFamily,left:(e+i.gw/2)*g+i.fillTextOffsetX+"px",top:(n+i.gh/2)*g+i.fillTextOffsetY+"px",width:i.fillTextWidth+"px",height:i.fillTextHeight+"px",lineHeight:v+"px",whiteSpace:"nowrap",transform:l,webkitTransform:l,msTransform:l,transformOrigin:"50% 40%",webkitTransformOrigin:"50% 40%",msTransformOrigin:"50% 40%"};for(var p in f&&(u.color=f),s.textContent=r,u)s.style[p]=u[p];if(h)for(var x in h)s.setAttribute(x,h[x]);m&&(s.className+=m),t.appendChild(s)}})},P=function(e,o,a,s,l){e>=i||o>=r||e<0||o<0||(n[e][o]=!1,a&&t[0].getContext("2d").fillRect(e*g,o*g,y,y),_&&(S[e][o]={item:l,dimension:s}))},O=function(e,n,o,a,s,l){var u,c,h=s.occupied,p=d.drawMask;if(p&&((u=t[0].getContext("2d")).save(),u.fillStyle=d.maskColor),_){var f=s.bounds;c={x:(e+f[3])*g,y:(n+f[0])*g,w:(f[1]-f[3]+1)*g,h:(f[2]-f[0]+1)*g}}for(var y=h.length;y--;){var m=e+h[y][0],v=n+h[y][1];m>=i||v>=r||m<0||v<0||P(m,v,p,c,l)}p&&u.restore()},R=function t(e,n){if(n>20)return null;Array.isArray(e)?(o=e[0],s=e[1]):(o=e.word,s=e.weight,l=e.attributes);var o,s,l,u=0===d.rotateRatio||Math.random()>d.rotateRatio?0:0===m?v:v+Math.round(Math.random()*m/x)*x,c=Nv(e),h=D(o,s,u,c);if(!h||A())return!1;if(!d.drawOutOfBound&&!d.shrinkToFit){var p=h.bounds;if(p[1]-p[3]+1>i||p[2]-p[0]+1>r)return!1}for(var f=a+1;f--;){var g=T(a-f);d.shuffle&&Nx(g=[].concat(g));for(var y=0;y<g.length;y++){var b=function(t){var n=Math.floor(t[0]-h.gw/2),i=Math.floor(t[1]-h.gh/2),r=h.gw,d=h.gh;return!!k(n,i,r,d,h.occupied)&&(L(n,i,h,o,s,a-f,t[2],u,l,c),O(n,i,r,d,h,e),{gx:n,gy:i,rot:u,info:h})}(g[y]);if(b)return b}}return d.shrinkToFit?(Array.isArray(e)?e[1]=3*e[1]/4:e.weight=3*e.weight/4,t(e,n+1)):null},N=function(e,n,i){if(n)return!t.some(function(t){var n=new CustomEvent(e,{detail:i||{}});return!t.dispatchEvent(n)},this);t.forEach(function(t){var n=new CustomEvent(e,{detail:i||{}});t.dispatchEvent(n)},this)};!function(){var e,l,u=t[0];if(u.getContext)i=Math.ceil(u.width/g),r=Math.ceil(u.height/g);else{var p=u.getBoundingClientRect();i=Math.ceil(p.width/g),r=Math.ceil(p.height/g)}if(N("wordcloudstart",!0)){if(o=d.origin?[d.origin[0]/g,d.origin[1]/g]:[i/2,r/2],a=Math.floor(Math.sqrt(i*i+r*r)),n=[],!u.getContext||d.clearCanvas)for(t.forEach(function(t){if(t.getContext){var e=t.getContext("2d");e.fillStyle=d.backgroundColor,e.clearRect(0,0,i*(g+1),r*(g+1)),e.fillRect(0,0,i*(g+1),r*(g+1))}else t.textContent="",t.style.backgroundColor=d.backgroundColor,t.style.position="relative"}),f=i;f--;)for(n[f]=[],y=r;y--;)n[f][y]=!0;else{var f,y,m,v,x,b=document.createElement("canvas").getContext("2d");b.fillStyle=d.backgroundColor,b.fillRect(0,0,1,1);var w=b.getImageData(0,0,1,1).data,I=u.getContext("2d").getImageData(0,0,i*g,r*g).data;for(f=i;f--;)for(n[f]=[],y=r;y--;){x=g;i:for(;x--;)for(v=g;v--;)for(m=4;m--;)if(I[((y*g+x)*i*g+(f*g+v))*4+m]!==w[m]){n[f][y]=!1;break i}!1!==n[f][y]&&(n[f][y]=!0)}I=b=w=void 0}if(d.hover||d.click){for(_=!0,f=i+1;f--;)S[f]=[];d.hover&&u.addEventListener("mousemove",M),d.click&&(u.addEventListener("click",C),u.addEventListener("touchstart",C),u.addEventListener("touchend",function(t){t.preventDefault()}),u.style.webkitTapHighlightColor="rgba(0, 0, 0, 0)"),u.addEventListener("wordcloudstart",function t(){u.removeEventListener("wordcloudstart",t),u.removeEventListener("mousemove",M),u.removeEventListener("click",C),c=void 0})}m=0;var T=!0;d.layoutAnimation?0!==d.wait?(e=window.setTimeout,l=window.clearTimeout):(e=window.setImmediate,l=window.clearImmediate):(e=function(t){t()},l=function(){T=!1});var D=function(e,n){t.forEach(function(t){t.removeEventListener(e,n)},this)},k=function t(){D("wordcloudstart",t),l(Nb[h])};!function(e,n){t.forEach(function(t){t.addEventListener(e,n)},this)}("wordcloudstart",k),Nb[h]=(d.layoutAnimation?e:setTimeout)(function t(){if(T){if(m>=d.list.length){l(Nb[h]),N("wordcloudstop",!1),D("wordcloudstart",k),delete Nb[h];return}s=new Date().getTime();var n=R(d.list[m],0),i=!N("wordclouddrawn",!0,{item:d.list[m],drawn:n});if(A()||i){l(Nb[h]),d.abort(),N("wordcloudabort",!1),N("wordcloudstop",!1),D("wordcloudstart",k);return}m++,Nb[h]=e(t,d.wait)}},d.wait)}}()}function z(t,e){return"hsl("+(360*Math.random()).toFixed()+","+(30*Math.random()+70).toFixed()+"%,"+(Math.random()*(e-t)+t).toFixed()+"%)"}};if(N_.isSupported=Ny,N_.minFontSize=Nm,!N_.isSupported)throw Error("Sorry your browser not support wordCloud");gz(function(t,e){t.eachSeriesByType("wordCloud",function(n){var i,r,o,a,s=uB(n.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()}),l=n.get("keepAspect"),u=n.get("maskImage"),c=u?u.width/u.height:1;l&&(i=s,r=c,o=i.width,o>(a=i.height)*r?(i.x+=(o-a*r)/2,i.width=a*r):(i.y+=(a-o/r)/2,i.height=o/r));var h=n.getData(),d=document.createElement("canvas");d.width=s.width,d.height=s.height;var p=d.getContext("2d");if(u)try{p.drawImage(u,0,0,d.width,d.height),function(t){for(var e=t.getContext("2d"),n=e.getImageData(0,0,t.width,t.height),i=e.createImageData(n),r=0,o=0,a=0;a<n.data.length;a+=4){var s=n.data[a+3];if(s>128){var l=n.data[a]+n.data[a+1]+n.data[a+2];r+=l,++o}}for(var u=r/o,a=0;a<n.data.length;a+=4){var l=n.data[a]+n.data[a+1]+n.data[a+2],s=n.data[a+3];s<128||l>u?(i.data[a]=0,i.data[a+1]=0,i.data[a+2]=0,i.data[a+3]=0):(i.data[a]=255,i.data[a+1]=255,i.data[a+2]=255,i.data[a+3]=255)}e.putImageData(i,0,0)}(d)}catch(t){console.error("Invalid mask image"),console.error(t.toString())}var f=n.get("sizeRange"),g=n.get("rotationRange"),y=h.getDataExtent("value"),m=Math.PI/180,v=n.get("gridSize");function x(t){var e=t.detail.item;t.detail.drawn&&n.layoutInstance.ondraw&&(t.detail.drawn.gx+=s.x/v,t.detail.drawn.gy+=s.y/v,n.layoutInstance.ondraw(e[0],e[1],e[2],t.detail.drawn))}N_(d,{list:h.mapArray("value",function(t,e){var n=h.getItemModel(e);return[h.getName(e),n.get("textStyle.fontSize",!0)||ou(t,y,f),e]}).sort(function(t,e){return e[1]-t[1]}),fontFamily:n.get("textStyle.fontFamily")||n.get("emphasis.textStyle.fontFamily")||t.get("textStyle.fontFamily"),fontWeight:n.get("textStyle.fontWeight")||n.get("emphasis.textStyle.fontWeight")||t.get("textStyle.fontWeight"),gridSize:v,ellipticity:s.height/s.width,minRotation:g[0]*m,maxRotation:g[1]*m,clearCanvas:!u,rotateRatio:1,rotationStep:n.get("rotationStep")*m,drawOutOfBound:n.get("drawOutOfBound"),shrinkToFit:n.get("shrinkToFit"),layoutAnimation:n.get("layoutAnimation"),shuffle:!1,shape:n.get("shape")}),d.addEventListener("wordclouddrawn",x),n.layoutInstance&&n.layoutInstance.dispose(),n.layoutInstance={ondraw:null,dispose:function(){d.removeEventListener("wordclouddrawn",x),d.addEventListener("wordclouddrawn",function(t){t.preventDefault()})}}})}),gA(function(t){var e=(t||{}).series;ee(e)||(e=e?[e]:[]);var n=["shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function i(t){t&&t3(n,function(e){t.hasOwnProperty(e)&&(t["text"+uL(e)]=t[e])})}t3(e,function(t){if(t&&"wordCloud"===t.type){var e=t.textStyle||{};i(e.normal),i(e.emphasis)}})});function NS(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Nw(t){return(Nw=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function NM(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){NS(t,e,n[e])})}return t}function NC(t,e){return(NC=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function NI(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NI=function(){return!!t})()}var NT=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"wordCloud",title:RD("Word cloud"),series:{type:"wordCloud"}}],e=Nw(e),NS(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,NI()?Reflect.construct(e,i||[],Nw(this).constructor):e.apply(this,i)),"init",function(e,n){var i=n.measures,r=n.dimensions,o=t.infer(e,{measures:i,dimensions:r}),a=o.xField,s=o.yField;return{general:{xField:null==a?void 0:a.value,yField:null==s?void 0:s.value}}}),t.config=["size",{configType:"select",name:"shape",title:RD("Shape"),defaultValue:"square",options:[{label:RD("Square"),value:"square"},{label:RD("Circle"),value:"circle"},{label:RD("Cardioid"),value:"cardioid"},{label:RD("Triangle"),value:"triangle"},{label:RD("Triangle forward"),value:"triangle-forward"},{label:RD("Pentagon"),value:"pentagon"},{label:RD("Star"),value:"star"}]}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&NC(n,t),e=[{key:"getProps",value:function(t){var e=t.data,n=t.general;t.advanced,t.fieldProps;var i=n.xField,r=n.yField,o=n.shape;return NM({tooltip:{},series:NM({shape:void 0===o?"square":o,keepAspect:!1,data:e.filter(function(t){return t[r]}).map(function(t){return{name:t[i],value:t[r]}}),textStyle:{fontFamily:"sans-serif",fontWeight:"bold",color:function(){return"rgb("+[Math.round(160*Math.random()),Math.round(160*Math.random()),Math.round(160*Math.random())].join(",")+")"}},emphasis:{focus:"self"},shrinkToFit:!0},this.series)},this.getBasicOptions({general:n}))}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function NA(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function ND(t){return(ND=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nk(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){NA(t,e,n[e])})}return t}function NL(t,e){return(NL=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function NP(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NP=function(){return!!t})()}var NO=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"treemap",title:RD("Treemap"),series:{type:"treemap"}}],e=ND(e),NA(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,NP()?Reflect.construct(e,i||[],ND(this).constructor):e.apply(this,i)),"init",function(e,n){var i=n.measures,r=n.dimensions,o=t.infer(e,{measures:i,dimensions:r}),a=o.xField,s=o.yField;return{general:{xField:null==a?void 0:a.value,yField:null==s?void 0:s.value}}}),t.config=["size","lightTheme","darkTheme","labelType"],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&NL(n,t),e=[{key:"getProps",value:function(t){var e,n,i=t.data,r=t.general,o=(t.advanced,t.fieldProps);r.showLegend;var a=r.labelType,s=r.showLabelLine,l=r.labelPosition,u=r.xField,c=r.yField,h=!0;switch(Number(a)){case 0:h=!1;break;case 1:n="{@".concat(c,"}");break;case 2:n="{b}";break;case 3:n="{b} {@".concat(c,"}")}return i=i.map(function(t){return{name:t[u],value:t[c]}}),Nk({legend:{show:!1},tooltip:{},series:Nk({name:null==(e=o[c])?void 0:e.label,data:i,label:{position:l,show:h,formatter:n},labelLine:{show:s}},this.series)},this.getBasicOptions({general:r}))}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);function NR(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function NN(t){return(NN=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nz(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{},i=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(i=i.concat(Object.getOwnPropertySymbols(n).filter(function(t){return Object.getOwnPropertyDescriptor(n,t).enumerable}))),i.forEach(function(e){NR(t,e,n[e])})}return t}function NE(t,e){return(NE=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function NB(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NB=function(){return!!t})()}var NV=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"diverging-bar",title:RD("Diverging bar")}],e=NN(e),NR(t=function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,NB()?Reflect.construct(e,i||[],NN(this).constructor):e.apply(this,i)),"init",function(e,n){var i,r,o=n.measures,a=n.dimensions,s=t.infer(e,{measures:o,dimensions:a}),l=s.xField,u=s.yFields;return{general:{yField:null==l?void 0:l.value,leftXField:null==(i=u[0])?void 0:i.value,rightXField:null==(r=u[1])?void 0:r.value}}}),t.config=[{configType:"field",name:"leftXField",title:RD("Left X field")},{configType:"field",name:"rightXField",title:RD("Right X field")},{configType:"field",name:"yField",title:RD("yField")},"size","lightTheme","darkTheme","showLegend",{configType:"labelType",defaultValue:0},"colors",{configType:"axisLabelRotate",name:"yAxisLabelRotate",title:RD("Y-Axis label rotate")},"padding",{configType:"splitLine",defaultValue:"x"}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&NE(n,t),e=[{key:"getProps",value:function(t){var e,n,i,r,o,a,s=t.data,l=t.general,u=(t.advanced,t.fieldProps),c=l.yField,h=l.leftXField,d=l.rightXField,p=l.splitLine,f=l.padding,g=l.showLegend,y=l.labelType,m=l.colors,v=l.yAxisLabelRotate,x=null==(i=u[h])?void 0:i.label,b=null==(r=u[d])?void 0:r.label,_={show:(null==p?void 0:p.type)==="x"||(null==p?void 0:p.type)==="xy",lineStyle:{type:null==p?void 0:p.style}},S={show:(null==p?void 0:p.type)==="y"||(null==p?void 0:p.type)==="xy",lineStyle:{type:null==p?void 0:p.style}},w=f||{},M=w.left,C=w.right,I=w.bottom,T=w.top,A=(e=Nz({legend:{show:g,data:[x,b]},tooltip:{trigger:"axis",axisPointer:{type:"shadow"}},xAxis:[{name:x,nameLocation:"middle",nameGap:30,type:"value",position:"bottom",inverse:!0,gridIndex:0,splitLine:_},{name:b,nameLocation:"middle",nameGap:30,type:"value",position:"bottom",gridIndex:1,splitLine:_}],yAxis:[{type:"category",gridIndex:0,axisTick:{show:!1},data:s.map(function(t){return t[c]}),splitLine:S,axisLabel:{rotate:void 0===v?0:v}},{type:"category",gridIndex:1,axisTick:{show:!1},axisLabel:{show:!1},data:s.map(function(t){return t[c]}),splitLine:S}],series:[{name:(null==(o=u[h])?void 0:o.label)||h,type:"bar",xAxisIndex:0,yAxisIndex:0,data:s.map(function(t){return t[h]}),label:Nz({},this.getLabelOptions({labelType:y,series:h}))},{name:(null==(a=u[d])?void 0:a.label)||b,type:"bar",xAxisIndex:1,yAxisIndex:1,data:s.map(function(t){return t[d]}),label:Nz({},this.getLabelOptions({labelType:y,series:d}))}]},this.getBasicOptions({general:l})),n=n={grid:[{top:T||"60",left:M||"5%",right:"50%",bottom:I||"10%"},{top:T||"60",left:"50%",right:C||"5%",bottom:I||"10%"}]},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):(function(t){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e.push.apply(e,n)}return e})(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}),e),D=(null==m?void 0:m.filter(function(t){return t}))||[];return D.length&&(A.color=D),A}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(RF);RF.registerTheme("walden",{color:["#3fb1e3","#6be6c1","#626c91","#a0a7e6","#c4ebad","#96dee8"],backgroundColor:"rgba(252,252,252,0)",textStyle:{},title:{textStyle:{color:"#666666"},subtextStyle:{color:"#999999"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#e6a0d2",color0:"transparent",borderColor:"#e6a0d2",borderColor0:"#3fb1e3",borderWidth:"2"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:"1",color:"#cccccc"},symbolSize:"8",symbol:"emptyCircle",smooth:!1,color:["#3fb1e3","#6be6c1","#626c91","#a0a7e6","#c4ebad","#96dee8"],label:{color:"#ffffff"}},map:{itemStyle:{areaColor:"#eeeeee",borderColor:"#aaaaaa",borderWidth:.5},label:{color:"#ffffff"},emphasis:{itemStyle:{areaColor:"rgba(63,177,227,0.25)",borderColor:"#3fb1e3",borderWidth:1},label:{color:"#3fb1e3"}}},geo:{itemStyle:{areaColor:"#eeeeee",borderColor:"#aaaaaa",borderWidth:.5},label:{color:"#ffffff"},emphasis:{itemStyle:{areaColor:"rgba(63,177,227,0.25)",borderColor:"#3fb1e3",borderWidth:1},label:{color:"#3fb1e3"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#626c91",width:1},itemStyle:{color:"#626c91",borderWidth:1},controlStyle:{color:"#626c91",borderColor:"#626c91",borderWidth:.5},checkpointStyle:{color:"#3fb1e3",borderColor:"#3fb1e3"},label:{color:"#626c91"},emphasis:{itemStyle:{color:"#626c91"},controlStyle:{color:"#626c91",borderColor:"#626c91",borderWidth:.5},label:{color:"#626c91"}}},visualMap:{color:["#2a99c9","#afe8ff"]},dataZoom:{backgroundColor:"rgba(255,255,255,0)",dataBackgroundColor:"rgba(222,222,222,1)",fillerColor:"rgba(114,230,212,0.25)",handleColor:"#cccccc",handleSize:"100%",textStyle:{color:"#999999"}},markPoint:{label:{color:"#ffffff"},emphasis:{label:{color:"#ffffff"}}}}),RF.registerTheme("vintage",{color:["#d87c7c","#919e8b","#d7ab82","#6e7074","#61a0a8","#efa18d","#787464","#cc7e63","#724e58","#4b565b"],backgroundColor:"rgba(254,248,239,1)",textStyle:{},title:{textStyle:{color:"#333333"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#c23531",color0:"#314656",borderColor:"#c23531",borderColor0:"#314656",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaa"},symbolSize:4,symbol:"emptyCircle",smooth:!1,color:["#d87c7c","#919e8b","#d7ab82","#6e7074","#61a0a8","#efa18d","#787464","#cc7e63","#724e58","#4b565b"],label:{color:"#eee"}},map:{itemStyle:{areaColor:"#eeeeee",borderColor:"#444444",borderWidth:.5},label:{color:"#000000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},geo:{itemStyle:{areaColor:"#eeeeee",borderColor:"#444444",borderWidth:.5},label:{color:"#000000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!1,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#333333"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#293c55",width:1},itemStyle:{color:"#293c55",borderWidth:1},controlStyle:{color:"#293c55",borderColor:"#293c55",borderWidth:.5},checkpointStyle:{color:"#e43c59",borderColor:"#c23531"},label:{color:"#293c55"},emphasis:{itemStyle:{color:"#a9334c"},controlStyle:{color:"#293c55",borderColor:"#293c55",borderWidth:.5},label:{color:"#293c55"}}},visualMap:{color:["#bf444c","#d88273","#f6efa6"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"rgba(47,69,84,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333333"}},markPoint:{label:{color:"#eee"},emphasis:{label:{color:"#eee"}}}}),RF.registerTheme("westeros",{color:["#516b91","#59c4e6","#edafda","#93b7e3","#a5e7f0","#cbb0e3"],backgroundColor:"rgba(0,0,0,0)",textStyle:{},title:{textStyle:{color:"#516b91"},subtextStyle:{color:"#93b7e3"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"2"},symbolSize:"6",symbol:"emptyCircle",smooth:!0},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"2"},symbolSize:"6",symbol:"emptyCircle",smooth:!0},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#edafda",color0:"transparent",borderColor:"#d680bc",borderColor0:"#8fd3e8",borderWidth:"2"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:"6",symbol:"emptyCircle",smooth:!0,color:["#516b91","#59c4e6","#edafda","#93b7e3","#a5e7f0","#cbb0e3"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#516b91",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"#a5e7f0",borderColor:"#516b91",borderWidth:1},label:{color:"#516b91"}}},geo:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#516b91",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"#a5e7f0",borderColor:"#516b91",borderWidth:1},label:{color:"#516b91"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#8fd3e8",width:1},itemStyle:{color:"#8fd3e8",borderWidth:1},controlStyle:{color:"#8fd3e8",borderColor:"#8fd3e8",borderWidth:.5},checkpointStyle:{color:"#8fd3e8",borderColor:"#8a7ca8"},label:{color:"#8fd3e8"},emphasis:{itemStyle:{color:"#8fd3e8"},controlStyle:{color:"#8fd3e8",borderColor:"#8fd3e8",borderWidth:.5},label:{color:"#8fd3e8"}}},visualMap:{color:["#516b91","#59c4e6","#a5e7f0"]},dataZoom:{backgroundColor:"rgba(0,0,0,0)",dataBackgroundColor:"rgba(255,255,255,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}}),RF.registerTheme("essos",{color:["#893448","#d95850","#eb8146","#ffb248","#f2d643","#ebdba4"],backgroundColor:"rgba(242,234,191,0.15)",textStyle:{},title:{textStyle:{color:"#893448"},subtextStyle:{color:"#d95850"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"2"},symbolSize:"6",symbol:"emptyCircle",smooth:!0},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"2"},symbolSize:"6",symbol:"emptyCircle",smooth:!0},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#eb8146",color0:"transparent",borderColor:"#d95850",borderColor0:"#58c470",borderWidth:"2"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:"6",symbol:"emptyCircle",smooth:!0,color:["#893448","#d95850","#eb8146","#ffb248","#f2d643","#ebdba4"],label:{color:"#ffffff"}},map:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#999999",borderWidth:.5},label:{color:"#893448"},emphasis:{itemStyle:{areaColor:"#ffb248",borderColor:"#eb8146",borderWidth:1},label:{color:"#893448"}}},geo:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#999999",borderWidth:.5},label:{color:"#893448"},emphasis:{itemStyle:{areaColor:"#ffb248",borderColor:"#eb8146",borderWidth:1},label:{color:"#893448"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#aaaaaa"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#aaaaaa"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#aaaaaa"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#aaaaaa"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#893448",width:1},itemStyle:{color:"#893448",borderWidth:1},controlStyle:{color:"#893448",borderColor:"#893448",borderWidth:.5},checkpointStyle:{color:"#eb8146",borderColor:"#ffb248"},label:{color:"#893448"},emphasis:{itemStyle:{color:"#ffb248"},controlStyle:{color:"#893448",borderColor:"#893448",borderWidth:.5},label:{color:"#893448"}}},visualMap:{color:["#893448","#d95850","#eb8146","#ffb248","#f2d643","rgb(247,238,173)"]},dataZoom:{backgroundColor:"rgba(255,255,255,0)",dataBackgroundColor:"rgba(255,178,72,0.5)",fillerColor:"rgba(255,178,72,0.15)",handleColor:"#ffb248",handleSize:"100%",textStyle:{color:"#333"}},markPoint:{label:{color:"#ffffff"},emphasis:{label:{color:"#ffffff"}}}}),RF.registerTheme("infographic",{color:["#c1232b","#27727b","#fcce10","#e87c25","#b5c334","#fe8463","#9bca63","#fad860","#f3a43b","#60c0dd","#d7504b","#c6e579","#f4e001","#f0805a","#26c0c0"],backgroundColor:"rgba(0,0,0,0)",textStyle:{},title:{textStyle:{color:"#27727b"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:"3"},symbolSize:"5",symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:"3"},symbolSize:"5",symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#c1232b",color0:"#b5c334",borderColor:"#c1232b",borderColor0:"#b5c334",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:"5",symbol:"emptyCircle",smooth:!1,color:["#c1232b","#27727b","#fcce10","#e87c25","#b5c334","#fe8463","#9bca63","#fad860","#f3a43b","#60c0dd","#d7504b","#c6e579","#f4e001","#f0805a","#26c0c0"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#dddddd",borderColor:"#eeeeee",borderWidth:.5},label:{color:"#c1232b"},emphasis:{itemStyle:{areaColor:"#fe994e",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},geo:{itemStyle:{areaColor:"#dddddd",borderColor:"#eeeeee",borderWidth:.5},label:{color:"#c1232b"},emphasis:{itemStyle:{areaColor:"#fe994e",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#27727b"}},axisTick:{show:!0,lineStyle:{color:"#27727b"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!1,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!1,lineStyle:{color:"#333"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#27727b"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#27727b"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{borderColor:"#c1232b"},emphasis:{iconStyle:{borderColor:"#e87c25"}}},legend:{textStyle:{color:"#333333"}},tooltip:{axisPointer:{lineStyle:{color:"#27727b",width:1},crossStyle:{color:"#27727b",width:1}}},timeline:{lineStyle:{color:"#293c55",width:1},itemStyle:{color:"#27727b",borderWidth:1},controlStyle:{color:"#27727b",borderColor:"#27727b",borderWidth:.5},checkpointStyle:{color:"#c1232b",borderColor:"#c23531"},label:{color:"#293c55"},emphasis:{itemStyle:{color:"#72d4e0"},controlStyle:{color:"#27727b",borderColor:"#27727b",borderWidth:.5},label:{color:"#293c55"}}},visualMap:{color:["#c1232b","#fcce10"]},dataZoom:{backgroundColor:"rgba(0,0,0,0)",dataBackgroundColor:"rgba(181,195,52,0.3)",fillerColor:"rgba(181,195,52,0.2)",handleColor:"#27727b",handleSize:"100%",textStyle:{color:"#999999"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}}),RF.registerTheme("macarons",{color:["#2ec7c9","#b6a2de","#5ab1ef","#ffb980","#d87a80","#8d98b3","#e5cf0d","#97b552","#95706d","#dc69aa","#07a2a4","#9a7fd1","#588dd5","#f5994e","#c05050","#59678c","#c9ab00","#7eb00a","#6f5553","#c14089"],backgroundColor:"rgba(0,0,0,0)",textStyle:{},title:{textStyle:{color:"#008acd"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:3,symbol:"emptyCircle",smooth:!0},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:3,symbol:"emptyCircle",smooth:!0},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#d87a80",color0:"#2ec7c9",borderColor:"#d87a80",borderColor0:"#2ec7c9",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:3,symbol:"emptyCircle",smooth:!0,color:["#2ec7c9","#b6a2de","#5ab1ef","#ffb980","#d87a80","#8d98b3","#e5cf0d","#97b552","#95706d","#dc69aa","#07a2a4","#9a7fd1","#588dd5","#f5994e","#c05050","#59678c","#c9ab00","#7eb00a","#6f5553","#c14089"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#dddddd",borderColor:"#eeeeee",borderWidth:.5},label:{color:"#d87a80"},emphasis:{itemStyle:{areaColor:"rgba(254,153,78,1)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},geo:{itemStyle:{areaColor:"#dddddd",borderColor:"#eeeeee",borderWidth:.5},label:{color:"#d87a80"},emphasis:{itemStyle:{areaColor:"rgba(254,153,78,1)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#008acd"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!1,lineStyle:{color:["#eee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#008acd"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#eee"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#008acd"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#eee"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#008acd"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#eee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{borderColor:"#2ec7c9"},emphasis:{iconStyle:{borderColor:"#18a4a6"}}},legend:{textStyle:{color:"#333333"}},tooltip:{axisPointer:{lineStyle:{color:"#008acd",width:"1"},crossStyle:{color:"#008acd",width:"1"}}},timeline:{lineStyle:{color:"#008acd",width:1},itemStyle:{color:"#008acd",borderWidth:1},controlStyle:{color:"#008acd",borderColor:"#008acd",borderWidth:.5},checkpointStyle:{color:"#2ec7c9",borderColor:"#2ec7c9"},label:{color:"#008acd"},emphasis:{itemStyle:{color:"#a9334c"},controlStyle:{color:"#008acd",borderColor:"#008acd",borderWidth:.5},label:{color:"#008acd"}}},visualMap:{color:["#5ab1ef","#e0ffff"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"#efefff",fillerColor:"rgba(182,162,222,0.2)",handleColor:"#008acd",handleSize:"100%",textStyle:{color:"#333333"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}}),RF.registerTheme("roma",{color:["#e01f54","#001852","#f5e8c8","#b8d2c7","#c6b38e","#a4d8c2","#f3d999","#d3758f","#dcc392","#2e4783","#82b6e9","#ff6347","#a092f1","#0a915d","#eaf889","#6699ff","#ff6666","#3cb371","#d5b158","#38b6b6"],backgroundColor:"rgba(0,0,0,0)",textStyle:{},title:{textStyle:{color:"#333333"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#e01f54",color0:"#001852",borderColor:"#f5e8c8",borderColor0:"#b8d2c7",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:4,symbol:"emptyCircle",smooth:!1,color:["#e01f54","#001852","#f5e8c8","#b8d2c7","#c6b38e","#a4d8c2","#f3d999","#d3758f","#dcc392","#2e4783","#82b6e9","#ff6347","#a092f1","#0a915d","#eaf889","#6699ff","#ff6666","#3cb371","#d5b158","#38b6b6"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#eeeeee",borderColor:"#444444",borderWidth:.5},label:{color:"#000000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},geo:{itemStyle:{areaColor:"#eeeeee",borderColor:"#444444",borderWidth:.5},label:{color:"#000000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!1,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#333333"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#293c55",width:1},itemStyle:{color:"#293c55",borderWidth:1},controlStyle:{color:"#293c55",borderColor:"#293c55",borderWidth:.5},checkpointStyle:{color:"#e43c59",borderColor:"#c23531"},label:{color:"#293c55"},emphasis:{itemStyle:{color:"#a9334c"},controlStyle:{color:"#293c55",borderColor:"#293c55",borderWidth:.5},label:{color:"#293c55"}}},visualMap:{color:["#e01f54","#e7dbc3"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"rgba(47,69,84,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333333"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}}),RF.registerTheme("shine",{color:["#c12e34","#e6b600","#0098d9","#2b821d","#005eaa","#339ca8","#cda819","#32a487"],backgroundColor:"rgba(0,0,0,0)",textStyle:{},title:{textStyle:{color:"#333333"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#c12e34",color0:"#2b821d",borderColor:"#c12e34",borderColor0:"#2b821d",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:4,symbol:"emptyCircle",smooth:!1,color:["#c12e34","#e6b600","#0098d9","#2b821d","#005eaa","#339ca8","#cda819","#32a487"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#ddd",borderColor:"#eee",borderWidth:.5},label:{color:"#c12e34"},emphasis:{itemStyle:{areaColor:"#e6b600",borderColor:"#ddd",borderWidth:1},label:{color:"#c12e34"}}},geo:{itemStyle:{areaColor:"#ddd",borderColor:"#eee",borderWidth:.5},label:{color:"#c12e34"},emphasis:{itemStyle:{areaColor:"#e6b600",borderColor:"#ddd",borderWidth:1},label:{color:"#c12e34"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!1,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#333"}},axisTick:{show:!0,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#333"},splitLine:{show:!0,lineStyle:{color:["#ccc"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.3)","rgba(200,200,200,0.3)"]}}},toolbox:{iconStyle:{borderColor:"#06467c"},emphasis:{iconStyle:{borderColor:"#4187c2"}}},legend:{textStyle:{color:"#333333"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#005eaa",width:1},itemStyle:{color:"#005eaa",borderWidth:1},controlStyle:{color:"#005eaa",borderColor:"#005eaa",borderWidth:.5},checkpointStyle:{color:"#005eaa",borderColor:"#316bc2"},label:{color:"#005eaa"},emphasis:{itemStyle:{color:"#005eaa"},controlStyle:{color:"#005eaa",borderColor:"#005eaa",borderWidth:.5},label:{color:"#005eaa"}}},visualMap:{color:["#1790cf","#a2d4e6"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"rgba(47,69,84,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333333"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}}),RF.registerTheme("wonderland",{color:["#4ea397","#22c3aa","#7bd9a5","#d0648a","#f58db2","#f2b3c9"],backgroundColor:"rgba(255,255,255,0)",textStyle:{},title:{textStyle:{color:"#666666"},subtextStyle:{color:"#999999"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"emptyCircle",smooth:!1},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"emptyCircle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#d0648a",color0:"transparent",borderColor:"#d0648a",borderColor0:"#22c3aa",borderWidth:"1"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:"1",color:"#cccccc"},symbolSize:"8",symbol:"emptyCircle",smooth:!1,color:["#4ea397","#22c3aa","#7bd9a5","#d0648a","#f58db2","#f2b3c9"],label:{color:"#ffffff"}},map:{itemStyle:{areaColor:"#eeeeee",borderColor:"#999999",borderWidth:.5},label:{color:"#28544e"},emphasis:{itemStyle:{areaColor:"rgba(34,195,170,0.25)",borderColor:"#22c3aa",borderWidth:1},label:{color:"#349e8e"}}},geo:{itemStyle:{areaColor:"#eeeeee",borderColor:"#999999",borderWidth:.5},label:{color:"#28544e"},emphasis:{itemStyle:{areaColor:"rgba(34,195,170,0.25)",borderColor:"#22c3aa",borderWidth:1},label:{color:"#349e8e"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#eeeeee"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#4ea397",width:1},itemStyle:{color:"#4ea397",borderWidth:1},controlStyle:{color:"#4ea397",borderColor:"#4ea397",borderWidth:.5},checkpointStyle:{color:"#4ea397",borderColor:"#3cebd2"},label:{color:"#4ea397"},emphasis:{itemStyle:{color:"#4ea397"},controlStyle:{color:"#4ea397",borderColor:"#4ea397",borderWidth:.5},label:{color:"#4ea397"}}},visualMap:{color:["#d0648a","#22c3aa","#adfff1"]},dataZoom:{backgroundColor:"rgba(255,255,255,0)",dataBackgroundColor:"rgba(222,222,222,1)",fillerColor:"rgba(114,230,212,0.25)",handleColor:"#cccccc",handleSize:"100%",textStyle:{color:"#999999"}},markPoint:{label:{color:"#ffffff"},emphasis:{label:{color:"#ffffff"}}}}),RF.registerTheme("defaultDark",{color:["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],backgroundColor:"rgba(51,51,51,1)",textStyle:{},title:{textStyle:{color:"#eeeeee"},subtextStyle:{color:"#aaaaaa"}},line:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"circle",smooth:!1},radar:{itemStyle:{borderWidth:1},lineStyle:{width:2},symbolSize:4,symbol:"circle",smooth:!1},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#fd1050",color0:"#0cf49b",borderColor:"#fd1050",borderColor0:"#0cf49b",borderWidth:1}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:4,symbol:"circle",smooth:!1,color:["#dd6b66","#759aa0","#e69d87","#8dc1a9","#ea7e53","#eedd78","#73a373","#73b9bc","#7289ab","#91ca8c","#f49f42"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},geo:{itemStyle:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"rgba(255,215,0,0.8)",borderColor:"#444",borderWidth:1},label:{color:"rgb(100,0,0)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#eeeeee"}},axisTick:{show:!0,lineStyle:{color:"#eeeeee"}},axisLabel:{show:!0,color:"#eeeeee"},splitLine:{show:!0,lineStyle:{color:["#aaaaaa"]}},splitArea:{show:!1,areaStyle:{color:["#eeeeee"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#eeeeee"}},axisTick:{show:!0,lineStyle:{color:"#eeeeee"}},axisLabel:{show:!0,color:"#eeeeee"},splitLine:{show:!0,lineStyle:{color:["#aaaaaa"]}},splitArea:{show:!1,areaStyle:{color:["#eeeeee"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#eeeeee"}},axisTick:{show:!0,lineStyle:{color:"#eeeeee"}},axisLabel:{show:!0,color:"#eeeeee"},splitLine:{show:!0,lineStyle:{color:["#aaaaaa"]}},splitArea:{show:!1,areaStyle:{color:["#eeeeee"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#eeeeee"}},axisTick:{show:!0,lineStyle:{color:"#eeeeee"}},axisLabel:{show:!0,color:"#eeeeee"},splitLine:{show:!0,lineStyle:{color:["#aaaaaa"]}},splitArea:{show:!1,areaStyle:{color:["#eeeeee"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#eeeeee"}},tooltip:{axisPointer:{lineStyle:{color:"#eeeeee",width:"1"},crossStyle:{color:"#eeeeee",width:"1"}}},timeline:{lineStyle:{color:"#eeeeee",width:1},itemStyle:{color:"#dd6b66",borderWidth:1},controlStyle:{color:"#eeeeee",borderColor:"#eeeeee",borderWidth:.5},checkpointStyle:{color:"#e43c59",borderColor:"#c23531"},label:{color:"#eeeeee"},emphasis:{itemStyle:{color:"#a9334c"},controlStyle:{color:"#eeeeee",borderColor:"#eeeeee",borderWidth:.5},label:{color:"#eeeeee"}}},visualMap:{color:["#bf444c","#d88273","#f6efa6"]},dataZoom:{backgroundColor:"rgba(47,69,84,0)",dataBackgroundColor:"rgba(255,255,255,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#eeeeee"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}},"dark"),RF.registerTheme("chalk",{color:["#fc97af","#87f7cf","#f7f494","#72ccff","#f7c5a0","#d4a4eb","#d2f5a6","#76f2f2"],backgroundColor:"rgba(41,52,65,1)",textStyle:{},title:{textStyle:{color:"#ffffff"},subtextStyle:{color:"#dddddd"}},line:{itemStyle:{borderWidth:"4"},lineStyle:{width:"3"},symbolSize:"0",symbol:"circle",smooth:!0},radar:{itemStyle:{borderWidth:"4"},lineStyle:{width:"3"},symbolSize:"0",symbol:"circle",smooth:!0},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#fc97af",color0:"transparent",borderColor:"#fc97af",borderColor0:"#87f7cf",borderWidth:"2"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:"1",color:"#ffffff"},symbolSize:"0",symbol:"circle",smooth:!0,color:["#fc97af","#87f7cf","#f7f494","#72ccff","#f7c5a0","#d4a4eb","#d2f5a6","#76f2f2"],label:{color:"#293441"}},map:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#999999",borderWidth:.5},label:{color:"#893448"},emphasis:{itemStyle:{areaColor:"rgba(255,178,72,1)",borderColor:"#eb8146",borderWidth:1},label:{color:"rgb(137,52,72)"}}},geo:{itemStyle:{areaColor:"#f3f3f3",borderColor:"#999999",borderWidth:.5},label:{color:"#893448"},emphasis:{itemStyle:{areaColor:"rgba(255,178,72,1)",borderColor:"#eb8146",borderWidth:1},label:{color:"rgb(137,52,72)"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#aaaaaa"},splitLine:{show:!1,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#aaaaaa"},splitLine:{show:!1,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#aaaaaa"},splitLine:{show:!1,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#aaaaaa"},splitLine:{show:!1,lineStyle:{color:["#e6e6e6"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#87f7cf",width:1},itemStyle:{color:"#87f7cf",borderWidth:1},controlStyle:{color:"#87f7cf",borderColor:"#87f7cf",borderWidth:.5},checkpointStyle:{color:"#fc97af",borderColor:"#fc97af"},label:{color:"#87f7cf"},emphasis:{itemStyle:{color:"#f7f494"},controlStyle:{color:"#87f7cf",borderColor:"#87f7cf",borderWidth:.5},label:{color:"#87f7cf"}}},visualMap:{color:["#fc97af","#87f7cf"]},dataZoom:{backgroundColor:"rgba(255,255,255,0)",dataBackgroundColor:"rgba(114,204,255,1)",fillerColor:"rgba(114,204,255,0.2)",handleColor:"#72ccff",handleSize:"100%",textStyle:{color:"#333333"}},markPoint:{label:{color:"#293441"},emphasis:{label:{color:"#293441"}}}},"dark"),RF.registerTheme("halloween",{color:["#ff715e","#ffaf51","#ffee51","#8c6ac4","#715c87"],backgroundColor:"rgba(64,64,64,0.5)",textStyle:{},title:{textStyle:{color:"#ffaf51"},subtextStyle:{color:"#eeeeee"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z",smooth:!1},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"8",symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z",smooth:!1},bar:{itemStyle:{barBorderWidth:"0",barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},scatter:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},boxplot:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},parallel:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},sankey:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},funnel:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},gauge:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z"},candlestick:{itemStyle:{color:"#ffee51",color0:"#ffffff",borderColor:"#ff715e",borderColor0:"#797fba",borderWidth:"1"}},graph:{itemStyle:{borderWidth:"0",borderColor:"#ccc"},lineStyle:{width:"1",color:"#888888"},symbolSize:"8",symbol:"path://M237.062,81.761L237.062,81.761c-12.144-14.24-25.701-20.1-40.68-19.072 c-10.843,0.747-20.938,5.154-30.257,13.127c-9.51-5.843-19.8-9.227-30.859-10.366c0.521-3.197,1.46-6.306,2.85-9.363 c3.458-7.038,8.907-12.741,16.331-17.296c-5.609-3.384-11.227-6.799-16.854-10.279c-16.257,8.104-25.06,20.601-26.463,38.417 c-7.599,1.705-14.685,4.486-21.247,8.437c-9.164-7.677-18.996-11.917-29.496-12.632c-14.819-0.998-28.467,4.787-40.938,18.827 C6.445,96.182,0,114.867,0,136.242c-0.007,6.371,0.674,12.646,2.053,18.738c4.593,22.785,15.398,41.367,32.558,55.344 c15.43,12.773,29.901,18.023,43.362,16.981c7.074-0.561,13.624-3.977,19.685-10.192c10.534,5.49,20.391,8.217,29.561,8.203 c9.856-0.012,20.236-2.953,31.125-8.898c6.227,6.692,12.966,10.346,20.211,10.933c13.795,1.073,28.614-4.111,44.377-16.84 c17.49-14.104,28.043-32.79,31.796-55.485c0.836-5.624,1.272-11.292,1.272-16.966C255.998,115.814,249.707,96.601,237.062,81.761z M54.795,97.7l40.661,14.496c-4.402,8.811-10.766,13.219-19.06,13.219c-2.542,0-4.917-0.419-7.122-1.274 C58.103,118.38,53.263,109.572,54.795,97.7z M150.613,185.396l-9.156-8.389l-7.619,12.951c-3.391,0.341-6.615,0.514-9.665,0.514 c-4.401,0-8.635-0.263-12.708-0.777l-8.634-14.973l-9.151,9.909c-4.91-2.717-9.15-5.856-12.708-9.413 c-8.81-8.295-13.384-17.959-13.727-28.97c2.877,1.692,7.427,3.461,13.675,5.308l10.636,13.629l9.44-9.852 c4.734,0.702,9.234,1.12,13.466,1.275l10.689,11.498l9.671-11.949c3.559-0.173,7.285-0.515,11.182-1.01l9.924,10.159l10.933-14.227 c5.931-1.351,11.196-2.798,15.771-4.323C179.747,163.538,169.068,176.414,150.613,185.396z M175.258,124.907 c-2.209,0.849-4.66,1.273-7.369,1.273c-8.134,0-14.489-4.415-19.052-13.224l40.905-14.477 C191.105,110.331,186.273,119.141,175.258,124.907z",smooth:!1,color:["#ff715e","#ffaf51","#ffee51","#8c6ac4","#715c87"],label:{color:"#333333"}},map:{itemStyle:{areaColor:"#555555",borderColor:"#999999",borderWidth:.5},label:{color:"#ffffff"},emphasis:{itemStyle:{areaColor:"rgba(255,175,81,0.5)",borderColor:"#ffaf51",borderWidth:1},label:{color:"#ffee51"}}},geo:{itemStyle:{areaColor:"#555555",borderColor:"#999999",borderWidth:.5},label:{color:"#ffffff"},emphasis:{itemStyle:{areaColor:"rgba(255,175,81,0.5)",borderColor:"#ffaf51",borderWidth:1},label:{color:"#ffee51"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#555555"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#555555"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#555555"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#666666"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#999999"},splitLine:{show:!0,lineStyle:{color:["#555555"]}},splitArea:{show:!1,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#999999"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#ffaf51",width:1},itemStyle:{color:"#ffaf51",borderWidth:1},controlStyle:{color:"#ffaf51",borderColor:"#ffaf51",borderWidth:.5},checkpointStyle:{color:"#ff715e",borderColor:"#ff715e"},label:{color:"#ff715e"},emphasis:{itemStyle:{color:"#ffaf51"},controlStyle:{color:"#ffaf51",borderColor:"#ffaf51",borderWidth:.5},label:{color:"#ff715e"}}},visualMap:{color:["#ff715e","#ffee51","#797fba"]},dataZoom:{backgroundColor:"rgba(255,255,255,0)",dataBackgroundColor:"rgba(222,222,222,1)",fillerColor:"rgba(255,113,94,0.2)",handleColor:"#cccccc",handleSize:"100%",textStyle:{color:"#999999"}},markPoint:{label:{color:"#333333"},emphasis:{label:{color:"#333333"}}}},"dark"),RF.registerTheme("purple-passion",{color:["#9b8bba","#e098c7","#8fd3e8","#71669e","#cc70af","#7cb4cc"],backgroundColor:"rgba(91,92,110,1)",textStyle:{},title:{textStyle:{color:"#ffffff"},subtextStyle:{color:"#cccccc"}},line:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"7",symbol:"circle",smooth:!0},radar:{itemStyle:{borderWidth:"2"},lineStyle:{width:"3"},symbolSize:"7",symbol:"circle",smooth:!0},bar:{itemStyle:{barBorderWidth:0,barBorderColor:"#ccc"}},pie:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},scatter:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},boxplot:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},parallel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},sankey:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},funnel:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},gauge:{itemStyle:{borderWidth:0,borderColor:"#ccc"}},candlestick:{itemStyle:{color:"#e098c7",color0:"transparent",borderColor:"#e098c7",borderColor0:"#8fd3e8",borderWidth:"2"}},graph:{itemStyle:{borderWidth:0,borderColor:"#ccc"},lineStyle:{width:1,color:"#aaaaaa"},symbolSize:"7",symbol:"circle",smooth:!0,color:["#9b8bba","#e098c7","#8fd3e8","#71669e","#cc70af","#7cb4cc"],label:{color:"#eeeeee"}},map:{itemStyle:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"#e098c7",borderColor:"#444",borderWidth:1},label:{color:"#ffffff"}}},geo:{itemStyle:{areaColor:"#eee",borderColor:"#444",borderWidth:.5},label:{color:"#000"},emphasis:{itemStyle:{areaColor:"#e098c7",borderColor:"#444",borderWidth:1},label:{color:"#ffffff"}}},categoryAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#cccccc"},splitLine:{show:!1,lineStyle:{color:["#eeeeee","#333333"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},valueAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#cccccc"},splitLine:{show:!1,lineStyle:{color:["#eeeeee","#333333"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},logAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#cccccc"},splitLine:{show:!1,lineStyle:{color:["#eeeeee","#333333"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},timeAxis:{axisLine:{show:!0,lineStyle:{color:"#cccccc"}},axisTick:{show:!1,lineStyle:{color:"#333"}},axisLabel:{show:!0,color:"#cccccc"},splitLine:{show:!1,lineStyle:{color:["#eeeeee","#333333"]}},splitArea:{show:!0,areaStyle:{color:["rgba(250,250,250,0.05)","rgba(200,200,200,0.02)"]}}},toolbox:{iconStyle:{borderColor:"#999999"},emphasis:{iconStyle:{borderColor:"#666666"}}},legend:{textStyle:{color:"#cccccc"}},tooltip:{axisPointer:{lineStyle:{color:"#cccccc",width:1},crossStyle:{color:"#cccccc",width:1}}},timeline:{lineStyle:{color:"#8fd3e8",width:1},itemStyle:{color:"#8fd3e8",borderWidth:1},controlStyle:{color:"#8fd3e8",borderColor:"#8fd3e8",borderWidth:.5},checkpointStyle:{color:"#8fd3e8",borderColor:"#8a7ca8"},label:{color:"#8fd3e8"},emphasis:{itemStyle:{color:"#8fd3e8"},controlStyle:{color:"#8fd3e8",borderColor:"#8fd3e8",borderWidth:.5},label:{color:"#8fd3e8"}}},visualMap:{color:["#8a7ca8","#e098c7","#cceffa"]},dataZoom:{backgroundColor:"rgba(0,0,0,0)",dataBackgroundColor:"rgba(255,255,255,0.3)",fillerColor:"rgba(167,183,204,0.4)",handleColor:"#a7b7cc",handleSize:"100%",textStyle:{color:"#333"}},markPoint:{label:{color:"#eeeeee"},emphasis:{label:{color:"#eeeeee"}}}},"dark");function NF(t,e,n,i,r,o,a){try{var s=t[o](a),l=s.value}catch(t){n(t);return}s.done?e(l):Promise.resolve(l).then(i,r)}function NW(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var o=t.apply(e,n);function a(t){NF(o,i,r,a,s,"next",t)}function s(t){NF(o,i,r,a,s,"throw",t)}a(void 0)})}}function NG(t,e,n){return(NG=NY()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&Nj(r,n.prototype),r}).apply(null,arguments)}function NH(t){return(NH=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nj(t,e){return(Nj=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function NX(t){var e="function"==typeof Map?new Map:void 0;return(NX=function(t){if(null===t||-1===Function.toString.call(t).indexOf("[native code]"))return t;if("function"!=typeof t)throw TypeError("Super expression must either be null or a function");if(void 0!==e){if(e.has(t))return e.get(t);e.set(t,n)}function n(){return NG(t,arguments,NH(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Nj(n,t)})(t)}function NY(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NY=function(){return!!t})()}function NU(t,e){var n,i,r,o={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype),s=Object.defineProperty;return s(a,"next",{value:l(0)}),s(a,"throw",{value:l(1)}),s(a,"return",{value:l(2)}),"function"==typeof Symbol&&s(a,Symbol.iterator,{value:function(){return this}}),a;function l(s){return function(l){var u=[s,l];if(n)throw TypeError("Generator is already executing.");for(;a&&(a=0,u[0]&&(o=0)),o;)try{if(n=1,i&&(r=2&u[0]?i.return:u[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,u[1])).done)return r;switch(i=0,r&&(u=[2&u[0],r.value]),u[0]){case 0:case 1:r=u;break;case 4:return o.label++,{value:u[1],done:!1};case 5:o.label++,i=u[1],u=[0];continue;case 7:u=o.ops.pop(),o.trys.pop();continue;default:if(!(r=(r=o.trys).length>0&&r[r.length-1])&&(6===u[0]||2===u[0])){o=0;continue}if(3===u[0]&&(!r||u[1]>r[0]&&u[1]<r[3])){o.label=u[1];break}if(6===u[0]&&o.label<r[1]){o.label=r[1],r=u;break}if(r&&o.label<r[2]){o.label=r[2],o.ops.push(u);break}r[2]&&o.ops.pop(),o.trys.pop();continue}u=e.call(t,o)}catch(t){u=[6,t],i=0}finally{n=r=0}if(5&u[0])throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}}}var NZ=function(t){var e;if("function"!=typeof t&&null!==t)throw TypeError("Super expression must either be null or a function");function n(){var t,e;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return t=n,e=arguments,t=NH(t),function(t,e){var n;if(e&&("object"==((n=e)&&"u">typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof e))return e;if(void 0===t)throw ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(this,NY()?Reflect.construct(t,e||[],NH(this).constructor):t.apply(this,e))}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Nj(n,t),e=[{key:"afterAdd",value:function(){return NW(function(){return NU(this,function(t){return[2]})})()}},{key:"beforeLoad",value:function(){return NW(function(){return NU(this,function(t){return[2]})})()}},{key:"load",value:function(){return NW(function(){var t,e,n,i;return NU(this,function(r){var o;return t=this,e=this.app.pm.get(Rw()),n=this.options.packageName||"@nocobase/plugin-data-visualization-echarts",o=function(e){return t.app.i18n.t(e,{ns:[n,"data-visualization","client"]})},RD=o,i=[new Ni,new Rq,new R2,new NV,new Nu,new RF({name:"area",title:RD("Area"),series:{type:"line",areaStyle:{}},config:["smooth","isStack"]}),new RF({name:"scatter",title:RD("Scatter"),series:{type:"scatter"}}),new R7,new Ng,new NO,new NT],e.charts.addGroup("echarts",{title:"ECharts",charts:i,sort:-1}),[2]})}).call(this)}}],function(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}(n.prototype,e),n}(NX(tm.Plugin)),Nq=NZ}(),h}()});
|