@nocobase/plugin-data-visualization-echarts 2.0.3
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/LICENSE +201 -0
- package/README.md +99 -0
- package/client.d.ts +2 -0
- package/client.js +1 -0
- package/dist/client/echarts/ReactEChart.d.ts +11 -0
- package/dist/client/echarts/bar.d.ts +14 -0
- package/dist/client/echarts/column.d.ts +22 -0
- package/dist/client/echarts/configs.d.ts +314 -0
- package/dist/client/echarts/diverging-bar.d.ts +7 -0
- package/dist/client/echarts/echart.d.ts +56 -0
- package/dist/client/echarts/funnel.d.ts +42 -0
- package/dist/client/echarts/index.d.ts +13 -0
- package/dist/client/echarts/line.d.ts +14 -0
- package/dist/client/echarts/pie.d.ts +15 -0
- package/dist/client/echarts/radar.d.ts +29 -0
- package/dist/client/echarts/themes/dark/chalk.d.ts +355 -0
- package/dist/client/echarts/themes/dark/dark.d.ts +355 -0
- package/dist/client/echarts/themes/dark/halloween.d.ts +362 -0
- package/dist/client/echarts/themes/dark/purple-passion.d.ts +355 -0
- package/dist/client/echarts/themes/light/essos.d.ts +355 -0
- package/dist/client/echarts/themes/light/infographic.d.ts +355 -0
- package/dist/client/echarts/themes/light/macarons.d.ts +355 -0
- package/dist/client/echarts/themes/light/roma.d.ts +355 -0
- package/dist/client/echarts/themes/light/shine.d.ts +355 -0
- package/dist/client/echarts/themes/light/vintage.d.ts +355 -0
- package/dist/client/echarts/themes/light/walden.d.ts +363 -0
- package/dist/client/echarts/themes/light/westeros.d.ts +355 -0
- package/dist/client/echarts/themes/light/wonderland.d.ts +355 -0
- package/dist/client/echarts/transform.d.ts +9 -0
- package/dist/client/echarts/treemap.d.ts +26 -0
- package/dist/client/echarts/wordcloud.d.ts +16 -0
- package/dist/client/index.d.ts +7 -0
- package/dist/client/index.js +10 -0
- package/dist/client/locale.d.ts +3 -0
- package/dist/externalVersion.js +16 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +48 -0
- package/dist/locale/de-DE.json +78 -0
- package/dist/locale/en-US.json +78 -0
- package/dist/locale/es-ES.json +78 -0
- package/dist/locale/fr-FR.json +78 -0
- package/dist/locale/hu-HU.json +78 -0
- package/dist/locale/id-ID.json +78 -0
- package/dist/locale/it-IT.json +78 -0
- package/dist/locale/ja-JP.json +78 -0
- package/dist/locale/ko-KR.json +78 -0
- package/dist/locale/nl-NL.json +78 -0
- package/dist/locale/pt-BR.json +78 -0
- package/dist/locale/ru-RU.json +78 -0
- package/dist/locale/tr-TR.json +78 -0
- package/dist/locale/uk-UA.json +78 -0
- package/dist/locale/vi-VN.json +78 -0
- package/dist/locale/zh-CN.json +78 -0
- package/dist/locale/zh-TW.json +78 -0
- package/dist/server/index.d.ts +1 -0
- package/dist/server/index.js +42 -0
- package/dist/server/plugin.d.ts +11 -0
- package/dist/server/plugin.js +54 -0
- package/package.json +34 -0
- package/server.d.ts +2 -0
- package/server.js +1 -0
|
@@ -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("@nocobase/client"),require("@nocobase/plugin-data-visualization/client"),require("react"),require("lodash")):"function"==typeof define&&define.amd?define("@nocobase/plugin-data-visualization-echarts",["@nocobase/client","@nocobase/plugin-data-visualization/client","react","lodash"],e):"object"==typeof exports?exports["@nocobase/plugin-data-visualization-echarts"]=e(require("@nocobase/client"),require("@nocobase/plugin-data-visualization/client"),require("react"),require("lodash")):t["@nocobase/plugin-data-visualization-echarts"]=e(t["@nocobase/client"],t["@nocobase/plugin-data-visualization/client"],t.react,t.lodash)}(self,function(t,e,n,i){return function(){"use strict";var r={500: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}},504: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"},945: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)}}},581:function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var n=1;e.default=function(){return"".concat(n++)}},802:function(t,e,n){e.clear=e.bind=void 0;var i=n(701);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)}},701:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.removeSensor=e.getSensor=e.Sensors=void 0;var i,r=(i=n(581))&&i.__esModule?i:{default:i},o=n(934),a=n(504),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)}},934:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i=n(669),r=n(703);e.createSensor="undefined"!=typeof ResizeObserver?r.createSensor:i.createSensor},669:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i,r=(i=n(945))&&i.__esModule?i:{default:i},o=n(504);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()}}}},703:function(t,e,n){Object.defineProperty(e,"__esModule",{value:!0}),e.createSensor=void 0;var i,r=n(504),o=(i=n(945))&&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()}}}},772:function(e){e.exports=t},204:function(t){t.exports=e},467:function(t){t.exports=i},156:function(t){t.exports=n}},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.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var s={};return!function(){a.r(s),a.d(s,{default:function(){return NQ},PluginDataVisualizationEChartsClient:function(){return NJ}});var t,e,n,i,r,o,l,u,c,h,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,to={};a.r(to),a.d(to,{HashMap:function(){return eT},RADIAN_TO_DEGREE:function(){return eR},assert:function(){return eb},bind:function(){return et},clone:function(){return tZ},concatArray:function(){return eD},createCanvas:function(){return tQ},createHashMap:function(){return eA},createObject:function(){return ek},curry:function(){return ee},defaults:function(){return tJ},disableUserSelect:function(){return eL},each:function(){return t5},eqNaN:function(){return ef},extend:function(){return t$},filter:function(){return t6},find:function(){return t7},guid:function(){return tY},hasOwn:function(){return eP},indexOf:function(){return t0},inherits:function(){return t1},isArray:function(){return en},isArrayLike:function(){return t3},isBuiltInObject:function(){return el},isDom:function(){return ec},isFunction:function(){return ei},isGradientObject:function(){return eh},isImagePatternObject:function(){return ed},isNumber:function(){return ea},isObject:function(){return es},isPrimitive:function(){return eM},isRegExp:function(){return ep},isString:function(){return er},isStringSafe:function(){return eo},isTypedArray:function(){return eu},keys:function(){return t8},logError:function(){return tU},map:function(){return t4},merge:function(){return tq},mergeAll:function(){return tK},mixin:function(){return t2},noop:function(){return eO},normalizeCssArray:function(){return ex},reduce:function(){return t9},retrieve:function(){return eg},retrieve2:function(){return ey},retrieve3:function(){return em},setAsPrimitive:function(){return ew},slice:function(){return ev},trim:function(){return e_}});var ta={};a.r(ta),a.d(ta,{add:function(){return eW},applyTransform:function(){return e4},clone:function(){return eV},copy:function(){return eB},create:function(){return eE},dist:function(){return e0},distSquare:function(){return e2},distance:function(){return eQ},distanceSquare:function(){return e1},div:function(){return eq},dot:function(){return eK},len:function(){return ej},lenSquare:function(){return eY},length:function(){return eX},lengthSquare:function(){return eU},lerp:function(){return e5},max:function(){return e6},min:function(){return e9},mul:function(){return eZ},negate:function(){return e3},normalize:function(){return eJ},scale:function(){return e$},scaleAndAdd:function(){return eG},set:function(){return eF},sub:function(){return eH}});var ts={};a.r(ts),a.d(ts,{clone:function(){return nP},copy:function(){return nI},create:function(){return nM},identity:function(){return nC},invert:function(){return nL},mul:function(){return nT},rotate:function(){return nD},scale:function(){return nk},translate:function(){return nA}});var tl={};a.r(tl),a.d(tl,{fastLerp:function(){return iW},fastMapToColor:function(){return iG},lerp:function(){return iH},lift:function(){return iV},liftColor:function(){return i$},lum:function(){return iZ},mapToColor:function(){return ij},modifyAlpha:function(){return iY},modifyHSL:function(){return iX},parse:function(){return iE},random:function(){return iq},stringify:function(){return iU},toHex:function(){return iF}});var tu={};a.r(tu),a.d(tu,{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 tc={};a.r(tc),a.d(tc,{Arc:function(){return d3},BezierCurve:function(){return d0},BoundingRect:function(){return nG},Circle:function(){return dv},CompoundPath:function(){return d5},Ellipse:function(){return d_},Group:function(){return r6},Image:function(){return sp},IncrementalDisplayable:function(){return pr},Line:function(){return dq},LinearGradient:function(){return d9},OrientedBoundingRect:function(){return pn},Path:function(){return ss},Point:function(){return nO},Polygon:function(){return dG},Polyline:function(){return dX},RadialGradient:function(){return d6},Rect:function(){return s_},Ring:function(){return dB},Sector:function(){return dN},Text:function(){return sE},applyTransform:function(){return pS},clipPointsByRect:function(){return pC},clipRectByRect:function(){return pI},createIcon:function(){return pT},extendPath:function(){return pc},extendShape:function(){return pl},getShapeClass:function(){return pd},getTransform:function(){return p_},groupTransition:function(){return pM},initProps:function(){return lw},isElementRemoved:function(){return lM},lineLineIntersect:function(){return pD},linePolygonIntersect:function(){return pA},makeImage:function(){return pf},makePath:function(){return pp},mergePath:function(){return py},registerShape:function(){return ph},removeElement:function(){return lC},removeElementWithFadeOut:function(){return lT},resizePath:function(){return pm},setTooltipConfig:function(){return pk},subPixelOptimize:function(){return pb},subPixelOptimizeLine:function(){return pv},subPixelOptimizeRect:function(){return px},transformDirection:function(){return pw},traverseElements:function(){return pP},updateProps:function(){return lS}});var th={};a.r(th),a.d(th,{createDimensions:function(){return yc},createList:function(){return ms},createScale:function(){return mu},createSymbol:function(){return fk},createTextStyle:function(){return mh},dataStack:function(){return ml},enableHoverEmphasis:function(){return lu},getECData:function(){return sB},getLayoutRect:function(){return uB},mixinAxisModelCommonMethods:function(){return mc}});var td={};a.r(td),a.d(td,{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 tp={};a.r(tp),a.d(tp,{format:function(){return ua},parse:function(){return oS}});var tf={};a.r(tf),a.d(tf,{Arc:function(){return d3},BezierCurve:function(){return d0},BoundingRect:function(){return nG},Circle:function(){return dv},CompoundPath:function(){return d5},Ellipse:function(){return d_},Group:function(){return r6},Image:function(){return sp},IncrementalDisplayable:function(){return pr},Line:function(){return dq},LinearGradient:function(){return d9},Polygon:function(){return dG},Polyline:function(){return dX},RadialGradient:function(){return d6},Rect:function(){return s_},Ring:function(){return dB},Sector:function(){return dN},Text:function(){return sE},clipPointsByRect:function(){return pC},clipRectByRect:function(){return pI},createIcon:function(){return pT},extendPath:function(){return pc},extendShape:function(){return pl},getShapeClass:function(){return pd},getTransform:function(){return p_},initProps:function(){return lw},makeImage:function(){return pf},makePath:function(){return pp},mergePath:function(){return py},registerShape:function(){return ph},resizePath:function(){return pm},updateProps:function(){return lS}});var tg={};a.r(tg),a.d(tg,{addCommas:function(){return uS},capitalFirst:function(){return uL},encodeHTML:function(){return nc},formatTime:function(){return uk},formatTpl:function(){return uA},getTextRect:function(){return mC},getTooltipMarker:function(){return uD},normalizeCssArray:function(){return uM},toCamelCase:function(){return uw},truncateText:function(){return al}});var ty={};a.r(ty),a.d(ty,{bind:function(){return et},clone:function(){return tZ},curry:function(){return ee},defaults:function(){return tJ},each:function(){return t5},extend:function(){return t$},filter:function(){return t6},indexOf:function(){return t0},inherits:function(){return t1},isArray:function(){return en},isFunction:function(){return ei},isObject:function(){return es},isString:function(){return er},map:function(){return t4},merge:function(){return tq},reduce:function(){return t9}});var tm={};a.r(tm),a.d(tm,{Axis:function(){return mz},ChartView:function(){return pW},ComponentModel:function(){return uZ},ComponentView:function(){return h5},List:function(){return yu},Model:function(){return l1},PRIORITY:function(){return f8},SeriesModel:function(){return h2},color:function(){return tl},connect:function(){return gT},dataTool:function(){return g$},dependencies:function(){return f7},disConnect:function(){return gD},disconnect:function(){return gA},dispose:function(){return gk},env:function(){return tA},extendChartView:function(){return mF},extendComponentModel:function(){return mE},extendComponentView:function(){return mB},extendSeriesModel:function(){return mV},format:function(){return tg},getCoordinateSystemDimensions:function(){return gW},getInstanceByDom:function(){return gL},getInstanceById:function(){return gP},getMap:function(){return gq},graphic:function(){return tf},helper:function(){return th},init:function(){return gI},innerDrawElementOnCanvas:function(){return fJ},matrix:function(){return ts},number:function(){return td},parseGeoJSON:function(){return mM},parseGeoJson:function(){return mM},registerAction:function(){return gV},registerCoordinateSystem:function(){return gF},registerLayout:function(){return gG},registerLoading:function(){return gY},registerLocale:function(){return l7},registerMap:function(){return gZ},registerPostInit:function(){return gz},registerPostUpdate:function(){return gE},registerPreprocessor:function(){return gR},registerProcessor:function(){return gN},registerTheme:function(){return gO},registerTransform:function(){return gK},registerUpdateLifecycle:function(){return gB},registerVisual:function(){return gH},setCanvasCreator:function(){return gU},setPlatformAPI:function(){return tO},throttle:function(){return pX},time:function(){return tp},use:function(){return g0},util:function(){return ty},vector:function(){return ta},version:function(){return f6},zrUtil:function(){return to},zrender:function(){return tu}});var tv=a(772),tx=a(156),tb=a.n(tx),t_=function(t,e){return(t_=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 tS(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}t_(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var tw=function(){return(tw=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)},tM=function(t,e){return(tM=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 tC(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}tM(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}var tI=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},tT=new function(){this.browser=new tI,this.node=!1,this.wxa=!1,this.worker=!1,this.svgSupported=!1,this.touchEventsSupported=!1,this.pointerEventsSupported=!1,this.domSupported=!1,this.transformSupported=!1,this.transform3dSupported=!1,this.hasGlobalWindow="undefined"!=typeof window};"object"==typeof wx&&"function"==typeof wx.getSystemInfoSync?(tT.wxa=!0,tT.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?tT.worker=!0:!tT.hasGlobalWindow||"Deno"in window?(tT.node=!0,tT.svgSupported=!0):(t=navigator.userAgent,n=(e=tT).browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),l=/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),l&&(n.weChat=!0),e.svgSupported="undefined"!=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="undefined"!=typeof document,u=document.documentElement.style,e.transform3dSupported=(n.ie&&"transition"in u||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in u)&&!("OTransition"in u),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9);var tA=tT,tD="sans-serif",tk="12px "+tD,tL=function(t){var e={};if("undefined"==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"),tP={createCanvas:function(){return"undefined"!=typeof document&&document.createElement("canvas")},measureText:function(t,e){if(!c){var n=tP.createCanvas();c=n&&n.getContext("2d")}if(c)return h!==e&&(h=c.font=e||tk),c.measureText(t);t=t||"",e=e||tk;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=tL[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 tO(t){for(var e in tP)t[e]&&(tP[e]=t[e])}var tR=t9(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(t,e){return t["[object "+e+"]"]=!0,t},{}),tN=t9(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(t,e){return t["[object "+e+"Array]"]=!0,t},{}),tz=Object.prototype.toString,tE=Array.prototype,tB=tE.forEach,tV=tE.filter,tF=tE.slice,tW=tE.map,tG=(function(){}).constructor,tH=tG?tG.prototype:null,tj="__proto__",tX=2311;function tY(){return tX++}function tU(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];"undefined"!=typeof console&&console.error.apply(console,t)}function tZ(t){if(null==t||"object"!=typeof t)return t;var e=t,n=tz.call(t);if("[object Array]"===n){if(!t[eS]){e=[];for(var i=0,r=t.length;i<r;i++)e[i]=tZ(t[i])}}else if(tN[n]){if(!t[eS]){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(!tR[n]&&!t[eS]&&!ec(t))for(var a in e={},t)t.hasOwnProperty(a)&&a!==tj&&(e[a]=tZ(t[a]));return e}function tq(t,e,n){if(!es(e)||!es(t))return n?tZ(e):t;for(var i in e)if(e.hasOwnProperty(i)&&i!==tj){var r=t[i],o=e[i];!(es(o)&&es(r))||en(o)||en(r)||ec(o)||ec(r)||el(o)||el(r)||o[eS]||r[eS]?!n&&i in t||(t[i]=tZ(e[i])):tq(r,o,n)}return t}function tK(t,e){for(var n=t[0],i=1,r=t.length;i<r;i++)n=tq(n,t[i],e);return n}function t$(t,e){if(Object.assign)Object.assign(t,e);else for(var n in e)e.hasOwnProperty(n)&&n!==tj&&(t[n]=e[n]);return t}function tJ(t,e,n){for(var i=t8(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 tQ=tP.createCanvas;function t0(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 t1(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 t2(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 tJ(t,e,n)}function t3(t){return!!t&&"string"!=typeof t&&"number"==typeof t.length}function t5(t,e,n){if(t&&e)if(t.forEach&&t.forEach===tB)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 t4(t,e,n){if(!t)return[];if(!e)return ev(t);if(t.map&&t.map===tW)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 t9(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 t6(t,e,n){if(!t)return[];if(!e)return ev(t);if(t.filter&&t.filter===tV)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 t7(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 t8(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 et=tH&&ei(tH.bind)?tH.call.bind(tH.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(tF.call(arguments)))}};function ee(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return function(){return t.apply(this,e.concat(tF.call(arguments)))}}function en(t){return Array.isArray?Array.isArray(t):"[object Array]"===tz.call(t)}function ei(t){return"function"==typeof t}function er(t){return"string"==typeof t}function eo(t){return"[object String]"===tz.call(t)}function ea(t){return"number"==typeof t}function es(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function el(t){return!!tR[tz.call(t)]}function eu(t){return!!tN[tz.call(t)]}function ec(t){return"object"==typeof t&&"number"==typeof t.nodeType&&"object"==typeof t.ownerDocument}function eh(t){return null!=t.colorStops}function ed(t){return null!=t.image}function ep(t){return"[object RegExp]"===tz.call(t)}function ef(t){return t!=t}function eg(){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 ey(t,e){return null!=t?t:e}function em(t,e,n){return null!=t?t:null!=e?e:n}function ev(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return tF.apply(t,e)}function ex(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 eb(t,e){if(!t)throw Error(e)}function e_(t){return null==t?null:"function"==typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var eS="__ec_primitive__";function ew(t){t[eS]=!0}function eM(t){return t[eS]}var eC=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 t8(this.data)},t.prototype.forEach=function(t){var e=this.data;for(var n in e)e.hasOwnProperty(n)&&t(e[n],n)},t}(),eI="function"==typeof Map,eT=function(){function t(e){var n=en(e);this.data=eI?new Map:new eC;var i=this;function r(t,e){n?i.set(t,e):i.set(e,t)}e instanceof t?e.each(r):e&&t5(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 eI?Array.from(t):t},t.prototype.removeKey=function(t){this.data.delete(t)},t}();function eA(t){return new eT(t)}function eD(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 ek(t,e){var n;if(Object.create)n=Object.create(t);else{var i=function(){};i.prototype=t,n=new i}return e&&t$(n,e),n}function eL(t){var e=t.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function eP(t,e){return t.hasOwnProperty(e)}function eO(){}var eR=180/Math.PI,eN=function(t,e){return(eN=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 ez(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}eN(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}function eE(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function eB(t,e){return t[0]=e[0],t[1]=e[1],t}function eV(t){return[t[0],t[1]]}function eF(t,e,n){return t[0]=e,t[1]=n,t}function eW(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function eG(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t}function eH(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function ej(t){return Math.sqrt(eY(t))}var eX=ej;function eY(t){return t[0]*t[0]+t[1]*t[1]}var eU=eY;function eZ(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t}function eq(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t}function eK(t,e){return t[0]*e[0]+t[1]*e[1]}function e$(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function eJ(t,e){var n=ej(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function eQ(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var e0=eQ;function e1(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var e2=e1;function e3(t,e){return t[0]=-e[0],t[1]=-e[1],t}function e5(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 e4(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 e9(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function e6(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}var e7=function(t,e){this.target=t,this.topTarget=e&&e.topTarget},e8=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 e7(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 e7(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 e7(s,t),"dragleave",t.event),a&&a!==s&&this.handler.dispatchToElement(new e7(a,t),"dragenter",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new e7(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new e7(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},t}(),nt=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}(),ne=Math.log(2);function nn(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)/ne);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]*nn(t,e-1,c,u,r|f,o),p++)}return o[a]=h,h}function ni(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=nn(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)*nn(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 nr="___zrEVENTSAVED",no=[];function na(t,e,n,i,r){if(e.getBoundingClientRect&&tA.domSupported&&!ns(e)){var o=e[nr]||(e[nr]={}),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?ni(s,a):ni(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 ns(t){return"CANVAS"===t.nodeName.toUpperCase()}var nl=/([&<>"'])/g,nu={"&":"&","<":"<",">":">",'"':""","'":"'"};function nc(t){return null==t?"":(t+"").replace(nl,function(t,e){return nu[e]})}var nh=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,nd=[],np=tA.browser.firefox&&39>+tA.browser.version.split(".")[0];function nf(t,e,n,i){return n=n||{},i?ng(t,e,n):np&&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):ng(t,e,n),n}function ng(t,e,n){if(tA.domSupported&&t.getBoundingClientRect){var i=e.clientX,r=e.clientY;if(ns(t)){var o=t.getBoundingClientRect();n.zrX=i-o.left,n.zrY=r-o.top;return}if(na(nd,t,i,r)){n.zrX=nd[0],n.zrY=nd[1];return}}n.zrX=n.zrY=0}function ny(t){return t||window.event}function nm(t,e,n){if(null!=(e=ny(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&&nf(t,r,e,n)}else{nf(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&&nh.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function nv(t,e,n,i){t.addEventListener(e,n,i)}var nx=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function nb(t){return 2===t.which||3===t.which}var n_=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=nf(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 nw)if(nw.hasOwnProperty(e)){var n=nw[e](this._track,t);if(n)return n}},t}();function nS(t){var e=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(e*e+n*n)}var nw={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=nS(i)/nS(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 nM(){return[1,0,0,1,0,0]}function nC(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function nI(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 nT(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 nA(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 nD(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 nk(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 nL(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 nP(t){var e=nM();return nI(e,t),e}var nO=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}(),nR=Math.min,nN=Math.max,nz=new nO,nE=new nO,nB=new nO,nV=new nO,nF=new nO,nW=new nO,nG=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=nR(t.x,this.x),n=nR(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=nN(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=nN(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=nM();return nA(i,i,[-this.x,-this.y]),nk(i,i,[e,n]),nA(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?nO.set(nW,-f,0):nO.set(nW,g,0)):v<d&&(d=v,f<g?nO.set(nF,f,0):nO.set(nF,-g,0)),a<u||c<o?x>p&&(p=x,y<m?nO.set(nW,0,-y):nO.set(nW,0,m)):v<d&&(d=v,y<m?nO.set(nF,0,y):nO.set(nF,0,-m))}return n&&nO.copy(n,h?nF:nW),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}nz.x=nB.x=n.x,nz.y=nV.y=n.y,nE.x=nV.x=n.x+n.width,nE.y=nB.y=n.y+n.height,nz.transform(i),nV.transform(i),nE.transform(i),nB.transform(i),e.x=nR(nz.x,nE.x,nB.x,nV.x),e.y=nR(nz.y,nE.y,nB.y,nV.y);var l=nN(nz.x,nE.x,nB.x,nV.x),u=nN(nz.y,nE.y,nB.y,nV.y);e.width=l-e.x,e.height=u-e.y},t}(),nH="silent";function nj(){nx(this.event)}var nX=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return ez(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(nt),nY=function(t,e){this.x=t,this.y=e},nU=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],nZ=new nG(0,0,0,0),nq=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new nY(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new nX,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new e8(a),a}return ez(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(t5(nU,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=n$(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 nY(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 nY(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:nj};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 nY(t,e);if(nK(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new nG(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||(nZ.copy(c.getBoundingRect()),c.transform&&nZ.applyTransform(c.transform),nZ.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(nK(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 n_);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 nY;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(nt);function nK(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||nH}return!1}(a,n,i))&&(e.topTarget||(e.topTarget=a),s!==nH)){e.target=a;break}}}function n$(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}function nJ(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 nQ(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 n0(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 n1(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 n2(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=nJ(t,n,i,e),nQ(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=n1(t[c],t,l,u,0,e);l+=d,0!=(u-=d)&&0!==(h=n0(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=n1(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=n0(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-n1(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-n0(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=nJ(t,n,i,e))<s){var l=r;l>s&&(l=s),nQ(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}t5(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){nq.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=n$(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||e0(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}});var n3=!1;function n5(){n3||(n3=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function n4(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var n9=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=n4}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,n2(n,n4)},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)&&(n5(),t.z=0),isNaN(t.z2)&&(n5(),t.z2=0),isNaN(t.zlevel)&&(n5(),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=t0(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}();_=tA.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)};var n6={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-n6.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*n6.bounceIn(2*t):.5*n6.bounceOut(2*t-1)+.5}},n7=Math.pow,n8=Math.sqrt,it=n8(3),ie=1/3,ii=eE(),ir=eE(),io=eE();function ia(t){return t>-1e-8&&t<1e-8}function is(t){return t>1e-8||t<-1e-8}function il(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 iu(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function ic(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(ia(c)&&ia(h))if(ia(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(ia(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=n8(g),x=c*s+1.5*a*(-h+v),b=c*s+1.5*a*(-h-v),f=(-s-((x=x<0?-n7(-x,ie):n7(x,ie))+(b=b<0?-n7(-b,ie):n7(b,ie))))/(3*a);f>=0&&f<=1&&(o[p++]=f)}else{var _=Math.acos((2*c*s-3*a*h)/(2*n8(c*c*c)))/3,S=n8(c),w=Math.cos(_),f=(-s-2*S*w)/(3*a),m=(-s+S*(w+it*Math.sin(_)))/(3*a),M=(-s+S*(w-it*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 ih(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(ia(a)){if(is(o)){var u=-s/o;u>=0&&u<=1&&(r[l++]=u)}}else{var c=o*o-4*a*s;if(ia(c))r[0]=-o/(2*a);else if(c>0){var h=n8(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 id(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 ip(t,e,n,i,r,o,a,s,l,u,c){var h,d,p,f,g,y=.005,m=1/0;ii[0]=l,ii[1]=u;for(var v=0;v<1;v+=.05)ir[0]=il(t,n,r,a,v),ir[1]=il(e,i,o,s,v),(f=e2(ii,ir))<m&&(h=v,m=f);m=1/0;for(var x=0;x<32&&!(y<1e-4);x++)d=h-y,p=h+y,ir[0]=il(t,n,r,a,d),ir[1]=il(e,i,o,s,d),f=e2(ir,ii),d>=0&&f<m?(h=d,m=f):(io[0]=il(t,n,r,a,p),io[1]=il(e,i,o,s,p),g=e2(io,ii),p<=1&&g<m?(h=p,m=g):y*=.5);return c&&(c[0]=il(t,n,r,a,h),c[1]=il(e,i,o,s,h)),n8(m)}function ig(t,e,n,i){var r=1-i;return r*(r*t+2*i*e)+i*i*n}function iy(t,e,n,i){return 2*((1-i)*(e-t)+i*(n-e))}function im(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function iv(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 ix(t,e,n,i,r,o,a,s,l){var u,c=.005,h=1/0;ii[0]=a,ii[1]=s;for(var d=0;d<1;d+=.05){ir[0]=ig(t,n,r,d),ir[1]=ig(e,i,o,d);var p=e2(ii,ir);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;ir[0]=ig(t,n,r,g),ir[1]=ig(e,i,o,g);var p=e2(ir,ii);if(g>=0&&p<h)u=g,h=p;else{io[0]=ig(t,n,r,y),io[1]=ig(e,i,o,y);var m=e2(io,ii);y<=1&&m<h?(u=y,h=m):c*=.5}}return l&&(l[0]=ig(t,n,r,u),l[1]=ig(e,i,o,u)),n8(h)}var ib=/cubic-bezier\(([0-9,\.e ]+)\)/;function i_(t){var e=t&&ib.exec(t);if(e){var n=e[1].split(","),i=+e_(n[0]),r=+e_(n[1]),o=+e_(n[2]),a=+e_(n[3]);if(isNaN(i+r+o+a))return;var s=[];return function(t){return t<=0?0:t>=1?1:ic(0,i,o,1,t,s)&&il(0,r,a,1,s[0])}}}var iS=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||eO,this.ondestroy=t.ondestroy||eO,this.onrestart=t.onrestart||eO,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=ei(t)?t:n6[t]||i_(t)},t}(),iw=function(t){this.value=t},iM=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new iw(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}(),iC=function(){function t(t){this._list=new iM,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 iw(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}(),iI={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 iT(t){return(t=Math.round(t))<0?0:t>255?255:t}function iA(t){return t<0?0:t>1?1:t}function iD(t){return t.length&&"%"===t.charAt(t.length-1)?iT(parseFloat(t)/100*255):iT(parseInt(t,10))}function ik(t){return t.length&&"%"===t.charAt(t.length-1)?iA(parseFloat(t)/100):iA(parseFloat(t))}function iL(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 iP(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function iO(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var iR=new iC(20),iN=null;function iz(t,e){iN&&iO(iN,e),iN=iR.put(t,iN||e.slice())}function iE(t,e){if(t){e=e||[];var n=iR.get(t);if(n)return iO(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in iI)return iO(e,iI[i]),iz(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?(iP(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),iz(t,e),e):void iP(e,0,0,0,1)}if(7===r||9===r){var o=parseInt(i.slice(1,7),16);return o>=0&&o<=0xffffff?(iP(e,(0xff0000&o)>>16,(65280&o)>>8,255&o,9===r?parseInt(i.slice(7),16)/255:1),iz(t,e),e):void iP(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?iP(e,+u[0],+u[1],+u[2],1):iP(e,0,0,0,1);c=ik(u.pop());case"rgb":if(u.length>=3)return iP(e,iD(u[0]),iD(u[1]),iD(u[2]),3===u.length?c:ik(u[3])),iz(t,e),e;return void iP(e,0,0,0,1);case"hsla":if(4!==u.length)return void iP(e,0,0,0,1);return u[3]=ik(u[3]),iB(u,e),iz(t,e),e;case"hsl":if(3!==u.length)return void iP(e,0,0,0,1);return iB(u,e),iz(t,e),e;default:return}}iP(e,0,0,0,1)}}function iB(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=ik(t[1]),r=ik(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return iP(e=e||[],iT(255*iL(a,o,n+1/3)),iT(255*iL(a,o,n)),iT(255*iL(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function iV(t,e){var n=iE(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 iU(n,4===n.length?"rgba":"rgb")}}function iF(t){var e=iE(t);if(e)return(0x1000000+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}function iW(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]=iT((i=c[0],i+(h[0]-i)*d)),n[1]=iT((r=c[1],r+(h[1]-r)*d)),n[2]=iT((o=c[2],o+(h[2]-o)*d)),n[3]=iA((a=c[3],a+(h[3]-a)*d)),n}}var iG=iW;function iH(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=iE(e[l]),h=iE(e[u]),d=s-l,p=iU([iT((i=c[0],i+(h[0]-i)*d)),iT((r=c[1],r+(h[1]-r)*d)),iT((o=c[2],o+(h[2]-o)*d)),iA((a=c[3],a+(h[3]-a)*d))],"rgba");return n?{color:p,leftIndex:l,rightIndex:u,value:s}:p}}var ij=iH;function iX(t,e,n,i){var r,o=iE(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]=ik(n)),null!=i&&(o[2]=ik(i)),iU(iB(o),"rgba")}function iY(t,e){var n=iE(t);if(n&&null!=e)return n[3]=iA(e),iU(n,"rgba")}function iU(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 iZ(t,e){var n=iE(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}function iq(){return iU([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")}var iK=new iC(100);function i$(t){if(er(t)){var e=iK.get(t);return e||(e=iV(t,-.1),iK.put(t,e)),e}if(eh(t)){var n=t$({},t);return n.colorStops=t4(t.colorStops,function(t){return{offset:t.offset,color:iV(t.color,-.1)}}),n}return t}var iJ=Math.round;function iQ(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=iE(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 i0(t){return t<1e-4&&t>-1e-4}function i1(t){return iJ(1e3*t)/1e3}function i2(t){return iJ(1e4*t)/1e4}var i3={left:"start",right:"end",center:"middle",middle:"middle"};function i5(t){return t&&!!t.image}function i4(t){return i5(t)||t&&!!t.svgElement}function i9(t){return"linear"===t.type}function i6(t){return"radial"===t.type}function i7(t){return t&&("linear"===t.type||"radial"===t.type)}function i8(t){return"url(#"+t+")"}function rt(t){var e=t.getGlobalScale();return Math.max(Math.ceil(Math.log(Math.max(e[0],e[1]))/Math.log(10)),1)}function re(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*eR,r=ey(t.scaleX,1),o=ey(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("+iJ(a*eR)+"deg, "+iJ(s*eR)+"deg)"),l.join(" ")}var rn=tA.hasGlobalWindow&&ei(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!=typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return null},ri=Array.prototype.slice;function rr(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 ro(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=e[o]+n[o]*i;return t}function ra(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 rs(t){if(t3(t)){var e=t.length;if(t3(t[0])){for(var n=[],i=0;i<e;i++)n.push(ri.call(t[i]));return n}return ri.call(t)}return t}function rl(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 ru(t){return 4===t||5===t}function rc(t){return 1===t||2===t}var rh=[0,0,0,0],rd=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(t3(e)){var l=t3(e&&e[0])?2:1;a=l,(1!==l||ea(e[0]))&&(2!==l||ea(e[0][0]))||(o=!0)}else if(ea(e)&&e==e)a=0;else if(er(e))if(isNaN(+e)){var u=iE(e);u&&(s=u,a=3)}else a=0;else if(eh(e)){var c=t$({},s);c.colorStops=t4(e.colorStops,function(t){return{offset:t.offset,color:iE(t.color)}}),i9(e)?a=4:i6(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=ei(n)?n:n6[n]||i_(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=rc(i),l=ru(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]:ri.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=ro([],n[u].value,p,-1):rc(i)&&(n[u].additiveValue=1===i?ro([],n[u].value,p,-1):ra([],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?rh:t[c];if((rc(s)||h)&&!y&&(y=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if(rc(s))1===s?rr(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(ru(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:t4(S.colorStops,function(t,e){var n,i=w.colorStops[e];return{offset:(n=t.offset,(i.offset-n)*g+n),color:rl(rr([],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)rr(y,i[a],r[a],g),o||(t[c]=rl(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?(iE(t[n],rh),ro(rh,rh,i,1),t[n]=rl(rh)):1===e?ro(t[n],t[n],i,1):2===e&&ra(t[n],t[n],i,1)},t}(),rp=function(){function t(t,e,n,i){if(this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i)return void tU("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,t8(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 rd(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=rl(l))}else l=this._target[a];if(null==l)continue;t>0&&s.addKeyframe(0,rs(l),i),this._trackKeys.push(a)}s.addKeyframe(t,rs(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 iS({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 t4(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]=rs(s.rawValue))}}}},t.prototype.__changeFinalValue=function(t,e){e=e||t8(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 rf(){return new Date().getTime()}var rg=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 ez(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=rf()-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,_(function e(){t._running&&(_(e),t._paused||t.update())})},e.prototype.start=function(){this._running||(this._time=rf(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=rf(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=rf()-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 rp(t,e.loop);return this.addAnimator(n),n},e}(nt),ry=tA.domSupported,rm=(p={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},f=t4(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}),rv={mouse:["mousemove","mouseup"],pointer:["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=eO,this.stopImmediatePropagation=eO,this.preventDefault=eO,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=nm(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=nm(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=nm(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){rS(this,(t=nm(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){rx=!0,t=nm(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){rx||(t=nm(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){r_(t=nm(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=nm(this.dom,t)),this.handler.processGesture(t,"change"),rM.mousemove.call(this,t)},touchend:function(t){r_(t=nm(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)}};t5(["click","dblclick","contextmenu"],function(t){rM[t]=function(e){e=nm(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,nv(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),ry&&(o._globalHandlerScope=new rA(document,rC)),r=(i=o._localHandlerScope).domHandlers,tA.pointerEventsSupported?t5(rm.pointer,function(t){rI(i,t,function(e){r[t].call(o,e)})}):(tA.touchEventsSupported&&t5(rm.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)})}),t5(rm.mouse,function(t){rI(i,t,function(e){e=ny(e),i.touching||r[t].call(o,e)})})),o}return ez(e,t),e.prototype.dispose=function(){rT(this._localHandlerScope),ry&&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,ry&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?function(t,e){tA.pointerEventsSupported?t5(rv.pointer,n):tA.touchEventsSupported||t5(rv.mouse,n);function n(n){rI(e,n,function(i){if(!rS(t,(i=ny(i)).target)){var r;r=i,i=nm(t.dom,new rw(t,r),!0),e.domHandlers[n].call(t,i)}},{capture:!0})}}(this,e):rT(e)}},e}(nt),rk=1;tA.hasGlobalWindow&&(rk=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var rL=rk,rP="#333",rO="#ccc",rR=nC;function rN(t){return t>5e-5||t<-5e-5}var rz=[],rE=[],rB=nM(),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||nM(),e?this.getLocalTransform(n):rR(n),t&&(e?nT(n,t,n):nI(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||nM(),nL(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||nM(),nT(rE,t.invTransform,e),e=rE);var n=this.originX,i=this.originY;(n||i)&&(rB[4]=n,rB[5]=i,nT(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&&e4(n,n,i),n},e.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&e4(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&&nD(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||tk];n||(n=rH[e]=new iC(500));var i=n.get(t);return null==i&&(i=tP.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 nG(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 nG(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=t9(rW,function(t,e){return t[e]=!0,t},{ignore:!1}),r1={},r2=new nG(0,0,0,0),r3=function(){function t(t){this.id=tY(),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&&iE(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,iU(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||{},t$(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(es(t))for(var n=t8(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(!(t0(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 tU("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=t0(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=t0(i,t),o=t0(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];t$(n,r),r.textConfig&&t$(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=t$({},i?this.textConfig:n.textConfig),t$(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={}),t$(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 rp(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=t0(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=t8(r),c=o.duration,h=o.delay,d=o.additive,p=o.setToFinal,f=!es(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(!es(x)||t3(x)||eh(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=t0(g,S);g.splice(w,1)}}if(o.force||(b=(y=t6(y,function(t){var e,n;return!((e=r[t])===(n=i[t])||t3(e)&&t3(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]=rs(i[v]),function(t,e,n){if(t3(e[n]))if(t3(t[n])||(t[n]=[]),eu(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(t3(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 rp(i,!1,!1,d?t6(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]}t2(r3,nt),t2(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 ez(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=t0(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=t0(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 nG(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?(nG.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 n9,a=n.renderer||"canvas";r7[a]||(a=t8(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=tA.node||tA.worker||l?null:new rD(s.getViewportRoot(),s.root),c=n.useCoarsePointer;(null==c||"auto"===c?tA.touchEventsSupported:!!c)&&(i=ey(n.pointerSize,44)),this.handler=new nq(o,s,u,s.root,i),this.animation=new rg({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>iZ(t,1);if(t.colorStops){for(var e=t.colorStops,n=0,i=e.length,r=0;r<i;r++)n+=iZ(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=rf();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var i=rf();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(tY(),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 S)return S(t)}function os(t){S=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 er(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=t9(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return[];for(var i=Math.pow(10,e),r=t4(t,function(t){return(isNaN(t)?0:t)/n*i*100}),o=100*i,a=t4(r,function(t){return Math.floor(t)}),s=t9(a,function(t,e){return t+e},0),l=t4(r,function(t,e){return t-a[e]});s<o;){for(var u=Number.NEGATIVE_INFINITY,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 t4(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(er(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,i=oM(t),r=Math.pow(10,i),o=t/r;return t=(e?o<1.5?1:o<2.5?2:o<4?3:o<7?5:10:o<1?1:o<2?2:o<3?3:o<5?5:10)*r,i>=-20?+t.toFixed(i<0?-i: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||!er(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!es(t)||en(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=eA();t5(e,function(t,n){if(!es(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,t5(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];eb(!l.newOption,'Duplicated option on id "'+n+'".'),l.newOption=t,l.existing=r[s],a[e]=null}}})),g&&(s=x,t5(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,t5(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,t5(e,function(t){d.push({newOption:t,brandNew:!0,existing:null,keyInfo:null})})),p=x,f=eA(),t5(p,function(t){var e=t.existing;e&&f.set(e.id,t)}),t5(p,function(t){var e=t.newOption;eb(!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={})}),t5(p,function(t,e){var n=t.existing,i=t.newOption,r=t.keyInfo;if(es(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:er(t)?t:ea(t)||eo(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?en(e.dataIndex)?t4(e.dataIndex,function(e){return t.indexOfRawIndex(e)}):t.indexOfRawIndex(e.dataIndex):null!=e.name?en(e.name)?t4(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(er(t)){var n,i={};i[t+"Index"]=0,n=i}else n=t;var r=eA(),o={},a=!1;return t5(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>t0(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?(eb(i.enableNone,'`"none"` or `false` is not a valid value on index option.'),s.models=[]):("all"===r&&(eb(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=eA(),i=[];return t5(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(ea(i)){var a,s=(i-(a=n||0))*r+a;return oh(s,o?Math.max(op(n||0),op(i)):e)}if(er(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 ei(e=i)&&/^class\s/.test(Function.prototype.toString.call(e))?n=function(t){function e(){return t.apply(this,arguments)||this}return tC(e,t),e}(i):t1(n=function(){(t.$constructor||i).apply(this,arguments)},this),t$(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){eb(/^[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]?t5(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 t5(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&&t0(i,s)>=0||r&&0>t0(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 iC(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=tP.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=t$({},i=i||{});r.font=e,n=ey(n,"..."),r.maxIterations=ey(i.maxIterations,2);var o=r.minChar=ey(i.minChar,0);r.cnCharWidth=rj("国",e);var a=r.ascCharWidth=rj("a",e);r.placeholder=ey(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=t9(",&?/;] ".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 ez(n,t),n.prototype._init=function(e){for(var n=t8(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 nG(0,0,0,0)),e?nG.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 nG(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:t$(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 ek(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=t8(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=t8(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 t$(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 nG(0,0,0,0),aC=new nG(0,0,0,0),aI=Math.min,aT=Math.max,aA=Math.sin,aD=Math.cos,ak=2*Math.PI,aL=eE(),aP=eE(),aO=eE();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="undefined"!=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=ih(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=il(t,n,r,a,az[h]);l[0]=aI(d,l[0]),u[0]=aT(d,u[0])}c=ih(e,i,o,s,aE);for(var h=0;h<c;h++){var p=il(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(im(t,n,r),1),0),u=aT(aI(im(e,i,o),1),0),c=ig(t,n,r,l),h=ig(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=e9,c=e6,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}e9(aW,aW,aH),e6(aG,aG,aj)}return 0===t&&(aW[0]=aW[1]=aG[0]=aG[1]=0),new nG(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,l){for(var u=t,c=e,h=0,d=1;d<=10;d++){var p=.1*d,f=il(t,n,r,a,p),g=il(e,i,o,s,p),y=f-u,m=g-c;h+=Math.sqrt(y*y+m*m),u=f,c=g}return h}(r,o,x,b,g,y,_,S,10),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,a){for(var s=t,l=e,u=0,c=1;c<=10;c++){var h=.1*c,d=ig(t,n,r,h),p=ig(e,i,o,h),f=d-s,g=p-l;u+=Math.sqrt(f*f+g*g),s=d,l=p}return u}(r,o,x,b,g,y,10),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;id(r,A,k,P,I,aV),id(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;iv(r,A,k,I,aV),iv(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))&&ix(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))&&ip(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=ic(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;il(t,n,r,a,y)<l||(d<0&&(d=ih(e,i,o,s,sn),sn[1]<sn[0]&&d>1&&function(){var t=sn[0];sn[0]=sn[1],sn[1]=t}(),p=il(e,i,o,s,sn[0]),d>1&&(f=il(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(ia(o)){if(is(a)){var u=-s/a;u>=0&&u<=1&&(r[l++]=u)}}else{var c=a*a-4*o*s;if(ia(c)){var u=-a/(2*o);u>=0&&u<=1&&(r[l++]=u)}else if(c>0){var h=n8(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=im(e,i,o);if(u>=0&&u<=1){for(var c=0,h=ig(e,i,o,u),d=0;d<l;d++){var p=0===se[d]||1===se[d]?.5:1,f=ig(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=ig(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=tJ({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:tJ({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 ez(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=t8(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?t$(this.style,a):this.useStyle(a):"shape"===o?t$(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(er(t)){var e=iZ(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(er(e)){var n=this.__zr;if(!!(n&&n.isDarkMode())==.4>iZ(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:t$(n,t),this.dirtyShape(),this},n.prototype.shapeChanged=function(){return!!(4&this.__dirty)},n.prototype.createStyle=function(t){return ek(sr,t)},n.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=t$({},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=t$({},i.shape),t$(s,n.shape)):(s=t$({},r?this.shape:i.shape),t$(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=t$({},this.shape);for(var u={},c=t8(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 ez(n,e),n.prototype.getDefaultStyle=function(){return tZ(t.style)},n.prototype.getDefaultShape=function(){return tZ(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=tJ({strokeFirst:!0,font:tk,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 ez(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 ek(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=tJ({x:0,y:0},ax),sh={style:tJ({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 ez(e,t),e.prototype.createStyle=function(t){return ek(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 nG(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 ez(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:tJ({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 ez(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),t5(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 nG(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 t$(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=t8(e),i=0;i<n.length;i++){var r=n[i];t[r]=t[r]||{},t$(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||tk,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=ey(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=ey(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 nG(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=ey(M.height,w.contentHeight);if(w.innerHeight=A,C&&(A+=C[0]+C[2]),w.height=A,w.lineHeight=em(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=ey(r,d),i.outerHeight=i.height=ey(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||tk,p.opacity=em(s.opacity,e.opacity,1),sD(p,s),v&&(p.lineWidth=em(s.lineWidth,e.lineWidth,y),p.lineDash=ey(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 nG(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=ey(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=ey(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=em(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&&e_(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=ex(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,i){var r=n&&t0(n,"select")>=0,o=!1;if(t instanceof ss){var a=sG(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(s$(s)||s$(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=t$({},i),(u=t$({},u)).fill=s):!s$(u.fill)&&s$(s)?(o=!0,i=t$({},i),(u=t$({},u)).fill=i$(s)):!s$(u.stroke)&&s$(l)&&(o||(i=t$({},i),u=t$({},u)),u.stroke=i$(l)),i.style=u}}if(i&&null==i.z2){o||(i=t$({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:10)}return i}(this,0,e,s);else if("blur"===t)return n=s,i=t0(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=t$({},n),a=t$({opacity:i?r:.1*o.opacity},a),n.style=a),n;else if("select"===t){var l=s;if(l&&null==l.z2){l=t$({},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}),t5(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)}),t3(e))o(t.getData(),e);else if(es(e))for(var h=t8(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){t5(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=ey(i.duration,200),c=ey(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)),ei(h)&&(h=h(n,r)),ei(u)&&(u=u(n)),{duration:u||0,delay:h,easing:c}}function l_(t,e,n,i,r,o,a){var s,l=!1;ei(r)?(a=o,o=r,r=null):es(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=ei(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]=ey(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=!!ey(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=t8(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&&t$(o,e),o}function lN(t,e,n){e=e||{};var i,r={},o=t.getShallow("rotate"),a=ey(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=ey(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=ey(e.getShallow("textBorderWidth"),n.textBorderWidth);null!=d&&(t.lineWidth=d);var p=ey(e.getShallow("textBorderType"),n.textBorderType);null!=p&&(t.lineDash=p);var f=ey(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=ey(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 e_([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=ey(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){tq(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(tZ(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(!tA.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])},t2(l0,lK),t2(l0,lQ),t2(l0,an),t2(l0,lU);var l1=l0,l2=Math.round(10*Math.random());function l3(t){return[t||"",l2++].join("_")}function l5(t,e){return tq(tq({},t,!0),e,!0)}var l4={},l9={},l6=tA.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=ea(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 er(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=ex;function uC(t,e,n){function i(t){return t&&e_(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 eo(t)?i(t):ea(t)&&r(t)?t+"":"-";var l=oA(t);return r(l)?uS(l):eo(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){en(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?nc(u):u)}return t}function uD(t,e){var n=er(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:'+nc(i)+";"+(e||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+nc(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=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",er(t)?t:es(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=t5,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 nG(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 nG(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(tJ({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 es(e)?e:e?{type:e}:null}function uW(t,e,n){var i=n&&n.ignoreSize;en(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}ee(uE,"vertical"),ee(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 tC(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):{};tq(t,e.getTheme().get(this.mainType)),tq(t,this.getDefaultOption()),n&&uW(t,i,n)},n.prototype.mergeOption=function(t,e){tq(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=tq(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 t5(uX.getClassesByMainType(t),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=t4(e,function(t){return o3(t).main}),"dataset"!==t&&0>=t0(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=[],t5(r=e,function(t){var e,n,i,s=uU(o,t),l=(e=s.originalDeps=uY(t),n=r,i=[],t5(e,function(t){t0(n,t)>=0&&i.push(t)}),i);s.entryCount=l.length,0===s.entryCount&&a.push(t),t5(l,function(e){0>t0(s.predecessor,e)&&s.predecessor.push(e);var n=uU(o,e);0>t0(n.successor,e)&&n.successor.push(t)})}),{graph:o,noEntryList:a}),l=s.graph,u=s.noEntryList,c={};for(t5(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]),t5(d.successor,p?g:f)}t5(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="";"undefined"!=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=eA(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),uQ="original",u0="arrayRows",u1="objectRows",u2="keyedColumns",u3="typedArray",u5="unknown",u4="column",u9={Must:1,Might:2,Not:3},u6=oX();function u7(t,e,n){var i,r,o={},a=ct(e);if(!a||!t)return o;var s=[],l=[],u=u6(e.ecModel).datasetMap,c=a.uid+"_"+n.seriesLayoutBy;t5(t=t.slice(),function(e,n){var a=es(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 t5(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 u8(t,e,n){var i,r={};if(!ct(t))return r;var o=e.sourceFormat,a=e.dimensionsDefine;(o===u1||o===u2)&&t5(a,function(t,e){(es(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=cn(e.data,o,e.seriesLayoutBy,a,e.startIndex,l);s.push(c);var h=c===u9.Not;if(h&&null==t.v&&l!==i&&(t.v=l),null!=t.n&&t.n!==t.v&&(h||s[t.n]!==u9.Not)||(t.n=l),d(t)&&s[t.n]!==u9.Not)return t;h||(c===u9.Might&&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 ct(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 ce(t,e){return cn(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function cn(t,e,n,i,r,o){var a,s,l;if(eu(t))return u9.Not;if(i){var u=i[o];es(u)?(s=u.name,l=u.type):er(u)&&(s=u)}if(null!=l)return"ordinal"===l?u9.Must:u9.Not;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 u9.Not;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 u9.Not;var c=t[s];if(!c||eu(c))return u9.Not;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(!en(f))return u9.Not;if(null!=(a=g(f[o])))return a}function g(t){var e=er(t);return null!=t&&Number.isFinite(Number(t))&&""!==t?e?u9.Might:u9.Not:e&&"-"!==t?u9.Must:void 0}return u9.Not}var ci=eA(),cr=oX(),co=oX(),ca=function(){function t(){}return t.prototype.getColorFromPalette=function(t,e,n){return cl(this,cr,oR(this.get("color",!0)),this.get("colorLayer",!0),t,e,n)},t.prototype.clearColorPalette=function(){var t,e;t=this,(e=cr)(t).paletteIdx=0,e(t).paletteNameMap={}},t}();function cs(t,e,n,i){var r=oR(t.get(["aria","decal","decals"]));return cl(t,co,r,null,e,n,i)}function cl(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 cu="\0_ec_inner",cc=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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=cp(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,cp(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)):C(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&&t5(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=eA(),s=e&&e.replaceMergeMainTypeMap;u6(this).datasetMap=eA(),t5(t,function(t,e){null!=t&&(uZ.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?tZ(t):tq(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=ci.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);t5(c,function(t){var n,i,r,o,a=t.newOption;es(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;t5(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=t$({componentIndex:n},t.keyInfo);t$(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&&w(this)},this),this._seriesIndices||w(this)},e.prototype.getOption=function(){var t=tZ(this.option);return t5(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[cu],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=[],t5(oR(i),function(t){a[t]&&e.push(a[t])})):e=null!=r?ch("id",r,a):null!=o?ch("name",o,a):t6(a,function(t){return!!t}),cd(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=cd(l?this.queryComponents(l):t6(this._componentsMap.get(s),function(t){return!!t}),t),t.filter?t6(o,t.filter):o},e.prototype.eachComponent=function(t,e,n){var i=this._componentsMap;if(ei(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=er(t)?i.get(t):es(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 t6(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 t6(this._componentsMap.get("series"),function(e){return!!e&&e.subType===t})},e.prototype.getSeries=function(){return t6(this._componentsMap.get("series"),function(t){return!!t})},e.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},e.prototype.eachSeries=function(t,e){M(this),t5(this._seriesIndices,function(n){var i=this._componentsMap.get("series")[n];t.call(e,i,n)},this)},e.prototype.eachRawSeries=function(t,e){t5(this._componentsMap.get("series"),function(n){n&&t.call(e,n,n.componentIndex)})},e.prototype.eachSeriesByType=function(t,e,n){M(this),t5(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 t5(this.getSeriesByType(t),e,n)},e.prototype.isSeriesFiltered=function(t){return M(this),null==this._seriesIndicesMap.get(t.componentIndex)},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,e){M(this);var n=[];t5(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=eA(n)},e.prototype.restoreData=function(t){w(this);var e=this._componentsMap,n=[];e.each(function(t,e){uZ.hasClass(e)&&n.push(e)}),uZ.topologicalTravel(n,uZ.getAllClassMainTypes(),function(n){t5(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(w=function(t){var e=t._seriesIndices=[];t5(t._componentsMap.get("series"),function(t){t&&e.push(t.componentIndex)}),t._seriesIndicesMap=eA(e)},M=function(t){},C=function(t,e){t.option={},t.option[cu]=1,t._componentsMap=eA({series:[]}),t._componentsCount=eA();var n,i,r,o=e.aria;es(o)&&null==o.enabled&&(o.enabled=!0),n=e,i=t._theme.option,r=n.color&&!n.colorLayer,t5(i,function(t,e){("colorLayer"!==e||!r)&&(uZ.hasClass(e)||("object"==typeof t?n[e]=n[e]?tq(n[e],t,!1):tZ(t):null==n[e]&&(n[e]=t)))}),tq(e,u$,!1),t._mergeOption(e,null)}),e}(l1);function ch(t,e,n){if(en(e)){var i=eA();return t5(e,function(t){null!=t&&null!=oW(t,null)&&i.set(t,!0)}),t6(n,function(e){return e&&i.get(e[t])})}var r=oW(e,null);return t6(n,function(e){return e&&null!=r&&e[t]===r})}function cd(t,e){return e.hasOwnProperty("subType")?t6(t,function(t){return t&&t.subType===e.subType}):t}function cp(t){var e=eA();return t&&t5(oR(t.replaceMerge),function(t){e.set(t,!0)}),{replaceMergeMainTypeMap:e}}t2(cc,ca);var cf=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],cg=function(t){t5(cf,function(e){this[e]=et(t[e],t)},this)},cy={},cm=function(){function t(){this._coordinateSystems=[]}return t.prototype.create=function(t,e){var n=[];t5(cy,function(i,r){var o=i.create(t,e);n=n.concat(o||[])}),this._coordinateSystems=n},t.prototype.update=function(t,e){t5(this._coordinateSystems,function(n){n.update&&n.update(t,e)})},t.prototype.getCoordinateSystems=function(){return this._coordinateSystems.slice()},t.register=function(t,e){cy[t]=e},t.get=function(t){return cy[t]},t}(),cv=/^(min|max)?(.+)$/,cx=function(){function t(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return t.prototype.setOption=function(t,e,n){t&&(t5(oR(t.series),function(t){t&&t.data&&eu(t.data)&&ew(t.data)}),t5(oR(t.dataset),function(t){t&&t.source&&eu(t.source)&&ew(t.source)})),t=tZ(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){t5(e,function(e){e(t,n)})}return a?(r=a).timeline||(r.timeline=s):((h||c)&&(t.options=t.media=null),r=t),c&&en(u)&&t5(u,function(t){t&&t.option&&(t.query?o.push(t):i||(i=t))}),d(r),t5(l,function(t){return d(t)}),t5(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=[],tZ(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=tZ(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 t5(t,function(t,e){var n=e.match(cv);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=t4(s,function(t){return tZ(-1===t?a.option:o[t].option)})),this._currentMediaIndices=s,l},t}(),cb=t5,c_=es,cS=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function cw(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=cS.length;n<i;n++){var r=cS[n],o=e.normal,a=e.emphasis;o&&o[r]&&(t[r]=t[r]||{},t[r].normal?tq(t[r].normal,o[r]):t[r].normal=o[r],o[r]=null),a&&a[r]&&(t[r]=t[r]||{},t[r].emphasis?tq(t[r].emphasis,a[r]):t[r].emphasis=a[r],a[r]=null)}}function cM(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,tJ(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 cC(t){cM(t,"itemStyle"),cM(t,"lineStyle"),cM(t,"areaStyle"),cM(t,"label"),cM(t,"labelLine"),cM(t,"upperLabel"),cM(t,"edgeLabel")}function cI(t,e){var n=c_(t)&&t[e],i=c_(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 cT(t){t&&(cC(t),cI(t,"label"),t.emphasis&&cI(t.emphasis,"label"))}function cA(t){return en(t)?t:t?[t]:[]}function cD(t){return(en(t)?t[0]:t)||{}}function ck(t){t&&t5(cL,function(e){e[0]in t&&!(e[1]in t)&&(t[e[1]]=t[e[0]])})}var cL=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],cP=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],cO=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function cR(t){var e=t&&t.itemStyle;if(e)for(var n=0;n<cO.length;n++){var i=cO[n][1],r=cO[n][0];null!=e[i]&&(e[r]=e[i])}}function cN(t){t&&"edge"===t.alignTo&&null!=t.margin&&null==t.edgeDistance&&(t.edgeDistance=t.margin)}function cz(t){t&&t.downplay&&!t.blur&&(t.blur=t.downplay)}function cE(t,e){var n;cb(cA(t.series),function(t){c_(t)&&function(t){if(c_(t)){cw(t),cC(t),cI(t,"label"),cI(t,"upperLabel"),cI(t,"edgeLabel"),t.emphasis&&(cI(t.emphasis,"label"),cI(t.emphasis,"upperLabel"),cI(t.emphasis,"edgeLabel"));var e=t.markPoint;e&&(cw(e),cT(e));var n=t.markLine;n&&(cw(n),cT(n));var i=t.markArea;i&&cT(i);var r=t.data;if("graph"===t.type){r=r||t.nodes;var o=t.links||t.edges;if(o&&!eu(o))for(var a=0;a<o.length;a++)cT(o[a]);t5(t.categories,function(t){cC(t)})}if(r&&!eu(r))for(var a=0;a<r.length;a++)cT(r[a]);if((e=t.markPoint)&&e.data)for(var s=e.data,a=0;a<s.length;a++)cT(s[a]);if((n=t.markLine)&&n.data)for(var l=n.data,a=0;a<l.length;a++)en(l[a])?(cT(l[a][0]),cT(l[a][1])):cT(l[a]);"gauge"===t.type?(cI(t,"axisLabel"),cI(t,"title"),cI(t,"detail")):"treemap"===t.type?(cM(t.breadcrumb,"itemStyle"),t5(t.levels,function(t){cC(t)})):"tree"===t.type&&cC(t.leaves)}}(t)}),n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"],e&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),cb(n,function(e){cb(cA(t[e]),function(t){t&&(cI(t,"axisLabel"),cI(t.axisPointer,"label"))})}),cb(cA(t.parallel),function(t){var e=t&&t.parallelAxisDefault;cI(e,"axisLabel"),cI(e&&e.axisPointer,"label")}),cb(cA(t.calendar),function(t){cM(t,"itemStyle"),cI(t,"dayLabel"),cI(t,"monthLabel"),cI(t,"yearLabel")}),cb(cA(t.radar),function(t){cI(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)}),cb(cA(t.geo),function(t){c_(t)&&(cT(t),cb(cA(t.regions),function(t){cT(t)}))}),cb(cA(t.timeline),function(t){cT(t),cM(t,"label"),cM(t,"itemStyle"),cM(t,"controlStyle",!0);var e=t.data;en(e)&&t5(e,function(t){es(t)&&(cM(t,"label"),cM(t,"itemStyle"))})}),cb(cA(t.toolbox),function(t){cM(t,"iconStyle"),cb(t.feature,function(t){cM(t,"iconStyle")})}),cI(cD(t.axisPointer),"label"),cI(cD(t.tooltip).axisPointer,"label"),t.series=oR(t.series),t5(t.series,function(t){if(es(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),cN(t.label);var n=t.data;if(n&&!eu(n))for(var i=0;i<n.length;i++)cN(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,i){for(var r,o=e.split(","),a=t,s=0;s<o.length-1;s++)null==a[r=o[s]]&&(a[r]={}),a=a[r];null==a[o[s]]&&(a[o[s]]=n)}(t,"itemStyle.color",r)}else if("bar"===e){cR(t),cR(t.backgroundStyle),cR(t.emphasis);var n=t.data;if(n&&!eu(n))for(var i=0;i<n.length;i++)"object"==typeof n[i]&&(cR(n[i]),cR(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)),cz(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,cz)}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&&tJ(t,t.mapLocation));null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&(t.emphasis.scale=t.hoverAnimation)),ck(t)}}),t.dataRange&&(t.visualMap=t.dataRange),t5(cP,function(e){var n=t[e];n&&(en(n)||(n=[n]),t5(n,function(t){ck(t)}))})}function cB(t){t5(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 cV=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&&ce(this,n)===u9.Must&&(i.type="ordinal")}};function cF(t){return t instanceof cV}function cW(t,e,n){n=n||cH(t);var i=e.seriesLayoutBy,r=function(t,e,n,i,r){if(!t)return{dimensionsDefine:cj(r),startIndex:a,dimensionsDetectedCount:o};if(e===u0){var o,a;"auto"===i||null==i?cX(function(t){null!=t&&"-"!==t&&(er(t)?null==a&&(a=1):a=0)},n,t,10):a=ea(i)?i:+!!i,r||1!==a||(r=[],cX(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 t8(e)}(t));else if(e===u2)r||(r=[],t5(t,function(t,e){r.push(e)}));else if(e===uQ){var s=oE(t[0]);o=en(s)&&s.length||1}return{startIndex:a,dimensionsDefine:cj(r),dimensionsDetectedCount:o}}(t,n,i,e.sourceHeader,e.dimensions);return new cV({data:t,sourceFormat:n,seriesLayoutBy:i,dimensionsDefine:r.dimensionsDefine,startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount,metaRawOption:tZ(e)})}function cG(t){return new cV({data:t,sourceFormat:eu(t)?u3:uQ})}function cH(t){var e=u5;if(eu(t))e=u3;else if(en(t)){0===t.length&&(e=u0);for(var n=0,i=t.length;n<i;n++){var r=t[n];if(null!=r){if(en(r)||eu(r)){e=u0;break}else if(es(r)){e=u1;break}}}}else if(es(t)){for(var o in t)if(eP(t,o)&&t3(t[o])){e=u2;break}}return e}function cj(t){if(t){var e=eA();return t4(t,function(t,n){var i={name:(t=es(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 cX(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 cY(t){var e=t.sourceFormat;return e===u1||e===u2}var cU=function(){var t;function e(t,e){var n=cF(t)?t:cG(t);this._source=n;var i=this._data=n.data;n.sourceFormat===u3&&(this._offset=0,this._dimSize=e,this._data=i),k(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(){k=function(t,r,o){var a=o.sourceFormat,s=o.seriesLayoutBy,l=o.startIndex,u=o.dimensionsDefine;t$(t,D[c3(a,s)]),a===u3?(t.getItem=e,t.count=i,t.fillStorage=n):(t.getItem=et(function(t,e){return cq[c3(t,e)]}(a,s),null,r,l,u),t.count=et(function(t,e){return cJ[c3(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;t5(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}},D=t}(),e}(),cZ=function(t,e,n,i){return t[i]},cq=((I={})[u0+"_"+u4]=function(t,e,n,i){return t[i+e]},I[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},I[u1]=cZ,I[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},I[uQ]=cZ,I);function cK(t,e){return cq[c3(t,e)]}var c$=function(t,e,n){return t.length},cJ=((T={})[u0+"_"+u4]=function(t,e,n){return Math.max(0,t.length-e)},T[u0+"_row"]=function(t,e,n){var i=t[0];return i?Math.max(0,i.length-e):0},T[u1]=c$,T[u2]=function(t,e,n){var i=t[n[0].name];return i?i.length:0},T[uQ]=c$,T);function cQ(t,e){return cJ[c3(t,e)]}var c0=function(t,e,n){return t[e]},c1=((A={})[u0]=c0,A[u1]=function(t,e,n){return t[n]},A[u2]=c0,A[uQ]=function(t,e,n){var i=oE(t);return i instanceof Array?i[e]:i},A[u3]=c0,A);function c2(t){return c1[t]}function c3(t,e){return t===u0?t+"_"+e:t}function c5(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 c1[o](i,a,s)}var l=i;return o===uQ&&(l=oE(i)),l}}}var c4=/\{@(.+?)\}/g,c9=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&&en(s.value)&&(s.value=s.value[i]),r||(r=a.getItemModel(t).get("normal"===e?["label","formatter"]:[e,"label","formatter"])),ei(r))?(s.status=e,s.dimensionIndex=i,r(s)):er(r)?uA(r,s).replace(c4,function(e,n){var i=n.length,r=n;"["===r.charAt(0)&&"]"===r.charAt(i-1)&&(r=+r.slice(1,i-1));var s=c5(a,t,r);if(o&&en(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 c5(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function c6(t){var e,n;return es(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function c7(t){return new c8(t)}var c8=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(en(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){ht.reset(e,n,i,r),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:ht.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),en(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}(),ht=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 he(t){}function hn(t){throw Error(t)}function hi(t,e){var n=e&&e.type;return"ordinal"===n?t:("time"!==n||ea(t)||null==t||"-"===t||(t=+oS(t)),null==t||""===t?NaN:Number(t))}var hr=eA({number:function(t){return parseFloat(t)},time:function(t){return+oS(t)},trim:function(t){return er(t)?e_(t):t}}),ho={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}},ha=function(){function t(t,e){ea(e)||hn(""),this._opFn=ho[t],this._rvalFloat=oA(e)}return t.prototype.evaluate=function(t){return ea(t)?this._opFn(t,this._rvalFloat):this._opFn(oA(t),this._rvalFloat)},t}(),hs=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=ea(t)?t:oA(t),i=ea(e)?e:oA(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=er(t),s=er(e);a&&(n=s?t:0),s&&(i=a?e:0)}return n<i?this._resultLT:n>i?-this._resultLT:0},t}(),hl=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}(),hu=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 hi(t,e)},t}();function hc(t){return hg(t.sourceFormat)||hn(""),t.data}function hh(t){var e=t.sourceFormat,n=t.data;if(hg(e)||hn(""),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(t$({},n[r]));return i}}function hd(t,e,n){if(null!=n){if(ea(n)||!isNaN(n)&&!eP(e,n))return t[n];else if(eP(e,n))return e[n]}}function hp(t){return tZ(t)}var hf=eA();function hg(t){return t===u0||t===u1}var hy="undefined",hm=typeof Uint32Array===hy?Array:Uint32Array,hv=typeof Uint16Array===hy?Array:Uint16Array,hx=typeof Int32Array===hy?Array:Int32Array,hb=typeof Float64Array===hy?Array:Float64Array,h_={float:hb,int:hx,ordinal:Array,number:Array,time:hb};function hS(t){return t>65535?hm:hv}function hw(){return[1/0,-1/0]}function hM(t,e,n,i,r){var o=h_[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 hC=function(){function t(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=eA()}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=L[i.sourceFormat];this._dimValueGetter=n||r,this._rawExtent=[],cY(i),this._dimensions=t4(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 h_[e||"float"](this._rawCount),this._rawExtent[r]=hw(),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]=hw());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];hM(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=L.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=t4(o,function(t){return t.property}),u=0;u<a;u++){var c=o[u];s[u]||(s[u]=hw()),hM(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=hS(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(hS(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=t8(t),r=i.length;if(!r)return this;var o=e.count(),a=new(hS(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]]=hw();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(hS(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(hS(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]=hw(),h=new(hS(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=hw();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&&t9(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=tZ(this._extent),t._rawExtent=tZ(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 hi(t[i],this._dimensions[i])}L={arrayRows:t,objectRows:function(t,e,n,i){return hi(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return hi(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),hI=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(hA(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=eu(o=n.get("data",!0))?u3:uQ,e=[];var u=this._getSourceMetaRawOption()||{},c=s&&s.metaRawOption||{},h=ey(u.seriesLayoutBy,c.seriesLayoutBy)||null,d=ey(u.sourceHeader,c.sourceHeader),p=ey(u.dimensions,c.dimensions);t=h!==c.seriesLayoutBy||!!d!=!!c.sourceHeader||p?[cW(o,{seriesLayoutBy:h,sourceHeader:d,dimensions:p},a)]:[]}else if(r){var f=this._applyTransform(i);t=f.sourceList,e=f.upstreamSignList}else t=[cW(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&&hD("");var a=[],s=[];return(t5(t,function(t){t.prepareSource();var e=t.getSource(o||0);null==o||e||hD(""),a.push(e),s.push(t._getVersionSign())}),r)?n=function(t,e,n){var i=oR(t),r=i.length;r||hn("");for(var o=0;o<r;o++)e=function(t,e,n,i){e.length||hn(""),es(t)||hn("");var r=t.type,o=hf.get(r);o||hn("");var a=t4(e,function(t){return function(t,e){var n=new hu,i=t.data,r=n.sourceFormat=t.sourceFormat,o=t.startIndex;t.seriesLayoutBy!==u4&&hn("");var a=[],s={},l=t.dimensionsDefine;if(l)t5(l,function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};a.push(i),null!=n&&(eP(s,n)&&hn(""),s[n]=i)});else for(var u=0;u<t.dimensionsDetectedCount||0;u++)a.push({index:u});var c=cq[c3(r,u4)];e.__isBuiltIn&&(n.getRawDataItem=function(t){return c(i,o,a,t)},n.getRawData=et(hc,null,t)),n.cloneRawData=et(hh,null,t),n.count=et(cJ[c3(r,u4)],null,i,o,a);var h=c1[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=et(hd,null,a,s),n.cloneAllDimensionInfo=et(hp,null,a),n}(t,o)});return t4(oR(o.transform({upstream:a[0],upstreamList:a,config:tZ(t.config)})),function(t,n){es(t)||hn(""),t.data||hn(""),hg(cH(t.data))||hn("");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 cW(t.data,i,null)})}(i[o],e,0,0),o!==r-1&&(e.length=Math.max(e.length,1));return e}(r,a,{datasetIndex:i.componentIndex}):null!=o&&(n=[new cV({data:(e=a[0]).data,sourceFormat:e.sourceFormat,seriesLayoutBy:e.seriesLayoutBy,dimensionsDefine:tZ(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];hA(this._sourceHost)&&a?o=a._innerGetDataStore(t,e,n):(o=new hC).initData(new cU(e,t.length),t),r[n]=o}return o},t.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(hA(t)){var e=ct(t);return e?[e.getSourceManager()]:[]}return t4(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 hA(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 hT(t){t.option.transform&&ew(t.option.transform)}function hA(t){return"series"===t.mainType}function hD(t){throw Error(t)}function hk(t){var e=t.lineHeight;return null==e?"line-height:1":"line-height:"+nc(e+"")+"px"}function hL(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:"+nc(i+"")+"px;color:"+nc(n)+";font-weight:"+nc(r+""),valueStyle:"font-size:"+nc(a+"")+"px;color:"+nc(o)+";font-weight:"+nc(s+"")}:{nameStyle:{fontSize:i,fill:n,fontWeight:r},valueStyle:{fontSize:a,fill:o,fontWeight:s}}}var hP=[0,10,20,30],hO=["","\n","\n\n","\n\n\n"];function hR(t,e){return e.type=t,e}function hN(t){return"section"===t.type}function hz(t,e,n,i){var r,o=e.noHeader,a={html:hP[r=function t(e){if(hN(e)){var n=0,i=e.blocks.length,r=i>1||i>0&&!e.noHeader;return t5(e.blocks,function(e){var i=t(e);i>=n&&(n=i+ +(r&&(!i||hN(e)&&!e.noHeader)))}),n}return 0}(e)],richText:hO[r]},s=[],l=e.blocks||[];eb(!l||en(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(eP(c,u)){var h=new hs(c[u],null);l.sort(function(t,e){return h.evaluate(t.sortParam,e.sortParam)})}else"seriesDesc"===u&&l.reverse()}t5(l,function(n,r){var o=e.valueFormatter,l=(hN(n)?hz:hE)(o?t$(t$({},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):hV(i,s.join(""),o?n:a.html);if(o)return d;var p=uC(e.header,"ordinal",t.useUTC),f=hL(i,t.renderMode).nameStyle,g=hk(i);return"richText"===t.renderMode?hF(t,p,f)+a.richText+d:hV(i,'<div style="'+f+";"+g+';">'+nc(p)+"</div>"+d,n)}function hE(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 t4(t=en(t)?t:[t],function(t,e){return uC(t,en(_)?_[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=hL(i,r),I=C.nameStyle,T=C.valueStyle;return"richText"===r?(s?"":x)+(o?"":hF(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(en(d)?d.join(" "):d,g))):hV(i,(s?"":x)+(o?"":'<span style="'+I+";"+(s?"":"margin-left:2px")+'">'+nc(b)+"</span>")+(a?"":(y=S,m=w,v=M,'<span style="'+(m?"float:right;margin-left:"+(v?"10px":"20px"):"")+";"+T+'">'+t4(y=en(y)?y:[y],function(t){return nc(t)}).join(" ")+"</span>")),n)}}function hB(t,e,n,i,r,o){if(t)return(hN(t)?hz:hE)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function hV(t,e,n){return'<div style="margin: '+n+"px 0 0;"+hk(t)+';">'+e+'<div style="clear:both"></div></div>'}function hF(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function hW(t,e){return uP(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function hG(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var hH=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 er(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};en(e)?t5(e,function(t){return t$(n,t)}):t$(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function hj(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=en(h),p=hW(o,a);if(c>1||d&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=t9(t,function(t,e,n){var i=o.getDimensionInfo(n);return t=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(hR("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?t5(i,function(t){c(c5(o,n,t),t)}):t5(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=c5(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 hR("section",{header:m,noHeader:s||!y,sortParam:r,blocks:[hR("nameValue",{markerType:"item",markerColor:p,name:x,noName:!e_(x),value:e,valueType:n,dataIndex:a})].concat(i||[])})}var hX=oX();function hY(t,e){return t.getName(e)||t.getId(e)}var hU="__universalTransitionEnabled",hZ=function(t){var e;function n(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}return tC(n,t),n.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=c7({count:hK,reset:h$}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(hX(this).sourceManager=new hI(this)).prepareSource();var i=this.getInitialData(t,n);hQ(i,this),this.dataTask.context.data=i,hX(this).dataBeforeProcessed=i,hq(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"),tq(t,e.getTheme().get(this.subType)),tq(t,this.getDefaultOption()),oN(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&uW(t,i,n)},n.prototype.mergeOption=function(t,e){t=tq(this.option,t,!0),this.fillDataTextStyle(t.data);var n=uF(this);n&&uW(this.option,t,n);var i=hX(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);hQ(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,hX(this).dataBeforeProcessed=r,hq(this),this._initSelectedMapFromData(r)},n.prototype.fillDataTextStyle=function(t){if(t&&!eu(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=h1(this);if(!e)return hX(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=h1(this);if(e){var n=e.context;n.outputData=t,e!==this.dataTask&&(n.data=t)}hX(this).data=t},n.prototype.getEncode=function(){var t=this.get("encode",!0);if(t)return eA(t)},n.prototype.getSourceManager=function(){return hX(this).sourceManager},n.prototype.getSource=function(){return this.getSourceManager().getSource()},n.prototype.getRawData=function(){return hX(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 hj({series:this,dataIndex:t,multipleSeries:e})},n.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(tA.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=ca.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=hY(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=t8(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[hY(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},n.prototype.isUniversalTransitionEnabled=function(){if(this[hU])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){es(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l<a;l++){var u=e[l],c=hY(t,u);s[c]=!0,this._selectedDataIndicesMap[c]=t.getRawIndex(u)}}else if("single"===o||!0===o){var h=e[a-1],c=hY(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 hq(t){var e,n,i,r=t.name;oG(t)||(t.name=(n=(e=t.getRawData()).mapDimensionsAll("seriesName"),i=[],t5(n,function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)}),i.join(" ")||r))}function hK(t){return t.model.getRawData().count()}function h$(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),hJ}function hJ(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function hQ(t,e){t5(eD(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),function(n){t.wrapMethod(n,ee(h0,e))})}function h0(t,e){var n=h1(t);return n&&n.setOutputEnd((e||this).count()),e}function h1(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}}t2(hZ,c9),t2(hZ,ca),o4(hZ,uZ);var h2=hZ,h3=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(h3),o8(h3);var h5=h3;function h4(){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 h9=a2.CMD,h6=[[],[],[]],h7=Math.sqrt,h8=Math.atan2;function dt(t,e){if(e){var n,i,r,o,a,s,l=t.data,u=t.len(),c=h9.M,h=h9.C,d=h9.L,p=h9.R,f=h9.A,g=h9.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=h7(e[0]*e[0]+e[1]*e[1]),x=h7(e[2]*e[2]+e[3]*e[3]),b=h8(-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++],e4(s,s,e),l[o++]=s[0],l[o++]=s[1],s[0]+=l[r++],s[1]+=l[r++],e4(s,s,e),l[o++]=s[0],l[o++]=s[1]}for(a=0;a<i;a++){var _=h6[a];_[0]=l[r++],_[1]=l[r++],e4(_,_,e),l[o++]=_[0],l[o++]=_[1]}}t.increaseVersion()}}var de=Math.sqrt,dn=Math.sin,di=Math.cos,dr=Math.PI;function da(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function ds(t,e){return(t[0]*e[0]+t[1]*e[1])/(da(t)*da(e))}function dl(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(ds(t,e))}function du(t,e,n,i,r,o,a,s,l,u,c){var h=dr/180*l,d=di(h)*(t-n)/2+dn(h)*(e-i)/2,p=-1*dn(h)*(t-n)/2+di(h)*(e-i)/2,f=d*d/(a*a)+p*p/(s*s);f>1&&(a*=de(f),s*=de(f));var g=(r===o?-1:1)*de((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+di(h)*y-dn(h)*m,x=(e+i)/2+dn(h)*y+di(h)*m,b=dl([1,0],[(d-y)/a,(p-m)/s]),_=[(d-y)/a,(p-m)/s],S=[(-1*d-y)/a,(-1*p-m)/s],w=dl(_,S);if(-1>=ds(_,S)&&(w=dr),ds(_,S)>=1&&(w=0),w<0){var M=Math.round(w/dr*1e6)/1e6;w=2*dr+M%2*dr}c.addData(u,v,x,a,s,b,w,h,o)}var dc=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/ig,dh=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g,dd=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return ez(e,t),e.prototype.applyTransform=function(t){},e}(ss);function dp(t){return null!=t.setData}function df(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(dc);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(dh)||[],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++],du(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++],du(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=t$({},e);return i.buildPath=function(t){if(dp(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){dt(n,t),this.dirtyShape()},i}function dg(t,e){e=e||{};var n=new ss;return t.shape&&n.setShape(t.shape),n.setStyle(t.style),e.bakeTransform?dt(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 dy=function(){this.cx=0,this.cy=0,this.r=0},dm=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultShape=function(){return new dy},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);dm.prototype.type="circle";var dv=dm,dx=function(){this.cx=0,this.cy=0,this.rx=0,this.ry=0},db=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultShape=function(){return new dx},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);db.prototype.type="ellipse";var d_=db,dS=Math.PI,dw=2*dS,dM=Math.sin,dC=Math.cos,dI=Math.acos,dT=Math.atan2,dA=Math.abs,dD=Math.sqrt,dk=Math.max,dL=Math.min;function dP(t,e,n,i,r,o,a){var s=t-n,l=e-i,u=(a?o:-o)/dD(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)*dD(dk(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 dO=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},dR=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultShape=function(){return new dO},e.prototype.buildPath=function(t,e){!function(t,e){var n,i=dk(e.r,0),r=dk(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=dA(u-l),f=p>dw&&p%dw;if(f>1e-4&&(p=f),i>1e-4)if(p>dw-1e-4)t.moveTo(c+i*dC(l),h+i*dM(l)),t.arc(c,h,i,l,u,!d),r>1e-4&&(t.moveTo(c+r*dC(u),h+r*dM(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*dC(l),P=i*dM(l),O=r*dC(u),R=r*dM(u),N=p>1e-4;if(N){var z=e.cornerRadius;z&&(g=(n=function(t){var e;if(en(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=dA(i-r)/2;if(x=dL(E,m),b=dL(E,v),_=dL(E,g),S=dL(E,y),C=w=dk(x,b),I=M=dk(_,S),(w>1e-4||M>1e-4)&&(T=i*dC(u),A=i*dM(u),D=r*dC(l),k=r*dM(l),p<dS)){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/dM(dI((V*W+F*G)/(dD(V*V+F*F)*dD(W*W+G*G)))/2),j=dD(B[0]*B[0]+B[1]*B[1]);C=dL(w,(i-j)/(H+1)),I=dL(M,(r-j)/(H-1))}}}if(N)if(C>1e-4){var X=dL(m,C),Y=dL(v,C),U=dP(D,k,L,P,i,X,d),Z=dP(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,dT(U.y0,U.x0),dT(Z.y0,Z.x0),!d):(X>0&&t.arc(c+U.cx,h+U.cy,X,dT(U.y0,U.x0),dT(U.y1,U.x1),!d),t.arc(c,h,i,dT(U.cy+U.y1,U.cx+U.x1),dT(Z.cy+Z.y1,Z.cx+Z.x1),!d),Y>0&&t.arc(c+Z.cx,h+Z.cy,Y,dT(Z.y1,Z.x1),dT(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=dL(g,I),Y=dL(y,I),U=dP(O,R,T,A,r,-Y,d),Z=dP(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,dT(U.y0,U.x0),dT(Z.y0,Z.x0),!d):(Y>0&&t.arc(c+U.cx,h+U.cy,Y,dT(U.y0,U.x0),dT(U.y1,U.x1),!d),t.arc(c,h,r,dT(U.cy+U.y1,U.cx+U.x1),dT(Z.cy+Z.y1,Z.cx+Z.x1),d),X>0&&t.arc(c+Z.cx,h+Z.cy,X,dT(Z.y1,Z.x1),dT(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);dR.prototype.type="sector";var dN=dR,dz=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},dE=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultShape=function(){return new dz},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);dE.prototype.type="ring";var dB=dE;function dV(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++)e9(a,a,t[d]),e6(s,s,t[d]);e9(a,a,i[0]),e6(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(eV(t[d]));continue}else r=t[d-1],o=t[d+1];eH(u,o,r),e$(u,u,e);var g=eQ(f,r),y=eQ(f,o),m=g+y;0!==m&&(g/=m,y/=m),e$(c,u,-g),e$(h,u,y);var v=eW([],f,c),x=eW([],f,h);i&&(e6(v,v,a),e9(v,v,s),e6(x,x,a),e9(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 dF=function(){this.points=null,this.smooth=0,this.smoothConstraint=null},dW=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultShape=function(){return new dF},e.prototype.buildPath=function(t,e){dV(t,e,!0)},e}(ss);dW.prototype.type="polygon";var dG=dW,dH=function(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null},dj=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dH},e.prototype.buildPath=function(t,e){dV(t,e,!1)},e}(ss);dj.prototype.type="polyline";var dX=dj,dY={},dU=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1},dZ=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new dU},e.prototype.buildPath=function(t,e){if(this.subPixelOptimize){var n,i,r,o,a=sg(dY,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);dZ.prototype.type="line";var dq=dZ,dK=[],d$=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1};function dJ(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?iu:il)(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?iu:il)(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?iy:ig)(t.x1,t.cpx1,t.x2,e),(n?iy:ig)(t.y1,t.cpy1,t.y2,e)]}var dQ=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new d$},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&&(iv(n,a,r,c,dK),a=dK[1],r=dK[2],iv(i,s,o,c,dK),s=dK[1],o=dK[2]),t.quadraticCurveTo(a,s,r,o)):(c<1&&(id(n,a,l,r,c,dK),a=dK[1],l=dK[2],r=dK[3],id(i,s,u,o,c,dK),s=dK[1],u=dK[2],o=dK[3]),t.bezierCurveTo(a,s,l,u,r,o)))},e.prototype.pointAt=function(t){return dJ(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=dJ(this.shape,t,!0);return eJ(e,e)},e}(ss);dQ.prototype.type="bezier-curve";var d0=dQ,d1=function(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},d2=function(t){function e(e){return t.call(this,e)||this}return ez(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new d1},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);d2.prototype.type="arc";var d3=d2,d5=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="compound",e}return ez(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),d4=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}(),d9=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 ez(e,t),e}(d4),d6=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 ez(e,t),e}(d4),d7=[0,0],d8=[0,0],pt=new nO,pe=new nO,pn=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new nO;for(var n=0;n<2;n++)this._axes[n]=new nO;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);nO.sub(i[0],n[1],n[0]),nO.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(pt.set(1/0,1/0),pe.set(0,0),!this._intersectCheckOneSide(this,t,pt,pe,i,1)&&(n=!1,i)||!this._intersectCheckOneSide(t,this,pt,pe,i,-1)&&(n=!1,i))?n:(i||nO.copy(e,n?pt:pe),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,d7),this._getProjMinMaxOnAxis(s,e._corners,d8),d7[1]<d8[0]||d7[0]>d8[1]){if(a=!1,r)return a;var u=Math.abs(d8[0]-d7[1]),c=Math.abs(d7[0]-d8[1]);Math.min(u,c)>i.len()&&(u<c?nO.scale(i,l,-u*o):nO.scale(i,l,c*o))}else if(n){var u=Math.abs(d8[0]-d7[1]),c=Math.abs(d7[0]-d8[1]);Math.min(u,c)<n.len()&&(u<c?nO.scale(n,l,u*o):nO.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}(),pi=[],pr=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 ez(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 nG(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(pi)),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),po=Math.max,pa=Math.min,ps={};function pl(t){return ss.extend(t)}var pu=function(t,e){var n=df(t,e),i=dd;function r(t){var e=i.call(this,t)||this;return e.applyTransform=n.applyTransform,e.buildPath=n.buildPath,e}return ez(r,i),r};function pc(t,e){return pu(t,e)}function ph(t,e){ps[t]=e}function pd(t){if(ps.hasOwnProperty(t))return ps[t]}function pp(t,e,n,i){var r=new dd(df(t,e));return n&&("center"===i&&(n=pg(n,r.getBoundingRect())),pm(r,n)),r}function pf(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(pg(e,r))}}});return i}function pg(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 py=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(dp(t)){t.appendPath(n);var e=t.getContext();e&&t.rebuildPath(e,1)}},a};function pm(t,e){if(t.applyTransform){var n=t.getBoundingRect().calculateTransform(e);t.applyTransform(n)}}function pv(t,e){return sg(t,t,{lineWidth:e}),t}function px(t){return sy(t.shape,t.shape,t.style),t}var pb=sm;function p_(t,e){for(var n=nC([]);t&&t!==e;)nT(n,t.getLocalTransform(),n),t=t.parent;return n}function pS(t,e,n){return e&&!t3(e)&&(e=rF.getLocalTransform(e)),n&&(e=nL([],e)),e4([],t,e)}function pw(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=pS(o,e,n))[0])>Math.abs(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function pM(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=t$({},t.shape)),e}}function pC(t,e){return t4(t,function(t){var n=t[0];n=pa(n=po(n,e.x),e.x+e.width);var i=t[1];return[n,i=pa(i=po(i,e.y),e.y+e.height)]})}function pI(t,e){var n=po(t.x,e.x),i=pa(t.x+t.width,e.x+e.width),r=po(t.y,e.y),o=pa(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 pT(t,e,n){var i=t$({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),tJ(r,n),new sp(i)):pp(t.replace("path://",""),i,n,"center")}function pA(t,e,n,i,r){for(var o=0,a=r[r.length-1];o<r.length;o++){var s=r[o];if(pD(t,e,n,i,s[0],s[1],a[0],a[1]))return!0;a=s}}function pD(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 pk(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=er(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&&t5(t8(l),function(t){eP(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:tJ({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function pL(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function pP(t,e){if(t)if(en(t))for(var n=0;n<t.length;n++)pL(t[n],e);else pL(t,e)}ps.circle=dv,ps.ellipse=d_,ps.sector=dN,ps.ring=dB,ps.polygon=dG,ps.polyline=dX,ps.rect=s_,ps.line=dq,ps.bezierCurve=d0,ps.arc=d3;var pO=oX(),pR=h4(),pN=function(){function t(){this.group=new r6,this.uid=l3("viewChart"),this.renderTask=c7({plan:pB,reset:pV}),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&&pE(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&pE(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){pP(this.group,t)},t.markUpdateMethod=function(t,e){pO(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function pz(t,e,n){t&&ly(t)&&("emphasis"===e?le:ln)(t,n)}function pE(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?t5(oR(o),function(e){pz(t.getItemGraphicEl(e),n,a)}):t.eachItemGraphicEl(function(t){pz(t,n,a)})}function pB(t){return pR(t.model)}function pV(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&pO(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),pF[l]}o5(pN,["dispose"]),o8(pN);var pF={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)}}},pW=pN,pG="\0__throttleOriginMethod",pH="\0__throttleRate",pj="\0__throttleType";function pX(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 pY(t,e,n,i){var r=t[e];if(r){var o=r[pG]||r,a=r[pj];if(r[pH]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=pX(o,n,"debounce"===i))[pG]=o,r[pj]=i,r[pH]=n}return r}}function pU(t,e){var n=t[e];n&&n[pG]&&(n.clear&&n.clear(),t[e]=n[pG])}var pZ=oX(),pq={itemStyle:at(l$,!0),lineStyle:at(lZ,!0)},pK={lineStyle:"stroke",itemStyle:"fill"};function p$(t,e){var n=t.visualStyleMapper||pq[e];return n||(console.warn("Unknown style type '"+e+"'."),pq.itemStyle)}function pJ(t,e){var n=t.visualDrawType||pK[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var pQ=new l1,p0=Math.PI,p1=function(){function t(t,e,n,i){this._stageTaskMap=eA(),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=eA();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;t5(this._allHandlers,function(i){var r=t.get(i.uid)||t.set(i.uid,{});eb(!(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))}t5(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=eA(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||c7({plan:p9,reset:p6,count:ft}));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||c7({reset:p2});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=eA(),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,c7({reset:p3,onDirty:p4})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}eb(!t.createOnAllSeries,""),l?n.eachRawSeriesByType(l,d):u?u(n,i).each(d):(c=!1,t5(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 ei(t)&&(t={overallReset:t,seriesType:function(t){P=null;try{t(fe,fn)}catch(t){}return P}(t)}),t.uid=l3("stageHandler"),e&&(t.visualType=e),t},t}();function p2(t){t.overallReset(t.ecModel,t.api,t.payload)}function p3(t){return t.overallProgress&&p5}function p5(){this.agent.dirty(),this.getDownstream().dirty()}function p4(){this.agent&&this.agent.dirty()}function p9(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function p6(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?t4(e,function(t,e){return p8(e)}):p7}var p7=p8(0);function p8(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 ft(t){return t.data.count()}var fe={},fn={};function fi(t,e){for(var n in e.prototype)t[n]=eO}fi(fe,cc),fi(fn,cg),fe.eachSeriesByType=fe.eachRawSeriesByType=function(t){P=t},fe.eachComponent=function(t){"series"===t.mainType&&t.subType&&(P=t.subType)};var fr=["#37A2DA","#32C5E9","#67E0E3","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#E062AE","#E690D1","#e7bcf3","#9d96f5","#8378EA","#96BFFF"],fo="#B9B8CE",fa="#100C2A",fs=function(){return{axisLine:{lineStyle:{color:fo}},splitLine:{lineStyle:{color:"#484753"}},splitArea:{areaStyle:{color:["rgba(255,255,255,0.02)","rgba(255,255,255,0.05)"]}},minorSplitLine:{lineStyle:{color:"#20203B"}}}},fl=["#4992ff","#7cffb2","#fddd60","#ff6e76","#58d9f9","#05c091","#ff8a45","#8d48e3","#dd79ff"],fu={darkMode:!0,color:fl,backgroundColor:fa,axisPointer:{lineStyle:{color:"#817f91"},crossStyle:{color:"#817f91"},label:{color:"#fff"}},legend:{textStyle:{color:fo},pageTextStyle:{color:fo}},textStyle:{color:fo},title:{textStyle:{color:"#EEF1FA"},subtextStyle:{color:"#B9B8CE"}},toolbox:{iconStyle:{borderColor:fo}},dataZoom:{borderColor:"#71708A",textStyle:{color:fo},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:fo}},timeline:{lineStyle:{color:fo},label:{color:fo},controlStyle:{color:fo,borderColor:fo}},calendar:{itemStyle:{color:fa},dayLabel:{color:fo},monthLabel:{color:fo},yearLabel:{color:fo}},timeAxis:fs(),logAxis:fs(),valueAxis:fs(),categoryAxis:fs(),line:{symbol:"circle"},graph:{color:fl},gauge:{title:{color:fo},axisLine:{lineStyle:{color:[[1,"rgba(207,212,219,0.2)"]]}},axisLabel:{color:fo},detail:{color:"#EEF1FA"}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}}};fu.categoryAxis.splitLine.show=!1;var fc=function(){function t(){}return t.prototype.normalizeQuery=function(t){var e={},n={},i={};if(er(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};t5(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}(),fh=["symbol","symbolSize","symbolRotate","symbolOffset"],fd=fh.concat(["symbolKeepAspect"]);function fp(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 ff(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 fg(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 fy(t,e){t5([[t+"ToggleSelect","toggleSelect"],[t+"Select","select"],[t+"UnSelect","unselect"]],function(n){e(n[0],function(e,i,r){var o,a;e=t$({},e),r.dispatchAction(t$(e,{type:n[1],seriesIndex:(o=e,a=[],i.eachComponent({mainType:"series",subType:t,query:o},function(t){a.push(t.seriesIndex)}),a)}))})})}function fm(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:en(u)?l.getName(u[0]):l.getName(u),selected:er(i)?i:t$({},i)})}})}function fv(t,e,n){for(var i;t&&(!e(t)||(i=t,!n));)t=t.__hostTarget||t.parent;return i}var fx=Math.round(9*Math.random()),fb="function"==typeof Object.defineProperty,f_=function(){function t(){this._id="__ec_inner_"+fx++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var n=this._guard(t);return fb?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}(),fS=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()}}),fw=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()}}),fM=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()}}),fC=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()}}),fI={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}},fT={};t5({line:dq,rect:s_,roundRect:s_,square:s_,circle:dv,diamond:fw,pin:fM,arrow:fC,triangle:fS},function(t,e){fT[e]=new t});var fA=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=fT[i];r||(r=fT[i="rect"]),fI[i](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,n)}}});function fD(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 fk(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://")?pf(t.slice(8),new nG(e,n,i,r),a?"center":"cover"):0===t.indexOf("path://")?pp(t.slice(7),{},new nG(e,n,i,r),a?"center":"cover"):new fA({shape:{symbolType:t,x:e,y:n,width:i,height:r}})).__isEmptyBrush=l,s.setColor=fD,o&&s.setColor(o),s}function fL(t){return en(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function fP(t,e){if(null!=t)return en(t)||(t=[t,t]),[oc(t[0],e[0])||0,oc(ey(t[1],t[0]),e[1])||0]}function fO(t){return isFinite(t)}function fR(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=fO(a)?a:.5,s=fO(s)?s:.5,l=l>=0&&fO(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=fO(u)?u:0,c=fO(c)?c:1,h=fO(h)?h:0,d=fO(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 fN(t){return parseInt(t,10)}function fz(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]||fN(s[i])||fN(t.style[i]))-(fN(s[o])||0)-(fN(s[a])||0)|0}function fE(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]:ea(e)?[e]:en(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=t4(r,function(t){return t/a}),o/=a)}return[r,o]}var fB=new a2(!0);function fV(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}function fF(t){return"string"==typeof t&&"none"!==t}function fW(t){var e=t.fill;return null!=e&&"none"!==e}function fG(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 fH(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 fj(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)*eR),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var fX=["shadowBlur","shadowOffsetX","shadowOffsetY"],fY=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function fU(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){fK(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||(fK(t,r),o=!0),t.globalCompositeOperation=e.blend||ax.blend);for(var s=0;s<fX.length;s++){var l=fX[s];(i||e[l]!==n[l])&&(o||(fK(t,r),o=!0),t[l]=t.dpr*(e[l]||0))}return(i||e.shadowColor!==n.shadowColor)&&(o||(fK(t,r),o=!0),t.shadowColor=e.shadowColor||ax.shadowColor),o}function fZ(t,e,n,i,r){var o=f$(e,r.inHover),a=i?null:n&&f$(n,r.inHover)||{};if(o===a)return!1;var s=fU(t,o,a,i,r);if((i||o.fill!==a.fill)&&(s||(fK(t,r),s=!0),fF(o.fill)&&(t.fillStyle=o.fill)),(i||o.stroke!==a.stroke)&&(s||(fK(t,r),s=!0),fF(o.stroke)&&(t.strokeStyle=o.stroke)),(i||o.opacity!==a.opacity)&&(s||(fK(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||(fK(t,r),s=!0),t.lineWidth=l)}for(var u=0;u<fY.length;u++){var c=fY[u],h=c[0];(i||o[h]!==a[h])&&(s||(fK(t,r),s=!0),t[h]=o[h]||c[1])}return s}function fq(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 fK(t,e){e.batchFill&&t.fill(),e.batchStroke&&t.stroke(),e.batchFill="",e.batchStroke=""}function f$(t,e){return e&&t.__hoverStyle||t.style}function fJ(t,e){fQ(t,e,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function fQ(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&&(fK(t,n),t.restore(),u=l=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),a&&a.length){fK(t,n),t.save();for(var c=!1,h=0;h<a.length;h++){var d=a[h];c=c||d.isZeroArea(),fq(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=fW(y=e.style),v=fV(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||fK(t,n):(fK(t,n),fq(t,e));var g=f$(e,n.inHover);if(e instanceof ss)1!==n.lastDrawType&&(u=!0,n.lastDrawType=1),fZ(t,e,p,u,n),f&&(n.batchFill||n.batchStroke)||t.beginPath(),function(t,e,n,i){var r,o,a,s=fV(n),l=fW(n),u=n.strokePercent,c=u<1,h=!e.path;(!e.silent||c)&&h&&e.createPathProxy();var d=e.path||fB,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?fR(t,f,M):e.__canvasFillGradient,e.__canvasFillGradient=b),m&&(_=p?fR(t,g,M):e.__canvasStrokeGradient,e.__canvasStrokeGradient=_),v&&(S=p||!e.__canvasFillPattern?fj(t,f,e):e.__canvasFillPattern,e.__canvasFillPattern=S),x&&(w=p||!e.__canvasStrokePattern?fj(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=fE(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&&fH(t,n),l&&fG(t,n)):(l&&fG(t,n),s&&fH(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),fZ(t,e,p,u,n);var y,m,v,x,b,_=g.text;if(null!=_&&(_+=""),_){t.font=g.font||tk,t.textAlign=g.textAlign,t.textBaseline=g.textBaseline;var S=void 0,w=void 0;t.setLineDash&&g.lineDash&&(S=(b=fE(e))[0],w=b[1]),S&&(t.setLineDash(S),t.lineDashOffset=w),g.strokeFirst?(fV(g)&&t.strokeText(_,g.x,g.y),fW(g)&&t.fillText(_,g.x,g.y)):(fW(g)&&t.fillText(_,g.x,g.y),fV(g)&&t.strokeText(_,g.x,g.y)),S&&t.setLineDash([])}}else e instanceof sp?(2!==n.lastDrawType&&(u=!0,n.lastDrawType=2),r=u,fU(t,f$(e,n.inHover),p&&f$(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(),fQ(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(),fQ(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&&fK(t,n),e.innerAfterBrush(),e.afterBrush&&e.afterBrush(),n.prevEl=e,e.__dirty=0,e.__isRendered=!0}var f0=new f_,f1=new iC(100),f2=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function f3(t,e){if("none"===t)return null;var n=e.getDevicePixelRatio(),i=e.getZr(),r="svg"===i.painter.type;t.dirty&&f0.delete(t);var o=f0.get(t);if(o)return o;var a=tJ(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<f2.length;++u){var c=a[f2[u]];if(null!=c&&!en(c)&&!er(c)&&!ea(c)&&"boolean"!=typeof c){l=!1;break}s.push(c)}if(l){e=s.join(",")+(r?"-svg":"");var h=f1.get(e);h&&(r?t.svgElement=h:t.image=h)}var d=function t(e){if(!e||0===e.length)return[[0,0]];if(ea(e)){var n=Math.ceil(e);return[[n,n]]}for(var i=!0,r=0;r<e.length;++r)if(!ea(e[r])){i=!1;break}if(i)return t([e]);for(var o=[],r=0;r<e.length;++r)if(ea(e[r])){var n=Math.ceil(e[r]);o.push([n,n])}else{var n=t4(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(ea(t)){var e=Math.ceil(t);return[e,e]}var n=t4(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(er(e))return[[e]];for(var n=!0,i=0;i<e.length;++i)if(!er(e[i])){n=!1;break}if(n)return t([e]);for(var r=[],i=0;i<e.length;++i)er(e[i])?r.push([e[i]]):r.push(e[i]);return r}(a.symbol),g=t4(d,function(t){return f5(t)}),y=f5(p),m=!r&&tP.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=fk(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 fJ(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&&f1.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,f0.set(t,s),t.dirty=!1,s}function f5(t){for(var e=0,n=0;n<t.length;++n)e+=t[n];return t.length%2==1?2*e:e}var f4=new nt,f9={},f6="5.6.0",f7={zrender:"5.6.1"},f8={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}},gt="__flagInMainProcess",ge="__pendingUpdate",gn="__needsUpdateStatus",gi=/^[a-zA-Z0-9_]+$/,gr="__connectUpdateStatus";function go(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return this.isDisposed()?void this.id:gs(this,t,e)}}function ga(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return gs(this,t,e)}}function gs(t,e,n){return n[0]=n[0]&&n[0].toLowerCase(),nt.prototype[e].apply(t,n)}var gl=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e}(nt),gu=gl.prototype;gu.on=ga("on"),gu.off=ga("off");var gc=function(t){function e(e,n,i){var r=t.call(this,new fc)||this;r._chartsViews=[],r._chartsMap={},r._componentsViews=[],r._componentsMap={},r._pendingActions=[],i=i||{},er(n)&&(n=gx[n]),r._dom=e,i.ssr&&(S=function(t){var e=sB(t),n=e.dataIndex;if(null!=n){var i=eA();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:ey(i.useDirtyRect,!1),useCoarsePointer:ey(i.useCoarsePointer,"auto"),pointerSize:i.pointerSize});r._ssr=i.ssr,r._throttledZrFlush=pX(et(o.flush,o),17),(n=tZ(n))&&cE(n,!0),r._theme=n,r._locale=function(t){if(!er(t))return tq(tZ(t),tZ(l4.EN),!1);var e=l4[t.toUpperCase()]||{};return"ZH"===t||"EN"===t?tZ(e):tq(tZ(e),tZ(l4.EN),!1)}(i.locale||l6),r._coordSysMgr=new cm;var a=r._api=U(r);function s(t,e){return t.__prio-e.__prio}return n2(gv,s),n2(gy,s),r._scheduler=new p1(r,a,gy,gv),r._messageCenter=new gl,r._initEvents(),r.resize=et(r.resize,r),o.animation.on("frame",r._onframe,r),G(o,r),H(o,r),ew(r),r}return tC(e,t),e.prototype._onframe=function(){if(!this._disposed){K(this);var t=this._scheduler;if(this[ge]){var e=this[ge].silent;this[gt]=!0;try{O(this),z.update.call(this,null,this[ge].updateParams)}catch(t){throw this[gt]=!1,this[ge]=null,t}this._zr.flush(),this[gt]=!1,this[ge]=null,F.call(this,e),W.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),B(this,i),t.performVisualTasks(i),Y(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[gt]){if(this._disposed)return void this.id;if(es(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[gt]=!0,!this._model||e){var i,r,o,a=new cx(this._api),s=this._theme,l=this._model=new cc;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},gm);var u={seriesTransition:o,optionChanged:!0};if(n)this[ge]={silent:i,updateParams:u},this[gt]=!1,this.getZr().wakeUp();else{try{O(this),z.update.call(this,null,u)}catch(t){throw this[ge]=null,this[gt]=!1,t}this._ssr||this._zr.flush(),this[ge]=null,this[gt]=!1,F.call(this,i),W.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||tA.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(tA.svgSupported){var t=this._zr;return t5(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;t5(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 t5(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(!gS[n])return this.getDataURL(t);var a=o,s=o,l=-o,u=-o,c=[],h=t&&t.pixelRatio||this.getDevicePixelRatio();t5(g_,function(o,h){if(o.group===n){var d=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(tZ(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=tP.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}})),t5(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 t5(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 E(this,"convertToPixel",t,e)},e.prototype.convertFromPixel=function(t,e){return E(this,"convertFromPixel",t,e)},e.prototype.containPixel=function(t,e){var n;return this._disposed?void this.id:(t5(oU(this._model,t),function(t,i){i.indexOf("Models")>=0&&t5(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?fp(i,r,e):ff(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;t5(gd,function(t){var e=function(e){var n,r=i.getModel(),o=e.target;if("globalout"===t?n={}:o&&fv(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=t$({},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)}),t5(gg,function(t,e){i._messageCenter.on(e,function(t){this.trigger(e,t)},i)}),t5(["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?(fm("map","selectchanged",e,i,t),fm("pie","selectchanged",e,i,t)):"select"===t.fromAction?(fm("map","selected",e,i,t),fm("pie","selected",e,i,t)):"unselect"===t.fromAction&&(fm("map","unselected",e,i,t),fm("pie","unselected",e,i,t))})},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){if(this._disposed)return void 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(),gC,"");var t=this._api,e=this._model;t5(this._componentsViews,function(n){n.dispose(e,t)}),t5(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 g_[this.id]},e.prototype.resize=function(t){if(!this[gt]){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[ge]&&(null==i&&(i=this[ge].silent),n=!0,this[ge]=null),this[gt]=!0;try{n&&O(this),z.update.call(this,{type:"resize",animation:t$({duration:0},t&&t.animation)})}catch(t){throw this[gt]=!1,t}this[gt]=!1,F.call(this,i),W.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)return void this.id;if(es(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),gb[t]){var n=gb[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){if(this._disposed)return void this.id;this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null},e.prototype.makeActionFromEvent=function(t){var e=t$({},t);return e.type=gg[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)return void this.id;if((es(e)||(e={silent:!!e}),gf[t.type])&&this._model){if(this[gt])return void this._pendingActions.push(t);var n=e.silent;V.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&tA.browser.weChat&&this._throttledZrFlush(),F.call(this,n),W.call(this,n)}},e.prototype.updateLabelLayout=function(){f4.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)}})}O=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),R(t,!0),R(t,!1),e.plan()},R=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?h5.getClass(h.main,h.sub):pW.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)}},N=function(t,e,n,i,r){var o,a=t._model;if(a.setUpdatePayload(n),!i)return void t5([].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=eA(),t5(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 h2)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=(en(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&&t5(a,function(t){n.type===sY?le(t):ln(t)})}else if(lm(n)&&e instanceof h2){if(t._api,lm(n)){var s=n.dataType,l=oj(e.getData(s),n);en(l)||(l=[l]),e[n.type===sK?"toggleSelect":n.type===sZ?"select":"unselect"](l,s)}ll(e),q(t)}}},t),a&&a.eachComponent(l,function(e){o&&null!=o.get(e.id)||c(t["series"===i?"_chartsMap":"_componentsMap"][e.__viewId])},t)},z={prepareAndUpdate:function(t){O(this),z.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),B(this,i),a.update(i,r),t(i),s.performVisualTasks(i,e),j(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),f4.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=eA();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}),Y(this,i,r,e,{},a),f4.trigger("afterupdate",i,r)}},updateView:function(e){var n=this._model;n&&(n.setUpdatePayload(e),pW.markUpdateMethod(e,"updateView"),t(n),this._scheduler.performVisualTasks(n,e,{setDirty:!0}),j(this,n,this._api,e,{}),f4.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()}),pW.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)}),f4.trigger("afterupdate",i,this._api))},updateLayout:function(t){z.update.call(this,t)}},E=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}},B=function(t,e){var n=t._chartsMap,i=t._scheduler;e.eachSeries(function(t){i.updateStreamModes(t,n[t.__viewId])})},V=function(t,e){var n,i=this,r=this.getModel(),o=t.type,a=t.escapeConnect,s=gf[o],l=s.actionInfo,u=(l.update||"update").split(":"),c=u.pop(),h=null!=u[0]&&o3(u[0]);this[gt]=!0;var d=[t],p=!1;t.batch&&(p=!0,d=t4(t.batch,function(e){return(e=tJ(t$({},e),t)).batch=null,e}));var f=[],g=lm(t),y=lv(t);if(y&&lr(this._api),t5(d,function(e){if((n=(n=s.action(e,i._model,i._api))||t$({},e)).type=l.event||n.type,f.push(n),y){var r=oZ(t),o=r.queryOptionMap;N(i,c,e,r.mainTypeSpecified?o.keys()[0]:"series"),q(i)}else g?(N(i,c,e,"series"),q(i)):h&&N(i,c,e,h.main,h.sub)}),"none"!==c&&!y&&!g&&!h)try{this[ge]?(O(this),z.update.call(this,t),this[ge]=null):z[c].call(this,t)}catch(t){throw this[gt]=!1,t}if(n=p?{type:l.event||o,escapeConnect:a,batch:f}:f[0],this[gt]=!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){t5(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)}}},F=function(t){for(var e=this._pendingActions;e.length;){var n=e.shift();V.call(this,n,t)}},W=function(t){t||this.trigger("updated")},G=function(t,e){t.on("rendered",function(n){e.trigger("rendered",n),!t.animation.isFinished()||e[ge]||e._scheduler.unfinished||e._pendingActions.length||e.trigger("finished")})},H=function(t,e){t.on("mouseover",function(t){var n,i,r,o,a,s=fv(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),t5(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)),q(e))}).on("mouseout",function(t){var n,i,r,o=fv(t.target,ly);o&&(lr(n=e._api),(r=ls((i=sB(o)).componentMainType,i.componentIndex,i.componentHighDownName,n).dispatchers)?t5(r,function(e){return lt(e,t)}):lt(o,t),q(e))}).on("click",function(t){var n=fv(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})}})},j=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);n2(a,function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel}),t5(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),X(t,e,n,i,r),t5(t._chartsViews,function(t){t.__alive=!1}),Y(t,e,n,i,r),t5(t._chartsViews,function(t){t.__alive||t.remove(e,n)})},X=function(t,e,o,a,s,l){t5(l||t._componentsViews,function(t){var s=t.__model;i(s,t),t.render(s,e,o,a),n(s,t),r(s,t)})},Y=function(t,e,o,a,s,l){var u,c,h,d,p=t._scheduler;s=t$(s||{},{updatedSeries:e.getSeries()}),f4.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,f4.trigger("series:layoutlabels",e,o,s),f4.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"))||tA.node||tA.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)})}}),f4.trigger("series:afterupdate",e,o,s)},q=function(t){t[gn]=!0,t.getZr().wakeUp()},K=function(t){t[gn]&&(t.getZr().storage.traverse(function(t){lM(t)||e(t)}),t[gn]=!1)},U=function(t){return new(function(e){function n(){return null!==e&&e.apply(this,arguments)||this}return tC(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),q(t)},n.prototype.leaveEmphasis=function(e,n){ln(e,n),q(t)},n.prototype.enterBlur=function(e){s4(e,s1),q(t)},n.prototype.leaveBlur=function(e){s4(e,s2),q(t)},n.prototype.enterSelect=function(e){s4(e,s3),q(t)},n.prototype.leaveSelect=function(e){s4(e,s5),q(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}(cg))(t)},Z=function(t){function e(t,e){for(var n=0;n<t.length;n++)t[n][gr]=e}t5(gg,function(n,i){t._messageCenter.on(i,function(n){if(gS[t.group]&&0!==t[gr]&&(!n||!n.escapeConnect)){var i=t.makeActionFromEvent(n),r=[];t5(g_,function(e){e!==t&&e.group===t.group&&r.push(e)}),e(r,0),t5(r,function(t){1!==t[gr]&&t.dispatchAction(i)}),e(r,2)}})})}}(),e}(nt),gh=gc.prototype;gh.on=go("on"),gh.off=go("off"),gh.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 gd=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function gp(t){}var gf={},gg={},gy=[],gm=[],gv=[],gx={},gb={},g_={},gS={},gw=+new Date-0,gM=+new Date-0,gC="_echarts_instance_";function gI(t,e,n){var i=!(n&&n.ssr);if(i){var r=gL(t);if(r)return r}var o=new gc(t,e,n);return o.id="ec_"+gw++,g_[o.id]=o,i&&oJ(t,gC,o.id),Z(o),f4.trigger("afterinit",o),o}function gT(t){if(en(t)){var e=t;t=null,t5(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+gM++,t5(e,function(e){e.group=t})}return gS[t]=!0,t}function gA(t){gS[t]=!1}var gD=gA;function gk(t){er(t)?t=g_[t]:t instanceof gc||(t=gL(t)),t instanceof gc&&!t.isDisposed()&&t.dispose()}function gL(t){return g_[t.getAttribute?t.getAttribute(gC):t[gC]]}function gP(t){return g_[t]}function gO(t,e){gx[t]=e}function gR(t){0>t0(gm,t)&&gm.push(t)}function gN(t,e){gX(gy,t,e,2e3)}function gz(t){gB("afterinit",t)}function gE(t){gB("afterupdate",t)}function gB(t,e){f4.on(t,e)}function gV(t,e,n){ei(e)&&(n=e,e="");var i=es(t)?t.type:[t,t={event:e}][0];t.event=(t.event||i).toLowerCase(),gg[e=t.event]||(eb(gi.test(i)&&gi.test(e)),gf[i]||(gf[i]={action:n,actionInfo:t}),gg[e]=i)}function gF(t,e){cm.register(t,e)}function gW(t){var e=cm.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()}function gG(t,e){gX(gv,t,e,1e3,"layout")}function gH(t,e){gX(gv,t,e,3e3,"visual")}var gj=[];function gX(t,e,n,i,r){if((ei(e)||es(e))&&(n=e,e=i),!(t0(gj,n)>=0)){gj.push(n);var o=p1.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function gY(t,e){gb[t]=e}function gU(t){tO({createCanvas:t})}function gZ(t,e,n){var i=f9.registerMap;i&&i(t,e,n)}function gq(t){var e=f9.getMap;return e&&e(t)}var gK=function(t){var e=(t=tZ(t)).type;e||hn("");var n=e.split(":");2!==n.length&&hn("");var i=!1;"echarts"===n[0]&&(e=n[1],i=!0),t.__isBuiltIn=i,hf.set(e,t)};gH(2e3,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=p$(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=pJ(t,i),l=o[s],u=ei(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||ei(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||ei(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=t$({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}}),gH(4500,{createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!(t.ignoreStyleOnData||e.isSeriesFiltered(t))){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=p$(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){pQ.option=n[i];var a=r(pQ);t$(t.ensureUniqueItemVisual(e,"style"),a),pQ.option.decal&&(t.setItemVisual(e,"decal",pQ.option.decal),pQ.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}}),gH(4500,{performRawSeries:!0,overallReset:function(t){var e=eA();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)),pZ(t).scope=r}}),t.eachSeries(function(e){if(!(e.isColorBySeries()||t.isSeriesFiltered(e))){var n=e.getRawData(),i={},r=e.getData(),o=pZ(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=pJ(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)}})}})}}),gH(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<fh.length;a++){var s=fh[a],l=t.get(s);ei(l)?(o=!0,r[s]=l):i[s]=l}if(i.symbol=i.symbol||t.defaultSymbol,n.setVisual(t$({legendIcon:t.legendIcon||i.symbol,symbolKeepAspect:t.get("symbolKeepAspect")},i)),!e.isSeriesFiltered(t)){var u=t8(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}}}}}),gH(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<fd.length;i++){var r=fd[i],o=n.getShallow(r,!0);null!=o&&t.setItemVisual(e,r,o)}}:null}}}),gH(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=f3(n,e))});var r=i.getVisual("decal");r&&(i.getVisual("style").decal=f3(r,e))}})}),gR(cE),gN(900,function(t){var e=eA();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(cB)}),gb.default=function(t,e){tJ(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 d3({shape:{startAngle:-p0/2,endAngle:-p0/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*p0/2}).start("circularInOut"),n.animateShape(!0).when(1e3,{startAngle:3*p0/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},gV({type:sY,event:sY,update:sY},eO),gV({type:sU,event:sU,update:sU},eO),gV({type:sZ,event:sZ,update:sZ},eO),gV({type:sq,event:sq,update:sq},eO),gV({type:sK,event:sK,update:sK},eO),gx.light={color:fr,colorLayer:[["#37A2DA","#ffd85c","#fd7b5f"],["#37A2DA","#67E0E3","#FFDB5C","#ff9f7f","#E062AE","#9d96f5"],["#37A2DA","#32C5E9","#9FE6B8","#FFDB5C","#ff9f7f","#fb7293","#e7bcf3","#8378EA","#96BFFF"],fr]},gx.dark=fu;var g$={},gJ=[],gQ={registerPreprocessor:gR,registerProcessor:gN,registerPostInit:gz,registerPostUpdate:gE,registerUpdateLifecycle:gB,registerAction:gV,registerCoordinateSystem:gF,registerLayout:gG,registerVisual:gH,registerTransform:gK,registerLoading:gY,registerMap:gZ,registerImpl:function(t,e){f9[t]=e},PRIORITY:f8,ComponentModel:uZ,ComponentView:h5,SeriesModel:h2,ChartView:pW,registerComponentModel:function(t){uZ.registerClass(t)},registerComponentView:function(t){h5.registerClass(t)},registerSeriesModel:function(t){h2.registerClass(t)},registerChartView:function(t){pW.registerClass(t)},registerSubTypeDefaulter:function(t,e){uZ.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){r7[t]=e}};function g0(t){if(en(t))return void t5(t,function(t){g0(t)});t0(gJ,t)>=0||(gJ.push(t),ei(t)&&(t={install:t}),t.install(gQ))}function g1(t){return null==t?0:t.length||1}function g2(t){return t}var g3=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||g2,this._newKeyGetter=i||g2,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=g1(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=g1(l),h=g1(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=g1(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=g1(s);0===l?(e[a]=o,r&&n.push(a)):1===l?e[a]=[s,o]:s.push(o)}}},t}(),g5=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 g4(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function g9(t){return"category"===t?"ordinal":"time"===t?"time":"float"}var g6=function(t){this.otherDims={},null!=t&&t$(this,t)},g7=oX(),g8={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},yt=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=yi(this.source)))},t.prototype.getSourceDimensionIndex=function(t){return ey(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=cY(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+=g8[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 ye(t){return t instanceof yt}function yn(t){for(var e=eA(),n=0;n<(t||[]).length;n++){var i=t[n],r=es(i)?i.name:i;null!=r&&null==e.get(r)&&e.set(r,n)}return e}function yi(t){var e=g7(t);return e.dimNameMap||(e.dimNameMap=yn(t.dimensionsDefine))}var yr=es,yo=t4,ya="undefined"==typeof Int32Array?Array:Int32Array,ys=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],yl=["_approximateExtent"],yu=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;ye(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=er(c)?new g6({name:c}):c instanceof g6?c:new g6(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=eA();t5(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(ea(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 hC&&(g=t),!g){var m=this.dimensions,v=cF(t)||t3(t)?new cU(t,m.length):t;g=new hC;var x=yo(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=eA(),l=[],u=[],c={},t5(i.dimensions,function(t){var e=i.getDimensionInfo(t),n=e.coordDim;if(n){var r,o=e.coordDimIndex;g4(a,n)[o]=t,e.isExtraCoord||(s.set(n,1),"ordinal"!==(r=e.type)&&"time"!==r&&(l[0]=t),g4(c,n)[o]=i.getDimensionIndex(e.name)),e.defaultTooltip&&u.push(t)}uJ.each(function(t,n){var i=g4(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=t4(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 g5(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&&ti(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&&es(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++)ti(this,a);$(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){yr(t)?t$(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=Q(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 J(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 en(t)?i.getValues(yo(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){ei(t)&&(n=e,e=t,t=[]);var i=n||this,r=yo(tt(t),this._getStoreDimIndex,this);this._store.each(r,i?et(e,i):e)},t.prototype.filterSelf=function(t,e,n){ei(t)&&(n=e,e=t,t=[]);var i=n||this,r=yo(tt(t),this._getStoreDimIndex,this);return this._store=this._store.filter(r,i?et(e,i):e),this},t.prototype.selectRange=function(t){var e=this,n={},i=t8(t),r=[];return t5(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){ei(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=yo(tt(t),this._getStoreDimIndex,this),a=tn(this);return a._store=this._store.map(o,r?et(e,r):e),a},t.prototype.modify=function(t,e,n,i){var r=n||i||this,o=yo(tt(t),this._getStoreDimIndex,this);this._store.modify(o,r?et(e,r):e)},t.prototype.downSample=function(t,e,n,i){var r=tn(this);return r._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),r},t.prototype.minmaxDownSample=function(t,e){var n=tn(this);return n._store=this._store.minmaxDownSample(this._getStoreDimIndex(t),e),n},t.prototype.lttbDownSample=function(t,e){var n=tn(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 g3(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(e){return J(t,e)},function(t){return J(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||{},yr(t)?t$(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&&(en(r=this.getVisual(e))?r=r.slice():yr(r)&&(r=t$({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,yr(e)?t$(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){yr(t)?t$(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?t$(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){t5(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:yo(this.dimensions,this._getDimInfo,this),this.hostModel)),te(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];ei(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(ev(arguments)))})},t.internalField=void($=function(t){var e=t._invertedIndicesMap;t5(e,function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new ya(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}})},Q=function(t,e,n){return oW(t._getCategory(e,n),null)},J=function(t,e){var n=t._idList[e];return null==n&&null!=t._idDimIdx&&(n=Q(t,t._idDimIdx,e)),null==n&&(n="e\0\0"+e),n},tt=function(t){return en(t)||(t=null!=t?[t]:[]),t},tn=function(e){var n=new t(e._schema?e._schema:yo(e.dimensions,e._getDimInfo,e),e.hostModel);return te(n,e),n},te=function(t,e){t5(ys.concat(e.__wrappedMethods||[]),function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t.__wrappedMethods=e.__wrappedMethods,t5(yl,function(n){t[n]=tZ(e[n])}),t._calculationInfo=t$({},e._calculationInfo)},ti=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=Q(t,r,e)),null==s&&null!=o&&(i[e]=s=Q(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 yc(t,e){return yh(t,e).dimensions}function yh(t,e){cF(t)||(t=cG(t));var n,i,r,o,a,s=(e=e||{}).coordDimensions||[],l=e.dimensionsDefine||t.dimensionsDefine||[],u=eA(),c=[],h=(n=t,i=s,r=l,o=e.dimensionsCount,a=Math.max(n.dimensionsDetectedCount||1,i.length,r.length,o||0),t5(i,function(t){var e;es(t)&&(e=t.dimsDef)&&(a=Math.max(a,e.length))}),a),d=e.canOmitUnusedDimensions&&h>30,p=l===t.dimensionsDefine,f=p?yi(t):yn(l),g=e.encodeDefine;!g&&e.encodeDefaulter&&(g=e.encodeDefaulter(t,h));for(var y=eA(g),m=new hx(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=es(n)?n:{name:n},r=new g6,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&&!er(n[0])&&n[0]<0)return void y.set(e,!1);var i=y.set(e,[]);t5(n,function(t,n){var r=er(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))}t5(s,function(t){if(er(t))r=t,i={};else{var e,n,i,r=(i=t).name,o=i.ordinalMeta;i.ordinalMeta=null,(i=t$({},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++)}t5(a,function(t,o){var a=x(t);if(p&&null!=i.type&&(a.type=i.type),_(tJ(a,i),r,o),null==a.name&&e){var s=e[o];es(s)||(s={name:s}),a.name=a.displayName=s.name,a.defaultTooltip=s.defaultTooltip}n&&tJ(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)t5(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&&(ce(t,T)===u9.Must||A.isExtraCoord&&(null!=A.otherDims.itemName||null!=A.otherDims.seriesName))&&(A.type="ordinal")}return function(t){for(var e=eA(),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 yt({source:t,dimensions:c,fullDimensionCount:h,dimensionOmitted:d})}var yd=function(t){this.coordSysDims=[],this.axisMap=eA(),this.categoryAxisMap=eA(),this.coordSysName=t},yp={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),yf(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),yf(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),yf(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),yf(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),yf(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();t5(o.parallelAxisIndex,function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),yf(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))})}};function yf(t){return"category"===t.get("type")}function yg(t,e,n){var i,r,o,a,s,l,u,c=(n=n||{}).byIndex,h=n.stackedCoordDimension;ye(e.schema)?(i=(r=e.schema).dimensions,o=e.store):i=e;var d=!!(t&&t.get("stack"));if(t5(i,function(t,e){er(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;t5(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 yy(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function ym(t,e){return yy(t,e)?t.getCalculationInfo("stackResultDimension"):e}var yv=function(t,e,n){n=n||{};var i,r,o,a,s,l,u,c,h=e.getSourceManager(),d=!1;t?(d=!0,c=cG(t)):d=(c=h.getSource()).sourceFormat===uQ;var p=function(t){var e=t.get("coordinateSystem"),n=new yd(e),i=yp[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),f=(r=e.get("coordinateSystem"),o=cm.get(r),p&&p.coordSysDims&&(i=t4(p.coordSysDims,function(t){var e={name:t},n=p.axisMap.get(t);return n&&(e.type=g9(n.get("type"))),e})),i||(i=o&&(o.getDimensionsInfo?o.getDimensionsInfo():o.dimensions.slice())||["x","y"]),i),g=n.useEncodeDefaulter,y=ei(g)?g:g?ee(u7,f,e):null,m=yh(c,{coordDimensions:f,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:y,canOmitUnusedDimensions:!d}),v=(a=m.dimensions,s=n.createInvertedIndices,p&&t5(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=yg(e,{schema:m,store:x}),_=new yu(m,e);_.setCalculationInfo(b);var S=null!=v&&function(t){if(t.sourceFormat===uQ)return!en(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),_},yx=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(yx);var yb=0,y_=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++yb}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&t4(i,yS);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(!er(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=eA(this.categories))},t}();function yS(t){return es(t)&&null!=t.value?t.value:t+""}function yw(t){return"interval"===t.type||"log"===t.type}function yM(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 yC(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function yI(t,e){return t>=e[0]&&t<=e[1]}function yT(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function yA(t,e){return t*(e[1]-e[0])+e[0]}var yD=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new y_({})),en(i)&&(i=new y_({categories:t4(i,function(t){return es(t)?t.value:t})})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return tC(e,t),e.prototype.parse=function(t){return null==t?NaN:er(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return yI(t=this.parse(t),this._extent)&&null!=this._ordinalMeta.categories[t]},e.prototype.normalize=function(t){return yT(t=this._getTickNumber(this.parse(t)),this._extent)},e.prototype.scale=function(t){return t=Math.round(yA(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}(yx);yx.registerClass(yD);var yk=oh,yL=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 tC(e,t),e.prototype.parse=function(t){return t},e.prototype.contain=function(t){return yI(t,this._extent)},e.prototype.normalize=function(t){return yT(t,this._extent)},e.prototype.scale=function(t){return yA(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:yk(i[0]-e,r)}):o.push({value:n[0]}));for(var a=i[0];a<=i[1]&&(o.push({value:a}),(a=yk(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:yk(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=yk(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(yk(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]),yC(o,0,a),yC(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]=yk(Math.floor(e[0]/i)*i)),t.fixMax||(e[1]=yk(Math.ceil(e[1]/i)*i))},e.prototype.setNiceExtent=function(t,e){this._niceExtent=[t,e]},e.type="interval",e}(yx);yx.registerClass(yL);var yP="undefined"!=typeof Float32Array,yO=yP?Float32Array:Array;function yR(t){return en(t)?yP?new Float32Array(t):t:new yO(t)}var yN="__ec_stack_";function yz(t){return t.get("stack")||yN+t.seriesIndex}function yE(t){return t.dim+t.index}function yB(t,e){var n=[];return e.eachSeriesByType(t,function(t){yH(t)&&n.push(t)}),n}function yV(t){var e=function(t){var e={};t5(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 t5(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")||(yj(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:yE(r),stackId:yz(t)})}),yF(n)}function yF(t){var e={};t5(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 t5(e,function(t,e){n[e]={};var i,r=t.stacks,o=t.bandWidth,a=t.categoryGap;null==a&&(a=Math.max(35-4*t8(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),t5(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;t5(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;t5(r,function(t,i){n[e][i]=n[e][i]||{bandWidth:o,offset:p,width:t.width},p+=t.width*(1+l)})}),n}function yW(t,e){var n=yB(t,e),i=yV(n);t5(n,function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=yz(t),o=i[yE(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})})}function yG(t){return{seriesType:t,plan:h4(),reset:function(t){if(yH(t)){var e,n,i,r=t.getData(),o=t.coordinateSystem,a=o.getBaseAxis(),s=o.getOtherAxis(a),l=r.getDimensionIndex(r.mapDimension(s.dim)),u=r.getDimensionIndex(r.mapDimension(a.dim)),c=t.get("showBackground",!0),h=r.mapDimension(s.dim),d=r.getCalculationInfo("stackResultDimension"),p=yy(r,h)&&!!r.getCalculationInfo("stackedOnSeries"),f=s.isHorizontal(),g=(e=0,(i=(n=s).model.get("startValue"))||(i=0),n.toGlobalCoord(n.dataToCoord("log"===n.type?i>0?i:1:i))),y=yj(t),m=t.get("barMinHeight")||0,v=d&&r.getDimensionIndex(d),x=r.getLayout("size"),b=r.getLayout("offset");return{progress:function(t,e){for(var n,i=t.count,r=y&&yR(3*i),a=y&&c&&yR(3*i),s=y&&yR(i),h=o.master.getRect(),d=f?h.width:h.height,_=e.getStore(),S=0;null!=(n=t.next());){var w=_.get(p?v:l,n),M=_.get(u,n),C=g,I=void 0;p&&(I=+w-_.get(l,n));var T=void 0,A=void 0,D=void 0,k=void 0;if(f){var L=o.dataToPoint([w,M]);if(p){var P=o.dataToPoint([I,M]);C=P[0]}T=C,A=L[1]+b,D=L[0]-C,k=x,Math.abs(D)<m&&(D=(D<0?-1:1)*m)}else{var L=o.dataToPoint([M,w]);if(p){var P=o.dataToPoint([M,I]);C=P[1]}T=L[0]+b,A=C,D=x,Math.abs(k=L[1]-C)<m&&(k=(k<=0?-1:1)*m)}y?(r[S]=T,r[S+1]=A,r[S+2]=f?D:k,a&&(a[S]=f?h.x:T,a[S+1]=f?A:h.y,a[S+2]=d),s[n]=n):e.setItemLayout(n,{x:T,y:A,width:D,height:k}),S+=3}y&&e.setLayout({largePoints:r,largeDataIndices:s,largeBackgroundPoints:a,valueAxisHorizontal:f})}}}}}}function yH(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}function yj(t){return t.pipelineContext&&t.pipelineContext.large}var yX=function(t,e,n,i){for(;n<i;){var r=n+i>>>1;t[r][1]<e?n=r+1:i=r}return n},yY=function(t){function e(e){var n=t.call(this,e)||this;return n.type="time",n}return tC(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(er(n))o=n;else if(ei(n))o=n(t.value,e,{level:t.level});else{var a=t$({},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:tJ(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(en(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,m=!1;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=yZ(e,!0),g=up(n),y=ux(n);break;case"second":f=yZ(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,s){for(var l=new Date(e),u=e,c=l[r]();u<n&&u<=i[1];)s.push({value:u}),c+=t,l[o](c),u=l.getTime();s.push({value:u,notAdd:!0})}(f,u,c,g,y,0,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=t6(t4(o,function(t){return t6(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=yU.length,a=Math.min(yX(yU,this._approxInterval,0,o),o-1);this._interval=yU[a][1],this._minLevelUnit=yU[Math.max(a-1,0)][0]},e.prototype.parse=function(t){return ea(t)?t:+oS(t)},e.prototype.contain=function(t){return yI(this.parse(t),this._extent)},e.prototype.normalize=function(t){return yT(this.parse(t),this._extent)},e.prototype.scale=function(t){return yA(t,this._extent)},e.type="time",e}(yL),yU=[["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 yZ(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}yx.registerClass(yY);var yq=yx.prototype,yK=yL.prototype,y$=Math.floor,yJ=Math.ceil,yQ=Math.pow,y0=Math.log,y1=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new yL,e._interval=0,e}return tC(e,t),e.prototype.getTicks=function(t){var e=this._originalScale,n=this._extent,i=e.getExtent();return t4(yK.getTicks.call(this,t),function(t){var e=t.value,r=oh(yQ(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=y0(this.base);t=y0(Math.max(0,t))/n,e=y0(Math.max(0,e))/n,yK.setExtent.call(this,t,e)},e.prototype.getExtent=function(){var t,e,n=this.base,i=yq.getExtent.call(this);i[0]=yQ(n,i[0]),i[1]=yQ(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]=y0(t[0])/y0(e),t[1]=y0(t[1])/y0(e),yq.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(yJ(e[0]/i)*i),oh(y$(e[1]/i)*i)];this._interval=i,this._niceExtent=r}},e.prototype.calcNiceExtent=function(t){yK.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 yI(t=y0(t)/y0(this.base),this._extent)},e.prototype.normalize=function(t){return yT(t=y0(t)/y0(this.base),this._extent)},e.prototype.scale=function(t){return t=yA(t,this._extent),yQ(this.base,t)},e.type="log",e}(yx),y2=y1.prototype;y2.getMinorTicks=yK.getMinorTicks,y2.getLabel=yK.getLabel,yx.registerClass(y1);var y3=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;ei(o)?this._modelMinNum=y6(t,o({min:n[0],max:n[1]})):"dataMin"!==o&&(this._modelMinNum=y6(t,o));var a=this._modelMaxRaw=e.get("max",!0);if(ei(a)?this._modelMaxNum=y6(t,a({min:n[0],max:n[1]})):"dataMax"!==a&&(this._modelMaxNum=y6(t,a)),i)this._axisDataLen=e.getCategories().length;else{var s=e.get("boundaryGap"),l=en(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[y4[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){this[y5[t]]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),y5={min:"_determinedMin",max:"_determinedMax"},y4={min:"_dataMin",max:"_dataMax"};function y9(t,e,n){var i=t.rawExtentInfo;return i||(i=new y3(t,e,n),t.rawExtentInfo=i),i}function y6(t,e){return null==e?null:e!=e?NaN:t.parse(e)}function y7(t,e){var n=t.type,i=y9(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=yB("bar",a),l=!1;if(t5(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,n){if(t&&e)return t[yE(e)]}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;t5(a,function(t){s=Math.min(t.offset,s)});var l=-1/0;t5(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,yV(s));r=u.min,o=u.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function y8(t,e){var n=y7(t,e),i=n.extent,r=e.get("splitNumber");t instanceof y1&&(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 mt(t,e){if(e=e||t.get("type"))switch(e){case"category":return new yD({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new yY({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(yx.getClass(e)||yL)}}function me(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)}:er(e)?function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")}:ei(e)?function(i,r){return null!=n&&(r=i.value-n),e(mn(t,i),r,null!=i.level?{level:i.level}:null)}:function(e){return t.scale.getLabel(e)}}function mn(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function mi(t){var e=t.get("interval");return null==e?"auto":e}function mr(t){return"category"===t.type&&0===mi(t.getLabelModel())}function mo(t,e){var n={};return t5(t.mapDimensionsAll(e),function(e){n[ym(t,e)]=!0}),t8(n)}var ma=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();function ms(t){return yv(null,t)}var ml={isDimensionStacked:yy,enableDataStack:yg,getStackedDimension:ym};function mu(t,e){var n=e;e instanceof l1||(n=new l1(e));var i=mt(n);return i.setExtent(t[0],t[1]),y8(i,n),i}function mc(t){t2(t,ma)}function mh(t,e){return lR(t,null,null,"normal"!==(e=e||{}).state)}function md(t,e){return 1e-8>Math.abs(t-e)}function mp(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 md(r[0],s[0])&&md(r[1],s[1])||(i+=a7(r[0],r[1],s[0],s[1],e,n)),0!==i}var mf=[];function mg(t,e){for(var n=0;n<t.length;n++)e4(t[n],t[n],e)}function my(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])&&(e9(e,e,o),e6(n,n,o))}}var mm=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}(),mv=function(t,e){this.type="polygon",this.exterior=t,this.interiors=e},mx=function(t){this.type="linestring",this.points=t},mb=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 tC(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 t5(this.geometries,function(e){"polygon"===e.type?my(e.exterior,n,i,t):t5(e.points,function(e){my(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 nG(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(mp(a,t[0],t[1])){for(var l=0;l<(s?s.length:0);l++)if(mp(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 nG(t,e,n,i),s=r.calculateTransform(a),l=this.geometries,u=0;u<l.length;u++){var c=l[u];"polygon"===c.type?(mg(c.exterior,s),t5(c.interiors,function(t){mg(t,s)})):t5(c.points,function(t){mg(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}(mm),m_=function(t){function e(e,n){var i=t.call(this,e)||this;return i.type="geoSVG",i._elOnlyForCalculate=n,i}return tC(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=nC(mf),r=t;r&&!r.isGeoSVGGraphicRoot;)nT(i,r.getLocalTransform(),i),r=r.parent;return nL(i,i),e4(n,n,i),n},e}(mm);function mS(t,e,n){for(var i=0;i<t.length;i++)t[i]=mw(t[i],e[i],n)}function mw(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 mM(t,e){return t4(t6((t=function(t){if(!t.UTF8Encoding)return t;var e=t.UTF8Scale;return null==e&&(e=1024),t5(t.features,function(t){var n=t.geometry,i=n.encodeOffsets,r=n.coordinates;if(i)switch(n.type){case"LineString":n.coordinates=mw(r,i,e);break;case"Polygon":case"MultiLineString":mS(r,i,e);break;case"MultiPolygon":t5(r,function(t,n){return mS(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 mv(o[0],o.slice(1)));break;case"MultiPolygon":t5(i.coordinates,function(t){t[0]&&r.push(new mv(t[0],t.slice(1)))});break;case"LineString":r.push(new mx([i.coordinates]));break;case"MultiLineString":r.push(new mx(i.coordinates))}var a=new mb(n[e||"name"],r,n.cp);return a.properties=n,a})}function mC(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 mI=oX();function mT(t,e){var n=t4(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 mA(t,e){var n,i,r,o,a=mD(t,"labels"),s=mi(e),l=mk(a,s);return l||(ei(s)?r=mO(t,s):(o="auto"===s?null!=(i=mI(n=t).autoInterval)?i:mI(n).autoInterval=n.calculateCategoryInterval():s,r=mP(t,o)),mL(a,s,{labels:r,labelCategoryInterval:o}))}function mD(t,e){return mI(t)[e]||(mI(t)[e]=[])}function mk(t,e){for(var n=0;n<t.length;n++)if(t[n].key===e)return t[n].value}function mL(t,e,n){return t.push({key:e,value:n}),n}function mP(t,e,n){var i=me(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=mr(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 mO(t,e,n){var i=t.scale,r=me(t),o=[];return t5(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 mR=[0,1];function mN(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}var mz=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&&mN(n=n.slice(),i.count()),ou(t,mR,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&mN(n=n.slice(),i.count());var r=ou(t,n,mR,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:t6(mT(t,n),function(t){return t>=i[0]&&t<=i[1]})}}return"category"===t.type?function(t,e){var n,i,r=mD(t,"ticks"),o=mi(e),a=mk(r,o);if(a)return a;if((!e.get("show")||t.scale.isBlank())&&(n=[]),ei(o))n=mO(t,o,!0);else if("auto"===o){var s=mA(t,t.getLabelModel());i=s.labelCategoryInterval,n=t4(s.labels,function(t){return t.tickValue})}else n=mP(t,i=o,!0);return mL(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:t4(t.scale.getTicks(),function(t){return t.value})}}(this,e).ticks,i=t4(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;t5(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),t4(this.scale.getMinorTicks(t),function(t){return t4(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=me(t),u=t.scale.getExtent();return{labels:t4(t6(mT(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=mA(e,n),!n.get("show")||e.scale.isBlank()?{labels:[],labelCategoryInterval:i.labelCategoryInterval}:i):(o=(r=t).scale.getTicks(),a=me(r),{labels:t4(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=me(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=mI(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 mE(t){var e=uZ.extend(t);return uZ.registerClass(e),e}function mB(t){var e=h5.extend(t);return h5.registerClass(e),e}function mV(t){var e=h2.extend(t);return h2.registerClass(e),e}function mF(t){var e=pW.extend(t);return pW.registerClass(e),e}var mW=2*Math.PI,mG=a2.CMD,mH=["top","right","bottom","left"];function mj(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 mX(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 mY=[],mU=new nO,mZ=new nO,mq=new nO,mK=new nO,m$=new nO;function mJ(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||mH,s=i.getBoundingRect().clone();s.applyTransform(i.getComputedTransform());var l=1/0,u=r.anchor,c=t.getComputedTransform(),h=c&&nL([],c),d=e.get("length2")||0;u&&mq.copy(u);for(var p=0;p<a.length;p++){!function(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case"top":i.set(n.x+o/2,n.y-0),r.set(0,-1);break;case"bottom":i.set(n.x+o/2,n.y+a+0),r.set(0,1);break;case"left":i.set(n.x-e,n.y+a/2),r.set(-1,0);break;case"right":i.set(n.x+o+e,n.y+a/2),r.set(1,0)}}(a[p],0,s,mU,mK),nO.scaleAndAdd(mZ,mU,mK,d),mZ.transform(h);var f=t.getBoundingRect(),g=u?u.distance(mZ):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 mG.M:s=c[p++],l=c[p++],o=s,a=l;break;case mG.L:g=mj(o,a,c[p],c[p+1],h,d,mY,!0),o=c[p++],a=c[p++];break;case mG.C:g=ip(o,a,c[p++],c[p++],c[p++],c[p++],c[p],c[p+1],h,d,mY),o=c[p++],a=c[p++];break;case mG.Q:g=ix(o,a,c[p++],c[p++],c[p],c[p+1],h,d,mY),o=c[p++],a=c[p++];break;case mG.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)%mW<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+=mW);var p=Math.atan2(s,a);if(p<0&&(p+=mW),p>=i&&p<=r||p+mW>=i&&p+mW<=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,mY),o=Math.cos(b+_)*v+y,a=Math.sin(b+_)*x+m;break;case mG.R:g=mX(s=o=c[p++],l=a=c[p++],c[p++],c[p++],h,d,mY);break;case mG.Z:g=mj(o,a,s,l,h,d,mY,!0),o=s,a=l}g<u&&(u=g,n.set(mY[0],mY[1]))}return u}(mZ,t.path,mq):function(t,e,n){var i=mX(e.x,e.y,e.width,e.height,t.x,t.y,mY);return n.set(mY[0],mY[1]),i}(mZ,f,mq);g<l&&(l=g,mZ.transform(c),mq.transform(c),mq.toArray(o[0]),mZ.toArray(o[1]),mU.toArray(o[2]))}m1(o,e.get("minTurnAngle")),n.setShape({points:o})}}}var mQ=[],m0=new nO;function m1(t,e){if(e<=180&&e>0){e=e/180*Math.PI,mU.fromArray(t[0]),mZ.fromArray(t[1]),mq.fromArray(t[2]),nO.sub(mK,mU,mZ),nO.sub(m$,mq,mZ);var n=mK.len(),i=m$.len();if(!(n<.001)&&!(i<.001)&&(mK.scale(1/n),m$.scale(1/i),Math.cos(e)<mK.dot(m$))){var r=mj(mZ.x,mZ.y,mq.x,mq.y,mU.x,mU.y,mQ,!1);m0.fromArray(mQ),m0.scaleAndAdd(m$,r/Math.tan(Math.PI-e));var o=mq.x!==mZ.x?(m0.x-mZ.x)/(mq.x-mZ.x):(m0.y-mZ.y)/(mq.y-mZ.y);if(isNaN(o))return;o<0?nO.copy(m0,mZ):o>1&&nO.copy(m0,mq),m0.toArray(t[1])}}}function m2(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 m3(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=e0(i[0],i[1]),o=e0(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=e5([],i[1],i[0],a/r),l=e5([],i[1],i[2],a/o),u=e5([],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 m5(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:ey(r.states[u]&&r.states[u].ignore,s))||!ey(d,a)){var p=h?i:i&&i.states[u];p&&(p.ignore=!0),i&&m2(i,!0,u,c);continue}!i&&(i=new dX,t.setTextGuideLine(i),h||!s&&a||m2(i,!0,"normal",e.normal),t.stateProxy&&(i.stateProxy=t.stateProxy)),m2(i,!1,u,c)}}if(i){tJ(i.style,n),i.style.fill=null;var f=o.get("showAbove");(t.textGuideLineConfig=t.textGuideLineConfig||{}).showAbove=f||!1,i.buildPath=m3}}function m4(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 m9(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 pn(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 m6(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 m7(t,e,n,i){return m6(t,"y","height",e,n,i)}function m8(t){var e=[];t.sort(function(t,e){return e.priority-t.priority});var n=new nG(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 pn(f.localRect,f.transform)),h||(h=new pn(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 vt=["align","verticalAlign","width","height","fontSize"],ve=new rF,vn=oX(),vi=oX();function vr(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null!=e[r]&&(t[r]=e[r])}}var vo=["x","y","rotation"],va=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();nG.applyTransform(u,u,l),l?ve.setLocalTransform(l):(ve.x=ve.y=ve.rotation=ve.originX=ve.originY=0,ve.scaleX=ve.scaleY=1),ve.rotation=a9(ve.rotation);var c=i.__hostTarget;if(c){o=c.getBoundingRect().plain();var h=c.getComputedTransform();nG.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:ve.x,y:ve.y,scaleX:ve.scaleX,scaleY:ve.scaleY,rotation:ve.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");(ei(i)||t8(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=ei(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)}vn(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<vt.length;d++){var p=vt[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(){mJ(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=m9(this._labelList),r=t6(i,function(t){return"shiftX"===t.layoutOption.moveOverlap}),o=t6(i,function(t){return"shiftY"===t.layoutOption.moveOverlap});m6(r,"x","width",0,e,void 0),m7(o,0,n),m8(t6(i,function(t){return t.layoutOption.hideOverlap}))},t.prototype.processLabelsOverall=function(){var t=this;t5(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=vn(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");m5(t,m4(a),s),mJ(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=vn(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&&(t0(c,"select")>=0&&n.attr(r.oldLayoutSelect),t0(c,"emphasis")>=0&&n.attr(r.oldLayoutEmphasis)),lS(n,l,e,s)}else if(n.attr(l),!lW(n).valueAnimation){var h=ey(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={};vr(d,l,vo),vr(d,n.states.select,vo)}if(n.states.emphasis){var p=r.oldLayoutEmphasis={};vr(p,l,vo),vr(p,n.states.emphasis,vo)}lH(n,s,u,e,e)}if(i&&!i.ignore&&!i.invisible){var r=vi(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}(),vs=oX();function vl(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){var i=vs(e).labelManager;i||(i=vs(e).labelManager=new va),i.clearLabels()}),t.registerUpdateLifecycle("series:layoutlabels",function(t,e,n){var i=vs(e).labelManager;n.updatedSeries.forEach(function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))}),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()})}function vu(t,e,n){var i=tP.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}g0(vl);var vc=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=vu(e,n,i):es(e)&&(e=(r=e).id),o.id=e,o.dom=r;var a=r.style;return a&&(eL(r),r.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=i,o}return ez(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=vu("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 nG(0,0,0,0);function u(t){if(!(!t.isFinite()||t.isZero()))if(0===o.length){var e=new nG(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 nG(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 nG(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;eh(e)?(a=(e.global||e.__width===i&&e.__height===o)&&e.__canvasGradient||fR(r,e,{x:0,y:0,width:i,height:o}),e.__canvasGradient=a,e.__width=i,e.__height=o):ed(e)&&(e.scaleX=e.scaleX||u,e.scaleY=e.scaleY||u,a=fj(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&&t5(n,function(t){d(t.x*u,t.y*u,t.width*u,t.height*u)})},e}(nt),vh=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=t$({},n||{}),this.dpr=n.devicePixelRatio||rL,this._singleCanvas=r,this.root=t,t.style&&(eL(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 vc(t,this,this.dpr);u.__builtin__=!0,u.initContext(),a[314159]=u,u.zlevel=314159,o.push(314159),this._domRoot=t}else{this._width=fz(t,0,n),this._height=fz(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(),fQ(e,a,r,o===n-1))}e&&e.restore()}},t.prototype.getHoverLayer=function(){return this.getLayer(1e5)},t.prototype.paintOne=function(t,e){fJ(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;_(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 tA.wxa&&t5(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))&&(fQ(a,t,r,o),t.setPrevPaintRect(s))}else fQ(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 vc("zr_"+t,this,this.dpr)).zlevel=t,n.__builtin__=!0,this._layerConfig[t]?tq(n,this._layerConfig[t],!0):this._layerConfig[t-.01]&&tq(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__||tU("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,t5(this._layers,function(t){t.setUnpainted()})},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?tq(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)&&tq(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(t0(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=fz(r,0,i),e=fz(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 vc("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++)fQ(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 vd(t){t.registerPainter("canvas",vh)}var vp=Math.sin,vf=Math.cos,vg=Math.PI,vy=2*Math.PI,vm=180/vg,vv=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=i0(c-vy)||(u?l>=vy:-l>=vy),d=l>0?l%vy:l%vy+vy,p=!1;p=!!h||!i0(c)&&d>=vg==!!u;var f=t+n*vf(o),g=e+i*vp(o);this._start&&this._add("M",f,g);var y=Math.round(r*vm);if(h){var m=1/this._p,v=(u?1:-1)*(vy-m);this._add("A",n,i,y,1,+u,t+n*vf(o+v),e+i*vp(o+v)),m>.01&&this._add("A",n,i,y,0,+u,f,g)}else{var x=t+n*vf(a),b=e+i*vp(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}(),vx="none",vb=Math.round,v_=["lineCap","miterLimit","lineJoin"],vS=t4(v_,function(t){return"stroke-"+t.toLowerCase()}),vw="http://www.w3.org/2000/svg",vM="http://www.w3.org/1999/xlink",vC="ecmeta_";function vI(t){return document.createElementNS(vw,t)}function vT(t,e,n,i,r){return{tag:t,attrs:n||{},children:i,text:r,key:e}}function vA(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?nc(a):a||"")+(i?""+n+t4(i,function(e){return t(e)}).join(n)+n:"")+"</"+r+">"}(t)}function vD(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function vk(t,e,n,i){return vT("svg","root",{width:t,height:e,xmlns:vw,"xmlns:xlink":vM,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var vL=0,vP={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"},vO="transform-origin",vR={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function vN(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function vz(t){return er(t)?vP[t]?"cubic-bezier("+vP[t]+")":i_(t)?t:"":""}function vE(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof d5){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(t5(o,function(t){var e=vD(n.zrId);e.animation=!0,vE(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=t8(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=vN(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=vz(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=vz(c.easing),f=c.rawValue;(er(f)||ea(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),t$(v,u[m]);var x=re(v),b=u[m][d];h[m]=x?{transform:x}:{},function(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[vO]=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=t$({},t.shape);t$(i,e),t.buildPath(n,i);var r=new vv;return r.reset(rt(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 vR[t]})}for(var C=t8(h),I=!0,f=1;f<C.length;f++){var T=C[f-1],A=C[f];if(h[T][vO]!==h[A][vO]){I=!1;break}a=h[T][vO]}if(I&&a){for(var m in h)h[m][vO]&&delete h[m][vO];e[vO]=a}if(t6(C,function(t){return t8(h[t]).length>0}).length)return vN(h,n)+" "+r[0]+" both"}(l[g]);s&&a.push(s)}if(a.length){var y=n.zrId+"-cls-"+vL++;n.cssNodes["."+y]={animation:a.join(",")},e.class=y}}function vB(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+vL++,n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var vV=Math.round;function vF(t){return t&&ei(t.toDataURL)}function vW(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!==vx){var s=iQ(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",vx);if(null!=(o=e.stroke)&&o!==vx){var u=iQ(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=fE(n),g=f[0],y=f[1];g&&(y=vb(y||0),t("stroke-dasharray",g.join(",")),(y||i)&&t("stroke-dashoffset",y))}else i&&t("stroke-dasharray",vx);for(var m=0;m<v_.length;m++){var v=v_[m];if(i||e[v]!==sr[v]){var x=e[v]||sr[v];x&&t(vS[m],x)}}}else i&&t("stroke",vx)}(function(r,o){var a="fill"===r||"stroke"===r;a&&i7(o)?vK(e,t,r,i):a&&i4(o)?v$(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=iQ(i.shadowColor),y=g.opacity,m=g.color;l=n.zrId+"-s"+n.shadowIdx++,n.defs[l]=vT("filter",l,{id:l,x:"-100%",y:"-100%",width:"300%",height:"300%"},[vT("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=i8(l)}}(n,t,i)}function vG(t,e){var n=oa(e);n&&(n.each(function(e,n){null!=e&&(t[(vC+n).toLowerCase()]=e+"")}),e.isSilent()&&(t[vC+"silent"]="true"))}function vH(t){return i0(t[0]-1)&&i0(t[1])&&i0(t[2])&&i0(t[3]-1)}function vj(t,e,n){if(e&&!(i0(e[4])&&i0(e[5])&&vH(e))){var i=n?10:1e4;t.transform=vH(e)?"translate("+vV(e[4]*i)/i+" "+vV(e[5]*i)/i+")":"matrix("+i1(e[0])+","+i1(e[1])+","+i1(e[2])+","+i1(e[3])+","+i2(e[4])+","+i2(e[5])+")"}}function vX(t,e,n){for(var i=t.points,r=[],o=0;o<i.length;o++)r.push(vV(i[o][0]*n)/n),r.push(vV(i[o][1]*n)/n);e.points=r.join(" ")}function vY(t){return!t.smooth}var vU={circle:[(m=t4(["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]]=vV(o*n)/n)}})],polyline:[vX,vY],polygon:[vX,vY]};function vZ(t,e){var n=t.style,i=t.shape,r=vU[t.type],o={},a=e.animation,s="path",l=t.style.strokePercent,u=e.compress&&rt(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 vv),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 vj(o,t.transform),vW(o,n,t,e),vG(o,t),e.animation&&vE(t,o,e),e.emphasis&&function(t,e,n){if(!t.ignore)if(t.isSilent()){var i={"pointer-events":"none"};vB(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=i$(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),vB(i,e,n,!0)}}(t,o,e),vT(s,t.id+"",o)}function vq(t,e){return t instanceof ss?vZ(t,e):t instanceof sp?function(t,e){var n,i=t.style,r=i.image;if(r&&!er(r)&&((n=r)&&er(n.src)?r=r.src:vF(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),vj(s,t.transform),vW(s,i,t,e),vG(s,t),e.animation&&vE(t,s,e),vT("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||tk,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":i3[n.textAlign]||n.textAlign};if(sk(n)){var h="",d=n.fontStyle,p=sA(n.fontSize);if(!parseFloat(p))return;var f=n.fontFamily||tD,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),vj(c,t.transform),vW(c,n,t,e),vG(c,t),e.animation&&vE(t,c,e),vT("text",t.id+"",c,void 0,i)}}(t,e):void 0}function vK(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(i9(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!i6(o))return;r="radialGradient",a.cx=ey(o.x,.5),a.cy=ey(o.y,.5),a.r=ey(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;u<c;++u){var h=100*i2(s[u].offset)+"%",d=iQ(s[u].color),p=d.color,f=d.opacity,g={offset:h};g["stop-color"]=p,f<1&&(g["stop-opacity"]=f),l.push(vT("stop",u+"",g))}var y=vA(vT(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]=vT(r,v,a,l)),e[n]=i8(v)}function v$(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(i5(s)){var f=s.imageWidth,g=s.imageHeight,y=void 0,m=s.image;if(er(m)?y=m:m&&er(m.src)?y=m.src:vF(m)&&(y=m.toDataURL()),"undefined"==typeof Image){var v="Image width/height must been given explictly in svg-ssr renderer.";eb(f,v),eb(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=vT("image","img",{href:y,width:f,height:g}),u.width=f,u.height=g}else s.svgElement&&(r=tZ(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 _=re(s);_&&(u.patternTransform=_);var S=vT("pattern","",u,[r]),w=vA(S),M=i.patternCache,C=M[w];C||(C=i.zrId+"-p"+i.patternIdx++,M[w]=C,u.id=C,S=i.defs[C]=vT("pattern",C,u,[r])),e[n]=i8(C)}}function vJ(t){return document.createTextNode(t)}function vQ(t,e,n){t.insertBefore(e,n)}function v0(t,e){t.removeChild(e)}function v1(t,e){t.appendChild(e)}function v2(t){return t.parentNode}function v3(t){return t.nextSibling}function v5(t,e){t.textContent=e}var v4=vT("","");function v9(t){return void 0===t}function v6(t){return void 0!==t}function v7(t,e){var n=t.key===e.key;return t.tag===e.tag&&n}function v8(t){var e,n=t.children,i=t.tag;if(v6(i)){var r=t.elm=vI(i);if(xn(v4,t),en(n))for(e=0;e<n.length;++e){var o=n[e];null!=o&&v1(r,v8(o))}else v6(t.text)&&!es(t.text)&&v1(r,vJ(t.text))}else t.elm=vJ(t.text);return t.elm}function xt(t,e,n,i,r){for(;i<=r;++i){var o=n[i];null!=o&&vQ(t,v8(o),e)}}function xe(t,e,n,i){for(;n<=i;++n){var r=e[n];null!=r&&(v6(r.tag)?v0(v2(r.elm),r.elm):v0(t,r.elm))}}function xn(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(vM,n,a):i.setAttribute(n,a))}for(n in r)n in o||i.removeAttribute(n)}}var xi=0,xr=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=xo("refreshHover"),this.configLayer=xo("configLayer"),this.storage=e,this._opts=n=t$({},n),this.root=t,this._id="zr"+xi++,this._oldVNode=vk(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=vI("svg");xn(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(v7(t,e))!function t(e,n){var i=n.elm=e.elm,r=e.children,o=n.children;e!==n&&(xn(e,n),v9(n.text)?v6(r)&&v6(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]:v7(c,p)?(t(c,p),c=n[++s],p=i[++l]):v7(h,f)?(t(h,f),h=n[--u],f=i[--d]):v7(c,f)?(t(c,f),vQ(e,c.elm,v3(h.elm)),c=n[++s],f=i[--d]):(v7(h,p)?(t(h,p),vQ(e,h.elm,c.elm),h=n[--u]):(v9(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)),v9(o=r[p.key])||(a=n[o]).tag!==p.tag?vQ(e,v8(p),c.elm):(t(a,p),n[o]=void 0,vQ(e,a.elm,c.elm))),p=i[++l]);(s<=u||l<=d)&&(s>u?xt(e,null==i[d+1]?null:i[d+1].elm,i,l,d):xe(e,n,s,u))}(i,r,o):v6(o)?(v6(e.text)&&v5(i,""),xt(i,null,o,0,o.length-1)):v6(r)?xe(i,r,0,r.length-1):v6(e.text)&&v5(i,""):e.text!==n.text&&(v6(r)&&xe(i,r,0,r.length-1),v5(i,n.text)))}(t,e);else{var n=t.elm,i=v2(n);v8(e),null!==i&&(vQ(i,e.elm,v3(n)),xe(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return vq(t,vD(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=vD(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=vT("rect","bg",{width:t,height:e,x:"0",y:"0"}),i7(n))vK({fill:n},r.attrs,"fill",i);else if(i4(n))v$({style:{fill:n},dirty:eO,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=iQ(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=vT("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=t4(t8(r.defs),function(t){return r.defs[t]});if(l.length&&o.push(vT("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=t4(t8(u),function(t){return t+p+t4(t8(u[t]),function(e){return e+":"+u[t][e]+";"}).join(d)+f}).join(d),y=t4(t8(c),function(t){return"@keyframes "+t+p+t4(t8(c[t]),function(e){return e+p+t4(t8(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=vT("style","stl",{},[],m);o.push(v)}}return vk(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},vA(this.renderToVNode({animation:ey(t.cssAnimation,!0),emphasis:ey(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:ey(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]=vT("clipPath",o,a,[vZ(t,n)])}e["clip-path"]=i8(o)}(h[y],m,e);var v=vT("g","clip-g-"+l++,m,[]);(i?i.children:n).push(v),a[s++]=v,i=v}r=h;var x=vq(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=fz(i,0,n),e=fz(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(i4(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=rn(e))&&n+"base64,"+e:n+"charset=UTF-8,"+encodeURIComponent(e)},t}();function xo(t){return function(){}}var xa=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tC(e,t),e.prototype.getInitialData=function(t){return yv(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var e=new r6,n=fk("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=fk(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}(h2);function xs(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=c5(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a<n.length;a++)o.push(c5(t,e,n[a]));return o.join(" ")}}function xl(t,e){var n=t.mapDimensionsAll("defaultedLabel");if(!en(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 xu=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return tC(e,t),e.prototype._createSymbol=function(t,e,n,i,r){this.removeAll();var o=fk(t,-1,-1,2,2,null,r);o.attr({z2:100,culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),o.drift=xc,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=fP(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(t$({image:S.image,x:S.x,y:S.y,width:S.width,height:S.height},b))}else f.__isEmptyBrush?f.useStyle(t$({},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):xs(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 fL(t.getItemVisual(e,"symbolSize"))},e}(r6);function xc(t,e){this.parent.drift(t,e)}function xh(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 xd(t){return null==t||es(t)||(t={isIgnore:t}),t||{}}function xp(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 xf=function(){function t(t){this.group=new r6,this._SymbolCtor=t||xu}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=xd(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=xp(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(xh(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(!xh(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=xp(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=xd(n);for(var r=t.start;r<t.end;r++){var o=e.getItemLayout(r);if(xh(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){pP(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 xg(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]:ea(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=t4(t.dimensions,function(t){return e.mapDimension(t)}),y=!1,m=e.getCalculationInfo("stackResultDimension");return yy(e,g[0])&&(y=!0,g[0]=m),yy(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 xy(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 xm=Math.min,xv=Math.max;function xx(t,e){return isNaN(t)||isNaN(e)}function xb(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(xx(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(;xx(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||xx(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=xm(A,xv(S,m)),D=xm(D,xv(w,v)),A=xv(A,xm(S,m)),D=xv(D,xm(w,v)),I=A-m,T=D-v,p=m-I*R/N,f=v-T*R/N,p=xm(p,xv(u,m)),f=xm(f,xv(c,v)),p=xv(p,xm(u,m)),f=xv(f,xm(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 x_=function(){this.smooth=0,this.smoothConstraint=!0},xS=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return tC(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new x_},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&xx(n[2*r-2],n[2*r-1]);r--);for(;i<r&&xx(n[2*i],n[2*i+1]);i++);}for(;i<r;)i+=xb(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?ic(n,c,d,f,t,s):ic(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?il(i,h,p,g,b):il(n,c,d,f,b);return a?[t,m]:[m,t]}}n=f,i=g}}},e}(ss),xw=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e}(x_),xM=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new xw},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&&xx(n[2*o-2],n[2*o-1]);o--);for(;r<o&&xx(n[2*r],n[2*r+1]);r++);}for(;r<o;){var s=xb(t,n,r,o,o,1,e.smooth,a,e.connectNulls);xb(t,i,r+s-1,s,o,-1,e.stackedOnSmooth,a,e.connectNulls),r+=s+1,t.closePath()}},e}(ss);function xC(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=ei(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 xI(t,e,n){var i=t.getArea(),r=oh(i.r0,1),o=oh(i.r,1),a=new dN({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 xT(t,e,n,i,r){if(t){if("polar"===t.type)return xI(t,e,n);else if("cartesian2d"===t.type)return xC(t,e,n,i,r)}return null}function xA(t,e){return t.type===e}function xD(t,e){if(t.length===e.length){for(var n=0;n<t.length;n++)if(t[n]!==e[n])return;return!0}}function xk(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 xL(t,e){var n=xk(t),i=n[0],r=n[1],o=xk(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 xP(t){return ea(t)?t:.5*!!t}function xO(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 xR(t,e){return[t[2*e],t[2*e+1]]}function xN(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 xz(t,e,n,i){if(!xA(e,"cartesian2d"))return xI(e,n,i);var r=i.getModel("endLabel"),o=r.get("valueAnimation"),a=i.getData(),s={lastFrameIndex:0},l=xN(i)?function(n,i){t._endLabelOnDuring(n,i,a,s,o,r,e)}:null,u=e.getBaseAxis().isHorizontal(),c=xC(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 xE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.init=function(){var t=new r6,e=new xf;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t,this._changePolyState=et(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=xg(r,a,v),b=m&&function(t,e,n){if(!n.valueDim)return[];for(var i=e.count(),r=yR(2*i),o=0;o<i;o++){var a=xy(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*xu.getSymbolSize(e,a)[+!!t.isHorizontal()]>i)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return t5(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=t4(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=iH((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";t5(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 d9(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:xz(this,r,!1,t).shape},t):g.setClipPath(xz(this,r,!0,t)),_&&d.updateData(a,{isIgnore:w,clipShape:i,disableAnimation:!0,getSymbolPoint:function(t){return[u[2*t],u[2*t+1]]}}),xD(this._stackedOnPoints,b)&&xD(this._points,u)||(y?this._doUpdateAnimation(a,b,r,n,C,v,S):(C&&(b&&(b=xO(b,u,r,C,S)),u=xO(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=xO(b,u,r,C,S)),u=xO(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(xz(this,r,!0,t));var A=t.getModel("emphasis"),D=A.get("focus"),k=A.get("blurScope"),L=A.get("disabled");p.useStyle(tJ(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=xP(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(tJ(l.getAreaStyle(),{fill:I,opacity:.7,lineJoin:"bevel",decal:a.getVisual("style").decal})),R&&(N=xP(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))pW.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 xu(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 pW.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 xS({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 xM({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");ei(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=ei(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=ei(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(xN(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?xl(s,n):xs(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=xR(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=xR(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,a,s){for(var l,u=(l=[],e.diff(t).add(function(t){l.push({cmd:"+",idx:t})}).update(function(t,e){l.push({cmd:"=",idx:e,idx1:t})}).remove(function(t){l.push({cmd:"-",idx:t})}).execute(),l),c=[],h=[],d=[],p=[],f=[],g=[],y=[],m=xg(r,e,a),v=t.getLayout("points")||[],x=e.getLayout("points")||[],b=0;b<u.length;b++){var _=u[b],S=!0,w=void 0,M=void 0;switch(_.cmd){case"=":w=2*_.idx,M=2*_.idx1;var C=v[w],I=v[w+1],T=x[M],A=x[M+1];(isNaN(C)||isNaN(I))&&(C=T,I=A),c.push(C,I),h.push(T,A),d.push(n[w],n[w+1]),p.push(i[M],i[M+1]),y.push(e.getRawIndex(_.idx1));break;case"+":var D=_.idx,k=m.dataDimsForPoint,L=r.dataToPoint([e.get(k[0],D),e.get(k[1],D)]);M=2*D,c.push(L[0],L[1]),h.push(x[M],x[M+1]);var P=xy(m,r,e,D);d.push(P[0],P[1]),p.push(i[M],i[M+1]),y.push(e.getRawIndex(D));break;case"-":S=!1}S&&(f.push(_),g.push(g.length))}g.sort(function(t,e){return y[t]-y[e]});for(var O=c.length,R=yR(O),N=yR(O),z=yR(O),E=yR(O),B=[],b=0;b<g.length;b++){var V=g[b],F=2*b,W=2*V;R[F]=c[W],R[F+1]=c[W+1],N[F]=h[W],N[F+1]=h[W+1],z[F]=d[W],z[F+1]=d[W+1],E[F]=p[W],E[F+1]=p[W+1],B[b]=f[V]}return{current:R,next:N,stackedOnCurrent:z,stackedOnNext:E,status:B}}(this._data,t,this._stackedOnPoints,e,this._coordSys,0,this._valueOrigin,0),h=c.current,d=c.stackedOnCurrent,p=c.next,f=c.stackedOnNext;if(r&&(d=xO(c.stackedOnCurrent,c.current,n,r,a),h=xO(c.current,null,n,r,a),f=xO(c.stackedOnNext,c.next,n,r,a),p=xO(c.next,null,n,r,a)),xL(h,p)>3e3||l&&xL(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}(pW);function xB(t,e){return{seriesType:t,plan:h4(),reset:function(t){var n=t.getData(),i=t.coordinateSystem,r=t.pipelineContext,o=e||r.large;if(i){var a=t4(i.dimensions,function(t){return n.mapDimension(t)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");yy(n,a[0])&&(a[0]=l),yy(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&&yR(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 xV={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]}},xF=function(t){return Math.round(t.length/2)};function xW(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;er(r)?d=xV[r]:ei(r)&&(d=r),d&&t.setData(i.downSample(i.mapDimension(l.dim),1/h,d,xF))}}}}}var xG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.getInitialData=function(t,e){return yv(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)t5(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}(h2);h2.registerClass(xG);var xH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.getInitialData=function(){return yv(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(xG.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}(xG),xj=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},xX=function(t){function e(e){var n=t.call(this,e)||this;return n.type="sausage",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new xj},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 xY(t,e,n){return e*Math.sin(t)*(n?-1:1)}function xU(t,e,n){return e*Math.cos(t)*(n?1:-1)}function xZ(t,e,n){var i=t.get("borderRadius");if(null==i)return n?{cornerRadius:0}:null;en(i)||(i=[i,i,i,i]);var r=Math.abs(e.r||0-e.r0||0);return{cornerRadius:t4(i,function(t){return rK(t,r)})}}var xq=Math.max,xK=Math.min,x$=function(t){function e(){var n=t.call(this)||this;return n.type=e.type,n._isFirstFrame=!0,n}return tC(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){pP(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(xA(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=x4[l.type](a,t),s=(e=l,n=r,i=o,new("polar"===e.type?dN:s_)({shape:bn(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=x4[l.type](a,e,n);if(g&&S(e),a.hasValue(e)&&x5[l.type](i)){var s=!1;d&&(s=xJ[l.type](p,i));var y=xQ[l.type](t,a,e,i,r,c,u.model,!1,f);h&&(y.forceLabelAnimation=!0),x6(y,a,e,n,i,t,r,"polar"===l.type),b?y.attr({shape:i}):h?x0(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=x4[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=x4[l.type](a,e);lS(M,{shape:bn(r,C,l)},c,e)}var I=s.getItemGraphicEl(n);if(!a.hasValue(e)||!x5[l.type](w))return void o.remove(I);var T=!1;if(d&&(T=xJ[l.type](p,w))&&o.remove(I),I?lA(I):I=xQ[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 x6(I,a,e,i,w,t,r,"polar"===l.type);b?I.attr({shape:w}):h?x0(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(),bt(t,this.group),this._updateLargeClip(t)},e.prototype._incrementalRenderLarge=function(t,e){this._removeBackground(),bt(e,this.group,this._progressiveEls,!0)},e.prototype._updateLargeClip=function(t){var e=t.get("clip",!0)&&xT(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:t4(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?Number.MIN_VALUE: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}(pW),xJ={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=xq(e.x,t.x),s=xK(e.x+e.width,r),l=xq(e.y,t.y),u=xK(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=xK(e.r,t.r),o=xq(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}},xQ={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new s_({shape:t$({},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?xX:dN,p=new d({shape:i,z2:1});if(p.name="item",u=x9(r),h=(c={isRoundCap:d===xX}).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)+xY(f,o+m,!1),_=l+p*x(f)+xU(f,o+m,!1),S="right",w="middle";break;case"insideStartAngle":b=s+p*v(f)+xY(f,-o+m,!1),_=l+p*x(f)+xU(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)+xY(g,o+m,!0),_=l+p*x(g)+xU(g,o+m,!0),S="left",w="middle";break;case"insideEndAngle":b=s+p*v(g)+xY(g,-o+m,!0),_=l+p*x(g)+xU(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 x0(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 x1(t,e){for(var n=0;n<e.length;n++)if(!isFinite(t[e[n]]))return!0;return!1}var x2=["x","y","width","height"],x3=["cx","cy","r","startAngle","endAngle"],x5={cartesian2d:function(t){return!x1(t,x2)},polar:function(t){return!x1(t,x3)}},x4={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 x9(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 x6(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=xZ(i.getModel("itemStyle"),u,!0);t$(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:xs(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(ea(i))return t.setTextConfig({rotation:i});if(en(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,x9(a),i.get(["label","rotate"]))}lG(g,f,o.getRawValue(n),function(t){return xl(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",t5(t.states,function(t){t.style&&(t.style.fill=t.style.stroke="none")}))}var x7=function(){},x8=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new x7},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 bt(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 x8({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 x8({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",be),h.on("mousemove",be)),n&&n.push(h)}var be=pX(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 bn(t,e,n){if(xA(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 bi=2*Math.PI,br=Math.PI/180;function bo(t,e){return uB(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()})}function ba(t,e){var n,i,r=bo(t,e),o=t.get("center"),a=t.get("radius");en(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 en(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 bs(t,e,n){e.eachSeriesByType(t,function(t){var e=t.getData(),i=e.mapDimension("value"),r=bo(t,n),o=ba(t,n),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=-t.get("startAngle")*br,h=t.get("endAngle"),d=t.get("padAngle")*br;h="auto"===h?c-bi:-h*br;var p=t.get("minAngle")*br+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=bl(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<bi&&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 bl=oX();function bu(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 bc=Math.PI/180;function bh(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}m7(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;bd(l,p,!0),l.label.x=h}}}function bd(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 bp(t){return"center"===t.position}var bf=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 tC(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=t$(xZ(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=t$({r:s.r+(a.get("scale")&&a.get("scaleSize")||0)},xZ(a.getModel("itemStyle"),s)),t$(this.ensureState("select"),{x:d,y:p,shape:xZ(o.getModel(["select","itemStyle"]),s)}),t$(this.ensureState("blur"),{shape:xZ(o.getModel(["blur","itemStyle"]),s)});var g=this.getTextGuideLine(),y=this.getTextContent();g&&t$(g.ensureState("select"),{x:d,y:p}),t$(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 dX,this.setTextGuideLine(c)),m5(this,m4(i),{stroke:a,opacity:em(r.get(["lineStyle","opacity"]),s,1)})}},e}(dN),bg=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.ignoreLabelLineUpdate=!0,e}return tC(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=bl(t),h=new dN({shape:t$(ba(t,n),c)});h.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=h,s.add(h)}o.diff(a).add(function(t){var e=new bf(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)*bc,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){t5(m.states,p),m.ignore=!0,v&&(t5(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(ea(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 nO(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;bp(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(!bp(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,bd(f,y)}}bh(u,e,n,i,1,r,o,a,s,h),bh(l,e,n,i,-1,r,o,a,s,c);for(var d=0;d<t.length;d++){var f=t[d];if(!bp(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&&(t5(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?(t5(m.states,p),m.ignore=!0):(m1(b,g.minTurnAngle),function(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,mU.fromArray(t[0]),mZ.fromArray(t[1]),mq.fromArray(t[2]),nO.sub(mK,mZ,mU),nO.sub(m$,mq,mZ);var i=mK.len(),r=m$.len();if(!(i<.001)&&!(r<.001)&&(mK.scale(1/i),m$.scale(1/r),mK.dot(e)<Math.cos(n))){var o=mj(mZ.x,mZ.y,mq.x,mq.y,mU.x,mU.y,mQ,!1);m0.fromArray(mQ);var a=Math.PI/2,s=a+Math.acos(m$.dot(e))-n;if(s>=a)nO.copy(m0,mq);else{m0.scaleAndAdd(m$,o/Math.tan(Math.PI/2-s));var l=mq.x!==mZ.x?(m0.x-mZ.x)/(mq.x-mZ.x):(m0.y-mZ.y)/(mq.y-mZ.y);if(isNaN(l))return;l<0?nO.copy(m0,mZ):l>1&&nO.copy(m0,mq)}m0.toArray(t[1])}}}(b,g.surfaceNormal,g.maxSurfaceAngle),m.setShape({points:b}),y.__hostTarget.textGuideLineConfig={anchor:new nO(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}(pW);function by(t,e,n){e=en(e)&&{coordDimensions:e}||t$({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=new yu(yh(i,e).dimensions,t);return r.initData(i,n),r}var bm=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}(),bv=oX(),bx=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bm(et(this.getData,this),et(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return by(this,{coordDimensions:["value"],encodeDefaulter:ee(u8,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=bv(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}(h2),bb=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tC(e,t),e.prototype.getInitialData=function(t,e){return yv(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}(h2),b_=function(){},bS=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return tC(e,t),e.prototype.getDefaultShape=function(){return new b_},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 nG(a-r/2,s-o/2,l-a+r,u-s+o)}return t},e}(ss),bw=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 bS({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=fk(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}(),bM=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=xB("").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 bw:new xf,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}(pW),bC=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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),bI=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",oq).models[0]},e.type="cartesian2dAxis",e}(uZ);t2(bI,ma);var bT={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)"]}}},bA=tq({boundaryGap:!0,deduplication:null,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto"},axisLabel:{interval:"auto"}},bT),bD=tq({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}}},bT),bk=tq({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},bD),bL=tJ({logBase:10},bD),bP={category:bA,value:bD,time:bk,log:bL},bO={value:1,category:1,time:1,log:1};function bR(t,e,n,i){t5(bO,function(r,o){var a=tq(tq({},bP[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 tC(n,t),n.prototype.mergeDefaultAndTheme=function(t,e){var n=uF(this),i=n?uG(t):{};tq(t,e.getTheme().get(o+"Axis")),tq(t,this.getDefaultOption()),t.type=bN(t),n&&uW(t,i,n)},n.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=y_.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",bN)}function bN(t){return t.type||(t.data?"category":"value")}var bz=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 t4(this._dimList,function(t){return this._axes[t]},this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),t6(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}(),bE=["x","y"];function bB(t){return"interval"===t.type||"time"===t.type}var bV=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=bE,e}return tC(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(bB(t)&&bB(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=nL([],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 nG(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 e4(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 e4(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 nG(i,r,o,a)},e}(bz),bF=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 tC(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}(mz);function bW(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),eg(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 bG(t){return"cartesian2d"===t.get("coordinateSystem")}function bH(t){var e={xAxisModel:null,yAxisModel:null};return t5(e,function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,oq).models[0];e[i]=o}),e}var bj=Math.log;function bX(t,e,n){var i=yL.prototype,r=i.getTicks.call(n),o=i.getTicks.call(n,!0),a=r.length-1,s=i.getInterval.call(n),l=y7(t,e),u=l.extent,c=l.fixMin,h=l.fixMax;if("log"===t.type){var d=bj(t.base);u=[bj(u[0])/d,bj(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=yM(f),y=u[0]+f*a;else if(h)for(g=u[1]-f*a;g>u[0]&&isFinite(g)&&isFinite(u[0]);)f=yM(f),g=u[1]-f*a;else{t.getTicks().length-1>a&&(f=yM(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 bY=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=bE,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=t8(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;yw(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(y8(l,s),yw(l)&&(e=a))}r.length&&(e||y8((e=r.pop()).scale,e.model),t5(r,function(t){bX(t.scale,t.model,e.scale)}))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};t5(n.x,function(t){bZ(n,"y",t,r)}),t5(n.y,function(t){bZ(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(){t5(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&&(t5(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 yD?o.count():(e=o.getTicks()).length;var s=t.getLabelModel(),l=me(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 nG(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()),t5(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]}es(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>t0(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(bU(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 bF(e,mt(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,t5(a.x,function(e,n){t5(a.y,function(r,o){var a="x"+n+"y"+o,s=new bV(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){t5(mo(t,e.dim),function(n){e.scale.unionExtentFromData(t,n)})}t5(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(bG(t)){var i=bH(t),r=i.xAxisModel,o=i.yAxisModel;if(bU(r,e)&&bU(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 t5(this.getCartesians(),function(i){var r=null!=t&&"auto"!==t?i.getAxis(t):i.getBaseAxis(),o=i.getOtherAxis(r);0>t0(e,r)&&e.push(r),0>t0(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(bG(t)){var e=bH(t),n=e.xAxisModel,i=e.yAxisModel;t.coordinateSystem=n.getCoordSysModel().coordinateSystem.getCartesian(n.componentIndex,i.componentIndex)}}),i},t.dimensions=bE,t}();function bU(t,e){return t.getCoordSysModel()===e}function bZ(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)bq(o[l])&&(r=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&bq(o[u])&&!i[c(o[u])]){r=o[u];break}r&&(i[c(r)]=!0)}function c(t){return t.dim+"_"+t.index}}function bq(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 bK=Math.PI,b$=function(){function t(t,e){this.group=new r6,this.opt=e,this.axisModel=t,tJ(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!!bJ[t]},t.prototype.add=function(t){bJ[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-bK)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o<bK?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}(),bJ={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&&(e4(s,s,a),e4(l,l,a));var c=t$({lineCap:"round"},e.getModel(["axisLine","lineStyle"]).getLineStyle()),h=new dq({shape:{x1:s[0],y1:s[1],x2:l[0],y2:l[1]},style:c,strokeContainThreshold:t.strokeContainThreshold||5,silent:!0,z2:1});pv(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"]);er(d)&&(d=[d,d]),(er(p)||ea(p))&&(p=[p,p]);var f=fP(e.get(["axisLine","symbolOffset"])||0,p),g=p[0],y=p[1];t5([{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=fk(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=b2(r.getTicksCoords(),e.transform,l,tJ(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(!(!eg(i.axisLabelShow,n.get(["axisLabel","show"]))||r.scale.isBlank())){var o=n.getModel("axisLabel"),a=o.get("margin"),s=r.getViewLabels(),l=(eg(i.labelRotate,o.get("rotate"))||0)*bK/180,u=b$.innerTextLayout(i.rotation,l,i.labelDirection),c=n.getCategories&&n.getCategories(!0),h=[],d=b$.isLabelSilent(n),p=n.get("triggerEvent");return t5(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];es(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=ey(v.getShallow("alignMinLabel",!0),S),M=ey(v.getShallow("alignMaxLabel",!0),S),C=v.getShallow("verticalAlign",!0)||v.getShallow("baseline",!0)||u.textVerticalAlign,I=ey(v.getShallow("verticalAlignMinLabel",!0),C),T=ey(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:ei(b)?b("category"===r.type?m:"value"===r.type?g+"":g,f):b})});if(A.anid="label_"+g,pk({el:A,componentModel:n,itemName:y,formatterParamsExtra:{isTruncated:function(){return A.isTruncated},value:m,tickIndex:f}}),p){var D=b$.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(!mr(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?(bQ(o),bQ(u)):b0(o,a)&&(i?(bQ(a),bQ(c)):(bQ(o),bQ(u))),!1===r?(bQ(s),bQ(h)):b0(l,s)&&(r?(bQ(l),bQ(d)):(bQ(s),bQ(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=tJ(s.getLineStyle(),tJ(n.getModel("axisTick").getLineStyle(),{stroke:n.get(["axisLine","lineStyle","color"])})),c=0;c<a.length;c++)for(var h=b2(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"])&&m8(m9(t4(o,function(t){return{label:t,priority:t.z2,defaultAttr:{ignore:t.ignore}}})))},axisName:function(t,e,n,i){var r,o,a=eg(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,b1(y)?t.labelOffset+m*x:0],w=e.get("nameRotate");null!=w&&(w=w*bK/180),b1(y)?r=b$.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-bK/2)?(d=g?"bottom":"top",h="center"):ob(p-1.5*bK)?(d=g?"top":"bottom",h="center"):(d="middle",h=p<1.5*bK&&p>bK/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=eg(t.nameTruncateMaxWidth,C.maxWidth,o),A=new sE({x:S[0],y:S[1],rotation:r.rotation,silent:b$.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(pk({el:A,componentModel:e,itemName:a}),A.__fullText=a,A.anid="name",e.get("triggerEvent")){var D=b$.makeAxisEventDataBase(e);D.targetType="axisName",D.name=a,sB(A).eventData=D}i.add(A),A.updateTransform(),n.add(A),A.decomposeTransform()}}};function bQ(t){t&&(t.ignore=!0)}function b0(t,e){var n=t&&t.getBoundingRect().clone(),i=e&&e.getBoundingRect().clone();if(n&&i){var r=nC([]);return nD(r,r,-t.rotation),n.applyTransform(nT([],r,t.getLocalTransform())),i.applyTransform(nT([],r,e.getLocalTransform())),n.intersect(i)}}function b1(t){return"middle"===t||"center"===t}function b2(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&&(e4(a,a,e),e4(s,s,e));var c=new dq({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:i,z2:2,autoBatch:!0,silent:!0});pv(c.shape,c.style.lineWidth),c.anid=r+"_"+t[l].tickValue,o.push(c)}return o}function b3(t,e){return"all"===t||en(t)&&t0(t,e)>=0||t===e}function b5(t){var e=(t.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return e&&e.axesInfo[b9(t)]}function b4(t){return!!t.get(["handle","show"])}function b9(t){return t.type+"||"+t.id}var b6={},b7=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.render=function(e,n,i,r){this.axisPointerClass&&function(t){var e=b5(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=b4(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=b5(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){b6[t]=e},e.getAxisPointerClass=function(t){return t&&b6[t]},e.type="axis",e}(h5),b8=oX();function _t(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=b8(t).splitAreaColors,d=eA(),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=en(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:tJ({fill:s[p]},m),autoBatch:!0,silent:!0})),p=(p+1)%c}b8(t).splitAreaColors=d}}}function _e(t){b8(t).splitAreaColors=null}var _n=["axisLine","axisTickLabel","axisName"],_i=["splitArea","splitLine","minorSplitLine"],_r=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="CartesianAxisPointer",n}return tC(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=bW(a,e),l=new b$(e,t$({handleAutoShown:function(t){for(var n=a.coordinateSystem.getCartesians(),i=0;i<n.length;i++)if(yw(n[i].getOtherAxis(e.axis).scale))return!0;return!1}},s));t5(_n,l.add,l),this._axisGroup.add(l.getGroup()),t5(_i,function(t){e.get([t,"show"])&&_o[t](this,this._axisGroup,e,a)},this),r&&"changeAxisOrder"===r.type&&r.isInitSort||pM(o,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)}},e.prototype.remove=function(){_e(this)},e.type="cartesianAxis",e}(b7),_o={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=en(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 dq({anid:null!=x?"line_"+x:null,autoBatch:!0,shape:{x1:f[0],y1:f[1],x2:g[0],y2:g[1]},style:tJ({stroke:s[b]},y),silent:!0});pv(_.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 dq({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});pv(g.shape,h.lineWidth),e.add(g)}},splitArea:function(t,e,n,i){_t(t,e,n,i)}},_a=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="xAxis",e}(_r),_s=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=_a.type,e}return tC(e,t),e.type="yAxis",e}(_r),_l=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="grid",e}return tC(e,t),e.prototype.render=function(t,e){this.group.removeAll(),t.get("show")&&this.group.add(new s_({shape:t.coordinateSystem.getRect(),style:tJ({fill:t.get("backgroundColor")},t.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(h5),_u={offset:0};function _c(t){t.registerComponentView(_l),t.registerComponentModel(bC),t.registerCoordinateSystem("cartesian2d",bY),bR(t,"x",bI,_u),bR(t,"y",bI,_u),t.registerComponentView(_a),t.registerComponentView(_s),t.registerPreprocessor(function(t){t.xAxis&&t.yAxis&&!t.grid&&(t.grid={})})}function _h(t){t.eachSeriesByType("radar",function(t){var e=t.getData(),n=[],i=t.coordinateSystem;if(i){var r=i.getIndicatorAxes();t5(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]=_d(a)?a:[(r=i).cx,r.cy]})}),e.each(function(t){var r,o=t7(n[t],function(t){return _d(t)})||[(r=i).cx,r.cy];n[t].push(o.slice()),e.setItemLayout(t,n[t])})}})}function _d(t){return!isNaN(t[0])&&!isNaN(t[1])}function _p(t){var e=t.polar;if(e){en(e)||(e=[e]);var n=[];t5(e,function(e,i){e.indicator?(e.type&&!e.shape&&(e.shape=e.type),t.radar=t.radar||[],en(t.radar)||(t.radar=[t.radar]),t.radar.push(e)):n.push(e)}),t.polar=n}t5(t.series,function(t){t&&"radar"===t.type&&t.polarIndex&&(t.radarIndex=t.polarIndex)})}var _f=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=fL(t.getItemVisual(e,"symbolSize")),r=fk(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]),tc[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 t4(t,function(t){return[i.cx,i.cy]})}o.diff(a).add(function(e){var n=o.getItemLayout(e);if(n){var i=new dG,r=new dX,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(tJ(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,t5(["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(tJ(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(t$({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=tZ(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}(pW),_g=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tC(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bm(et(this.getData,this),et(this.getRawData,this))},e.prototype.getInitialData=function(t,e){return by(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=hW(this,t);return hR("section",{header:a,sortBlocks:!0,blocks:t4(r,function(e){var n=i.get(i.mapDimension(e.dim),t);return hR("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(t4(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}(h2),_y=bP.value;function _m(t,e){return tJ({show:e},t)}var _v=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=t4(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=tJ({color:h.color},a));var p=tq(tZ(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(er(l)){var f=p.name;p.name=l.replace("{value}",null!=f?f:"")}else ei(l)&&(p.name=l(p.name,p));var g=new l1(p,null,this.ecModel);return t2(g,ma.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:tq({lineStyle:{color:"#bbb"}},_y.axisLine),axisLabel:_m(_y.axisLabel,!1),axisTick:_m(_y.axisTick,!1),splitLine:_m(_y.splitLine,!0),splitArea:_m(_y.splitArea,!0),indicator:[]},e}(uZ),_x=["axisLine","axisTickLabel","axisName"],_b=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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;t5(t4(e.getIndicatorAxes(),function(t){var n=t.model.get("showName")?t.name:"";return new b$(t.model,{axisName:n,position:[e.cx,e.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})}),function(t){t5(_x,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=en(c)?c:[c],p=en(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 dv({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 dB({shape:{cx:m,cy:v,r0:y[x].coord,r:y[x+1].coord}}))}}else for(var _,S=t4(n,function(t,n){var i=t.getTicksCoords();return _=null==_?i.length-1:Math.min(i.length-1,_),t4(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 dX({shape:{points:M}}))}if(u&&w){var b=A(g,p,x-1);g[b].push(new dG({shape:{points:M.concat(w)}}))}w=M.slice().reverse()}var I=a.getLineStyle(),T=s.getAreaStyle();t5(g,function(t,e){this.group.add(py(t,{style:tJ({stroke:"none",fill:p[e%p.length]},T),silent:!0}))},this),t5(f,function(t,e){this.group.add(py(t,{style:tJ({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}(h5),__=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 tC(e,t),e}(mz),_S=function(){function t(t,e,n){this.dimensions=[],this._model=t,this._indicatorAxes=t4(t.getIndicatorModels(),function(t,e){var n="indicator_"+e,i=new __(n,new yL);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");(er(a)||ea(a))&&(a=[0,a]),this.r0=oc(a[0],o),this.r=oc(a[1],o),t5(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;t5(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();t5(n,function(t){t.scale.unionExtentFromData(o,o.mapDimension(t.dim))})}},this);var r=i.get("splitNumber"),o=new yL;o.setExtent(0,r),o.setInterval(1),t5(n,function(t,e){bX(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 _w(t){t.registerCoordinateSystem("radar",_S),t.registerComponentModel(_v),t.registerComponentView(_b),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 _M="\0_ec_interaction_mutex";function _C(t){return t[_M]||(t[_M]={})}gV({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},eO);var _I=function(t){function e(e){var n=t.call(this)||this;n._zr=e;var i=et(n._mousedownHandler,n),r=et(n._mousemoveHandler,n),o=et(n._mouseupHandler,n),a=et(n._mousewheelHandler,n),s=et(n._pinchHandler,n);return n.enable=function(t,n){this.disable(),this._opt=tJ(tZ(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 tC(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(!nb(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||!_D("moveOnMouseMove",t,this._opt)||"pinch"===t.gestureEvent||_C(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&&nx(t.event),_A(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){nb(t)||(this._dragging=!1)},e.prototype._mousewheelHandler=function(t){var e=_D("zoomOnMouseWheel",t,this._opt),n=_D("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;_T(this,"zoom","zoomOnMouseWheel",t,{scale:i>0?s:1/s,originX:o,originY:a,isAvailableBehavior:null})}if(n){var l=Math.abs(i);_T(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(!_C(this._zr).globalPan){var e=t.pinchScale>1?1.1:1/1.1;_T(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e}(nt);function _T(t,e,n,i,r){t.pointerChecker&&t.pointerChecker(i,r.originX,r.originY)&&(nx(i.event),_A(t,e,n,i,r))}function _A(t,e,n,i,r){r.isAvailableBehavior=et(_D,null,n,i),t.trigger(e,r)}function _D(t,e,n){var i=n[t];return!t||i&&(!er(i)||e.event[i+"Key"])}function _k(t,e,n){var i=t.target;i.x+=e,i.y+=n,i.dirty()}function _L(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 _P={axisPointer:1,tooltip:1,brush:1};function _O(t,e,n){var i=e.getComponentByElement(t.topTarget),r=i&&i.coordinateSystem;return i&&i!==n&&!_P.hasOwnProperty(i.mainType)&&r&&r.model!==n}function _R(t){er(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 _N={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"},_z=t8(_N),_E={"alignment-baseline":"textBaseline","stop-color":"stopColor"},_B=t8(_E),_V=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var n,i,r=_R(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),_X(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=_q(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=_0(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=tr[s];if(u&&eP(tr,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=_F[s];if(d&&eP(_F,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});_H(e,n),_X(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(tr={g:function(t,e){var n=new r6;return _H(e,n),_X(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new s_;return _H(e,n),_X(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 dv;return _H(e,n),_X(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 dq;return _H(e,n),_X(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 d_;return _H(e,n),_X(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=_j(i));var r=new dG({shape:{points:n||[]},silent:!0});return _H(e,r),_X(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=_j(i));var r=new dX({shape:{points:n||[]},silent:!0});return _H(e,r),_X(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new sp;return _H(e,n),_X(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 _H(e,a),_X(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 _H(e,a),_X(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=new dd(df(t.getAttribute("d")||"",void 0));return _H(e,n),_X(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),_F={lineargradient:function(t){var e=new d9(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 _W(t,e),_G(t,e),e},radialgradient:function(t){var e=new d6(parseInt(t.getAttribute("cx")||"0",10),parseInt(t.getAttribute("cy")||"0",10),parseInt(t.getAttribute("r")||"0",10));return _W(t,e),_G(t,e),e}};function _W(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function _G(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={};_Q(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000";e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function _H(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),tJ(e.__inheritedStyle,t.__inheritedStyle))}function _j(t){for(var e=_q(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 _X(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(_K,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=_q(a);switch(r=r||nM(),s){case"translate":nA(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":nk(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":nD(r,r,-parseFloat(l[0])*_$,[parseFloat(l[1]||"0"),parseFloat(l[2]||"0")]);break;case"skewX":nT(r,[1,0,Math.tan(parseFloat(l[0])*_$),1,0,0],r);break;case"skewY":nT(r,[1,Math.tan(parseFloat(l[0])*_$),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),_Q(t,o,a),i||function(t,e,n){for(var i=0;i<_z.length;i++){var r=_z[i],o=t.getAttribute(r);null!=o&&(e[_N[r]]=o)}for(var i=0;i<_B.length;i++){var r=_B[i],o=t.getAttribute(r);null!=o&&(n[_E[r]]=o)}}(t,o,a)),e.style=e.style||{},null!=o.fill&&(e.style.fill=_U(e,"fill",o.fill,n)),null!=o.stroke&&(e.style.stroke=_U(e,"stroke",o.stroke,n)),t5(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(t){null!=o[t]&&(e.style[t]=parseFloat(o[t]))}),t5(["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=t4(_q(o.lineDash),function(t){return parseFloat(t)})),("hidden"===o.visibility||"collapse"===o.visibility)&&(e.invisible=!0),"none"===o.display&&(e.ignore=!0)}var _Y=/^url\(\s*#(.*?)\)/;function _U(t,e,n,i){var r=n&&n.match(_Y);if(r){var o=e_(r[1]);i.push([t,e,o]);return}return"none"===n&&(n=null),n}var _Z=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function _q(t){return t.match(_Z)||[]}var _K=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,_$=Math.PI/180,_J=/([^\s:;]+)\s*:\s*([^:;]+)/g;function _Q(t,e,n){var i,r=t.getAttribute("style");if(r)for(_J.lastIndex=0;null!=(i=_J.exec(r));){var o=i[1],a=eP(_N,o)?_N[o]:null;a&&(e[a]=i[2]);var s=eP(_E,o)?_E[o]:null;s&&(n[s]=i[2])}}function _0(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 _1=eA(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),_2=function(){function t(t,e){this.type="geoSVG",this._usedGraphicMap=eA(),this._freedGraphics=[],this._mapName=t,this._parsedXML=_R(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=eA(),t5(e,function(t){if(null==t.namedFrom){var e=new m_(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 _V().parse(t,e))||{}).root,eb(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 nG(u,c,h,d)}if(s){var f=_0(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 t5(n.named,function(t){var e;null!=_1.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}(),_3=[126,25],_5="南海诸岛",_4=[[[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]]],_9=0;_9<_4.length;_9++)for(var _6=0;_6<_4[_9].length;_6++)_4[_9][_6][0]/=10.5,_4[_9][_6][1]/=-14,_4[_9][_6][0]+=_3[0],_4[_9][_6][1]+=_3[1];var _7={南海诸岛:[32,80],广东:[0,-10],香港:[10,5],澳门:[-10,10],天津:[5,5]},_8=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]],St=function(){function t(t,e,n){var i;this.type="geoJSON",this._parsedMap=eA(),this._mapName=t,this._specialAreas=n,this._geoJSON=er(i=e)?"undefined"!=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=eA(),o=[];return t5(n.regions,function(e){var n=e.name;t&&eP(t,n)&&(e=e.cloneShallow(n=t[n])),o.push(e),r.set(n,e)}),{regions:o,boundingRect:n.boundingRect||new nG(0,0,0,0),regionsMap:r}},t.prototype._parseToRegions=function(t){var e,n=this._mapName,i=this._geoJSON;try{e=i?mM(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===_5)return;e.push(new mb(_5,t4(_4,function(t){return{type:"polygon",exterior:t}}),_3))}}(n,e),t5(e,function(t){var e=t.name;if("china"===n){var i=_7[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:_8[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}(),Se=eA(),Sn={registerMap:function(t,e,n){if(e.svg){var i=new _2(t,e.svg);Se.set(t,i)}else{var r=e.geoJson||e.geoJSON;r&&!e.features?n=e.specialAreas:r=e;var i=new St(t,r,n);Se.set(t,i)}},getGeoResource:function(t){return Se.get(t)},getMapForUser:function(t){var e=Se.get(t);return e&&"geoJSON"===e.type&&e.getMapForUser()},load:function(t,e,n){var i=Se.get(t);return i?i.load(e,n):void 0}},Si=["rect","circle","line","ellipse","polygon","polyline","path"],Sr=eA(Si),So=eA(Si.concat(["g"])),Sa=eA(Si.concat(["g"])),Ss=oX();function Sl(t){var e=t.getItemStyle(),n=t.get("areaColor");return null!=n&&(e.fill=n),e}function Su(t){var e=t.style;e&&(e.stroke=e.stroke||e.fill,e.fill=null)}var Sc=function(){function t(t){var e=new r6;this.uid=l3("ec_map_draw"),this._controller=new _I(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=eA(),n=eA(),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(),t5(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=[];t5(r.geometries,function(t){if("polygon"===t.type){var e=[t.exterior].concat(t.interiors||[]);l&&(e=Sy(e,l)),t5(e,function(t){m.push(new dG(c(t)))})}else{var n=t.points;l&&(n=Sy(n,l,!0)),t5(n,function(t){v.push(new dX(c(t)))})}});var x=u(r.getCenter(),s&&s.project);function b(e,n){if(e.length){var i=new d5({culling:!0,segmentIgnoreThreshold:1,shape:{paths:e}});d.add(i),Sh(t,i,f,g),Sd(t,i,h,g,o,f,x),n&&(Su(i),t5(i.states,Su))}}b(m),b(v,!0)}),e.each(function(e,i){var r=n.get(i),a=r.dataIdx,s=r.regionModel;Sp(t,e,i,s,o,a),Sf(t,e,i,s,o),Sg(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=eA(),r=!1;t5(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!=Sr.get(s)&&l instanceof aw&&Sh(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!=Sa.get(s)&&Sd(t,l,n,c,o,u,null),Sp(t,l,n,c,o,u),Sf(t,l,n,c,o),null!=So.get(s)&&("self"===Sg(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=Sn.getGeoResource(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=Sn.getGeoResource(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,_k(o,t.dx,t.dy),n.dispatchAction(t$(s(),{dx:t.dx,dy:t.dy,animation:{duration:0}}))},this),r.off("zoom").on("zoom",function(t){this._mouseDownFlag=!1,_L(o,t.scale,t.originX,t.originY),n.dispatchAction(t$(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])&&!_O(e,n,t)})},t.prototype.resetForLabelLayout=function(){this.group.traverse(function(t){var e=t.getTextContent();e&&(e.ignore=Ss(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 Sh(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=Sl(r),u=Sl(o),c=Sl(s),h=Sl(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=f3(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 Sd(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&&(Ss(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 Sp(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 Sf(t,e,n,i,r){t.data||pk({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function Sg(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 Sy(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(),t5(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 Sm=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 Sc(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 dv({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}(pW),Sv=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 tC(e,t),e.prototype.getInitialData=function(t){for(var e=by(this,{coordDimensions:["value"],encodeDefaulter:ee(u8,this)}),n=eA(),i=[],r=0,o=e.count();r<o;r++){var a=e.getName(r);n.set(a,r)}return t5(Sn.load(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&&tq(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 hR("section",{header:s.join(", "),noHeader:!s.length,blocks:[hR("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=fk(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}(h2);function Sx(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)}),t5(e,function(t,e){for(var n,i,r,o=(n=t4(t,function(t){return t.getData()}),i=t[0].get("mapValueCalculation"),r={},t5(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 Sb(t){var e={};t.eachSeriesByType("map",function(n){var i=n.getMapType();if(!n.getHostGeoModel()&&!e[i]){var r={};t5(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 S_=e4,SS=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 tC(e,t),e.prototype.setBoundingRect=function(t,e,n,i){return this._rect=new nG(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 nG(t,e,n,i)},e.prototype._transformTo=function(t,e,n,i){var r=this.getBoundingRect(),o=this._rawTransformable;o.transform=r.calculateTransform(new nG(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=e4([],i,t),n=e4([],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(),nI(this.transform||(this.transform=[]),e.transform||nM()),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],nL(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?S_(n,t,i):eB(n,t)},e.prototype.pointToData=function(t){var e=this.invTransform;return e?S_([],t,e):[t[0],t[1]]},e.prototype.convertToPixel=function(t,e,n){var i=Sw(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=Sw(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 Sw(t){var e=t.seriesModel;return e?e.coordinateSystem:null}var SM={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},SC=["lng","lat"],SI=function(t){function e(e,n,i){var r,o=t.call(this,e)||this;o.dimensions=SC,o.type="geo",o._nameCoordMap=eA(),o.map=n;var a=i.projection,s=Sn.load(n,i.nameMap,i.nameProperty),l=Sn.getGeoResource(n);o.resourceType=l?l.type:null;var u=o.regions=s.regions,c=SM[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:ey(i.aspectScale,c.aspectScale),o._invertLongitute=!a&&c.invertLongitute,o}return tC(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 nG(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(er(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=ST(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=ST(e);return i===this?i.pointToData(n):null},e}(SS);function ST(t){var e=t.geoModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem||(n.getReferringComponents("geo",oq).models[0]||{}).coordinateSystem:null}function SA(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]);e9(a,a,h),e6(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"))}t2(SI,SS);var SD=new(function(){function t(){this.dimensions=SC}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 SI(o+r,o,t$({nameMap:t.get("nameMap")},i(t)));a.zoomLimit=t.get("scaleLimit"),n.push(a),t.coordinateSystem=a,a.model=t,a.resize=SA,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)}}),t5(r,function(t,r){var o=new SI(r,r,t$({nameMap:tK(t4(t,function(t){return t.get("nameMap")}))},i(t[0])));o.zoomLimit=eg.apply(null,t4(t,function(t){return t.get("scaleLimit")})),n.push(o),o.resize=SA,o.resize(t[0],e),t5(t,function(t){t.coordinateSystem=o,t5(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=eA(),a=0;a<r.length;a++)o.set(r[a].name,r[a]);return t5(Sn.load(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&&tq(n,i)}),r},t}()),Sk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(t,e,n){var i=Sn.getGeoResource(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=SD.getFilledRegions(e.regions,e.map,e.nameMap,e.nameProperty);var n={};this._optionModelMap=t9(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},eA()),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 ei(i)?(r.status=e,i(r)):er(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 SL(t,e){return t.pointToProjected?t.pointToProjected(e):t.pointToData(e)}function SP(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(SL(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(SL(t,s),i),t.setZoom(a*r)}return{center:t.getCenter(),zoom:t.getZoom()}}var SO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.focusBlurEnabled=!0,n}return tC(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 Sc(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;fv(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}(h5);function SR(t,e,n){Sn.registerMap(t,e,n)}function SN(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),t5(n.coordinateSystem.regions,function(t){i[t.name]=n.isSelected(t.name)||!1});var o=[];t5(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",SD),t.registerComponentModel(Sk),t.registerComponentView(SO),t.registerImpl("registerMap",SR),t.registerImpl("getMap",function(t){return Sn.getMapForUser(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=SP(r,t,e.get("scaleLimit"),n);e.setCenter&&e.setCenter(o.center),e.setZoom&&e.setZoom(o.zoom),"series"===i&&t5(e.seriesGroup,function(t){t.setCenter(o.center),t.setZoom(o.zoom)})}})})}function Sz(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=SF(s),o=SW(o),s&&o;){r=SF(r),a=SW(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&&!SF(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!SW(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function SE(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function SB(t){return arguments.length?t:SG}function SV(t,e){return{x:e*Math.cos(t-=Math.PI/2),y:e*Math.sin(t)}}function SF(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function SW(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function SG(t,e){return t.parentNode===e.parentNode?1:2}var SH=function(){this.parentPoint=[],this.childPoints=[]},Sj=function(t){function e(e){return t.call(this,e)||this}return tC(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new SH},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),SX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._mainGroup=new r6,n}return tC(e,t),e.prototype.init=function(t,e){this._controller=new _I(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){SY(i,e)&&SU(i,e,null,o,t)}).update(function(e,n){var r=a.getItemGraphicEl(n);if(!SY(i,e)){r&&SK(a,n,r,o,t);return}SU(i,e,r,o,t)}).remove(function(e){var n=a.getItemGraphicEl(e);n&&SK(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 SS;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)&&!_O(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){_k(o,e.dx,e.dy),n.dispatchAction({seriesId:t.id,type:"treeRoam",dx:e.dx,dy:e.dy})}).on("zoom",function(e){_L(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}(pW);function SY(t,e){var n=t.getItemLayout(e);return n&&!isNaN(n.x)&&!isNaN(n.y)}function SU(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 xu(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?eD(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 d0({shape:S$(c,h,d,r,r)})),lS(g,{shape:S$(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 Sj({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(tJ({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 SZ(t,e,n,i,r){var o=Sq(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:S$(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 Sq(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 SK(t,e,n,i,r){var o=t.tree.getNodeByDataIndex(e),a=Sq(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){SZ(e,t,i,r,s)}),SZ(o,t,i,r,s)}function S$(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=SV(u,h),f=SV(u,h+(d-h)*n),g=SV(c,d+(h-d)*n),y=SV(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 SJ=oX();function SQ(t,e){var n;if(n=this,SJ(n).mainData===n){var i=t$({},SJ(this).datas);i[this.dataType]=e,S5(e,i,t)}else S4(e,this.dataType,SJ(this).mainData,t);return e}function S0(t,e){return t.struct&&t.struct.update(),e}function S1(t,e){return t5(SJ(e).datas,function(n,i){n!==e&&S4(n.cloneShallow(),i,e,t)}),e}function S2(t){var e=SJ(this).mainData;return null==t||null==e?e:SJ(e).datas[t]}function S3(){var t=SJ(this).mainData;return null==t?[{data:t}]:t4(t8(SJ(t).datas),function(e){return{type:e,data:SJ(t).datas[e]}})}function S5(t,e,n){SJ(t).datas={},t5(e,function(e,i){S4(e,i,t,n)})}function S4(t,e,n,i){SJ(n).datas[e]=t,SJ(t).mainData=n,t.dataType=e,i.struct&&(t[i.structAttr]=i.struct,i.struct[i.datasAttr[e]]=t),t.getLinkedData=S2,t.getLinkedDataAll=S3}var S9=function(t){var e=t.mainData,n=t.datas;n||(n={main:e},t.datasAttr={main:"data"}),t.datas=t.mainData=null,S5(e,n,t),t5(n,function(n){t5(e.TRANSFERABLE_METHODS,function(e){n.wrapMethod(e,ee(SQ,t))})}),e.wrapMethod("cloneShallow",ee(S1,t)),t5(e.CHANGABLE_METHODS,function(n){e.wrapMethod(n,ee(S0,t))}),eb(n[e.dataType]===e)},S6=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){ei(t)&&(n=e,e=t,t=null),er(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}(),S7=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,en(u)?u.length:1),o.push(e);var c=new S6(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 yu(yh(o,{coordDimensions:["value"],dimensionsCount:a}).dimensions,n);return s.initData(o),i&&i(s),S9({mainData:s,struct:r,structAttr:"tree"}),r.update(),r},t}();function S8(t,e,n){if(t&&t0(e,t.type)>=0){var i=n.getData().tree.root,r=t.targetNode;if(er(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 wt(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function we(t,e){return t0(wt(t),e)>=0}function wn(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 wi=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return tC(e,t),e.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=new l1(t.leaves||{},this,this.ecModel),i=S7.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 hR("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=wn(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}(h2);function wr(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 wo(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=SB(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(r=n.width,o=n.height,a=SB());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,Sz,a),s.hierNode.modifier=-l.hierNode.prelim,wr(l,SE);var u=l,c=l,h=l;wr(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),wr(l,function(t){y=(t.getLayout().x+p)*f,m=(t.depth-1)*g;var e=SV(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),wr(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),wr(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 wa(t){t.eachSeriesByType("tree",function(t){var e=t.getData();e.tree.eachNode(function(t){var n=t.getModel().getModel("itemStyle").getItemStyle();t$(e.ensureUniqueItemVisual(t.dataIndex,"style"),n)})})}var ws=["treemapZoomToNode","treemapRender","treemapMove"];function wl(t){var e=t.getData().tree,n={};e.eachNode(function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=cs(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)})}var wu=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventUsingHoverLayer=!0,n}return tC(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};!function t(e){var n=0;t5(e.children,function(e){t(e);var i=e.value;en(i)&&(i=i[0]),n+=i});var i=e.value;en(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=n),i<0&&(i=0),en(e.value)?e.value[0]=i:e.value=i}(n);var i=t.levels||[],r=new l1({itemStyle:this.designatedVisualItemStyle={}},this,e),o=t4((i=t.levels=function(t,e){var n,i,r=oR(e.get("color")),o=oR(e.get(["aria","decal","decals"]));if(r){t5(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=S7.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 hR("nameValue",{name:i.getName(t),value:r})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments);return n.treeAncestors=wn(this.getData().tree.getNodeByDataIndex(e),this),n.treePathInfo=n.treeAncestors,n},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},t$(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=eA(),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(){wl(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}(h2),wc=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 dG({shape:{points:function(t,e,n,i,r,o){var a=[[r?t:t-5,0],[t+n,e],[t+n,e+i],[r?t:t-5,e+i]];return o||a.splice(2,0,[t+n+5,e+i/2]),r||a.push([t,e+i/2]),a}(y,0,D,v,w===_.length-1,0===w)},style:tJ(n.getItemStyle(),{lineJoin:"bevel"}),textContent:new sE({style:lR(r,{text:k})}),textConfig:{position:"inside"},z2:1e5,onclick:ee(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&&wn(I,C)},y+=D+8}},t.prototype.remove=function(){this.group.removeAll()},t}(),wh=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}(),wd="label",wp="upperLabel",wf=at([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),wg=function(t){var e=wf(t);return e.stroke=e.fill=e.lineWidth=null,e},wy=oX(),wm=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._state="ready",n._storage=wv(),n}return tC(e,t),e.prototype.render=function(t,e,n,i){if(!(0>t0(e.findComponents({mainType:"series",subType:"treemap",query:i}),t))){this.seriesModel=t,this.api=n,this.ecModel=e;var r=S8(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=wv(),l=wv(),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(),wy(T).nodeWidth=p,wy(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=wg(S);l.fill=s;var u=wf(w);u.fill=w.get("borderColor");var c=wf(M);c.fill=M.get("borderColor");var h=wf(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=wg(S);u.fill=l,u.decal=s.decal;var c=wf(w),h=wf(M),d=wf(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?wp:wd),s=oW(d.get("name"),null),l=o.getShallow("show");lP(e,lO(d,r?wp:wd),{defaultText:l?s:null,inheritColor:n,defaultOpacity:i,labelFetcher:t,labelDataIndex:a.dataIndex});var u=e.getTextContent();if(u){var h=u.style,p=ex(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=t$({},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,t5(i,function(t,e){t.isRemoved()||p(e,e)})):new g3(r,i,d,d).add(p).update(p).remove(ee(p,null)).execute()}(o.root?[o.root]:[],a&&a.root?[a.root]:[],t,o===a||!a,0);var h=(i=u,r=wv(),i&&t5(i,function(t,e){var n=r[e];t5(t,function(t){t&&(n.push(t),wy(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(){t5(h,function(t){t5(t,function(t){t.parent&&t.parent.remove(t)})}),t5(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=(ei(r)?0:r)||0,s=(ei(o)?null:o)||"cubicOut",l=new wh;t5(e.willDeleteEls,function(t,e){t5(t,function(t,n){if(!t.invisible){var r,o=t.parent,u=wy(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)}})}),t5(this._storage,function(t,n){t5(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=t$({},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(et(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 _I(t.getZr())).enable(this.seriesModel.get("roam")),n.zoomLimit=this.seriesModel.get("scaleLimit"),n.zoom=this.seriesModel.get("zoom"),e.on("pan",et(this._onPan,this)),e.on("zoom",et(this._onZoom,this)));var i=new nG(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 nG(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=nM();nA(p,p,[-e,-n]),nk(p,p,[h,h]),nA(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 wc(this.group))).render(t,e,n.node,function(e){"animating"!==i._state&&(we(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))})},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage=wv(),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}(pW);function wv(){return{nodeGroup:[],background:[],content:[]}}var wb=t5,w_=function(){function t(e){var n,i,r=e.mappingMethod,o=e.type,a=this.option=tZ(e);this.type=o,this.mappingMethod=r,this._normalizeData=wL[r];var s=t.visualHandlers[o];this.applyVisual=s.applyVisual,this.getColorMapper=s.getColorMapper,this._normalizedToVisual=s._normalizedToVisual[r],"piecewise"===r?(wS(a),i=(n=a).pieceList,n.hasSpecialVisual=!1,t5(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(wb(e,function(t,e){n[t]=e}),!en(i)){var r=[];es(i)?wb(i,function(t,e){var i=n[e];r[null!=i?i:-1]=t}):r[-1]=i,i=wk(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(a):wS(a,!0):(eb("linear"!==r||a.dataExtent),wS(a))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return et(this._normalizeData,this)},t.listVisualTypes=function(){return t8(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){es(t)?t5(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=en(e)?[]:es(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&&wb(t.visualHandlers,function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)}),n?i:null},t.prepareVisualTypes=function(t){if(en(t))t=t.slice();else{if(!es(t))return[];var e=[];wb(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||er(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:wC("color"),getColorMapper:function(){var t=this.option;return et("category"===t.mappingMethod?function(t,e){return e||(t=this._normalizeData(t)),wI.call(this,t)}:function(e,n,i){var r=!!i;return n||(e=this._normalizeData(e)),i=iW(e,t.parsedVisual,i),r?i:iU(i,"rgba")},this)},_normalizedToVisual:{linear:function(t){return iU(iW(t,this.option.parsedVisual),"rgba")},category:wI,piecewise:function(t,e){var n=wD.call(this,e);return null==n&&(n=iU(iW(t,this.option.parsedVisual),"rgba")),n},fixed:wT}},colorHue:ww(function(t,e){return iX(t,e)}),colorSaturation:ww(function(t,e){return iX(t,null,e)}),colorLightness:ww(function(t,e){return iX(t,null,null,e)}),colorAlpha:ww(function(t,e){return iY(t,e)}),decal:{applyVisual:wC("decal"),_normalizedToVisual:{linear:null,category:wI,piecewise:null,fixed:null}},opacity:{applyVisual:wC("opacity"),_normalizedToVisual:wA([0,1])},liftZ:{applyVisual:wC("liftZ"),_normalizedToVisual:{linear:wT,category:wT,piecewise:wT,fixed:wT}},symbol:{applyVisual:function(t,e,n){n("symbol",this.mapValueToVisual(t))},_normalizedToVisual:{linear:wM,category:wI,piecewise:function(t,e){var n=wD.call(this,e);return null==n&&(n=wM.call(this,t)),n},fixed:wT}},symbolSize:{applyVisual:wC("symbolSize"),_normalizedToVisual:wA([0,1])}},t}();function wS(t,e){var n=t.visual,i=[];es(n)?wb(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]),wk(t,i)}function ww(t){return{applyVisual:function(e,n,i){var r=this.mapValueToVisual(e);i("color",t(n("color"),r))},_normalizedToVisual:wA([0,1])}}function wM(t){var e=this.option.visual;return e[Math.round(ou(t,[0,1],[0,e.length-1],!0))]||{}}function wC(t){return function(e,n,i){i(t,this.mapValueToVisual(e))}}function wI(t){var e=this.option.visual;return e[this.option.loop&&-1!==t?t%e.length:t]}function wT(){return this.option.visual[0]}function wA(t){return{linear:function(e){return ou(e,t,this.option.visual,!0)},category:wI,piecewise:function(e,n){var i=wD.call(this,n);return null==i&&(i=ou(e,t,this.option.visual,!0)),i},fixed:wT}}function wD(t){var e=this.option,n=e.pieceList;if(e.hasSpecialVisual){var i=w_.findPieceIndex(t,n),r=n[i];if(r&&r.visual)return r.visual[this.type]}}function wk(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=t4(e,function(t){return iE(t)||[0,0,0,1]})),e}var wL={linear:function(t){return ou(t,this.option.dataExtent,[0,1],!0)},piecewise:function(t){var e=this.option.pieceList,n=w_.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:eO},wP=oX(),wO={seriesType:"treemap",reset:function(t){var e=t.getData().tree.root;e.isRemoved()||function t(e,n,i,r){var o,a=e.getModel(),s=e.getLayout(),l=e.hostTree.data;if(s&&!s.invisible&&s.isInView){var u,c,h,d,p,f,g,y=a.getModel("itemStyle"),m=(u=y,c=n,h=r,d=t$({},c),p=h.designatedVisualItemStyle,t5(["color","colorAlpha","colorSaturation"],function(t){p[t]=c[t];var e=u.get(t);p[t]=null,null!=e&&(d[t]=e)}),d),v=l.ensureUniqueItemVisual(e.dataIndex,"style"),x=y.get("borderColor"),b=y.get("borderColorSaturation");null!=b&&(f=b,x=null!=(g=wR(m))?iX(g,null,null,f):null),v.stroke=x;var _=e.viewChildren;if(_&&_.length){var S=function(t,e,n,i,r,o){if(o&&o.length){var a=wz(e,"color")||null!=r.color&&"none"!==r.color&&(wz(e,"colorAlpha")||wz(e,"colorSaturation"));if(a){var s=e.get("visualMin"),l=e.get("visualMax"),u=n.dataExtent.slice();null!=s&&s<u[0]&&(u[0]=s),null!=l&&l>u[1]&&(u[1]=l);var c=e.get("colorMappingBy"),h={type:a.name,dataExtent:u,visual:a.range};"color"===h.type&&("index"===c||"id"===c)?(h.mappingMethod="category",h.loop=!0):h.mappingMethod="linear";var d=new w_(h);return wP(d).drColorMappingBy=c,d}}}(0,a,s,0,m,_);t5(_,function(e,n){if(e.depth>=i.length||e===i[e.depth]){var o=function(t,e,n,i,r,o){var a=t$({},e);if(r){var s=r.type,l="color"===s&&wP(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}(a,m,e,n,S,r);t(e,o,i,r)}})}else v.fill=wR(m)}}(e,{},t.getViewRoot().getAncestors(),t)}};function wR(t){var e=wN(t,"color");if(e){var n=wN(t,"colorAlpha"),i=wN(t,"colorSaturation");return i&&(e=iX(e,null,null,i)),n&&(e=iY(e,n)),e}}function wN(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function wz(t,e){var n=t.get(e);return en(n)&&n.length?{name:e,range:n}:null}var wE=Math.max,wB=Math.min,wV=eg,wF=t5,wW=["itemStyle","borderWidth"],wG=["itemStyle","gapWidth"],wH=["upperLabel","show"],wj=["upperLabel","height"],wX={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(wV(s.width,l[0]),r),c=oc(wV(s.height,l[1]),o),h=i&&i.type,d=S8(i,["treemapZoomToNode","treemapRootToNode"],t),p="treemapRender"===h||"treemapMove"===h?i.rootRect:null,f=t.getViewRoot(),g=wt(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(wW),m=Math.max(y,wU(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(wW),c=l.get(wG)/2,h=wU(l),d=Math.max(u,h),p=u-c,f=d-c;e.setLayout({borderWidth:u,upperHeight:d,upperLabelHeight:h},!0);var g=(o=wE(o-2*p,0))*(a=wE(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=t6(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],wF(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=wB(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?wE(u*i/l,l/(u*r)):1/0}(b,v,n.squareRatio);M<=x?(_++,x=M):(b.area-=b.pop().getLayout().area,wY(b,v,m,c,!1),v=wB(m.width,m.height),b.length=b.area=0,x=1/0)}if(b.length&&wY(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(),wF(g,function(t,e){var n=(g[e+1]||f).getValue();t.setLayout(t$({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 nG(n.x-a.x,n.y-a.y,n.width,n.height);wF(e.viewChildren||[],function(e){t(e,u,i,r,o+1)})}}(b,new nG(-s.x,-s.y,r,o),g,f,0)}};function wY(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]]=wE(c-2*i,0),m=n[s[o]]+n[l[o]]-u,v=h===d-1||m<g?m:g,x=f[l[o]]=wE(v-2*i,0);f[s[a]]=n[s[a]]+wB(i,y/2),f[s[o]]=u+wB(i,x/2),u+=v,p.setLayout(f,!0)}n[s[a]]+=c,n[l[a]]-=c}function wU(t){return t.get(wH)?t.get(wj):0}function wZ(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){ea(n)&&(n=r[n]);for(var o=0;o<e.length;o++)if(!e[o].isSelected(n))return!1}return!0})})}function wq(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){er(e)&&(e=r["ec-"+e]);var o=n.getItemVisual(e,"style");t$(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 wK(t){return t instanceof Array||(t=[t,t]),t}function w$(t){t.eachSeriesByType("graph",function(t){var e=t.getGraph(),n=t.getEdgeData(),i=wK(t.get("edgeSymbol")),r=wK(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=wK(i.getShallow("symbol",!0)),a=wK(i.getShallow("symbolSize",!0)),s=i.getModel("lineStyle").getLineStyle(),l=n.ensureUniqueItemVisual(t,"style");switch(t$(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 wJ=function(t){return t.get("autoCurveness")||null},wQ=function(t,e){var n=wJ(t),i=20,r=[];if(ea(n))i=n;else if(en(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},w0=function(t,e,n){var i=[t.id,t.dataIndex].join("."),r=[e.id,e.dataIndex].join(".");return[n.uid,i,r].join("--\x3e")},w1=function(t){var e=t.split("--\x3e");return[e[0],e[2],e[1]].join("--\x3e")},w2=function(t,e){var n=w0(t.node1,t.node2,e);return e.__edgeMap[n]},w3=function(t,e){var n=e.__edgeMap;return n[t]?n[t].length:0};function w5(t,e,n,i){var r=wJ(e),o=en(r);if(!r)return null;var a=w2(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=w3(w0(t.node1,t.node2,e),e)+w3(w0(t.node2,t.node1,e),e);wQ(e,u),t.lineStyle=t.lineStyle||{};var c=w0(t.node1,t.node2,e),h=e.__curvenessList,d=o||u%2?0:1;if(a.isForward)return h[d+s];var p=w3(w1(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 w4(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")])}),w9(n,t)}}function w9(t,e){t.eachEdge(function(t,n){var i=em(t.getModel().get(["lineStyle","curveness"]),-w5(t,e,n,!0),0),r=eV(t.node1.getLayout()),o=eV(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 w6(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=[];t5(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])}w9(i.graph,t)}else e&&"none"!==e||w4(t)})}function w7(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 w8(t){var e=t.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),+e}var Mt=Math.PI,Me=[];function Mn(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];eJ(p,p),e$(p,p,c),n.setLayout([l+p[0],u+p[1]],!0),Mr(n,t.get(["circular","rotateLabel"]),l,u)}Mi[e](t,s,a,c,l,u,h),s.eachEdge(function(e,n){var i,r=em(e.getModel().get(["lineStyle","curveness"]),w5(e,t,n),0),o=eV(e.node1.getLayout()),a=eV(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 Mi={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;Me.length=a;var l=w7(t);e.eachNode(function(t){var e=w8(t);isNaN(e)&&(e=2),e<0&&(e=0);var n=Math.asin((e*=l)/2/i);isNaN(n)&&(n=Mt/2),Me[t.dataIndex]=n,s+=2*n});var u=(2*Mt-s)/a/2,c=0;e.eachNode(function(t){var e=u+Me[t.dataIndex];c+=e,t.getLayout()&&t.getLayout().fixed||t.setLayout([i*Math.cos(c)+r,i*Math.sin(c)+o]),c+=e})}};function Mr(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");t$(h.textConfig||(h.textConfig={}),{position:c})}else a.setTextConfig({rotation:o*=Math.PI/180})}}function Mo(t){t.eachSeriesByType("graph",function(t){"circular"===t.get("layout")&&Mn(t,"symbolSize")})}var Ma=eG;function Ms(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&&Mn(t,"value"):w4(t);var l=r.getDataExtent("value"),u=o.getDataExtent("value"),c=a.get("repulsion"),h=a.get("edgeLength"),d=en(c)?c:[c,c],p=en(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=em(r.getModel().get(["lineStyle","curveness"]),-w5(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=eE(a*(Math.random()-.5)+l[0],s*(Math.random()-.5)+l[1])),h.pp=eV(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;eH(o,d.p,h.p);var f=ej(o)-c.d,g=d.w/(h.w+d.w);isNaN(g)&&(g=0),eJ(o,o),h.fixed||Ma(h.p,h.p,o,g*f*p),d.fixed||Ma(d.p,d.p,o,-(1-g)*f*p)}}for(var s=0;s<a;s++){var y=t[s];y.fixed||(eH(o,l,y.p),Ma(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];eH(o,d.p,h.p);var f=ej(o);0===f&&(eF(o,Math.random()-.5,Math.random()-.5),f=1);var v=(h.rep+d.rep)/f/f;h.fixed||Ma(h.pp,h.pp,o,v),d.fixed||Ma(d.pp,d.pp,o,-v)}for(var x=[],s=0;s<a;s++){var y=t[s];y.fixed||(eH(x,y.p,y.pp),Ma(y.p,y.p,x,p),eB(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&&eB(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]||[],eB(d[0],c),eB(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 Ml(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(t$(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 SS;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 Mu=dq.prototype,Mc=d0.prototype,Mh=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function Md(t){return isNaN(+t.cpx1)||isNaN(+t.cpy1)}tC(function(){return null!==v&&v.apply(this,arguments)||this},v=Mh);var Mp=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-line",n}return tC(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new Mh},e.prototype.buildPath=function(t,e){Md(e)?Mu.buildPath.call(this,t,e):Mc.buildPath.call(this,t,e)},e.prototype.pointAt=function(t){return Md(this.shape)?Mu.pointAt.call(this,t):Mc.pointAt.call(this,t)},e.prototype.tangentAt=function(t){var e=this.shape,n=Md(e)?[e.x2-e.x1,e.y2-e.y1]:Mc.tangentAt.call(this,t);return eJ(n,n)},e}(ss),Mf=["fromSymbol","toSymbol"];function Mg(t){return"_"+t+"Type"}function My(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=fL(r),u=fP(a||0,l);return i+l+u+(o||"")+(s||"")}function Mm(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=fL(r),u=fP(a||0,l),c=fk(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 Mv(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 Mx=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createLine(e,n,i),r}return tC(e,t),e.prototype._createLine=function(t,e,n){var i,r,o=t.hostModel,a=(i=t.getItemLayout(e),Mv((r=new Mp({name:"line",subPixelOptimize:!0})).shape,i),r);a.shape.percent=0,lw(a,{shape:{percent:1}},o,e),this.add(a),t5(Mf,function(n){var i=Mm(n,t,e);this.add(i),this[Mg(n)]=My(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:{}};Mv(a.shape,o),lS(r,a,i,e),t5(Mf,function(n){var i=My(n,t,e),r=Mg(n);if(this[r]!==i){this.remove(this.childOfName(n));var o=Mm(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,t5(Mf,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");en(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");Mv(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=eH([],l,s);if(eJ(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),Mb=function(){function t(t){this.group=new r6,this._LineCtor=t||Mx}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=M_(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=M_(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(Mw(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){pP(this._progressiveEls||this.group,t)},t.prototype._doAdd=function(t,e,n){if(Mw(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);if(!Mw(e.getItemLayout(i)))return void this.group.remove(o);o?o.updateData(e,i,r):o=new this._LineCtor(e,i,r),e.setItemGraphicEl(i,o),this.group.add(o)},t}();function M_(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 MS(t){return isNaN(t[0])||isNaN(t[1])}function Mw(t){return t&&!MS(t[0])&&!MS(t[1])}var MM=[],MC=[],MI=[],MT=Math.abs;function MA(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){MM[0]=ig(r[0],o[0],a[0],c),MM[1]=ig(r[1],o[1],a[1],c);var h=MT(e2(MM,e)-l);h<s&&(s=h,i=c)}for(var d=0;d<32;d++){var p=i+u;MC[0]=ig(r[0],o[0],a[0],i),MC[1]=ig(r[1],o[1],a[1],i),MI[0]=ig(r[0],o[0],a[0],p),MI[1]=ig(r[1],o[1],a[1],p);var h=e2(MC,e)-l;if(.01>MT(h))break;var f=e2(MI,e)-l;u/=2,h<0?f>=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function MD(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=[eV(s[0]),eV(s[1])],s[2]&&s.__original.push(eV(s[2])));var c=s.__original;if(null!=s[2]){if(eB(i[0],c[0]),eB(i[1],c[2]),eB(i[2],c[1]),l&&"none"!==l){var h=w8(t.node1),d=MA(i,c[0],h*e);iv(i[0][0],i[1][0],i[2][0],d,n),i[0][0]=n[3],i[1][0]=n[4],iv(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=w8(t.node2),d=MA(i,c[1],h*e);iv(i[0][0],i[1][0],i[2][0],d,n),i[1][0]=n[1],i[2][0]=n[2],iv(i[0][1],i[1][1],i[2][1],d,n),i[1][1]=n[1],i[2][1]=n[2]}eB(s[0],i[0]),eB(s[1],i[2]),eB(s[2],i[1])}else{if(eB(r[0],c[0]),eB(r[1],c[1]),eH(o,r[1],r[0]),eJ(o,o),l&&"none"!==l){var h=w8(t.node1);eG(r[0],r[0],o,h*e)}if(u&&"none"!==u){var h=w8(t.node2);eG(r[1],r[1],o,-h*e)}eB(s[0],r[0]),eB(s[1],r[1])}})}function Mk(t){return"view"===t.type}var ML=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(t,e){var n=new xf,i=new Mb,r=this.group;this._controller=new _I(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(Mk(r)){var l={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?s.attr(l):lS(s,l,t)}MD(t.getGraph(),w7(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),Mn(t,"symbolSize",e,[o.offsetX,o.offsetY]),i.updateLayout(t);break;default:u.setItemLayout(n,[r.x,r.y]),w9(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){Mr(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;if(r.setPointerChecker(function(e,i,r){var o=a.getBoundingRect();return o.applyTransform(a.transform),o.contain(i,r)&&!_O(e,n,t)}),!Mk(t.coordinateSystem))return void r.disable();r.enable(t.get("roam")),o.zoomLimit=t.get("scaleLimit"),o.zoom=t.coordinateSystem.getZoom(),r.off("pan").off("zoom").on("pan",function(e){_k(o,e.dx,e.dy),n.dispatchAction({seriesId:t.id,type:"graphRoam",dx:e.dx,dy:e.dy})}).on("zoom",function(e){_L(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(),MD(t.getGraph(),w7(t)),i._lineDraw.updateLayout(),n.updateLabelLayout()})},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,e=t.getData(),n=w7(t);e.eachItemGraphicEl(function(t,e){t&&t.setSymbolScale(n)})},e.prototype.updateLayout=function(t){MD(t.getGraph(),w7(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}(pW);function MP(t){return"_EC_"+t}var MO=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[MP(t)]){var i=new MR(t,e);return i.hostGraph=this,this.nodes.push(i),n[MP(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[MP(t)]},t.prototype.addEdge=function(t,e,n){var i=this._nodesMap,r=this._edgesMap;if(ea(t)&&(t=this.nodes[t]),ea(e)&&(e=this.nodes[e]),t instanceof MR||(t=i[MP(t)]),e instanceof MR||(e=i[MP(e)]),t&&e){var o=t.id+"-"+e.id,a=new MN(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 MR&&(t=t.id),e instanceof MR&&(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 MR||(e=this._nodesMap[MP(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}(),MR=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=eA(),e=eA(),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}(),MN=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=eA(),e=eA();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 Mz(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 ME(t,e,n,i,r){for(var o,a=new MO(i),s=0;s<t.length;s++)a.addNode(eg(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(eg(oW(h.id,null),d+" > "+p)),c++)}var f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f)o=yv(t,n);else{var g=cm.get(f),y=g&&g.dimensions||[];0>t0(y,"value")&&y.concat(["value"]),(o=new yu(yh(t,{coordDimensions:y,encodeDefine:n.getEncode()}).dimensions,n)).initData(t)}var m=new yu(["value"],n);return m.initData(u,l),r&&r(o,m),S9({mainData:o,struct:a,structAttr:"graph",datas:{node:o,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),a.update(),a}t2(MR,Mz("hostGraph","data")),t2(MN,Mz("hostGraph","edgeData"));var MB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tC(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new bm(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){wJ(this)&&(this.__curvenessList=[],this.__edgeMap={},wQ(this));var o=ME(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 t5(o.edges,function(t){!function(t,e,n,i){if(wJ(n)){var r=w0(t,e,n),o=n.__edgeMap,a=o[w1(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),hR("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return hj({series:this,dataIndex:t,multipleSeries:e})},e.prototype._updateCategoriesData=function(){var t=t4(this.option.categories||[],function(t){return null!=t.value?t:t$({value:0},t)}),e=new yu(["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}(h2),MV={type:"graphRoam",event:"graphRoam",update:"none"},MF=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},MW=function(t){function e(e){var n=t.call(this,e)||this;return n.type="pointer",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new MF},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 MG(t,e){var n=null==t?"":t+"";return e&&(er(e)?n=e.replace("{value}",n):ei(e)&&(n=e(t))),n}var MH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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")?xX:dN,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(),t5(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 dq({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=MG(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:ea(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 dq({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?fk(l,c-a/2,h-s,a,s,null,d):new MW({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")?xX:dN,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(t$({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=fk(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:MG(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 MG(t,D)}),p&&lH(_,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return MG(a?a.interpolatedValue:o,D)}}),g.add(_)}c.add(g)}),this.group.add(c),this._titleEls=h,this._detailEls=d},e.type="gauge",e}(pW),Mj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="itemStyle",n}return tC(e,t),e.prototype.getInitialData=function(t,e){return by(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}(h2),MX=["itemStyle","opacity"],MY=function(t){function e(e,n){var i=t.call(this)||this,r=new dX,o=new sE;return i.setTextContent(o),i.setTextGuideLine(r),i.updateData(e,n,!0),i}return tC(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(MX);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 nO(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}),m5(this,m4(o),{stroke:l})},e}(dG),MU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreLabelLineUpdate=!0,n}return tC(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 MY(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}(pW),MZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bm(et(this.getData,this),et(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return by(this,{coordDimensions:["value"],encodeDefaulter:ee(u8,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}(h2);function Mq(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 ei(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 MK=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 tC(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=MQ(t);if(o.diff(a).add(function(t){M0(MJ(o,r,t,l,s),o,t,u)}).update(function(e,n){var i=a.getItemGraphicEl(n),r=M$(o,e,l,s);o.setItemGraphicEl(e,i),lS(i,{shape:{points:r}},t,e),lA(i),M0(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=MQ(e),s=this._progressiveEls=[],l=t.start;l<t.end;l++){var u=MJ(i,this._dataGroup,l,o,r);u.incremental=!0,M0(u,i,l,a),s.push(u)}},e.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},e.type="parallel",e}(pW);function M$(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 MJ(t,e,n,i,r){var o=new dX({shape:{points:M$(t,n,i,r)},z2:10});return e.add(o),t.setItemGraphicEl(n,o),o}function MQ(t){var e,n=t.get("smooth",!0);return!0===n&&(n=.3),(e=n=oA(n))!=e&&(n=0),{smooth:n}}function M0(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 M1=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 tC(e,t),e.prototype.getInitialData=function(t,e){return yv(null,this,{useEncodeDefaulter:et(M2,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}(h2);function M2(t){var e=t.ecModel.getComponent("parallel",t.get("parallelIndex"));if(e){var n={};return t5(e.dimensions,function(t){var e=+t.replace("dim","");n[t]=e}),n}}var M3=["lineStyle","opacity"],M5={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(M3,!0);null!=o&&(r=o)}e.ensureUniqueItemVisual(n,"style").opacity=r},t.start,t.end)}}}};function M4(t){var e;(function(t){if(!t.parallel){var e=!1;t5(t.series,function(t){t&&"parallel"===t.type&&(e=!0)}),e&&(t.parallel=[{}])}})(t),t5(oR((e=t).parallelAxis),function(t){if(es(t)){var n=t.parallelIndex||0,i=oR(e.parallel)[n];i&&i.parallelAxisDefault&&tq(t,i.parallelAxisDefault,!1)}})}var M9=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.render=function(t,e,n){this._model=t,this._api=n,this._handlers||(this._handlers={},t5(M6,function(t,e){n.getZr().on(e,this._handlers[e]=et(t,this))},this)),pY(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},e.prototype.dispose=function(t,e){pU(this,"_throttledDispatchExpand"),t5(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(t$({type:"parallelAxisExpand"},t))},e.type="parallel",e}(h5),M6={mousedown:function(t){M7(this,"click")&&(this._mouseDownPoint=[t.offsetX,t.offsetY])},mouseup:function(t){var e=this._mouseDownPoint;if(M7(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&&M7(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 M7(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var M8=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var e=this.option;t&&tq(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){t5(["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=[];t5(t6(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),Ct=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 tC(e,t),e.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},e}(mz);function Ce(t,e,n,i,r,o){t=t||0;var a,s=n[1]-n[0];if(null!=r&&(r=Ci(r,[0,s])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var l=Math.abs(e[1]-e[0]);l=Ci(l,[0,s]),r=o=Ci(l,[r,o]),i=0}e[0]=Ci(e[0],n),e[1]=Ci(e[1],n);var u=Cn(e,i);e[i]+=t;var c=r||0,h=n.slice();return u.sign<0?h[0]+=c:h[1]-=c,e[i]=Ci(e[i],h),a=Cn(e,i),null!=r&&(a.sign!==u.sign||a.span<r)&&(e[1-i]=e[i]+u.sign*r),a=Cn(e,i),null!=o&&a.span>o&&(e[1-i]=e[i]+a.sign*o),e}function Cn(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 Ci(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var Cr=t5,Co=Math.min,Ca=Math.max,Cs=Math.floor,Cl=Math.ceil,Cu=oh,Cc=Math.PI,Ch=function(){function t(t,e,n){this.type="parallel",this._axesMap=eA(),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;Cr(i,function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new Ct(t,mt(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();Cr(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),y8(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=Cd(e.get("axisExpandWidth"),l),h=Cd(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=Cd(p[1]-p[0],l),p[1]=p[0]+t):(t=Cd(c*(h-1),l),(p=[c*(e.get("axisExpandCenter")||Cs(u/2))-t/2])[1]=p[0]+t);var f=(s-t)/(u-h);f<3&&(f=0);var g=[Cs(Cu(p[0]/c,1))+1,Cl(Cu(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])}),Cr(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:Cc/2,vertical:0}[r],u=nM();nD(u,u,l),nA(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=[];t5(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 pS([t,0],this._axesLayout[e].transform)},t.prototype.getAxisLayout=function(t){return tZ(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)?Ce(e,r,a,"all"):l="none";else{var d=r[1]-r[0];(r=[Ca(0,a[1]*s/d-d/2)])[1]=Co(a[1],r[0]+d),r[0]=r[1]-d}return{axisExpandWindow:r,behavior:l}},t}();function Cd(t,e){return Co(Ca(t,e[0]),e[1])}var Cp={create:function(t,e){var n=[];return t.eachComponent("parallel",function(i,r){var o=new Ch(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}},Cf=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.activeIntervals=[],n}return tC(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=tZ(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);t2(Cf,ma);var Cg=Math.min,Cy=Math.max,Cm=Math.pow,Cv="globalPan",Cx={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},Cb={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},C_={brushStyle:{lineWidth:2,stroke:"rgba(210,219,238,0.3)",fill:"#D2DBEE"},transformable:!0,brushMode:"single",removeOnClick:!1},CS=0,Cw=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_"+CS++,t5(CK,function(t,e){this._handlers[e]=et(t,this)},n),n}return tC(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,_C(n)[Cv]=e),t5(this._handlers,function(t,e){n.on(e,t)}),this._brushType=t.brushType,this._brushOption=tq(tZ(C_),t,!0)},e.prototype._doDisableBrush=function(){var t,e,n=this._zr;t=this._uid,(e=_C(n))[Cv]===t&&(e[Cv]=null),t5(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={};t5(t,function(t){e[t.panelId]=tZ(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=t4(t,function(t){return tq(tZ(C_),t,!0)});var e=this._covers,n=this._covers=[],i=this,r=this._creatingCover;return new g3(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]):CC(i,CM(i,s));CA(i,l)}}},e.prototype.unmount=function(){return this.enableBrush(!1),CP(this),this._zr.remove(this.group),this},e.prototype.dispose=function(){this.unmount(),this.off()},e}(nt);function CM(t,e){var n=CJ[e.brushType].createCover(t,e);return n.__brushOption=e,CT(n,e),t.group.add(n),n}function CC(t,e){var n=CD(e);return n.endCreating&&(n.endCreating(t,e),CT(e,e.__brushOption)),e}function CI(t,e){var n=e.__brushOption;CD(e).updateCoverShape(t,e,n.range,n)}function CT(t,e){var n=e.z;null==n&&(n=1e4),t.traverse(function(t){t.z=n,t.z2=n})}function CA(t,e){CD(e).updateCommon(t,e),CI(t,e)}function CD(t){return CJ[t.__brushOption.brushType]}function Ck(t,e,n){var i,r=t._panels;if(!r)return!0;var o=t._transform;return t5(r,function(t){t.isTargetByCursor(e,n,o)&&(i=t)}),i}function CL(t,e){var n=t._panels;if(!n)return!0;var i=e.__brushOption.panelId;return null==i||n[i]}function CP(t){var e=t._covers,n=e.length;return t5(e,function(e){t.group.remove(e)},t),e.length=0,!!n}function CO(t,e){var n=t4(t._covers,function(t){var e=t.__brushOption,n=tZ(e.range);return{brushType:e.brushType,panelId:e.panelId,range:n}});t.trigger("brush",{areas:n,isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function CR(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function CN(t,e,n,i){var r=new r6;return r.add(new s_({name:"main",style:CV(n),silent:!0,draggable:!0,cursor:"move",drift:ee(CG,t,e,r,["n","s","w","e"]),ondragend:ee(CO,e,{isEnd:!0})})),t5(i,function(n){r.add(new s_({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:ee(CG,t,e,r,n),ondragend:ee(CO,e,{isEnd:!0})}))}),r}function Cz(t,e,n,i){var r=i.brushStyle.lineWidth||0,o=Cy(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;CB(t,e,"main",a,s,f,g),i.transformable&&(CB(t,e,"w",l,u,o,m),CB(t,e,"e",d,u,o,m),CB(t,e,"n",l,u,y,o),CB(t,e,"s",l,p,y,o),CB(t,e,"nw",l,u,o,o),CB(t,e,"ne",d,u,o,o),CB(t,e,"sw",l,p,o,o),CB(t,e,"se",d,p,o,o))}function CE(t,e){var n=e.__brushOption,i=n.transformable,r=e.childAt(0);r.useStyle(CV(n)),r.attr({silent:!i,cursor:i?"move":"default"}),t5([["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?CW(t,n[0]):(("e"===(a=[CW(r=t,(o=n)[0]),CW(r,o[1])])[0]||"w"===a[0])&&a.reverse(),a.join(""));s&&s.attr({silent:!i,invisible:!i,cursor:i?Cb[l]+"-resize":null})})}function CB(t,e,n,i,r,o,a){var s,l,u,c=e.childOfName(n);c&&c.setShape((l=Cg((s=CX(t,e,[[i,r],[i+o,r+a]]))[0][0],s[1][0]),{x:l,y:u=Cg(s[0][1],s[1][1]),width:Cy(s[0][0],s[1][0])-l,height:Cy(s[0][1],s[1][1])-u}))}function CV(t){return tJ({strokeNoScale:!0},t.brushStyle)}function CF(t,e,n,i){var r=[Cg(t,n),Cg(e,i)],o=[Cy(t,n),Cy(e,i)];return[[r[0],o[0]],[r[1],o[1]]]}function CW(t,e){return({left:"w",right:"e",top:"n",bottom:"s"})[pw({w:"left",e:"right",n:"top",s:"bottom"}[e],p_(t.group))]}function CG(t,e,n,i,r,o){var a=n.__brushOption,s=t.toRectRange(a.range),l=Cj(e,r,o);t5(i,function(t){var e=Cx[t];s[e[0]][e[1]]+=l[e[0]]}),a.range=t.fromRectRange(CF(s[0][0],s[1][0],s[0][1],s[1][1])),CA(e,n),CO(e,{isEnd:!1})}function CH(t,e,n,i){var r=e.__brushOption.range,o=Cj(t,n,i);t5(r,function(t){t[0]+=o[0],t[1]+=o[1]}),CA(t,e),CO(t,{isEnd:!1})}function Cj(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 CX(t,e,n){var i=CL(t,e);return i&&!0!==i?i.clipPath(n,t._transform):tZ(n)}function CY(t){var e=t.event;e.preventDefault&&e.preventDefault()}function CU(t,e,n){return t.childOfName("main").contain(e,n)}function CZ(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 Cm(r*r+o*o,.5)>6}(t)||o){if(a&&!o){"single"===s.brushMode&&CP(t);var l=tZ(s);l.brushType=Cq(l.brushType,a),l.panelId=!0===a?null:a.panelId,o=t._creatingCover=CM(t,l),t._covers.push(o)}if(o){var u=CJ[Cq(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(CX(t,o,t._track)),i&&(CC(t,o),u.updateCommon(t,o)),CI(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&Ck(t,e,n)&&CP(t)&&(r={isEnd:i,removeOnClick:!0});return r}function Cq(t,e){return"auto"===t?e.defaultBrushType:t}var CK={mousedown:function(t){if(this._dragging)C$(this,t);else if(!t.target||!t.target.draggable){CY(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=Ck(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=Ck(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)&&CJ[h.brushType].contain(l[c],n[0],n[1]))return}u&&s.setCursorStyle("crosshair")}}(this,t,i),this._dragging){CY(t);var r=CZ(this,t,i,!1);r&&CO(this,r)}},mouseup:function(t){C$(this,t)}};function C$(t,e){if(t._dragging){CY(e);var n=e.offsetX,i=e.offsetY,r=t.group.transformCoordToLocal(n,i),o=CZ(t,e,r,!0);t._dragging=!1,t._track=[],t._creatingCover=null,o&&CO(t,o)}}var CJ={lineX:CQ(0),lineY:CQ(1),rect:{createCover:function(t,e){function n(t){return t}return CN({toRectRange:n,fromRectRange:n},t,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(t){var e=CR(t);return CF(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,n,i){Cz(t,e,n,i)},updateCommon:CE,contain:CU},polygon:{createCover:function(t,e){var n=new r6;return n.add(new dX({name:"main",style:CV(e),silent:!0})),n},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new dG({name:"main",draggable:!0,drift:ee(CH,t,e),ondragend:ee(CO,t,{isEnd:!0})}))},updateCoverShape:function(t,e,n,i){e.childAt(0).setShape({points:CX(t,e,n)})},updateCommon:CE,contain:CU}};function CQ(t){return{createCover:function(e,n){return CN({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=CR(e);return[Cg(n[0][t],n[1][t]),Cy(n[0][t],n[1][t])]},updateCoverShape:function(e,n,i,r){var o,a=CL(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(),Cz(e,n,l,r)},updateCommon:CE,contain:CU}}function C0(t){return t=C3(t),function(e){return pC(e,t)}}function C1(t,e){return t=C3(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 C2(t,e,n){var i=C3(t);return function(t,r){return i.contain(r[0],r[1])&&!_O(t,e,n)}}function C3(t){return nG.create(t)}var C5=["axisLine","axisTickLabel","axisName"],C4=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments),(this._brushController=new Cw(n.getZr())).on("brush",et(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=t$({strokeContainThreshold:d},c.getAxisLayout(p)),g=new b$(t,f);t5(C5,g.add,g),this._axisGroup.add(g.getGroup()),this._refreshBrushController(f,h,t,u,d,n),pM(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=nG.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:C0(h),isTargetByCursor:C2(h,o,i),getLinearBrushOtherExtent:C1(h,0)}]).enableBrush({brushType:"lineX",brushStyle:e,removeOnClick:!0}).updateCovers((s=(a=n).axis,t4(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=t4(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}(h5),C9={type:"axisAreaSelect",event:"axisAreaSelected"},C6={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function C7(t){t.registerComponentView(M9),t.registerComponentModel(M8),t.registerCoordinateSystem("parallel",Cp),t.registerPreprocessor(M4),t.registerComponentModel(Cf),t.registerComponentView(C4),bR(t,"parallel",Cf,C6),t.registerAction(C9,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 C8=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},It=function(t){function e(e){return t.call(this,e)||this}return tC(e,t),e.prototype.getDefaultShape=function(){return new C8},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),Ie=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._focusAdjacencyDisabled=!1,n}return tC(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 It,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()),In(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,em(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 In(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}(pW);function In(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");er(i)&&er(r)&&(t.fill=new d9(0,0,+("horizontal"===e),+("vertical"===e),[{color:i,offset:0},{color:r,offset:1}]))}}var Ii=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 ME(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 hR("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 hR("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}(h2);function Ir(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;t5(b,function(t){var e=Math.max(Ip(t.outEdges,Id),Ip(t.inEdges,Id),t.getValue()||0);t.setLayout({value:e},!0)});var S=0!==t6(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,i){if("right"===e){for(var r,o,a=[],s=t,l=0;s.length;){for(var u=0;u<s.length;u++){var c=s[u];c.setLayout({skNodeHeight:l},!0);for(var h=0;h<c.inEdges.length;h++){var d=c.inEdges[h];0>a.indexOf(d.node1)&&a.push(d.node1)}}s=a,a=[],++l}t5(t,function(t){Io(t)||t.setLayout({depth:Math.max(0,i-t.getLayout().skNodeHeight)},!0)})}else{"justify"===e&&(r=t,o=i,t5(r,function(t){Io(t)||t.outEdges.length||t.setLayout({depth:o},!0)}))}}(t,a,0,C),s=t,l="vertical"===o?(r-n)/C:(i-n)/C,u=o,t5(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}),t5(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,t5(h,function(t){var e=t.length,n=0;t5(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)}),t5(h,function(t){t5(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))})}),t5(d,function(t){var e=+t.getValue()*m;t.setLayout({dy:e},!0)}),Ia(v,r,n,i,a);for(var x=1;o>0;o--)(function(t,e,n){t5(t.slice().reverse(),function(t){t5(t,function(t){if(t.outEdges.length){var i=Ip(t.outEdges,Is,n)/Ip(t.outEdges,Id);if(isNaN(i)){var r=t.outEdges.length;i=r?Ip(t.outEdges,Il,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-Ih(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-Ih(t,n))*e;t.setLayout({y:a},!0)}}})})})(v,x*=.99,a),Ia(v,r,n,i,a),function(t,e,n){t5(t,function(t){t5(t,function(t){if(t.inEdges.length){var i=Ip(t.inEdges,Iu,n)/Ip(t.inEdges,Id);if(isNaN(i)){var r=t.inEdges.length;i=r?Ip(t.inEdges,Ic,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-Ih(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-Ih(t,n))*e;t.setLayout({y:a},!0)}}})})}(v,x,a),Ia(v,r,n,i,a)}(r,o,u,l,s,c,h),d=r,p="vertical"===h?"x":"y",t5(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]})}),t5(d,function(t){var e=0,n=0;t5(t.outEdges,function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy}),t5(t.inEdges,function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy})})})}function Io(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function Ia(t,e,n,i,r){var o="vertical"===r?"x":"y";t5(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 Is(t,e){return Ih(t.node2,e)*t.getValue()}function Il(t,e){return Ih(t.node2,e)}function Iu(t,e){return Ih(t.node1,e)*t.getValue()}function Ic(t,e){return Ih(t.node1,e)}function Ih(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function Id(t){return t.getValue()}function Ip(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 If(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;t5(n,function(t){var e=t.getLayout().value;e<r&&(r=e),e>o&&(o=e)}),t5(n,function(e){var n=new w_({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&&t5(i,function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)})})}var Ig=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=[];t5(g,function(t,e){var n;en(t)?(n=t.slice(),t.unshift(e)):en(t.value)?((n=t$({},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:g9(p),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:g9(f),dimsDef:m.slice()}];return by(this,{coordDimensions:v,dimensionsCount:m.length+1,encodeDefaulter:ee(u7,v,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),Iy=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 tC(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}(h2);t2(Iy,Ig,!0);var Im=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=Ib(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),I_(s,n,i,t)):n=Ib(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}(pW),Iv=function(){},Ix=function(t){function e(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new Iv},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 Ib(t,e,n,i,r){var o,a,s,l=t.ends,u=new Ix({shape:{points:r?(o=l,a=i,s=t,t4(o,function(t){return(t=t.slice())[a]=s.initBaseline,t})):l}});return I_(t,u,e,n,r),u}function I_(t,e,n,i,r){var o=n.hostModel;(0,tc[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 IS=t5;function Iw(t){var e,n;IS((e=[],n=[],t.eachSeriesByType("boxplot",function(t){var i=t.getBaseAxis(),r=t0(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;IS(i,function(t){l=Math.max(l,t.getData().count())});var u=n.getExtent();e=Math.abs(u[1]-u[0])/l}IS(i,function(t){var n=t.get("boxWidth");en(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;IS(i,function(t,e){a.push(p),p+=h+d,o.push(Math.min(Math.max(d,s[e][0]),s[e][1]))})}(t),IS(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 IM={type:"echarts:boxplot",transform:function(t){var e=t.upstream;e.sourceFormat!==u0&&hn("");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=ei(y)?y({value:a}):er(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}]}},IC=["itemStyle","borderColor"],II=["itemStyle","borderColor0"],IT=["itemStyle","borderColorDoji"],IA=["itemStyle","color"],ID=["itemStyle","color0"];function Ik(t,e){return e.get(t>0?IA:ID)}function IL(t,e){return e.get(0===t?IT:t>0?IC:II)}var IP={seriesType:"candlestick",plan:h4(),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=Ik(r,i),o.stroke=IL(r,i)||o.fill,t$(e.ensureUniqueItemVisual(n,"style"),o)}}}}},IO=["color","borderColor"],IR=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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){pP(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&&IB(s,a))){var l=IE(a,n,!0);lw(l,{shape:{points:a.ends}},t,n),IV(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);if(o&&IB(s,c))return void i.remove(u);u?(lS(u,{shape:{points:c.ends}},t,a),lA(u)):u=IE(c,a),IV(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(),IG(t,this.group);var e=t.get("clip",!0)?xT(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=IE(i.getItemLayout(n),n);IV(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},e.prototype._incrementalRenderLarge=function(t,e){IG(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}(pW),IN=function(){},Iz=function(t){function e(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new IN},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 IE(t,e,n){var i,r,o=t.ends;return new Iz({shape:{points:n?(i=o,r=t,t4(i,function(t){return(t=t.slice())[1]=r.initBaseline,t})):o},z2:100})}function IB(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 IV(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;t5(t.states,function(t,e){var n=r.getModel(e),i=Ik(o,n),a=IL(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 IF=function(){},IW=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeCandlestickBox",n}return tC(e,t),e.prototype.getDefaultShape=function(){return new IF},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 IG(t,e,n,i){var r=t.getData(),o=r.getLayout("largePoints"),a=new IW({shape:{points:o},__sign:1,ignoreCoarsePointer:!0});e.add(a);var s=new IW({shape:{points:o},__sign:-1,ignoreCoarsePointer:!0});e.add(s);var l=new IW({shape:{points:o},__sign:0,ignoreCoarsePointer:!0});e.add(l),IH(1,a,t,r),IH(-1,s,t,r),IH(0,l,t,r),i&&(a.incremental=!0,s.incremental=!0),n&&n.push(a,s)}function IH(t,e,n,i){var r=IL(t,n)||Ik(t,n),o=n.getModel("itemStyle").getItemStyle(IO);e.useStyle(o),e.style.fill=null,e.style.stroke=r}var Ij=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 tC(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}(h2);function IX(t){t&&en(t.series)&&t5(t.series,function(t){es(t)&&"k"===t.type&&(t.type="candlestick")})}t2(Ij,Ig,!0);var IY={seriesType:"candlestick",plan:h4(),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(ey(e.get("barMaxWidth"),o),o),s=oc(ey(e.get("barMinWidth"),1),o),null!=(l=e.get("barWidth"))?oc(l,o):Math.max(Math.min(o/2,a),s)),d=["x","y"],p=c.getDimensionIndex(c.mapDimension("x")),f=t4(c.mapDimensionsAll("y"),c.getDimensionIndex,c),g=f[0],y=f[1],m=f[2],v=f[3];if(c.setLayout({candleWidth:h,isSimpleBox:h<=1.3}),!(p<0)&&!(f.length<4))return{progress:t.pipelineContext.large?function(e,n){for(var i,r,o=yR(4*e.count),a=0,s=[],l=[],c=n.getStore(),h=!!t.get(["itemStyle","borderColorDoji"]);null!=(r=e.next());){var d=c.get(p,r),f=c.get(g,r),x=c.get(y,r),b=c.get(m,r),_=c.get(v,r);if(isNaN(d)||isNaN(b)||isNaN(_)){o[a++]=NaN,a+=3;continue}o[a++]=IU(c,r,f,x,y,h),s[0]=d,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(p,n),o=i.get(g,n),a=i.get(y,n),s=i.get(m,n),l=i.get(v,n),c=Math.min(o,a),d=Math.max(o,a),f=M(c,r),x=M(d,r),b=M(s,r),_=M(l,r),S=[];C(S,x,0),C(S,f,1),S.push(I(_),I(x),I(b),I(f));var w=!!e.getItemModel(n).get(["itemStyle","borderColorDoji"]);e.setItemLayout(n,{sign:IU(i,n,o,a,y,w),initBaseline:o>a?x[1]:f[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]=pb(i[0]+h/2,1,!1),r[0]=pb(r[0]-h/2,1,!0),n?t.push(i,r):t.push(r,i)}function I(t){return t[0]=pb(t[0],1),t}}}}};function IU(t,e,n,i,r,o){var a;return n>i?-1:n<i?1:o?0:e>0?t.get(r,e-1)<=i?1:-1:1}function IZ(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 Iq=function(t){function e(e,n){var i=t.call(this)||this,r=new xu(e,n),o=new r6;return i.add(r),i.add(o),i.updateData(e,n),i}return tC(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=fk(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)}IZ(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}}IZ(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=fL(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=fP(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),IK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(){this._symbolDraw=new xf(Iq)},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=xB("").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=nP(e.getRoamTransform()),this.group.decomposeTransform())},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0)},e.type="effectScatter",e}(pW),I$=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return tC(e,t),e.prototype.getInitialData=function(t,e){return yv(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}(h2),IJ=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 tC(e,t),e.prototype.createLine=function(t,e,n){return new Mx(t,e,n)},e.prototype._updateEffectSymbol=function(t,e){var n=t.getItemModel(e).getModel("effect"),i=n.get("symbolSize"),r=n.get("symbol");en(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=fk(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=eg(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=ei(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 e0(t.__p1,t.__cp1)+e0(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]=ig(e[0],i[0],n[0],r),o[1]=ig(e[1],i[1],n[1],r);var s=t.__t<1?iy(e[0],i[0],n[0],r):iy(n[0],i[0],e[0],1-r),l=t.__t<1?iy(e[1],i[1],n[1],r):iy(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*e0(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*e0(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),IQ=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createPolyline(e,n,i),r}return tC(e,t),e.prototype._createPolyline=function(t,e,n){var i=new dX({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),I0=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._lastFrame=0,e._lastFramePercent=0,e}return tC(e,t),e.prototype.createLine=function(t,e,n){return new IQ(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+=e0(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}(IJ),I1=function(){this.polyline=!1,this.curveness=0,this.segs=[]},I2=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return tC(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 I1},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 nG(n,i,r,o)}return t},e}(ss),I3=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 I2({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}(),I5={seriesType:"lines",plan:h4(),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)}}}}}},I4=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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)&&xT(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=I5.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 I3:new Mb(r?i?I0:IQ:i?IJ:Mx),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}(pW),I9="undefined"==typeof Uint32Array?Array:Uint32Array,I6="undefined"==typeof Float64Array?Array:Float64Array;function I7(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&(t.data=t4(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),tK([e,t[0],t[1]])}))}var I8=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 tC(e,t),e.prototype.init=function(e){e.data=e.data||[],I7(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(I7(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=eD(this._flatCoords,e.flatCoords),this._flatCoordsOffset=eD(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),ea(t[0])){for(var n=t.length,i=new I9(n),r=new I6(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 yu(["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),hR("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}(h2);function Tt(t){return t instanceof Array||(t=[t,t]),t}var Te={seriesType:"lines",reset:function(t){var e=Tt(t.get("symbol")),n=Tt(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=Tt(n.getShallow("symbol",!0)),r=Tt(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}}},Tn=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=tP.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=tP.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 Ti(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var Tr=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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()):Ti(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&&(Ti(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnCartesianAndCalendar(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){pP(this._progressiveEls||this.group,t)},e.prototype._renderOnCartesianAndCalendar=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=xA(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 Tn;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=t4(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}(pW),To=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.getInitialData=function(t,e){return yv(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=cm.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}(h2),Ta=["itemStyle","borderWidth"],Ts=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],Tl=new dv,Tu=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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:Ts[+s],categoryDim:Ts[1-+s]};r.diff(o).add(function(t){if(r.hasValue(t)){var e=Tm(r,t),n=Tc(r,t,e,u),o=Tb(r,u,n);r.setItemGraphicEl(t,o),i.add(o),TC(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=Tm(r,t),p=Tc(r,t,d,u),f=TS(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?Tp(n,a,s,!0):Tf(n,a,s,!0),Tg(n,s,!0),Ty(n,a,s,!0)):h=Tb(r,u,p,!0),r.setItemGraphicEl(t,h),h.__pictorialSymbolMeta=p,i.add(h),TC(h,u,p)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&T_(o,t,e.__pictorialSymbolMeta.animationModel,e)}).execute();var c=t.get("clip",!0)?xT(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){T_(i,sB(e).dataIndex,t,e)}):n.removeAll()},e.type="pictorialBar",e}(pW);function Tc(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,I=t.getItemLayout(e),T=n.get("symbolRepeat"),A=n.get("symbolClip"),D=n.get("symbolPosition")||"start",k=(n.get("symbolRotate")||0)*Math.PI/180||0,L=n.get("symbolPatternSize")||2,P=n.isAnimationEnabled(),O={dataIndex:e,layout:I,itemModel:n,symbolType:t.getItemVisual(e,"symbol")||"circle",style:t.getItemVisual(e,"style"),symbolClip:A,symbolRepeat:T,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:L,rotation:k,animationModel:P?n:null,hoverScale:P&&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(en(s)){var h=[Th(l,s[0])-u,Th(l,s[1])-u];h[1]<h[0]&&h.reverse(),o=h[c]}else o=null!=s?Th(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,T,I,i,O),r=t,o=e,a=I,s=T,l=0,u=O.boundingLength,c=O.pxSign,h=L,d=i,p=O,g=d.valueDim,m=Math.abs(a[(y=d.categoryDim).wh]),(f=en(v=r.getItemVisual(o,"symbolSize"))?v.slice():null==v?["100%","100%"]:[v,v])[y.index]=oc(f[y.index],m),f[g.index]=oc(f[g.index],s?m:Math.abs(u)),p.symbolSize=f,x=p.symbolScale=[f[0]/h,f[1]/h],x[g.index]*=(d.isHorizontal?-1:1)*c,b=n,_=O.symbolScale,S=k,w=i,M=O,(C=b.get(Ta)||0)&&(Tl.attr({scaleX:_[0],scaleY:_[1],rotation:S}),Tl.updateTransform(),C/=Tl.getLineScale(),C*=_[w.valueDim.index]),M.valueLineWidth=C||0;var R=O.symbolSize,N=fP(n.get("symbolOffset"),R);return function(t,e,n,i,r,o,a,s,l,u,c,h){var d=c.categoryDim,p=c.valueDim,f=h.pxSign,g=Math.max(e[p.index]+s,0),y=g;if(i){var m=Math.abs(l),v=eg(t.get("symbolMargin"),"15%")+"",x=!1;v.lastIndexOf("!")===v.length-1&&(x=!0,v=v.slice(0,v.length-1));var b=oc(v,e[p.index]),_=Math.max(g+2*b,0),S=x?0:2*b,w=oD(i),M=w?i:TI((m+S)/_);b=(m-M*g)/2/(x?M:Math.max(M-1,1)),_=g+2*b,S=x?0:2*b,w||"fixed"===i||(M=u?TI((Math.abs(u)+S)/_):0),y=M*_-S,h.repeatTimes=M,h.symbolMargin=b}var C=y/2*f,I=h.pathPosition=[];I[d.index]=n[d.wh]/2,I[p.index]="start"===a?C:"end"===a?l-C:l/2,o&&(I[0]+=o[0],I[1]+=o[1]);var T=h.bundlePosition=[];T[d.index]=n[d.xy],T[p.index]=n[p.xy];var A=h.barRectShape=t$({},n);A[p.wh]=f*Math.max(Math.abs(n[p.wh]),Math.abs(I[p.index]+C)),A[d.wh]=n[d.wh];var D=h.clipShape={};D[d.xy]=-n[d.xy],D[d.wh]=c.ecSize[d.wh],D[p.xy]=0,D[p.wh]=n[p.wh]}(n,R,I,T,0,N,D,O.valueLineWidth,O.boundingLength,O.repeatCutLength,i,O),O}function Th(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Td(t){var e=t.symbolPatternSize,n=fk(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function Tp(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(Tw(t,function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c<u?TM(t,null,f(c),n,i):TM(t,null,{scaleX:0,scaleY:0},n,i,function(){r.remove(t)}),c++});c<u;c++){var d=Td(n);d.__pictorialAnimationIndex=c,d.__pictorialRepeatTimes=u,r.add(d);var p=f(c);TM(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 Tf(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?TM(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=Td(n),r.add(o),TM(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 Tg(t,e,n){var i=t$({},e.barRectShape),r=t.__pictorialBarRect;r?TM(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 Ty(t,e,n,i){if(n.symbolClip){var r=t.__pictorialClipPath,o=t$({},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],tc[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function Tm(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=Tv,n.isAnimationEnabled=Tx,n}function Tv(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function Tx(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function Tb(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?Tp(r,e,n):Tf(r,e,n),Tg(r,n,i),Ty(r,e,n,i),r.__pictorialShapeStr=TS(t,n),r.__pictorialSymbolMeta=n,r}function T_(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];Tw(i,function(t){o.push(t)}),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),t5(o,function(t){lC(t,{scaleX:0,scaleY:0},n,e,function(){i.parent&&i.parent.remove(i)})}),t.setItemGraphicEl(e,null)}function TS(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function Tw(t,e,n){t5(t.__pictorialBundle.children(),function(i){i!==t.__pictorialBarRect&&e.call(n,i)})}function TM(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&tc[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function TC(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");Tw(t,function(t){if(t instanceof sp){var e=t.style;t.useStyle(t$({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:xs(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:p}),lc(t,c,h,o.get("disabled"))}function TI(t){var e=Math.round(t);return 1e-4>Math.abs(t-e)?e:Math.ceil(t)}var TT=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 tC(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(xG.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}(xG),TA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._layers=[],n}return tC(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 g3(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 xM({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(et(p,this,"add")).update(et(p,this,"update")).remove(et(p,this,"remove")).execute(),this._layersSeries=a,this._layers=d},e.type="themeRiver",e}(pW),TD=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new bm(et(this.getData,this),et(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=t6(t.data,function(t){return void 0!==t[2]}),r=this.fixData(i||[]),o=[],a=this.nameMap=eA(),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 yu(yh(r,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:g9(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){en(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 hR("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}(h2);function Tk(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),TL(e,t,r.height-o[0]-o[1])):(o[0]=oc(o[0],r.width),o[1]=oc(o[1],r.width),TL(e,t,r.width-o[0]-o[1])),e.setLayout("layoutInfo",i)})}function TL(t,e,n){if(t.count())for(var i,r=e.coordinateSystem,o=e.getLayerSeries(),a=t.mapDimension("single"),s=t.mapDimension("value"),l=t4(o,function(e){return t4(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 TP=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 tC(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=t$({},l);u.label=null;var c=e.getVisual("style");c.lineJoin="bevel";var h=e.getVisual("decal");h&&(c.decal=f3(h,r));var d=xZ(a.getModel("itemStyle"),u,!0);t$(u,d),t5(sj,function(t){var e=o.ensureState(t),n=a.getModel([t,"itemStyle"]);e.style=n.getItemStyle();var i=xZ(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?eD(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)),t5(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):ea(M)&&(D=M*Math.PI/180),y.rotation=a9(D)}),c.dirtyStyle()},e}(dN),TO="sunburstRootToNode",TR="sunburstHighlight",TN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 TP(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 g3(r,i,o,o).add(a).update(a).remove(ee(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 TP(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:TO,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}(pW),Tz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreStyleOnData=!0,n}return tC(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};!function t(e){var n=0;t5(e.children,function(e){t(e);var i=e.value;en(i)&&(i=i[0]),n+=i});var i=e.value;en(i)&&(i=i[0]),(null==i||isNaN(i))&&(i=n),i<0&&(i=0),en(e.value)?e.value[0]=i:e.value=i}(n);var i=this._levelModels=t4(t.levels||[],function(t){return new l1(t,this,e)},this),r=S7.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=wn(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(){wl(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}(h2),TE=Math.PI/180;function TB(t,e,n){e.eachSeriesByType(t,function(t){var e=t.get("center"),i=t.get("radius");en(i)||(i=[0,i]),en(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")*TE,d=t.get("minAngle")*TE,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(ei(e)){var n=t4(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)}),t4(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&&t5(e.children,function(e){t(e,n)})}(f,y);var m=0;t5(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;t5(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 TV(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&&er(o)&&(o=iV(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),t$(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)})})}var TF={color:"fill",borderColor:"stroke"},TW={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},TG=oX(),TH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 yv(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=TG(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}(h2);function Tj(t,e){return e=e||[0,0],t4(["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 TX(t,e){return e=e||[0,0],t4([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 TY(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 TU(t,e){return e=e||[0,0],t4(["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 TZ(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||eP(t,"text")))}function Tq(t,e,n){var i,r,o;if("text"===e)o=t;else{o={},eP(t,"text")&&(o.text=t.text),eP(t,"rich")&&(o.rich=t.rich),eP(t,"textFill")&&(o.fill=t.textFill),eP(t,"textStroke")&&(o.stroke=t.textStroke),eP(t,"fontFamily")&&(o.fontFamily=t.fontFamily),eP(t,"fontSize")&&(o.fontSize=t.fontSize),eP(t,"fontStyle")&&(o.fontStyle=t.fontStyle),eP(t,"fontWeight")&&(o.fontWeight=t.fontWeight),r={type:"text",style:o,silent:!0},i={};var a=eP(t,"textPosition");n?i.position=a?t.textPosition:"inside":a&&(i.position=t.textPosition),eP(t,"textPosition")&&(i.position=t.textPosition),eP(t,"textOffset")&&(i.offset=t.textOffset),eP(t,"textRotation")&&(i.rotation=t.textRotation),eP(t,"textDistance")&&(i.distance=t.textDistance)}return TK(o,t),t5(o.rich,function(t){TK(t,t)}),{textConfig:i,textContent:r}}function TK(t,e){e&&(e.font=e.textFont||e.font,eP(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),eP(e,"textAlign")&&(t.align=e.textAlign),eP(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),eP(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),eP(e,"textWidth")&&(t.width=e.textWidth),eP(e,"textHeight")&&(t.height=e.textHeight),eP(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),eP(e,"textPadding")&&(t.padding=e.textPadding),eP(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),eP(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),eP(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),eP(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),eP(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),eP(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),eP(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function T$(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";TJ(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,t5(e.rich,function(t){TJ(t,t)}),t}function TJ(t,e){e&&(eP(e,"fill")&&(t.textFill=e.fill),eP(e,"stroke")&&(t.textStroke=e.fill),eP(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),eP(e,"font")&&(t.font=e.font),eP(e,"fontStyle")&&(t.fontStyle=e.fontStyle),eP(e,"fontWeight")&&(t.fontWeight=e.fontWeight),eP(e,"fontSize")&&(t.fontSize=e.fontSize),eP(e,"fontFamily")&&(t.fontFamily=e.fontFamily),eP(e,"align")&&(t.textAlign=e.align),eP(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),eP(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),eP(e,"width")&&(t.textWidth=e.width),eP(e,"height")&&(t.textHeight=e.height),eP(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),eP(e,"padding")&&(t.textPadding=e.padding),eP(e,"borderColor")&&(t.textBorderColor=e.borderColor),eP(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),eP(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),eP(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),eP(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),eP(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),eP(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),eP(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),eP(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),eP(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),eP(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}var TQ={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},T0=t8(TQ);t9(rW,function(t,e){return t[e]=1,t},{}),rW.join(", ");var T1=["","style","shape","extra"],T2=oX();function T3(t,e,n,i,r){var o=t+"Animation",a=lb(t,i,r)||{},s=T2(e).userDuring;return a.duration>0&&(a.during=s?et(At,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),t$(a,n[o]),a}function T5(t,e,n,i){var r,o,a=(i=i||{}).dataIndex,s=i.isInit,l=i.clearStyle,u=n.isAnimationEnabled(),c=T2(t),h=e.style;c.userDuring=e.during;var d={},p={};if(function(t,e,n){for(var i=0;i<T0.length;i++){var r=T0[i],o=TQ[r],a=e[r];a&&(n[o[0]]=a[0],n[o[1]]=a[1])}for(var i=0;i<rW.length;i++){var s=rW[i];null!=e[s]&&(n[s]=e[s])}}(0,e,p),An("shape",e,p),An("extra",e,p),!s&&u&&(function(t,e,n){for(var i=e.transition,r=T6(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),Ae("shape",t,e,d),Ae("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&&!T6(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&&(T6(s)||T6(a)||t0(s,"style")>=0)){var d=t.getAnimationStyleProps(),p=d?d.style:null;if(p){r||(r=i.style={});for(var f=t8(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,eP(o=e,"silent")&&(r.silent=o.silent),eP(o,"ignore")&&(r.ignore=o.ignore),r instanceof aw&&eP(o,"invisible")&&(r.invisible=o.invisible),r instanceof ss&&eP(o,"autoBatch")&&(r.autoBatch=o.autoBatch),u)if(s){var f={};t5(T1,function(t){var n=t?e[t]:e;n&&n.enterFrom&&(t&&(f[t]=f[t]||{}),t$(t?f[t]:f,n.enterFrom))});var g=T3("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 _=T3("update",y,m,x,v);_.duration>0&&y.animateFrom(b,_)}}T4(t,e),h?t.dirty():t.markRedraw()}function T4(t,e){for(var n=T2(t).leaveToProps,i=0;i<T1.length;i++){var r=T1[i],o=r?e[r]:e;o&&o.leaveTo&&(n||(n=T2(t).leaveToProps={}),r&&(n[r]=n[r]||{}),t$(r?n[r]:n,o.leaveTo))}}function T9(t,e,n,i){if(t){var r=t.parent,o=T2(t).leaveToProps;if(o){var a=T3("update",t,e,n,0);a.done=function(){r.remove(t),i&&i()},t.animateTo(o,a)}else r.remove(t),i&&i()}}function T6(t){return"all"===t}var T7={},T8={setTransform:function(t,e){return T7.el[t]=e,this},getTransform:function(t){return T7.el[t]},setShape:function(t,e){var n=T7.el;return(n.shape||(n.shape={}))[t]=e,n.dirtyShape&&n.dirtyShape(),this},getShape:function(t){var e=T7.el.shape;if(e)return e[t]},setStyle:function(t,e){var n=T7.el,i=n.style;return i&&(i[t]=e,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(t){var e=T7.el.style;if(e)return e[t]},setExtra:function(t,e){return(T7.el.extra||(T7.el.extra={}))[t]=e,this},getExtra:function(t){var e=T7.el.extra;if(e)return e[t]}};function At(){var t=this.el;if(t){var e=T2(t).userDuring,n=this.userDuring;if(e!==n){this.el=this.userDuring=null;return}T7.el=t,n(T8)}}function Ae(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]={}),T6(l))t$(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(T6(s)||t0(s,t)>=0){r||(r=i[t]={});for(var p=t8(a),c=0;c<p.length;c++){var f,g,h=p[c],d=a[h];f=o[h],g=d,(t3(f)?f!==g:null!=f&&isFinite(f))&&(r[h]=d)}}}}}function An(t,e,n){var i=e[t];if(i)for(var r=n[t]={},o=t8(i),a=0;a<o.length;a++){var s=o[a];r[s]=rs(i[s])}}var Ai=oX(),Ar=["percent","easing","shape","style","extra"];function Ao(t){t.stopAnimation("keyframe"),t.attr(Ai(t))}function Aa(t,e,n){if(n.isAnimationEnabled()&&e){if(en(e))return void t5(e,function(e){Aa(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=Ai(t);t5(T1,function(n){var o;(!n||t[n])&&(i.sort(function(t,e){return t.percent-e.percent}),t5(i,function(i){var s=t.animators,l=n?i[n]:i;if(l){var u=t8(l);if(n||(u=t6(u,function(t){return 0>t0(Ar,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;t5(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 As="emphasis",Al="normal",Au="blur",Ac="select",Ah=[Al,As,Au,Ac],Ad={normal:["itemStyle"],emphasis:[As,"itemStyle"],blur:[Au,"itemStyle"],select:[Ac,"itemStyle"]},Ap={normal:["label"],emphasis:[As,"label"],blur:[Au,"label"],select:[Ac,"label"]},Af=["x","y"],Ag={normal:{},emphasis:{},blur:{},select:{}},Ay={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:et(Tj,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:et(TX,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:et(TY,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:et(TU,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 Am(t){return t instanceof ss}function Av(t){return t instanceof aw}var Ax=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._data,o=t.getData(),a=this.group,s=Aw(t,o,e,n);r||a.removeAll(),o.diff(r).add(function(e){AM(n,null,e,s(e,i),t,a,o)}).remove(function(e){var n=r.getItemGraphicEl(e);n&&T9(n,TG(n).option,t)}).update(function(e,l){AM(n,r.getItemGraphicEl(l),e,s(e,i),t,a,o)}).execute();var l=t.get("clip",!0)?xT(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=Aw(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=AM(null,null,u,a(u,r),e,this.group,o);c&&(c.traverse(l),s.push(c))}},e.prototype.eachRendered=function(t){pP(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}(pW);function Ab(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=AO(i);TG(e=pp(o,null,r,i.layout||"center")).customPathData=o}else if("image"===n)TG(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=pd(n);a||hn(""),e=new a}return TG(e).customGraphicType=n,e.name=t.name,e.z2EmphasisLift=1,e.z2SelectLift=1,e}function A_(t,e,n,i,r,o,a){Ao(e);var s=r&&r.normal.cfg;s&&e.setTextConfig(s),i&&null==i.transition&&(i.transition=Af);var l=i&&i.style;if(l){"text"===e.type&&(eP(l,"textFill")&&(l.fill=l.textFill),eP(l,"textStroke")&&(l.stroke=l.textStroke));var u=void 0,c=Am(e)?l.decal:null;t&&c&&(c.dirty=!0,u=f3(c,t)),l.__decalPattern=u}if(Av(e)&&l){var u=l.__decalPattern;u&&(l.decal=u)}T5(e,i,o,{dataIndex:n,isInit:a,clearStyle:!0}),Aa(e,i.keyframeAnimation,o)}function AS(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 Aw(t,e,n,i){var r,o,a,s,l=t.get("renderItem"),u=t.coordinateSystem,c={};u&&(c=u.prepareCustoms?u.prepareCustoms(u):Ay[u.type](u));for(var h=tJ({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,Al).getItemStyle();null!=o&&(l.fill=o),null!=s&&(l.opacity=s);var u={inheritColor:er(o)?o:"#000"},c=_(i,Al),h=lR(c,null,u,!1,!0);h.text=c.getShallow("show")?ey(t.getFormattedLabel(i,Al),xs(e,i)):null;var d=lN(c,u,!1);return w(n,l),l=T$(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,As).getItemStyle(),o=_(i,As),s=lR(o,null,null,!0,!0);s.text=o.getShallow("show")?em(t.getFormattedLabel(i,As),t.getFormattedLabel(i,Al),xs(e,i)):null;var l=lN(o,null,!0);return w(n,r),r=T$(r,s,l),n&&S(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=a),eP(TF,t)){var i=e.getItemVisual(n,"style");return i?i[TF[t]]:null}if(eP(TW,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(tJ({bandWidth:r,axisKey:i,stackId:yN+o},t));for(var a=yF(e),s=[],o=0;o<t.count;o++){var l=a[i][yN+o];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}(tJ({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={},t5(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<Ah.length;m++){var v=Ah[m];g[v]=t.getModel(Ad[v]),y[v]=t.getModel(Ap[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(Ad[n])):x(t).getModel(Ad[n]):g[n]}function _(t,n){return e.hasItemOption?t===a?f[n]||(f[n]=x(t).getModel(Ap[n])):x(t).getModel(Ap[n]):y[n]}return function(t,n){return a=t,s=null,p={},f={},l&&l(tJ({dataIndexInside:t,dataIndex:e.getRawIndex(t),actionType:n?n.type:null},d),h)};function S(t,e){for(var n in e)eP(e,n)&&(t[n]=e[n])}function w(t,e){t&&(t.textFill&&(e.textFill=t.textFill),t.textPosition&&(e.textPosition=t.textPosition))}}function AM(t,e,n,i,r,o,a){if(!i)return void o.remove(e);var s=AC(t,e,n,i,r,o);return s&&a.setItemGraphicEl(n,s),s&&lc(s,i.focus,i.blurScope,i.emphasisDisabled),s}function AC(t,e,n,i,r,o){var a,s=-1,l=e;e&&AI(e,i,r)&&(s=t0(o.childrenRef(),e),e=null);var u=!e,c=e;c?c.clearStates():(c=Ab(i),l&&((a=c).copyTransform(l),Av(a)&&Av(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,Am(a)&&Am(l)&&a.setShape(l.shape)))),!1===i.morph?c.disableMorphing=!0:c.disableMorphing&&(c.disableMorphing=!1),Ag.normal.cfg=Ag.normal.conOpt=Ag.emphasis.cfg=Ag.emphasis.conOpt=Ag.blur.cfg=Ag.blur.conOpt=Ag.select.cfg=Ag.select.conOpt=null,Ag.isLegacy=!1,function(t,e,n,i,r,o){if(!t.isGroup){AT(n,null,o),AT(n,As,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=Ab(a),t.setTextContent(c)),A_(null,c,e,a,null,i,r);for(var h=a&&a.style,d=0;d<Ah.length;d++){var p=Ah[d];if(p!==Al){var f=o[p].conOpt;AS(p,c,f,AD(a,f,p),null)}}h?c.dirty():c.markRedraw()}}}}(c,n,i,r,u,Ag),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&&AI(a,o,i)&&(a=null),a||(a=Ab(o),t.setClipPath(a)),A_(null,a,e,o,null,i,r)}}(c,n,i,r,u),A_(t,c,n,i,Ag,r,u),eP(i,"info")&&(TG(c).info=i.info);for(var h=0;h<Ah.length;h++){var d=Ah[h];if(d!==Al){var p=AA(i,d),f=AD(i,p,d);AS(d,c,p,f,Ag)}}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<Ah.length;x++)!function(t,e,n){var i=n===Al,r=i?e:AA(e,n),o=r?r.z2:null;null!=o&&((i?t:t.ensureState(n)).z2=o||0)}(g,i,Ah[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 g3((f={api:t,oldChildren:e.children()||[],newChildren:o||[],dataIndex:n,seriesModel:r,group:e}).oldChildren,f.newChildren,Ak,Ak,f).add(AL).update(AL).remove(AP).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),AC(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&&T9(y,TG(g).option,m)}}}(t,c,n,i,r),s>=0?o.replaceAt(c,s):o.add(c),c}function AI(t,e,n){var i,r=TG(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&(i=a)&&(eP(i,"pathData")||eP(i,"d"))&&AO(a)!==r.customPathData||"image"===o&&eP(s,"image")&&s.image!==r.customImagePath}function AT(t,e,n){var i=e?AA(t,e):t,r=e?AD(t,i,As):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?AA(s,e):s:null;if(r&&(n.isLegacy||TZ(r,o,!!a,!!l))){n.isLegacy=!0;var u=Tq(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 AA(t,e){return e?t?t[e]:null:t}function AD(t,e,n){var i=e&&e.style;return null==i&&n===As&&t&&(i=t.styleEmphasis),i}function Ak(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function AL(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;AC(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function AP(t){var e=this.context,n=e.oldChildren[t];n&&T9(n,TG(n).option,e.seriesModel)}function AO(t){return t&&(t.pathData||t.d)}var AR=oX(),AN=tZ,Az=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=ee(AE,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);AF(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=b5(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=AR(t).pointerEl=new tc[r.type](AN(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=AR(t).labelEl=new sE(AN(e.label));t.add(r),AB(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=AR(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=AR(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),AB(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=pT(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){nx(t.event)},onmousedown:et(this._onHandleDragMove,this,0,0),drift:et(this._onHandleDragMove,this),ondragend:et(this._onHandleDragEnd,this)}),i.add(r)),AF(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");en(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,pY(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){AE(this._axisPointerModel,!e&&this._moveAnimation,this._handle,AV(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(AV(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(AV(i)),AR(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),pU(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 AE(t,e,n,i){!function t(e,n){if(!(es(e)&&es(n)))return e===n;var i=!0;return t5(n,function(n,r){i=i&&t(e[r],n)}),!!i}(AR(n).lastProp,i)&&(AR(n).lastProp=i,e?lS(n,i,t):(n.stopAnimation(),n.attr(i)))}function AB(t,e){t[e.get(["label","show"])?"show":"hide"]()}function AV(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function AF(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 AW(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 AG(t,e,n,i,r){var o,a,s,l,u,c,h=AH(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 AH(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:mn(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};t5(i,function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)}),er(a)?o=a.replace("{value}",o):ei(a)&&(o=a(s))}return o}function Aj(t,e,n){var i=nM();return nD(i,i,n.rotation),nA(i,i,n.position),pS([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function AX(t,e,n,i,r,o){var a=b$.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),AG(e,i,r,o,{position:Aj(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function AY(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function AU(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function AZ(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var Aq=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=AK(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=AW(i),h=A$[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}AX(e,t,bW(a.model,n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=bW(e.axis.grid.model,e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=Aj(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=AK(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}(Az);function AK(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var A$={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:AY([e,n[0]],[e,n[1]],AJ(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:AU([e-i/2,n[0]],[i,r],AJ(t))}}};function AJ(t){return+("x"!==t.dim)}var AQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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),A0=oX();function A1(t,e,n){if(!tA.node){var i=e.getZr();A0(i).records||(A0(i).records={}),function(t,e){A0(t).initialized||(A0(t).initialized=!0,n("click",ee(A3,"click")),n("mousemove",ee(A3,"mousemove")),n("globalout",A2));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});t5(A0(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),(A0(i).records[t]||(A0(i).records[t]={})).handler=n}}function A2(t,e,n){t.handler("leave",null,n)}function A3(t,e,n,i){e.handler(t,n,i)}function A5(t,e){if(!tA.node){var n=e.getZr();(A0(n).records||{})[t]&&(A0(n).records[t]=null)}}var A4=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";A1("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){A5("axisPointer",e)},e.prototype.dispose=function(t,e){A5("axisPointer",e)},e.type="axisPointer",e}(h5);function A9(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||en(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(t4(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 A6=oX();function A7(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t.dispatchAction||et(n.dispatchAction,n),a=e.getComponent("axisPointer").coordSysAxesInfo;if(a){Di(r)&&(r=A9({seriesIndex:t.seriesIndex,dataIndex:t.dataIndex},e).point);var s,l,u,c,h,d,p,f,g,y,m,v,x=Di(r),b=t.axesInfo,_=a.axesInfo,S="leave"===i||Di(r),w={},M={},C={list:[],map:{}},I={showPointer:ee(Dt,M),showTooltip:ee(De,C)};t5(a.coordSysMap,function(t,e){var n=x||t.containPoint(r);t5(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}}(b,t);if(!S&&n&&(!b||o)){var a=o&&o.value;null!=a||x||(a=i.pointToData(r)),null!=a&&A8(t,a,I,!1,w)}})});var T={};return t5(_,function(t,e){var n=t.linkGroup;n&&!M[e]&&t5(n.axesInfo,function(e,i){var r=M[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,Dn(e),Dn(t)))),T[t.key]=o}})}),t5(T,function(t,e){A8(_[e],t,I,!0,w)}),s=M,l=_,u=w.axesInfo=[],t5(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(Di(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})}(C,r,t,o),c=_,h=0,p=(d=n).getZr(),f="axisPointerLastHighlights",g=A6(p)[f]||{},y=A6(p)[f]={},t5(c,function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&t5(n.seriesDataIndices,function(t){y[t.seriesIndex+" | "+t.dataIndex]=t})}),m=[],v=[],t5(g,function(t,e){y[e]||v.push(t)}),t5(y,function(t,e){g[e]||m.push(t)}),v.length&&d.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:v}),m.length&&d.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:m}),w}}function A8(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,t5(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),t5(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&&t$(r,g[0]),!i&&t.snap&&o.containData(y)&&null!=y&&(e=y),n.showPointer(t,e,g),n.showTooltip(t,f,y)}}function Dt(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function De(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=b9(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 Dn(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 Di(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function Dr(t){b7.registerAxisPointerClass("CartesianAxisPointer",Aq),t.registerComponentModel(AQ),t.registerComponentView(A4),t.registerPreprocessor(function(t){if(t){t.axisPointer&&0!==t.axisPointer.length||(t.axisPointer={});var e=t.axisPointer.link;e&&!en(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=[],t5(o.getCoordinateSystems(),function(t){if(t.axisPointerEnabled){var e=b9(t.model),n=i.coordSysAxesInfo[e]={};i.coordSysMap[e]=t;var o=t.model.getModel("tooltip",a);if(t5(t.getAxes(),ee(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)&&t5(d.baseAxes,ee(p,!h||"cross",c)),h&&t5(d.otherAxes,ee(p,"cross",!1))}}function p(e,a,c){var h=c.model.getModel("axisPointer",s),d=h.get("show");if(d&&("auto"!==d||e||b4(h))){null==a&&(a=h.get("triggerTooltip"));var p=(h=e?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};t5(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(t){s[t]=tZ(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&&tJ(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=b9(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:b4(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(b3(o[i+"AxisId"],n.id)||b3(o[i+"AxisIndex"],n.componentIndex)||b3(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)&&t5(c.coordSysAxesInfo[b9(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"},A7)}var Do=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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=AW(i),h=Da[u](o,a,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var d=function(t,e,n,i,r){var o,a,s,l=e.axis,u=l.dataToCoord(t),c=i.getAngleAxis().getExtent()[0];c=c/180*Math.PI;var h=i.getRadiusAxis().getExtent();if("radius"===l.dim){var d=nM();nD(d,d,c),nA(d,d,[i.cx,i.cy]),o=pS([u,-r],d);var p=e.getModel("axisLabel").get("rotate")||0,f=b$.innerTextLayout(c,p*Math.PI/180,-1);a=f.textAlign,s=f.textVerticalAlign}else{var g=h[1];o=i.coordToPoint([g+r,u]);var y=i.cx,m=i.cy;a=Math.abs(o[0]-y)/g<.3?"center":o[0]>y?"left":"right",s=Math.abs(o[1]-m)/g<.3?"middle":o[1]>m?"top":"bottom"}return{position:o,align:a,verticalAlign:s}}(e,n,0,a,i.get(["label","margin"]));AG(t,n,i,r,d)},e}(Az),Da={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:AY(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:AZ(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(-n+r/2)*o)}:{type:"Sector",shape:AZ(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},Ds=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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),Dl=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",oq).models[0]},e.type="polarAxis",e}(uZ);t2(Dl,ma);var Du=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="angleAxis",e}(Dl),Dc=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="radiusAxis",e}(Dl),Dh=function(t){function e(e,n){return t.call(this,"radius",e,n)||this}return tC(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)[+("radius"!==this.dim)]},e}(mz);Dh.prototype.dataToRadius=mz.prototype.dataToCoord,Dh.prototype.radiusToData=mz.prototype.coordToData;var Dd=oX(),Dp=function(t){function e(e,n){return t.call(this,"angle",e,n||[0,360])||this}return tC(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=Dd(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}(mz);Dp.prototype.dataToAngle=mz.prototype.dataToCoord,Dp.prototype.angleToData=mz.prototype.coordToData;var Df=["radius","angle"],Dg=function(){function t(t){this.dimensions=Df,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new Dh,this._angleAxis=new Dp,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 Dy(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return Dy(e)===this?this.pointToData(n):null},t}();function Dy(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}function Dm(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();t5(mo(e,"radius"),function(t){r.scale.unionExtentFromData(e,t)}),t5(mo(e,"angle"),function(t){i.scale.unionExtentFromData(e,t)})}}),y8(i.scale,i.model),y8(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 Dv(t,e){var n;if(t.type=e.get("type"),t.scale=mt(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 Dx={dimensions:Df,create:function(t,e){var n=[];return t.eachComponent("polar",function(t,i){var r,o,a,s,l,u,c,h=new Dg(i+"");h.update=Dm;var d=h.getRadiusAxis(),p=h.getAngleAxis(),f=t.findAxisModel("radiusAxis"),g=t.findAxisModel("angleAxis");Dv(d,f),Dv(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%"]:en(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}},Db=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function D_(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 DS(t){return+!t.getRadiusAxis().inverse}function Dw(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 DM=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return tC(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=t4(n.getViewLabels(),function(t){t=tZ(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t});Dw(s),Dw(o),t5(Db,function(e){t.get([e,"show"])&&(!n.scale.isBlank()||"axisLine"===e)&&DC[e](this.group,t,i,o,a,r,s)},this)}},e.type="angleAxis",e}(b7),DC={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=DS(n),d=+!h,p=360===Math.abs(c[1]-c[0])?"Circle":"Arc";(a=0===o[d]?new tc[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 dB({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[DS(n)],u=t4(i,function(t){return new dq({shape:D_(n,[l,l+s],t.coord)})});t.add(py(u,{style:tJ(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[DS(n)],c=[],h=0;h<r.length;h++)for(var d=0;d<r[h].length;d++)c.push(new dq({shape:D_(n,[u,u+l],r[h][d].coord)}));t.add(py(c,{style:tJ(s.getModel("lineStyle").getLineStyle(),tJ(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");t5(a,function(i,r){var a=l,h=i.tickValue,d=o[DS(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];es(v)&&v.textStyle&&(a=new l1(v.textStyle,l,l.ecModel))}var x=new sE({silent:b$.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=b$.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 dq({shape:D_(n,o,i[c].coord)}))}for(var c=0;c<u.length;c++)t.add(py(u[c],{style:tJ({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 dq({shape:D_(n,o,r[l][u].coord)}));t.add(py(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 dN({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(py(u[g],{style:tJ({fill:s[g%s.length]},a.getAreaStyle()),silent:!0}))}}},DI=["axisLine","axisTickLabel","axisName"],DT=["splitLine","splitArea","minorSplitLine"],DA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return tC(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 b$(t,f);t5(DI,g.add,g),a.add(g.getGroup()),pM(o,a,t),t5(DT,function(e){t.get([e,"show"])&&!s.scale.isBlank()&&DD[e](this.group,t,l,d,p,c,h)},this)}},e.type="radiusAxis",e}(b7),DD={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 tc[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(py(p[f],{style:tJ({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 dv({shape:{cx:n.cx,cy:n.cy,r:a[u][c].coord}}));t.add(py(l,{style:tJ({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 dN({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(py(u[h],{style:tJ({fill:s[h%s.length]},a.getAreaStyle()),silent:!0}))}}};function Dk(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function DL(t,e){return e.dim+t.model.componentIndex}var DP=function(t,e,n){var i,r,o,a={},s=(i=t6(e.getSeriesByType(t),function(t){return!e.isSeriesFiltered(t)&&t.coordinateSystem&&"polar"===t.coordinateSystem.type}),r={},t5(i,function(t,e){var n=t.getData(),i=t.coordinateSystem,o=i.getBaseAxis(),a=DL(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=Dk(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={},t5(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),t5(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;t5(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;t5(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=DL(n,i),o=Dk(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=yy(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})}}})},DO={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},DR={splitNumber:5},DN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="polar",e}(h5);function Dz(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),eg(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 DE=["axisLine","axisTickLabel","axisName"],DB=["splitArea","splitLine"],DV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="SingleAxisPointer",n}return tC(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=Dz(e),l=new b$(e,s);t5(DE,l.add,l),o.add(this._axisGroup),o.add(l.getGroup()),t5(DB,function(t){e.get([t,"show"])&&DF[t](this,this.group,this._axisGroup,e)},this),pM(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},e.prototype.remove=function(){_e(this)},e.type="singleAxis",e}(b7),DF={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 dq({shape:{x1:f[0],y1:f[1],x2:g[0],y2:g[1]},silent:!0});pv(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(py(h[y],{style:tJ({stroke:s[y%s.length]},b),silent:!0}))}},splitArea:function(t,e,n,i){_t(t,n,i,i)}},DW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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);t2(DW,ma.prototype);var DG=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 tC(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}(mz),DH=["single"],Dj=function(){function t(t,e,n){this.type="single",this.dimension="single",this.dimensions=DH,this.axisPointerEnabled=!0,this.model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=new DG(this.dimension,mt(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();t5(e.mapDimensionsAll(this.dimension),function(t){this._axis.scale.unionExtentFromData(e,t)},this),y8(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 DX(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return DX(e)===this?this.pointToData(n):null},t}();function DX(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var DY={create:function(t,e){var n=[];return t.eachComponent("singleAxis",function(i,r){var o=new Dj(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:DH},DU=["x","y"],DZ=["width","height"],Dq=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=DJ(a,1-D$(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=AW(i),h=DK[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}AX(e,t,Dz(n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=Dz(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=Aj(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=D$(r),s=DJ(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=DJ(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}(Az),DK={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:AY([e,n[0]],[e,n[1]],D$(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:AU([e-i/2,n[0]],[i,r],D$(t))}}};function D$(t){return+!t.isHorizontal()}function DJ(t,e){var n=t.getRect();return[n[DU[e]],n[DU[e]]+n[DZ[e]]]}var DQ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="single",e}(h5),D0=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(e,n,i){var r=uG(e);t.prototype.init.apply(this,arguments),D1(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),D1(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 D1(t,e){var n,i=t.cellSize;1===(n=en(i)?i:t.cellSize=[i,i]).length&&(n[1]=n[0]);var r=t4([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 D2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 dX({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(er(t)&&t){var n;return n=t,t5(e,function(t,e){n=n.replace("{"+e+"}",t)}),n}return ei(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||er(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:t$(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||er(l))&&(l&&(e=l9[l]||e),l=e.get(["time","dayOfWeekShort"])||t4(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=f,v=new sE({z2:30,style:t$(lR(o,{text:l[Math.abs((f+c)%7)]}),this._weekTextPositionControl(y,i,s,u,d)),silent:p});r.add(v)}}},e.type="calendar",e}(h5),D3=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];t5([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]}t5([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){en(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=D5(e);return i===this?i.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){var i=D5(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(en(e)&&1===e.length&&(e=e[0]),en(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 D5(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}function D4(t,e){var n;return t5(e,function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)}),n}var D9=["transition","enterFrom","leaveTo"],D6=D9.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function D7(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?D9:D6,r=0;r<i.length;r++){var o=i[r];null==t[o]&&null!=e[o]&&(t[o]=e[o])}}var D8=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventAutoZ=!0,n}return tC(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=[];t5(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=t$({},n),o=r[e],"merge"===(a=n.$action||"merge")?o?(tq(o,i,!0),uW(o,i,{ignoreSize:!0}),uH(n,o),D7(n,o),D7(n,o,"shape"),D7(n,o,"style"),D7(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=[D4(n,["left","right"]),D4(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=t6(r,function(t){return t&&delete t.$action,null!=t})},e.prototype._flatten=function(t,e,n){t5(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),kt={path:null,compoundPath:null,group:r6,image:sp,text:sE},ke=oX(),kn=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(){this._elMap=eA()},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");t5(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&&TZ(h,c,!!p,!!d)){var f=Tq(h,c,!0);!p&&f.textConfig&&(p=e.textConfig=f.textConfig),!d&&f.textContent&&(d=f.textContent)}var g=(M=t$({},M=e),t5(["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=kr(a,u,e.type,n):(b&&(ke(b).isNew=!1),Ao(b)),b&&(T5(b,g,t,{isInit:x}),ka(b,e,r,o))}else if(v){ko(s,e,n,t);var _=kr(a,u,e.type,n);_&&(T5(_,g,t,{isInit:!0}),ka(_,e,r,o))}else"remove"===y&&(T4(s,e),ko(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||ke(P).type!==k)?ki(k):P}else v&&(x=!0,L=ki(k));S.setClipPath(L),T5(L,D,t,{isInit:x}),Aa(L,D.keyframeAnimation,t)}var O=ke(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),pk({el:S,componentModel:t,itemName:S.name,itemTooltipOption:e.tooltip}),Aa(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=ke(h),g=ke(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=ke(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(!ke(h).isNew&&v){for(var x=u.transition,b={},_=0;_<s.length;_++){var S=s[_],w=m[S];x&&(T6(x)||t0(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){ko(n,ke(n).option,e,t._lastGraphicModel)}),this._elMap=eA()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(h5);function ki(t){var e=new(eP(kt,t)?kt[t]:pd(t))({});return ke(e).type=t,e}function kr(t,e,n,i){var r=ki(n);return e.add(r),i.set(t,r),ke(r).id=t,ke(r).isNew=!0,r}function ko(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse(function(t){ko(t,e,n,i)}),T9(t,e,i),n.removeKey(ke(t).id))}function ka(t,e,n,i){t.isGroup||t5([["cursor",aw.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],function(n){var i=n[0];eP(e,i)?t[i]=ey(e[i],n[1]):null==t[i]&&(t[i]=n[1])}),t5(t8(e),function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=ei(i)?i:null}}),eP(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var ks=["x","y","radius","angle","single"],kl=["cartesian2d","polar","singleAxis"];function ku(t){return t+"Axis"}function kc(t){var e=t.ecModel,n={infoList:[],infoMap:eA()};return t.eachTargetAxis(function(t,i){var r=e.getComponent(ku(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 kh=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}(),kd=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 tC(e,t),e.prototype.init=function(t,e,n){var i=kp(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=kp(t);tq(this.option,t,!0),tq(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;t5([["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=eA();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 t5(ks,function(n){var i=this.getReferringComponents(ku(n),oK);if(i.specified){e=!0;var r=new kh;t5(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 kh;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",oq).models[0];a&&t5(e,function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",oq).models[0]&&o.add(t.componentIndex)})}}}i&&t5(ks,function(e){if(i){var r=n.findComponents({mainType:ku(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new kh;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");t5([["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(ku(e),n))},this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each(function(n,i){t5(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(ku(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;t5([["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;t5(["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 kp(t){var e={};return t5(["start","end","startValue","endValue","throttle"],function(n){t.hasOwnProperty(n)&&(e[n]=t[n])}),e}var kf=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="dataZoom.select",e}(kd),kg=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.render=function(t,e,n,i){this.dataZoomModel=t,this.ecModel=e,this.api=n},e.type="dataZoom",e}(h5),ky=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="dataZoom.select",e}(kg),km=t5,kv=od,kx=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(t0(kl,e.get("coordinateSystem"))>=0){var n=ku(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 tZ(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=[];km(["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}),kv(s),kv(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";Ce(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],km(a,function(t){var e;e=t.getData(),e&&t5(mo(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=y9((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&&km(i,function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=t4(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 km(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)}});km(i,function(t){e.setApproximateExtent(o,t)})}})}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;km(["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}(),kb={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(i,r){var o=t.getComponent(ku(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 kx(e,i,o,t),n.push(r.__dzAxisProxy))});var i=eA();return t5(n,function(t){t5(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]})}})}},k_=!1;function kS(t){k_||(k_=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,kb),t.registerAction("dataZoom",function(t,e){t5(function(t,e){var n,i=eA(),r=[],o=eA();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 kw(t){t.registerComponentModel(kf),t.registerComponentView(ky),kS(t)}var kM=function(){},kC={},kI=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;t5(this.option.feature,function(t,n){var i=kC[n];i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),tq(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 kT(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 kA=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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=[];t5(h,function(t,e){p.push(e)}),new g3(this._featureNames||[],p).add(f).update(f).remove(ee(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(kT(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&&!ei(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=kC[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 kM;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 kM&&l.getIcons?l.getIcons():s.get("icon"),b=s.get("title")||{},er(x)?(g={})[f]=x:g=x,er(b)?(y={})[f]=b:y=b,_=s.iconPaths={},t5(g,function(i,o){var a=pT(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),pk({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",et(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 kM&&S.render&&S.render(I,e,n,i)}},e.prototype.updateView=function(t,e,n,i){t5(this._features,function(t){t instanceof kM&&t.updateView&&t.updateView(t.model,e,n,i)})},e.prototype.remove=function(t,e){t5(this._features,function(n){n instanceof kM&&n.remove&&n.remove(t,e)}),this.group.removeAll()},e.prototype.dispose=function(t,e){t5(this._features,function(n){n instanceof kM&&n.dispose&&n.dispose(t,e)})},e.type="toolbox",e}(h5),kD=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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=tA.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}(kM),kk="__ec_magicType_stack__",kL=[["line","bar"],["stack"]],kP=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return t5(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(kO[n]){var a={series:[]};t5(kL,function(t){t0(t,n)>=0&&t5(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=kO[n](e,i,t,r);o&&(tJ(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=tq({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}(kM),kO={line:function(t,e,n,i){if("bar"===t)return tq({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 tq({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")===kk;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),tq({id:e,stack:r?"":kk},i.get(["option","stack"])||{},!0)}};gV({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)});var kR=Array(60).join("-");function kN(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var kz=RegExp("[ ]+","g"),kE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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:t6([(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=[],t5(o,function(t,e){var n=t.categoryAxis,i=t.valueAxis.dim,r=[" "].concat(t4(t.series,function(t){return t.name})),o=[n.model.getCategories()];t5(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"+kR+"\n\n")),t4(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"+kR+"\n\n")],function(t){return!!t.replace(/[\n\t\s]/g,"")}).join("\n\n"+kR+"\n\n"),meta:s.meta};if(ei(g)){var v=g(e.getOption());er(v)?p.innerHTML=v:ec(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}nv(w,"click",I),nv(M,"click",function(){var t,n,i,r;if(null==y&&null!=g||null!=y&&null==g)return void I();try{ei(y)?t=y(p,e.getOption()):(n=f.value,i=n.split(RegExp("\n*"+kR+"\n*","g")),r={series:[]},t5(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=kN(e.shift()).split(kz),i=[],r=t4(n,function(t){return{name:t,data:[]}}),o=0;o<e.length;o++){var a=kN(e[o]).split(kz);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=kN(e.shift()),i=[],r=0;r<e.length;r++){var o=kN(e[r]);if(o){var a=o.split(kz),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}(kM);gV({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var n=[];t5(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,t4(r,function(t,e){var n=o&&o[e];if(!es(n)||en(n))return t;es(t)&&!en(t)||(t={value:t});var i=null!=n.name&&null==t.name;return t=tJ(t,n),i&&delete t.name,t}))})}else n.push(t$({type:"scatter"},t))}),e.mergeOption(tJ({series:n},t.newOption))});var kB=t5,kV=oX();function kF(t){var e=kV(t);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var kW=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(e,t),e.prototype.onclick=function(t,e){kV(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}(kM);gV({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var kG=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],kH=function(){function t(t,e,n){var i=this;this._targetInfoList=[];var r=kX(e,t);t5(kY,function(t,e){(!n||!n.include||t0(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=kq[t.brushType](0,n,e);t.__rangeOffset={offset:k$[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}}),t},t.prototype.matchOutputRanges=function(t,e,n){t5(t,function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&t5(i.coordSyses,function(i){var r=kq[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)})},this)},t.prototype.setInputRanges=function(t,e){t5(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=kq[t.brushType](0,n.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?k$[t.brushType](l.values,u.offset,(i=l.xyMinMax,r=u.xyMinMax,o=kQ(i),a=kQ(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 t4(this._targetInfoList,function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:C0(i),isTargetByCursor:C2(i,t,n.coordSysModel),getLinearBrushOtherExtent:C1(i)}})},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&t0(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=kX(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<kU.length;s++)if(kU[s](i,o))return o}return!0},t}();function kj(t){return t[0]>t[1]&&t.reverse(),t}function kX(t,e){return oU(t,e,{includeMainTypes:kG})}var kY={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=eA(),a={},s={};(n||i||r)&&(t5(n,function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0}),t5(i,function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0}),t5(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=[];t5(r.getCartesians(),function(t,e){(t0(n,t.getAxis("x").model)>=0||t0(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:kZ.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){t5(t.geoModels,function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:kZ.geo})})}},kU=[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}],kZ={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(p_(t)),e}},kq={lineX:ee(kK,0),lineY:ee(kK,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=[kj([r[0],o[0]]),kj([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:t4(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 kK(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=kj(t4([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 k$={lineX:ee(kJ,0),lineY:ee(kJ,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 t4(t,function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]})}};function kJ(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function kQ(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var k0=t5,k1=oO+"toolbox-dataZoom_",k2=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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 Cw(n.getZr()),this._brushController.on("brush",et(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 kH(k5(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",kF(d).length>1?"emphasis":"normal")},e.prototype.onclick=function(t,e,n){k3[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 kH(k5(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=kF(n),kB(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=Ce(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=[];k0(t,function(t,n){e.push(tZ(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}(kM),k3={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=kF(this.ecModel))[t.length-1],t.length>1&&t.pop(),n={},kB(e,function(e,i){for(var r=t.length-1;r>=0;r--)if(e=t[r][i]){n[i]=e;break}}),n))}};function k5(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="dataZoom",b=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,k5(i));return k0(o.xAxisModels,function(t){return a(t,"xAxis","xAxisIndex")}),k0(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:k1+e+o};a[n]=o,r.push(a)}},eb(null==ci.get(x)&&b),ci.set(x,b);var k4=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 k9(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function k6(t){if(tA.domSupported){for(var e=document.documentElement.style,n=0,i=t.length;n<i;n++)if(t[n]in e)return t[n]}}var k7=k6(["transform","webkitTransform","OTransform","MozTransform","msTransform"]);function k8(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 Lt=k8(k6(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),"transition"),Le=k8(k7,"transform"),Ln="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(tA.transform3dSupported?"will-change:transform;":"");function Li(t,e,n){var i=t.toFixed(0)+"px",r=e.toFixed(0)+"px";if(!tA.transformSupported)return n?"top:"+r+";left:"+i+";":[["top",r],["left",i]];var o=tA.transform3dSupported,a="translate"+(o?"3d":"")+"("+i+","+r+(o?",0":"")+")";return n?"top:0;left:0;"+Le+":"+a+";":[["top",0],["left",0],[k7,a]]}function Lr(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&na(no,a,i,r,!0)&&na(t,n,no[0],no[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 Lo=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,tA.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&&(er(r)?document.querySelector(r):ec(r)?r:ei(r)&&r(t.getDom()));Lr(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;nm(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,C=this.el,I=C.style,T=this._styleCoord;C.innerHTML?I.cssText=Ln+(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=hG(t,"html"),p=u+"px "+c+"px "+s+"px "+l,r.push("box-shadow:"+p),n&&o&&r.push((y="opacity"+(g=" "+o/2+"s "+(f="cubic-bezier(0.23,1,0.32,1)"))+",visibility"+g,i||(g=" "+o+"s "+f,y+=tA.transformSupported?","+Le+g:",left"+g+",top"+g),Lt+":"+y)),a&&r.push("background-color:"+a),t5(["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((m=[],v=h.get("fontSize"),(x=h.getTextColor())&&m.push("color:"+x),m.push("font:"+h.getFont()),b=ey(h.get("lineHeight"),Math.round(3*v/2)),v&&m.push("line-height:"+b+"px"),_=h.get("textShadowColor"),S=h.get("textShadowBlur")||0,w=h.get("textShadowOffsetX")||0,M=h.get("textShadowOffsetY")||0,_&&S&&m.push("text-shadow:"+w+"px "+M+"px "+S+"px "+_),t5(["decoration","align"],function(t){var e=h.get(t);e&&m.push("text-"+t+":"+e)}),m.join(";"))),null!=d&&r.push("padding:"+uM(d).join("px ")+"px"),r.join(";")+";")+Li(T[0],T[1],!0)+"border-color:"+uP(e)+";"+(t.get("extraCssText")||"")+";pointer-events:"+(this._enterable?"auto":"none"):I.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(er(r)&&"item"===n.get("trigger")&&!k9(n)&&(a=function(t,e,n){if(!er(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=Le+":";t0(["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)),er(t))o.innerHTML=t+a;else if(t){o.innerHTML="",en(t)||(t=[t]);for(var s=0;s<t.length;s++)ec(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(Lr(n,this._zr,this._container,t,e),null!=n[0]&&null!=n[1]){var i=this.el.style;t5(Li(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",tA.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(et(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}(),La=function(){function t(t){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=t.getZr(),Lu(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;es(t)&&hn(""),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:hG(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),t5(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(t){o.el.style[t]=n.get(t)}),t5(["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=Ll(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;Lu(i,this._zr,t,e),t=i[0],e=i[1];var r=n.style,o=Ls(r.borderWidth||0),a=Ll(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(et(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this._zr.remove(this.el)},t}();function Ls(t){return Math.max(0,t)}function Ll(t){var e=Ls(t.shadowBlur||0),n=Ls(t.shadowOffsetX||0),i=Ls(t.shadowOffsetY||0);return{left:Ls(e-n),right:Ls(e+n),top:Ls(e-i),bottom:Ls(e+i)}}function Lu(t,e,n,i){t[0]=n,t[1]=i,t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var Lc=new s_({shape:{x:-1,y:-1,width:2,height:2}}),Lh=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(t,e){if(!tA.node&&e.getDom()){var n,i=t.getComponent("tooltip"),r=this._renderMode="auto"===(n=i.get("renderMode"))?tA.domSupported?"html":"richText":n||"html";this._tooltipContent="richText"===r?new La(e):new Lo(e,{appendTo:i.get("appendToBody",!0)?"body":i.get("appendTo",!0)})}},e.prototype.render=function(t,e,n){if(!tA.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")?pY(this,"_updatePosition",50,"fixRate"):pU(this,"_updatePosition")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel.get("triggerOn");A1("itemTooltip",this._api,et(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&&!tA.node&&n.getDom()){var r=Lp(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)Lc.x=i.x,Lc.y=i.y,Lc.update(),sB(Lc).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:Lc},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=A9(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(Lp(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"===Ld([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,fv(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=et(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=Ld([e.tooltipOption],i),a=this._renderMode,s=[],l=hR("section",{blocks:[],noHeader:!0}),u=[],c=new hH;t5(t,function(t){t5(t.dataByAxis,function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=AH(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=hR("section",{header:o,noHeader:!e_(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),t5(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=mn(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",uP(f.color),a);var g=c6(d.formatTooltip(p,!0,null)),y=g.frag;if(y){var m=Ld([d],i).get("valueFormatter");h.blocks.push(m?t$({valueFormatter:m},y):y)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var h=e.position,d=hB(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=Ld([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 hH;g.marker=y.makeTooltipMarker("item",uP(g.color),h);var m=c6(s.formatTooltip(l,!1,u)),v=p.get("order"),x=p.get("valueFormatter"),b=m.frag,_=b?hB(x?t$({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(er(o)){var s=o;o={content:s,formatter:s},a=!0}a&&i&&o.content&&((o=tZ(o)).content=nc(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=Ld(l,this._tooltipModel,c?{position:c}:null),d=h.get("content"),p=Math.random()+"",f=new hH;this._showOrMove(h,function(){var n=tZ(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(er(c)){var p=t.ecModel.get("useUTC"),f=en(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(ei(c)){var y=et(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||en(e)?{color:i||("html"===this._renderMode?"#fff":"none")}:en(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),ei(e)&&(e=e([n,i],o,r.el,d,{viewSize:[s,l],contentSize:u.slice()})),en(e))n=oc(e[0],s),i=oc(e[1],l);else if(es(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(er(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-=Lf(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=Lf(h)?u[1]/2:"bottom"===h?u[1]:0),k9(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&&t5(n,function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&t5(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)&&t5(a,function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex}),i&&t5(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){!tA.node&&e.getDom()&&(pU(this,"_updatePosition"),this._tooltipContent.dispose(),A5("itemTooltip",e))},e.type="tooltip",e}(h5);function Ld(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)),er(a)&&(a={formatter:a}),a&&(i=new l1(a,i,r)))}return i}function Lp(t,e){return t.dispatchAction||et(e.dispatchAction,e)}function Lf(t){return"center"===t||"middle"===t}var Lg=["rect","polygon","keep","clear"];function Ly(t,e){var n=oR(t?t.brush:[]);if(n.length){var i,r,o=[];t5(n,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(o=o.concat(e))});var a=t&&t.toolbox;en(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={},t5(i=u,function(t){r[t]=1}),i.length=0,t5(r,function(t,e){i.push(e)}),e&&!u.length&&u.push.apply(u,Lg)}}var Lm=t5;function Lv(t){if(t){for(var e in t)if(t.hasOwnProperty(e))return!0}}function Lx(t,e,n){var i={};return Lm(e,function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);Lm(t[e],function(t,i){if(w_.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new w_(r),"opacity"===i&&((r=tZ(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new w_(r))}})}),i}function Lb(t,e,n){var i;t5(n,function(t){e.hasOwnProperty(t)&&Lv(e[t])&&(i=!0)}),i&&t5(n,function(n){e.hasOwnProperty(n)&&Lv(e[n])?t[n]=tZ(e[n]):delete t[n]})}var L_={lineX:LS(0),lineY:LS(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])&&mp(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(mp(i,r,o)||mp(i,r+a,o)||mp(i,r,o+s)||mp(i,r+a,o+s)||nG.create(t).contain(l[0],l[1])||pA(r,o,r+a,o,i)||pA(r,o,r,o+s,i)||pA(r+a,o,r+a,o+s,i)||pA(r,o+s,r+a,o+s,i))return!0}}};function LS(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return Lw(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(),Lw(s[0],a)||Lw(s[1],a)||Lw(a[0],s)||Lw(a[1],s)}}}}function Lw(t,e){return e[0]<=t&&t<=e[1]}var LM=["inBrush","outOfBrush"],LC="__ecBrushSelect",LI="__ecInBrushSelectEvent";function LT(t){t.eachComponent({mainType:"brush"},function(e){(e.brushTargetManager=new kH(e.option,t)).setInputRanges(e.areas,t)})}function LA(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})}),LT(t),t.eachComponent({mainType:"brush"},function(e,n){var a={brushId:e.id,brushIndex:n,brushName:e.name,areas:tZ(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=t4(e.areas,function(t){var e,n,i=LL[t.brushType],r=tJ({boundingRect:i?i(t):void 0},t);return e=r.brushType,r.selectors=n={point:function(t){return L_[e].point(t,n,r)},rect:function(t){return L_[e].rect(t,n,r)}},r}),f=Lx(e.option,LM,function(t){t.mappingMethod="fixed"});function g(t){return"all"===l||!!u[t]}function y(t){return!!t.length}en(l)&&t5(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&&(en(s)?0>t0(s,a):a!==s)))&&(t5(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){Lk(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 Lk(t,i,r,e)?(n.dataIndex.push(r.getRawIndex(e)),"inBrush"):"outOfBrush"};(g(e)?d:y(i))&&function(t,e,n,i,r,o){var a,s={};function l(t){return fp(n,a,t)}function u(t,e){fg(n,a,t,e)}function c(t,r){a=t;var o=n.getRawDataItem(a);if(!o||!1!==o.visualMap)for(var c=i.call(void 0,t),h=e[c],d=s[c],p=0,f=d.length;p<f;p++){var g=d[p];h[g]&&h[g].applyVisual(t,l,u)}}t5(t,function(t){var n=w_.prepareVisualTypes(e[t]);s[t]=n}),n.each(c)}(LM,f,r,o)})}),function(t,e,n,i,r){if(r){var o=t.getZr();o[LI]||(o[LC]||(o[LC]=LD),pY(o,LC,n,e)(t,i))}}(e,i,r,o,n)}function LD(t,e){if(!t.isDisposed()){var n=t.getZr();n[LI]=!0,t.dispatchAction({type:"brushSelect",batch:e}),n[LI]=!1}}function Lk(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 LL={rect:function(t){return LP(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&&LP(e)}};function LP(t){return new nG(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var LO=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new Cw(e.getZr())).on("brush",et(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){LT(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:tZ(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:tZ(n),$from:e})},e.type="brush",e}(h5),LR=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.areas=[],n.brushOption={},n}return tC(e,t),e.prototype.optionUpdated=function(t,e){var n=this.option;e||Lb(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=t4(t,function(t){return LN(this.option,t)},this))},e.prototype.setBrushOption=function(t){this.brushOption=LN(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 LN(t,e){return tq({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new l1(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var Lz=["rect","polygon","lineX","lineY","keep","clear"],LE=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return tC(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,t5(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 t5(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:Lz.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}(kM),LB=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 tC(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),LV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=ey(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}(h5),LF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode="box",n}return tC(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=[],t5(n,function(e,n){var i,o=oW(oE(e),"");es(e)?(i=tZ(e)).value=n:i=n,t.push(i),r.push(o)})):t=n,(this._data=new yu([{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),LW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="timeline.slider",e.defaultOption=l5(LF.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}(LF);t2(LW,c9.prototype);var LG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="timeline",e}(h5),LH=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return tC(e,t),e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},e}(mz),Lj=Math.PI,LX=oX(),LY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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 hR("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},t5(["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?"+":"-":er(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*Lj/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:Lj/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=nM(),a=r.x,s=r.y+r.height;nA(o,o,[-a,-s]),nD(o,o,-Lj/2),nA(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||er(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 yD({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new yY({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new yL}}(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 LH("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 dq({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:t$({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new dq({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:tJ({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=[],t5(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=LU(s,l,e,{x:a,y:0,onclick:et(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=[],t5(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:et(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),LX(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(ey(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=pT(c.get(["controlStyle",h]),p||{},new nG(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",et(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",et(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",et(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=LU(a,a,this._mainGroup,{},this._currentPointer,{onCreate:function(t){t.draggable=!0,t.drift=et(s._handlePointerDrag,s),t.ondragend=et(s._handlePointerDragend,s),LZ(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){LZ(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 pS(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",LX(n[i]).dataIndex<=t)},e.type="timeline.slider",e}(LG);function LU(t,e,n,i,r,o){var a=e.get("color");r?(r.setColor(a),n.add(r),o&&o.onUpdate(r)):((r=fk(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=tq({rectHover:!0,z2:100},i,!0);var l=fL(t.get("symbolSize"));i.scaleX=l[0]/2,i.scaleY=l[1]/2;var u=fP(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 LZ(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 Lq(t){var e=t&&t.timeline;en(e)||(e=e?[e]:[]),t5(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),LK(t),L$(t,"controlPosition")){var i=t.controlStyle||(t.controlStyle={});L$(i,"position")||(i.position=t.controlPosition),"none"!==i.position||L$(i,"show")||(i.show=!1,delete i.position),delete t.controlPosition}t5(t.data||[],function(t){es(t)&&!en(t)&&(!L$(t,"value")&&L$(t,"name")&&(t.value=t.name),LK(t))})}(t)})}function LK(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};t5(i,function(t,e){o[e]||L$(r,e)||(r[e]=t)}),n.label&&!L$(i,"emphasis")&&(i.emphasis=n.label,delete n.label)}function L$(t,e){return t.hasOwnProperty(e)}function LJ(t,e){if(!t)return!1;for(var n=en(t)?t:[t],i=0;i<n.length;i++)if(n[i]&&n[i][e])return!0;return!1}function LQ(t){oN(t,"label",["show"])}var L0=oX(),L1=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.createdBySelf=!1,n}return tC(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n),this._mergeOption(t,n,!1,!0)},e.prototype.isAnimationEnabled=function(){if(tA.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=L0(t)[r];if(!n||!n.data){L0(t)[r]=null;return}o?o._mergeOption(n,e,!0):(i&&LQ(n),t5(n.data,function(t){t instanceof Array?(LQ(t[0]),LQ(t[1])):LQ(t)}),t$(o=this.createMarkerModelFromSeries(n,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),o.__hostSeries=t),L0(t)[r]=o},this)},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t),o=i.getName(t);return hR("section",{header:this.name,blocks:[hR("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=c9.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 L0(t)[e]},e.type="marker",e.dependencies=["series","grid","polar","geo"],e}(uZ);t2(L1,c9.prototype);var L2=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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}(L1);function L3(t){return!(isNaN(parseFloat(t.x))&&isNaN(parseFloat(t.y)))}function L5(t,e,n,i,r,o){var a=[],s=yy(e,i)?e.getCalculationInfo("stackResultDimension"):i,l=Pt(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 L4={min:ee(L5,"min"),max:ee(L5,"max"),average:ee(L5,"average"),median:ee(L5,"median")};function L9(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)))&&!en(e.coord)&&en(o)){var a=L6(e,i,r,t);if((e=tZ(e)).type&&L4[e.type]&&a.baseAxis&&a.valueAxis){var s=t0(o,a.baseAxis.dim),l=t0(o,a.valueAxis.dim),u=L4[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&&en(o))for(var c=e.coord,h=0;h<2;h++)L4[c[h]]&&(c[h]=Pt(i,i.mapDimension(o[h]),c[h]));else e.coord=[];return e}}function L6(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 L7(t,e){return!t||!t.containData||!e.coord||!!L3(e)||t.containData(e.coord)}function L8(t,e){return t?function(t,n,i,r){return hi(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return hi(t.value,e[r])}}function Pt(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 Pe=oX(),Pn=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.init=function(){this.markerGroupMap=eA()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each(function(t){Pe(t).keep=!1}),e.eachSeries(function(t){var r=L1.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)}),r.each(function(t){Pe(t).keep||i.group.remove(t.group)})},e.prototype.markKeep=function(t){Pe(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;t5(t,function(t){var i=L1.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl(function(t){t&&(e?s4(t,s1):s4(t,s2))})})},e.type="marker",e}(h5);function Pi(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 Pr=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=L1.getMarkerModelFromSeries(t,"markPoint");e&&(Pi(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 xf),y=(r=h,o=t,a=e,l=new yu(s=r?t4(r&&r.dimensions,function(t){return t$(t$({},o.getData().getDimensionInfo(o.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=t4(a.get("data"),ee(L9,o)),r&&(u=t6(u,ee(L7,r))),c=L8(!!r,s),l.initData(u,null,c),l);e.setData(y),Pi(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(ei(i)||ei(r)||ei(o)||ei(a)){var l=e.getRawValue(t),u=e.getDataParams(t);ei(i)&&(i=i(l,u)),ei(r)&&(r=r(l,u)),ei(o)&&(o=o(l,u)),ei(a)&&(a=a(l,u))}var c=n.getModel("itemStyle").getItemStyle(),h=ff(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}(Pn),Po=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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}(L1),Pa=oX(),Ps=function(t,e,n,i){var r,o=t.getData();if(en(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=eg(i.yAxis,i.xAxis);else{var u=L6(i,o,e,t);s=u.valueAxis;var c=ym(o,u.valueDataDim);l=Pt(o,c,a)}var h=+("x"!==s.dim),d=1-h,p=tZ(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&&ea(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=[L9(t,r[0]),L9(t,r[1]),t$({},r[2])];return y[2].type=y[2].type||null,tq(y[2],y[0]),tq(y[2],y[1]),y};function Pl(t){return!isNaN(t)&&!isFinite(t)}function Pu(t,e,n,i){var r=1-t,o=i.dimensions[t];return Pl(e[r])&&Pl(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function Pc(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(Pu(1,n,i,t)||Pu(0,n,i,t)))return!0}return L7(t,e[0])&&L7(t,e[1])}function Ph(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(xA(a,"cartesian2d")){var p=a.getAxis("x"),f=a.getAxis("y"),c=a.dimensions;Pl(t.get(c[0],e))?o[0]=p.toGlobalCoord(p.getExtent()[+!n]):Pl(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 Pd=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=L1.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=Pa(e).from,o=Pa(e).to;r.each(function(e){Ph(r,e,!0,t,n),Ph(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 Mb);this.group.add(m.group);var v=(r=p,o=t,a=e,l=new yu(s=r?t4(r&&r.dimensions,function(t){return t$(t$({},o.getData().getDimensionInfo(o.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}],a),u=new yu(s,a),c=new yu([],a),h=t4(a.get("data"),ee(Ps,o,r,a)),r&&(h=t6(h,ee(Pc,r))),d=L8(!!r,s),l.initData(t4(h,function(t){return t[0]}),null,d),u.initData(t4(h,function(t){return t[1]}),null,d),c.initData(t4(h,function(t){return t[2]})),c.hasItemOption=!0,{from:l,to:u,line:c}),x=v.from,b=v.to,_=v.line;Pa(e).from=x,Pa(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);Ph(e,n,r,t,i);var a=o.getModel("itemStyle").getItemStyle();null==a.fill&&(a.fill=ff(g,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:ey(o.get("symbolOffset",!0),C[+!r]),symbolRotate:ey(o.get("symbolRotate",!0),M[+!r]),symbolSize:ey(o.get("symbolSize"),w[+!r]),symbol:ey(o.get("symbol",!0),S[+!r]),style:a})}en(S)||(S=[S,S]),en(w)||(w=[w,w]),en(M)||(M=[M,M]),en(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}(Pn),Pp=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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}(L1),Pf=oX(),Pg=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=L9(t,r),s=L9(t,o),l=a.coord,u=s.coord;l[0]=eg(l[0],-1/0),l[1]=eg(l[1],-1/0),u[0]=eg(u[0],1/0),u[1]=eg(u[1],1/0);var c=tK([{},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 Py(t){return!isNaN(t)&&!isFinite(t)}function Pm(t,e,n,i){var r=1-t;return Py(e[r])&&Py(n[r])}function Pv(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(xA(t,"cartesian2d"))return!!(n&&i&&(Pm(1,n,i,t)||Pm(0,n,i,t)))||!t||!t.containZone||!r.coord||!o.coord||!!L3(r)||!!L3(o)||t.containZone(r.coord,o.coord);return L7(t,r)||L7(t,o)}function Px(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(xA(a,"cartesian2d")){var v=a.getAxis("x"),x=a.getAxis("y"),g=t.get(n[0],e),y=t.get(n[1],e);Py(g)?o[0]=v.toGlobalCoord(v.getExtent()[+("x0"!==n[0])]):Py(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 Pb=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],P_=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=L1.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each(function(e){var r=t4(Pb,function(r){return Px(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=t4(t&&t.dimensions,function(t){var n=e.getData();return t$(t$({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})});i=new yu(r=t4(["x0","y0","x1","y1"],function(t,e){return{name:t,type:o[e%2].type}}),n)}else i=new yu(r=[{name:"value",type:"float"}],n);var a=t4(n.get("data"),ee(Pg,e,t,n));t&&(a=t6(a,ee(Pv,t)));var s=t?function(t,e,n,i){return hi(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return hi(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=t4(Pb,function(n){return Px(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=ff(a,"color");!f.fill&&(f.fill=g,er(f.fill)&&(f.fill=iY(f.fill,.4))),f.stroke||(f.stroke=g),u.setItemVisual(e,"style",f)}),u.diff(Pf(l).data).add(function(t){var e=u.getItemLayout(t);if(!e.allClipped){var n=new dG({shape:{points:e.points}});u.setItemGraphicEl(t,n),l.group.add(n)}}).update(function(t,n){var i=Pf(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 dG({shape:{points:r.points}}),u.setItemGraphicEl(t,i),l.group.add(i))}).remove(function(t){var e=Pf(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:er(r.fill)?iY(r.fill,1):"#000"}),lf(t,i),lc(t,null,null,i.get(["emphasis","disabled"])),sB(t).dataModel=e}),Pf(l).data=u,l.group.silent=e.get("silent")||t.get("silent")},e.type="markArea",e}(Pn),PS=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 tC(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"]),en(e)&&t5(e,function(t,i){var r;er(t)&&(t={type:t}),e[i]=tq(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=eA(),o=t4(i,function(t){return((er(t)||ea(t))&&(t={name:t}),r.get(t.name))?null:(r.set(t.name,!0),new l1(t,this,this.ecModel))},this);this._data=t6(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")&&t5(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;t5(t,function(t){e[t.get("name",!0)]=!0})},e.prototype.inverseSelect=function(){var t=this._data,e=this.option.selected;t5(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])&&t0(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),Pw=ee,PM=t5,PC=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!1,n}return tC(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(tJ({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=kT(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=eA(),u=e.get("selectedMode"),c=[];n.eachRawSeries(function(t){t.get("legendHoverLink")||c.push(t.id)}),PM(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",Pw(PI,a,null,i,c)).on("mouseover",Pw(PA,d.name,null,i,c)).on("mouseout",Pw(PD,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=iE(p.fill);g&&0===g[3]&&(g[3]=.2,p=t$(t$({},p),{fill:iU(g,"rgba")}));var y=this._createItem(s,a,o,r,e,t,{},p,f,u,i);y.on("click",Pw(PI,null,a,i,c)).on("mouseover",Pw(PA,null,a,i,c)).on("mouseout",Pw(PD,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();PM(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)),PM(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?f3(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(ei(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=fk(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;er(C)&&C?I=C.replace("{name}",null!=e?e:""):ei(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")&&pk({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}(h5);function PI(t,e,n,i){PD(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),PA(t,e,n,i)}function PT(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 PA(t,e,n,i){PT(n)||n.dispatchAction({type:"highlight",seriesName:t,name:e,excludeSeriesId:i})}function PD(t,e,n,i){PT(n)||n.dispatchAction({type:"downplay",seriesName:t,name:e,excludeSeriesId:i})}function Pk(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 PL(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),PP(n,r),o.push(n.componentIndex)});var a={};return n.eachComponent("legend",function(t){t5(r,function(e,n){t[e?"select":"unSelect"](n)}),PP(t,a)}),i?{selected:a,legendIndex:o}:{name:e.name,selected:a}}function PP(t,e){var n=e||{};return t5(t.getData(),function(e){var i=e.get("name");if("\n"!==i&&""!==i){var r=t.isSelected(i);eP(n,i)?n[i]=n[i]&&r:n[i]=r}}),n}function PO(t){t.registerComponentModel(PS),t.registerComponentView(PC),t.registerProcessor(t.PRIORITY.PROCESSOR.SERIES_FILTER,Pk),t.registerSubTypeDefaulter("legend",function(){return"plain"}),t.registerAction("legendToggleSelect","legendselectchanged",ee(PL,"toggleSelected")),t.registerAction("legendAllSelect","legendselectall",ee(PL,"allSelect")),t.registerAction("legendInverseSelect","legendinverseselect",ee(PL,"inverseSelect")),t.registerAction("legendSelect","legendselected",ee(PL,"select")),t.registerAction("legendUnSelect","legendunselected",ee(PL,"unSelect"))}var PR=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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),PN(this,e,r)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),PN(this,this.option,e)},e.type="legend.scroll",e.defaultOption=l5(PS.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}(PS);function PN(t,e,n){var i=t.getOrient(),r=[1,1];r[i.index]=0,uW(e,n,{type:"box",ignoreSize:!!r})}var Pz=["width","height"],PE=["x","y"],PB=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 tC(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=en(c)?c:[c,c];p("pagePrev",0);var d=n.getModel("pageTextStyle");function p(t,e){var i=pT(n.get("pageIcons",!0)[n.getOrient().name][e],{onclick:et(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=Pz[s],u=PE[s],c=Pz[1-s],h=PE[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=tZ(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=ey(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;t5(["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",er(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=Pz[r],a=PE[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}(PC);function PV(t){g0(PO),t.registerComponentModel(PR),t.registerComponentView(PB),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 PF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="dataZoom.inside",e.defaultOption=l5(kd.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(kd),PW=oX();function PG(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function PH(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function Pj(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}var PX=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return tC(e,t),e.prototype.render=function(e,n,i){var r;if(t.prototype.render.apply(this,arguments),e.noTarget())return void this._clear();this.range=e.getPercentRange(),r={pan:et(PY.pan,this),zoom:et(PY.zoom,this),scrollMove:et(PY.scrollMove,this)},PW(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=PW(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||PG(n,a))}}}(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(kg),PY={zoom:function(t,e,n,i){var r=this.range,o=r.slice(),a=t.axisModels[0];if(a){var s=PZ[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(Ce(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1])return o}},pan:PU(function(t,e,n,i,r,o){var a=PZ[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength}),scrollMove:PU(function(t,e,n,i,r,o){return PZ[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta})};function PU(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s&&(Ce(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 PZ={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 Pq(t){kS(t),t.registerComponentModel(PF),t.registerComponentView(PX),t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,function(t,e){var n=PW(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=eA());i.each(function(t){t.dataZoomInfoMap=null}),t.eachComponent({mainType:"dataZoom",subType:"inside"},function(t){t5(kc(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:ee(Pj,r),dispatchAction:ee(PH,e),dataZoomInfoMap:null,controller:null}).controller=new _I(e.getZr()),t5(["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=eA())).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 PG(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),pY(t,"dispatchAction",a.model.get("throttle",!0),"fixRate")})})}var PK=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=l5(kd.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}(kd),P$="horizontal",PJ="vertical",PQ=["line","bar","candlestick","scatter"],P0={easing:"cubicOut",duration:100,delay:0},P1=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._displayables={},n}return tC(e,t),e.prototype.init=function(t,e){this.api=e,this._onBrush=et(this._onBrush,this),this._onBrushEnd=et(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),pY(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(){pU(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===P$?{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);t5(["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===PJ&&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!==P$||r?n===P$&&r?{scaleY:a?1:-1,scaleX:-1}:n!==PJ||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:et(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 dG({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new dX({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){t5(e.getAxisProxy(r,o).getTargetSeriesModels(),function(e){if(!t&&!(!0!==n&&0>t0(PQ,e.get("type")))){var a,s=i.getComponent(ku(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)"}})),t5([0,1],function(e){var o=a.get("handleIcon");!fT[o]&&0>o.indexOf("path://")&&0>o.indexOf("image://")&&(o="path://"+o);var s=fk(o,-1,0,2,2,null,!0);s.attr({cursor:P2(this._orient),draggable:!0,drift:et(this._onDragMove,this,e),ondragend:et(this._onDragEnd,this),onmouseover:et(this._showDataInfo,this,!0),onmouseout:et(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=fk(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:P2(this._orient),drift:et(this._onDragMove,this,"all"),ondragstart:et(this._showDataInfo,this,!0),ondragend:et(this._onDragEnd,this),onmouseover:et(this._showDataInfo,this,!0),onmouseout:et(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];Ce(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;t5([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=p_(n.handles[t].parent,this.group),a=pw(0===t?"right":"left",e),s=this._handleWidth/2+5,l=pS([c[t]+(0===t?-s:s),this._size[1]/2],e);i[t].setStyle({x:l[0],y:l[1],verticalAlign:r===P$?"middle":a,align:r===P$?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 ei(i)?i(t,o):er(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,nx(i.event);var r=pS([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 nO(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&&(nx(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?P0:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=kc(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}(kg);function P2(t){return"vertical"===t?"ns-resize":"ew-resize"}function P3(t){t.registerComponentModel(PK),t.registerComponentView(P1),kS(t)}var P5={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]}},P4={get:function(t,e,n){var i=tZ((P5[t]||{})[e]);return n&&en(i)?i[i.length-1]:i}},P9=w_.mapVisual,P6=w_.eachVisual,P7=t5,P8=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 tC(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,e){var n=this.option;e||Lb(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var e=this.stateList;t=et(t,this),this.controllerVisuals=Lx(this.option.controller,e,t),this.targetVisuals=Lx(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){t5(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||["<",">"],en(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);if(er(s))return s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l);if(ei(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={});tq(i,n),tq(r,n);var o=this.isCategory();function a(n){en(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]={},P7(i,function(t,e){if(w_.isValidType(e)){var n=P4.get(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";P7(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&&tZ(e)||(o?r:[r])),null==l.symbolSize&&(l.symbolSize=n&&tZ(n)||(o?s[0]:[s[0],s[0]])),l.symbol=P9(l.symbol,function(t){return"none"===t?r:t});var u=l.symbolSize;if(null!=u){var c=-1/0;P6(u,function(t){t>c&&(c=t)}),l.symbolSize=P9(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),Ot=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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):en(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),t5(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=Oe(this,"outOfRange",this.getExtent()),n=Oe(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(P8.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}(P8);function Oe(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 On=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 tC(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e},e.prototype.render=function(t,e,n,i){if(this.visualMapModel=t,!1===t.get("show"))return void 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 t5(w_.prepareVisualTypes(l),function(i){var r=l[i];n.convertOpacityToAlpha&&"opacity"===i&&(i="colorAlpha",r=l.__alphaForOpacity),w_.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}(h5),Oi=[["left","right","width"],["top","bottom","height"]];function Or(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=Oi[a],l=[0,null,10],u={},c=0;c<3;c++)u[Oi[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 Oo(t,e){return t5(t||[],function(t){null!=t.dataIndex&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null),t.highlightKey="visualMap"+(e?e.componentIndex:"")}),t}var Oa=ou,Os=Math.min,Ol=Math.max,Ou=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 tC(e,t),e.prototype.init=function(e,n){t.prototype.init.call(this,e,n),this._hoverLinkFromSeriesMouseOver=et(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=et(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=Or(e,this.api,i),s=n.mainGroup=this._createBarGroup(a),l=new r6;s.add(l),l.add(n.outOfRange=Oc()),l.add(n.inRange=Oc(null,o?Od(this._orient):null,et(this._dragHandle,this,"all",!1),et(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=Ol(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=et(this._dragHandle,this,n,!1),s=et(this._dragHandle,this,n,!0),l=rK(t.get("handleSize"),i[0]),u=fk(t.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=Od(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(t){nx(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){nx(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=fk(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(t$({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():Oh(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=[Oa(e[0],n,i,!0),Oa(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]];Ce(e,i,r,t,0);var o=n.getExtent();this._dataInterval=[Oa(i[0],r,o,!0),Oa(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 d9(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);t5([0,1],function(u){var c=r[u];c.setStyle("fill",e.handlesColor[u]),c.y=t[u];var h=Oa(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=pS(n.handleLabelPoints[u],p_(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=Oa(t,o,s,!0),p=a[0]-h/2,f={x:u.x,y:u.y};u.y=d,u.x=p;var g=pS(l.indicatorLabelPoint,p_(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]=Os(Ol(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=Os(Ol(u[0],t),u[1]);var h=(r=n,o=c,a=u,s=6,(l=r.get("hoverLinkDataSize"))&&(s=Oa(l,o,a,!0)/2),s),d=[t-h,t+h],p=Oa(t,u,c,!0),f=[Oa(d[0],u,c,!0),Oa(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||Oh(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",Oo(m[0],n)),this._dispatchHighDown("highlight",Oo(m[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){if(fv(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",Oo(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=p_(e,i?null:this.group);return en(t)?pS(t,r,n):pw(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}(On);function Oc(t,e,n,i){return new dG({shape:{points:t},draggable:!!n,cursor:e,drift:n,onmousemove:function(t){nx(t.event)},ondragend:i})}function Oh(t){var e=t.get("hoverLinkOnHandle");return!!(null==e?t.get("realtime"):e)}function Od(t){return"vertical"===t?"ns-resize":"ew-resize"}var Op={type:"selectDataRange",event:"dataRangeSelected",update:"update"},Of=function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})},Og=[{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=et(e.getValueState,e),a=e.getDataDimensionIndex(t.getData()),s={},t5(i,function(t){var e=w_.prepareVisualTypes(r[t]);s[t]=e}),{progress:function(t,e){function n(t){return fp(e,u,t)}function i(t,n){fg(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(et(Oy,null,t,e))||{stops:[],outerColors:[]},o=e.getDataDimensionIndex(n);o>=0&&(r.dimension=o,i.push(r))}}),t.getData().setVisual("visualMeta",i)}}];function Oy(t,e,n,i){for(var r=e.targetVisuals[i],o=w_.prepareVisualTypes(r),a={color:ff(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 Om=t5;function Ov(t){var e=t&&t.visualMap;en(e)||(e=e?[e]:[]),Om(e,function(t){if(t){Ox(t,"splitList")&&!Ox(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&en(e)&&Om(e,function(t){es(t)&&(Ox(t,"start")&&!Ox(t,"min")&&(t.min=t.start),Ox(t,"end")&&!Ox(t,"max")&&(t.max=t.end))})}})}function Ox(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}var Ob=!1;function O_(t){Ob||(Ob=!0,t.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"}),t.registerAction(Op,Of),t5(Og,function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)}),t.registerPreprocessor(Ov))}function OS(t){t.registerComponentModel(Ot),t.registerComponentView(Ou),O_(t)}var Ow=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._pieceList=[],n}return tC(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],OM[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=tZ(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=t4(this._pieceList,function(t){return t=tZ(t),"inRange"!==e&&(t.visual=null),t}))})},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=w_.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}t5(e.pieces,function(t){t5(i,function(e){t.hasOwnProperty(e)&&(n[e]=1)})}),t5(n,function(t,n){var i=!1;t5(this.stateList,function(t){i=i||o(e,t,n)||o(e.target,t,n)},this),i||t5(this.stateList,function(t){(e[t]||(e[t]={}))[n]=P4.get(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,t5(i,function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)},this),"single"===n.selectedMode){var o=!1;t5(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=tZ(t)},e.prototype.getValueState=function(t){var e=w_.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){w_.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 t5(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(P8.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}(P8),OM={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),t5(t,function(t,e){t.index=e,t.text=this.formatValueText(t.interval)},this)},categories:function(t){var e=this.option;t5(e.categories,function(e){t.push({text:this.formatValueText(e,!0),value:e})},this),OC(e,t)},pieces:function(t){var e=this.option;t5(e.pieces,function(e,n){es(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=w_.retrieveVisuals(e),t.push(i)},this),OC(e,t),oT(t),t5(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 OC(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var OI=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return tC(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=eg(e.get("showLabel",!0),!u),h=!e.get("selectedMode");u&&this._renderEndsText(t,u[0],s,c,a),t5(l.viewPieceList,function(i){var l=i.piece,u=new r6;u.onclick=et(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:Oo(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return Or(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=t4(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=fk(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=tZ(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,t5(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}(On);function OT(t){t.registerComponentModel(Ow),t.registerComponentView(OI),O_(t)}var OA={label:{enabled:!0},decal:{show:!1}},OD=oX(),Ok={};function OL(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=tZ(OA);tq(i.label,t.getLocaleModel().get("aria"),!1),tq(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=eA();t.eachSeries(function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),OD(t).scope=n}}),t.eachRawSeries(function(e){if(!t.isSeriesFiltered(e)){if(ei(e.enableAriaDecal))return void e.enableAriaDecal();var n=e.getData();if(e.isColorBySeries()){var i=cs(e.ecModel,e.name,Ok,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=OD(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=cs(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))})}}function u(t,e){var n=t?t$(t$({},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=tJ(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?t6(d.getValues(v),function(t,e){return -1===t0(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(!er(t))return t;var n=t;return t5(e,function(t,e){n=n.replace(RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),n}}function OP(t){if(t&&t.aria){var e=t.aria;null!=e.show&&(e.enabled=e.show),e.label=e.label||{},t5(["description","general","series","data"],function(t){null!=e[t]&&(e.label[t]=e[t])})}}var OO={value:"eq","<":"lt","<=":"lte",">":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},OR=function(){function t(t){null==(this._condVal=er(t)?new RegExp(t):ep(t)?t:null)&&hn("")}return t.prototype.evaluate=function(t){var e=typeof t;return er(e)?this._condVal.test(t):!!ea(e)&&this._condVal.test(t+"")},t}(),ON=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),Oz=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}(),OE=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}(),OB=function(){function t(){}return t.prototype.evaluate=function(){return!this.child.evaluate()},t}(),OV=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 OF(t,e){if(!0===t||!1===t){var n,i,r,o,a,s=new ON;return s.value=t,s}if(es(n=t)&&!t3(n)||hn(""),t.and)return OW("and",t,e);if(t.or)return OW("or",t,e);if(t.not){return i=t,r=e,function(t){return es(t)&&!t3(t)}(o=i.not)||hn(""),(a=new OB).child=OF(o,r),a.child||hn(""),a}return function(t,e){for(var n=e.prepareGetValue(t),i=[],r=t8(t),o=t.parser,a=o?hr.get(o):null,s=0;s<r.length;s++){var l=r[s];if(!("parser"===l||e.valueGetterAttrMap.get(l))){var u=eP(OO,l)?OO[l]:l,c=t[l],h=a?a(c):c,d=("eq"===u||"ne"===u?new hl("eq"===u,h):eP(ho,u)?new ha(u,h):null)||"reg"===u&&new OR(h);d||hn(""),i.push(d)}}i.length||hn("");var p=new OV;return p.valueGetterParam=n,p.valueParser=a,p.getValue=e.getValue,p.subCondList=i,p}(t,e)}function OW(t,e,n){var i=e[t];en(i)||hn(""),i.length||hn("");var r="and"===t?new Oz:new OE;return r.children=t4(i,function(t){return OF(t,n)}),r.children.length||hn(""),r}var OG=function(){function t(t,e){this._cond=OF(t,e)}return t.prototype.evaluate=function(){return this._cond.evaluate()},t}(),OH={type:"echarts:filter",transform:function(t){for(var e,n=t.upstream,i=new OG(t.config,{valueGetterAttrMap:eA({dimension:!0}),prepareGetValue:function(t){var e=t.dimension;eP(t,"dimension")||hn("");var i=n.getDimensionInfo(e);return i||hn(""),{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}}},Oj={type:"echarts:sort",transform:function(t){var e=t.upstream,n=oR(t.config);n.length||hn("");var i=[];t5(n,function(t){var n=t.dimension,r=t.order,o=t.parser,a=t.incomparable;null==n&&hn(""),"asc"!==r&&"desc"!==r&&hn(""),a&&"min"!==a&&"max"!==a&&hn(""),"asc"!==r&&"desc"!==r&&hn("");var s=e.getDimensionInfo(n);s||hn("");var l=o?hr.get(o):null;o&&!l&&hn(""),i.push({dimIdx:s.index,parser:l,comparator:new hs(r,a)})});var r=e.sourceFormat;r!==u0&&r!==u1&&hn("");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}}},OX=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return tC(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new hI(this),hT(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),hT(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:u4},e}(uZ),OY=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return tC(e,t),e.type="dataset",e}(h5);function OU(t){t.registerComponentModel(OX),t.registerComponentView(OY)}var OZ=a2.CMD;function Oq(t,e){return 1e-5>Math.abs(t-e)}function OK(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){Oq(t,i)&&Oq(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===OZ.L||y===OZ.C||y===OZ.Q)&&(e=[h,d])),y){case OZ.M:u=h=a[g++],c=d=a[g++],p(h,d);break;case OZ.L:f(u,c,n=a[g++],i=a[g++]),u=n,c=i;break;case OZ.C:e.push(a[g++],a[g++],a[g++],a[g++],u=a[g++],c=a[g++]);break;case OZ.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 OZ.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 OZ.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 OZ.Z:e&&f(u,c,h,d),u=h,c=d}}return e&&e.length>2&&l.push(e),l}function O$(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 OJ(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=O$([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 OQ(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function O0(t){var e=t.points,n=[],i=[];aR(e,n,i);var r=new nG(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 nO,c=new nO;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 nO(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 nO;nO.sub(i,n,e),i.normalize();var r=new nO;return nO.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++)OQ(f,t[o].slice());OQ(f,p),OQ(f,d);for(var o=c.idx+1;o<=u.idx+i;o++)OQ(g,t[o%i].slice());return OQ(g,d),OQ(g,p),[{points:f},{points:g}]}(e,u,c)}function O1(t,e,n,i){if(1===n)i.push(e);else{var r=Math.floor(n/2),o=t(e);O1(t,o[0],r,i),O1(t,o[1],n-r,i)}return i}function O2(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 O3(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 O5(t){return t.__isCombineMorphing}var O4="__mOriginal_";function O9(t,e,n){var i=O4+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 O6(t,e){var n=O4+e;t[n]&&(t[e]=t[n],t[n]=null)}function O7(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 O8(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/_;id(p,g,m,x,w,r),id(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=O2(r||l,l),c=l):(c=O2(i||u,u),h=u),o.push(c),a.push(h)}return[o,a]}(OK(n),OK(i)),o=r[0],a=r[1],s=t.getComputedTransform(),l=e.getComputedTransform();s&&O7(o,s),l&&O7(a,l),O9(e,"updateTransform",{replace:function(){this.transform=null}}),e.transform=null;var u=function(t,e,n,i){for(var r,o=[],a=0;a<t.length;a++){var s=t[a],l=e[a],u=O3(s),c=O3(l);null==r&&(r=u[2]<0!=c[2]<0);var h=[],d=[],p=0,f=1/0,g=[],y=s.length;r&&(s=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}(s));for(var m=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}(s,l,u,c),v=y-2,x=0;x<v;x+=2){var b=(m+x)%v+2;h[x+2]=s[b]-u[0],h[x+3]=s[b+1]-u[1]}h[0]=s[m]-u[0],h[1]=s[m+1]-u[1];for(var _=i/10,S=-i/2;S<=i/2;S+=_){for(var w=Math.sin(S),M=Math.cos(S),C=0,x=0;x<s.length;x+=2){var I=h[x],T=h[x+1],A=l[x]-c[0],D=l[x+1]-c[1],k=A*M-D*w,L=A*w+D*M;g[x]=k,g[x+1]=L;var P=k-I,O=L-T;C+=P*P+O*O}if(C<f){f=C,p=S;for(var R=0;R<g.length;R++)d[R]=g[R]}}o.push({from:h,to:d,fromCp:u,toCp:c,rotation:-p})}return o}(o,a,10,Math.PI),c=[];O9(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);e5(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 Rt(t,e,n){if(!t||!e)return e;var i=n.done,r=n.during;return O8(t,e),e.__morphT=0,e.animateTo({__morphT:1},tJ({during:function(t){e.dirtyShape(),r&&r(t)},done:function(){O6(e,"buildPath"),O6(e,"updateTransform"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape(),i&&i()}},n)),e}function Re(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=t4(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 t4(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 Rn(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=O$([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":OJ(r,e,i),n=dN;break;case"circle":OJ({r0:0,r:r.r,startAngle:0,endAngle:2*Math.PI,cx:r.cx,cy:r.cy},e,i),n=dN;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=t4(function(t,e){var n=OK(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(Oq(e,i)&&Oq(n,r)&&Oq(o,s)&&Oq(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=[];id(e,i,o,s,.5,M),id(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)O1(O0,{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=t4(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||(O1(O0,{points:p.poly},f,i),d-=f)}}n=dG}if(!n){for(var g=[],y=0;y<e;y++)g.push(dg(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 Ri(){return{fromIndividuals:[],toIndividuals:[],count:0}}function Rr(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 Ro={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=dg(t.path);r.setStyle("opacity",n),e.push(r)}return e},split:null};function Ra(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);en(t[0])&&(a=t,s=e),en(e[0])&&(a=e,s=t);for(var h=a?a===t:t.length>e.length,d=a?Rr(s,a):Rr(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=tJ({dividePath:Ro[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];O5(r)?t(r.childrenRef()):r instanceof ss&&i.push(r)}}(t);var r=i.length;if(!r)return Ri();var o=(n.dividePath||Rn)({path:e,count:r});if(o.length!==r)return console.error("Invalid morphing: unmatched splitted path"),Ri();i=Re(i),o=Re(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||O8(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,O6(e,"addSelfToZr"),O6(e,"removeSelfFromZr")}e.__isCombineMorphing=!0,e.childrenRef=function(){return o},O9(e,"addSelfToZr",{after:function(t){p(t)}}),O9(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?tJ({delay:(n.delay||0)+l(c,g,i[c],o[c]),done:m},n):n;Rt(i[c],o[c],v)}else e.__morphT=0,e.animateTo({__morphT:1},tJ({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++)O6(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||Rn;if(O5(t)){!function t(e){for(var n=0;n<e.length;n++){var i=e[n];O5(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(dg(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"),Ri()}r=Re(r),e=Re(e);for(var c=n.individualDelay,l=0;l<i;l++){var h=c?tJ({delay:(n.delay||0)+c(l,i,r[l],e[l])},n):n;Rt(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?tJ({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(O5(x))t({many:[x],one:b},!0,r,a,!0);else{var v=u?tJ({delay:u(r,a)},c):c;Rt(x,b,v),o(x,b,x,b,v)}}})(d[f],h,g,p),g+=d[f].many.length}}}function Rs(t){if(!t)return[];if(en(t)){for(var e=[],n=0;n<t.length;n++)e.push(Rs(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 Rl=oX();function Ru(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 Rc(t){var e=[];return t5(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:Ru(n,o,i,!1),childGroupId:Ru(n,o,i,!0),divide:t.divide,dataIndex:o})}),e}function Rh(t,e,n){t.traverse(function(t){t instanceof ss&&lw(t,{style:{opacity:0}},e,{dataIndex:n,isFrom:!0})})}function Rd(t){if(t.parent){var e=t.getComputedTransform();t.setLocalTransform(e),t.parent.remove(t)}}function Rp(t){t.stopAnimation(),t.isGroup&&t.traverse(function(t){t.stopAnimation()})}function Rf(t,e,n){var i=Rc(t),r=Rc(e);function o(t,e,n,i,r){(n||t)&&e.animateFrom({style:n&&n!==t?t$(t$({},n.style),t.style):t.style},r)}var a=!1,s=0,l=eA(),u=eA();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&&(Rp(h),c?(Rp(c),Rd(c),a=!0,Ra(Rs(c),Rs(h),l.divide,u,t,o)):Rh(h,u,t))}new g3(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=t6(t4(e,function(t){return i[t].data.getItemGraphicEl(i[t].dataIndex)}),function(t){return t&&t!==u&&!g[t.id]});u&&(Rp(u),c.length?(t5(c,function(t){Rp(t),Rd(t)}),a=!0,Ra(Rs(c),Rs(u),n.divide,l,t,o)):Rh(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=t6(t4(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&&(t5(l,function(t){return Rp(t)}),s?(Rp(s),Rd(s),a=!0,Ra(Rs(s),Rs(l),n.divide,u,t[0],o)):t5(l,function(e){return Rh(e,u,t[0])}))}}).updateManyToMany(function(t,e){new g3(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&&t5(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 Rg(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function Ry(t){return en(t)?t.sort().join(","):t}function Rm(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function Rv(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}g0([vd]),g0([function(t){t.registerPainter("svg",xr)}]),g0([function(t){t.registerChartView(xE),t.registerSeriesModel(xa),t.registerLayout(xB("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,xW("line"))},function(t){t.registerChartView(x$),t.registerSeriesModel(xH),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,ee(yW,"bar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,yG("bar")),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,xW("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(bg),t.registerSeriesModel(bx),fy("pie",t.registerAction),t.registerLayout(ee(bs,"pie")),t.registerProcessor(bu("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!ea(i)||!!isNaN(i)||!(i<0)})}})},function(t){g0(_c),t.registerSeriesModel(bb),t.registerChartView(bM),t.registerLayout(xB("scatter"))},function(t){g0(_w),t.registerChartView(_f),t.registerSeriesModel(_g),t.registerLayout(_h),t.registerProcessor(bu("radar")),t.registerPreprocessor(_p)},function(t){g0(SN),t.registerChartView(Sm),t.registerSeriesModel(Sv),t.registerLayout(Sb),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,Sx),fy("map",t.registerAction)},function(t){t.registerChartView(SX),t.registerSeriesModel(wi),t.registerLayout(wo),t.registerVisual(wa),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=SP(e.coordinateSystem,t,void 0,n);e.setCenter&&e.setCenter(i.center),e.setZoom&&e.setZoom(i.zoom)})})},function(t){t.registerSeriesModel(wu),t.registerChartView(wm),t.registerVisual(wO),t.registerLayout(wX);for(var e=0;e<ws.length;e++)t.registerAction({type:ws[e],update:"updateView"},eO);t.registerAction({type:"treemapRootToNode",update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"treemap",query:t},function(e,n){var i=S8(t,["treemapZoomToNode","treemapRootToNode"],e);if(i){var r=e.getViewRoot();r&&(t.direction=we(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})})},function(t){t.registerChartView(ML),t.registerSeriesModel(MB),t.registerProcessor(wZ),t.registerVisual(wq),t.registerVisual(w$),t.registerLayout(w6),t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,Mo),t.registerLayout(Ms),t.registerCoordinateSystem("graphView",{dimensions:SS.dimensions,create:Ml}),t.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},eO),t.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},eO),t.registerAction(MV,function(t,e,n){e.eachComponent({mainType:"series",query:t},function(e){var i=SP(e.coordinateSystem,t,void 0,n);e.setCenter&&e.setCenter(i.center),e.setZoom&&e.setZoom(i.zoom)})})},function(t){t.registerChartView(MH),t.registerSeriesModel(Mj)},function(t){t.registerChartView(MU),t.registerSeriesModel(MZ),t.registerLayout(Mq),t.registerProcessor(bu("funnel"))},function(t){g0(C7),t.registerChartView(MK),t.registerSeriesModel(M1),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,M5)},function(t){t.registerChartView(Ie),t.registerSeriesModel(Ii),t.registerLayout(Ir),t.registerVisual(If),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(Iy),t.registerChartView(Im),t.registerLayout(Iw),t.registerTransform(IM)},function(t){t.registerChartView(IR),t.registerSeriesModel(Ij),t.registerPreprocessor(IX),t.registerVisual(IP),t.registerLayout(IY)},function(t){t.registerChartView(IK),t.registerSeriesModel(I$),t.registerLayout(xB("effectScatter"))},function(t){t.registerChartView(I4),t.registerSeriesModel(I8),t.registerLayout(I5),t.registerVisual(Te)},function(t){t.registerChartView(Tr),t.registerSeriesModel(To)},function(t){t.registerChartView(Tu),t.registerSeriesModel(TT),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,ee(yW,"pictorialBar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,yG("pictorialBar"))},function(t){t.registerChartView(TA),t.registerSeriesModel(TD),t.registerLayout(Tk),t.registerProcessor(bu("themeRiver"))},function(t){t.registerChartView(TN),t.registerSeriesModel(Tz),t.registerLayout(ee(TB,"sunburst")),t.registerProcessor(ee(bu,"sunburst")),t.registerVisual(TV),t.registerAction({type:TO,update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,n){var i=S8(t,[TO],e);if(i){var r=e.getViewRoot();r&&(t.direction=we(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})}),t.registerAction({type:TR,update:"none"},function(t,e,n){t=t$({},t),e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e){var n=S8(t,[TR],e);n&&(t.dataIndex=n.node.dataIndex)}),n.dispatchAction(t$(t,{type:"highlight"}))}),t.registerAction({type:"sunburstUnhighlight",update:"updateView"},function(t,e,n){t=t$({},t),n.dispatchAction(t$(t,{type:"downplay"}))})},function(t){t.registerChartView(Ax),t.registerSeriesModel(TH)}]),g0(function(t){g0(_c),g0(Dr)}),g0(function(t){g0(Dr),b7.registerAxisPointerClass("PolarAxisPointer",Do),t.registerCoordinateSystem("polar",Dx),t.registerComponentModel(Ds),t.registerComponentView(DN),bR(t,"angle",Du,DO),bR(t,"radius",Dc,DR),t.registerComponentView(DM),t.registerComponentView(DA),t.registerLayout(ee(DP,"bar"))}),g0(SN),g0(function(t){g0(Dr),b7.registerAxisPointerClass("SingleAxisPointer",Dq),t.registerComponentView(DQ),t.registerComponentView(DV),t.registerComponentModel(DW),bR(t,"single",DW,DW.defaultOption),t.registerCoordinateSystem("single",DY)}),g0(C7),g0(function(t){t.registerComponentModel(D0),t.registerComponentView(D2),t.registerCoordinateSystem("calendar",D3)}),g0(function(t){t.registerComponentModel(D8),t.registerComponentView(kn),t.registerPreprocessor(function(t){var e=t.graphic;en(e)?e[0]&&e[0].elements?t.graphic=[t.graphic[0]]:t.graphic=[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])})}),g0(function(t){t.registerComponentModel(kI),t.registerComponentView(kA),kC.saveAsImage=kD,kC.magicType=kP,kC.dataView=kE,kC.dataZoom=k2,kC.restore=kW,g0(kw)}),g0(function(t){g0(Dr),t.registerComponentModel(k4),t.registerComponentView(Lh),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},eO),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},eO)}),g0(Dr),g0(function(t){t.registerComponentView(LO),t.registerComponentModel(LR),t.registerPreprocessor(Ly),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,LA),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"},eO),t.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},eO),kC.brush=LE}),g0(function(t){t.registerComponentModel(LB),t.registerComponentView(LV)}),g0(function(t){t.registerComponentModel(LW),t.registerComponentView(LY),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)}),tJ({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(Lq)}),g0(function(t){t.registerComponentModel(L2),t.registerComponentView(Pr),t.registerPreprocessor(function(t){LJ(t.series,"markPoint")&&(t.markPoint=t.markPoint||{})})}),g0(function(t){t.registerComponentModel(Po),t.registerComponentView(Pd),t.registerPreprocessor(function(t){LJ(t.series,"markLine")&&(t.markLine=t.markLine||{})})}),g0(function(t){t.registerComponentModel(Pp),t.registerComponentView(P_),t.registerPreprocessor(function(t){LJ(t.series,"markArea")&&(t.markArea=t.markArea||{})})}),g0(function(t){g0(PO),g0(PV)}),g0(function(t){g0(Pq),g0(P3)}),g0(Pq),g0(P3),g0(function(t){g0(OS),g0(OT)}),g0(OS),g0(OT),g0(function(t){t.registerPreprocessor(OP),t.registerVisual(t.PRIORITY.VISUAL.ARIA,OL)}),g0(function(t){t.registerTransform(OH),t.registerTransform(Oj)}),g0(OU),g0(function(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){t5(oR(n.seriesTransition),function(t){t5(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][hU]=!0)})})}),t.registerUpdateLifecycle("series:transition",function(t,e,n){var i=Rl(e);if(i.oldSeries&&n.updatedSeries&&n.optionChanged){var r=n.seriesTransition;if(r)t5(oR(r),function(t){var r,o;r=[],o=[],t5(oR(t.from),function(t){var e=Rv(i.oldSeries,t);e>=0&&r.push({dataGroupId:i.oldDataGroupIds[e],data:i.oldData[e],divide:Rm(i.oldData[e]),groupIdDim:t.dimension})}),t5(oR(t.to),function(t){var e=Rv(n.updatedSeries,t);if(e>=0){var r=n.updatedSeries[e].getData();o.push({dataGroupId:i.oldDataGroupIds[e],data:r,divide:Rm(r),groupIdDim:t.dimension})}}),r.length>0&&o.length>0&&Rf(r,o,e)});else{var o,a,s,l=(o=eA(),a=eA(),s=eA(),t5(i.oldSeries,function(t,e){var n=i.oldDataGroupIds[e],r=i.oldData[e],o=Rg(t),l=Ry(o);a.set(l,{dataGroupId:n,data:r}),en(o)&&t5(o,function(t){s.set(t,{key:l,dataGroupId:n,data:r})})}),t5(n.updatedSeries,function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.get("dataGroupId"),n=t.getData(),i=Rg(t),r=Ry(i),l=a.get(r);if(l)o.set(r,{oldSeries:[{dataGroupId:l.dataGroupId,divide:Rm(l.data),data:l.data}],newSeries:[{dataGroupId:e,divide:Rm(n),data:n}]});else if(en(i)){var u=[];t5(i,function(t){var e=a.get(t);e.data&&u.push({dataGroupId:e.dataGroupId,divide:Rm(e.data),data:e.data})}),u.length&&o.set(r,{oldSeries:u,newSeries:[{dataGroupId:e,data:n,divide:Rm(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:Rm(c.data)}],newSeries:[]},o.set(c.key,h)),h.newSeries.push({dataGroupId:e,data:n,divide:Rm(n)})}}}}),o);t5(l.keys(),function(t){var n=l.get(t);Rf(n.oldSeries,n.newSeries,e)})}t5(n.updatedSeries,function(t){t[hU]&&(t[hU]=!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))}})}),g0(vl);var Rx=a(802);function Rb(t,e){var n={};return e.forEach(function(e){n[e]=t[e]}),n}function R_(t){return"function"==typeof t}var RS=a(500),Rw=a.n(RS),RM=function(t){function e(e){var n=t.call(this,e)||this;return n.echarts=tm,n}return tS(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 tS(e,t),e.prototype.componentDidMount=function(){this.renderNewEcharts()},e.prototype.componentDidUpdate=function(t){var e=this.props.shouldSetOption;if(!R_(e)||e(t,this.props)){if(!Rw()(t.theme,this.props.theme)||!Rw()(t.opts,this.props.opts)||!Rw()(t.onEvents,this.props.onEvents)){this.dispose(),this.renderNewEcharts();return}var n=["option","notMerge","lazyUpdate","showLoading","loadingOption"];Rw()(Rb(this.props,n),Rb(t,n))||this.updateEChartsOption(),Rw()(t.style,this.props.style)&&Rw()(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,Rx.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||{}),R_(i)&&i(r),this.ele&&(0,Rx.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&&R_(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=tw({height:300},n);return tb().createElement("div",{ref:function(e){t.ele=e},style:r,className:"echarts-for-react "+(void 0===i?"":i)})},e}(tx.PureComponent)),RC=a(204),RI=a.n(RC),RT=function(t){var e=t.size,n=void 0===e?{}:e,i=t.lightTheme,r=t.darkTheme,o=function(t,e){if(null==t)return{};var n,i,r=function(t,e){if(null==t)return{};var n,i,r={},o=Object.keys(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(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,["size","lightTheme","darkTheme"]),a=t.height;a||"fixed"!==n.type||(a=n.fixed);var s=(0,RC.useSetChartSize)(n,a),l=s.chartRef,u=s.chartHeight,c=(0,tv.useGlobalTheme)().isDarkTheme;return tb().createElement("div",{ref:l,style:{height:"".concat(u||400,"px")}},tb().createElement(RM,{option:o,theme:c?void 0===r?"defaultDark":r:void 0===i?"walden":i,style:{height:"".concat(u||400,"px")},ref:function(t){return t}}))};function RA(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 RD(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Rk(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n,i,r=null==t?null:"undefined"!=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 RA(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 RA(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.")}()}gK({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=Rk(e,2),i=n[0],r=n[1];r.transformer&&(t[i]=r.transformer(t[i]))}),t})}}}),gK({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]]=RD({},e[o],e[r]),t},{})).map(function(t){var e=Rk(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){RD(t,e,n[e])})}return t}(RD({},i,n),r)})}:{data:e}}}),gK({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=Rk(t,2),r=e[0],s=e[1];r!==i&&(o||a.includes(r))&&(n+=s)}),Object.entries(t).forEach(function(t){var r=Rk(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 RL=JSON.parse('{"u2":"@nocobase/plugin-data-visualization-echarts"}');function RP(t){return tv.i18n.t(t,{ns:[RL.u2,"data-visualization","client"]})}function RO(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}var RR={showLegend:{configType:"boolean",name:"showLegend",title:RP("Show legend"),defaultValue:!0},legendOrient:{configType:"select",name:"legendOrient",title:RP("Legend orient"),defaultValue:"horizontal",options:[{label:RP("Horizontal"),value:"horizontal"},{label:RP("Vertical"),value:"vertical"}]},legendPosition:{legendPosition:{title:RP("Legend position (left, bottom, right, top)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{left:{"x-component":"Input","x-component-props":{placeholder:RP("Left"),allowClear:!1}},bottom:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Bottom")}},right:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Right")}},top:{"x-component":"Input","x-component-props":{placeholder:RP("Top"),allowClear:!1}}}}},showLabel:{configType:"boolean",name:"showLabel",title:RP("Show label"),defaultValue:!0},labelType:function(t){var e=(t||{}).defaultValue;return{labelType:{"x-decorator":"FormItem","x-component":"Select",name:"labelType",title:RP("Label type"),default:void 0===e?1:e,enum:[{label:RP("Value"),value:1},{label:RP("Category name"),value:2},{label:"".concat(RP("Category name")," + ").concat(RP("Value")),value:3},{label:RP("Hidden"),value:0}]}}},splitLine:function(t){var e=(t||{}).defaultValue;return{splitLine:{title:RP("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:RP("Only x-axis"),value:"x"},{label:RP("Only y-axis"),value:"y"},{label:RP("Both x and y-axis"),value:"xy"},{label:RP("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:RP("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:RP("Title")},required:!0},value:{type:"string","x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{placeholder:RP("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 RO({},n,{"x-decorator":"FormItem","x-component":"Select",name:n,title:i,default:void 0===r?"start":r,enum:[{label:RP("Start"),value:"start"},{label:RP("Middle"),value:"middle"},{label:RP("End"),value:"end"},{label:RP("None"),value:"none"}]})},padding:{padding:{title:RP("Padding (left, bottom, right, top)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{left:{"x-component":"Input","x-component-props":{placeholder:RP("Left"),allowClear:!1}},bottom:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Bottom")}},right:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Right")}},top:{"x-component":"Input","x-component-props":{placeholder:RP("Top"),allowClear:!1}}}}},axisLabelRotate:function(t){var e=t||{},n=e.name,i=e.title,r=e.defaultValue;return RO({},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:RP("Bar width (min, max)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{placeholder:RP("Min"),allowClear:!1}},max:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Max")}}}}},barGap:{barGap:{title:RP("Bar gap"),type:"number","x-decorator":"FormItem","x-component":"InputNumber","x-component-props":{suffix:"%"}}},colors:{colors:{title:RP("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 RN(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 Rz(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 RE(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function RB(t){return(RB=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function RV(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){RE(t,e,n[e])})}return t}function RF(t,e){return(RF=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function RW(t){return function(t){if(Array.isArray(t))return RN(t)}(t)||function(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||function(t,e){if(t){if("string"==typeof t)return RN(t,void 0);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 RN(t,e)}}(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 RG(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(RG=function(){return!!t})()}var RH=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:RT,config:["xField","seriesField","size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition","labelType"].concat(RW(l||[]),[{configType:"axisTitle",name:"xAxisTitle",title:RP("X-Axis title"),defaultValue:"end"},{configType:"axisTitle",name:"yAxisTitle",title:RP("Y-Axis title"),defaultValue:"end"},{configType:"axisLabelRotate",name:"xAxisLabelRotate",title:RP("X-Axis label rotate")},"padding","splitLine","markLine"])}],e=RB(e),RE(r=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,RG()?Reflect.construct(e,n||[],RB(this).constructor):e.apply(this,n)),"series",void 0),RE(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(RV({lightTheme:{configType:"select",name:"lightTheme",title:RP("Light mode theme"),defaultValue:"walden",options:i.lightThemes.map(function(t){return{label:t,value:t}})},darkTheme:{configType:"select",name:"darkTheme",title:RP("Dark mode theme"),defaultValue:"defaultDark",options:i.darkThemes.map(function(t){return{label:t,value:t}})}},RR)),r}return i.prototype=Object.create(t&&t.prototype,{constructor:{value:i,writable:!0,configurable:!0}}),t&&RF(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=function(t,e){if(null==t)return{};var n,i,r={},o=Object.keys(t);for(i=0;i<o.length;i++)n=o[i],e.indexOf(n)>=0||(r[n]=t[n]);return r}(t,e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(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}(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"})),RV({legend:RV({data:T},this.getLegendOptions(o)),tooltip:{data:T,trigger:"axis"},dataset:[{dimensions:[s].concat(RW(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 RV({name:t,datasetIndex:1,smooth:h,label:(n=RV({},i.getLabelOptions({labelType:d,series:u?t:M[e]})),r=r={position:f},Object.getOwnPropertyDescriptors?Object.defineProperties(n,Object.getOwnPropertyDescriptors(r)):(function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);n.push.apply(n,i)}return n})(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";gx[t]=e,this["".concat(n,"Themes")].push(t)}}],e&&Rz(i.prototype,e),n&&Rz(i,n),i}(RC.Chart);RE(RH,"lightThemes",["default","light"]),RE(RH,"darkThemes",["dark"]);var Rj=a(467),RX=a.n(Rj);function RY(t,e,n){return(RY="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=RU(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 RU(t){return(RU=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){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,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);n.push.apply(n,i)}return n})(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function RK(t,e){return(RK=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function R$(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(R$=function(){return!!t})()}var RJ=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:"Column",series:{type:"bar"},config:[{configType:"select",name:"labelPosition",title:RP("Label position"),defaultValue:"top",options:[{label:RP("posTop"),value:"top"},{label:RP("Inside"),value:"inside"},{label:RP("Inside top"),value:"insideTop"}]},"stack","barWidth",{configType:"percent",name:"barGap",title:RP("Bar gap")},{configType:"percent",name:"barCategoryGap",title:RP("Bar category gap")},"colorBy","colors"]}],e=RU(e),(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,R$()?Reflect.construct(e,i||[],RU(this).constructor):e.apply(this,i))).addConfigTypes({colorBy:{configType:"select",name:"colorBy",title:RP("Color by"),defaultValue:"series",options:[{label:RP("Series"),value:"series"},{label:RP("Data"),value:"data"}]},stack:{configType:"radio",name:"stack",title:RP("Stack"),componentProps:{optionType:"button"},defaultValue:"no",options:[{label:RP("No stack"),value:"no"},{label:RP("Stack"),value:"stack"},{label:RP("100% stack"),value:"percent"}]}}),t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&RK(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=RY(RU(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=Rq(RZ({},RX().omit(t,"stack")),{barMaxWidth:_,barMinWidth:b,colorBy:f,datasetIndex:2,label:Rq(RZ({},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}(RH);function RQ(t,e,n){return(RQ="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=R0(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 R0(t){return(R0=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function R1(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 R2(t,e){return e=null!=e?e:{},Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):(function(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);n.push.apply(n,i)}return n})(Object(e)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}),t}function R3(t,e){return(R3=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function R5(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(R5=function(){return!!t})()}var R4=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=R0(e=n),(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,R5()?Reflect.construct(e,[],R0(this).constructor):e.apply(this,i))).name="bar",t.title="Bar",t.config=[{configType:"field",name:"xField",title:"yField",required:!0},"seriesField","size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition","labelType",{configType:"select",name:"labelPosition",title:RP("Label position"),defaultValue:"right",options:[{label:RP("posRight"),value:"right"},{label:RP("Inside"),value:"inside"},{label:RP("Inside right"),value:"insideRight"}]},"stack","barWidth",{configType:"percent",name:"barGap",title:RP("Bar gap")},{configType:"percent",name:"barCategoryGap",title:RP("Bar category gap")},"colorBy","colors",{configType:"axisTitle",name:"xAxisTitle",title:RP("X-Axis title"),defaultValue:"end"},{configType:"axisTitle",name:"yAxisTitle",title:RP("Y-Axis title"),defaultValue:"end"},{configType:"boolean",name:"yAxisInverse",title:RP("Y-Axis inverse"),defaultValue:!1},{configType:"axisLabelRotate",name:"yAxisLabelRotate",title:RP("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&&R3(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=RQ(R0(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=R2(R1({},y.xAxis),{type:"value",name:x?v:"",nameLocation:c,nameGap:"end"===c?15:30}),y.yAxis=R2(R1({},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 R2(R1({},t),{label:R2(R1({},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}(RJ);function R9(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function R6(t){return(R6=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function R7(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){R9(t,e,n[e])})}return t}function R8(t,e){return(R8=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nt(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nt=function(){return!!t})()}var Ne=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:RP("Funnel"),series:{type:"funnel"}}],e=R6(e),R9(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,Nt()?Reflect.construct(e,i||[],R6(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:RP("Label type"),defaultValue:1,options:[{label:RP("Category name"),value:1},{label:RP("Value"),value:2},{label:RP("Percentage"),value:3},{label:"".concat(RP("Category name")," + ").concat(RP("Value")),value:4},{label:"".concat(RP("Category name")," + ").concat(RP("Percentage")),value:5},{label:"".concat(RP("Value")," + ").concat(RP("Percentage")),value:6},{label:"".concat(RP("Category name")," + ").concat(RP("Value")," + ").concat(RP("Percentage")),value:7},{label:RP("Hidden"),value:0}]},{configType:"select",name:"labelPosition",title:RP("Label position"),defaultValue:"inside",options:[{label:RP("Outside"),value:"outside"},{label:RP("Inside"),value:"inside"}]},{configType:"boolean",name:"showLabelLine",title:RP("Show label line"),defaultValue:!1},{funnelSize:{title:RP("Funnel size (min, max)"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{placeholder:RP("Min"),allowClear:!1},default:"0%"},max:{"x-component":"Input","x-component-props":{placeholder:RP("Max"),allowClear:!1},default:"100%"}}}},"padding"],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&R8(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 R7({legend:R7({},this.getLegendOptions(r)),tooltip:{},dataset:[{source:i},{transform:{type:"data-visualization:transform",config:{fieldProps:o}}}],series:R7({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}(RH);function Nn(t,e,n){return(Nn="undefined"!=typeof Reflect&&Reflect.get?Reflect.get:function(t,e,n){var i=function(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=Ni(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 Ni(t){return(Ni=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nr(t,e){return(Nr=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function No(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(No=function(){return!!t})()}var Na=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:"Line",series:{type:"line"},config:["smooth","isStack",{configType:"select",name:"symbol",title:RP("Symbol"),defaultValue:"circle",options:[{label:RP("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=Ni(t),function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,No()?Reflect.construct(t,e||[],Ni(this).constructor):t.apply(this,e))}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Nr(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=Nn(Ni(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}(RH);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 Nl(t){return(Nl=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Nu(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 Nh(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nh=function(){return!!t})()}var Nd=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 i=[{name:"pie",title:"Pie",series:{type:"pie"}}],e=Nl(e=n),Ns(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,Nh()?Reflect.construct(e,i||[],Nl(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:"angleField",required:!0},{configType:"field",name:"colorField",title:"colorField",required:!0},"size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition",{configType:"select",name:"labelType",title:RP("Label type"),defaultValue:1,options:[{label:RP("Category name"),value:1},{label:RP("Value"),value:2},{label:RP("Percentage"),value:3},{label:"".concat(RP("Category name")," + ").concat(RP("Value")),value:4},{label:"".concat(RP("Category name")," + ").concat(RP("Percentage")),value:5},{label:"".concat(RP("Value")," + ").concat(RP("Percentage")),value:6},{label:"".concat(RP("Category name")," + ").concat(RP("Value")," + ").concat(RP("Percentage")),value:7},{label:RP("Hidden"),value:0}]},{configType:"boolean",name:"showLabelLine",title:RP("Show label line"),defaultValue:!0},{configType:"select",name:"labelPosition",title:RP("Label position"),defaultValue:"outside",options:[{label:RP("Outside"),value:"outside"},{label:RP("Inside"),value:"inside"},{label:RP("Center"),value:"center"}]},{outterRadius:{title:RP("Outter radius"),type:"number","x-decorator":"FormItem","x-component":"Slider",default:100,"x-component-props":{min:0,max:100}}},{innerRadius:{title:RP("Inner radius"),type:"number","x-decorator":"FormItem","x-component":"Slider","x-component-props":{min:0,max:100}}},{center:{title:RP("Center coordinates"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{horizontal:{"x-component":"Input","x-component-props":{placeholder:RP("Abscissa"),allowClear:!1}},vertical:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Ordinate")}}}}},"colors"],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,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=Nu({legend:Nu({},this.getLegendOptions(r)),tooltip:{},dataset:[{dimensions:[a,s],source:i},{transform:{type:"data-visualization:transform",config:{fieldProps:o}}}],series:Nu({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}(RH);function Np(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function Nf(t){return(Nf=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function Ng(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){Np(t,e,n[e])})}return t}function Ny(t,e){return(Ny=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nm(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(Nm=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:"radar",title:RP("Radar"),series:{type:"radar"}}],e=Nf(e),Np(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,Nm()?Reflect.construct(e,i||[],Nf(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:RP("Use dimensions as variables"),value:"dimension"},{label:RP("Use measures as variables"),value:"measure"}]},"size","lightTheme","darkTheme","showLegend","legendOrient","legendPosition",{configType:"select",name:"shape",title:RP("Shape"),defaultValue:"polygon",options:[{label:RP("Polygon"),value:"polygon"},{label:RP("Circle"),value:"circle"}]},{range:{title:RP("Range"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{min:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Min")}},max:{"x-component":"Input","x-component-props":{placeholder:RP("Max"),allowClear:!1}}}}},{configType:"input",name:"radius",title:RP("Radius")},{center:{title:RP("Center coordinates"),type:"object","x-decorator":"FormItem","x-component":"Space",properties:{horizontal:{"x-component":"Input","x-component-props":{placeholder:RP("Abscissa"),allowClear:!1}},vertical:{"x-component":"Input","x-component-props":{allowClear:!1,placeholder:RP("Ordinate")}}}}}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&Ny(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:Ng({},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:Ng({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}(RH);g0([vd,OU]),g0(vl),mV({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 yu(yc(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"}}}),mF({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:mh(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=mh(l.getModel(["emphasis","textStyle"]),{state:"emphasis"}),u.ensureState("blur").style=mh(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 Nx=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}(),Nb=function(){if(Nx){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}}(),N_=function(t){if(!Array.isArray(t))return[];var e=t.slice();return e.splice(0,2),e},NS=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},Nw={},NM=function(t,e){if(Nx){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<Nb&&(c=function(){for(var t=2;t*l<Nb;)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=N_(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&&NS(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(Nw[h])};!function(e,n){t.forEach(function(t){t.addEventListener(e,n)},this)}("wordcloudstart",k),Nw[h]=(d.layoutAnimation?e:setTimeout)(function t(){if(T){if(m>=d.list.length){l(Nw[h]),N("wordcloudstop",!1),D("wordcloudstart",k),delete Nw[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(Nw[h]),d.abort(),N("wordcloudabort",!1),N("wordcloudstop",!1),D("wordcloudstart",k);return}m++,Nw[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(NM.isSupported=Nx,NM.minFontSize=Nb,!NM.isSupported)throw Error("Sorry your browser not support wordCloud");gG(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))}NM(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()})}}})}),gR(function(t){var e=(t||{}).series;en(e)||(e=e?[e]:[]);var n=["shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function i(t){t&&t5(n,function(e){t.hasOwnProperty(e)&&(t["text"+uL(e)]=t[e])})}t5(e,function(t){if(t&&"wordCloud"===t.type){var e=t.textStyle||{};i(e.normal),i(e.emphasis)}})});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 NI(t){return(NI=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function NT(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 NA(t,e){return(NA=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function ND(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(ND=function(){return!!t})()}var Nk=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:RP("Word cloud"),series:{type:"wordCloud"}}],e=NI(e),NC(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,ND()?Reflect.construct(e,i||[],NI(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:RP("Shape"),defaultValue:"square",options:[{label:RP("Square"),value:"square"},{label:RP("Circle"),value:"circle"},{label:RP("Cardioid"),value:"cardioid"},{label:RP("Triangle"),value:"triangle"},{label:RP("Triangle forward"),value:"triangle-forward"},{label:RP("Pentagon"),value:"pentagon"},{label:RP("Star"),value:"star"}]}],t}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&NA(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 NT({tooltip:{},series:NT({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}(RH);function NL(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function NP(t){return(NP=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function NO(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){NL(t,e,n[e])})}return t}function NR(t,e){return(NR=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 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,i;if(!(this instanceof n))throw TypeError("Cannot call a class as a function");return e=n,i=[{name:"treemap",title:RP("Treemap"),series:{type:"treemap"}}],e=NP(e),NL(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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(e,i||[],NP(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&&NR(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]}}),NO({legend:{show:!1},tooltip:{},series:NO({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}(RH);function NE(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function NB(t){return(NB=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function NV(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){NE(t,e,n[e])})}return t}function NF(t,e){return(NF=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function NW(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NW=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:"diverging-bar",title:RP("Diverging bar")}],e=NB(e),NE(t=function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,NW()?Reflect.construct(e,i||[],NB(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:RP("Left X field")},{configType:"field",name:"rightXField",title:RP("Right X field")},{configType:"field",name:"yField",title:RP("yField")},"size","lightTheme","darkTheme","showLegend",{configType:"labelType",defaultValue:0},"colors",{configType:"axisLabelRotate",name:"yAxisLabelRotate",title:RP("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&&NF(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=NV({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:NV({},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:NV({},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,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);n.push.apply(n,i)}return n})(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}(RH);RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"}}}}),RH.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"),RH.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"),RH.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"),RH.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");var NH=[new Na,new RJ,new R4,new NG,new Nd,new RH({name:"area",title:RP("Area"),series:{type:"line",areaStyle:{}},config:["smooth","isStack"]}),new RH({name:"scatter",title:RP("Scatter"),series:{type:"scatter"}}),new Ne,new Nv,new Nz,new Nk];function Nj(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 NX(t){return function(){var e=this,n=arguments;return new Promise(function(i,r){var o=t.apply(e,n);function a(t){Nj(o,i,r,a,s,"next",t)}function s(t){Nj(o,i,r,a,s,"throw",t)}a(void 0)})}}function NY(t,e,n){return(NY=NK()?Reflect.construct:function(t,e,n){var i=[null];i.push.apply(i,e);var r=new(Function.bind.apply(t,i));return n&&NZ(r,n.prototype),r}).apply(null,arguments)}function NU(t){return(NU=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)})(t)}function NZ(t,e){return(NZ=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function Nq(t){var e="function"==typeof Map?new Map:void 0;return(Nq=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 NY(t,arguments,NU(this).constructor)}return n.prototype=Object.create(t.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),NZ(n,t)})(t)}function NK(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(t){}return(NK=function(){return!!t})()}function N$(t,e){var n,i,r,o,a={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){var l=[o,s];if(n)throw TypeError("Generator is already executing.");for(;a;)try{if(n=1,i&&(r=2&l[0]?i.return:l[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,l[1])).done)return r;switch(i=0,r&&(l=[2&l[0],r.value]),l[0]){case 0:case 1:r=l;break;case 4:return a.label++,{value:l[1],done:!1};case 5:a.label++,i=l[1],l=[0];continue;case 7:l=a.ops.pop(),a.trys.pop();continue;default:if(!(r=(r=a.trys).length>0&&r[r.length-1])&&(6===l[0]||2===l[0])){a=0;continue}if(3===l[0]&&(!r||l[1]>r[0]&&l[1]<r[3])){a.label=l[1];break}if(6===l[0]&&a.label<r[1]){a.label=r[1],r=l;break}if(r&&a.label<r[2]){a.label=r[2],a.ops.push(l);break}r[2]&&a.ops.pop(),a.trys.pop();continue}l=e.call(t,a)}catch(t){l=[6,t],i=0}finally{n=r=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}}var NJ=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=NU(t),function(t,e){var n;if(e&&("object"==((n=e)&&"undefined"!=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,NK()?Reflect.construct(t,e||[],NU(this).constructor):t.apply(this,e))}return n.prototype=Object.create(t&&t.prototype,{constructor:{value:n,writable:!0,configurable:!0}}),t&&NZ(n,t),e=[{key:"afterAdd",value:function(){return NX(function(){return N$(this,function(t){return[2]})})()}},{key:"beforeLoad",value:function(){return NX(function(){return N$(this,function(t){return[2]})})()}},{key:"load",value:function(){var t=this;return NX(function(){return N$(this,function(e){return t.app.pm.get(RI()).charts.addGroup("echarts",{title:"ECharts",charts:NH,sort:-1}),[2]})})()}}],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}(Nq(tv.Plugin)),NQ=NJ}(),s}()});
|