@zimyo/ui 1.15.0 → 1.15.1

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.
Files changed (134) hide show
  1. package/dist/chunks/Heading-cefb898e.esm.js +1 -0
  2. package/dist/chunks/Heading-ff5c771d.js +1 -0
  3. package/dist/chunks/Muted-d00b328e.esm.js +1 -0
  4. package/dist/chunks/Muted-d2dbaba3.js +1 -0
  5. package/dist/chunks/Text-5b99f7f4.esm.js +1 -0
  6. package/dist/chunks/Text-e9636dd7.js +1 -0
  7. package/dist/chunks/_commonjsHelpers-02d3be64.esm.js +1 -0
  8. package/dist/chunks/_commonjsHelpers-3d4c1909.js +1 -0
  9. package/dist/chunks/assertThisInitialized-03efc53b.esm.js +1 -0
  10. package/dist/chunks/assertThisInitialized-9901ca61.js +1 -0
  11. package/dist/chunks/createSuper-a71d2b5b.esm.js +1 -0
  12. package/dist/chunks/createSuper-c9c5c00c.js +1 -0
  13. package/dist/chunks/dayjs.min-5e22609b.js +1 -0
  14. package/dist/chunks/dayjs.min-ccb12949.esm.js +1 -0
  15. package/dist/chunks/extends-77a6284f.js +1 -0
  16. package/dist/chunks/extends-bb693bd1.esm.js +1 -0
  17. package/dist/chunks/index-1d613f26.js +1 -0
  18. package/dist/chunks/index-3cd5487e.esm.js +1 -0
  19. package/dist/chunks/index-4d90f67d.js +1 -0
  20. package/dist/chunks/index-6d90ff6c.esm.js +1 -0
  21. package/dist/chunks/index-92dc1820.esm.js +1 -0
  22. package/dist/chunks/index-9d477012.js +1 -0
  23. package/dist/chunks/lucide-1d5a9cda.esm.js +26 -0
  24. package/dist/chunks/lucide-937248a9.js +26 -0
  25. package/dist/chunks/moment-1102cd58.js +3 -0
  26. package/dist/chunks/moment-df993c05.esm.js +3 -0
  27. package/dist/chunks/react-virtualized-auto-sizer.esm-8dfcb62e.js +1 -0
  28. package/dist/chunks/react-virtualized-auto-sizer.esm-9ede76fe.esm.js +1 -0
  29. package/dist/chunks/tslib.es6-4974c96c.esm.js +1 -0
  30. package/dist/chunks/tslib.es6-a3dc1f53.js +1 -0
  31. package/dist/components/Accordion/index.d.ts +34 -0
  32. package/dist/components/Accordion/index.esm.js +1 -0
  33. package/dist/components/Accordion/index.js +1 -0
  34. package/dist/components/AppList/index.d.ts +27 -0
  35. package/dist/components/AppList/index.esm.js +1 -0
  36. package/dist/components/AppList/index.js +1 -0
  37. package/dist/components/Badge/index.d.ts +29 -0
  38. package/dist/components/Badge/index.esm.js +1 -0
  39. package/dist/components/Badge/index.js +1 -0
  40. package/dist/components/BulkActionsBar/index.d.ts +23 -0
  41. package/dist/components/BulkActionsBar/index.esm.js +1 -0
  42. package/dist/components/BulkActionsBar/index.js +1 -0
  43. package/dist/components/Button/index.d.ts +15 -0
  44. package/dist/components/Button/index.esm.js +1 -0
  45. package/dist/components/Button/index.js +1 -0
  46. package/dist/components/Card/index.d.ts +73 -0
  47. package/dist/components/Card/index.esm.js +1 -0
  48. package/dist/components/Card/index.js +1 -0
  49. package/dist/components/Charts/index.d.ts +62 -0
  50. package/dist/components/Charts/index.esm.js +10 -0
  51. package/dist/components/Charts/index.js +10 -0
  52. package/dist/components/Checkbox/index.d.ts +14 -0
  53. package/dist/components/Checkbox/index.esm.js +1 -0
  54. package/dist/components/Checkbox/index.js +1 -0
  55. package/dist/components/CheckboxGroup/index.d.ts +31 -0
  56. package/dist/components/CheckboxGroup/index.esm.js +1 -0
  57. package/dist/components/CheckboxGroup/index.js +1 -0
  58. package/dist/components/DataTable/index.d.ts +77 -0
  59. package/dist/components/DataTable/index.esm.js +23 -0
  60. package/dist/components/DataTable/index.js +22 -0
  61. package/dist/components/DatePicker/index.d.ts +43 -0
  62. package/dist/components/DatePicker/index.esm.js +1 -0
  63. package/dist/components/DatePicker/index.js +1 -0
  64. package/dist/components/DateRangePicker/index.d.ts +32 -0
  65. package/dist/components/DateRangePicker/index.esm.js +1 -0
  66. package/dist/components/DateRangePicker/index.js +1 -0
  67. package/dist/components/Form/index.d.ts +35 -0
  68. package/dist/components/Form/index.esm.js +1 -0
  69. package/dist/components/Form/index.js +1 -0
  70. package/dist/components/GlobalMenuSearch/index.d.ts +16 -0
  71. package/dist/components/GlobalMenuSearch/index.esm.js +1 -0
  72. package/dist/components/GlobalMenuSearch/index.js +1 -0
  73. package/dist/components/Input/index.d.ts +2 -0
  74. package/dist/components/Input/index.esm.js +1 -0
  75. package/dist/components/Input/index.js +1 -0
  76. package/dist/components/LottiePlayer/index.d.ts +16 -0
  77. package/dist/components/LottiePlayer/index.esm.js +3 -0
  78. package/dist/components/LottiePlayer/index.js +3 -0
  79. package/dist/components/Modal/index.d.ts +20 -0
  80. package/dist/components/Modal/index.esm.js +1 -0
  81. package/dist/components/Modal/index.js +1 -0
  82. package/dist/components/Notice/index.d.ts +19 -0
  83. package/dist/components/Notice/index.esm.js +1 -0
  84. package/dist/components/Notice/index.js +1 -0
  85. package/dist/components/Popover/index.d.ts +19 -0
  86. package/dist/components/Popover/index.esm.js +1 -0
  87. package/dist/components/Popover/index.js +1 -0
  88. package/dist/components/PopupConfirm/index.d.ts +36 -0
  89. package/dist/components/PopupConfirm/index.esm.js +1 -0
  90. package/dist/components/PopupConfirm/index.js +1 -0
  91. package/dist/components/Progress/index.d.ts +24 -0
  92. package/dist/components/Progress/index.esm.js +1 -0
  93. package/dist/components/Progress/index.js +1 -0
  94. package/dist/components/Radio/index.d.ts +24 -0
  95. package/dist/components/Radio/index.esm.js +1 -0
  96. package/dist/components/Radio/index.js +1 -0
  97. package/dist/components/RadioGroup/index.d.ts +31 -0
  98. package/dist/components/RadioGroup/index.esm.js +1 -0
  99. package/dist/components/RadioGroup/index.js +1 -0
  100. package/dist/components/SearchInput/index.d.ts +20 -0
  101. package/dist/components/SearchInput/index.esm.js +9 -0
  102. package/dist/components/SearchInput/index.js +9 -0
  103. package/dist/components/Select/index.d.ts +36 -0
  104. package/dist/components/Select/index.esm.js +1 -0
  105. package/dist/components/Select/index.js +1 -0
  106. package/dist/components/Stepper/index.d.ts +72 -0
  107. package/dist/components/Stepper/index.esm.js +1 -0
  108. package/dist/components/Stepper/index.js +1 -0
  109. package/dist/components/Switch/index.d.ts +15 -0
  110. package/dist/components/Switch/index.esm.js +1 -0
  111. package/dist/components/Switch/index.js +1 -0
  112. package/dist/components/Tab/index.d.ts +40 -0
  113. package/dist/components/Tab/index.esm.js +1 -0
  114. package/dist/components/Tab/index.js +1 -0
  115. package/dist/components/Table/index.d.ts +80 -0
  116. package/dist/components/Table/index.esm.js +1 -0
  117. package/dist/components/Table/index.js +1 -0
  118. package/dist/components/TimePicker/index.d.ts +40 -0
  119. package/dist/components/TimePicker/index.esm.js +1 -0
  120. package/dist/components/TimePicker/index.js +1 -0
  121. package/dist/components/Timeline/index.d.ts +26 -0
  122. package/dist/components/Timeline/index.esm.js +1 -0
  123. package/dist/components/Timeline/index.js +1 -0
  124. package/dist/components/Typography/index.d.ts +30 -0
  125. package/dist/components/Typography/index.esm.js +1 -0
  126. package/dist/components/Typography/index.js +1 -0
  127. package/dist/index-5f6a7a1d.d.ts +25 -0
  128. package/dist/index.d.ts +1052 -0
  129. package/dist/index.esm.js +1 -0
  130. package/dist/index.js +1 -0
  131. package/dist/theme/index.d.ts +93 -0
  132. package/dist/theme/index.esm.js +1 -0
  133. package/dist/theme/index.js +1 -0
  134. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ import{jsx as t,jsxs as e}from"react/jsx-runtime";import{e as n,a as i}from"../../chunks/tslib.es6-4974c96c.esm.js";import r,{PureComponent as o}from"react";import{g as a,c as s}from"../../chunks/_commonjsHelpers-02d3be64.esm.js";import{alpha as l}from"@mui/material";var u=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},c=new function(){this.browser=new u,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?(c.wxa=!0,c.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?c.worker=!0:!c.hasGlobalWindow||"Deno"in window||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&navigator.userAgent.indexOf("Node.js")>-1?(c.node=!0,c.svgSupported=!0):function(t,e){var n=e.browser,i=t.match(/Firefox\/([\d.]+)/),r=t.match(/MSIE\s([\d.]+)/)||t.match(/Trident\/.+?rv:(([\d.]+))/),o=t.match(/Edge?\/([\d.]+)/),a=/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);a&&(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);var s=e.domSupported="undefined"!=typeof document;if(s){var l=document.documentElement.style;e.transform3dSupported=(n.ie&&"transition"in l||n.edge||"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix||"MozPerspective"in l)&&!("OTransition"in l),e.transformSupported=e.transform3dSupported||n.ie&&+n.version>=9}}(navigator.userAgent,c);var h=c,p="sans-serif",d="12px "+p;var f,g,v=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"),y={createCanvas:function(){return"undefined"!=typeof document&&document.createElement("canvas")},measureText:function(t,e){if(!f){var n=y.createCanvas();f=n&&n.getContext("2d")}if(f)return g!==e&&(g=f.font=e||d),f.measureText(t);t=t||"";var i=/((?:\d+)?\.?\d*)px/.exec(e=e||d),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=v[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 m(t){for(var e in y)t[e]&&(y[e]=t[e])}var x=Y(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(t,e){return t["[object "+e+"]"]=!0,t},{}),_=Y(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(t,e){return t["[object "+e+"Array]"]=!0,t},{}),b=Object.prototype.toString,w=Array.prototype,S=w.forEach,M=w.filter,I=w.slice,T=w.map,C=function(){}.constructor,D=C?C.prototype:null,A="__proto__",k=2311;function L(){return k++}function N(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];"undefined"!=typeof console&&console.error.apply(console,t)}function E(t){if(null==t||"object"!=typeof t)return t;var e=t,n=b.call(t);if("[object Array]"===n){if(!xt(t)){e=[];for(var i=0,r=t.length;i<r;i++)e[i]=E(t[i])}}else if(_[n]){if(!xt(t)){var o=t.constructor;if(o.from)e=o.from(t);else{e=new o(t.length);for(i=0,r=t.length;i<r;i++)e[i]=t[i]}}}else if(!x[n]&&!xt(t)&&!ot(t))for(var a in e={},t)t.hasOwnProperty(a)&&a!==A&&(e[a]=E(t[a]));return e}function O(t,e,n){if(!nt(e)||!nt(t))return n?E(e):t;for(var i in e)if(e.hasOwnProperty(i)&&i!==A){var r=t[i],o=e[i];!nt(o)||!nt(r)||$(o)||$(r)||ot(o)||ot(r)||it(o)||it(r)||xt(o)||xt(r)?!n&&i in t||(t[i]=E(e[i])):O(r,o,n)}return t}function P(t,e){for(var n=t[0],i=1,r=t.length;i<r;i++)n=O(n,t[i],e);return n}function R(t,e){if(Object.assign)Object.assign(t,e);else for(var n in e)e.hasOwnProperty(n)&&n!==A&&(t[n]=e[n]);return t}function V(t,e,n){for(var i=j(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 z=y.createCanvas;function B(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 G(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 F(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 V(t,e,n)}function W(t){return!!t&&("string"!=typeof t&&"number"==typeof t.length)}function H(t,e,n){if(t&&e)if(t.forEach&&t.forEach===S)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 U(t,e,n){if(!t)return[];if(!e)return dt(t);if(t.map&&t.map===T)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 Y(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 X(t,e,n){if(!t)return[];if(!e)return dt(t);if(t.filter&&t.filter===M)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 Z(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 j(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 q=D&&J(D.bind)?D.call.bind(D.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(I.call(arguments)))}};function K(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return function(){return t.apply(this,e.concat(I.call(arguments)))}}function $(t){return Array.isArray?Array.isArray(t):"[object Array]"===b.call(t)}function J(t){return"function"==typeof t}function Q(t){return"string"==typeof t}function tt(t){return"[object String]"===b.call(t)}function et(t){return"number"==typeof t}function nt(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function it(t){return!!x[b.call(t)]}function rt(t){return!!_[b.call(t)]}function ot(t){return"object"==typeof t&&"number"==typeof t.nodeType&&"object"==typeof t.ownerDocument}function at(t){return null!=t.colorStops}function st(t){return null!=t.image}function lt(t){return"[object RegExp]"===b.call(t)}function ut(t){return t!=t}function ct(){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 ht(t,e){return null!=t?t:e}function pt(t,e,n){return null!=t?t:null!=e?e:n}function dt(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return I.apply(t,e)}function ft(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 gt(t,e){if(!t)throw new Error(e)}function vt(t){return null==t?null:"function"==typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var yt="__ec_primitive__";function mt(t){t[yt]=!0}function xt(t){return t[yt]}var _t=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 j(this.data)},t.prototype.forEach=function(t){var e=this.data;for(var n in e)e.hasOwnProperty(n)&&t(e[n],n)},t}(),bt="function"==typeof Map;var wt=function(){function t(e){var n=$(e);this.data=bt?new Map:new _t;var i=this;function r(t,e){n?i.set(t,e):i.set(e,t)}e instanceof t?e.each(r):e&&H(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 bt?Array.from(t):t},t.prototype.removeKey=function(t){this.data.delete(t)},t}();function St(t){return new wt(t)}function Mt(t,e){for(var n=new t.constructor(t.length+e.length),i=0;i<t.length;i++)n[i]=t[i];var r=t.length;for(i=0;i<e.length;i++)n[i+r]=e[i];return n}function It(t,e){var n;if(Object.create)n=Object.create(t);else{var i=function(){};i.prototype=t,n=new i}return e&&R(n,e),n}function Tt(t){var e=t.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function Ct(t,e){return t.hasOwnProperty(e)}function Dt(){}var At=180/Math.PI,kt=Number.EPSILON||Math.pow(2,-52),Lt=Object.freeze({__proto__:null,EPSILON:kt,HashMap:wt,RADIAN_TO_DEGREE:At,assert:gt,bind:q,clone:E,concatArray:Mt,createCanvas:z,createHashMap:St,createObject:It,curry:K,defaults:V,disableUserSelect:Tt,each:H,eqNaN:ut,extend:R,filter:X,find:Z,guid:L,hasOwn:Ct,indexOf:B,inherits:G,isArray:$,isArrayLike:W,isBuiltInObject:it,isDom:ot,isFunction:J,isGradientObject:at,isImagePatternObject:st,isNumber:et,isObject:nt,isPrimitive:xt,isRegExp:lt,isString:Q,isStringSafe:tt,isTypedArray:rt,keys:j,logError:N,map:U,merge:O,mergeAll:P,mixin:F,noop:Dt,normalizeCssArray:ft,reduce:Y,retrieve:ct,retrieve2:ht,retrieve3:pt,setAsPrimitive:mt,slice:dt,trim:vt});function Nt(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function Et(t,e){return t[0]=e[0],t[1]=e[1],t}function Ot(t){return[t[0],t[1]]}function Pt(t,e,n){return t[0]=e,t[1]=n,t}function Rt(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function Vt(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t}function zt(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function Bt(t){return Math.sqrt(Ft(t))}var Gt=Bt;function Ft(t){return t[0]*t[0]+t[1]*t[1]}var Wt=Ft;function Ht(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function Ut(t,e){var n=Bt(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function Yt(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var Xt=Yt;function Zt(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var jt=Zt;function qt(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 Kt(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 $t(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function Jt(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}var Qt=Object.freeze({__proto__:null,add:Rt,applyTransform:Kt,clone:Ot,copy:Et,create:Nt,dist:Xt,distSquare:jt,distance:Yt,distanceSquare:Zt,div:function(t,e,n){return t[0]=e[0]/n[0],t[1]=e[1]/n[1],t},dot:function(t,e){return t[0]*e[0]+t[1]*e[1]},len:Bt,lenSquare:Ft,length:Gt,lengthSquare:Wt,lerp:qt,max:Jt,min:$t,mul:function(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t},negate:function(t,e){return t[0]=-e[0],t[1]=-e[1],t},normalize:Ut,scale:Ht,scaleAndAdd:Vt,set:Pt,sub:zt}),te=function(t,e){this.target=t,this.topTarget=e&&e.topTarget},ee=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 te(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 te(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 te(s,t),"dragleave",t.event),a&&a!==s&&this.handler.dispatchToElement(new te(a,t),"dragenter",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new te(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new te(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},t}(),ne=ee,ie=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}(),re=ie,oe=Math.log(2);function ae(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)/oe);return t[n][l]}for(var u=i|1<<n,c=n+1;i&1<<c;)c++;for(var h=0,p=0,d=0;p<s;p++){var f=1<<p;f&r||(h+=(d%2?-1:1)*t[n][p]*ae(t,e-1,c,u,r|f,o),d++)}return o[a]=h,h}function se(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=ae(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)*ae(n,7,0===a?1:0,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 le="___zrEVENTSAVED",ue=[];function ce(t,e,n,i,r){if(e.getBoundingClientRect&&h.domSupported&&!he(e)){var o=e[le]||(e[le]={}),a=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=o%2,l=(o>>1)%2;a.style.cssText=["position: absolute","visibility: hidden","padding: 0","margin: 0","border-width: 0","user-select: none","width:0","height:0",i[s]+":0",r[l]+":0",i[1-s]+":auto",r[1-l]+":auto",""].join("!important;"),t.appendChild(a),n.push(a)}return e.clearMarkers=function(){H(n,function(t){t.parentNode&&t.parentNode.removeChild(t)})},n}(e,o),s=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,p=c.left,d=c.top;a.push(p,d),l=l&&o&&p===o[h]&&d===o[h+1],s.push(t[u].offsetLeft,t[u].offsetTop)}return l&&r?r:(e.srcCoords=a,e[i]=n?se(s,a):se(a,s))}(a,o,r);if(s)return s(t,n,i),!0}return!1}function he(t){return"CANVAS"===t.nodeName.toUpperCase()}var pe=/([&<>"'])/g,de={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};function fe(t){return null==t?"":(t+"").replace(pe,function(t,e){return de[e]})}var ge=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ve=[],ye=h.browser.firefox&&+h.browser.version.split(".")[0]<39;function me(t,e,n,i){return n=n||{},i?xe(t,e,n):ye&&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):xe(t,e,n),n}function xe(t,e,n){if(h.domSupported&&t.getBoundingClientRect){var i=e.clientX,r=e.clientY;if(he(t)){var o=t.getBoundingClientRect();return n.zrX=i-o.left,void(n.zrY=r-o.top)}if(ce(ve,t,i,r))return n.zrX=ve[0],void(n.zrY=ve[1])}n.zrX=n.zrY=0}function _e(t){return t||window.event}function be(t,e,n){if(null!=(e=_e(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&&me(t,r,e,n)}else{me(t,e,e,n);var o=function(t){var e=t.wheelDelta;if(e)return e;var n=t.deltaX,i=t.deltaY;if(null==n||null==i)return e;return 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&&ge.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function we(t,e,n,i){t.addEventListener(e,n,i)}function Se(t,e,n,i){t.removeEventListener(e,n,i)}var Me=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function Ie(t){return 2===t.which||3===t.which}var Te=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=me(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 De)if(De.hasOwnProperty(e)){var n=De[e](this._track,t);if(n)return n}},t}();function Ce(t){var e=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(e*e+n*n)}var De={pinch:function(t,e){var n=t.length;if(n){var i,r=(t[n-1]||{}).points,o=(t[n-2]||{}).points||r;if(o&&o.length>1&&r&&r.length>1){var a=Ce(r)/Ce(o);!isFinite(a)&&(a=1),e.pinchScale=a;var s=[((i=r)[0][0]+i[1][0])/2,(i[0][1]+i[1][1])/2];return e.pinchX=s[0],e.pinchY=s[1],{type:"pinch",target:t[0].target,event:e}}}}};function Ae(){return[1,0,0,1,0,0]}function ke(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function Le(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 Ne(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 Ee(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 Oe(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 Pe(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 Re(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 Ve(t){var e=[1,0,0,1,0,0];return Le(e,t),e}var ze=Object.freeze({__proto__:null,clone:Ve,copy:Le,create:Ae,identity:ke,invert:Re,mul:Ne,rotate:Oe,scale:Pe,translate:Ee}),Be=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}(),Ge=Be,Fe=Math.min,We=Math.max,He=Math.abs,Ue=["x","y"],Ye=["width","height"],Xe=new Ge,Ze=new Ge,je=new Ge,qe=new Ge,Ke=on(),$e=Ke.minTv,Je=Ke.maxTv,Qe=[0,0],tn=function(){function t(e,n,i,r){t.set(this,e,n,i,r)}return t.set=function(t,e,n,i,r){return i<0&&(e+=i,i=-i),r<0&&(n+=r,r=-r),t.x=e,t.y=n,t.width=i,t.height=r,t},t.prototype.union=function(t){var e=Fe(t.x,this.x),n=Fe(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=We(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=We(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=this,n=t.width/e.width,i=t.height/e.height,r=[1,0,0,1,0,0];return Ee(r,r,[-e.x,-e.y]),Pe(r,r,[n,i]),Ee(r,r,[t.x,t.y]),r},t.prototype.intersect=function(e,n,i){return t.intersect(this,e,n,i)},t.intersect=function(e,n,i,r){i&&Ge.set(i,0,0);var o=r&&r.outIntersectRect||null,a=r&&r.clamp;if(o&&(o.x=o.y=o.width=o.height=NaN),!e||!n)return!1;e instanceof t||(e=t.set(en,e.x,e.y,e.width,e.height)),n instanceof t||(n=t.set(nn,n.x,n.y,n.width,n.height));var s=!!i;Ke.reset(r,s);var l=Ke.touchThreshold,u=e.x+l,c=e.x+e.width-l,h=e.y+l,p=e.y+e.height-l,d=n.x+l,f=n.x+n.width-l,g=n.y+l,v=n.y+n.height-l;if(u>c||h>p||d>f||g>v)return!1;var y=!(c<d||f<u||p<g||v<h);return(s||o)&&(Qe[0]=1/0,Qe[1]=0,rn(u,c,d,f,0,s,o,a),rn(h,p,g,v,1,s,o,a),s&&Ge.copy(i,y?Ke.useDir?Ke.dirMinTv:$e:Je)),y},t.contain=function(t,e,n){return e>=t.x&&e<=t.x+t.width&&n>=t.y&&n<=t.y+t.height},t.prototype.contain=function(e,n){return t.contain(this,e,n)},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){return t.x=e.x,t.y=e.y,t.width=e.width,t.height=e.height,t},t.applyTransform=function(e,n,i){if(i){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];return 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),void(e.height<0&&(e.y+=e.height,e.height=-e.height))}Xe.x=je.x=n.x,Xe.y=qe.y=n.y,Ze.x=qe.x=n.x+n.width,Ze.y=je.y=n.y+n.height,Xe.transform(i),qe.transform(i),Ze.transform(i),je.transform(i),e.x=Fe(Xe.x,Ze.x,je.x,qe.x),e.y=Fe(Xe.y,Ze.y,je.y,qe.y);var l=We(Xe.x,Ze.x,je.x,qe.x),u=We(Xe.y,Ze.y,je.y,qe.y);e.width=l-e.x,e.height=u-e.y}else e!==n&&t.copy(e,n)},t}(),en=new tn(0,0,0,0),nn=new tn(0,0,0,0);function rn(t,e,n,i,r,o,a,s){var l=He(e-n),u=He(i-t),c=Fe(l,u),h=Ue[r],p=Ue[1-r],d=Ye[r];e<n||i<t?l<u?(o&&(Je[h]=-l),s&&(a[h]=e,a[d]=0)):(o&&(Je[h]=u),s&&(a[h]=t,a[d]=0)):(a&&(a[h]=We(t,n),a[d]=Fe(e,i)-a[h]),o&&(c<Qe[0]||Ke.useDir)&&(Qe[0]=Fe(c,Qe[0]),(l<u||!Ke.bidirectional)&&($e[h]=l,$e[p]=0,Ke.useDir&&Ke.calcDirMTV()),(l>=u||!Ke.bidirectional)&&($e[h]=-u,$e[p]=0,Ke.useDir&&Ke.calcDirMTV())))}function on(){var t=0,e=new Ge,n=new Ge,i={minTv:new Ge,maxTv:new Ge,useDir:!1,dirMinTv:new Ge,touchThreshold:0,bidirectional:!0,negativeSize:!1,reset:function(r,o){i.touchThreshold=0,r&&null!=r.touchThreshold&&(i.touchThreshold=We(0,r.touchThreshold)),i.negativeSize=!1,o&&(i.minTv.set(1/0,1/0),i.maxTv.set(0,0),i.useDir=!1,r&&null!=r.direction&&(i.useDir=!0,i.dirMinTv.copy(i.minTv),n.copy(i.minTv),t=r.direction,i.bidirectional=null==r.bidirectional||!!r.bidirectional,i.bidirectional||e.set(Math.cos(t),Math.sin(t))))},calcDirMTV:function(){var o=i.minTv,a=i.dirMinTv,s=o.y*o.y+o.x*o.x,l=Math.sin(t),u=Math.cos(t),c=l*o.y+u*o.x;r(c)?r(o.x)&&r(o.y)&&a.set(0,0):(n.x=s*u/c,n.y=s*l/c,r(n.x)&&r(n.y)?a.set(0,0):(i.bidirectional||e.dot(n)>0)&&n.len()<a.len()&&a.copy(n))}};function r(t){return He(t)<1e-10}return i}var an=tn,sn="silent";function ln(){Me(this.event)}var un=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.handler=null,e}return n(e,t),e.prototype.dispose=function(){},e.prototype.setCursor=function(){},e}(re),cn=function(t,e){this.x=t,this.y=e},hn=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],pn=new an(0,0,0,0),dn=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new cn(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new un,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new ne(a),a}return n(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(H(hn,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=vn(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 cn(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 cn(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="on"+e,o=function(t,e,n){return{type:t,event:n,target:e.target,topTarget:e.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:ln}}(e,t,n);i&&(i[r]&&(o.cancelBubble=!!i[r].call(i,o)),i.trigger(e,o),i=i.__hostTarget?i.__hostTarget:i.parent,!o.cancelBubble););o.cancelBubble||(this.trigger(e,o),this.painter&&this.painter.eachOtherLayer&&this.painter.eachOtherLayer(function(t){"function"==typeof t[r]&&t[r].call(t,o),t.trigger&&t.trigger(e,o)}))}},e.prototype.findHover=function(t,e,n){var i=this.storage.getDisplayList(),r=new cn(t,e);if(gn(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new an(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||(pn.copy(c.getBoundingRect()),c.transform&&pn.applyTransform(c.transform),pn.intersect(l)&&o.push(c))}if(o.length)for(var h=Math.PI/12,p=2*Math.PI,d=0;d<s;d+=4)for(var f=0;f<p;f+=h){if(gn(o,r,t+d*Math.cos(f),e+d*Math.sin(f),n),r.target)return r}}return r},e.prototype.processGesture=function(t,e){this._gestureMgr||(this._gestureMgr=new Te);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 cn;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(re);function fn(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);var s=i.__hostTarget;i=s?i.ignoreHostSilent?null:s:i.parent}return!r||sn}return!1}function gn(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=fn(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==sn)){e.target=a;break}}}function vn(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}H(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){dn.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=vn(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||Xt(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}});var yn=dn;function mn(t,e,n,i){var r=e+1;if(r===n)return 1;if(i(t[r++],t[e])<0){for(;r<n&&i(t[r],t[r-1])<0;)r++;!function(t,e,n){n--;for(;e<n;){var i=t[e];t[e++]=t[n],t[n--]=i}}(t,e,r)}else for(;r<n&&i(t[r],t[r-1])>=0;)r++;return r-e}function xn(t,e,n,i,r){for(i===e&&i++;i<n;i++){for(var o,a=t[i],s=e,l=i;s<l;)r(a,t[o=s+l>>>1])<0?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 _n(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=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}else{for(s=r+1;l<s&&o(t,e[n+r-l])<=0;)a=l,(l=1+(l<<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 bn(t,e,n,i,r,o){var a=0,s=0,l=1;if(o(t,e[n+r])<0){for(s=r+1;l<s&&o(t,e[n+r-l])<0;)a=l,(l=1+(l<<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=1+(l<<1))<=0&&(l=s);l>s&&(l=s),a+=r,l+=r}for(a++;a<l;){var c=a+(l-a>>>1);o(t,e[n+c])<0?l=c:a=c+1}return l}function wn(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 p=bn(t[c],t,l,u,0,e);l+=p,0!==(u-=p)&&0!==(h=_n(t[l+u-1],t,c,h,h-1,e))&&(u<=h?function(n,i,o,s){var l=0;for(l=0;l<i;l++)a[l]=t[n+l];var u=0,c=o,h=n;if(t[h++]=t[c++],0===--s){for(l=0;l<i;l++)t[h+l]=a[u+l];return}if(1===i){for(l=0;l<s;l++)t[h+l]=t[c+l];return void(t[h+s]=a[u])}var p,d,f,g=r;for(;;){p=0,d=0,f=!1;do{if(e(t[c],a[u])<0){if(t[h++]=t[c++],d++,p=0,0===--s){f=!0;break}}else if(t[h++]=a[u++],p++,d=0,1===--i){f=!0;break}}while((p|d)<g);if(f)break;do{if(0!==(p=bn(t[c],a,u,i,0,e))){for(l=0;l<p;l++)t[h+l]=a[u+l];if(h+=p,u+=p,(i-=p)<=1){f=!0;break}}if(t[h++]=t[c++],0===--s){f=!0;break}if(0!==(d=_n(a[u],t,c,s,0,e))){for(l=0;l<d;l++)t[h+l]=t[c+l];if(h+=d,c+=d,0===(s-=d)){f=!0;break}}if(t[h++]=a[u++],1===--i){f=!0;break}g--}while(p>=7||d>=7);if(f)break;g<0&&(g=0),g+=2}if((r=g)<1&&(r=1),1===i){for(l=0;l<s;l++)t[h+l]=t[c+l];t[h+s]=a[u]}else{if(0===i)throw new Error;for(l=0;l<i;l++)t[h+l]=a[u+l]}}(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,p=0,d=0;if(t[h--]=t[u--],0===--i){for(p=h-(s-1),l=0;l<s;l++)t[p+l]=a[l];return}if(1===s){for(d=(h-=i)+1,p=(u-=i)+1,l=i-1;l>=0;l--)t[d+l]=t[p+l];return void(t[h]=a[c])}var f=r;for(;;){var g=0,v=0,y=!1;do{if(e(a[c],t[u])<0){if(t[h--]=t[u--],g++,v=0,0===--i){y=!0;break}}else if(t[h--]=a[c--],v++,g=0,1===--s){y=!0;break}}while((g|v)<f);if(y)break;do{if(0!==(g=i-bn(a[c],t,n,i,i-1,e))){for(i-=g,d=(h-=g)+1,p=(u-=g)+1,l=g-1;l>=0;l--)t[d+l]=t[p+l];if(0===i){y=!0;break}}if(t[h--]=a[c--],1===--s){y=!0;break}if(0!==(v=s-_n(t[u],a,0,s,s-1,e))){for(s-=v,d=(h-=v)+1,p=(c-=v)+1,l=0;l<v;l++)t[d+l]=a[p+l];if(s<=1){y=!0;break}}if(t[h--]=t[u--],0===--i){y=!0;break}f--}while(g>=7||v>=7);if(y)break;f<0&&(f=0),f+=2}(r=f)<1&&(r=1);if(1===s){for(d=(h-=i)+1,p=(u-=i)+1,l=i-1;l>=0;l--)t[d+l]=t[p+l];t[h]=a[c]}else{if(0===s)throw new Error;for(p=h-(s-1),l=0;l<s;l++)t[p+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}}}function Sn(t,e,n,i){n||(n=0),i||(i=t.length);var r=i-n;if(!(r<2)){var o=0;if(r<32)xn(t,n,i,n+(o=mn(t,n,i,e)),e);else{var a=wn(t,e),s=function(t){for(var e=0;t>=32;)e|=1&t,t>>=1;return t+e}(r);do{if((o=mn(t,n,i,e))<s){var l=r;l>s&&(l=s),xn(t,n,n+l,n+o,e),o=l}a.pushRun(n,o),a.mergeRuns(),r-=o,n+=o}while(0!==r);a.forceMergeRuns()}}}var Mn=!1;function In(){Mn||(Mn=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function Tn(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var Cn=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=Tn}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,Sn(n,Tn)},t.prototype._updateAndAddDisplayable=function(t,e,n){if(!t.ignore||n){t.beforeUpdate(),t.update(),t.afterUpdate();var i=t.getClipPath(),r=e&&e.length,o=0,a=t.__clipPaths;if(!t.ignoreClip&&(r||i)){if(a||(a=t.__clipPaths=[]),r)for(var s=0;s<e.length;s++)a[o++]=e[s];for(var l=i,u=t;l;)l.parent=u,l.updateTransform(),a[o++]=l,u=l,l=l.getClipPath()}if(a&&(a.length=o),t.childrenRef){for(var c=t.childrenRef(),h=0;h<c.length;h++){var p=c[h];t.__dirty&&(p.__dirty|=1),this._updateAndAddDisplayable(p,a,n)}t.__dirty=0}else{var d=t;isNaN(d.z)&&(In(),d.z=0),isNaN(d.z2)&&(In(),d.z2=0),isNaN(d.zlevel)&&(In(),d.zlevel=0),this._displayList[this._displayListLen++]=d}var f=t.getDecalElement&&t.getDecalElement();f&&this._updateAndAddDisplayable(f,a,n);var g=t.getTextGuideLine();g&&this._updateAndAddDisplayable(g,a,n);var v=t.getTextContent();v&&this._updateAndAddDisplayable(v,a,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]);else{var i=B(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}(),Dn=Cn,An=h.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},kn={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*(2-Math.pow(2,-10*(t-1)))},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((t-e)*(2*Math.PI)/.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((t-e)*(2*Math.PI)/.4)+1)},elasticInOut:function(t){var e,n=.1,i=.4;return 0===t?0:1===t?1:(!n||n<1?(n=1,e=.1):e=i*Math.asin(1/n)/(2*Math.PI),(t*=2)<1?n*Math.pow(2,10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*-.5:n*Math.pow(2,-10*(t-=1))*Math.sin((t-e)*(2*Math.PI)/i)*.5+1)},backIn:function(t){var e=1.70158;return t*t*((e+1)*t-e)},backOut:function(t){var e=1.70158;return--t*t*((e+1)*t+e)+1},backInOut:function(t){var e=2.5949095;return(t*=2)<1?t*t*((e+1)*t-e)*.5:.5*((t-=2)*t*((e+1)*t+e)+2)},bounceIn:function(t){return 1-kn.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*kn.bounceIn(2*t):.5*kn.bounceOut(2*t-1)+.5}},Ln=kn,Nn=Math.pow,En=Math.sqrt,On=1e-8,Pn=1e-4,Rn=En(3),Vn=1/3,zn=Nt(),Bn=Nt(),Gn=Nt();function Fn(t){return t>-1e-8&&t<On}function Wn(t){return t>On||t<-1e-8}function Hn(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 Un(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function Yn(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,p=l*l-3*s*u,d=0;if(Fn(c)&&Fn(h)){if(Fn(s))o[0]=0;else(M=-l/s)>=0&&M<=1&&(o[d++]=M)}else{var f=h*h-4*c*p;if(Fn(f)){var g=h/c,v=-g/2;(M=-s/a+g)>=0&&M<=1&&(o[d++]=M),v>=0&&v<=1&&(o[d++]=v)}else if(f>0){var y=En(f),m=c*s+1.5*a*(-h+y),x=c*s+1.5*a*(-h-y);(M=(-s-((m=m<0?-Nn(-m,Vn):Nn(m,Vn))+(x=x<0?-Nn(-x,Vn):Nn(x,Vn))))/(3*a))>=0&&M<=1&&(o[d++]=M)}else{var _=(2*c*s-3*a*h)/(2*En(c*c*c)),b=Math.acos(_)/3,w=En(c),S=Math.cos(b),M=(-s-2*w*S)/(3*a),I=(v=(-s+w*(S+Rn*Math.sin(b)))/(3*a),(-s+w*(S-Rn*Math.sin(b)))/(3*a));M>=0&&M<=1&&(o[d++]=M),v>=0&&v<=1&&(o[d++]=v),I>=0&&I<=1&&(o[d++]=I)}}return d}function Xn(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(Fn(a)){if(Wn(o))(c=-s/o)>=0&&c<=1&&(r[l++]=c)}else{var u=o*o-4*a*s;if(Fn(u))r[0]=-o/(2*a);else if(u>0){var c,h=En(u),p=(-o-h)/(2*a);(c=(-o+h)/(2*a))>=0&&c<=1&&(r[l++]=c),p>=0&&p<=1&&(r[l++]=p)}}return l}function Zn(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 jn(t,e,n,i,r,o,a,s,l,u,c){var h,p,d,f,g,v=.005,y=1/0;zn[0]=l,zn[1]=u;for(var m=0;m<1;m+=.05)Bn[0]=Hn(t,n,r,a,m),Bn[1]=Hn(e,i,o,s,m),(f=jt(zn,Bn))<y&&(h=m,y=f);y=1/0;for(var x=0;x<32&&!(v<Pn);x++)p=h-v,d=h+v,Bn[0]=Hn(t,n,r,a,p),Bn[1]=Hn(e,i,o,s,p),f=jt(Bn,zn),p>=0&&f<y?(h=p,y=f):(Gn[0]=Hn(t,n,r,a,d),Gn[1]=Hn(e,i,o,s,d),g=jt(Gn,zn),d<=1&&g<y?(h=d,y=g):v*=.5);return c&&(c[0]=Hn(t,n,r,a,h),c[1]=Hn(e,i,o,s,h)),En(y)}function qn(t,e,n,i,r,o,a,s,l){for(var u=t,c=e,h=0,p=1/l,d=1;d<=l;d++){var f=d*p,g=Hn(t,n,r,a,f),v=Hn(e,i,o,s,f),y=g-u,m=v-c;h+=Math.sqrt(y*y+m*m),u=g,c=v}return h}function Kn(t,e,n,i){var r=1-i;return r*(r*t+2*i*e)+i*i*n}function $n(t,e,n,i){return 2*((1-i)*(e-t)+i*(n-e))}function Jn(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function Qn(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 ti(t,e,n,i,r,o,a,s,l){var u,c=.005,h=1/0;zn[0]=a,zn[1]=s;for(var p=0;p<1;p+=.05){Bn[0]=Kn(t,n,r,p),Bn[1]=Kn(e,i,o,p),(v=jt(zn,Bn))<h&&(u=p,h=v)}h=1/0;for(var d=0;d<32&&!(c<Pn);d++){var f=u-c,g=u+c;Bn[0]=Kn(t,n,r,f),Bn[1]=Kn(e,i,o,f);var v=jt(Bn,zn);if(f>=0&&v<h)u=f,h=v;else{Gn[0]=Kn(t,n,r,g),Gn[1]=Kn(e,i,o,g);var y=jt(Gn,zn);g<=1&&y<h?(u=g,h=y):c*=.5}}return l&&(l[0]=Kn(t,n,r,u),l[1]=Kn(e,i,o,u)),En(h)}function ei(t,e,n,i,r,o,a){for(var s=t,l=e,u=0,c=1/a,h=1;h<=a;h++){var p=h*c,d=Kn(t,n,r,p),f=Kn(e,i,o,p),g=d-s,v=f-l;u+=Math.sqrt(g*g+v*v),s=d,l=f}return u}var ni=/cubic-bezier\(([0-9,\.e ]+)\)/;function ii(t){var e=t&&ni.exec(t);if(e){var n=e[1].split(","),i=+vt(n[0]),r=+vt(n[1]),o=+vt(n[2]),a=+vt(n[3]);if(isNaN(i+r+o+a))return;var s=[];return function(t){return t<=0?0:t>=1?1:Yn(0,i,o,1,t,s)&&Hn(0,r,a,1,s[0])}}}var ri=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||Dt,this.ondestroy=t.ondestroy||Dt,this.onrestart=t.onrestart||Dt,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){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;var s=i%n;this._startTime=t-s,this._pausedTime=0,this.onrestart()}return!1}this._pausedTime+=e},t.prototype.pause=function(){this._paused=!0},t.prototype.resume=function(){this._paused=!1},t.prototype.setEasing=function(t){this.easing=t,this.easingFunc=J(t)?t:Ln[t]||ii(t)},t}(),oi=function(t){this.value=t},ai=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new oi(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}(),si=function(){function t(t){this._list=new ai,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 oi(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}(),li=si,ui={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 ci(t){return(t=Math.round(t))<0?0:t>255?255:t}function hi(t){return t<0?0:t>1?1:t}function pi(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?ci(parseFloat(e)/100*255):ci(parseInt(e,10))}function di(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?hi(parseFloat(e)/100):hi(parseFloat(e))}function fi(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 gi(t,e,n){return t+(e-t)*n}function vi(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function yi(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var mi=new li(20),xi=null;function _i(t,e){xi&&yi(xi,e),xi=mi.put(t,xi||e.slice())}function bi(t,e){if(t){e=e||[];var n=mi.get(t);if(n)return yi(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in ui)return yi(e,ui[i]),_i(t,e),e;var r,o=i.length;if("#"===i.charAt(0))return 4===o||5===o?(r=parseInt(i.slice(1,4),16))>=0&&r<=4095?(vi(e,(3840&r)>>4|(3840&r)>>8,240&r|(240&r)>>4,15&r|(15&r)<<4,5===o?parseInt(i.slice(4),16)/15:1),_i(t,e),e):void vi(e,0,0,0,1):7===o||9===o?(r=parseInt(i.slice(1,7),16))>=0&&r<=16777215?(vi(e,(16711680&r)>>16,(65280&r)>>8,255&r,9===o?parseInt(i.slice(7),16)/255:1),_i(t,e),e):void vi(e,0,0,0,1):void 0;var a=i.indexOf("("),s=i.indexOf(")");if(-1!==a&&s+1===o){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?vi(e,+u[0],+u[1],+u[2],1):vi(e,0,0,0,1);c=di(u.pop());case"rgb":return u.length>=3?(vi(e,pi(u[0]),pi(u[1]),pi(u[2]),3===u.length?c:di(u[3])),_i(t,e),e):void vi(e,0,0,0,1);case"hsla":return 4!==u.length?void vi(e,0,0,0,1):(u[3]=di(u[3]),wi(u,e),_i(t,e),e);case"hsl":return 3!==u.length?void vi(e,0,0,0,1):(wi(u,e),_i(t,e),e);default:return}}vi(e,0,0,0,1)}}function wi(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=di(t[1]),r=di(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return vi(e=e||[],ci(255*fi(a,o,n+1/3)),ci(255*fi(a,o,n)),ci(255*fi(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function Si(t,e){var n=bi(t);if(n){for(var i=0;i<3;i++)n[i]=e<0?n[i]*(1-e)|0:(255-n[i])*e+n[i]|0,n[i]>255?n[i]=255:n[i]<0&&(n[i]=0);return ki(n,4===n.length?"rgba":"rgb")}}function Mi(t,e,n){if(e&&e.length&&t>=0&&t<=1){n=n||[];var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=e[r],s=e[o],l=i-r;return n[0]=ci(gi(a[0],s[0],l)),n[1]=ci(gi(a[1],s[1],l)),n[2]=ci(gi(a[2],s[2],l)),n[3]=hi(gi(a[3],s[3],l)),n}}var Ii=Mi;function Ti(t,e,n){if(e&&e.length&&t>=0&&t<=1){var i=t*(e.length-1),r=Math.floor(i),o=Math.ceil(i),a=bi(e[r]),s=bi(e[o]),l=i-r,u=ki([ci(gi(a[0],s[0],l)),ci(gi(a[1],s[1],l)),ci(gi(a[2],s[2],l)),hi(gi(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}var Ci=Ti;function Di(t,e,n,i){var r=bi(t);if(t)return r=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,p=((s-o)/6+l/2)/l;i===s?e=p-h:r===s?e=1/3+c-p:o===s&&(e=2/3+h-c),e<0&&(e+=1),e>1&&(e-=1)}var d=[360*e,n,u];return null!=t[3]&&d.push(t[3]),d}}(r),null!=e&&(r[0]=function(t){return(t=Math.round(t))<0?0:t>360?360:t}(J(e)?e(r[0]):e)),null!=n&&(r[1]=di(J(n)?n(r[1]):n)),null!=i&&(r[2]=di(J(i)?i(r[2]):i)),ki(wi(r),"rgba")}function Ai(t,e){var n=bi(t);if(n&&null!=e)return n[3]=hi(e),ki(n,"rgba")}function ki(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 Li(t,e){var n=bi(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var Ni=new li(100);function Ei(t){if(Q(t)){var e=Ni.get(t);return e||(e=Si(t,-.1),Ni.put(t,e)),e}if(at(t)){var n=R({},t);return n.colorStops=U(t.colorStops,function(t){return{offset:t.offset,color:Si(t.color,-.1)}}),n}return t}var Oi=Object.freeze({__proto__:null,fastLerp:Mi,fastMapToColor:Ii,lerp:Ti,lift:Si,liftColor:Ei,lum:Li,mapToColor:Ci,modifyAlpha:Ai,modifyHSL:Di,parse:bi,parseCssFloat:di,parseCssInt:pi,random:function(){return ki([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")},stringify:ki,toHex:function(t){var e=bi(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)}}),Pi=Math.round;function Ri(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=bi(t);n&&(t="rgb("+n[0]+","+n[1]+","+n[2]+")",e=n[3])}}else t="none";return{color:t,opacity:null==e?1:e}}var Vi=1e-4;function zi(t){return t<Vi&&t>-1e-4}function Bi(t){return Pi(1e3*t)/1e3}function Gi(t){return Pi(1e4*t)/1e4}var Fi={left:"start",right:"end",center:"middle",middle:"middle"};function Wi(t){return t&&!!t.image}function Hi(t){return Wi(t)||function(t){return t&&!!t.svgElement}(t)}function Ui(t){return"linear"===t.type}function Yi(t){return"radial"===t.type}function Xi(t){return t&&("linear"===t.type||"radial"===t.type)}function Zi(t){return"url(#"+t+")"}function ji(t){var e=t.getGlobalScale(),n=Math.max(e[0],e[1]);return Math.max(Math.ceil(Math.log(n)/Math.log(10)),1)}function qi(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*At,r=ht(t.scaleX,1),o=ht(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("+Pi(a*At)+"deg, "+Pi(s*At)+"deg)"),l.join(" ")}var Ki=h.hasGlobalWindow&&J(window.btoa)?function(t){return window.btoa(unescape(encodeURIComponent(t)))}:"undefined"!=typeof Buffer?function(t){return Buffer.from(t).toString("base64")}:function(t){return"production"!==process.env.NODE_ENV&&N("Base64 isn't natively supported in the current environment."),null},$i=Array.prototype.slice;function Ji(t,e,n){return(e-t)*n+t}function Qi(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=Ji(e[o],n[o],i);return t}function tr(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=e[o]+n[o]*i;return t}function er(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 nr(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()})}function ir(t,e,n){var i=t,r=e;if(i.push&&r.push){var o=i.length,a=r.length;if(o!==a)if(o>a)i.length=a;else for(var s=o;s<a;s++)i.push(1===n?r[s]:$i.call(r[s]));var l=i[0]&&i[0].length;for(s=0;s<i.length;s++)if(1===n)isNaN(i[s])&&(i[s]=r[s]);else for(var u=0;u<l;u++)isNaN(i[s][u])&&(i[s][u]=r[s][u])}}function rr(t){if(W(t)){var e=t.length;if(W(t[0])){for(var n=[],i=0;i<e;i++)n.push($i.call(t[i]));return n}return $i.call(t)}return t}function or(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 ar(t){return 4===t||5===t}function sr(t){return 1===t||2===t}var lr=[0,0,0,0],ur=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(W(e)){var l=function(t){return W(t&&t[0])?2:1}(e);a=l,(1===l&&!et(e[0])||2===l&&!et(e[0][0]))&&(o=!0)}else if(et(e)&&!ut(e))a=0;else if(Q(e))if(isNaN(+e)){var u=bi(e);u&&(s=u,a=3)}else a=0;else if(at(e)){var c=R({},s);c.colorStops=U(e.colorStops,function(t){return{offset:t.offset,color:bi(t.color)}}),Ui(e)?a=4:Yi(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=J(n)?n:Ln[n]||ii(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=sr(i),l=ar(i),u=0;u<r;u++){var c=n[u],h=c.value,p=o.value;c.percent=c.time/t,a||(s&&u!==r-1?ir(h,p,i):l&&nr(h.colorStops,p.colorStops))}if(!a&&5!==i&&e&&this.needsAnimate()&&e.needsAnimate()&&i===e.valType&&!e._finished){this._additiveTrack=e;var d=n[0].value;for(u=0;u<r;u++)0===i?n[u].additiveValue=n[u].value-d:3===i?n[u].additiveValue=tr([],n[u].value,d,-1):sr(i)&&(n[u].additiveValue=1===i?tr([],n[u].value,d,-1):er([],n[u].value,d,-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,p=this._lastFr,d=Math.min;if(1===u)i=r=l[0];else{if(e<0)n=0;else if(e<this._lastFrP){for(n=d(p+1,u-1);n>=0&&!(l[n].percent<=e);n--);n=d(n,u-2)}else{for(n=p;n<u&&!(l[n].percent>e);n++);n=d(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:d((e-i.percent)/f,1);r.easingFunc&&(g=r.easingFunc(g));var v=o?this._additiveValue:h?lr:t[c];if(!sr(s)&&!h||v||(v=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if(sr(s))1===s?Qi(v,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=0;s<o;s++)t[a][s]=Ji(e[a][s],n[a][s],i)}}(v,i[a],r[a],g);else if(ar(s)){var y=i[a],m=r[a],x=4===s;t[c]={type:x?"linear":"radial",x:Ji(y.x,m.x,g),y:Ji(y.y,m.y,g),colorStops:U(y.colorStops,function(t,e){var n=m.colorStops[e];return{offset:Ji(t.offset,n.offset,g),color:or(Qi([],t.color,n.color,g))}}),global:m.global},x?(t[c].x2=Ji(y.x2,m.x2,g),t[c].y2=Ji(y.y2,m.y2,g)):t[c].r=Ji(y.r,m.r,g)}else if(h)Qi(v,i[a],r[a],g),o||(t[c]=or(v));else{var _=Ji(i[a],r[a],g);o?this._additiveValue=_:t[c]=_}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?(bi(t[n],lr),tr(lr,lr,i,1),t[n]=or(lr)):1===e?tr(t[n],t[n],i,1):2===e&&er(t[n],t[n],i,1)},t}(),cr=function(){function t(t,e,n,i){this._tracks={},this._trackKeys=[],this._maxTime=0,this._started=0,this._clip=null,this._target=t,this._loop=e,e&&i?N("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,j(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 ur(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=or(l))}else l=this._target[a];if(null==l)continue;t>0&&s.addKeyframe(0,rr(l),i),this._trackKeys.push(a)}s.addKeyframe(t,rr(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 ri({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(o=0;o<n.length;o++)n[o].step(e._target,t);var a=e._onframeCbs;if(a)for(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 U(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())}var a=!0;for(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]=rr(s.rawValue))}}}},t.prototype.__changeFinalValue=function(t,e){e=e||j(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}(),hr=cr;function pr(){return(new Date).getTime()}var dr,fr,gr=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,e=e||{},n.stage=e.stage||{},n}return n(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=pr()-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):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,An(function e(){t._running&&(An(e),!t._paused&&t.update())})},e.prototype.start=function(){this._running||(this._time=pr(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=pr(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=pr()-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 hr(t,e.loop);return this.addAnimator(n),n},e}(re),vr=gr,yr=h.domSupported,mr=(fr={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},{mouse:dr=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],touch:["touchstart","touchend","touchmove"],pointer:U(dr,function(t){var e=t.replace("mouse","pointer");return fr.hasOwnProperty(e)?e:t})}),xr=["mousemove","mouseup"],_r=["pointermove","pointerup"],br=!1;function wr(t){var e=t.pointerType;return"pen"===e||"touch"===e}function Sr(t){t&&(t.zrByTouch=!0)}function Mr(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 Ir=function(t,e){this.stopPropagation=Dt,this.stopImmediatePropagation=Dt,this.preventDefault=Dt,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},Tr={mousedown:function(t){t=be(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=be(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=be(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){Mr(this,(t=be(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){br=!0,t=be(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){br||(t=be(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){Sr(t=be(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),Tr.mousemove.call(this,t),Tr.mousedown.call(this,t)},touchmove:function(t){Sr(t=be(this.dom,t)),this.handler.processGesture(t,"change"),Tr.mousemove.call(this,t)},touchend:function(t){Sr(t=be(this.dom,t)),this.handler.processGesture(t,"end"),Tr.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<300&&Tr.click.call(this,t)},pointerdown:function(t){Tr.mousedown.call(this,t)},pointermove:function(t){wr(t)||Tr.mousemove.call(this,t)},pointerup:function(t){Tr.mouseup.call(this,t)},pointerout:function(t){wr(t)||Tr.mouseout.call(this,t)}};H(["click","dblclick","contextmenu"],function(t){Tr[t]=function(e){e=be(this.dom,e),this.trigger(t,e)}});var Cr={pointermove:function(t){wr(t)||Cr.mousemove.call(this,t)},pointerup:function(t){Cr.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 Dr(t,e){var n=e.domHandlers;h.pointerEventsSupported?H(mr.pointer,function(i){kr(e,i,function(e){n[i].call(t,e)})}):(h.touchEventsSupported&&H(mr.touch,function(i){kr(e,i,function(r){n[i].call(t,r),function(t){t.touching=!0,null!=t.touchTimer&&(clearTimeout(t.touchTimer),t.touchTimer=null),t.touchTimer=setTimeout(function(){t.touching=!1,t.touchTimer=null},700)}(e)})}),H(mr.mouse,function(i){kr(e,i,function(r){r=_e(r),e.touching||n[i].call(t,r)})}))}function Ar(t,e){function n(n){kr(e,n,function(i){i=_e(i),Mr(t,i.target)||(i=function(t,e){return be(t.dom,new Ir(t,e),!0)}(t,i),e.domHandlers[n].call(t,i))},{capture:!0})}h.pointerEventsSupported?H(_r,n):h.touchEventsSupported||H(xr,n)}function kr(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,we(t.domTarget,e,n,i)}function Lr(t){var e=t.mounted;for(var n in e)e.hasOwnProperty(n)&&Se(t.domTarget,n,e[n],t.listenerOpts[n]);t.mounted={}}var Nr=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},Er=function(t){function e(e,n){var i=t.call(this)||this;return i.__pointerCapturing=!1,i.dom=e,i.painterRoot=n,i._localHandlerScope=new Nr(e,Tr),yr&&(i._globalHandlerScope=new Nr(document,Cr)),Dr(i,i._localHandlerScope),i}return n(e,t),e.prototype.dispose=function(){Lr(this._localHandlerScope),yr&&Lr(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,yr&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?Ar(this,e):Lr(e)}},e}(re),Or=1;h.hasGlobalWindow&&(Or=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var Pr=Or,Rr="#333",Vr="#ccc",zr=ke,Br=5e-5;function Gr(t){return t>Br||t<-5e-5}var Fr=[],Wr=[],Hr=[1,0,0,1,0,0],Ur=Math.abs,Yr=function(){function t(){}var e;return t.prototype.getLocalTransform=function(e){return t.getLocalTransform(this,e)},t.prototype.setPosition=function(t){this.x=t[0],this.y=t[1]},t.prototype.setScale=function(t){this.scaleX=t[0],this.scaleY=t[1]},t.prototype.setSkew=function(t){this.skewX=t[0],this.skewY=t[1]},t.prototype.setOrigin=function(t){this.originX=t[0],this.originY=t[1]},t.prototype.needLocalTransform=function(){return Gr(this.rotation)||Gr(this.x)||Gr(this.y)||Gr(this.scaleX-1)||Gr(this.scaleY-1)||Gr(this.skewX)||Gr(this.skewY)},t.prototype.updateTransform=function(){var t=this.parent&&this.parent.transform,e=this.needLocalTransform(),n=this.transform;e||t?(n=n||[1,0,0,1,0,0],e?this.getLocalTransform(n):zr(n),t&&(e?Ne(n,t,n):Le(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n)):n&&(zr(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Fr);var n=Fr[0]<0?-1:1,i=Fr[1]<0?-1:1,r=((Fr[0]-n)*e+n)/Fr[0]||0,o=((Fr[1]-i)*e+i)/Fr[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}this.invTransform=this.invTransform||[1,0,0,1,0,0],Re(this.invTransform,t)},t.prototype.getComputedTransform=function(){for(var t=this,e=[];t;)e.push(t),t=t.parent;for(;t=e.pop();)t.updateTransform();return this.transform},t.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}},t.prototype.decomposeTransform=function(){if(this.transform){var t=this.parent,e=this.transform;t&&t.transform&&(t.invTransform=t.invTransform||[1,0,0,1,0,0],Ne(Wr,t.invTransform,e),e=Wr);var n=this.originX,i=this.originY;(n||i)&&(Hr[4]=n,Hr[5]=i,Ne(Wr,e,Hr),Wr[4]-=n,Wr[5]-=i,e=Wr),this.setLocalTransform(e)}},t.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):(t[0]=1,t[1]=1,t)},t.prototype.transformCoordToLocal=function(t,e){var n=[t,e],i=this.invTransform;return i&&Kt(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Kt(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&Ur(t[0]-1)>1e-10&&Ur(t[3]-1)>1e-10?Math.sqrt(Ur(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){Zr(this,t)},t.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,p=t.skewY?Math.tan(-t.skewY):0;if(n||i||a||s){var d=n+a,f=i+s;e[4]=-d*r-h*f*o,e[5]=-f*o-p*d*r}else e[4]=e[5]=0;return e[0]=r,e[3]=o,e[1]=p*r,e[2]=h*o,l&&Oe(e,e,l),e[4]+=n+u,e[5]+=i+c,e},t.initDefaultProps=((e=t.prototype).scaleX=e.scaleY=e.globalScaleRatio=1,void(e.x=e.y=e.originX=e.originY=e.skewX=e.skewY=e.rotation=e.anchorX=e.anchorY=0)),t}(),Xr=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function Zr(t,e){for(var n=0;n<Xr.length;n++){var i=Xr[n];t[i]=e[i]}}var jr,qr=Yr;function Kr(t){jr||(jr=new li(100)),t=t||d;var e=jr.get(t);return e||(e={font:t,strWidthCache:new li(500),asciiWidthMap:null,asciiWidthMapTried:!1,stWideCharWidth:y.measureText("国",t).width,asciiCharWidth:y.measureText("a",t).width},jr.put(t,e)),e}var $r=0,Jr=5;function Qr(t,e){return t.asciiWidthMapTried||(t.asciiWidthMap=function(t){if(!($r>=Jr)){t=t||d;for(var e=[],n=+new Date,i=0;i<=127;i++)e[i]=y.measureText(String.fromCharCode(i),t).width;var r=+new Date-n;return r>16?$r=Jr:r>2&&$r++,e}}(t.font),t.asciiWidthMapTried=!0),0<=e&&e<=127?null!=t.asciiWidthMap?t.asciiWidthMap[e]:t.asciiCharWidth:t.stWideCharWidth}function to(t,e){var n=t.strWidthCache,i=n.get(e);return null==i&&(i=y.measureText(e,t.font).width,n.put(e,i)),i}function eo(t,e,n,i){var r=to(Kr(e),t),o=oo(e),a=io(0,r,n),s=ro(0,o,i);return new an(a,s,r,o)}function no(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return eo(r[0],e,n,i);for(var o=new an(0,0,0,0),a=0;a<r.length;a++){var s=eo(r[a],e,n,i);0===a?o.copy(s):o.union(s)}return o}function io(t,e,n,i){return"right"===n?i?t+=e:t-=e:"center"===n&&(i?t+=e/2:t-=e/2),t}function ro(t,e,n,i){return"middle"===n?i?t+=e/2:t-=e/2:"bottom"===n&&(i?t+=e:t-=e),t}function oo(t){return Kr(t).stWideCharWidth}function ao(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function so(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+=ao(i[0],n.width),u+=ao(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 lo="__zr_normal__",uo=Xr.concat(["ignore"]),co=Y(Xr,function(t,e){return t[e]=!0,t},{ignore:!1}),ho={},po=new an(0,0,0,0),fo=[],go=function(){function t(t){this.id=L(),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;r.copyTransform(e);var u=null!=n.position,c=n.autoOverflowArea,h=void 0;if((c||u)&&(h=po,n.layoutRect?h.copy(n.layoutRect):h.copy(this.getBoundingRect()),i||h.applyTransform(this.transform)),u){this.calculateTextPosition?this.calculateTextPosition(ho,n,h):so(ho,n,h),r.x=ho.x,r.y=ho.y,o=ho.align,a=ho.verticalAlign;var p=n.origin;if(p&&null!=n.rotation){var d=void 0,f=void 0;"center"===p?(d=.5*h.width,f=.5*h.height):(d=ao(p[0],h.width),f=ao(p[1],h.height)),l=!0,r.originX=-r.x+d+(i?0:h.x),r.originY=-r.y+f+(i?0:h.y)}}null!=n.rotation&&(r.rotation=n.rotation);var g=n.offset;g&&(r.x+=g[0],r.y+=g[1],l||(r.originX=-g[0],r.originY=-g[1]));var v=this._innerTextDefaultStyle||(this._innerTextDefaultStyle={});if(c){var y=v.overflowRect=v.overflowRect||new an(0,0,0,0);r.getLocalTransform(fo),Re(fo,fo),an.copy(y,h),y.applyTransform(fo)}else v.overflowRect=null;var m=void 0,x=void 0,_=void 0;(null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside)&&this.canBeInsideText()?(m=n.insideFill,x=n.insideStroke,null!=m&&"auto"!==m||(m=this.getInsideTextFill()),null!=x&&"auto"!==x||(x=this.getInsideTextStroke(m),_=!0)):(m=n.outsideFill,x=n.outsideStroke,null!=m&&"auto"!==m||(m=this.getOutsideFill()),null!=x&&"auto"!==x||(x=this.getOutsideStroke(m),_=!0)),(m=m||"#000")===v.fill&&x===v.stroke&&_===v.autoStroke&&o===v.align&&a===v.verticalAlign||(s=!0,v.fill=m,v.stroke=x,v.autoStroke=_,v.align=o,v.verticalAlign=a,e.setDefaultTextStyle(v)),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()?Vr:Rr},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&bi(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+(r?0:255)*(1-i);return n[3]=1,ki(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||{},R(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(nt(t))for(var n=j(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!==lo)){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,uo)},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(lo,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===lo;if(this.hasState()||!r){var o=this.currentStates,a=this.stateTransition;if(!(B(o,t)>=0)||!e&&1!==o.length){var s;if(this.stateProxy&&!r&&(s=this.stateProxy(t)),s||(s=this.states&&this.states[t]),s||r){r||this.saveCurrentToNormalState(s);var l=!!(s&&s.hoverLayer||i);l&&this._toggleHoverLayerFlag(!0),this._applyStateObj(t,s,this._normalState,e,!n&&!this.__inHover&&a&&a.duration>0,a);var u=this._textContent,c=this._textGuide;return u&&u.useState(t,e,n,l),c&&c.useState(t,e,n,l),r?(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),s}N("State "+t+" not exists.")}}},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)return;for(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 p=this._mergeStates(i),d=this.stateTransition;this.saveCurrentToNormalState(p),this._applyStateObj(t.join(","),p,this._normalState,!1,!e&&!this.__inHover&&d&&d.duration>0,d);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;t;){if(t.silent)return!0;var e=t.__hostTarget;t=e?t.ignoreHostSilent?null:e:t.parent}return!1},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=B(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=B(i,t),o=B(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];R(n,r),r.textConfig&&R(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=R({},i?this.textConfig:n.textConfig),R(this.textConfig,e.textConfig)):a&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},l=!1,u=0;u<uo.length;u++){var c=uo[u],h=r&&co[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(u=0;u<this.animators.length;u++){var p=this.animators[u],d=p.targetName;p.getLoop()||p.__changeFinalValue(d?(e||n)[d]:e||n)}l&&this._transitionState(t,s,o)},t.prototype._attachComponent=function(t){if(!t.__zr||t.__hostTarget){if(t!==this){var e=this.__zr;e&&t.addSelfToZr(e),t.__zr=e,t.__hostTarget=this}else if("production"!==process.env.NODE_ENV)throw new Error("Recursive component attachment.")}else if("production"!==process.env.NODE_ENV)throw new Error("Text element has been added to zrender.")},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;if(e!==t){if(e&&e!==t&&this.removeTextContent(),"production"!==process.env.NODE_ENV&&t.__zr&&!t.__hostTarget)throw new Error("Text element has been added to zrender.");t.innerTransformable=new qr,this._attachComponent(t),this._textContent=t,this.markRedraw()}},t.prototype.setTextConfig=function(t){this.textConfig||(this.textConfig={}),R(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=t?this[t]:this;if("production"===process.env.NODE_ENV||i){var r=new hr(i,e,n);return t&&(r.targetName=t),this.addAnimator(r,t),r}N('Property "'+t+'" is not existed in element '+this.id)},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=B(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){vo(this,t,e,n)},t.prototype.animateFrom=function(t,e,n){vo(this,t,e,n,!0)},t.prototype._transitionState=function(t,e,n,i){for(var r=vo(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;e.type="element",e.name="",e.ignore=e.silent=e.ignoreHostSilent=e.isGroup=e.draggable=e.dragging=e.ignoreClip=e.__inHover=!1,e.__dirty=1;var n={};function i(t,e,i){n[t+e+i]||(console.warn("DEPRECATED: '"+t+"' has been deprecated. use '"+e+"', '"+i+"' instead"),n[t+e+i]=!0)}function r(t,n,r,o){function a(t,e){Object.defineProperty(e,0,{get:function(){return t[r]},set:function(e){t[r]=e}}),Object.defineProperty(e,1,{get:function(){return t[o]},set:function(e){t[o]=e}})}Object.defineProperty(e,t,{get:function(){("production"!==process.env.NODE_ENV&&i(t,r,o),this[n])||a(this,this[n]=[]);return this[n]},set:function(e){"production"!==process.env.NODE_ENV&&i(t,r,o),this[r]=e[0],this[o]=e[1],this[n]=e,a(this,e)}})}Object.defineProperty&&(r("position","_legacyPos","x","y"),r("scale","_legacyScale","scaleX","scaleY"),r("origin","_legacyOrigin","originX","originY"))}(),t}();function vo(t,e,n,i,r){var o=[];xo(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 p=0;p<o.length;p++){var d=o[p];c&&d.done(c),h&&d.aborted(h),n.force&&d.duration(n.duration),d.start(n.easing)}return o}function yo(t,e,n){for(var i=0;i<n;i++)t[i]=e[i]}function mo(t,e,n){if(W(e[n]))if(W(t[n])||(t[n]=[]),rt(e[n])){var i=e[n].length;t[n].length!==i&&(t[n]=new e[n].constructor(i),yo(t[n],e[n],i))}else{var r=e[n],o=t[n],a=r.length;if(W(r[0]))for(var s=r[0].length,l=0;l<a;l++)o[l]?yo(o[l],r[l],s):o[l]=Array.prototype.slice.call(r[l]);else yo(o,r,a);o.length=r.length}else t[n]=e[n]}function xo(t,e,n,i,r,o,a,s){for(var l=j(i),u=r.duration,c=r.delay,h=r.additive,p=r.setToFinal,d=!nt(o),f=t.animators,g=[],v=0;v<l.length;v++){var y=l[v],m=i[y];if(null!=m&&null!=n[y]&&(d||o[y]))if(!nt(m)||W(m)||at(m))g.push(y);else{if(e){s||(n[y]=m,t.updateDuringAnimation(e));continue}xo(t,y,n[y],m,r,o&&o[y],a,s)}else s||(n[y]=m,t.updateDuringAnimation(e),g.push(y))}var x=g.length;if(!h&&x)for(var _=0;_<f.length;_++){if((w=f[_]).targetName===e)if(w.stopTracks(g)){var b=B(f,w);f.splice(b,1)}}if(r.force||(g=X(g,function(t){return e=i[t],r=n[t],!(e===r||W(e)&&W(r)&&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,r));var e,r}),x=g.length),x>0||r.force&&!a.length){var w,S=void 0,M=void 0,I=void 0;if(s){M={},p&&(S={});for(_=0;_<x;_++){M[y=g[_]]=n[y],p?S[y]=i[y]:n[y]=i[y]}}else if(p){I={};for(_=0;_<x;_++){I[y=g[_]]=rr(n[y]),mo(n,i,y)}}(w=new hr(n,!1,!1,h?X(f,function(t){return t.targetName===e}):null)).targetName=e,r.scope&&(w.scope=r.scope),p&&S&&w.whenWithKeys(0,S,g),I&&w.whenWithKeys(0,I,g),w.whenWithKeys(null==u?500:u,s?M:i,g).delay(c||0),t.addAnimator(w,e),a.push(w)}}F(go,re),F(go,qr);var _o=go,bo=function(t){function e(e){var n=t.call(this)||this;return n.isGroup=!0,n._children=[],n.attr(e),n}return n(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){if(t&&(t!==this&&t.parent!==this&&(this._children.push(t),this._doAdd(t)),"production"!==process.env.NODE_ENV&&t.__hostTarget))throw"This elemenet has been used as an attachment";return 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=B(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=B(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 an(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?(an.applyTransform(e,s,l),(r=r||e.clone()).union(e)):(r=r||s.clone()).union(s)}}return r||e},e}(_o);bo.prototype.type="group";var wo=bo,So={},Mo={};
2
+ /*!
3
+ * ZRender, a high performance 2d drawing library.
4
+ *
5
+ * Copyright (c) 2013, Baidu Inc.
6
+ * All rights reserved.
7
+ *
8
+ * LICENSE
9
+ * https://github.com/ecomfe/zrender/blob/master/LICENSE.txt
10
+ */var Io,To=function(){function t(t,e,n){var i=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 r=new Dn,o=n.renderer||"canvas";if(So[o]||(o=j(So)[0]),"production"!==process.env.NODE_ENV&&!So[o])throw new Error("Renderer '"+o+"' is not imported. Please import it first.");n.useDirtyRect=null!=n.useDirtyRect&&n.useDirtyRect;var a=new So[o](e,r,n,t),s=n.ssr||a.ssrOnly;this.storage=r,this.painter=a;var l,u=h.node||h.worker||s?null:new Er(a.getViewportRoot(),a.root),c=n.useCoarsePointer;(null==c||"auto"===c?h.touchEventsSupported:!!c)&&(l=ht(n.pointerSize,44)),this.handler=new yn(r,a,u,a.root,l),this.animation=new vr({stage:{update:s?null:function(){return i._flush(!0)}}}),s||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 Li(t,1)<.4;if(t.colorStops){for(var e=t.colorStops,n=0,i=e.length,r=0;r<i;r++)n+=Li(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=pr();this._needsRefresh&&(e=!0,this.refreshImmediately(t)),this._needsRefreshHover&&(e=!0,this.refreshHoverImmediately());var i=pr();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 wo&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},t.prototype.dispose=function(){this._disposed||(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,function(t){delete Mo[t]}(this.id))},t}();function Co(t,e){var n=new To(L(),t,e);return Mo[n.id]=n,n}function Do(t,e){So[t]=e}function Ao(t){if("function"==typeof Io)return Io(t)}function ko(t){Io=t}var Lo=Object.freeze({__proto__:null,dispose:function(t){t.dispose()},disposeAll:function(){for(var t in Mo)Mo.hasOwnProperty(t)&&Mo[t].dispose();Mo={}},getElementSSRData:Ao,getInstance:function(t){return Mo[t]},init:Co,registerPainter:Do,registerSSRDataGetter:ko,version:"6.0.0"}),No=1e-4;var Eo=Math.min,Oo=Math.max,Po=Math.abs;function Ro(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;if(t>=o)return s}else{if(t>=r)return a;if(t<=o)return s}else{if(t===r)return a;if(t===o)return s}return(t-r)/l*u+a}var Vo=function(t,e,n){switch(t){case"center":case"middle":t="50%";break;case"left":case"top":t="0%";break;case"right":case"bottom":t="100%"}return zo(t,e,n)};function zo(t,e,n){return Q(t)?(i=t,i.replace(/^\s+|\s+$/g,"")).match(/%$/)?parseFloat(t)/100*e+(n||0):parseFloat(t):null==t?NaN:+t;var i}function Bo(t,e,n){return null==e&&(e=10),e=Math.min(Math.max(0,e),20),t=(+t).toFixed(e),n?t:+t}function Go(t){return t.sort(function(t,e){return t-e}),t}function Fo(t){if(t=+t,isNaN(t))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 Wo(t)}function Wo(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("."),a=o<0?0:r-1-o;return Math.max(0,a-i)}function Ho(t,e){var n=Math.log,i=Math.LN10,r=Math.floor(n(t[1]-t[0])/i),o=Math.round(n(Po(e[1]-e[0]))/i),a=Math.min(Math.max(-r+o,0),20);return isFinite(a)?a:20}function Uo(t,e){var n=Y(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return[];for(var i=Math.pow(10,e),r=U(t,function(t){return(isNaN(t)?0:t)/n*i*100}),o=100*i,a=U(r,function(t){return Math.floor(t)}),s=Y(a,function(t,e){return t+e},0),l=U(r,function(t,e){return t-a[e]});s<o;){for(var u=Number.NEGATIVE_INFINITY,c=null,h=0,p=l.length;h<p;++h)l[h]>u&&(u=l[h],c=h);++a[c],l[c]=0,++s}return U(a,function(t){return t/i})}function Yo(t,e){var n=Math.max(Fo(t),Fo(e)),i=t+e;return n>20?i:Bo(i,n)}var Xo=9007199254740991;function Zo(t){var e=2*Math.PI;return(t%e+e)%e}function jo(t){return t>-1e-4&&t<No}var qo=/^(?:(\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 Ko(t){if(t instanceof Date)return t;if(Q(t)){var e=qo.exec(t);if(!e)return new Date(NaN);if(e[8]){var n=+e[4]||0;return"Z"!==e[8].toUpperCase()&&(n-=+e[8].slice(0,3)),new Date(Date.UTC(+e[1],+(e[2]||1)-1,+e[3]||1,n,+(e[5]||0),+e[6]||0,e[7]?+e[7].substring(0,3):0))}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)}return null==t?new Date(NaN):new Date(Math.round(t))}function $o(t){return Math.pow(10,Jo(t))}function Jo(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 Qo(t,e){var n=Jo(t),i=Math.pow(10,n),r=t/i;return t=(e?r<1.5?1:r<2.5?2:r<4?3:r<7?5:10:r<1?1:r<2?2:r<3?3:r<5?5:10)*i,n>=-20?+t.toFixed(n<0?-n:0):t}function ta(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 ea(t){t.sort(function(t,e){return s(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 s(t,e,n){return t.interval[n]<e.interval[n]||t.interval[n]===e.interval[n]&&(t.close[n]-e.close[n]===(n?-1:1)||!n&&s(t,e,1))}}function na(t){var e=parseFloat(t);return e==t&&(0!==e||!Q(t)||t.indexOf("x")<=0)?e:NaN}function ia(t){return!isNaN(na(t))}function ra(){return Math.round(9*Math.random())}function oa(t,e){return 0===e?t:oa(e,t%e)}function aa(t,e){return null==t?e:null==e?t:t*e/oa(t,e)}var sa={},la="undefined"!=typeof console&&console.warn&&console.log;function ua(t,e,n){if(la){if(n){if(sa[e])return;sa[e]=!0}console[t]("[ECharts] "+e)}}function ca(t,e){ua("log",t,e)}function ha(t,e){ua("warn",t,e)}function pa(t,e){ua("error",t,e)}function da(t){"production"!==process.env.NODE_ENV&&ua("warn","DEPRECATED: "+t,!0)}function fa(t,e,n){"production"!==process.env.NODE_ENV&&da((n?"["+n+"]":"")+t+" is deprecated; use "+e+" instead.")}function ga(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];var n="";if("production"!==process.env.NODE_ENV){var i=function(t){return void 0===t?"undefined":t===1/0?"Infinity":t===-1/0?"-Infinity":ut(t)?"NaN":t instanceof Date?"Date("+t.toISOString()+")":J(t)?"function () { ... }":lt(t)?t+"":null};n=U(t,function(t){if(Q(t))return t;var e=i(t);if(null!=e)return e;if("undefined"==typeof JSON||!JSON.stringify)return"?";try{return JSON.stringify(t,function(t,e){var n=i(e);return null==n?e:n})}catch(t){return"?"}}).join(" ")}return n}function va(t){throw new Error(t)}function ya(t,e,n){return(e-t)*n+t}var ma="series\0",xa="\0_ec_\0";function _a(t){return t instanceof Array?t:null==t?[]:[t]}function ba(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 wa=["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 Sa(t){return!nt(t)||$(t)||t instanceof Date?t:t.value}function Ma(t){return nt(t)&&!(t instanceof Array)}function Ia(t,e,n){var i="normalMerge"===n,r="replaceMerge"===n,o="replaceAll"===n;t=t||[],e=(e||[]).slice();var a=St();H(e,function(t,n){nt(t)?"production"!==process.env.NODE_ENV&&(null==t.id||ka(t.id)||Aa(t.id),null==t.name||ka(t.name)||Aa(t.name)):e[n]=null});var s,l,u=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||Na(o)?null:o,newOption:null,keyInfo:null,brandNew:null})}return i}(t,a,n);return(i||r)&&function(t,e,n,i){H(i,function(r,o){if(r&&null!=r.id){var a=Ca(r.id),s=n.get(a);if(null!=s){var l=t[s];gt(!l.newOption,'Duplicated option on id "'+a+'".'),l.newOption=r,l.existing=e[s],i[o]=null}}})}(u,t,a,e),i&&function(t,e){H(e,function(n,i){if(n&&null!=n.name)for(var r=0;r<t.length;r++){var o=t[r].existing;if(!t[r].newOption&&o&&(null==o.id||null==n.id)&&!Na(n)&&!Na(o)&&Ta("name",o,n))return t[r].newOption=n,void(e[i]=null)}})}(u,e),i||r?function(t,e,n){H(e,function(e){if(e){for(var i,r=0;(i=t[r])&&(i.newOption||Na(i.existing)||i.existing&&null!=e.id&&!Ta("id",e,i.existing));)r++;i?(i.newOption=e,i.brandNew=n):t.push({newOption:e,brandNew:n,existing:null,keyInfo:null}),r++}})}(u,e,r):o&&function(t,e){H(e,function(e){t.push({newOption:e,brandNew:!0,existing:null,keyInfo:null})})}(u,e),s=u,l=St(),H(s,function(t){var e=t.existing;e&&l.set(e.id,t)}),H(s,function(t){var e=t.newOption;gt(!e||null==e.id||!l.get(e.id)||l.get(e.id)===t,"id duplicates: "+(e&&e.id)),e&&null!=e.id&&l.set(e.id,t),!t.keyInfo&&(t.keyInfo={})}),H(s,function(t,e){var n=t.existing,i=t.newOption,r=t.keyInfo;if(nt(i)){if(r.name=null!=i.name?Ca(i.name):n?n.name:ma+e,n)r.id=Ca(n.id);else if(null!=i.id)r.id=Ca(i.id);else{var o=0;do{r.id="\0"+r.name+"\0"+o++}while(l.get(r.id))}l.set(r.id,t)}}),u}function Ta(t,e,n){var i=Da(e[t],null),r=Da(n[t],null);return null!=i&&null!=r&&i===r}function Ca(t){if("production"!==process.env.NODE_ENV&&null==t)throw new Error;return Da(t,"")}function Da(t,e){return null==t?e:Q(t)?t:et(t)||tt(t)?t+"":e}function Aa(t){"production"!==process.env.NODE_ENV&&ha("`"+t+"` is invalid id or name. Must be a string or number.")}function ka(t){return tt(t)||ia(t)}function La(t){var e=t.name;return!(!e||!e.indexOf(ma))}function Na(t){return t&&null!=t.id&&0===Ca(t.id).indexOf(xa)}function Ea(t,e){return null!=e.dataIndexInside?e.dataIndexInside:null!=e.dataIndex?$(e.dataIndex)?U(e.dataIndex,function(e){return t.indexOfRawIndex(e)}):t.indexOfRawIndex(e.dataIndex):null!=e.name?$(e.name)?U(e.name,function(e){return t.indexOfName(e)}):t.indexOfName(e.name):void 0}function Oa(){var t="__ec_inner_"+Pa++;return function(e){return e[t]||(e[t]={})}}var Pa=ra();function Ra(t,e,n){var i=Va(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=Ga(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 Va(t,e){var n;if(Q(t)){var i={};i[t+"Index"]=0,n=i}else n=t;var r=St(),o={},a=!1;return H(n,function(t,n){if("dataIndex"!==n&&"dataIndexInside"!==n){var i=n.match(/^(\w+)(Index|Id|Name)$/)||[],s=i[1],l=(i[2]||"").toLowerCase();if(s&&l&&!(e&&e.includeMainTypes&&B(e.includeMainTypes,s)<0))a=a||!!s,(r.get(s)||r.set(s,{}))[l]=t}else o[n]=t}),{mainTypeSpecified:a,queryOptionMap:r,others:o}}var za={useDefault:!0,enableAll:!1,enableNone:!1},Ba={useDefault:!1,enableAll:!0,enableNone:!0};function Ga(t,e,n,i){i=i||za;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}if("none"===r||!1===r){if(i.enableNone)return s.models=[],s;"production"!==process.env.NODE_ENV&&pa('`"none"` or `false` is not a valid value on index option.'),r=-1}return"all"===r&&(i.enableAll?r=o=a=null:("production"!==process.env.NODE_ENV&&pa('`"all"` is not a valid value on index option.'),r=-1)),s.models=t.queryComponents({mainType:e,index:r,id:o,name:a}),s}function Fa(t,e,n){t.setAttribute?t.setAttribute(e,n):t[e]=n}function Wa(t,e){var n=St(),i=[];return H(t,function(t){var r=e(t);(n.get(r)||(i.push(r),n.set(r,[]))).push(t)}),{keys:i,buckets:n}}function Ha(t,e,n,i,r){var o=null==e||"auto"===e;if(null==i)return i;if(et(i))return Bo(f=ya(n||0,i,r),o?Math.max(Fo(n||0),Fo(i)):e);if(Q(i))return r<1?n:i;for(var a=[],s=n,l=i,u=Math.max(s?s.length:0,l.length),c=0;c<u;++c){var h=t.getDimensionInfo(c);if(h&&"ordinal"===h.type)a[c]=(r<1&&s?s:l)[c];else{var p=s&&s[c]?s[c]:0,d=l[c],f=ya(p,d,r);a[c]=Bo(f,o?Math.max(Fo(p),Fo(d)):e)}}return a}var Ua=function(){function t(){}return t.prototype.reset=function(t,e,n,i){return this._list=t,this._step=i=i||1,this._idx=e,this._end=null!=n?n:i>0?t.length:0,this.item=null,this.key=NaN,this},t.prototype.next=function(){return(this._step>0?this._idx<this._end:this._idx>=this._end)&&(this.item=this._list[this._idx],this.key=this._idx=this._idx+this._step,!0)},t}();function Ya(t){t.option=t.parentModel=t.ecModel=null}var Xa="___EC__COMPONENT__CONTAINER___",Za="___EC__EXTENDED_CLASS___";function ja(t){var e={main:"",sub:""};if(t){var n=t.split(".");e.main=n[0]||"",e.sub=n[1]||""}return e}function qa(t,e){t.$constructor=t,t.extend=function(t){"production"!==process.env.NODE_ENV&&H(e,function(e){t[e]||console.warn("Method `"+e+"` should be implemented"+(t.type?" in "+t.type:"")+".")});var i,r,o=this;return J(r=o)&&/^class\s/.test(Function.prototype.toString.call(r))?i=function(t){function e(){return t.apply(this,arguments)||this}return n(e,t),e}(o):(i=function(){(t.$constructor||o).apply(this,arguments)},G(i,this)),R(i.prototype,t),i[Za]=!0,i.extend=this.extend,i.superCall=Ja,i.superApply=Qa,i.superClass=o,i}}function Ka(t,e){t.extend=e.extend}var $a=Math.round(10*Math.random());function Ja(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 Qa(t,e,n){return this.superClass.prototype[e].apply(t,n)}function ts(t){var e={};t.registerClass=function(t){var n,i=t.type||t.prototype.type;if(i){gt(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(n=i),'componentType "'+n+'" illegal'),t.prototype.type=i;var r=ja(i);if(r.sub){if(r.sub!==Xa){var o=function(t){var n=e[t.main];n&&n[Xa]||((n=e[t.main]={})[Xa]=!0);return n}(r);o[r.sub]=t}}else"production"!==process.env.NODE_ENV&&e[r.main]&&console.warn(r.main+" exists."),e[r.main]=t}return t},t.getClass=function(t,n,i){var r=e[t];if(r&&r[Xa]&&(r=n?r[n]:null),i&&!r)throw new Error(n?"Component "+t+"."+(n||"")+" is used but not imported.":t+".type should be specified.");return r},t.getClassesByMainType=function(t){var n=ja(t),i=[],r=e[n.main];return r&&r[Xa]?H(r,function(t,e){e!==Xa&&i.push(t)}):i.push(r),i},t.hasClass=function(t){var n=ja(t);return!!e[n.main]},t.getAllClassMainTypes=function(){var t=[];return H(e,function(e,n){t.push(n)}),t},t.hasSubTypes=function(t){var n=ja(t),i=e[n.main];return i&&i[Xa]}}function es(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&&B(i,s)>=0||r&&B(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var ns=es([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),is=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return ns(this,t,e)},t}(),rs=new li(50);function os(t){if("string"==typeof t){var e=rs.get(t);return e&&e.image}return t}function as(t,e,n,i,r){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=rs.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?!ls(e=o.image)&&o.pending.push(a):((e=y.loadImage(t,ss,ss)).__zrImageSrc=t,rs.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function ss(){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 ls(t){return t&&t.width&&t.height}var us=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function cs(t,e,n,i,r,o){if(!n)return t.text="",void(t.isTruncated=!1);var a=(e+"").split("\n");o=hs(n,i,r,o);for(var s=!1,l={},u=0,c=a.length;u<c;u++)ps(l,a[u],o),a[u]=l.textLine,s=s||l.isTruncated;t.text=a.join("\n"),t.isTruncated=s}function hs(t,e,n,i){var r=R({},i=i||{});n=ht(n,"..."),r.maxIterations=ht(i.maxIterations,2);var o=r.minChar=ht(i.minChar,0),a=r.fontMeasureInfo=Kr(e),s=a.asciiCharWidth;r.placeholder=ht(i.placeholder,"");for(var l=t=Math.max(0,t-1),u=0;u<o&&l>=s;u++)l-=s;var c=to(a,n);return c>l&&(n="",c=0),l=t-c,r.ellipsis=n,r.ellipsisWidth=c,r.contentWidth=l,r.containerWidth=t,r}function ps(t,e,n){var i=n.containerWidth,r=n.contentWidth,o=n.fontMeasureInfo;if(!i)return t.textLine="",void(t.isTruncated=!1);var a=to(o,e);if(a<=i)return t.textLine=e,void(t.isTruncated=!1);for(var s=0;;s++){if(a<=r||s>=n.maxIterations){e+=n.ellipsis;break}var l=0===s?ds(e,r,o):a>0?Math.floor(e.length*r/a):0;a=to(o,e=e.substr(0,l))}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function ds(t,e,n){for(var i=0,r=0,o=t.length;r<o&&i<e;r++)i+=Qr(n,t.charCodeAt(r));return r}var fs=function(){},gs=function(t){this.tokens=[],t&&(this.tokens=t)},vs=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 ys(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 p=l.padding,d=p?p[1]+p[3]:0;if(null!=l.width&&"auto"!==l.width){var f=ao(l.width,i.width)+d;u.length>0&&f+i.accumWidth>i.width&&(o=e.split("\n"),h=!0),i.accumWidth=f}else{var g=_s(e,c,i.width,i.breakAll,i.accumWidth);i.accumWidth=g.accumWidth+d,a=g.linesWidths,o=g.lines}}o||(o=e.split("\n"));for(var v=Kr(c),y=0;y<o.length;y++){var m=o[y],x=new fs;if(x.styleName=r,x.text=m,x.isLineHolder=!m&&!s,"number"==typeof l.width?x.width=l.width:x.width=a?a[y]:to(v,m),y||h)u.push(new gs([x]));else{var _=(u[u.length-1]||(u[0]=new gs)).tokens,b=_.length;1===b&&_[0].isLineHolder?_[0]=x:(m||!b||s)&&_.push(x)}}}var ms=Y(",&?/;] ".split(""),function(t,e){return t[e]=!0,t},{});function xs(t){return!function(t){var e=t.charCodeAt(0);return e>=32&&e<=591||e>=880&&e<=4351||e>=4608&&e<=5119||e>=7680&&e<=8303}(t)||!!ms[t]}function _s(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=Kr(e),p=0;p<t.length;p++){var d=t.charAt(p);if("\n"!==d){var f=Qr(h,d.charCodeAt(0)),g=!i&&!xs(d);(o.length?c+f>n:r+c+f>n)?c?(s||l)&&(g?(s||(s=l,l="",c=u=0),o.push(s),a.push(c-u),l+=d,s="",c=u+=f):(l&&(s+=l,l="",u=0),o.push(s),a.push(c),s=d,c=f)):g?(o.push(l),a.push(u),l=d,u=f):(o.push(d),a.push(f)):(c+=f,g?(l+=d,u+=f):(l&&(s+=l,l="",u=0),s+=d))}else l&&(s+=l,c+=u),o.push(s),a.push(c),s="",l="",u=0,c=0}return l&&(s+=l),s&&(o.push(s),a.push(c)),1===o.length&&(c+=r),{accumWidth:c,lines:o,linesWidths:a}}function bs(t,e,n,i,r,o){if(t.baseX=n,t.baseY=i,t.outerWidth=t.outerHeight=null,e){var a=2*e.width,s=2*e.height;an.set(ws,io(n,a,r),ro(i,s,o),a,s),an.intersect(e,ws,null,Ss);var l=Ss.outIntersectRect;t.outerWidth=l.width,t.outerHeight=l.height,t.baseX=io(l.x,l.width,r,!0),t.baseY=ro(l.y,l.height,o,!0)}}var ws=new an(0,0,0,0),Ss={outIntersectRect:{},clamp:!0};function Ms(t){return null!=t?t+="":t=""}function Is(t,e,n,i){var r=new an(io(t.x||0,e,t.textAlign),ro(t.y||0,n,t.textBaseline),e,n),o=null!=i?i:Ts(t)?t.lineWidth:0;return o>0&&(r.x-=o/2,r.y-=o/2,r.width+=o,r.height+=o),r}function Ts(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}var Cs="__zr_style_"+Math.round(10*Math.random()),Ds={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},As={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};Ds[Cs]=!0;var ks=["z","z2","invisible"],Ls=["invisible"],Ns=function(t){function e(e){return t.call(this,e)||this}var i;return n(e,t),e.prototype._init=function(e){for(var n=j(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({})},e.prototype.beforeBrush=function(){},e.prototype.afterBrush=function(){},e.prototype.innerBeforeBrush=function(){},e.prototype.innerAfterBrush=function(){},e.prototype.shouldBePainted=function(t,e,n,i){var r=this.transform;if(this.ignore||this.invisible||0===this.style.opacity||this.culling&&function(t,e,n){Es.copy(t.getBoundingRect()),t.transform&&Es.applyTransform(t.transform);return Os.width=e,Os.height=n,!Es.intersect(Os)}(this,t,e)||r&&!r[0]&&!r[3])return!1;if(n&&this.__clipPaths&&this.__clipPaths.length)for(var o=0;o<this.__clipPaths.length;++o)if(this.__clipPaths[o].isZeroArea())return!1;if(i&&this.parent)for(var a=this.parent;a;){if(a.ignore)return!1;a=a.parent}return!0},e.prototype.contain=function(t,e){return this.rectContain(t,e)},e.prototype.traverse=function(t,e){t.call(e,this)},e.prototype.rectContain=function(t,e){var n=this.transformCoordToLocal(t,e);return this.getBoundingRect().contain(n[0],n[1])},e.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 an(0,0,0,0)),e?an.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},e.prototype.setPrevPaintRect=function(t){t?(this._prevPaintRect=this._prevPaintRect||new an(0,0,0,0),this._prevPaintRect.copy(t)):this._prevPaintRect=null},e.prototype.getPrevPaintRect=function(){return this._prevPaintRect},e.prototype.animateStyle=function(t){return this.animate("style",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():this.markRedraw()},e.prototype.attrKV=function(e,n){"style"!==e?t.prototype.attrKV.call(this,e,n):this.style?this.setStyle(n):this.useStyle(n)},e.prototype.setStyle=function(t,e){return"string"==typeof t?this.style[t]=e:R(this.style,t),this.dirtyStyle(),this},e.prototype.dirtyStyle=function(t){t||this.markRedraw(),this.__dirty|=2,this._rect&&(this._rect=null)},e.prototype.dirty=function(){this.dirtyStyle()},e.prototype.styleChanged=function(){return!!(2&this.__dirty)},e.prototype.styleUpdated=function(){this.__dirty&=-3},e.prototype.createStyle=function(t){return It(Ds,t)},e.prototype.useStyle=function(t){t[Cs]||(t=this.createStyle(t)),this.__inHover?this.__hoverStyle=t:this.style=t,this.dirtyStyle()},e.prototype.isStyleObject=function(t){return t[Cs]},e.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,ks)},e.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=j(u),h=0;h<c.length;h++){(d=c[h])in s&&(s[d]=s[d],this.style[d]=u[d])}var p=j(s);for(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);var f=this.__inHover?Ls:ks;for(h=0;h<f.length;h++){d=f[h];n&&null!=n[d]?this[d]=n[d]:l&&null!=i[d]&&(this[d]=i[d])}},e.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},e.prototype._mergeStyle=function(t,e){return R(t,e),t},e.prototype.getAnimationStyleProps=function(){return As},e.initDefaultProps=((i=e.prototype).type="displayable",i.invisible=!1,i.z=0,i.z2=0,i.zlevel=0,i.culling=!1,i.cursor="pointer",i.rectHover=!1,i.incremental=!1,i._rect=null,i.dirtyRectTolerance=0,void(i.__dirty=3)),e}(_o),Es=new an(0,0,0,0),Os=new an(0,0,0,0);var Ps=Ns,Rs=Math.min,Vs=Math.max,zs=Math.sin,Bs=Math.cos,Gs=2*Math.PI,Fs=Nt(),Ws=Nt(),Hs=Nt();function Us(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++)i=t[l],r=Rs(r,i[0]),o=Vs(o,i[0]),a=Rs(a,i[1]),s=Vs(s,i[1]);e[0]=r,e[1]=a,n[0]=o,n[1]=s}}function Ys(t,e,n,i,r,o){r[0]=Rs(t,n),r[1]=Rs(e,i),o[0]=Vs(t,n),o[1]=Vs(e,i)}var Xs=[],Zs=[];function js(t,e,n,i,r,o,a,s,l,u){var c=Xn,h=Hn,p=c(t,n,r,a,Xs);l[0]=1/0,l[1]=1/0,u[0]=-1/0,u[1]=-1/0;for(var d=0;d<p;d++){var f=h(t,n,r,a,Xs[d]);l[0]=Rs(f,l[0]),u[0]=Vs(f,u[0])}p=c(e,i,o,s,Zs);for(d=0;d<p;d++){var g=h(e,i,o,s,Zs[d]);l[1]=Rs(g,l[1]),u[1]=Vs(g,u[1])}l[0]=Rs(t,l[0]),u[0]=Vs(t,u[0]),l[0]=Rs(a,l[0]),u[0]=Vs(a,u[0]),l[1]=Rs(e,l[1]),u[1]=Vs(e,u[1]),l[1]=Rs(s,l[1]),u[1]=Vs(s,u[1])}function qs(t,e,n,i,r,o,a,s){var l=Jn,u=Kn,c=Vs(Rs(l(t,n,r),1),0),h=Vs(Rs(l(e,i,o),1),0),p=u(t,n,r,c),d=u(e,i,o,h);a[0]=Rs(t,r,p),a[1]=Rs(e,o,d),s[0]=Vs(t,r,p),s[1]=Vs(e,o,d)}function Ks(t,e,n,i,r,o,a,s,l){var u=$t,c=Jt,h=Math.abs(r-o);if(h%Gs<1e-4&&h>1e-4)return s[0]=t-n,s[1]=e-i,l[0]=t+n,void(l[1]=e+i);if(Fs[0]=Bs(r)*n+t,Fs[1]=zs(r)*i+e,Ws[0]=Bs(o)*n+t,Ws[1]=zs(o)*i+e,u(s,Fs,Ws),c(l,Fs,Ws),(r%=Gs)<0&&(r+=Gs),(o%=Gs)<0&&(o+=Gs),r>o&&!a?o+=Gs:r<o&&a&&(r+=Gs),a){var p=o;o=r,r=p}for(var d=0;d<o;d+=Math.PI/2)d>r&&(Hs[0]=Bs(d)*n+t,Hs[1]=zs(d)*i+e,u(s,Hs,s),c(l,Hs,l))}var $s={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Js=[],Qs=[],tl=[],el=[],nl=[],il=[],rl=Math.min,ol=Math.max,al=Math.cos,sl=Math.sin,ll=Math.abs,ul=Math.PI,cl=2*ul,hl="undefined"!=typeof Float32Array,pl=[];function dl(t){return Math.round(t/ul*1e8)/1e8%2*ul}function fl(t,e){var n=dl(t[0]);n<0&&(n+=cl);var i=n-t[0],r=t[1];r+=i,!e&&r-n>=cl?r=n+cl:e&&n-r>=cl?r=n-cl:!e&&n>r?r=n+(cl-dl(n-r)):e&&n<r&&(r=n-(cl-dl(r-n))),t[0]=n,t[1]=r}var gl=function(){function t(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=[])}var e;return t.prototype.increaseVersion=function(){this._version++},t.prototype.getVersion=function(){return this._version},t.prototype.setScale=function(t,e,n){(n=n||0)>0&&(this._ux=ll(n/Pr/t)||0,this._uy=ll(n/Pr/e)||0)},t.prototype.setDPR=function(t){this.dpr=t},t.prototype.setContext=function(t){this._ctx=t},t.prototype.getContext=function(){return this._ctx},t.prototype.beginPath=function(){return this._ctx&&this._ctx.beginPath(),this.reset(),this},t.prototype.reset=function(){this._saveData&&(this._len=0),this._pathSegLen&&(this._pathSegLen=null,this._pathLen=0),this._version++},t.prototype.moveTo=function(t,e){return this._drawPendingPt(),this.addData($s.M,t,e),this._ctx&&this._ctx.moveTo(t,e),this._x0=t,this._y0=e,this._xi=t,this._yi=e,this},t.prototype.lineTo=function(t,e){var n=ll(t-this._xi),i=ll(e-this._yi),r=n>this._ux||i>this._uy;if(this.addData($s.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},t.prototype.bezierCurveTo=function(t,e,n,i,r,o){return this._drawPendingPt(),this.addData($s.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},t.prototype.quadraticCurveTo=function(t,e,n,i){return this._drawPendingPt(),this.addData($s.Q,t,e,n,i),this._ctx&&this._ctx.quadraticCurveTo(t,e,n,i),this._xi=n,this._yi=i,this},t.prototype.arc=function(t,e,n,i,r,o){this._drawPendingPt(),pl[0]=i,pl[1]=r,fl(pl,o),i=pl[0];var a=(r=pl[1])-i;return this.addData($s.A,t,e,n,n,i,a,0,o?0:1),this._ctx&&this._ctx.arc(t,e,n,i,r,o),this._xi=al(r)*n+t,this._yi=sl(r)*n+e,this},t.prototype.arcTo=function(t,e,n,i,r){return this._drawPendingPt(),this._ctx&&this._ctx.arcTo(t,e,n,i,r),this},t.prototype.rect=function(t,e,n,i){return this._drawPendingPt(),this._ctx&&this._ctx.rect(t,e,n,i),this.addData($s.R,t,e,n,i),this},t.prototype.closePath=function(){this._drawPendingPt(),this.addData($s.Z);var t=this._ctx,e=this._x0,n=this._y0;return t&&t.closePath(),this._xi=e,this._yi=n,this},t.prototype.fill=function(t){t&&t.fill(),this.toStatic()},t.prototype.stroke=function(t){t&&t.stroke(),this.toStatic()},t.prototype.len=function(){return this._len},t.prototype.setData=function(t){if(this._saveData){var e=t.length;this.data&&this.data.length===e||!hl||(this.data=new Float32Array(e));for(var n=0;n<e;n++)this.data[n]=t[n];this._len=e}},t.prototype.appendPath=function(t){if(this._saveData){t instanceof Array||(t=[t]);for(var e=t.length,n=0,i=this._len,r=0;r<e;r++)n+=t[r].len();var o=this.data;if(hl&&(o instanceof Float32Array||!o)&&(this.data=new Float32Array(i+n),i>0&&o))for(var a=0;a<i;a++)this.data[a]=o[a];for(r=0;r<e;r++){var s=t[r].data;for(a=0;a<s.length;a++)this.data[i++]=s[a]}this._len=i}},t.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]}},t.prototype._drawPendingPt=function(){this._pendingPtDist>0&&(this._ctx&&this._ctx.lineTo(this._pendingPtX,this._pendingPtY),this._pendingPtDist=0)},t.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}},t.prototype.toStatic=function(){if(this._saveData){this._drawPendingPt();var t=this.data;t instanceof Array&&(t.length=this._len,hl&&this._len>11&&(this.data=new Float32Array(t)))}},t.prototype.getBoundingRect=function(){tl[0]=tl[1]=nl[0]=nl[1]=Number.MAX_VALUE,el[0]=el[1]=il[0]=il[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&&(r=n=e[t],o=i=e[t+1]),a){case $s.M:n=r=e[t++],i=o=e[t++],nl[0]=r,nl[1]=o,il[0]=r,il[1]=o;break;case $s.L:Ys(n,i,e[t],e[t+1],nl,il),n=e[t++],i=e[t++];break;case $s.C:js(n,i,e[t++],e[t++],e[t++],e[t++],e[t],e[t+1],nl,il),n=e[t++],i=e[t++];break;case $s.Q:qs(n,i,e[t++],e[t++],e[t],e[t+1],nl,il),n=e[t++],i=e[t++];break;case $s.A:var l=e[t++],u=e[t++],c=e[t++],h=e[t++],p=e[t++],d=e[t++]+p;t+=1;var f=!e[t++];s&&(r=al(p)*c+l,o=sl(p)*h+u),Ks(l,u,c,h,p,d,f,nl,il),n=al(d)*c+l,i=sl(d)*h+u;break;case $s.R:Ys(r=n=e[t++],o=i=e[t++],r+e[t++],o+e[t++],nl,il);break;case $s.Z:n=r,i=o}$t(tl,tl,nl),Jt(el,el,il)}return 0===t&&(tl[0]=tl[1]=el[0]=el[1]=0),new an(tl[0],tl[1],el[0]-tl[0],el[1]-tl[1])},t.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 p=t[h++],d=1===h;d&&(a=r=t[h],s=o=t[h+1]);var f=-1;switch(p){case $s.M:r=a=t[h++],o=s=t[h++];break;case $s.L:var g=t[h++],v=(x=t[h++])-o;(ll(A=g-r)>n||ll(v)>i||h===e-1)&&(f=Math.sqrt(A*A+v*v),r=g,o=x);break;case $s.C:var y=t[h++],m=t[h++],x=(g=t[h++],t[h++]),_=t[h++],b=t[h++];f=qn(r,o,y,m,g,x,_,b,10),r=_,o=b;break;case $s.Q:f=ei(r,o,y=t[h++],m=t[h++],g=t[h++],x=t[h++],10),r=g,o=x;break;case $s.A:var w=t[h++],S=t[h++],M=t[h++],I=t[h++],T=t[h++],C=t[h++],D=C+T;h+=1,d&&(a=al(T)*M+w,s=sl(T)*I+S),f=ol(M,I)*rl(cl,Math.abs(C)),r=al(D)*M+w,o=sl(D)*I+S;break;case $s.R:a=r=t[h++],s=o=t[h++],f=2*t[h++]+2*t[h++];break;case $s.Z:var A=a-r;v=s-o;f=Math.sqrt(A*A+v*v),r=a,o=s}f>=0&&(l[c++]=f,u+=f)}return this._pathLen=u,u},t.prototype.rebuildPath=function(t,e){var n,i,r,o,a,s,l,u,c,h,p=this.data,d=this._ux,f=this._uy,g=this._len,v=e<1,y=0,m=0,x=0;if(!v||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=e*this._pathLen))t:for(var _=0;_<g;){var b=p[_++],w=1===_;switch(w&&(n=r=p[_],i=o=p[_+1]),b!==$s.L&&x>0&&(t.lineTo(c,h),x=0),b){case $s.M:n=r=p[_++],i=o=p[_++],t.moveTo(r,o);break;case $s.L:a=p[_++],s=p[_++];var S=ll(a-r),M=ll(s-o);if(S>d||M>f){if(v){if(y+(j=l[m++])>u){var I=(u-y)/j;t.lineTo(r*(1-I)+a*I,o*(1-I)+s*I);break t}y+=j}t.lineTo(a,s),r=a,o=s,x=0}else{var T=S*S+M*M;T>x&&(c=a,h=s,x=T)}break;case $s.C:var C=p[_++],D=p[_++],A=p[_++],k=p[_++],L=p[_++],N=p[_++];if(v){if(y+(j=l[m++])>u){Zn(r,C,A,L,I=(u-y)/j,Js),Zn(o,D,k,N,I,Qs),t.bezierCurveTo(Js[1],Qs[1],Js[2],Qs[2],Js[3],Qs[3]);break t}y+=j}t.bezierCurveTo(C,D,A,k,L,N),r=L,o=N;break;case $s.Q:C=p[_++],D=p[_++],A=p[_++],k=p[_++];if(v){if(y+(j=l[m++])>u){Qn(r,C,A,I=(u-y)/j,Js),Qn(o,D,k,I,Qs),t.quadraticCurveTo(Js[1],Qs[1],Js[2],Qs[2]);break t}y+=j}t.quadraticCurveTo(C,D,A,k),r=A,o=k;break;case $s.A:var E=p[_++],O=p[_++],P=p[_++],R=p[_++],V=p[_++],z=p[_++],B=p[_++],G=!p[_++],F=P>R?P:R,W=ll(P-R)>.001,H=V+z,U=!1;if(v)y+(j=l[m++])>u&&(H=V+z*(u-y)/j,U=!0),y+=j;if(W&&t.ellipse?t.ellipse(E,O,P,R,B,V,H,G):t.arc(E,O,F,V,H,G),U)break t;w&&(n=al(V)*P+E,i=sl(V)*R+O),r=al(H)*P+E,o=sl(H)*R+O;break;case $s.R:n=r=p[_],i=o=p[_+1],a=p[_++],s=p[_++];var Y=p[_++],X=p[_++];if(v){if(y+(j=l[m++])>u){var Z=u-y;t.moveTo(a,s),t.lineTo(a+rl(Z,Y),s),(Z-=Y)>0&&t.lineTo(a+Y,s+rl(Z,X)),(Z-=X)>0&&t.lineTo(a+ol(Y-Z,0),s+X),(Z-=Y)>0&&t.lineTo(a,s+ol(X-Z,0));break t}y+=j}t.rect(a,s,Y,X);break;case $s.Z:if(v){var j;if(y+(j=l[m++])>u){I=(u-y)/j;t.lineTo(r*(1-I)+n*I,o*(1-I)+i*I);break t}y+=j}t.closePath(),r=n,o=i}}},t.prototype.clone=function(){var e=new t,n=this.data;return e.data=n.slice?n.slice():Array.prototype.slice.call(n),e._len=this._len,e},t.prototype.canSave=function(){return!!this._saveData},t.CMD=$s,t.initDefaultProps=((e=t.prototype)._saveData=!0,e._ux=0,e._uy=0,e._pendingPtDist=0,void(e._version=0)),t}(),vl=gl;function yl(t,e,n,i,r,o,a){if(0===r)return!1;var s=r,l=0;if(a>e+s&&a>i+s||a<e-s&&a<i-s||o>t+s&&o>n+s||o<t-s&&o<n-s)return!1;if(t===n)return Math.abs(o-t)<=s/2;var u=(l=(e-i)/(t-n))*o-a+(t*i-n*e)/(t-n);return u*u/(l*l+1)<=s/2*s/2}function ml(t,e,n,i,r,o,a,s,l,u,c){if(0===l)return!1;var h=l;return!(c>e+h&&c>i+h&&c>o+h&&c>s+h||c<e-h&&c<i-h&&c<o-h&&c<s-h||u>t+h&&u>n+h&&u>r+h&&u>a+h||u<t-h&&u<n-h&&u<r-h&&u<a-h)&&jn(t,e,n,i,r,o,a,s,u,c,null)<=h/2}function xl(t,e,n,i,r,o,a,s,l){if(0===a)return!1;var u=a;return!(l>e+u&&l>i+u&&l>o+u||l<e-u&&l<i-u&&l<o-u||s>t+u&&s>n+u&&s>r+u||s<t-u&&s<n-u&&s<r-u)&&ti(t,e,n,i,r,o,s,l,null)<=u/2}var _l=2*Math.PI;function bl(t){return(t%=_l)<0&&(t+=_l),t}var wl=2*Math.PI;function Sl(t,e,n,i,r,o,a,s,l){if(0===a)return!1;var u=a;s-=t,l-=e;var c=Math.sqrt(s*s+l*l);if(c-u>n||c+u<n)return!1;if(Math.abs(i-r)%wl<1e-4)return!0;if(o){var h=i;i=bl(r),r=bl(h)}else i=bl(i),r=bl(r);i>r&&(r+=wl);var p=Math.atan2(l,s);return p<0&&(p+=wl),p>=i&&p<=r||p+wl>=i&&p+wl<=r}function Ml(t,e,n,i,r,o){if(o>e&&o>i||o<e&&o<i)return 0;if(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 Il=vl.CMD,Tl=2*Math.PI;var Cl=[-1,-1,-1],Dl=[-1,-1];function Al(){var t=Dl[0];Dl[0]=Dl[1],Dl[1]=t}function kl(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=Yn(e,i,o,s,u,Cl);if(0===c)return 0;for(var h=0,p=-1,d=void 0,f=void 0,g=0;g<c;g++){var v=Cl[g],y=0===v||1===v?.5:1;Hn(t,n,r,a,v)<l||(p<0&&(p=Xn(e,i,o,s,Dl),Dl[1]<Dl[0]&&p>1&&Al(),d=Hn(e,i,o,s,Dl[0]),p>1&&(f=Hn(e,i,o,s,Dl[1]))),2===p?v<Dl[0]?h+=d<e?y:-y:v<Dl[1]?h+=f<d?y:-y:h+=s<f?y:-y:v<Dl[0]?h+=d<e?y:-y:h+=s<d?y:-y)}return h}function Ll(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(Fn(o))Wn(a)&&(c=-s/a)>=0&&c<=1&&(r[l++]=c);else{var u=a*a-4*o*s;if(Fn(u))(c=-a/(2*o))>=0&&c<=1&&(r[l++]=c);else if(u>0){var c,h=En(u),p=(-a-h)/(2*o);(c=(-a+h)/(2*o))>=0&&c<=1&&(r[l++]=c),p>=0&&p<=1&&(r[l++]=p)}}return l}(e,i,o,s,Cl);if(0===l)return 0;var u=Jn(e,i,o);if(u>=0&&u<=1){for(var c=0,h=Kn(e,i,o,u),p=0;p<l;p++){var d=0===Cl[p]||1===Cl[p]?.5:1;Kn(t,n,r,Cl[p])<a||(Cl[p]<u?c+=h<e?d:-d:c+=o<h?d:-d)}return c}d=0===Cl[0]||1===Cl[0]?.5:1;return Kn(t,n,r,Cl[0])<a?0:o<e?d:-d}function Nl(t,e,n,i,r,o,a,s){if((s-=e)>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);Cl[0]=-l,Cl[1]=l;var u=Math.abs(i-r);if(u<1e-4)return 0;if(u>=Tl-1e-4){i=0,r=Tl;var c=o?1:-1;return a>=Cl[0]+t&&a<=Cl[1]+t?c:0}if(i>r){var h=i;i=r,r=h}i<0&&(i+=Tl,r+=Tl);for(var p=0,d=0;d<2;d++){var f=Cl[d];if(f+t>a){var g=Math.atan2(s,f);c=o?1:-1;g<0&&(g=Tl+g),(g>=i&&g<=r||g+Tl>=i&&g+Tl<=r)&&(g>Math.PI/2&&g<1.5*Math.PI&&(c=-c),p+=c)}}return p}function El(t,e,n,i,r){for(var o,a,s,l,u=t.data,c=t.len(),h=0,p=0,d=0,f=0,g=0,v=0;v<c;){var y=u[v++],m=1===v;switch(y===Il.M&&v>1&&(n||(h+=Ml(p,d,f,g,i,r))),m&&(f=p=u[v],g=d=u[v+1]),y){case Il.M:p=f=u[v++],d=g=u[v++];break;case Il.L:if(n){if(yl(p,d,u[v],u[v+1],e,i,r))return!0}else h+=Ml(p,d,u[v],u[v+1],i,r)||0;p=u[v++],d=u[v++];break;case Il.C:if(n){if(ml(p,d,u[v++],u[v++],u[v++],u[v++],u[v],u[v+1],e,i,r))return!0}else h+=kl(p,d,u[v++],u[v++],u[v++],u[v++],u[v],u[v+1],i,r)||0;p=u[v++],d=u[v++];break;case Il.Q:if(n){if(xl(p,d,u[v++],u[v++],u[v],u[v+1],e,i,r))return!0}else h+=Ll(p,d,u[v++],u[v++],u[v],u[v+1],i,r)||0;p=u[v++],d=u[v++];break;case Il.A:var x=u[v++],_=u[v++],b=u[v++],w=u[v++],S=u[v++],M=u[v++];v+=1;var I=!!(1-u[v++]);o=Math.cos(S)*b+x,a=Math.sin(S)*w+_,m?(f=o,g=a):h+=Ml(p,d,o,a,i,r);var T=(i-x)*w/b+x;if(n){if(Sl(x,_,w,S,S+M,I,e,T,r))return!0}else h+=Nl(x,_,w,S,S+M,I,T,r);p=Math.cos(S+M)*b+x,d=Math.sin(S+M)*w+_;break;case Il.R:if(f=p=u[v++],g=d=u[v++],o=f+u[v++],a=g+u[v++],n){if(yl(f,g,o,g,e,i,r)||yl(o,g,o,a,e,i,r)||yl(o,a,f,a,e,i,r)||yl(f,a,f,g,e,i,r))return!0}else h+=Ml(o,g,o,a,i,r),h+=Ml(f,a,f,g,i,r);break;case Il.Z:if(n){if(yl(p,d,f,g,e,i,r))return!0}else h+=Ml(p,d,f,g,i,r);p=f,d=g}}return n||(s=d,l=g,Math.abs(s-l)<1e-4)||(h+=Ml(p,d,f,g,i,r)||0),0!==h}var Ol=V({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},Ds),Pl={style:V({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},As.style)},Rl=Xr.concat(["invisible","culling","z","z2","zlevel","parent"]),Vl=function(t){function e(e){return t.call(this,e)||this}var i;return n(e,t),e.prototype.update=function(){var n=this;t.prototype.update.call(this);var i=this.style;if(i.decal){var r=this._decalEl=this._decalEl||new e;r.buildPath===e.prototype.buildPath&&(r.buildPath=function(t){n.buildPath(t,n.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<Rl.length;++s)r[Rl[s]]=this[Rl[s]];r.__dirty|=1}else this._decalEl&&(this._decalEl=null)},e.prototype.getDecalElement=function(){return this._decalEl},e.prototype._init=function(e){var n=j(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?R(this.style,a):this.useStyle(a):"shape"===o?R(this.shape,a):t.prototype.attrKV.call(this,o,a)}this.style||this.useStyle({})},e.prototype.getDefaultStyle=function(){return null},e.prototype.getDefaultShape=function(){return{}},e.prototype.canBeInsideText=function(){return this.hasFill()},e.prototype.getInsideTextFill=function(){var t=this.style.fill;if("none"!==t){if(Q(t)){var e=Li(t,0);return e>.5?Rr:e>.2?"#eee":Vr}if(t)return Vr}return Rr},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(Q(e)){var n=this.__zr;if(!(!n||!n.isDarkMode())===Li(t,0)<.4)return e}},e.prototype.buildPath=function(t,e,n){},e.prototype.pathUpdated=function(){this.__dirty&=-5},e.prototype.getUpdatedPathProxy=function(t){return!this.path&&this.createPathProxy(),this.path.beginPath(),this.buildPath(this.path,this.shape,t),this.path},e.prototype.createPathProxy=function(){this.path=new vl(!1)},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.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},e.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)),function(t,e,n,i){return El(t,e,!0,n,i)}(o,a/s,t,e)))return!0}if(this.hasFill())return function(t,e,n){return El(t,0,!1,e,n)}(o,t,e)}return!1},e.prototype.dirtyShape=function(){this.__dirty|=4,this._rect&&(this._rect=null),this._decalEl&&this._decalEl.dirtyShape(),this.markRedraw()},e.prototype.dirty=function(){this.dirtyStyle(),this.dirtyShape()},e.prototype.animateShape=function(t){return this.animate("shape",t)},e.prototype.updateDuringAnimation=function(t){"style"===t?this.dirtyStyle():"shape"===t?this.dirtyShape():this.markRedraw()},e.prototype.attrKV=function(e,n){"shape"===e?this.setShape(n):t.prototype.attrKV.call(this,e,n)},e.prototype.setShape=function(t,e){var n=this.shape;return n||(n=this.shape={}),"string"==typeof t?n[t]=e:R(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(4&this.__dirty)},e.prototype.createStyle=function(t){return It(Ol,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=R({},this.shape))},e.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=R({},i.shape),R(s,n.shape)):(s=R({},r?this.shape:i.shape),R(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=R({},this.shape);for(var u={},c=j(s),h=0;h<c.length;h++){var p=c[h];"object"==typeof s[p]?this.shape[p]=s[p]:u[p]=s[p]}this._transitionState(e,{shape:u},a)}else this.shape=s,this.dirtyShape()},e.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},e.prototype.getAnimationStyleProps=function(){return Pl},e.prototype.isZeroArea=function(){return!1},e.extend=function(t){var i=function(e){function i(n){var i=e.call(this,n)||this;return t.init&&t.init.call(i,n),i}return n(i,e),i.prototype.getDefaultStyle=function(){return E(t.style)},i.prototype.getDefaultShape=function(){return E(t.shape)},i}(e);for(var r in t)"function"==typeof t[r]&&(i.prototype[r]=t[r]);return i},e.initDefaultProps=((i=e.prototype).type="path",i.strokeContainThreshold=5,i.segmentIgnoreThreshold=0,i.subPixelOptimize=!1,i.autoBatch=!1,void(i.__dirty=7)),e}(Ps),zl=Vl,Bl=V({strokeFirst:!0,font:d,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},Ol),Gl=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.hasStroke=function(){return Ts(this.style)},e.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},e.prototype.createStyle=function(t){return It(Bl,t)},e.prototype.setBoundingRect=function(t){this._rect=t},e.prototype.getBoundingRect=function(){var t,e,n;return this._rect||(this._rect=(t=this.style,e=Ms(t.text),n=t.font,Is(t,to(Kr(n),e),oo(n),null))),this._rect},e.initDefaultProps=void(e.prototype.dirtyRectTolerance=10),e}(Ps);Gl.prototype.type="tspan";var Fl=Gl,Wl=V({x:0,y:0},Ds),Hl={style:V({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},As.style)};var Ul=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.createStyle=function(t){return It(Wl,t)},e.prototype._getSize=function(t){var e=this.style,n=e[t];if(null!=n)return n;var i,r=(i=e.image)&&"string"!=typeof i&&i.width&&i.height?e.image:this.__image;if(!r)return 0;var o="width"===t?"height":"width",a=e[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 Hl},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new an(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(Ps);Ul.prototype.type="image";var Yl=Ul;var Xl=Math.round;function Zl(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?(Xl(2*i)===Xl(2*r)&&(t.x1=t.x2=ql(i,s,!0)),Xl(2*o)===Xl(2*a)&&(t.y1=t.y2=ql(o,s,!0)),t):t}}function jl(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=ql(i,s,!0),t.y=ql(r,s,!0),t.width=Math.max(ql(i+o,s,!1)-t.x,0===o?0:1),t.height=Math.max(ql(r+a,s,!1)-t.y,0===a?0:1),t):t}}function ql(t,e,n){if(!e)return t;var i=Xl(2*t);return(i+Xl(e))%2==0?i/2:(i+(n?1:-1))/2}var Kl=function(){this.x=0,this.y=0,this.width=0,this.height=0},$l={},Jl=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Kl},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=jl($l,e,this.style);n=a.x,i=a.y,r=a.width,o=a.height,a.r=e.r,e=a}else n=e.x,i=e.y,r=e.width,o=e.height;e.r?function(t,e){var n,i,r,o,a,s=e.x,l=e.y,u=e.width,c=e.height,h=e.r;u<0&&(s+=u,u=-u),c<0&&(l+=c,c=-c),"number"==typeof h?n=i=r=o=h:h instanceof Array?1===h.length?n=i=r=o=h[0]:2===h.length?(n=r=h[0],i=o=h[1]):3===h.length?(n=h[0],i=o=h[1],r=h[2]):(n=h[0],i=h[1],r=h[2],o=h[3]):n=i=r=o=0,n+i>u&&(n*=u/(a=n+i),i*=u/a),r+o>u&&(r*=u/(a=r+o),o*=u/a),i+r>c&&(i*=c/(a=i+r),r*=c/a),n+o>c&&(n*=c/(a=n+o),o*=c/a),t.moveTo(s+n,l),t.lineTo(s+u-i,l),0!==i&&t.arc(s+u-i,l+i,i,-Math.PI/2,0),t.lineTo(s+u,l+c-r),0!==r&&t.arc(s+u-r,l+c-r,r,0,Math.PI/2),t.lineTo(s+o,l+c),0!==o&&t.arc(s+o,l+c-o,o,Math.PI/2,Math.PI),t.lineTo(s,l+n),0!==n&&t.arc(s+n,l+n,n,Math.PI,1.5*Math.PI)}(t,e):t.rect(n,i,r,o)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(zl);Jl.prototype.type="rect";var Ql=Jl,tu={fill:"#000"},eu={},nu={style:V({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},As.style)},iu=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=tu,n.attr(e),n}return n(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,cu(t=this.style),H(t.rich,cu),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 an(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||tu},e.prototype.setTextContent=function(t){if("production"!==process.env.NODE_ENV)throw new Error("Can't attach text on another text")},e.prototype._mergeStyle=function(t,e){if(!e)return t;var n=e.rich,i=t.rich||n&&{};return R(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=j(e),i=0;i<n.length;i++){var r=n[i];t[r]=t[r]||{},R(t[r],e[r])}},e.prototype.getAnimationStyleProps=function(){return nu},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||d,n=t.padding,i=this._defaultStyle,r=t.x||0,o=t.y||0,a=t.align||i.align||"left",s=t.verticalAlign||i.verticalAlign||"top";bs(eu,i.overflowRect,r,o,a,s),r=eu.baseX,o=eu.baseY;var l=function(t,e,n,i){var r=Ms(t),o=e.overflow,a=e.padding,s=a?a[1]+a[3]:0,l=a?a[0]+a[2]:0,u=e.font,c="truncate"===o,h=oo(u),p=ht(e.lineHeight,h),d="truncate"===e.lineOverflow,f=!1,g=e.width;null==g&&null!=n&&(g=n-s);var v,y=e.height;null==y&&null!=i&&(y=i-l);var m=(v=null==g||"break"!==o&&"breakAll"!==o?r?r.split("\n"):[]:r?_s(r,e.font,g,"breakAll"===o,0).lines:[]).length*p;if(null==y&&(y=m),m>y&&d){var x=Math.floor(y/p);f=f||v.length>x,m=(v=v.slice(0,x)).length*p}if(r&&c&&null!=g)for(var _=hs(g,u,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),b={},w=0;w<v.length;w++)ps(b,v[w],_),v[w]=b.textLine,f=f||b.isTruncated;var S=y,M=0,I=Kr(u);for(w=0;w<v.length;w++)M=Math.max(to(I,v[w]),M);null==g&&(g=M);var T=g;return{lines:v,height:y,outerWidth:T+=s,outerHeight:S+=l,lineHeight:p,calculatedLineHeight:h,contentWidth:M,contentHeight:m,width:g,isTruncated:f}}(fu(t),t,eu.outerWidth,eu.outerHeight),u=gu(t),c=!!t.backgroundColor,h=l.outerHeight,p=l.outerWidth,f=l.lines,g=l.lineHeight;this.isTruncated=!!l.isTruncated;var v=r,y=ro(o,l.contentHeight,s);if(u||n){var m=io(r,p,a),x=ro(o,h,s);u&&this._renderBackground(t,t,m,x,p,h)}y+=g/2,n&&(v=du(r,a,n),"top"===s?y+=n[0]:"bottom"===s&&(y-=n[2]));for(var _=0,b=!1,w=!1,S=(pu("fill"in t?t.fill:(w=!0,i.fill))),M=(hu("stroke"in t?t.stroke:c||i.autoStroke&&!w?null:(_=2,b=!0,i.stroke))),I=t.textShadowBlur>0,T=0;T<f.length;T++){var C=this._getOrCreateChild(Fl),D=C.createStyle();C.useStyle(D),D.text=f[T],D.x=v,D.y=y,a&&(D.textAlign=a),D.textBaseline="middle",D.opacity=t.opacity,D.strokeFirst=!0,I&&(D.shadowBlur=t.textShadowBlur||0,D.shadowColor=t.textShadowColor||"transparent",D.shadowOffsetX=t.textShadowOffsetX||0,D.shadowOffsetY=t.textShadowOffsetY||0),D.stroke=M,D.fill=S,M&&(D.lineWidth=t.lineWidth||_,D.lineDash=t.lineDash,D.lineDashOffset=t.lineDashOffset||0),D.font=e,lu(D,t),y+=g,C.setBoundingRect(Is(D,l.contentWidth,l.calculatedLineHeight,b?0:null))}},e.prototype._updateRichTexts=function(){var t=this.style,e=this._defaultStyle,n=t.align||e.align,i=t.verticalAlign||e.verticalAlign,r=t.x||0,o=t.y||0;bs(eu,e.overflowRect,r,o,n,i),r=eu.baseX,o=eu.baseY;var a=function(t,e,n,i,r){var o=new vs,a=Ms(t);if(!a)return o;var s=e.padding,l=s?s[1]+s[3]:0,u=s?s[0]+s[2]:0,c=e.width;null==c&&null!=n&&(c=n-l);var h=e.height;null==h&&null!=i&&(h=i-u);for(var p,d=e.overflow,f="break"!==d&&"breakAll"!==d||null==c?null:{width:c,accumWidth:0,breakAll:"breakAll"===d},g=us.lastIndex=0;null!=(p=us.exec(a));){var v=p.index;v>g&&ys(o,a.substring(g,v),e,f),ys(o,p[2],e,f,p[1]),g=us.lastIndex}g<a.length&&ys(o,a.substring(g,a.length),e,f);var y=[],m=0,x=0,_="truncate"===d,b="truncate"===e.lineOverflow,w={};function S(t,e,n){t.width=e,t.lineHeight=n,m+=n,x=Math.max(x,e)}t:for(var M=0;M<o.lines.length;M++){for(var I=o.lines[M],T=0,C=0,D=0;D<I.tokens.length;D++){var A=(G=I.tokens[D]).styleName&&e.rich[G.styleName]||{},k=G.textPadding=A.padding,L=k?k[1]+k[3]:0,N=G.font=A.font||e.font;G.contentHeight=oo(N);var E=ht(A.height,G.contentHeight);if(G.innerHeight=E,k&&(E+=k[0]+k[2]),G.height=E,G.lineHeight=pt(A.lineHeight,e.lineHeight,E),G.align=A&&A.align||r,G.verticalAlign=A&&A.verticalAlign||"middle",b&&null!=h&&m+G.lineHeight>h){var O=o.lines.length;D>0?(I.tokens=I.tokens.slice(0,D),S(I,C,T),o.lines=o.lines.slice(0,M+1)):o.lines=o.lines.slice(0,M),o.isTruncated=o.isTruncated||o.lines.length<O;break t}var P=A.width,R=null==P||"auto"===P;if("string"==typeof P&&"%"===P.charAt(P.length-1))G.percentWidth=P,y.push(G),G.contentWidth=to(Kr(N),G.text);else{if(R){var V=A.backgroundColor,z=V&&V.image;z&&ls(z=os(z))&&(G.width=Math.max(G.width,z.width*E/z.height))}var B=_&&null!=c?c-C:null;null!=B&&B<G.width?!R||B<L?(G.text="",G.width=G.contentWidth=0):(cs(w,G.text,B-L,N,e.ellipsis,{minChar:e.truncateMinChar}),G.text=w.text,o.isTruncated=o.isTruncated||w.isTruncated,G.width=G.contentWidth=to(Kr(N),G.text)):G.contentWidth=to(Kr(N),G.text)}G.width+=L,C+=G.width,A&&(T=Math.max(T,G.lineHeight))}S(I,C,T)}for(o.outerWidth=o.width=ht(c,x),o.outerHeight=o.height=ht(h,m),o.contentHeight=m,o.contentWidth=x,o.outerWidth+=l,o.outerHeight+=u,M=0;M<y.length;M++){var G,F=(G=y[M]).percentWidth;G.width=parseInt(F,10)/100*o.width}return o}(fu(t),t,eu.outerWidth,eu.outerHeight,n),s=a.width,l=a.outerWidth,u=a.outerHeight,c=t.padding;this.isTruncated=!!a.isTruncated;var h=io(r,l,n),p=ro(o,u,i),d=h,f=p;c&&(d+=c[3],f+=c[0]);var g=d+s;gu(t)&&this._renderBackground(t,t,h,p,l,u);for(var v=!!t.backgroundColor,y=0;y<a.lines.length;y++){for(var m=a.lines[y],x=m.tokens,_=x.length,b=m.lineHeight,w=m.width,S=0,M=d,I=g,T=_-1,C=void 0;S<_&&(!(C=x[S]).align||"left"===C.align);)this._placeToken(C,t,b,f,M,"left",v),w-=C.width,M+=C.width,S++;for(;T>=0&&"right"===(C=x[T]).align;)this._placeToken(C,t,b,f,I,"right",v),w-=C.width,I-=C.width,T--;for(M+=(s-(M-d)-(g-I)-w)/2;S<=T;)C=x[S],this._placeToken(C,t,b,f,M+C.width/2,"center",v),M+=C.width,S++;f+=b}},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&&gu(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=du(r,o,h),u-=t.height/2-h[0]-t.innerHeight/2);var p=this._getOrCreateChild(Fl),f=p.createStyle();p.useStyle(f);var g=this._defaultStyle,v=!1,y=0,m=!1,x=pu("fill"in s?s.fill:"fill"in e?e.fill:(v=!0,g.fill)),_=hu("stroke"in s?s.stroke:"stroke"in e?e.stroke:c||a||g.autoStroke&&!v?null:(y=2,m=!0,g.stroke)),b=s.textShadowBlur>0||e.textShadowBlur>0;f.text=t.text,f.x=r,f.y=u,b&&(f.shadowBlur=s.textShadowBlur||e.textShadowBlur||0,f.shadowColor=s.textShadowColor||e.textShadowColor||"transparent",f.shadowOffsetX=s.textShadowOffsetX||e.textShadowOffsetX||0,f.shadowOffsetY=s.textShadowOffsetY||e.textShadowOffsetY||0),f.textAlign=o,f.textBaseline="middle",f.font=t.font||d,f.opacity=pt(s.opacity,e.opacity,1),lu(f,s),_&&(f.lineWidth=pt(s.lineWidth,e.lineWidth,y),f.lineDash=ht(s.lineDash,e.lineDash),f.lineDashOffset=e.lineDashOffset||0,f.stroke=_),x&&(f.fill=x),p.setBoundingRect(Is(f,t.contentWidth,t.contentHeight,m?0:null))},e.prototype._renderBackground=function(t,e,n,i,r,o){var a,s,l,u=t.backgroundColor,c=t.borderWidth,h=t.borderColor,p=u&&u.image,d=u&&!p,f=t.borderRadius,g=this;if(d||t.lineHeight||c&&h){(a=this._getOrCreateChild(Ql)).useStyle(a.createStyle()),a.style.fill=null;var v=a.shape;v.x=n,v.y=i,v.width=r,v.height=o,v.r=f,a.dirtyShape()}if(d)(l=a.style).fill=u||null,l.fillOpacity=ht(t.fillOpacity,1);else if(p){(s=this._getOrCreateChild(Yl)).onload=function(){g.dirtyStyle()};var y=s.style;y.image=u.image,y.x=n,y.y=i,y.width=r,y.height=o}c&&h&&((l=a.style).lineWidth=c,l.stroke=h,l.strokeOpacity=ht(t.strokeOpacity,1),l.lineDash=t.borderDash,l.lineDashOffset=t.borderDashOffset||0,a.strokeContainThreshold=0,a.hasFill()&&a.hasStroke()&&(l.strokeFirst=!0,l.lineWidth*=2));var m=(a||s).style;m.shadowBlur=t.shadowBlur||0,m.shadowColor=t.shadowColor||"transparent",m.shadowOffsetX=t.shadowOffsetX||0,m.shadowOffsetY=t.shadowOffsetY||0,m.opacity=pt(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return uu(t)&&(e=[t.fontStyle,t.fontWeight,su(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&vt(e)||t.textFont||t.font},e}(Ps),ru={left:!0,right:1,center:1},ou={top:1,bottom:1,middle:1},au=["fontStyle","fontWeight","fontSize","fontFamily"];function su(t){return"string"!=typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?"12px":t+"px":t}function lu(t,e){for(var n=0;n<au.length;n++){var i=au[n],r=e[i];null!=r&&(t[i]=r)}}function uu(t){return null!=t.fontSize||t.fontFamily||t.fontWeight}function cu(t){if(t){t.font=iu.makeFont(t);var e=t.align;"middle"===e&&(e="center"),t.align=null==e||ru[e]?e:"left";var n=t.verticalAlign;"center"===n&&(n="middle"),t.verticalAlign=null==n||ou[n]?n:"top",t.padding&&(t.padding=ft(t.padding))}}function hu(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function pu(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function du(t,e,n){return"right"===e?t-n[1]:"center"===e?t+n[3]/2-n[1]/2:t+n[3]}function fu(t){var e=t.text;return null!=e&&(e+=""),e}function gu(t){return!!(t.backgroundColor||t.lineHeight||t.borderWidth&&t.borderColor)}var vu=iu,yu=Oa(),mu=function(t,e,n,i){if(i){var r=yu(i);r.dataIndex=n,r.dataType=e,r.seriesIndex=t,r.ssrType="chart","group"===i.type&&i.traverse(function(i){var r=yu(i);r.seriesIndex=t,r.dataIndex=n,r.dataType=e,r.ssrType="chart"})}},xu=1,_u={},bu=Oa(),wu=Oa(),Su=["emphasis","blur","select"],Mu=["normal","emphasis","blur","select"],Iu=10,Tu="highlight",Cu="downplay",Du="select",Au="unselect",ku="toggleSelect",Lu="selectchanged";function Nu(t){return null!=t&&"none"!==t}function Eu(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function Ou(t){Eu(t,"emphasis",2)}function Pu(t){2===t.hoverState&&Eu(t,"normal",0)}function Ru(t){Eu(t,"blur",1)}function Vu(t){1===t.hoverState&&Eu(t,"normal",0)}function zu(t){t.selected=!0}function Bu(t){t.selected=!1}function Gu(t,e,n){e(t,n)}function Fu(t,e,n){Gu(t,e,n),t.isGroup&&t.traverse(function(t){Gu(t,e,n)})}function Wu(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 Hu(t,e){var n=this.states[t];if(this.style){if("emphasis"===t)return function(t,e,n,i){var r=n&&B(n,"select")>=0,o=!1;if(t instanceof zl){var a=bu(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(Nu(s)||Nu(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=R({},i),(u=R({},u)).fill=s):!Nu(u.fill)&&Nu(s)?(o=!0,i=R({},i),(u=R({},u)).fill=Ei(s)):!Nu(u.stroke)&&Nu(l)&&(o||(i=R({},i),u=R({},u)),u.stroke=Ei(l)),i.style=u}}if(i&&null==i.z2){o||(i=R({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:Iu)}return i}(this,0,e,n);if("blur"===t)return function(t,e,n){var i=B(t.currentStates,e)>=0,r=t.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(a=0;a<t.animators.length;a++){var u=t.animators[a];u.__fromStateTransition&&u.__fromStateTransition.indexOf(n)<0&&"style"===u.targetName&&u.saveTo(o,e)}return o}(t,["opacity"],e,{opacity:1}),a=(n=n||{}).style||{};return null==a.opacity&&(n=R({},n),a=R({opacity:i?r:.1*o.opacity},a),n.style=a),n}(this,t,n);if("select"===t)return function(t,e,n){if(n&&null==n.z2){n=R({},n);var i=t.z2SelectLift;n.z2=t.z2+(null!=i?i:9)}return n}(this,0,n)}return n}function Uu(t){t.stateProxy=Hu;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=Hu),n&&(n.stateProxy=Hu)}function Yu(t,e){!Qu(t,e)&&!t.__highByOuter&&Fu(t,Ou)}function Xu(t,e){!Qu(t,e)&&!t.__highByOuter&&Fu(t,Pu)}function Zu(t,e){t.__highByOuter|=1<<(e||0),Fu(t,Ou)}function ju(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&Fu(t,Pu)}function qu(t){Fu(t,Ru)}function Ku(t){Fu(t,Vu)}function $u(t){Fu(t,zu)}function Ju(t){Fu(t,Bu)}function Qu(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function tc(t){var e=t.getModel(),n=[],i=[];e.eachComponent(function(e,r){var o=wu(r),a="series"===e,s=a?t.getViewOfSeriesModel(r):t.getViewOfComponentModel(r);!a&&i.push(s),o.isBlured&&(s.group.traverse(function(t){Vu(t)}),a&&n.push(r)),o.isBlured=!1}),H(i,function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)})}function ec(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&&Ku(i)}}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;if(u&&u.master&&(u=u.master),!("series"===n&&!r||"coordinateSystem"===n&&!(u&&s?u===s:r)||"series"===e&&r)){if(i.getViewOfSeriesModel(t).group.traverse(function(t){t.__highByOuter&&r&&"self"===e||Ru(t)}),W(e))o(t.getData(),e);else if(nt(e))for(var c=j(e),h=0;h<c.length;h++)o(t.getData(c[h]),e[c[h]]);l.push(t),wu(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 nc(t,e,n){if(null!=t&&null!=e){var i=n.getModel().getComponent(t,e);if(i){wu(i).isBlured=!0;var r=n.getViewOfComponentModel(i);r&&r.focusBlurEnabled&&r.group.traverse(function(t){Ru(t)})}}}function ic(t,e,n,i){var r={focusSelf:!1,dispatchers:null};if(null==t||"series"===t||null==e||null==n)return r;var o=i.getModel().getComponent(t,e);if(!o)return r;var a=i.getViewOfComponentModel(o);if(!a||!a.findHighDownDispatchers)return r;for(var s,l=a.findHighDownDispatchers(n),u=0;u<l.length;u++)if("production"===process.env.NODE_ENV||dc(l[u])||pa("param should be highDownDispatcher"),"self"===yu(l[u]).focus){s=!0;break}return{focusSelf:s,dispatchers:l}}function rc(t){H(t.getAllData(),function(e){var n=e.data,i=e.type;n.eachItemGraphicEl(function(e,n){t.isSelected(n,i)?$u(e):Ju(e)})})}function oc(t){var e=[];return t.eachSeries(function(t){H(t.getAllData(),function(n){n.data;var i=n.type,r=t.getSelectedDataIndices();if(r.length>0){var o={dataIndex:r,seriesIndex:t.seriesIndex};null!=i&&(o.dataType=i),e.push(o)}})}),e}function ac(t,e,n){pc(t,!0),Fu(t,Uu),lc(t,e,n)}function sc(t,e,n,i){i?function(t){pc(t,!1)}(t):ac(t,e,n)}function lc(t,e,n){var i=yu(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}var uc=["emphasis","blur","select"],cc={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function hc(t,e,n,i){n=n||"itemStyle";for(var r=0;r<uc.length;r++){var o=uc[r],a=e.getModel([o,n]);t.ensureState(o).style=i?i(a):a[cc[n]]()}}function pc(t,e){var n=!1===e,i=t;t.highDownSilentOnTouch&&(i.__highDownSilentOnTouch=t.highDownSilentOnTouch),n&&!i.__highDownDispatcher||(i.__highByOuter=i.__highByOuter||0,i.__highDownDispatcher=!n)}function dc(t){return!(!t||!t.__highDownDispatcher)}function fc(t){var e=t.type;return e===Du||e===Au||e===ku}function gc(t){var e=t.type;return e===Tu||e===Cu}var vc=vl.CMD,yc=[[],[],[]],mc=Math.sqrt,xc=Math.atan2;function _c(t,e){if(e){var n,i,r,o,a,s,l=t.data,u=t.len(),c=vc.M,h=vc.C,p=vc.L,d=vc.R,f=vc.A,g=vc.Q;for(r=0,o=0;r<u;){switch(n=l[r++],o=r,i=0,n){case c:case p:i=1;break;case h:i=3;break;case g:i=2;break;case f:var v=e[4],y=e[5],m=mc(e[0]*e[0]+e[1]*e[1]),x=mc(e[2]*e[2]+e[3]*e[3]),_=xc(-e[1]/x,e[0]/m);l[r]*=m,l[r++]+=v,l[r]*=x,l[r++]+=y,l[r++]*=m,l[r++]*=x,l[r++]+=_,l[r++]+=_,o=r+=2;break;case d:s[0]=l[r++],s[1]=l[r++],Kt(s,s,e),l[o++]=s[0],l[o++]=s[1],s[0]+=l[r++],s[1]+=l[r++],Kt(s,s,e),l[o++]=s[0],l[o++]=s[1]}for(a=0;a<i;a++){var b=yc[a];b[0]=l[r++],b[1]=l[r++],Kt(b,b,e),l[o++]=b[0],l[o++]=b[1]}}t.increaseVersion()}}var bc=Math.sqrt,wc=Math.sin,Sc=Math.cos,Mc=Math.PI;function Ic(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function Tc(t,e){return(t[0]*e[0]+t[1]*e[1])/(Ic(t)*Ic(e))}function Cc(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(Tc(t,e))}function Dc(t,e,n,i,r,o,a,s,l,u,c){var h=l*(Mc/180),p=Sc(h)*(t-n)/2+wc(h)*(e-i)/2,d=-1*wc(h)*(t-n)/2+Sc(h)*(e-i)/2,f=p*p/(a*a)+d*d/(s*s);f>1&&(a*=bc(f),s*=bc(f));var g=(r===o?-1:1)*bc((a*a*(s*s)-a*a*(d*d)-s*s*(p*p))/(a*a*(d*d)+s*s*(p*p)))||0,v=g*a*d/s,y=g*-s*p/a,m=(t+n)/2+Sc(h)*v-wc(h)*y,x=(e+i)/2+wc(h)*v+Sc(h)*y,_=Cc([1,0],[(p-v)/a,(d-y)/s]),b=[(p-v)/a,(d-y)/s],w=[(-1*p-v)/a,(-1*d-y)/s],S=Cc(b,w);if(Tc(b,w)<=-1&&(S=Mc),Tc(b,w)>=1&&(S=0),S<0){var M=Math.round(S/Mc*1e6)/1e6;S=2*Mc+M%2*Mc}c.addData(u,m,x,a,s,_,S,h,o)}var Ac=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,kc=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;var Lc=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.applyTransform=function(t){},e}(zl);function Nc(t){return null!=t.setData}function Ec(t,e){var n=function(t){var e=new vl;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=vl.CMD,l=t.match(Ac);if(!l)return e;for(var u=0;u<l.length;u++){for(var c=l[u],h=c.charAt(0),p=void 0,d=c.match(kc)||[],f=d.length,g=0;g<f;g++)d[g]=parseFloat(d[g]);for(var v=0;v<f;){var y=void 0,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0,S=void 0,M=i,I=r,T=void 0,C=void 0;switch(h){case"l":i+=d[v++],r+=d[v++],p=s.L,e.addData(p,i,r);break;case"L":i=d[v++],r=d[v++],p=s.L,e.addData(p,i,r);break;case"m":i+=d[v++],r+=d[v++],p=s.M,e.addData(p,i,r),o=i,a=r,h="l";break;case"M":i=d[v++],r=d[v++],p=s.M,e.addData(p,i,r),o=i,a=r,h="L";break;case"h":i+=d[v++],p=s.L,e.addData(p,i,r);break;case"H":i=d[v++],p=s.L,e.addData(p,i,r);break;case"v":r+=d[v++],p=s.L,e.addData(p,i,r);break;case"V":r=d[v++],p=s.L,e.addData(p,i,r);break;case"C":p=s.C,e.addData(p,d[v++],d[v++],d[v++],d[v++],d[v++],d[v++]),i=d[v-2],r=d[v-1];break;case"c":p=s.C,e.addData(p,d[v++]+i,d[v++]+r,d[v++]+i,d[v++]+r,d[v++]+i,d[v++]+r),i+=d[v-2],r+=d[v-1];break;case"S":y=i,m=r,T=e.len(),C=e.data,n===s.C&&(y+=i-C[T-4],m+=r-C[T-3]),p=s.C,M=d[v++],I=d[v++],i=d[v++],r=d[v++],e.addData(p,y,m,M,I,i,r);break;case"s":y=i,m=r,T=e.len(),C=e.data,n===s.C&&(y+=i-C[T-4],m+=r-C[T-3]),p=s.C,M=i+d[v++],I=r+d[v++],i+=d[v++],r+=d[v++],e.addData(p,y,m,M,I,i,r);break;case"Q":M=d[v++],I=d[v++],i=d[v++],r=d[v++],p=s.Q,e.addData(p,M,I,i,r);break;case"q":M=d[v++]+i,I=d[v++]+r,i+=d[v++],r+=d[v++],p=s.Q,e.addData(p,M,I,i,r);break;case"T":y=i,m=r,T=e.len(),C=e.data,n===s.Q&&(y+=i-C[T-4],m+=r-C[T-3]),i=d[v++],r=d[v++],p=s.Q,e.addData(p,y,m,i,r);break;case"t":y=i,m=r,T=e.len(),C=e.data,n===s.Q&&(y+=i-C[T-4],m+=r-C[T-3]),i+=d[v++],r+=d[v++],p=s.Q,e.addData(p,y,m,i,r);break;case"A":x=d[v++],_=d[v++],b=d[v++],w=d[v++],S=d[v++],Dc(M=i,I=r,i=d[v++],r=d[v++],w,S,x,_,b,p=s.A,e);break;case"a":x=d[v++],_=d[v++],b=d[v++],w=d[v++],S=d[v++],Dc(M=i,I=r,i+=d[v++],r+=d[v++],w,S,x,_,b,p=s.A,e)}}"z"!==h&&"Z"!==h||(p=s.Z,e.addData(p),i=o,r=a),n=p}return e.toStatic(),e}(t),i=R({},e);return i.buildPath=function(t){var e,i=Nc(t);i&&t.canSave()?(t.appendPath(n),(e=t.getContext())&&t.rebuildPath(e,1)):(e=i?t.getContext():t)&&n.rebuildPath(e,1)},i.applyTransform=function(t){_c(n,t),this.dirtyShape()},i}function Oc(t,e){return new Lc(Ec(t,e))}function Pc(t,e){e=e||{};var n=new zl;return t.shape&&n.setShape(t.shape),n.setStyle(t.style),e.bakeTransform?_c(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 Rc=function(){this.cx=0,this.cy=0,this.r=0},Vc=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Rc},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}(zl);Vc.prototype.type="circle";var zc=Vc,Bc=function(){this.cx=0,this.cy=0,this.rx=0,this.ry=0},Gc=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Bc},e.prototype.buildPath=function(t,e){var n=.5522848,i=e.cx,r=e.cy,o=e.rx,a=e.ry,s=o*n,l=a*n;t.moveTo(i-o,r),t.bezierCurveTo(i-o,r-l,i-s,r-a,i,r-a),t.bezierCurveTo(i+s,r-a,i+o,r-l,i+o,r),t.bezierCurveTo(i+o,r+l,i+s,r+a,i,r+a),t.bezierCurveTo(i-s,r+a,i-o,r+l,i-o,r),t.closePath()},e}(zl);Gc.prototype.type="ellipse";var Fc=Gc,Wc=Math.PI,Hc=2*Wc,Uc=Math.sin,Yc=Math.cos,Xc=Math.acos,Zc=Math.atan2,jc=Math.abs,qc=Math.sqrt,Kc=Math.max,$c=Math.min,Jc=1e-4;function Qc(t,e,n,i,r,o,a){var s=t-n,l=e-i,u=(a?o:-o)/qc(s*s+l*l),c=u*l,h=-u*s,p=t+c,d=e+h,f=n+c,g=i+h,v=(p+f)/2,y=(d+g)/2,m=f-p,x=g-d,_=m*m+x*x,b=r-o,w=p*g-f*d,S=(x<0?-1:1)*qc(Kc(0,b*b*_-w*w)),M=(w*x-m*S)/_,I=(-w*m-x*S)/_,T=(w*x+m*S)/_,C=(-w*m+x*S)/_,D=M-v,A=I-y,k=T-v,L=C-y;return D*D+A*A>k*k+L*L&&(M=T,I=C),{cx:M,cy:I,x0:-c,y0:-h,x1:M*(r/b-1),y1:I*(r/b-1)}}function th(t,e){var n,i=Kc(e.r,0),r=Kc(e.r0||0,0),o=i>0;if(o||r>0){if(o||(i=r,r=0),r>i){var a=i;i=r,r=a}var s=e.startAngle,l=e.endAngle;if(!isNaN(s)&&!isNaN(l)){var u=e.cx,c=e.cy,h=!!e.clockwise,p=jc(l-s),d=p>Hc&&p%Hc;if(d>Jc&&(p=d),i>Jc)if(p>Hc-Jc)t.moveTo(u+i*Yc(s),c+i*Uc(s)),t.arc(u,c,i,s,l,!h),r>Jc&&(t.moveTo(u+r*Yc(l),c+r*Uc(l)),t.arc(u,c,r,l,s,h));else{var f=void 0,g=void 0,v=void 0,y=void 0,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0,S=void 0,M=void 0,I=void 0,T=void 0,C=void 0,D=void 0,A=void 0,k=i*Yc(s),L=i*Uc(s),N=r*Yc(l),E=r*Uc(l),O=p>Jc;if(O){var P=e.cornerRadius;P&&(n=function(t){var e;if($(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}(P),f=n[0],g=n[1],v=n[2],y=n[3]);var R=jc(i-r)/2;if(m=$c(R,v),x=$c(R,y),_=$c(R,f),b=$c(R,g),M=w=Kc(m,x),I=S=Kc(_,b),(w>Jc||S>Jc)&&(T=i*Yc(l),C=i*Uc(l),D=r*Yc(s),A=r*Uc(s),p<Wc)){var V=function(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,p=h*l-c*u;if(!(p*p<Jc))return[t+(p=(c*(e-o)-h*(t-r))/p)*l,e+p*u]}(k,L,D,A,T,C,N,E);if(V){var z=k-V[0],B=L-V[1],G=T-V[0],F=C-V[1],W=1/Uc(Xc((z*G+B*F)/(qc(z*z+B*B)*qc(G*G+F*F)))/2),H=qc(V[0]*V[0]+V[1]*V[1]);M=$c(w,(i-H)/(W+1)),I=$c(S,(r-H)/(W-1))}}}if(O)if(M>Jc){var U=$c(v,M),Y=$c(y,M),X=Qc(D,A,k,L,i,U,h),Z=Qc(T,C,N,E,i,Y,h);t.moveTo(u+X.cx+X.x0,c+X.cy+X.y0),M<w&&U===Y?t.arc(u+X.cx,c+X.cy,M,Zc(X.y0,X.x0),Zc(Z.y0,Z.x0),!h):(U>0&&t.arc(u+X.cx,c+X.cy,U,Zc(X.y0,X.x0),Zc(X.y1,X.x1),!h),t.arc(u,c,i,Zc(X.cy+X.y1,X.cx+X.x1),Zc(Z.cy+Z.y1,Z.cx+Z.x1),!h),Y>0&&t.arc(u+Z.cx,c+Z.cy,Y,Zc(Z.y1,Z.x1),Zc(Z.y0,Z.x0),!h))}else t.moveTo(u+k,c+L),t.arc(u,c,i,s,l,!h);else t.moveTo(u+k,c+L);if(r>Jc&&O)if(I>Jc){U=$c(f,I),X=Qc(N,E,T,C,r,-(Y=$c(g,I)),h),Z=Qc(k,L,D,A,r,-U,h);t.lineTo(u+X.cx+X.x0,c+X.cy+X.y0),I<S&&U===Y?t.arc(u+X.cx,c+X.cy,I,Zc(X.y0,X.x0),Zc(Z.y0,Z.x0),!h):(Y>0&&t.arc(u+X.cx,c+X.cy,Y,Zc(X.y0,X.x0),Zc(X.y1,X.x1),!h),t.arc(u,c,r,Zc(X.cy+X.y1,X.cx+X.x1),Zc(Z.cy+Z.y1,Z.cx+Z.x1),h),U>0&&t.arc(u+Z.cx,c+Z.cy,U,Zc(Z.y1,Z.x1),Zc(Z.y0,Z.x0),!h))}else t.lineTo(u+N,c+E),t.arc(u,c,r,l,s,h);else t.lineTo(u+N,c+E)}else t.moveTo(u,c);t.closePath()}}}var eh=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},nh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new eh},e.prototype.buildPath=function(t,e){th(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(zl);nh.prototype.type="sector";var ih=nh,rh=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},oh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new rh},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}(zl);oh.prototype.type="ring";var ah=oh;function sh(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 p=0,d=t.length;p<d;p++)$t(a,a,t[p]),Jt(s,s,t[p]);$t(a,a,i[0]),Jt(s,s,i[1])}for(p=0,d=t.length;p<d;p++){var f=t[p];if(n)r=t[p?p-1:d-1],o=t[(p+1)%d];else{if(0===p||p===d-1){l.push(Ot(t[p]));continue}r=t[p-1],o=t[p+1]}zt(u,o,r),Ht(u,u,e);var g=Yt(f,r),v=Yt(f,o),y=g+v;0!==y&&(g/=y,v/=y),Ht(c,u,-g),Ht(h,u,v);var m=Rt([],f,c),x=Rt([],f,h);i&&(Jt(m,m,a),$t(m,m,s),Jt(x,x,a),$t(x,x,s)),l.push(m),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]);s=1;for(var h=r.length;s<h;s++)t.lineTo(r[s][0],r[s][1])}n&&t.closePath()}}var lh=function(){this.points=null,this.smooth=0,this.smoothConstraint=null},uh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new lh},e.prototype.buildPath=function(t,e){sh(t,e,!0)},e}(zl);uh.prototype.type="polygon";var ch=uh,hh=function(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null},ph=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new hh},e.prototype.buildPath=function(t,e){sh(t,e,!1)},e}(zl);ph.prototype.type="polyline";var dh=ph,fh={},gh=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1},vh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new gh},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=Zl(fh,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}(zl);vh.prototype.type="line";var yh=vh,mh=[],xh=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1};function _h(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?Un:Hn)(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?Un:Hn)(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?$n:Kn)(t.x1,t.cpx1,t.x2,e),(n?$n:Kn)(t.y1,t.cpy1,t.y2,e)]}var bh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:"#000",fill:null}},e.prototype.getDefaultShape=function(){return new xh},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&&(Qn(n,a,r,c,mh),a=mh[1],r=mh[2],Qn(i,s,o,c,mh),s=mh[1],o=mh[2]),t.quadraticCurveTo(a,s,r,o)):(c<1&&(Zn(n,a,l,r,c,mh),a=mh[1],l=mh[2],r=mh[3],Zn(i,s,u,o,c,mh),s=mh[1],u=mh[2],o=mh[3]),t.bezierCurveTo(a,s,l,u,r,o)))},e.prototype.pointAt=function(t){return _h(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=_h(this.shape,t,!0);return Ut(e,e)},e}(zl);bh.prototype.type="bezier-curve";var wh=bh,Sh=function(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},Mh=function(t){function e(e){return t.call(this,e)||this}return n(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.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}(zl);Mh.prototype.type="arc";var Ih=Mh,Th=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="compound",e}return n(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),zl.prototype.getBoundingRect.call(this)},e}(zl),Ch=Th,Dh=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}(),Ah=Dh,kh=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 n(e,t),e}(Ah),Lh=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 n(e,t),e}(Ah),Nh=Math.min,Eh=Math.max,Oh=Math.abs,Ph=[0,0],Rh=[0,0],Vh=on(),zh=Vh.minTv,Bh=Vh.maxTv,Gh=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new Ge;for(n=0;n<2;n++)this._axes[n]=new Ge;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);Ge.sub(i[0],n[1],n[0]),Ge.sub(i[1],n[3],n[0]),i[0].normalize(),i[1].normalize();for(l=0;l<2;l++)this._origin[l]=i[l].dot(n[0])},t.prototype.intersect=function(t,e,n){var i=!0,r=!e;return e&&Ge.set(e,0,0),Vh.reset(n,!r),!this._intersectCheckOneSide(this,t,r,1)&&(i=!1,r)||!this._intersectCheckOneSide(t,this,r,-1)&&(i=!1,r)||r||Vh.negativeSize||Ge.copy(e,i?Vh.useDir?Vh.dirMinTv:zh:Bh),i},t.prototype._intersectCheckOneSide=function(t,e,n,i){for(var r=!0,o=0;o<2;o++){var a=t._axes[o];if(t._getProjMinMaxOnAxis(o,t._corners,Ph),t._getProjMinMaxOnAxis(o,e._corners,Rh),Vh.negativeSize||Ph[1]<Rh[0]||Ph[0]>Rh[1]){if(r=!1,Vh.negativeSize||n)return r;var s=Oh(Rh[0]-Ph[1]),l=Oh(Ph[0]-Rh[1]);Nh(s,l)>Bh.len()&&(s<l?Ge.scale(Bh,a,-s*i):Ge.scale(Bh,a,l*i))}else if(!n){s=Oh(Rh[0]-Ph[1]),l=Oh(Ph[0]-Rh[1]);(Vh.useDir||Nh(s,l)<zh.len())&&((s<l||!Vh.bidirectional)&&(Ge.scale(zh,a,s*i),Vh.useDir&&Vh.calcDirMTV()),(s>=l||!Vh.bidirectional)&&(Ge.scale(zh,a,-l*i),Vh.useDir&&Vh.calcDirMTV()))}}return r},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=Nh(u,a),s=Eh(u,s)}n[0]=a+Vh.touchThreshold,n[1]=s-Vh.touchThreshold,Vh.negativeSize=n[1]<n[0]},t}(),Fh=Gh,Wh=[],Hh=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 n(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(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++){(e=this._displayables[t]).parent=this,e.update(),e.parent=null}for(t=0;t<this._temporaryDisplayables.length;t++){var e;(e=this._temporaryDisplayables[t]).parent=this,e.update(),e.parent=null}},e.prototype.getBoundingRect=function(){if(!this._rect){for(var t=new an(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(Wh)),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}(Ps),Uh=Hh,Yh=Oa();function Xh(t,e,n,i,r){var o;if(e&&e.ecModel){var a=e.ecModel.getUpdatePayload();o=a&&a.animation}var s="update"===t;if(e&&e.isAnimationEnabled()){var l=void 0,u=void 0,c=void 0;return i?(l=ht(i.duration,200),u=ht(i.easing,"cubicOut"),c=0):(l=e.getShallow(s?"animationDurationUpdate":"animationDuration"),u=e.getShallow(s?"animationEasingUpdate":"animationEasing"),c=e.getShallow(s?"animationDelayUpdate":"animationDelay")),o&&(null!=o.duration&&(l=o.duration),null!=o.easing&&(u=o.easing),null!=o.delay&&(c=o.delay)),J(c)&&(c=c(n,r)),J(l)&&(l=l(n)),{duration:l||0,delay:c,easing:u}}return null}function Zh(t,e,n,i,r,o,a){var s,l=!1;J(r)?(a=o,o=r,r=null):nt(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=Xh(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 jh(t,e,n,i,r,o){Zh("update",t,e,n,i,r,o)}function qh(t,e,n,i,r,o){Zh("enter",t,e,n,i,r,o)}function Kh(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 $h(t,e,n,i,r,o){Kh(t)||Zh("leave",t,e,n,i,r,o)}function Jh(t,e,n,i){t.removeTextContent(),t.removeTextGuideLine(),$h(t,{style:{opacity:0}},e,n,i)}function Qh(t,e,n){function i(){t.parent&&t.parent.remove(t)}t.isGroup?t.traverse(function(t){t.isGroup||Jh(t,e,n,i)}):Jh(t,e,n,i)}function tp(t){Yh(t).oldStyle=t.style}var ep={},np=["x","y"],ip=["width","height"];function rp(t){return zl.extend(t)}var op=function(t,e){var i=Ec(t,e);return function(t){function e(e){var n=t.call(this,e)||this;return n.applyTransform=i.applyTransform,n.buildPath=i.buildPath,n}return n(e,t),e}(Lc)};function ap(t,e){return op(t,e)}function sp(t,e){ep[t]=e}function lp(t){if(ep.hasOwnProperty(t))return ep[t]}function up(t,e,n,i){var r=Oc(t,e);return n&&("center"===i&&(n=hp(n,r.getBoundingRect())),dp(r,n)),r}function cp(t,e,n){var i=new Yl({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(hp(e,r))}}});return i}function hp(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 pp=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 zl(e);return a.createPathProxy(),a.buildPath=function(t){if(Nc(t)){t.appendPath(n);var e=t.getContext();e&&t.rebuildPath(e,1)}},a};function dp(t,e){if(t.applyTransform){var n=t.getBoundingRect().calculateTransform(e);t.applyTransform(n)}}function fp(t,e){return Zl(t,t,{lineWidth:e}),t}var gp=ql;function vp(t,e){for(var n=ke([]);t&&t!==e;)Ne(n,t.getLocalTransform(),n),t=t.parent;return n}function yp(t,e,n){return e&&!W(e)&&(e=qr.getLocalTransform(e)),n&&(e=Re([],e)),Kt([],t,e)}function mp(t,e,n){var i=0===e[4]||0===e[5]||0===e[0]?1:Po(2*e[4]/e[0]),r=0===e[4]||0===e[5]||0===e[2]?1:Po(2*e[4]/e[2]),o=["left"===t?-i:"right"===t?i:0,"top"===t?-r:"bottom"===t?r:0];return o=yp(o,e,n),Po(o[0])>Po(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function xp(t){return!t.isGroup}function _p(t,e,n){if(t&&e){var i,r=(i={},t.traverse(function(t){xp(t)&&t.anid&&(i[t.anid]=t)}),i);e.traverse(function(t){if(xp(t)&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),jh(t,i,n,yu(t).dataIndex)}}})}function o(t){var e={x:t.x,y:t.y,rotation:t.rotation};return function(t){return null!=t.shape}(t)&&(e.shape=E(t.shape)),e}}function bp(t,e){return U(t,function(t){var n=t[0];n=Oo(n,e.x),n=Eo(n,e.x+e.width);var i=t[1];return i=Oo(i,e.y),[n,i=Eo(i,e.y+e.height)]})}function wp(t,e){var n=Oo(t.x,e.x),i=Eo(t.x+t.width,e.x+e.width),r=Oo(t.y,e.y),o=Eo(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 Sp(t,e,n){var i=R({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),V(r,n),new Yl(i)):up(t.replace("path://",""),i,n,"center")}function Mp(t,e,n,i,r){for(var o=0,a=r[r.length-1];o<r.length;o++){var s=r[o];if(Ip(t,e,n,i,s[0],s[1],a[0],a[1]))return!0;a=s}}function Ip(t,e,n,i,r,o,a,s){var l,u=n-t,c=i-e,h=a-r,p=s-o,d=Tp(h,p,u,c);if((l=d)<=1e-6&&l>=-1e-6)return!1;var f=t-r,g=e-o,v=Tp(f,g,u,c)/d;if(v<0||v>1)return!1;var y=Tp(f,g,h,p)/d;return!(y<0||y>1)}function Tp(t,e,n,i){return t*i-n*e}function Cp(t,e,n,i,r){return null==e||(et(e)?Dp[0]=Dp[1]=Dp[2]=Dp[3]=e:("production"!==process.env.NODE_ENV&&gt(4===e.length),Dp[0]=e[0],Dp[1]=e[1],Dp[2]=e[2],Dp[3]=e[3]),i&&(Dp[0]=Oo(0,Dp[0]),Dp[1]=Oo(0,Dp[1]),Dp[2]=Oo(0,Dp[2]),Dp[3]=Oo(0,Dp[3])),n&&(Dp[0]=-Dp[0],Dp[1]=-Dp[1],Dp[2]=-Dp[2],Dp[3]=-Dp[3]),Ap(t,Dp,"x","width",3,1,r&&r[0]||0),Ap(t,Dp,"y","height",0,2,r&&r[1]||0)),t}var Dp=[0,0,0,0];function Ap(t,e,n,i,r,o,a){var s=e[o]+e[r],l=t[i];t[i]+=s,a=Oo(0,Eo(a,l)),t[i]<a?(t[i]=a,t[n]+=e[r]>=0?-e[r]:e[o]>=0?l+e[o]:Po(s)>1e-8?(l-a)*e[r]/s:0):t[n]-=e[r]}function kp(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=Q(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&&H(j(l),function(t){Ct(s,t)||(s[t]=l[t],s.$vars.push(t))});var u=yu(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:V({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function Lp(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function Np(t,e){if(t)if($(t))for(var n=0;n<t.length;n++)Lp(t[n],e);else Lp(t,e)}function Ep(t){return!t||Po(t[1])<Op&&Po(t[2])<Op||Po(t[0])<Op&&Po(t[3])<Op}var Op=1e-5;function Pp(t,e){return t?an.copy(t,e):e.clone()}function Rp(t,e){return e?Le(t||[1,0,0,1,0,0],e):void 0}function Vp(t){return{z:t.get("z")||0,zlevel:t.get("zlevel")||0}}function zp(t){var e=-1/0,n=1/0;function i(t){if(t&&!t.isGroup){var e=t.currentStates;if(e.length)for(var n=0;n<e.length;n++)r(t.states[e[n]]);r(t)}}function r(t){if(t){var i=t.z2;i>e&&(e=i),i<n&&(n=i)}}return Lp(t,function(t){i(t),i(t.getTextContent()),i(t.getTextGuideLine())}),n>e&&(n=e=0),{min:n,max:e}}function Bp(t,e,n){Gp(t,e,n,-1/0)}function Gp(t,e,n,i){if(t.ignoreModelZ)return i;var r=t.getTextContent(),o=t.getTextGuideLine();if(t.isGroup)for(var a=t.childrenRef(),s=0;s<a.length;s++)i=Oo(Gp(a[s],e,n,i),i);else t.z=e,t.zlevel=n,i=Oo(t.z2||0,i);if(r&&(r.z=e,r.zlevel=n,isFinite(i)&&(r.z2=i+2)),o){var l=t.textGuideLineConfig;o.z=e,o.zlevel=n,isFinite(i)&&(o.z2=i+(l&&l.showAbove?1:-1))}return i}sp("circle",zc),sp("ellipse",Fc),sp("sector",ih),sp("ring",ah),sp("polygon",ch),sp("polyline",dh),sp("rect",Ql),sp("line",yh),sp("bezierCurve",wh),sp("arc",Ih);var Fp=Object.freeze({__proto__:null,Arc:Ih,BezierCurve:wh,BoundingRect:an,Circle:zc,CompoundPath:Ch,Ellipse:Fc,Group:wo,Image:Yl,IncrementalDisplayable:Uh,Line:yh,LinearGradient:kh,OrientedBoundingRect:Fh,Path:zl,Point:Ge,Polygon:ch,Polyline:dh,RadialGradient:Lh,Rect:Ql,Ring:ah,Sector:ih,Text:vu,WH:ip,XY:np,applyTransform:yp,calcZ2Range:zp,clipPointsByRect:bp,clipRectByRect:wp,createIcon:Sp,ensureCopyRect:Pp,ensureCopyTransform:Rp,expandOrShrinkRect:Cp,extendPath:ap,extendShape:rp,getShapeClass:lp,getTransform:vp,groupTransition:_p,initProps:qh,isBoundingRectAxisAligned:Ep,isElementRemoved:Kh,lineLineIntersect:Ip,linePolygonIntersect:Mp,makeImage:cp,makePath:up,mergePath:pp,registerShape:sp,removeElement:$h,removeElementWithFadeOut:Qh,resizePath:dp,retrieveZInfo:Vp,setTooltipConfig:kp,subPixelOptimize:gp,subPixelOptimizeLine:fp,subPixelOptimizeRect:function(t,e){return jl(t,t,e),t},transformDirection:mp,traverseElements:Np,traverseUpdateZ:Bp,updateProps:jh}),Wp={};function Hp(t,e){for(var n=0;n<Su.length;n++){var i=Su[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 Up(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=J(t.defaultText)?t.defaultText(o,t,n):t.defaultText);for(var l={normal:i},u=0;u<Su.length;u++){var c=Su[u],h=e[c];l[c]=ht(r?r.getFormattedLabel(o,c,null,a,h&&h.get("formatter")):null,i)}return l}function Yp(t,e,n,i){n=n||Wp;for(var r=t instanceof vu,o=!1,a=0;a<Mu.length;a++){if((p=e[Mu[a]])&&p.getShallow("show")){o=!0;break}}var s=r?t:t.getTextContent();if(o){r||(s||(s=new vu,t.setTextContent(s)),t.stateProxy&&(s.stateProxy=t.stateProxy));var l=Up(n,e),u=e.normal,c=!!u.getShallow("show"),h=Zp(u,i&&i.normal,n,!1,!r);h.text=l.normal,r||t.setTextConfig(jp(u,n,!1));for(a=0;a<Su.length;a++){var p,d=Su[a];if(p=e[d]){var f=s.ensureState(d),g=!!ht(p.getShallow("show"),c);if(g!==c&&(f.ignore=!g),f.style=Zp(p,i&&i[d],n,!0,!r),f.style.text=l[d],!r)t.ensureState(d).textConfig=jp(p,n,!0)}}s.silent=!!u.getShallow("silent"),null!=s.style.x&&(h.x=s.style.x),null!=s.style.y&&(h.y=s.style.y),s.ignore=!c,s.useStyle(h),s.dirty(),n.enableTextSetter&&(td(s).setLabelText=function(t){var i=Up(n,e,t);Hp(s,i)})}else s&&(s.ignore=!0);t.dirty()}function Xp(t,e){e=e||"label";for(var n={normal:t.getModel(e)},i=0;i<Su.length;i++){var r=Su[i];n[r]=t.getModel([r,e])}return n}function Zp(t,e,n,i,r){var o={};return function(t,e,n,i,r){n=n||Wp;var o,a=e.ecModel,s=a&&a.option.textStyle,l=function(t){var e;for(;t&&t!==t.ecModel;){var n=(t.option||Wp).rich;if(n){e=e||{};for(var i=j(n),r=0;r<i.length;r++){e[i[r]]=1}}t=t.parentModel}return e}(e);if(l){o={};var u="richInheritPlainLabel",c=ht(e.get(u),a?a.get(u):void 0);for(var h in l)if(l.hasOwnProperty(h)){var p=e.getModel(["rich",h]);Jp(o[h]={},p,s,e,c,n,i,r,!1,!0)}}o&&(t.rich=o);var d=e.get("overflow");d&&(t.overflow=d);var f=e.get("lineOverflow");f&&(t.lineOverflow=f);var g=t,v=e.get("minMargin");if(null!=v)v=et(v)?v/2:0,g.margin=[v,v,v,v],g.__marginType=od.minMargin;else{var y=e.get("textMargin");null!=y&&(g.margin=ft(y),g.__marginType=od.textMargin)}Jp(t,e,s,null,null,n,i,r,!0,!1)}(o,t,n,i,r),e&&R(o,e),o}function jp(t,e,n){e=e||{};var i,r={},o=t.getShallow("rotate"),a=ht(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&&(o*=Math.PI/180,r.rotation=o),null!=a&&(r.distance=a),r.outsideFill="inherit"===t.get("color")?e.inheritColor||null:"auto",null!=e.autoOverflowArea&&(r.autoOverflowArea=e.autoOverflowArea),null!=e.layoutRect&&(r.layoutRect=e.layoutRect),r}var qp=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],Kp=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],$p=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function Jp(t,e,n,i,r,o,a,s,l,u){n=!a&&n||Wp;var c=o&&o.inheritColor,h=e.getShallow("color"),p=e.getShallow("textBorderColor"),d=ht(e.getShallow("opacity"),n.opacity);"inherit"!==h&&"auto"!==h||("production"!==process.env.NODE_ENV&&"auto"===h&&fa("color: 'auto'","color: 'inherit'"),h=c||null),"inherit"!==p&&"auto"!==p||("production"!==process.env.NODE_ENV&&"auto"===p&&fa("color: 'auto'","color: 'inherit'"),p=c||null),s||(h=h||n.color,p=p||n.textBorderColor),null!=h&&(t.fill=h),null!=p&&(t.stroke=p);var f=ht(e.getShallow("textBorderWidth"),n.textBorderWidth);null!=f&&(t.lineWidth=f);var g=ht(e.getShallow("textBorderType"),n.textBorderType);null!=g&&(t.lineDash=g);var v=ht(e.getShallow("textBorderDashOffset"),n.textBorderDashOffset);null!=v&&(t.lineDashOffset=v),a||null!=d||u||(d=o&&o.defaultOpacity),null!=d&&(t.opacity=d),a||s||null==t.fill&&o.inheritColor&&(t.fill=o.inheritColor);for(var y=0;y<qp.length;y++){var m=qp[y];null!=(_=!1!==r&&i?pt(e.getShallow(m),i.getShallow(m),n[m]):ht(e.getShallow(m),n[m]))&&(t[m]=_)}for(y=0;y<Kp.length;y++){m=Kp[y];null!=(_=e.getShallow(m))&&(t[m]=_)}if(null==t.verticalAlign){var x=e.getShallow("baseline");null!=x&&(t.verticalAlign=x)}if(!l||!o.disableBox){for(y=0;y<$p.length;y++){var _;m=$p[y];null!=(_=e.getShallow(m))&&(t[m]=_)}var b=e.getShallow("borderType");null!=b&&(t.borderDash=b),"auto"!==t.backgroundColor&&"inherit"!==t.backgroundColor||!c||("production"!==process.env.NODE_ENV&&"auto"===t.backgroundColor&&fa("backgroundColor: 'auto'","backgroundColor: 'inherit'"),t.backgroundColor=c),"auto"!==t.borderColor&&"inherit"!==t.borderColor||!c||("production"!==process.env.NODE_ENV&&"auto"===t.borderColor&&fa("borderColor: 'auto'","borderColor: 'inherit'"),t.borderColor=c)}}function Qp(t,e){var n=e&&e.getModel("textStyle");return vt([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 td=Oa();function ed(t,e,n,i){if(t){var r=td(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 nd(t,e,n,i,r){var o=td(t);if(o.valueAnimation&&o.prevValue!==o.value){var a=o.defaultInterpolatedText,s=ht(o.interpolatedValue,o.prevValue),l=o.value;t.percent=0,(null==o.prevValue?qh:jh)(t,{percent:1},i,e,null,function(i){var u=Ha(n,o.precision,s,l,i);o.interpolatedValue=1===i?null:u;var c=Up({labelDataIndex:e,labelFetcher:r,defaultText:a?a(u):u+""},o.statesModels,u);Hp(t,c)})}}var id,rd,od={minMargin:1,textMargin:2},ad=["textStyle","color"],sd=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],ld=new vu,ud=function(){function t(){}return t.prototype.getTextColor=function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(ad):null)},t.prototype.getFont=function(){return Qp({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<sd.length;n++)e[sd[n]]=this.getShallow(sd[n]);return ld.useStyle(e),ld.update(),ld.getBoundingRect()},t}(),cd=ud,hd=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],pd=es(hd),dd=function(){function t(){}return t.prototype.getLineStyle=function(t){return pd(this,t)},t}(),fd=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],gd=es(fd),vd=function(){function t(){}return t.prototype.getItemStyle=function(t,e){return gd(this,t,e)},t}(),yd=function(){function t(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}return t.prototype.init=function(t,e,n){},t.prototype.mergeOption=function(t,e){O(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(0,this.constructor)(E(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(!h.node&&this.option){if(null!=this.option.animation)return!!this.option.animation;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}();qa(yd),id=yd,rd=["__\0is_clz",$a++].join("_"),id.prototype[rd]=!0,"production"!==process.env.NODE_ENV&&gt(!id.isInstance,'The method "is" can not be defined.'),id.isInstance=function(t){return!(!t||!t[rd])},F(yd,dd),F(yd,vd),F(yd,is),F(yd,cd);var md=yd,xd=Math.round(10*Math.random());function _d(t){return[t||"",xd++].join("_")}function bd(t,e){return O(O({},t,!0),e,!0)}var wd="ZH",Sd="EN",Md=Sd,Id={},Td={},Cd=h.domSupported&&(document.documentElement.lang||navigator.language||navigator.browserLanguage||Md).toUpperCase().indexOf(wd)>-1?wd:Md;function Dd(t,e){t=t.toUpperCase(),Td[t]=new md(e),Id[t]=e}function Ad(t){return Td[t]}Dd(Sd,{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:". "}}}}),Dd(wd,{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 kd=null;function Ld(){return kd}var Nd=1e3,Ed=6e4,Od=36e5,Pd=864e5,Rd=31536e6,Vd={year:/({yyyy}|{yy})/,month:/({MMMM}|{MMM}|{MM}|{M})/,day:/({dd}|{d})/,hour:/({HH}|{H}|{hh}|{h})/,minute:/({mm}|{m})/,second:/({ss}|{s})/,millisecond:/({SSS}|{S})/},zd={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}"},Bd="{yyyy}-{MM}-{dd}",Gd={year:"{yyyy}",month:"{yyyy}-{MM}",day:Bd,hour:Bd+" "+zd.hour,minute:Bd+" "+zd.minute,second:Bd+" "+zd.second,millisecond:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},Fd=["year","month","day","hour","minute","second","millisecond"],Wd=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Hd(t){return Q(t)||J(t)?t:function(t){t=t||{};var e={},n=!0;return H(Fd,function(e){n&&(n=null==t[e])}),H(Fd,function(i,r){var o=t[i];e[i]={};for(var a=null,s=r;s>=0;s--){var l=Fd[s],u=nt(o)&&!$(o)?o[l]:o,c=void 0;$(u)?a=(c=u.slice())[0]||"":Q(u)?c=[a=u]:(null==a?a=zd[i]:Vd[l].test(a)||(a=e[l][l][0]+" "+a),c=[a],n&&(c[1]="{primary|"+a+"}")),e[i][l]=c}}),e}(t)}function Ud(t,e){return"0000".substr(0,e-(t+="").length)+t}function Yd(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 Xd(t){return t===Yd(t)}function Zd(t,e,n,i){var r=Ko(t),o=r[Kd(n)](),a=r[$d(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[Jd(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[Qd(n)](),h=(c-1)%12+1,p=r[tf(n)](),d=r[ef(n)](),f=r[nf(n)](),g=c>=12?"pm":"am",v=g.toUpperCase(),y=(i instanceof md?i:Ad(i||Cd)||Td[Md]).getModel("time"),m=y.get("month"),x=y.get("monthAbbr"),_=y.get("dayOfWeek"),b=y.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,g+"").replace(/{A}/g,v+"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,Ud(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,m[a-1]).replace(/{MMM}/g,x[a-1]).replace(/{MM}/g,Ud(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,Ud(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,_[u]).replace(/{ee}/g,b[u]).replace(/{e}/g,u+"").replace(/{HH}/g,Ud(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,Ud(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,Ud(p,2)).replace(/{m}/g,p+"").replace(/{ss}/g,Ud(d,2)).replace(/{s}/g,d+"").replace(/{SSS}/g,Ud(f,3)).replace(/{S}/g,f+"")}function jd(t,e){var n=Ko(t),i=n[$d(e)]()+1,r=n[Jd(e)](),o=n[Qd(e)](),a=n[tf(e)](),s=n[ef(e)](),l=0===n[nf(e)](),u=l&&0===s,c=u&&0===a,h=c&&0===o,p=h&&1===r;return p&&1===i?"year":p?"month":h?"day":c?"hour":u?"minute":l?"second":"millisecond"}function qd(t,e,n){switch(e){case"year":t[of(n)](0);case"month":t[af(n)](1);case"day":t[sf(n)](0);case"hour":t[lf(n)](0);case"minute":t[uf(n)](0);case"second":t[cf(n)](0)}return t}function Kd(t){return t?"getUTCFullYear":"getFullYear"}function $d(t){return t?"getUTCMonth":"getMonth"}function Jd(t){return t?"getUTCDate":"getDate"}function Qd(t){return t?"getUTCHours":"getHours"}function tf(t){return t?"getUTCMinutes":"getMinutes"}function ef(t){return t?"getUTCSeconds":"getSeconds"}function nf(t){return t?"getUTCMilliseconds":"getMilliseconds"}function rf(t){return t?"setUTCFullYear":"setFullYear"}function of(t){return t?"setUTCMonth":"setMonth"}function af(t){return t?"setUTCDate":"setDate"}function sf(t){return t?"setUTCHours":"setHours"}function lf(t){return t?"setUTCMinutes":"setMinutes"}function uf(t){return t?"setUTCSeconds":"setSeconds"}function cf(t){return t?"setUTCMilliseconds":"setMilliseconds"}function hf(t){if(!ia(t))return Q(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function pf(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 df=ft;function ff(t,e,n){function i(t){return t&&vt(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?Ko(t):t;if(!isNaN(+s))return Zd(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===e)return tt(t)?i(t):et(t)&&r(t)?t+"":"-";var l=na(t);return r(l)?hf(l):tt(t)?i(t):"boolean"==typeof t?t+"":"-"}var gf=["a","b","c","d","e","f","g"],vf=function(t,e){return"{"+t+(null==e?"":e)+"}"};function yf(t,e,n){$(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o<r.length;o++){var a=gf[o];t=t.replace(vf(a),vf(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(vf(gf[l],s),n?fe(u):u)}return t}function mf(t,e){var n=Q(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:'+fe(i)+";"+(e||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+fe(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 xf(t,e){return e=e||"transparent",Q(t)?t:nt(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function _f(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var bf={},wf={},Sf=function(){function t(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return t.prototype.create=function(t,e){function n(n,i){var r=[];return H(n,function(n,o){var a=n.create(t,e);r=r.concat(a||[]),"production"!==process.env.NODE_ENV&&i&&H(a,function(t){return gt(!t.update)})}),r}this._nonSeriesBoxMasterList=n(bf,!0),this._normalMasterList=n(wf,!1)},t.prototype.update=function(t,e){H(this._normalMasterList,function(n){n.update&&n.update(t,e)})},t.prototype.getCoordinateSystems=function(){return this._normalMasterList.concat(this._nonSeriesBoxMasterList)},t.register=function(t,e){"matrix"!==t&&"calendar"!==t?wf[t]=e:bf[t]=e},t.get=function(t){return wf[t]||bf[t]},t}();var Mf=1,If=2;var Tf=St();var Cf=0,Df=1,Af=2;function kf(t,e){var n=t.getShallow("coordinateSystem"),i=t.getShallow("coordinateSystemUsage",!0),r=null!=i,o=Cf;if(n){var a="series"===t.mainType;null==i&&(i=a?"data":"box"),"data"===i?(o=Df,a||("production"!==process.env.NODE_ENV&&r&&e&&pa('coordinateSystemUsage "data" is not supported in non-series components.'),o=Cf)):"box"===i&&(o=Af,a||function(t){return!!bf[t]}(n)||("production"!==process.env.NODE_ENV&&r&&e&&pa('coordinateSystem "'+n+'" cannot be used as coordinateSystemUsage "box" for "'+t.type+'" yet.'),o=Cf))}return{coordSysType:n,kind:o}}function Lf(t){var e=t.targetModel,n=t.coordSysType,i=t.coordSysProvider,r=t.isDefaultDataCoordSys,o=t.allowNotFound;"production"!==process.env.NODE_ENV&&gt(!!n);var a=kf(e,!0),s=a.kind,l=a.coordSysType;if(r&&s!==Df&&(s=Df,l=n),s===Cf||l!==n)return!1;var u=i(n,e);return u?(s===Df?("production"!==process.env.NODE_ENV&&gt("series"===e.mainType),e.coordinateSystem=u):e.boxCoordinateSystem=u,!0):("production"!==process.env.NODE_ENV&&(o||pa(n+" cannot be found for "+e.type+" (index: "+e.componentIndex+").")),!1)}var Nf=function(t,e){var n=e.getReferringComponents(t,za).models[0];return n&&n.coordinateSystem},Ef=Sf,Of=H,Pf=["left","right","top","bottom","width","height"],Rf=[["width","left","right"],["height","top","bottom"]];function Vf(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,p=l.getBoundingRect(),d=e.childAt(u+1),f=d&&d.getBoundingRect();if("horizontal"===t){var g=p.width+(f?-f.x+p.x:0);(c=o+g)>i||l.newline?(o=0,c=g,a+=s+n,s=p.height):s=Math.max(s,p.height)}else{var v=p.height+(f?-f.y+p.y:0);(h=a+v)>r||l.newline?(o+=s+n,a=0,h=v,s=p.width):s=Math.max(s,p.width)}l.newline||(l.x=o,l.y=a,l.markRedraw(),"horizontal"===t?o=c+n:a=h+n)})}var zf=Vf;function Bf(t,e){return{left:t.getShallow("left",e),top:t.getShallow("top",e),right:t.getShallow("right",e),bottom:t.getShallow("bottom",e),width:t.getShallow("width",e),height:t.getShallow("height",e)}}function Gf(t,e){var n=function(t,e){var n,i,r=Uf(t,e,{enableLayoutOnlyByCenter:!0}),o=t.getBoxLayoutParams();if(r.type===Hf.point)i=r.refPoint,n=Ff(o,{width:e.getWidth(),height:e.getHeight()});else{var a=t.get("center"),s=$(a)?a:[a,a];n=Ff(o,r.refContainer),i=r.boxCoordFrom===If?r.refPoint:[Vo(s[0],n.width)+n.x,Vo(s[1],n.height)+n.y]}return{viewRect:n,center:i}}(t,e),i=n.viewRect,r=n.center,o=t.get("radius");$(o)||(o=[0,o]);var a=Vo(i.width,e.getWidth()),s=Vo(i.height,e.getHeight()),l=Math.min(a,s),u=Vo(o[0],l/2),c=Vo(o[1],l/2);return{cx:r[0],cy:r[1],r0:u,r:c,viewRect:i}}function Ff(t,e,n){n=df(n||0);var i=e.width,r=e.height,o=Vo(t.left,i),a=Vo(t.top,r),s=Vo(t.right,i),l=Vo(t.bottom,r),u=Vo(t.width,i),c=Vo(t.height,r),h=n[2]+n[0],p=n[1]+n[3],d=t.aspect;switch(isNaN(u)&&(u=i-s-p-o),isNaN(c)&&(c=r-l-h-a),null!=d&&(isNaN(u)&&isNaN(c)&&(d>i/r?u=.8*i:c=.8*r),isNaN(u)&&(u=d*c),isNaN(c)&&(c=u/d)),isNaN(o)&&(o=i-s-u-p),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-p}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-p-o-(s||0)),isNaN(c)&&(c=r-h-a-(l||0));var f=new an((e.x||0)+o+n[3],(e.y||0)+a+n[0],u,c);return f.margin=n,f}function Wf(t,e,n){var i=t.getShallow("preserveAspect",!0);if(!i)return e;var r=e.width/e.height;if(Math.abs(Math.atan(n)-Math.atan(r))<1e-9)return e;var o=t.getShallow("preserveAspectAlign",!0),a=t.getShallow("preserveAspectVerticalAlign",!0),s={width:e.width,height:e.height},l="cover"===i;return r>n&&!l||r<n&&l?(s.width=e.height*n,"left"===o?s.left=0:"right"===o?s.right=0:s.left="center"):(s.height=e.width/n,"top"===a?s.top=0:"bottom"===a?s.bottom=0:s.top="middle"),Ff(s,e)}K(Vf,"vertical"),K(Vf,"horizontal");var Hf={rect:1,point:2};function Uf(t,e,n){var i,r,o,a,s=t.boxCoordinateSystem;if(s){var l=function(t){var e=t.getShallow("coord",!0),n=Mf;if(null==e){var i=Tf.get(t.type);i&&i.getCoord2&&(n=If,e=i.getCoord2(t))}return{coord:e,from:n}}(t),u=l.coord,c=l.from;if(s.dataToLayout){o=Hf.rect,a=c;var h=s.dataToLayout(u);i=h.contentRect||h.rect}else n&&n.enableLayoutOnlyByCenter&&s.dataToPoint?(o=Hf.point,a=c,r=s.dataToPoint(u)):"production"!==process.env.NODE_ENV&&pa(t.type+"["+t.componentIndex+"] layout based on "+s.type+" is not supported.")}return null==o&&(o=Hf.rect),o===Hf.rect&&(i||(i={x:0,y:0,width:e.getWidth(),height:e.getHeight()}),r=[i.x+i.width/2,i.y+i.height/2]),{type:o,refContainer:i,refPoint:r,boxCoordFrom:a}}function Yf(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 an(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=Ff(V({width:a.width,height:a.height},e),n,i),p=s?h.x-a.x:0,d=l?h.y-a.y:0;return"raw"===u?(o.x=p,o.y=d):(o.x+=p,o.y+=d),o===t&&t.markRedraw(),!0}function Xf(t){var e=t.layoutMode||t.constructor.layoutMode;return nt(e)?e:e?{type:e}:null}function Zf(t,e,n){var i=n&&n.ignoreSize;!$(i)&&(i=[i,i]);var r=a(Rf[0],0),o=a(Rf[1],1);function a(n,r){var o={},a=0,l={},u=0;if(Of(n,function(e){l[e]=t[e]}),Of(n,function(t){Ct(e,t)&&(o[t]=l[t]=e[t]),s(o,t)&&a++,s(l,t)&&u++}),i[r])return s(e,n[1])?l[n[2]]=null:s(e,n[2])&&(l[n[1]]=null),l;if(2!==u&&a){if(a>=2)return o;for(var c=0;c<n.length;c++){var h=n[c];if(!Ct(o,h)&&Ct(t,h)){o[h]=t[h];break}}return o}return l}function s(t,e){return null!=t[e]&&"auto"!==t[e]}function l(t,e,n){Of(t,function(t){e[t]=n[t]})}l(Rf[0],t,r),l(Rf[1],t,o)}function jf(t){return qf({},t)}function qf(t,e){return e&&t&&Of(Pf,function(n){Ct(e,n)&&(t[n]=e[n])}),t}var Kf=Oa(),$f=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=_d("ec_cpt_model"),r}var i;return n(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Xf(this),i=n?jf(t):{};O(t,e.getTheme().get(this.mainType)),O(t,this.getDefaultOption()),n&&Zf(t,i,n)},e.prototype.mergeOption=function(t,e){O(this.option,t,!0);var n=Xf(this);n&&Zf(this.option,t,n)},e.prototype.optionUpdated=function(t,e){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!function(t){return!(!t||!t[Za])}(t))return t.defaultOption;var e=Kf(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=O(o,n[a],!0);e.defaultOption=o}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return Ga(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){return Bf(this,!1)},e.prototype.getZLevelKey=function(){return""},e.prototype.setZLevel=function(t){this.option.zlevel=t},e.protoInitialize=((i=e.prototype).type="component",i.id="",i.name="",i.mainType="",i.subType="",void(i.componentIndex=0)),e}(md);Ka($f,md),ts($f),function(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=ja(t);e[i.main]=n},t.determineSubType=function(n,i){var r=i.type;if(!r){var o=ja(n).main;t.hasSubTypes(n)&&e[o]&&(r=e[o](i))}return r}}($f),function(t,e){function n(t,e){return t[e]||(t[e]={predecessor:[],successor:[]}),t[e]}t.topologicalTravel=function(t,i,r,o){if(t.length){var a=function(t){var i={},r=[];return H(t,function(o){var a=n(i,o),s=function(t,e){var n=[];return H(t,function(t){B(e,t)>=0&&n.push(t)}),n}(a.originalDeps=e(o),t);a.entryCount=s.length,0===a.entryCount&&r.push(o),H(s,function(t){B(a.predecessor,t)<0&&a.predecessor.push(t);var e=n(i,t);B(e.successor,t)<0&&e.successor.push(o)})}),{graph:i,noEntryList:r}}(i),s=a.graph,l=a.noEntryList,u={};for(H(t,function(t){u[t]=!0});l.length;){var c=l.pop(),h=s[c],p=!!u[c];p&&(r.call(o,c,h.originalDeps.slice()),delete u[c]),H(h.successor,p?f:d)}H(u,function(){var e="";throw"production"!==process.env.NODE_ENV&&(e=ga("Circular dependency may exists: ",u,t,i)),new Error(e)})}function d(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function f(t){u[t]=!0,d(t)}}}($f,function(t){var e=[];H($f.getClassesByMainType(t),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=U(e,function(t){return ja(t).main}),"dataset"!==t&&B(e,"dataset")<=0&&e.unshift("dataset");return e});var Jf=$f,Qf={color:{},darkColor:{},size:{}},tg=Qf.color={theme:["#5070dd","#b6d634","#505372","#ff994d","#0ca8df","#ffd10a","#fb628b","#785db0","#3fbe95"],neutral00:"#fff",neutral05:"#f4f7fd",neutral10:"#e8ebf0",neutral15:"#dbdee4",neutral20:"#cfd2d7",neutral25:"#c3c5cb",neutral30:"#b7b9be",neutral35:"#aaacb2",neutral40:"#9ea0a5",neutral45:"#929399",neutral50:"#86878c",neutral55:"#797b7f",neutral60:"#6d6e73",neutral65:"#616266",neutral70:"#54555a",neutral75:"#48494d",neutral80:"#3c3c41",neutral85:"#303034",neutral90:"#232328",neutral95:"#17171b",neutral99:"#000",accent05:"#eff1f9",accent10:"#e0e4f2",accent15:"#d0d6ec",accent20:"#c0c9e6",accent25:"#b1bbdf",accent30:"#a1aed9",accent35:"#91a0d3",accent40:"#8292cc",accent45:"#7285c6",accent50:"#6578ba",accent55:"#5c6da9",accent60:"#536298",accent65:"#4a5787",accent70:"#404c76",accent75:"#374165",accent80:"#2e3654",accent85:"#252b43",accent90:"#1b2032",accent95:"#121521",transparent:"rgba(0,0,0,0)",highlight:"rgba(255,231,130,0.8)"};for(var eg in R(tg,{primary:tg.neutral80,secondary:tg.neutral70,tertiary:tg.neutral60,quaternary:tg.neutral50,disabled:tg.neutral20,border:tg.neutral30,borderTint:tg.neutral20,borderShade:tg.neutral40,background:tg.neutral05,backgroundTint:"rgba(234,237,245,0.5)",backgroundTransparent:"rgba(255,255,255,0)",backgroundShade:tg.neutral10,shadow:"rgba(0,0,0,0.2)",shadowTint:"rgba(129,130,136,0.2)",axisLine:tg.neutral70,axisLineTint:tg.neutral40,axisTick:tg.neutral70,axisTickMinor:tg.neutral60,axisLabel:tg.neutral70,axisSplitLine:tg.neutral15,axisMinorSplitLine:tg.neutral05}),tg)if(tg.hasOwnProperty(eg)){var ng=tg[eg];"theme"===eg?Qf.darkColor.theme=tg.theme.slice():"highlight"===eg?Qf.darkColor.highlight="rgba(255,231,130,0.4)":0===eg.indexOf("accent")?Qf.darkColor[eg]=Di(ng,null,function(t){return.5*t},function(t){return Math.min(1,1.3-t)}):Qf.darkColor[eg]=Di(ng,null,function(t){return.9*t},function(t){return 1-Math.pow(t,1.5)})}Qf.size={xxs:2,xs:5,s:10,m:15,l:20,xl:30,xxl:40,xxxl:50};var ig=Qf,rg="";"undefined"!=typeof navigator&&(rg=navigator.platform||"");var og="rgba(0, 0, 0, 0.2)",ag=ig.color.theme[0],sg=Di(ag,null,null,.9),lg={darkMode:"auto",colorBy:"series",color:ig.color.theme,gradientColor:[sg,ag],aria:{decal:{decals:[{color:og,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:og,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:og,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:og,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:og,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:og,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:rg.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},ug=St(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),cg="original",hg="arrayRows",pg="objectRows",dg="keyedColumns",fg="typedArray",gg="unknown",vg="column",yg="row",mg=1,xg=2,_g=3,bg=Oa();function wg(t,e,n){var i={},r=Mg(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,c=bg(u).datasetMap,h=r.uid+"_"+n.seriesLayoutBy;H(t=t.slice(),function(e,n){var r=nt(e)?e:t[n]={name:e};"ordinal"===r.type&&null==o&&(o=n,a=f(r)),i[r.name]=[]});var p=c.get(h)||c.set(h,{categoryWayDim:a,valueWayDim:0});function d(t,e,n){for(var i=0;i<n;i++)t.push(e+i)}function f(t){var e=t.dimsDef;return e?e.length:1}return H(t,function(t,e){var n=t.name,r=f(t);if(null==o){var a=p.valueWayDim;d(i[n],a,r),d(l,a,r),p.valueWayDim+=r}else if(o===e)d(i[n],0,r),d(s,0,r);else{a=p.categoryWayDim;d(i[n],a,r),d(l,a,r),p.categoryWayDim+=r}}),s.length&&(i.itemName=s),l.length&&(i.seriesName=l),i}function Sg(t,e,n){var i={};if(!Mg(t))return i;var r,o=e.sourceFormat,a=e.dimensionsDefine;o!==pg&&o!==dg||H(a,function(t,e){"name"===(nt(t)?t.name:t)&&(r=e)});var s=function(){for(var t={},i={},s=[],l=0,u=Math.min(5,n);l<u;l++){var c=Tg(e.data,o,e.seriesLayoutBy,a,e.startIndex,l);s.push(c);var h=c===_g;if(h&&null==t.v&&l!==r&&(t.v=l),(null==t.n||t.n===t.v||!h&&s[t.n]===_g)&&(t.n=l),p(t)&&s[t.n]!==_g)return t;h||(c===xg&&null==i.v&&l!==r&&(i.v=l),null!=i.n&&i.n!==i.v||(i.n=l))}function p(t){return null!=t.v&&null!=t.n}return p(t)?t:p(i)?i:null}();if(s){i.value=[s.v];var l=null!=r?r:s.n;i.itemName=[l],i.seriesName=[l]}return i}function Mg(t){if(!t.get("data",!0))return Ga(t.ecModel,"dataset",{index:t.get("datasetIndex",!0),id:t.get("datasetId",!0)},za).models[0]}function Ig(t,e){return Tg(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function Tg(t,e,n,i,r,o){var a,s,l;if(rt(t))return _g;if(i){var u=i[o];nt(u)?(s=u.name,l=u.type):Q(u)&&(s=u)}if(null!=l)return"ordinal"===l?mg:_g;if(e===hg){var c=t;if(n===yg){for(var h=c[o],p=0;p<(h||[]).length&&p<5;p++)if(null!=(a=m(h[r+p])))return a}else for(p=0;p<c.length&&p<5;p++){var d=c[r+p];if(d&&null!=(a=m(d[o])))return a}}else if(e===pg){var f=t;if(!s)return _g;for(p=0;p<f.length&&p<5;p++){if((v=f[p])&&null!=(a=m(v[s])))return a}}else if(e===dg){if(!s)return _g;if(!(h=t[s])||rt(h))return _g;for(p=0;p<h.length&&p<5;p++)if(null!=(a=m(h[p])))return a}else if(e===cg){var g=t;for(p=0;p<g.length&&p<5;p++){var v,y=Sa(v=g[p]);if(!$(y))return _g;if(null!=(a=m(y[o])))return a}}function m(t){var e=Q(t);return null!=t&&Number.isFinite(Number(t))&&""!==t?e?xg:_g:e&&"-"!==t?mg:void 0}return _g}var Cg=St();var Dg,Ag,kg,Lg=Oa(),Ng=Oa(),Eg=function(){function t(){}return t.prototype.getColorFromPalette=function(t,e,n){var i=_a(this.get("color",!0)),r=this.get("colorLayer",!0);return Pg(this,Lg,i,r,t,e,n)},t.prototype.clearColorPalette=function(){!function(t,e){e(t).paletteIdx=0,e(t).paletteNameMap={}}(this,Lg)},t}();function Og(t,e,n,i){var r=_a(t.get(["aria","decal","decals"]));return Pg(t,Ng,r,null,e,n,i)}function Pg(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 Rg="\0_ec_inner",Vg={grid:"GridComponent",polar:"PolarComponent",geo:"GeoComponent",singleAxis:"SingleAxisComponent",parallel:"ParallelComponent",calendar:"CalendarComponent",matrix:"MatrixComponent",graphic:"GraphicComponent",toolbox:"ToolboxComponent",tooltip:"TooltipComponent",axisPointer:"AxisPointerComponent",brush:"BrushComponent",title:"TitleComponent",timeline:"TimelineComponent",markPoint:"MarkPointComponent",markLine:"MarkLineComponent",markArea:"MarkAreaComponent",legend:"LegendComponent",dataZoom:"DataZoomComponent",visualMap:"VisualMapComponent",xAxis:"GridComponent",yAxis:"GridComponent",angleAxis:"PolarComponent",radiusAxis:"PolarComponent"},zg={line:"LineChart",bar:"BarChart",pie:"PieChart",scatter:"ScatterChart",radar:"RadarChart",map:"MapChart",tree:"TreeChart",treemap:"TreemapChart",graph:"GraphChart",chord:"ChordChart",gauge:"GaugeChart",funnel:"FunnelChart",parallel:"ParallelChart",sankey:"SankeyChart",boxplot:"BoxplotChart",candlestick:"CandlestickChart",effectScatter:"EffectScatterChart",lines:"LinesChart",heatmap:"HeatmapChart",pictorialBar:"PictorialBarChart",themeRiver:"ThemeRiverChart",sunburst:"SunburstChart",custom:"CustomChart"},Bg={};var Gg=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(t,e,n,i,r,o){i=i||{},this.option=null,this._theme=new md(i),this._locale=new md(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){"production"!==process.env.NODE_ENV&&(gt(null!=t,"option is null/undefined"),gt(1!==t[Rg],"please use chart.getOption()"));var i=Hg(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,Hg(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);"production"!==process.env.NODE_ENV&&H(r,function(t,e){if(!Jf.hasClass(e)){var n=Vg[e];n&&!Bg[n]&&(pa("Component "+e+" is used but not imported.\nimport { "+n+" } from 'echarts/components';\necharts.use(["+n+"]);"),Bg[n]=!0)}}),this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):kg(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&&H(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=St(),s=e&&e.replaceMergeMainTypeMap;bg(this).datasetMap=St(),H(t,function(t,e){null!=t&&(Jf.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?E(t):O(n[e],t,!0))}),s&&s.each(function(t,e){Jf.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))}),Jf.topologicalTravel(o,Jf.getAllClassMainTypes(),function(e){var o=function(t,e,n){var i=Cg.get(e);if(!i)return n;var r=i(t);if(!r)return n;if("production"!==process.env.NODE_ENV)for(var o=0;o<r.length;o++)gt(Na(r[o]));return n.concat(r)}(this,e,_a(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=Ia(a,o,l);(function(t,e,n){H(t,function(t){var i=t.newOption;nt(i)&&(t.keyInfo.mainType=e,t.keyInfo.subType=function(t,e,n,i){return e.type?e.type:n?n.subType:i.determineSubType(t,e)}(e,i,t.existing,n))})})(u,e,Jf),n[e]=null,i.set(e,null),r.set(e,0);var c,h,p=[],d=[],f=0;H(u,function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=Jf.getClass(e,t.keyInfo.subType,!o);if(!a){if("production"!==process.env.NODE_ENV){var s=t.keyInfo.subType,l=zg[s];Bg[s]||(Bg[s]=!0,pa(l?"Series "+s+" is used but not imported.\nimport { "+l+" } from 'echarts/charts';\necharts.use(["+l+"]);":"Unknown series "+s))}return}if("tooltip"===e){if(c)return void("production"!==process.env.NODE_ENV&&(h||(ha("Currently only one tooltip component is allowed."),h=!0)));c=!0}if(i&&i.constructor===a)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var u=R({componentIndex:n},t.keyInfo);R(i=new a(r,this,this,u),u),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(p.push(i.option),d.push(i),f++):(p.push(void 0),d.push(void 0))},this),n[e]=p,i.set(e,d),r.set(e,f),"series"===e&&Dg(this)},this),this._seriesIndices||Dg(this)},e.prototype.getOption=function(){var t=E(this.option);return H(t,function(e,n){if(Jf.hasClass(n)){for(var i=_a(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!Na(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}}),delete t[Rg],t},e.prototype.setTheme=function(t){this._theme=new md(t),this._resetOption("recreate",null)},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=t.mainType;if(!e)return[];var n,i=t.index,r=t.id,o=t.name,a=this._componentsMap.get(e);return a&&a.length?(null!=i?(n=[],H(_a(i),function(t){a[t]&&n.push(a[t])})):n=null!=r?Fg("id",r,a):null!=o?Fg("name",o,a):X(a,function(t){return!!t}),Wg(n,t)):[]},e.prototype.findComponents=function(t){var e,n,i,r,o,a=t.query,s=t.mainType,l=(n=s+"Index",i=s+"Id",r=s+"Name",!(e=a)||null==e[n]&&null==e[i]&&null==e[r]?null:{mainType:s,index:e[n],id:e[i],name:e[r]}),u=l?this.queryComponents(l):X(this._componentsMap.get(s),function(t){return!!t});return o=Wg(u,t),t.filter?X(o,t.filter):o},e.prototype.eachComponent=function(t,e,n){var i=this._componentsMap;if(J(t)){var r=e,o=t;i.each(function(t,e){for(var n=0;t&&n<t.length;n++){var i=t[n];i&&o.call(r,e,i,i.componentIndex)}})}else for(var a=Q(t)?i.get(t):nt(t)?this.findComponents(t):null,s=0;a&&s<a.length;s++){var l=a[s];l&&e.call(n,l,l.componentIndex)}},e.prototype.getSeriesByName=function(t){var e=Da(t,null);return X(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 X(this._componentsMap.get("series"),function(e){return!!e&&e.subType===t})},e.prototype.getSeries=function(){return X(this._componentsMap.get("series"),function(t){return!!t})},e.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},e.prototype.eachSeries=function(t,e){Ag(this),H(this._seriesIndices,function(n){var i=this._componentsMap.get("series")[n];t.call(e,i,n)},this)},e.prototype.eachRawSeries=function(t,e){H(this._componentsMap.get("series"),function(n){n&&t.call(e,n,n.componentIndex)})},e.prototype.eachSeriesByType=function(t,e,n){Ag(this),H(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 H(this.getSeriesByType(t),e,n)},e.prototype.isSeriesFiltered=function(t){return Ag(this),null==this._seriesIndicesMap.get(t.componentIndex)},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,e){Ag(this);var n=[];H(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=St(n)},e.prototype.restoreData=function(t){Dg(this);var e=this._componentsMap,n=[];e.each(function(t,e){Jf.hasClass(e)&&n.push(e)}),Jf.topologicalTravel(n,Jf.getAllClassMainTypes(),function(n){H(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=(Dg=function(t){var e=t._seriesIndices=[];H(t._componentsMap.get("series"),function(t){t&&e.push(t.componentIndex)}),t._seriesIndicesMap=St(e)},Ag=function(t){if("production"!==process.env.NODE_ENV&&!t._seriesIndices)throw new Error("Option should contains series.")},void(kg=function(t,e){t.option={},t.option[Rg]=1,t._componentsMap=St({series:[]}),t._componentsCount=St();var n=e.aria;nt(n)&&null==n.enabled&&(n.enabled=!0),function(t,e){var n=t.color&&!t.colorLayer;H(e,function(e,i){"colorLayer"===i&&n||"color"===i&&t.color||Jf.hasClass(i)||("object"==typeof e?t[i]=t[i]?O(t[i],e,!1):E(e):null==t[i]&&(t[i]=e))})}(e,t._theme.option),O(e,lg,!1),t._mergeOption(e,null)})),e}(md);function Fg(t,e,n){if($(e)){var i=St();return H(e,function(t){null!=t&&(null!=Da(t,null)&&i.set(t,!0))}),X(n,function(e){return e&&i.get(e[t])})}var r=Da(e,null);return X(n,function(e){return e&&null!=r&&e[t]===r})}function Wg(t,e){return e.hasOwnProperty("subType")?X(t,function(t){return t&&t.subType===e.subType}):t}function Hg(t){var e=St();return t&&H(_a(t.replaceMerge),function(t){"production"!==process.env.NODE_ENV&&gt(Jf.hasClass(t),'"'+t+'" is not valid component main type in "replaceMerge"'),e.set(t,!0)}),{replaceMergeMainTypeMap:e}}F(Gg,Eg);var Ug=Gg,Yg=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],Xg=function(t){H(Yg,function(e){this[e]=q(t[e],t)},this)},Zg=/^(min|max)?(.+)$/,jg=function(){function t(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return t.prototype.setOption=function(t,e,n){t&&(H(_a(t.series),function(t){t&&t.data&&rt(t.data)&&mt(t.data)}),H(_a(t.dataset),function(t){t&&t.source&&rt(t.source)&&mt(t.source)})),t=E(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);a?(r=a).timeline||(r.timeline=s):((h||c)&&(t.options=t.media=null),r=t);c&&($(u)?H(u,function(t){"production"!==process.env.NODE_ENV&&t&&!t.option&&nt(t.query)&&nt(t.query.option)&&pa("Illegal media option. Must be like { media: [ { query: {}, option: {} } ] }"),t&&t.option&&(t.query?o.push(t):i||(i=t))}):"production"!==process.env.NODE_ENV&&pa("Illegal media option. Must be an array. Like { media: [ {...}, {...} ] }"));function p(t){H(e,function(e){e(t,n)})}return p(r),H(l,function(t){return p(t)}),H(o,function(t){return p(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=[],E(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=E(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++)qg(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=U(s,function(t){return E(-1===t?a.option:o[t].option)})),this._currentMediaIndices=s,l},t}();function qg(t,e,n){var i={width:e,height:n,aspectratio:e/n},r=!0;return H(t,function(t,e){var n=e.match(Zg);if(n&&n[1]&&n[2]){var o=n[1],a=n[2].toLowerCase();(function(t,e,n){return"min"===n?t>=e:"max"===n?t<=e:t===e})(i[a],t,o)||(r=!1)}}),r}var Kg=jg,$g=H,Jg=nt,Qg=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function tv(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=Qg.length;n<i;n++){var r=Qg[n],o=e.normal,a=e.emphasis;o&&o[r]&&("production"!==process.env.NODE_ENV&&fa("itemStyle.normal."+r,r),t[r]=t[r]||{},t[r].normal?O(t[r].normal,o[r]):t[r].normal=o[r],o[r]=null),a&&a[r]&&("production"!==process.env.NODE_ENV&&fa("itemStyle.emphasis."+r,"emphasis."+r),t[r]=t[r]||{},t[r].emphasis?O(t[r].emphasis,a[r]):t[r].emphasis=a[r],a[r]=null)}}function ev(t,e,n){if(t&&t[e]&&(t[e].normal||t[e].emphasis)){var i=t[e].normal,r=t[e].emphasis;i&&("production"!==process.env.NODE_ENV&&da("'normal' hierarchy in "+e+" has been removed since 4.0. All style properties are configured in "+e+" directly now."),n?(t[e].normal=t[e].emphasis=null,V(t[e],i)):t[e]=i),r&&("production"!==process.env.NODE_ENV&&da(e+".emphasis has been changed to emphasis."+e+" since 4.0"),t.emphasis=t.emphasis||{},t.emphasis[e]=r,r.focus&&(t.emphasis.focus=r.focus),r.blurScope&&(t.emphasis.blurScope=r.blurScope))}}function nv(t){ev(t,"itemStyle"),ev(t,"lineStyle"),ev(t,"areaStyle"),ev(t,"label"),ev(t,"labelLine"),ev(t,"upperLabel"),ev(t,"edgeLabel")}function iv(t,e){var n=Jg(t)&&t[e],i=Jg(n)&&n.textStyle;if(i){"production"!==process.env.NODE_ENV&&da("textStyle hierarchy in "+e+" has been removed since 4.0. All textStyle properties are configured in "+e+" directly now.");for(var r=0,o=wa.length;r<o;r++){var a=wa[r];i.hasOwnProperty(a)&&(n[a]=i[a])}}}function rv(t){t&&(nv(t),iv(t,"label"),t.emphasis&&iv(t.emphasis,"label"))}function ov(t){return $(t)?t:t?[t]:[]}function av(t){return($(t)?t[0]:t)||{}}function sv(t,e){$g(ov(t.series),function(t){Jg(t)&&function(t){if(Jg(t)){tv(t),nv(t),iv(t,"label"),iv(t,"upperLabel"),iv(t,"edgeLabel"),t.emphasis&&(iv(t.emphasis,"label"),iv(t.emphasis,"upperLabel"),iv(t.emphasis,"edgeLabel"));var e=t.markPoint;e&&(tv(e),rv(e));var n=t.markLine;n&&(tv(n),rv(n));var i=t.markArea;i&&rv(i);var r=t.data;if("graph"===t.type){r=r||t.nodes;var o=t.links||t.edges;if(o&&!rt(o))for(var a=0;a<o.length;a++)rv(o[a]);H(t.categories,function(t){nv(t)})}if(r&&!rt(r))for(a=0;a<r.length;a++)rv(r[a]);if((e=t.markPoint)&&e.data){var s=e.data;for(a=0;a<s.length;a++)rv(s[a])}if((n=t.markLine)&&n.data){var l=n.data;for(a=0;a<l.length;a++)$(l[a])?(rv(l[a][0]),rv(l[a][1])):rv(l[a])}"gauge"===t.type?(iv(t,"axisLabel"),iv(t,"title"),iv(t,"detail")):"treemap"===t.type?(ev(t.breadcrumb,"itemStyle"),H(t.levels,function(t){nv(t)})):"tree"===t.type&&nv(t.leaves)}}(t)});var n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];e&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),$g(n,function(e){$g(ov(t[e]),function(t){t&&(iv(t,"axisLabel"),iv(t.axisPointer,"label"))})}),$g(ov(t.parallel),function(t){var e=t&&t.parallelAxisDefault;iv(e,"axisLabel"),iv(e&&e.axisPointer,"label")}),$g(ov(t.calendar),function(t){ev(t,"itemStyle"),iv(t,"dayLabel"),iv(t,"monthLabel"),iv(t,"yearLabel")}),$g(ov(t.radar),function(t){iv(t,"name"),t.name&&null==t.axisName&&(t.axisName=t.name,delete t.name,"production"!==process.env.NODE_ENV&&da("name property in radar component has been changed to axisName")),null!=t.nameGap&&null==t.axisNameGap&&(t.axisNameGap=t.nameGap,delete t.nameGap,"production"!==process.env.NODE_ENV&&da("nameGap property in radar component has been changed to axisNameGap")),"production"!==process.env.NODE_ENV&&$g(t.indicator,function(t){t.text&&fa("text","name","radar.indicator")})}),$g(ov(t.geo),function(t){Jg(t)&&(rv(t),$g(ov(t.regions),function(t){rv(t)}))}),$g(ov(t.timeline),function(t){rv(t),ev(t,"label"),ev(t,"itemStyle"),ev(t,"controlStyle",!0);var e=t.data;$(e)&&H(e,function(t){nt(t)&&(ev(t,"label"),ev(t,"itemStyle"))})}),$g(ov(t.toolbox),function(t){ev(t,"iconStyle"),$g(t.feature,function(t){ev(t,"iconStyle")})}),iv(av(t.axisPointer),"label"),iv(av(t.tooltip).axisPointer,"label")}function lv(t){t&&H(uv,function(e){e[0]in t&&!(e[1]in t)&&(t[e[1]]=t[e[0]])})}var uv=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],cv=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],hv=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function pv(t){var e=t&&t.itemStyle;if(e)for(var n=0;n<hv.length;n++){var i=hv[n][1],r=hv[n][0];null!=e[i]&&(e[r]=e[i],"production"!==process.env.NODE_ENV&&fa(i,r))}}function dv(t){t&&"edge"===t.alignTo&&null!=t.margin&&null==t.edgeDistance&&("production"!==process.env.NODE_ENV&&fa("label.margin","label.edgeDistance","pie"),t.edgeDistance=t.margin)}function fv(t){t&&t.downplay&&!t.blur&&(t.blur=t.downplay,"production"!==process.env.NODE_ENV&&fa("downplay","blur","sunburst"))}function gv(t,e){if(t)for(var n=0;n<t.length;n++)e(t[n]),t[n]&&gv(t[n].children,e)}function vv(t,e){sv(t,e),t.series=_a(t.series),H(t.series,function(t){if(nt(t)){var e=t.type;if("line"===e)null!=t.clipOverflow&&(t.clip=t.clipOverflow,"production"!==process.env.NODE_ENV&&fa("clipOverflow","clip","line"));else if("pie"===e||"gauge"===e){if(null!=t.clockWise&&(t.clockwise=t.clockWise,"production"!==process.env.NODE_ENV&&fa("clockWise","clockwise")),dv(t.label),(r=t.data)&&!rt(r))for(var n=0;n<r.length;n++)dv(r[n]);null!=t.hoverOffset&&(t.emphasis=t.emphasis||{},(t.emphasis.scaleSize=null)&&("production"!==process.env.NODE_ENV&&fa("hoverOffset","emphasis.scaleSize"),t.emphasis.scaleSize=t.hoverOffset))}else if("gauge"===e){var i=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!=i&&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];(i||null==a[o[s]])&&(a[o[s]]=n)}(t,"itemStyle.color",i)}else if("bar"===e){var r;if(pv(t),pv(t.backgroundStyle),pv(t.emphasis),(r=t.data)&&!rt(r))for(n=0;n<r.length;n++)"object"==typeof r[n]&&(pv(r[n]),pv(r[n]&&r[n].emphasis))}else if("sunburst"===e){var o=t.highlightPolicy;o&&(t.emphasis=t.emphasis||{},t.emphasis.focus||(t.emphasis.focus=o,"production"!==process.env.NODE_ENV&&fa("highlightPolicy","emphasis.focus","sunburst"))),fv(t),gv(t.data,fv)}else"graph"===e||"sankey"===e?function(t){t&&null!=t.focusNodeAdjacency&&(t.emphasis=t.emphasis||{},null==t.emphasis.focus&&("production"!==process.env.NODE_ENV&&fa("focusNodeAdjacency","emphasis: { focus: 'adjacency'}","graph/sankey"),t.emphasis.focus="adjacency"))}(t):"map"===e&&(t.mapType&&!t.map&&("production"!==process.env.NODE_ENV&&fa("mapType","map","map"),t.map=t.mapType),t.mapLocation&&("production"!==process.env.NODE_ENV&&da("`mapLocation` is not used anymore."),V(t,t.mapLocation)));null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&("production"!==process.env.NODE_ENV&&fa("hoverAnimation","emphasis.scale"),t.emphasis.scale=t.hoverAnimation)),lv(t)}}),t.dataRange&&(t.visualMap=t.dataRange),H(cv,function(e){var n=t[e];n&&($(n)||(n=[n]),H(n,function(t){lv(t)}))})}var yv,mv,xv,_v,bv,wv,Sv=function(t){this.data=t.data||(t.sourceFormat===dg?{}:[]),this.sourceFormat=t.sourceFormat||gg,this.seriesLayoutBy=t.seriesLayoutBy||vg,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&&Ig(this,n)===mg&&(i.type="ordinal")}};function Mv(t){return t instanceof Sv}function Iv(t,e,n){n=n||Cv(t);var i=e.seriesLayoutBy,r=function(t,e,n,i,r){var o,a;if(!t)return{dimensionsDefine:Dv(r),startIndex:a,dimensionsDetectedCount:o};if(e===hg){var s=t;"auto"===i||null==i?Av(function(t){null!=t&&"-"!==t&&(Q(t)?null==a&&(a=1):a=0)},n,s,10):a=et(i)?i:i?1:0,r||1!==a||(r=[],Av(function(t,e){r[e]=null!=t?t+"":""},n,s,1/0)),o=r?r.length:n===yg?s.length:s[0]?s[0].length:null}else if(e===pg)r||(r=function(t){var e,n=0;for(;n<t.length&&!(e=t[n++]););if(e)return j(e)}(t));else if(e===dg)r||(r=[],H(t,function(t,e){r.push(e)}));else if(e===cg){var l=Sa(t[0]);o=$(l)&&l.length||1}else e===fg&&"production"!==process.env.NODE_ENV&&gt(!!r,"dimensions must be given if data is TypedArray.");return{startIndex:a,dimensionsDefine:Dv(r),dimensionsDetectedCount:o}}(t,n,i,e.sourceHeader,e.dimensions);return new Sv({data:t,sourceFormat:n,seriesLayoutBy:i,dimensionsDefine:r.dimensionsDefine,startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount,metaRawOption:E(e)})}function Tv(t){return new Sv({data:t,sourceFormat:rt(t)?fg:cg})}function Cv(t){var e=gg;if(rt(t))e=fg;else if($(t)){0===t.length&&(e=hg);for(var n=0,i=t.length;n<i;n++){var r=t[n];if(null!=r){if($(r)||rt(r)){e=hg;break}if(nt(r)){e=pg;break}}}}else if(nt(t))for(var o in t)if(Ct(t,o)&&W(t[o])){e=dg;break}return e}function Dv(t){if(t){var e=St();return U(t,function(t,n){var i={name:(t=nt(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 Av(t,e,n,i){if(e===yg)for(var r=0;r<n.length&&r<i;r++)t(n[r]?n[r][0]:null,r);else{var o=n[0]||[];for(r=0;r<o.length&&r<i;r++)t(o[r],r)}}function kv(t){var e=t.sourceFormat;return e===pg||e===dg}var Lv=function(){function t(t,e){var n=Mv(t)?t:Tv(t);this._source=n;var i=this._data=n.data,r=n.sourceFormat,o=n.seriesLayoutBy;if(r===fg){if("production"!==process.env.NODE_ENV&&null==e)throw new Error("Typed array data must specify dimension size");this._offset=0,this._dimSize=e,this._data=i}if("production"!==process.env.NODE_ENV){var a=Ev[Hv(r,o)];a&&a(i,n.dimensionsDefine)}wv(this,i,n)}var e;return t.prototype.getSource=function(){return this._source},t.prototype.count=function(){return 0},t.prototype.getItem=function(t,e){},t.prototype.appendData=function(t){},t.prototype.clean=function(){},t.protoInitialize=((e=t.prototype).pure=!1,void(e.persistent=!0)),t.internalField=function(){var t;wv=function(t,r,o){var a=o.sourceFormat,s=o.seriesLayoutBy,l=o.startIndex,u=o.dimensionsDefine,c=bv[Hv(a,s)];if("production"!==process.env.NODE_ENV&&gt(c,"Invalide sourceFormat: "+a),R(t,c),a===fg)t.getItem=e,t.count=i,t.fillStorage=n;else{var h=Rv(a,s);t.getItem=q(h,null,r,l,u);var p=Bv(a,s);t.count=q(p,null,r,l,u)}};var 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],p=0;p<c;p++){var d=r[p*o+a];h[t+p]=d,d<l&&(l=d),d>u&&(u=d)}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={})[hg+"_"+vg]={pure:!0,appendData:r},t[hg+"_"+yg]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},t[pg]={pure:!0,appendData:r},t[dg]={pure:!0,appendData:function(t){var e=this._data;H(t,function(t,n){for(var i=e[n]||(e[n]=[]),r=0;r<(t||[]).length;r++)i.push(t[r])})}},t[cg]={appendData:r},t[fg]={persistent:!1,pure:!0,appendData:function(t){"production"!==process.env.NODE_ENV&&gt(rt(t),"Added data must be TypedArray if data in initialization is TypedArray"),this._data=t},clean:function(){this._offset+=this.count(),this._data=null}},bv=t}(),t}(),Nv=function(t){$(t)||pa("series.data or dataset.source must be an array.")},Ev=((yv={})[hg+"_"+vg]=Nv,yv[hg+"_"+yg]=Nv,yv[pg]=Nv,yv[dg]=function(t,e){for(var n=0;n<e.length;n++){null==e[n].name&&pa("dimension name must not be null/undefined.")}},yv[cg]=Nv,yv),Ov=function(t,e,n,i){return t[i]},Pv=((mv={})[hg+"_"+vg]=function(t,e,n,i){return t[i+e]},mv[hg+"_"+yg]=function(t,e,n,i,r){i+=e;for(var o=r||[],a=t,s=0;s<a.length;s++){var l=a[s];o[s]=l?l[i]:null}return o},mv[pg]=Ov,mv[dg]=function(t,e,n,i,r){for(var o=r||[],a=0;a<n.length;a++){var s=n[a].name,l=null!=s?t[s]:null;o[a]=l?l[i]:null}return o},mv[cg]=Ov,mv);function Rv(t,e){var n=Pv[Hv(t,e)];return"production"!==process.env.NODE_ENV&&gt(n,'Do not support get item on "'+t+'", "'+e+'".'),n}var Vv=function(t,e,n){return t.length},zv=((xv={})[hg+"_"+vg]=function(t,e,n){return Math.max(0,t.length-e)},xv[hg+"_"+yg]=function(t,e,n){var i=t[0];return i?Math.max(0,i.length-e):0},xv[pg]=Vv,xv[dg]=function(t,e,n){var i=n[0].name,r=null!=i?t[i]:null;return r?r.length:0},xv[cg]=Vv,xv);function Bv(t,e){var n=zv[Hv(t,e)];return"production"!==process.env.NODE_ENV&&gt(n,'Do not support count on "'+t+'", "'+e+'".'),n}var Gv=function(t,e,n){return t[e]},Fv=((_v={})[hg]=Gv,_v[pg]=function(t,e,n){return t[n]},_v[dg]=Gv,_v[cg]=function(t,e,n){var i=Sa(t);return i instanceof Array?i[e]:i},_v[fg]=Gv,_v);function Wv(t){var e=Fv[t];return"production"!==process.env.NODE_ENV&&gt(e,'Do not support get value on "'+t+'".'),e}function Hv(t,e){return t===hg?t+"_"+e:t}function Uv(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 Wv(o)(i,a,s)}var l=i;return o===cg&&(l=Sa(i)),l}}}var Yv=/\{@(.+?)\}/g,Xv=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,p=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:p?p.fullDimensions:null,encode:p?p.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);(o&&(s.value=o.interpolatedValue),null!=i&&$(s.value)&&(s.value=s.value[i]),r)||(r=a.getItemModel(t).get("normal"===e?["label","formatter"]:[e,"label","formatter"]));return J(r)?(s.status=e,s.dimensionIndex=i,r(s)):Q(r)?yf(r,s).replace(Yv,function(e,n){var i=n.length,r=n;"["===r.charAt(0)&&"]"===r.charAt(i-1)&&(r=+r.slice(1,i-1),"production"!==process.env.NODE_ENV&&isNaN(r)&&pa("Invalide label formatter: @"+n+", only support @[0], @[1], @[2], ..."));var s=Uv(a,t,r);if(o&&$(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 Uv(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function Zv(t){var e,n;return nt(t)?t.type?n=t:"production"!==process.env.NODE_ENV&&console.warn("The return type of `formatTooltip` is not supported: "+ga(t)):e=t,{text:e,frag:n}}function jv(t){return new qv(t)}var qv=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=this._upstream,i=t&&t.skip;if(this._dirty&&n){var r=this.context;r.data=r.outputData=n.context.outputData}this.__pipeline&&(this.__pipeline.currentTask=this),this._plan&&!i&&(e=this._plan(this.context));var o,a=c(this._modBy),s=this._modDataCount||0,l=c(t&&t.modBy),u=t&&t.modDataCount||0;function c(t){return!(t>=1)&&(t=1),t}a===l&&s===u||(e="reset"),(this._dirty||"reset"===e)&&(this._dirty=!1,o=this._doReset(i)),this._modBy=l,this._modDataCount=u;var h=t&&t.step;if(n?("production"!==process.env.NODE_ENV&&gt(null!=n._outputDueEnd),this._dueEnd=n._outputDueEnd):("production"!==process.env.NODE_ENV&&gt(!this._progress||this._count),this._dueEnd=this._count?this._count(this.context):1/0),this._progress){var p=this._dueIndex,d=Math.min(null!=h?this._dueIndex+h:1/0,this._dueEnd);if(!i&&(o||p<d)){var f=this._progress;if($(f))for(var g=0;g<f.length;g++)this._doProgress(f[g],p,d,l,u);else this._doProgress(f,p,d,l,u)}this._dueIndex=d;var v=null!=this._settedOutputEnd?this._settedOutputEnd:d;"production"!==process.env.NODE_ENV&&gt(v>=this._outputDueEnd),this._outputDueEnd=v}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){Kv.reset(e,n,i,r),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:Kv.next},this.context)},t.prototype._doReset=function(t){var e,n;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),$(e)&&!e.length&&(e=null)),this._progress=e,this._modBy=this._modDataCount=null;var i=this._downstream;return i&&i.dirty(),n},t.prototype.unfinished=function(){return this._progress&&this._dueIndex<this._dueEnd},t.prototype.pipe=function(t){"production"!==process.env.NODE_ENV&&gt(t&&!t._disposed&&t!==this),(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}(),Kv=function(){var t,e,n,i,r,o={reset:function(l,u,c,h){e=l,t=u,n=c,i=h,r=Math.ceil(i/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 $v(t,e){var n=e&&e.type;return"ordinal"===n?t:("time"!==n||et(t)||null==t||"-"===t||(t=+Ko(t)),null==t||""===t?NaN:Number(t))}var Jv=St({number:function(t){return parseFloat(t)},time:function(t){return+Ko(t)},trim:function(t){return Q(t)?vt(t):t}});function Qv(t){return Jv.get(t)}var ty={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}},ey=function(){function t(t,e){if(!et(e)){var n="";"production"!==process.env.NODE_ENV&&(n='rvalue of "<", ">", "<=", ">=" can only be number in filter.'),va(n)}this._opFn=ty[t],this._rvalFloat=na(e)}return t.prototype.evaluate=function(t){return et(t)?this._opFn(t,this._rvalFloat):this._opFn(na(t),this._rvalFloat)},t}(),ny=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=et(t)?t:na(t),i=et(e)?e:na(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=Q(t),s=Q(e);a&&(n=s?t:0),s&&(i=a?e:0)}return n<i?this._resultLT:n>i?-this._resultLT:0},t}(),iy=function(){function t(t,e){this._rval=e,this._isEQ=t,this._rvalTypeof=typeof e,this._rvalFloat=na(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=na(t)===this._rvalFloat)}return this._isEQ?e:!e},t}();function ry(t,e){return"eq"===t||"ne"===t?new iy("eq"===t,e):Ct(ty,t)?new ey(t,e):null}var oy=function(){function t(){}return t.prototype.getRawData=function(){throw new Error("not supported")},t.prototype.getRawDataItem=function(t){throw new 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 $v(t,e)},t}();function ay(t){var e=t.sourceFormat;if(!py(e)){var n="";"production"!==process.env.NODE_ENV&&(n="`getRawData` is not supported in source format "+e),va(n)}return t.data}function sy(t){var e=t.sourceFormat,n=t.data;if(!py(e)){var i="";"production"!==process.env.NODE_ENV&&(i="`cloneRawData` is not supported in source format "+e),va(i)}if(e===hg){for(var r=[],o=0,a=n.length;o<a;o++)r.push(n[o].slice());return r}if(e===pg){for(r=[],o=0,a=n.length;o<a;o++)r.push(R({},n[o]));return r}}function ly(t,e,n){if(null!=n)return et(n)||!isNaN(n)&&!Ct(e,n)?t[n]:Ct(e,n)?e[n]:void 0}function uy(t){return E(t)}var cy=St();function hy(t,e,n,i){var r="";e.length||("production"!==process.env.NODE_ENV&&(r="Must have at least one upstream dataset."),va(r)),nt(t)||("production"!==process.env.NODE_ENV&&(r="transform declaration must be an object rather than "+typeof t+"."),va(r));var o=t.type,a=cy.get(o);a||("production"!==process.env.NODE_ENV&&(r='Can not find transform on type "'+o+'".'),va(r));var s=U(e,function(t){return function(t,e){var n=new oy,i=t.data,r=n.sourceFormat=t.sourceFormat,o=t.startIndex,a="";t.seriesLayoutBy!==vg&&("production"!==process.env.NODE_ENV&&(a='`seriesLayoutBy` of upstream dataset can only be "column" in data transform.'),va(a));var s=[],l={},u=t.dimensionsDefine;if(u)H(u,function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};if(s.push(i),null!=n){var r="";Ct(l,n)&&("production"!==process.env.NODE_ENV&&(r='dimension name "'+n+'" duplicated.'),va(r)),l[n]=i}});else for(var c=0;c<t.dimensionsDetectedCount;c++)s.push({index:c});var h=Rv(r,vg);e.__isBuiltIn&&(n.getRawDataItem=function(t){return h(i,o,s,t)},n.getRawData=q(ay,null,t)),n.cloneRawData=q(sy,null,t);var p=Bv(r,vg);n.count=q(p,null,i,o,s);var d=Wv(r);n.retrieveValue=function(t,e){var n=h(i,o,s,t);return f(n,e)};var f=n.retrieveValueFromItem=function(t,e){if(null!=t){var n=s[e];return n?d(t,e,n.name):void 0}};return n.getDimensionInfo=q(ly,null,s,l),n.cloneAllDimensionInfo=q(uy,null,s),n}(t,a)}),l=_a(a.transform({upstream:s[0],upstreamList:s,config:E(t.config)}));"production"!==process.env.NODE_ENV&&(t.print&&ca(U(l,function(t){var e=null!=i?" === pipe index: "+i:"";return["=== dataset index: "+n.datasetIndex+e+" ===","- transform result data:",ga(t.data),"- transform result dimensions:",ga(t.dimensions)].join("\n")}).join("\n")));return U(l,function(t,n){var i,r="";nt(t)||("production"!==process.env.NODE_ENV&&(r="A transform should not return some empty results."),va(r)),t.data||("production"!==process.env.NODE_ENV&&(r="Transform result data should be not be null or undefined"),va(r)),py(Cv(t.data))||("production"!==process.env.NODE_ENV&&(r="Transform result data should be array rows or object rows."),va(r));var o=e[0];if(o&&0===n&&!t.dimensions){var a=o.startIndex;a&&(t.data=o.data.slice(0,a).concat(t.data)),i={seriesLayoutBy:vg,sourceHeader:a,dimensions:o.metaRawOption.dimensions}}else i={seriesLayoutBy:vg,sourceHeader:0,dimensions:t.dimensions};return Iv(t.data,i,null)})}function py(t){return t===hg||t===pg}var dy,fy="undefined",gy=typeof Uint32Array===fy?Array:Uint32Array,vy=typeof Uint16Array===fy?Array:Uint16Array,yy=typeof Int32Array===fy?Array:Int32Array,my=typeof Float64Array===fy?Array:Float64Array,xy={float:my,int:yy,ordinal:Array,number:Array,time:my};function _y(t){return t>65535?gy:vy}function by(){return[1/0,-1/0]}function wy(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function Sy(t,e,n,i,r){var o=xy[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 My=function(){function t(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=St()}return t.prototype.initData=function(t,e,n){"production"!==process.env.NODE_ENV&&gt(J(t.getItem)&&J(t.count),"Invalid data provider."),this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var i=t.getSource(),r=this.defaultDimValueGetter=dy[i.sourceFormat];this._dimValueGetter=n||r,this._rawExtent=[];var o=kv(i);this._dimensions=U(e,function(t){return"production"!==process.env.NODE_ENV&&o&&gt(null!=t.property),{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 xy[e||"float"](this._rawCount),this._rawExtent[r]=[1/0,-1/0],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]=[1/0,-1/0]);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){"production"!==process.env.NODE_ENV&&gt(!this._indices,"appendData can only be called on raw data.");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++){Sy(n,l,(d=i[l]).type,s,!0)}for(var u=[],c=a;c<s;c++)for(var h=c-a,p=0;p<r;p++){var d=i[p],f=dy.arrayRows.call(this,t[h]||u,d.property,h,p);n[p][c]=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=U(o,function(t){return t.property}),u=0;u<a;u++){var c=o[u];s[u]||(s[u]=by()),Sy(r,u,c.type,e,n)}if(i.fillStorage)i.fillStorage(t,e,r,s);else for(var h=[],p=t;p<e;p++){h=i.getItem(p,h);for(var d=0;d<a;d++){var f=r[d],g=this._dimValueGetter(h,l[d],p,d);f[p]=g;var v=s[d];g<v[0]&&(v[0]=g),g>v[1]&&(v[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;r=0;for(var 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=0;if(this._chunks[t])for(var n=0,i=this.count();n<i;n++){var r=this.get(t,n);isNaN(r)||(e+=r)}return e},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.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{t=new(n=_y(this._rawCount))(this.count());for(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(_y(n._rawCount))(i),o=[],a=t.length,s=0,l=t[0],u=n._chunks,c=0;c<i;c++){var h=void 0,p=n.getRawIndex(c);if(0===a)h=e(c);else if(1===a){h=e(u[l][p],c)}else{for(var d=0;d<a;d++)o[d]=u[t[d]][p];o[d]=c,h=e.apply(null,o)}h&&(r[s++]=p)}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=j(t),r=i.length;if(!r)return this;var o=e.count(),a=new(_y(e._rawCount))(o),s=0,l=i[0],u=t[l][0],c=t[l][1],h=e._chunks,p=!1;if(!e._indices){var d=0;if(1===r){for(var f=h[i[0]],g=0;g<n;g++){((x=f[g])>=u&&x<=c||isNaN(x))&&(a[s++]=d),d++}p=!0}else if(2===r){f=h[i[0]];var v=h[i[1]],y=t[i[1]][0],m=t[i[1]][1];for(g=0;g<n;g++){var x=f[g],_=v[g];(x>=u&&x<=c||isNaN(x))&&(_>=y&&_<=m||isNaN(_))&&(a[s++]=d),d++}p=!0}}if(!p)if(1===r)for(g=0;g<o;g++){var b=e.getRawIndex(g);((x=h[i[0]][b])>=u&&x<=c||isNaN(x))&&(a[s++]=b)}else for(g=0;g<o;g++){for(var w=!0,S=(b=e.getRawIndex(g),0);S<r;S++){var M=i[S];((x=h[M][b])<t[M][0]||x>t[M][1])&&(w=!1)}w&&(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]]=by();for(var c=0;c<a;c++){for(var h=t.getRawIndex(c),p=0;p<o;p++)s[p]=i[e[p]][h];s[o]=c;var d=n&&n.apply(null,s);if(null!=d){"object"!=typeof d&&(r[0]=d,d=r);for(u=0;u<d.length;u++){var f=e[u],g=d[u],v=l[f],y=i[f];y&&(y[h]=g),g<v[0]&&(v[0]=g),g>v[1]&&(v[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(_y(this._rawCount))(Math.min(2*(Math.ceil(s/u)+2),s));h[l++]=c;for(var p=1;p<s-1;p+=u){for(var d=Math.min(p+u,s-1),f=Math.min(p+2*u,s),g=(f+d)/2,v=0,y=d;y<f;y++){var m=a[I=this.getRawIndex(y)];isNaN(m)||(v+=m)}v/=f-d;var x=p,_=Math.min(p+u,s),b=p-1,w=a[c];n=-1,r=x;var S=-1,M=0;for(y=x;y<_;y++){var I;m=a[I=this.getRawIndex(y)];isNaN(m)?(M++,S<0&&(S=I)):(i=Math.abs((b-g)*(m-w)-(b-y)*(v-w)))>n&&(n=i,r=I)}M>0&&M<_-x&&(h[l++]=Math.min(S,r),r=Math.max(S,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(_y(this._rawCount))(2*Math.ceil(a/r)),l=0,u=0;u<a;u+=r){var c=u,h=o[this.getRawIndex(c)],p=u,d=o[this.getRawIndex(p)],f=r;u+r>a&&(f=a-u);for(var g=0;g<f;g++){var v=o[this.getRawIndex(u+g)];v<h&&(h=v,c=u+g),v>d&&(d=v,p=u+g)}var y=this.getRawIndex(c),m=this.getRawIndex(p);c<p?(s[l++]=y,s[l++]=m):(s[l++]=m,s[l++]=y)}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]=[1/0,-1/0],h=new(_y(this._rawCount))(Math.ceil(u/s)),p=0,d=0;d<u;d+=s){s>u-d&&(s=u-d,a.length=s);for(var f=0;f<s;f++){var g=this.getRawIndex(d+f);a[f]=l[g]}var v=n(a),y=this.getRawIndex(Math.min(d+i(a,v)||0,u-1));l[y]=v,v<c[0]&&(c[0]=v),v>c[1]&&(c[1]=v),h[p++]=y}return r._count=p,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=this._chunks[t],n=[1/0,-1/0];if(!e)return n;var i,r=this.count();if(!this._indices)return this._rawExtent[t].slice();if(i=this._extent[t])return i.slice();for(var o=(i=n)[0],a=i[1],s=0;s<r;s++){var l=e[this.getRawIndex(s)];l<o&&(o=l),l>a&&(a=l)}return i=[o,a],this._extent[t]=i,i},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&&Y(e,function(t,e){return t[e]=!0,t},{});if(o)for(var a=0;a<r.length;a++)i._chunks[a]=o[a]?wy(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=E(this._extent),t._rawExtent=E(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 $v(t[i],this._dimensions[i])}dy={arrayRows:t,objectRows:function(t,e,n,i){return $v(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return $v(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),Iy=My,Ty=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(Dy(n)){var o=n,a=void 0,s=void 0,l=void 0;if(r){var u=i[0];u.prepareSource(),a=(l=u.getSource()).data,s=l.sourceFormat,e=[u._getVersionSign()]}else s=rt(a=o.get("data",!0))?fg:cg,e=[];var c=this._getSourceMetaRawOption()||{},h=l&&l.metaRawOption||{},p=ht(c.seriesLayoutBy,h.seriesLayoutBy)||null,d=ht(c.sourceHeader,h.sourceHeader),f=ht(c.dimensions,h.dimensions);t=p!==h.seriesLayoutBy||!!d!=!!h.sourceHeader||f?[Iv(a,{seriesLayoutBy:p,sourceHeader:d,dimensions:f},s)]:[]}else{var g=n;if(r){var v=this._applyTransform(i);t=v.sourceList,e=v.upstreamSignList}else{t=[Iv(g.get("source",!0),this._getSourceMetaRawOption(),null)],e=[]}}"production"!==process.env.NODE_ENV&&gt(t&&e),this._setLocalSource(t,e)},t.prototype._applyTransform=function(t){var e,n=this._sourceHost,i=n.get("transform",!0),r=n.get("fromTransformResult",!0);if("production"!==process.env.NODE_ENV&&gt(null!=r||null!=i),null!=r){var o="";1!==t.length&&("production"!==process.env.NODE_ENV&&(o="When using `fromTransformResult`, there should be only one upstream dataset"),Ay(o))}var a,s=[],l=[];return H(t,function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||("production"!==process.env.NODE_ENV&&(n="Can not retrieve result by `fromTransformResult`: "+r),Ay(n)),s.push(e),l.push(t._getVersionSign())}),i?e=function(t,e,n){var i=_a(t),r=i.length,o="";r||("production"!==process.env.NODE_ENV&&(o="If `transform` declared, it should at least contain one transform."),va(o));for(var a=0,s=r;a<s;a++)e=hy(i[a],e,n,1===r?null:a),a!==s-1&&(e.length=Math.max(e.length,1));return e}(i,s,{datasetIndex:n.componentIndex}):null!=r&&(e=[(a=s[0],new Sv({data:a.data,sourceFormat:a.sourceFormat,seriesLayoutBy:a.seriesLayoutBy,dimensionsDefine:E(a.dimensionsDefine),startIndex:a.startIndex,dimensionsDetectedCount:a.dimensionsDetectedCount}))]),{sourceList:e,upstreamSignList:l}},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){"production"!==process.env.NODE_ENV&&gt(Dy(this._sourceHost),"Can only call getDataStore on series source manager.");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];Dy(this._sourceHost)&&a?o=a._innerGetDataStore(t,e,n):(o=new Iy).initData(new Lv(e,t.length),t),r[n]=o}return o},t.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(Dy(t)){var e=Mg(t);return e?[e.getSourceManager()]:[]}return U(function(t){return t.get("transform",!0)||t.get("fromTransformResult",!0)?Ga(t.ecModel,"dataset",{index:t.get("fromDatasetIndex",!0),id:t.get("fromDatasetId",!0)},za).models:[]}(t),function(t){return t.getSourceManager()})},t.prototype._getSourceMetaRawOption=function(){var t,e,n,i=this._sourceHost;if(Dy(i))t=i.get("seriesLayoutBy",!0),e=i.get("sourceHeader",!0),n=i.get("dimensions",!0);else if(!this._getUpstreamSourceManagers().length){var r=i;t=r.get("seriesLayoutBy",!0),e=r.get("sourceHeader",!0),n=r.get("dimensions",!0)}return{seriesLayoutBy:t,sourceHeader:e,dimensions:n}},t}();function Cy(t){t.option.transform&&mt(t.option.transform)}function Dy(t){return"series"===t.mainType}function Ay(t){throw new Error(t)}function ky(t){var e=t.lineHeight;return null==e?"line-height:1":"line-height:"+fe(e+"")+"px"}function Ly(t,e){var n=t.color||ig.color.tertiary,i=t.fontSize||12,r=t.fontWeight||"400",o=t.color||ig.color.secondary,a=t.fontSize||14,s=t.fontWeight||"900";return"html"===e?{nameStyle:"font-size:"+fe(i+"")+"px;color:"+fe(n)+";font-weight:"+fe(r+""),valueStyle:"font-size:"+fe(a+"")+"px;color:"+fe(o)+";font-weight:"+fe(s+"")}:{nameStyle:{fontSize:i,fill:n,fontWeight:r},valueStyle:{fontSize:a,fill:o,fontWeight:s}}}var Ny=[0,10,20,30],Ey=["","\n","\n\n","\n\n\n"];function Oy(t,e){return e.type=t,e}function Py(t){return"section"===t.type}function Ry(t){return Py(t)?zy:By}function Vy(t){if(Py(t)){var e=0,n=t.blocks.length,i=n>1||n>0&&!t.noHeader;return H(t.blocks,function(t){var n=Vy(t);n>=e&&(e=n+ +(i&&(!n||Py(t)&&!t.noHeader)))}),e}return 0}function zy(t,e,n,i){var r,o=e.noHeader,a=(r=Vy(e),{html:Ny[r],richText:Ey[r]}),s=[],l=e.blocks||[];gt(!l||$(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(Ct(c,u)){var h=new ny(c[u],null);l.sort(function(t,e){return h.evaluate(t.sortParam,e.sortParam)})}else"seriesDesc"===u&&l.reverse()}H(l,function(n,r){var o=e.valueFormatter,l=Ry(n)(o?R(R({},t),{valueFormatter:o}):t,n,r>0?a.html:0,i);null!=l&&s.push(l)});var p="richText"===t.renderMode?s.join(a.richText):Fy(i,s.join(""),o?n:a.html);if(o)return p;var d=ff(e.header,"ordinal",t.useUTC),f=Ly(i,t.renderMode).nameStyle,g=ky(i);return"richText"===t.renderMode?Wy(t,d,f)+a.richText+p:Fy(i,'<div style="'+f+";"+g+';">'+fe(d)+"</div>"+p,n)}function By(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 U(t=$(t)?t:[t],function(t,e){return ff(t,$(d)?d[e]:d,u)})};if(!o||!a){var h=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||ig.color.secondary,r),p=o?"":ff(l,"ordinal",u),d=e.valueType,f=a?[]:c(e.value,e.dataIndex),g=!s||!o,v=!s&&o,y=Ly(i,r),m=y.nameStyle,x=y.valueStyle;return"richText"===r?(s?"":h)+(o?"":Wy(t,p,m))+(a?"":function(t,e,n,i,r){var o=[r],a=i?10:20;return n&&o.push({padding:[0,0,0,a],align:"right"}),t.markupStyleCreator.wrapRichTextStyle($(e)?e.join(" "):e,o)}(t,f,g,v,x)):Fy(i,(s?"":h)+(o?"":function(t,e,n){return'<span style="'+n+";"+(e?"margin-left:2px":"")+'">'+fe(t)+"</span>"}(p,!s,m))+(a?"":function(t,e,n,i){var r=n?"10px":"20px",o=e?"float:right;margin-left:"+r:"";return t=$(t)?t:[t],'<span style="'+o+";"+i+'">'+U(t,function(t){return fe(t)}).join("&nbsp;&nbsp;")+"</span>"}(f,g,v,x)),n)}}function Gy(t,e,n,i,r,o){if(t)return Ry(t)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function Fy(t,e,n){return'<div style="'+("margin: "+n+"px 0 0")+";"+ky(t)+';">'+e+'<div style="clear:both"></div></div>'}function Wy(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function Hy(t,e){return xf(t.getData().getItemVisual(e,"style")[t.visualDrawType])}function Uy(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var Yy=function(){function t(){this.richTextStyles={},this._nextStyleNameId=ra()}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=mf({color:e,type:t,renderMode:n,markerId:i});return Q(r)?r:("production"!==process.env.NODE_ENV&&gt(i),this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};$(e)?H(e,function(t){return R(n,t)}):R(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function Xy(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),p=$(h),d=Hy(o,a);if(c>1||p&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=Y(t,function(t,e,n){var i=o.getDimensionInfo(n);return t||i&&!1!==i.tooltip&&null!=i.displayName},!1),s=[],l=[],u=[];function c(t,e){var n=o.getDimensionInfo(e);n&&!1!==n.otherDims.tooltip&&(a?u.push(Oy("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?H(i,function(t){c(Uv(o,n,t),t)}):H(t,c),{inlineValues:s,inlineValueTypes:l,blocks:u}}(h,o,a,u,d);e=f.inlineValues,n=f.inlineValueTypes,i=f.blocks,r=f.inlineValues[0]}else if(c){var g=l.getDimensionInfo(u[0]);r=e=Uv(l,a,u[0]),n=g.type}else r=e=p?h[0]:h;var v=La(o),y=v&&o.name||"",m=l.getName(a),x=s?y:m;return Oy("section",{header:y,noHeader:s||!v,sortParam:r,blocks:[Oy("nameValue",{markerType:"item",markerColor:d,name:x,noName:!vt(x),value:e,valueType:n,dataIndex:a})].concat(i||[])})}var Zy=Oa();function jy(t,e){return t.getName(e)||t.getId(e)}var qy="__universalTransitionEnabled",Ky=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._selectedDataIndicesMap={},e}var i;return n(e,t),e.prototype.init=function(t,e,n){this.seriesIndex=this.componentIndex,this.dataTask=jv({count:Jy,reset:Qy}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(Zy(this).sourceManager=new Ty(this)).prepareSource();var i=this.getInitialData(t,n);em(i,this),this.dataTask.context.data=i,"production"!==process.env.NODE_ENV&&gt(i,"getInitialData returned invalid data."),Zy(this).dataBeforeProcessed=i,$y(this),this._initSelectedMapFromData(i)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=Xf(this),i=n?jf(t):{},r=this.subType;Jf.hasClass(r)&&(r+="Series"),O(t,e.getTheme().get(this.subType)),O(t,this.getDefaultOption()),ba(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&Zf(t,i,n)},e.prototype.mergeOption=function(t,e){t=O(this.option,t,!0),this.fillDataTextStyle(t.data);var n=Xf(this);n&&Zf(this.option,t,n);var i=Zy(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);em(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,Zy(this).dataBeforeProcessed=r,$y(this),this._initSelectedMapFromData(r)},e.prototype.fillDataTextStyle=function(t){if(t&&!rt(t))for(var e=["show"],n=0;n<t.length;n++)t[n]&&t[n].label&&ba(t[n],"label",e)},e.prototype.getInitialData=function(t,e){},e.prototype.appendData=function(t){this.getRawData().appendData(t.data)},e.prototype.getData=function(t){var e=im(this);if(e){var n=e.context.data;return null!=t&&n.getLinkedData?n.getLinkedData(t):n}return Zy(this).data},e.prototype.getAllData=function(){var t=this.getData();return t&&t.getLinkedDataAll?t.getLinkedDataAll():[{data:t}]},e.prototype.setData=function(t){var e=im(this);if(e){var n=e.context;n.outputData=t,e!==this.dataTask&&(n.data=t)}Zy(this).data=t},e.prototype.getEncode=function(){var t=this.get("encode",!0);if(t)return St(t)},e.prototype.getSourceManager=function(){return Zy(this).sourceManager},e.prototype.getSource=function(){return this.getSourceManager().getSource()},e.prototype.getRawData=function(){return Zy(this).dataBeforeProcessed},e.prototype.getColorBy=function(){return this.get("colorBy")||"series"},e.prototype.isColorBySeries=function(){return"series"===this.getColorBy()},e.prototype.getBaseAxis=function(){var t=this.coordinateSystem;return t&&t.getBaseAxis&&t.getBaseAxis()},e.prototype.indicesOfNearest=function(t,e,n,i){var r=this.getData(),o=this.coordinateSystem,a=o&&o.getAxis(t);if(!o||!a)return[];var s=a.dataToCoord(n);null==i&&(i=1/0);var l=[],u=1/0,c=-1,h=0;return r.each(e,function(t,e){var n=a.dataToCoord(t),r=s-n,o=Math.abs(r);o<=i&&((o<u||o===u&&r>=0&&c<0)&&(u=o,c=r,h=0),r===c&&(l[h++]=e))}),l.length=h,l},e.prototype.formatTooltip=function(t,e,n){return Xy({series:this,dataIndex:t,multipleSeries:e})},e.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(h.node&&(!t||!t.ssr))return!1;var e=this.getShallow("animation");return e&&this.getData().count()>this.getShallow("animationThreshold")&&(e=!1),!!e},e.prototype.restoreData=function(){this.dataTask.dirty()},e.prototype.getColorFromPalette=function(t,e,n){var i=this.ecModel,r=Eg.prototype.getColorFromPalette.call(this,t,e,n);return r||(r=i.getColorFromPalette(t,e,n)),r},e.prototype.coordDimToDataDim=function(t){return this.getRawData().mapDimensionsAll(t)},e.prototype.getProgressive=function(){return this.get("progressive")},e.prototype.getProgressiveThreshold=function(){return this.get("progressiveThreshold")},e.prototype.select=function(t,e){this._innerSelect(this.getData(e),t)},e.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)return this.option.selectedMap={},void(this._selectedDataIndicesMap={});for(var o=0;o<t.length;o++){var a=jy(r,t[o]);n[a]=!1,this._selectedDataIndicesMap[a]=-1}}},e.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)},e.prototype.getSelectedDataIndices=function(){if("all"===this.option.selectedMap)return[].slice.call(this.getData().getIndices());for(var t=this._selectedDataIndicesMap,e=j(t),n=[],i=0;i<e.length;i++){var r=t[e[i]];r>=0&&n.push(r)}return n},e.prototype.isSelected=function(t,e){var n=this.option.selectedMap;if(!n)return!1;var i=this.getData(e);return("all"===n||n[jy(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this[qy])return!0;var t=this.option.universalTransition;return!!t&&(!0===t||t&&t.enabled)},e.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){nt(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l<a;l++){var u=e[l];s[h=jy(t,u)]=!0,this._selectedDataIndicesMap[h]=t.getRawIndex(u)}}else if("single"===o||!0===o){var c=e[a-1],h=jy(t,c);r.selectedMap=((n={})[h]=!0,n),this._selectedDataIndicesMap=((i={})[h]=t.getRawIndex(c),i)}},e.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)}},e.registerClass=function(t){return Jf.registerClass(t)},e.protoInitialize=((i=e.prototype).type="series.__base__",i.seriesIndex=0,i.ignoreStyleOnData=!1,i.hasSymbolVisual=!1,i.defaultSymbol="circle",i.visualStyleAccessPath="itemStyle",void(i.visualDrawType="fill")),e}(Jf);function $y(t){var e=t.name;La(t)||(t.name=function(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return H(n,function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)}),i.join(" ")}(t)||e)}function Jy(t){return t.model.getRawData().count()}function Qy(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),tm}function tm(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function em(t,e){H(Mt(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),function(n){t.wrapMethod(n,K(nm,e))})}function nm(t,e){var n=im(t);return n&&n.setOutputEnd((e||this).count()),e}function im(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}}F(Ky,Xv),F(Ky,Eg),Ka(Ky,Jf);var rm=Ky,om=function(){function t(){this.group=new wo,this.uid=_d("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}();qa(om),ts(om);var am=om;function sm(){var t=Oa();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 lm=Oa(),um=sm(),cm=function(){function t(){this.group=new wo,this.uid=_d("viewChart"),this.renderTask=jv({plan:dm,reset:fm}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){if("production"!==process.env.NODE_ENV)throw new Error("render method must been implemented")},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r?pm(r,i,"emphasis"):"production"!==process.env.NODE_ENV&&pa("Unknown dataType "+i.dataType)},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r?pm(r,i,"normal"):"production"!==process.env.NODE_ENV&&pa("Unknown dataType "+i.dataType)},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){Np(this.group,t)},t.markUpdateMethod=function(t,e){lm(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function hm(t,e,n){t&&dc(t)&&("emphasis"===e?Zu:ju)(t,n)}function pm(t,e,n){var i=Ea(t,e),r=e&&null!=e.highlightKey?function(t){var e=_u[t];return null==e&&xu<=32&&(e=_u[t]=xu++),e}(e.highlightKey):null;null!=i?H(_a(i),function(e){hm(t.getItemGraphicEl(e),n,r)}):t.eachItemGraphicEl(function(t){hm(t,n,r)})}function dm(t){return um(t.model)}function fm(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&lm(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),gm[l]}qa(cm,["dispose"]),ts(cm);var gm={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)}}},vm=cm,ym="\0__throttleOriginMethod",mm="\0__throttleRate",xm="\0__throttleType";function _m(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 p=function(){for(var t=[],p=0;p<arguments.length;p++)t[p]=arguments[p];i=(new Date).getTime(),o=this,a=t;var d=s||e,f=s||n;s=null,r=i-(f?l:u)-d,clearTimeout(c),f?c=setTimeout(h,d):r>=0?h():c=setTimeout(h,-r),l=i};return p.clear=function(){c&&(clearTimeout(c),c=null)},p.debounceNextCall=function(t){s=t},p}function bm(t,e,n,i){var r=t[e];if(r){var o=r[ym]||r,a=r[xm];if(r[mm]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=_m(o,n,"debounce"===i))[ym]=o,r[xm]=i,r[mm]=n}return r}}function wm(t,e){var n=t[e];n&&n[ym]&&(n.clear&&n.clear(),t[e]=n[ym])}var Sm=Oa(),Mm={itemStyle:es(fd,!0),lineStyle:es(hd,!0)},Im={lineStyle:"stroke",itemStyle:"fill"};function Tm(t,e){var n=t.visualStyleMapper||Mm[e];return n||(console.warn("Unknown style type '"+e+"'."),Mm.itemStyle)}function Cm(t,e){var n=t.visualDrawType||Im[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var Dm={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=Tm(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=Cm(t,i),l=o[s],u=J(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||J(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||J(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=R({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}},Am=new md,km={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData&&!e.isSeriesFiltered(t)){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=Tm(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){Am.option=n[i];var a=r(Am);R(t.ensureUniqueItemVisual(e,"style"),a),Am.option.decal&&(t.setItemVisual(e,"decal",Am.option.decal),Am.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},Lm={performRawSeries:!0,overallReset:function(t){var e=St();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)),Sm(t).scope=r}}),t.eachSeries(function(e){if(!e.isColorBySeries()&&!t.isSeriesFiltered(e)){var n=e.getRawData(),i={},r=e.getData(),o=Sm(e).scope,a=e.visualStyleAccessPath||"itemStyle",s=Cm(e,a);r.each(function(t){var e=r.getRawIndex(t);i[e]=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)}})}})}},Nm=Math.PI;var Em=function(){function t(t,e,n,i){this._stageTaskMap=St(),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;return{step:r,modBy:null!=o?Math.ceil(o/r):null,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=St();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;H(this._allHandlers,function(i){var r=t.get(i.uid)||t.set(i.uid,{}),o="";"production"!==process.env.NODE_ENV&&(o='"reset" and "overallReset" must not be both specified.'),gt(!(i.reset&&i.overallReset),o),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))}H(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,p=c.agentStubMap;p.each(function(t){a(i,t)&&(t.dirty(),h=!0)}),h&&c.dirty(),o.updatePayload(c,n);var d=o.getPerformArgs(c,i.block);p.each(function(t){t.perform(d)}),c.perform(d)&&(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=St(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||jv({plan:zm,reset:Bm,count:Wm}));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||jv({reset:Om});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=St(),l=t.seriesType,u=t.getTargetSeries,c=!0,h=!1,p="";function d(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,jv({reset:Pm,onDirty:Vm})));n.context={model:t,overallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}"production"!==process.env.NODE_ENV&&(p='"createOnAllSeries" is not supported for "overallReset", because it will block all streams.'),gt(!t.createOnAllSeries,p),l?n.eachRawSeriesByType(l,d):u?u(n,i).each(d):(c=!1,H(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 J(t)&&(t={overallReset:t,seriesType:Hm(t)}),t.uid=_d("stageHandler"),e&&(t.visualType=e),t},t}();function Om(t){t.overallReset(t.ecModel,t.api,t.payload)}function Pm(t){return t.overallProgress&&Rm}function Rm(){this.agent.dirty(),this.getDownstream().dirty()}function Vm(){this.agent&&this.agent.dirty()}function zm(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Bm(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=_a(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?U(e,function(t,e){return Fm(e)}):Gm}var Gm=Fm(0);function Fm(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 Wm(t){return t.data.count()}function Hm(t){Um=null;try{t(Ym,Xm)}catch(t){}return Um}var Um,Ym={},Xm={};function Zm(t,e){for(var n in e.prototype)t[n]=Dt}Zm(Ym,Ug),Zm(Xm,Xg),Ym.eachSeriesByType=Ym.eachRawSeriesByType=function(t){Um=t},Ym.eachComponent=function(t){"series"===t.mainType&&t.subType&&(Um=t.subType)};var jm,qm=Em,Km=ig.darkColor,$m=Km.background,Jm=function(){return{axisLine:{lineStyle:{color:Km.axisLine}},splitLine:{lineStyle:{color:Km.axisSplitLine}},splitArea:{areaStyle:{color:[Km.backgroundTint,Km.backgroundTransparent]}},minorSplitLine:{lineStyle:{color:Km.axisMinorSplitLine}},axisLabel:{color:Km.axisLabel},axisName:{}}},Qm={label:{color:Km.secondary},itemStyle:{borderColor:Km.borderTint},dividerLineStyle:{color:Km.border}},tx={darkMode:!0,color:Km.theme,backgroundColor:$m,axisPointer:{lineStyle:{color:Km.border},crossStyle:{color:Km.borderShade},label:{color:Km.tertiary}},legend:{textStyle:{color:Km.secondary},pageTextStyle:{color:Km.tertiary}},textStyle:{color:Km.secondary},title:{textStyle:{color:Km.primary},subtextStyle:{color:Km.quaternary}},toolbox:{iconStyle:{borderColor:Km.accent50}},tooltip:{backgroundColor:Km.neutral20,defaultBorderColor:Km.border,textStyle:{color:Km.tertiary}},dataZoom:{borderColor:Km.accent10,textStyle:{color:Km.tertiary},brushStyle:{color:Km.backgroundTint},handleStyle:{color:Km.neutral00,borderColor:Km.accent20},moveHandleStyle:{color:Km.accent40},emphasis:{handleStyle:{borderColor:Km.accent50}},dataBackground:{lineStyle:{color:Km.accent30},areaStyle:{color:Km.accent20}},selectedDataBackground:{lineStyle:{color:Km.accent50},areaStyle:{color:Km.accent30}}},visualMap:{textStyle:{color:Km.secondary},handleStyle:{borderColor:Km.neutral30}},timeline:{lineStyle:{color:Km.accent10},label:{color:Km.tertiary},controlStyle:{color:Km.accent30,borderColor:Km.accent30}},calendar:{itemStyle:{color:Km.neutral00,borderColor:Km.neutral20},dayLabel:{color:Km.tertiary},monthLabel:{color:Km.secondary},yearLabel:{color:Km.secondary}},matrix:{x:Qm,y:Qm,backgroundColor:{borderColor:Km.axisLine},body:{itemStyle:{borderColor:Km.borderTint}}},timeAxis:Jm(),logAxis:Jm(),valueAxis:Jm(),categoryAxis:Jm(),line:{symbol:"circle"},graph:{color:Km.theme},gauge:{title:{color:Km.secondary},axisLine:{lineStyle:{color:[[1,Km.neutral05]]}},axisLabel:{color:Km.axisLabel},detail:{color:Km.primary}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}},funnel:{itemStyle:{borderColor:Km.background}},radar:(jm=Jm(),jm.axisName={color:Km.axisLabel},jm.axisLine.lineStyle.color=Km.neutral20,jm),treemap:{breadcrumb:{itemStyle:{color:Km.neutral20,textStyle:{color:Km.secondary}},emphasis:{itemStyle:{color:Km.neutral30}}}},sunburst:{itemStyle:{borderColor:Km.background}},map:{itemStyle:{borderColor:Km.border,areaColor:Km.neutral10},label:{color:Km.tertiary},emphasis:{label:{color:Km.primary},itemStyle:{areaColor:Km.highlight}},select:{label:{color:Km.primary},itemStyle:{areaColor:Km.highlight}}},geo:{itemStyle:{borderColor:Km.border,areaColor:Km.neutral10},emphasis:{label:{color:Km.primary},itemStyle:{areaColor:Km.highlight}},select:{label:{color:Km.primary},itemStyle:{color:Km.highlight}}}};tx.categoryAxis.splitLine.show=!1;var ex=tx,nx=function(){function t(){}return t.prototype.normalizeQuery=function(t){var e={},n={},i={};if(Q(t)){var r=ja(t);e.mainType=r.main||null,e.subType=r.sub||null}else{var o=["Index","Name","Id"],a={name:1,dataIndex:1,dataType:1};H(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}(),ix=["symbol","symbolSize","symbolRotate","symbolOffset"],rx=ix.concat(["symbolKeepAspect"]),ox={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<ix.length;a++){var s=ix[a],l=t.get(s);J(l)?(o=!0,r[s]=l):i[s]=l}if(i.symbol=i.symbol||t.defaultSymbol,n.setVisual(R({legendIcon:t.legendIcon||i.symbol,symbolKeepAspect:t.get("symbolKeepAspect")},i)),!e.isSeriesFiltered(t)){var u=j(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}}}}},ax={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<rx.length;i++){var r=rx[i],o=n.getShallow(r,!0);null!=o&&t.setItemVisual(e,r,o)}}:null}}};function sx(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);default:"production"!==process.env.NODE_ENV&&console.warn("Unknown visual type "+n)}}function lx(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);default:"production"!==process.env.NODE_ENV&&console.warn("Unknown visual type "+e)}}function ux(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);break;default:"production"!==process.env.NODE_ENV&&console.warn("Unknown visual type "+n)}}function cx(t,e){function n(e,n){var i=[];return e.eachComponent({mainType:"series",subType:t,query:n},function(t){i.push(t.seriesIndex)}),i}H([[t+"ToggleSelect","toggleSelect"],[t+"Select","select"],[t+"UnSelect","unselect"]],function(t){e(t[0],function(e,i,r){e=R({},e),"production"!==process.env.NODE_ENV&&fa(e.type,t[1]),r.dispatchAction(R(e,{type:t[1],seriesIndex:n(i,e)}))})})}function hx(t,e,n,i,r){var o=t+e;n.isSilent(o)||("production"!==process.env.NODE_ENV&&da("event "+o+" is deprecated."),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=Ea(l,r.fromActionPayload);n.trigger(o,{type:o,seriesId:t.id,name:$(u)?l.getName(u[0]):l.getName(u),selected:Q(i)?i:R({},i)})}}))}function px(t,e,n){for(var i;t&&(!e(t)||(i=t,!n));)t=t.__hostTarget||t.parent;return i}var dx=Math.round(9*Math.random()),fx="function"==typeof Object.defineProperty,gx=function(){function t(){this._id="__ec_inner_"+dx++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var n=this._guard(t);return fx?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}(),vx=gx,yx=zl.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()}}),mx=zl.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()}}),xx=zl.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),p=Math.cos(u),d=.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*d,l+s+p*d,n,i-f,n,i),t.bezierCurveTo(n,i-f,n-c+h*d,l+s+p*d,n-c,l+s),t.closePath()}}),_x=zl.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()}}),bx={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}},Sx={};H({line:yh,rect:Ql,roundRect:Ql,square:Ql,circle:zc,diamond:mx,pin:xx,arrow:_x,triangle:yx},function(t,e){Sx[e]=new t});var Mx=zl.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,n){var i=so(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=Sx[i];r||(r=Sx[i="rect"]),bx[i](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,n)}}});function Ix(t,e){if("image"!==this.type){var n=this.style;this.__isEmptyBrush?(n.stroke=t,n.fill=e||ig.color.neutral00,n.lineWidth=2):"line"===this.shape.symbolType?n.stroke=t:n.fill=t,this.markRedraw()}}function Tx(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://")?cp(t.slice(8),new an(e,n,i,r),a?"center":"cover"):0===t.indexOf("path://")?up(t.slice(7),{},new an(e,n,i,r),a?"center":"cover"):new Mx({shape:{symbolType:t,x:e,y:n,width:i,height:r}})).__isEmptyBrush=l,s.setColor=Ix,o&&s.setColor(o),s}function Cx(t){return $(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function Dx(t,e){if(null!=t)return $(t)||(t=[t,t]),[Vo(t[0],e[0])||0,Vo(ht(t[1],t[0]),e[1])||0]}function Ax(t){return isFinite(t)}function kx(t,e,n){for(var i="radial"===e.type?function(t,e,n){var i=n.width,r=n.height,o=Math.min(i,r),a=null==e.x?.5:e.x,s=null==e.y?.5:e.y,l=null==e.r?.5:e.r;return e.global||(a=a*i+n.x,s=s*r+n.y,l*=o),a=Ax(a)?a:.5,s=Ax(s)?s:.5,l=l>=0&&Ax(l)?l:.5,t.createRadialGradient(a,s,0,a,s,l)}(t,e,n):function(t,e,n){var i=null==e.x?0:e.x,r=null==e.x2?1:e.x2,o=null==e.y?0:e.y,a=null==e.y2?0:e.y2;return e.global||(i=i*n.width+n.x,r=r*n.width+n.x,o=o*n.height+n.y,a=a*n.height+n.y),i=Ax(i)?i:0,r=Ax(r)?r:1,o=Ax(o)?o:0,a=Ax(a)?a:0,t.createLinearGradient(i,o,r,a)}(t,e,n),r=e.colorStops,o=0;o<r.length;o++)i.addColorStop(r[o].offset,r[o].color);return i}function Lx(t){return parseInt(t,10)}function Nx(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]||Lx(s[i])||Lx(t.style[i]))-(Lx(s[o])||0)-(Lx(s[a])||0)|0}function Ex(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]:et(e)?[e]:$(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=U(r,function(t){return t/a}),o/=a)}return[r,o]}var Ox=new vl(!0);function Px(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function Rx(t){return"string"==typeof t&&"none"!==t}function Vx(t){var e=t.fill;return null!=e&&"none"!==e}function zx(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 Bx(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 Gx(t,e,n){var i=as(e.image,e.__image,n);if(ls(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)*At),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var Fx=["shadowBlur","shadowOffsetX","shadowOffsetY"],Wx=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Hx(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){Xx(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?Ds.opacity:a}(i||e.blend!==n.blend)&&(o||(Xx(t,r),o=!0),t.globalCompositeOperation=e.blend||Ds.blend);for(var s=0;s<Fx.length;s++){var l=Fx[s];(i||e[l]!==n[l])&&(o||(Xx(t,r),o=!0),t[l]=t.dpr*(e[l]||0))}return(i||e.shadowColor!==n.shadowColor)&&(o||(Xx(t,r),o=!0),t.shadowColor=e.shadowColor||Ds.shadowColor),o}function Ux(t,e,n,i,r){var o=Zx(e,r.inHover),a=i?null:n&&Zx(n,r.inHover)||{};if(o===a)return!1;var s=Hx(t,o,a,i,r);if((i||o.fill!==a.fill)&&(s||(Xx(t,r),s=!0),Rx(o.fill)&&(t.fillStyle=o.fill)),(i||o.stroke!==a.stroke)&&(s||(Xx(t,r),s=!0),Rx(o.stroke)&&(t.strokeStyle=o.stroke)),(i||o.opacity!==a.opacity)&&(s||(Xx(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||(Xx(t,r),s=!0),t.lineWidth=l)}for(var u=0;u<Wx.length;u++){var c=Wx[u],h=c[0];(i||o[h]!==a[h])&&(s||(Xx(t,r),s=!0),t[h]=o[h]||c[1])}return s}function Yx(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 Xx(t,e){e.batchFill&&t.fill(),e.batchStroke&&t.stroke(),e.batchFill="",e.batchStroke=""}function Zx(t,e){return e&&t.__hoverStyle||t.style}function jx(t,e){qx(t,e,{inHover:!1,viewWidth:0,viewHeight:0},!0)}function qx(t,e,n,i){var r=e.transform;if(!e.shouldBePainted(n.viewWidth,n.viewHeight,!1,!1))return e.__dirty&=-2,void(e.__isRendered=!1);var o=e.__clipPaths,a=n.prevElClipPaths,s=!1,l=!1;if(a&&!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}(o,a)||(a&&a.length&&(Xx(t,n),t.restore(),l=s=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),o&&o.length&&(Xx(t,n),t.save(),function(t,e,n){for(var i=!1,r=0;r<t.length;r++){var o=t[r];i=i||o.isZeroArea(),Yx(e,o),e.beginPath(),o.buildPath(e,o.shape),e.clip()}n.allClipped=i}(o,t,n),s=!0),n.prevElClipPaths=o),n.allClipped)e.__isRendered=!1;else{e.beforeBrush&&e.beforeBrush(),e.innerBeforeBrush();var u=n.prevEl;u||(l=s=!0);var c,h,p=e instanceof zl&&e.autoBatch&&function(t){var e=Vx(t),n=Px(t);return!(t.lineDash||!(+e^+n)||e&&"string"!=typeof t.fill||n&&"string"!=typeof t.stroke||t.strokePercent<1||t.strokeOpacity<1||t.fillOpacity<1)}(e.style);s||(c=r,h=u.transform,c&&h?c[0]!==h[0]||c[1]!==h[1]||c[2]!==h[2]||c[3]!==h[3]||c[4]!==h[4]||c[5]!==h[5]:c||h)?(Xx(t,n),Yx(t,e)):p||Xx(t,n);var f=Zx(e,n.inHover);e instanceof zl?(1!==n.lastDrawType&&(l=!0,n.lastDrawType=1),Ux(t,e,u,l,n),p&&(n.batchFill||n.batchStroke)||t.beginPath(),function(t,e,n,i){var r,o=Px(n),a=Vx(n),s=n.strokePercent,l=s<1,u=!e.path;e.silent&&!l||!u||e.createPathProxy();var c=e.path||Ox,h=e.__dirty;if(!i){var p=n.fill,d=n.stroke,f=a&&!!p.colorStops,g=o&&!!d.colorStops,v=a&&!!p.image,y=o&&!!d.image,m=void 0,x=void 0,_=void 0,b=void 0,w=void 0;(f||g)&&(w=e.getBoundingRect()),f&&(m=h?kx(t,p,w):e.__canvasFillGradient,e.__canvasFillGradient=m),g&&(x=h?kx(t,d,w):e.__canvasStrokeGradient,e.__canvasStrokeGradient=x),v&&(_=h||!e.__canvasFillPattern?Gx(t,p,e):e.__canvasFillPattern,e.__canvasFillPattern=_),y&&(b=h||!e.__canvasStrokePattern?Gx(t,d,e):e.__canvasStrokePattern,e.__canvasStrokePattern=b),f?t.fillStyle=m:v&&(_?t.fillStyle=_:a=!1),g?t.strokeStyle=x:y&&(b?t.strokeStyle=b:o=!1)}var S,M,I=e.getGlobalScale();c.setScale(I[0],I[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(S=(r=Ex(e))[0],M=r[1]);var T=!0;(u||4&h)&&(c.setDPR(t.dpr),l?c.setContext(null):(c.setContext(t),T=!1),c.reset(),e.buildPath(c,e.shape,i),c.toStatic(),e.pathUpdated()),T&&c.rebuildPath(t,l?s:1),S&&(t.setLineDash(S),t.lineDashOffset=M),i||(n.strokeFirst?(o&&Bx(t,n),a&&zx(t,n)):(a&&zx(t,n),o&&Bx(t,n))),S&&t.setLineDash([])}(t,e,f,p),p&&(n.batchFill=f.fill||"",n.batchStroke=f.stroke||"")):e instanceof Fl?(3!==n.lastDrawType&&(l=!0,n.lastDrawType=3),Ux(t,e,u,l,n),function(t,e,n){var i,r=n.text;if(null!=r&&(r+=""),r){t.font=n.font||d,t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,a=void 0;t.setLineDash&&n.lineDash&&(o=(i=Ex(e))[0],a=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=a),n.strokeFirst?(Px(n)&&t.strokeText(r,n.x,n.y),Vx(n)&&t.fillText(r,n.x,n.y)):(Vx(n)&&t.fillText(r,n.x,n.y),Px(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}(t,e,f)):e instanceof Yl?(2!==n.lastDrawType&&(l=!0,n.lastDrawType=2),function(t,e,n,i,r){Hx(t,Zx(e,r.inHover),n&&Zx(n,r.inHover),i,r)}(t,e,u,l,n),function(t,e,n){var i=e.__image=as(n.image,e.__image,e,e.onload);if(i&&ls(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 h=a-(u=n.sx),p=s-(c=n.sy);t.drawImage(i,u,c,h,p,r,o,a,s)}else t.drawImage(i,r,o,a,s)}}(t,e,f)):e.getTemporalDisplayables&&(4!==n.lastDrawType&&(l=!0,n.lastDrawType=4),function(t,e,n){var i=e.getDisplayables(),r=e.getTemporalDisplayables();t.save();var o,a,s={prevElClipPaths:null,prevEl:null,allClipped:!1,viewWidth:n.viewWidth,viewHeight:n.viewHeight,inHover:n.inHover};for(o=e.getCursor(),a=i.length;o<a;o++){(c=i[o]).beforeBrush&&c.beforeBrush(),c.innerBeforeBrush(),qx(t,c,s,o===a-1),c.innerAfterBrush(),c.afterBrush&&c.afterBrush(),s.prevEl=c}for(var l=0,u=r.length;l<u;l++){var c;(c=r[l]).beforeBrush&&c.beforeBrush(),c.innerBeforeBrush(),qx(t,c,s,l===u-1),c.innerAfterBrush(),c.afterBrush&&c.afterBrush(),s.prevEl=c}e.clearTemporalDisplayables(),e.notClear=!0,t.restore()}(t,e,n)),p&&i&&Xx(t,n),e.innerAfterBrush(),e.afterBrush&&e.afterBrush(),n.prevEl=e,e.__dirty=0,e.__isRendered=!0}}var Kx=new vx,$x=new li(100),Jx=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function Qx(t,e){if("none"===t)return null;var n=e.getDevicePixelRatio(),i=e.getZr(),r="svg"===i.painter.type;t.dirty&&Kx.delete(t);var o=Kx.get(t);if(o)return o;var a=V(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=[n],s=!0,l=0;l<Jx.length;++l){var u=a[Jx[l]];if(null!=u&&!$(u)&&!Q(u)&&!et(u)&&"boolean"!=typeof u){s=!1;break}o.push(u)}if(s){e=o.join(",")+(r?"-svg":"");var c=$x.get(e);c&&(r?t.svgElement=c:t.image=c)}var h,p=e_(a.dashArrayX),d=function(t){if(!t||"object"==typeof t&&0===t.length)return[0,0];if(et(t)){var e=Math.ceil(t);return[e,e]}var n=U(t,function(t){return Math.ceil(t)});return t.length%2?n.concat(n):n}(a.dashArrayY),f=t_(a.symbol),g=(b=p,U(b,function(t){return n_(t)})),v=n_(d),m=!r&&y.createCanvas(),x=r&&{tag:"g",attrs:{},key:"dcl",children:[]},_=function(){for(var t=1,e=0,n=g.length;e<n;++e)t=aa(t,g[e]);var i=1;for(e=0,n=f.length;e<n;++e)i=aa(i,f[e].length);t*=i;var r=v*g.length*f.length;if("production"!==process.env.NODE_ENV){var o=function(t){console.warn("Calculated decal size is greater than "+t+" due to decal option settings so "+t+" is used for the decal size. Please consider changing the decal option to make a smaller decal or set "+t+" to be larger to avoid incontinuity.")};t>a.maxTileWidth&&o("maxTileWidth"),r>a.maxTileHeight&&o("maxTileHeight")}return{width:Math.max(1,Math.min(t,a.maxTileWidth)),height:Math.max(1,Math.min(r,a.maxTileHeight))}}();var b;m&&(m.width=_.width*n,m.height=_.height*n,h=m.getContext("2d"));(function(){h&&(h.clearRect(0,0,m.width,m.height),a.backgroundColor&&(h.fillStyle=a.backgroundColor,h.fillRect(0,0,m.width,m.height)));for(var t=0,e=0;e<d.length;++e)t+=d[e];if(t<=0)return;var o=-v,s=0,l=0,u=0;for(;o<_.height;){if(s%2==0){for(var c=l/2%f.length,g=0,y=0,b=0;g<2*_.width;){var w=0;for(e=0;e<p[u].length;++e)w+=p[u][e];if(w<=0)break;if(y%2==0){var S=.5*(1-a.symbolSize),M=g+p[u][y]*S,I=o+d[s]*S,T=p[u][y]*a.symbolSize,C=d[s]*a.symbolSize,D=b/2%f[c].length;A(M,I,T,C,f[c][D])}g+=p[u][y],++b,++y===p[u].length&&(y=0)}++u===p.length&&(u=0)}o+=d[s],++l,++s===d.length&&(s=0)}function A(t,e,o,s,l){var u=r?1:n,c=Tx(l,t*u,e*u,o*u,s*u,a.color,a.symbolKeepAspect);if(r){var p=i.painter.renderOneToVNode(c);p&&x.children.push(p)}else jx(h,c)}})(),s&&$x.put(e,m||x);t.image=m,t.svgElement=x,t.svgWidth=_.width,t.svgHeight=_.height}(s),s.rotation=a.rotation,s.scaleX=s.scaleY=r?1:1/n,Kx.set(t,s),t.dirty=!1,s}function t_(t){if(!t||0===t.length)return[["rect"]];if(Q(t))return[[t]];for(var e=!0,n=0;n<t.length;++n)if(!Q(t[n])){e=!1;break}if(e)return t_([t]);var i=[];for(n=0;n<t.length;++n)Q(t[n])?i.push([t[n]]):i.push(t[n]);return i}function e_(t){if(!t||0===t.length)return[[0,0]];if(et(t))return[[r=Math.ceil(t),r]];for(var e=!0,n=0;n<t.length;++n)if(!et(t[n])){e=!1;break}if(e)return e_([t]);var i=[];for(n=0;n<t.length;++n)if(et(t[n])){var r=Math.ceil(t[n]);i.push([r,r])}else{(r=U(t[n],function(t){return Math.ceil(t)})).length%2==1?i.push(r.concat(r)):i.push(r)}return i}function n_(t){for(var e=0,n=0;n<t.length;++n)e+=t[n];return t.length%2==1?2*e:e}var i_=new re,r_={};function o_(t){return"production"!==process.env.NODE_ENV&&(r_[t]||pa("Implementation of "+t+" doesn't exists.")),r_[t]}var a_={};function s_(t,e){a_[t]=e}var l_=2e3,u_=4500,c_={PROCESSOR:{FILTER:1e3,SERIES_FILTER:800,STATISTIC:5e3},VISUAL:{LAYOUT:1e3,PROGRESSIVE_LAYOUT:1100,GLOBAL:l_,CHART:3e3,POST_CHART_LAYOUT:4600,COMPONENT:4e3,BRUSH:5e3,CHART_ITEM:u_,ARIA:6e3,DECAL:7e3}},h_="__flagInMainProcess",p_="__mainProcessVersion",d_="__pendingUpdate",f_="__needsUpdateStatus",g_=/^[a-zA-Z0-9_]+$/,v_="__connectUpdateStatus";function y_(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(!this.isDisposed())return x_(this,t,e);U_(this.id)}}function m_(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return x_(this,t,e)}}function x_(t,e,n){return n[0]=n[0]&&n[0].toLowerCase(),re.prototype[e].apply(t,n)}var __,b_,w_,S_,M_,I_,T_,C_,D_,A_,k_,L_,N_,E_,O_,P_,R_,V_,z_,B_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(re),G_=B_.prototype;G_.on=m_("on"),G_.off=m_("off");var F_=function(t){function e(e,n,i){var r=t.call(this,new nx)||this;r._chartsViews=[],r._chartsMap={},r._componentsViews=[],r._componentsMap={},r._pendingActions=[],i=i||{},r._dom=e;var o="canvas",a="auto",s=!1;if(r[p_]=1,"production"!==process.env.NODE_ENV){var l=h.hasGlobalWindow?window:global;l&&(o=ht(l.__ECHARTS__DEFAULT__RENDERER__,o),a=ht(l.__ECHARTS__DEFAULT__COARSE_POINTER,a),s=ht(l.__ECHARTS__DEFAULT__USE_DIRTY_RECT__,s))}i.ssr&&ko(function(t){var e=yu(t),n=e.dataIndex;if(null!=n){var i=St();return i.set("series_index",e.seriesIndex),i.set("data_index",n),e.ssrType&&i.set("ssr_type",e.ssrType),i}});var u=r._zr=Co(e,{renderer:i.renderer||o,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:ht(i.useDirtyRect,s),useCoarsePointer:ht(i.useCoarsePointer,a),pointerSize:i.pointerSize});r._ssr=i.ssr,r._throttledZrFlush=_m(q(u.flush,u),17),r._updateTheme(n),r._locale=function(t){if(Q(t)){var e=Id[t.toUpperCase()]||{};return t===wd||t===Sd?E(e):O(E(e),E(Id[Md]),!1)}return O(E(t),E(Id[Md]),!1)}(i.locale||Cd),r._coordSysMgr=new Ef;var c=r._api=O_(r);function p(t,e){return t.__prio-e.__prio}return Sn(K_,p),Sn(j_,p),r._scheduler=new qm(r,c,j_,K_),r._messageCenter=new B_,r._initEvents(),r.resize=q(r.resize,r),u.animation.on("frame",r._onframe,r),A_(u,r),k_(u,r),mt(r),r}return n(e,t),e.prototype._onframe=function(){if(!this._disposed){V_(this);var t=this._scheduler;if(this[d_]){var e=this[d_].silent;this[h_]=!0,z_(this);try{__(this),S_.update.call(this,null,this[d_].updateParams)}catch(t){throw this[h_]=!1,this[d_]=null,t}this._zr.flush(),this[h_]=!1,this[d_]=null,C_.call(this,e),D_.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),I_(this,i),t.performVisualTasks(i),E_(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[h_])"production"!==process.env.NODE_ENV&&pa("`setOption` should not be called during main process.");else if(this._disposed)U_(this.id);else{var i,r,o;if(nt(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[h_]=!0,z_(this),!this._model||e){var a=new Kg(this._api),s=this._theme,l=this._model=new Ug;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},q_);var u={seriesTransition:o,optionChanged:!0};if(n)this[d_]={silent:i,updateParams:u},this[h_]=!1,this.getZr().wakeUp();else{try{__(this),S_.update.call(this,null,u)}catch(t){throw this[d_]=null,this[h_]=!1,t}this._ssr||this._zr.flush(),this[d_]=null,this[h_]=!1,C_.call(this,i),D_.call(this,i)}}},e.prototype.setTheme=function(t,e){if(this[h_])"production"!==process.env.NODE_ENV&&pa("`setTheme` should not be called during main process.");else if(this._disposed)U_(this.id);else{var n=this._model;if(n){var i=e&&e.silent,r=null;this[d_]&&(null==i&&(i=this[d_].silent),r=this[d_].updateParams,this[d_]=null),this[h_]=!0,z_(this);try{this._updateTheme(t),n.setTheme(this._theme),__(this),S_.update.call(this,{type:"setTheme"},r)}catch(t){throw this[h_]=!1,t}this[h_]=!1,C_.call(this,i),D_.call(this,i)}}},e.prototype._updateTheme=function(t){Q(t)&&(t=$_[t]),t&&((t=E(t))&&vv(t,!0),this._theme=t)},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||h.hasGlobalWindow&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return"production"!==process.env.NODE_ENV&&fa("getRenderedCanvas","renderToCanvas"),this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;if("production"!==process.env.NODE_ENV&&"canvas"!==e.type)throw new Error("renderToCanvas can only be used in the canvas renderer.");return e.getRenderedCanvas({backgroundColor:t.backgroundColor||this._model.get("backgroundColor"),pixelRatio:t.pixelRatio||this.getDevicePixelRatio()})},e.prototype.renderToSVGString=function(t){t=t||{};var e=this._zr.painter;if("production"!==process.env.NODE_ENV&&"svg"!==e.type)throw new Error("renderToSVGString can only be used in the svg renderer.");return e.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){var t=this._zr;return H(t.storage.getDisplayList(),function(t){t.stopAnimation(null,!0)}),t.painter.toDataURL()},e.prototype.getDataURL=function(t){if(!this._disposed){var e=(t=t||{}).excludeComponents,n=this._model,i=[],r=this;H(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 H(i,function(t){t.group.ignore=!1}),o}U_(this.id)},e.prototype.getConnectedDataURL=function(t){if(!this._disposed){var e="svg"===t.type,n=this.group,i=Math.min,r=Math.max,o=1/0;if(tb[n]){var a=o,s=o,l=-1/0,u=-1/0,c=[],h=t&&t.pixelRatio||this.getDevicePixelRatio();H(Q_,function(o,h){if(o.group===n){var p=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(E(t)),d=o.getDom().getBoundingClientRect();a=i(d.left,a),s=i(d.top,s),l=r(d.right,l),u=r(d.bottom,u),c.push({dom:p,left:d.left,top:d.top})}});var p=(l*=h)-(a*=h),d=(u*=h)-(s*=h),f=y.createCanvas(),g=Co(f,{renderer:e?"svg":"canvas"});if(g.resize({width:p,height:d}),e){var v="";return H(c,function(t){var e=t.left-a,n=t.top-s;v+='<g transform="translate('+e+","+n+')">'+t.dom+"</g>"}),g.painter.getSvgRoot().innerHTML=v,t.connectedBackgroundColor&&g.painter.setBackgroundColor(t.connectedBackgroundColor),g.refreshImmediately(),g.painter.toDataURL()}return t.connectedBackgroundColor&&g.add(new Ql({shape:{x:0,y:0,width:p,height:d},style:{fill:t.connectedBackgroundColor}})),H(c,function(t){var e=new Yl({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"))}return this.getDataURL(t)}U_(this.id)},e.prototype.convertToPixel=function(t,e,n){return M_(this,"convertToPixel",t,e,n)},e.prototype.convertToLayout=function(t,e,n){return M_(this,"convertToLayout",t,e,n)},e.prototype.convertFromPixel=function(t,e,n){return M_(this,"convertFromPixel",t,e,n)},e.prototype.containPixel=function(t,e){var n;if(!this._disposed)return H(Ra(this._model,t),function(t,i){i.indexOf("Models")>=0&&H(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):"production"!==process.env.NODE_ENV&&ha(i+": "+(o?"The found component do not support containPoint.":"No view mapping to the found component."))}else"production"!==process.env.NODE_ENV&&ha(i+": containPoint is not supported")},this)},this),!!n;U_(this.id)},e.prototype.getVisual=function(t,e){var n=Ra(this._model,t,{defaultMainType:"series"}),i=n.seriesModel;"production"!==process.env.NODE_ENV&&(i||ha("There is no specified series model"));var r=i.getData(),o=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?r.indexOfRawIndex(n.dataIndex):null;return null!=o?sx(r,o,e):lx(r,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=this;H(H_,function(e){var n=function(n){var i,r=t.getModel(),o=n.target,a="globalout"===e;if(a?i={}:o&&px(o,function(t){var e=yu(t);if(e&&null!=e.dataIndex){var n=e.dataModel||r.getSeriesByIndex(e.seriesIndex);return i=n&&n.getDataParams(e.dataIndex,e.dataType,o)||{},!0}if(e.eventData)return i=R({},e.eventData),!0},!0),i){var s=i.componentType,l=i.componentIndex;"markLine"!==s&&"markPoint"!==s&&"markArea"!==s||(s="series",l=i.seriesIndex);var u=s&&null!=l&&r.getComponent(s,l),c=u&&t["series"===u.mainType?"_chartsMap":"_componentsMap"][u.__viewId];"production"!==process.env.NODE_ENV&&(a||u&&c||ha("model or view can not be found by params")),i.event=n,i.type=e,t._$eventProcessor.eventInfo={targetEl:o,packedEvent:i,model:u,view:c},t.trigger(e,i)}};n.zrEventfulCallAtLast=!0,t._zr.on(e,n,t)});var e=this._messageCenter;H(Z_,function(n,i){e.on(i,function(e){t.trigger(i,e)})}),function(t,e,n){t.on("selectchanged",function(t){var i=n.getModel();t.isFromClick?(hx("map","selectchanged",e,i,t),hx("pie","selectchanged",e,i,t)):"select"===t.fromAction?(hx("map","selected",e,i,t),hx("pie","selected",e,i,t)):"unselect"===t.fromAction&&(hx("map","unselected",e,i,t),hx("pie","unselected",e,i,t))})}(e,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?U_(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)U_(this.id);else{this._disposed=!0,this.getDom()&&Fa(this.getDom(),ib,"");var t=this,e=t._api,n=t._model;H(t._componentsViews,function(t){t.dispose(n,e)}),H(t._chartsViews,function(t){t.dispose(n,e)}),t._zr.dispose(),t._dom=t._model=t._chartsMap=t._componentsMap=t._chartsViews=t._componentsViews=t._scheduler=t._api=t._zr=t._throttledZrFlush=t._theme=t._coordSysMgr=t._messageCenter=null,delete Q_[t.id]}},e.prototype.resize=function(t){if(this[h_])"production"!==process.env.NODE_ENV&&pa("`resize` should not be called during main process.");else if(this._disposed)U_(this.id);else{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[d_]&&(null==i&&(i=this[d_].silent),n=!0,this[d_]=null),this[h_]=!0,z_(this);try{n&&__(this),S_.update.call(this,{type:"resize",animation:R({duration:0},t&&t.animation)})}catch(t){throw this[h_]=!1,t}this[h_]=!1,C_.call(this,i),D_.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)U_(this.id);else if(nt(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),J_[t]){var n=J_[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}else"production"!==process.env.NODE_ENV&&ha("Loading effects "+t+" not exists.")},e.prototype.hideLoading=function(){this._disposed?U_(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=R({},t);return e.type=X_[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)U_(this.id);else if(nt(e)||(e={silent:!!e}),Y_[t.type]&&this._model)if(this[h_])this._pendingActions.push(t);else{var n=e.silent;T_.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&h.browser.weChat&&this._throttledZrFlush(),C_.call(this,n),D_.call(this,n)}},e.prototype.updateLabelLayout=function(){i_.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)U_(this.id);else{var e=t.seriesIndex,n=this.getModel().getSeriesByIndex(e);"production"!==process.env.NODE_ENV&&gt(t.data&&n),n.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 i(t,e){if(!t.preventAutoZ){var n=Vp(t);e.eachRendered(function(t){return Bp(t,n.z,n.zlevel),!0})}}function r(t,e){e.eachRendered(function(t){if(!Kh(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 o(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){if(Kh(t))return;if(t instanceof zl&&function(t){var e=bu(t);e.normalFill=t.style.fill,e.normalStroke=t.style.stroke;var n=t.states.select||{};e.selectFill=n.style&&n.style.fill||null,e.selectStroke=n.style&&n.style.stroke||null}(t),t.__dirty){var n=t.prevStates;n&&t.useStates(n)}if(r){t.stateTransition=a;var i=t.getTextContent(),o=t.getTextGuideLine();i&&(i.stateTransition=a),o&&(o.stateTransition=a)}t.__dirty&&e(t)}})}__=function(t){var e=t._scheduler;e.restorePipelines(t._model),e.prepareStageTasks(),b_(t,!0),b_(t,!1),e.plan()},b_=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=ja(t.type),p=e?am.getClass(h.main,h.sub):vm.getClass(h.sub);"production"!==process.env.NODE_ENV&&gt(p,h.sub+" does not exist."),(c=new p).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(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)}},w_=function(t,e,n,i,r){var o=t._model;if(o.setUpdatePayload(n),i){var a={};a[i+"Id"]=n[i+"Id"],a[i+"Index"]=n[i+"Index"],a[i+"Name"]=n[i+"Name"];var s={mainType:i,query:a};r&&(s.subType=r);var l,u=n.excludeSeriesId;null!=u&&(l=St(),H(_a(u),function(t){var e=Da(t,null);null!=e&&l.set(e,!0)})),o&&o.eachComponent(s,function(e){if(!(l&&null!=l.get(e.id)))if(gc(n))if(e instanceof rm)n.type!==Tu||n.notBlur||e.get(["emphasis","disabled"])||function(t,e,n){var i=t.seriesIndex,r=t.getData(e.dataType);if(r){var o=Ea(r,e);o=($(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=yu(a);ec(i,u.focus,u.blurScope,n)}else{var c=t.get(["emphasis","focus"]),h=t.get(["emphasis","blurScope"]);null!=c&&ec(i,c,h,n)}}else"production"!==process.env.NODE_ENV&&pa("Unknown dataType "+e.dataType)}(e,n,t._api);else{var i=ic(e.mainType,e.componentIndex,n.name,t._api),r=i.focusSelf,o=i.dispatchers;n.type===Tu&&r&&!n.notBlur&&nc(e.mainType,e.componentIndex,t._api),o&&H(o,function(t){n.type===Tu?Zu(t):ju(t)})}else fc(n)&&e instanceof rm&&(!function(t,e){if(fc(e)){var n=e.dataType,i=Ea(t.getData(n),e);$(i)||(i=[i]),t[e.type===ku?"toggleSelect":e.type===Du?"select":"unselect"](i,n)}}(e,n,t._api),rc(e),R_(t))},t),o&&o.eachComponent(s,function(e){l&&null!=l.get(e.id)||c(t["series"===i?"_chartsMap":"_componentsMap"][e.__viewId])},t)}else H([].concat(t._componentsViews).concat(t._chartsViews),c);function c(i){i&&i.__alive&&i[e]&&i[e](i.__model,o,t._api,n)}},S_={prepareAndUpdate:function(t){__(this),S_.update.call(this,t,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),I_(this,i),a.update(i,r),t(i),s.performVisualTasks(i,e);var l=i.get("backgroundColor")||"transparent";o.setBackgroundColor(l);var u=i.get("darkMode");null!=u&&"auto"!==u&&o.setDarkMode(u),L_(this,i,r,e,n),i_.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=St();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}),E_(this,i,r,e,{},a),i_.trigger("afterupdate",i,r)}},updateView:function(e){var n=this._model;n&&(n.setUpdatePayload(e),vm.markUpdateMethod(e,"updateView"),t(n),this._scheduler.performVisualTasks(n,e,{setDirty:!0}),L_(this,n,this._api,e,{}),i_.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()}),vm.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)}),i_.trigger("afterupdate",i,this._api))},updateLayout:function(t){S_.update.call(this,t)}},M_=function(t,e,n,i,r){if(t._disposed)U_(t.id);else{for(var o,a=t._model,s=t._coordSysMgr.getCoordinateSystems(),l=Ra(a,n),u=0;u<s.length;u++){var c=s[u];if(c[e]&&null!=(o=c[e](a,l,i,r)))return o}"production"!==process.env.NODE_ENV&&ha("No coordinate system that supports "+e+" found by the given finder.")}},I_=function(t,e){var n=t._chartsMap,i=t._scheduler;e.eachSeries(function(t){i.updateStreamModes(t,n[t.__viewId])})},T_=function(t,e){var n=this,i=this.getModel(),r=t.type,o=t.escapeConnect,a=Y_[r],s=(a.update||"update").split(":"),l=s.pop(),u=null!=s[0]&&ja(s[0]);this[h_]=!0,z_(this);var c=[t],h=!1;t.batch&&(h=!0,c=U(t.batch,function(e){return(e=V(R({},e),t)).batch=null,e}));var p,d=[],f=[],g=a.nonRefinedEventType,v=fc(t),y=gc(t);if(y&&tc(this._api),H(c,function(e){var r=a.action(e,i,n._api);if(a.refineEvent?f.push(r):p=r,(p=p||R({},e)).type=g,d.push(p),y){var o=Va(t),s=o.queryOptionMap,c=o.mainTypeSpecified?s.keys()[0]:"series";w_(n,l,e,c),R_(n)}else v?(w_(n,l,e,"series"),R_(n)):u&&w_(n,l,e,u.main,u.sub)}),"none"!==l&&!y&&!v&&!u)try{this[d_]?(__(this),S_.update.call(this,t),this[d_]=null):S_[l].call(this,t)}catch(t){throw this[h_]=!1,t}if(p=h?{type:g,escapeConnect:o,batch:d}:d[0],this[h_]=!1,!e){var m=void 0;if(a.refineEvent){var x=a.refineEvent(f,t,i,this._api).eventContent;gt(nt(x)),(m=V({type:a.refinedEventType},x)).fromAction=t.type,m.fromActionPayload=t,m.escapeConnect=!0}var _=this._messageCenter;_.trigger(p.type,p),m&&_.trigger(m.type,m)}},C_=function(t){for(var e=this._pendingActions;e.length;){var n=e.shift();T_.call(this,n,t)}},D_=function(t){!t&&this.trigger("updated")},A_=function(t,e){t.on("rendered",function(n){e.trigger("rendered",n),!t.animation.isFinished()||e[d_]||e._scheduler.unfinished||e._pendingActions.length||e.trigger("finished")})},k_=function(t,e){t.on("mouseover",function(t){var n=px(t.target,dc);n&&(!function(t,e,n){"production"===process.env.NODE_ENV||dc(t)||pa("param should be highDownDispatcher");var i=yu(t),r=ic(i.componentMainType,i.componentIndex,i.componentHighDownName,n),o=r.dispatchers,a=r.focusSelf;o?(a&&nc(i.componentMainType,i.componentIndex,n),H(o,function(t){return Yu(t,e)})):(ec(i.seriesIndex,i.focus,i.blurScope,n),"self"===i.focus&&nc(i.componentMainType,i.componentIndex,n),Yu(t,e))}(n,t,e._api),R_(e))}).on("mouseout",function(t){var n=px(t.target,dc);n&&(!function(t,e,n){"production"===process.env.NODE_ENV||dc(t)||pa("param should be highDownDispatcher"),tc(n);var i=yu(t),r=ic(i.componentMainType,i.componentIndex,i.componentHighDownName,n).dispatchers;r?H(r,function(t){return Xu(t,e)}):Xu(t,e)}(n,t,e._api),R_(e))}).on("click",function(t){var n=px(t.target,function(t){return null!=yu(t).dataIndex},!0);if(n){var i=n.selected?"unselect":"select",r=yu(n);e._api.dispatchAction({type:i,dataType:r.dataType,dataIndexInside:r.dataIndex,seriesIndex:r.seriesIndex,isFromClick:!0})}})},L_=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);Sn(a,function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel}),H(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),N_(t,e,n,i,r),H(t._chartsViews,function(t){t.__alive=!1}),E_(t,e,n,i,r),H(t._chartsViews,function(t){t.__alive||t.remove(e,n)})},N_=function(t,e,n,a,s,l){H(l||t._componentsViews,function(t){var s=t.__model;r(s,t),t.render(s,e,n,a),i(s,t),o(s,t)})},E_=function(t,e,n,a,s,l){var u=t._scheduler;s=R(s||{},{updatedSeries:e.getSeries()}),i_.trigger("series:beforeupdate",e,n,s);var c=!1;e.eachSeries(function(e){var n=t._chartsMap[e.__viewId];n.__alive=!0;var i=n.renderTask;u.updatePayload(i,a),r(e,n),l&&l.get(e.uid)&&i.dirty(),i.perform(u.getPerformArgs(i))&&(c=!0),n.group.silent=!!e.get("silent"),function(t,e){var n=t.get("blendMode")||null;e.eachRendered(function(t){t.isGroup||(t.style.blend=n)})}(e,n),rc(e)}),u.unfinished=c||u.unfinished,i_.trigger("series:layoutlabels",e,n,s),i_.trigger("series:transition",e,n,s),e.eachSeries(function(e){var n=t._chartsMap[e.__viewId];i(e,n),o(e,n)}),function(t,e){var n=t._zr,i=n.storage,r=0;i.traverse(function(t){t.isGroup||r++}),r>e.get("hoverLayerThreshold")&&!h.node&&!h.worker&&e.eachSeries(function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered(function(t){t.states.emphasis&&(t.states.emphasis.hoverLayer=!0)})}})}(t,e),i_.trigger("series:afterupdate",e,n,s)},R_=function(t){t[f_]=!0,t.getZr().wakeUp()},z_=function(t){t[p_]=(t[p_]+1)%1e3},V_=function(t){t[f_]&&(t.getZr().storage.traverse(function(t){Kh(t)||e(t)}),t[f_]=!1)},O_=function(t){return new(function(e){function i(){return null!==e&&e.apply(this,arguments)||this}return n(i,e),i.prototype.getCoordinateSystems=function(){return t._coordSysMgr.getCoordinateSystems()},i.prototype.getComponentByElement=function(e){for(;e;){var n=e.__ecComponentInfo;if(null!=n)return t._model.getComponent(n.mainType,n.index);e=e.parent}},i.prototype.enterEmphasis=function(e,n){Zu(e,n),R_(t)},i.prototype.leaveEmphasis=function(e,n){ju(e,n),R_(t)},i.prototype.enterBlur=function(e){qu(e),R_(t)},i.prototype.leaveBlur=function(e){Ku(e),R_(t)},i.prototype.enterSelect=function(e){$u(e),R_(t)},i.prototype.leaveSelect=function(e){Ju(e),R_(t)},i.prototype.getModel=function(){return t.getModel()},i.prototype.getViewOfComponentModel=function(e){return t.getViewOfComponentModel(e)},i.prototype.getViewOfSeriesModel=function(e){return t.getViewOfSeriesModel(e)},i.prototype.getMainProcessVersion=function(){return t[p_]},i}(Xg))(t)},P_=function(t){function e(t,e){for(var n=0;n<t.length;n++){t[n][v_]=e}}H(X_,function(n,i){t._messageCenter.on(i,function(n){if(tb[t.group]&&0!==t[v_]){if(n&&n.escapeConnect)return;var i=t.makeActionFromEvent(n),r=[];H(Q_,function(e){e!==t&&e.group===t.group&&r.push(e)}),e(r,0),H(r,function(t){1!==t[v_]&&t.dispatchAction(i)}),e(r,2)}})})}}(),e}(re),W_=F_.prototype;W_.on=y_("on"),W_.off=y_("off"),W_.one=function(t,e,n){var i=this;da("ECharts#one is deprecated."),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 H_=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function U_(t){"production"!==process.env.NODE_ENV&&ha("Instance "+t+" has been disposed")}var Y_={},X_={},Z_={},j_=[],q_=[],K_=[],$_={},J_={},Q_={},tb={},eb=+new Date-0,nb=+new Date-0,ib="_echarts_instance_";function rb(t){tb[t]=!1}var ob=rb;function ab(t){return Q_[function(t,e){return t.getAttribute?t.getAttribute(e):t[e]}(t,ib)]}function sb(t,e){$_[t]=e}function lb(t){B(q_,t)<0&&q_.push(t)}function ub(t,e){mb(j_,t,e,2e3)}function cb(t){pb("afterinit",t)}function hb(t){pb("afterupdate",t)}function pb(t,e){i_.on(t,e)}function db(t,e,n){var i,r,o,a,s;function l(t){return t.toLowerCase()}J(e)&&(n=e,e=""),nt(t)?(i=t.type,r=t.event,a=t.update,s=t.publishNonRefinedEvent,n||(n=t.action),o=t.refineEvent):(i=t,r=e),r=l(r||i);var u=o?l(i):r;Y_[i]||(gt(g_.test(i)&&g_.test(r)),o&&gt(r!==i),Y_[i]={actionType:i,refinedEventType:r,nonRefinedEventType:u,update:a,action:n,refineEvent:o},Z_[r]=1,o&&s&&(Z_[u]=1),"production"!==process.env.NODE_ENV&&X_[u]&&pa(u+' must not be shared; use "refineEvent" if you intend to share an event name.'),X_[u]=i)}function fb(t,e){Ef.register(t,e)}function gb(t,e){mb(K_,t,e,1e3,"layout")}function vb(t,e){mb(K_,t,e,3e3,"visual")}var yb=[];function mb(t,e,n,i,r){if((J(e)||nt(e))&&(n=e,e=i),"production"!==process.env.NODE_ENV){if(isNaN(e)||null==e)throw new Error("Illegal priority");H(t,function(t){gt(t.__raw!==n)})}if(!(B(yb,n)>=0)){yb.push(n);var o=qm.wrapStageHandler(n,r);o.__prio=e,o.__raw=n,t.push(o)}}function xb(t,e){J_[t]=e}function _b(t,e,n){var i=o_("registerMap");i&&i(t,e,n)}var bb=function(t){var e=(t=E(t)).type,n="";e||("production"!==process.env.NODE_ENV&&(n="Must have a `type` when `registerTransform`."),va(n));var i=e.split(":");2!==i.length&&("production"!==process.env.NODE_ENV&&(n='Name must include namespace like "ns:regression".'),va(n));var r=!1;"echarts"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,cy.set(e,t)};function wb(t,e,n,i){return{eventContent:{selected:oc(n),isFromClick:e.isFromClick||!1}}}vb(l_,Dm),vb(u_,km),vb(u_,Lm),vb(l_,ox),vb(u_,ax),vb(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=Qx(n,e))});var r=i.getVisual("decal");if(r)i.getVisual("style").decal=Qx(r,e)}})}),lb(vv),ub(900,function(t){var e=St();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.push(o)}}),e.each(function(t){0!==t.length&&("seriesDesc"===(t[0].seriesModel.get("stackOrder")||"seriesAsc")&&t.reverse(),H(t,function(e,n){e.data.setCalculationInfo("stackedOnSeries",n>0?t[n-1].seriesModel:null)}),function(t){H(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,p,d=a.get(e.stackedDimension,c);if(isNaN(d))return r;s?p=a.getRawIndex(c):h=a.get(e.stackedByDimension,c);for(var f=NaN,g=n-1;g>=0;g--){var v=t[g];if(s||(p=v.data.rawIndexOf(v.stackedByDimension,h)),p>=0){var y=v.data.getByRawIndex(v.stackResultDimension,p);if("all"===l||"positive"===l&&y>0||"negative"===l&&y<0||"samesign"===l&&d>=0&&y>0||"samesign"===l&&d<=0&&y<0){d=Yo(d,y),f=y;break}}}return i[0]=d,i[1]=f,i})})}(t))})}),xb("default",function(t,e){V(e=e||{},{text:"loading",textColor:ig.color.primary,fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255,255,255,0.8)",showSpinner:!0,color:ig.color.theme[0],spinnerRadius:10,lineWidth:5,zlevel:0});var n=new wo,i=new Ql({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new vu({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 Ql({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&((r=new Ih({shape:{startAngle:-Nm/2,endAngle:-Nm/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*Nm/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*Nm/2}).delay(300).start("circularInOut"),n.add(r)),n.resize=function(){var n=o.getBoundingRect().width,s=e.showSpinner?e.spinnerRadius:0,l=(t.getWidth()-2*s-(e.showSpinner&&n?10:0)-n)/2-(e.showSpinner&&n?0:5+n/2)+(e.showSpinner?0:n/2)+(n?0:s),u=t.getHeight()/2;e.showSpinner&&r.setShape({cx:l,cy:u}),a.setShape({x:l-s,y:u-s,width:2*s,height:2*s}),i.setShape({x:0,y:0,width:t.getWidth(),height:t.getHeight()})},n.resize(),n}),db({type:Tu,event:Tu,update:Tu},Dt),db({type:Cu,event:Cu,update:Cu},Dt),db({type:Du,event:Lu,update:Du,action:Dt,refineEvent:wb,publishNonRefinedEvent:!0}),db({type:Au,event:Lu,update:Au,action:Dt,refineEvent:wb,publishNonRefinedEvent:!0}),db({type:ku,event:Lu,update:ku,action:Dt,refineEvent:wb,publishNonRefinedEvent:!0}),sb("default",{}),sb("dark",ex);var Sb=[],Mb={registerPreprocessor:lb,registerProcessor:ub,registerPostInit:cb,registerPostUpdate:hb,registerUpdateLifecycle:pb,registerAction:db,registerCoordinateSystem:fb,registerLayout:gb,registerVisual:vb,registerTransform:bb,registerLoading:xb,registerMap:_b,registerImpl:function(t,e){"production"!==process.env.NODE_ENV&&r_[t]&&pa("Already has an implementation of "+t+"."),r_[t]=e},PRIORITY:c_,ComponentModel:Jf,ComponentView:am,SeriesModel:rm,ChartView:vm,registerComponentModel:function(t){Jf.registerClass(t)},registerComponentView:function(t){am.registerClass(t)},registerSeriesModel:function(t){rm.registerClass(t)},registerChartView:function(t){vm.registerClass(t)},registerCustomSeries:function(t,e){s_(t,e)},registerSubTypeDefaulter:function(t,e){Jf.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){Do(t,e)}};function Ib(t){$(t)?H(t,function(t){Ib(t)}):B(Sb,t)>=0||(Sb.push(t),J(t)&&(t={install:t}),t.install(Mb))}function Tb(t){return null==t?0:t.length||1}function Cb(t){return t}var Db=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||Cb,this._newKeyGetter=i||Cb,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=new Array(t.length),r=new 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=Tb(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=Tb(l),h=Tb(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 p=0;p<c;p++)this._remove&&this._remove(l[p]);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=Tb(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=Tb(s);0===l?(e[a]=o,r&&n.push(a)):1===l?e[a]=[s,o]:s.push(o)}}},t}(),Ab=Db,kb=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 Lb(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}function Nb(t){return"category"===t?"ordinal":"time"===t?"time":"float"}var Eb=function(t){this.otherDims={},null!=t&&R(this,t)},Ob=Eb,Pb=Oa(),Rb={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},Vb=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=Gb(this.source)))},t.prototype.getSourceDimensionIndex=function(t){return ht(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=kv(this.source),n=!Fb(t),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+=Rb[l]||"f",u&&(i+=u.uid),i+="$"}var p=this.source;return{dimensions:r,hash:[p.seriesLayoutBy,p.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 zb(t){return t instanceof Vb}function Bb(t){for(var e=St(),n=0;n<(t||[]).length;n++){var i=t[n],r=nt(i)?i.name:i;null!=r&&null==e.get(r)&&e.set(r,n)}return e}function Gb(t){var e=Pb(t);return e.dimNameMap||(e.dimNameMap=Bb(t.dimensionsDefine))}function Fb(t){return t>30}var Wb,Hb,Ub,Yb,Xb,Zb,jb,qb=nt,Kb=U,$b="undefined"==typeof Int32Array?Array:Int32Array,Jb=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],Qb=["_approximateExtent"],tw=function(){function t(t,e){var n;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 i=!1;zb(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=Q(c)?new Ob({name:c}):c instanceof Ob?c:new Ob(c),p=h.name;h.type=h.type||"float",h.coordDim||(h.coordDim=p,h.coordDimIndex=0);var d=h.otherDims=h.otherDims||{};o.push(p),r[p]=h,null!=l[p]&&(s=!0),h.createInvertedIndices&&(a[p]=[]);var f=u;et(h.storeDimIndex)&&(f=h.storeDimIndex),0===d.itemName&&(this._nameDimIdx=f),0===d.itemId&&(this._idDimIdx=f),"production"!==process.env.NODE_ENV&&gt(i||h.storeDimIndex>=0),i&&(h.storeDimIndex=u)}if(this.dimensions=o,this._dimInfos=r,this._initGetDimensionInfo(s),this.hostModel=e,this._invertedIndicesMap=a,this._dimOmitted){var g=this._dimIdxToName=St();H(o,function(t){g.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);return i?i.name:void 0},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(et(t)||null!=t&&!isNaN(t)&&!this._getDimInfo(t)&&(!this._dimOmitted||this._schema.getSourceDimensionIndex(t)<0))return+t},t.prototype._getStoreDimIndex=function(t){var e=this.getDimensionIndex(t);if("production"!==process.env.NODE_ENV&&null==e)throw new Error("Unknown dimension "+t);return e},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=this;if(t instanceof Iy&&(i=t),!i){var o=this.dimensions,a=Mv(t)||W(t)?new Lv(t,o.length):t;i=new Iy;var s=Kb(o,function(t){return{type:r._dimInfos[t].type,property:t}});i.initData(a,s,n)}this._store=i,this._nameList=(e||[]).slice(),this._idList=[],this._nameRepeatCount={},this._doInit(0,i.count()),this._dimSummary=function(t,e){var n={},i=n.encode={},r=St(),o=[],a=[],s={};H(t.dimensions,function(e){var n,l=t.getDimensionInfo(e),u=l.coordDim;if(u){"production"!==process.env.NODE_ENV&&gt(null==ug.get(u));var c=l.coordDimIndex;Lb(i,u)[c]=e,l.isExtraCoord||(r.set(u,1),"ordinal"!==(n=l.type)&&"time"!==n&&(o[0]=e),Lb(s,u)[c]=t.getDimensionIndex(l.name)),l.defaultTooltip&&a.push(e)}ug.each(function(t,e){var n=Lb(i,e),r=l.otherDims[e];null!=r&&!1!==r&&(n[r]=l.name)})});var l=[],u={};r.each(function(t,e){var n=i[e];u[e]=n[0],l=l.concat(n)}),n.dataDimsOnCoord=l,n.dataDimIndicesOnCoord=U(l,function(e){return t.getDimensionInfo(e).storeDimIndex}),n.encodeFirstDimNotExtra=u;var c=i.label;c&&c.length&&(o=c.slice());var h=i.tooltip;return h&&h.length?a=h.slice():a.length||(a=o.slice()),i.defaultedLabel=o,i.defaultedTooltip=a,n.userOutput=new kb(s,e),n}(this,this._schema),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&&jb(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!==fg&&!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===cg&&!n.pure)for(var o=[],a=t;a<e;a++){var s=n.getItem(a,o);if(!this.hasItemOption&&Ma(s)&&(this.hasItemOption=!0),s){var l=s.name;null==i[a]&&null!=l&&(i[a]=Da(l,null));var u=s.id;null==r[a]&&null!=u&&(r[a]=Da(u,null))}}if(this._shouldMakeIdFromName())for(a=t;a<e;a++)jb(this,a);Wb(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){qb(t)?R(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=Ub(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 Hb(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 $(t)?i.getValues(Kb(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];if("production"!==process.env.NODE_ENV&&!n)throw new Error("Do not supported yet");var i=n&&n[e];return null==i||isNaN(i)?-1:i},t.prototype.each=function(t,e,n){J(t)&&(n=e,e=t,t=[]);var i=n||this,r=Kb(Yb(t),this._getStoreDimIndex,this);this._store.each(r,i?q(e,i):e)},t.prototype.filterSelf=function(t,e,n){J(t)&&(n=e,e=t,t=[]);var i=n||this,r=Kb(Yb(t),this._getStoreDimIndex,this);return this._store=this._store.filter(r,i?q(e,i):e),this},t.prototype.selectRange=function(t){var e=this,n={};return H(j(t),function(i){var r=e._getStoreDimIndex(i);n[r]=t[i]}),this._store=this._store.selectRange(n),this},t.prototype.mapArray=function(t,e,n){J(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=Kb(Yb(t),this._getStoreDimIndex,this),a=Zb(this);return a._store=this._store.map(o,r?q(e,r):e),a},t.prototype.modify=function(t,e,n,i){var r=this,o=n||i||this;"production"!==process.env.NODE_ENV&&H(Yb(t),function(t){r.getDimensionInfo(t).isCalculationCoord||console.error("Danger: only stack dimension can be modified")});var a=Kb(Yb(t),this._getStoreDimIndex,this);this._store.modify(a,o?q(e,o):e)},t.prototype.downSample=function(t,e,n,i){var r=Zb(this);return r._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),r},t.prototype.minmaxDownSample=function(t,e){var n=Zb(this);return n._store=this._store.minmaxDownSample(this._getStoreDimIndex(t),e),n},t.prototype.lttbDownSample=function(t,e){var n=Zb(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,n=this.getRawDataItem(t);return new md(n,e,e&&e.ecModel)},t.prototype.diff=function(t){var e=this;return new Ab(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(e){return Hb(t,e)},function(t){return Hb(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||{},qb(t)?R(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&&($(r=this.getVisual(e))?r=r.slice():qb(r)&&(r=R({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,qb(e)?R(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){qb(t)?R(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?R(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){var n=this.hostModel&&this.hostModel.seriesIndex;mu(n,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){H(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:Kb(this.dimensions,this._getDimInfo,this),this.hostModel)),Xb(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];J(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(dt(arguments)))})},t.internalField=(Wb=function(t){var e=t._invertedIndicesMap;H(e,function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new $b(o.categories.length);for(var s=0;s<n.length;s++)n[s]=-1;for(s=0;s<a.count();s++)n[a.get(r.storeDimIndex,s)]=s}})},Ub=function(t,e,n){return Da(t._getCategory(e,n),null)},Hb=function(t,e){var n=t._idList[e];return null==n&&null!=t._idDimIdx&&(n=Ub(t,t._idDimIdx,e)),null==n&&(n="e\0\0"+e),n},Yb=function(t){return $(t)||(t=null!=t?[t]:[]),t},Zb=function(e){var n=new t(e._schema?e._schema:Kb(e.dimensions,e._getDimInfo,e),e.hostModel);return Xb(n,e),n},Xb=function(t,e){H(Jb.concat(e.__wrappedMethods||[]),function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t.__wrappedMethods=e.__wrappedMethods,H(Qb,function(n){t[n]=E(e[n])}),t._calculationInfo=R({},e._calculationInfo)},void(jb=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=Ub(t,r,e)),null==s&&null!=o&&(i[e]=s=Ub(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}(),ew=tw;function nw(t,e){Mv(t)||(t=Tv(t));var n=(e=e||{}).coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=St(),o=[],a=function(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return H(e,function(t){var e;nt(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))}),r}(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&Fb(a),l=i===t.dimensionsDefine,u=l?Gb(t):Bb(i),c=e.encodeDefine;!c&&e.encodeDefaulter&&(c=e.encodeDefaulter(t,a));for(var h=St(c),p=new yy(a),d=0;d<p.length;d++)p[d]=-1;function f(t){var e=p[t];if(e<0){var n=i[t],r=nt(n)?n:{name:n},a=new Ob,s=r.name;null!=s&&null!=u.get(s)&&(a.name=a.displayName=s),null!=r.type&&(a.type=r.type),null!=r.displayName&&(a.displayName=r.displayName);var l=o.length;return p[t]=l,a.storeDimIndex=t,o.push(a),a}return o[e]}if(!s)for(d=0;d<a;d++)f(d);h.each(function(t,e){var n=_a(t).slice();if(1===n.length&&!Q(n[0])&&n[0]<0)h.set(e,!1);else{var i=h.set(e,[]);H(n,function(t,n){var r=Q(t)?u.get(t):t;null!=r&&r<a&&(i[n]=r,v(f(r),e,n))})}});var g=0;function v(t,e,n){null!=ug.get(e)?t.otherDims[e]=n:(t.coordDim=e,t.coordDimIndex=n,r.set(e,!0))}H(n,function(t){var e,n,i,r;if(Q(t))e=t,r={};else{e=(r=t).name;var o=r.ordinalMeta;r.ordinalMeta=null,(r=R({},r)).ordinalMeta=o,n=r.dimsDef,i=r.otherDims,r.name=r.coordDim=r.coordDimIndex=r.dimsDef=r.otherDims=null}var s=h.get(e);if(!1!==s){if(!(s=_a(s)).length)for(var u=0;u<(n&&n.length||1);u++){for(;g<a&&null!=f(g).coordDim;)g++;g<a&&s.push(g++)}H(s,function(t,o){var a=f(t);if(l&&null!=r.type&&(a.type=r.type),v(V(a,r),e,o),null==a.name&&n){var s=n[o];!nt(s)&&(s={name:s}),a.name=a.displayName=s.name,a.defaultTooltip=s.defaultTooltip}i&&V(a.otherDims,i)})}});var y=e.generateCoord,m=e.generateCoordCount,x=null!=m;m=y?m||1:0;var _=y||"value";function b(t){null==t.name&&(t.name=t.coordDim)}if(s)H(o,function(t){b(t)}),o.sort(function(t,e){return t.storeDimIndex-e.storeDimIndex});else for(var w=0;w<a;w++){var S=f(w);null==S.coordDim&&(S.coordDim=iw(_,r,x),S.coordDimIndex=0,(!y||m<=0)&&(S.isExtraCoord=!0),m--),b(S),null!=S.type||Ig(t,w)!==mg&&(!S.isExtraCoord||null==S.otherDims.itemName&&null==S.otherDims.seriesName)||(S.type="ordinal")}return function(t){for(var e=St(),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)}}(o),new Vb({source:t,dimensions:o,fullDimensionCount:a,dimensionOmitted:s})}function iw(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}var rw=function(t){this.coordSysDims=[],this.axisMap=St(),this.categoryAxisMap=St(),this.coordSysName=t};var ow={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",za).models[0],o=t.getReferringComponents("yAxis",za).models[0];if("production"!==process.env.NODE_ENV){if(!r)throw new Error('xAxis "'+ct(t.get("xAxisIndex"),t.get("xAxisId"),0)+'" not found');if(!o)throw new Error('yAxis "'+ct(t.get("xAxisIndex"),t.get("yAxisId"),0)+'" not found')}e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),aw(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),aw(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",za).models[0];if("production"!==process.env.NODE_ENV&&!r)throw new Error("singleAxis should be specified.");e.coordSysDims=["single"],n.set("single",r),aw(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",za).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");if("production"!==process.env.NODE_ENV){if(!a)throw new Error("angleAxis option not found");if(!o)throw new Error("radiusAxis option not found")}e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),aw(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),aw(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();H(o.parallelAxisIndex,function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),aw(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))})},matrix:function(t,e,n,i){var r=t.getReferringComponents("matrix",za).models[0];if("production"!==process.env.NODE_ENV&&!r)throw new Error("matrix coordinate system should be specified.");e.coordSysDims=["x","y"];var o=r.getDimensionModel("x"),a=r.getDimensionModel("y");n.set("x",o),n.set("y",a),i.set("x",o),i.set("y",a)}};function aw(t){return"category"===t.get("type")}function sw(t,e,n){var i,r,o,a=(n=n||{}).byIndex,s=n.stackedCoordDimension;!function(t){return!zb(t.schema)}(e)?(r=e.schema,i=r.dimensions,o=e.store):i=e;var l,u,c,h,p=!(!t||!t.get("stack"));if(H(i,function(t,e){Q(t)&&(i[e]=t={name:t}),p&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||"ordinal"===t.type||"time"===t.type||s&&s!==t.coordDim||(u=t))}),!u||a||l||(a=!0),u){c="__\0ecstackresult_"+t.id,h="__\0ecstackedover_"+t.id,l&&(l.createInvertedIndices=!0);var d=u.coordDim,f=u.type,g=0;H(i,function(t){t.coordDim===d&&g++});var v={name:c,coordDim:d,coordDimIndex:g,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},y={name:h,coordDim:h,coordDimIndex:g+1,type:f,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(v.storeDimIndex=o.ensureCalculationDimension(h,f),y.storeDimIndex=o.ensureCalculationDimension(c,f)),r.appendCalculationDimension(v),r.appendCalculationDimension(y)):(i.push(v),i.push(y))}return{stackedDimension:u&&u.name,stackedByDimension:l&&l.name,isStackedByIndex:a,stackedOverDimension:h,stackResultDimension:c}}function lw(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function uw(t,e){return lw(t,e)?t.getCalculationInfo("stackResultDimension"):e}function cw(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=Tv(t)):o=(i=r.getSource()).sourceFormat===cg;var a=function(t){var e=t.get("coordinateSystem"),n=new rw(e),i=ow[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),s=function(t,e){var n,i=t.get("coordinateSystem"),r=Ef.get(i);return e&&e.coordSysDims&&(n=U(e.coordSysDims,function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=Nb(r)}return n})),n||(n=r&&(r.getDimensionsInfo?r.getDimensionsInfo():r.dimensions.slice())||["x","y"]),n}(e,a),l=n.useEncodeDefaulter,u=J(l)?l:l?K(wg,s,e):null,c=nw(i,{coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o}),h=function(t,e,n){var i,r;return n&&H(t,function(t,o){var a=t.coordDim,s=n.categoryAxisMap.get(a);s&&(null==i&&(i=o),t.ordinalMeta=s.getOrdinalMeta(),e&&(t.createInvertedIndices=!0)),null!=t.otherDims.itemName&&(r=!0)}),r||null==i||(t[i].otherDims.itemName=0),i}(c.dimensions,n.createInvertedIndices,a),p=o?null:r.getSharedDataStore(c),d=sw(e,{schema:c,store:p}),f=new ew(c,e);f.setCalculationInfo(d);var g=null!=h&&function(t){if(t.sourceFormat===cg){var e=function(t){var e=0;for(;e<t.length&&null==t[e];)e++;return t[e]}(t.data||[]);return!$(Sa(e))}}(i)?function(t,e,n,i){return i===h?n:this.defaultDimValueGetter(t,e,n,i)}:null;return f.hasItemOption=!1,f.initData(o?i:p,null,g),f}function hw(t){return"interval"===t.type||"log"===t.type}function pw(t,e,n,i,r){var o={},a=o.interval=Qo(e/n,!0);null!=i&&a<i&&(a=o.interval=i),null!=r&&a>r&&(a=o.interval=r);var s=o.intervalPrecision=fw(a);return function(t,e){!isFinite(t[0])&&(t[0]=e[0]),!isFinite(t[1])&&(t[1]=e[1]),gw(t,0,e),gw(t,1,e),t[0]>t[1]&&(t[0]=t[1])}(o.niceTickExtent=[Bo(Math.ceil(t[0]/a)*a,s),Bo(Math.floor(t[1]/a)*a,s)],t),o}function dw(t){var e=Math.pow(10,Jo(t)),n=t/e;return n?2===n?n=3:3===n?n=5:n*=2:n=1,Bo(n*e)}function fw(t){return Fo(t)+2}function gw(t,e,n){t[e]=Math.max(Math.min(t[e],n[1]),n[0])}function vw(t,e){return t>=e[0]&&t<=e[1]}var yw=function(){function t(){this.normalize=mw,this.scale=xw}return t.prototype.updateMethods=function(t){t.hasBreaks()?(this.normalize=q(t.normalize,t),this.scale=q(t.scale,t)):(this.normalize=mw,this.scale=xw)},t}();function mw(t,e){return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])}function xw(t,e){return t*(e[1]-e[0])+e[0]}function _w(t,e,n){var i=Math.log(t);return[Math.log(n?e[0]:Math.max(0,e[0]))/i,Math.log(n?e[1]:Math.max(0,e[1]))/i]}var bw=function(){function t(t){this._calculator=new yw,this._setting=t||{},this._extent=[1/0,-1/0];var e=Ld();e&&(this._brkCtx=e.createScaleBreakContext(),this._brkCtx.update(this._extent))}return t.prototype.getSetting=function(t){return this._setting[t]},t.prototype._innerUnionExtent=function(t){var e=this._extent;this._innerSetExtent(t[0]<e[0]?t[0]:e[0],t[1]>e[1]?t[1]:e[1])},t.prototype.unionExtentFromData=function(t,e){this._innerUnionExtent(t.getApproximateExtent(e))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.setExtent=function(t,e){this._innerSetExtent(t,e)},t.prototype._innerSetExtent=function(t,e){var n=this._extent;isNaN(t)||(n[0]=t),isNaN(e)||(n[1]=e),this._brkCtx&&this._brkCtx.update(n)},t.prototype.setBreaksFromOption=function(t){var e=Ld();e&&this._innerSetBreak(e.parseAxisBreakOption(t,q(this.parse,this)))},t.prototype._innerSetBreak=function(t){this._brkCtx&&(this._brkCtx.setBreaks(t),this._calculator.updateMethods(this._brkCtx),this._brkCtx.update(this._extent))},t.prototype._innerGetBreaks=function(){return this._brkCtx?this._brkCtx.breaks:[]},t.prototype.hasBreaks=function(){return!!this._brkCtx&&this._brkCtx.hasBreaks()},t.prototype._getExtentSpanWithBreaks=function(){return this._brkCtx&&this._brkCtx.hasBreaks()?this._brkCtx.getExtentSpan():this._extent[1]-this._extent[0]},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}();ts(bw);var ww=bw,Sw=0,Mw=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++Sw,this._onCollect=t.onCollect}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&U(i,Iw);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(!Q(t)&&!n)return t;if(n&&!this._deduplication)return e=this.categories.length,this.categories[e]=t,this._onCollect&&this._onCollect(t,e),e;var i=this._getOrCreateMap();return null==(e=i.get(t))&&(n?(e=this.categories.length,this.categories[e]=t,i.set(t,e),this._onCollect&&this._onCollect(t,e)):e=NaN),e},t.prototype._getOrCreateMap=function(){return this._map||(this._map=St(this.categories))},t}();function Iw(t){return nt(t)&&null!=t.value?t.value:t+""}var Tw=Mw,Cw=function(t){function e(e){var n=t.call(this,e)||this;n.type="ordinal";var i=n.getSetting("ordinalMeta");return i||(i=new Tw({})),$(i)&&(i=new Tw({categories:U(i,function(t){return nt(t)?t.value:t})})),n._ordinalMeta=i,n._extent=n.getSetting("extent")||[0,i.categories.length-1],n}return n(e,t),e.prototype.parse=function(t){return null==t?NaN:Q(t)?this._ordinalMeta.getOrdinal(t):Math.round(t)},e.prototype.contain=function(t){return vw(t,this._extent)&&t>=0&&t<this._ordinalMeta.categories.length},e.prototype.normalize=function(t){return t=this._getTickNumber(t),this._calculator.normalize(t,this._extent)},e.prototype.scale=function(t){return t=Math.round(this._calculator.scale(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){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}}else this._ordinalNumbersByTick=this._ticksByOrdinalNumber=null},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.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}(ww);ww.registerClass(Cw);var Dw=Cw,Aw=Bo,kw=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 n(e,t),e.prototype.parse=function(t){return null==t||""===t?NaN:Number(t)},e.prototype.contain=function(t){return vw(t,this._extent)},e.prototype.normalize=function(t){return this._calculator.normalize(t,this._extent)},e.prototype.scale=function(t){return this._calculator.scale(t,this._extent)},e.prototype.getInterval=function(){return this._interval},e.prototype.setInterval=function(t){this._interval=t,this._niceExtent=this._extent.slice(),this._intervalPrecision=fw(t)},e.prototype.getTicks=function(t){t=t||{};var e=this._interval,n=this._extent,i=this._niceExtent,r=this._intervalPrecision,o=Ld(),a=[];if(!e)return a;if("only_break"===t.breakTicks&&o)return o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a;n[0]<i[0]&&(t.expandToNicedExtent?a.push({value:Aw(i[0]-e,r)}):a.push({value:n[0]}));for(var s=function(t,n){return Math.round((n-t)/e)},l=i[0];l<=i[1];){if(a.push({value:l}),l=Aw(l+e,r),this._brkCtx){var u=this._brkCtx.calcNiceTickMultiple(l,s);u>=0&&(l=Aw(l+u*e,r))}if(a.length>0&&l===a[a.length-1].value)break;if(a.length>1e4)return[]}var c=a.length?a[a.length-1].value:i[1];return n[1]>c&&(t.expandToNicedExtent?a.push({value:Aw(c+e,r)}):a.push({value:n[1]})),o&&o.pruneTicksByBreak(t.pruneByBreak,a,this._brkCtx.breaks,function(t){return t.value},this._interval,this._extent),"none"!==t.breakTicks&&o&&o.addBreaksToTicks(a,this._brkCtx.breaks,this._extent),a},e.prototype.getMinorTicks=function(t){for(var e=this.getTicks({expandToNicedExtent:!0}),n=[],i=this.getExtent(),r=1;r<e.length;r++){var o=e[r],a=e[r-1];if(!a.break&&!o.break){for(var s=0,l=[],u=(o.value-a.value)/t,c=fw(u);s<t-1;){var h=Aw(a.value+(s+1)*u,c);h>i[0]&&h<i[1]&&l.push(h),s++}var p=Ld();p&&p.pruneTicksByBreak("auto",l,this._getNonTransBreaks(),function(t){return t},this._interval,i),n.push(l)}}return n},e.prototype._getNonTransBreaks=function(){return this._brkCtx?this._brkCtx.breaks:[]},e.prototype.getLabel=function(t,e){if(null==t)return"";var n=e&&e.precision;return null==n?n=Fo(t.value)||0:"auto"===n&&(n=this._intervalPrecision),hf(Aw(t.value,n,!0))},e.prototype.calcNiceTicks=function(t,e,n){t=t||5;var i=this._extent.slice(),r=this._getExtentSpanWithBreaks();if(isFinite(r)){r<0&&(r=-r,i.reverse(),this._innerSetExtent(i[0],i[1]),i=this._extent.slice());var o=pw(i,r,t,e,n);this._intervalPrecision=o.intervalPrecision,this._interval=o.interval,this._niceExtent=o.niceTickExtent}},e.prototype.calcNiceExtent=function(t){var e=this._extent.slice();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;var i=e[1]-e[0];isFinite(i)||(e[0]=0,e[1]=1),this._innerSetExtent(e[0],e[1]),e=this._extent.slice(),this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval);var r=this._interval,o=this._intervalPrecision;t.fixMin||(e[0]=Aw(Math.floor(e[0]/r)*r,o)),t.fixMax||(e[1]=Aw(Math.ceil(e[1]/r)*r,o)),this._innerSetExtent(e[0],e[1])},e.prototype.setNiceExtent=function(t,e){this._niceExtent=[t,e]},e.type="interval",e}(ww);ww.registerClass(kw);var Lw=kw,Nw="undefined"!=typeof Float32Array,Ew=Nw?Float32Array:Array;function Ow(t){return $(t)?Nw?new Float32Array(t):t:new Ew(t)}var Pw="__ec_stack_";function Rw(t){return t.get("stack")||Pw+t.seriesIndex}function Vw(t){return t.dim+t.index}function zw(t,e){var n=[];return e.eachSeriesByType(t,function(t){Hw(t)&&n.push(t)}),n}function Bw(t){var e=function(t){var e={};H(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 H(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=r.dim+"_"+r.index,s=e[a],l=Math.abs(o[1]-o[0]),u=r.scale.getExtent(),c=Math.abs(u[1]-u[0]);i=s?l/c*s:l}else{var h=t.getData();i=Math.abs(o[1]-o[0])/h.count()}var p=Vo(t.get("barWidth"),i),d=Vo(t.get("barMaxWidth"),i),f=Vo(t.get("barMinWidth")||(Uw(t)?.5:1),i),g=t.get("barGap"),v=t.get("barCategoryGap"),y=t.get("defaultBarGap");n.push({bandWidth:i,barWidth:p,barMaxWidth:d,barMinWidth:f,barGap:g,barCategoryGap:v,defaultBarGap:y,axisKey:Vw(r),stackId:Rw(t)})}),Gw(n)}function Gw(t){var e={};H(t,function(t,n){var i=t.axisKey,r=t.bandWidth,o=e[i]||{bandWidth:r,remainedWidth:r,autoWidthCount:0,categoryGap:null,gap:t.defaultBarGap||0,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 p=t.barCategoryGap;null!=p&&(o.categoryGap=p)});var n={};return H(e,function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=t.categoryGap;if(null==o){var a=j(i).length;o=Math.max(35-4*a,15)+"%"}var s=Vo(o,r),l=Vo(t.gap,1),u=t.remainedWidth,c=t.autoWidthCount,h=(u-s)/(c+(c-1)*l);h=Math.max(h,0),H(i,function(t){var e=t.maxWidth,n=t.minWidth;if(t.width){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=(u-s)/(c+(c-1)*l),h=Math.max(h,0);var p,d=0;H(i,function(t,e){t.width||(t.width=h),p=t,d+=t.width*(1+l)}),p&&(d-=p.width*l);var f=-d/2;H(i,function(t,i){n[e][i]=n[e][i]||{bandWidth:r,offset:f,width:t.width},f+=t.width*(1+l)})}),n}function Fw(t,e){var n=zw(t,e),i=Bw(n);H(n,function(t){var e=t.getData(),n=t.coordinateSystem.getBaseAxis(),r=Rw(t),o=i[Vw(n)][r],a=o.offset,s=o.width;e.setLayout({bandWidth:o.bandWidth,offset:a,size:s})})}function Ww(t){return{seriesType:t,plan:sm(),reset:function(t){if(Hw(t)){var e=t.getData(),n=t.coordinateSystem,i=n.getBaseAxis(),r=n.getOtherAxis(i),o=e.getDimensionIndex(e.mapDimension(r.dim)),a=e.getDimensionIndex(e.mapDimension(i.dim)),s=t.get("showBackground",!0),l=e.mapDimension(r.dim),u=e.getCalculationInfo("stackResultDimension"),c=lw(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),p=function(t,e){var n=e.model.get("startValue");n||(n=0);return e.toGlobalCoord(e.dataToCoord("log"===e.type?n>0?n:1:n))}(0,r),d=Uw(t),f=t.get("barMinHeight")||0,g=u&&e.getDimensionIndex(u),v=e.getLayout("size"),y=e.getLayout("offset");return{progress:function(t,e){for(var i,r=t.count,l=d&&Ow(3*r),u=d&&s&&Ow(3*r),m=d&&Ow(r),x=n.master.getRect(),_=h?x.width:x.height,b=e.getStore(),w=0;null!=(i=t.next());){var S=b.get(c?g:o,i),M=b.get(a,i),I=p,T=void 0;c&&(T=+S-b.get(o,i));var C=void 0,D=void 0,A=void 0,k=void 0;if(h){var L=n.dataToPoint([S,M]);if(c)I=n.dataToPoint([T,M])[0];C=I,D=L[1]+y,A=L[0]-I,k=v,Math.abs(A)<f&&(A=(A<0?-1:1)*f)}else{L=n.dataToPoint([M,S]);if(c)I=n.dataToPoint([M,T])[1];C=L[0]+y,D=I,A=v,k=L[1]-I,Math.abs(k)<f&&(k=(k<=0?-1:1)*f)}d?(l[w]=C,l[w+1]=D,l[w+2]=h?A:k,u&&(u[w]=h?x.x:C,u[w+1]=h?D:x.y,u[w+2]=_),m[i]=i):e.setItemLayout(i,{x:C,y:D,width:A,height:k}),w+=3}d&&e.setLayout({largePoints:l,largeDataIndices:m,largeBackgroundPoints:u,valueAxisHorizontal:h})}}}}}}function Hw(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}function Uw(t){return t.pipelineContext&&t.pipelineContext.large}var Yw=function(t){function e(e){var n=t.call(this,e)||this;return n.type="time",n}return n(e,t),e.prototype.getLabel=function(t){var e=this.getSetting("useUTC");return Zd(t.value,Gd[function(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}(Yd(this._minLevelUnit))]||Gd.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(Q(n))o=n;else if(J(n)){var a={time:t.time,level:t.time.level},s=Ld();s&&s.makeAxisLabelFormatterParamBreak(a,t.break),o=n(t.value,e,a)}else{var l=t.time;if(l){var u=n[l.lowerTimeUnit][l.upperTimeUnit];o=u[Math.min(l.level,u.length-1)]||""}else{var c=jd(t.value,r);o=n[c][c][0]}}return Zd(new Date(t.value),o,r,i)}(t,e,n,this.getSetting("locale"),i)},e.prototype.getTicks=function(t){t=t||{};var e=this._interval,n=this._extent,i=Ld(),r=[];if(!e)return r;var o=this.getSetting("useUTC");if(i&&"only_break"===t.breakTicks)return Ld().addBreaksToTicks(r,this._brkCtx.breaks,this._extent),r;var a=jd(n[1],o);r.push({value:n[0],time:{level:0,upperTimeUnit:a,lowerTimeUnit:a}});var s=function(t,e,n,i,r,o){var a=1e4,s=Wd,l=0;function u(t,e,n,r,s,u,c){for(var h=function(t,e){var n=new Date(0);n[t](1);var i=n.getTime();n[t](1+e);var r=n.getTime()-i;return function(t,e){return Math.max(0,Math.round((e-t)/r))}}(s,t),p=e,d=new Date(p);p<n&&p<=i[1];){if(c.push({value:p}),l++>a){"production"!==process.env.NODE_ENV&&ha("Exceed safe limit in time scale.");break}if(d[s](d[r]()+t),p=d.getTime(),o){var f=o.calcNiceTickMultiple(p,h);f>0&&(d[s](d[r]()+f*t),p=d.getTime())}}c.push({value:p,notAdd:!0})}function c(t,r,o){var a=[],s=!r.length;if(!Zw(Yd(t),i[0],i[1],n)){s&&(r=[{value:Qw(i[0],t,n)},{value:i[1]}]);for(var l=0;l<r.length-1;l++){var c=r[l].value,h=r[l+1].value;if(c!==h){var p=void 0,d=void 0,f=void 0,g=!1;switch(t){case"year":p=Math.max(1,Math.round(e/Pd/365)),d=Kd(n),f=rf(n);break;case"half-year":case"quarter":case"month":p=qw(e),d=$d(n),f=of(n);break;case"week":case"half-week":case"day":p=jw(e),d=Jd(n),f=af(n),g=!0;break;case"half-day":case"quarter-day":case"hour":p=Kw(e),d=Qd(n),f=sf(n);break;case"minute":p=$w(e,!0),d=tf(n),f=lf(n);break;case"second":p=$w(e,!1),d=ef(n),f=uf(n);break;case"millisecond":p=Jw(e),d=nf(n),f=cf(n)}h>=i[0]&&c<=i[1]&&u(p,c,h,d,f,g,a),"year"===t&&o.length>1&&0===l&&o.unshift({value:o[0].value-p})}}for(l=0;l<a.length;l++)o.push(a[l])}}for(var h=[],p=[],d=0,f=0,g=0;g<s.length;++g){var v=Yd(s[g]);if(Xd(s[g]))if(c(s[g],h[h.length-1]||[],p),v!==(s[g+1]?Yd(s[g+1]):null)){if(p.length){f=d,p.sort(function(t,e){return t.value-e.value});for(var y=[],m=0;m<p.length;++m){var x=p[m].value;0!==m&&p[m-1].value===x||(y.push(p[m]),x>=i[0]&&x<=i[1]&&d++)}var _=r/e;if(d>1.5*_&&f>_/1.5)break;if(h.push(y),d>_||t===s[g])break}p=[]}}var b=X(U(h,function(t){return X(t,function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd})}),function(t){return t.length>0}),w=[],S=b.length-1;for(g=0;g<b.length;++g)for(var M=b[g],I=0;I<M.length;++I){var T=jd(M[I].value,n);w.push({value:M[I].value,time:{level:S-g,upperTimeUnit:T,lowerTimeUnit:T}})}w.sort(function(t,e){return t.value-e.value});var C=[];for(g=0;g<w.length;++g)0!==g&&w[g].value===w[g-1].value||C.push(w[g]);return C}(this._minLevelUnit,this._approxInterval,o,n,this._getExtentSpanWithBreaks(),this._brkCtx);r=r.concat(s);var l=jd(n[1],o);r.push({value:n[1],time:{level:0,upperTimeUnit:l,lowerTimeUnit:l}});var u=this.getSetting("useUTC"),c=Fd.length-1,h=0;return H(r,function(t){c=Math.min(c,B(Fd,t.time.upperTimeUnit)),h=Math.max(h,t.time.level)}),i&&Ld().pruneTicksByBreak(t.pruneByBreak,r,this._brkCtx.breaks,function(t){return t.value},this._approxInterval,this._extent),i&&"none"!==t.breakTicks&&Ld().addBreaksToTicks(r,this._brkCtx.breaks,this._extent,function(t){for(var e=Math.max(B(Fd,jd(t.vmin,u)),B(Fd,jd(t.vmax,u))),n=0,i=0;i<Fd.length;i++)if(!Zw(Fd[i],t.vmin,t.vmax,u)){n=i;break}var r=Math.min(n,c),o=Math.max(r,e);return{level:h,lowerTimeUnit:Fd[o],upperTimeUnit:Fd[r]}}),r},e.prototype.calcNiceExtent=function(t){var e=this.getExtent();if(e[0]===e[1]&&(e[0]-=Pd,e[1]+=Pd),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]-Pd}this._innerSetExtent(e[0],e[1]),this.calcNiceTicks(t.splitNumber,t.minInterval,t.maxInterval)},e.prototype.calcNiceTicks=function(t,e,n){t=t||10;var i=this._getExtentSpanWithBreaks();this._approxInterval=i/t,null!=e&&this._approxInterval<e&&(this._approxInterval=e),null!=n&&this._approxInterval>n&&(this._approxInterval=n);var r=Xw.length,o=Math.min(function(t,e,n,i){for(;n<i;){var r=n+i>>>1;t[r][1]<e?n=r+1:i=r}return n}(Xw,this._approxInterval,0,r),r-1);this._interval=Xw[o][1],this._intervalPrecision=fw(this._interval),this._minLevelUnit=Xw[Math.max(o-1,0)][0]},e.prototype.parse=function(t){return et(t)?t:+Ko(t)},e.prototype.contain=function(t){return vw(t,this._extent)},e.prototype.normalize=function(t){return this._calculator.normalize(t,this._extent)},e.prototype.scale=function(t){return this._calculator.scale(t,this._extent)},e.type="time",e}(Lw),Xw=[["second",Nd],["minute",Ed],["hour",Od],["quarter-day",216e5],["half-day",432e5],["day",10368e4],["half-week",3024e5],["week",6048e5],["month",26784e5],["quarter",8208e6],["half-year",Rd/2],["year",Rd]];function Zw(t,e,n,i){return qd(new Date(e),t,i).getTime()===qd(new Date(n),t,i).getTime()}function jw(t,e){return(t/=Pd)>16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function qw(t){return(t/=2592e6)>6?6:t>3?3:t>2?2:1}function Kw(t){return(t/=Od)>12?12:t>6?6:t>3.5?4:t>2?2:1}function $w(t,e){return(t/=e?Ed:Nd)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Jw(t){return Qo(t,!0)}function Qw(t,e,n){var i=Math.max(0,B(Fd,e)-1);return qd(new Date(t),Fd[i],n).getTime()}ww.registerClass(Yw);var tS=Yw,eS=Bo,nS=Math.floor,iS=Math.ceil,rS=Math.pow,oS=Math.log,aS=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="log",e.base=10,e._originalScale=new Lw,e}return n(e,t),e.prototype.getTicks=function(e){e=e||{};var n=this._extent.slice(),i=this._originalScale.getExtent(),r=t.prototype.getTicks.call(this,e),o=this.base,a=this._originalScale._innerGetBreaks(),s=Ld();return U(r,function(t){var e,r=t.value,l=null,u=rS(o,r);if(r===n[0]&&this._fixMin?l=i[0]:r===n[1]&&this._fixMax&&(l=i[1]),s){var c=s.getTicksLogTransformBreak(t,o,a,sS);e=c.vBreak,null==l&&(l=c.brkRoundingCriterion)}return null!=l&&(u=sS(u,l)),{value:u,break:e}},this)},e.prototype._getNonTransBreaks=function(){return this._originalScale._innerGetBreaks()},e.prototype.setExtent=function(e,n){this._originalScale.setExtent(e,n);var i=_w(this.base,[e,n]);t.prototype.setExtent.call(this,i[0],i[1])},e.prototype.getExtent=function(){var e=this.base,n=t.prototype.getExtent.call(this);n[0]=rS(e,n[0]),n[1]=rS(e,n[1]);var i=this._originalScale.getExtent();return this._fixMin&&(n[0]=sS(n[0],i[0])),this._fixMax&&(n[1]=sS(n[1],i[1])),n},e.prototype.unionExtentFromData=function(t,e){this._originalScale.unionExtentFromData(t,e);var n=_w(this.base,t.getApproximateExtent(e),!0);this._innerUnionExtent(n)},e.prototype.calcNiceTicks=function(t){t=t||10;var e=this._extent.slice(),n=this._getExtentSpanWithBreaks();if(isFinite(n)&&!(n<=0)){var i=$o(n);for(t/n*i<=.5&&(i*=10);!isNaN(i)&&Math.abs(i)<1&&Math.abs(i)>0;)i*=10;var r=[eS(iS(e[0]/i)*i),eS(nS(e[1]/i)*i)];this._interval=i,this._intervalPrecision=fw(i),this._niceExtent=r}},e.prototype.calcNiceExtent=function(e){t.prototype.calcNiceExtent.call(this,e),this._fixMin=e.fixMin,this._fixMax=e.fixMax},e.prototype.contain=function(e){return e=oS(e)/oS(this.base),t.prototype.contain.call(this,e)},e.prototype.normalize=function(e){return e=oS(e)/oS(this.base),t.prototype.normalize.call(this,e)},e.prototype.scale=function(e){return e=t.prototype.scale.call(this,e),rS(this.base,e)},e.prototype.setBreaksFromOption=function(t){var e=Ld();if(e){var n=e.logarithmicParseBreaksFromOption(t,this.base,q(this.parse,this)),i=n.parsedOriginal,r=n.parsedLogged;this._originalScale._innerSetBreak(i),this._innerSetBreak(r)}},e.type="log",e}(Lw);function sS(t,e){return eS(t,Fo(e))}ww.registerClass(aS);var lS=aS,uS=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;J(o)?this._modelMinNum=dS(t,o({min:n[0],max:n[1]})):"dataMin"!==o&&(this._modelMinNum=dS(t,o));var a=this._modelMaxRaw=e.get("max",!0);if(J(a)?this._modelMaxNum=dS(t,a({min:n[0],max:n[1]})):"dataMax"!==a&&(this._modelMaxNum=dS(t,a)),i)this._axisDataLen=e.getCategories().length;else{var s=e.get("boundaryGap"),l=$(s)?s:[s||0,s||0];"boolean"==typeof l[0]||"boolean"==typeof l[1]?("production"!==process.env.NODE_ENV&&console.warn('Boolean type for boundaryGap is only allowed for ordinal axis. Please use string in percentage instead, e.g., "20%". Currently, boundaryGap is set to be 0.'),this._boundaryGapInner=[0,0]):this._boundaryGapInner=[ao(l[0],1),ao(l[1],1)]}},t.prototype.calculate=function(){var t=this._isOrdinal,e=this._dataMin,n=this._dataMax,i=this._axisDataLen,r=this._boundaryGapInner,o=t?null:n-e||Math.abs(e),a="dataMin"===this._modelMinRaw?e:this._modelMinNum,s="dataMax"===this._modelMaxRaw?n:this._modelMaxNum,l=null!=a,u=null!=s;null==a&&(a=t?i?0:NaN:e-r[0]*o),null==s&&(s=t?i?i-1:NaN:n+r[1]*o),(null==a||!isFinite(a))&&(a=NaN),(null==s||!isFinite(s))&&(s=NaN);var c=ut(a)||ut(s)||t&&!i;this._needCrossZero&&(a>0&&s>0&&!l&&(a=0),a<0&&s<0&&!u&&(s=0));var h=this._determinedMin,p=this._determinedMax;return null!=h&&(a=h,l=!0),null!=p&&(s=p,u=!0),{min:a,max:s,minFixed:l,maxFixed:u,isBlank:c}},t.prototype.modifyDataMinMax=function(t,e){"production"!==process.env.NODE_ENV&&gt(!this.frozen),this[hS[t]]=e},t.prototype.setDeterminedMinMax=function(t,e){var n=cS[t];"production"!==process.env.NODE_ENV&&gt(!this.frozen&&null==this[n]),this[n]=e},t.prototype.freeze=function(){this.frozen=!0},t}(),cS={min:"_determinedMin",max:"_determinedMax"},hS={min:"_dataMin",max:"_dataMax"};function pS(t,e,n){var i=t.rawExtentInfo;return i||(i=new uS(t,e,n),t.rawExtentInfo=i,i)}function dS(t,e){return null==e?null:ut(e)?NaN:t.parse(e)}function fS(t,e){var n=t.type,i=pS(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=zw("bar",a),l=!1;if(H(s,function(t){l=l||t.getBaseAxis()===e.axis}),l){var u=Bw(s),c=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){var i=t[Vw(e)];return null!=i&&null!=n?i[Rw(n)]:i}}(i,n.axis);if(void 0===a)return{min:t,max:e};var s=1/0;H(a,function(t){s=Math.min(t.offset,s)});var l=-1/0;H(a,function(t){l=Math.max(t.offset+t.width,l)}),s=Math.abs(s),l=Math.abs(l);var u=s+l,c=e-t,h=c/(1-(s+l)/o)-c;return e+=h*(l/u),t-=h*(s/u),{min:t,max:e}}(r,o,e,u);r=c.min,o=c.max}}return{extent:[r,o],fixMin:i.minFixed,fixMax:i.maxFixed}}function gS(t,e){var n=e,i=fS(t,n),r=i.extent,o=n.get("splitNumber");t instanceof lS&&(t.base=n.get("logBase"));var a=t.type,s=n.get("interval"),l="interval"===a||"time"===a;t.setBreaksFromOption(MS(n)),t.setExtent(r[0],r[1]),t.calcNiceExtent({splitNumber:o,fixMin:i.fixMin,fixMax:i.fixMax,minInterval:l?n.get("minInterval"):null,maxInterval:l?n.get("maxInterval"):null}),null!=s&&t.setInterval&&t.setInterval(s)}function vS(t,e){if(e=e||t.get("type"))switch(e){case"category":return new Dw({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new tS({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new(ww.getClass(e)||Lw)}}function yS(t){var e=t.getLabelModel().get("formatter");if("time"===t.type){var n=Hd(e);return function(e,i){return t.scale.getFormattedLabel(e,i,n)}}if(Q(e))return function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")};if(J(e)){if("category"===t.type)return function(n,i){return e(mS(t,n),n.value-t.scale.getExtent()[0],null)};var i=Ld();return function(n,r){var o=null;return i&&(o=i.makeAxisLabelFormatterParamBreak(o,n.break)),e(mS(t,n),r,o)}}return function(e){return t.scale.getLabel(e)}}function mS(t,e){return"category"===t.type?t.scale.getLabel(e):e.value}function xS(t){var e=t.get("interval");return null==e?"auto":e}function _S(t){return"category"===t.type&&0===xS(t.getLabelModel())}function bS(t,e){var n={};return H(t.mapDimensionsAll(e),function(e){n[uw(t,e)]=!0}),j(n)}function wS(t){return"middle"===t||"center"===t}function SS(t){return t.getShallow("show")}function MS(t){var e,n=t.get("breaks",!0);if(null!=n)return Ld()?"x"!==(e=t.axis).dim&&"y"!==e.dim&&"z"!==e.dim&&"single"!==e.dim||"category"===e.type?void("production"!==process.env.NODE_ENV&&pa("Axis '"+t.axis.dim+"'-'"+t.axis.type+"' does not support break.")):n:void("production"!==process.env.NODE_ENV&&pa('Must `import {AxisBreak} from "echarts/features.js"; use(AxisBreak);` first if using breaks option.'))}var IS=function(){function t(){}return t.prototype.getNeedCrossZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}();var TS={isDimensionStacked:lw,enableDataStack:sw,getStackedDimension:uw};var CS=Object.freeze({__proto__:null,createDimensions:function(t,e){return nw(t,e).dimensions},createList:function(t){return cw(null,t)},createScale:function(t,e){var n=e;e instanceof md||(n=new md(e));var i=vS(n);return i.setExtent(t[0],t[1]),gS(i,n),i},createSymbol:Tx,createTextStyle:function(t,e){return Zp(t,null,null,"normal"!==(e=e||{}).state)},dataStack:TS,enableHoverEmphasis:ac,getECData:yu,getLayoutRect:Ff,mixinAxisModelCommonMethods:function(t){F(t,IS)}});function DS(t,e){return Math.abs(t-e)<1e-8}function AS(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+=Ml(r[0],r[1],a[0],a[1],e,n),r=a}var s=t[0];return DS(r[0],s[0])&&DS(r[1],s[1])||(i+=Ml(r[0],r[1],s[0],s[1],e,n)),0!==i}var kS=[];function LS(t,e){for(var n=0;n<t.length;n++)Kt(t[n],t[n],e)}function NS(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])&&($t(e,e,o),Jt(n,n,o))}}var ES=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}(),OS=function(t,e){this.type="polygon",this.exterior=t,this.interiors=e},PS=function(t){this.type="linestring",this.points=t},RS=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 n(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 H(this.geometries,function(e){"polygon"===e.type?NS(e.exterior,n,i,t):H(e.points,function(e){NS(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 an(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;t: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(AS(a,t[0],t[1])){for(var l=0;l<(s?s.length:0);l++)if(AS(s[l],t[0],t[1]))continue t;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 an(t,e,n,i),s=r.calculateTransform(a),l=this.geometries,u=0;u<l.length;u++){var c=l[u];"polygon"===c.type?(LS(c.exterior,s),H(c.interiors,function(t){LS(t,s)})):H(c.points,function(t){LS(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}(ES),VS=function(t){function e(e,n){var i=t.call(this,e)||this;return i.type="geoSVG",i._elOnlyForCalculate=n,i}return n(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=ke(kS),r=t;r&&!r.isGeoSVGGraphicRoot;)Ne(i,r.getLocalTransform(),i),r=r.parent;return Re(i,i),Kt(n,n,i),n},e}(ES);function zS(t,e,n){for(var i=0;i<t.length;i++)t[i]=BS(t[i],e[i],n)}function BS(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;s=s>>1^-(1&s),l=l>>1^-(1&l),r=s+=r,o=l+=o,i.push([s/n,l/n])}return i}function GS(t,e){return U(X((t=function(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;return null==n&&(n=1024),H(e.features,function(t){var e=t.geometry,i=e.encodeOffsets,r=e.coordinates;if(i)switch(e.type){case"LineString":e.coordinates=BS(r,i,n);break;case"Polygon":case"MultiLineString":zS(r,i,n);break;case"MultiPolygon":H(r,function(t,e){return zS(t,i[e],n)})}}),e.UTF8Encoding=!1,e}(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 OS(o[0],o.slice(1)));break;case"MultiPolygon":H(i.coordinates,function(t){t[0]&&r.push(new OS(t[0],t.slice(1)))});break;case"LineString":r.push(new PS([i.coordinates]));break;case"MultiLineString":r.push(new PS(i.coordinates))}var a=new RS(n[e||"name"],r,n.cp);return a.properties=n,a})}var FS=Object.freeze({__proto__:null,MAX_SAFE_INTEGER:Xo,asc:Go,getPercentWithPrecision:function(t,e,n){return t[e]&&Uo(t,n)[e]||0},getPixelPrecision:Ho,getPrecision:Fo,getPrecisionSafe:Wo,isNumeric:ia,isRadianAroundZero:jo,linearMap:Ro,nice:Qo,numericToNumber:na,parseDate:Ko,parsePercent:Vo,quantile:ta,quantity:$o,quantityExponent:Jo,reformIntervals:ea,remRadian:Zo,round:Bo}),WS=Object.freeze({__proto__:null,format:Zd,parse:Ko,roundTime:qd}),HS=Object.freeze({__proto__:null,Arc:Ih,BezierCurve:wh,BoundingRect:an,Circle:zc,CompoundPath:Ch,Ellipse:Fc,Group:wo,Image:Yl,IncrementalDisplayable:Uh,Line:yh,LinearGradient:kh,Polygon:ch,Polyline:dh,RadialGradient:Lh,Rect:Ql,Ring:ah,Sector:ih,Text:vu,clipPointsByRect:bp,clipRectByRect:wp,createIcon:Sp,extendPath:ap,extendShape:rp,getShapeClass:lp,getTransform:vp,initProps:qh,makeImage:cp,makePath:up,mergePath:pp,registerShape:sp,resizePath:dp,updateProps:jh}),US=Object.freeze({__proto__:null,addCommas:hf,capitalFirst:function(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t},encodeHTML:fe,formatTime:function(t,e,n){"production"!==process.env.NODE_ENV&&fa("echarts.format.formatTime","echarts.time.format"),"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=Ko(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",Ud(a,2)).replace("M",a).replace("yyyy",o).replace("yy",Ud(o%100+"",2)).replace("dd",Ud(s,2)).replace("d",s).replace("hh",Ud(l,2)).replace("h",l).replace("mm",Ud(u,2)).replace("m",u).replace("ss",Ud(c,2)).replace("s",c).replace("SSS",Ud(h,3))},formatTpl:yf,getTextRect:function(t,e,n,i,r,o,a,s){return new vu({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()},getTooltipMarker:mf,normalizeCssArray:df,toCamelCase:pf,truncateText:function(t,e,n,i,r){var o={};return cs(o,t,e,n,i,r),o.text}}),YS=Object.freeze({__proto__:null,bind:q,clone:E,curry:K,defaults:V,each:H,extend:R,filter:X,indexOf:B,inherits:G,isArray:$,isFunction:J,isObject:nt,isString:Q,map:U,merge:O,reduce:Y}),XS=Oa(),ZS=Oa(),jS=1,qS=2;function KS(t){return{out:{noPxChangeTryDetermine:[]},kind:t}}function $S(t,e){var n=U(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 JS(t,e){var n=t.getLabelModel().get("customValues");if(n){var i=yS(t),r=t.scale.getExtent();return{labels:U(X($S(t,n),function(t){return t>=r[0]&&t<=r[1]}),function(e){var n={value:e};return{formattedLabel:i(n),rawLabel:t.scale.getLabel(n),tickValue:e,time:void 0,break:void 0}})}}return"category"===t.type?function(t,e){var n=t.getLabelModel(),i=tM(t,n,e);return!n.get("show")||t.scale.isBlank()?{labels:[]}:i}(t,e):function(t){var e=t.scale.getTicks(),n=yS(t);return{labels:U(e,function(e,i){return{formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tickValue:e.value,time:e.time,break:e.break}})}}(t)}function QS(t,e,n){var i=t.getTickModel().get("customValues");if(i){var r=t.scale.getExtent();return{ticks:X($S(t,i),function(t){return t>=r[0]&&t<=r[1]})}}return"category"===t.type?function(t,e){var n,i,r=eM(t),o=xS(e),a=rM(r,o);if(a)return a;e.get("show")&&!t.scale.isBlank()||(n=[]);if(J(o))n=uM(t,o,!0);else if("auto"===o){var s=tM(t,t.getLabelModel(),KS(qS));i=s.labelCategoryInterval,n=U(s.labels,function(t){return t.tickValue})}else n=lM(t,i=o,!0);return oM(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:U(t.scale.getTicks(n),function(t){return t.value})}}function tM(t,e,n){var i,r,o=nM(t),a=xS(e),s=n.kind===jS;if(!s){var l=rM(o,a);if(l)return l}J(a)?i=uM(t,a):(r="auto"===a?function(t,e){if(e.kind===jS){var n=t.calculateCategoryInterval(e);return e.out.noPxChangeTryDetermine.push(function(){return ZS(t).autoInterval=n,!0}),n}var i=ZS(t).autoInterval;return null!=i?i:ZS(t).autoInterval=t.calculateCategoryInterval(e)}(t,n):a,i=lM(t,r));var u={labels:i,labelCategoryInterval:r};return s?n.out.noPxChangeTryDetermine.push(function(){return oM(o,a,u),!0}):oM(o,a,u),u}var eM=iM("axisTick"),nM=iM("axisLabel");function iM(t){return function(e){return ZS(e)[t]||(ZS(e)[t]={list:[]})}}function rM(t,e){for(var n=0;n<t.list.length;n++)if(t.list[n].key===e)return t.list[n].value}function oM(t,e,n){return t.list.push({key:e,value:n}),n}function aM(t,e,n){return null==sM(t,e,n)}function sM(t,e,n){var i=XS(t.model),r=t.getExtent(),o=i.lastAutoInterval,a=i.lastTickCount;if(null!=o&&null!=a&&Math.abs(o-e)<=1&&Math.abs(a-n)<=1&&o>e&&i.axisExtent0===r[0]&&i.axisExtent1===r[1])return o;i.lastTickCount=n,i.lastAutoInterval=e,i.axisExtent0=r[0],i.axisExtent1=r[1]}function lM(t,e,n){var i=yS(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=_S(t),p=a.get("showMinLabel")||h,d=a.get("showMaxLabel")||h;p&&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,time:void 0,break:void 0})}return d&&f-l!==o[1]&&g(o[1]),s}function uM(t,e,n){var i=t.scale,r=yS(t),o=[];return H(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,time:void 0,break:void 0})}),o}var cM=[0,1],hM=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(this.scale.parse(t))},t.prototype.getExtent=function(){return this._extent.slice()},t.prototype.getPixelPrecision=function(t){return Ho(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(i.parse(t)),this.onBand&&"ordinal"===i.type&&pM(n=n.slice(),i.count()),Ro(t,cM,n,e)},t.prototype.coordToData=function(t,e){var n=this._extent,i=this.scale;this.onBand&&"ordinal"===i.type&&pM(n=n.slice(),i.count());var r=Ro(t,n,cM,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=U(QS(this,e,{breakTicks:t.breakTicks,pruneByBreak:t.pruneByBreak}).ticks,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=e.length;if(!t.onBand||n||!r)return;var o,a,s=t.getExtent();if(1===r)e[0].coord=s[0],e[0].onBand=!0,o=e[1]={coord:s[1],tickValue:e[0].tickValue,onBand:!0};else{var l=e[r-1].tickValue-e[0].tickValue,u=(e[r-1].coord-e[0].coord)/l;H(e,function(t){t.coord-=u/2,t.onBand=!0});var c=t.scale.getExtent();a=1+c[1]-e[r-1].tickValue,o={coord:e[r-1].coord+u*a,tickValue:c[1]+1,onBand:!0},e.push(o)}var h=s[0]>s[1];p(e[0].coord,s[0])&&(i?e[0].coord=s[0]:e.shift());i&&p(s[0],e[0].coord)&&e.unshift({coord:s[0],onBand:!0});p(s[1],o.coord)&&(i?o.coord=s[1]:e.pop());i&&p(o.coord,s[1])&&e.push({coord:s[1],onBand:!0});function p(t,e){return t=Bo(t),e=Bo(e),h?t>e:t<e}}(this,n,e.get("alignWithLabel"),t.clamp),n},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),U(this.scale.getMinorTicks(t),function(t){return U(t,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this)},this)},t.prototype.getViewLabels=function(t){return JS(this,t=t||KS(qS)).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?1:0);0===n&&(n=1);var i=Math.abs(t[1]-t[0]);return Math.abs(i)/n},t.prototype.calculateCategoryInterval=function(t){return function(t,e){var n=e.kind,i=function(t){var e=t.getLabelModel();return{axisRotate:t.getRotate?t.getRotate():t.isHorizontal&&!t.isHorizontal()?90:0,labelRotate:e.get("rotate")||0,font:e.getFont()}}(t),r=yS(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),p=Math.abs(h*Math.cos(o)),d=Math.abs(h*Math.sin(o)),f=0,g=0;c<=s[1];c+=u){var v,y,m=no(r({value:c}),i.font,"center","top");v=1.3*m.width,y=1.3*m.height,f=Math.max(f,v,7),g=Math.max(g,y,7)}var x=f/p,_=g/d;isNaN(x)&&(x=1/0),isNaN(_)&&(_=1/0);var b=Math.max(0,Math.floor(Math.min(x,_)));if(n===jS)return e.out.noPxChangeTryDetermine.push(q(aM,null,t,b,l)),b;var w=sM(t,b,l);return null!=w?w:b}(this,t=t||KS(qS))},t}();function pM(t,e){var n=(t[1]-t[0])/e/2;t[0]+=n,t[1]-=n}var dM=hM;var fM=2*Math.PI,gM=vl.CMD,vM=["top","right","bottom","left"];function yM(t,e,n,i,r){var o=n.width,a=n.height;switch(t){case"top":i.set(n.x+o/2,n.y-e),r.set(0,-1);break;case"bottom":i.set(n.x+o/2,n.y+a+e),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)}}function mM(t,e,n,i,r,o,a,s,l){a-=t,s-=e;var u=Math.sqrt(a*a+s*s),c=(a/=u)*n+t,h=(s/=u)*n+e;if(Math.abs(i-r)%fM<1e-4)return l[0]=c,l[1]=h,u-n;if(o){var p=i;i=bl(r),r=bl(p)}else i=bl(i),r=bl(r);i>r&&(r+=fM);var d=Math.atan2(s,a);if(d<0&&(d+=fM),d>=i&&d<=r||d+fM>=i&&d+fM<=r)return l[0]=c,l[1]=h,u-n;var f=n*Math.cos(i)+t,g=n*Math.sin(i)+e,v=n*Math.cos(r)+t,y=n*Math.sin(r)+e,m=(f-a)*(f-a)+(g-s)*(g-s),x=(v-a)*(v-a)+(y-s)*(y-s);return m<x?(l[0]=f,l[1]=g,Math.sqrt(m)):(l[0]=v,l[1]=y,Math.sqrt(x))}function xM(t,e,n,i,r,o,a,s){var l=r-t,u=o-e,c=n-t,h=i-e,p=Math.sqrt(c*c+h*h),d=(l*(c/=p)+u*(h/=p))/p;s&&(d=Math.min(Math.max(d,0),1)),d*=p;var f=a[0]=t+d*c,g=a[1]=e+d*h;return Math.sqrt((f-r)*(f-r)+(g-o)*(g-o))}function _M(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 bM=[];function wM(t,e,n){var i=_M(e.x,e.y,e.width,e.height,t.x,t.y,bM);return n.set(bM[0],bM[1]),i}function SM(t,e,n){for(var i,r,o=0,a=0,s=0,l=0,u=1/0,c=e.data,h=t.x,p=t.y,d=0;d<c.length;){var f=c[d++];1===d&&(s=o=c[d],l=a=c[d+1]);var g=u;switch(f){case gM.M:o=s=c[d++],a=l=c[d++];break;case gM.L:g=xM(o,a,c[d],c[d+1],h,p,bM,!0),o=c[d++],a=c[d++];break;case gM.C:g=jn(o,a,c[d++],c[d++],c[d++],c[d++],c[d],c[d+1],h,p,bM),o=c[d++],a=c[d++];break;case gM.Q:g=ti(o,a,c[d++],c[d++],c[d],c[d+1],h,p,bM),o=c[d++],a=c[d++];break;case gM.A:var v=c[d++],y=c[d++],m=c[d++],x=c[d++],_=c[d++],b=c[d++];d+=1;var w=!!(1-c[d++]);i=Math.cos(_)*m+v,r=Math.sin(_)*x+y,d<=1&&(s=i,l=r),g=mM(v,y,x,_,_+b,w,(h-v)*x/m+v,p,bM),o=Math.cos(_+b)*m+v,a=Math.sin(_+b)*x+y;break;case gM.R:g=_M(s=o=c[d++],l=a=c[d++],c[d++],c[d++],h,p,bM);break;case gM.Z:g=xM(o,a,s,l,h,p,bM,!0),o=s,a=l}g<u&&(u=g,n.set(bM[0],bM[1]))}return u}var MM=new Ge,IM=new Ge,TM=new Ge,CM=new Ge,DM=new Ge;function AM(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||vM,s=i.getBoundingRect().clone();s.applyTransform(i.getComputedTransform());var l=1/0,u=r.anchor,c=t.getComputedTransform(),h=c&&Re([],c),p=e.get("length2")||0;u&&TM.copy(u);for(var d=0;d<a.length;d++){yM(a[d],0,s,MM,CM),Ge.scaleAndAdd(IM,MM,CM,p),IM.transform(h);var f=t.getBoundingRect(),g=u?u.distance(IM):t instanceof zl?SM(IM,t.path,TM):wM(IM,f,TM);g<l&&(l=g,IM.transform(c),TM.transform(c),TM.toArray(o[0]),IM.toArray(o[1]),MM.toArray(o[2]))}NM(o,e.get("minTurnAngle")),n.setShape({points:o})}}}var kM=[],LM=new Ge;function NM(t,e){if(e<=180&&e>0){e=e/180*Math.PI,MM.fromArray(t[0]),IM.fromArray(t[1]),TM.fromArray(t[2]),Ge.sub(CM,MM,IM),Ge.sub(DM,TM,IM);var n=CM.len(),i=DM.len();if(!(n<.001||i<.001)){CM.scale(1/n),DM.scale(1/i);var r=CM.dot(DM);if(Math.cos(e)<r){var o=xM(IM.x,IM.y,TM.x,TM.y,MM.x,MM.y,kM,!1);LM.fromArray(kM),LM.scaleAndAdd(DM,o/Math.tan(Math.PI-e));var a=TM.x!==IM.x?(LM.x-IM.x)/(TM.x-IM.x):(LM.y-IM.y)/(TM.y-IM.y);if(isNaN(a))return;a<0?Ge.copy(LM,IM):a>1&&Ge.copy(LM,TM),LM.toArray(t[1])}}}}function EM(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,MM.fromArray(t[0]),IM.fromArray(t[1]),TM.fromArray(t[2]),Ge.sub(CM,IM,MM),Ge.sub(DM,TM,IM);var i=CM.len(),r=DM.len();if(!(i<.001||r<.001))if(CM.scale(1/i),DM.scale(1/r),CM.dot(e)<Math.cos(n)){var o=xM(IM.x,IM.y,TM.x,TM.y,MM.x,MM.y,kM,!1);LM.fromArray(kM);var a=Math.PI/2,s=a+Math.acos(DM.dot(e))-n;if(s>=a)Ge.copy(LM,TM);else{LM.scaleAndAdd(DM,o/Math.tan(Math.PI/2-s));var l=TM.x!==IM.x?(LM.x-IM.x)/(TM.x-IM.x):(LM.y-IM.y)/(TM.y-IM.y);if(isNaN(l))return;l<0?Ge.copy(LM,IM):l>1&&Ge.copy(LM,TM)}LM.toArray(t[1])}}}function OM(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 PM(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=Xt(i[0],i[1]),o=Xt(i[1],i[2]);if(!r||!o)return t.lineTo(i[1][0],i[1][1]),void t.lineTo(i[2][0],i[2][1]);var a=Math.min(r,o)*n,s=qt([],i[1],i[0],a/r),l=qt([],i[1],i[2],a/o),u=qt([],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 RM(t,e,n){var i=t.getTextGuideLine(),r=t.getTextContent();if(r){for(var o=e.normal,a=o.get("show"),s=r.ignore,l=0;l<Mu.length;l++){var u=Mu[l],c=e[u],h="normal"===u;if(c){var p=c.get("show");if((h?s:ht(r.states[u]&&r.states[u].ignore,s))||!ht(p,a)){var d=h?i:i&&i.states[u];d&&(d.ignore=!0),i&&OM(i,!0,u,c);continue}i||(i=new dh,t.setTextGuideLine(i),h||!s&&a||OM(i,!0,"normal",e.normal),t.stateProxy&&(i.stateProxy=t.stateProxy)),OM(i,!1,u,c)}}if(i){V(i.style,n),i.style.fill=null;var f=o.get("showAbove");(t.textGuideLineConfig=t.textGuideLineConfig||{}).showAbove=f||!1,i.buildPath=PM}}else i&&t.removeTextGuideLine()}function VM(t,e){e=e||"labelLine";for(var n={normal:t.getModel(e)},i=0;i<Su.length;i++){var r=Su[i];n[r]=t.getModel([r,e])}return n}var zM=["label","labelLine","layoutOption","priority","defaultAttr","marginForce","minMarginForce","marginDefault","suggestIgnore"];function BM(t,e,n){n=n||3,e?t.dirty|=n:t.dirty&=~n}function GM(t,e){return e=e||3,null==t.dirty||!!(t.dirty&e)}function FM(t){if(t)return GM(t)&&WM(t,t.label,t),t}function WM(t,e,n){var i=e.getComputedTransform();t.transform=Rp(t.transform,i);var r=t.localRect=Pp(t.localRect,e.getBoundingRect()),o=e.style,a=o.margin,s=n&&n.marginForce,l=n&&n.minMarginForce,u=n&&n.marginDefault,c=o.__marginType;null==c&&u&&(a=u,c=od.textMargin);for(var h=0;h<4;h++)HM[h]=c===od.minMargin&&l&&null!=l[h]?l[h]:s&&null!=s[h]?s[h]:a?a[h]:0;c===od.textMargin&&Cp(r,HM,!1,!1);var p=t.rect=Pp(t.rect,r);return i&&p.applyTransform(i),c===od.minMargin&&Cp(p,HM,!1,!1),t.axisAligned=Ep(i),(t.label=t.label||{}).ignore=e.ignore,BM(t,!1),BM(t,!0,2),t}var HM=[0,0,0,0];function UM(t,e){if(t){t.label.x+=e.x,t.label.y+=e.y,t.label.markRedraw();var n=t.transform;n&&(n[4]+=e.x,n[5]+=e.y);var i=t.rect;i&&(i.x+=e.x,i.y+=e.y);var r=t.obb;r&&r.fromBoundingRect(t.localRect,n)}}function YM(t,e){for(var n=0;n<zM.length;n++){var i=zM[n];null==t[i]&&(t[i]=e[i])}return FM(t)}function XM(t){var e=t.obb;return e&&!GM(t,2)||(t.obb=e=e||new Fh,e.fromBoundingRect(t.localRect,t.transform),BM(t,!1,2)),e}function ZM(t,e,n,i,r){var o=t.length,a=np[e],s=ip[e];if(o<2)return!1;t.sort(function(t,e){return t.rect[a]-e.rect[a]});for(var l,u=0,c=!1,h=0,p=0;p<o;p++){var d=t[p],f=d.rect;(l=f[a]-u)<0&&(f[a]-=l,d.label[a]-=l,c=!0),h+=Math.max(-l,0),u=f[a]+f[s]}h>0&&r&&b(-h/o,0,o);var g,v,y=t[0],m=t[o-1];function x(){g=y.rect[a]-n,v=i-m.rect[a]-m.rect[s]}function _(t,e,n){if(t<0){var i=Math.min(e,-t);if(i>0){b(i*n,0,o);var r=i+t;r<0&&w(-r*n,1)}else w(-t*n,1)}}function b(e,n,i){0!==e&&(c=!0);for(var r=n;r<i;r++){var o=t[r];o.rect[a]+=e,o.label[a]+=e}}function w(e,n){for(var i=[],r=0,l=1;l<o;l++){var u=t[l-1].rect,c=Math.max(t[l].rect[a]-u[a]-u[s],0);i.push(c),r+=c}if(r){var h=Math.min(Math.abs(e)/r,n);if(e>0)for(l=0;l<o-1;l++){b(i[l]*h,0,l+1)}else for(l=o-1;l>0;l--){b(-(i[l-1]*h),l,o)}}}function S(t){var e=t<0?-1:1;t=Math.abs(t);for(var n=Math.ceil(t/(o-1)),i=0;i<o-1;i++)if(e>0?b(n,0,i+1):b(-n,o-i-1,o),(t-=n)<=0)return}return x(),g<0&&w(-g,.8),v<0&&w(v,.8),x(),_(g,v,1),_(v,g,-1),x(),g<0&&S(-g),v<0&&S(v),c}function jM(t){var e=[];function n(t){if(!t.ignore){var e=t.ensureState("emphasis");null==e.ignore&&(e.ignore=!1)}t.ignore=!0}t.sort(function(t,e){return(e.suggestIgnore?1:0)-(t.suggestIgnore?1:0)||e.priority-t.priority});for(var i=0;i<t.length;i++){var r=FM(t[i]);if(!r.label.ignore){for(var o=r.label,a=r.labelLine,s=!1,l=0;l<e.length;l++)if(qM(r,e[l],null,{touchThreshold:.05})){s=!0;break}s?(n(o),a&&n(a)):e.push(r)}}}function qM(t,e,n,i){return!(!t||!e)&&(!(t.label&&t.label.ignore||e.label&&e.label.ignore)&&(!!t.rect.intersect(e.rect,n,i)&&(!(!t.axisAligned||!e.axisAligned)||XM(t).intersect(XM(e),n,i))))}function KM(t){if(t){for(var e=[],n=0;n<t.length;n++)e.push(t[n].slice());return e}}function $M(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:KM(i&&i.shape.points)}}var JM=["align","verticalAlign","width","height","fontSize"],QM=new qr,tI=Oa(),eI=Oa();function nI(t,e,n){for(var i=0;i<n.length;i++){var r=n[i];null!=e[r]&&(t[r]=e[r])}}var iI=["x","y","rotation"],rI=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=i.style,a=i.__hostTarget.textConfig||{},s=i.getComputedTransform(),l=i.getBoundingRect().plain();an.applyTransform(l,l,s),s?QM.setLocalTransform(s):(QM.x=QM.y=QM.rotation=QM.originX=QM.originY=0,QM.scaleX=QM.scaleY=1),QM.rotation=bl(QM.rotation);var u,c=i.__hostTarget;if(c){u=c.getBoundingRect().plain();var h=c.getComputedTransform();an.applyTransform(u,u,h)}var p=u&&c.getTextGuideLine();this._labelList.push({label:i,labelLine:p,seriesModel:n,dataIndex:t,dataType:e,layoutOptionOrCb:r,layoutOption:null,rect:l,hostRect:u,priority:u?u.width*u.height:0,defaultAttr:{ignore:i.ignore,labelGuideIgnore:p&&p.ignore,x:QM.x,y:QM.y,scaleX:QM.scaleX,scaleY:QM.scaleY,rotation:QM.rotation,style:{x:o.x,y:o.y,align:o.align,verticalAlign:o.verticalAlign,width:o.width,height:o.height,fontSize:o.fontSize},cursor:i.cursor,attachedPos:a.position,attachedRot:a.rotation}})},t.prototype.addLabelsOfSeries=function(t){var e=this;this._chartViewList.push(t);var n=t.__model,i=n.get("labelLayout");(J(i)||j(i).length)&&t.group.traverse(function(t){if(t.ignore)return!0;var r=t.getTextContent(),o=yu(t);r&&!r.disableLabelLayout&&e._addLabel(o.dataIndex,o.dataType,n,r,i)})},t.prototype.updateLayoutConfig=function(t){var e=t.getWidth(),n=t.getHeight();function i(t,e){return function(){AM(t,e)}}for(var r=0;r<this._labelList.length;r++){var o=this._labelList[r],a=o.label,s=a.__hostTarget,l=o.defaultAttr,u=void 0;u=(u=J(o.layoutOptionOrCb)?o.layoutOptionOrCb($M(o,s)):o.layoutOptionOrCb)||{},o.layoutOption=u;var c=Math.PI/180;s&&s.setTextConfig({local:!1,position:null!=u.x||null!=u.y?null:l.attachedPos,rotation:null!=u.rotate?u.rotate*c:l.attachedRot,offset:[u.dx||0,u.dy||0]});var h=!1;if(null!=u.x?(a.x=Vo(u.x,e),a.setStyle("x",0),h=!0):(a.x=l.x,a.setStyle("x",l.style.x)),null!=u.y?(a.y=Vo(u.y,n),a.setStyle("y",0),h=!0):(a.y=l.y,a.setStyle("y",l.style.y)),u.labelLinePoints){var p=s.getTextGuideLine();p&&(p.setShape({points:u.labelLinePoints}),h=!1)}tI(a).needsUpdateLabelLine=h,a.rotation=null!=u.rotate?u.rotate*c:l.rotation,a.scaleX=l.scaleX,a.scaleY=l.scaleY;for(var d=0;d<JM.length;d++){var f=JM[d];a.setStyle(f,null!=u[f]?u[f]:l.style[f])}if(u.draggable){if(a.draggable=!0,a.cursor="move",s){var g=o.seriesModel;if(null!=o.dataIndex)g=o.seriesModel.getData(o.dataType).getItemModel(o.dataIndex);a.on("drag",i(s,g.getModel("labelLine")))}}else a.off("drag"),a.cursor=l.cursor}},t.prototype.layout=function(t){var e=t.getWidth(),n=t.getHeight(),i=[];H(this._labelList,function(t){t.defaultAttr.ignore||i.push(YM({},t))});var r=X(i,function(t){return"shiftX"===t.layoutOption.moveOverlap}),o=X(i,function(t){return"shiftY"===t.layoutOption.moveOverlap});ZM(r,0,0,e),ZM(o,1,0,n);var a=X(i,function(t){return t.layoutOption.hideOverlap});!function(t){for(var e=0;e<t.length;e++){var n=t[e],i=n.defaultAttr,r=n.labelLine;n.label.attr("ignore",i.ignore),r&&r.attr("ignore",i.labelGuideIgnore)}}(a),jM(a)},t.prototype.processLabelsOverall=function(){var t=this;H(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=tI(a).needsUpdateLabelLine),o&&t._updateLabelLine(e,n),r&&t._animateLabels(e,n)})})},t.prototype._updateLabelLine=function(t,e){var n=t.getTextContent(),i=yu(t),r=i.dataIndex;if(n&&null!=r){var o=e.getData(i.dataType),a=o.getItemModel(r),s={},l=o.getItemVisual(r,"style");if(l){var u=o.getVisual("drawType");s.stroke=l[u]}var c=a.getModel("labelLine");RM(t,VM(a),s),AM(t,c)}},t.prototype._animateLabels=function(t,e){var n=t.getTextContent(),i=t.getTextGuideLine();if(n&&(t.forceLabelAnimation||!n.ignore&&!n.invisible&&!t.disableLabelAnimation&&!Kh(t))){var r=(d=tI(n)).oldLayout,o=yu(t),a=o.dataIndex,s={x:n.x,y:n.y,rotation:n.rotation},l=e.getData(o.dataType);if(r){n.attr(r);var u=t.prevStates;u&&(B(u,"select")>=0&&n.attr(d.oldLayoutSelect),B(u,"emphasis")>=0&&n.attr(d.oldLayoutEmphasis)),jh(n,s,e,a)}else if(n.attr(s),!td(n).valueAnimation){var c=ht(n.style.opacity,1);n.style.opacity=0,qh(n,{style:{opacity:c}},e,a)}if(d.oldLayout=s,n.states.select){var h=d.oldLayoutSelect={};nI(h,s,iI),nI(h,n.states.select,iI)}if(n.states.emphasis){var p=d.oldLayoutEmphasis={};nI(p,s,iI),nI(p,n.states.emphasis,iI)}nd(n,a,l,e,e)}if(i&&!i.ignore&&!i.invisible){r=(d=eI(i)).oldLayout;var d,f={points:i.shape.points};r?(i.attr({shape:r}),jh(i,{shape:f},e)):(i.setShape(f),i.style.strokePercent=0,qh(i,{style:{strokePercent:1}},e)),d.oldLayout=f}},t}(),oI=rI,aI=Oa();var sI=Math.sin,lI=Math.cos,uI=Math.PI,cI=2*Math.PI,hI=180/uI,pI=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=zi(c-cI)||(u?l>=cI:-l>=cI),p=l>0?l%cI:l%cI+cI,d=!1;d=!!h||!zi(c)&&p>=uI==!!u;var f=t+n*lI(o),g=e+i*sI(o);this._start&&this._add("M",f,g);var v=Math.round(r*hI);if(h){var y=1/this._p,m=(u?1:-1)*(cI-y);this._add("A",n,i,v,1,+u,t+n*lI(o+m),e+i*sI(o+m)),y>.01&&this._add("A",n,i,v,0,+u,f,g)}else{var x=t+n*lI(a),_=e+i*sI(a);this._add("A",n,i,v,+d,+u,x,_)}},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 p=arguments[h];if(isNaN(p))return void(this._invalid=!0);u.push(Math.round(p*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}(),dI=pI,fI="none",gI=Math.round;var vI=["lineCap","miterLimit","lineJoin"],yI=U(vI,function(t){return"stroke-"+t.toLowerCase()});function mI(t,e,n,i){var r=null==e.opacity?1:e.opacity;if(n instanceof Yl)t("opacity",r);else{if(function(t){var e=t.fill;return null!=e&&e!==fI}(e)){var o=Ri(e.fill);t("fill",o.color);var a=null!=e.fillOpacity?e.fillOpacity*o.opacity*r:o.opacity*r;(i||a<1)&&t("fill-opacity",a)}else t("fill",fI);if(function(t){var e=t.stroke;return null!=e&&e!==fI}(e)){var s=Ri(e.stroke);t("stroke",s.color);var l=e.strokeNoScale?n.getLineScale():1,u=l?(e.lineWidth||0)/l:0,c=null!=e.strokeOpacity?e.strokeOpacity*s.opacity*r:s.opacity*r,h=e.strokeFirst;if((i||1!==u)&&t("stroke-width",u),(i||h)&&t("paint-order",h?"stroke":"fill"),(i||c<1)&&t("stroke-opacity",c),e.lineDash){var p=Ex(n),d=p[0],f=p[1];d&&(f=gI(f||0),t("stroke-dasharray",d.join(",")),(f||i)&&t("stroke-dashoffset",f))}else i&&t("stroke-dasharray",fI);for(var g=0;g<vI.length;g++){var v=vI[g];if(i||e[v]!==Ol[v]){var y=e[v]||Ol[v];y&&t(yI[g],y)}}}else i&&t("stroke",fI)}}var xI="http://www.w3.org/2000/svg",_I="http://www.w3.org/1999/xlink",bI="ecmeta_";function wI(t){return document.createElementNS(xI,t)}function SI(t,e,n,i,r){return{tag:t,attrs:n||{},children:i,text:r,key:e}}function MI(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?fe(a):a||"")+(i?""+n+U(i,function(e){return t(e)}).join(n)+n:"")+("</"+r+">")}(t)}function II(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function TI(t,e,n,i){return SI("svg","root",{width:t,height:e,xmlns:xI,"xmlns:xlink":_I,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var CI=0;function DI(){return CI++}var AI={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"},kI="transform-origin";function LI(t,e,n){var i=R({},t.shape);R(i,e),t.buildPath(n,i);var r=new dI;return r.reset(ji(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function NI(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[kI]=n+"px "+i+"px")}var EI={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function OI(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function PI(t){return Q(t)?AI[t]?"cubic-bezier("+AI[t]+")":ii(t)?t:"":""}function RI(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof Ch){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(H(o,function(t){var e=II(n.zrId);e.animation=!0,RI(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=j(o),u=l.length;if(u){var c=o[r=l[u-1]];for(var h in c){var p=c[h];a[h]=a[h]||{d:""},a[h].d+=p.d||""}for(var d in s){var f=s[d].animation;f.indexOf(r)>=0&&(i=f)}}}),i){e.d=!1;var s=OI(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"],p=PI(c.getClip().easing),d=c.getDelay();p?h.push(p):h.push("linear"),d&&h.push(d/1e3+"s"),c.getLoop()&&h.push("infinite");var f=h.join(" ");l[f]=l[f]||[f,[]],l[f][1].push(c)}function g(r){var o,a=r[1],s=a.length,l={},u={},c={},h="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],p=Math.round(c.time/r*100)+"%",d=PI(c.easing),f=c.rawValue;(Q(f)||et(f))&&(e[p]=e[p]||{},e[p][l]=c.rawValue,d&&(e[p][h]=d))}}}}for(var d=0;d<s;d++){(S=(w=a[d]).targetName)?"shape"===S&&p(w,u):!i&&p(w,l)}for(var f in l){var g={};Zr(g,t),R(g,l[f]);var v=qi(g),y=l[f][h];c[f]=v?{transform:v}:{},NI(c[f],g),y&&(c[f][h]=y)}var m=!0;for(var f in u){c[f]=c[f]||{};var x=!o;y=u[f][h];x&&(o=new vl);var _=o.len();o.reset(),c[f].d=LI(t,u[f],o);var b=o.len();if(!x&&_!==b){m=!1;break}y&&(c[f][h]=y)}if(!m)for(var f in c)delete c[f].d;if(!i)for(d=0;d<s;d++){var w,S;"style"===(S=(w=a[d]).targetName)&&p(w,c,function(t){return EI[t]})}var M,I=j(c),T=!0;for(d=1;d<I.length;d++){var C=I[d-1],D=I[d];if(c[C][kI]!==c[D][kI]){T=!1;break}M=c[C][kI]}if(T&&M){for(var f in c)c[f][kI]&&delete c[f][kI];e[kI]=M}if(X(I,function(t){return j(c[t]).length>0}).length)return OI(c,n)+" "+r[0]+" both"}for(var v in l){(s=g(l[v]))&&a.push(s)}if(a.length){var y=n.zrId+"-cls-"+DI();n.cssNodes["."+y]={animation:a.join(",")},e.class=y}}function VI(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+DI(),n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var zI=Math.round;function BI(t){return t&&Q(t.src)}function GI(t){return t&&J(t.toDataURL)}function FI(t,e,n,i){mI(function(r,o){var a="fill"===r||"stroke"===r;a&&Xi(o)?JI(e,t,r,i):a&&Hi(o)?QI(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(function(t){return t&&(t.shadowBlur||t.shadowOffsetX||t.shadowOffsetY)}(i)){var r=function(t){var e=t.style,n=t.getGlobalScale();return[e.shadowColor,(e.shadowBlur||0).toFixed(2),(e.shadowOffsetX||0).toFixed(2),(e.shadowOffsetY||0).toFixed(2),n[0],n[1]].join(",")}(t),o=n.shadowCache,a=o[r];if(!a){var s=t.getGlobalScale(),l=s[0],u=s[1];if(!l||!u)return;var c=i.shadowOffsetX||0,h=i.shadowOffsetY||0,p=i.shadowBlur,d=Ri(i.shadowColor),f=d.opacity,g=d.color,v=p/2/l+" "+p/2/u;a=n.zrId+"-s"+n.shadowIdx++,n.defs[a]=SI("filter",a,{id:a,x:"-100%",y:"-100%",width:"300%",height:"300%"},[SI("feDropShadow","",{dx:c/l,dy:h/u,stdDeviation:v,"flood-color":g,"flood-opacity":f})]),o[r]=a}e.filter=Zi(a)}}(n,t,i)}function WI(t,e){var n=Ao(e);n&&(n.each(function(e,n){null!=e&&(t[(bI+n).toLowerCase()]=e+"")}),e.isSilent()&&(t[bI+"silent"]="true"))}function HI(t){return zi(t[0]-1)&&zi(t[1])&&zi(t[2])&&zi(t[3]-1)}function UI(t,e,n){if(e&&(!function(t){return zi(t[4])&&zi(t[5])}(e)||!HI(e))){var i=n?10:1e4;t.transform=HI(e)?"translate("+zI(e[4]*i)/i+" "+zI(e[5]*i)/i+")":function(t){return"matrix("+Bi(t[0])+","+Bi(t[1])+","+Bi(t[2])+","+Bi(t[3])+","+Gi(t[4])+","+Gi(t[5])+")"}(e)}}function YI(t,e,n){for(var i=t.points,r=[],o=0;o<i.length;o++)r.push(zI(i[o][0]*n)/n),r.push(zI(i[o][1]*n)/n);e.points=r.join(" ")}function XI(t){return!t.smooth}var ZI,jI,qI={circle:[(ZI=["cx","cy","r"],jI=U(ZI,function(t){return"string"==typeof t?[t,t]:t}),function(t,e,n){for(var i=0;i<jI.length;i++){var r=jI[i],o=t[r[0]];null!=o&&(e[r[1]]=zI(o*n)/n)}})],polyline:[YI,XI],polygon:[YI,XI]};function KI(t,e){var n=t.style,i=t.shape,r=qI[t.type],o={},a=e.animation,s="path",l=t.style.strokePercent,u=e.compress&&ji(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 p=h.getVersion(),d=t,f=d.__svgPathBuilder;d.__svgPathVersion===p&&f&&l===d.__svgPathStrokePercent||(f||(f=d.__svgPathBuilder=new dI),f.reset(u),h.rebuildPath(f,l),f.generateStr(),d.__svgPathVersion=p,d.__svgPathStrokePercent=l),o.d=f.getStr()}else{s=t.type;var g=Math.pow(10,u);r[0](i,o,g)}return UI(o,t.transform),FI(o,n,t,e),WI(o,t),e.animation&&RI(t,o,e),e.emphasis&&function(t,e,n){if(!t.ignore)if(t.isSilent())VI(u={"pointer-events":"none"},e,n,!0);else{var i=t.states.emphasis&&t.states.emphasis.style?t.states.emphasis.style:{},r=i.fill;if(!r){var o=t.style&&t.style.fill,a=t.states.select&&t.states.select.style&&t.states.select.style.fill,s=t.currentStates.indexOf("select")>=0&&a||o;s&&(r=Ei(s))}var l=i.lineWidth;l&&(l/=!i.strokeNoScale&&t.transform?t.transform[0]:1);var u={cursor:"pointer"};r&&(u.fill=r),i.stroke&&(u.stroke=i.stroke),l&&(u["stroke-width"]=l),VI(u,e,n,!0)}}(t,o,e),SI(s,t.id+"",o)}function $I(t,e){return t instanceof zl?KI(t,e):t instanceof Yl?function(t,e){var n=t.style,i=n.image;if(i&&!Q(i)&&(BI(i)?i=i.src:GI(i)&&(i=i.toDataURL())),i){var r=n.x||0,o=n.y||0,a={href:i,width:n.width,height:n.height};return r&&(a.x=r),o&&(a.y=o),UI(a,t.transform),FI(a,n,t,e),WI(a,t),e.animation&&RI(t,a,e),SI("image",t.id+"",a)}}(t,e):t instanceof Fl?function(t,e){var n=t.style,i=n.text;if(null!=i&&(i+=""),i&&!isNaN(n.x)&&!isNaN(n.y)){var r=n.font||d,o=n.x||0,a=function(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}(n.y||0,oo(r),n.textBaseline),s={"dominant-baseline":"central","text-anchor":Fi[n.textAlign]||n.textAlign};if(uu(n)){var l="",u=n.fontStyle,c=su(n.fontSize);if(!parseFloat(c))return;var h=n.fontFamily||p,f=n.fontWeight;l+="font-size:"+c+";font-family:"+h+";",u&&"normal"!==u&&(l+="font-style:"+u+";"),f&&"normal"!==f&&(l+="font-weight:"+f+";"),s.style=l}else s.style="font: "+r;return i.match(/\s/)&&(s["xml:space"]="preserve"),o&&(s.x=o),a&&(s.y=a),UI(s,t.transform),FI(s,n,t,e),WI(s,t),e.animation&&RI(t,s,e),SI("text",t.id+"",s,void 0,i)}}(t,e):void 0}function JI(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(Ui(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!Yi(o))return void("production"!==process.env.NODE_ENV&&N("Illegal gradient type."));r="radialGradient",a.cx=ht(o.x,.5),a.cy=ht(o.y,.5),a.r=ht(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;u<c;++u){var h=100*Gi(s[u].offset)+"%",p=Ri(s[u].color),d=p.color,f=p.opacity,g={offset:h};g["stop-color"]=d,f<1&&(g["stop-opacity"]=f),l.push(SI("stop",u+"",g))}var v=MI(SI(r,"",a,l)),y=i.gradientCache,m=y[v];m||(m=i.zrId+"-g"+i.gradientIdx++,y[v]=m,a.id=m,i.defs[m]=SI(r,m,a,l)),e[n]=Zi(m)}function QI(t,e,n,i){var r,o=t.style[n],a=t.getBoundingRect(),s={},l=o.repeat,u="no-repeat"===l,c="repeat-x"===l,h="repeat-y"===l;if(Wi(o)){var p=o.imageWidth,d=o.imageHeight,f=void 0,g=o.image;if(Q(g)?f=g:BI(g)?f=g.src:GI(g)&&(f=g.toDataURL()),"undefined"==typeof Image){var v="Image width/height must been given explictly in svg-ssr renderer.";gt(p,v),gt(d,v)}else if(null==p||null==d){var y=function(t,e){if(t){var n=t.elm,i=p||e.width,r=d||e.height;"pattern"===t.tag&&(c?(r=1,i/=a.width):h&&(i=1,r/=a.height)),t.attrs.width=i,t.attrs.height=r,n&&(n.setAttribute("width",i),n.setAttribute("height",r))}},m=as(f,null,t,function(t){u||y(w,t),y(r,t)});m&&m.width&&m.height&&(p=p||m.width,d=d||m.height)}r=SI("image","img",{href:f,width:p,height:d}),s.width=p,s.height=d}else o.svgElement&&(r=E(o.svgElement),s.width=o.svgWidth,s.height=o.svgHeight);if(r){var x,_;u?x=_=1:c?(_=1,x=s.width/a.width):h?(x=1,_=s.height/a.height):s.patternUnits="userSpaceOnUse",null==x||isNaN(x)||(s.width=x),null==_||isNaN(_)||(s.height=_);var b=qi(o);b&&(s.patternTransform=b);var w=SI("pattern","",s,[r]),S=MI(w),M=i.patternCache,I=M[S];I||(I=i.zrId+"-p"+i.patternIdx++,M[S]=I,s.id=I,w=i.defs[I]=SI("pattern",I,s,[r])),e[n]=Zi(I)}}function tT(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]=SI("clipPath",o,a,[KI(t,n)])}e["clip-path"]=Zi(o)}function eT(t){return document.createTextNode(t)}function nT(t,e,n){t.insertBefore(e,n)}function iT(t,e){t.removeChild(e)}function rT(t,e){t.appendChild(e)}function oT(t){return t.parentNode}function aT(t){return t.nextSibling}function sT(t,e){t.textContent=e}var lT=SI("","");function uT(t){return void 0===t}function cT(t){return void 0!==t}function hT(t,e,n){for(var i={},r=e;r<=n;++r){var o=t[r].key;void 0!==o&&("production"!==process.env.NODE_ENV&&null!=i[o]&&console.error("Duplicate key "+o),i[o]=r)}return i}function pT(t,e){var n=t.key===e.key;return t.tag===e.tag&&n}function dT(t){var e,n=t.children,i=t.tag;if(cT(i)){var r=t.elm=wI(i);if(vT(lT,t),$(n))for(e=0;e<n.length;++e){var o=n[e];null!=o&&rT(r,dT(o))}else cT(t.text)&&!nt(t.text)&&rT(r,eT(t.text))}else t.elm=eT(t.text);return t.elm}function fT(t,e,n,i,r){for(;i<=r;++i){var o=n[i];null!=o&&nT(t,dT(o),e)}}function gT(t,e,n,i){for(;n<=i;++n){var r=e[n];if(null!=r)if(cT(r.tag))iT(oT(r.elm),r.elm);else iT(t,r.elm)}}function vT(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(_I,n,a):i.setAttribute(n,a))}for(n in r)n in o||i.removeAttribute(n)}}function yT(t,e){var n=e.elm=t.elm,i=t.children,r=e.children;t!==e&&(vT(t,e),uT(e.text)?cT(i)&&cT(r)?i!==r&&function(t,e,n){for(var i,r,o,a=0,s=0,l=e.length-1,u=e[0],c=e[l],h=n.length-1,p=n[0],d=n[h];a<=l&&s<=h;)null==u?u=e[++a]:null==c?c=e[--l]:null==p?p=n[++s]:null==d?d=n[--h]:pT(u,p)?(yT(u,p),u=e[++a],p=n[++s]):pT(c,d)?(yT(c,d),c=e[--l],d=n[--h]):pT(u,d)?(yT(u,d),nT(t,u.elm,aT(c.elm)),u=e[++a],d=n[--h]):pT(c,p)?(yT(c,p),nT(t,c.elm,u.elm),c=e[--l],p=n[++s]):(uT(i)&&(i=hT(e,a,l)),uT(r=i[p.key])||(o=e[r]).tag!==p.tag?nT(t,dT(p),u.elm):(yT(o,p),e[r]=void 0,nT(t,o.elm,u.elm)),p=n[++s]);(a<=l||s<=h)&&(a>l?fT(t,null==n[h+1]?null:n[h+1].elm,n,s,h):gT(t,e,a,l))}(n,i,r):cT(r)?(cT(t.text)&&sT(n,""),fT(n,null,r,0,r.length-1)):cT(i)?gT(n,i,0,i.length-1):cT(t.text)&&sT(n,""):t.text!==e.text&&(cT(i)&&gT(n,i,0,i.length-1),sT(n,e.text)))}var mT=0,xT=function(){function t(t,e,n){if(this.type="svg",this.refreshHover=_T("refreshHover"),this.configLayer=_T("configLayer"),this.storage=e,this._opts=n=R({},n),this.root=t,this._id="zr"+mT++,this._oldVNode=TI(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=wI("svg");vT(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(pT(t,e))yT(t,e);else{var n=t.elm,i=oT(n);dT(e),null!==i&&(nT(i,e.elm,aT(n)),gT(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return $I(t,II(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=II(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=SI("rect","bg",{width:t,height:e,x:"0",y:"0"}),Xi(n))JI({fill:n},r.attrs,"fill",i);else if(Hi(n))QI({style:{fill:n},dirty:Dt,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=Ri(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=SI("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=U(j(r.defs),function(t){return r.defs[t]});if(l.length&&o.push(SI("defs","defs",{},l)),t.animation){var u=function(t,e,n){var i=(n=n||{}).newline?"\n":"",r=" {"+i,o=i+"}",a=U(j(t),function(e){return e+r+U(j(t[e]),function(n){return n+":"+t[e][n]+";"}).join(i)+o}).join(i),s=U(j(e),function(t){return"@keyframes "+t+r+U(j(e[t]),function(n){return n+r+U(j(e[t][n]),function(i){var r=e[t][n][i];return"d"===i&&(r='path("'+r+'")'),i+":"+r+";"}).join(i)+o}).join(i)+o}).join(i);return a||s?["<![CDATA[",a,s,"]]>"].join(i):""}(r.cssNodes,r.cssAnims,{newline:!0});if(u){var c=SI("style","stl",{},[],u);o.push(c)}}return TI(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},MI(this.renderToVNode({animation:ht(t.cssAnimation,!0),emphasis:ht(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:ht(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,p=h&&h.length||0,d=r&&r.length||0,f=void 0;for(f=Math.max(p-1,d-1);f>=0&&(!h||!r||h[f]!==r[f]);f--);for(var g=d-1;g>f;g--)i=a[--s-1];for(var v=f+1;v<p;v++){var y={};tT(h[v],y,e);var m=SI("g","clip-g-"+l++,y,[]);(i?i.children:n).push(m),a[s++]=m,i=m}r=h;var x=$I(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=Nx(i,0,n),e=Nx(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(Hi(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=Ki(e))&&n+"base64,"+e:n+"charset=UTF-8,"+encodeURIComponent(e)},t}();function _T(t){return function(){"production"!==process.env.NODE_ENV&&N('In SVG mode painter not support method "'+t+'"')}}var bT=xT;function wT(t,e,n){var i=y.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}var ST=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||Pr,"string"==typeof e?r=wT(e,n,i):nt(e)&&(e=(r=e).id),o.id=e,o.dom=r;var a=r.style;return a&&(Tt(r),r.onselectstart=function(){return!1},a.padding="0",a.margin="0",a.borderWidth="0"),o.painter=n,o.dpr=i,o}return n(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=wT("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 an(0,0,0,0);function u(t){if(t.isFinite()&&!t.isZero())if(0===o.length){(e=new an(0,0,0,0)).copy(t),o.push(e)}else{for(var e,n=!1,i=1/0,r=0,u=0;u<o.length;++u){var c=o[u];if(c.intersect(t)){var h=new an(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 p=t.width*t.height,d=c.width*c.height,f=l.width*l.height-p-d;f<i&&(i=f,r=u)}}if(s&&(o[r].union(t),n=!0),!n)(e=new an(0,0,0,0)).copy(t),o.push(e);s||(s=o.length>=a)}}for(var c=this.__startIndex;c<this.__endIndex;++c){if(d=t[c]){var h=d.shouldBePainted(n,i,!0,!0);(f=d.__isRendered&&(1&d.__dirty||!h)?d.getPrevPaintRect():null)&&u(f);var p=h&&(1&d.__dirty||!d.__isRendered)?d.getPaintRect():null;p&&u(p)}}for(c=this.__prevStartIndex;c<this.__prevEndIndex;++c){var d,f;h=(d=e[c])&&d.shouldBePainted(n,i,!0,!0);if(d&&(!h||!d.__zr)&&d.__isRendered)(f=d.getPrevPaintRect())&&u(f)}do{r=!1;for(c=0;c<o.length;)if(o[c].isZero())o.splice(c,1);else{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 p(t,n,i,o){if(r.clearRect(t,n,i,o),e&&"transparent"!==e){var a=void 0;if(at(e))a=(e.global||e.__width===i&&e.__height===o)&&e.__canvasGradient||kx(r,e,{x:0,y:0,width:i,height:o}),e.__canvasGradient=a,e.__width=i,e.__height=o;else st(e)&&(e.scaleX=e.scaleX||u,e.scaleY=e.scaleY||u,a=Gx(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?p(0,0,o,a):n.length&&H(n,function(t){p(t.x*u,t.y*u,t.width*u,t.height*u)})},e}(re),MT=ST,IT=1e5,TT=314159,CT=.01;var DT=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=R({},n||{}),this.dpr=n.devicePixelRatio||Pr,this._singleCanvas=r,this.root=t,t.style&&(Tt(t),t.innerHTML=""),this.storage=e;var o=this._zlevelList;this._prevDisplayList=[];var a=this._layers;if(r){var s=t,l=s.width,u=s.height;null!=n.width&&(l=n.width),null!=n.height&&(u=n.height),this.dpr=n.devicePixelRatio||1,s.width=l*this.dpr,s.height=u*this.dpr,this._width=l,this._height=u;var c=new MT(s,this,this.dpr);c.__builtin__=!0,c.initContext(),a[314159]=c,c.zlevel=TT,o.push(TT),this._domRoot=t}else{this._width=Nx(t,0,n),this._height=Nx(t,1,n);var h=this._domRoot=function(t,e){var n=document.createElement("div");return n.style.cssText=["position:relative","width:"+t+"px","height:"+e+"px","padding:0","margin:0","border-width:0"].join(";")+";",n}(this._width,this._height);t.appendChild(h)}}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=t.length,n=this._hoverlayer;if(n&&n.clear(),e){for(var i,r={inHover:!0,viewWidth:this._width,viewHeight:this._height},o=0;o<e;o++){var a=t[o];a.__inHover&&(n||(n=this._hoverlayer=this.getLayer(IT)),i||(i=n.ctx).save(),qx(i,a,r,o===e-1))}i&&i.restore()}},t.prototype.getHoverLayer=function(){return this.getLayer(IT)},t.prototype.paintOne=function(t,e){jx(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;An(function(){s._paintList(t,e,n,i)})}}},t.prototype._compositeManually=function(){var t=this.getLayer(TT).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,p=function(a){var s,l=r[a],h=l.ctx,p=o&&l.createRepaintRects(t,e,d._width,d._height),f=n?l.__startIndex:l.__drawIndex,g=!n&&l.incremental&&Date.now,v=g&&Date.now(),y=l.zlevel===d._zlevelList[0]?d._backgroundColor:null;if(l.__startIndex===l.__endIndex)l.clear(!1,y,p);else if(f===l.__startIndex){var m=t[f];m.incremental&&m.notClear&&!n||l.clear(!1,y,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)if(Date.now()-v>15)break}n.prevElClipPaths&&h.restore()};if(p)if(0===p.length)s=l.__endIndex;else for(var _=d.dpr,b=0;b<p.length;++b){var w=p[b];h.save(),h.beginPath(),h.rect(w.x*_,w.y*_,w.width*_,w.height*_),h.clip(),x(w),h.restore()}else h.save(),x(),h.restore();l.__drawIndex=s,l.__drawIndex<l.__endIndex&&(u=!1)},d=this,f=0;f<r.length;f++)p(f);return h.wxa&&H(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))&&(qx(a,t,r,o),t.setPrevPaintRect(s))}else qx(a,t,r,o)},t.prototype.getLayer=function(t,e){this._singleCanvas&&!this._needsManuallyCompositing&&(t=TT);var n=this._layers[t];return n||((n=new MT("zr_"+t,this,this.dpr)).zlevel=t,n.__builtin__=!0,this._layerConfig[t]?O(n,this._layerConfig[t],!0):this._layerConfig[t-CT]&&O(n,this._layerConfig[t-CT],!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])"production"!==process.env.NODE_ENV&&N("ZLevel "+t+" has been used already");else if(function(t){return!!t&&(!!t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh)}(e)){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)}else"production"!==process.env.NODE_ENV&&N("Layer of zlevel "+t+" is not valid")},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){o&&(o.__endIndex!==t&&(o.__dirty=!0),o.__endIndex=t)}if(this.eachBuiltinLayer(function(t,e){t.__dirty=t.__used=!1}),this._singleCanvas)for(var n=1;n<t.length;n++){if((s=t[n]).zlevel!==t[n-1].zlevel||s.incremental){this._needsManuallyCompositing=!0;break}}var i,r,o=null,a=0;for(r=0;r<t.length;r++){var s,l=(s=t[r]).zlevel,u=void 0;i!==l&&(i=l,a=0),s.incremental?((u=this.getLayer(l+.001,this._needsManuallyCompositing)).incremental=!0,a=1):u=this.getLayer(l+(a>0?CT:0),this._needsManuallyCompositing),u.__builtin__||N("ZLevel "+l+" has been used by unkown layer "+u.id),u!==o&&(u.__used=!0,u.__startIndex!==r&&(u.__dirty=!0),u.__startIndex=r,u.incremental?u.__drawIndex=-1:u.__drawIndex=r,e(r),o=u),1&s.__dirty&&!s.__inHover&&(u.__dirty=!0,u.incremental&&u.__drawIndex<0&&(u.__drawIndex=r))}e(r),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,H(this._layers,function(t){t.setUnpainted()})},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?O(n[t],e,!0):n[t]=e;for(var i=0;i<this._zlevelList.length;i++){var r=this._zlevelList[i];if(r===t||r===t+CT)O(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(B(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=Nx(r,0,i),e=Nx(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(TT).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 MT("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++){var u=a[s];qx(n,u,o,s===l-1)}return e.dom},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t}(),AT=DT;var kT=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.getInitialData=function(t){if("production"!==process.env.NODE_ENV){var e=t.coordinateSystem;if("polar"!==e&&"cartesian2d"!==e)throw new Error("Line not support coordinateSystem besides cartesian and polar")}return cw(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var e=new wo,n=Tx("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=Tx(o,(t.itemWidth-a)/2,(t.itemHeight-a)/2,a,a,t.itemStyle.fill);e.add(s),s.setStyle(t.itemStyle);var l="inherit"===t.iconRotate?r:t.iconRotate||0;return s.rotation=l*Math.PI/180,s.setOrigin([t.itemWidth/2,t.itemHeight/2]),o.indexOf("empty")>-1&&(s.style.stroke=s.style.fill,s.style.fill=ig.color.neutral00,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:6,symbolRotate:null,showSymbol:!0,showAllSymbol:"auto",connectNulls:!1,sampling:"none",animationEasing:"linear",progressive:0,hoverLayerThreshold:1/0,universalTransition:{divideShape:"clone"},triggerLineEvent:!1},e}(rm),LT=kT;function NT(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=Uv(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a<n.length;a++)o.push(Uv(t,e,n[a]));return o.join(" ")}}function ET(t,e){var n=t.mapDimensionsAll("defaultedLabel");if(!$(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 OT=function(t){function e(e,n,i,r){var o=t.call(this)||this;return o.updateData(e,n,i,r),o}return n(e,t),e.prototype._createSymbol=function(t,e,n,i,r,o){this.removeAll();var a=Tx(t,-1,-1,2,2,null,o);a.attr({z2:ht(r,100),culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),a.drift=PT,this._symbolType=t,this.add(a)},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(){Zu(this.childAt(0))},e.prototype.downplay=function(){ju(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=e.getSymbolZ2(t,n),u=o!==this._symbolType,c=r&&r.disableAnimation;if(u){var h=t.getItemVisual(n,"symbolKeepAspect");this._createSymbol(o,t,n,s,l,h)}else{(d=this.childAt(0)).silent=!1;var p={scaleX:s[0]/2,scaleY:s[1]/2};c?d.attr(p):jh(d,p,a,n),tp(d)}if(this._updateCommon(t,n,s,i,r),u){var d=this.childAt(0);if(!c){p={scaleX:this._sizeX,scaleY:this._sizeY,style:{opacity:d.style.opacity}};d.scaleX=d.scaleY=0,d.style.opacity=0,qh(d,p,a,n)}}c&&this.childAt(0).stopAnimation("leave")},e.prototype._updateCommon=function(t,e,n,i,r){var o,a,s,l,u,c,h,p,d,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,p=i.hoverScale,d=i.cursorStyle,c=i.emphasisDisabled),!i||t.hasItemOption){var v=i&&i.itemModel?i.itemModel:t.getItemModel(e),y=v.getModel("emphasis");o=y.getModel("itemStyle").getItemStyle(),s=v.getModel(["select","itemStyle"]).getItemStyle(),a=v.getModel(["blur","itemStyle"]).getItemStyle(),l=y.get("focus"),u=y.get("blurScope"),c=y.get("disabled"),h=Xp(v),p=y.getShallow("scale"),d=v.getShallow("cursor")}var m=t.getItemVisual(e,"symbolRotate");f.attr("rotation",(m||0)*Math.PI/180||0);var x=Dx(t.getItemVisual(e,"symbolOffset"),n);x&&(f.x=x[0],f.y=x[1]),d&&f.attr("cursor",d);var _=t.getItemVisual(e,"style"),b=_.fill;if(f instanceof Yl){var w=f.style;f.useStyle(R({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},_))}else f.__isEmptyBrush?f.useStyle(R({},_)):f.useStyle(_),f.style.decal=null,f.setColor(b,r&&r.symbolInnerColor),f.style.strokeNoScale=!0;var S=t.getItemVisual(e,"liftZ"),M=this._z2;null!=S?null==M&&(this._z2=f.z2,f.z2+=S):null!=M&&(f.z2=M,this._z2=null);var I=r&&r.useNameLabel;Yp(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return I?t.getName(e):NT(t,e)},inheritColor:b,defaultOpacity:_.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var T=f.ensureState("emphasis");T.style=o,f.ensureState("select").style=s,f.ensureState("blur").style=a;var C=null==p||!0===p?Math.max(1.1,3/this._sizeY):isFinite(p)&&p>0?+p:1;T.scaleX=this._sizeX*C,T.scaleY=this._sizeY*C,this.setSymbolScale(1),sc(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=yu(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&$h(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();$h(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return Cx(t.getItemVisual(e,"symbolSize"))},e.getSymbolZ2=function(t,e){return t.getItemVisual(e,"z2")},e}(wo);function PT(t,e){this.parent.drift(t,e)}var RT=OT;function VT(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 zT(t){return null==t||nt(t)||(t={isIgnore:t}),t||{}}function BT(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:Xp(e),cursorStyle:e.get("cursor")}}var GT=function(){function t(t){this.group=new wo,this._SymbolCtor=t||RT}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=zT(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=BT(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(VT(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 p=r.getItemGraphicEl(h),d=u(c);if(VT(t,d,c,e)){var f=t.getItemVisual(c,"symbol")||"circle",g=p&&p.getSymbolType&&p.getSymbolType();if(!p||g&&g!==f)n.remove(p),(p=new o(t,c,s,l)).setPosition(d);else{p.updateData(t,c,s,l);var v={x:d[0],y:d[1]};a?p.attr(v):jh(p,v,i)}n.add(p),t.setItemGraphicEl(c,p)}else n.remove(p)}).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=BT(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=zT(n);for(var r=t.start;r<t.end;r++){var o=e.getItemLayout(r);if(VT(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){Np(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}(),FT=GT;function WT(t,e,n){var i=t.getBaseAxis(),r=t.getOtherAxis(i),o=function(t,e){var n=0,i=t.scale.getExtent();"start"===e?n=i[0]:"end"===e?n=i[1]:et(e)&&!isNaN(e)?n=e:i[0]>0?n=i[0]:i[1]<0&&(n=i[1]);return n}(r,n),a=i.dim,s=r.dim,l=e.mapDimension(s),u=e.mapDimension(a),c="x"===s||"radius"===s?1:0,h=U(t.dimensions,function(t){return e.mapDimension(t)}),p=!1,d=e.getCalculationInfo("stackResultDimension");return lw(e,h[0])&&(p=!0,h[0]=d),lw(e,h[1])&&(p=!0,h[1]=d),{dataDimsForPoint:h,valueStart:o,valueAxisDim:s,baseAxisDim:a,stacked:!!p,valueDim:l,baseDim:u,baseDataOffset:c,stackedOverDimension:e.getCalculationInfo("stackedOverDimension")}}function HT(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 UT=Math.min,YT=Math.max;function XT(t,e){return isNaN(t)||isNaN(e)}function ZT(t,e,n,i,r,o,a,s,l){for(var u,c,h,p,d,f,g=n,v=0;v<i;v++){var y=e[2*g],m=e[2*g+1];if(g>=r||g<0)break;if(XT(y,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](y,m),h=y,p=m;else{var x=y-u,_=m-c;if(x*x+_*_<.5){g+=o;continue}if(a>0){for(var b=g+o,w=e[2*b],S=e[2*b+1];w===y&&S===m&&v<i;)v++,g+=o,w=e[2*(b+=o)],S=e[2*b+1],x=(y=e[2*g])-u,_=(m=e[2*g+1])-c;var M=v+1;if(l)for(;XT(w,S)&&M<i;)M++,w=e[2*(b+=o)],S=e[2*b+1];var I=.5,T=0,C=0,D=void 0,A=void 0;if(M>=i||XT(w,S))d=y,f=m;else{T=w-u,C=S-c;var k=y-u,L=w-y,N=m-c,E=S-m,O=void 0,P=void 0;if("x"===s){var R=T>0?1:-1;d=y-R*(O=Math.abs(k))*a,f=m,D=y+R*(P=Math.abs(L))*a,A=m}else if("y"===s){var V=C>0?1:-1;d=y,f=m-V*(O=Math.abs(N))*a,D=y,A=m+V*(P=Math.abs(E))*a}else O=Math.sqrt(k*k+N*N),d=y-T*a*(1-(I=(P=Math.sqrt(L*L+E*E))/(P+O))),f=m-C*a*(1-I),A=m+C*a*I,D=UT(D=y+T*a*I,YT(w,y)),A=UT(A,YT(S,m)),D=YT(D,UT(w,y)),f=m-(C=(A=YT(A,UT(S,m)))-m)*O/P,d=UT(d=y-(T=D-y)*O/P,YT(u,y)),f=UT(f,YT(c,m)),D=y+(T=y-(d=YT(d,UT(u,y))))*P/O,A=m+(C=m-(f=YT(f,UT(c,m))))*P/O}t.bezierCurveTo(h,p,d,f,y,m),h=D,p=A}else t.lineTo(y,m)}u=y,c=m,g+=o}return v}var jT=function(){this.smooth=0,this.smoothConstraint=!0},qT=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polyline",n}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:ig.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new jT},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&XT(n[2*r-2],n[2*r-1]);r--);for(;i<r&&XT(n[2*i],n[2*i+1]);i++);}for(;i<r;)i+=ZT(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=vl.CMD,a="x"===e,s=[],l=0;l<r.length;){var u=void 0,c=void 0,h=void 0,p=void 0,d=void 0,f=void 0,g=void 0;switch(r[l++]){case o.M:n=r[l++],i=r[l++];break;case o.L:if(u=r[l++],c=r[l++],(g=a?(t-n)/(u-n):(t-i)/(c-i))<=1&&g>=0){var v=a?(c-i)*g+i:(u-n)*g+n;return a?[t,v]:[v,t]}n=u,i=c;break;case o.C:u=r[l++],c=r[l++],h=r[l++],p=r[l++],d=r[l++],f=r[l++];var y=a?Yn(n,u,h,d,t,s):Yn(i,c,p,f,t,s);if(y>0)for(var m=0;m<y;m++){var x=s[m];if(x<=1&&x>=0){v=a?Hn(i,c,p,f,x):Hn(n,u,h,d,x);return a?[t,v]:[v,t]}}n=d,i=f}}},e}(zl),KT=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(jT),$T=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-polygon",n}return n(e,t),e.prototype.getDefaultShape=function(){return new KT},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&&XT(n[2*o-2],n[2*o-1]);o--);for(;r<o&&XT(n[2*r],n[2*r+1]);r++);}for(;r<o;){var s=ZT(t,n,r,o,o,1,e.smooth,a,e.connectNulls);ZT(t,i,r+s-1,s,o,-1,e.stackedOnSmooth,a,e.connectNulls),r+=s+1,t.closePath()}},e}(zl);function JT(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 Ql({shape:{x:a,y:s,width:l,height:u}});if(e){var p=t.getBaseAxis(),d=p.isHorizontal(),f=p.inverse;d?(f&&(h.shape.x+=l),h.shape.width=0):(f||(h.shape.y+=u),h.shape.height=0);var g=J(r)?function(t){r(t,h)}:null;qh(h,{shape:{width:l,height:u,x:a,y:s}},n,null,i,g)}return h}function QT(t,e,n){var i=t.getArea(),r=Bo(i.r0,1),o=Bo(i.r,1),a=new ih({shape:{cx:Bo(t.cx,1),cy:Bo(t.cy,1),r0:r,r:o,startAngle:i.startAngle,endAngle:i.endAngle,clockwise:i.clockwise}});e&&("angle"===t.getBaseAxis().dim?a.shape.endAngle=i.startAngle:a.shape.r=r,qh(a,{shape:{endAngle:i.endAngle,r:o}},n));return a}function tC(t,e,n,i,r){return t?"polar"===t.type?QT(t,e,n):"cartesian2d"===t.type?JT(t,e,n,i,r):null:null}function eC(t,e){return t.type===e}function nC(t,e){if(t.length===e.length){for(var n=0;n<t.length;n++)if(t[n]!==e[n])return;return!0}}function iC(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 rC(t,e){var n=iC(t),i=n[0],r=n[1],o=iC(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 oC(t){return et(t)?t:t?.5:0}function aC(t,e,n,i,r){var o=n.getBaseAxis(),a="x"===o.dim||"radius"===o.dim?0:1,s=[],l=0,u=[],c=[],h=[],p=[];if(r){for(l=0;l<t.length;l+=2){var d=e||t;isNaN(d[l])||isNaN(d[l+1])||p.push(t[l],t[l+1])}t=p}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 sC(t,e,n){var i=t.getVisual("visualMeta");if(i&&i.length&&t.count())if("cartesian2d"===e.type){for(var r,o,a=i.length-1;a>=0;a--){var s=t.getDimensionInfo(i[a].dimension);if("x"===(r=s&&s.coordDim)||"y"===r){o=i[a];break}}if(o){var l=e.getAxis(r),u=U(o.stops,function(t){return{coord:l.toGlobalCoord(l.dataToCoord(t.value)),color:t.color}}),c=u.length,h=o.outerColors.slice();c&&u[0].coord>u[c-1].coord&&(u.reverse(),h.reverse());var p=function(t,e){var n,i,r=[],o=t.length;function a(t,e,n){var i=t.coord;return{coord:n,color:Ti((n-i)/(e.coord-i),[t.color,e.color])}}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}n&&(r.push(a(n,l,0)),n=null),r.push(l),i=l}}return r}(u,"x"===r?n.getWidth():n.getHeight()),d=p.length;if(!d&&c)return u[0].coord<0?h[1]?h[1]:u[c-1].color:h[0]?h[0]:u[0].color;var f=p[0].coord-10,g=p[d-1].coord+10,v=g-f;if(v<.001)return"transparent";H(p,function(t){t.offset=(t.coord-f)/v}),p.push({offset:d?p[d-1].offset:.5,color:h[1]||"transparent"}),p.unshift({offset:d?p[0].offset:.5,color:h[0]||"transparent"});var y=new kh(0,0,0,0,p,!0);return y[r]=f,y[r+"2"]=g,y}"production"!==process.env.NODE_ENV&&console.warn("Visual map on line style only support x or y dimension.")}else"production"!==process.env.NODE_ENV&&console.warn("Visual map on line style is only supported on cartesian2d.")}function lC(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*RT.getSymbolSize(e,a)[t.isHorizontal()?1:0]>i)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return H(o.getViewLabels(),function(t){var e=o.scale.getRawOrdinalNumber(t.tickValue);s[e]=1}),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function uC(t,e){return isNaN(t)||isNaN(e)}function cC(t,e){return[t[2*e],t[2*e+1]]}function hC(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e<Su.length;e++)if(t.get([Su[e],"endLabel","show"]))return!0;return!1}function pC(t,e,n,i){if(eC(e,"cartesian2d")){var r=i.getModel("endLabel"),o=r.get("valueAnimation"),a=i.getData(),s={lastFrameIndex:0},l=hC(i)?function(n,i){t._endLabelOnDuring(n,i,a,s,o,r,e)}:null,u=e.getBaseAxis().isHorizontal(),c=JT(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,p=Math.max(h.width,h.height);u?(h.y-=p,h.height+=2*p):(h.x-=p,h.width+=2*p)}return l&&l(1,c),c}return"production"!==process.env.NODE_ENV&&i.get(["endLabel","show"])&&console.warn("endLabel is not supported for lines in polar systems."),QT(e,n,i)}var dC=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(){var t=new wo,e=new FT;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t,this._changePolyState=q(this._changePolyState,this)},e.prototype.render=function(t,e,n){var i=t.coordinateSystem,r=this.group,o=t.getData(),a=t.getModel("lineStyle"),s=t.getModel("areaStyle"),l=o.getLayout("points")||[],u="polar"===i.type,c=this._coordSys,h=this._symbolDraw,p=this._polyline,d=this._polygon,f=this._lineGroup,g=!e.ssr&&t.get("animation"),v=!s.isEmpty(),y=s.get("origin"),m=WT(i,o,y),x=v&&function(t,e,n){if(!n.valueDim)return[];for(var i=e.count(),r=Ow(2*i),o=0;o<i;o++){var a=HT(n,t,e,o);r[2*o]=a[0],r[2*o+1]=a[1]}return r}(i,o,m),_=t.get("showSymbol"),b=t.get("connectNulls"),w=_&&!u&&lC(t,o,i),S=this._data;S&&S.eachItemGraphicEl(function(t,e){t.__temp&&(r.remove(t),S.setItemGraphicEl(e,null))}),_||h.remove(),r.add(f);var M,I=!u&&t.get("step");i&&i.getArea&&t.get("clip",!0)&&(null!=(M=i.getArea()).width?(M.x-=.1,M.y-=.1,M.width+=.2,M.height+=.2):M.r0&&(M.r0-=.5,M.r+=.5)),this._clipShapeForSymbol=M;var T=sC(o,i,n)||o.getVisual("style")[o.getVisual("drawType")];if(p&&c.type===i.type&&I===this._step){v&&!d?d=this._newPolygon(l,x):d&&!v&&(f.remove(d),d=this._polygon=null),u||this._initOrUpdateEndLabel(t,i,xf(T));var C=f.getClipPath();if(C)qh(C,{shape:pC(this,i,!1,t).shape},t);else f.setClipPath(pC(this,i,!0,t));_&&h.updateData(o,{isIgnore:w,clipShape:M,disableAnimation:!0,getSymbolPoint:function(t){return[l[2*t],l[2*t+1]]}}),nC(this._stackedOnPoints,x)&&nC(this._points,l)||(g?this._doUpdateAnimation(o,x,i,n,I,y,b):(I&&(x&&(x=aC(x,l,i,I,b)),l=aC(l,null,i,I,b)),p.setShape({points:l}),d&&d.setShape({points:l,stackedOnPoints:x})))}else _&&h.updateData(o,{isIgnore:w,clipShape:M,disableAnimation:!0,getSymbolPoint:function(t){return[l[2*t],l[2*t+1]]}}),g&&this._initSymbolLabelAnimation(o,i,M),I&&(x&&(x=aC(x,l,i,I,b)),l=aC(l,null,i,I,b)),p=this._newPolyline(l),v?d=this._newPolygon(l,x):d&&(f.remove(d),d=this._polygon=null),u||this._initOrUpdateEndLabel(t,i,xf(T)),f.setClipPath(pC(this,i,!0,t));var D=t.getModel("emphasis"),A=D.get("focus"),k=D.get("blurScope"),L=D.get("disabled");(p.useStyle(V(a.getLineStyle(),{fill:"none",stroke:T,lineJoin:"bevel"})),hc(p,t,"lineStyle"),p.style.lineWidth>0&&"bolder"===t.get(["emphasis","lineStyle","width"]))&&(p.getState("emphasis").style.lineWidth=+p.style.lineWidth+1);yu(p).seriesIndex=t.seriesIndex,sc(p,A,k,L);var N=oC(t.get("smooth")),E=t.get("smoothMonotone");if(p.setShape({smooth:N,smoothMonotone:E,connectNulls:b}),d){var O=o.getCalculationInfo("stackedOnSeries"),P=0;d.useStyle(V(s.getAreaStyle(),{fill:T,opacity:.7,lineJoin:"bevel",decal:o.getVisual("style").decal})),O&&(P=oC(O.get("smooth"))),d.setShape({smooth:N,stackedOnSmooth:P,smoothMonotone:E,connectNulls:b}),hc(d,t,"areaStyle"),yu(d).seriesIndex=t.seriesIndex,sc(d,A,k,L)}var R=this._changePolyState;o.eachItemGraphicEl(function(t){t&&(t.onHoverStateChange=R)}),this._polyline.onHoverStateChange=R,this._data=o,this._coordSys=i,this._stackedOnPoints=x,this._points=l,this._step=I,this._valueOrigin=y,t.get("triggerLineEvent")&&(this.packEventData(t,p),d&&this.packEventData(t,d))},e.prototype.packEventData=function(t,e){yu(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=Ea(r,i);if(this._changePolyState("emphasis"),!(o instanceof Array)&&null!=o&&o>=0){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))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel")||0,h=t.get("z")||0;(s=new RT(r,o)).x=l,s.y=u,s.setZ(c,h);var p=s.getSymbolPath().getTextContent();p&&(p.zlevel=c,p.z=h,p.z2=this._polyline.z2+1),s.__temp=!0,r.setItemGraphicEl(o,s),s.stopSymbolAnimation(!0),this.group.add(s)}s.highlight()}else vm.prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=Ea(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 vm.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;Wu(this._polyline,t),e&&Wu(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new qT({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 $T({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");J(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=J(u)?u(null):u;t.eachItemGraphicEl(function(t,o){var s=t;if(s){var h=[t.x,t.y],p=void 0,d=void 0,f=void 0;if(n)if(r){var g=n,v=e.pointToCoord(h);i?(p=g.startAngle,d=g.endAngle,f=-v[1]/180*Math.PI):(p=g.r0,d=g.r,f=v[0])}else{var y=n;i?(p=y.x,d=y.x+y.width,f=t.x):(p=y.y+y.height,d=y.y,f=t.y)}var m=d===p?0:(f-p)/(d-p);a&&(m=1-m);var x=J(u)?u(o):l*m+c,_=s.getSymbolPath(),b=_.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:x}),b&&b.animateFrom({style:{opacity:0}},{duration:300,delay:x}),_.disableLabelAnimation=!0}})},e.prototype._initOrUpdateEndLabel=function(t,e,n){var i=t.getModel("endLabel");if(hC(t)){var r=t.getData(),o=this._polyline,a=r.getLayout("points");if(!a)return o.removeTextContent(),void(this._endLabel=null);var s=this._endLabel;s||((s=this._endLabel=new vu({z2:200})).ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=function(t){for(var e=t.length/2;e>0&&uC(t[2*e-2],t[2*e-1]);e--);return e-1}(a);l>=0&&(Yp(o,Xp(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?ET(r,n):NT(r,t)},enableTextSetter:!0},function(t,e){var n=e.getBaseAxis(),i=n.isHorizontal(),r=n.inverse,o=i?r?"right":"left":"center",a=i?"middle":r?"top":"bottom";return{normal:{align:t.get("align")||o,verticalAlign:t.get("verticalAlign")||a}}}(i,e)),o.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"),p=o.get("precision"),d=o.get("distance")||0,f=a.getBaseAxis(),g=f.isHorizontal(),v=f.inverse,y=e.shape,m=v?g?y.x:y.y+y.height:g?y.x+y.width:y.y,x=(g?d:0)*(v?-1:1),_=(g?0:-d)*(v?-1:1),b=g?"x":"y",w=function(t,e,n){for(var i,r,o=t.length/2,a="x"===n?0:1,s=0,l=-1,u=0;u<o;u++)if(r=t[2*u+a],!isNaN(r)&&!isNaN(t[2*u+1-a]))if(0!==u){if(i<=e&&r>=e||i>=e&&r<=e){l=u;break}s=u,i=r}else i=r;return{range:[s,l],t:(e-i)/(r-i)}}(u,m,b),S=w.range,M=S[1]-S[0],I=void 0;if(M>=1){if(M>1&&!h){var T=cC(u,S[0]);s.attr({x:T[0]+x,y:T[1]+_}),r&&(I=c.getRawValue(S[0]))}else{(T=l.getPointOn(m,b))&&s.attr({x:T[0]+x,y:T[1]+_});var C=c.getRawValue(S[0]),D=c.getRawValue(S[1]);r&&(I=Ha(n,p,C,D,w.t))}i.lastFrameIndex=S[0]}else{var A=1===t||i.lastFrameIndex>0?S[0]:0;T=cC(u,A);r&&(I=c.getRawValue(A)),s.attr({x:T[0]+x,y:T[1]+_})}if(r){var k=td(s);"function"==typeof k.setLabelText&&k.setLabelText(I)}}},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){for(var s=function(t,e){var n=[];return e.diff(t).add(function(t){n.push({cmd:"+",idx:t})}).update(function(t,e){n.push({cmd:"=",idx:e,idx1:t})}).remove(function(t){n.push({cmd:"-",idx:t})}).execute(),n}(t,e),l=[],u=[],c=[],h=[],p=[],d=[],f=[],g=WT(r,e,a),v=t.getLayout("points")||[],y=e.getLayout("points")||[],m=0;m<s.length;m++){var x=s[m],_=!0,b=void 0,w=void 0;switch(x.cmd){case"=":b=2*x.idx,w=2*x.idx1;var S=v[b],M=v[b+1],I=y[w],T=y[w+1];(isNaN(S)||isNaN(M))&&(S=I,M=T),l.push(S,M),u.push(I,T),c.push(n[b],n[b+1]),h.push(i[w],i[w+1]),f.push(e.getRawIndex(x.idx1));break;case"+":var C=x.idx,D=g.dataDimsForPoint,A=r.dataToPoint([e.get(D[0],C),e.get(D[1],C)]);w=2*C,l.push(A[0],A[1]),u.push(y[w],y[w+1]);var k=HT(g,r,e,C);c.push(k[0],k[1]),h.push(i[w],i[w+1]),f.push(e.getRawIndex(C));break;case"-":_=!1}_&&(p.push(x),d.push(d.length))}d.sort(function(t,e){return f[t]-f[e]});var L=l.length,N=Ow(L),E=Ow(L),O=Ow(L),P=Ow(L),R=[];for(m=0;m<d.length;m++){var V=d[m],z=2*m,B=2*V;N[z]=l[B],N[z+1]=l[B+1],E[z]=u[B],E[z+1]=u[B+1],O[z]=c[B],O[z+1]=c[B+1],P[z]=h[B],P[z+1]=h[B+1],R[m]=p[V]}return{current:N,next:E,stackedOnCurrent:O,stackedOnNext:P,status:R}}(this._data,t,this._stackedOnPoints,e,this._coordSys,0,this._valueOrigin),h=c.current,p=c.stackedOnCurrent,d=c.next,f=c.stackedOnNext;if(r&&(p=aC(c.stackedOnCurrent,c.current,n,r,a),h=aC(c.current,null,n,r,a),f=aC(c.stackedOnNext,c.next,n,r,a),d=aC(c.next,null,n,r,a)),rC(h,d)>3e3||l&&rC(p,f)>3e3)return s.stopAnimation(),s.setShape({points:d}),void(l&&(l.stopAnimation(),l.setShape({points:d,stackedOnPoints:f})));s.shape.__points=c.current,s.shape.points=h;var g={shape:{points:d}};c.current!==h&&(g.shape.__points=c.next),s.stopAnimation(),jh(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:p}),l.stopAnimation(),jh(l,{shape:{stackedOnPoints:f}},u),s.shape.points!==l.shape.points&&(l.shape.points=s.shape.points));for(var v=[],y=c.status,m=0;m<y.length;m++){if("="===y[m].cmd){var x=t.getItemGraphicEl(y[m].idx1);x&&v.push({el:x,ptIdx:m})}}s.animators&&s.animators.length&&s.animators[0].during(function(){l&&l.dirtyShape();for(var t=s.shape.__points,e=0;e<v.length;e++){var n=v[e].el,i=2*v[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}(vm),fC=dC;function gC(t,e){return{seriesType:t,plan:sm(),reset:function(t){var n=t.getData(),i=t.coordinateSystem,r=t.pipelineContext,o=e||r.large;if(i){var a=U(i.dimensions,function(t){return n.mapDimension(t)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");lw(n,a[0])&&(a[0]=l),lw(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&&Ow(n*s),a=[],l=[],p=t.start,d=0;p<t.end;p++){var f=void 0;if(1===s){var g=u.get(c,p);f=i.dataToPoint(g,null,l)}else a[0]=u.get(c,p),a[1]=u.get(h,p),f=i.dataToPoint(a,null,l);o?(r[d++]=f[0],r[d++]=f[1]):e.setItemLayout(p,f.slice())}o&&e.setLayout("points",r)}}}}}}var vC={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]}},yC=function(t){return Math.round(t.length/2)};function mC(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.abs(u[1]-u[0])*(c||1),p=Math.round(a/h);if(isFinite(p)&&p>1){"lttb"===r?t.setData(i.lttbDownSample(i.mapDimension(l.dim),1/p)):"minmax"===r&&t.setData(i.minmaxDownSample(i.mapDimension(l.dim),1/p));var d=void 0;Q(r)?d=vC[r]:J(r)&&(d=r),d&&t.setData(i.downSample(i.mapDimension(l.dim),1/p,d,yC))}}}}}var xC=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.getInitialData=function(t,e){return cw(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)H(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)return;if(2===i.length)return void(o[n]=t.toGlobalCoord(t.getExtent()[l?1:0]));for(var u=void 0,c=void 0,h=1,p=0;p<i.length;p++){var d=i[p].coord,f=p===i.length-1?i[p-1].tickValue+h:i[p].tickValue;if(f===s){c=d;break}if(f<s)u=d;else if(null!=u&&f>s){c=(d+u)/2;break}1===p&&(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()?0:1;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",defaultBarGap:"10%"},e}(rm);rm.registerClass(xC);var _C=xC,bC=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.getInitialData=function(){return cw(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=bd(_C.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:ig.color.primary,borderWidth:2}},realtimeSort:!1}),e}(_C),wC=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},SC=function(t){function e(e){var n=t.call(this,e)||this;return n.type="sausage",n}return n(e,t),e.prototype.getDefaultShape=function(){return new wC},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=.5*(o-r),s=r+a,l=e.startAngle,u=e.endAngle,c=e.clockwise,h=2*Math.PI,p=c?u-l<h:l-u<h;p||(l=u-(c?h:-h));var d=Math.cos(l),f=Math.sin(l),g=Math.cos(u),v=Math.sin(u);p?(t.moveTo(d*r+n,f*r+i),t.arc(d*s+n,f*s+i,a,-Math.PI+l,l,!c)):t.moveTo(d*o+n,f*o+i),t.arc(n,i,o,l,u,!c),t.arc(g*s+n,v*s+i,a,u-2*Math.PI,u-Math.PI,!c),0!==r&&t.arc(n,i,r,u,l,c)},e}(zl),MC=SC;function IC(t,e,n){return e*Math.sin(t)*(n?-1:1)}function TC(t,e,n){return e*Math.cos(t)*(n?1:-1)}function CC(t,e,n){var i=t.get("borderRadius");if(null==i)return n?{cornerRadius:0}:null;$(i)||(i=[i,i,i,i]);var r=Math.abs(e.r||0-e.r0||0);return{cornerRadius:U(i,function(t){return ao(t,r)})}}var DC=Math.max,AC=Math.min;var kC=function(t){function e(){var n=t.call(this)||this;return n.type=e.type,n._isFirstFrame=!0,n}return n(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)):"production"!==process.env.NODE_ENV&&ha("Only cartesian2d and polar supported for bar.")},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){Np(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();"production"!==process.env.NODE_ENV&&n&&("category"!==i.type&&ha("`realtimeSort` will not work because this bar series is not based on a category axis."),"cartesian2d"!==e.type&&ha("`realtimeSort` will not work because this bar series is not on cartesian2d."));if(n&&"category"===i.type&&"cartesian2d"===e.type)return{baseAxis:i,otherAxis:e.getOtherAxis(i)}}(t,l);h&&this._enableRealtimeSort(h,a,n);var p=t.get("clip",!0)||h,d=function(t,e){var n=t.getArea&&t.getArea();if(eC(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),v=t.getModel("backgroundStyle"),y=v.get("borderRadius")||0,m=[],x=this._backgroundEls,_=i&&i.isInitSort,b=i&&"changeAxisOrder"===i.type;function w(t){var e=zC[l.type](a,t);if(!e)return null;var n=function(t,e,n){var i="polar"===t.type?ih:Ql;return new i({shape:YC(e,n,t),silent:!0,z2:0})}(l,r,e);return n.useStyle(v.getItemStyle()),"cartesian2d"===l.type?n.setShape("r",y):n.setShape("cornerRadius",y),m[t]=n,n}a.diff(s).add(function(e){var n=a.getItemModel(e),i=zC[l.type](a,e,n);if(i&&(g&&w(e),a.hasValue(e)&&VC[l.type](i))){var s=!1;p&&(s=LC[l.type](d,i));var v=NC[l.type](t,a,e,i,r,c,u.model,!1,f);h&&(v.forceLabelAnimation=!0),GC(v,a,e,n,i,t,r,"polar"===l.type),_?v.attr({shape:i}):h?EC(h,c,v,i,e,r,!1,!1):qh(v,{shape:i},t,e),a.setItemGraphicEl(e,v),o.add(v),v.ignore=s}}).update(function(e,n){var i=a.getItemModel(e),S=zC[l.type](a,e,i);if(S){if(g){var M=void 0;0===x.length?M=w(n):((M=x[n]).useStyle(v.getItemStyle()),"cartesian2d"===l.type?M.setShape("r",y):M.setShape("cornerRadius",y),m[e]=M);var I=zC[l.type](a,e);jh(M,{shape:YC(r,I,l)},c,e)}var T=s.getItemGraphicEl(n);if(a.hasValue(e)&&VC[l.type](S)){var C=!1;if(p&&(C=LC[l.type](d,S))&&o.remove(T),T&&("sector"===T.type&&f||"sausage"===T.type&&!f)&&(T&&Qh(T,t,n),T=null),T?tp(T):T=NC[l.type](t,a,e,S,r,c,u.model,!0,f),h&&(T.forceLabelAnimation=!0),b){var D=T.getTextContent();if(D){var A=td(D);null!=A.prevValue&&(A.prevValue=A.value)}}else GC(T,a,e,i,S,t,r,"polar"===l.type);_?T.attr({shape:S}):h?EC(h,c,T,S,e,r,!0,b):jh(T,{shape:S},t,e,null),a.setItemGraphicEl(e,T),T.ignore=C,o.add(T)}else o.remove(T)}}).remove(function(e){var n=s.getItemGraphicEl(e);n&&Qh(n,t,e)}).execute();var S=this._backgroundGroup||(this._backgroundGroup=new wo);S.removeAll();for(var M=0;M<m.length;++M)S.add(m[M]);o.add(S),this._backgroundEls=m,this._data=a},e.prototype._renderLarge=function(t,e,n){this._clear(),HC(t,this.group),this._updateLargeClip(t)},e.prototype._incrementalRenderLarge=function(t,e){this._removeBackground(),HC(e,this.group,this._progressiveEls,!0)},e.prototype._updateLargeClip=function(t){var e=t.get("clip",!0)&&tC(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:U(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){Qh(e,t,yu(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}(vm),LC={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=DC(e.x,t.x),s=AC(e.x+e.width,r),l=DC(e.y,t.y),u=AC(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=AC(e.r,t.r),o=DC(e.r0,t.r0);e.r=r,e.r0=o;var a=r-o<0;if(n<0){i=e.r;e.r=e.r0,e.r0=i}return a}},NC={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new Ql({shape:R({},i),z2:1});(u.__dataIndex=n,u.name="item",o)&&(u.shape[r?"height":"width"]=0);return u},polar:function(t,e,n,i,r,o,a,s,l){var u=!r&&l?MC:ih,c=new u({shape:i,z2:1});c.name="item";var h,p,d=BC(r);if(c.calculateTextPosition=(h=d,p=({isRoundCap:u===MC}||{}).isRoundCap,function(t,e,n){var i=e.position;if(!i||i instanceof Array)return so(t,e,n);var r=h(i),o=null!=e.distance?e.distance:5,a=this.shape,s=a.cx,l=a.cy,u=a.r,c=a.r0,d=(u+c)/2,f=a.startAngle,g=a.endAngle,v=(f+g)/2,y=p?Math.abs(u-c)/2:0,m=Math.cos,x=Math.sin,_=s+u*m(f),b=l+u*x(f),w="left",S="top";switch(r){case"startArc":_=s+(c-o)*m(v),b=l+(c-o)*x(v),w="center",S="top";break;case"insideStartArc":_=s+(c+o)*m(v),b=l+(c+o)*x(v),w="center",S="bottom";break;case"startAngle":_=s+d*m(f)+IC(f,o+y,!1),b=l+d*x(f)+TC(f,o+y,!1),w="right",S="middle";break;case"insideStartAngle":_=s+d*m(f)+IC(f,-o+y,!1),b=l+d*x(f)+TC(f,-o+y,!1),w="left",S="middle";break;case"middle":_=s+d*m(v),b=l+d*x(v),w="center",S="middle";break;case"endArc":_=s+(u+o)*m(v),b=l+(u+o)*x(v),w="center",S="bottom";break;case"insideEndArc":_=s+(u-o)*m(v),b=l+(u-o)*x(v),w="center",S="top";break;case"endAngle":_=s+d*m(g)+IC(g,o+y,!0),b=l+d*x(g)+TC(g,o+y,!0),w="left",S="middle";break;case"insideEndAngle":_=s+d*m(g)+IC(g,-o+y,!0),b=l+d*x(g)+TC(g,-o+y,!0),w="right",S="middle";break;default:return so(t,e,n)}return(t=t||{}).x=_,t.y=b,t.align=w,t.verticalAlign=S,t}),o){var f=r?"r":"endAngle",g={};c.shape[f]=r?i.r0:i.startAngle,g[f]=i[f],(s?jh:qh)(c,{shape:g},o)}return c}};function EC(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?jh:qh)(n,{shape:l},e,r,null),(a?jh:qh)(n,{shape:u},e?t.baseAxis.model:null,r)}function OC(t,e){for(var n=0;n<e.length;n++)if(!isFinite(t[e[n]]))return!0;return!1}var PC=["x","y","width","height"],RC=["cx","cy","r","startAngle","endAngle"],VC={cartesian2d:function(t){return!OC(t,PC)},polar:function(t){return!OC(t,RC)}},zC={cartesian2d:function(t,e,n){var i=t.getItemLayout(e);if(!i)return null;var r=n?function(t,e){var n=t.get(["itemStyle","borderColor"]);if(!n||"none"===n)return 0;var i=t.get(["itemStyle","borderWidth"])||0,r=isNaN(e.width)?Number.MAX_VALUE:Math.abs(e.width),o=isNaN(e.height)?Number.MAX_VALUE:Math.abs(e.height);return Math.min(i,r,o)}(n,i):0,o=i.width>0?1:-1,a=i.height>0?1:-1;return{x:i.x+o*r/2,y:i.y+a*r/2,width:i.width-o*r,height:i.height-a*r}},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 BC(t){return function(t){var e=t?"Arc":"Angle";return function(t){switch(t){case"start":case"insideStart":case"end":case"insideEnd":return t+e;default:return t}}}(t)}function GC(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=t.shape;R(u,CC(i.getModel("itemStyle"),u,!0)),t.setShape(u)}}else{var c=i.get(["itemStyle","borderRadius"])||0;t.setShape("r",c)}t.useStyle(l);var h=i.getShallow("cursor");h&&t.attr("cursor",h);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",d=Xp(i);Yp(t,d,{labelFetcher:o,labelDataIndex:n,defaultText:NT(o.getData(),n),inheritColor:l.fill,defaultOpacity:l.opacity,defaultOutsidePosition:p});var f=t.getTextContent();if(s&&f){var g=i.get(["label","position"]);t.textConfig.inside="middle"===g||null,function(t,e,n,i){if(et(i))t.setTextConfig({rotation:i});else if($(e))t.setTextConfig({rotation:0});else{var r,o=t.shape,a=o.clockwise?o.startAngle:o.endAngle,s=o.clockwise?o.endAngle:o.startAngle,l=(a+s)/2,u=n(e);switch(u){case"startArc":case"insideStartArc":case"middle":case"insideEndArc":case"endArc":r=l;break;case"startAngle":case"insideStartAngle":r=a;break;case"endAngle":case"insideEndAngle":r=s;break;default:return void t.setTextConfig({rotation:0})}var c=1.5*Math.PI-r;"middle"===u&&c>Math.PI/2&&c<1.5*Math.PI&&(c-=Math.PI),t.setTextConfig({rotation:c})}}(t,"outside"===g?p:g,BC(a),i.get(["label","rotate"]))}ed(f,d,o.getRawValue(n),function(t){return ET(e,t)});var v=i.getModel(["emphasis"]);sc(t,v.get("focus"),v.get("blurScope"),v.get("disabled")),hc(t,i),function(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}(r)&&(t.style.fill="none",t.style.stroke="none",H(t.states,function(t){t.style&&(t.style.fill=t.style.stroke="none")}))}var FC=function(){},WC=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeBar",n}return n(e,t),e.prototype.getDefaultShape=function(){return new FC},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}(zl);function HC(t,e,n,i){var r=t.getData(),o=r.getLayout("valueAxisHorizontal")?1:0,a=r.getLayout("largeDataIndices"),s=r.getLayout("size"),l=t.getModel("backgroundStyle"),u=r.getLayout("largeBackgroundPoints");if(u){var c=new WC({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 WC({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,yu(h).seriesIndex=t.seriesIndex,t.get("silent")||(h.on("mousedown",UC),h.on("mousemove",UC)),n&&n.push(h)}var UC=_m(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 p=3*c;if(l[i]=u,l[r]=o[p+2],s[i]=o[p+i],s[r]=o[p+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);yu(this).dataIndex=e>=0?e:null},30,!1);function YC(t,e,n){if(eC(n,"cartesian2d")){var i=e,r=n.getArea();return{x:t?i.x:r.x,y:t?r.y:i.y,width:t?i.width:r.width,height:t?r.height:i.height}}var o=e;return{cx:(r=n.getArea()).cx,cy:r.cy,r0:t?r.r0:o.r0,r:t?r.r:o.r,startAngle:t?o.startAngle:0,endAngle:t?o.endAngle:2*Math.PI}}var XC=kC;var ZC=2*Math.PI,jC=Math.PI/180;function qC(t,e,n){e.eachSeriesByType(t,function(t){var e=t.getData(),i=e.mapDimension("value"),r=Gf(t,n),o=r.cx,a=r.cy,s=r.r,l=r.r0,u=r.viewRect,c=-t.get("startAngle")*jC,h=t.get("endAngle"),p=t.get("padAngle")*jC;h="auto"===h?c-ZC:-h*jC;var d=t.get("minAngle")*jC+p,f=0;e.each(i,function(t){!isNaN(t)&&f++});var g=e.getSum(i),v=Math.PI/(g||f)*2,y=t.get("clockwise"),m=t.get("roseType"),x=t.get("stillShowZeroSum"),_=e.getDataExtent(i);_[0]=0;var b=y?1:-1,w=[c,h],S=b*p/2;fl(w,!y),c=w[0],h=w[1];var M=KC(t);M.startAngle=c,M.endAngle=h,M.clockwise=y,M.cx=o,M.cy=a,M.r=s,M.r0=l;var I=Math.abs(h-c),T=I,C=0,D=c;if(e.setLayout({viewRect:u,r:s}),e.each(i,function(t,n){var i;if(isNaN(t))e.setItemLayout(n,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:y,cx:o,cy:a,r0:l,r:m?NaN:s});else{(i="area"!==m?0===g&&x?v:t*v:I/f)<d?(i=d,T-=d):C+=t;var r=D+b*i,u=0,c=0;p>i?c=u=D+b*i/2:(u=D+S,c=r-S),e.setItemLayout(n,{angle:i,startAngle:u,endAngle:c,clockwise:y,cx:o,cy:a,r0:l,r:m?Ro(t,_,[l,s]):s}),D=r}}),T<ZC&&f)if(T<=.001){var A=I/f;e.each(i,function(t,n){if(!isNaN(t)){var i=e.getItemLayout(n);i.angle=A;var r=0,o=0;A<p?o=r=c+b*(n+.5)*A:(r=c+b*n*A+S,o=c+b*(n+1)*A-S),i.startAngle=r,i.endAngle=o}})}else v=T/C,D=c,e.each(i,function(t,n){if(!isNaN(t)){var i=e.getItemLayout(n),r=i.angle===d?d:t*v,o=0,a=0;r<p?a=o=D+b*r/2:(o=D+S,a=D+b*r-S),i.startAngle=o,i.endAngle=a,D+=b*r}})})}var KC=Oa();function $C(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 JC=Math.PI/180;function QC(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 p=t[h].label.x-u;t[h].linePoints[1][0]+=p,t[h].label.x=u}ZM(t,1,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,p=i+l.len,f=Math.abs(h)<p?Math.sqrt(c*c/(1-h*h/p/p)):p;u.rB=f,u.maxY=c}u.list.push(l)}d(o),d(a)}(t)}function d(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=c*c,p=Math.sqrt(Math.abs((1-u*u/a)*h)),d=e+(p+l.len2)*r,f=d-l.label.x;tD(l,l.targetTextWidth-f*r,!0),l.label.x=d}}}function tD(t,e,n){if(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){if(u&&u.match("break")){i.setStyle("backgroundColor",null),i.setStyle("width",e-l);var h=i.getBoundingRect();i.setStyle("width",Math.ceil(h.width)),i.setStyle("backgroundColor",a)}else{var p=e-l,d=e<c?p:n?p>t.unconstrainedWidth?null:p:null;i.setStyle("width",d)}eD(o,i)}}}function eD(t,e){iD.rect=t,WM(iD,e,nD)}var nD={minMarginForce:[null,0,null,0],marginDefault:[1,0,1,0]},iD={};function rD(t){return"center"===t.position}function oD(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*JC,s=i.getLayout("viewRect"),l=i.getLayout("r"),u=s.width,c=s.x,h=s.y,p=s.height;function d(t){t.ignore=!0}i.each(function(t){var s=i.getItemGraphicEl(t),h=s.shape,f=s.getTextContent(),g=s.getTextGuideLine(),v=i.getItemModel(t),y=v.getModel("label"),m=y.get("position")||v.get(["emphasis","label","position"]),x=y.get("distanceToLabelLine"),_=y.get("alignTo"),b=Vo(y.get("edgeDistance"),u),w=y.get("bleedMargin");null==w&&(w=Math.min(u,p)>200?10:2);var S=v.getModel("labelLine"),M=S.get("length");M=Vo(M,u);var I=S.get("length2");if(I=Vo(I,u),Math.abs(h.endAngle-h.startAngle)<a)return H(f.states,d),f.ignore=!0,void(g&&(H(g.states,d),g.ignore=!0));if(function(t){if(!t.ignore)return!0;for(var e in t.states)if(!1===t.states[e].ignore)return!0;return!1}(f)){var T,C,D,A,k=(h.startAngle+h.endAngle)/2,L=Math.cos(k),N=Math.sin(k);e=h.cx,n=h.cy;var E="inside"===m||"inner"===m;if("center"===m)T=h.cx,C=h.cy,A="center";else{var O=(E?(h.r+h.r0)/2*L:h.r*L)+e,P=(E?(h.r+h.r0)/2*N:h.r*N)+n;if(T=O+3*L,C=P+3*N,!E){var R=O+L*(M+l-h.r),V=P+N*(M+l-h.r),z=R+(L<0?-1:1)*I;T="edge"===_?L<0?c+b:c+u-b:z+(L<0?-x:x),C=V,D=[[O,P],[R,V],[z,V]]}A=E?"center":"edge"===_?L>0?"right":"left":L>0?"left":"right"}var B=Math.PI,G=0,F=y.get("rotate");if(et(F))G=F*(B/180);else if("center"===m)G=0;else if("radial"===F||!0===F){G=L<0?-k+B:-k}else if("tangential"===F&&"outside"!==m&&"outer"!==m){var W=Math.atan2(L,N);W<0&&(W=2*B+W),N>0&&(W=B+W),G=W-B}if(o=!!G,f.x=T,f.y=C,f.rotation=G,f.setStyle({verticalAlign:"middle"}),E){f.setStyle({align:A});var U=f.states.select;U&&(U.x+=f.x,U.y+=f.y)}else{var Y=new an(0,0,0,0);eD(Y,f),r.push({label:f,labelLine:g,position:m,len:M,len2:I,minTurnAngle:S.get("minTurnAngle"),maxSurfaceAngle:S.get("maxSurfaceAngle"),surfaceNormal:new Ge(L,N),linePoints:D,textAlign:A,labelDistance:x,labelAlignTo:_,edgeDistance:b,bleedMargin:w,rect:Y,unconstrainedWidth:Y.width,labelStyleWidth:f.style.width})}s.setTextConfig({inside:E})}}),!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,p=0;p<t.length;p++){var d=t[p].label;rD(t[p])||(d.x<e?(c=Math.min(c,d.x),l.push(t[p])):(h=Math.max(h,d.x),u.push(t[p])))}for(p=0;p<t.length;p++)if(!rD(v=t[p])&&v.linePoints){if(null!=v.labelStyleWidth)continue;d=v.label;var f=v.linePoints,g=void 0;g="edge"===v.labelAlignTo?d.x<e?f[2][0]-v.labelDistance-a-v.edgeDistance:a+r-v.edgeDistance-f[2][0]-v.labelDistance:"labelLine"===v.labelAlignTo?d.x<e?c-a-v.bleedMargin:a+r-h-v.bleedMargin:d.x<e?d.x-a-v.bleedMargin:a+r-d.x-v.bleedMargin,v.targetTextWidth=g,tD(v,g,!1)}for(QC(u,e,n,i,1,0,o,0,s,h),QC(l,e,n,i,-1,0,o,0,s,c),p=0;p<t.length;p++){var v;if(!rD(v=t[p])&&v.linePoints){d=v.label,f=v.linePoints;var y="edge"===v.labelAlignTo,m=d.style.padding,x=m?m[1]+m[3]:0,_=d.style.backgroundColor?0:x,b=v.rect.width+_,w=f[1][0]-f[2][0];y?d.x<e?f[2][0]=a+v.edgeDistance+b+v.labelDistance:f[2][0]=a+r-v.edgeDistance-b-v.labelDistance:(d.x<e?f[2][0]=d.x+v.labelDistance:f[2][0]=d.x-v.labelDistance,f[1][0]=f[2][0]+w),f[1][1]=f[2][1]=d.y}}}(r,e,n,l,u,p,c,h);for(var f=0;f<r.length;f++){var g=r[f],v=g.label,y=g.labelLine,m=isNaN(v.x)||isNaN(v.y);if(v){v.setStyle({align:g.textAlign}),m&&(H(v.states,d),v.ignore=!0);var x=v.states.select;x&&(x.x+=v.x,x.y+=v.y)}if(y){var _=g.linePoints;m||!_?(H(y.states,d),y.ignore=!0):(NM(_,g.minTurnAngle),EM(_,g.surfaceNormal,g.maxSurfaceAngle),y.setShape({points:_}),v.__hostTarget.textGuideLineConfig={anchor:new Ge(_[0][0],_[0][1])})}}}var aD=function(t){function e(e,n,i){var r=t.call(this)||this;r.z2=2;var o=new vu;return r.setTextContent(o),r.updateData(e,n,i,!0),r}return n(e,t),e.prototype.updateData=function(t,e,n,i){var r=this,o=t.hostModel,a=t.getItemModel(e),s=a.getModel("emphasis"),l=t.getItemLayout(e),u=R(CC(a.getModel("itemStyle"),l,!0),l);if(isNaN(u.startAngle))r.setShape(u);else{if(i){r.setShape(u);var c=o.getShallow("animationType");o.ecModel.ssr?(qh(r,{scaleX:0,scaleY:0},o,{dataIndex:e,isFrom:!0}),r.originX=u.cx,r.originY=u.cy):"scale"===c?(r.shape.r=l.r0,qh(r,{shape:{r:l.r}},o,e)):null!=n?(r.setShape({startAngle:n,endAngle:n}),qh(r,{shape:{startAngle:l.startAngle,endAngle:l.endAngle}},o,e)):(r.shape.endAngle=l.startAngle,jh(r,{shape:{endAngle:l.endAngle}},o,e))}else tp(r),jh(r,{shape:u},o,e);r.useStyle(t.getItemVisual(e,"style")),hc(r,a);var h=(l.startAngle+l.endAngle)/2,p=o.get("selectedOffset"),d=Math.cos(h)*p,f=Math.sin(h)*p,g=a.getShallow("cursor");g&&r.attr("cursor",g),this._updateLabel(o,t,e),r.ensureState("emphasis").shape=R({r:l.r+(s.get("scale")&&s.get("scaleSize")||0)},CC(s.getModel("itemStyle"),l)),R(r.ensureState("select"),{x:d,y:f,shape:CC(a.getModel(["select","itemStyle"]),l)}),R(r.ensureState("blur"),{shape:CC(a.getModel(["blur","itemStyle"]),l)});var v=r.getTextGuideLine(),y=r.getTextContent();v&&R(v.ensureState("select"),{x:d,y:f}),R(y.ensureState("select"),{x:d,y:f}),sc(this,s.get("focus"),s.get("blurScope"),s.get("disabled"))}},e.prototype._updateLabel=function(t,e,n){var i=this,r=e.getItemModel(n),o=r.getModel("labelLine"),a=e.getItemVisual(n,"style"),s=a&&a.fill,l=a&&a.opacity;Yp(i,Xp(r),{labelFetcher:e.hostModel,labelDataIndex:n,inheritColor:s,defaultOpacity:l,defaultText:t.getFormattedLabel(n,"normal")||e.getName(n)});var u=i.getTextContent();i.setTextConfig({position:null,rotation:null}),u.attr({z2:10});var c=r.get(["label","position"]);if("outside"!==c&&"outer"!==c)i.removeTextGuideLine();else{var h=this.getTextGuideLine();h||(h=new dh,this.setTextGuideLine(h)),RM(this,VM(r),{stroke:s,opacity:pt(o.get(["lineStyle","opacity"]),l,1)})}},e}(ih),sD=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.ignoreLabelLineUpdate=!0,e}return n(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=KC(t),h=new ih({shape:E(c)});h.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=h,s.add(h)}o.diff(a).add(function(t){var e=new aD(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){Qh(a.getItemGraphicEl(e),t,e)}).execute(),oD(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}(vm);function lD(t,e,n){e=$(e)&&{coordDimensions:e}||R({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=nw(i,e).dimensions,o=new ew(r,t);return o.initData(i,n),o}var uD,cD=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}(),hD=cD,pD=Oa(),dD=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new hD(q(this.getData,this),q(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return lD(this,{coordDimensions:["value"],encodeDefaulter:K(Sg,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=pD(n),r=i.seats;if(!r){var o=[];n.each(n.mapDimension("value"),function(t){o.push(t)}),r=i.seats=Uo(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){ba(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,"50%"],clockwise:!0,startAngle:90,endAngle:"auto",padAngle:0,minAngle:0,minShowLabelAngle:0,selectedOffset:10,percentPrecision:2,stillShowZeroSum:!0,coordinateSystemUsage:"box",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%",distanceToLabelLine:5},labelLine:{show:!0,length:15,length2:30,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}(rm);uD={fullType:dD.type,getCoord2:function(t){return t.getShallow("center")}},"production"!==process.env.NODE_ENV&&gt(!Tf.get(uD.fullType)),Tf.set(uD.fullType,{getCoord2:void 0}).getCoord2=uD.getCoord2;var fD=dD;var gD=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){return cw(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","matrix"],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:ig.color.primary}},universalTransition:{divideShape:"clone"}},e}(rm),vD=function(){},yD=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return n(e,t),e.prototype.getDefaultShape=function(){return new vD},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;else{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++],p=n[c++];a=Math.min(h,a),l=Math.max(h,l),s=Math.min(p,s),u=Math.max(p,u)}t=this._rect=new an(a-r/2,s-o/2,l-a+r,u-s+o)}return t},e}(zl),mD=function(){function t(){this.group=new wo}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=2*(t.endIndex-t.startIndex),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 yD({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=Tx(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=yu(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}(),xD=mD,_D=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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=gC("").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 xD:new FT,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}(vm),bD={left:0,right:0,top:0,bottom:0},wD=["25%","25%"],SD=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.mergeDefaultAndTheme=function(e,n){var i=jf(e.outerBounds);t.prototype.mergeDefaultAndTheme.apply(this,arguments),i&&e.outerBounds&&Zf(e.outerBounds,i)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.apply(this,arguments),this.option.outerBounds&&e.outerBounds&&Zf(this.option.outerBounds,e.outerBounds)},e.type="grid",e.dependencies=["xAxis","yAxis"],e.layoutMode="box",e.defaultOption={show:!1,z:0,left:"15%",top:65,right:"10%",bottom:80,containLabel:!1,outerBoundsMode:"auto",outerBounds:bD,outerBoundsContain:"all",outerBoundsClampWidth:wD[0],outerBoundsClampHeight:wD[1],backgroundColor:ig.color.transparent,borderWidth:1,borderColor:ig.color.neutral30},e}(Jf),MD=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",za).models[0]},e.type="cartesian2dAxis",e}(Jf);F(MD,IS);var ID={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:ig.color.axisLine,width:1,type:"solid"},symbol:["none","none"],symbolSize:[10,15],breakLine:!0},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,color:ig.color.axisLabel,textMargin:[0,3]},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:ig.color.axisSplitLine,width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:[ig.color.backgroundTint,ig.color.backgroundTransparent]}},breakArea:{show:!0,itemStyle:{color:ig.color.neutral00,borderColor:ig.color.border,borderWidth:1,borderType:[3,3],opacity:.6},zigzagAmplitude:4,zigzagMinSpan:4,zigzagMaxSpan:20,zigzagZ:100,expandOnClick:!0},breakLabelLayout:{moveOverlap:"auto"}},TD=O({boundaryGap:!0,deduplication:null,jitter:0,jitterOverlap:!0,jitterMargin:2,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto",show:"auto"},axisLabel:{interval:"auto"}},ID),CD=O({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:ig.color.axisMinorSplitLine,width:1}}},ID),DD={category:TD,value:CD,time:O({splitNumber:6,axisLabel:{showMinLabel:!1,showMaxLabel:!1,rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},CD),log:V({logBase:10},CD)},AD={value:1,category:1,time:1,log:1},kD=null;function LD(){return kD}function ND(t,e,i,r){H(AD,function(o,a){var s=O(O({},DD[a],!0),r,!0),l=function(t){function i(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e+"Axis."+a,n}return n(i,t),i.prototype.mergeDefaultAndTheme=function(t,e){var n=Xf(this),i=n?jf(t):{};O(t,e.getTheme().get(a+"Axis")),O(t,this.getDefaultOption()),t.type=ED(t),n&&Zf(t,i,n)},i.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=Tw.createByAxisModel(this))},i.prototype.getCategories=function(t){var e=this.option;if("category"===e.type)return t?e.data:this.__ordinalMeta.categories},i.prototype.getOrdinalMeta=function(){return this.__ordinalMeta},i.prototype.updateAxisBreaks=function(t){var e=LD();return e?e.updateModelAxisBreak(this,t):{breaks:[]}},i.type=e+"Axis."+a,i.defaultOption=s,i}(i);t.registerComponentModel(l)}),t.registerSubTypeDefaulter(e+"Axis",ED)}function ED(t){return t.type||(t.data?"category":"value")}var OD=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 U(this._dimList,function(t){return this._axes[t]},this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),X(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}(),PD=["x","y"];function RD(t){return("interval"===t.type||"time"===t.type)&&!t.hasBreaks()}var VD=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="cartesian2d",e.dimensions=PD,e}return n(e,t),e.prototype.calcAffineTransform=function(){this._transform=this._invTransform=null;var t=this.getAxis("x").scale,e=this.getAxis("y").scale;if(RD(t)&&RD(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,p=this._transform=[l,0,0,u,c,h];this._invTransform=Re([],p)}}},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 an(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 Kt(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,n){if(n=n||[],this._invTransform)return Kt(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 an(i,r,o,a)},e}(OD),zD=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 n(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?0:1]),e)},e.prototype.setCategorySortInfo=function(t){if("category"!==this.type)return!1;this.model.option.categorySortInfo=t,this.scale.setSortInfo(t)},e}(dM),BD=zD,GD="expandAxisBreak",FD="collapseAxisBreak",WD="toggleAxisBreak",HD="axisbreakchanged",UD={type:GD,event:HD,update:"update",refineEvent:ZD},YD={type:FD,event:HD,update:"update",refineEvent:ZD},XD={type:WD,event:HD,update:"update",refineEvent:ZD};function ZD(t,e,n,i){var r=[];return H(t,function(t){r=r.concat(t.eventBreaks)}),{eventContent:{breaks:r}}}var jD=Math.PI,qD=[[1,2,1,2],[5,3,5,3],[8,3,8,3]],KD=[[0,1,0,1],[0,3,0,3],[0,3,0,3]],$D=Oa(),JD=Oa(),QD=function(){function t(t){this.recordMap={},this.resolveAxisNameOverlap=t}return t.prototype.ensureRecord=function(t){var e=t.axis.dim,n=t.componentIndex,i=this.recordMap,r=i[e]||(i[e]=[]);return r[n]||(r[n]={ready:{}})},t}();var tA=[1,0,0,1,0,0],eA=new an(0,0,0,0),nA=function(t,e,n,i,r,o){if(wS(t.nameLocation)){var a=o.stOccupiedRect;a&&iA(function(t,e,n){return t.transform=Rp(t.transform,n),t.localRect=Pp(t.localRect,e),t.rect=Pp(t.rect,e),n&&t.rect.applyTransform(n),t.axisAligned=Ep(n),t.obb=void 0,(t.label=t.label||{}).ignore=!1,t}({},a,o.transGroup.transform),i,r)}else rA(o.labelInfoList,o.dirVec,i,r)};function iA(t,e,n){var i=new Ge;qM(t,e,i,{direction:Math.atan2(n.y,n.x),bidirectional:!1,touchThreshold:.05})&&UM(e,i)}function rA(t,e,n,i){for(var r=Ge.dot(i,e)>=0,o=0,a=t.length;o<a;o++){var s=t[r?o:a-1-o];s.label.ignore||iA(s,n,i)}}var oA=function(){function t(t,e,n,i){this.group=new wo,this._axisModel=t,this._api=e,this._local={},this._shared=i||new QD(nA),this._resetCfgDetermined(n)}return t.prototype.updateCfg=function(t){if("production"!==process.env.NODE_ENV){var e=this._shared.ensureRecord(this._axisModel).ready;gt(!e.axisLine&&!e.axisTickLabelDetermine),e.axisName=e.axisTickLabelEstimate=!1}var n=this._cfg.raw;n.position=t.position,n.labelOffset=t.labelOffset,this._resetCfgDetermined(n)},t.prototype.__getRawCfg=function(){return this._cfg.raw},t.prototype._resetCfgDetermined=function(t){var e=this._axisModel,n=e.getDefaultOption?e.getDefaultOption():{},i=ht(t.axisName,e.get("name")),r=e.get("nameMoveOverlap");null!=r&&"auto"!==r||(r=ht(t.defaultNameMoveOverlap,!0));var o={raw:t,position:t.position,rotation:t.rotation,nameDirection:ht(t.nameDirection,1),tickDirection:ht(t.tickDirection,1),labelDirection:ht(t.labelDirection,1),labelOffset:ht(t.labelOffset,0),silent:ht(t.silent,!0),axisName:i,nameLocation:pt(e.get("nameLocation"),n.nameLocation,"end"),shouldNameMoveOverlap:vA(i)&&r,optionHideOverlap:e.get(["axisLabel","hideOverlap"]),showMinorTicks:e.get(["minorTick","show"])};"production"!==process.env.NODE_ENV&&(gt(null!=o.position),gt(null!=o.rotation)),this._cfg=o;var a=new wo({x:o.position[0],y:o.position[1],rotation:o.rotation});a.updateTransform(),this._transformGroup=a;var s=this._shared.ensureRecord(e);s.transGroup=this._transformGroup,s.dirVec=new Ge(Math.cos(-o.rotation),Math.sin(-o.rotation))},t.prototype.build=function(t,e){var n=this;return t||(t={axisLine:!0,axisTickLabelEstimate:!1,axisTickLabelDetermine:!0,axisName:!0}),H(aA,function(i){t[i]&&sA[i](n._cfg,n._local,n._shared,n._axisModel,n.group,n._transformGroup,n._api,e||{})}),this},t.innerTextLayout=function(t,e,n){var i,r,o=Zo(e-t);return jo(o)?(r=n>0?"top":"bottom",i="center"):jo(o-jD)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o<jD?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}(),aA=["axisLine","axisTickLabelEstimate","axisTickLabelDetermine","axisName"],sA={axisLine:function(t,e,n,i,r,o,a){if("production"!==process.env.NODE_ENV){var s=n.ensureRecord(i).ready;gt(!s.axisLine),s.axisLine=!0}var l=i.get(["axisLine","show"]);if("auto"===l&&(l=!0,null!=t.raw.axisLineAutoShow&&(l=!!t.raw.axisLineAutoShow)),l){var u=i.axis.getExtent(),c=o.transform,h=[u[0],0],p=[u[1],0],d=h[0]>p[0];c&&(Kt(h,h,c),Kt(p,p,c));var f=R({lineCap:"round"},i.getModel(["axisLine","lineStyle"]).getLineStyle()),g={strokeContainThreshold:t.raw.strokeContainThreshold||5,silent:!0,z2:1,style:f};if(i.get(["axisLine","breakLine"])&&i.axis.scale.hasBreaks())LD().buildAxisBreakLine(i,r,o,g);else{var v=new yh(R({shape:{x1:h[0],y1:h[1],x2:p[0],y2:p[1]}},g));fp(v.shape,v.style.lineWidth),v.anid="line",r.add(v)}var y=i.get(["axisLine","symbol"]);if(null!=y){var m=i.get(["axisLine","symbolSize"]);Q(y)&&(y=[y,y]),(Q(m)||et(m))&&(m=[m,m]);var x=Dx(i.get(["axisLine","symbolOffset"])||0,m),_=m[0],b=m[1];H([{rotate:t.rotation+Math.PI/2,offset:x[0],r:0},{rotate:t.rotation-Math.PI/2,offset:x[1],r:Math.sqrt((h[0]-p[0])*(h[0]-p[0])+(h[1]-p[1])*(h[1]-p[1]))}],function(e,n){if("none"!==y[n]&&null!=y[n]){var i=Tx(y[n],-_/2,-b/2,_,b,f.stroke,!0),o=e.r+e.offset,a=d?p:h;i.attr({rotation:e.rotate,x:a[0]+o*Math.cos(t.rotation),y:a[1]-o*Math.sin(t.rotation),silent:!0,z2:11}),r.add(i)}})}}},axisTickLabelEstimate:function(t,e,n,i,r,o,a,s){if("production"!==process.env.NODE_ENV){var l=n.ensureRecord(i).ready;gt(!l.axisTickLabelDetermine),l.axisTickLabelEstimate=!0}hA(e,r,s)&&lA(t,e,n,i,r,o,a,jS)},axisTickLabelDetermine:function(t,e,n,i,r,o,a,s){"production"!==process.env.NODE_ENV&&(n.ensureRecord(i).ready.axisTickLabelDetermine=!0);hA(e,r,s)&&lA(t,e,n,i,r,o,a,qS);var l=function(t,e,n,i){var r=i.axis,o=i.getModel("axisTick"),a=o.get("show");"auto"===a&&(a=!0,null!=t.raw.axisTickAutoShow&&(a=!!t.raw.axisTickAutoShow));if(!a||r.scale.isBlank())return[];for(var s=o.getModel("lineStyle"),l=t.tickDirection*o.get("length"),u=cA(r.getTicksCoords(),n.transform,l,V(s.getLineStyle(),{stroke:i.get(["axisLine","lineStyle","color"])}),"ticks"),c=0;c<u.length;c++)e.add(u[c]);return u}(t,r,o,i);!function(t,e,n){if(t.showMinorTicks)return;H(e,function(t){if(t&&t.label.ignore)for(var e=0;e<n.length;e++){var i=n[e],r=JD(i),o=$D(t.label);if(null!=r.tickValue&&!r.onBand&&r.tickValue===o.tickValue)return void uA(i)}})}(t,e.labelLayoutList,l),function(t,e,n,i,r){var o=i.axis,a=i.getModel("minorTick");if(!t.showMinorTicks||o.scale.isBlank())return;var s=o.getMinorTicksCoords();if(!s.length)return;for(var l=a.getModel("lineStyle"),u=r*a.get("length"),c=V(l.getLineStyle(),V(i.getModel("axisTick").getLineStyle(),{stroke:i.get(["axisLine","lineStyle","color"])})),h=0;h<s.length;h++)for(var p=cA(s[h],n.transform,u,c,"minorticks_"+h),d=0;d<p.length;d++)e.add(p[d])}(t,r,o,i,t.tickDirection)},axisName:function(t,e,n,i,r,o,a,s){var l=n.ensureRecord(i);if("production"!==process.env.NODE_ENV){var u=l.ready;gt(u.axisTickLabelEstimate||u.axisTickLabelDetermine),u.axisName=!0}e.nameEl&&(r.remove(e.nameEl),e.nameEl=l.nameLayout=l.nameLocation=null);var c=t.axisName;if(vA(c)){var h=t.nameLocation,p=t.nameDirection,d=i.getModel("nameTextStyle"),f=i.get("nameGap")||0,g=i.axis.getExtent(),v=i.axis.inverse?-1:1,y=new Ge(0,0),m=new Ge(0,0);"start"===h?(y.x=g[0]-v*f,m.x=-v):"end"===h?(y.x=g[1]+v*f,m.x=v):(y.x=(g[0]+g[1])/2,y.y=t.labelOffset+p*f,m.y=p);var x=[1,0,0,1,0,0];m.transform(Oe(x,x,t.rotation));var _,b,w=i.get("nameRotate");null!=w&&(w=w*jD/180),wS(h)?_=oA.innerTextLayout(t.rotation,null!=w?w:t.rotation,p):(_=function(t,e,n,i){var r,o,a=Zo(n-t),s=i[0]>i[1],l="start"===e&&!s||"start"!==e&&s;jo(a-jD/2)?(o=l?"bottom":"top",r="center"):jo(a-1.5*jD)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*jD&&a>jD/2?l?"left":"right":l?"right":"left");return{rotation:a,textAlign:r,textVerticalAlign:o}}(t.rotation,h,w||0,g),null!=(b=t.raw.axisNameAvailableWidth)&&(b=Math.abs(b/Math.sin(_.rotation)),!isFinite(b)&&(b=null)));var S=d.getFont(),M=i.get("nameTruncate",!0)||{},I=M.ellipsis,T=ct(t.raw.nameTruncateMaxWidth,M.maxWidth,b),C=s.nameMarginLevel||0,D=new vu({x:y.x,y:y.y,rotation:_.rotation,silent:oA.isLabelSilent(i),style:Zp(d,{text:c,font:S,overflow:"truncate",width:T,ellipsis:I,fill:d.getTextColor()||i.get(["axisLine","lineStyle","color"]),align:d.get("align")||_.textAlign,verticalAlign:d.get("verticalAlign")||_.textVerticalAlign}),z2:1});if(kp({el:D,componentModel:i,itemName:c}),D.__fullText=c,D.anid="name",i.get("triggerEvent")){var A=oA.makeAxisEventDataBase(i);A.targetType="axisName",A.name=c,yu(D).eventData=A}o.add(D),D.updateTransform(),e.nameEl=D;var k=l.nameLayout=FM({label:D,priority:D.z2,defaultAttr:{ignore:D.ignore},marginDefault:wS(h)?qD[C]:KD[C]});if(l.nameLocation=h,r.add(D),D.decomposeTransform(),t.shouldNameMoveOverlap&&k){var L=n.ensureRecord(i);"production"!==process.env.NODE_ENV&&gt(L.labelInfoList),n.resolveAxisNameOverlap(t,n,i,k,m,L)}}}};function lA(t,e,n,i,r,o,a,s){pA(e)||function(t,e,n,i,r,o){var a=r.axis,s=ct(t.raw.axisLabelShow,r.get(["axisLabel","show"])),l=new wo;n.add(l);var u=KS(i);if(!s||a.scale.isBlank())return void dA(e,[],l,u);var c=r.getModel("axisLabel"),h=a.getViewLabels(u),p=(ct(t.raw.labelRotate,c.get("rotate"))||0)*jD/180,d=oA.innerTextLayout(t.rotation,p,t.labelDirection),f=r.getCategories&&r.getCategories(!0),g=[],v=r.get("triggerEvent"),y=1/0,m=-1/0;H(h,function(t,e){var n,i="ordinal"===a.scale.type?a.scale.getRawOrdinalNumber(t.tickValue):t.tickValue,s=t.formattedLabel,u=t.rawLabel,p=c;if(f&&f[i]){var x=f[i];nt(x)&&x.textStyle&&(p=new md(x.textStyle,c,r.ecModel))}var _=p.getTextColor()||r.get(["axisLine","lineStyle","color"]),b=p.getShallow("align",!0)||d.textAlign,w=ht(p.getShallow("alignMinLabel",!0),b),S=ht(p.getShallow("alignMaxLabel",!0),b),M=p.getShallow("verticalAlign",!0)||p.getShallow("baseline",!0)||d.textVerticalAlign,I=ht(p.getShallow("verticalAlignMinLabel",!0),M),T=ht(p.getShallow("verticalAlignMaxLabel",!0),M),C=10+((null===(n=t.time)||void 0===n?void 0:n.level)||0);y=Math.min(y,C),m=Math.max(m,C);var D=new vu({x:0,y:0,rotation:0,silent:oA.isLabelSilent(r),z2:C,style:Zp(p,{text:s,align:0===e?w:e===h.length-1?S:b,verticalAlign:0===e?I:e===h.length-1?T:M,fill:J(_)?_("category"===a.type?u:"value"===a.type?i+"":i,e):_})});D.anid="label_"+i;var A=$D(D);if(A.break=t.break,A.tickValue=i,A.layoutRotation=d.rotation,kp({el:D,componentModel:r,itemName:s,formatterParamsExtra:{isTruncated:function(){return D.isTruncated},value:u,tickIndex:e}}),v){var k=oA.makeAxisEventDataBase(r);k.targetType="axisLabel",k.value=u,k.tickIndex=e,t.break&&(k.break={start:t.break.parsedBreak.vmin,end:t.break.parsedBreak.vmax}),"category"===a.type&&(k.dataIndex=i),yu(D).eventData=k,t.break&&function(t,e,n,i){n.on("click",function(n){var r={type:GD,breaks:[{start:i.parsedBreak.breakOption.start,end:i.parsedBreak.breakOption.end}]};r[t.axis.dim+"AxisIndex"]=t.componentIndex,e.dispatchAction(r)})}(r,o,D,t.break)}g.push(D),l.add(D)});var x=U(g,function(t){return{label:t,priority:$D(t).break?t.z2+(m-y+1):t.z2,defaultAttr:{ignore:t.ignore}}});dA(e,x,l,u)}(t,e,r,s,i,a);var l=e.labelLayoutList;!function(t,e,n,i){var r=e.get(["axisLabel","margin"]);H(n,function(n,o){var a=FM(n);if(a){var s=a.label,l=$D(s);a.suggestIgnore=s.ignore,s.ignore=!1,Zr(fA,gA),fA.x=e.axis.dataToCoord(l.tickValue),fA.y=t.labelOffset+t.labelDirection*r,fA.rotation=l.layoutRotation,i.add(fA),fA.updateTransform(),i.remove(fA),fA.decomposeTransform(),Zr(s,fA),s.markRedraw(),BM(a,!0),FM(a)}})}(t,i,l,o),function(t,e,n){var i=Ld();if(!i)return;var r=i.retrieveAxisBreakPairs(n,function(t){return t&&$D(t.label).break},!0),o=t.get(["breakLabelLayout","moveOverlap"],!0);!0!==o&&"auto"!==o||H(r,function(i){LD().adjustBreakLabelPair(t.axis.inverse,e,[FM(n[i[0]]),FM(n[i[1]])])})}(i,t.rotation,l);var u=t.optionHideOverlap;!function(t,e,n){if(_S(t.axis))return;function i(t,i,r){var o=FM(e[i]),a=FM(e[r]);if(o&&a)if(!1===t||o.suggestIgnore)uA(o.label);else if(a.suggestIgnore)uA(a.label);else{var s=.1;if(!n){var l=[0,0,0,0];o=YM({marginForce:l},o),a=YM({marginForce:l},a)}qM(o,a,null,{touchThreshold:s})&&uA(t?a.label:o.label)}}var r=t.get(["axisLabel","showMinLabel"]),o=t.get(["axisLabel","showMaxLabel"]),a=e.length;i(r,0,1),i(o,a-1,a-2)}(i,l,u),u&&jM(X(l,function(t){return t&&!t.label.ignore})),function(t,e,n,i){var r,o=n.axis,a=e.ensureRecord(n),s=[],l=vA(t.axisName)&&wS(t.nameLocation);H(i,function(t){var e=FM(t);if(e&&!e.label.ignore){s.push(e);var n=a.transGroup;l&&(n.transform?Re(tA,n.transform):ke(tA),e.transform&&Ne(tA,tA,e.transform),an.copy(eA,e.localRect),eA.applyTransform(tA),r?r.union(eA):an.copy(r=new an(0,0,0,0),eA))}});var u=Math.abs(a.dirVec.x)>.1?"x":"y",c=a.transGroup[u];if(s.sort(function(t,e){return Math.abs(t.label[u]-c)-Math.abs(e.label[u]-c)}),l&&r){var h=o.getExtent(),p=Math.min(h[0],h[1]),d=Math.max(h[0],h[1])-p;r.union(new an(p,0,d,1))}a.stOccupiedRect=r,a.labelInfoList=s}(t,n,i,l)}function uA(t){t&&(t.ignore=!0)}function cA(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&&(Kt(a,a,e),Kt(s,s,e));var c=new yh({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:i,z2:2,autoBatch:!0,silent:!0});fp(c.shape,c.style.lineWidth),c.anid=r+"_"+t[l].tickValue,o.push(c);var h=JD(c);h.onBand=!!t[l].onBand,h.tickValue=t[l].tickValue}return o}function hA(t,e,n){if(pA(t)){var i=t.axisLabelsCreationContext;"production"!==process.env.NODE_ENV&&gt(t.labelGroup&&i);var r=i.out.noPxChangeTryDetermine;if(n.noPxChange){for(var o=!0,a=0;a<r.length;a++)o=o&&r[a]();if(o)return!1}r.length&&(e.remove(t.labelGroup),dA(t,null,null,null))}return!0}function pA(t){return!!t.labelLayoutList}function dA(t,e,n,i){t.labelLayoutList=e,t.labelGroup=n,t.axisLabelsCreationContext=i}var fA=new Ql,gA=new Ql;function vA(t){return!!t}var yA=oA;function mA(t,e,n){n=n||{};var i=e.axis,r={},o=i.getAxesOnZeroOf()[0],a=i.position,s=o?"onZero":a,l=i.dim,u=[t.x,t.x+t.width,t.y,t.y+t.height],c={left:0,right:1,top:0,bottom:1,onZero:2},h=e.get("offset")||0,p="x"===l?[u[2]-h,u[3]+h]:[u[0]-h,u[1]+h];if(o){var d=o.toGlobalCoord(o.dataToCoord(0));p[c.onZero]=Math.max(Math.min(d,p[1]),p[0])}r.position=["y"===l?p[c[s]]:u[0],"x"===l?p[c[s]]:u[3]],r.rotation=Math.PI/2*("x"===l?0:1);r.labelDirection=r.tickDirection=r.nameDirection={top:-1,bottom:1,left:-1,right:1}[a],r.labelOffset=o?p[c[a]]-p[c.onZero]:0,e.get(["axisTick","inside"])&&(r.tickDirection=-r.tickDirection),ct(n.labelInside,e.get(["axisLabel","inside"]))&&(r.labelDirection=-r.labelDirection);var f=e.get(["axisLabel","rotate"]);return r.labelRotate="top"===s?-f:f,r.z2=1,r}function xA(t){var e={xAxisModel:null,yAxisModel:null};return H(e,function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,za).models[0];if("production"!==process.env.NODE_ENV&&!o)throw new Error(r+' "'+pt(t.get(r+"Index"),t.get(r+"Id"),0)+'" not found');e[i]=o}),e}function _A(t,e,n){var i,r=Lw.prototype,o=r.getTicks.call(n),a=r.getTicks.call(n,{expandToNicedExtent:!0}),s=o.length-1,l=r.getInterval.call(n),u=fS(t,e),c=u.extent,h=u.fixMin,p=u.fixMax;"log"===t.type&&(c=_w(t.base,c,!0)),t.setBreaksFromOption(MS(e)),t.setExtent(c[0],c[1]),t.calcNiceExtent({splitNumber:s,fixMin:h,fixMax:p});var d=r.getExtent.call(t);h&&(c[0]=d[0]),p&&(c[1]=d[1]);var f=r.getInterval.call(t),g=c[0],v=c[1];if(h&&p)f=(v-g)/s;else if(h)for(v=c[0]+f*s;v<c[1]&&isFinite(v)&&isFinite(c[1]);)f=dw(f),v=c[0]+f*s;else if(p)for(g=c[1]-f*s;g>c[0]&&isFinite(g)&&isFinite(c[0]);)f=dw(f),g=c[1]-f*s;else{t.getTicks().length-1>s&&(f=dw(f));var y=f*s;(g=Bo((v=Math.ceil(c[1]/f)*f)-y))<0&&c[0]>=0?(g=0,v=Bo(y)):v>0&&c[1]<=0&&(v=0,g=-Bo(y))}var m,x,_,b=(o[0].value-a[0].value)/l,w=(o[s].value-a[s].value)/l;if(r.setExtent.call(t,g+f*b,v+f*w),r.setInterval.call(t,f),(b||w)&&r.setNiceExtent.call(t,g+f,v-f),"production"!==process.env.NODE_ENV){var S=r.getTicks.call(t);S[1]&&(m=f,x=Math.pow(10,Jo(Math.abs(m))),0!==(_=Math.abs(m/x))&&1!==_&&2!==_&&3!==_&&5!==_||Wo(S[1].value)>Wo(f))&&ha("The ticks may be not readable when set min: "+e.get("min")+", max: "+e.get("max")+" and alignTicks: true. ("+(null===(i=e.axis)||void 0===i?void 0:i.dim)+"AxisIndex: "+e.componentIndex+")",!0)}}var bA,wA=[[3,1],[0,2]],SA=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=PD,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=j(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;hw(l)&&s.get("alignTicks")&&null==s.get("interval")?r.push(a):(gS(l,s),hw(l)&&(e=a))}r.length&&(e||gS((e=r.pop()).scale,e.model),H(r,function(t){_A(t.scale,t.model,e.scale)}))}}this._updateScale(t,this.model),i(n.x),i(n.y);var r={};H(n.x,function(t){IA(n,"y",t,r)}),H(n.y,function(t){IA(n,"x",t,r)}),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=Uf(t,e),r=this._rect=Ff(t.getBoxLayoutParams(),i.refContainer),o=this._axesMap,a=this._coordsList,s=t.get("containLabel");if(CA(o,r),!n){var l=function(t,e,n,i,r){var o=new QD(LA);return H(n,function(n){return H(n,function(n){if(SS(n.model)){var a=!i;n.axisBuilder=function(t,e,n,i,r,o){for(var a=mA(t,n),s=!1,l=!1,u=0;u<e.length;u++)hw(e[u].getOtherAxis(n.axis).scale)&&(s=l=!0,"category"===n.axis.type&&n.axis.onBand&&(l=!1));return a.axisLineAutoShow=s,a.axisTickAutoShow=l,a.defaultNameMoveOverlap=o,new yA(n,i,a,r)}(t,e,n.model,r,o,a)}})}),o}(r,a,o,s,e),u=void 0;if(s)bA?(bA(this._axesList,r),CA(o,r)):("production"!==process.env.NODE_ENV&&ca("Specified `grid.containLabel` but no `use(LegacyGridContainLabel)`;use `grid.outerBounds` instead.",!0),u=AA(r.clone(),"axisLabel",null,r,o,l,i));else{var c=function(t,e,n){var i,r=t.get("outerBoundsMode",!0);"same"===r?i=e.clone():null==r||"auto"===r?i=Ff(t.get("outerBounds",!0)||bD,n.refContainer):"none"!==r&&"production"!==process.env.NODE_ENV&&pa("Invalid grid["+t.componentIndex+"].outerBoundsMode.");var o,a=t.get("outerBoundsContain",!0);null==a||"auto"===a?o="all":B(["all","axisLabel"],a)<0?("production"!==process.env.NODE_ENV&&pa("Invalid grid["+t.componentIndex+"].outerBoundsContain."),o="all"):o=a;var s=[zo(ht(t.get("outerBoundsClampWidth",!0),wD[0]),e.width),zo(ht(t.get("outerBoundsClampHeight",!0),wD[1]),e.height)];return{outerBoundsRect:i,parsedOuterBoundsContain:o,outerBoundsClamp:s}}(t,r,i),h=c.outerBoundsRect,p=c.parsedOuterBoundsContain,d=c.outerBoundsClamp;h&&(u=AA(h,p,d,r,o,l,i))}kA(r,o,qS,null,u,i)}H(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]}nt(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",za).models[0],o=t.yAxisModel||i&&i.getReferringComponents("yAxis",za).models[0],a=t.gridModel,s=this._coordsList;if(i)B(s,e=i.coordinateSystem)<0&&(e=null);else if(r&&o)e=this.getCartesian(r.componentIndex,o.componentIndex);else if(r)n=this.getAxis("x",r.componentIndex);else if(o)n=this.getAxis("y",o.componentIndex);else if(a){a.coordinateSystem===this&&(e=this._coordsList[0])}return{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)return this._axesMap={},void(this._axesList=[]);function l(e){return function(n,i){if(MA(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 BD(e,vS(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,H(a.x,function(e,n){H(a.y,function(r,o){var a="x"+n+"y"+o,s=new VD(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){H(bS(t,e.dim),function(n){e.scale.unionExtentFromData(t,n)})}H(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(function(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}(t)){var i=xA(t),r=i.xAxisModel,o=i.yAxisModel;if(!MA(r,e)||!MA(o,e))return;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 H(this.getCartesians(),function(i){var r=null!=t&&"auto"!==t?i.getAxis(t):i.getBaseAxis(),o=i.getOtherAxis(r);B(e,r)<0&&e.push(r),B(n,o)<0&&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){Lf({targetModel:t,coordSysType:"cartesian2d",coordSysProvider:function(){var e=xA(t),n=e.xAxisModel,i=e.yAxisModel,r=n.getCoordSysModel();if("production"!==process.env.NODE_ENV){if(!r)throw new Error('Grid "'+pt(n.get("gridIndex"),n.get("gridId"),0)+'" not found');if(n.getCoordSysModel()!==i.getCoordSysModel())throw new Error("xAxis and yAxis must use the same grid")}return r.coordinateSystem.getCartesian(n.componentIndex,i.componentIndex)}})}),i},t.dimensions=PD,t}();function MA(t,e){return t.getCoordSysModel()===e}function IA(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)TA(o[l])&&(r=o[l]);else for(var u in o)if(o.hasOwnProperty(u)&&TA(o[u])&&!i[c(o[u])]){r=o[u];break}r&&(i[c(r)]=!0)}function c(t){return t.dim+"_"+t.index}}function TA(t){return t&&"category"!==t.type&&"time"!==t.type&&function(t){var e=t.scale.getExtent(),n=e[0],i=e[1];return!(n>0&&i>0||n<0&&i<0)}(t)}function CA(t,e){H(t.x,function(t){return DA(t,e.x,e.width)}),H(t.y,function(t){return DA(t,e.y,e.height)})}function DA(t,e,n){var i=[0,n],r=t.inverse?1:0;t.setExtent(i[r],i[1-r]),function(t,e){var n=t.getExtent(),i=n[0]+n[1];t.toGlobalCoord="x"===t.dim?function(t){return t+e}:function(t){return i-t+e},t.toLocalCoord="x"===t.dim?function(t){return t-e}:function(t){return i-t+e}}(t,e)}function AA(t,e,n,i,r,o,a){"production"!==process.env.NODE_ENV&&gt("all"===e||"axisLabel"===e),kA(i,r,jS,e,!1,a);var s=[0,0,0,0];u(0),u(1),c(i,0,NaN),c(i,1,NaN);var l=null==Z(s,function(t){return t>0});return Cp(i,s,!0,!0,n),CA(r,i),l;function u(t){H(r[np[t]],function(e){if(SS(e.model)){var n=o.ensureRecord(e.model),i=n.labelInfoList;if(i)for(var r=0;r<i.length;r++){var a=i[r],s=e.scale.normalize($D(a.label).tickValue);s=1===t?1-s:s,c(a.rect,t,s),c(a.rect,1-t,NaN)}var l=n.nameLayout;if(l){s=wS(n.nameLocation)?.5:NaN;c(l.rect,t,s),c(l.rect,1-t,NaN)}}})}function c(e,n,i){var r=t[np[n]]-e[np[n]],o=e[ip[n]]+e[np[n]]-(t[ip[n]]+t[np[n]]);r=h(r,1-i),o=h(o,i);var a=wA[n][0],l=wA[n][1];s[a]=Oo(s[a],r),s[l]=Oo(s[l],o)}function h(t,e){return t>0&&!ut(e)&&e>1e-4&&(t/=e),t}}function kA(t,e,n,i,r,o){var a=n===qS;H(e,function(e){return H(e,function(e){SS(e.model)&&(!function(t,e,n){var i=mA(e,n);if("production"!==process.env.NODE_ENV){var r=t.__getRawCfg();H(j(i),function(t){"position"!==t&&"labelOffset"!==t&&gt(i[t]===r[t])})}t.updateCfg(i)}(e.axisBuilder,t,e.model),e.axisBuilder.build(a?{axisTickLabelDetermine:!0}:{axisTickLabelEstimate:!0},{noPxChange:r}))})});var s={x:0,y:0};function l(e){s[np[1-e]]=t[ip[e]]<=.5*o.refContainer[ip[e]]?0:1-e==1?2:1}l(0),l(1),H(e,function(t,e){return H(t,function(t){SS(t.model)&&(("all"===i||a)&&t.axisBuilder.build({axisName:!0},{nameMarginLevel:s[e]}),a&&t.axisBuilder.build({axisLine:!0}))})})}var LA=function(t,e,n,i,r,o){var a="x"===n.axis.dim?"y":"x";nA(t,0,0,i,r,o),wS(t.nameLocation)||H(e.recordMap[a],function(t){t&&t.labelInfoList&&t.dirVec&&rA(t.labelInfoList,t.dirVec,i,r)})},NA=SA;function EA(t,e){var n={axesInfo:{},seriesInvolved:!1,coordSysAxesInfo:{},coordSysMap:{}};return function(t,e,n){var i=e.getComponent("tooltip"),r=e.getComponent("axisPointer"),o=r.get("link",!0)||[],a=[];H(n.getCoordinateSystems(),function(n){if(n.axisPointerEnabled){var s=VA(n.model),l=t.coordSysAxesInfo[s]={};t.coordSysMap[s]=n;var u=n.model.getModel("tooltip",i);if(H(n.getAxes(),K(d,!1,null)),n.getTooltipAxes&&i&&u.get("show")){var c="axis"===u.get("trigger"),h="cross"===u.get(["axisPointer","type"]),p=n.getTooltipAxes(u.get(["axisPointer","axis"]));(c||h)&&H(p.baseAxes,K(d,!h||"cross",c)),h&&H(p.otherAxes,K(d,"cross",!1))}}function d(i,s,c){var h=c.model.getModel("axisPointer",r),p=h.get("show");if(p&&("auto"!==p||i||RA(h))){null==s&&(s=h.get("triggerTooltip")),h=i?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};H(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(t){s[t]=E(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&&V(l,c.textStyle)}}return t.model.getModel("axisPointer",new md(s,n,i))}(c,u,r,e,i,s):h;var d=h.get("snap"),f=h.get("triggerEmphasis"),g=VA(c.model),v=s||d||"category"===c.type,y=t.axesInfo[g]={key:g,axis:c,coordSys:n,axisPointerModel:h,triggerTooltip:s,triggerEmphasis:f,involveSeries:v,snap:d,useHandle:RA(h),seriesModels:[],linkGroup:null};l[g]=y,t.seriesInvolved=t.seriesInvolved||v;var m=function(t,e){for(var n=e.model,i=e.dim,r=0;r<t.length;r++){var o=t[r]||{};if(OA(o[i+"AxisId"],n.id)||OA(o[i+"AxisIndex"],n.componentIndex)||OA(o[i+"AxisName"],n.name))return r}}(o,c);if(null!=m){var x=a[m]||(a[m]={axesInfo:{}});x.axesInfo[g]=y,x.mapper=o[m].mapper,y.linkGroup=x}}}})}(n,t,e),n.seriesInvolved&&function(t,e){e.eachSeries(function(e){var n=e.coordinateSystem,i=e.get(["tooltip","trigger"],!0),r=e.get(["tooltip","show"],!0);n&&n.model&&"none"!==i&&!1!==i&&"item"!==i&&!1!==r&&!1!==e.get(["axisPointer","show"],!0)&&H(t.coordSysAxesInfo[VA(n.model)],function(t){var i=t.axis;n.getAxis(i.dim)===i&&(t.seriesModels.push(e),null==t.seriesDataCount&&(t.seriesDataCount=0),t.seriesDataCount+=e.getData().count())})})}(n,t),n}function OA(t,e){return"all"===t||$(t)&&B(t,e)>=0||t===e}function PA(t){var e=(t.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return e&&e.axesInfo[VA(t)]}function RA(t){return!!t.get(["handle","show"])}function VA(t){return t.type+"||"+t.id}var zA={},BA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(e,n,i,r){this.axisPointerClass&&function(t){var e=PA(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=RA(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=function(t){var e=PA(t);return e&&e.axisPointerModel}(t);o?(this._axisPointer||(this._axisPointer=new r)).render(t,o,n,i):this._disposeAxisPointer(n)}},e.prototype._disposeAxisPointer=function(t){this._axisPointer&&this._axisPointer.dispose(t),this._axisPointer=null},e.registerAxisPointerClass=function(t,e){if("production"!==process.env.NODE_ENV&&zA[t])throw new Error("axisPointer "+t+" exists");zA[t]=e},e.getAxisPointerClass=function(t){return t&&zA[t]},e.type="axis",e}(am),GA=BA,FA=Oa();function WA(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,breakTicks:"none",pruneByBreak:"preserve_extent_bound"});if(u.length){var c=s.length,h=FA(t).splitAreaColors,p=St(),d=0;if(h)for(var f=0;f<u.length;f++){var g=h.get(u[f].tickValue);if(null!=g){d=(g+(c-1)*f)%c;break}}var v=r.toGlobalCoord(u[0].coord),y=a.getAreaStyle();s=$(s)?s:[s];for(f=1;f<u.length;f++){var m=r.toGlobalCoord(u[f].coord),x=void 0,_=void 0,b=void 0,w=void 0;r.isHorizontal()?(x=v,_=l.y,b=m-x,w=l.height,v=x+b):(x=l.x,_=v,b=l.width,v=_+(w=m-_));var S=u[f-1].tickValue;null!=S&&p.set(S,d),e.add(new Ql({anid:null!=S?"area_"+S:null,shape:{x:x,y:_,width:b,height:w},style:V({fill:s[d]},y),autoBatch:!0,silent:!0})),d=(d+1)%c}FA(t).splitAreaColors=p}}}function HA(t){FA(t).splitAreaColors=null}var UA=["splitArea","splitLine","minorSplitLine","breakArea"],YA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="CartesianAxisPointer",n}return n(e,t),e.prototype.render=function(e,n,i,r){this.group.removeAll();var o=this._axisGroup;(this._axisGroup=new wo,this.group.add(this._axisGroup),SS(e))&&(this._axisGroup.add(e.axis.axisBuilder.group),H(UA,function(t){e.get([t,"show"])&&XA[t](this,this._axisGroup,e,e.getCoordSysModel(),i)},this),r&&"changeAxisOrder"===r.type&&r.isInitSort||_p(o,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r))},e.prototype.remove=function(){HA(this)},e.type="cartesianAxis",e}(GA),XA={splitLine:function(t,e,n,i,r){var o=n.axis;if(!o.scale.isBlank()){var a=n.getModel("splitLine"),s=a.getModel("lineStyle"),l=s.get("color"),u=!1!==a.get("showMinLine"),c=!1!==a.get("showMaxLine");l=$(l)?l:[l];for(var h=i.coordinateSystem.getRect(),p=o.isHorizontal(),d=0,f=o.getTicksCoords({tickModel:a,breakTicks:"none",pruneByBreak:"preserve_extent_bound"}),g=[],v=[],y=s.getLineStyle(),m=0;m<f.length;m++){var x=o.toGlobalCoord(f[m].coord);if((0!==m||u)&&(m!==f.length-1||c)){var _=f[m].tickValue;p?(g[0]=x,g[1]=h.y,v[0]=x,v[1]=h.y+h.height):(g[0]=h.x,g[1]=x,v[0]=h.x+h.width,v[1]=x);var b=d++%l.length,w=new yh({anid:null!=_?"line_"+_:null,autoBatch:!0,shape:{x1:g[0],y1:g[1],x2:v[0],y2:v[1]},style:V({stroke:l[b]},y),silent:!0});fp(w.shape,y.lineWidth),e.add(w)}}}},minorSplitLine:function(t,e,n,i,r){var o=n.axis,a=n.getModel("minorSplitLine").getModel("lineStyle"),s=i.coordinateSystem.getRect(),l=o.isHorizontal(),u=o.getMinorTicksCoords();if(u.length)for(var c=[],h=[],p=a.getLineStyle(),d=0;d<u.length;d++)for(var f=0;f<u[d].length;f++){var g=o.toGlobalCoord(u[d][f].coord);l?(c[0]=g,c[1]=s.y,h[0]=g,h[1]=s.y+s.height):(c[0]=s.x,c[1]=g,h[0]=s.x+s.width,h[1]=g);var v=new yh({anid:"minor_line_"+u[d][f].tickValue,autoBatch:!0,shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]},style:p,silent:!0});fp(v.shape,p.lineWidth),e.add(v)}},splitArea:function(t,e,n,i,r){WA(t,e,n,i)},breakArea:function(t,e,n,i,r){var o=LD(),a=n.axis.scale;o&&"ordinal"!==a.type&&o.rectCoordBuildBreakAxis(e,t,n,i.coordinateSystem.getRect(),r)}},ZA=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="xAxis",e}(YA),jA=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=ZA.type,e}return n(e,t),e.type="yAxis",e}(YA),qA=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="grid",e}return n(e,t),e.prototype.render=function(t,e){this.group.removeAll(),t.get("show")&&this.group.add(new Ql({shape:t.coordinateSystem.getRect(),style:V({fill:t.get("backgroundColor")},t.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(am),KA={offset:0};function $A(t){t.registerComponentView(qA),t.registerComponentModel(SD),t.registerCoordinateSystem("cartesian2d",NA),ND(t,"x",MD,KA),ND(t,"y",MD,KA),t.registerComponentView(ZA),t.registerComponentView(jA),t.registerPreprocessor(function(t){t.xAxis&&t.yAxis&&!t.grid&&(t.grid={})})}var JA=Oa();function QA(t,e,n,i){if(t instanceof BD){var r=t.scale.type;if("category"!==r&&"ordinal"!==r)return n}var o=t.model,a=o.get("jitter"),s=o.get("jitterOverlap"),l=o.get("jitterMargin")||0,u="ordinal"===t.scale.type?t.getBandWidth():null;return a>0?s?tk(n,a,u,i):function(t,e,n,i,r,o){var a=JA(t);a.items||(a.items=[]);var s=a.items,l=ek(s,e,n,i,r,o,1),u=ek(s,e,n,i,r,o,-1),c=Math.abs(l-n)<Math.abs(u-n)?l:u,h="ordinal"===t.scale.type?t.getBandWidth():null,p=Math.abs(c-n);if(p>r/2||h&&p>h/2-i)return tk(n,r,h,i);return s.push({fixedCoord:e,floatCoord:c,r:i}),c}(t,e,n,i,a,l):n}function tk(t,e,n,i){if(null===n)return t+(Math.random()-.5)*e;var r=n-2*i,o=Math.min(Math.max(0,e),r);return t+(Math.random()-.5)*o}function ek(t,e,n,i,r,o,a){for(var s=n,l=0;l<t.length;l++){var u=t[l],c=e-u.fixedCoord,h=s-u.floatCoord,p=c*c+h*h,d=i+u.r+o;if(p<d*d){var f=u.floatCoord+Math.sqrt(d*d-c*c)*a;if(Math.abs(f-n)>r/2)return Number.MAX_VALUE;if(1===a&&f>s||-1===a&&f<s){s=f,l=-1;continue}}}return s}function nk(t){t.eachSeriesByType("scatter",function(t){var e=t.coordinateSystem;if(e&&("cartesian2d"===e.type||"single"===e.type)){var n=e.getBaseAxis?e.getBaseAxis():null,i=n&&function(t,e){var n=t.coordinateSystem,i=n&&n.type,r=n&&n.getBaseAxis&&n.getBaseAxis(),o=r&&r.scale&&r.scale.type,a="cartesian2d"===i&&"ordinal"===o||"single"===i,s=e.model.get("jitter")>0;return a&&s}(t,n);if(i){var r=t.getData();r.each(function(t){var e=n.dim,i=n.orient,o="horizontal"===i&&"category"!==n.type||"vertical"===i&&"category"===n.type,a=r.getItemLayout(t),s=r.getItemVisual(t,"symbolSize"),l=s instanceof Array?(s[1]+s[0])/2:s;if("y"===e||"single"===e&&o){var u=QA(n,a[0],a[1],l/2);r.setItemLayout(t,[a[0],u])}else if("x"===e||"single"===e&&!o){u=QA(n,a[1],a[0],l/2);r.setItemLayout(t,[u,a[1]])}})}}})}function ik(t){t.eachSeriesByType("radar",function(t){var e=t.getData(),n=[],i=t.coordinateSystem;if(i){var r=i.getIndicatorAxes();H(r,function(t,o){e.each(e.mapDimension(r[o].dim),function(t,e){n[e]=n[e]||[];var r=i.dataToPoint(t,o);n[e][o]=rk(r)?r:ok(i)})}),e.each(function(t){var r=Z(n[t],function(t){return rk(t)})||ok(i);n[t].push(r.slice()),e.setItemLayout(t,n[t])})}})}function rk(t){return!isNaN(t[0])&&!isNaN(t[1])}function ok(t){return[t.cx,t.cy]}function ak(t){var e=t.polar;if(e){$(e)||(e=[e]);var n=[];H(e,function(e,i){e.indicator?(e.type&&!e.shape&&(e.shape=e.type),t.radar=t.radar||[],$(t.radar)||(t.radar=[t.radar]),t.radar.push(e)):n.push(e)}),t.polar=n}H(t.series,function(t){t&&"radar"===t.type&&t.polarIndex&&(t.radarIndex=t.polarIndex)})}var sk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=t.coordinateSystem,r=this.group,o=t.getData(),a=this._data;function s(t,e){var n=t.getItemVisual(e,"symbol")||"circle";if("none"!==n){var i=Cx(t.getItemVisual(e,"symbolSize")),r=Tx(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}}function l(e,n,i,r,o,a){i.removeAll();for(var l=0;l<n.length-1;l++){var u=s(r,o);u&&(u.__dimIdx=l,e[l]?(u.setPosition(e[l]),Fp[a?"initProps":"updateProps"](u,{x:n[l][0],y:n[l][1]},t,o)):u.setPosition(n[l]),i.add(u))}}function u(t){return U(t,function(t){return[i.cx,i.cy]})}o.diff(a).add(function(e){var n=o.getItemLayout(e);if(n){var i=new ch,r=new dh,a={shape:{points:n}};i.shape.points=u(n),r.shape.points=u(n),qh(i,a,t,e),qh(r,a,t,e);var s=new wo,c=new wo;s.add(r),s.add(i),s.add(c),l(r.shape.points,n,c,o,e,!0),o.setItemGraphicEl(e,s)}}).update(function(e,n){var i=a.getItemGraphicEl(n),r=i.childAt(0),s=i.childAt(1),u=i.childAt(2),c={shape:{points:o.getItemLayout(e)}};c.shape.points&&(l(r.shape.points,c.shape.points,u,o,e,!1),tp(s),tp(r),jh(r,c,t),jh(s,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(V(n.getModel("lineStyle").getLineStyle(),{fill:"none",stroke:u})),hc(i,n,"lineStyle"),hc(a,n,"areaStyle");var c=n.getModel("areaStyle"),h=c.isEmpty()&&c.parentModel.isEmpty();a.ignore=h,H(["emphasis","select","blur"],function(t){var e=n.getModel([t,"areaStyle"]),r=e.isEmpty()&&e.parentModel.isEmpty();a.ensureState(t).ignore=r&&h;var o=n.getModel([t,"lineStyle"]).getLineStyle();i.ensureState(t).style=o;var l=e.getAreaStyle();a.ensureState(t).style=l;var u=n.getModel([t,"itemStyle"]).getItemStyle();s.eachChild(function(e){e.ensureState(t).style=E(u)})}),a.useStyle(V(n.getModel("areaStyle").getAreaStyle(),{fill:u,opacity:.7,decal:l.decal}));var p=n.getModel("emphasis");s.eachChild(function(t){if(t instanceof Yl){var i=t.style;t.useStyle(R({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;var r=o.getStore().get(o.getDimensionIndex(t.__dimIdx),e);(null==r||isNaN(r))&&(r=""),Yp(t,Xp(n),{labelFetcher:o.hostModel,labelDataIndex:e,labelDimIndex:t.__dimIdx,defaultText:r,inheritColor:u,defaultOpacity:l.opacity})}),sc(t,p.get("focus"),p.get("blurScope"),p.get("disabled"))}),this._data=o},e.prototype.remove=function(){this.group.removeAll(),this._data=null},e.type="radar",e}(vm),lk=sk,uk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new hD(q(this.getData,this),q(this.getRawData,this))},e.prototype.getInitialData=function(t,e){return lD(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=Hy(this,t);return Oy("section",{header:a,sortBlocks:!0,blocks:U(r,function(e){var n=i.get(i.mapDimension(e.dim),t);return Oy("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(U(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}(rm),ck=uk,hk=DD.value;function pk(t,e){return V({show:e},t)}var dk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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=U(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 p=a;null!=h.color&&(p=V({color:h.color},a));var d=O(E(h),{boundaryGap:t,splitNumber:e,scale:n,axisLine:i,axisTick:r,axisLabel:o,name:h.text,showName:s,nameLocation:"end",nameGap:u,nameTextStyle:p,triggerEvent:c},!1);if(Q(l)){var f=d.name;d.name=l.replace("{value}",null!=f?f:"")}else J(l)&&(d.name=l(d.name,d));var g=new md(d,null,this.ecModel);return F(g,IS.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:"50%",startAngle:90,axisName:{show:!0,color:ig.color.axisLabel},boundaryGap:[0,0],splitNumber:5,axisNameGap:15,scale:!1,shape:"polygon",axisLine:O({lineStyle:{color:ig.color.neutral20}},hk.axisLine),axisLabel:pk(hk.axisLabel,!1),axisTick:pk(hk.axisTick,!1),splitLine:pk(hk.splitLine,!0),splitArea:pk(hk.splitArea,!0),indicator:[]},e}(Jf),fk=dk,gk=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this.group.removeAll(),this._buildAxes(t,n),this._buildSplitLineAndArea(t)},e.prototype._buildAxes=function(t,e){var n=t.coordinateSystem;H(U(n.getIndicatorAxes(),function(t){var i=t.model.get("showName")?t.name:"";return new yA(t.model,e,{axisName:i,position:[n.cx,n.cy],rotation:t.angle,labelDirection:-1,tickDirection:-1,nameDirection:1})}),function(t){t.build(),this.group.add(t.group)},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"),p=$(c)?c:[c],d=$(h)?h:[h],f=[],g=[];if("circle"===i)for(var v=n[0].getTicksCoords(),y=e.cx,m=e.cy,x=0;x<v.length;x++){if(l)f[C(f,p,x)].push(new zc({shape:{cx:y,cy:m,r:v[x].coord}}));if(u&&x<v.length-1)g[C(g,d,x)].push(new ah({shape:{cx:y,cy:m,r0:v[x].coord,r:v[x+1].coord}}))}else{var _,b=U(n,function(t,n){var i=t.getTicksCoords();return _=null==_?i.length-1:Math.min(i.length-1,_),U(i,function(t){return e.coordToPoint(t.coord,n)})}),w=[];for(x=0;x<=_;x++){for(var S=[],M=0;M<n.length;M++)S.push(b[M][x]);if(S[0]?S.push(S[0].slice()):"production"!==process.env.NODE_ENV&&console.error("Can't draw value axis "+x),l)f[C(f,p,x)].push(new dh({shape:{points:S}}));if(u&&w)g[C(g,d,x-1)].push(new ch({shape:{points:S.concat(w)}}));w=S.slice().reverse()}}var I=a.getLineStyle(),T=s.getAreaStyle();H(g,function(t,e){this.group.add(pp(t,{style:V({stroke:"none",fill:d[e%d.length]},T),silent:!0}))},this),H(f,function(t,e){this.group.add(pp(t,{style:V({fill:"none",stroke:p[e%p.length]},I),silent:!0}))},this)}function C(t,e,n){var i=n%e.length;return t[i]=t[i]||[],i}},e.type="radar",e}(am),vk=gk,yk=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 n(e,t),e}(dM),mk=yk,xk=function(){function t(t,e,n){this.dimensions=[],this._model=t,this._indicatorAxes=U(t.getIndicatorModels(),function(t,e){var n="indicator_"+e,i=new mk(n,new Lw);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=t[0]-this.cx,n=t[1]-this.cy,i=Math.sqrt(e*e+n*n);e/=i,n/=i;for(var r,o=Math.atan2(-n,e),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&&(r=u,s=l,a=c)}return[s,+(r&&r.coordToData(i))]},t.prototype.resize=function(t,e){var n=Uf(t,e).refContainer,i=t.get("center"),r=Math.min(n.width,n.height)/2;this.cx=Vo(i[0],n.width)+n.x,this.cy=Vo(i[1],n.height)+n.y,this.startAngle=t.get("startAngle")*Math.PI/180;var o=t.get("radius");(Q(o)||et(o))&&(o=[0,o]),this.r0=Vo(o[0],r),this.r=Vo(o[1],r),H(this._indicatorAxes,function(t,e){t.setExtent(this.r0,this.r);var n=this.startAngle+e*Math.PI*2/this._indicatorAxes.length;n=Math.atan2(Math.sin(n),Math.cos(n)),t.angle=n},this)},t.prototype.update=function(t,e){var n=this._indicatorAxes,i=this._model;H(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();H(n,function(t){t.scale.unionExtentFromData(o,o.mapDimension(t.dim))})}},this);var r=i.get("splitNumber"),o=new Lw;o.setExtent(0,r),o.setInterval(1),H(n,function(t,e){_A(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}(),_k=xk;function bk(t){t.registerCoordinateSystem("radar",_k),t.registerComponentModel(fk),t.registerComponentView(vk),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 wk=Oa();function Sk(t,e){return!!wk(t)[e]}db({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},Dt);var Mk={axisPointer:1,tooltip:1,brush:1};function Ik(t,e,n){var i=e.getComponentByElement(t.topTarget);if(!i||i===n||Mk.hasOwnProperty(i.mainType))return!1;var r=i.coordinateSystem;if(!r||r.model===n)return!1;var o=Vp(i),a=Vp(n);return!((o.zlevel-a.zlevel||o.z-a.z)<=0)}var Tk=function(t){function e(e){var n=t.call(this)||this;n._zr=e;var i=q(n._mousedownHandler,n),r=q(n._mousemoveHandler,n),o=q(n._mouseupHandler,n),a=q(n._mousewheelHandler,n),s=q(n._pinchHandler,n);return n.enable=function(t,n){var l=n.zInfo,u=Vp(l.component),c=u.z,h=u.zlevel,p={component:l.component,z:c,zlevel:h,z2:ht(l.z2,-1/0)},d=R({},n.triggerInfo);this._opt=V(R({},n),{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0,zInfoParsed:p,triggerInfo:d}),null==t&&(t=!0),this._enabled&&this._controlType===t||(this._enabled=!0,this.disable(),!0!==t&&"move"!==t&&"pan"!==t||(kk(e,"mousedown",i,p),kk(e,"mousemove",r,p),kk(e,"mouseup",o,p)),!0!==t&&"scale"!==t&&"zoom"!==t||(kk(e,"mousewheel",a,p),kk(e,"pinch",s,p)))},n.disable=function(){this._enabled=!1,Lk(e,"mousedown",i),Lk(e,"mousemove",r),Lk(e,"mouseup",o),Lk(e,"mousewheel",a),Lk(e,"pinch",s)},n}return n(e,t),e.prototype.isDragging=function(){return this._dragging},e.prototype.isPinching=function(){return this._pinching},e.prototype._checkPointer=function(t,e,n){var i=this._opt,r=i.zInfoParsed;if(Ik(t,i.api,r.component))return!1;var o=i.triggerInfo,a=!1;return"global"===o.roamTrigger&&(a=!0),a||(a=o.isInSelf(t,e,n)),a&&o.isInClip&&!o.isInClip(t,e,n)&&(a=!1),a},e.prototype._decideCursorStyle=function(t,e,n,i){var r=t.target;return!r&&this._checkPointer(t,e,n)?"grab":i?r&&r.cursor||"default":void 0},e.prototype.dispose=function(){this.disable()},e.prototype._mousedownHandler=function(t){if(!Ie(t)&&!Ck(t)){for(var e=t.target;e;){if(e.draggable)return;e=e.__hostTarget||e.parent}var n=t.offsetX,i=t.offsetY;this._checkPointer(t,n,i)&&(this._x=n,this._y=i,this._dragging=!0)}},e.prototype._mousemoveHandler=function(t){var e=this._zr;if("pinch"!==t.gestureEvent&&!Sk(e,"globalPan")&&!Ck(t)){var n=t.offsetX,i=t.offsetY;if(this._dragging&&Ok("moveOnMouseMove",t,this._opt)){e.setCursorStyle("grabbing");var r=this._x,o=this._y,a=n-r,s=i-o;this._x=n,this._y=i,this._opt.preventDefaultMouseMove&&Me(t.event),t.__ecRoamConsumed=!0,Ek(this,"pan","moveOnMouseMove",t,{dx:a,dy:s,oldX:r,oldY:o,newX:n,newY:i,isAvailableBehavior:null})}else{var l=this._decideCursorStyle(t,n,i,!1);l&&e.setCursorStyle(l)}}},e.prototype._mouseupHandler=function(t){if(!Ck(t)){var e=this._zr;if(!Ie(t)){this._dragging=!1;var n=this._decideCursorStyle(t,t.offsetX,t.offsetY,!0);n&&e.setCursorStyle(n)}}},e.prototype._mousewheelHandler=function(t){if(!Ck(t)){var e=Ok("zoomOnMouseWheel",t,this._opt),n=Ok("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,l=i>0?s:1/s;this._checkTriggerMoveZoom(this,"zoom","zoomOnMouseWheel",t,{scale:l,originX:o,originY:a,isAvailableBehavior:null})}if(n){var u=Math.abs(i),c=(i>0?1:-1)*(u>3?.4:u>1?.15:.05);this._checkTriggerMoveZoom(this,"scrollMove","moveOnMouseWheel",t,{scrollDelta:c,originX:o,originY:a,isAvailableBehavior:null})}}}},e.prototype._pinchHandler=function(t){if(!Sk(this._zr,"globalPan")&&!Ck(t)){var e=t.pinchScale>1?1.1:1/1.1;this._checkTriggerMoveZoom(this,"zoom",null,t,{scale:e,originX:t.pinchX,originY:t.pinchY,isAvailableBehavior:null})}},e.prototype._checkTriggerMoveZoom=function(t,e,n,i,r){t._checkPointer(i,r.originX,r.originY)&&(Me(i.event),i.__ecRoamConsumed=!0,Ek(t,e,n,i,r))},e}(re);function Ck(t){return t.__ecRoamConsumed}var Dk=Oa();function Ak(t){var e=Dk(t);return e.roam=e.roam||{},e.uniform=e.uniform||{},e}function kk(t,e,n,i){for(var r=Ak(t).roam,o=r[e]=r[e]||[],a=0;a<o.length;a++){var s=o[a].zInfoParsed;if((s.zlevel-i.zlevel||s.z-i.z||s.z2-i.z2)<=0)break}o.splice(a,0,{listener:n,zInfoParsed:i}),function(t,e){var n=Ak(t);n.uniform[e]||t.on(e,n.uniform[e]=function(t){var i=n.roam[e];if(i)for(var r=0;r<i.length;r++)i[r].listener(t)})}(t,e)}function Lk(t,e,n){for(var i=Ak(t).roam[e]||[],r=0;r<i.length;r++)if(i[r].listener===n)return i.splice(r,1),void(i.length||Nk(t,e))}function Nk(t,e){var n=Ak(t).uniform;n[e]&&(t.off(e,n[e]),n[e]=null)}function Ek(t,e,n,i,r){r.isAvailableBehavior=q(Ok,null,n,i),t.trigger(e,r)}function Ok(t,e,n){var i=n[t];return!t||i&&(!Q(i)||e.event[i+"Key"])}var Pk,Rk=Tk;function Vk(t,e,n){var i=t.target;i.x+=e,i.y+=n,i.dirty()}function zk(t,e,n,i){var r=t.target,o=t.zoomLimit,a=t.zoom=t.zoom||1,s=(a=Hk(a*=e,o))/t.zoom;t.zoom=a,Wk(r,n,i,s),r.dirty()}function Bk(t,e,n,i,r,o){var a=new an(0,0,0,0);i.enable(t.get("roam"),{api:e,zInfo:{component:t},triggerInfo:{roamTrigger:t.get("roamTrigger"),isInSelf:function(t,e,i){return a.copy(n.getBoundingRect()),a.applyTransform(n.getComputedTransform()),a.contain(e,i)},isInClip:function(t,e,n){return!o||o.contain(e,n)}}}),r.zoomLimit=t.get("scaleLimit");var s=t.coordinateSystem;r.zoom=s?s.getZoom():1;var l=t.subType+"Roam";i.off("pan").off("zoom").on("pan",function(n){Vk(r,n.dx,n.dy),e.dispatchAction({seriesId:t.id,type:l,dx:n.dx,dy:n.dy})}).on("zoom",function(n){zk(r,n.scale,n.originX,n.originY),e.dispatchAction({seriesId:t.id,type:l,zoom:n.scale,originX:n.originX,originY:n.originY}),e.updateLabelLayout()})}function Gk(t,e){return t.pointToProjected?t.pointToProjected(e):t.pointToData(e)}function Fk(t,e,n){var i=t.getZoom(),r=t.getCenter(),o=e.zoom,a=t.projectedToPoint?t.projectedToPoint(r):t.dataToPoint(r);return null!=e.dx&&null!=e.dy&&(a[0]-=e.dx,a[1]-=e.dy,t.setCenter(Gk(t,a))),null!=o&&(o=Hk(i*o,n)/i,Wk(t,e.originX,e.originY,o),t.updateTransform(),t.setCenter(Gk(t,a)),t.setZoom(o*i)),{center:t.getCenter(),zoom:t.getZoom()}}function Wk(t,e,n,i){t.x-=(e-t.x)*(i-1),t.y-=(n-t.y)*(i-1),t.scaleX*=i,t.scaleY*=i}function Hk(t,e){if(e){var n=e.min||0,i=e.max||1/0;t=Math.max(Math.min(i,t),n)}return t}function Uk(t){Q(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 Yk={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"},Xk=j(Yk),Zk={"alignment-baseline":"textBaseline","stop-color":"stopColor"},jk=j(Zk),qk=function(){function t(){this._defs={},this._root=null}return t.prototype.parse=function(t,e){e=e||{};var n=Uk(t);if("production"!==process.env.NODE_ENV&&!n)throw new Error("Illegal svg");this._defsUsePending=[];var i=new wo;this._root=i;var r=[],o=n.getAttribute("viewBox")||"",a=parseFloat(n.getAttribute("width")||e.width),s=parseFloat(n.getAttribute("height")||e.height);isNaN(a)&&(a=null),isNaN(s)&&(s=null),eL(n,i,null,!0,!1);for(var l,u,c=n.firstChild;c;)this._parseNode(c,i,r,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=[],o){var h=oL(o);h.length>=4&&(l={x:parseFloat(h[0]||0),y:parseFloat(h[1]||0),width:parseFloat(h[2]),height:parseFloat(h[3])})}if(l&&null!=a&&null!=s&&(u=cL(l,{x:0,y:0,width:a,height:s}),!e.ignoreViewBox)){var p=i;(i=new wo).add(p),p.scaleX=p.scaleY=u.scale,p.x=u.x,p.y=u.y}return e.ignoreRootClip||null==a||null==s||i.setClipPath(new Ql({shape:{x:0,y:0,width:a,height:s}})),{root:i,width:a,height:s,viewBoxRect:l,viewBoxTransform:u,named:r}},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=Pk[s];if(u&&Ct(Pk,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 p=Kk[s];if(p&&Ct(Kk,s)){var d=p.call(this,t),f=t.getAttribute("id");f&&(this._defs[f]=d)}}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 Fl({style:{text:t.textContent},silent:!0,x:this._textX||0,y:this._textY||0});Qk(e,n),eL(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(Pk={g:function(t,e){var n=new wo;return Qk(e,n),eL(t,n,this._defsUsePending,!1,!1),n},rect:function(t,e){var n=new Ql;return Qk(e,n),eL(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 zc;return Qk(e,n),eL(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 yh;return Qk(e,n),eL(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 Fc;return Qk(e,n),eL(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=tL(i));var r=new ch({shape:{points:n||[]},silent:!0});return Qk(e,r),eL(t,r,this._defsUsePending,!1,!1),r},polyline:function(t,e){var n,i=t.getAttribute("points");i&&(n=tL(i));var r=new dh({shape:{points:n||[]},silent:!0});return Qk(e,r),eL(t,r,this._defsUsePending,!1,!1),r},image:function(t,e){var n=new Yl;return Qk(e,n),eL(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 wo;return Qk(e,a),eL(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 wo;return Qk(e,a),eL(t,a,this._defsUsePending,!1,!0),this._textX+=parseFloat(r),this._textY+=parseFloat(o),a},path:function(t,e){var n=Oc(t.getAttribute("d")||"");return Qk(e,n),eL(t,n,this._defsUsePending,!1,!1),n.silent=!0,n}}),t}(),Kk={lineargradient:function(t){var e=parseInt(t.getAttribute("x1")||"0",10),n=parseInt(t.getAttribute("y1")||"0",10),i=parseInt(t.getAttribute("x2")||"10",10),r=parseInt(t.getAttribute("y2")||"0",10),o=new kh(e,n,i,r);return $k(t,o),Jk(t,o),o},radialgradient:function(t){var e=parseInt(t.getAttribute("cx")||"0",10),n=parseInt(t.getAttribute("cy")||"0",10),i=parseInt(t.getAttribute("r")||"0",10),r=new Lh(e,n,i);return $k(t,r),Jk(t,r),r}};function $k(t,e){"userSpaceOnUse"===t.getAttribute("gradientUnits")&&(e.global=!0)}function Jk(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={};uL(n,o,o);var a=o.stopColor||n.getAttribute("stop-color")||"#000000",s=o.stopOpacity||n.getAttribute("stop-opacity");if(s){var l=bi(a);l&&l[3]&&(l[3]*=di(s),a=ki(l,"rgba"))}e.colorStops.push({offset:r,color:a})}n=n.nextSibling}}function Qk(t,e){t&&t.__inheritedStyle&&(e.__inheritedStyle||(e.__inheritedStyle={}),V(e.__inheritedStyle,t.__inheritedStyle))}function tL(t){for(var e=oL(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 eL(t,e,n,i,r){var o=e,a=o.__inheritedStyle=o.__inheritedStyle||{},s={};1===t.nodeType&&(function(t,e){var n=t.getAttribute("transform");if(n){n=n.replace(/,/g," ");var i=[],r=null;n.replace(aL,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=oL(a);switch(r=r||Ae(),s){case"translate":Ee(r,r,[parseFloat(l[0]),parseFloat(l[1]||"0")]);break;case"scale":Pe(r,r,[parseFloat(l[0]),parseFloat(l[1]||l[0])]);break;case"rotate":Oe(r,r,-parseFloat(l[0])*sL,[parseFloat(l[1]||"0"),parseFloat(l[2]||"0")]);break;case"skewX":Ne(r,[1,0,Math.tan(parseFloat(l[0])*sL),1,0,0],r);break;case"skewY":Ne(r,[1,Math.tan(parseFloat(l[0])*sL),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),uL(t,a,s),i||function(t,e,n){for(var i=0;i<Xk.length;i++){var r=Xk[i];null!=(o=t.getAttribute(r))&&(e[Yk[r]]=o)}for(i=0;i<jk.length;i++){var o;r=jk[i];null!=(o=t.getAttribute(r))&&(n[Zk[r]]=o)}}(t,a,s)),o.style=o.style||{},null!=a.fill&&(o.style.fill=iL(o,"fill",a.fill,n)),null!=a.stroke&&(o.style.stroke=iL(o,"stroke",a.stroke,n)),H(["lineWidth","opacity","fillOpacity","strokeOpacity","miterLimit","fontSize"],function(t){null!=a[t]&&(o.style[t]=parseFloat(a[t]))}),H(["lineDashOffset","lineCap","lineJoin","fontWeight","fontFamily","fontStyle","textAlign"],function(t){null!=a[t]&&(o.style[t]=a[t])}),r&&(o.__selfStyle=s),a.lineDash&&(o.style.lineDash=U(oL(a.lineDash),function(t){return parseFloat(t)})),"hidden"!==a.visibility&&"collapse"!==a.visibility||(o.invisible=!0),"none"===a.display&&(o.ignore=!0)}var nL=/^url\(\s*#(.*?)\)/;function iL(t,e,n,i){var r=n&&n.match(nL);if(!r)return"none"===n&&(n=null),n;var o=vt(r[1]);i.push([t,e,o])}var rL=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;function oL(t){return t.match(rL)||[]}var aL=/(translate|scale|rotate|skewX|skewY|matrix)\(([\-\s0-9\.eE,]*)\)/g,sL=Math.PI/180;var lL=/([^\s:;]+)\s*:\s*([^:;]+)/g;function uL(t,e,n){var i,r=t.getAttribute("style");if(r)for(lL.lastIndex=0;null!=(i=lL.exec(r));){var o=i[1],a=Ct(Yk,o)?Yk[o]:null;a&&(e[a]=i[2]);var s=Ct(Zk,o)?Zk[o]:null;s&&(n[s]=i[2])}}function cL(t,e){var n=e.width/t.width,i=e.height/t.height,r=Math.min(n,i);return{scale:r,x:-(t.x+t.width/2)*r+(e.x+e.width/2),y:-(t.y+t.height/2)*r+(e.y+e.height/2)}}var hL=St(["rect","circle","line","ellipse","polygon","polyline","path","text","tspan","g"]),pL=function(){function t(t,e){this.type="geoSVG",this._usedGraphicMap=St(),this._freedGraphics=[],this._mapName=t,this._parsedXML=Uk(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=function(t){var e=[],n=St();return H(t,function(t){if(null==t.namedFrom){var i=new VS(t.name,t.el);e.push(i),n.set(t.name,i)}}),{regions:e,regionsMap:n}}(t.named),n=e.regions,i=e.regionsMap;this._regions=n,this._regionsMap=i}return{boundingRect:this._boundingRect,regions:this._regions,regionsMap:this._regionsMap}},t.prototype._buildGraphic=function(t){var e,n;try{e=t&&function(t,e){return(new qk).parse(t,e)}(t,{ignoreViewBox:!0,ignoreRootClip:!0})||{},gt(null!=(n=e.root))}catch(t){throw new Error("Invalid svg format\n"+t.message)}var i=new wo;i.add(n),i.isGeoSVGGraphicRoot=!0;var r=e.width,o=e.height,a=e.viewBoxRect,s=this._boundingRect;if(!s){var l=void 0,u=void 0,c=void 0,h=void 0;if(null!=r?(l=0,c=r):a&&(l=a.x,c=a.width),null!=o?(u=0,h=o):a&&(u=a.y,h=a.height),null==l||null==u){var p=n.getBoundingRect();null==l&&(l=p.x,c=p.width),null==u&&(u=p.y,h=p.height)}s=this._boundingRect=new an(l,u,c,h)}if(a){var d=cL(a,s);n.scaleX=n.scaleY=d.scale,n.x=d.x,n.y=d.y}i.setClipPath(new Ql({shape:s.plain()}));var f=[];return H(e.named,function(t){var e;null!=hL.get(t.svgNodeTagLower)&&(f.push(t),(e=t.el).silent=!1,e.isGroup&&e.traverse(function(t){t.silent=!1}))}),{root:i,boundingRect:s,named:f}},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}();for(var dL=[126,25],fL="南海诸岛",gL=[[[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]]],vL=0;vL<gL.length;vL++)for(var yL=0;yL<gL[vL].length;yL++)gL[vL][yL][0]/=10.5,gL[vL][yL][1]/=-14,gL[vL][yL][0]+=dL[0],gL[vL][yL][1]+=dL[1];var mL={"南海诸岛":[32,80],"广东":[0,-10],"香港":[10,5],"澳门":[-10,10],"天津":[5,5]};var xL=[[[123.45165252685547,25.73527164402261],[123.49731445312499,25.73527164402261],[123.49731445312499,25.750734064600884],[123.45165252685547,25.750734064600884],[123.45165252685547,25.73527164402261]]];var _L=function(){function t(t,e,n){var i;this.type="geoJSON",this._parsedMap=St(),this._mapName=t,this._specialAreas=n,this._geoJSON=Q(i=e)?"undefined"!=typeof JSON&&JSON.parse?JSON.parse(i):new 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:bL(i)})}var r=St(),o=[];return H(n.regions,function(e){var n=e.name;t&&Ct(t,n)&&(e=e.cloneShallow(n=t[n])),o.push(e),r.set(n,e)}),{regions:o,boundingRect:n.boundingRect||new an(0,0,0,0),regionsMap:r}},t.prototype._parseToRegions=function(t){var e,n=this._mapName,i=this._geoJSON;try{e=i?GS(i,t):[]}catch(t){throw new 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===fL)return;e.push(new RS(fL,U(gL,function(t){return{type:"polygon",exterior:t}}),dL))}}(n,e),H(e,function(t){var e=t.name;!function(t,e){if("china"===t){var n=mL[e.name];if(n){var i=e.getCenter();i[0]+=n[0]/10.5,i[1]+=-n[1]/14,e.setCenter(i)}}}(n,t),function(t,e){"china"===t&&"台湾"===e.name&&e.geometries.push({type:"polygon",exterior:xL[0]})}(n,t);var i=this._specialAreas&&this._specialAreas[e];i&&t.transformTo(i.left,i.top,i.width,i.height)},this),e},t.prototype.getMapForUser=function(){return{geoJson:this._geoJSON,geoJSON:this._geoJSON,specialAreas:this._specialAreas}},t}();function bL(t){for(var e,n=0;n<t.length;n++){var i=t[n].getBoundingRect();(e=e||i.clone()).union(i)}return e}var wL=St(),SL=function(t,e,n){if(e.svg){var i=new pL(t,e.svg);wL.set(t,i)}else{var r=e.geoJson||e.geoJSON;r&&!e.features?n=e.specialAreas:r=e;i=new _L(t,r,n);wL.set(t,i)}},ML=function(t){return wL.get(t)},IL=function(t){var e=wL.get(t);return e&&"geoJSON"===e.type&&e.getMapForUser()},TL=function(t,e,n){var i=wL.get(t);if(i)return i.load(e,n);"production"!==process.env.NODE_ENV&&console.error("Map "+t+" not exists. The GeoJSON of the map must be provided.")},CL=["rect","circle","line","ellipse","polygon","polyline","path"],DL=St(CL),AL=St(CL.concat(["g"])),kL=St(CL.concat(["g"])),LL=Oa();function NL(t){var e=t.getItemStyle(),n=t.get("areaColor");return null!=n&&(e.fill=n),e}function EL(t){var e=t.style;e&&(e.stroke=e.stroke||e.fill,e.fill=null)}var OL=function(){function t(t){var e=this.group=new wo,n=this._transformGroup=new wo;e.add(n),this.uid=_d("ec_map_draw"),this._controller=new Rk(t.getZr()),this._controllerHost={target:n},n.add(this._regionsGroup=new wo),n.add(this._svgGroup=new wo)}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,l=t.coordinateSystem,u=this._regionsGroup,c=this._transformGroup,h=l.getTransformInfo(),p=h.raw,d=h.roam,f=!u.childAt(0)||r;t.getShallow("clip",!0)?(s=l.getViewRect().clone(),this.group.setClipPath(new Ql({shape:s.clone()}))):this.group.removeClipPath(),f?(c.x=d.x,c.y=d.y,c.scaleX=d.scaleX,c.scaleY=d.scaleY,c.dirty()):jh(c,d,t);var g=a&&a.getVisual("visualMeta")&&a.getVisual("visualMeta").length>0,v={api:n,geo:l,mapOrGeoModel:t,data:a,isVisualEncodedByVisualMap:g,isGeo:o,transformInfoRaw:p};"geoJSON"===l.resourceType?this._buildGeoJSON(v):"geoSVG"===l.resourceType&&this._buildSVG(v),this._updateController(t,s,e,n),this._updateMapSelectHandler(t,u,n,i)},t.prototype._buildGeoJSON=function(t){var e=this._regionsGroupByName=St(),n=St(),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){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}function h(t){return{shape:{points:c(t)}}}i.removeAll(),H(t.geo.regions,function(r){var c=r.name,p=e.get(c),d=n.get(c)||{},f=d.dataIdx,g=d.regionModel;if(!p){p=e.set(c,new wo),i.add(p),f=a?a.indexOfName(c):null;var v=(g=t.isGeo?o.getRegionModel(c):a?a.getItemModel(f):null).get("silent",!0);null!=v&&(p.silent=v),n.set(c,{dataIdx:f,regionModel:g})}var y=[],m=[];H(r.geometries,function(t){if("polygon"===t.type){var e=[t.exterior].concat(t.interiors||[]);l&&(e=GL(e,l)),H(e,function(t){y.push(new ch(h(t)))})}else{var n=t.points;l&&(n=GL(n,l,!0)),H(n,function(t){m.push(new dh(h(t)))})}});var x=u(r.getCenter(),s&&s.project);function _(e,n){if(e.length){var i=new Ch({culling:!0,segmentIgnoreThreshold:1,shape:{paths:e}});p.add(i),PL(t,i,f,g),RL(t,i,c,g,o,f,x),n&&(EL(i),H(i.states,EL))}}_(y),_(m,!0)}),e.each(function(e,i){var r=n.get(i),a=r.dataIdx,s=r.regionModel;VL(t,e,i,s,o,a),zL(t,e,i,s,o),BL(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=St(),r=!1;H(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!=DL.get(s)&&l instanceof Ps&&PL(t,l,u,c),l instanceof Ps&&(l.culling=!0);var h=c.get("silent",!0);(null!=h&&(l.silent=h),l.z2EmphasisLift=0,e.namedFrom)||(null!=kL.get(s)&&RL(t,l,n,c,o,u,null),VL(t,l,n,c,o,u),zL(t,l,n,c,o),null!=AL.get(s)&&("self"===BL(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){Uu(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=ML(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=ML(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,i){var r=t.coordinateSystem,o=this._controller,a=this._controllerHost;a.zoomLimit=t.get("scaleLimit"),a.zoom=r.getZoom(),o.enable(t.get("roam")||!1,{api:i,zInfo:{component:t},triggerInfo:{roamTrigger:t.get("roamTrigger"),isInSelf:function(t,e,n){return r.containPoint([e,n])},isInClip:function(t,n,i){return!e||e.contain(n,i)}}});var s=t.mainType;function l(){var e={type:"geoRoam",componentType:s};return e[s+"Id"]=t.id,e}o.off("pan").on("pan",function(t){this._mouseDownFlag=!1,Vk(a,t.dx,t.dy),i.dispatchAction(R(l(),{dx:t.dx,dy:t.dy,animation:{duration:0}}))},this),o.off("zoom").on("zoom",function(t){this._mouseDownFlag=!1,zk(a,t.scale,t.originX,t.originY),i.dispatchAction(R(l(),{totalZoom:a.zoom,zoom:t.scale,originX:t.originX,originY:t.originY,animation:{duration:0}}))},this)},t.prototype.resetForLabelLayout=function(){this.group.traverse(function(t){var e=t.getTextContent();e&&(e.ignore=LL(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 PL(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=NL(r),u=NL(o),c=NL(s),h=NL(a),p=t.data;if(p){var d=p.getItemVisual(n,"style"),f=p.getItemVisual(n,"decal");t.isVisualEncodedByVisualMap&&d.fill&&(l.fill=d.fill),f&&(l.decal=Qx(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,Uu(e)}function RL(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,p=void 0;(!s||o>=0)&&(p=r);var d=a?{normal:{align:"center",verticalAlign:"middle"}}:null;Yp(e,Xp(i),{labelFetcher:p,labelDataIndex:h,defaultText:n},d);var f=e.getTextContent();if(f&&(LL(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 VL(t,e,n,i,r,o){t.data?t.data.setItemGraphicEl(o,e):yu(e).eventData={componentType:"geo",componentIndex:r.componentIndex,geoIndex:r.componentIndex,name:n,region:i&&i.option||{}}}function zL(t,e,n,i,r){t.data||kp({el:e,componentModel:r,itemName:n,itemTooltipOption:i.get("tooltip")})}function BL(t,e,n,i,r){e.highDownSilentOnTouch=!!r.get("selectedMode");var o=i.getModel("emphasis"),a=o.get("focus");return sc(e,a,o.get("blurScope"),o.get("disabled")),t.isGeo&&function(t,e,n){var i=yu(t);i.componentMainType=e.mainType,i.componentIndex=e.componentIndex,i.componentHighDownName=n}(e,r,n),a}function GL(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(),H(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 FL=OL,WL=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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)(o=this._mapDraw)&&r.add(o.group);else if(t.needsDrawMap){var o=this._mapDraw||new FL(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 zc({style:{fill:t.getData().getVisual("style").fill},shape:{cx:a[0]+9*s,cy:a[1],r:3},silent:!0,z2:8+(s?0:11)});if(!s){var u=t.mainSeries.getData(),c=i.getName(n),h=u.indexOfName(c),p=i.getItemModel(n),d=p.getModel("label"),f=u.getItemGraphicEl(h);Yp(l,Xp(p),{labelFetcher:{getFormattedLabel:function(e,n){return t.getFormattedLabel(h,n)}},defaultText:c}),l.disableLabelAnimation=!0,d.get("position")||l.setTextConfig({position:"bottom"}),f.onHoverStateChange=function(t){Wu(l,t)}}r.add(l)}}})},e.type="map",e}(vm),HL=WL,UL=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 n(e,t),e.prototype.getInitialData=function(t){for(var e=lD(this,{coordDimensions:["value"],encodeDefaulter:K(Sg,this)}),n=St(),i=[],r=0,o=e.count();r<o;r++){var a=e.getName(r);n.set(a,r)}return H(TL(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&&O(r,s)}),e.appendData(i),e},e.prototype.getHostGeoModel=function(){if(kf(this).kind!==Af)return this.getReferringComponents("geo",{useDefault:!1,enableAll:!1,enableNone:!1}).models[0]},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 Oy("section",{header:s.join(", "),noHeader:!s.length,blocks:[Oy("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=Tx(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=ig.color.neutral00,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:ig.color.tertiary},itemStyle:{borderWidth:.5,borderColor:ig.color.border,areaColor:ig.color.background},emphasis:{label:{show:!0,color:ig.color.primary},itemStyle:{areaColor:ig.color.highlight}},select:{label:{show:!0,color:ig.color.primary},itemStyle:{color:ig.color.highlight}},nameProperty:"name"},e}(rm),YL=UL;function XL(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)}),H(e,function(t,e){for(var n,i,r,o=(n=U(t,function(t){return t.getData()}),i=t[0].get("mapValueCalculation"),r={},H(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="ec-"+n[0].getName(e),a=0,s=1/0,l=-1/0,u=r[o].length,c=0;c<u;c++)s=Math.min(s,r[o][c]),l=Math.max(l,r[o][c]),a+=r[o][c];return 0===u?NaN:"min"===i?s:"max"===i?l:"average"===i?a/u:a})),a=0;a<t.length;a++)t[a].originalData=t[a].getData();for(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 ZL(t){var e={};t.eachSeriesByType("map",function(n){var i=n.getMapType();if(!n.getHostGeoModel()&&!e[i]){var r={};H(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 jL=Kt,qL=function(t){function e(e,n){var i=t.call(this)||this;return i.type="view",i.dimensions=["x","y"],i._roamTransformable=new qr,i._rawTransformable=new qr,i.name=e,i._opt=n,i}return n(e,t),e.prototype.setBoundingRect=function(t,e,n,i){return this._rect=new an(t,e,n,i),this._updateCenterAndZoom(),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 an(t,e,n,i)},e.prototype._transformTo=function(t,e,n,i){var r=this.getBoundingRect(),o=this._rawTransformable;o.transform=r.calculateTransform(new an(t,e,n,i));var a=o.parent;o.parent=null,o.decomposeTransform(),o.parent=a,this._updateTransform()},e.prototype.setCenter=function(t){var e=this._opt;e&&e.api&&e.ecModel&&e.ecModel.getShallow("legacyViewCoordSysCenterBase")&&t&&(t=[Vo(t[0],e.api.getWidth()),Vo(t[1],e.api.getWidth())]),this._centerOption=E(t),this._updateCenterAndZoom()},e.prototype.setZoom=function(t){this._zoom=Hk(t||1,this.zoomLimit),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._centerOption,e=this._rect;t&&e&&(this._center=[Vo(t[0],e.width,e.x),Vo(t[1],e.height,e.y)]);var n=this._rawTransformable.getLocalTransform(),i=this._roamTransformable,r=this.getDefaultCenter(),o=this.getCenter(),a=this.getZoom();o=Kt([],o,n),r=Kt([],r,n),i.originX=o[0],i.originY=o[1],i.x=r[0]-o[0],i.y=r[1]-o[1],i.scaleX=i.scaleY=a,this._updateTransform()},e.prototype._updateTransform=function(){var t=this._roamTransformable,e=this._rawTransformable;e.parent=t,t.updateTransform(),e.updateTransform(),Le(this.transform||(this.transform=[]),e.transform||[1,0,0,1,0,0]),this._rawTransform=e.getLocalTransform(),this.invTransform=this.invTransform||[],Re(this.invTransform,this.transform),this.decomposeTransform()},e.prototype.getTransformInfo=function(){var t=this._rawTransformable,e=this._roamTransformable,n=new qr;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?jL(n,t,i):Et(n,t)},e.prototype.pointToData=function(t,e,n){n=n||[];var i=this.invTransform;return i?jL(n,t,i):(n[0]=t[0],n[1]=t[1],n)},e.prototype.convertToPixel=function(t,e,n){var i=KL(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=KL(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}(qr);function KL(t){var e=t.seriesModel;return e?e.coordinateSystem:null}var $L=qL,JL={geoJSON:{aspectScale:.75,invertLongitute:!0},geoSVG:{aspectScale:1,invertLongitute:!1}},QL=["lng","lat"],tN=function(t){function e(e,n,i){var r=t.call(this,e,{api:i.api,ecModel:i.ecModel})||this;r.dimensions=QL,r.type="geo",r._nameCoordMap=St(),r.map=n;var o,a=i.projection,s=TL(n,i.nameMap,i.nameProperty),l=ML(n),u=r.resourceType=l?l.type:null,c=r.regions=s.regions,h=JL[l.type];if(r._regionsMap=s.regionsMap,r.regions=s.regions,"production"!==process.env.NODE_ENV&&a&&("geoSVG"===u&&("production"!==process.env.NODE_ENV&&ha("Map "+n+" with SVG source can't use projection. Only GeoJSON source supports projection."),a=null),a.project&&a.unproject||("production"!==process.env.NODE_ENV&&ha("project and unproject must be both provided in the projeciton."),a=null)),r.projection=a,a)for(var p=0;p<c.length;p++){var d=c[p].getBoundingRect(a);(o=o||d.clone()).union(d)}else o=s.boundingRect;return r.setBoundingRect(o.x,o.y,o.width,o.height),r.aspectScale=a?1:ht(i.aspectScale,h.aspectScale),r._invertLongitute=!a&&h.invertLongitute,r}return n(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 an(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(Q(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,e,n){var i=this.projection;return i&&(t=i.unproject(t)),t&&this.pointToProjected(t,n)},e.prototype.pointToProjected=function(e,n){return t.prototype.pointToData.call(this,e,0,n)},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=eN(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=eN(e);return i===this?i.pointToData(n):null},e}($L);function eN(t){var e=t.geoModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem||(n.getReferringComponents("geo",za).models[0]||{}).coordinateSystem:null}F(tN,$L);var nN=tN;function iN(t,e){var n=t.get("boundingCoords");if(null!=n){var i=n[0],r=n[1];if(isFinite(i[0])&&isFinite(i[1])&&isFinite(r[0])&&isFinite(r[1])){var o=this.projection;if(o){var a=i[0],s=i[1],l=r[0],u=r[1];i=[1/0,1/0],r=[-1/0,-1/0];var c=function(t,e,n,a){for(var s=n-t,l=a-e,u=0;u<=100;u++){var c=u/100,h=o.project([t+s*c,e+l*c]);$t(i,i,h),Jt(r,r,h)}};c(a,s,l,s),c(l,s,l,u),c(l,u,a,u),c(a,u,l,s)}this.setBoundingRect(i[0],i[1],r[0]-i[0],r[1]-i[1])}else"production"!==process.env.NODE_ENV&&console.error("Invalid boundingCoords")}var h,p,d,f=this.getBoundingRect(),g=t.get("layoutCenter"),v=t.get("layoutSize"),y=Uf(t,e).refContainer,m=f.width/f.height*this.aspectScale,x=!1;if(g&&v&&(h=[Vo(g[0],y.width)+y.x,Vo(g[1],y.height)+y.y],p=Vo(v,Math.min(y.width,y.height)),isNaN(h[0])||isNaN(h[1])||isNaN(p)?"production"!==process.env.NODE_ENV&&console.warn("Given layoutCenter or layoutSize data are invalid. Use left/top/width/height instead."):x=!0),x)d={},m>1?(d.width=p,d.height=p/m):(d.height=p,d.width=p*m),d.y=h[1]-d.height/2,d.x=h[0]-d.width/2;else{var _=t.getBoxLayoutParams();_.aspect=m,d=Wf(t,d=Ff(_,y),m)}this.setViewRect(d.x,d.y,d.width,d.height),this.setCenter(t.get("center")),this.setZoom(t.get("zoom"))}var rN=function(){function t(){this.dimensions=QL}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(r,o){var a=r.get("map"),s=new nN(a+o,a,R({nameMap:r.get("nameMap"),api:e,ecModel:t},i(r)));s.zoomLimit=r.get("scaleLimit"),n.push(s),r.coordinateSystem=s,s.model=r,s.resize=iN,s.resize(r,e)}),t.eachSeries(function(t){Lf({targetModel:t,coordSysType:"geo",coordSysProvider:function(){var e="map"===t.subType?t.getHostGeoModel():t.getReferringComponents("geo",za).models[0];return e&&e.coordinateSystem},allowNotFound:!0})});var r={};return t.eachSeriesByType("map",function(t){if(!t.getHostGeoModel()){var e=t.getMapType();r[e]=r[e]||[],r[e].push(t)}}),H(r,function(r,o){var a=U(r,function(t){return t.get("nameMap")}),s=new nN(o,o,R({nameMap:P(a),api:e,ecModel:t},i(r[0])));s.zoomLimit=ct.apply(null,U(r,function(t){return t.get("scaleLimit")})),n.push(s),s.resize=iN,s.resize(r[0],e),H(r,function(t){t.coordinateSystem=s,function(t,e){H(e.get("geoCoord"),function(e,n){t.addGeoCoord(n,e)})}(s,t)})}),n},t.prototype.getFilledRegions=function(t,e,n,i){for(var r=(t||[]).slice(),o=St(),a=0;a<r.length;a++)o.set(r[a].name,r[a]);return H(TL(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&&O(n,i)}),r},t}(),oN=new rN,aN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n);var i=ML(t.map);if(i&&"geoJSON"===i.type){var r=t.itemStyle=t.itemStyle||{};"color"in r||(r.color=t.defaultItemStyleColor||ig.color.backgroundTint)}ba(t,"label",["show"])},e.prototype.optionUpdated=function(){var t=this,e=this.option;e.regions=oN.getFilledRegions(e.regions,e.map,e.nameMap,e.nameProperty);var n={};this._optionModelMap=Y(e.regions||[],function(e,i){var r=i.name;return r&&(e.set(r,new md(i,t,t.ecModel)),i.selected&&(n[r]=!0)),e},St()),e.selectedMap||(e.selectedMap=n)},e.prototype.getRegionModel=function(t){return this._optionModelMap.get(t)||new md(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 J(i)?(r.status=e,i(r)):Q(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:ig.color.tertiary},itemStyle:{borderWidth:.5,borderColor:ig.color.border},emphasis:{label:{show:!0,color:ig.color.primary},itemStyle:{color:ig.color.highlight}},select:{label:{show:!0,color:ig.color.primary},itemStyle:{color:ig.color.highlight}},regions:[]},e}(Jf),sN=aN,lN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.focusBlurEnabled=!0,n}return n(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"))return this._mapDraw&&this._mapDraw.remove(),void(this._mapDraw=null);this._mapDraw||(this._mapDraw=new FL(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;px(t.target,function(t){return null!=(e=yu(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=yu(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}(am),uN=lN;function cN(t,e,n){SL(t,e,n)}function hN(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),H(n.coordinateSystem.regions,function(t){i[t.name]=n.isSelected(t.name)||!1});var o=[];H(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",oN),t.registerComponentModel(sN),t.registerComponentView(uN),t.registerImpl("registerMap",cN),t.registerImpl("getMap",function(t){return IL(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;i||(null!=t.geoId?i="geo":null!=t.seriesId&&(i="series")),i||(i="series"),e.eachComponent({mainType:i,query:t},function(e){var n=e.coordinateSystem;if("geo"===n.type){var r=Fk(n,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(r.center),e.setZoom&&e.setZoom(r.zoom),"series"===i&&H(e.seriesGroup,function(t){t.setCenter(r.center),t.setZoom(r.zoom)})}})})}function pN(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){var e=t.children,n=e.length,i=0,r=0;for(;--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=vN(s),o=yN(o),s&&o;){r=vN(r),a=yN(a),r.hierNode.ancestor=t;var p=s.hierNode.prelim+h-o.hierNode.prelim-u+i(s,o);p>0&&(xN(mN(s,t,n),t,p),u+=p,l+=p),h+=s.hierNode.modifier,u+=o.hierNode.modifier,l+=r.hierNode.modifier,c+=a.hierNode.modifier}s&&!vN(r)&&(r.hierNode.thread=s,r.hierNode.modifier+=h-l),o&&!yN(a)&&(a.hierNode.thread=o,a.hierNode.modifier+=u-c,n=t)}return n}(t,r,t.parentNode.hierNode.defaultAncestor||i[0],e)}function dN(t){var e=t.hierNode.prelim+t.parentNode.hierNode.modifier;t.setLayout({x:e},!0),t.hierNode.modifier+=t.parentNode.hierNode.modifier}function fN(t){return arguments.length?t:_N}function gN(t,e){return t-=Math.PI/2,{x:e*Math.cos(t),y:e*Math.sin(t)}}function vN(t){var e=t.children;return e.length&&t.isExpand?e[e.length-1]:t.hierNode.thread}function yN(t){var e=t.children;return e.length&&t.isExpand?e[0]:t.hierNode.thread}function mN(t,e,n){return t.hierNode.ancestor.parentNode===e.parentNode?t.hierNode.ancestor:n}function xN(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}function _N(t,e){return t.parentNode===e.parentNode?1:2}var bN=function(){this.parentPoint=[],this.childPoints=[]},wN=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:ig.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new bN},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)return t.moveTo(r[0],r[1]),void t.lineTo(o[0],o[1]);var s=e.orient,l="TB"===s||"BT"===s?0:1,u=1-l,c=Vo(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 p=1;p<i-1;p++){var d=n[p];t.moveTo(d[0],d[1]),h[l]=d[l],t.lineTo(h[0],h[1])}},e}(zl),SN=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._mainGroup=new wo,n}return n(e,t),e.prototype.init=function(t,e){this._controller=new Rk(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,null,e,n);var a=this._data;i.diff(a).add(function(e){MN(i,e)&&IN(i,e,null,o,t)}).update(function(e,n){var r=a.getItemGraphicEl(n);MN(i,e)?IN(i,e,r,o,t):r&&DN(a,n,r,o,t)}).remove(function(e){var n=a.getItemGraphicEl(e);n&&DN(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=[];Us(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 $L(null,{api:e,ecModel:t.ecModel});l.zoomLimit=t.get("scaleLimit"),l.setBoundingRect(r[0],r[1],o[0]-r[0],o[1]-r[1]),l.setCenter(t.get("center")),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,i){var r=this;Bk(t,i,this.group,this._controller,this._controllerHost,e),this._controller.on("zoom",function(e){r._updateNodeAndLinkScale(t)})},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}(vm);function MN(t,e){var n=t.getItemLayout(e);return n&&!isNaN(n.x)&&!isNaN(n.y)}function IN(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:ig.color.neutral00,c=t.tree.root,h=a.parentNode===c?a:a.parentNode||a,p=t.getItemGraphicEl(h.dataIndex),d=h.getLayout(),f=p?{x:p.__oldX,y:p.__oldY,rawX:p.__radialOldRawX,rawY:p.__radialOldRawY}:d,g=a.getLayout();o?((n=new RT(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,jh(n,{x:g.x,y:g.y},r);var v=n.getSymbolPath();if("radial"===r.get("layout")){var y=c.children[0],m=y.getLayout(),x=y.children.length,_=void 0,b=void 0;if(g.x===m.x&&!0===a.isExpand&&y.children.length){var w={x:(y.children[0].getLayout().x+y.children[x-1].getLayout().x)/2,y:(y.children[0].getLayout().y+y.children[x-1].getLayout().y)/2};(_=Math.atan2(w.y-m.y,w.x-m.x))<0&&(_=2*Math.PI+_),(b=w.x<m.x)&&(_-=Math.PI)}else(_=Math.atan2(g.y-m.y,g.x-m.x))<0&&(_=2*Math.PI+_),0===a.children.length||0!==a.children.length&&!1===a.isExpand?(b=g.x<m.x)&&(_-=Math.PI):(b=g.x>m.x)||(_-=Math.PI);var S=b?"left":"right",M=s.getModel("label"),I=M.get("rotate"),T=I*(Math.PI/180),C=v.getTextContent();C&&(v.setTextConfig({position:M.get("position")||S,rotation:null==I?-_:T,origin:"center"}),C.setStyle("verticalAlign","middle"))}var D=s.get(["emphasis","focus"]),A="relative"===D?Mt(a.getAncestorsIndices(),a.getDescendantIndices()):"ancestor"===D?a.getAncestorsIndices():"descendant"===D?a.getDescendantIndices():null;A&&(yu(n).focus=A),function(t,e,n,i,r,o,a,s){var l=e.getModel(),u=t.get("edgeShape"),c=t.get("layout"),h=t.getOrient(),p=t.get(["lineStyle","curveness"]),d=t.get("edgeForkPosition"),f=l.getModel("lineStyle").getLineStyle(),g=i.__edge;if("curve"===u)e.parentNode&&e.parentNode!==n&&(g||(g=i.__edge=new wh({shape:AN(c,h,p,r,r)})),jh(g,{shape:AN(c,h,p,o,a)},t));else if("polyline"===u)if("orthogonal"===c){if(e!==n&&e.children&&0!==e.children.length&&!0===e.isExpand){for(var v=e.children,y=[],m=0;m<v.length;m++){var x=v[m].getLayout();y.push([x.x,x.y])}g||(g=i.__edge=new wN({shape:{parentPoint:[a.x,a.y],childPoints:[[a.x,a.y]],orient:h,forkPosition:d}})),jh(g,{shape:{parentPoint:[a.x,a.y],childPoints:y}},t)}}else if("production"!==process.env.NODE_ENV)throw new Error("The polyline edgeShape can only be used in orthogonal layout");g&&("polyline"!==u||e.isExpand)&&(g.useStyle(V({strokeNoScale:!0,fill:null},f)),hc(g,l,"lineStyle"),Uu(g),s.add(g))}(r,a,c,n,f,d,g,i),n.__edge&&(n.onHoverStateChange=function(e){if("blur"!==e){var i=a.parentNode&&t.getItemGraphicEl(a.parentNode.dataIndex);i&&1===i.hoverState||Wu(n.__edge,e)}})}function TN(t,e,n,i,r){var o=CN(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"),p=i.get("layout"),d=i.get("orient"),f=i.get(["lineStyle","curveness"]);c&&("curve"===h?$h(c,{shape:AN(p,d,f,s,s),style:{opacity:0}},i,{cb:function(){n.remove(c)},removeOpt:r}):"polyline"===h&&"orthogonal"===i.get("layout")&&$h(c,{shape:{parentPoint:[s.x,s.y],childPoints:[[s.x,s.y]]},style:{opacity:0}},i,{cb:function(){n.remove(c)},removeOpt:r}))}}function CN(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 DN(t,e,n,i,r){var o=t.tree.getNodeByDataIndex(e),a=CN(t.tree.root,o).sourceLayout,s={duration:r.get("animationDurationUpdate"),easing:r.get("animationEasingUpdate")};$h(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){TN(e,t,i,r,s)}),TN(o,t,i,r,s)}function AN(t,e,n,i,r){var o,a,s,l,u,c,h,p;if("radial"===t){u=i.rawX,h=i.rawY,c=r.rawX,p=r.rawY;var d=gN(u,h),f=gN(u,h+(p-h)*n),g=gN(c,p+(h-p)*n),v=gN(c,p);return{x1:d.x||0,y1:d.y||0,x2:v.x||0,y2:v.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,p=r.y,"LR"!==e&&"RL"!==e||(o=u+(c-u)*n,a=h,s=c+(u-c)*n,l=p),"TB"!==e&&"BT"!==e||(o=u,a=h+(p-h)*n,s=c,l=p+(h-p)*n),{x1:u,y1:h,x2:c,y2:p,cpx1:o,cpy1:a,cpx2:s,cpy2:l}}var kN=SN,LN=Oa();function NN(t){var e=t.mainData,n=t.datas;n||(n={main:e},t.datasAttr={main:"data"}),t.datas=t.mainData=null,zN(e,n,t),H(n,function(n){H(e.TRANSFERABLE_METHODS,function(e){n.wrapMethod(e,K(EN,t))})}),e.wrapMethod("cloneShallow",K(PN,t)),H(e.CHANGABLE_METHODS,function(n){e.wrapMethod(n,K(ON,t))}),gt(n[e.dataType]===e)}function EN(t,e){if(LN(i=this).mainData===i){var n=R({},LN(this).datas);n[this.dataType]=e,zN(e,n,t)}else BN(e,this.dataType,LN(this).mainData,t);var i;return e}function ON(t,e){return t.struct&&t.struct.update(),e}function PN(t,e){return H(LN(e).datas,function(n,i){n!==e&&BN(n.cloneShallow(),i,e,t)}),e}function RN(t){var e=LN(this).mainData;return null==t||null==e?e:LN(e).datas[t]}function VN(){var t=LN(this).mainData;return null==t?[{data:t}]:U(j(LN(t).datas),function(e){return{type:e,data:LN(t).datas[e]}})}function zN(t,e,n){LN(t).datas={},H(e,function(e,i){BN(e,i,t,n)})}function BN(t,e,n,i){LN(n).datas[e]=t,LN(t).mainData=n,t.dataType=e,i.struct&&(t[i.structAttr]=i.struct,i.struct[i.datasAttr[e]]=t),t.getLinkedData=RN,t.getLinkedDataAll=VN}var GN=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){J(t)&&(n=e,e=t,t=null),Q(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}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}(),FN=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(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=e.value;a=Math.max(a,$(i)?i.length:1),o.push(e);var s=new GN(Da(e.name,""),r);n?function(t,e){var n=e.children;if(t.parentNode===e)return;n.push(t),t.parentNode=e}(s,n):r.root=s,r._nodes.push(s);var l=e.children;if(l)for(var u=0;u<l.length;u++)t(l[u],s)}(e),r.root.updateDepthAndHeight(0);var s=nw(o,{coordDimensions:["value"],dimensionsCount:a}).dimensions,l=new ew(s,n);return l.initData(o),i&&i(l),NN({mainData:l,struct:r,structAttr:"tree"}),r.update(),r},t}();var WN=FN;function HN(t,e,n){if(t&&B(e,t.type)>=0){var i=n.getData().tree.root,r=t.targetNode;if(Q(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 UN(t){for(var e=[];t;)(t=t.parentNode)&&e.push(t);return e.reverse()}function YN(t,e){return B(UN(t),e)>=0}function XN(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 ZN=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.hasSymbolVisual=!0,e.ignoreStyleOnData=!0,e}return n(e,t),e.prototype.getInitialData=function(t){var e={name:t.name,children:t.data},n=t.leaves||{},i=new md(n,this,this.ecModel),r=WN.createTree(e,this,function(t){t.wrapMethod("getItemModel",function(t,e){var n=r.getNodeByDataIndex(e);return n&&n.children.length&&n.isExpand||(t.parentModel=i),t})});var o=0;r.eachNode("preorder",function(t){t.depth>o&&(o=t.depth)});var a=t.expandAndCollapse&&t.initialTreeDepth>=0?t.initialTreeDepth:o;return r.root.eachNode("preorder",function(t){var e=t.hostTree.data.getRawDataItem(t.dataIndex);t.isExpand=e&&null!=e.collapsed?!e.collapsed:t.depth<=a}),r.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 Oy("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=XN(i,this),n.collapsed=!i.isExpand,n},e.type="series.tree",e.layoutMode="box",e.defaultOption={z:2,coordinateSystemUsage:"box",left:"12%",top:"12%",right:"12%",bottom:"12%",layout:"orthogonal",edgeShape:"curve",edgeForkPosition:"50%",roam:!1,roamTrigger:"global",nodeScaleRatio:.4,center:null,zoom:1,orient:"LR",symbol:"emptyCircle",symbolSize:7,expandAndCollapse:!0,initialTreeDepth:2,lineStyle:{color:ig.color.borderTint,width:1.5,curveness:.5},itemStyle:{color:"lightsteelblue",borderWidth:1.5},label:{show:!0},animationEasing:"linear",animationDuration:700,animationDurationUpdate:500},e}(rm),jN=ZN;function qN(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 KN(t,e){t.eachSeriesByType("tree",function(t){!function(t,e){var n=Uf(t,e).refContainer,i=Ff(t.getBoxLayoutParams(),n);t.layoutInfo=i;var r=t.get("layout"),o=0,a=0,s=null;"radial"===r?(o=2*Math.PI,a=Math.min(i.height,i.width)/2,s=fN(function(t,e){return(t.parentNode===e.parentNode?1:2)/t.depth})):(o=i.width,a=i.height,s=fN());var l=t.getData().tree.root,u=l.children[0];if(u){!function(t){var e=t;e.hierNode={defaultAncestor:null,ancestor:e,prelim:0,modifier:0,change:0,shift:0,i:0,thread:null};for(var n,i,r=[e];n=r.pop();)if(i=n.children,n.isExpand&&i.length)for(var o=i.length-1;o>=0;o--){var a=i[o];a.hierNode={defaultAncestor:null,ancestor:a,prelim:0,modifier:0,change:0,shift:0,i:o,thread:null},r.push(a)}}(l),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)}(u,pN,s),l.hierNode.modifier=-u.hierNode.prelim,qN(u,dN);var c=u,h=u,p=u;qN(u,function(t){var e=t.getLayout().x;e<c.getLayout().x&&(c=t),e>h.getLayout().x&&(h=t),t.depth>p.depth&&(p=t)});var d=c===h?1:s(c,h)/2,f=d-c.getLayout().x,g=0,v=0,y=0,m=0;if("radial"===r)g=o/(h.getLayout().x+d+f),v=a/(p.depth-1||1),qN(u,function(t){y=(t.getLayout().x+f)*g,m=(t.depth-1)*v;var e=gN(y,m);t.setLayout({x:e.x,y:e.y,rawX:y,rawY:m},!0)});else{var x=t.getOrient();"RL"===x||"LR"===x?(v=a/(h.getLayout().x+d+f),g=o/(p.depth-1||1),qN(u,function(t){m=(t.getLayout().x+f)*v,y="LR"===x?(t.depth-1)*g:o-(t.depth-1)*g,t.setLayout({x:y,y:m},!0)})):"TB"!==x&&"BT"!==x||(g=o/(h.getLayout().x+d+f),v=a/(p.depth-1||1),qN(u,function(t){y=(t.getLayout().x+f)*g,m="TB"===x?(t.depth-1)*v:a-(t.depth-1)*v,t.setLayout({x:y,y:m},!0)}))}}}(t,e)})}function $N(t){t.eachSeriesByType("tree",function(t){var e=t.getData();e.tree.eachNode(function(t){var n=t.getModel().getModel("itemStyle").getItemStyle();R(e.ensureUniqueItemVisual(t.dataIndex,"style"),n)})})}var JN=["treemapZoomToNode","treemapRender","treemapMove"];function QN(t){var e=t.getData().tree,n={};e.eachNode(function(e){for(var i=e;i&&i.depth>1;)i=i.parentNode;var r=Og(t.ecModel,i.name||i.dataIndex+"",n);e.setVisual("decal",r)})}var tE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventUsingHoverLayer=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};eE(n);var i=t.levels||[],r=this.designatedVisualItemStyle={},o=new md({itemStyle:r},this,e);i=t.levels=function(t,e){var n,i,r=_a(e.get("color")),o=_a(e.get(["aria","decal","decals"]));if(!r)return;t=t||[],H(t,function(t){var e=new md(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]={});n||(a.color=r.slice());!i&&o&&(a.decal=o.slice());return t}(i,e);var a=U(i||[],function(t){return new md(t,o,e)},this),s=WN.createTree(n,this,function(t){t.wrapMethod("getItemModel",function(t,e){var n=s.getNodeByDataIndex(e),i=n?a[n.depth]:null;return t.parentModel=i||o,t})});return s.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t);return Oy("nameValue",{name:i.getName(t),value:r})},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treeAncestors=XN(i,this),n.treePathInfo=n.treeAncestors,n},e.prototype.setLayoutInfo=function(t){this.layoutInfo=this.layoutInfo||{},R(this.layoutInfo,t)},e.prototype.mapIdToIndex=function(t){var e=this._idIndexMap;e||(e=this._idIndexMap=St(),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(){QN(this)},e.type="series.treemap",e.layoutMode="box",e.defaultOption={progressive:0,coordinateSystemUsage:"box",left:ig.size.l,top:ig.size.xxxl,right:ig.size.l,bottom:ig.size.xxxl,sort:!0,clipWindow:"origin",squareRatio:.5*(1+Math.sqrt(5)),leafDepth:null,drillDownIcon:"▶",zoomToNodeRatio:.1024,scaleLimit:{max:5,min:.2},roam:!0,roamTrigger:"global",nodeClick:"zoomToNode",animation:!0,animationDurationUpdate:900,animationEasing:"quinticInOut",breadcrumb:{show:!0,height:22,left:"center",bottom:ig.size.m,emptyItemWidth:25,itemStyle:{color:ig.color.backgroundShade,textStyle:{color:ig.color.secondary}},emphasis:{itemStyle:{color:ig.color.background}}},label:{show:!0,distance:0,padding:5,position:"inside",color:ig.color.neutral00,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:ig.color.neutral00,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}(rm);function eE(t){var e=0;H(t.children,function(t){eE(t);var n=t.value;$(n)&&(n=n[0]),e+=n});var n=t.value;$(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),$(t.value)?t.value[0]=n:t.value=n}var nE=tE,iE=function(){function t(t){this.group=new wo,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=Uf(t,e).refContainer,h={left:r.get("left"),right:r.get("right"),top:r.get("top"),bottom:r.get("bottom")},p={emptyItemWidth:r.get("emptyItemWidth"),totalWidth:0,renderList:[]},d=Ff(h,c);this._prepare(n,p,l),this._renderContent(t,p,d,a,s,l,u,i),Yf(o,h,c)}},t.prototype._prepare=function(t,e,n){for(var i=t;i;i=i.parentNode){var r=Da(i.getModel().get("name"),""),o=n.getTextRect(r),a=Math.max(o.width+16,e.emptyItemWidth);e.totalWidth+=a+8,e.renderList.push({node:i,text:r,width:a})}},t.prototype._renderContent=function(t,e,n,i,r,o,a,s){for(var l=0,u=e.emptyItemWidth,c=t.get(["breadcrumb","height"]),h=e.totalWidth,p=e.renderList,d=r.getModel("itemStyle").getItemStyle(),f=p.length-1;f>=0;f--){var g=p[f],v=g.node,y=g.width,m=g.text;h>n.width&&(h-=y-u,y=u,m=null);var x=new ch({shape:{points:rE(l,0,y,c,f===p.length-1,0===f)},style:V(i.getItemStyle(),{lineJoin:"bevel"}),textContent:new vu({style:Zp(o,{text:m})}),textConfig:{position:"inside"},z2:1e5,onclick:K(s,v)});x.disableLabelAnimation=!0,x.getTextContent().ensureState("emphasis").style=Zp(a,{text:m}),x.ensureState("emphasis").style=d,sc(x,r.get("focus"),r.get("blurScope"),r.get("disabled")),this.group.add(x),oE(x,t,v),l+=y+8}},t.prototype.remove=function(){this.group.removeAll()},t}();function rE(t,e,n,i,r,o){var a=[[r?t:t-5,e],[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}function oE(t,e,n){yu(t).eventData={componentType:"series",componentSubType:"treemap",componentIndex:e.componentIndex,seriesIndex:e.seriesIndex,seriesName:e.name,seriesType:"treemap",selfType:"breadcrumb",nodeData:{dataIndex:n&&n.dataIndex,name:n&&n.name},treePathInfo:n&&XN(n,e)}}var aE=iE,sE=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}();var lE=wo,uE=Ql,cE="label",hE="upperLabel",pE=es([["fill","color"],["stroke","strokeColor"],["lineWidth","strokeWidth"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"]]),dE=function(t){var e=pE(t);return e.stroke=e.fill=e.lineWidth=null,e},fE=Oa(),gE=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._state="ready",n._storage={nodeGroup:[],background:[],content:[]},n}return n(e,t),e.prototype.render=function(t,e,n,i){if(!(B(e.findComponents({mainType:"series",subType:"treemap",query:i}),t)<0)){this.seriesModel=t,this.api=n,this.ecModel=e;var r=HN(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"),p=this._doRender(c,t,u);!h||s||o&&"treemapZoomToNode"!==o&&"treemapRootToNode"!==o?p.renderFinally():this._doAnimation(c,p,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 lE,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=e.getData().tree,r=this._oldTree,o={nodeGroup:[],background:[],content:[]},a={nodeGroup:[],background:[],content:[]},s=this._storage,l=[];function u(t,i,r,u){return function(t,e,n,i,r,o,a,s,l,u){if(!a)return;var c=a.getLayout(),h=t.getData(),p=a.getModel();if(h.setItemGraphicEl(a.dataIndex,null),!c||!c.isInView)return;var d=c.width,f=c.height,g=c.borderWidth,v=c.invisible,y=a.getRawIndex(),m=s&&s.getRawIndex(),x=a.viewChildren,_=c.upperHeight,b=x&&x.length,w=p.getModel("itemStyle"),S=p.getModel(["emphasis","itemStyle"]),M=p.getModel(["blur","itemStyle"]),I=p.getModel(["select","itemStyle"]),T=w.get("borderRadius")||0,C=W("nodeGroup",lE);if(!C)return;if(l.add(C),C.x=c.x||0,C.y=c.y||0,C.markRedraw(),fE(C).nodeWidth=d,fE(C).nodeHeight=f,c.isAboveViewRoot)return C;var D=W("background",uE,u,20);D&&V(C,D,b&&c.upperLabelHeight);var A=p.getModel("emphasis"),k=A.get("focus"),L=A.get("blurScope"),N=A.get("disabled"),E="ancestor"===k?a.getAncestorsIndices():"descendant"===k?a.getDescendantIndices():k;if(b)dc(C)&&pc(C,!1),D&&(pc(D,!N),h.setItemGraphicEl(a.dataIndex,D),lc(D,E,L));else{var O=W("content",uE,u,30);O&&z(C,O),D.disableMorphing=!0,D&&dc(D)&&pc(D,!1),pc(C,!N),h.setItemGraphicEl(a.dataIndex,C);var P=p.getShallow("cursor");P&&O.attr("cursor",P),lc(C,E,L)}return C;function V(e,n,i){var r=yu(n);if(r.dataIndex=a.dataIndex,r.seriesIndex=t.seriesIndex,n.setShape({x:0,y:0,width:d,height:f,r:T}),v)B(n);else{n.invisible=!1;var o=a.getVisual("style"),s=o.stroke,l=dE(w);l.fill=s;var u=pE(S);u.fill=S.get("borderColor");var c=pE(M);c.fill=M.get("borderColor");var h=pE(I);if(h.fill=I.get("borderColor"),i){var p=d-2*g;G(n,s,o.opacity,{x:g,y:0,width:p,height:_})}else n.removeTextContent();n.setStyle(l),n.ensureState("emphasis").style=u,n.ensureState("blur").style=c,n.ensureState("select").style=h,Uu(n)}e.add(n)}function z(e,n){var i=yu(n);i.dataIndex=a.dataIndex,i.seriesIndex=t.seriesIndex;var r=Math.max(d-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:T}),v)B(n);else{n.invisible=!1;var s=a.getVisual("style"),l=s.fill,u=dE(w);u.fill=l,u.decal=s.decal;var c=pE(S),h=pE(M),p=pE(I);G(n,l,s.opacity,null),n.setStyle(u),n.ensureState("emphasis").style=c,n.ensureState("blur").style=h,n.ensureState("select").style=p,Uu(n)}e.add(n)}function B(t){!t.invisible&&o.push(t)}function G(e,n,i,r){var o=p.getModel(r?hE:cE),s=Da(p.get("name"),null),l=o.getShallow("show");Yp(e,Xp(p,r?hE:cE),{defaultText:l?s:null,inheritColor:n,defaultOpacity:i,labelFetcher:t,labelDataIndex:a.dataIndex});var u=e.getTextContent();if(u){var h=u.style,d=ft(h.padding||0);r&&(e.setTextConfig({layoutRect:r}),u.disableLabelLayout=!0),u.beforeUpdate=function(){var t=Math.max((r?r.width:e.shape.width)-d[1]-d[3],0),n=Math.max((r?r.height:e.shape.height)-d[0]-d[2],0);h.width===t&&h.height===n||u.setStyle({width:t,height:n})},h.truncateMinChar=2,h.lineOverflow="truncate",F(h,r,c);var f=u.getState("emphasis");F(f?f.style:null,r,c)}}function F(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 W(t,i,o,a){var s=null!=m&&n[t][m],l=r[t];return s?(n[t][m]=null,H(l,s)):v||((s=new i)instanceof Ps&&(s.z2=function(t,e){return 100*t+e}(o,a)),U(l,s)),e[t][y]=s}function H(t,e){var n=t[y]={};e instanceof lE?(n.oldX=e.x,n.oldY=e.y):n.oldShape=R({},e.shape)}function U(t,e){var n=t[y]={},o=a.parentNode,s=e instanceof wo;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}}(e,a,s,n,o,l,t,i,r,u)}!function t(e,n,i,r,o){r?(n=e,H(e,function(t,e){!t.isRemoved()&&s(e,e)})):new Ab(n,e,a,a).add(s).update(s).remove(K(s,null)).execute();function a(t){return t.getId()}function s(a,s){var l=null!=a?e[a]:null,c=null!=s?n[s]:null,h=u(l,c,i,o);h&&t(l&&l.viewChildren||[],c&&c.viewChildren||[],h,r,o+1)}}(i.root?[i.root]:[],r&&r.root?[r.root]:[],t,i===r||!r,0);var c=function(t){var e={nodeGroup:[],background:[],content:[]};return t&&H(t,function(t,n){var i=e[n];H(t,function(t){t&&(i.push(t),fE(t).willDelete=!0)})}),e}(s);if(this._oldTree=i,this._storage=a,this._controllerHost){var h=this.seriesModel.layoutInfo,p=i.root.getLayout();p.width===h.width&&p.height===h.height&&(this._controllerHost.zoom=1)}return{lastsForAnimation:o,willDeleteEls:c,renderFinally:function(){H(c,function(t){H(t,function(t){t.parent&&t.parent.remove(t)})}),H(l,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=(J(r)?0:r)||0,s=(J(o)?null:o)||"cubicOut",l=new sE;H(e.willDeleteEls,function(t,e){H(t,function(t,n){if(!t.invisible){var r,o=t.parent,u=fE(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)}})}),H(this._storage,function(t,n){H(t,function(t,i){var r=e.lastsForAnimation[n][i],o={};r&&(t instanceof wo?null!=r.oldX&&(o.x=t.x,o.y=t.y,t.x=r.oldX,t.y=r.oldY):(r.oldShape&&(o.shape=R({},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(q(function(){this._state="ready",e.renderFinally()},this)).start()},e.prototype._resetController=function(t){var e=this,n=this._controller,i=this._controllerHost;i||(this._controllerHost={target:this.group},i=this._controllerHost);var r=this.seriesModel;n||((n=this._controller=new Rk(t.getZr())).on("pan",q(this._onPan,this)),n.on("zoom",q(this._onZoom,this))),n.enable(r.get("roam"),{api:t,zInfo:{component:r},triggerInfo:{roamTrigger:r.get("roamTrigger"),isInSelf:function(t,n,i){var r=e._containerGroup;return!!r&&r.getBoundingRect().contain(n-r.x,i-r.y)}}}),i.zoomLimit=r.get("scaleLimit"),i.zoom=r.get("zoom")},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)return;var n=e.getLayout();if(!n)return;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,s=new an(o.x,o.y,o.width,o.height),l=this._controllerHost;a=l.zoomLimit;var u=l.zoom=l.zoom||1;if(u*=i,a){var c=a.min||0,h=a.max||1/0;u=Math.max(Math.min(h,u),c)}var p=u/l.zoom;l.zoom=u;var d=this.seriesModel.layoutInfo,f=[1,0,0,1,0,0];Ee(f,f,[-(e-=d.x),-(n-=d.y)]),Pe(f,f,[p,p]),Ee(f,f,[e,n]),s.applyTransform(f),this.api.dispatchAction({type:"treemapRender",from:this.uid,seriesId:this.seriesModel.id,rootRect:{x:s.x,y:s.y,width:s.width,height:s.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&&_f(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 aE(this.group))).render(t,e,n.node,function(e){"animating"!==i._state&&(YN(t.getViewRoot(),e)?i._rootToNode({node:e}):i._zoomToNode({node:e}))})},e.prototype.remove=function(){this._clearController(),this._containerGroup&&this._containerGroup.removeAll(),this._storage={nodeGroup:[],background:[],content:[]},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}(vm);var vE=gE,yE=H,mE=nt,xE=-1,_E=function(){function t(e){var n=e.mappingMethod,i=e.type,r=this.option=E(e);this.type=i,this.mappingMethod=n,this._normalizeData=kE[n];var o=t.visualHandlers[i];this.applyVisual=o.applyVisual,this.getColorMapper=o.getColorMapper,this._normalizedToVisual=o._normalizedToVisual[n],"piecewise"===n?(bE(r),function(t){var e=t.pieceList;t.hasSpecialVisual=!1,H(e,function(e,n){e.originIndex=n,null!=e.visual&&(t.hasSpecialVisual=!0)})}(r)):"category"===n?r.categories?function(t){var e=t.categories,n=t.categoryMap={},i=t.visual;if(yE(e,function(t,e){n[t]=e}),!$(i)){var r=[];nt(i)?yE(i,function(t,e){var i=n[e];r[null!=i?i:xE]=t}):r[-1]=i,i=AE(t,r)}for(var o=e.length-1;o>=0;o--)null==i[o]&&(delete n[e[o]],e.pop())}(r):bE(r,!0):(gt("linear"!==n||r.dataExtent),bE(r))}return t.prototype.mapValueToVisual=function(t){var e=this._normalizeData(t);return this._normalizedToVisual(e,t)},t.prototype.getNormalizer=function(){return q(this._normalizeData,this)},t.listVisualTypes=function(){return j(t.visualHandlers)},t.isValidType=function(e){return t.visualHandlers.hasOwnProperty(e)},t.eachVisual=function(t,e,n){nt(t)?H(t,e,n):e.call(n,t)},t.mapVisual=function(e,n,i){var r,o=$(e)?[]:nt(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&&yE(t.visualHandlers,function(t,r){e.hasOwnProperty(r)&&(i[r]=e[r],n=!0)}),n?i:null},t.prepareVisualTypes=function(t){if($(t))t=t.slice();else{if(!mE(t))return[];var e=[];yE(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||Q(s)&&s===t+"")return o;n&&h(s,o)}}for(o=0,a=e.length;o<a;o++){var l=e[o],u=l.interval,c=l.close;if(u){if(u[0]===-1/0){if(LE(c[1],t,u[1]))return o}else if(u[1]===1/0){if(LE(c[0],u[0],t))return o}else if(LE(c[0],u[0],t)&&LE(c[1],t,u[1]))return o;n&&h(u[0],o),n&&h(u[1],o)}}if(n)return t===1/0?e.length-1:t===-1/0?0:i;function h(e,n){var o=Math.abs(e-t);o<r&&(r=o,i=n)}},t.visualHandlers={color:{applyVisual:ME("color"),getColorMapper:function(){var t=this.option;return q("category"===t.mappingMethod?function(t,e){return!e&&(t=this._normalizeData(t)),IE.call(this,t)}:function(e,n,i){var r=!!i;return!n&&(e=this._normalizeData(e)),i=Mi(e,t.parsedVisual,i),r?i:ki(i,"rgba")},this)},_normalizedToVisual:{linear:function(t){return ki(Mi(t,this.option.parsedVisual),"rgba")},category:IE,piecewise:function(t,e){var n=DE.call(this,e);return null==n&&(n=ki(Mi(t,this.option.parsedVisual),"rgba")),n},fixed:TE}},colorHue:wE(function(t,e){return Di(t,e)}),colorSaturation:wE(function(t,e){return Di(t,null,e)}),colorLightness:wE(function(t,e){return Di(t,null,null,e)}),colorAlpha:wE(function(t,e){return Ai(t,e)}),decal:{applyVisual:ME("decal"),_normalizedToVisual:{linear:null,category:IE,piecewise:null,fixed:null}},opacity:{applyVisual:ME("opacity"),_normalizedToVisual:CE([0,1])},liftZ:{applyVisual:ME("liftZ"),_normalizedToVisual:{linear:TE,category:TE,piecewise:TE,fixed:TE}},symbol:{applyVisual:function(t,e,n){n("symbol",this.mapValueToVisual(t))},_normalizedToVisual:{linear:SE,category:IE,piecewise:function(t,e){var n=DE.call(this,e);return null==n&&(n=SE.call(this,t)),n},fixed:TE}},symbolSize:{applyVisual:ME("symbolSize"),_normalizedToVisual:CE([0,1])}},t}();function bE(t,e){var n=t.visual,i=[];nt(n)?yE(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]),AE(t,i)}function wE(t){return{applyVisual:function(e,n,i){var r=this.mapValueToVisual(e);i("color",t(n("color"),r))},_normalizedToVisual:CE([0,1])}}function SE(t){var e=this.option.visual;return e[Math.round(Ro(t,[0,1],[0,e.length-1],!0))]||{}}function ME(t){return function(e,n,i){i(t,this.mapValueToVisual(e))}}function IE(t){var e=this.option.visual;return e[this.option.loop&&t!==xE?t%e.length:t]}function TE(){return this.option.visual[0]}function CE(t){return{linear:function(e){return Ro(e,t,this.option.visual,!0)},category:IE,piecewise:function(e,n){var i=DE.call(this,n);return null==i&&(i=Ro(e,t,this.option.visual,!0)),i},fixed:TE}}function DE(t){var e=this.option,n=e.pieceList;if(e.hasSpecialVisual){var i=n[_E.findPieceIndex(t,n)];if(i&&i.visual)return i.visual[this.type]}}function AE(t,e){return t.visual=e,"color"===t.type&&(t.parsedVisual=U(e,function(t){var e=bi(t);return e||"production"===process.env.NODE_ENV||ha("'"+t+"' is an illegal color, fallback to '#000000'",!0),e||[0,0,0,1]})),e}var kE={linear:function(t){return Ro(t,this.option.dataExtent,[0,1],!0)},piecewise:function(t){var e=this.option.pieceList,n=_E.findPieceIndex(t,e,!0);if(null!=n)return Ro(n,[0,e.length-1],[0,1],!0)},category:function(t){var e=this.option.categories?this.option.categoryMap[t]:t;return null==e?xE:e},fixed:Dt};function LE(t,e,n){return t?e<=n:e<n}var NE=_E,EE=Oa(),OE={seriesType:"treemap",reset:function(t){var e=t.getData().tree.root;e.isRemoved()||PE(e,{},t.getViewRoot().getAncestors(),t)}};function PE(t,e,n,i){var r=t.getModel(),o=t.getLayout(),a=t.hostTree.data;if(o&&!o.invisible&&o.isInView){var s,l=r.getModel("itemStyle"),u=function(t,e,n){var i=R({},e),r=n.designatedVisualItemStyle;return H(["color","colorAlpha","colorSaturation"],function(n){r[n]=e[n];var o=t.get(n);r[n]=null,null!=o&&(i[n]=o)}),i}(l,e,i),c=a.ensureUniqueItemVisual(t.dataIndex,"style"),h=l.get("borderColor"),p=l.get("borderColorSaturation");null!=p&&(h=function(t,e){return null!=e?Di(e,null,null,t):null}(p,s=RE(u))),c.stroke=h;var d=t.viewChildren;if(d&&d.length){var f=function(t,e,n,i,r,o){if(!o||!o.length)return;var a=zE(e,"color")||null!=r.color&&"none"!==r.color&&(zE(e,"colorAlpha")||zE(e,"colorSaturation"));if(!a)return;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="linear":(h.mappingMethod="category",h.loop=!0);var p=new NE(h);return EE(p).drColorMappingBy=c,p}(0,r,o,0,u,d);H(d,function(t,e){if(t.depth>=n.length||t===n[t.depth]){var o=function(t,e,n,i,r,o){var a=R({},e);if(r){var s=r.type,l="color"===s&&EE(r).drColorMappingBy,u="index"===l?i:"id"===l?o.mapIdToIndex(n.getId()):n.getValue(t.get("visualDimension"));a[s]=r.mapValueToVisual(u)}return a}(r,u,t,e,f,i);PE(t,o,n,i)}})}else s=RE(u),c.fill=s}}function RE(t){var e=VE(t,"color");if(e){var n=VE(t,"colorAlpha"),i=VE(t,"colorSaturation");return i&&(e=Di(e,null,null,i)),n&&(e=Ai(e,n)),e}}function VE(t,e){var n=t[e];if(null!=n&&"none"!==n)return n}function zE(t,e){var n=t.get(e);return $(n)&&n.length?{name:e,range:n}:null}var BE=Math.max,GE=Math.min,FE=ct,WE=H,HE=["itemStyle","borderWidth"],UE=["itemStyle","gapWidth"],YE=["upperLabel","show"],XE=["upperLabel","height"],ZE={seriesType:"treemap",reset:function(t,e,n,i){var r=t.option,o=Uf(t,n).refContainer,a=Ff(t.getBoxLayoutParams(),o),s=r.size||[],l=Vo(FE(a.width,s[0]),o.width),u=Vo(FE(a.height,s[1]),o.height),c=i&&i.type,h=HN(i,["treemapZoomToNode","treemapRootToNode"],t),p="treemapRender"===c||"treemapMove"===c?i.rootRect:null,d=t.getViewRoot(),f=UN(d);if("treemapMove"!==c){var g="treemapZoomToNode"===c?function(t,e,n,i,r){var o,a=(e||{}).node,s=[i,r];if(!a||a===n)return s;var l=i*r,u=l*t.option.zoomToNodeRatio;for(;o=a.parentNode;){for(var c=0,h=o.children,p=0,d=h.length;p<d;p++)c+=h[p].getValue();var f=a.getValue();if(0===f)return s;u*=c/f;var g=o.getModel(),v=g.get(HE);(u+=4*v*v+(3*v+Math.max(v,JE(g)))*Math.pow(u,.5))>Xo&&(u=Xo),a=o}u<l&&(u=l);var y=Math.pow(u/l,.5);return[i*y,r*y]}(t,h,d,l,u):p?[p.width,p.height]:[l,u],v=r.sort;v&&"asc"!==v&&"desc"!==v&&(v="desc");var y={squareRatio:r.squareRatio,sort:v,leafDepth:r.leafDepth};d.hostTree.clearLayouts();var m={x:0,y:0,width:g[0],height:g[1],area:g[0]*g[1]};d.setLayout(m),jE(d,y,!1,0),m=d.getLayout(),WE(f,function(t,e){var n=(f[e+1]||d).getValue();t.setLayout(R({dataExtent:[n,n],borderWidth:0,upperHeight:0},m))})}var x=t.getData().tree.root;x.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;var a=[o.width/2,o.height/2],s=r;for(;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]}}(a,p,h),!0),t.setLayoutInfo(a),$E(x,new an(-a.x,-a.y,n.getWidth(),n.getHeight()),f,d,0)}};function jE(t,e,n,i){var r,o;if(!t.isRemoved()){var a=t.getLayout();r=a.width,o=a.height;var s=t.getModel(),l=s.get(HE),u=s.get(UE)/2,c=JE(s),h=Math.max(l,c),p=l-u,d=h-u;t.setLayout({borderWidth:l,upperHeight:h,upperLabelHeight:c},!0);var f=(r=BE(r-2*p,0))*(o=BE(o-p-d,0)),g=function(t,e,n,i,r,o){var a=t.children||[],s=i.sort;"asc"!==s&&"desc"!==s&&(s=null);var l=null!=i.leafDepth&&i.leafDepth<=o;if(r&&!l)return t.viewChildren=[];a=X(a,function(t){return!t.isRemoved()}),function(t,e){e&&t.sort(function(t,n){var i="asc"===e?t.getValue()-n.getValue():n.getValue()-t.getValue();return 0===i?"asc"===e?t.dataIndex-n.dataIndex:n.dataIndex-t.dataIndex:i})}(a,s);var u=function(t,e,n){for(var i=0,r=0,o=e.length;r<o;r++)i+=e[r].getValue();var a,s=t.get("visualDimension");e&&e.length?"value"===s&&n?(a=[e[e.length-1].getValue(),e[0].getValue()],"asc"===n&&a.reverse()):(a=[1/0,-1/0],WE(e,function(t){var e=t.getValue(s);e<a[0]&&(a[0]=e),e>a[1]&&(a[1]=e)})):a=[NaN,NaN];return{sum:i,dataExtent:a}}(e,a,s);if(0===u.sum)return t.viewChildren=[];if(u.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,u.sum,s,a),0===u.sum)return t.viewChildren=[];for(var c=0,h=a.length;c<h;c++){var p=a[c].getValue()/u.sum*n;a[c].setLayout({area:p})}l&&(a.length&&t.setLayout({isLeafRoot:!0},!0),a.length=0);return t.viewChildren=a,t.setLayout({dataExtent:u.dataExtent},!0),a}(t,s,f,e,n,i);if(g.length){var v={x:p,y:d,width:r,height:o},y=GE(r,o),m=1/0,x=[];x.area=0;for(var _=0,b=g.length;_<b;){var w=g[_];x.push(w),x.area+=w.getLayout().area;var S=qE(x,y,e.squareRatio);S<=m?(_++,m=S):(x.area-=x.pop().getLayout().area,KE(x,y,v,u,!1),y=GE(v.width,v.height),x.length=x.area=0,m=1/0)}if(x.length&&KE(x,y,v,u,!0),!n){var M=s.get("childrenVisibleMin");null!=M&&f<M&&(n=!0)}for(_=0,b=g.length;_<b;_++)jE(g[_],e,n,i+1)}}}function qE(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?BE(u*i/l,l/(u*r)):1/0}function KE(t,e,n,i,r){var o=e===n.width?0:1,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,p=t.length;h<p;h++){var d=t[h],f={},g=c?d.getLayout().area/c:0,v=f[l[a]]=BE(c-2*i,0),y=n[s[o]]+n[l[o]]-u,m=h===p-1||y<g?y:g,x=f[l[o]]=BE(m-2*i,0);f[s[a]]=n[s[a]]+GE(i,v/2),f[s[o]]=u+GE(i,x/2),u+=m,d.setLayout(f,!0)}n[s[a]]+=c,n[l[a]]-=c}function $E(t,e,n,i,r){var o=t.getLayout(),a=n[r],s=a&&a===t;if(!(a&&!s||r===n.length&&t!==i)){t.setLayout({isInView:!0,invisible:!s&&!e.intersect(o),isAboveViewRoot:s},!0);var l=new an(e.x-o.x,e.y-o.y,e.width,e.height);WE(t.viewChildren||[],function(t){$E(t,l,n,i,r+1)})}}function JE(t){return t.get(YE)?t.get(XE):0}function QE(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){et(n)&&(n=r[n]);for(var o=0;o<e.length;o++)if(!e[o].isSelected(n))return!1}return!0})})}function tO(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){Q(e)&&(e=r["ec-"+e]);var o=n.getItemVisual(e,"style");R(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 eO(t){return t instanceof Array||(t=[t,t]),t}function nO(t){t.eachSeriesByType("graph",function(t){var e=t.getGraph(),n=t.getEdgeData(),i=eO(t.get("edgeSymbol")),r=eO(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=eO(i.getShallow("symbol",!0)),a=eO(i.getShallow("symbolSize",!0)),s=i.getModel("lineStyle").getLineStyle(),l=n.ensureUniqueItemVisual(t,"style");switch(R(l,s),l.stroke){case"source":var u=r.node1.getVisual("style");l.stroke=u&&u.fill;break;case"target":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 iO="--\x3e",rO=function(t){return t.get("autoCurveness")||null},oO=function(t,e){var n=rO(t),i=20,r=[];if(et(n))i=n;else if($(n))return void(t.__curvenessList=n);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},aO=function(t,e,n){var i=[t.id,t.dataIndex].join("."),r=[e.id,e.dataIndex].join(".");return[n.uid,i,r].join(iO)},sO=function(t){var e=t.split(iO);return[e[0],e[2],e[1]].join(iO)},lO=function(t,e){var n=e.__edgeMap;return n[t]?n[t].length:0};function uO(t,e,n,i){var r=rO(e),o=$(r);if(!r)return null;var a=function(t,e){var n=aO(t.node1,t.node2,e);return e.__edgeMap[n]}(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=function(t,e){return lO(aO(t.node1,t.node2,e),e)+lO(aO(t.node2,t.node1,e),e)}(t,e);oO(e,u),t.lineStyle=t.lineStyle||{};var c=aO(t.node1,t.node2,e),h=e.__curvenessList,p=o||u%2?0:1;if(a.isForward)return h[p+s];var d=sO(c),f=lO(d,e),g=h[s+f+p];return i?o?r&&0===r[0]?(f+p)%2?g:-g:((f%2?0:1)+p)%2?g:-g:(f+p)%2?g:-g:h[s+f+p]}function cO(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")])}),hO(n,t)}}function hO(t,e){t.eachEdge(function(t,n){var i=pt(t.getModel().get(["lineStyle","curveness"]),-uO(t,e,n,!0),0),r=Ot(t.node1.getLayout()),o=Ot(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 pO(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=[];H(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])}hO(i.graph,t)}else e&&"none"!==e||cO(t)})}function dO(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 fO(t){var e=t.getVisual("symbolSize");return e instanceof Array&&(e=(e[0]+e[1])/2),+e}var gO=Math.PI,vO=[];function yO(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 p=r.pointToData(i),d=p[0],f=p[1],g=[d-l,f-u];Ut(g,g),Ht(g,g,c),n.setLayout([l+g[0],u+g[1]],!0),xO(n,t.get(["circular","rotateLabel"]),l,u)}mO[e](t,s,a,c,l,u,h),s.eachEdge(function(e,n){var i,r=pt(e.getModel().get(["lineStyle","curveness"]),uO(e,t,n),0),o=Ot(e.node1.getLayout()),a=Ot(e.node2.getLayout()),s=(o[0]+a[0])/2,c=(o[1]+a[1])/2;+r&&(i=[l*(r*=3)+s*(1-r),u*r+c*(1-r)]),e.setLayout([o,a,i])})}}}var mO={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;vO.length=a;var l=dO(t);e.eachNode(function(t){var e=fO(t);isNaN(e)&&(e=2),e<0&&(e=0),e*=l;var n=Math.asin(e/2/i);isNaN(n)&&(n=gO/2),vO[t.dataIndex]=n,s+=2*n});var u=(2*gO-s)/a/2,c=0;e.eachNode(function(t){var e=u+vO[t.dataIndex];c+=e,(!t.getLayout()||!t.getLayout().fixed)&&t.setLayout([i*Math.cos(c)+r,i*Math.sin(c)+o]),c+=e})}};function xO(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");R(h.textConfig||(h.textConfig={}),{position:c})}else a.setTextConfig({rotation:o*=Math.PI/180})}}function _O(t){t.eachSeriesByType("graph",function(t){"circular"===t.get("layout")&&yO(t,"symbolSize")})}var bO=Vt;function wO(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&&yO(t,"value"):cO(t);var l=r.getDataExtent("value"),u=o.getDataExtent("value"),c=a.get("repulsion"),h=a.get("edgeLength"),p=$(c)?c:[c,c],d=$(h)?h:[h,h];d=[d[1],d[0]];var f=r.mapArray("value",function(t,e){var n=r.getItemLayout(e),i=Ro(t,l,p);return isNaN(i)&&(i=(p[0]+p[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=Ro(e,u,d);isNaN(o)&&(o=(d[0]+d[1])/2);var a=r.getModel(),s=pt(r.getModel().get(["lineStyle","curveness"]),-uO(r,t,n,!0),0);return{n1:f[r.node1.dataIndex],n2:f[r.node2.dataIndex],d:o,curveness:s,ignoreForceLayout:a.get("ignoreForceLayout")}}),v=e.getBoundingRect(),y=function(t,e,n){for(var i=t,r=e,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<i.length;c++){var h=i[c];h.p||(h.p=Nt(a*(Math.random()-.5)+l[0],s*(Math.random()-.5)+l[1])),h.pp=Ot(h.p),h.edges=null}var p,d,f=null==n.friction?.6:n.friction,g=f;return{warmUp:function(){g=.8*f},setFixed:function(t){i[t].fixed=!0},setUnfixed:function(t){i[t].fixed=!1},beforeStep:function(t){p=t},afterStep:function(t){d=t},step:function(t){p&&p(i,r);for(var e=[],n=i.length,o=0;o<r.length;o++){var a=r[o];if(!a.ignoreForceLayout){var s=a.n1;zt(e,(v=a.n2).p,s.p);var c=Bt(e)-a.d,h=v.w/(s.w+v.w);isNaN(h)&&(h=0),Ut(e,e),!s.fixed&&bO(s.p,s.p,e,h*c*g),!v.fixed&&bO(v.p,v.p,e,-(1-h)*c*g)}}for(o=0;o<n;o++)(x=i[o]).fixed||(zt(e,l,x.p),bO(x.p,x.p,e,u*g));for(o=0;o<n;o++){s=i[o];for(var f=o+1;f<n;f++){var v;zt(e,(v=i[f]).p,s.p),0===(c=Bt(e))&&(Pt(e,Math.random()-.5,Math.random()-.5),c=1);var y=(s.rep+v.rep)/c/c;!s.fixed&&bO(s.pp,s.pp,e,y),!v.fixed&&bO(v.pp,v.pp,e,-y)}}var m=[];for(o=0;o<n;o++){var x;(x=i[o]).fixed||(zt(m,x.p,x.pp),bO(x.p,x.p,m,g),Et(x.pp,x.p))}var _=(g*=.992)<.01;d&&d(i,r,_),t&&t(_)}}}(f,g,{rect:v,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&&Et(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(a=0,s=e.length;a<s;a++){var l=e[a],u=i.getEdgeByIndex(a),c=l.n1.p,h=l.n2.p,p=u.getLayout();(p=p?p.slice():[])[0]=p[0]||[],p[1]=p[1]||[],Et(p[0],c),Et(p[1],h),+l.curveness&&(p[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(p)}}),t.forceLayout=y,t.preservedPoints=n,y.step()}else t.forceLayout=null})}function SO(t,e){var n=[];return t.eachSeriesByType("graph",function(i){Lf({targetModel:i,coordSysType:"view",coordSysProvider:function(){var r=i.getData(),o=r.mapArray(function(t){var e=r.getItemModel(t);return[+e.get("x"),+e.get("y")]}),a=[],s=[];Us(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=function(t,e,n){var i=Uf(t,e),r=R(t.getBoxLayoutParams(),{aspect:n});return Wf(t,Ff(r,i.refContainer),n)}(i,e,l);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],p=new $L(null,{api:e,ecModel:t});return p.zoomLimit=i.get("scaleLimit"),p.setBoundingRect(a[0],a[1],c,h),p.setViewRect(u.x,u.y,u.width,u.height),p.setCenter(i.get("center")),p.setZoom(i.get("zoom")),n.push(p),p},isDefaultDataCoordSys:!0})}),n}var MO=yh.prototype,IO=wh.prototype,TO=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};function CO(t){return isNaN(+t.cpx1)||isNaN(+t.cpy1)}!function(t){function e(){return null!==t&&t.apply(this,arguments)||this}n(e,t)}(TO);var DO=function(t){function e(e){var n=t.call(this,e)||this;return n.type="ec-line",n}return n(e,t),e.prototype.getDefaultStyle=function(){return{stroke:ig.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new TO},e.prototype.buildPath=function(t,e){CO(e)?MO.buildPath.call(this,t,e):IO.buildPath.call(this,t,e)},e.prototype.pointAt=function(t){return CO(this.shape)?MO.pointAt.call(this,t):IO.pointAt.call(this,t)},e.prototype.tangentAt=function(t){var e=this.shape,n=CO(e)?[e.x2-e.x1,e.y2-e.y1]:IO.tangentAt.call(this,t);return Ut(n,n)},e}(zl),AO=["fromSymbol","toSymbol"];function kO(t){return"_"+t+"Type"}function LO(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=Cx(r);return i+l+Dx(a||0,l)+(o||"")+(s||"")}function NO(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=Cx(r),u=Dx(a||0,l),c=Tx(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 EO(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 OO=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createLine(e,n,i),r}return n(e,t),e.prototype._createLine=function(t,e,n){var i=t.hostModel,r=t.getItemLayout(e),o=t.getItemVisual(e,"z2"),a=function(t){var e=new DO({name:"line",subPixelOptimize:!0});return EO(e.shape,t),e}(r);a.shape.percent=0,qh(a,{z2:ht(o,0),shape:{percent:1}},i,e),this.add(a),H(AO,function(n){var i=NO(n,t,e);this.add(i),this[kO(n)]=LO(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:{}};EO(a.shape,o),jh(r,a,i,e),H(AO,function(n){var i=LO(n,t,e),r=kO(n);if(this[r]!==i){this.remove(this.childOfName(n));var o=NO(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 p=t.getItemModel(e),d=p.getModel("emphasis");o=d.getModel("lineStyle").getLineStyle(),a=p.getModel(["blur","lineStyle"]).getLineStyle(),s=p.getModel(["select","lineStyle"]).getLineStyle(),u=d.get("disabled"),c=d.get("focus"),h=d.get("blurScope"),l=Xp(p)}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,H(AO,function(t){var e=this.childOfName(t);if(e){e.setColor(g),e.style.opacity=f.opacity;for(var n=0;n<Su.length;n++){var i=Su[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 v=i.getRawValue(e);Yp(this,l,{labelDataIndex:e,labelFetcher:{getFormattedLabel:function(e,n){return i.getFormattedLabel(e,n,t.dataType)}},inheritColor:g||ig.color.neutral99,defaultOpacity:f.opacity,defaultText:(null==v?t.getName(e):isFinite(v)?Bo(v):v)+""});var y=this.getTextContent();if(y){var m=l.normal;y.__align=y.style.align,y.__verticalAlign=y.style.verticalAlign,y.__position=m.get("position")||"middle";var x=m.get("distance");$(x)||(x=[x,x]),y.__labelDistance=x}this.setTextConfig({position:null,local:!0,inside:!1}),sc(this,c,h,u)},e.prototype.highlight=function(){Zu(this)},e.prototype.downplay=function(){ju(this)},e.prototype.updateLayout=function(t,e){this.setLinePoints(t.getItemLayout(e))},e.prototype.setLinePoints=function(t){var e=this.childOfName("line");EO(e.shape,t),e.dirty()},e.prototype.beforeUpdate=function(){var t=this,e=t.childOfName("fromSymbol"),n=t.childOfName("toSymbol"),i=t.getTextContent();if(e||n||i&&!i.ignore){for(var r=1,o=this.parent;o;)o.scaleX&&(r/=o.scaleX),o=o.parent;var a=t.childOfName("line");if(this.__dirty||a.__dirty){var s=a.shape.percent,l=a.pointAt(0),u=a.pointAt(s),c=zt([],u,l);if(Ut(c,c),e&&(e.setPosition(l),S(e,0),e.scaleX=e.scaleY=r*s,e.markRedraw()),n&&(n.setPosition(u),S(n,1),n.scaleX=n.scaleY=r*s,n.markRedraw()),i&&!i.ignore){i.x=i.y=0,i.originX=i.originY=0;var h=void 0,p=void 0,d=i.__labelDistance,f=d[0]*r,g=d[1]*r,v=s/2,y=a.tangentAt(v),m=[y[1],-y[0]],x=a.pointAt(v);m[1]>0&&(m[0]=-m[0],m[1]=-m[1]);var _=y[0]<0?-1:1;if("start"!==i.__position&&"end"!==i.__position){var b=-Math.atan2(y[1],y[0]);u[0]<l[0]&&(b=Math.PI+b),i.rotation=b}var w=void 0;switch(i.__position){case"insideStartTop":case"insideMiddleTop":case"insideEndTop":case"middle":w=-g,p="bottom";break;case"insideStartBottom":case"insideMiddleBottom":case"insideEndBottom":w=g,p="top";break;default:w=0,p="middle"}switch(i.__position){case"end":i.x=c[0]*f+u[0],i.y=c[1]*g+u[1],h=c[0]>.8?"left":c[0]<-.8?"right":"center",p=c[1]>.8?"top":c[1]<-.8?"bottom":"middle";break;case"start":i.x=-c[0]*f+l[0],i.y=-c[1]*g+l[1],h=c[0]>.8?"right":c[0]<-.8?"left":"center",p=c[1]>.8?"bottom":c[1]<-.8?"top":"middle";break;case"insideStartTop":case"insideStart":case"insideStartBottom":i.x=f*_+l[0],i.y=l[1]+w,h=y[0]<0?"right":"left",i.originX=-f*_,i.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=x[0],i.y=x[1]+w,h="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*_+u[0],i.y=u[1]+w,h=y[0]>=0?"right":"left",i.originX=f*_,i.originY=-w}i.scaleX=i.scaleY=r,i.setStyle({verticalAlign:i.__verticalAlign||p,align:i.__align||h})}}}function S(t,e){var n=t.__specifiedRotation;if(null==n){var i=a.tangentAt(e);t.attr("rotation",(1===e?-1:1)*Math.PI/2-Math.atan2(i[1],i[0]))}else t.attr("rotation",n)}},e}(wo),PO=OO;function RO(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:Xp(e)}}function VO(t){return isNaN(t[0])||isNaN(t[1])}function zO(t){return t&&!VO(t[0])&&!VO(t[1])}var BO=function(){function t(t){this.group=new wo,this._LineCtor=t||PO}return t.prototype.updateData=function(t){var e=this;this._progressiveEls=null;var n=this,i=n.group,r=n._lineData;n._lineData=t,r||i.removeAll();var o=RO(t);t.diff(r).add(function(n){e._doAdd(t,n,o)}).update(function(n,i){e._doUpdate(r,t,i,n,o)}).remove(function(t){i.remove(r.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=RO(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e){function n(t){t.isGroup||function(t){return t.animators&&t.animators.length>0}(t)||(t.incremental=!0,t.ensureState("emphasis").hoverLayer=!0)}this._progressiveEls=[];for(var i=t.start;i<t.end;i++){if(zO(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){Np(this._progressiveEls||this.group,t)},t.prototype._doAdd=function(t,e,n){if(zO(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);zO(e.getItemLayout(i))?(o?o.updateData(e,i,r):o=new this._LineCtor(e,i,r),e.setItemGraphicEl(i,o),this.group.add(o)):this.group.remove(o)},t}(),GO=[],FO=[],WO=[],HO=Kn,UO=jt,YO=Math.abs;function XO(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){GO[0]=HO(r[0],o[0],a[0],c),GO[1]=HO(r[1],o[1],a[1],c),(d=YO(UO(GO,e)-l))<s&&(s=d,i=c)}for(var h=0;h<32;h++){var p=i+u;FO[0]=HO(r[0],o[0],a[0],i),FO[1]=HO(r[1],o[1],a[1],i),WO[0]=HO(r[0],o[0],a[0],p),WO[1]=HO(r[1],o[1],a[1],p);var d=UO(FO,e)-l;if(YO(d)<.01)break;var f=UO(WO,e)-l;u/=2,d<0?f>=0?i+=u:i-=u:f>=0?i-=u:i+=u}return i}function ZO(t,e){var n=[],i=Qn,r=[[],[],[]],o=[[],[]],a=[];e/=2,t.eachEdge(function(t,s){var l=t.getLayout(),u=t.getVisual("fromSymbol"),c=t.getVisual("toSymbol");l.__original||(l.__original=[Ot(l[0]),Ot(l[1])],l[2]&&l.__original.push(Ot(l[2])));var h=l.__original;if(null!=l[2]){if(Et(r[0],h[0]),Et(r[1],h[2]),Et(r[2],h[1]),u&&"none"!==u){var p=fO(t.node1),d=XO(r,h[0],p*e);i(r[0][0],r[1][0],r[2][0],d,n),r[0][0]=n[3],r[1][0]=n[4],i(r[0][1],r[1][1],r[2][1],d,n),r[0][1]=n[3],r[1][1]=n[4]}if(c&&"none"!==c){p=fO(t.node2),d=XO(r,h[1],p*e);i(r[0][0],r[1][0],r[2][0],d,n),r[1][0]=n[1],r[2][0]=n[2],i(r[0][1],r[1][1],r[2][1],d,n),r[1][1]=n[1],r[2][1]=n[2]}Et(l[0],r[0]),Et(l[1],r[2]),Et(l[2],r[1])}else{if(Et(o[0],h[0]),Et(o[1],h[1]),zt(a,o[1],o[0]),Ut(a,a),u&&"none"!==u){p=fO(t.node1);Vt(o[0],o[0],a,p*e)}if(c&&"none"!==c){p=fO(t.node2);Vt(o[1],o[1],a,-p*e)}Et(l[0],o[0]),Et(l[1],o[1])}})}var jO=Oa();function qO(t,e){t&&(jO(t).bridge=e)}function KO(t){return"view"===t.type}var $O=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){var n=new FT,i=new BO,r=this.group,o=new wo;this._controller=new Rk(e.getZr()),this._controllerHost={target:o},o.add(n.group),o.add(i.group),r.add(o),this._symbolDraw=n,this._lineDraw=i,this._mainGroup=o,this._firstRender=!0},e.prototype.render=function(t,e,n){var i=this,r=t.coordinateSystem,o=!1;this._model=t,this._api=n,this._active=!0;var a=this._getThumbnailInfo();a&&a.bridge.reset(n);var s=this._symbolDraw,l=this._lineDraw;if(KO(r)){var u={x:r.x,y:r.y,scaleX:r.scaleX,scaleY:r.scaleY};this._firstRender?this._mainGroup.attr(u):jh(this._mainGroup,u,t)}ZO(t.getGraph(),dO(t));var c=t.getData();s.updateData(c);var h=t.getEdgeData();l.updateData(h),this._updateNodeAndLinkScale(),this._updateController(null,t,n),clearTimeout(this._layoutTimeout);var p=t.forceLayout,d=t.get(["force","layoutAnimation"]);p&&(o=!0,this._startForceLayoutIteration(p,n,d));var f=t.get("layout");c.graph.eachNode(function(e){var r=e.dataIndex,o=e.getGraphicEl(),a=e.getModel();if(o){o.off("drag").off("dragend");var s=a.get("draggable");s&&o.on("drag",function(a){switch(f){case"force":p.warmUp(),!i._layouting&&i._startForceLayoutIteration(p,n,d),p.setFixed(r),c.setItemLayout(r,[o.x,o.y]);break;case"circular":c.setItemLayout(r,[o.x,o.y]),e.setLayout({fixed:!0},!0),yO(t,"symbolSize",e,[a.offsetX,a.offsetY]),i.updateLayout(t);break;default:c.setItemLayout(r,[o.x,o.y]),hO(t.getGraph(),t),i.updateLayout(t)}}).on("dragend",function(){p&&p.setUnfixed(r)}),o.setDraggable(s,!!a.get("cursor")),"adjacency"===a.get(["emphasis","focus"])&&(yu(o).focus=e.getAdjacentDataIndices())}}),c.graph.eachEdge(function(t){var e=t.getGraphicEl(),n=t.getModel().get(["emphasis","focus"]);e&&"adjacency"===n&&(yu(e).focus={edge:[t.dataIndex],node:[t.node1.dataIndex,t.node2.dataIndex]})});var g="circular"===t.get("layout")&&t.get(["circular","rotateLabel"]),v=c.getLayout("cx"),y=c.getLayout("cy");c.graph.eachNode(function(t){xO(t,g,v,y)}),this._firstRender=!1,o||this._renderThumbnail(t,n,this._symbolDraw,this._lineDraw)},e.prototype.dispose=function(){this.remove(),this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._startForceLayoutIteration=function(t,e,n){var i=this,r=!1;!function o(){t.step(function(t){i.updateLayout(i._model),!t&&r||(r=!0,i._renderThumbnail(i._model,e,i._symbolDraw,i._lineDraw)),(i._layouting=!t)&&(n?i._layoutTimeout=setTimeout(o,16):o())})}()},e.prototype._updateController=function(t,e,n){var i=this._controller,r=this._controllerHost,o=e.coordinateSystem;KO(o)?(i.enable(e.get("roam"),{api:n,zInfo:{component:e},triggerInfo:{roamTrigger:e.get("roamTrigger"),isInSelf:function(t,e,n){return o.containPoint([e,n])},isInClip:function(e,n,i){return!t||t.contain(n,i)}}}),r.zoomLimit=e.get("scaleLimit"),r.zoom=o.getZoom(),i.off("pan").off("zoom").on("pan",function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",dx:t.dx,dy:t.dy})}).on("zoom",function(t){n.dispatchAction({seriesId:e.id,type:"graphRoam",zoom:t.scale,originX:t.originX,originY:t.originY})})):i.disable()},e.prototype.updateViewOnPan=function(t,e,n){this._active&&(Vk(this._controllerHost,n.dx,n.dy),this._updateThumbnailWindow())},e.prototype.updateViewOnZoom=function(t,e,n){this._active&&(zk(this._controllerHost,n.zoom,n.originX,n.originY),this._updateNodeAndLinkScale(),ZO(t.getGraph(),dO(t)),this._lineDraw.updateLayout(),e.updateLabelLayout(),this._updateThumbnailWindow())},e.prototype._updateNodeAndLinkScale=function(){var t=this._model,e=t.getData(),n=dO(t);e.eachItemGraphicEl(function(t,e){t&&t.setSymbolScale(n)})},e.prototype.updateLayout=function(t){this._active&&(ZO(t.getGraph(),dO(t)),this._symbolDraw.updateLayout(),this._lineDraw.updateLayout())},e.prototype.remove=function(){this._active=!1,clearTimeout(this._layoutTimeout),this._layouting=!1,this._layoutTimeout=null,this._symbolDraw&&this._symbolDraw.remove(),this._lineDraw&&this._lineDraw.remove(),this._controller&&this._controller.disable()},e.prototype._getThumbnailInfo=function(){var t=this._model,e=t.coordinateSystem;if("view"===e.type){var n=function(t){if(t)return jO(t).bridge}(t);if(n)return{bridge:n,coordSys:e}}},e.prototype._updateThumbnailWindow=function(){var t=this._getThumbnailInfo();t&&t.bridge.updateWindow(t.coordSys.transform,this._api)},e.prototype._renderThumbnail=function(t,e,n,i){var r=this._getThumbnailInfo();if(r){var o=new wo,a=n.group.children(),s=i.group.children(),l=new wo,u=new wo;o.add(u),o.add(l);for(var c=0;c<a.length;c++){var h=(y=a[c]).children()[0],p=y.x,d=y.y,f=R(E(h.shape),{width:h.scaleX,height:h.scaleY,x:p-h.scaleX/2,y:d-h.scaleY/2}),g=E(h.style),v=new h.constructor({shape:f,style:g,z2:151});u.add(v)}for(c=0;c<s.length;c++){var y,m=(y=s[c]).children()[0],x=(g=E(m.style),f=E(m.shape),new DO({style:g,shape:f,z2:151}));l.add(x)}r.bridge.renderContent({api:e,roamType:t.get("roam"),viewportRect:null,group:o,targetTrans:r.coordSys.transform})}},e.type="graph",e}(vm),JO=$O;function QO(t){return"_EC_"+t}var tP=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[QO(t)]){var i=new eP(t,e);return i.hostGraph=this,this.nodes.push(i),n[QO(t)]=i,i}"production"!==process.env.NODE_ENV&&console.error("Graph nodes have duplicate name or id")},t.prototype.getNodeByIndex=function(t){var e=this.data.getRawIndex(t);return this.nodes[e]},t.prototype.getNodeById=function(t){return this._nodesMap[QO(t)]},t.prototype.addEdge=function(t,e,n){var i=this._nodesMap,r=this._edgesMap;if(et(t)&&(t=this.nodes[t]),et(e)&&(e=this.nodes[e]),t instanceof eP||(t=i[QO(t)]),e instanceof eP||(e=i[QO(e)]),t&&e){var o=t.id+"-"+e.id,a=new nP(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 eP&&(t=t.id),e instanceof eP&&(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 eP||(e=this._nodesMap[QO(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;){var s=a.shift(),l=s[r];for(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(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(r=0,o=i.length;r<o;r++)i[r].dataIndex=-1;for(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(r=0;r<i.length;r++){var o=i[r];e.addEdge(o.node1.id,o.node2.id,o.dataIndex)}return e},t}(),eP=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=St(),e=St(),n=0,i=this.edges.length;n<i;n++){var r=this.edges[n];if(!(r.dataIndex<0)){t.set(r.dataIndex,!0);for(var o=[r.node1],a=[r.node2],s=0;s<o.length;){var l=o[s];s++,e.set(l.dataIndex,!0);for(var u=l.inEdges,c=0,h=u.length,p=void 0,d=void 0;c<h;c++)(d=(p=u[c]).dataIndex)>=0&&!t.hasKey(d)&&(t.set(d,!0),o.push(p.node1))}for(s=0;s<a.length;){var f=a[s];s++,e.set(f.dataIndex,!0);for(var g=f.outEdges,v=(c=0,g.length),y=void 0,m=void 0;c<v;c++)(m=(y=g[c]).dataIndex)>=0&&!t.hasKey(m)&&(t.set(m,!0),a.push(y.node2))}}}return{edge:t.keys(),node:e.keys()}},t}(),nP=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=St(),e=St();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,s=o.inEdges.length,l=void 0,u=void 0;a<s;a++)(u=(l=o.inEdges[a]).dataIndex)>=0&&!t.hasKey(u)&&(t.set(u,!0),n.push(l.node1))}for(r=0;r<i.length;){var c=i[r];r++,e.set(c.dataIndex,!0);a=0,s=c.outEdges.length;for(var h=void 0,p=void 0;a<s;a++)(p=(h=c.outEdges[a]).dataIndex)>=0&&!t.hasKey(p)&&(t.set(p,!0),i.push(h.node2))}return{edge:t.keys(),node:e.keys()}},t}();function iP(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)}}}F(eP,iP("hostGraph","data")),F(nP,iP("hostGraph","edgeData"));var rP=tP;function oP(t,e,n,i,r){for(var o=new rP(i),a=0;a<t.length;a++)o.addNode(ct(t[a].id,t[a].name,a),a);var s=[],l=[],u=0;for(a=0;a<e.length;a++){var c=e[a],h=c.source,p=c.target;o.addEdge(h,p,u)&&(l.push(c),s.push(ct(Da(c.id,null),h+" > "+p)),u++)}var d,f=n.get("coordinateSystem");if("cartesian2d"===f||"polar"===f||"matrix"===f)d=cw(t,n);else{var g=Ef.get(f),v=g&&g.dimensions||[];B(v,"value")<0&&v.concat(["value"]);var y=nw(t,{coordDimensions:v,encodeDefine:n.getEncode()}).dimensions;(d=new ew(y,n)).initData(t)}var m=new ew(["value"],n);return m.initData(l,s),r&&r(d,m),NN({mainData:d,struct:o,structAttr:"graph",datas:{node:d,edge:m},datasAttr:{node:"data",edge:"edgeData"}}),o.update(),o}var aP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments);var n=this;function i(){return n._categoriesData}this.legendVisualProvider=new hD(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),ba(e,"edgeLabel",["show"])},e.prototype.getInitialData=function(t,e){var n,i=t.edges||t.links||[],r=t.data||t.nodes||[],o=this;if(r&&i){rO(n=this)&&(n.__curvenessList=[],n.__edgeMap={},oO(n));var a=oP(r,i,this,!0,function(t,e){t.wrapMethod("getItemModel",function(t){var e=o._categoriesModels[t.getShallow("category")];return e&&(e.parentModel=t.parentModel,t.parentModel=e),t});var n=md.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(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=r,t.getModel=i,t})});return H(a.edges,function(t){!function(t,e,n,i){if(rO(n)){var r=aO(t,e,n),o=n.__edgeMap,a=o[sO(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),a.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),Oy("nameValue",{name:l.join(" > "),value:r.value,noValue:null==r.value})}return Xy({series:this,dataIndex:t,multipleSeries:e})},e.prototype._updateCategoriesData=function(){var t=U(this.option.categories||[],function(t){return null!=t.value?t:R({value:0},t)}),e=new ew(["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:ig.color.neutral50,width:1,opacity:.5},emphasis:{scale:!0,label:{show:!0}},select:{itemStyle:{borderColor:ig.color.primary}}},e}(rm),sP=aP;var lP=function(t){function e(e,n,i){var r=t.call(this)||this;yu(r).dataType="node",r.z2=2;var o=new vu;return r.setTextContent(o),r.updateData(e,n,i,!0),r}return n(e,t),e.prototype.updateData=function(t,e,n,i){var r=this,o=t.graph.getNodeByIndex(e),a=t.hostModel,s=o.getModel(),l=s.getModel("emphasis"),u=t.getItemLayout(e),c=R(CC(s.getModel("itemStyle"),u,!0),u),h=this;if(isNaN(c.startAngle))h.setShape(c);else{i?h.setShape(c):jh(h,{shape:c},a,e);var p=R(CC(s.getModel("itemStyle"),u,!0),u);r.setShape(p),r.useStyle(t.getItemVisual(e,"style")),hc(r,s),this._updateLabel(a,s,o),t.setItemGraphicEl(e,h),hc(h,s,"itemStyle");var d=l.get("focus");sc(this,"adjacency"===d?o.getAdjacentDataIndices():d,l.get("blurScope"),l.get("disabled"))}},e.prototype._updateLabel=function(t,e,n){var i=this.getTextContent(),r=n.getLayout(),o=(r.startAngle+r.endAngle)/2,a=Math.cos(o),s=Math.sin(o),l=e.getModel("label");i.ignore=!l.get("show");var u=Xp(e),c=n.getVisual("style");Yp(i,u,{labelFetcher:{getFormattedLabel:function(n,i,r,o,a,s){return t.getFormattedLabel(n,i,"node",o,pt(a,u.normal&&u.normal.get("formatter"),e.get("name")),s)}},labelDataIndex:n.dataIndex,defaultText:n.dataIndex+"",inheritColor:c.fill,defaultOpacity:c.opacity,defaultOutsidePosition:"startArc"});var h,p=l.get("position")||"outside",d=l.get("distance")||0;h="outside"===p?r.r+d:(r.r+r.r0)/2,this.textConfig={inside:"outside"!==p};var f="outside"!==p?l.get("align")||"center":a>0?"left":"right",g="outside"!==p?l.get("verticalAlign")||"middle":s>0?"top":"bottom";i.attr({x:a*h+r.cx,y:s*h+r.cy,rotation:0,style:{align:f,verticalAlign:g}})},e}(ih),uP=lP,cP=function(t){function e(e,n,i,r){var o=t.call(this)||this;return yu(o).dataType="edge",o.updateData(e,n,i,r,!0),o}return n(e,t),e.prototype.buildPath=function(t,e){t.moveTo(e.s1[0],e.s1[1]);var n=.7,i=e.clockwise;t.arc(e.cx,e.cy,e.r,e.sStartAngle,e.sEndAngle,!i),t.bezierCurveTo((e.cx-e.s2[0])*n+e.s2[0],(e.cy-e.s2[1])*n+e.s2[1],(e.cx-e.t1[0])*n+e.t1[0],(e.cy-e.t1[1])*n+e.t1[1],e.t1[0],e.t1[1]),t.arc(e.cx,e.cy,e.r,e.tStartAngle,e.tEndAngle,!i),t.bezierCurveTo((e.cx-e.t2[0])*n+e.t2[0],(e.cy-e.t2[1])*n+e.t2[1],(e.cx-e.s1[0])*n+e.s1[0],(e.cy-e.s1[1])*n+e.s1[1],e.s1[0],e.s1[1]),t.closePath()},e.prototype.updateData=function(t,e,n,i,r){var o=t.hostModel,a=e.graph.getEdgeByIndex(n),s=a.getLayout(),l=a.node1.getModel(),u=e.getItemModel(a.dataIndex),c=u.getModel("lineStyle"),h=u.getModel("emphasis"),p=h.get("focus"),d=R(CC(l.getModel("itemStyle"),s,!0),s),f=this;isNaN(d.sStartAngle)||isNaN(d.tStartAngle)?f.setShape(d):(r?(f.setShape(d),hP(f,a,t,c)):(tp(f),hP(f,a,t,c),jh(f,{shape:d},o,n)),sc(this,"adjacency"===p?a.getAdjacentDataIndices():p,h.get("blurScope"),h.get("disabled")),hc(f,u,"lineStyle"),e.setItemGraphicEl(a.dataIndex,f))},e}(zl);function hP(t,e,n,i){var r=e.node1,o=e.node2,a=t.style;switch(t.setStyle(i.getLineStyle()),i.get("color")){case"source":a.fill=n.getItemVisual(r.dataIndex,"style").fill,a.decal=r.getVisual("style").decal;break;case"target":a.fill=n.getItemVisual(o.dataIndex,"style").fill,a.decal=o.getVisual("style").decal;break;case"gradient":var s=n.getItemVisual(r.dataIndex,"style").fill,l=n.getItemVisual(o.dataIndex,"style").fill;if(Q(s)&&Q(l)){var u=t.shape,c=(u.s1[0]+u.s2[0])/2,h=(u.s1[1]+u.s2[1])/2,p=(u.t1[0]+u.t2[0])/2,d=(u.t1[1]+u.t2[1])/2;a.fill=new kh(c,h,p,d,[{offset:0,color:s},{offset:1,color:l}],!0)}}}var pP=Math.PI/180,dP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){},e.prototype.render=function(t,e,n){var i=t.getData(),r=this._data,o=this.group,a=-t.get("startAngle")*pP;if(i.diff(r).add(function(t){if(i.getItemLayout(t)){var e=new uP(i,t,a);yu(e).dataIndex=t,o.add(e)}}).update(function(e,n){var s=r.getItemGraphicEl(n);i.getItemLayout(e)?(s?s.updateData(i,e,a):s=new uP(i,e,a),o.add(s)):s&&Qh(s,t,n)}).remove(function(e){var n=r.getItemGraphicEl(e);n&&Qh(n,t,e)}).execute(),!r){var s=t.get("center");this.group.scaleX=.01,this.group.scaleY=.01,this.group.originX=Vo(s[0],n.getWidth()),this.group.originY=Vo(s[1],n.getHeight()),qh(this.group,{scaleX:1,scaleY:1},t)}this._data=i,this.renderEdges(t,a)},e.prototype.renderEdges=function(t,e){var n=t.getData(),i=t.getEdgeData(),r=this._edgeData,o=this.group;i.diff(r).add(function(t){var r=new cP(n,i,t,e);yu(r).dataIndex=t,o.add(r)}).update(function(t,a){var s=r.getItemGraphicEl(a);s.updateData(n,i,t,e),o.add(s)}).remove(function(e){var n=r.getItemGraphicEl(e);n&&Qh(n,t,e)}).execute(),this._edgeData=i},e.prototype.dispose=function(){},e.type="chord",e}(vm),fP=dP,gP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links),this.legendVisualProvider=new hD(q(this.getData,this),q(this.getRawData,this))},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),this.fillDataTextStyle(e.edges||e.links)},e.prototype.getInitialData=function(t,e){var n=t.edges||t.links||[],i=t.data||t.nodes||[];if(i&&n)return oP(i,n,this,!0,function(t,e){var n=md.prototype.getModel;function i(t,e){var i=n.call(this,t,e);return i.resolveParentPath=r,i}function r(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=r,t.getModel=i,t})}).data},e.prototype.getGraph=function(){return this.getData().graph},e.prototype.getEdgeData=function(){return this.getGraph().edgeData},e.prototype.formatTooltip=function(t,e,n){var i=this.getDataParams(t,n);if("edge"===n){var r=this.getData(),o=r.graph.getEdgeByIndex(t),a=r.getName(o.node1.dataIndex),s=r.getName(o.node2.dataIndex),l=[];return null!=a&&l.push(a),null!=s&&l.push(s),Oy("nameValue",{name:l.join(" > "),value:i.value,noValue:null==i.value})}return Oy("nameValue",{name:i.name,value:i.value,noValue:null==i.value})},e.prototype.getDataParams=function(e,n){var i=t.prototype.getDataParams.call(this,e,n);if("node"===n){var r=this.getData(),o=this.getGraph().getNodeByIndex(e);if(null==i.name&&(i.name=r.getName(e)),null==i.value){var a=o.getLayout().value;i.value=a}}return i},e.type="series.chord",e.defaultOption={z:2,coordinateSystem:"none",legendHoverLink:!0,colorBy:"data",left:0,top:0,right:0,bottom:0,width:null,height:null,center:["50%","50%"],radius:["70%","80%"],clockwise:!0,startAngle:90,endAngle:"auto",minAngle:0,padAngle:3,itemStyle:{borderRadius:[0,0,5,5]},lineStyle:{width:0,color:"source",opacity:.2},label:{show:!0,position:"outside",distance:5},emphasis:{focus:"adjacency",lineStyle:{opacity:.5}}},e}(rm),vP=Math.PI/180;function yP(t,e){t.eachSeriesByType("chord",function(t){!function(t,e){var n=t.getData(),i=n.graph,r=t.getEdgeData();if(!r.count())return;var o=Gf(t,e),a=o.cx,s=o.cy,l=o.r,u=o.r0,c=Math.max((t.get("padAngle")||0)*vP,0),h=Math.max((t.get("minAngle")||0)*vP,0),p=-t.get("startAngle")*vP,d=p+2*Math.PI,f=t.get("clockwise"),g=f?1:-1,v=[p,d];fl(v,!f);var y=v[0],m=v[1]-y,x=0===n.getSum("value")&&0===r.getSum("value"),_=[],b=0;i.eachEdge(function(t){var e=x?1:t.getValue("value");x&&(e>0||h)&&(b+=2);var n=t.node1.dataIndex,i=t.node2.dataIndex;_[n]=(_[n]||0)+e,_[i]=(_[i]||0)+e});var w=0;if(i.eachNode(function(t){var e=t.getValue("value");isNaN(e)||(_[t.dataIndex]=Math.max(e,_[t.dataIndex]||0)),!x&&(_[t.dataIndex]>0||h)&&b++,w+=_[t.dataIndex]||0}),0===b||0===w)return;c*b>=Math.abs(m)&&(c=Math.max(0,(Math.abs(m)-h*b)/b));(c+h)*b>=Math.abs(m)&&(h=(Math.abs(m)-c*b)/b);var S=(m-c*b*g)/w,M=0,I=0,T=0;i.eachNode(function(t){var e=_[t.dataIndex]||0,n=S*(w?e:1)*g;Math.abs(n)<h?M+=h-Math.abs(n):(I+=Math.abs(n)-h,T+=Math.abs(n)),t.setLayout({angle:n,value:e})});var C=!1;if(M>I){var D=M/I;i.eachNode(function(t){var e=t.getLayout().angle;Math.abs(e)>=h?t.setLayout({angle:e*D,ratio:D},!0):t.setLayout({angle:h,ratio:0===h?1:e/h},!0)})}else i.eachNode(function(t){if(!C){var e=t.getLayout().angle;e-Math.min(e/T,1)*M<h&&(C=!0)}});var A=M;i.eachNode(function(t){if(!(A<=0)){var e=t.getLayout().angle;if(e>h&&h>0){var n=C?1:Math.min(e/T,1),i=e-h,r=Math.min(i,Math.min(A,M*n));A-=r,t.setLayout({angle:e-r,ratio:(e-r)/e},!0)}else h>0&&t.setLayout({angle:h,ratio:0===e?1:h/e},!0)}});var k=y,L=[];i.eachNode(function(t){var e=Math.max(t.getLayout().angle,h);t.setLayout({cx:a,cy:s,r0:u,r:l,startAngle:k,endAngle:k+e*g,clockwise:f},!0),L[t.dataIndex]=k,k+=(e+c)*g}),i.eachEdge(function(t){var e=x?1:t.getValue("value"),n=S*(w?e:1)*g,i=t.node1.dataIndex,r=L[i]||0,o=r+Math.abs((t.node1.getLayout().ratio||1)*n)*g,l=[a+u*Math.cos(r),s+u*Math.sin(r)],c=[a+u*Math.cos(o),s+u*Math.sin(o)],h=t.node2.dataIndex,p=L[h]||0,d=p+Math.abs((t.node2.getLayout().ratio||1)*n)*g,v=[a+u*Math.cos(p),s+u*Math.sin(p)],y=[a+u*Math.cos(d),s+u*Math.sin(d)];t.setLayout({s1:l,s2:c,sStartAngle:r,sEndAngle:o,t1:v,t2:y,tStartAngle:p,tEndAngle:d,cx:a,cy:s,r:u,value:e,clockwise:f}),L[i]=o,L[h]=d})}(t,e)})}var mP=function(){this.angle=0,this.width=10,this.r=10,this.x=0,this.y=0},xP=function(t){function e(e){var n=t.call(this,e)||this;return n.type="pointer",n}return n(e,t),e.prototype.getDefaultShape=function(){return new mP},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}(zl),_P=xP;function bP(t,e){var n=null==t?"":t+"";return e&&(Q(e)?n=e.replace("{value}",n):J(e)&&(n=e(t))),n}var wP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this.group.removeAll();var i=t.get(["axisLine","lineStyle","color"]),r=function(t,e){var n=t.get("center"),i=e.getWidth(),r=e.getHeight(),o=Math.min(i,r);return{cx:Vo(n[0],e.getWidth()),cy:Vo(n[1],e.getHeight()),r:Vo(t.get("radius"),o/2)}}(t,n);this._renderMain(t,e,n,i,r),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")?MC:ih,h=u.get("show"),p=u.getModel("lineStyle"),d=p.get("width"),f=[s,l];fl(f,!a);for(var g=(l=f[1])-(s=f[0]),v=s,y=[],m=0;h&&m<i.length;m++){var x=new c({shape:{startAngle:v,endAngle:l=s+g*Math.min(Math.max(i[m][0],0),1),cx:r.cx,cy:r.cy,clockwise:a,r0:r.r-d,r:r.r},silent:!0});x.setStyle({fill:i[m][1]}),x.setStyle(p.getLineStyle(["color","width"])),y.push(x),v=l}y.reverse(),H(y,function(t){return o.add(t)});var _=function(t){if(t<=0)return i[0][1];var e;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,_,r,s,l,a,d),this._renderTitleAndDetail(t,e,n,_,r),this._renderAnchor(t,r),this._renderPointer(t,e,n,_,r,s,l,a,d)},e.prototype._renderTicks=function(t,e,n,i,r,o,a,s,l){for(var u,c,h=this.group,p=r.cx,d=r.cy,f=r.r,g=+t.get("min"),v=+t.get("max"),y=t.getModel("splitLine"),m=t.getModel("axisTick"),x=t.getModel("axisLabel"),_=t.get("splitNumber"),b=m.get("splitNumber"),w=Vo(y.get("length"),f),S=Vo(m.get("length"),f),M=o,I=(a-o)/_,T=I/b,C=y.getModel("lineStyle").getLineStyle(),D=m.getModel("lineStyle").getLineStyle(),A=y.get("distance"),k=0;k<=_;k++){if(u=Math.cos(M),c=Math.sin(M),y.get("show")){var L=new yh({shape:{x1:u*(f-(N=A?A+l:l))+p,y1:c*(f-N)+d,x2:u*(f-w-N)+p,y2:c*(f-w-N)+d},style:C,silent:!0});"auto"===C.stroke&&L.setStyle({stroke:i(k/_)}),h.add(L)}if(x.get("show")){var N=x.get("distance")+A,E=bP(Bo(k/_*(v-g)+g),x.get("formatter")),O=i(k/_),P=u*(f-w-N)+p,R=c*(f-w-N)+d,V=x.get("rotate"),z=0;"radial"===V?(z=-M+2*Math.PI)>Math.PI/2&&(z+=Math.PI):"tangential"===V?z=-M-Math.PI/2:et(V)&&(z=V*Math.PI/180),0===z?h.add(new vu({style:Zp(x,{text:E,x:P,y:R,verticalAlign:c<-.8?"top":c>.8?"bottom":"middle",align:u<-.4?"left":u>.4?"right":"center"},{inheritColor:O}),silent:!0})):h.add(new vu({style:Zp(x,{text:E,x:P,y:R,verticalAlign:"middle",align:"center"},{inheritColor:O}),silent:!0,originX:P,originY:R,rotation:z}))}if(m.get("show")&&k!==_){N=(N=m.get("distance"))?N+l:l;for(var B=0;B<=b;B++){u=Math.cos(M),c=Math.sin(M);var G=new yh({shape:{x1:u*(f-N)+p,y1:c*(f-N)+d,x2:u*(f-S-N)+p,y2:c*(f-S-N)+d},silent:!0,style:D});"auto"===D.stroke&&G.setStyle({stroke:i((k+B/b)/_)}),h.add(G),M+=T}M-=T}else M+=I}},e.prototype._renderPointer=function(t,e,n,i,r,o,a,s,l){var u=this.group,c=this._data,h=this._progressEls,p=[],d=t.get(["pointer","show"]),f=t.getModel("progress"),g=f.get("show"),v=t.getData(),y=v.mapDimension("value"),m=+t.get("min"),x=+t.get("max"),_=[m,x],b=[o,a];function w(e,n){var i,o=v.getItemModel(e).getModel("pointer"),a=Vo(o.get("width"),r.r),s=Vo(o.get("length"),r.r),l=t.get(["pointer","icon"]),u=o.get("offsetCenter"),c=Vo(u[0],r.r),h=Vo(u[1],r.r),p=o.get("keepAspect");return(i=l?Tx(l,c-a/2,h-s,a,s,null,p):new _P({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 S(t,e){var n=f.get("roundCap")?MC:ih,i=f.get("overlap"),a=i?f.get("width"):l/v.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=Ro(v.get(y,t),[m,x],[100,0],!0)),h}(g||d)&&(v.diff(c).add(function(e){var n=v.get(y,e);if(d){var i=w(e,o);qh(i,{rotation:-((isNaN(+n)?b[0]:Ro(n,_,b,!0))+Math.PI/2)},t),u.add(i),v.setItemGraphicEl(e,i)}if(g){var r=S(e,o),a=f.get("clip");qh(r,{shape:{endAngle:Ro(n,_,b,a)}},t),u.add(r),mu(t.seriesIndex,v.dataType,e,r),p[e]=r}}).update(function(e,n){var i=v.get(y,e);if(d){var r=c.getItemGraphicEl(n),a=r?r.rotation:o,s=w(e,a);s.rotation=a,jh(s,{rotation:-((isNaN(+i)?b[0]:Ro(i,_,b,!0))+Math.PI/2)},t),u.add(s),v.setItemGraphicEl(e,s)}if(g){var l=h[n],m=S(e,l?l.shape.endAngle:o),x=f.get("clip");jh(m,{shape:{endAngle:Ro(i,_,b,x)}},t),u.add(m),mu(t.seriesIndex,v.dataType,e,m),p[e]=m}}).execute(),v.each(function(t){var e=v.getItemModel(t),n=e.getModel("emphasis"),r=n.get("focus"),o=n.get("blurScope"),a=n.get("disabled");if(d){var s=v.getItemGraphicEl(t),l=v.getItemVisual(t,"style"),u=l.fill;if(s instanceof Yl){var c=s.style;s.useStyle(R({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(Ro(v.get(y,t),_,[0,1],!0))),s.z2EmphasisLift=0,hc(s,e),sc(s,r,o,a)}if(g){var h=p[t];h.useStyle(v.getItemVisual(t,"style")),h.setStyle(e.getModel(["progress","itemStyle"]).getItemStyle()),h.z2EmphasisLift=0,hc(h,e),sc(h,r,o,a)}}),this._progressEls=p)},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=Tx(r,e.cx-i/2+Vo(o[0],e.r),e.cy-i/2+Vo(o[1],e.r),i,i,null,a);s.z2=n.get("showAbove")?1:0,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 wo,h=[],p=[],d=t.isAnimationEnabled(),f=t.get(["pointer","showAbove"]);a.diff(this._data).add(function(t){h[t]=new vu({silent:!0}),p[t]=new vu({silent:!0})}).update(function(t,e){h[t]=o._titleEls[e],p[t]=o._detailEls[e]}).execute(),a.each(function(e){var n=a.getItemModel(e),o=a.get(s,e),g=new wo,v=i(Ro(o,[l,u],[0,1],!0)),y=n.getModel("title");if(y.get("show")){var m=y.get("offsetCenter"),x=r.cx+Vo(m[0],r.r),_=r.cy+Vo(m[1],r.r);(D=h[e]).attr({z2:f?0:2,style:Zp(y,{x:x,y:_,text:a.getName(e),align:"center",verticalAlign:"middle"},{inheritColor:v})}),g.add(D)}var b=n.getModel("detail");if(b.get("show")){var w=b.get("offsetCenter"),S=r.cx+Vo(w[0],r.r),M=r.cy+Vo(w[1],r.r),I=Vo(b.get("width"),r.r),T=Vo(b.get("height"),r.r),C=t.get(["progress","show"])?a.getItemVisual(e,"style").fill:v,D=p[e],A=b.get("formatter");D.attr({z2:f?0:2,style:Zp(b,{x:S,y:M,text:bP(o,A),width:isNaN(I)?null:I,height:isNaN(T)?null:T,align:"center",verticalAlign:"middle"},{inheritColor:C})}),ed(D,{normal:b},o,function(t){return bP(t,A)}),d&&nd(D,e,a,t,{getFormattedLabel:function(t,e,n,i,r,a){return bP(a?a.interpolatedValue:o,A)}}),g.add(D)}c.add(g)}),this.group.add(c),this._titleEls=h,this._detailEls=p},e.type="gauge",e}(vm),SP=wP,MP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.visualStyleAccessPath="itemStyle",n}return n(e,t),e.prototype.getInitialData=function(t,e){return lD(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,ig.color.neutral10]],width:10}},progress:{show:!1,overlap:!0,width:10,roundCap:!1,clip:!0},splitLine:{show:!0,length:10,distance:10,lineStyle:{color:ig.color.axisTick,width:3,type:"solid"}},axisTick:{show:!0,splitNumber:5,length:6,distance:10,lineStyle:{color:ig.color.axisTickMinor,width:1,type:"solid"}},axisLabel:{show:!0,distance:15,color:ig.color.axisLabel,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:ig.color.neutral00,borderWidth:0,borderColor:ig.color.theme[0]}},title:{show:!0,offsetCenter:[0,"20%"],color:ig.color.secondary,fontSize:16,valueAnimation:!1},detail:{show:!0,backgroundColor:ig.color.transparent,borderWidth:0,borderColor:ig.color.neutral40,width:100,height:null,padding:[5,10],offsetCenter:[0,"40%"],color:ig.color.primary,fontSize:30,fontWeight:"bold",lineHeight:30,valueAnimation:!1}},e}(rm);var IP=["itemStyle","opacity"],TP=function(t){function e(e,n){var i=t.call(this)||this,r=i,o=new dh,a=new vu;return r.setTextContent(a),i.setTextGuideLine(o),i.updateData(e,n,!0),i}return n(e,t),e.prototype.updateData=function(t,e,n){var i=this,r=t.hostModel,o=t.getItemModel(e),a=t.getItemLayout(e),s=o.getModel("emphasis"),l=o.get(IP);l=null==l?1:l,n||tp(i),i.useStyle(t.getItemVisual(e,"style")),i.style.lineJoin="round",n?(i.setShape({points:a.points}),i.style.opacity=0,qh(i,{style:{opacity:l}},r,e)):jh(i,{style:{opacity:l},shape:{points:a.points}},r,e),hc(i,o),this._updateLabel(t,e),sc(this,s.get("focus"),s.get("blurScope"),s.get("disabled"))},e.prototype._updateLabel=function(t,e){var n=this,i=this.getTextGuideLine(),r=n.getTextContent(),o=t.hostModel,a=t.getItemModel(e),s=t.getItemLayout(e).label,l=t.getItemVisual(e,"style"),u=l.fill;Yp(r,Xp(a),{labelFetcher:t.hostModel,labelDataIndex:e,defaultOpacity:l.opacity,defaultText:t.getName(e)},{normal:{align:s.textAlign,verticalAlign:s.verticalAlign}});var c="inherit"===a.getModel("label").get("color")?u:null;n.setTextConfig({local:!0,inside:!!s.inside,insideStroke:c,outsideFill:c});var h=s.linePoints;i.setShape({points:h}),n.textGuideLineConfig={anchor:h?new Ge(h[0][0],h[0][1]):null},jh(r,{style:{x:s.x,y:s.y}},o,e),r.attr({rotation:s.rotation,originX:s.x,originY:s.y,z2:10}),RM(n,VM(a),{stroke:u})},e}(ch),CP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreLabelLineUpdate=!0,n}return n(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 TP(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){Qh(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}(vm),DP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new hD(q(this.getData,this),q(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.getInitialData=function(t,e){return lD(this,{coordDimensions:["value"],encodeDefaulter:K(Sg,this)})},e.prototype._defaultLabelLine=function(t){ba(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={coordinateSystemUsage:"box",z:2,legendHoverLink:!0,colorBy:"data",left:80,top:60,right:80,bottom:65,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:ig.color.neutral00,borderWidth:1},emphasis:{label:{show:!0}},select:{itemStyle:{borderColor:ig.color.primary}}},e}(rm),AP=DP;function kP(t,e){t.eachSeriesByType("funnel",function(t){var n=t.getData(),i=n.mapDimension("value"),r=t.get("sort"),o=Uf(t,e),a=Ff(t.getBoxLayoutParams(),o.refContainer),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 J(e)?r.sort(e):"none"!==e&&r.sort(function(t,e){return o?i[t]-i[e]:i[e]-i[t]}),r}(n,r),h=a.x,p=a.y,d="horizontal"===s?[Vo(t.get("minSize"),u),Vo(t.get("maxSize"),u)]:[Vo(t.get("minSize"),l),Vo(t.get("maxSize"),l)],f=n.getDataExtent(i),g=t.get("min"),v=t.get("max");null==g&&(g=Math.min(f[0],0)),null==v&&(v=f[1]);var y=t.get("funnelAlign"),m=t.get("gap"),x=(("horizontal"===s?l:u)-m*(n.count()-1))/n.count(),_=function(t,e){if("horizontal"===s){var r=Ro(n.get(i,t)||0,[g,v],d,!0),o=void 0;switch(y){case"top":o=p;break;case"center":o=p+(u-r)/2;break;case"bottom":o=p+(u-r)}return[[e,o],[e,o+r]]}var a,c=Ro(n.get(i,t)||0,[g,v],d,!0);switch(y){case"left":a=h;break;case"center":a=h+(l-c)/2;break;case"right":a=h+l-c}return[[a,e],[a+c,e]]};"ascending"===r&&(x=-x,m=-m,"horizontal"===s?h+=l:p+=u,c=c.reverse());for(var b=0;b<c.length;b++){var w=c[b],S=c[b+1],M=n.getItemModel(w);if("horizontal"===s){var I=M.get(["itemStyle","width"]);null==I?I=x:(I=Vo(I,l),"ascending"===r&&(I=-I));var T=_(w,h),C=_(S,h+I);h+=I+m,n.setItemLayout(w,{points:T.concat(C.slice().reverse())})}else{var D=M.get(["itemStyle","height"]);null==D?D=x:(D=Vo(D,u),"ascending"===r&&(D=-D));T=_(w,p),C=_(S,p+D);p+=D+m,n.setItemLayout(w,{points:T.concat(C.slice().reverse())})}}!function(t){var e=t.hostModel.get("orient");t.each(function(n){var i,r,o,a,s=t.getItemModel(n),l=s.getModel("label").get("position"),u=s.getModel("labelLine"),c=t.getItemLayout(n),h=c.points,p="inner"===l||"inside"===l||"center"===l||"insideLeft"===l||"insideRight"===l;if(p)"insideLeft"===l?(r=(h[0][0]+h[3][0])/2+5,o=(h[0][1]+h[3][1])/2,i="left"):"insideRight"===l?(r=(h[1][0]+h[2][0])/2-5,o=(h[1][1]+h[2][1])/2,i="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,i="center"),a=[[r,o],[r,o]];else{var d=void 0,f=void 0,g=void 0,v=void 0,y=u.get("length");"production"!==process.env.NODE_ENV&&("vertical"===e&&["top","bottom"].indexOf(l)>-1&&(l="left",console.warn("Position error: Funnel chart on vertical orient dose not support top and bottom.")),"horizontal"===e&&["left","right"].indexOf(l)>-1&&(l="bottom",console.warn("Position error: Funnel chart on horizontal orient dose not support left and right."))),"left"===l?(d=(h[3][0]+h[0][0])/2,f=(h[3][1]+h[0][1])/2,r=(g=d-y)-5,i="right"):"right"===l?(d=(h[1][0]+h[2][0])/2,f=(h[1][1]+h[2][1])/2,r=(g=d+y)+5,i="left"):"top"===l?(d=(h[3][0]+h[0][0])/2,o=(v=(f=(h[3][1]+h[0][1])/2)-y)-5,i="center"):"bottom"===l?(d=(h[1][0]+h[2][0])/2,o=(v=(f=(h[1][1]+h[2][1])/2)+y)+5,i="center"):"rightTop"===l?(d="horizontal"===e?h[3][0]:h[1][0],f="horizontal"===e?h[3][1]:h[1][1],"horizontal"===e?(o=(v=f-y)-5,i="center"):(r=(g=d+y)+5,i="top")):"rightBottom"===l?(d=h[2][0],f=h[2][1],"horizontal"===e?(o=(v=f+y)+5,i="center"):(r=(g=d+y)+5,i="bottom")):"leftTop"===l?(d=h[0][0],f="horizontal"===e?h[0][1]:h[1][1],"horizontal"===e?(o=(v=f-y)-5,i="center"):(r=(g=d-y)-5,i="right")):"leftBottom"===l?(d="horizontal"===e?h[1][0]:h[3][0],f="horizontal"===e?h[1][1]:h[2][1],"horizontal"===e?(o=(v=f+y)+5,i="center"):(r=(g=d-y)-5,i="right")):(d=(h[1][0]+h[2][0])/2,f=(h[1][1]+h[2][1])/2,"horizontal"===e?(o=(v=f+y)+5,i="center"):(r=(g=d+y)+5,i="left")),"horizontal"===e?r=g=d:o=v=f,a=[[d,f],[g,v]]}c.label={linePoints:a,x:r,y:o,verticalAlign:"middle",textAlign:i,inside:p}})}(n)})}var LP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._dataGroup=new wo,n._initialized=!1,n}return n(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=OP(t);if(o.diff(a).add(function(t){PP(EP(o,r,t,l,s),o,t,u)}).update(function(e,n){var i=a.getItemGraphicEl(n),r=NP(o,e,l,s);o.setItemGraphicEl(e,i),jh(i,{shape:{points:r}},t,e),tp(i),PP(i,o,e,u)}).remove(function(t){var e=a.getItemGraphicEl(t);r.remove(e)}).execute(),!this._initialized){this._initialized=!0;var c=function(t,e,n){var i=t.model,r=t.getRect(),o=new Ql({shape:{x:r.x,y:r.y,width:r.width,height:r.height}}),a="horizontal"===i.get("layout")?"width":"height";return o.setShape(a,0),qh(o,{shape:{width:r.width,height:r.height}},e,n),o}(s,t,function(){setTimeout(function(){r.removeClipPath()})});r.setClipPath(c)}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=OP(e),s=this._progressiveEls=[],l=t.start;l<t.end;l++){var u=EP(i,this._dataGroup,l,o,r);u.incremental=!0,PP(u,i,l,a),s.push(u)}},e.prototype.remove=function(){this._dataGroup&&this._dataGroup.removeAll(),this._data=null},e.type="parallel",e}(vm);function NP(t,e,n,i){for(var r=[],o=0;o<n.length;o++){var a=n[o],s=t.get(t.mapDimension(a),e);RP(s,i.getAxis(a).type)||r.push(i.dataToPoint(s,a))}return r}function EP(t,e,n,i,r){var o=NP(t,n,i,r),a=new dh({shape:{points:o},z2:10});return e.add(a),t.setItemGraphicEl(n,a),a}function OP(t){var e=t.get("smooth",!0);return!0===e&&(e=.3),ut(e=na(e))&&(e=0),{smooth:e}}function PP(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");hc(t,r,"lineStyle"),sc(t,o.get("focus"),o.get("blurScope"),o.get("disabled"))}function RP(t,e){return"category"===e?null==t:null==t||isNaN(t)}var VP=LP;function zP(t){var e=t.ecModel.getComponent("parallel",t.get("parallelIndex"));if(e){var n={};return H(e.dimensions,function(t){var e=+t.replace("dim","");n[t]=e}),n}}var BP=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 n(e,t),e.prototype.getInitialData=function(t,e){return cw(null,this,{useEncodeDefaulter:q(zP,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}(rm),GP=["lineStyle","opacity"],FP={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(GP,!0);null!=o&&(r=o)}e.ensureUniqueItemVisual(n,"style").opacity=r},t.start,t.end)}}}};function WP(t){!function(t){if(t.parallel)return;var e=!1;H(t.series,function(t){t&&"parallel"===t.type&&(e=!0)}),e&&(t.parallel=[{}])}(t),function(t){var e=_a(t.parallelAxis);H(e,function(e){if(nt(e)){var n=e.parallelIndex||0,i=_a(t.parallel)[n];i&&i.parallelAxisDefault&&O(e,i.parallelAxisDefault,!1)}})}(t)}var HP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){this._model=t,this._api=n,this._handlers||(this._handlers={},H(UP,function(t,e){n.getZr().on(e,this._handlers[e]=q(t,this))},this)),bm(this,"_throttledDispatchExpand",t.get("axisExpandRate"),"fixRate")},e.prototype.dispose=function(t,e){wm(this,"_throttledDispatchExpand"),H(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(R({type:"parallelAxisExpand"},t))},e.type="parallel",e}(am),UP={mousedown:function(t){YP(this,"click")&&(this._mouseDownPoint=[t.offsetX,t.offsetY])},mouseup:function(t){var e=this._mouseDownPoint;if(YP(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&&YP(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 YP(t,e){var n=t._model;return n.get("axisExpandable")&&n.get("axisExpandTriggerOn")===e}var XP=HP,ZP=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){t.prototype.init.apply(this,arguments),this.mergeOption({})},e.prototype.mergeOption=function(t){var e=this.option;t&&O(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){H(["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=[];H(X(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}(Jf),jP=ZP,qP=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 n(e,t),e.prototype.isHorizontal=function(){return"horizontal"!==this.coordinateSystem.getModel().get("layout")},e}(dM),KP=qP;function $P(t,e,n,i,r,o){t=t||0;var a=n[1]-n[0];if(null!=r&&(r=QP(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(e[1]-e[0]);s=QP(s,[0,a]),r=o=QP(s,[r,o]),i=0}e[0]=QP(e[0],n),e[1]=QP(e[1],n);var l=JP(e,i);e[i]+=t;var u,c=r||0,h=n.slice();return l.sign<0?h[0]+=c:h[1]-=c,e[i]=QP(e[i],h),u=JP(e,i),null!=r&&(u.sign!==l.sign||u.span<r)&&(e[1-i]=e[i]+l.sign*r),u=JP(e,i),null!=o&&u.span>o&&(e[1-i]=e[i]+u.sign*o),e}function JP(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 QP(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var tR=H,eR=Math.min,nR=Math.max,iR=Math.floor,rR=Math.ceil,oR=Bo,aR=Math.PI,sR=function(){function t(t,e,n){this.type="parallel",this._axesMap=St(),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;tR(i,function(t,n){var i=r[n],o=e.getComponent("parallelAxis",i),a=this._axesMap.set(t,new KP(t,vS(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();tR(this.dimensions,function(t){var e=this._axesMap.get(t);e.scale.unionExtentFromData(i,i.mapDimension(t)),gS(e.scale,e.model)},this)}},this)},t.prototype.resize=function(t,e){var n=Uf(t,e).refContainer;this._rect=Ff(t.getBoxLayoutParams(),n),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?0:1,s=n[r[a]],l=[0,s],u=this.dimensions.length,c=lR(e.get("axisExpandWidth"),l),h=lR(e.get("axisExpandCount")||0,[0,u]),p=e.get("axisExpandable")&&u>3&&u>h&&h>1&&c>0&&s>0,d=e.get("axisExpandWindow");d?(t=lR(d[1]-d[0],l),d[1]=d[0]+t):(t=lR(c*(h-1),l),(d=[c*(e.get("axisExpandCenter")||iR(u/2))-t/2])[1]=d[0]+t);var f=(s-t)/(u-h);f<3&&(f=0);var g=[iR(oR(d[0]/c,1))+1,rR(oR(d[1]/c,1))-1],v=f/c*d[0];return{layout:o,pixelDimIndex:a,layoutBase:n[i[a]],layoutLength:s,axisBase:n[i[1-a]],axisLength:n[r[1-a]],axisExpandable:p,axisExpandWidth:c,axisCollapseWidth:f,axisExpandWindow:d,axisCount:u,winInnerIndices:g,axisExpandWindow0Pos:v}},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?1:0;t.setExtent(e[n],e[1-n])}),tR(n,function(e,n){var o=(i.axisExpandable?cR:uR)(n,i),a={horizontal:{x:o.position,y:i.axisLength},vertical:{x:0,y:o.position}},s={horizontal:aR/2,vertical:0},l=[a[r].x+t.x,a[r].y+t.y],u=s[r],c=[1,0,0,1,0,0];Oe(c,c,u),Ee(c,c,l),this._axesLayout[e]={position:l,rotation:u,transform:c,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=[];H(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),p=0,d=o.length;p<d;p++){if("inactive"===s[p].getActiveState(h[p])){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 yp([t,0],this._axesLayout[e].transform)},t.prototype.getAxisLayout=function(t){return E(this._axesLayout[t])},t.prototype.getSlidedAxisExpandWindow=function(t){var e=this._makeLayoutInfo(),n=e.pixelDimIndex,i=e.axisExpandWindow.slice(),r=i[1]-i[0],o=[0,e.axisExpandWidth*(e.axisCount-1)];if(!this.containPoint(t))return{behavior:"none",axisExpandWindow:i};var a,s=t[n]-e.layoutBase-e.axisExpandWindow0Pos,l="slide",u=e.axisCollapseWidth,c=this._model.get("axisExpandSlideTriggerArea"),h=null!=c[0];if(u)h&&u&&s<r*c[0]?(l="jump",a=s-r*c[2]):h&&u&&s>r*(1-c[0])?(l="jump",a=s-r*(1-c[2])):(a=s-r*c[1])>=0&&(a=s-r*(1-c[1]))<=0&&(a=0),(a*=e.axisExpandWidth/u)?$P(a,i,o,"all"):l="none";else{var p=i[1]-i[0];(i=[nR(0,o[1]*s/p-p/2)])[1]=eR(o[1],i[0]+p),i[0]=i[1]-p}return{axisExpandWindow:i,behavior:l}},t}();function lR(t,e){return eR(nR(t,e[0]),e[1])}function uR(t,e){var n=e.layoutLength/(e.axisCount-1);return{position:n*t,axisNameAvailableWidth:n,axisLabelShow:!0}}function cR(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}}var hR=sR;var pR={create:function(t,e){var n=[];return t.eachComponent("parallel",function(i,r){var o=new hR(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",za).models[0];t.coordinateSystem=e.coordinateSystem}}),n}},dR=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.activeIntervals=[],n}return n(e,t),e.prototype.getAreaSelectStyle=function(){return es([["fill","color"],["lineWidth","borderWidth"],["stroke","borderColor"],["width","width"],["opacity","opacity"]])(this.getModel("areaSelectStyle"))},e.prototype.setActiveIntervals=function(t){var e=this.activeIntervals=E(t);if(e)for(var n=e.length-1;n>=0;n--)Go(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}(Jf);F(dR,IS);var fR=dR,gR=!0,vR=Math.min,yR=Math.max,mR=Math.pow,xR="globalPan",_R={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},bR={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},wR={brushStyle:{lineWidth:2,stroke:ig.color.backgroundTint,fill:ig.color.borderTint},transformable:!0,brushMode:"single",removeOnClick:!1},SR=0,MR=function(t){function e(e){var n=t.call(this)||this;return n._track=[],n._covers=[],n._handlers={},"production"!==process.env.NODE_ENV&&gt(e),n._zr=e,n.group=new wo,n._uid="brushController_"+SR++,H($R,function(t,e){this._handlers[e]=q(t,this)},n),n}return n(e,t),e.prototype.enableBrush=function(t){return"production"!==process.env.NODE_ENV&&gt(this._mounted),this._brushType&&this._doDisableBrush(),t.brushType&&this._doEnableBrush(t),this},e.prototype._doEnableBrush=function(t){var e=this._zr;this._enableGlobalPan||function(t,e,n){wk(t)[e]=n}(e,xR,this._uid),H(this._handlers,function(t,n){e.on(n,t)}),this._brushType=t.brushType,this._brushOption=O(E(wR),t,!0)},e.prototype._doDisableBrush=function(){var t=this._zr;!function(t,e,n){var i=wk(t);i[e]===n&&(i[e]=null)}(t,xR,this._uid),H(this._handlers,function(e,n){t.off(n,e)}),this._brushType=this._brushOption=null},e.prototype.setPanels=function(t){if(t&&t.length){var e=this._panels={};H(t,function(t){e[t.panelId]=E(t)})}else this._panels=null;return this},e.prototype.mount=function(t){t=t||{},"production"!==process.env.NODE_ENV&&(this._mounted=!0),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){"production"!==process.env.NODE_ENV&&gt(this._mounted),t=U(t,function(t){return O(E(wR),t,!0)});var e=this._covers,n=this._covers=[],i=this,r=this._creatingCover;return new Ab(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]):TR(i,IR(i,s));AR(i,l)}}},e.prototype.unmount=function(){if("production"===process.env.NODE_ENV||this._mounted)return this.enableBrush(!1),ER(this),this._zr.remove(this.group),"production"!==process.env.NODE_ENV&&(this._mounted=!1),this},e.prototype.dispose=function(){this.unmount(),this.off()},e}(re);function IR(t,e){var n=QR[e.brushType].createCover(t,e);return n.__brushOption=e,DR(n,e),t.group.add(n),n}function TR(t,e){var n=kR(e);return n.endCreating&&(n.endCreating(t,e),DR(e,e.__brushOption)),e}function CR(t,e){var n=e.__brushOption;kR(e).updateCoverShape(t,e,n.range,n)}function DR(t,e){var n=e.z;null==n&&(n=1e4),t.traverse(function(t){t.z=n,t.z2=n})}function AR(t,e){kR(e).updateCommon(t,e),CR(t,e)}function kR(t){return QR[t.__brushOption.brushType]}function LR(t,e,n){var i,r=t._panels;if(!r)return gR;var o=t._transform;return H(r,function(t){t.isTargetByCursor(e,n,o)&&(i=t)}),i}function NR(t,e){var n=t._panels;if(!n)return gR;var i=e.__brushOption.panelId;return null!=i?n[i]:gR}function ER(t){var e=t._covers,n=e.length;return H(e,function(e){t.group.remove(e)},t),e.length=0,!!n}function OR(t,e){var n=U(t._covers,function(t){var e=t.__brushOption,n=E(e.range);return{brushType:e.brushType,panelId:e.panelId,range:n}});t.trigger("brush",{areas:n,isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function PR(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function RR(t,e,n,i){var r=new wo;return r.add(new Ql({name:"main",style:GR(n),silent:!0,draggable:!0,cursor:"move",drift:K(HR,t,e,r,["n","s","w","e"]),ondragend:K(OR,e,{isEnd:!0})})),H(i,function(n){r.add(new Ql({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:K(HR,t,e,r,n),ondragend:K(OR,e,{isEnd:!0})}))}),r}function VR(t,e,n,i){var r=i.brushStyle.lineWidth||0,o=yR(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],p=c-o+r/2,d=h-o+r/2,f=c-a,g=h-s,v=f+r,y=g+r;BR(t,e,"main",a,s,f,g),i.transformable&&(BR(t,e,"w",l,u,o,y),BR(t,e,"e",p,u,o,y),BR(t,e,"n",l,u,v,o),BR(t,e,"s",l,d,v,o),BR(t,e,"nw",l,u,o,o),BR(t,e,"ne",p,u,o,o),BR(t,e,"sw",l,d,o,o),BR(t,e,"se",p,d,o,o))}function zR(t,e){var n=e.__brushOption,i=n.transformable,r=e.childAt(0);r.useStyle(GR(n)),r.attr({silent:!i,cursor:i?"move":"default"}),H([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var r=e.childOfName(n.join("")),o=1===n.length?WR(t,n[0]):function(t,e){var n=[WR(t,e[0]),WR(t,e[1])];return("e"===n[0]||"w"===n[0])&&n.reverse(),n.join("")}(t,n);r&&r.attr({silent:!i,invisible:!i,cursor:i?bR[o]+"-resize":null})})}function BR(t,e,n,i,r,o,a){var s=e.childOfName(n);s&&s.setShape(function(t){var e=vR(t[0][0],t[1][0]),n=vR(t[0][1],t[1][1]),i=yR(t[0][0],t[1][0]),r=yR(t[0][1],t[1][1]);return{x:e,y:n,width:i-e,height:r-n}}(XR(t,e,[[i,r],[i+o,r+a]])))}function GR(t){return V({strokeNoScale:!0},t.brushStyle)}function FR(t,e,n,i){var r=[vR(t,n),vR(e,i)],o=[yR(t,n),yR(e,i)];return[[r[0],o[0]],[r[1],o[1]]]}function WR(t,e){var n=mp({w:"left",e:"right",n:"top",s:"bottom"}[e],function(t){return vp(t.group)}(t));return{left:"w",right:"e",top:"n",bottom:"s"}[n]}function HR(t,e,n,i,r,o){var a=n.__brushOption,s=t.toRectRange(a.range),l=YR(e,r,o);H(i,function(t){var e=_R[t];s[e[0]][e[1]]+=l[e[0]]}),a.range=t.fromRectRange(FR(s[0][0],s[1][0],s[0][1],s[1][1])),AR(e,n),OR(e,{isEnd:!1})}function UR(t,e,n,i){var r=e.__brushOption.range,o=YR(t,n,i);H(r,function(t){t[0]+=o[0],t[1]+=o[1]}),AR(t,e),OR(t,{isEnd:!1})}function YR(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 XR(t,e,n){var i=NR(t,e);return i&&i!==gR?i.clipPath(n,t._transform):E(n)}function ZR(t){var e=t.event;e.preventDefault&&e.preventDefault()}function jR(t,e,n){return t.childOfName("main").contain(e,n)}function qR(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 mR(r*r+o*o,.5)>6}(t)||o){if(a&&!o){"single"===s.brushMode&&ER(t);var l=E(s);l.brushType=KR(l.brushType,a),l.panelId=a===gR?null:a.panelId,o=t._creatingCover=IR(t,l),t._covers.push(o)}if(o){var u=QR[KR(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(XR(t,o,t._track)),i&&(TR(t,o),u.updateCommon(t,o)),CR(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&LR(t,e,n)&&ER(t)&&(r={isEnd:i,removeOnClick:!0});return r}function KR(t,e){return"auto"===t?("production"!==process.env.NODE_ENV&&gt(e&&e.defaultBrushType,'MUST have defaultBrushType when brushType is "atuo"'),e.defaultBrushType):t}var $R={mousedown:function(t){if(this._dragging)JR(this,t);else if(!t.target||!t.target.draggable){ZR(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=LR(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&&!function(t,e,n){var i=t._zr;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}(t,e.offsetX,e.offsetY)){var i=t._zr,r=t._covers,o=LR(t,e,n);if(!t._dragging)for(var a=0;a<r.length;a++){var s=r[a].__brushOption;if(o&&(o===gR||s.panelId===o.panelId)&&QR[s.brushType].contain(r[a],n[0],n[1]))return}o&&i.setCursorStyle("crosshair")}}(this,t,i),this._dragging){ZR(t);var r=qR(this,t,i,!1);r&&OR(this,r)}},mouseup:function(t){JR(this,t)}};function JR(t,e){if(t._dragging){ZR(e);var n=e.offsetX,i=e.offsetY,r=t.group.transformCoordToLocal(n,i),o=qR(t,e,r,!0);t._dragging=!1,t._track=[],t._creatingCover=null,o&&OR(t,o)}}var QR={lineX:tV(0),lineY:tV(1),rect:{createCover:function(t,e){function n(t){return t}return RR({toRectRange:n,fromRectRange:n},t,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(t){var e=PR(t);return FR(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,n,i){VR(t,e,n,i)},updateCommon:zR,contain:jR},polygon:{createCover:function(t,e){var n=new wo;return n.add(new dh({name:"main",style:GR(e),silent:!0})),n},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new ch({name:"main",draggable:!0,drift:K(UR,t,e),ondragend:K(OR,t,{isEnd:!0})}))},updateCoverShape:function(t,e,n,i){e.childAt(0).setShape({points:XR(t,e,n)})},updateCommon:zR,contain:jR}};function tV(t){return{createCover:function(e,n){return RR({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=PR(e);return[vR(n[0][t],n[1][t]),yR(n[0][t],n[1][t])]},updateCoverShape:function(e,n,i,r){var o,a=NR(e,n);if(a!==gR&&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(),VR(e,n,l,r)},updateCommon:zR,contain:jR}}var eV=MR;function nV(t){return t=oV(t),function(e){return bp(e,t)}}function iV(t,e){return t=oV(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 rV(t,e,n){var i=oV(t);return function(t,r){return i.contain(r[0],r[1])&&!Ik(t,e,n)}}function oV(t){return an.create(t)}var aV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e,n){t.prototype.init.apply(this,arguments),(this._brushController=new eV(n.getZr())).on("brush",q(this._onBrush,this))},e.prototype.render=function(t,e,n,i){if(!function(t,e,n){return n&&"axisAreaSelect"===n.type&&e.findComponents({mainType:"parallelAxis",query:n})[0]===t}(t,e,i)){this.axisModel=t,this.api=n,this.group.removeAll();var r=this._axisGroup;if(this._axisGroup=new wo,this.group.add(this._axisGroup),t.get("show")){var o=function(t,e){return e.getComponent("parallel",t.get("parallelIndex"))}(t,e),a=o.coordinateSystem,s=t.getAreaSelectStyle(),l=s.width,u=t.axis.dim,c=R({strokeContainThreshold:l},a.getAxisLayout(u)),h=new yA(t,n,c);h.build(),this._axisGroup.add(h.group),this._refreshBrushController(c,s,t,o,l,n),_p(r,this._axisGroup,t)}}},e.prototype._refreshBrushController=function(t,e,n,i,r,o){var a=n.axis.getExtent(),s=a[1]-a[0],l=Math.min(30,.1*Math.abs(s)),u=an.create({x:a[0],y:-r/2,width:s,height:r});u.x-=l,u.width+=2*l,this._brushController.mount({enableGlobalPan:!0,rotation:t.rotation,x:t.position[0],y:t.position[1]}).setPanels([{panelId:"pl",clipPath:nV(u),isTargetByCursor:rV(u,o,i),getLinearBrushOtherExtent:iV(u,0)}]).enableBrush({brushType:"lineX",brushStyle:e,removeOnClick:!0}).updateCovers(function(t){var e=t.axis;return U(t.activeIntervals,function(t){return{brushType:"lineX",panelId:"pl",range:[e.dataToCoord(t[0],!0),e.dataToCoord(t[1],!0)]}})}(n))},e.prototype._onBrush=function(t){var e=t.areas,n=this.axisModel,i=n.axis,r=U(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}(am),sV={type:"axisAreaSelect",event:"axisAreaSelected"};var lV={type:"value",areaSelectStyle:{width:20,borderWidth:1,borderColor:"rgba(160,197,232)",color:"rgba(160,197,232)",opacity:.3},realtime:!0,z:10};function uV(t){t.registerComponentView(XP),t.registerComponentModel(jP),t.registerCoordinateSystem("parallel",pR),t.registerPreprocessor(WP),t.registerComponentModel(fR),t.registerComponentView(aV),ND(t,"parallel",fR,lV),function(t){t.registerAction(sV,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)})})}(t)}var cV=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},hV=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new cV},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(){Zu(this)},e.prototype.downplay=function(){ju(this)},e}(zl),pV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._mainGroup=new wo,n._focusAdjacencyDisabled=!1,n}return n(e,t),e.prototype.init=function(t,e){this._controller=new Rk(e.getZr()),this._controllerHost={target:this.group},this.group.add(this._mainGroup)},e.prototype.render=function(t,e,n){var i=this,r=t.getGraph(),o=this._mainGroup,a=t.layoutInfo,s=a.width,l=a.height,u=t.getData(),c=t.getData("edge"),h=t.get("orient");this._model=t,o.removeAll(),o.x=a.x,o.y=a.y,this._updateViewCoordSys(t,n),Bk(t,n,o,this._controller,this._controllerHost,null),r.eachEdge(function(e){var n=new hV,i=yu(n);i.dataIndex=e.dataIndex,i.seriesIndex=t.seriesIndex,i.dataType="edge";var r,a,u,p,d,f,g,v,y=e.getModel(),m=y.getModel("lineStyle"),x=m.get("curveness"),_=e.node1.getLayout(),b=e.node1.getModel(),w=b.get("localX"),S=b.get("localY"),M=e.node2.getLayout(),I=e.node2.getModel(),T=I.get("localX"),C=I.get("localY"),D=e.getLayout();n.shape.extent=Math.max(1,D.dy),n.shape.orient=h,"vertical"===h?(r=(null!=w?w*s:_.x)+D.sy,a=(null!=S?S*l:_.y)+_.dy,u=(null!=T?T*s:M.x)+D.ty,d=r,f=a*(1-x)+(p=null!=C?C*l:M.y)*x,g=u,v=a*x+p*(1-x)):(r=(null!=w?w*s:_.x)+_.dx,a=(null!=S?S*l:_.y)+D.sy,d=r*(1-x)+(u=null!=T?T*s:M.x)*x,f=a,g=r*x+u*(1-x),v=p=(null!=C?C*l:M.y)+D.ty),n.setShape({x1:r,y1:a,x2:u,y2:p,cpx1:d,cpy1:f,cpx2:g,cpy2:v}),n.useStyle(m.getItemStyle()),dV(n.style,h,e);var A=""+y.get("value"),k=Xp(y,"edgeLabel");Yp(n,k,{labelFetcher:{getFormattedLabel:function(e,n,i,r,o,a){return t.getFormattedLabel(e,n,"edge",r,pt(o,k.normal&&k.normal.get("formatter"),A),a)}},labelDataIndex:e.dataIndex,defaultText:A}),n.setTextConfig({position:"inside"});var L=y.getModel("emphasis");hc(n,y,"lineStyle",function(t){var n=t.getItemStyle();return dV(n,h,e),n}),o.add(n),c.setItemGraphicEl(e.dataIndex,n);var N=L.get("focus");sc(n,"adjacency"===N?e.getAdjacentDataIndices():"trajectory"===N?e.getTrajectoryDataIndices():N,L.get("blurScope"),L.get("disabled"))}),r.eachNode(function(e){var n=e.getLayout(),i=e.getModel(),r=i.get("localX"),a=i.get("localY"),c=i.getModel("emphasis"),h=i.get(["itemStyle","borderRadius"])||0,p=new Ql({shape:{x:null!=r?r*s:n.x,y:null!=a?a*l:n.y,width:n.dx,height:n.dy,r:h},style:i.getModel("itemStyle").getItemStyle(),z2:10});Yp(p,Xp(i),{labelFetcher:{getFormattedLabel:function(e,n){return t.getFormattedLabel(e,n,"node")}},labelDataIndex:e.dataIndex,defaultText:e.id}),p.disableLabelAnimation=!0,p.setStyle("fill",e.getVisual("color")),p.setStyle("decal",e.getVisual("style").decal),hc(p,i),o.add(p),u.setItemGraphicEl(e.dataIndex,p),yu(p).dataType="node";var d=c.get("focus");sc(p,"adjacency"===d?e.getAdjacentDataIndices():"trajectory"===d?e.getTrajectoryDataIndices():d,c.get("blurScope"),c.get("disabled"))}),u.eachItemGraphicEl(function(e,r){u.getItemModel(r).get("draggable")&&(e.drift=function(e,o){i._focusAdjacencyDisabled=!0,this.shape.x+=e,this.shape.y+=o,this.dirty(),n.dispatchAction({type:"dragNode",seriesId:t.id,dataIndex:u.getRawIndex(r),localX:this.shape.x/s,localY:this.shape.y/l})},e.ondragend=function(){i._focusAdjacencyDisabled=!1},e.draggable=!0,e.cursor="move")}),!this._data&&t.isAnimationEnabled()&&o.setClipPath(function(t,e,n){var i=new Ql({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return qh(i,{shape:{width:t.width+20}},e,n),i}(o.getBoundingRect(),t,function(){o.removeClipPath()})),this._data=t.getData()},e.prototype.dispose=function(){this._controller&&this._controller.dispose(),this._controllerHost=null},e.prototype._updateViewCoordSys=function(t,e){var n=t.layoutInfo,i=n.width,r=n.height,o=t.coordinateSystem=new $L(null,{api:e,ecModel:t.ecModel});o.zoomLimit=t.get("scaleLimit"),o.setBoundingRect(0,0,i,r),o.setCenter(t.get("center")),o.setZoom(t.get("zoom")),this._controllerHost.target.attr({x:o.x,y:o.y,scaleX:o.scaleX,scaleY:o.scaleY})},e.type="sankey",e}(vm);function dV(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");Q(i)&&Q(r)&&(t.fill=new kh(0,0,+("horizontal"===e),+("vertical"===e),[{color:i,offset:0},{color:r,offset:1}]))}}var fV=pV,gV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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++)if(null!=r[a].depth&&r[a].depth>=0)o[r[a].depth]=new md(r[a],this,e);else if("production"!==process.env.NODE_ENV)throw new Error("levels[i].depth is mandatory and should be natural number");var s=oP(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})});return s.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.setCenter=function(t){this.option.center=t},e.prototype.setZoom=function(t){this.option.zoom=t},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 Oy("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 Oy("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);if(null==i.value&&"node"===n){var r=this.getGraph().getNodeByIndex(e).getLayout().value;i.value=r}return i},e.type="series.sankey",e.layoutMode="box",e.defaultOption={z:2,coordinateSystemUsage:"box",left:"5%",top:"5%",right:"20%",bottom:"5%",orient:"horizontal",nodeWidth:20,nodeGap:8,draggable:!0,layoutIterations:32,roam:!1,roamTrigger:"global",center:null,zoom:1,label:{show:!0,position:"right",fontSize:12},edgeLabel:{show:!1,fontSize:12},levels:[],nodeAlign:"justify",lineStyle:{color:ig.color.neutral50,opacity:.2,curveness:.5},emphasis:{label:{show:!0},lineStyle:{opacity:.5}},select:{itemStyle:{borderColor:ig.color.primary}},animationEasing:"linear",animationDuration:1e3},e}(rm),vV=gV;function yV(t,e){t.eachSeriesByType("sankey",function(t){var n=t.get("nodeWidth"),i=t.get("nodeGap"),r=Uf(t,e).refContainer,o=Ff(t.getBoxLayoutParams(),r);t.layoutInfo=o;var a=o.width,s=o.height,l=t.getGraph(),u=l.nodes,c=l.edges;!function(t){H(t,function(t){var e=CV(t.outEdges,TV),n=CV(t.inEdges,TV),i=t.getValue()||0,r=Math.max(e,n,i);t.setLayout({value:r},!0)})}(u),function(t,e,n,i,r,o,a,s,l){(function(t,e,n,i,r,o,a){for(var s=[],l=[],u=[],c=[],h=0,p=0;p<e.length;p++)s[p]=1;for(p=0;p<t.length;p++)l[p]=t[p].inEdges.length,0===l[p]&&u.push(t[p]);var d=-1;for(;u.length;){for(var f=0;f<u.length;f++){var g=u[f],v=g.hostGraph.data.getRawDataItem(g.dataIndex),y=null!=v.depth&&v.depth>=0;y&&v.depth>d&&(d=v.depth),g.setLayout({depth:y?v.depth:h},!0),"vertical"===o?g.setLayout({dy:n},!0):g.setLayout({dx:n},!0);for(var m=0;m<g.outEdges.length;m++){var x=g.outEdges[m];s[e.indexOf(x)]=0;var _=x.node2;0===--l[t.indexOf(_)]&&c.indexOf(_)<0&&c.push(_)}}++h,u=c,c=[]}for(p=0;p<s.length;p++)if(1===s[p])throw new Error("Sankey is a DAG, the original data has cycle!");var b=d>h-1?d:h-1;a&&"left"!==a&&function(t,e,n,i){if("right"===e){for(var r=[],o=t,a=0;o.length;){for(var s=0;s<o.length;s++){var l=o[s];l.setLayout({skNodeHeight:a},!0);for(var u=0;u<l.inEdges.length;u++){var c=l.inEdges[u];r.indexOf(c.node1)<0&&r.push(c.node1)}}o=r,r=[],++a}H(t,function(t){mV(t)||t.setLayout({depth:Math.max(0,i-t.getLayout().skNodeHeight)},!0)})}else"justify"===e&&function(t,e){H(t,function(t){mV(t)||t.outEdges.length||t.setLayout({depth:e},!0)})}(t,i)}(t,a,0,b);var w="vertical"===o?(r-n)/b:(i-n)/b;!function(t,e,n){H(t,function(t){var i=t.getLayout().depth*e;"vertical"===n?t.setLayout({y:i},!0):t.setLayout({x:i},!0)})}(t,w,o)})(t,e,n,r,o,s,l),function(t,e,n,i,r,o,a){var s=function(t,e){var n=[],i="vertical"===e?"y":"x",r=Wa(t,function(t){return t.getLayout()[i]});return r.keys.sort(function(t,e){return t-e}),H(r.keys,function(t){n.push(r.buckets.get(t))}),n}(t,a);(function(t,e,n,i,r,o){var a=1/0;H(t,function(t){var e=t.length,s=0;H(t,function(t){s+=t.getLayout().value});var l="vertical"===o?(i-(e-1)*r)/s:(n-(e-1)*r)/s;l<a&&(a=l)}),H(t,function(t){H(t,function(t,e){var n=t.getLayout().value*a;"vertical"===o?(t.setLayout({x:e},!0),t.setLayout({dx:n},!0)):(t.setLayout({y:e},!0),t.setLayout({dy:n},!0))})}),H(e,function(t){var e=+t.getValue()*a;t.setLayout({dy:e},!0)})})(s,e,n,i,r,a),xV(s,r,n,i,a);for(var l=1;o>0;o--)_V(s,l*=.99,a),xV(s,r,n,i,a),DV(s,l,a),xV(s,r,n,i,a)}(t,e,o,r,i,a,s),function(t,e){var n="vertical"===e?"x":"y";H(t,function(t){t.outEdges.sort(function(t,e){return t.node2.getLayout()[n]-e.node2.getLayout()[n]}),t.inEdges.sort(function(t,e){return t.node1.getLayout()[n]-e.node1.getLayout()[n]})}),H(t,function(t){var e=0,n=0;H(t.outEdges,function(t){t.setLayout({sy:e},!0),e+=t.getLayout().dy}),H(t.inEdges,function(t){t.setLayout({ty:n},!0),n+=t.getLayout().dy})})}(t,s)}(u,c,n,i,a,s,0!==X(u,function(t){return 0===t.getLayout().value}).length?0:t.get("layoutIterations"),t.get("orient"),t.get("nodeAlign"))})}function mV(t){var e=t.hostGraph.data.getRawDataItem(t.dataIndex);return null!=e.depth&&e.depth>=0}function xV(t,e,n,i,r){var o="vertical"===r?"x":"y";H(t,function(t){var a,s,l;t.sort(function(t,e){return t.getLayout()[o]-e.getLayout()[o]});for(var u=0,c=t.length,h="vertical"===r?"dx":"dy",p=0;p<c;p++)(l=u-(s=t[p]).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(p=c-2;p>=0;--p)(l=(s=t[p]).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 _V(t,e,n){H(t.slice().reverse(),function(t){H(t,function(t){if(t.outEdges.length){var i=CV(t.outEdges,bV,n)/CV(t.outEdges,TV);if(isNaN(i)){var r=t.outEdges.length;i=r?CV(t.outEdges,wV,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-IV(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-IV(t,n))*e;t.setLayout({y:a},!0)}}})})}function bV(t,e){return IV(t.node2,e)*t.getValue()}function wV(t,e){return IV(t.node2,e)}function SV(t,e){return IV(t.node1,e)*t.getValue()}function MV(t,e){return IV(t.node1,e)}function IV(t,e){return"vertical"===e?t.getLayout().x+t.getLayout().dx/2:t.getLayout().y+t.getLayout().dy/2}function TV(t){return t.getValue()}function CV(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 DV(t,e,n){H(t,function(t){H(t,function(t){if(t.inEdges.length){var i=CV(t.inEdges,SV,n)/CV(t.inEdges,TV);if(isNaN(i)){var r=t.inEdges.length;i=r?CV(t.inEdges,MV,n)/r:0}if("vertical"===n){var o=t.getLayout().x+(i-IV(t,n))*e;t.setLayout({x:o},!0)}else{var a=t.getLayout().y+(i-IV(t,n))*e;t.setLayout({y:a},!0)}}})})}function AV(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;H(n,function(t){var e=t.getLayout().value;e<r&&(r=e),e>o&&(o=e)}),H(n,function(e){var n=new NE({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&&H(i,function(t){var e=t.getModel().get("lineStyle");t.setVisual("style",e)})})}var kV=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?0:1,c=this._baseAxisDim=l[u],h=l[1-u],p=[r,o],d=p[u].get("type"),f=p[1-u].get("type"),g=t.data;if(g&&i){var v=[];H(g,function(t,e){var n;$(t)?(n=t.slice(),t.unshift(e)):$(t.value)?((n=R({},t)).value=n.value.slice(),t.value.unshift(e)):n=t,v.push(n)}),t.data=v}var y=this.defaultValueDimensions,m=[{name:c,type:Nb(d),ordinalMeta:n,otherDims:{tooltip:!1,itemName:0},dimsDef:["base"]},{name:h,type:Nb(f),dimsDef:y.slice()}];return lD(this,{coordDimensions:m,dimensionsCount:y.length+1,encodeDefaulter:K(wg,m,this)})},t.prototype.getBaseAxis=function(){var t=this._baseAxisDim;return this.ecModel.getComponent(t+"Axis",this.get(t+"AxisIndex")).axis},t}(),LV=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 n(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:ig.color.neutral00,borderWidth:1},emphasis:{scale:!0,itemStyle:{borderWidth:2,shadowBlur:5,shadowOffsetX:1,shadowOffsetY:1,shadowColor:ig.color.shadow}},animationDuration:800},e}(rm);F(LV,kV,!0);var NV=LV,EV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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")?1:0;i.diff(o).add(function(t){if(i.hasValue(t)){var e=RV(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)){var s=i.getItemLayout(t);n?(tp(n),VV(s,n,i,t)):n=RV(s,i,t,a),r.add(n),i.setItemGraphicEl(t,n)}else r.remove(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}(vm),OV=function(){},PV=function(t){function e(e){var n=t.call(this,e)||this;return n.type="boxplotBoxPath",n}return n(e,t),e.prototype.getDefaultShape=function(){return new OV},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}(zl);function RV(t,e,n,i,r){var o=t.ends,a=new PV({shape:{points:r?zV(o,i,t):o}});return VV(t,a,e,n,r),a}function VV(t,e,n,i,r){var o=n.hostModel;(0,Fp[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");hc(e,a),sc(e,s.get("focus"),s.get("blurScope"),s.get("disabled"))}function zV(t,e,n){return U(t,function(t){return(t=t.slice())[e]=n.initBaseline,t})}var BV=EV,GV=H;function FV(t){var e=function(t){var e=[],n=[];return t.eachSeriesByType("boxplot",function(t){var i=t.getBaseAxis(),r=B(n,i);r<0&&(r=n.length,n[r]=i,e[r]={axis:i,seriesModels:[]}),e[r].seriesModels.push(t)}),e}(t);GV(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;GV(i,function(t){l=Math.max(l,t.getData().count())});var u=n.getExtent();e=Math.abs(u[1]-u[0])/l}GV(i,function(t){var n=t.get("boxWidth");$(n)||(n=[n,n]),s.push([Vo(n[0],e)||0,Vo(n[1],e)||0])});var c=.8*e-2,h=c/r*.3,p=(c-h*(r-1))/r,d=p/2-c/2;GV(i,function(t,e){a.push(d),d+=h+p,o.push(Math.min(Math.max(p,s[e][0]),s[e][1]))})}(t),GV(e,function(e,n){!function(t,e,n){var i=t.coordinateSystem,r=t.getData(),o=n/2,a="horizontal"===t.get("layout")?0:1,s=1-a,l=["x","y"],u=r.mapDimension(l[a]),c=r.mapDimensionsAll(l[s]);if(null==u||c.length<5)return;for(var h=0;h<r.count();h++){var p=r.get(u,h),d=x(p,c[2],h),f=x(p,c[0],h),g=x(p,c[1],h),v=x(p,c[3],h),y=x(p,c[4],h),m=[];_(m,g,!1),_(m,v,!0),m.push(f,g,y,v),b(m,f),b(m,y),b(m,d),r.setItemLayout(h,{initBaseline:d[s],ends:m})}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))[a]+=e,l}function _(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 b(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 WV={type:"echarts:boxplot",transform:function(t){var e=t.upstream;if(e.sourceFormat!==hg){var n="";"production"!==process.env.NODE_ENV&&(n=ga("source data is not applicable for this boxplot transform. Expect number[][].")),va(n)}var i=function(t,e){for(var n=[],i=[],r=(e=e||{}).boundIQR,o="none"===r||0===r,a=0;a<t.length;a++){var s=Go(t[a].slice()),l=ta(s,.25),u=ta(s,.5),c=ta(s,.75),h=s[0],p=s[s.length-1],d=(null==r?1.5:r)*(c-l),f=o?h:Math.max(h,l-d),g=o?p:Math.min(p,c+d),v=e.itemNameFormatter,y=J(v)?v({value:a}):Q(v)?v.replace("{value}",a+""):a+"";n.push([y,f,l,u,c,g]);for(var m=0;m<s.length;m++){var x=s[m];if(x<f||x>g){var _=[y,x];i.push(_)}}}return{boxData:n,outliers:i}}(e.getRawData(),t.config);return[{dimensions:["ItemName","Low","Q1","Q2","Q3","High"],data:i.boxData},{data:i.outliers}]}};var HV=["itemStyle","borderColor"],UV=["itemStyle","borderColor0"],YV=["itemStyle","borderColorDoji"],XV=["itemStyle","color"],ZV=["itemStyle","color0"];function jV(t,e){return e.get(t>0?XV:ZV)}function qV(t,e){return e.get(0===t?YV:t>0?HV:UV)}var KV={seriesType:"candlestick",plan:sm(),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=jV(r,i),o.stroke=qV(r,i)||o.fill,R(e.ensureUniqueItemVisual(n,"style"),o)}}}}},$V=["color","borderColor"],JV=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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){Np(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&&nz(s,a))return;var l=ez(a,n,!0);qh(l,{shape:{points:a.ends}},t,n),iz(l,e,n,r),i.add(l),e.setItemGraphicEl(n,l)}}).update(function(a,l){var u=n.getItemGraphicEl(l);if(e.hasValue(a)){var c=e.getItemLayout(a);o&&nz(s,c)?i.remove(u):(u?(jh(u,{shape:{points:c.ends}},t,a),tp(u)):u=ez(c),iz(u,e,a,r),i.add(u),e.setItemGraphicEl(a,u))}else i.remove(u)}).remove(function(t){var e=n.getItemGraphicEl(t);e&&i.remove(e)}).execute(),this._data=e},e.prototype._renderLarge=function(t){this._clear(),sz(t,this.group);var e=t.get("clip",!0)?tC(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=ez(i.getItemLayout(n));iz(o,i,n,r),o.incremental=!0,this.group.add(o),this._progressiveEls.push(o)}},e.prototype._incrementalRenderLarge=function(t,e){sz(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}(vm),QV=function(){},tz=function(t){function e(e){var n=t.call(this,e)||this;return n.type="normalCandlestickBox",n}return n(e,t),e.prototype.getDefaultShape=function(){return new QV},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}(zl);function ez(t,e,n){var i=t.ends;return new tz({shape:{points:n?rz(i,t):i},z2:100})}function nz(t,e){for(var n=!0,i=0;i<e.ends.length;i++)if(t.contain(e.ends[i][0],e.ends[i][1])){n=!1;break}return n}function iz(t,e,n,i){var r=e.getItemModel(n);t.useStyle(e.getItemVisual(n,"style")),t.style.strokeNoScale=!0,t.__simpleBox=i,hc(t,r);var o=e.getItemLayout(n).sign;H(t.states,function(t,e){var n=r.getModel(e),i=jV(o,n),a=qV(o,n)||i,s=t.style||(t.style={});i&&(s.fill=i),a&&(s.stroke=a)});var a=r.getModel("emphasis");sc(t,a.get("focus"),a.get("blurScope"),a.get("disabled"))}function rz(t,e){return U(t,function(t){return(t=t.slice())[1]=e.initBaseline,t})}var oz=function(){},az=function(t){function e(e){var n=t.call(this,e)||this;return n.type="largeCandlestickBox",n}return n(e,t),e.prototype.getDefaultShape=function(){return new oz},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}(zl);function sz(t,e,n,i){var r=t.getData().getLayout("largePoints"),o=new az({shape:{points:r},__sign:1,ignoreCoarsePointer:!0});e.add(o);var a=new az({shape:{points:r},__sign:-1,ignoreCoarsePointer:!0});e.add(a);var s=new az({shape:{points:r},__sign:0,ignoreCoarsePointer:!0});e.add(s),lz(1,o,t),lz(-1,a,t),lz(0,s,t),i&&(o.incremental=!0,a.incremental=!0),n&&n.push(o,a)}function lz(t,e,n,i){var r=qV(t,n)||jV(t,n),o=n.getModel("itemStyle").getItemStyle($V);e.useStyle(o),e.style.fill=null,e.style.stroke=r}var uz=JV,cz=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 n(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}(rm);F(cz,kV,!0);var hz=cz;function pz(t){t&&$(t.series)&&H(t.series,function(t){nt(t)&&"k"===t.type&&(t.type="candlestick")})}var dz={seriesType:"candlestick",plan:sm(),reset:function(t){var e=t.coordinateSystem,n=t.getData(),i=function(t,e){var n,i=t.getBaseAxis(),r="category"===i.type?i.getBandWidth():(n=i.getExtent(),Math.abs(n[1]-n[0])/e.count()),o=Vo(ht(t.get("barMaxWidth"),r),r),a=Vo(ht(t.get("barMinWidth"),1),r),s=t.get("barWidth");return null!=s?Vo(s,r):Math.max(Math.min(r/2,o),a)}(t,n),r=["x","y"],o=n.getDimensionIndex(n.mapDimension(r[0])),a=U(n.mapDimensionsAll(r[1]),n.getDimensionIndex,n),s=a[0],l=a[1],u=a[2],c=a[3];if(n.setLayout({candleWidth:i,isSimpleBox:i<=1.3}),!(o<0||a.length<4))return{progress:t.pipelineContext.large?function(n,i){var r,a,h=Ow(4*n.count),p=0,d=[],f=[],g=i.getStore(),v=!!t.get(["itemStyle","borderColorDoji"]);for(;null!=(a=n.next());){var y=g.get(o,a),m=g.get(s,a),x=g.get(l,a),_=g.get(u,a),b=g.get(c,a);isNaN(y)||isNaN(_)||isNaN(b)?(h[p++]=NaN,p+=3):(h[p++]=fz(g,a,m,x,l,v),d[0]=y,d[1]=_,r=e.dataToPoint(d,null,f),h[p++]=r?r[0]:NaN,h[p++]=r?r[1]:NaN,d[1]=b,r=e.dataToPoint(d,null,f),h[p++]=r?r[1]:NaN)}i.setLayout("largePoints",h)}:function(t,n){var r,a=n.getStore();for(;null!=(r=t.next());){var h=a.get(o,r),p=a.get(s,r),d=a.get(l,r),f=a.get(u,r),g=a.get(c,r),v=Math.min(p,d),y=Math.max(p,d),m=M(v,h),x=M(y,h),_=M(f,h),b=M(g,h),w=[];I(w,x,0),I(w,m,1),w.push(C(b),C(x),C(_),C(m));var S=!!n.getItemModel(r).get(["itemStyle","borderColorDoji"]);n.setItemLayout(r,{sign:fz(a,r,p,d,l,S),initBaseline:p>d?x[1]:m[1],ends:w,brushRect:T(f,g,h)})}function M(t,n){var i=[];return i[0]=n,i[1]=t,isNaN(n)||isNaN(t)?[NaN,NaN]:e.dataToPoint(i)}function I(t,e,n){var r=e.slice(),o=e.slice();r[0]=gp(r[0]+i/2,1,!1),o[0]=gp(o[0]-i/2,1,!0),n?t.push(r,o):t.push(o,r)}function T(t,e,n){var r=M(t,n),o=M(e,n);return r[0]-=i/2,o[0]-=i/2,{x:r[0],y:r[1],width:i,height:o[1]-r[1]}}function C(t){return t[0]=gp(t[0],1),t}}}}};function fz(t,e,n,i,r,o){return n>i?-1:n<i?1:o?0:e>0?t.get(r,e-1)<=i?1:-1:1}var gz=dz;function vz(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 yz=function(t){function e(e,n){var i=t.call(this)||this,r=new RT(e,n),o=new wo;return i.add(r),i.add(o),i.updateData(e,n),i}return n(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=Tx(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)}vz(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])return this.stopEffectAnimation(),void this.startEffectAnimation(t)}vz(n,t)},e.prototype.highlight=function(){Zu(this)},e.prototype.downplay=function(){ju(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=Cx(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=Dx(t.getItemVisual(e,"symbolOffset"),s);h&&(r.x=h[0],r.y=h[1]);var p=t.getItemVisual(e,"symbolRotate");r.rotation=(p||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,sc(this,c.get("focus"),c.get("blurScope"),c.get("disabled"))},e.prototype.fadeOut=function(t){t&&t()},e}(wo),mz=yz,xz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){this._symbolDraw=new FT(mz)},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=gC("").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=Ve(e.getRoamTransform()),this.group.decomposeTransform())},e.prototype.remove=function(t,e){this._symbolDraw&&this._symbolDraw.remove(!0)},e.type="effectScatter",e}(vm),_z=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.hasSymbolVisual=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){return cw(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}(rm);var bz=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 n(e,t),e.prototype.createLine=function(t,e,n){return new PO(t,e,n)},e.prototype._updateEffectSymbol=function(t,e){var n=t.getItemModel(e).getModel("effect"),i=n.get("symbolSize"),r=n.get("symbol");$(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=Tx(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=ct(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=J(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 Xt(t.__p1,t.__cp1)+Xt(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(),s=Kn,l=$n;o[0]=s(e[0],i[0],n[0],r),o[1]=s(e[1],i[1],n[1],r);var u=t.__t<1?l(e[0],i[0],n[0],r):l(n[0],i[0],e[0],1-r),c=t.__t<1?l(e[1],i[1],n[1],r):l(n[1],i[1],e[1],1-r);t.rotation=-Math.atan2(c,u)-Math.PI/2,"line"!==this._symbolType&&"rect"!==this._symbolType&&"roundRect"!==this._symbolType||(void 0!==t.__lastT&&t.__lastT<t.__t?(t.scaleY=1.05*Xt(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*Xt(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}(wo),wz=bz,Sz=function(t){function e(e,n,i){var r=t.call(this)||this;return r._createPolyline(e,n,i),r}return n(e,t),e.prototype._createPolyline=function(t,e,n){var i=t.getItemLayout(e),r=new dh({shape:{points:i}});this.add(r),this._updateCommonStl(t,e,n)},e.prototype.updateData=function(t,e,n){var i=t.hostModel;jh(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,sc(this,a,s,l)},e.prototype.updateLayout=function(t,e){this.childAt(0).setShape("points",t.getItemLayout(e))},e}(wo),Mz=Sz,Iz=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e._lastFrame=0,e._lastFramePercent=0,e}return n(e,t),e.prototype.createLine=function(t,e,n){return new Mz(t,e,n)},e.prototype._updateAnimationPoints=function(t,e){this._points=e;for(var n=[0],i=0,r=1;r<e.length;r++){var o=e[r-1],a=e[r];i+=Xt(o,a),n.push(i)}if(0!==i){for(r=0;r<n.length;r++)n[r]/=i;this._offsets=n,this._length=i}else this._length=0},e.prototype._getLineLength=function(){return this._length},e.prototype._updateSymbolPosition=function(t){var e=t.__t<1?t.__t:2-t.__t,n=this._points,i=this._offsets,r=n.length;if(i){var o,a=this._lastFrame;if(e<this._lastFramePercent){for(o=Math.min(a+1,r-1);o>=0&&!(i[o]<=e);o--);o=Math.min(o,r-2)}else{for(o=a;o<r&&!(i[o]>e);o++);o=Math.min(o-1,r-2)}var s=(e-i[o])/(i[o+1]-i[o]),l=n[o],u=n[o+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=o,this._lastFramePercent=e,t.ignore=!1}},e}(wz),Tz=Iz,Cz=function(){this.polyline=!1,this.curveness=0,this.segs=[]},Dz=function(t){function e(e){var n=t.call(this,e)||this;return n._off=0,n.hoverDataIdx=-1,n}return n(e,t),e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.getDefaultStyle=function(){return{stroke:ig.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new Cz},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,p=(l+c)/2-(u-s)*r;t.quadraticCurveTo(h,p,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++){if(yl(u,c,p=i[s++],d=i[s++],o,t,e))return a}a++}else for(a=0,s=0;s<i.length;){u=i[s++],c=i[s++];var p=i[s++],d=i[s++];if(r>0){if(xl(u,c,(u+p)/2-(c-d)*r,(c+d)/2-(p-u)*r,p,d,o,t,e))return a}else if(yl(u,c,p,d,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 an(n,i,r,o)}return t},e}(zl),Az=function(){function t(){this.group=new wo}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 Dz({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=yu(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}(),kz={seriesType:"lines",plan:sm(),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);var h=0,p=[];for(c=r.start;c<r.end;c++){var d=t.getLineCoords(c,a);n&&(s[h++]=d);for(var f=0;f<d;f++)p=e.dataToPoint(a[f],!1,p),s[h++]=p[0],s[h++]=p[1]}o.setLayout("linesPoints",s)}else for(c=r.start;c<r.end;c++){var g=o.getItemModel(c),v=(d=t.getLineCoords(c,a),[]);if(n)for(var y=0;y<d;y++)v.push(e.dataToPoint(a[y]));else{v[0]=e.dataToPoint(a[0]),v[1]=e.dataToPoint(a[1]);var m=g.get(["lineStyle","curveness"]);+m&&(v[2]=[(v[0][0]+v[1][0])/2-(v[0][1]-v[1][1])*m,(v[0][1]+v[1][1])/2-(v[1][0]-v[0][0])*m])}o.setItemLayout(c,v)}}}}"production"!==process.env.NODE_ENV&&pa("The lines series must have a coordinate system.")}},Lz=kz,Nz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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?"production"!==process.env.NODE_ENV&&console.warn("SVG render mode doesn't support lines with trail effect"):s.configLayer(o,{motionBlur:!0,lastFrameAlpha:Math.max(Math.min(a/10+.9,1),0)})),r.updateData(i);var u=t.get("clip",!0)&&tC(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=Lz.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"production"!==process.env.NODE_ENV&&i&&o&&console.warn("Large lines not support effect"),n&&i===this._hasEffet&&r===this._isPolyline&&o===this._isLargeDraw||(n&&n.remove(),n=this._lineDraw=o?new Az:new BO(r?i?Tz:Mz:i?wz:PO),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}(vm),Ez="undefined"==typeof Uint32Array?Array:Uint32Array,Oz="undefined"==typeof Float64Array?Array:Float64Array;function Pz(t){var e=t.data;e&&e[0]&&e[0][0]&&e[0][0].coord&&("production"!==process.env.NODE_ENV&&console.warn("Lines data configuration has been changed to { coords:[[1,2],[2,3]] }"),t.data=U(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),P([e,t[0],t[1]])}))}var Rz=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 n(e,t),e.prototype.init=function(e){e.data=e.data||[],Pz(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(Pz(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=Mt(this._flatCoords,e.flatCoords),this._flatCoordsOffset=Mt(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),n=e.option instanceof Array?e.option:e.getShallow("coords");if("production"!==process.env.NODE_ENV&&!(n instanceof Array&&n.length>0&&n[0]instanceof Array))throw new Error("Invalid coords "+JSON.stringify(n)+". Lines must have 2d coords array in data item.");return n},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}var o=this._getCoordsFromItemModel(t);for(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),et(t[0])){for(var n=t.length,i=new Ez(n),r=new Oz(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++],p=t[l++];if(r[o++]=h,r[o++]=p,l>n&&"production"!==process.env.NODE_ENV)throw new Error("Invalid data format.")}}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){if("production"!==process.env.NODE_ENV&&!Ef.get(t.coordinateSystem))throw new Error("Unknown coordinate system "+t.coordinateSystem);var n=new ew(["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;return null!=o?o instanceof Array?o[r]:o:void 0}),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),Oy("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}(rm),Vz=Rz;function zz(t){return t instanceof Array||(t=[t,t]),t}var Bz={seriesType:"lines",reset:function(t){var e=zz(t.get("symbol")),n=zz(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=zz(n.getShallow("symbol",!0)),r=zz(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}}};var Gz=function(){function t(){this.blurSize=30,this.pointSize=20,this.maxOpacity=1,this.minOpacity=0,this._gradientPixels={inRange:null,outOfRange:null};var t=y.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"),p=t.length;c.width=e,c.height=n;for(var d=0;d<p;++d){var f=t[d],g=f[0],v=f[1],y=i(f[2]);h.globalAlpha=y,h.drawImage(a,g-u,v-u)}if(!c.width||!c.height)return c;for(var m=h.getImageData(0,0,c.width,c.height),x=m.data,_=0,b=x.length,w=this.minOpacity,S=this.maxOpacity-w;_<b;){y=x[_+3]/256;var M=4*Math.floor(255*y);if(y>0){var I=o(y)?s:l;y>0&&(y=y*S+w),x[_++]=I[M],x[_++]=I[M+1],x[_++]=I[M+2],x[_++]=I[M+3]*y*256}else _+=4}return h.putImageData(m,0,0),c},t.prototype._getBrush=function(){var t=this._brushCanvas||(this._brushCanvas=y.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=ig.color.neutral99,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}(),Fz=Gz;function Wz(t){var e=t.dimensions;return"lng"===e[0]&&"lat"===e[1]}var Hz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i;if(e.eachComponent("visualMap",function(e){e.eachTargetSeries(function(n){n===t&&(i=e)})}),"production"!==process.env.NODE_ENV&&!i)throw new Error("Heatmap must use with visualMap");this._progressiveEls=null,this.group.removeAll();var r=t.coordinateSystem;"cartesian2d"===r.type||"calendar"===r.type||"matrix"===r.type?this._renderOnGridLike(t,n,0,t.getData().count()):Wz(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&&(Wz(r)?this.render(e,n,i):(this._progressiveEls=[],this._renderOnGridLike(e,i,t.start,t.end,!0)))},e.prototype.eachRendered=function(t){Np(this._progressiveEls||this.group,t)},e.prototype._renderOnGridLike=function(t,e,n,i,r){var o,a,s,l,u=t.coordinateSystem,c=eC(u,"cartesian2d"),h=eC(u,"matrix");if(c){var p=u.getAxis("x"),d=u.getAxis("y");if("production"!==process.env.NODE_ENV){if("category"!==p.type||"category"!==d.type)throw new Error("Heatmap on cartesian must have two category axes");if(!p.onBand||!d.onBand)throw new Error("Heatmap on cartesian must have two axes with boundaryGap true")}o=p.getBandWidth()+.5,a=d.getBandWidth()+.5,s=p.scale.getExtent(),l=d.scale.getExtent()}for(var f=this.group,g=t.getData(),v=t.getModel(["emphasis","itemStyle"]).getItemStyle(),y=t.getModel(["blur","itemStyle"]).getItemStyle(),m=t.getModel(["select","itemStyle"]).getItemStyle(),x=t.get(["itemStyle","borderRadius"]),_=Xp(t),b=t.getModel("emphasis"),w=b.get("focus"),S=b.get("blurScope"),M=b.get("disabled"),I=c||h?[g.mapDimension("x"),g.mapDimension("y"),g.mapDimension("value")]:[g.mapDimension("time"),g.mapDimension("value")],T=n;T<i;T++){var C=void 0,D=g.getItemVisual(T,"style");if(c){var A=g.get(I[0],T),k=g.get(I[1],T);if(isNaN(g.get(I[2],T))||isNaN(A)||isNaN(k)||A<s[0]||A>s[1]||k<l[0]||k>l[1])continue;var L=u.dataToPoint([A,k]);C=new Ql({shape:{x:L[0]-o/2,y:L[1]-a/2,width:o,height:a},style:D})}else if(h){if(ut((N=u.dataToLayout([g.get(I[0],T),g.get(I[1],T)]).rect).x))continue;C=new Ql({z2:1,shape:N,style:D})}else{if(isNaN(g.get(I[1],T)))continue;var N,E=u.dataToLayout([g.get(I[0],T)]);if(ut((N=E.contentRect||E.rect).x)||ut(N.y))continue;C=new Ql({z2:1,shape:N,style:D})}if(g.hasItemOption){var O=g.getItemModel(T),P=O.getModel("emphasis");v=P.getModel("itemStyle").getItemStyle(),y=O.getModel(["blur","itemStyle"]).getItemStyle(),m=O.getModel(["select","itemStyle"]).getItemStyle(),x=O.get(["itemStyle","borderRadius"]),w=P.get("focus"),S=P.get("blurScope"),M=P.get("disabled"),_=Xp(O)}C.shape.r=x;var R=t.getRawValue(T),V="-";R&&null!=R[2]&&(V=R[2]+""),Yp(C,_,{labelFetcher:t,labelDataIndex:T,defaultOpacity:D.opacity,defaultText:V}),C.ensureState("emphasis").style=v,C.ensureState("blur").style=y,C.ensureState("select").style=m,sc(C,w,S,M),C.incremental=r,r&&(C.states.emphasis.hoverLayer=!0),f.add(C),g.setItemGraphicEl(T,C),this._progressiveEls&&this._progressiveEls.push(C)}},e.prototype._renderOnGeo=function(t,e,n,i){var r=n.targetVisuals.inRange,o=n.targetVisuals.outOfRange,a=e.getData(),s=this._hmLayer||this._hmLayer||new Fz;s.blurSize=e.get("blurSize"),s.pointSize=e.get("pointSize"),s.minOpacity=e.get("minOpacity"),s.maxOpacity=e.get("maxOpacity");var l=t.getViewRect().clone(),u=t.getRoamTransform();l.applyTransform(u);var c=Math.max(l.x,0),h=Math.max(l.y,0),p=Math.min(l.width+l.x,i.getWidth()),d=Math.min(l.height+l.y,i.getHeight()),f=p-c,g=d-h,v=[a.mapDimension("lng"),a.mapDimension("lat"),a.mapDimension("value")],y=a.mapArray(v,function(e,n,i){var r=t.dataToPoint([e,n]);return r[0]-=c,r[1]-=h,r.push(i),r}),m=n.getExtent(),x="visualMap.continuous"===n.type?function(t,e){var n=t[1]-t[0];return e=[(e[0]-t[0])/n,(e[1]-t[0])/n],function(t){return t>=e[0]&&t<=e[1]}}(m,n.option.range):function(t,e,n){var i=t[1]-t[0],r=(e=U(e,function(e){return{interval:[(e.interval[0]-t[0])/i,(e.interval[1]-t[0])/i]}})).length,o=0;return function(t){var i;for(i=o;i<r;i++)if((a=e[i].interval)[0]<=t&&t<=a[1]){o=i;break}if(i===r)for(i=o-1;i>=0;i--){var a;if((a=e[i].interval)[0]<=t&&t<=a[1]){o=i;break}}return i>=0&&i<r&&n[i]}}(m,n.getPieceList(),n.option.selected);s.update(y,f,g,r.color.getNormalizer(),{inRange:r.color.getColorMapper(),outOfRange:o.color.getColorMapper()},x);var _=new Yl({style:{width:f,height:g,x:c,y:h,image:s.canvas},silent:!0});this.group.add(_)},e.type="heatmap",e}(vm),Uz=Hz,Yz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.getInitialData=function(t,e){return cw(null,this,{generateCoord:"value"})},e.prototype.preventIncremental=function(){var t=Ef.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","matrix"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,geoIndex:0,blurSize:30,pointSize:20,maxOpacity:1,minOpacity:0,select:{itemStyle:{borderColor:ig.color.primary}}},e}(rm);var Xz=["itemStyle","borderWidth"],Zz=[{xy:"x",wh:"width",index:0,posDesc:["left","right"]},{xy:"y",wh:"height",index:1,posDesc:["top","bottom"]}],jz=new zc,qz=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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:Zz[+s],categoryDim:Zz[1-+s]};r.diff(o).add(function(t){if(r.hasValue(t)){var e=iB(r,t),n=Kz(r,t,e,u),o=aB(r,u,n);r.setItemGraphicEl(t,o),i.add(o),hB(o,u,n)}}).update(function(t,e){var n=o.getItemGraphicEl(e);if(r.hasValue(t)){var a=iB(r,t),s=Kz(r,t,a,u),l=lB(r,s);n&&l!==n.__pictorialShapeStr&&(i.remove(n),r.setItemGraphicEl(t,null),n=null),n?function(t,e,n){var i=n.animationModel,r=n.dataIndex,o=t.__pictorialBundle;jh(o,{x:n.bundlePosition[0],y:n.bundlePosition[1]},i,r),n.symbolRepeat?Qz(t,e,n,!0):tB(t,e,n,!0);eB(t,n,!0),nB(t,e,n,!0)}(n,u,s):n=aB(r,u,s,!0),r.setItemGraphicEl(t,n),n.__pictorialSymbolMeta=s,i.add(n),hB(n,u,s)}else i.remove(n)}).remove(function(t){var e=o.getItemGraphicEl(t);e&&sB(o,t,e.__pictorialSymbolMeta.animationModel,e)}).execute();var c=t.get("clip",!0)?tC(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){sB(i,yu(e).dataIndex,t,e)}):n.removeAll()},e.type="pictorialBar",e}(vm);function Kz(t,e,n,i){var r=t.getItemLayout(e),o=n.get("symbolRepeat"),a=n.get("symbolClip"),s=n.get("symbolPosition")||"start",l=(n.get("symbolRotate")||0)*Math.PI/180||0,u=n.get("symbolPatternSize")||2,c=n.isAnimationEnabled(),h={dataIndex:e,layout:r,itemModel:n,symbolType:t.getItemVisual(e,"symbol")||"circle",style:t.getItemVisual(e,"style"),symbolClip:a,symbolRepeat:o,symbolRepeatDirection:n.get("symbolRepeatDirection"),symbolPatternSize:u,rotation:l,animationModel:c?n:null,hoverScale:c&&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($(s)){var h=[$z(l,s[0])-u,$z(l,s[1])-u];h[1]<h[0]&&h.reverse(),o=h[c]}else o=null!=s?$z(l,s)-u:e?i.coordSysExtent[a.index][c]-u:n[a.wh];r.boundingLength=o,e&&(r.repeatCutLength=n[a.wh]);var p="x"===a.xy,d=l.inverse;r.pxSign=p&&!d||!p&&d?o>=0?1:-1:o>0?1:-1}(n,o,r,i,h),function(t,e,n,i,r,o,a,s,l,u){var c,h=l.valueDim,p=l.categoryDim,d=Math.abs(n[p.wh]),f=t.getItemVisual(e,"symbolSize");c=$(f)?f.slice():null==f?["100%","100%"]:[f,f];c[p.index]=Vo(c[p.index],d),c[h.index]=Vo(c[h.index],i?d:Math.abs(o)),u.symbolSize=c;var g=u.symbolScale=[c[0]/s,c[1]/s];g[h.index]*=(l.isHorizontal?-1:1)*a}(t,e,r,o,0,h.boundingLength,h.pxSign,u,i,h),function(t,e,n,i,r){var o=t.get(Xz)||0;o&&(jz.attr({scaleX:e[0],scaleY:e[1],rotation:n}),jz.updateTransform(),o/=jz.getLineScale(),o*=e[i.valueDim.index]);r.valueLineWidth=o||0}(n,h.symbolScale,l,i,h);var p=h.symbolSize,d=Dx(n.get("symbolOffset"),p);return function(t,e,n,i,r,o,a,s,l,u,c,h){var p=c.categoryDim,d=c.valueDim,f=h.pxSign,g=Math.max(e[d.index]+s,0),v=g;if(i){var y=Math.abs(l),m=ct(t.get("symbolMargin"),"15%")+"",x=!1;m.lastIndexOf("!")===m.length-1&&(x=!0,m=m.slice(0,m.length-1));var _=Vo(m,e[d.index]),b=Math.max(g+2*_,0),w=x?0:2*_,S=ia(i),M=S?i:pB((y+w)/b);b=g+2*(_=(y-M*g)/2/(x?M:Math.max(M-1,1))),w=x?0:2*_,S||"fixed"===i||(M=u?pB((Math.abs(u)+w)/b):0),v=M*b-w,h.repeatTimes=M,h.symbolMargin=_}var I=f*(v/2),T=h.pathPosition=[];T[p.index]=n[p.wh]/2,T[d.index]="start"===a?I:"end"===a?l-I:l/2,o&&(T[0]+=o[0],T[1]+=o[1]);var C=h.bundlePosition=[];C[p.index]=n[p.xy],C[d.index]=n[d.xy];var D=h.barRectShape=R({},n);D[d.wh]=f*Math.max(Math.abs(n[d.wh]),Math.abs(T[d.index]+I)),D[p.wh]=n[p.wh];var A=h.clipShape={};A[p.xy]=-n[p.xy],A[p.wh]=c.ecSize[p.wh],A[d.xy]=0,A[d.wh]=n[d.wh]}(n,p,r,o,0,d,s,h.valueLineWidth,h.boundingLength,h.repeatCutLength,i,h),h}function $z(t,e){return t.toGlobalCoord(t.dataToCoord(t.scale.parse(e)))}function Jz(t){var e=t.symbolPatternSize,n=Tx(t.symbolType,-e/2,-e/2,e,e);return n.attr({culling:!0}),"image"!==n.type&&n.setStyle({strokeNoScale:!0}),n}function Qz(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(uB(t,function(t){t.__pictorialAnimationIndex=c,t.__pictorialRepeatTimes=u,c<u?cB(t,null,f(c),n,i):cB(t,null,{scaleX:0,scaleY:0},n,i,function(){r.remove(t)}),c++});c<u;c++){var p=Jz(n);p.__pictorialAnimationIndex=c,p.__pictorialRepeatTimes=u,r.add(p);var d=f(c);cB(p,{x:d.x,y:d.y,scaleX:0,scaleY:0},{scaleX:d.scaleX,scaleY:d.scaleY,rotation:d.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 tB(t,e,n,i){var r=t.__pictorialBundle,o=t.__pictorialMainPath;o?cB(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=Jz(n),r.add(o),cB(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 eB(t,e,n){var i=R({},e.barRectShape),r=t.__pictorialBarRect;r?cB(r,null,{shape:i},e,n):((r=t.__pictorialBarRect=new Ql({z2:2,shape:i,silent:!0,style:{stroke:"transparent",fill:"transparent",lineWidth:0}})).disableMorphing=!0,t.add(r))}function nB(t,e,n,i){if(n.symbolClip){var r=t.__pictorialClipPath,o=R({},n.clipShape),a=e.valueDim,s=n.animationModel,l=n.dataIndex;if(r)jh(r,{shape:o},s,l);else{o[a.wh]=0,r=new Ql({shape:o}),t.__pictorialBundle.setClipPath(r),t.__pictorialClipPath=r;var u={};u[a.wh]=n.clipShape[a.wh],Fp[i?"updateProps":"initProps"](r,{shape:u},s,l)}}}function iB(t,e){var n=t.getItemModel(e);return n.getAnimationDelayParams=rB,n.isAnimationEnabled=oB,n}function rB(t){return{index:t.__pictorialAnimationIndex,count:t.__pictorialRepeatTimes}}function oB(){return this.parentModel.isAnimationEnabled()&&!!this.getShallow("animation")}function aB(t,e,n,i){var r=new wo,o=new wo;return r.add(o),r.__pictorialBundle=o,o.x=n.bundlePosition[0],o.y=n.bundlePosition[1],n.symbolRepeat?Qz(r,e,n):tB(r,0,n),eB(r,n,i),nB(r,e,n,i),r.__pictorialShapeStr=lB(t,n),r.__pictorialSymbolMeta=n,r}function sB(t,e,n,i){var r=i.__pictorialBarRect;r&&r.removeTextContent();var o=[];uB(i,function(t){o.push(t)}),i.__pictorialMainPath&&o.push(i.__pictorialMainPath),i.__pictorialClipPath&&(n=null),H(o,function(t){$h(t,{scaleX:0,scaleY:0},n,e,function(){i.parent&&i.parent.remove(i)})}),t.setItemGraphicEl(e,null)}function lB(t,e){return[t.getItemVisual(e.dataIndex,"symbol")||"none",!!e.symbolRepeat,!!e.symbolClip].join(":")}function uB(t,e,n){H(t.__pictorialBundle.children(),function(i){i!==t.__pictorialBarRect&&e.call(n,i)})}function cB(t,e,n,i,r,o){e&&t.attr(e),i.symbolClip&&!r?n&&t.attr(n):n&&Fp[r?"updateProps":"initProps"](t,n,i.animationModel,i.dataIndex,o)}function hB(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"),p=o.get("scale");uB(t,function(t){if(t instanceof Yl){var e=t.style;t.useStyle(R({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,p&&(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 d=e.valueDim.posDesc[+(n.boundingLength>0)],f=t.__pictorialBarRect;f.ignoreClip=!0,Yp(f,Xp(r),{labelFetcher:e.seriesModel,labelDataIndex:i,defaultText:NT(e.seriesModel.getData(),i),inheritColor:n.style.fill,defaultOpacity:n.style.opacity,defaultOutsidePosition:d}),sc(t,c,h,o.get("disabled"))}function pB(t){var e=Math.round(t);return Math.abs(t-e)<1e-4?e:Math.ceil(t)}var dB=qz,fB=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 n(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=bd(_C.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:ig.color.primary}}}),e}(_C);var gB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._layers=[],n}return n(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 Ab(this._layersSeries||[],a,c,c),p=[];function d(e,n,s){var l=r._layers;if("remove"!==e){for(var u,c,h=[],d=[],f=a[n].indices,g=0;g<f.length;g++){var v=i.getItemLayout(f[g]),y=v.x,m=v.y0,x=v.y;h.push(y,m),d.push(y,m+x),u=i.getItemVisual(f[g],"style")}var _=i.getItemLayout(f[0]),b=t.getModel("label").get("margin"),w=t.getModel("emphasis");if("add"===e){var S=p[n]=new wo;c=new $T({shape:{points:h,stackedOnPoints:d,smooth:.4,stackedOnSmooth:.4,smoothConstraint:!1},z2:0}),S.add(c),o.add(S),t.isAnimationEnabled()&&c.setClipPath(function(t,e,n){var i=new Ql({shape:{x:t.x-10,y:t.y-10,width:0,height:t.height+20}});return qh(i,{shape:{x:t.x-50,width:t.width+100,height:t.height+20}},e,n),i}(c.getBoundingRect(),t,function(){c.removeClipPath()}))}else{S=l[s];c=S.childAt(0),o.add(S),p[n]=S,jh(c,{shape:{points:h,stackedOnPoints:d}},t),tp(c)}Yp(c,Xp(t),{labelDataIndex:f[g-1],defaultText:i.getName(f[g-1]),inheritColor:u.fill},{normal:{verticalAlign:"middle"}}),c.setTextConfig({position:null,local:!0});var M=c.getTextContent();M&&(M.x=_.x-b,M.y=_.y0+_.y/2),c.useStyle(u),i.setItemGraphicEl(n,c),hc(c,t),sc(c,w.get("focus"),w.get("blurScope"),w.get("disabled"))}else o.remove(l[n])}h.add(q(d,this,"add")).update(q(d,this,"update")).remove(q(d,this,"remove")).execute(),this._layersSeries=a,this._layers=p},e.type="themeRiver",e}(vm);var vB=gB,yB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e){t.prototype.init.apply(this,arguments),this.legendVisualProvider=new hD(q(this.getData,this),q(this.getRawData,this))},e.prototype.fixData=function(t){var e=t.length,n={},i=Wa(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",za).models[0].get("type"),i=X(t.data,function(t){return void 0!==t[2]}),r=this.fixData(i||[]),o=[],a=this.nameMap=St(),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=nw(r,{coordDimensions:["single"],dimensionsDefine:[{name:"time",type:Nb(n)},{name:"value",type:"float"},{name:"name",type:"ordinal"}],encodeDefine:{single:0,value:1,itemName:2}}).dimensions,c=new ew(u,this);return c.initData(r),c},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=Wa(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){$(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,p=0;p<h;++p){var d=r.get(t[0],o[l].indices[p]),f=Math.abs(d-e);f<=u&&(i=d,u=f,c=o[l].indices[p])}a.push(c)}return{dataIndices:a,nestestValue:i}},e.prototype.formatTooltip=function(t,e,n){var i=this.getData();return Oy("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}(rm),mB=yB;function xB(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]=Vo(o[0],r.height),o[1]=Vo(o[1],r.height),_B(e,t,r.height-o[0]-o[1])):(o[0]=Vo(o[0],r.width),o[1]=Vo(o[1],r.width),_B(e,t,r.width-o[0]-o[1]));e.setLayout("layoutInfo",i)})}function _B(t,e,n){if(t.count())for(var i,r=e.coordinateSystem,o=e.getLayerSeries(),a=t.mapDimension("single"),s=t.mapDimension("value"),l=U(o,function(e){return U(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,p=o.length,d=o[0].indices.length,f=0;f<d;++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<p;++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 bB=function(t){function e(e,n,i,r){var o=t.call(this)||this;o.z2=2,o.textConfig={inside:!0},yu(o).seriesIndex=n.seriesIndex;var a=new vu({z2:4,silent:e.getModel().get(["label","silent"])});return o.setTextContent(a),o.updateData(!0,e,n,i,r),o}return n(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;yu(o).dataIndex=e.dataIndex;var a=e.getModel(),s=a.getModel("emphasis"),l=e.getLayout(),u=R({},l);u.label=null;var c=e.getVisual("style");c.lineJoin="bevel";var h=e.getVisual("decal");h&&(c.decal=Qx(h,r));var p=CC(a.getModel("itemStyle"),u,!0);R(u,p),H(Su,function(t){var e=o.ensureState(t),n=a.getModel([t,"itemStyle"]);e.style=n.getItemStyle();var i=CC(n,u);i&&(e.shape=i)}),t?(o.setShape(u),o.shape.r=l.r0,qh(o,{shape:{r:l.r}},n,e.dataIndex)):(jh(o,{shape:u},n),tp(o)),o.useStyle(c),this._updateLabel(n);var d=a.getShallow("cursor");d&&o.attr("cursor",d),this._seriesModel=n||this._seriesModel,this._ecModel=i||this._ecModel;var f=s.get("focus");sc(this,"relative"===f?Mt(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,p=i.get("minAngle")/180*Math.PI,d=i.get("show")&&!(null!=p&&Math.abs(o)<p);function f(t,e){var n=t.get(e);return null==n?i.get(e):n}c.ignore=!d,H(Mu,function(i){var p="normal"===i?n.getModel("label"):n.getModel([i,"label"]),d="normal"===i,g=d?c:c.ensureState(i),v=t.getFormattedLabel(h,i);d&&(v=v||e.node.name),g.style=Zp(p,{},null,"normal"!==i,!0),v&&(g.style.text=v);var y=p.get("show");null==y||d||(g.ignore=!y);var m,x=f(p,"position"),_=d?u:u.states[i],b=_.style.fill;_.textConfig={outsideFill:"inherit"===p.get("color")?b:null,inside:"outside"!==x};var w=f(p,"distance")||0,S=f(p,"align"),M=f(p,"rotate"),I=.5*Math.PI,T=1.5*Math.PI,C=bl("tangential"===M?Math.PI/2-a:a),D=C>I&&!jo(C-I)&&C<T;"outside"===x?(m=r.r+w,S=D?"right":"left"):S&&"center"!==S?"left"===S?(m=r.r0+w,S=D?"right":"left"):"right"===S&&(m=r.r-w,S=D?"left":"right"):(m=o===2*Math.PI&&0===r.r0?0:(r.r+r.r0)/2,S="center"),g.style.align=S,g.style.verticalAlign=f(p,"verticalAlign")||"middle",g.x=m*s+r.cx,g.y=m*l+r.cy;var A=0;"radial"===M?A=bl(-a)+(D?Math.PI:0):"tangential"===M?A=bl(Math.PI/2-a)+(D?Math.PI:0):et(M)&&(A=M*Math.PI/180),g.rotation=bl(A)}),c.dirtyStyle()},e}(ih),wB=bB,SB="sunburstRootToNode",MB="sunburstHighlight";var IB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n,i){var r=this;this.seriesModel=t,this.api=n,this.ecModel=e;var o=t.getData(),a=o.tree.root,s=t.getViewRoot(),l=this.group,u=t.get("renderLabelForZeroData"),c=[];s.eachNode(function(t){c.push(t)});var h=this._oldChildren||[];!function(i,r){if(0===i.length&&0===r.length)return;function s(t){return t.getId()}function c(s,c){!function(i,r){u||!i||i.getValue()||(i=null);if(i!==a&&r!==a)if(r&&r.piece)i?(r.piece.updateData(!1,i,t,e,n),o.setItemGraphicEl(i.dataIndex,r.piece)):function(t){if(!t)return;t.piece&&(l.remove(t.piece),t.piece=null)}(r);else if(i){var s=new wB(i,t,e,n);l.add(s),o.setItemGraphicEl(i.dataIndex,s)}}(null==s?null:i[s],null==c?null:r[c])}new Ab(r,i,s,s).add(c).update(c).remove(K(c,null)).execute()}(c,h),function(i,o){o.depth>0?(r.virtualPiece?r.virtualPiece.updateData(!1,i,t,e,n):(r.virtualPiece=new wB(i,t,e,n),l.add(r.virtualPiece)),o.piece.off("click"),r.virtualPiece.on("click",function(t){r._rootToNode(o.parentNode)})):r.virtualPiece&&(l.remove(r.virtualPiece),r.virtualPiece=null)}(a,s),this._initEvents(),this._oldChildren=c},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");if(a)_f(a,o.get("target",!0)||"_blank")}n=!0}})})},e.prototype._rootToNode=function(t){t!==this.seriesModel.getViewRoot()&&this.api.dispatchAction({type:SB,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}(vm),TB=IB;function CB(t){var e=0;H(t.children,function(t){CB(t);var n=t.value;$(n)&&(n=n[0]),e+=n});var n=t.value;$(n)&&(n=n[0]),(null==n||isNaN(n))&&(n=e),n<0&&(n=0),$(t.value)?t.value[0]=n:t.value=n}var DB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.ignoreStyleOnData=!0,n}return n(e,t),e.prototype.getInitialData=function(t,e){var n={name:t.name,children:t.data};CB(n);var i=this._levelModels=U(t.levels||[],function(t){return new md(t,this,e)},this),r=WN.createTree(n,this,function(t){t.wrapMethod("getItemModel",function(t,e){var n=r.getNodeByDataIndex(e),o=i[n.depth];return o&&(t.parentModel=o),t})});return r.data},e.prototype.optionUpdated=function(){this.resetViewRoot()},e.prototype.getDataParams=function(e){var n=t.prototype.getDataParams.apply(this,arguments),i=this.getData().tree.getNodeByDataIndex(e);return n.treePathInfo=XN(i,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(){QN(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}(rm),AB=Math.PI/180;function kB(t,e,n){e.eachSeriesByType(t,function(t){var e=t.get("center"),i=t.get("radius");$(i)||(i=[0,i]),$(e)||(e=[e,e]);var r=n.getWidth(),o=n.getHeight(),a=Math.min(r,o),s=Vo(e[0],r),l=Vo(e[1],o),u=Vo(i[0],a/2),c=Vo(i[1],a/2),h=-t.get("startAngle")*AB,p=t.get("minAngle")*AB,d=t.getData().tree.root,f=t.getViewRoot(),g=f.depth,v=t.get("sort");null!=v&&LB(f,v);var y=0;H(f.children,function(t){!isNaN(t.getValue())&&y++});var m=f.getValue(),x=Math.PI/(m||y)*2,_=f.depth>0,b=f.height-(_?-1:1),w=(c-u)/(b||1),S=t.get("clockwise"),M=t.get("stillShowZeroSum"),I=S?1:-1,T=function(e,n){if(e){var i=n;if(e!==d){var r=e.getValue(),o=0===m&&M?x:r*x;o<p&&(o=p),i=n+I*o;var c=e.depth-g-(_?-1:1),h=u+w*c,f=u+w*(c+1),v=t.getLevelModel(e);if(v){var y=v.get("r0",!0),b=v.get("r",!0),C=v.get("radius",!0);null!=C&&(y=C[0],b=C[1]),null!=y&&(h=Vo(y,a/2)),null!=b&&(f=Vo(b,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 D=0;H(e.children,function(t){D+=T(t,n+D)})}return i-n}};if(_){var C=u,D=u+w,A=2*Math.PI;d.setLayout({angle:A,startAngle:h,endAngle:h+A,clockwise:S,cx:s,cy:l,r0:C,r:D})}T(f,h)})}function LB(t,e){var n=t.children||[];t.children=function(t,e){if(J(e)){var n=U(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)}),U(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})}(n,e),n.length&&H(t.children,function(t){LB(t,e)})}function NB(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){if(0===t.depth)return ig.color.neutral50;for(var r=t;r&&r.depth>1;)r=r.parentNode;var o=n.getColorFromPalette(r.name||r.dataIndex+"",e);return t.depth>1&&Q(o)&&(o=Si(o,(t.depth-1)/(i-1)*.5)),o}(r,t,i.root.height)),R(n.ensureUniqueItemVisual(r.dataIndex,"style"),o)})})}var EB={color:"fill",borderColor:"stroke"},OB={symbol:1,symbolSize:1,symbolKeepAspect:1,legendIcon:1,visualMeta:1,liftZ:1,decal:1},PB=Oa(),RB=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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 cw(null,this)},e.prototype.getDataParams=function(e,n,i){var r=t.prototype.getDataParams.call(this,e,n);return i&&(r.info=PB(i).info),r},e.type="series.custom",e.dependencies=["grid","polar","geo","singleAxis","calendar","matrix"],e.defaultOption={coordinateSystem:"cartesian2d",z:2,legendHoverLink:!0,clip:!1},e}(rm);function VB(t,e){return e=e||[0,0],U(["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 zB(t,e){return e=e||[0,0],U([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 BB(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 GB(t,e){return e=e||[0,0],U(["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)}var FB={};function WB(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||Ct(t,"text")))}function HB(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},Ct(a,"text")&&(o.text=a.text),Ct(a,"rich")&&(o.rich=a.rich),Ct(a,"textFill")&&(o.fill=a.textFill),Ct(a,"textStroke")&&(o.stroke=a.textStroke),Ct(a,"fontFamily")&&(o.fontFamily=a.fontFamily),Ct(a,"fontSize")&&(o.fontSize=a.fontSize),Ct(a,"fontStyle")&&(o.fontStyle=a.fontStyle),Ct(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=Ct(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),Ct(a,"textPosition")&&(i.position=a.textPosition),Ct(a,"textOffset")&&(i.offset=a.textOffset),Ct(a,"textRotation")&&(i.rotation=a.textRotation),Ct(a,"textDistance")&&(i.distance=a.textDistance)}return UB(o,t),H(o.rich,function(t){UB(t,t)}),{textConfig:i,textContent:r}}function UB(t,e){e&&(e.font=e.textFont||e.font,Ct(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),Ct(e,"textAlign")&&(t.align=e.textAlign),Ct(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),Ct(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),Ct(e,"textWidth")&&(t.width=e.textWidth),Ct(e,"textHeight")&&(t.height=e.textHeight),Ct(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),Ct(e,"textPadding")&&(t.padding=e.textPadding),Ct(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),Ct(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),Ct(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),Ct(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),Ct(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),Ct(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),Ct(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function YB(t,e,n){var i=t;i.textPosition=i.textPosition||n.position||"inside",null!=n.offset&&(i.textOffset=n.offset),null!=n.rotation&&(i.textRotation=n.rotation),null!=n.distance&&(i.textDistance=n.distance);var r=i.textPosition.indexOf("inside")>=0,o=t.fill||ig.color.neutral99;XB(i,e);var a=null==i.textFill;return r?a&&(i.textFill=n.insideFill||ig.color.neutral00,!i.textStroke&&n.insideStroke&&(i.textStroke=n.insideStroke),!i.textStroke&&(i.textStroke=o),null==i.textStrokeWidth&&(i.textStrokeWidth=2)):(a&&(i.textFill=t.fill||n.outsideFill||ig.color.neutral00),!i.textStroke&&n.outsideStroke&&(i.textStroke=n.outsideStroke)),i.text=e.text,i.rich=e.rich,H(e.rich,function(t){XB(t,t)}),i}function XB(t,e){e&&(Ct(e,"fill")&&(t.textFill=e.fill),Ct(e,"stroke")&&(t.textStroke=e.fill),Ct(e,"lineWidth")&&(t.textStrokeWidth=e.lineWidth),Ct(e,"font")&&(t.font=e.font),Ct(e,"fontStyle")&&(t.fontStyle=e.fontStyle),Ct(e,"fontWeight")&&(t.fontWeight=e.fontWeight),Ct(e,"fontSize")&&(t.fontSize=e.fontSize),Ct(e,"fontFamily")&&(t.fontFamily=e.fontFamily),Ct(e,"align")&&(t.textAlign=e.align),Ct(e,"verticalAlign")&&(t.textVerticalAlign=e.verticalAlign),Ct(e,"lineHeight")&&(t.textLineHeight=e.lineHeight),Ct(e,"width")&&(t.textWidth=e.width),Ct(e,"height")&&(t.textHeight=e.height),Ct(e,"backgroundColor")&&(t.textBackgroundColor=e.backgroundColor),Ct(e,"padding")&&(t.textPadding=e.padding),Ct(e,"borderColor")&&(t.textBorderColor=e.borderColor),Ct(e,"borderWidth")&&(t.textBorderWidth=e.borderWidth),Ct(e,"borderRadius")&&(t.textBorderRadius=e.borderRadius),Ct(e,"shadowColor")&&(t.textBoxShadowColor=e.shadowColor),Ct(e,"shadowBlur")&&(t.textBoxShadowBlur=e.shadowBlur),Ct(e,"shadowOffsetX")&&(t.textBoxShadowOffsetX=e.shadowOffsetX),Ct(e,"shadowOffsetY")&&(t.textBoxShadowOffsetY=e.shadowOffsetY),Ct(e,"textShadowColor")&&(t.textShadowColor=e.textShadowColor),Ct(e,"textShadowBlur")&&(t.textShadowBlur=e.textShadowBlur),Ct(e,"textShadowOffsetX")&&(t.textShadowOffsetX=e.textShadowOffsetX),Ct(e,"textShadowOffsetY")&&(t.textShadowOffsetY=e.textShadowOffsetY))}function ZB(t,e){if("production"!==process.env.NODE_ENV){var n=t+"^_^"+e;FB[n]||(console.warn('[ECharts] DEPRECATED: "'+t+'" has been deprecated. '+e),FB[n]=!0)}}var jB={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},qB=j(jB),KB=Y(Xr,function(t,e){return t[e]=1,t},{}),$B=Xr.join(", "),JB=["","style","shape","extra"],QB=Oa();function tG(t,e,n,i,r){var o=t+"Animation",a=Xh(t,i,r)||{},s=QB(e).userDuring;return a.duration>0&&(a.during=s?q(uG,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),R(a,n[o]),a}function eG(t,e,n,i){var r=(i=i||{}).dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=QB(t),u=e.style;l.userDuring=e.during;var c={},h={};if(function(t,e,n){for(var i=0;i<qB.length;i++){var r=qB[i],o=jB[r],a=e[r];a&&(n[o[0]]=a[0],n[o[1]]=a[1])}for(i=0;i<Xr.length;i++){var s=Xr[i];null!=e[s]&&(n[s]=e[s])}}(0,e,h),"compound"===t.type)for(var p=t.shape.paths,d=e.shape.paths,f=0;f<d.length;f++){hG("shape",d[f],p[f])}else hG("shape",e,h),hG("extra",e,h);if(!o&&s&&(function(t,e,n){for(var i=e.transition,r=rG(i)?Xr:_a(i||[]),o=0;o<r.length;o++){var a=r[o];if("style"!==a&&"shape"!==a&&"extra"!==a){var s=t[a];"production"!==process.env.NODE_ENV&&oG(a,"el.transition"),n[a]=s}}}(t,e,c),cG("shape",t,e,c),cG("extra",t,e,c),function(t,e,n,i){if(!n)return;var r,o=t.style;if(o){var a=n.transition,s=e.transition;if(a&&!rG(a)){var l=_a(a);!r&&(r=i.style={});for(var u=0;u<l.length;u++){var c=o[f=l[u]];r[f]=c}}else if(t.getAnimationStyleProps&&(rG(s)||rG(a)||B(s,"style")>=0)){var h=t.getAnimationStyleProps(),p=h?h.style:null;if(p){!r&&(r=i.style={});var d=j(n);for(u=0;u<d.length;u++){var f;if(p[f=d[u]]){c=o[f];r[f]=c}}}}}}(t,e,u,c)),h.style=u,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,h,a),function(t,e){Ct(e,"silent")&&(t.silent=e.silent),Ct(e,"ignore")&&(t.ignore=e.ignore),t instanceof Ps&&Ct(e,"invisible")&&(t.invisible=e.invisible);t instanceof zl&&Ct(e,"autoBatch")&&(t.autoBatch=e.autoBatch)}(t,e),s)if(o){var g={};H(JB,function(t){var n=t?e[t]:e;n&&n.enterFrom&&(t&&(g[t]=g[t]||{}),R(t?g[t]:g,n.enterFrom))});var v=tG("enter",t,e,n,r);v.duration>0&&t.animateFrom(g,v)}else!function(t,e,n,i,r){if(r){var o=tG("update",t,e,i,n);o.duration>0&&t.animateFrom(r,o)}}(t,e,r||0,n,c);nG(t,e),u?t.dirty():t.markRedraw()}function nG(t,e){for(var n=QB(t).leaveToProps,i=0;i<JB.length;i++){var r=JB[i],o=r?e[r]:e;o&&o.leaveTo&&(n||(n=QB(t).leaveToProps={}),r&&(n[r]=n[r]||{}),R(r?n[r]:n,o.leaveTo))}}function iG(t,e,n,i){if(t){var r=t.parent,o=QB(t).leaveToProps;if(o){var a=tG("update",t,e,n,0);a.done=function(){r&&r.remove(t),i&&i()},t.animateTo(o,a)}else r&&r.remove(t),i&&i()}}function rG(t){return"all"===t}var oG,aG={},sG={setTransform:function(t,e){return"production"!==process.env.NODE_ENV&&gt(Ct(KB,t),"Only "+$B+" available in `setTransform`."),aG.el[t]=e,this},getTransform:function(t){return"production"!==process.env.NODE_ENV&&gt(Ct(KB,t),"Only "+$B+" available in `getTransform`."),aG.el[t]},setShape:function(t,e){"production"!==process.env.NODE_ENV&&lG(t);var n=aG.el;return(n.shape||(n.shape={}))[t]=e,n.dirtyShape&&n.dirtyShape(),this},getShape:function(t){"production"!==process.env.NODE_ENV&&lG(t);var e=aG.el.shape;if(e)return e[t]},setStyle:function(t,e){"production"!==process.env.NODE_ENV&&lG(t);var n=aG.el,i=n.style;return i&&("production"!==process.env.NODE_ENV&&ut(e)&&ha("style."+t+" must not be assigned with NaN."),i[t]=e,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(t){"production"!==process.env.NODE_ENV&&lG(t);var e=aG.el.style;if(e)return e[t]},setExtra:function(t,e){return"production"!==process.env.NODE_ENV&&lG(t),(aG.el.extra||(aG.el.extra={}))[t]=e,this},getExtra:function(t){"production"!==process.env.NODE_ENV&&lG(t);var e=aG.el.extra;if(e)return e[t]}};function lG(t){if("production"!==process.env.NODE_ENV&&("transition"===t||"enterFrom"===t||"leaveTo"===t))throw new Error('key must not be "'+t+'"')}function uG(){var t=this,e=t.el;if(e){var n=QB(e).userDuring,i=t.userDuring;n===i?(aG.el=e,i(sG)):t.el=t.userDuring=null}}function cG(t,e,n,i){var r=n[t];if(r){var o,a=e[t];if(a){var s=n.transition,l=r.transition;if(l)if(!o&&(o=i[t]={}),rG(l))R(o,a);else for(var u=_a(l),c=0;c<u.length;c++){var h=a[d=u[c]];o[d]=h}else if(rG(s)||B(s,t)>=0){!o&&(o=i[t]={});var p=j(a);for(c=0;c<p.length;c++){var d;h=a[d=p[c]];pG(r[d],h)&&(o[d]=h)}}}}}function hG(t,e,n){var i=e[t];if(i)for(var r=n[t]={},o=j(i),a=0;a<o.length;a++){var s=o[a];r[s]=rr(i[s])}}function pG(t,e){return W(t)?t!==e:null!=t&&isFinite(t)}"production"!==process.env.NODE_ENV&&(oG=function(t,e){Ct(KB,t)||ha("Prop `"+t+"` is not a permitted in `"+e+"`. Only `"+j(KB).join("`, `")+"` are permitted.")});var dG=Oa(),fG=["percent","easing","shape","style","extra"];function gG(t){t.stopAnimation("keyframe"),t.attr(dG(t))}function vG(t,e,n){if(n.isAnimationEnabled()&&e)if($(e))H(e,function(e){vG(t,e,n)});else{var i=e.keyframes,r=e.duration;if(n&&null==r){var o=Xh("enter",n,0);r=o&&o.duration}if(i&&r){var a=dG(t);H(JB,function(n){if(!n||t[n]){var o,s=!1;i.sort(function(t,e){return t.percent-e.percent}),H(i,function(i){var l=t.animators,u=n?i[n]:i;if("production"!==process.env.NODE_ENV&&i.percent>=1&&(s=!0),u){var c=j(u);if(n||(c=X(c,function(t){return B(fG,t)<0})),c.length){o||((o=t.animate(n,e.loop,!0)).scope="keyframe");for(var h=0;h<l.length;h++)l[h]!==o&&l[h].targetName===o.targetName&&l[h].stopTracks(c);n&&(a[n]=a[n]||{});var p=n?a[n]:a;H(c,function(e){p[e]=((n?t[n]:t)||{})[e]}),o.whenWithKeys(r*i.percent,u,c,i.easing)}}}),o&&("production"!==process.env.NODE_ENV&&(s||ha("End frame with percent: 1 is missing in the keyframeAnimation.",!0)),o.delay(e.delay||0).duration(r).start(e.easing))}})}}}var yG="emphasis",mG="normal",xG="blur",_G="select",bG=[mG,yG,xG,_G],wG={normal:["itemStyle"],emphasis:[yG,"itemStyle"],blur:[xG,"itemStyle"],select:[_G,"itemStyle"]},SG={normal:["label"],emphasis:[yG,"label"],blur:[xG,"label"],select:[_G,"label"]},MG=["x","y"],IG={normal:{},emphasis:{},blur:{},select:{}},TG={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:q(VB,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:q(zB,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:q(BB,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:q(GB,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)},layout:function(e,n){return t.dataToLayout(e,n)}}}},matrix:function(t){var e=t.getRect();return{coordSys:{type:"matrix",x:e.x,y:e.y,width:e.width,height:e.height},api:{coord:function(e,n){return t.dataToPoint(e,n)},layout:function(e,n){return t.dataToLayout(e,n)}}}}};function CG(t){return t instanceof zl}function DG(t){return t instanceof Ps}var AG=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n,i){this._progressiveEls=null;var r=this._data,o=t.getData(),a=this.group,s=OG(t,o,e,n);r||a.removeAll(),o.diff(r).add(function(e){RG(n,null,e,s(e,i),t,a,o)}).remove(function(e){var n=r.getItemGraphicEl(e);n&&iG(n,PB(n).option,t)}).update(function(e,l){var u=r.getItemGraphicEl(l);RG(n,u,e,s(e,i),t,a,o)}).execute();var l=t.get("clip",!0)?tC(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=OG(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=RG(null,null,u,a(u,r),e,this.group,o);c&&(c.traverse(l),s.push(c))}},e.prototype.eachRendered=function(t){Np(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}(vm);function kG(t){var e,n=t.type;if("path"===n){var i=null!=(o=t.shape).width&&null!=o.height?{x:o.x||0,y:o.y||0,width:o.width,height:o.height}:null,r=XG(o);e=up(r,null,i,o.layout||"center"),PB(e).customPathData=r}else if("image"===n)e=new Yl({}),PB(e).customImagePath=t.style.image;else if("text"===n)e=new vu({});else if("group"===n)e=new wo;else if("compoundPath"===n){var o;if(!(o=t.shape)||!o.paths){var a="";"production"!==process.env.NODE_ENV&&(a="shape.paths must be specified in compoundPath"),va(a)}var s=U(o.paths,function(t){if("path"===t.type)return up(t.shape.pathData,t,null);var e=lp(t.type);if(!e){var i="";"production"!==process.env.NODE_ENV&&(i='graphic type "'+n+'" can not be found.'),va(i)}return new e});e=new Ch({shape:{paths:s}})}else{var l=lp(n);if(!l){a="";"production"!==process.env.NODE_ENV&&(a='graphic type "'+n+'" can not be found.'),va(a)}e=new l}return PB(e).customGraphicType=n,e.name=t.name,e.z2EmphasisLift=1,e.z2SelectLift=1,e}function LG(t,e,n,i,r,o,a){gG(e);var s=r&&r.normal.cfg;s&&e.setTextConfig(s),i&&null==i.transition&&(i.transition=MG);var l=i&&i.style;if(l){if("text"===e.type){var u=l;Ct(u,"textFill")&&(u.fill=u.textFill),Ct(u,"textStroke")&&(u.stroke=u.textStroke)}var c=void 0,h=CG(e)?l.decal:null;t&&h&&(h.dirty=!0,c=Qx(h,t)),l.__decalPattern=c}DG(e)&&(l&&(c=l.__decalPattern)&&(l.decal=c));eG(e,i,o,{dataIndex:n,isInit:a,clearStyle:!0}),vG(e,i.keyframeAnimation,o)}function NG(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),Uu(o)}}function EG(t,e,n){var i=n===mG,r=i?e:GG(e,n),o=r?r.z2:null;null!=o&&((i?t:t.ensureState(n)).z2=o||0)}function OG(t,e,n,i){var r=t.get("renderItem");if("string"==typeof r){var o=a_[r];o?r=o:"production"!==process.env.NODE_ENV&&console.warn("Custom series renderItem '"+r+"' not found.\n Call 'echarts.registerCustomSeries' to register it.")}var a=t.coordinateSystem,s={};a&&("production"!==process.env.NODE_ENV&&(gt(r,"series.render is required."),gt(a.prepareCustoms||TG[a.type],"This coordSys does not support custom series.")),s=a.prepareCustoms?a.prepareCustoms(a):TG[a.type](a));for(var l,u,c=V({getWidth:i.getWidth,getHeight:i.getHeight,getZr:i.getZr,getDevicePixelRatio:i.getDevicePixelRatio,value:function(t,n){return null==n&&(n=l),e.getStore().get(e.getDimensionIndex(t||0),n)},style:function(n,i){"production"!==process.env.NODE_ENV&&ZB("api.style","Please write literal style directly instead.");null==i&&(i=l);var r=e.getItemVisual(i,"style"),o=r&&r.fill,a=r&&r.opacity,s=x(i,mG).getItemStyle();null!=o&&(s.fill=o),null!=a&&(s.opacity=a);var u={inheritColor:Q(o)?o:ig.color.neutral99},c=_(i,mG),h=Zp(c,null,u,!1,!0);h.text=c.getShallow("show")?ht(t.getFormattedLabel(i,mG),NT(e,i)):null;var p=jp(c,u,!1);return w(n,s),s=YB(s,h,p),n&&b(s,n),s.legacy=!0,s},ordinalRawValue:function(t,n){null==n&&(n=l),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),a=i&&i.ordinalMeta;return a?a.categories[o]:o},styleEmphasis:function(n,i){"production"!==process.env.NODE_ENV&&ZB("api.styleEmphasis","Please write literal style directly instead.");null==i&&(i=l);var r=x(i,yG).getItemStyle(),o=_(i,yG),a=Zp(o,null,null,!0,!0);a.text=o.getShallow("show")?pt(t.getFormattedLabel(i,yG),t.getFormattedLabel(i,mG),NT(e,i)):null;var s=jp(o,null,!0);return w(n,r),r=YB(r,a,s),n&&b(r,n),r.legacy=!0,r},visual:function(t,n){if(null==n&&(n=l),Ct(EB,t)){var i=e.getItemVisual(n,"style");return i?i[EB[t]]:null}if(Ct(OB,t))return e.getItemVisual(n,t)},barLayout:function(t){if("cartesian2d"===a.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;o++)e.push(V({bandWidth:r,axisKey:i,stackId:Pw+o},t));var a=Gw(e),s=[];for(o=0;o<t.count;o++){var l=a[i][Pw+o];l.offsetCenter=l.offset+l.width/2,s.push(l)}return s}}(V({axis:a.getBaseAxis()},t))}},currentSeriesIndices:function(){return n.getCurrentSeriesIndices()},font:function(t){return Qp(t,n)}},s.api||{}),h={context:{},seriesId:t.id,seriesName:t.name,seriesIndex:t.seriesIndex,coordSys:s.coordSys,dataInsideLength:e.count(),encode:PG(t.getData()),itemPayload:t.get("itemPayload")||{}},p={},d={},f={},g={},v=0;v<bG.length;v++){var y=bG[v];f[y]=t.getModel(wG[y]),g[y]=t.getModel(SG[y])}function m(t){return t===l?u||(u=e.getItemModel(t)):e.getItemModel(t)}function x(t,n){return e.hasItemOption?t===l?p[n]||(p[n]=m(t).getModel(wG[n])):m(t).getModel(wG[n]):f[n]}function _(t,n){return e.hasItemOption?t===l?d[n]||(d[n]=m(t).getModel(SG[n])):m(t).getModel(SG[n]):g[n]}return function(t,n){return l=t,u=null,p={},d={},r&&r(V({dataIndexInside:t,dataIndex:e.getRawIndex(t),actionType:n?n.type:null},h),c)};function b(t,e){for(var n in e)Ct(e,n)&&(t[n]=e[n])}function w(t,e){t&&(t.textFill&&(e.textFill=t.textFill),t.textPosition&&(e.textPosition=t.textPosition))}}function PG(t){var e={};return H(t.dimensions,function(n){var i=t.getDimensionInfo(n);if(!i.isExtraCoord){var r=i.coordDim;(e[r]=e[r]||[])[i.coordDimIndex]=t.getDimensionIndex(n)}}),e}function RG(t,e,n,i,r,o,a){if(i){var s=VG(t,e,n,i,r,o);return s&&a.setItemGraphicEl(n,s),s&&sc(s,i.focus,i.blurScope,i.emphasisDisabled),s}o.remove(e)}function VG(t,e,n,i,r,o){"production"!==process.env.NODE_ENV&&gt(i,"should not have an null/undefined element setting");var a=-1,s=e;e&&zG(e,i,r)&&(a=B(o.childrenRef(),e),e=null);var l,u,c=!e,h=e;h?h.clearStates():(h=kG(i),s&&(l=s,(u=h).copyTransform(l),DG(u)&&DG(l)&&(u.setStyle(l.style),u.z=l.z,u.z2=l.z2,u.zlevel=l.zlevel,u.invisible=l.invisible,u.ignore=l.ignore,CG(u)&&CG(l)&&u.setShape(l.shape)))),!1===i.morph?h.disableMorphing=!0:h.disableMorphing&&(h.disableMorphing=!1),i.tooltipDisabled&&(h.tooltipDisabled=!0),IG.normal.cfg=IG.normal.conOpt=IG.emphasis.cfg=IG.emphasis.conOpt=IG.blur.cfg=IG.blur.conOpt=IG.select.cfg=IG.select.conOpt=null,IG.isLegacy=!1,function(t,e,n,i,r,o){if(t.isGroup||"compoundPath"===t.type)return;BG(n,null,o),BG(n,yG,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=kG(a),t.setTextContent(c)),LG(null,c,e,a,null,i,r);for(var h=a&&a.style,p=0;p<bG.length;p++){var d=bG[p];if(d!==mG){var f=o[d].conOpt;NG(d,c,0,FG(a,f,d),null)}}h?c.dirty():c.markRedraw()}}}(h,n,i,r,c,IG),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&&zG(a,o,i)&&(a=null),a||(a=kG(o),"production"!==process.env.NODE_ENV&&gt(CG(a),"Only any type of `path` can be used in `clipPath`, rather than "+a.type+"."),t.setClipPath(a)),LG(null,a,e,o,null,i,r)}}(h,n,i,r,c),LG(t,h,n,i,IG,r,c),Ct(i,"info")&&(PB(h).info=i.info);for(var p=0;p<bG.length;p++){var d=bG[p];if(d!==mG){var f=GG(i,d);NG(d,h,0,FG(i,f,d),IG)}}return function(t,e,n){if(!t.isGroup){var i=t,r=n.currentZ,o=n.currentZLevel;i.z=r,i.zlevel=o;var a=e.z2;null!=a&&(i.z2=a||0);for(var s=0;s<bG.length;s++)EG(i,e,bG[s])}}(h,i,r),"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)return;if(l)return c={api:t,oldChildren:e.children()||[],newChildren:o||[],dataIndex:n,seriesModel:r,group:e},void new Ab(c.oldChildren,c.newChildren,HG,HG,c).add(UG).update(UG).remove(YG).execute();var c;u&&e.removeAll();for(var h=0;h<a;h++){var p=o[h],d=e.childAt(h);p?(null==p.ignore&&(p.ignore=!1),VG(t,d,n,p,r,e)):("production"!==process.env.NODE_ENV&&gt(d,"renderItem should not return a group containing elements as null/undefined/{} if they do not exist before."),d.ignore=!0)}for(var f=e.childCount()-1;f>=h;f--){var g=e.childAt(f);WG(e,g,r)}}(t,h,n,i,r),a>=0?o.replaceAt(h,a):o.add(h),h}function zG(t,e,n){var i,r=PB(t),o=e.type,a=e.shape,s=e.style;return n.isUniversalTransitionEnabled()||null!=o&&o!==r.customGraphicType||"path"===o&&((i=a)&&(Ct(i,"pathData")||Ct(i,"d")))&&XG(a)!==r.customPathData||"image"===o&&Ct(s,"image")&&s.image!==r.customImagePath}function BG(t,e,n){var i=e?GG(t,e):t,r=e?FG(t,i,yG):t.style,o=t.type,a=i?i.textConfig:null,s=t.textContent,l=s?e?GG(s,e):s:null;if(r&&(n.isLegacy||WB(r,o,!!a,!!l))){n.isLegacy=!0;var u=HB(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"),"production"!==process.env.NODE_ENV&&gt("text"===c.type,'textContent.type must be "text"')}var h=e?n[e]:n.normal;h.cfg=a,h.conOpt=l}function GG(t,e){return e?t?t[e]:null:t}function FG(t,e,n){var i=e&&e.style;return null==i&&n===yG&&t&&(i=t.styleEmphasis),i}function WG(t,e,n){e&&iG(e,PB(t).option,n)}function HG(t,e){var n=t&&t.name;return null!=n?n:"e\0\0"+e}function UG(t,e){var n=this.context,i=null!=t?n.newChildren[t]:null,r=null!=e?n.oldChildren[e]:null;VG(n.api,r,n.dataIndex,i,n.seriesModel,n.group)}function YG(t){var e=this.context,n=e.oldChildren[t];n&&iG(n,PB(n).option,e.seriesModel)}function XG(t){return t&&(t.pathData||t.d)}var ZG=Oa(),jG=E,qG=q,KG=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)return a&&a.hide(),void(s&&s.hide());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=K($G,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new wo,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);eF(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=PA(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=ZG(t).pointerEl=new Fp[r.type](jG(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=ZG(t).labelEl=new vu(jG(e.label));t.add(r),QG(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=ZG(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=ZG(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),QG(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)return r&&i.remove(r),void(this._handle=null);this._handle||(e=!0,r=this._handle=Sp(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){Me(t.event)},onmousedown:qG(this._onHandleDragMove,this,0,0),drift:qG(this._onHandleDragMove,this),ondragend:qG(this._onHandleDragEnd,this)}),i.add(r)),eF(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");$(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,bm(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){$G(this._axisPointerModel,!e&&this._moveAnimation,this._handle,tF(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(tF(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr(tF(i)),ZG(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),wm(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 $G(t,e,n,i){JG(ZG(n).lastProp,i)||(ZG(n).lastProp=i,e?jh(n,i,t):(n.stopAnimation(),n.attr(i)))}function JG(t,e){if(nt(t)&&nt(e)){var n=!0;return H(e,function(e,i){n=n&&JG(t[i],e)}),!!n}return t===e}function QG(t,e){t[e.get(["label","show"])?"show":"hide"]()}function tF(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function eF(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)})}var nF=KG;function iF(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 rF(t,e,n,i,r){var o=oF(n.get("value"),e.axis,e.ecModel,n.get("seriesDataIndices"),{precision:n.get(["label","precision"]),formatter:n.get(["label","formatter"])}),a=n.getModel("label"),s=df(a.get("padding")||0),l=a.getFont(),u=no(o,l),c=r.position,h=u.width+s[1]+s[3],p=u.height+s[0]+s[2],d=r.align;"right"===d&&(c[0]-=h),"center"===d&&(c[0]-=h/2);var f=r.verticalAlign;"bottom"===f&&(c[1]-=p),"middle"===f&&(c[1]-=p/2),function(t,e,n,i){var r=i.getWidth(),o=i.getHeight();t[0]=Math.min(t[0]+e,r)-e,t[1]=Math.min(t[1]+n,o)-n,t[0]=Math.max(t[0],0),t[1]=Math.max(t[1],0)}(c,h,p,i);var g=a.get("backgroundColor");g&&"auto"!==g||(g=e.get(["axisLine","lineStyle","color"])),t.label={x:c[0],y:c[1],style:Zp(a,{text:o,font:l,fill:a.getTextColor(),padding:s,backgroundColor:g}),z2:10}}function oF(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:mS(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};H(i,function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)}),Q(a)?o=a.replace("{value}",o):J(a)&&(o=a(s))}return o}function aF(t,e,n){var i=[1,0,0,1,0,0];return Oe(i,i,n.rotation),Ee(i,i,n.position),yp([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}function sF(t,e,n,i,r,o){var a=yA.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),rF(e,i,r,o,{position:aF(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}function lF(t,e,n){return{x1:t[n=n||0],y1:t[1-n],x2:e[n],y2:e[1-n]}}function uF(t,e,n){return{x:t[n=n||0],y:t[1-n],width:e[n],height:e[1-n]}}function cF(t,e,n,i,r,o){return{cx:t,cy:e,r0:n,r:i,startAngle:r,endAngle:o,clockwise:!0}}var hF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.grid,s=i.get("type"),l=pF(a,o).getOtherAxis(o).getGlobalExtent(),u=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var c=iF(i),h=dF[s](o,u,l);h.style=c,t.graphicKey=h.type,t.pointer=h}sF(e,t,mA(a.getRect(),n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=mA(e.axis.grid.getRect(),e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=aF(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=pF(o,r).getOtherAxis(r).getGlobalExtent(),l="x"===r.dim?0:1,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];h[l]=u[l];return{x:u[0],y:u[1],rotation:t.rotation,cursorPoint:h,tooltipOption:[{verticalAlign:"middle"},{align:"center"}][l]}},e}(nF);function pF(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var dF={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:lF([e,n[0]],[e,n[1]],fF(t))}},shadow:function(t,e,n){var i=Math.max(1,t.getBandWidth()),r=n[1]-n[0];return{type:"Rect",shape:uF([e-i/2,n[0]],[i,r],fF(t))}}};function fF(t){return"x"===t.dim?0:1}var gF=hF,vF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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:ig.color.border,width:1,type:"dashed"},shadowStyle:{color:ig.color.shadowTint},label:{show:!0,formatter:null,precision:"auto",margin:3,color:ig.color.neutral00,padding:[5,7,5,7],backgroundColor:ig.color.accent60,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:ig.color.accent40,throttle:40}},e}(Jf),yF=Oa(),mF=H;function xF(t,e,n){if(!h.node){var i=e.getZr();yF(i).records||(yF(i).records={}),function(t,e){if(yF(t).initialized)return;function n(n,i){t.on(n,function(n){var r=function(t){var e={showTip:[],hideTip:[]},n=function(i){var r=e[i.type];r?r.push(i):(i.dispatchAction=n,t.dispatchAction(i))};return{dispatchAction:n,pendings:e}}(e);mF(yF(t).records,function(t){t&&i(t,n,r.dispatchAction)}),function(t,e){var n,i=t.showTip.length,r=t.hideTip.length;i?n=t.showTip[i-1]:r&&(n=t.hideTip[r-1]);n&&(n.dispatchAction=null,e.dispatchAction(n))}(r.pendings,e)})}yF(t).initialized=!0,n("click",K(bF,"click")),n("mousemove",K(bF,"mousemove")),n("globalout",_F)}(i,e),(yF(i).records[t]||(yF(i).records[t]={})).handler=n}}function _F(t,e,n){t.handler("leave",null,n)}function bF(t,e,n,i){e.handler(t,n,i)}function wF(t,e){if(!h.node){var n=e.getZr();(yF(n).records||{})[t]&&(yF(n).records[t]=null)}}var SF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){var i=e.getComponent("tooltip"),r=t.get("triggerOn")||i&&i.get("triggerOn")||"mousemove|click";xF("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){wF("axisPointer",e)},e.prototype.dispose=function(t,e){wF("axisPointer",e)},e.type="axisPointer",e}(am),MF=SF;function IF(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=Ea(o,t);if(null==a||a<0||$(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,p="x"===c||"radius"===c?1:0,d=o.mapDimension(h),f=[];f[p]=o.get(d,a),f[1-p]=o.get(o.getCalculationInfo("stackResultDimension"),a),i=l.dataToPoint(f)||[]}else i=l.dataToPoint(o.getValues(U(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 TF=Oa();function CF(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t,a=t.dispatchAction||q(n.dispatchAction,n),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){NF(r)&&(r=IF({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=NF(r),u=o.axesInfo,c=s.axesInfo,h="leave"===i||NF(r),p={},d={},f={list:[],map:{}},g={showPointer:K(AF,d),showTooltip:K(kF,f)};H(s.coordSysMap,function(t,e){var n=l||t.containPoint(r);H(s.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}}(u,t);if(!h&&n&&(!u||o)){var a=o&&o.value;null!=a||l||(a=i.pointToData(r)),null!=a&&DF(t,a,g,!1,p)}})});var v={};return H(c,function(t,e){var n=t.linkGroup;n&&!d[e]&&H(n.axesInfo,function(e,i){var r=d[i];if(e!==t&&r){var o=r.value;n.mapper&&(o=t.axis.scale.parse(n.mapper(o,LF(e),LF(t)))),v[t.key]=o}})}),H(v,function(t,e){DF(c[e],t,g,!0,p)}),function(t,e,n){var i=n.axesInfo=[];H(e,function(e,n){var r=e.axisPointerModel.option,o=t[n];o?(!e.useHandle&&(r.status="show"),r.value=o.value,r.seriesDataIndices=(o.payloadBatch||[]).slice()):!e.useHandle&&(r.status="hide"),"show"===r.status&&i.push({axisDim:e.axis.dim,axisIndex:e.axis.model.componentIndex,value:r.value})})}(d,c,p),function(t,e,n,i){if(NF(e)||!t.list.length)return void 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})}(f,r,t,a),function(t,e,n){var i=n.getZr(),r="axisPointerLastHighlights",o=TF(i)[r]||{},a=TF(i)[r]={};H(t,function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&H(n.seriesDataIndices,function(t){var e=t.seriesIndex+" | "+t.dataIndex;a[e]=t})});var s=[],l=[];H(o,function(t,e){!a[e]&&l.push(t)}),H(a,function(t,e){!o[e]&&s.push(t)}),l.length&&n.dispatchAction({type:"downplay",escapeConnect:!0,notBlur:!0,batch:l}),s.length&&n.dispatchAction({type:"highlight",escapeConnect:!0,notBlur:!0,batch:s})}(c,0,n),p}}function DF(t,e,n,i,r){var o=t.axis;if(!o.scale.isBlank()&&o.containData(e))if(t.involveSeries){var a=function(t,e){var n=e.axis,i=n.dim,r=t,o=[],a=Number.MAX_VALUE,s=-1;return H(e.seriesModels,function(e,l){var u,c,h=e.getData().mapDimensionsAll(i);if(e.getAxisTooltipData){var p=e.getAxisTooltipData(h,t,n);c=p.dataIndices,u=p.nestestValue}else{if(!(c=e.indicesOfNearest(i,h[0],t,"category"===n.type?.5:null)).length)return;u=e.getData().get(h[0],c[0])}if(null!=u&&isFinite(u)){var d=t-u,f=Math.abs(d);f<=a&&((f<a||d>=0&&s<0)&&(a=f,s=d,r=u,o.length=0),H(c,function(t){o.push({seriesIndex:e.seriesIndex,dataIndexInside:t,dataIndex:e.getData().getRawIndex(t)})}))}}),{payloadBatch:o,snapToValue:r}}(e,t),s=a.payloadBatch,l=a.snapToValue;s[0]&&null==r.seriesIndex&&R(r,s[0]),!i&&t.snap&&o.containData(l)&&null!=l&&(e=l),n.showPointer(t,e,s),n.showTooltip(t,a,l)}else n.showPointer(t,e)}function AF(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function kF(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=VA(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 LF(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 NF(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function EF(t){GA.registerAxisPointerClass("CartesianAxisPointer",gF),t.registerComponentModel(vF),t.registerComponentView(MF),t.registerPreprocessor(function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!$(e)&&(t.axisPointer.link=[e])}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=EA(t,e)}),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},CF)}var OF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(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=iF(i),h=PF[u](o,a,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}var p=function(t,e,n,i,r){var o=e.axis,a=o.dataToCoord(t),s=i.getAngleAxis().getExtent()[0];s=s/180*Math.PI;var l,u,c,h=i.getRadiusAxis().getExtent();if("radius"===o.dim){var p=[1,0,0,1,0,0];Oe(p,p,s),Ee(p,p,[i.cx,i.cy]),l=yp([a,-r],p);var d=e.getModel("axisLabel").get("rotate")||0,f=yA.innerTextLayout(s,d*Math.PI/180,-1);u=f.textAlign,c=f.textVerticalAlign}else{var g=h[1];l=i.coordToPoint([g+r,a]);var v=i.cx,y=i.cy;u=Math.abs(l[0]-v)/g<.3?"center":l[0]>v?"left":"right",c=Math.abs(l[1]-y)/g<.3?"middle":l[1]>y?"top":"bottom"}return{position:l,align:u,verticalAlign:c}}(e,n,0,a,i.get(["label","margin"]));rF(t,n,i,r,p)},e}(nF);var PF={line:function(t,e,n,i){return"angle"===t.dim?{type:"Line",shape:lF(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:cF(e.cx,e.cy,i[0],i[1],(-n-r/2)*o,(r/2-n)*o)}:{type:"Sector",shape:cF(e.cx,e.cy,n-r/2,n+r/2,0,2*Math.PI)}}},RF=OF,VF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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}(Jf),zF=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("polar",za).models[0]},e.type="polarAxis",e}(Jf);F(zF,IS);var BF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="angleAxis",e}(zF),GF=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="radiusAxis",e}(zF),FF=function(t){function e(e,n){return t.call(this,"radius",e,n)||this}return n(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e}(dM);FF.prototype.dataToRadius=dM.prototype.dataToCoord,FF.prototype.radiusToData=dM.prototype.coordToData;var WF=FF,HF=Oa(),UF=function(t){function e(e,n){return t.call(this,"angle",e,n||[0,360])||this}return n(e,t),e.prototype.pointToData=function(t,e){return this.polar.pointToData(t,e)["radius"===this.dim?0:1]},e.prototype.calculateCategoryInterval=function(){var t=this,e=t.getLabelModel(),n=t.scale,i=n.getExtent(),r=n.count();if(i[1]-i[0]<1)return 0;var o=i[0],a=t.dataToCoord(o+1)-t.dataToCoord(o),s=Math.abs(a),l=no(null==o?"":o+"",e.getFont(),"center","top"),u=Math.max(l.height,7)/s;isNaN(u)&&(u=1/0);var c=Math.max(0,Math.floor(u)),h=HF(t.model),p=h.lastAutoInterval,d=h.lastTickCount;return null!=p&&null!=d&&Math.abs(p-c)<=1&&Math.abs(d-r)<=1&&p>c?c=p:(h.lastTickCount=r,h.lastAutoInterval=c),c},e}(dM);UF.prototype.dataToAngle=dM.prototype.dataToCoord,UF.prototype.angleToData=dM.prototype.coordToData;var YF=UF,XF=["radius","angle"],ZF=function(){function t(t){this.dimensions=XF,this.type="polar",this.cx=0,this.cy=0,this._radiusAxis=new WF,this._angleAxis=new YF,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,n){return this.coordToPoint([this._radiusAxis.dataToRadius(t[0],e),this._angleAxis.dataToAngle(t[1],e)],n)},t.prototype.pointToData=function(t,e,n){n=n||[];var i=this.pointToCoord(t);return n[0]=this._radiusAxis.radiusToData(i[0],e),n[1]=this._angleAxis.angleToData(i[1],e),n},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,n/=s;for(var l=Math.atan2(-n,e)/Math.PI*180,u=l<o?1:-1;l<o||l>a;)l+=360*u;return[s,l]},t.prototype.coordToPoint=function(t,e){e=e||[];var n=t[0],i=t[1]/180*Math.PI;return e[0]=Math.cos(i)*n+this.cx,e[1]=-Math.sin(i)*n+this.cy,e},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,r=1e-4;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,o=n*n+i*i,a=this.r,s=this.r0;return a!==s&&o-r<=a*a&&o+r>=s*s},x:this.cx-e[1],y:this.cy-e[1],width:2*e[1],height:2*e[1]}},t.prototype.convertToPixel=function(t,e,n){return jF(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return jF(e)===this?this.pointToData(n):null},t}();function jF(t){var e=t.seriesModel,n=t.polarModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var qF=ZF;function KF(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();H(bS(e,"radius"),function(t){r.scale.unionExtentFromData(e,t)}),H(bS(e,"angle"),function(t){i.scale.unionExtentFromData(e,t)})}}),gS(i.scale,i.model),gS(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 $F(t,e){var n;if(t.type=e.get("type"),t.scale=vS(e),t.onBand=e.get("boundaryGap")&&"category"===t.type,t.inverse=e.get("inverse"),function(t){return"angleAxis"===t.mainType}(e)){t.inverse=t.inverse!==e.get("clockwise");var i=e.get("startAngle"),r=null!==(n=e.get("endAngle"))&&void 0!==n?n:i+(t.inverse?-360:360);t.setExtent(i,r)}e.axis=t,t.model=e}var JF={dimensions:XF,create:function(t,e){var n=[];return t.eachComponent("polar",function(t,i){var r=new qF(i+"");r.update=KF;var o=r.getRadiusAxis(),a=r.getAngleAxis(),s=t.findAxisModel("radiusAxis"),l=t.findAxisModel("angleAxis");$F(o,s),$F(a,l),function(t,e,n){var i=e.get("center"),r=Uf(e,n).refContainer;t.cx=Vo(i[0],r.width)+r.x,t.cy=Vo(i[1],r.height)+r.y;var o=t.getRadiusAxis(),a=Math.min(r.width,r.height)/2,s=e.get("radius");null==s?s=[0,"100%"]:$(s)||(s=[0,s]);var l=[Vo(s[0],a),Vo(s[1],a)];o.inverse?o.setExtent(l[1],l[0]):o.setExtent(l[0],l[1])}(r,t,e),n.push(r),t.coordinateSystem=r,r.model=t}),t.eachSeries(function(t){if("polar"===t.get("coordinateSystem")){var e=t.getReferringComponents("polar",za).models[0];if("production"!==process.env.NODE_ENV&&!e)throw new Error('Polar "'+ct(t.get("polarIndex"),t.get("polarId"),0)+'" not found');t.coordinateSystem=e.coordinateSystem}}),n}},QF=JF,tW=["axisLine","axisLabel","axisTick","minorTick","splitLine","minorSplitLine","splitArea"];function eW(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 nW(t){return t.getRadiusAxis().inverse?0:1}function iW(t){var e=t[0],n=t[t.length-1];e&&n&&Math.abs(Math.abs(e.coord-n.coord)-360)<1e-4&&t.pop()}var rW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return n(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({breakTicks:"none"}),a=n.getMinorTicksCoords(),s=U(n.getViewLabels(),function(t){t=E(t);var e=n.scale,i="ordinal"===e.type?e.getRawOrdinalNumber(t.tickValue):t.tickValue;return t.coord=n.dataToCoord(i),t});iW(s),iW(o),H(tW,function(e){!t.get([e,"show"])||n.scale.isBlank()&&"axisLine"!==e||oW[e](this.group,t,i,o,a,r,s)},this)}},e.type="angleAxis",e}(GA),oW={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=nW(n),p=h?0:1,d=360===Math.abs(c[1]-c[0])?"Circle":"Arc";(a=0===o[p]?new Fp[d]({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 ah({shape:{cx:n.cx,cy:n.cy,r:o[h],r0:o[p]},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[nW(n)],u=U(i,function(t){return new yh({shape:eW(n,[l,l+s],t.coord)})});t.add(pp(u,{style:V(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[nW(n)],c=[],h=0;h<r.length;h++)for(var p=0;p<r[h].length;p++)c.push(new yh({shape:eW(n,[u,u+l],r[h][p].coord)}));t.add(pp(c,{style:V(s.getModel("lineStyle").getLineStyle(),V(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");H(a,function(i,r){var a=l,h=i.tickValue,p=o[nW(n)],d=n.coordToPoint([p+u,i.coord]),f=n.cx,g=n.cy,v=Math.abs(d[0]-f)/p<.3?"center":d[0]>f?"left":"right",y=Math.abs(d[1]-g)/p<.3?"middle":d[1]>g?"top":"bottom";if(s&&s[h]){var m=s[h];nt(m)&&m.textStyle&&(a=new md(m.textStyle,l,l.ecModel))}var x=new vu({silent:yA.isLabelSilent(e),style:Zp(a,{x:d[0],y:d[1],fill:a.getTextColor()||e.get(["axisLine","lineStyle","color"]),text:i.formattedLabel,align:v,verticalAlign:y})});if(t.add(x),kp({el:x,componentModel:e,itemName:i.formattedLabel,formatterParamsExtra:{isTruncated:function(){return x.isTruncated},value:i.rawLabel,tickIndex:r}}),c){var _=yA.makeAxisEventDataBase(e);_.targetType="axisLabel",_.value=i.rawLabel,yu(x).eventData=_}},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 yh({shape:eW(n,o,i[c].coord)}))}for(c=0;c<u.length;c++)t.add(pp(u[c],{style:V({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 yh({shape:eW(n,o,r[l][u].coord)}));t.add(pp(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,p=Math.min(o[0],o[1]),d=Math.max(o[0],o[1]),f=e.get("clockwise"),g=1,v=i.length;g<=v;g++){var y=g===v?i[0].coord:i[g].coord,m=l++%s.length;u[m]=u[m]||[],u[m].push(new ih({shape:{cx:n.cx,cy:n.cy,r0:p,r:d,startAngle:h,endAngle:-y*c,clockwise:f},silent:!0})),h=-y*c}for(g=0;g<u.length;g++)t.add(pp(u[g],{style:V({fill:s[g%s.length]},a.getAreaStyle()),silent:!0}))}}},aW=rW,sW=["splitLine","splitArea","minorSplitLine"],lW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="PolarAxisPointer",n}return n(e,t),e.prototype.render=function(t,e,n){if(this.group.removeAll(),t.get("show")){var i=this._axisGroup,r=this._axisGroup=new wo;this.group.add(r);var o=t.axis,a=o.polar,s=a.getAngleAxis(),l=o.getTicksCoords(),u=o.getMinorTicksCoords(),c=s.getExtent()[0],h=o.getExtent(),p=function(t,e,n){return{position:[t.cx,t.cy],rotation:n/180*Math.PI,labelDirection:-1,tickDirection:-1,nameDirection:1,labelRotate:e.getModel("axisLabel").get("rotate"),z2:1}}(a,t,c),d=new yA(t,n,p);d.build(),r.add(d.group),_p(i,r,t),H(sW,function(e){t.get([e,"show"])&&!o.scale.isBlank()&&uW[e](this.group,t,a,c,h,l,u)},this)}},e.type="radiusAxis",e}(GA),uW={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(),p=360===Math.abs(h[1]-h[0])?"Circle":"Arc";s=s instanceof Array?s:[s];for(var d=[],f=0;f<o.length;f++){var g=l++%s.length;d[g]=d[g]||[],d[g].push(new Fp[p]({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(f=0;f<d.length;f++)t.add(pp(d[f],{style:V({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 zc({shape:{cx:n.cx,cy:n.cy,r:a[u][c].coord}}));t.add(pp(l,{style:V({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 p=l++%s.length;u[p]=u[p]||[],u[p].push(new ih({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(h=0;h<u.length;h++)t.add(pp(u[h],{style:V({fill:s[h%s.length]},a.getAreaStyle()),silent:!0}))}}};var cW=lW;function hW(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function pW(t,e){return e.dim+t.model.componentIndex}function dW(t,e,n){var i={},r=function(t){var e={};H(t,function(t,n){var i=t.getData(),r=t.coordinateSystem,o=r.getBaseAxis(),a=pW(r,o),s=o.getExtent(),l="category"===o.type?o.getBandWidth():Math.abs(s[1]-s[0])/i.count(),u=e[a]||{bandWidth:l,remainedWidth:l,autoWidthCount:0,categoryGap:"20%",gap:"30%",stacks:{}},c=u.stacks;e[a]=u;var h=hW(t);c[h]||u.autoWidthCount++,c[h]=c[h]||{width:0,maxWidth:0};var p=Vo(t.get("barWidth"),l),d=Vo(t.get("barMaxWidth"),l),f=t.get("barGap"),g=t.get("barCategoryGap");p&&!c[h].width&&(p=Math.min(u.remainedWidth,p),c[h].width=p,u.remainedWidth-=p),d&&(c[h].maxWidth=d),null!=f&&(u.gap=f),null!=g&&(u.categoryGap=g)});var n={};return H(e,function(t,e){n[e]={};var i=t.stacks,r=t.bandWidth,o=Vo(t.categoryGap,r),a=Vo(t.gap,1),s=t.remainedWidth,l=t.autoWidthCount,u=(s-o)/(l+(l-1)*a);u=Math.max(u,0),H(i,function(t,e){var n=t.maxWidth;n&&n<u&&(n=Math.min(n,s),t.width&&(n=Math.min(n,t.width)),s-=n,t.width=n,l--)}),u=(s-o)/(l+(l-1)*a),u=Math.max(u,0);var c,h=0;H(i,function(t,e){t.width||(t.width=u),c=t,h+=t.width*(1+a)}),c&&(h-=c.width*a);var p=-h/2;H(i,function(t,i){n[e][i]=n[e][i]||{offset:p,width:t.width},p+=t.width*(1+a)})}),n}(X(e.getSeriesByType(t),function(t){return!e.isSeriesFiltered(t)&&t.coordinateSystem&&"polar"===t.coordinateSystem.type}));e.eachSeriesByType(t,function(t){if("polar"===t.coordinateSystem.type){var e=t.getData(),n=t.coordinateSystem,o=n.getBaseAxis(),a=pW(n,o),s=hW(t),l=r[a][s],u=l.offset,c=l.width,h=n.getOtherAxis(o),p=t.coordinateSystem.cx,d=t.coordinateSystem.cy,f=t.get("barMinHeight")||0,g=t.get("barMinAngle")||0;i[s]=i[s]||[];for(var v=e.mapDimension(h.dim),y=e.mapDimension(o.dim),m=lw(e,v),x="radius"!==o.dim||!t.get("roundCap",!0),_=h.model.get("startValue"),b=h.dataToCoord(_||0),w=0,S=e.count();w<S;w++){var M=e.get(v,w),I=e.get(y,w),T=M>=0?"p":"n",C=b;m&&(i[s][I]||(i[s][I]={p:b,n:b}),C=i[s][I][T]);var D=void 0,A=void 0,k=void 0,L=void 0;if("radius"===h.dim){var N=h.dataToCoord(M)-b,E=o.dataToCoord(I);Math.abs(N)<f&&(N=(N<0?-1:1)*f),D=C,A=C+N,L=(k=E-u)-c,m&&(i[s][I][T]=A)}else{var O=h.dataToCoord(M,x)-b,P=o.dataToCoord(I);Math.abs(O)<g&&(O=(O<0?-1:1)*g),A=(D=P+u)+c,k=C,L=C+O,m&&(i[s][I][T]=L)}e.setItemLayout(w,{cx:p,cy:d,r0:D,r:A,startAngle:-k*Math.PI/180,endAngle:-L*Math.PI/180,clockwise:k>=L})}}})}var fW={startAngle:90,clockwise:!0,splitNumber:12,axisLabel:{rotate:0}},gW={splitNumber:5},vW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="polar",e}(am);function yW(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),ct(e.labelInside,t.get(["axisLabel","inside"]))&&(r.labelDirection=-r.labelDirection);var c=t.get(["axisLabel","rotate"]);return r.labelRotate="top"===o?-c:c,r.z2=1,r}var mW=["splitArea","splitLine","breakArea"],xW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.axisPointerClass="SingleAxisPointer",n}return n(e,t),e.prototype.render=function(e,n,i,r){var o=this.group;o.removeAll();var a=this._axisGroup;this._axisGroup=new wo;var s=yW(e),l=new yA(e,i,s);l.build(),o.add(this._axisGroup),o.add(l.group),H(mW,function(t){e.get([t,"show"])&&_W[t](this,this.group,this._axisGroup,e,i)},this),_p(a,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r)},e.prototype.remove=function(){HA(this)},e.type="singleAxis",e}(GA),_W={splitLine:function(t,e,n,i,r){var o=i.axis;if(!o.scale.isBlank()){var a=i.getModel("splitLine"),s=a.getModel("lineStyle"),l=s.get("color");l=l instanceof Array?l:[l];for(var u=s.get("width"),c=i.coordinateSystem.getRect(),h=o.isHorizontal(),p=[],d=0,f=o.getTicksCoords({tickModel:a,breakTicks:"none",pruneByBreak:"preserve_extent_bound"}),g=[],v=[],y=0;y<f.length;++y){var m=o.toGlobalCoord(f[y].coord);h?(g[0]=m,g[1]=c.y,v[0]=m,v[1]=c.y+c.height):(g[0]=c.x,g[1]=m,v[0]=c.x+c.width,v[1]=m);var x=new yh({shape:{x1:g[0],y1:g[1],x2:v[0],y2:v[1]},silent:!0});fp(x.shape,u);var _=d++%l.length;p[_]=p[_]||[],p[_].push(x)}var b=s.getLineStyle(["color"]);for(y=0;y<p.length;++y)e.add(pp(p[y],{style:V({stroke:l[y%l.length]},b),silent:!0}))}},splitArea:function(t,e,n,i,r){WA(t,n,i,i)},breakArea:function(t,e,n,i,r){var o=LD(),a=i.axis.scale;o&&"ordinal"!==a.type&&o.rectCoordBuildBreakAxis(e,t,i,i.coordinateSystem.getRect(),r)}},bW=xW,wW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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}},jitter:0,jitterOverlap:!0,jitterMargin:2},e}(Jf);F(wW,IS.prototype);var SW=wW,MW=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 n(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}(dM),IW=MW,TW=["single"],CW=function(){function t(t,e,n){this.type="single",this.dimension="single",this.dimensions=TW,this.axisPointerEnabled=!0,this.model=t,this._init(t,e,n)}return t.prototype._init=function(t,e,n){var i=this.dimension,r=new IW(i,vS(t),[0,0],t.get("type"),t.get("position")),o="category"===r.type;r.onBand=o&&t.get("boundaryGap"),r.inverse=t.get("inverse"),r.orient=t.get("orient"),t.axis=r,r.model=t,r.coordinateSystem=this,this._axis=r},t.prototype.update=function(t,e){t.eachSeries(function(t){if(t.coordinateSystem===this){var e=t.getData();H(e.mapDimensionsAll(this.dimension),function(t){this._axis.scale.unionExtentFromData(e,t)},this),gS(this._axis.scale,this._axis.model)}},this)},t.prototype.resize=function(t,e){var n=Uf(t,e).refContainer;this._rect=Ff(t.getBoxLayoutParams(),n),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?1:0;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,e,n){n=n||[];var i=this.getAxis();return n[0]=i.coordToData(i.toLocalCoord(t["horizontal"===i.orient?0:1])),n},t.prototype.dataToPoint=function(t,e,n){var i=this.getAxis(),r=this.getRect();n=n||[];var o="horizontal"===i.orient?0:1;return t instanceof Array&&(t=t[0]),n[o]=i.toGlobalCoord(i.dataToCoord(+t)),n[1-o]=0===o?r.y+r.height/2:r.x+r.width/2,n},t.prototype.convertToPixel=function(t,e,n){return DW(e)===this?this.dataToPoint(n):null},t.prototype.convertFromPixel=function(t,e,n){return DW(e)===this?this.pointToData(n):null},t}();function DW(t){var e=t.seriesModel,n=t.singleAxisModel;return n&&n.coordinateSystem||e&&e.coordinateSystem}var AW={create:function(t,e){var n=[];return t.eachComponent("singleAxis",function(i,r){var o=new CW(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",za).models[0];t.coordinateSystem=e&&e.coordinateSystem}}),n},dimensions:TW},kW=["x","y"],LW=["width","height"],NW=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.makeElOption=function(t,e,n,i,r){var o=n.axis,a=o.coordinateSystem,s=PW(a,1-OW(o)),l=a.dataToPoint(e)[0],u=i.get("type");if(u&&"none"!==u){var c=iF(i),h=EW[u](o,l,s);h.style=c,t.graphicKey=h.type,t.pointer=h}sF(e,t,yW(n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=yW(e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=aF(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=OW(r),s=PW(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=PW(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}(nF),EW={line:function(t,e,n){return{type:"Line",subPixelOptimize:!0,shape:lF([e,n[0]],[e,n[1]],OW(t))}},shadow:function(t,e,n){var i=t.getBandWidth(),r=n[1]-n[0];return{type:"Rect",shape:uF([e-i/2,n[0]],[i,r],OW(t))}}};function OW(t){return t.isHorizontal()?0:1}function PW(t,e){var n=t.getRect();return[n[kW[e]],n[kW[e]]+n[LW[e]]]}var RW=NW,VW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="single",e}(am);function zW(t,e){var n,i=t.cellSize;1===(n=$(i)?i:t.cellSize=[i,i]).length&&(n[1]=n[0]);var r=U([0,1],function(t){return function(t,e){return null!=t[Rf[e][0]]||null!=t[Rf[e][1]]&&null!=t[Rf[e][2]]}(e,t)&&(n[t]="auto"),null!=n[t]&&"auto"!==n[t]});Zf(t,e,{type:"box",ignoreSize:r})}var BW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(e,n,i){var r=jf(e);t.prototype.init.apply(this,arguments),zW(e,r)},e.prototype.mergeOption=function(e){t.prototype.mergeOption.apply(this,arguments),zW(this.option,e)},e.prototype.getCellSize=function(){return this.option.cellSize},e.type="calendar",e.layoutMode="box",e.defaultOption={z:2,left:80,top:60,cellSize:20,orient:"horizontal",splitLine:{show:!0,lineStyle:{color:ig.color.axisLine,width:1,type:"solid"}},itemStyle:{color:ig.color.neutral00,borderWidth:1,borderColor:ig.color.neutral10},dayLabel:{show:!0,firstDay:0,position:"start",margin:ig.size.s,color:ig.color.secondary},monthLabel:{show:!0,position:"start",margin:ig.size.s,align:"center",formatter:null,color:ig.color.secondary},yearLabel:{show:!0,position:null,margin:ig.size.xl,formatter:null,color:ig.color.quaternary,fontFamily:"sans-serif",fontWeight:"bolder",fontSize:20}},e}(Jf),GW=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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.dataToCalendarLayout([s],!1).tl,u=new Ql({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++){p(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 p(e){r._firstDayOfMonth.push(o.getDateInfo(e)),r._firstDayPoints.push(o.dataToCalendarLayout([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)}p(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?0:1;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 dh({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.dataToCalendarLayout([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){return Q(t)&&t?(n=t,H(e,function(t,e){n=n.replace("{"+e+"}",i?fe(t):t)}),n):J(t)?t(e):e.nameMap;var n,i},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?0:1,h={top:[l,s[c][1]],bottom:[l,s[1-c][1]],left:[s[1-c][0],u],right:[s[c][0],u]},p=e.start.y;+e.end.y>+e.start.y&&(p=p+"-"+e.end.y);var d=r.get("formatter"),f={start:e.start.y,end:e.end.y,nameMap:p},g=this._formatterLabel(d,f),v=new vu({z2:30,style:Zp(r,{text:g}),silent:r.get("silent")});v.attr(this._yearTextPositionControl(v,h[a],n,a,o)),i.add(v)}},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&&!Q(o)||(o&&(e=Ad(o)||e),o=e.get(["time","monthAbbr"])||[]);var c="start"===s?0:1,h="horizontal"===n?0:1;a="start"===s?-a:a;for(var p="center"===l,d=r.get("silent"),f=0;f<u[c].length-1;f++){var g=u[c][f].slice(),v=this._firstDayOfMonth[f];if(p){var y=this._firstDayPoints[f];g[h]=(y[h]+u[0][f+1][h])/2}var m=r.get("formatter"),x=o[+v.m-1],_={yyyy:v.y,yy:(v.y+"").slice(2),MM:v.m,M:+v.m,nameMap:x},b=this._formatterLabel(m,_),w=new vu({z2:30,style:R(Zp(r,{text:b}),this._monthTextPositionControl(g,p,n,s,a)),silent:d});i.add(w)}}},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();if(!l||Q(l))l&&(e=Ad(l)||e),l=e.get(["time","dayOfWeekShort"])||U(e.get(["time","dayOfWeekAbbr"]),function(t){return t[0]});var h=a.getNextNDay(n.end.time,7-n.lweek).time,p=[a.getCellWidth(),a.getCellHeight()];u=Vo(u,Math.min(p[1],p[0])),"start"===s&&(h=a.getNextNDay(n.start.time,-(7+n.fweek)).time,u=-u);for(var d=o.get("silent"),f=0;f<7;f++){var g,v=a.getNextNDay(h,f),y=a.dataToCalendarLayout([v.time],!1).center;g=Math.abs((f+c)%7);var m=new vu({z2:30,style:R(Zp(o,{text:l[g]}),this._weekTextPositionControl(y,i,s,u,p)),silent:d});r.add(m)}}},e.type="calendar",e}(am),FW=GW,WW=864e5,HW=function(){function t(e,n,i){this.type="calendar",this.dimensions=t.dimensions,this.getDimensionsInfo=t.getDimensionsInfo,this._model=e,this._update(n,i)}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=Ko(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];H([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=Ff(o,s);function u(t,e){return null!=t[e]&&"auto"!==t[e]}H([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,n){n=n||[],$(t)&&(t=t[0]),null==e&&(e=!0);var i=this.getDateInfo(t),r=this._rangeInfo,o=i.formatedDate;if(e&&!(i.time>=r.start.time&&i.time<r.end.time+WW))return n[0]=n[1]=NaN,n;var a=i.day,s=this._getRangeInfo([r.start.time,o]).nthWeek;return"vertical"===this._orient?(n[0]=this._rect.x+a*this._sw+this._sw/2,n[1]=this._rect.y+s*this._sh+this._sh/2):(n[0]=this._rect.x+s*this._sw+this._sw/2,n[1]=this._rect.y+a*this._sh+this._sh/2),n},t.prototype.pointToData=function(t){var e=this.pointToDate(t);return e&&e.time},t.prototype.dataToLayout=function(t,e,n){var i=(n=n||{}).rect=n.rect||{},r=n.contentRect=n.contentRect||{},o=this.dataToPoint(t,e);return i.x=o[0]-this._sw/2,i.y=o[1]-this._sh/2,i.width=this._sw,i.height=this._sh,an.copy(r,i),Cp(r,this._lineWidth/2,!0,!0),n},t.prototype.dataToCalendarLayout=function(t,e){var n=this.dataToPoint(t,e);return{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=UW(e);return i===this?i.dataToPoint(n):null},t.prototype.convertToLayout=function(t,e,n){var i=UW(e);return i===this?i.dataToLayout(n):null},t.prototype.convertFromPixel=function(t,e,n){var i=UW(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($(e)&&1===e.length&&(e=e[0]),$(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"production"!==process.env.NODE_ENV&&N("Invalid date range."),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/WW)-Math.floor(n[0].time/WW)+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?1-u: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=7*(t-1)-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.eachComponent(function(t,e){Lf({targetModel:e,coordSysType:"calendar",coordSysProvider:Nf})}),i},t.dimensions=["time","value"],t}();function UW(t){var e=t.calendarModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var YW=HW;var XW=1,ZW=2,jW=3,qW={none:0,all:1,body:2,corner:3};function KW(t,e,n){var i=e[np[n]].getCell(t);return!i&&et(t)&&t<0&&(i=e[np[1-n]].getUnitLayoutInfo(n,Math.round(t))),i}function $W(t){var e=t||[];return e[0]=e[0]||[],e[1]=e[1]||[],e[0][0]=e[0][1]=e[1][0]=e[1][1]=NaN,e}function JW(t,e,n,i,r){QW(t[0],e,r,n,i,0),QW(t[1],e,r,n,i,1)}function QW(t,e,n,i,r,o){t[0]=1/0,t[1]=-1/0;var a=i[o],s=$(a)?a:[a],l=s.length,u=!!n;if(l>=1?(tH(t,e,s,u,r,o,0),l>1&&tH(t,e,s,u,r,o,l-1)):("production"!==process.env.NODE_ENV&&e&&e.push('Should be like [["x1", "x2"], ["y1", "y2"]], or ["x1", "y1"], rather than empty.'),t[0]=t[1]=NaN),u){var c=-r[np[1-o]].getLocatorCount(o),h=r[np[o]].getLocatorCount(o)-1;n===qW.body?c=Oo(0,c):n===qW.corner&&(h=Eo(-1,h)),h<c&&(c=h=NaN),ut(t[0])&&(t[0]=c),ut(t[1])&&(t[1]=h),t[0]=Oo(Eo(t[0],h),c),t[1]=Oo(Eo(t[1],h),c)}}function tH(t,e,n,i,r,o,a){var s=KW(n[a],r,o);if(!s)return"production"!==process.env.NODE_ENV&&!i&&e&&e.push("Can not find cell by coord["+o+"]["+a+"]."),void(t[0]=t[1]=NaN);var l,u=s.id[np[o]],c=u,h=!(l=s)||l.type!==ZW&&l.type!==jW?null:l;h&&(c+=h.span[np[o]]-1),t[0]=Eo(t[0],u,c),t[1]=Oo(t[1],u,c)}function eH(t,e){return ut(t[e][0])||ut(t[e][1])}function nH(t,e,n,i){e=e||iH;for(var r=0;r<i;r++)e[r]=!1;for(;;){var o=!1;for(r=0;r<i;r++){var a=n[r];!e[r]&&a.cellMergeOwner&&rH(t,a.locatorRange)&&(e[r]=!0,o=!0)}if(!o)break}}var iH=[];function rH(t,e){return!(!oH(t[0],e[0])||!oH(t[1],e[1]))&&(t[0][0]=Eo(t[0][0],e[0][0]),t[0][1]=Oo(t[0][1],e[0][1]),t[1][0]=Eo(t[1][0],e[1][0]),t[1][1]=Oo(t[1][1],e[1][1]),!0)}function oH(t,e){return t[1]>=e[0]&&t[0]<=e[1]}function aH(t,e){t.id.set(e[0][0],e[1][0]),t.span.set(e[0][1]-t.id.x+1,e[1][1]-t.id.y+1)}function sH(t,e,n,i){var r=KW(e[i][0],n,i),o=KW(e[i][1],n,i);t[np[i]]=t[ip[i]]=NaN,r&&o&&(t[np[i]]=r.xy,t[ip[i]]=o.xy+o.wh-r.xy)}function lH(t,e,n,i){return t[np[e]]=n,t[np[1-e]]=i,t}var uH=function(){function t(t,e){this._cells=[],this._levels=[],this.dim=t,this.dimIdx="x"===t?0:1,this._model=e,this._uniqueValueGen=function(t){var e=t.toUpperCase(),n=new RegExp("^"+e+"([0-9]+)$"),i=0;function r(t){var e;null!=t&&(e=t.match(n))&&(i=Oo(i,+e[1]+1))}function o(){return""+e+i++}function a(t,e){for(var n=St(),i=0;i<t.length;i++){var r=t[i];null!=r&&null==n.get(r)||(t[i]=r=o(),e[i].option=V({value:r},e[i].option)),n.set(r,!0)}}return{calcDupBase:r,ensureValueUnique:a}}(t);var n=e.get("data",!0);null==n||$(n)||("production"!==process.env.NODE_ENV&&pa("Illegal echarts option - matrix."+this.dim+".data must be an array if specified."),n=[]),n?this._initByDimModelData(n):this._initBySeriesData()}return t.prototype._initByDimModelData=function(t){var e=this,n=e._cells,i=e._levels,r=[],o=0;return e._leavesCount=function t(n,a,s){var l=0;if(!n)return l;return H(n,function(n,u){var c,h=!1;Q(n)?c={value:n}:nt(n)?(c=n,null==n.value||Q(n.value)||(h=!0,c={value:null})):(c={value:null},null!=n&&(h=!0)),h&&"production"!==process.env.NODE_ENV&&pa("Illegal echarts option - matrix."+e.dim+".data["+u+"] must be `string | {value: string}`.");var p={type:jW,ordinal:NaN,level:s,firstLeafLocator:a,id:new Ge,span:lH(new Ge,e.dimIdx,1,1),option:c,xy:NaN,wh:NaN,dim:e,rect:{x:NaN,y:NaN,width:NaN,height:NaN}};o++,(r[a]||(r[a]=[])).push(p),i[s]||(i[s]={type:XW,xy:NaN,wh:NaN,option:null,id:new Ge,dim:e});var d=t(c.children,a,s+1),f=Math.max(1,d);p.span[np[e.dimIdx]]=f,l+=f,a+=f}),l}(t,0,0),void function(){var t=[];for(;n.length<o;)for(var i=0;i<r.length;i++){var a=r[i].pop();if(a){a.ordinal=t.length;var s=a.option.value;t.push(s),n.push(a),e._uniqueValueGen.calcDupBase(s)}}e._uniqueValueGen.ensureValueUnique(t,n);var l=e._ordinalMeta=new Tw({categories:t,needCollect:!1,deduplication:!1});e._scale=new Dw({ordinalMeta:l});for(var u=0;u<e._leavesCount;u++){var c=e._cells[u];c.type=ZW,c.span[np[1-e.dimIdx]]=e._levels.length-c.level}e._initCellsId(),e._initLevelIdOptions()}()},t.prototype._initBySeriesData=function(){var t=this;t._leavesCount=0,t._levels=[{type:XW,xy:NaN,wh:NaN,option:null,id:new Ge,dim:t}],t._initLevelIdOptions();var e=t._ordinalMeta=new Tw({needCollect:!0,deduplication:!0,onCollect:function(e,n){var i=t._cells[n]={type:ZW,ordinal:n,level:0,firstLeafLocator:n,id:new Ge,span:lH(new Ge,t.dimIdx,1,1),option:{value:e+""},xy:NaN,wh:NaN,dim:t,rect:{x:NaN,y:NaN,width:NaN,height:NaN}};t._leavesCount++,t._setCellId(i)}});t._scale=new Dw({ordinalMeta:e})},t.prototype._setCellId=function(t){var e=this._levels.length,n=this.dimIdx;lH(t.id,n,t.firstLeafLocator,t.level-e)},t.prototype._initCellsId=function(){var t=this._levels.length,e=this.dimIdx;H(this._cells,function(n){lH(n.id,e,n.firstLeafLocator,n.level-t)})},t.prototype._initLevelIdOptions=function(){var t=this._levels.length,e=this.dimIdx,n=this._model.get("levels",!0);n=$(n)?n:[],H(this._levels,function(i,r){lH(i.id,e,0,r-t),i.option=n[r]})},t.prototype.shouldShow=function(){return!!this._model.getShallow("show",!0)},t.prototype.resetLayoutIterator=function(t,e,n,i){if(t=t||new Ua,e===this.dimIdx){var r=this._leavesCount,o=null!=n?Math.max(0,n):0;i=null!=i?Math.min(i,r):r,t.reset(this._cells,o,o+i)}else{r=this._levels.length,o=null!=n?Math.max(0,n+r):0;i=null!=i?Math.min(i,r):r,t.reset(this._levels,o,o+i)}return t},t.prototype.resetCellIterator=function(t){return(t||new Ua).reset(this._cells,0)},t.prototype.resetLevelIterator=function(t){return(t||new Ua).reset(this._levels,0)},t.prototype.getLayout=function(t,e,n){var i=this.getUnitLayoutInfo(e,n);t[np[e]]=i?i.xy:NaN,t[ip[e]]=i?i.wh:NaN},t.prototype.getUnitLayoutInfo=function(t,e){return t===this.dimIdx?e<this._leavesCount?this._cells[e]:void 0:this._levels[e+this._levels.length]},t.prototype.getCell=function(t){var e=this._scale.parse(t);return ut(e)?void 0:this._cells[e]},t.prototype.getLocatorCount=function(t){return t===this.dimIdx?this._leavesCount:this._levels.length},t.prototype.getOrdinalMeta=function(){return this._ordinalMeta},t}();var cH=function(){function t(t,e,n){this._model=e,this._dims=n,this._kind=t,this._cellMergeOwnerList=[]}return t.prototype._ensureCellMap=function(){var t=this,e=t._cellMap;return e||(e=t._cellMap=St(),function(){var e=[],i=t._model.getShallow("data");i&&!$(i)&&("production"!==process.env.NODE_ENV&&pa("matrix."+i+".data must be an array if specified."),i=null);H(i,function(n,i){if(nt(n)&&$(n.coord)){var r=$W([]),o=null;if("production"!==process.env.NODE_ENV&&(o=[]),JW(r,o,n.coord,t._dims,n.coordClamp?qW[t._kind]:qW.none),eH(r,0)||eH(r,1))"production"!==process.env.NODE_ENV&&pa("Can not determine cells by option matrix."+t._kind+".data["+i+"]: "+o.join(" "));else{var a=n&&n.mergeCells,s={id:new Ge,span:new Ge,locatorRange:r,option:n,cellMergeOwner:a};aH(s,r),e.push(s)}}else"production"!==process.env.NODE_ENV&&pa("Illegal matrix."+t._kind+".data["+i+"], must be a {coord: [...], ...}")});for(var r=[],o=0;o<e.length;o++){var a=e[o];if(a.cellMergeOwner){var s=a.locatorRange;nH(s,r,e,o);for(var l=0;l<o;l++)r[l]&&(e[l].cellMergeOwner=!1);if(s[0][0]!==a.id.x||s[1][0]!==a.id.y){a.cellMergeOwner=!1;var u=R({},a.option);u.coord=null;var c={id:new Ge,span:new Ge,locatorRange:s,option:u,cellMergeOwner:!0};aH(c,s),e.push(c)}}}H(e,function(e){var i=n(e.id.x,e.id.y);if(e.cellMergeOwner&&(i.cellMergeOwner=!0,i.span=e.span,i.locatorRange=e.locatorRange,i.spanRect={x:NaN,y:NaN,width:NaN,height:NaN},t._cellMergeOwnerList.push(i)),e.cellMergeOwner||e.option)for(var r=0;r<e.span.y;r++)for(var o=0;o<e.span.x;o++){var a=n(e.id.x+o,e.id.y+r);a.option=e.option,e.cellMergeOwner&&(a.inSpanOf=i)}})}()),e;function n(t,n){var i=pH(t,n),r=e.get(i);return r||(r=e.set(i,{id:new Ge(t,n),option:null,inSpanOf:null,span:null,spanRect:null,locatorRange:null,cellMergeOwner:!1})),r}},t.prototype.getCell=function(t){return this._ensureCellMap().get(pH(t[0],t[1]))},t.prototype.travelExistingCells=function(t){this._ensureCellMap().each(t)},t.prototype.expandRangeByCellMerge=function(t){if(!eH(t,0)&&!eH(t,1)&&t[0][0]===t[0][1]&&t[1][0]===t[1][1]){hH[0]=t[0][0],hH[1]=t[1][0];var e=this.getCell(hH),n=e&&e.inSpanOf;if(n)return void function(t,e){t[0][0]=e[0][0],t[0][1]=e[0][1],t[1][0]=e[1][0],t[1][1]=e[1][1]}(t,n.locatorRange)}var i=this._cellMergeOwnerList;nH(t,null,i,i.length)},t}(),hH=[];function pH(t,e){return t+"|"+e}var dH={show:!0,color:ig.color.secondary,overflow:"break",lineOverflow:"truncate",padding:[2,3,2,3],distance:0};function fH(t){return{color:"none",borderWidth:1,borderColor:t?"none":ig.color.borderTint}}var gH={show:!0,label:dH,itemStyle:fH(!1),silent:void 0,dividerLineStyle:{width:1,color:ig.color.border}},vH={z:-50,left:"10%",top:"10%",right:"10%",bottom:"10%",x:gH,y:gH,body:{label:dH,itemStyle:fH(!1),silent:void 0},corner:{label:dH,itemStyle:fH(!0),silent:void 0},backgroundStyle:{color:"none",borderColor:ig.color.axisLine,borderWidth:1}},yH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.optionUpdated=function(){var t=this._dimModels={x:new mH(this.get("x",!0)||{}),y:new mH(this.get("y",!0)||{})};t.x.option.type=t.y.option.type="category";var e={x:t.x.dim=new uH("x",t.x),y:t.y.dim=new uH("y",t.y)};this._body=new cH("body",new md(this.getShallow("body")),e),this._corner=new cH("corner",new md(this.getShallow("corner")),e)},e.prototype.getDimensionModel=function(t){return this._dimModels[t]},e.prototype.getBody=function(){return this._body},e.prototype.getCorner=function(){return this._corner},e.type="matrix",e.layoutMode="box",e.defaultOption=vH,e}(Jf),mH=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getOrdinalMeta=function(){return this.dim.getOrdinalMeta()},e}(md),xH=yH,_H=Math.round,bH={normal:25,special:100},wH={normal:50,special:125},SH=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e){this.group.removeAll();var n=this.group,i=t.coordinateSystem.getRect(),r=t.getDimensionModel("x"),o=t.getDimensionModel("y"),a=r.dim,s=o.dim;!function(t,e,n){function i(i){var r=e.getDimensionModel(np[i]),o=r.dim;if(o.shouldShow())for(var a=r.getModel("itemStyle"),s=r.getModel("label"),l=e.getShallow("tooltip",!0),u=[],c=o.resetCellIterator();c.next();){var h=c.item,p={};an.copy(p,h.rect),Pt(u,h.id.x,h.id.y),MH(u,e,t,n,h.option,a,s,r,p,h.option.value,wH,l)}}i(0),i(1)}(n,t,e),function(t,e,n,i,r){o("body",e.getBody(),n,i),n.shouldShow()&&i.shouldShow()&&o("corner",e.getCorner(),i,n);function o(n,i,o,a){var s=new md(e.getShallow(n,!0)),l=s.getModel("itemStyle"),u=s.getModel("label"),c=new Ua,h=new Ua,p=[],d=e.getShallow("tooltip",!0);for(a.resetLayoutIterator(h,1);h.next();)for(o.resetLayoutIterator(c,0);c.next();){var f=c.item,g=h.item;Pt(p,f.id.x,g.id.y);var v=i.getCell(p);if(!v||!v.inSpanOf||v.inSpanOf===v){var y={};v&&v.span?an.copy(y,v.spanRect):(f.dim.getLayout(y,0,p[0]),g.dim.getLayout(y,1,p[1]));var m=v?v.option:null;MH(p,e,t,r,m,l,u,s,y,m?m.value:null,bH,d)}}}}(n,t,a,s,e);var l=ht(t.getShallow("borderZ2",!0),99),u=l-1,c=t.getModel("backgroundStyle").getItemStyle(["borderWidth"]);c.lineWidth=0;var h=t.getModel("backgroundStyle").getItemStyle(["color","decal","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]);h.fill="none";var p=AH(i.clone(),c,0),d=AH(i.clone(),h,l);p.silent=!0,d.silent=!0,n.add(p),n.add(d);var f=a.getUnitLayoutInfo(0,0),g=s.getUnitLayoutInfo(1,0);f&&g&&(a.shouldShow()&&n.add(kH({x1:i.x,y1:g.xy,x2:i.x+i.width,y2:g.xy},r.getModel("dividerLineStyle").getLineStyle(),u)),s.shouldShow()&&n.add(kH({x1:f.xy,y1:i.y,x2:f.xy,y2:i.y+i.height},o.getModel("dividerLineStyle").getLineStyle(),u)))},e.type="matrix",e}(am);function MH(t,e,n,i,r,o,a,s,l,u,c,h){var p;TH.option=r?r.itemStyle:null,TH.parentModel=o,IH.option=r,IH.parentModel=s;var d=ht(IH.getShallow("z2"),r&&r.itemStyle?c.special:c.normal),f=h&&h.show,g=AH(l,TH.getItemStyle(),d);n.add(g);var v,y=IH.get("cursor");if(null!=y&&g.attr("cursor",y),null!=u){var m=u+"";if(CH.option=r?r.label:null,CH.parentModel=a,CH.ecModel=i,Yp(g,{normal:CH},{defaultText:m,autoOverflowArea:!0,layoutRect:E(g.shape)}),v=g.getTextContent()){v.z2=d+1;var x=v.style;if(x&&x.overflow&&"none"!==x.overflow&&x.lineOverflow){var _={};an.copy(_,l),Cp(_,((null===(p=g.style)||void 0===p?void 0:p.lineWidth)||0)/2,!0,!0),g.updateInnerText(),v.getLocalTransform(DH),Re(DH,DH),an.applyTransform(_,_,DH),v.setClipPath(new Ql({shape:_}))}}kp({el:g,componentModel:e,itemName:m,itemTooltipOption:h,formatterParamsExtra:{xyLocator:t.slice()}})}if(v){var b=CH.get("silent");null==b&&(b=!f),v.silent=b,v.ignoreHostSilent=!0}var w=IH.get("silent");null==w&&(w=!g.style||"none"===g.style.fill||!g.style.fill),g.silent=w,Ya(IH),Ya(TH),Ya(CH)}var IH=new md,TH=new md,CH=new md,DH=[];function AH(t,e,n){var i=e.lineWidth;if(i){var r=t.x+t.width,o=t.y+t.height;t.x=ql(t.x,i,!0),t.y=ql(t.y,i,!0),t.width=ql(r,i,!0)-t.x,t.height=ql(o,i,!0)-t.y}return new Ql({shape:t,style:e,z2:n})}function kH(t,e,n){var i=e.lineWidth;return i&&(_H(2*t.x1)===_H(2*t.x2)&&(t.x1=t.x2=ql(t.x1,i,!0)),_H(2*t.y1)===_H(2*t.y2)&&(t.y1=t.y2=ql(t.y1,i,!0))),new yh({shape:t,style:e,silent:!0,z2:n})}var LH=SH,NH=function(){function t(e,n,i){this.dimensions=t.dimensions,this.type="matrix",this._model=e;var r=this._dimModels={x:e.getDimensionModel("x"),y:e.getDimensionModel("y")};this._dims={x:r.x.dim,y:r.y.dim},this._resize(e,i)}return t.getDimensionsInfo=function(){return[{name:"x",type:"ordinal"},{name:"y",type:"ordinal"},{name:"value"}]},t.create=function(e,n){var i=[];return e.eachComponent("matrix",function(r){var o=new t(r,e,n);i.push(o),r.coordinateSystem=o}),e.eachComponent(function(t,e){Lf({targetModel:e,coordSysType:"matrix",coordSysProvider:Nf})}),i},t.prototype.getRect=function(){return this._rect},t.prototype._resize=function(t,e){var n=this._dims,i=this._dimModels,r=this._rect=Ff(t.getBoxLayoutParams(),{width:e.getWidth(),height:e.getHeight()});RH(i,n,r,0),RH(i,n,r,1),VH(0,n),VH(1,n),zH(this._model.getBody(),n),zH(this._model.getCorner(),n)},t.prototype.dataToPoint=function(t,e,n){return n=n||[],this.dataToLayout(t,e,EH),n[0]=EH.rect.x+EH.rect.width/2,n[1]=EH.rect.y+EH.rect.height/2,n},t.prototype.dataToLayout=function(t,e,n){var i=this._dims,r=(n=n||{}).rect=n.rect||{};r.x=r.y=r.width=r.height=NaN;var o=n.matrixXYLocatorRange=$W(n.matrixXYLocatorRange);return $(t)?(JW(o,null,t,i,ht(e&&e.clamp,qW.none)),e&&e.ignoreMergeCells||(e&&e.clamp===qW.corner||this._model.getBody().expandRangeByCellMerge(o),e&&e.clamp===qW.body||this._model.getCorner().expandRangeByCellMerge(o)),sH(r,o,i,0),sH(r,o,i,1),n):("production"!==process.env.NODE_ENV&&pa("Input data must be an array in `convertToLayout`, `convertToPixel`"),n)},t.prototype.pointToData=function(t,e,n){var i=this._dims;return UH(HH,0,i,t,e&&e.clamp),UH(HH,1,i,t,e&&e.clamp),(n=n||[])[0]=n[1]=NaN,HH.y===WH.inCorner&&HH.x===WH.inBody?YH(HH,n,0,i):HH.x===WH.inCorner&&HH.y===WH.inBody?YH(HH,n,1,i):(XH(HH,n,0,i),XH(HH,n,1,i)),n},t.prototype.convertToPixel=function(t,e,n,i){var r=FH(e);return r===this?r.dataToPoint(n,i):void 0},t.prototype.convertToLayout=function(t,e,n,i){var r=FH(e);return r===this?r.dataToLayout(n,i):void 0},t.prototype.convertFromPixel=function(t,e,n,i){var r=FH(e);return r===this?r.pointToData(n,i):void 0},t.prototype.containPoint=function(t){return this._rect.contain(t[0],t[1])},t.dimensions=["x","y","value"],t}(),EH={rect:{x:NaN,y:NaN,width:NaN,height:NaN}},OH=new Ua,PH=new Ua;function RH(t,e,n,i){for(var r=1-i,o=e[np[i]],a=e[np[r]],s=a.shouldShow(),l=o.resetCellIterator();l.next();)l.item.wh=l.item.xy=NaN;for(var u=a.resetLayoutIterator(null,i);u.next();)u.item.wh=u.item.xy=NaN;for(var c=n[ip[i]],h=o.getLocatorCount(i)+a.getLocatorCount(i),p=new md,d=a.resetLevelIterator();d.next();)p.option=d.item.option,p.parentModel=t[np[r]],v(d.item,s?p.get("levelSize"):0);for(var f=new md,g=o.resetCellIterator();g.next();)g.item.type===ZW&&(f.option=g.item.option,f.parentModel=void 0,v(g.item,f.get("size")));function v(t,e){var r=function(t,e,n){var i=zo(t,n[ip[e]]);return GH(i,n[ip[e]])}(e,i,n);ut(r)||(t.wh=GH(r,c),c=GH(c-t.wh),h--)}var y=h?c/h:0,m=!h&&c>=1,x=n[np[i]],_=o.getLocatorCount(i)-1,b=new Ua;for(a.resetLayoutIterator(b,i);b.next();)w(b.item);for(o.resetLayoutIterator(b,i);b.next();)w(b.item);function w(t){ut(t.wh)&&(t.wh=y),t.xy=x,t.id[np[i]]!==_||m||(t.wh=n[np[i]]+n[ip[i]]-t.xy),x+=t.wh}}function VH(t,e){for(var n=e[np[t]].resetCellIterator();n.next();){var i=n.item;BH(i.rect,t,i.id,i.span,e),BH(i.rect,1-t,i.id,i.span,e),i.type===jW&&(i.xy=i.rect[np[t]],i.wh=i.rect[ip[t]])}}function zH(t,e){t.travelExistingCells(function(t){var n=t.span;if(n){var i=t.spanRect,r=t.id;BH(i,0,r,n,e),BH(i,1,r,n,e)}})}function BH(t,e,n,i,r){t[ip[e]]=0;var o=n[np[e]]<0?r[np[1-e]]:r[np[e]],a=o.getUnitLayoutInfo(e,n[np[e]]);if(t[np[e]]=a.xy,t[ip[e]]=a.wh,i[np[e]]>1){var s=o.getUnitLayoutInfo(e,n[np[e]]+i[np[e]]-1);t[ip[e]]=s.xy+s.wh-a.xy}}function GH(t,e){return Math.max(Math.min(t,ht(e,1/0)),0)}function FH(t){var e=t.matrixModel,n=t.seriesModel;return e?e.coordinateSystem:n?n.coordinateSystem:null}var WH={inBody:1,inCorner:2,outside:3},HH={x:null,y:null,point:[]};function UH(t,e,n,i,r){var o=n[np[e]],a=n[np[1-e]],s=o.getUnitLayoutInfo(e,o.getLocatorCount(e)-1),l=o.getUnitLayoutInfo(e,0),u=a.getUnitLayoutInfo(e,-a.getLocatorCount(e)),c=a.shouldShow()?a.getUnitLayoutInfo(e,-1):null,h=t.point[e]=i[e];if(l||c)if(r!==qW.body)if(r!==qW.corner){var p=l?l.xy:c?c.xy+c.wh:NaN,d=u?u.xy:p,f=s?s.xy+s.wh:p;if(h<d){if(!r)return void(t[np[e]]=WH.outside);h=d}else if(h>f){if(!r)return void(t[np[e]]=WH.outside);h=f}t.point[e]=h,t[np[e]]=p<=h&&h<=f?WH.inBody:d<=h&&h<=p?WH.inCorner:WH.outside}else c?(t[np[e]]=WH.inCorner,h=Eo(c.xy+c.wh,Oo(u.xy,h)),t.point[e]=h):t[np[e]]=WH.outside;else l?(t[np[e]]=WH.inBody,h=Eo(s.xy+s.wh,Oo(l.xy,h)),t.point[e]=h):t[np[e]]=WH.outside;else t[np[e]]=WH.outside}function YH(t,e,n,i){var r=1-n;if(t[np[n]]!==WH.outside)for(i[np[n]].resetCellIterator(PH);PH.next();){var o=PH.item;if(jH(t.point[n],o.rect,n)&&jH(t.point[r],o.rect,r))return e[n]=o.ordinal,void(e[r]=o.id[np[r]])}}function XH(t,e,n,i){if(t[np[n]]!==WH.outside)for((t[np[n]]===WH.inCorner?i[np[1-n]]:i[np[n]]).resetLayoutIterator(OH,n);OH.next();)if(ZH(t.point[n],OH.item))return void(e[n]=OH.item.id[np[n]])}function ZH(t,e){return e.xy<=t&&t<=e.xy+e.wh}function jH(t,e,n){return e[np[n]]<=t&&t<=e[np[n]]+e[ip[n]]}var qH=NH;function KH(t,e){var n;return H(e,function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)}),n}var $H=["transition","enterFrom","leaveTo"],JH=$H.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function QH(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?$H:JH,r=0;r<i.length;r++){var o=i[r];null==t[o]&&null!=e[o]&&(t[o]=e[o])}}var tU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventAutoZ=!0,n}return n(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=Ia(r,o,"normalMerge"),s=this._elOptionsToUpdate=[];H(a,function(t,e){var n=t.newOption;"production"!==process.env.NODE_ENV&&gt(nt(n)||t.existing,"Empty graphic option definition"),n&&(s.push(n),function(t,e){var n=t.existing;if(e.id=t.keyInfo.id,!e.type&&n&&(e.type=n.type),null==e.parentId){var i=e.parentOption;i?e.parentId=i.id:n&&(e.parentId=n.parentId)}e.parentOption=null}(t,n),function(t,e,n){var i=R({},n),r=t[e],o=n.$action||"merge";if("merge"===o)if(r){if("production"!==process.env.NODE_ENV){var a=n.type;gt(!a||r.type===a,'Please set $action: "replace" to change `type`')}O(r,i,!0),Zf(r,i,{ignoreSize:!0}),qf(n,r),QH(n,r),QH(n,r,"shape"),QH(n,r,"style"),QH(n,r,"extra"),n.clipPath=r.clipPath}else t[e]=i;else"replace"===o?t[e]=i:"remove"===o&&r&&(t[e]=null)}(r,e,n),function(t,e){if(t&&(t.hv=e.hv=[KH(e,["left","right"]),KH(e,["top","bottom"])],"group"===t.type)){var n=t,i=e;null==n.width&&(n.width=i.width=0),null==n.height&&(n.height=i.height=0)}}(r[e],n))},this),n.elements=X(r,function(t){return t&&delete t.$action,null!=t})},e.prototype._flatten=function(t,e,n){H(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}(Jf),eU={path:null,compoundPath:null,group:wo,image:Yl,text:vu},nU=Oa(),iU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){this._elMap=St()},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");H(e,function(e){var a=Da(e.id,null),s=null!=a?n.get(a):null,l=Da(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 p=e.textContent,d=e.textConfig;if(h&&WB(h,c,!!d,!!p)){var f=HB(h,c,!0);!d&&f.textConfig&&(d=e.textConfig=f.textConfig),!p&&f.textContent&&(p=f.textContent)}var g=function(t){return t=R({},t),H(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(Pf),function(e){delete t[e]}),t}(e);"production"!==process.env.NODE_ENV&&s&&gt(u===s.parent,"Changing parent is not supported.");var v=e.$action||"merge",y="merge"===v,m="replace"===v;if(y){var x=s;(T=!s)?x=oU(a,u,e.type,n):(x&&(nU(x).isNew=!1),gG(x)),x&&(eG(x,g,t,{isInit:T}),sU(x,e,r,o))}else if(m){aU(s,e,n,t);var _=oU(a,u,e.type,n);_&&(eG(_,g,t,{isInit:!0}),sU(_,e,r,o))}else"remove"===v&&(nG(s,e),aU(s,e,n,t));var b=n.get(a);if(b&&p)if(y){var w=b.getTextContent();w?w.attr(p):b.setTextContent(new vu(p))}else m&&b.setTextContent(new vu(p));if(b){var S=e.clipPath;if(S){var M=S.type,I=void 0,T=!1;if(y){var C=b.getClipPath();I=(T=!C||nU(C).type!==M)?rU(M):C}else m&&(T=!0,I=rU(M));b.setClipPath(I),eG(I,S,t,{isInit:T}),vG(I,S.keyframeAnimation,t)}var D=nU(b);b.setTextConfig(d),D.option=e,function(t,e,n){var i=yu(t).eventData;t.silent||t.ignore||i||(i=yu(t).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:t.name});i&&(i.info=n.info)}(b,t,e),kp({el:b,componentModel:t,itemName:b.name,itemTooltipOption:e.tooltip}),vG(b,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++){if((f=null!=(d=Da((p=n[l]).id,null))?r.get(d):null)&&f.isGroup){var u=(g=f.parent)===i,c=nU(f),h=nU(g);c.width=Vo(c.option.width,u?o:h.width)||0,c.height=Vo(c.option.height,u?a:h.height)||0}}for(l=n.length-1;l>=0;l--){var p,d,f;if(f=null!=(d=Da((p=n[l]).id,null))?r.get(d):null){var g=f.parent,v=(h=nU(g),{}),y=Yf(f,p,g===i?{width:o,height:a}:{width:h.width,height:h.height},null,{hv:p.hv,boundingMode:p.bounding},v);if(!nU(f).isNew&&y){for(var m=p.transition,x={},_=0;_<s.length;_++){var b=s[_],w=v[b];m&&(rG(m)||B(m,b)>=0)?x[b]=w:f[b]=w}jh(f,x,t,0)}else f.attr(v)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each(function(n){aU(n,nU(n).option,e,t._lastGraphicModel)}),this._elMap=St()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(am);function rU(t){"production"!==process.env.NODE_ENV&&gt(t,"graphic type MUST be set");var e=Ct(eU,t)?eU[t]:lp(t);"production"!==process.env.NODE_ENV&&gt(e,"graphic type "+t+" can not be found");var n=new e({});return nU(n).type=t,n}function oU(t,e,n,i){var r=rU(n);return e.add(r),i.set(t,r),nU(r).id=t,nU(r).isNew=!0,r}function aU(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse(function(t){aU(t,e,n,i)}),iG(t,e,i),n.removeKey(nU(t).id))}function sU(t,e,n,i){t.isGroup||H([["cursor",Ps.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],function(n){var i=n[0];Ct(e,i)?t[i]=ht(e[i],n[1]):null==t[i]&&(t[i]=n[1])}),H(j(e),function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=J(i)?i:null}}),Ct(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var lU=["x","y","radius","angle","single"],uU=["cartesian2d","polar","singleAxis"];function cU(t){return"production"!==process.env.NODE_ENV&&gt(t),t+"Axis"}function hU(t,e){var n,i=St(),r=[],o=St();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){!o.get(t.uid)&&function(t){var e=!1;return t.eachTargetAxis(function(t,n){var r=i.get(t);r&&r[n]&&(e=!0)}),e}(t)&&(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}function pU(t){var e=t.ecModel,n={infoList:[],infoMap:St()};return t.eachTargetAxis(function(t,i){var r=e.getComponent(cU(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 dU=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}(),fU=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 n(e,t),e.prototype.init=function(t,e,n){var i=gU(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=gU(t);O(this.option,t,!0),O(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;H([["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=St();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 H(lU,function(n){var i=this.getReferringComponents(cU(n),Ba);if(i.specified){e=!0;var r=new dU;H(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;if(i){var r="vertical"===e?"y":"x";o(n.findComponents({mainType:r+"Axis"}),r)}i&&o(n.findComponents({mainType:"singleAxis",filter:function(t){return t.get("orient",!0)===e}}),"single");function o(e,n){var r=e[0];if(r){var o=new dU;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",za).models[0];a&&H(e,function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",za).models[0]&&o.add(t.componentIndex)})}}}i&&H(lU,function(e){if(i){var r=n.findComponents({mainType:cU(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new dU;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");H([["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(cU(e),n))},this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each(function(n,i){H(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){"production"!==process.env.NODE_ENV&&gt(t&&null!=e);var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(cU(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;H([["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;H(["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();return n?n.getDataValueWindow():void 0},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"production"!==process.env.NODE_ENV&&gt(this._orient),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}(Jf);function gU(t){var e={};return H(["start","end","startValue","endValue","throttle"],function(n){t.hasOwnProperty(n)&&(e[n]=t[n])}),e}var vU=fU,yU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.select",e}(vU),mU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n,i){this.dataZoomModel=t,this.ecModel=e,this.api=n},e.type="dataZoom",e}(am),xU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.select",e}(mU),_U=H,bU=Go,wU=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(function(t){var e=t.get("coordinateSystem");return B(uU,e)>=0}(e)){var n=cU(this._dimName),i=e.getReferringComponents(n,za).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 E(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=[];_U(["start","end"],function(l,u){var c=t[l],h=t[l+"Value"];"percent"===r[u]?(null==c&&(c=o[u]),h=i.parse(Ro(c,o,n))):(e=!0,c=Ro(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}),bU(s),bU(a);var l=this._minMaxSpan;function u(t,e,n,r,o){var a=o?"Span":"ValueSpan";$P(0,t,n,"all",l["min"+a],l["max"+a]);for(var s=0;s<2;s++)e[s]=Ro(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=this.getTargetSeriesModels();this._dataExtent=function(t,e,n){var i=[1/0,-1/0];_U(n,function(t){!function(t,e,n){e&&H(bS(e,n),function(n){var i=e.getApproximateExtent(n);i[0]<t[0]&&(t[0]=i[0]),i[1]>t[1]&&(t[1]=i[1])})}(i,t.getData(),e)});var r=t.getAxisModel(),o=pS(r.axis.scale,r,i).calculate();return[o.min,o.max]}(this,this._dimName,e),this._updateMinMaxSpan();var n=this.calculateDataWindow(t.settledOption);this._valueWindow=n.valueWindow,this._percentWindow=n.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&&_U(i,function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=U(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],p=u>o[1];if(c&&!h&&!p)return!0;c&&(r=!0),h&&(e=!0),p&&(n=!0)}return r&&e&&n})}else _U(i,function(n){if("empty"===r)t.setData(e=e.map(n,function(t){return function(t){return t>=o[0]&&t<=o[1]}(t)?t:NaN}));else{var i={};i[n]=o,e.selectRange(i)}});_U(i,function(t){e.setApproximateExtent(o,t)})}})}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._dataExtent;_U(["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=Ro(n[0]+o,n,[0,100],!0):null!=r&&(o=Ro(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=Ho(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}();var SU=wU,MU={getTargetSeries:function(t){function e(e){t.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(i,r){var o=t.getComponent(cU(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 SU(e,i,o,t),n.push(r.__dzAxisProxy))});var i=St();return H(n,function(t){H(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]})}})}};var IU=!1;function TU(t){IU||(IU=!0,t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,MU),function(t){t.registerAction("dataZoom",function(t,e){H(hU(e,t),function(e){e.setRawRange({start:t.start,end:t.end,startValue:t.startValue,endValue:t.endValue})})})}(t),t.registerSubTypeDefaulter("dataZoom",function(){return"slider"}))}function CU(t){t.registerComponentModel(yU),t.registerComponentView(xU),TU(t)}var DU=function(){},AU={};function kU(t,e){AU[t]=e}function LU(t){return AU[t]}var NU=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.optionUpdated=function(){t.prototype.optionUpdated.apply(this,arguments);var e=this.ecModel;H(this.option.feature,function(t,n){var i=LU(n);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(e)),O(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:ig.color.border,borderRadius:0,borderWidth:0,padding:ig.size.m,itemSize:15,itemGap:ig.size.s,showTitle:!0,iconStyle:{borderColor:ig.color.accent50,color:"none"},emphasis:{iconStyle:{borderColor:ig.color.accent50}},tooltip:{show:!1,position:"bottom"}},e}(Jf);function EU(t,e){var n=df(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),new Ql({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 OU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.render=function(t,e,n,i){var r=this.group;if(r.removeAll(),t.get("show")){var o=+t.get("itemSize"),a="vertical"===t.get("orient"),s=t.get("feature")||{},l=this._features||(this._features={}),u=[];H(s,function(t,e){u.push(e)}),new Ab(this._featureNames||[],u).add(f).update(f).remove(K(f,null)).execute(),this._featureNames=u;var c=Uf(t,n).refContainer,h=t.getBoxLayoutParams(),p=t.get("padding"),d=Ff(h,c,p);zf(t.get("orient"),r,t.get("itemGap"),d.width,d.height),Yf(r,h,c,p),r.add(EU(r.getBoundingRect(),t)),a||r.eachChild(function(t){var e=t.__title,i=t.ensureState("emphasis"),a=i.textConfig||(i.textConfig={}),s=t.getTextContent(),l=s&&s.ensureState("emphasis");if(l&&!J(l)&&e){var u=l.style||(l.style={}),c=no(e,vu.makeFont(u)),h=t.x+r.x,p=!1;t.y+r.y+o+c.height>n.getHeight()&&(a.position="top",p=!0);var d=p?-5-c.height:o+10;h+c.width/2>n.getWidth()?(a.position=["100%",d],u.align="right"):h-c.width/2<0&&(a.position=[0,d],u.align="left")}})}function f(c,h){var p,d=u[c],f=u[h],g=s[d],v=new md(g,t,t.ecModel);if(i&&null!=i.newTitle&&i.featureName===d&&(g.title=i.newTitle),d&&!f){if(function(t){return 0===t.indexOf("my")}(d))p={onclick:v.option.onclick,featureName:d};else{var y=LU(d);if(!y)return;p=new y}l[d]=p}else if(!(p=l[f]))return;p.uid=_d("toolbox-feature"),p.model=v,p.ecModel=e,p.api=n;var m=p instanceof DU;d||!f?!v.get("show")||m&&p.unusable?m&&p.remove&&p.remove(e,n):(!function(i,s,l){var u,c,h=i.getModel("iconStyle"),p=i.getModel(["emphasis","iconStyle"]),d=s instanceof DU&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};Q(d)?(u={})[l]=d:u=d;Q(f)?(c={})[l]=f:c=f;var g=i.iconPaths={};H(u,function(l,u){var d=Sp(l,{},{x:-o/2,y:-o/2,width:o,height:o});d.setStyle(h.getItemStyle()),d.ensureState("emphasis").style=p.getItemStyle();var f=new vu({style:{text:c[u],align:p.get("textAlign"),borderRadius:p.get("textBorderRadius"),padding:p.get("textPadding"),fill:null,font:Qp({fontStyle:p.get("textFontStyle"),fontFamily:p.get("textFontFamily"),fontSize:p.get("textFontSize"),fontWeight:p.get("textFontWeight")},e)},ignore:!0});d.setTextContent(f),kp({el:d,componentModel:t,itemName:u,formatterParamsExtra:{title:c[u]}}),d.__title=c[u],d.on("mouseover",function(){var e=p.getItemStyle(),i=a?null==t.get("right")&&"right"!==t.get("left")?"right":"left":null==t.get("bottom")&&"bottom"!==t.get("top")?"bottom":"top";f.setStyle({fill:p.get("textFill")||e.fill||e.stroke||ig.color.neutral99,backgroundColor:p.get("textBackgroundColor")}),d.setTextConfig({position:p.get("textPosition")||i}),f.ignore=!t.get("showTitle"),n.enterEmphasis(this)}).on("mouseout",function(){"emphasis"!==i.get(["iconStatus",u])&&n.leaveEmphasis(this),f.hide()}),("emphasis"===i.get(["iconStatus",u])?Zu:ju)(d),r.add(d),d.on("click",q(s.onclick,s,e,n,u)),g[u]=d})}(v,p,d),v.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?Zu:ju)(i[t])},p instanceof DU&&p.render&&p.render(v,e,n,i)):m&&p.dispose&&p.dispose(e,n)}},e.prototype.updateView=function(t,e,n,i){H(this._features,function(t){t instanceof DU&&t.updateView&&t.updateView(t.model,e,n,i)})},e.prototype.remove=function(t,e){H(this._features,function(n){n instanceof DU&&n.remove&&n.remove(t,e)}),this.group.removeAll()},e.prototype.dispose=function(t,e){H(this._features,function(n){n instanceof DU&&n.dispose&&n.dispose(t,e)})},e.type="toolbox",e}(am);var PU=OU,RU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(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")||ig.color.neutral00,connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),s=h.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 p=i+"."+o;if(window.navigator.msSaveOrOpenBlob){for(var d=c.length,f=new Uint8Array(d);d--;)f[d]=c.charCodeAt(d);var g=new Blob([f]);window.navigator.msSaveOrOpenBlob(g,p)}else{var v=document.createElement("iframe");document.body.appendChild(v);var y=v.contentWindow,m=y.document;m.open("image/svg+xml","replace"),m.write(c),m.close(),y.focus(),m.execCommand("SaveAs",!0,p),document.body.removeChild(v)}}else{var x=n.get("lang"),_='<body style="margin:0;"><img src="'+a+'" style="max-width:100%;" title="'+(x&&x[0]||"")+'" /></body>',b=window.open();b.document.write(_),b.document.title=i}else{var w=document.createElement("a");w.download=i+"."+o,w.target="_blank",w.href=a;var S=new MouseEvent("click",{view:document.defaultView,bubbles:!0,cancelable:!1});w.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:ig.color.neutral00,name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},e}(DU),VU="__ec_magicType_stack__",zU=[["line","bar"],["stack"]],BU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getIcons=function(){var t=this.model,e=t.get("icon"),n={};return H(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=this.model,r=i.get(["seriesIndex",n]);if(GU[n]){var o,a={series:[]};H(zU,function(t){B(t,n)>=0&&H(t,function(t){i.setIconStatus(t,"normal")})}),i.setIconStatus(n,"emphasis"),t.eachComponent({mainType:"series",query:null==r?null:{seriesIndex:r}},function(t){var e=t.subType,r=t.id,o=GU[n](e,r,t,i);o&&(V(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,za).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&&(o=O({stack:i.option.title.tiled,tiled:i.option.title.stack},i.option.title),"emphasis"!==i.get(["iconStatus",n])&&(s="tiled")),e.dispatchAction({type:"changeMagicType",currentType:s,newOption:a,newTitle:o,featureName:"magicType"})}},e}(DU),GU={line:function(t,e,n,i){if("bar"===t)return O({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 O({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")===VU;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),O({id:e,stack:r?"":VU},i.get(["option","stack"])||{},!0)}};db({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)});var FU=BU,WU=new Array(60).join("-"),HU="\t";function UU(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var YU=new RegExp("[\t]+","g");function XU(t,e){var n=t.split(new RegExp("\n*"+WU+"\n*","g")),i={series:[]};return H(n,function(t,n){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(HU)>=0)return!0}(t)){var r=function(t){for(var e=t.split(/\n+/g),n=[],i=U(UU(e.shift()).split(YU),function(t){return{name:t,data:[]}}),r=0;r<e.length;r++){var o=UU(e[r]).split(YU);n.push(o.shift());for(var a=0;a<o.length;a++)i[a]&&(i[a].data[r]=o[a])}return{series:i,categories:n}}(t),o=e[n],a=o.axisDim+"Axis";o&&(i[a]=i[a]||[],i[a][o.axisIndex]={data:r.categories},i.series=i.series.concat(r.series))}else{r=function(t){for(var e=t.split(/\n+/g),n=UU(e.shift()),i=[],r=0;r<e.length;r++){var o=UU(e[r]);if(o){var a=o.split(YU),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);i.series.push(r)}}),i}var ZU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.onclick=function(t,e){setTimeout(function(){e.dispatchAction({type:"hideTip"})});var n=e.getDom(),i=this.model;this._dom&&n.removeChild(this._dom);var r=document.createElement("div");r.style.cssText="position:absolute;top:0;bottom:0;left:0;right:0;padding:5px",r.style.backgroundColor=i.get("backgroundColor")||ig.color.neutral00;var o=document.createElement("h4"),a=i.get("lang")||[];o.innerHTML=a[0]||i.get("title"),o.style.cssText="margin:10px 20px",o.style.color=i.get("textColor");var s=document.createElement("div"),l=document.createElement("textarea");s.style.cssText="overflow:auto";var u=i.get("optionToContent"),c=i.get("contentToOption"),h=function(t){var e,n,i,r=function(t){var e={},n=[],i=[];return t.eachRawSeries(function(t){var r=t.coordinateSystem;if(!r||"cartesian2d"!==r.type&&"polar"!==r.type)n.push(t);else{var o=r.getBaseAxis();if("category"===o.type){var a=o.dim+"_"+o.index;e[a]||(e[a]={categoryAxis:o,valueAxis:r.getOtherAxis(o),series:[]},i.push({axisDim:o.dim,axisIndex:o.index})),e[a].series.push(t)}else n.push(t)}}),{seriesGroupByCategoryAxis:e,other:n,meta:i}}(t);return{value:X([(n=r.seriesGroupByCategoryAxis,i=[],H(n,function(t,e){var n=t.categoryAxis,r=t.valueAxis.dim,o=[" "].concat(U(t.series,function(t){return t.name})),a=[n.model.getCategories()];H(t.series,function(t){var e=t.getRawData();a.push(t.getRawData().mapArray(e.mapDimension(r),function(t){return t}))});for(var s=[o.join(HU)],l=0;l<a[0].length;l++){for(var u=[],c=0;c<a.length;c++)u.push(a[c][l]);s.push(u.join(HU))}i.push(s.join("\n"))}),i.join("\n\n"+WU+"\n\n")),(e=r.other,U(e,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+HU:"")+i.join(HU))}),n.join("\n")}).join("\n\n"+WU+"\n\n"))],function(t){return!!t.replace(/[\n\t\s]/g,"")}).join("\n\n"+WU+"\n\n"),meta:r.meta}}(t);if(J(u)){var p=u(e.getOption());Q(p)?s.innerHTML=p:ot(p)&&s.appendChild(p)}else{l.readOnly=i.get("readOnly");var d=l.style;d.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",d.color=i.get("textColor"),d.borderColor=i.get("textareaBorderColor"),d.backgroundColor=i.get("textareaColor"),l.value=h.value,s.appendChild(l)}var f=h.meta,g=document.createElement("div");g.style.cssText="position:absolute;bottom:5px;left:0;right:0";var v="float:right;margin-right:20px;border:none;cursor:pointer;padding:2px 5px;font-size:12px;border-radius:3px",y=document.createElement("div"),m=document.createElement("div");v+=";background-color:"+i.get("buttonColor"),v+=";color:"+i.get("buttonTextColor");var x=this;function _(){n.removeChild(r),x._dom=null}we(y,"click",_),we(m,"click",function(){if(null==c&&null!=u||null!=c&&null==u)return"production"!==process.env.NODE_ENV&&ha("It seems you have just provided one of `contentToOption` and `optionToContent` functions but missed the other one. Data change is ignored."),void _();var t;try{t=J(c)?c(s,e.getOption()):XU(l.value,f)}catch(t){throw _(),new Error("Data view format error "+t)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),_()}),y.innerHTML=a[1],m.innerHTML=a[2],m.style.cssText=y.style.cssText=v,!i.get("readOnly")&&g.appendChild(m),g.appendChild(y),r.appendChild(o),r.appendChild(s),r.appendChild(g),s.style.height=n.clientHeight-80+"px",n.appendChild(r),this._dom=r},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:ig.color.background,textColor:ig.color.primary,textareaColor:ig.color.background,textareaBorderColor:ig.color.border,buttonColor:ig.color.accent50,buttonTextColor:ig.color.neutral00}},e}(DU);function jU(t,e){return U(t,function(t,n){var i=e&&e[n];if(nt(i)&&!$(i)){nt(t)&&!$(t)||(t={value:t});var r=null!=i.name&&null==t.name;return t=V(t,i),r&&delete t.name,t}return t})}db({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var n=[];H(t.newOption.series,function(t){var i=e.getSeriesByName(t.name)[0];if(i){var r=i.get("data");n.push({name:t.name,data:jU(t.data,r)})}else n.push(R({type:"scatter"},t))}),e.mergeOption(V({series:n},t.newOption))});var qU=ZU,KU=H,$U=Oa();function JU(t){var e=$U(t);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var QU=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.onclick=function(t,e){!function(t){$U(t).snapshots=null}(t),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}(DU);db({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var tY=QU,eY=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],nY=function(){function t(t,e,n){var i=this;this._targetInfoList=[];var r=rY(e,t);H(oY,function(t,e){(!n||!n.include||B(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=lY[t.brushType](0,n,e);t.__rangeOffset={offset:cY[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}}),t},t.prototype.matchOutputRanges=function(t,e,n){H(t,function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&H(i.coordSyses,function(i){var r=lY[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)})},this)},t.prototype.setInputRanges=function(t,e){H(t,function(t){var n,i,r,o,a,s=this.findTargetInfo(t,e);if("production"!==process.env.NODE_ENV&&(gt(!s||!0===s||t.coordRange,"coordRange must be specified when coord index specified."),gt(!s||!0!==s||t.range,"range must be specified in global brush.")),t.range=t.range||[],s&&!0!==s){t.panelId=s.panelId;var l=lY[t.brushType](0,s.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?cY[t.brushType](l.values,u.offset,(n=l.xyMinMax,i=u.xyMinMax,r=pY(n),o=pY(i),a=[r[0]/o[0],r[1]/o[1]],isNaN(a[0])&&(a[0]=1),isNaN(a[1])&&(a[1]=1),a)):l.values}},this)},t.prototype.makePanelOpts=function(t,e){return U(this._targetInfoList,function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:nV(i),isTargetByCursor:rV(i,t,n.coordSysModel),getLinearBrushOtherExtent:iV(i)}})},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&B(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=rY(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<aY.length;s++)if(aY[s](i,o))return o}return!0},t}();function iY(t){return t[0]>t[1]&&t.reverse(),t}function rY(t,e){return Ra(t,e,{includeMainTypes:eY})}var oY={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=St(),a={},s={};(n||i||r)&&(H(n,function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0}),H(i,function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0}),H(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=[];H(r.getCartesians(),function(t,e){(B(n,t.getAxis("x").model)>=0||B(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:sY.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){H(t.geoModels,function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:sY.geo})})}},aY=[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}],sY={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys,e=t.getBoundingRect().clone();return e.applyTransform(vp(t)),e}},lY={lineX:K(uY,0),lineY:K(uY,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=[iY([r[0],o[0]]),iY([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:U(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 uY(t,e,n,i){"production"!==process.env.NODE_ENV&&gt("cartesian2d"===n.type,"lineX/lineY brush is available only in cartesian2d.");var r=n.getAxis(["x","y"][t]),o=iY(U([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 cY={lineX:K(hY,0),lineY:K(hY,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 U(t,function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]})}};function hY(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function pY(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var dY,fY,gY=nY,vY=H,yY=xa+"toolbox-dataZoom_",mY=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.render=function(t,e,n,i){this._brushController||(this._brushController=new eV(n.getZr()),this._brushController.on("brush",q(this._onBrush,this)).mount()),function(t,e,n,i,r){var o=n._isZoomActive;i&&"takeGlobalCursor"===i.type&&(o="dataZoomSelect"===i.key&&i.dataZoomSelectActive);n._isZoomActive=o,t.setIconStatus("zoom",o?"emphasis":"normal");var a=new gY(_Y(t),e,{include:["grid"]}),s=a.makePanelOpts(r,function(t){return t.xAxisDeclared&&!t.yAxisDeclared?"lineX":!t.xAxisDeclared&&t.yAxisDeclared?"lineY":"rect"});n._brushController.setPanels(s).enableBrush(!(!o||!s.length)&&{brushType:"auto",brushStyle:t.getModel("brushStyle").getItemStyle()})}(t,e,this,i,n),function(t,e){t.setIconStatus("back",function(t){return JU(t).length}(e)>1?"emphasis":"normal")}(t,e)},e.prototype.onclick=function(t,e,n){xY[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=this.ecModel;this._brushController.updateCovers([]),new gY(_Y(this.model),i,{include:["grid"]}).matchOutputRanges(e,i,function(t,e,n){if("cartesian2d"===n.type){var i=t.brushType;"rect"===i?(r("x",n,e[0]),r("y",n,e[1])):r({lineX:"x",lineY:"y"}[i],n,e)}}),function(t,e){var n=JU(t);KU(e,function(e,i){for(var r=n.length-1;r>=0&&!n[r][i];r--);if(r<0){var o=t.queryComponents({mainType:"dataZoom",subType:"select",id:i})[0];if(o){var a=o.getPercentRange();n[0][i]={dataZoomId:i,start:a[0],end:a[1]}}}}),n.push(e)}(i,n),this._dispatchZoomAction(n)}function r(t,e,r){var o=e.getAxis(t),a=o.model,s=function(t,e,n){var i;return n.eachComponent({mainType:"dataZoom",subType:"select"},function(n){n.getAxisModel(t,e.componentIndex)&&(i=n)}),i}(t,a,i),l=s.findRepresentativeAxisProxy(a).getMinMaxSpan();null==l.minValueSpan&&null==l.maxValueSpan||(r=$P(0,r.slice(),o.scale.getExtent(),0,l.minValueSpan,l.maxValueSpan)),s&&(n[s.id]={dataZoomId:s.id,startValue:r[0],endValue:r[1]})}},e.prototype._dispatchZoomAction=function(t){var e=[];vY(t,function(t,n){e.push(E(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:ig.color.backgroundTint}}},e}(DU),xY={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(function(t){var e=JU(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return KU(n,function(t,n){for(var r=e.length-1;r>=0;r--)if(t=e[r][n]){i[n]=t;break}}),i}(this.ecModel))}};function _Y(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}dY="dataZoom",fY=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=Ra(t,_Y(i));return vY(o.xAxisModels,function(t){return a(t,"xAxis","xAxisIndex")}),vY(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:yY+e+o};a[n]=o,r.push(a)}},gt(null==Cg.get(dY)&&fY),Cg.set(dY,fY);var bY=mY;var wY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="tooltip",e.dependencies=["axisPointer"],e.defaultOption={z:60,show:!0,showContent:!0,trigger:"item",triggerOn:"mousemove|click",alwaysShowContent:!1,renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,displayTransition:!0,enterable:!1,backgroundColor:ig.color.neutral00,shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,defaultBorderColor:ig.color.border,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:ig.color.borderShade,width:1,type:"dashed",textStyle:{}}},textStyle:{color:ig.color.tertiary,fontSize:14}},e}(Jf);function SY(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function MY(t){if(h.domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n<i;n++)if(t[n]in e)return t[n]}var IY=MY(["transform","webkitTransform","OTransform","MozTransform","msTransform"]);function TY(t,e){if(!t)return e;e=pf(e,!0);var n=t.indexOf(e);return(t=-1===n?e:"-"+t.slice(0,n)+"-"+e).toLowerCase()}var CY=TY(MY(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),"transition"),DY=TY(IY,"transform"),AY="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(h.transform3dSupported?"will-change:transform;":"");function kY(t,e,n){var i=t.toFixed(0)+"px",r=e.toFixed(0)+"px";if(!h.transformSupported)return n?"top:"+r+";left:"+i+";":[["top",r],["left",i]];var o=h.transform3dSupported,a="translate"+(o?"3d":"")+"("+i+","+r+(o?",0":"")+")";return n?"top:0;left:0;"+DY+":"+a+";":[["top",0],["left",0],[IY,a]]}function LY(t,e,n,i){var 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"),p=t.getModel("textStyle"),d=Uy(t,"html"),f=u+"px "+c+"px "+s+"px "+l;return r.push("box-shadow:"+f),e&&o>0&&r.push(function(t,e,n){var i="cubic-bezier(0.23,1,0.32,1)",r="",o="";return n&&(o="opacity"+(r=" "+t/2+"s "+i)+",visibility"+r),e||(r=" "+t+"s "+i,o+=(o.length?",":"")+(h.transformSupported?""+DY+r:",left"+r+",top"+r)),CY+":"+o}(o,n,i)),a&&r.push("background-color:"+a),H(["width","color","radius"],function(e){var n="border-"+e,i=pf(n),o=t.get(i);null!=o&&r.push(n+":"+o+("color"===e?"":"px"))}),r.push(function(t){var e=[],n=t.get("fontSize"),i=t.getTextColor();i&&e.push("color:"+i),e.push("font:"+t.getFont());var r=ht(t.get("lineHeight"),Math.round(3*n/2));n&&e.push("line-height:"+r+"px");var o=t.get("textShadowColor"),a=t.get("textShadowBlur")||0,s=t.get("textShadowOffsetX")||0,l=t.get("textShadowOffsetY")||0;return o&&a&&e.push("text-shadow:"+s+"px "+l+"px "+a+"px "+o),H(["decoration","align"],function(n){var i=t.get(n);i&&e.push("text-"+n+":"+i)}),e.join(";")}(p)),null!=d&&r.push("padding:"+df(d).join("px ")+"px"),r.join(";")+";"}function NY(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&function(t,e,n,i,r){ce(ue,e,i,r,!0)&&ce(t,n,ue[0],ue[1])}(t,a,n,i,r)}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 EY=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,h.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&&(Q(r)?document.querySelector(r):ot(r)?r:J(r)&&r(t.getDom()));NY(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;be(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=this._api.getDom(),n=(o="position",(a=(r=e).currentStyle||document.defaultView&&document.defaultView.getComputedStyle(r))?o?a[o]:a:null),i=e.style;"absolute"!==i.position&&"absolute"!==n&&(i.position="relative")}var r,o,a,s=t.get("alwaysShowContent");s&&this._moveIfResized(),this._alwaysShowContent=s,this._enableDisplayTransition=t.get("displayTransition")&&t.get("transitionDuration")>0,this.el.className=t.get("className")||""},t.prototype.show=function(t,e){clearTimeout(this._hideTimeout),clearTimeout(this._longHideTimeout);var n=this.el,i=n.style,r=this._styleCoord;n.innerHTML?i.cssText=AY+LY(t,!this._firstShow,this._longHide,this._enableDisplayTransition)+kY(r[0],r[1],!0)+"border-color:"+xf(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){var a="";if(Q(r)&&"item"===n.get("trigger")&&!SY(n)&&(a=function(t,e,n){if(!Q(n)||"inside"===n)return"";var i=t.get("backgroundColor"),r=t.get("borderWidth");e=xf(e);var o,a,s="left"===(o=n)?"right":"right"===o?"left":"top"===o?"bottom":"top",l=Math.max(1.5*Math.round(r),6),u="",c=DY+":";B(["left","right"],s)>-1?(u+="top:50%",c+="translateY(-50%) rotate("+(a="left"===s?-225:-45)+"deg)"):(u+="left:50%",c+="translateX(-50%) rotate("+(a="top"===s?225:45)+"deg)");var h=a*Math.PI/180,p=l+r,d=p*Math.abs(Math.cos(h))+p*Math.abs(Math.sin(h)),f=e+" solid "+r+"px;";return'<div style="'+["position:absolute;width:"+l+"px;height:"+l+"px;z-index:-1;",(u+=";"+s+":-"+Math.round(100*((d-Math.SQRT2*r)/2+Math.SQRT2*r-(d-p)/2))/100+"px")+";"+c+";","border-bottom:"+f,"border-right:"+f,"background-color:"+i+";"].join("")+'"></div>'}(n,i,r)),Q(t))o.innerHTML=t+a;else if(t){o.innerHTML="",$(t)||(t=[t]);for(var s=0;s<t.length;s++)ot(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)}}}else o.innerHTML=""},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(NY(n,this._zr,this._container,t,e),null!=n[0]&&null!=n[1]){var i=this.el.style;H(kY(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;this._enableDisplayTransition?(e.visibility="hidden",e.opacity="0"):e.display="none",h.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(q(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._zr;!function(t,e){function n(t){var e=t[le];e&&(e.clearMarkers&&e.clearMarkers(),delete t[le])}t&&n(t),e&&n(e)}(t&&t.painter&&t.painter.getViewportRoot(),this._container);var e=this.el;if(e){e.onmouseenter=e.onmousemove=e.onmouseleave=null;var n=e.parentNode;n&&n.removeChild(e)}this.el=this._container=null},t}(),OY=EY,PY=function(){function t(t){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=t.getZr(),zY(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;nt(t)&&va("production"!==process.env.NODE_ENV?"Passing DOM nodes as content is not supported in richText tooltip!":""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new vu({style:{rich:e.richTextStyles,text:t,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:Uy(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),H(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(t){o.el.style[t]=n.get(t)}),H(["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=VY(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;zY(i,this._zr,t,e),t=i[0],e=i[1];var r=n.style,o=RY(r.borderWidth||0),a=VY(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(q(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this._zr.remove(this.el)},t}();function RY(t){return Math.max(0,t)}function VY(t){var e=RY(t.shadowBlur||0),n=RY(t.shadowOffsetX||0),i=RY(t.shadowOffsetY||0);return{left:RY(e-n),right:RY(e+n),top:RY(e-i),bottom:RY(e+i)}}function zY(t,e,n,i){t[0]=n,t[1]=i,t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var BY=PY,GY=new Ql({shape:{x:-1,y:-1,width:2,height:2}}),FY=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){if(!h.node&&e.getDom()){var n,i=t.getComponent("tooltip"),r=this._renderMode="auto"===(n=i.get("renderMode"))?h.domSupported?"html":"richText":n||"html";this._tooltipContent="richText"===r?new BY(e):new OY(e,{appendTo:i.get("appendToBody",!0)?"body":i.get("appendTo",!0)})}},e.prototype.render=function(t,e,n){if(!h.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")?bm(this,"_updatePosition",50,"fixRate"):wm(this,"_updatePosition")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel.get("triggerOn");xF("itemTooltip",this._api,q(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&&!h.node&&n.getDom()){var r=HY(i,n);this._ticket="";var o=i.dataByCoordSys,a=function(t,e,n){var i=Va(t).queryOptionMap,r=i.keys()[0];if(!r||"series"===r)return;var o=Ga(e,r,i.get(r),{useDefault:!1,enableAll:!1,enableNone:!1}),a=o.models[0];if(!a)return;var s,l=n.getViewOfComponentModel(a);if(l.group.traverse(function(e){var n=yu(e).tooltipConfig;if(n&&n.name===t.name)return s=e,!0}),s)return{componentMainType:r,componentIndex:a.componentIndex,el:s}}(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){var l=GY;l.x=i.x,l.y=i.y,l.update(),yu(l).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:l},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 u=IF(i,e),c=u.point[0],p=u.point[1];null!=c&&null!=p&&this._tryShow({offsetX:c,offsetY:p,target:u.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(HY(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)if("axis"===WY([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=t.dataByCoordSys;if(i&&i.length)this._showAxisTooltip(i,t);else if(n){var r,o;if("legend"===yu(n).ssrType)return;this._lastDataByCoordSys=null,px(n,function(t){if(t.tooltipDisabled)return r=o=null,!0;r||o||(null!=yu(t).dataIndex?r=t:null!=yu(t).tooltipConfig&&(o=t))},!0),r?this._showSeriesItemTooltip(t,r,e):o?this._showComponentItemTooltip(t,o,e):this._hide(e)}else this._lastDataByCoordSys=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=q(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=WY([e.tooltipOption],i),a=this._renderMode,s=[],l=Oy("section",{blocks:[],noHeader:!0}),u=[],c=new Yy;H(t,function(t){H(t.dataByAxis,function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value;if(e&&null!=r){var o=oF(r,e.axis,n,t.seriesDataIndices,t.valueLabelOpt),h=Oy("section",{header:o,noHeader:!vt(o),sortBlocks:!0,blocks:[]});l.blocks.push(h),H(t.seriesDataIndices,function(l){var p=n.getSeriesByIndex(l.seriesIndex),d=l.dataIndexInside,f=p.getDataParams(d);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=mS(e.axis,{value:r}),f.axisValueLabel=o,f.marker=c.makeTooltipMarker("item",xf(f.color),a);var g=Zv(p.formatTooltip(d,!0,null)),v=g.frag;if(v){var y=WY([p],i).get("valueFormatter");h.blocks.push(y?R({valueFormatter:y},v):v)}g.text&&u.push(g.text),s.push(f)}})}})}),l.blocks.reverse(),u.reverse();var h=e.position,p=o.get("order"),d=Gy(l,c,a,p,n.get("useUTC"),o.get("textStyle"));d&&u.unshift(d);var f="richText"===a?"\n\n":"<br/>",g=u.join(f);this._showOrMove(o,function(){this._updateContentNotChangedOnAxis(t,s)?this._updatePosition(o,h,r[0],r[1],this._tooltipContent,s):this._showTooltipContent(o,g,s,Math.random()+"",r[0],r[1],h,null,c)})},e.prototype._showSeriesItemTooltip=function(t,e,n){var i=this._ecModel,r=yu(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,p=t.positionDefault,d=WY([c.getItemModel(l),s,a&&(a.coordinateSystem||{}).model],this._tooltipModel,p?{position:p}:null),f=d.get("trigger");if(null==f||"item"===f){var g=s.getDataParams(l,u),v=new Yy;g.marker=v.makeTooltipMarker("item",xf(g.color),h);var y=Zv(s.formatTooltip(l,!1,u)),m=d.get("order"),x=d.get("valueFormatter"),_=y.frag,b=_?Gy(x?R({valueFormatter:x},_):_,v,h,m,i.get("useUTC"),d.get("textStyle")):y.text,w="item_"+s.name+"_"+l;this._showOrMove(d,function(){this._showTooltipContent(d,b,g,w,t.offsetX,t.offsetY,t.position,t.target,v)}),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=yu(e),o=r.tooltipConfig.option||{},a=o.encodeHTMLContent;if(Q(o)){o={content:o,formatter:o},a=!0}a&&i&&o.content&&((o=E(o)).content=fe(o.content));var s=[o],l=this._ecModel.getComponent(r.componentMainType,r.componentIndex);l&&s.push(l),s.push({formatter:o.content});var u=t.positionDefault,c=WY(s,this._tooltipModel,u?{position:u}:null),h=c.get("content"),p=Math.random()+"",d=new Yy;this._showOrMove(c,function(){var n=E(c.get("formatterParams")||{});this._showTooltipContent(c,h,n,p,t.offsetX,t.offsetY,t.position,e,d)}),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,p=this._getNearestPoint([r,o],n,t.get("trigger"),t.get("borderColor"),t.get("defaultBorderColor",!0)).color;if(c)if(Q(c)){var d=t.ecModel.get("useUTC"),f=$(n)?n[0]:n;h=c,f&&f.axisType&&f.axisType.indexOf("time")>=0&&(h=Zd(f.axisValue,h,d)),h=yf(h,n,!0)}else if(J(c)){var g=q(function(e,i){e===this._ticket&&(u.setContent(i,l,t,p,a),this._updatePosition(t,a,r,o,u,n,s))},this);this._ticket=i,h=c(n,i,g)}else h=c;u.setContent(h,l,t,p,a),u.show(t,p),this._updatePosition(t,a,r,o,u,n,s)}},e.prototype._getNearestPoint=function(t,e,n,i,r){return"axis"===n||$(e)?{color:i||r}:$(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"),p=a&&a.getBoundingRect().clone();if(a&&p.applyTransform(a.transform),J(e)&&(e=e([n,i],o,r.el,p,{viewSize:[s,l],contentSize:u.slice()})),$(e))n=Vo(e[0],s),i=Vo(e[1],l);else if(nt(e)){var d=e;d.width=u[0],d.height=u[1];var f=Ff(d,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(Q(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,p,u,t.get("borderWidth"));n=g[0],i=g[1]}else{g=function(t,e,n,i,r,o,a){var s=n.getSize(),l=s[0],u=s[1];null!=o&&(t+l+o+2>i?t-=l+o:t+=o);null!=a&&(e+u+a>r?e-=u+a:e+=a);return[t,e]}(n,i,r,s,l,c?null:20,h?null:20);n=g[0],i=g[1]}if(c&&(n-=UY(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=UY(h)?u[1]/2:"bottom"===h?u[1]:0),SY(t)){g=function(t,e,n,i,r){var o=n.getSize(),a=o[0],s=o[1];return t=Math.min(t+a,i)-a,e=Math.min(e+s,r)-s,t=Math.max(t,0),e=Math.max(e,0),[t,e]}(n,i,r,s,l);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&&H(n,function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&H(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)&&H(a,function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex}),i&&H(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){!h.node&&e.getDom()&&(wm(this,"_updatePosition"),this._tooltipContent.dispose(),wF("itemTooltip",e))},e.type="tooltip",e}(am);function WY(t,e,n){var i,r=e.ecModel;n?(i=new md(n,r,r),i=new md(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof md&&(a=a.get("tooltip",!0)),Q(a)&&(a={formatter:a}),a&&(i=new md(a,i,r)))}return i}function HY(t,e){return t.dispatchAction||q(e.dispatchAction,e)}function UY(t){return"center"===t||"middle"===t}var YY=FY;var XY=["rect","polygon","keep","clear"];function ZY(t,e){var n=_a(t?t.brush:[]);if(n.length){var i=[];H(n,function(t){var e=t.hasOwnProperty("toolbox")?t.toolbox:[];e instanceof Array&&(i=i.concat(e))});var r=t&&t.toolbox;$(r)&&(r=r[0]),r||(r={feature:{}},t.toolbox=[r]);var o=r.feature||(r.feature={}),a=o.brush||(o.brush={}),s=a.type||(a.type=[]);s.push.apply(s,i),function(t){var e={};H(t,function(t){e[t]=1}),t.length=0,H(e,function(e,n){t.push(n)})}(s),e&&!s.length&&s.push.apply(s,XY)}}var jY=H;function qY(t){if(t)for(var e in t)if(t.hasOwnProperty(e))return!0}function KY(t,e,n){var i={};return jY(e,function(e){var r,o=i[e]=((r=function(){}).prototype.__hidden=r.prototype,new r);jY(t[e],function(t,i){if(NE.isValidType(i)){var r={type:i,visual:t};n&&n(r,e),o[i]=new NE(r),"opacity"===i&&((r=E(r)).type="colorAlpha",o.__hidden.__alphaForOpacity=new NE(r))}})}),i}function $Y(t,e,n){var i;H(n,function(t){e.hasOwnProperty(t)&&qY(e[t])&&(i=!0)}),i&&H(n,function(n){e.hasOwnProperty(n)&&qY(e[n])?t[n]=E(e[n]):delete t[n]})}var JY={lineX:QY(0),lineY:QY(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])&&AS(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];return!!(AS(i,r,o)||AS(i,r+a,o)||AS(i,r,o+s)||AS(i,r+a,o+s)||an.create(t).contain(l[0],l[1])||Mp(r,o,r+a,o,i)||Mp(r,o,r,o+s,i)||Mp(r+a,o,r+a,o+s,i)||Mp(r,o+s,r+a,o+s,i))||void 0}}};function QY(t){var e=["x","y"],n=["width","height"];return{point:function(e,n,i){if(e){var r=i.range;return tX(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(),tX(s[0],a)||tX(s[1],a)||tX(a[0],s)||tX(a[1],s)}}}}function tX(t,e){return e[0]<=t&&t<=e[1]}var eX=["inBrush","outOfBrush"],nX="__ecBrushSelect",iX="__ecInBrushSelectEvent";function rX(t){t.eachComponent({mainType:"brush"},function(e){(e.brushTargetManager=new gY(e.option,t)).setInputRanges(e.areas,t)})}function oX(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})}),rX(t),t.eachComponent({mainType:"brush"},function(e,n){var a={brushId:e.id,brushIndex:n,brushName:e.name,areas:E(e.areas),selected:[]};o.push(a);var s=e.option,l=s.brushLink,u=[],c=[],h=[],p=!1;n||(i=s.throttleType,r=s.throttleDelay);var d=U(e.areas,function(t){var e=lX[t.brushType],n=V({boundingRect:e?e(t):void 0},t);return n.selectors=function(t){var e=t.brushType,n={point:function(i){return JY[e].point(i,n,t)},rect:function(i){return JY[e].rect(i,n,t)}};return n}(n),n}),f=KY(e.option,eX,function(t){t.mappingMethod="fixed"});function g(t){return"all"===l||!!u[t]}function v(t){return!!t.length}$(l)&&H(l,function(t){u[t]=1}),t.eachSeries(function(n,i){var r=h[i]=[];"parallel"===n.subType?function(t,e){var n=t.coordinateSystem;p=p||n.hasAxisBrushed(),g(e)&&n.eachActiveState(t.getData(),function(t,e){"active"===t&&(c[e]=1)})}(n,i):function(n,i,r){if(!n.brushSelector||function(t,e){var n=t.option.seriesIndex;return null!=n&&"all"!==n&&($(n)?B(n,e)<0:e!==n)}(e,i))return;if(H(d,function(i){e.brushTargetManager.controlSeries(i,n,t)&&r.push(i),p=p||v(r)}),g(i)&&v(r)){var o=n.getData();o.each(function(t){sX(n,r,o,t)&&(c[t]=1)})}}(n,i,r)}),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 sX(t,i,r,e)?(n.dataIndex.push(r.getRawIndex(e)),"inBrush"):"outOfBrush"};(g(e)?p:v(i))&&function(t,e,n,i,r,o){var a,s={};function l(t){return sx(n,a,t)}function u(t,e){ux(n,a,t,e)}function c(t,c){a=null==o?t:c;var h=n.getRawDataItem(a);if(!h||!1!==h.visualMap)for(var p=i.call(r,t),d=e[p],f=s[p],g=0,v=f.length;g<v;g++){var y=f[g];d[y]&&d[y].applyVisual(t,l,u)}}H(t,function(t){var n=NE.prepareVisualTypes(e[t]);s[t]=n}),null==o?n.each(c):n.each([o],c)}(eX,f,r,o)})}),function(t,e,n,i,r){if(!r)return;var o=t.getZr();if(o[iX])return;o[nX]||(o[nX]=aX);var a=bm(o,nX,n,e);a(t,i)}(e,i,r,o,n)}function aX(t,e){if(!t.isDisposed()){var n=t.getZr();n[iX]=!0,t.dispatchAction({type:"brushSelect",batch:e}),n[iX]=!1}}function sX(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 lX={rect:function(t){return uX(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&&uX(e)}};function uX(t){return new an(t[0][0],t[1][0],t[0][1]-t[0][0],t[1][1]-t[1][0])}var cX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e,this.model,(this._brushController=new eV(e.getZr())).on("brush",q(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){rX(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:E(n),$from:e}),t.isEnd&&this.api.dispatchAction({type:"brushEnd",brushId:e,areas:E(n),$from:e})},e.type="brush",e}(am);function hX(t,e){return O({brushType:t.brushType,brushMode:t.brushMode,transformable:t.transformable,brushStyle:new md(t.brushStyle).getItemStyle(),removeOnClick:t.removeOnClick,z:t.z},e,!0)}var pX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.areas=[],n.brushOption={},n}return n(e,t),e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&$Y(n,t,["inBrush","outOfBrush"]);var i=n.inBrush=n.inBrush||{};n.outOfBrush=n.outOfBrush||{color:this.option.defaultOutOfBrushColor},i.hasOwnProperty("liftZ")||(i.liftZ=5)},e.prototype.setAreas=function(t){"production"!==process.env.NODE_ENV&&(gt($(t)),H(t,function(t){gt(t.brushType,"Illegal areas")})),t&&(this.areas=U(t,function(t){return hX(this.option,t)},this))},e.prototype.setBrushOption=function(t){this.brushOption=hX(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:ig.color.backgroundTint,borderColor:ig.color.borderTint},throttleType:"fixRate",throttleDelay:0,removeOnClick:!0,z:1e4,defaultOutOfBrushColor:ig.color.disabled},e}(Jf),dX=["rect","polygon","lineX","lineY","keep","clear"],fX=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(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,H(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 H(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:dX.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}(DU);var gX=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 n(e,t),e.type="title",e.defaultOption={z:6,show:!0,text:"",target:"blank",subtext:"",subtarget:"blank",left:"center",top:ig.size.m,backgroundColor:ig.color.transparent,borderColor:ig.color.primary,borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:ig.color.primary},subtextStyle:{fontSize:12,color:ig.color.quaternary}},e}(Jf),vX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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=ht(t.get("textBaseline"),t.get("textVerticalAlign")),l=new vu({style:Zp(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new vu({style:Zp(o,{text:c,fill:o.getTextColor(),y:u.height+t.get("itemGap"),verticalAlign:"top"},{disableBox:!0}),z2:10}),p=t.get("link"),d=t.get("sublink"),f=t.get("triggerEvent",!0);l.silent=!p&&!f,h.silent=!d&&!f,p&&l.on("click",function(){_f(p,"_"+t.get("target"))}),d&&h.on("click",function(){_f(d,"_"+t.get("subtarget"))}),yu(l).eventData=yu(h).eventData=f?{componentType:"title",componentIndex:t.componentIndex}:null,i.add(l),c&&i.add(h);var g=i.getBoundingRect(),v=t.getBoxLayoutParams();v.width=g.width,v.height=g.height;var y=Ff(v,Uf(t,n).refContainer,t.get("padding"));a||("middle"===(a=t.get("left")||t.get("right"))&&(a="center"),"right"===a?y.x+=y.width:"center"===a&&(y.x+=y.width/2)),s||("center"===(s=t.get("top")||t.get("bottom"))&&(s="middle"),"bottom"===s?y.y+=y.height:"middle"===s&&(y.y+=y.height/2),s=s||"top"),i.x=y.x,i.y=y.y,i.markRedraw();var m={align:a,verticalAlign:s};l.setStyle(m),h.setStyle(m),g=i.getBoundingRect();var x=y.margin,_=t.getItemStyle(["color","opacity"]);_.fill=t.get("backgroundColor");var b=new Ql({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:_,subPixelOptimize:!0,silent:!0});i.add(b)}},e.type="title",e}(am);var yX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.layoutMode="box",n}return n(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=[],H(n,function(e,n){var i,o=Da(Sa(e),"");nt(e)?(i=E(e)).value=n:i=n,t.push(i),r.push(o)})):t=n;var o={category:"ordinal",time:"time",value:"number"}[i]||"number";(this._data=new ew([{name:"value",type:o}],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:ig.size.m,controlPosition:"left",autoPlay:!1,rewind:!1,loop:!0,playInterval:2e3,currentIndex:0,itemStyle:{},label:{color:ig.color.secondary},data:[]},e}(Jf),mX=yX,xX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="timeline.slider",e.defaultOption=bd(mX.defaultOption,{backgroundColor:"rgba(0,0,0,0)",borderColor:ig.color.border,borderWidth:0,orient:"horizontal",inverse:!1,tooltip:{trigger:"item"},symbol:"circle",symbolSize:12,lineStyle:{show:!0,width:2,color:ig.color.accent10},label:{position:"auto",show:!0,interval:"auto",rotate:0,color:ig.color.tertiary},itemStyle:{color:ig.color.accent20,borderWidth:0},checkpointStyle:{symbol:"circle",symbolSize:15,color:ig.color.accent50,borderColor:ig.color.accent50,borderWidth:0,shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"rgba(0, 0, 0, 0)",animation:!0,animationDuration:300,animationEasing:"quinticInOut"},controlStyle:{show:!0,showPlayBtn:!0,showPrevBtn:!0,showNextBtn:!0,itemSize:24,itemGap:12,position:"left",playIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10.6699C11.5 9.90014 12.3333 9.41887 13 9.80371L20.5 14.1338C21.1667 14.5187 21.1667 15.4813 20.5 15.8662L13 20.1963C12.3333 20.5811 11.5 20.0999 11.5 19.3301V10.6699Z",stopIcon:"path://M15 0C23.2843 0 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0ZM15 3C8.37258 3 3 8.37258 3 15C3 21.6274 8.37258 27 15 27C21.6274 27 27 21.6274 27 15C27 8.37258 21.6274 3 15 3ZM11.5 10C12.3284 10 13 10.6716 13 11.5V18.5C13 19.3284 12.3284 20 11.5 20C10.6716 20 10 19.3284 10 18.5V11.5C10 10.6716 10.6716 10 11.5 10ZM18.5 10C19.3284 10 20 10.6716 20 11.5V18.5C20 19.3284 19.3284 20 18.5 20C17.6716 20 17 19.3284 17 18.5V11.5C17 10.6716 17.6716 10 18.5 10Z",nextIcon:"path://M0.838834 18.7383C0.253048 18.1525 0.253048 17.2028 0.838834 16.617L7.55635 9.89949L0.838834 3.18198C0.253048 2.59619 0.253048 1.64645 0.838834 1.06066C1.42462 0.474874 2.37437 0.474874 2.96015 1.06066L10.7383 8.83883L10.8412 8.95277C11.2897 9.50267 11.2897 10.2963 10.8412 10.8462L10.7383 10.9602L2.96015 18.7383C2.37437 19.3241 1.42462 19.3241 0.838834 18.7383Z",prevIcon:"path://M10.9602 1.06066C11.5459 1.64645 11.5459 2.59619 10.9602 3.18198L4.24264 9.89949L10.9602 16.617C11.5459 17.2028 11.5459 18.1525 10.9602 18.7383C10.3744 19.3241 9.42462 19.3241 8.83883 18.7383L1.06066 10.9602L0.957771 10.8462C0.509245 10.2963 0.509245 9.50267 0.957771 8.95277L1.06066 8.83883L8.83883 1.06066C9.42462 0.474874 10.3744 0.474874 10.9602 1.06066Z",prevBtnSize:18,nextBtnSize:18,color:ig.color.accent50,borderColor:ig.color.accent50,borderWidth:0},emphasis:{label:{show:!0,color:ig.color.accent60},itemStyle:{color:ig.color.accent60,borderColor:ig.color.accent60},controlStyle:{color:ig.color.accent70,borderColor:ig.color.accent70}},progress:{lineStyle:{color:ig.color.accent30},itemStyle:{color:ig.color.accent40}},data:[]}),e}(mX);F(xX,Xv.prototype);var _X=xX,bX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="timeline",e}(am),wX=function(t){function e(e,n,i,r){var o=t.call(this,e,n,i)||this;return o.type=r||"value",o}return n(e,t),e.prototype.getLabelModel=function(){return this.model.getModel("label")},e.prototype.isHorizontal=function(){return"horizontal"===this.model.get("orient")},e}(dM),SX=wX,MX=Math.PI,IX=Oa(),TX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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 Oy("nameValue",{noName:!0,value:a.scale.getLabel({value:t})})},H(["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=t.get(["label","position"]),s=t.get("orient"),l=function(t,e){return Ff(t.getBoxLayoutParams(),Uf(t,e).refContainer,t.get("padding"))}(t,e),u={horizontal:"center",vertical:(n=null==a||"auto"===a?"horizontal"===s?l.y+l.height/2<e.getHeight()/2?"-":"+":l.x+l.width/2<e.getWidth()/2?"+":"-":Q(a)?{horizontal:{top:"-",bottom:"+"},vertical:{left:"-",right:"+"}}[s][a]:a)>=0||"+"===n?"left":"right"},c={horizontal:n>=0||"+"===n?"top":"bottom",vertical:"middle"},h={horizontal:0,vertical:MX/2},p="vertical"===s?l.height:l.width,d=t.getModel("controlStyle"),f=d.get("show",!0),g=f?d.get("itemSize"):0,v=f?d.get("itemGap"):0,y=g+v,m=t.get(["label","rotate"])||0;m=m*MX/180;var x=d.get("position",!0),_=f&&d.get("showPlayBtn",!0),b=f&&d.get("showPrevBtn",!0),w=f&&d.get("showNextBtn",!0),S=0,M=p;"left"===x||"bottom"===x?(_&&(i=[0,0],S+=y),b&&(r=[S,0],S+=y),w&&(o=[M-g,0],M-=y)):(_&&(i=[M-g,0],M-=y),b&&(r=[0,0],S+=y),w&&(o=[M-g,0],M-=y));var I=[S,M];return t.get("inverse")&&I.reverse(),{viewRect:l,mainLength:p,orient:s,rotation:h[s],labelRotation:m,labelPosOpt:n,labelAlign:t.get(["label","align"])||u[s],labelBaseline:t.get(["label","verticalAlign"])||t.get(["label","baseline"])||c[s],playPosition:i,prevBtnPosition:r,nextBtnPosition:o,axisExtent:I,controlSize:g,controlGap:v}},e.prototype._position=function(t,e){var n=this._mainGroup,i=this._labelGroup,r=t.viewRect;if("vertical"===t.orient){var o=[1,0,0,1,0,0],a=r.x,s=r.y+r.height;Ee(o,o,[-a,-s]),Oe(o,o,-MX/2),Ee(o,o,[a,s]),(r=r.clone()).applyTransform(o)}var l=v(r),u=v(n.getBoundingRect()),c=v(i.getBoundingRect()),h=[n.x,n.y],p=[i.x,i.y];p[0]=h[0]=l[0][0];var d,f=t.labelPosOpt;null==f||Q(f)?(y(h,u,l,1,d="+"===f?0:1),y(p,c,l,1,1-d)):(y(h,u,l,1,d=f>=0?0:1),p[1]=h[1]+f);function g(t){t.originX=l[0][0]-t.x,t.originY=l[1][0]-t.y}function v(t){return[[t.x,t.x+t.width],[t.y,t.y+t.height]]}function y(t,e,n,i,r){t[i]+=n[i][r]-e[i][r]}n.setPosition(h),i.setPosition(p),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"),e)switch(e){case"category":return new Dw({ordinalMeta:t.getCategories(),extent:[1/0,-1/0]});case"time":return new tS({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC")});default:return new Lw}}(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 SX("value",r,t.axisExtent,i);return a.model=e,a},e.prototype._createGroup=function(t){var e=this[t]=new wo;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 yh({shape:{x1:r[0],y1:0,x2:r[1],y2:0},style:R({lineCap:"round"},i.getModel("lineStyle").getLineStyle()),silent:!0,z2:1});e.add(o);var a=this._progressLine=new yh({shape:{x1:r[0],x2:this._currentPointer?this._currentPointer.x:r[0],y1:0,y2:0},style:V({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=[],H(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={x:a,y:0,onclick:q(r._changeTimeline,r,t.value)},p=CX(s,l,e,h);p.ensureState("emphasis").style=u.getItemStyle(),p.ensureState("progress").style=c.getItemStyle(),ac(p);var d=yu(p);s.get("tooltip")?(d.dataIndex=t.value,d.dataModel=i):d.dataIndex=d.dataModel=null,r._tickSymbols.push(p)})},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=[],H(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=n.dataToCoord(i.tickValue),p=new vu({x:h,y:0,rotation:t.labelRotation-t.rotation,onclick:q(r._changeTimeline,r,a),silent:!1,style:Zp(l,{text:i.formattedLabel,align:t.labelAlign,verticalAlign:t.labelBaseline})});p.ensureState("emphasis").style=Zp(u),p.ensureState("progress").style=Zp(c),e.add(p),ac(p),IX(p).dataIndex=a,r._tickLabels.push(p)})}},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=ao(ht(i.get(["controlStyle",n+"BtnSize"]),r),r),h=function(t,e,n,i){var r=i.style,o=Sp(t.get(["controlStyle",e]),i||{},new an(n[0],n[1],n[2],n[3]));r&&o.setStyle(r);return o}(i,n+"Icon",[0,-c/2,c,c],{x:t[0],y:t[1],originX:r/2,originY:0,rotation:u?-o:0,rectHover:!0,style:a,onclick:l});h.ensureState("emphasis").style=s,e.add(h),ac(h)}}c(t.nextBtnPosition,"next",q(this._changeTimeline,this,u?"-":"+")),c(t.prevBtnPosition,"prev",q(this._changeTimeline,this,u?"+":"-")),c(t.playPosition,l?"stop":"play",q(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,l={onCreate:function(t){t.draggable=!0,t.drift=q(s._handlePointerDrag,s),t.ondragend=q(s._handlePointerDragend,s),DX(t,s._progressLine,o,n,i,!0)},onUpdate:function(t){DX(t,s._progressLine,o,n,i)}};this._currentPointer=CX(a,a,this._mainGroup,{},this._currentPointer,l)},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=Go(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 yp(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=r.dataToCoord(n),s=Math.abs(a-t);s<i&&(i=s,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(i=0;i<n.length;i++)n&&n[i]&&n[i].toggleState("progress",IX(n[i]).dataIndex<=t)},e.type="timeline.slider",e}(bX);function CX(t,e,n,i,r,o){var a=e.get("color");r?(r.setColor(a),n.add(r),o&&o.onUpdate(r)):((r=Tx(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=O({rectHover:!0,z2:100},i,!0);var l=Cx(t.get("symbolSize"));i.scaleX=l[0]/2,i.scaleY=l[1]/2;var u=Dx(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 DX(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)}}}var AX=TX;function kX(t){var e=t&&t.timeline;$(e)||(e=e?[e]:[]),H(e,function(t){t&&function(t){var e=t.type,n={number:"value",time:"time"};n[e]&&(t.axisType=n[e],delete t.type);if(LX(t),NX(t,"controlPosition")){var i=t.controlStyle||(t.controlStyle={});NX(i,"position")||(i.position=t.controlPosition),"none"!==i.position||NX(i,"show")||(i.show=!1,delete i.position),delete t.controlPosition}H(t.data||[],function(t){nt(t)&&!$(t)&&(!NX(t,"value")&&NX(t,"name")&&(t.value=t.name),LX(t))})}(t)})}function LX(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};H(i,function(t,e){o[e]||NX(r,e)||(r[e]=t)}),n.label&&!NX(i,"emphasis")&&(i.emphasis=n.label,delete n.label)}function NX(t,e){return t.hasOwnProperty(e)}function EX(t,e){if(!t)return!1;for(var n=$(t)?t:[t],i=0;i<n.length;i++)if(n[i]&&n[i][e])return!0;return!1}function OX(t){ba(t,"label",["show"])}var PX=Oa(),RX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.createdBySelf=!1,n.preventAutoZ=!0,n}return n(e,t),e.prototype.init=function(t,e,n){if("production"!==process.env.NODE_ENV&&"marker"===this.type)throw new Error("Marker component is abstract component. Use markLine, markPoint, markArea instead.");this.mergeDefaultAndTheme(t,n),this._mergeOption(t,n,!1,!0)},e.prototype.isAnimationEnabled=function(){if(h.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=PX(t)[r];n&&n.data?(o?o._mergeOption(n,e,!0):(i&&OX(n),H(n.data,function(t){t instanceof Array?(OX(t[0]),OX(t[1])):OX(t)}),R(o=this.createMarkerModelFromSeries(n,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),o.__hostSeries=t),PX(t)[r]=o):PX(t)[r]=null},this)},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t),o=i.getName(t);return Oy("section",{header:this.name,blocks:[Oy("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=Xv.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 PX(t)[e]},e.type="marker",e.dependencies=["series","grid","polar","geo"],e}(Jf);F(RX,Xv.prototype);var VX=RX,zX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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}(VX);function BX(t){return!(isNaN(parseFloat(t.x))&&isNaN(parseFloat(t.y)))}function GX(t,e,n,i,r,o,a){var s=[],l=lw(e,r)?e.getCalculationInfo("stackResultDimension"):r,u=XX(e,l,t),c=e.hostModel.indicesOfNearest(n,l,u)[0];s[o]=e.get(i,c),s[a]=e.get(l,c);var h=e.get(r,c),p=Fo(e.get(r,c));return(p=Math.min(p,20))>=0&&(s[a]=+s[a].toFixed(p)),[s,h]}var FX={min:K(GX,"min"),max:K(GX,"max"),average:K(GX,"average"),median:K(GX,"median")};function WX(t,e){if(e){var n=t.getData(),i=t.coordinateSystem,r=i&&i.dimensions;if(!function(t){return!isNaN(parseFloat(t.x))&&!isNaN(parseFloat(t.y))}(e)&&!$(e.coord)&&$(r)){var o=HX(e,n,i,t);if((e=E(e)).type&&FX[e.type]&&o.baseAxis&&o.valueAxis){var a=B(r,o.baseAxis.dim),s=B(r,o.valueAxis.dim),l=FX[e.type](n,o.valueAxis.dim,o.baseDataDim,o.valueDataDim,a,s);e.coord=l[0],e.value=l[1]}else e.coord=[null!=e.xAxis?e.xAxis:e.radiusAxis,null!=e.yAxis?e.yAxis:e.angleAxis]}if(null!=e.coord&&$(r))for(var u=e.coord,c=0;c<2;c++)FX[u[c]]&&(u[c]=XX(n,n.mapDimension(r[c]),u[c]));else{e.coord=[];var h=t.getBaseAxis();if(h&&e.type&&FX[e.type]){var p=i.getOtherAxis(h);p&&(e.value=XX(n,n.mapDimension(p.dim),e.type))}}return e}}function HX(t,e,n,i){var r={};return null!=t.valueIndex||null!=t.valueDim?(r.valueDataDim=null!=t.valueIndex?e.getDimension(t.valueIndex):t.valueDim,r.valueAxis=n.getAxis(function(t,e){var n=t.getData().getDimensionInfo(e);return n&&n.coordDim}(i,r.valueDataDim)),r.baseAxis=n.getOtherAxis(r.valueAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim)):(r.baseAxis=i.getBaseAxis(),r.valueAxis=n.getOtherAxis(r.baseAxis),r.baseDataDim=e.mapDimension(r.baseAxis.dim),r.valueDataDim=e.mapDimension(r.valueAxis.dim)),r}function UX(t,e){return!(t&&t.containData&&e.coord&&!BX(e))||t.containData(e.coord)}function YX(t,e){return t?function(t,n,i,r){return $v(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return $v(t.value,e[r])}}function XX(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?1:0]}var ZX=Oa(),jX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.init=function(){this.markerGroupMap=St()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each(function(t){ZX(t).keep=!1}),e.eachSeries(function(t){var r=VX.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)}),r.each(function(t){!ZX(t).keep&&i.group.remove(t.group)}),function(t,e,n){t.eachSeries(function(t){var i=VX.getMarkerModelFromSeries(t,n),r=e.get(t.id);if(i&&r&&r.group){var o=Vp(i),a=o.z,s=o.zlevel;Bp(r.group,a,s)}})}(e,r,this.type)},e.prototype.markKeep=function(t){ZX(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;H(t,function(t){var i=VX.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl(function(t){t&&(e?qu(t):Ku(t))})})},e.type="marker",e}(am);var qX=jX;function KX(t,e,n){var i=e.coordinateSystem,r=n.getWidth(),o=n.getHeight(),a=i&&i.getArea&&i.getArea();t.each(function(n){var s,l=t.getItemModel(n),u="coordinate"===l.get("relativeTo"),c=u?a?a.width:0:r,h=u?a?a.height:0:o,p=u&&a?a.x:0,d=u&&a?a.y:0,f=Vo(l.get("x"),c)+p,g=Vo(l.get("y"),h)+d;if(isNaN(f)||isNaN(g)){if(e.getMarkerPosition)s=e.getMarkerPosition(t.getValues(t.dimensions,n));else if(i){var v=t.get(i.dimensions[0],n),y=t.get(i.dimensions[1],n);s=i.dataToPoint([v,y])}}else s=[f,g];isNaN(f)||(s[0]=f),isNaN(g)||(s[1]=g),t.setItemLayout(n,s)})}var $X=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=VX.getMarkerModelFromSeries(t,"markPoint");e&&(KX(e.getData(),t,n),this.markerGroupMap.get(t.id).updateLayout())},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,new FT),u=function(t,e,n){var i;i=t?U(t&&t.dimensions,function(t){return R(R({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}];var r=new ew(i,n),o=U(n.get("data"),K(WX,e));t&&(o=X(o,K(UX,t)));var a=YX(!!t,i);return r.initData(o,null,a),r}(r,t,e);e.setData(u),KX(e.getData(),t,i),u.each(function(t){var n=u.getItemModel(t),i=n.getShallow("symbol"),r=n.getShallow("symbolSize"),o=n.getShallow("symbolRotate"),s=n.getShallow("symbolOffset"),l=n.getShallow("symbolKeepAspect");if(J(i)||J(r)||J(o)||J(s)){var c=e.getRawValue(t),h=e.getDataParams(t);J(i)&&(i=i(c,h)),J(r)&&(r=r(c,h)),J(o)&&(o=o(c,h)),J(s)&&(s=s(c,h))}var p=n.getModel("itemStyle").getItemStyle(),d=n.get("z2"),f=lx(a,"color");p.fill||(p.fill=f),u.setItemVisual(t,{z2:ht(d,0),symbol:i,symbolSize:r,symbolRotate:o,symbolOffset:s,symbolKeepAspect:l,style:p})}),l.updateData(u),this.group.add(l.group),u.eachItemGraphicEl(function(t){t.traverse(function(t){yu(t).dataModel=e})}),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(qX);var JX=$X;var QX=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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}(VX),tZ=Oa(),eZ=function(t,e,n,i){var r,o=t.getData();if($(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=ct(i.yAxis,i.xAxis);else{var u=HX(i,o,e,t);s=u.valueAxis,l=XX(o,uw(o,u.valueDataDim),a)}var c="x"===s.dim?0:1,h=1-c,p=E(i),d={coord:[]};p.type=null,p.coord=[],p.coord[h]=-1/0,d.coord[h]=1/0;var f=n.get("precision");f>=0&&et(l)&&(l=+l.toFixed(Math.min(f,20))),p.coord[c]=d.coord[c]=l,r=[p,d,{type:a,valueIndex:i.valueIndex,value:l}]}else"production"!==process.env.NODE_ENV&&N("Invalid markLine data."),r=[]}var g=[WX(t,r[0]),WX(t,r[1]),R({},r[2])];return g[2].type=g[2].type||null,O(g[2],g[0]),O(g[2],g[1]),g};function nZ(t){return!isNaN(t)&&!isFinite(t)}function iZ(t,e,n,i){var r=1-t,o=i.dimensions[t];return nZ(e[r])&&nZ(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function rZ(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(iZ(1,n,i,t)||iZ(0,n,i,t)))return!0}return UX(t,e[0])&&UX(t,e[1])}function oZ(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Vo(s.get("x"),r.getWidth()),u=Vo(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),p=t.get(c[1],e);o=a.dataToPoint([h,p])}if(eC(a,"cartesian2d")){var d=a.getAxis("x"),f=a.getAxis("y");c=a.dimensions;nZ(t.get(c[0],e))?o[0]=d.toGlobalCoord(d.getExtent()[n?0:1]):nZ(t.get(c[1],e))&&(o[1]=f.toGlobalCoord(f.getExtent()[n?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];t.setItemLayout(e,o)}var aZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=VX.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=tZ(e).from,o=tZ(e).to;r.each(function(e){oZ(r,e,!0,t,n),oZ(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=t.coordinateSystem,o=t.id,a=t.getData(),s=this.markerGroupMap,l=s.get(o)||s.set(o,new BO);this.group.add(l.group);var u=function(t,e,n){var i;i=t?U(t&&t.dimensions,function(t){return R(R({},e.getData().getDimensionInfo(e.getData().mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}];var r=new ew(i,n),o=new ew(i,n),a=new ew([],n),s=U(n.get("data"),K(eZ,e,t,n));t&&(s=X(s,K(rZ,t)));var l=YX(!!t,i);return r.initData(U(s,function(t){return t[0]}),null,l),o.initData(U(s,function(t){return t[1]}),null,l),a.initData(U(s,function(t){return t[2]})),a.hasItemOption=!0,{from:r,to:o,line:a}}(r,t,e),c=u.from,h=u.to,p=u.line;tZ(e).from=c,tZ(e).to=h,e.setData(p);var d=e.get("symbol"),f=e.get("symbolSize"),g=e.get("symbolRotate"),v=e.get("symbolOffset");function y(e,n,r){var o=e.getItemModel(n);oZ(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=lx(a,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:ht(o.get("symbolOffset",!0),v[r?0:1]),symbolRotate:ht(o.get("symbolRotate",!0),g[r?0:1]),symbolSize:ht(o.get("symbolSize"),f[r?0:1]),symbol:ht(o.get("symbol",!0),d[r?0:1]),style:s})}$(d)||(d=[d,d]),$(f)||(f=[f,f]),$(g)||(g=[g,g]),$(v)||(v=[v,v]),u.from.each(function(t){y(c,t,!0),y(h,t,!1)}),p.each(function(t){var e=p.getItemModel(t),n=e.getModel("lineStyle").getLineStyle();p.setItemLayout(t,[c.getItemLayout(t),h.getItemLayout(t)]);var i=e.get("z2");null==n.stroke&&(n.stroke=c.getItemVisual(t,"style").fill),p.setItemVisual(t,{z2:ht(i,0),fromSymbolKeepAspect:c.getItemVisual(t,"symbolKeepAspect"),fromSymbolOffset:c.getItemVisual(t,"symbolOffset"),fromSymbolRotate:c.getItemVisual(t,"symbolRotate"),fromSymbolSize:c.getItemVisual(t,"symbolSize"),fromSymbol:c.getItemVisual(t,"symbol"),toSymbolKeepAspect:h.getItemVisual(t,"symbolKeepAspect"),toSymbolOffset:h.getItemVisual(t,"symbolOffset"),toSymbolRotate:h.getItemVisual(t,"symbolRotate"),toSymbolSize:h.getItemVisual(t,"symbolSize"),toSymbol:h.getItemVisual(t,"symbol"),style:n})}),l.updateData(p),u.line.eachItemGraphicEl(function(t){yu(t).dataModel=e,t.traverse(function(t){yu(t).dataModel=e})}),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(qX);var sZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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}(VX),lZ=Oa(),uZ=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=WX(t,r),s=WX(t,o),l=a.coord,u=s.coord;l[0]=ct(l[0],-1/0),l[1]=ct(l[1],-1/0),u[0]=ct(u[0],1/0),u[1]=ct(u[1],1/0);var c=P([{},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 cZ(t){return!isNaN(t)&&!isFinite(t)}function hZ(t,e,n,i){var r=1-t;return cZ(e[r])&&cZ(n[r])}function pZ(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};return eC(t,"cartesian2d")?!(!n||!i||!hZ(1,n,i)&&!hZ(0,n,i))||function(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!BX(e)&&!BX(n))||t.containZone(e.coord,n.coord)}(t,r,o):UX(t,r)||UX(t,o)}function dZ(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=Vo(s.get(n[0]),r.getWidth()),u=Vo(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),p=a.clampData(c),d=a.clampData(h),f=[];"x0"===n[0]?f[0]=p[0]>d[0]?h[0]:c[0]:f[0]=p[0]>d[0]?c[0]:h[0],"y0"===n[1]?f[1]=p[1]>d[1]?h[1]:c[1]:f[1]=p[1]>d[1]?c[1]:h[1],o=i.getMarkerPosition(f,n,!0)}else{var g=[m=t.get(n[0],e),x=t.get(n[1],e)];a.clampData&&a.clampData(g,g),o=a.dataToPoint(g,!0)}if(eC(a,"cartesian2d")){var v=a.getAxis("x"),y=a.getAxis("y"),m=t.get(n[0],e),x=t.get(n[1],e);cZ(m)?o[0]=v.toGlobalCoord(v.getExtent()["x0"===n[0]?0:1]):cZ(x)&&(o[1]=y.toGlobalCoord(y.getExtent()["y0"===n[1]?0:1]))}isNaN(l)||(o[0]=l),isNaN(u)||(o[1]=u)}else o=[l,u];return o}var fZ=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],gZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.updateTransform=function(t,e,n){e.eachSeries(function(t){var e=VX.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each(function(e){var r=U(fZ,function(r){return dZ(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 wo});this.group.add(l.group),this.markKeep(l);var u=function(t,e,n){var i,r,o=["x0","y0","x1","y1"];if(t){var a=U(t&&t.dimensions,function(t){var n=e.getData();return R(R({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})});r=U(o,function(t,e){return{name:t,type:a[e%2].type}}),i=new ew(r,n)}else i=new ew(r=[{name:"value",type:"float"}],n);var s=U(n.get("data"),K(uZ,e,t,n));t&&(s=X(s,K(pZ,t)));var l=t?function(t,e,n,i){return $v(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return $v(t.value,r[i])};return i.initData(s,null,l),i.hasItemOption=!0,i}(r,t,e);e.setData(u),u.each(function(e){var n=U(fZ,function(n){return dZ(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))],p=[s.parse(u.get("y0",e)),s.parse(u.get("y1",e))];Go(h),Go(p);var d=!!(l[0]>h[1]||l[1]<h[0]||c[0]>p[1]||c[1]<p[0]);u.setItemLayout(e,{points:n,allClipped:d});var f=u.getItemModel(e),g=f.getModel("itemStyle").getItemStyle(),v=f.get("z2"),y=lx(a,"color");g.fill||(g.fill=y,Q(g.fill)&&(g.fill=Ai(g.fill,.4))),g.stroke||(g.stroke=y),u.setItemVisual(e,"style",g),u.setItemVisual(e,"z2",ht(v,0))}),u.diff(lZ(l).data).add(function(t){var e=u.getItemLayout(t),n=u.getItemVisual(t,"z2");if(!e.allClipped){var i=new ch({z2:ht(n,0),shape:{points:e.points}});u.setItemGraphicEl(t,i),l.group.add(i)}}).update(function(t,n){var i=lZ(l).data.getItemGraphicEl(n),r=u.getItemLayout(t),o=u.getItemVisual(t,"z2");r.allClipped?i&&l.group.remove(i):(i?jh(i,{z2:ht(o,0),shape:{points:r.points}},e,t):i=new ch({shape:{points:r.points}}),u.setItemGraphicEl(t,i),l.group.add(i))}).remove(function(t){var e=lZ(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")),Yp(t,Xp(i),{labelFetcher:e,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:Q(r.fill)?Ai(r.fill,1):ig.color.neutral99}),hc(t,i),sc(t,null,null,i.get(["emphasis","disabled"])),yu(t).dataModel=e}),lZ(l).data=u,l.group.silent=e.get("silent")||t.get("silent")},e.type="markArea",e}(qX);var vZ=gZ;var yZ=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 n(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"]),$(e)&&H(e,function(t,i){Q(t)&&(t={type:t}),e[i]=O(t,function(t,e){return"all"===e?{type:"all",title:t.getLocaleModel().get(["legend","selector","all"])}:"inverse"===e?{type:"inverse",title:t.getLocaleModel().get(["legend","selector","inverse"])}:void 0}(n,t.type))})},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&&La(i)&&e.push(i.name)}),this._availableNames=n;var i=this.get("data")||e,r=St(),o=U(i,function(t){return(Q(t)||et(t))&&(t={name:t}),r.get(t.name)?null:(r.set(t.name,!0),new md(t,this,this.ecModel))},this);this._data=X(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")&&H(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;H(t,function(t){e[t.get("name",!0)]=!0})},e.prototype.inverseSelect=function(){var t=this._data,e=this.option.selected;H(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])&&B(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",bottom:ig.size.m,align:"auto",backgroundColor:ig.color.transparent,borderColor:ig.color.border,borderRadius:0,borderWidth:0,padding:5,itemGap:8,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:ig.color.disabled,inactiveBorderColor:ig.color.disabled,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:ig.color.disabled,inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:ig.color.secondary},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:ig.color.tertiary,borderWidth:1,borderColor:ig.color.border},emphasis:{selectorLabel:{show:!0,color:ig.color.quaternary}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1},triggerEvent:!1},e}(Jf),mZ=yZ,xZ=K,_Z=H,bZ=wo,wZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.newlineDisabled=!1,n}return n(e,t),e.prototype.init=function(){this.group.add(this._contentGroup=new bZ),this.group.add(this._selectorGroup=new bZ),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=Uf(t,n).refContainer,u=t.getBoxLayoutParams(),c=t.get("padding"),h=Ff(u,l,c),p=this.layoutInner(t,r,h,i,a,s),d=Ff(V({width:p.width,height:p.height},u),l,c);this.group.x=d.x-p.x,this.group.y=d.y-p.y,this.group.markRedraw(),this.group.add(this._backgroundEl=EU(p,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=St(),u=e.get("selectedMode"),c=e.get("triggerEvent"),h=[];n.eachRawSeries(function(t){!t.get("legendHoverLink")&&h.push(t.id)}),_Z(e.getData(),function(r,o){var a=this,p=r.get("name");if(!this.newlineDisabled&&(""===p||"\n"===p)){var d=new bZ;return d.newline=!0,void s.add(d)}var f=n.getSeriesByName(p)[0];if(!l.get(p)){if(f){var g=f.getData(),v=g.getVisual("legendLineStyle")||{},y=g.getVisual("legendIcon"),m=g.getVisual("style"),x=this._createItem(f,p,o,r,e,t,v,m,y,u,i);x.on("click",xZ(SZ,p,null,i,h)).on("mouseover",xZ(IZ,f.name,null,i,h)).on("mouseout",xZ(TZ,f.name,null,i,h)),n.ssr&&x.eachChild(function(t){var e=yu(t);e.seriesIndex=f.seriesIndex,e.dataIndex=o,e.ssrType="legend"}),c&&x.eachChild(function(t){a.packEventData(t,e,f,o,p)}),l.set(p,!0)}else n.eachRawSeries(function(a){var s=this;if(!l.get(p)&&a.legendVisualProvider){var d=a.legendVisualProvider;if(!d.containName(p))return;var f=d.indexOfName(p),g=d.getItemVisual(f,"style"),v=d.getItemVisual(f,"legendIcon"),y=bi(g.fill);y&&0===y[3]&&(y[3]=.2,g=R(R({},g),{fill:ki(y,"rgba")}));var m=this._createItem(a,p,o,r,e,t,{},g,v,u,i);m.on("click",xZ(SZ,null,p,i,h)).on("mouseover",xZ(IZ,null,p,i,h)).on("mouseout",xZ(TZ,null,p,i,h)),n.ssr&&m.eachChild(function(t){var e=yu(t);e.seriesIndex=a.seriesIndex,e.dataIndex=o,e.ssrType="legend"}),c&&m.eachChild(function(t){s.packEventData(t,e,a,o,p)}),l.set(p,!0)}},this);"production"!==process.env.NODE_ENV&&(l.get(p)||console.warn(p+" series not exists. Legend data should be same with series name or data name."))}},this),r&&this._createSelector(r,e,i,o,a)},e.prototype.packEventData=function(t,e,n,i,r){var o={componentType:"legend",componentIndex:e.componentIndex,dataIndex:i,value:r,seriesIndex:n.seriesIndex};yu(t).eventData=o},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();_Z(t,function(t){var i=t.type,r=new vu({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});o.add(r),Yp(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),ac(r)})},e.prototype._createItem=function(t,e,n,i,r,o,a,s,l,u,c){var h=t.visualDrawType,p=r.get("itemWidth"),d=r.get("itemHeight"),f=r.isSelected(e),g=i.get("symbolRotate"),v=i.get("symbolKeepAspect"),y=i.get("icon"),m=function(t,e,n,i,r,o,a){function s(t,e){"auto"===t.lineWidth&&(t.lineWidth=e.lineWidth>0?2:0),_Z(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?Qx(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 p=e.getModel("lineStyle"),d=p.getLineStyle();if(s(d,n),"auto"===u.fill&&(u.fill=i.fill),"auto"===u.stroke&&(u.stroke=i.fill),"auto"===d.stroke&&(d.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"),d.stroke=p.get("inactiveColor"),d.lineWidth=p.get("inactiveWidth")}return{itemStyle:u,lineStyle:d}}(l=y||l||"roundRect",i,a,s,h,f,c),x=new bZ,_=i.getModel("textStyle");if(!J(t.getLegendIcon)||y&&"inherit"!==y){var b="inherit"===y&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;x.add(function(t){var e=t.icon||"roundRect",n=Tx(e,0,0,t.itemWidth,t.itemHeight,t.itemStyle.fill,t.symbolKeepAspect);n.setStyle(t.itemStyle),n.rotation=(t.iconRotate||0)*Math.PI/180,n.setOrigin([t.itemWidth/2,t.itemHeight/2]),e.indexOf("empty")>-1&&(n.style.stroke=n.style.fill,n.style.fill=ig.color.neutral00,n.style.lineWidth=2);return n}({itemWidth:p,itemHeight:d,icon:l,iconRotate:b,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:v}))}else x.add(t.getLegendIcon({itemWidth:p,itemHeight:d,icon:l,iconRotate:g,itemStyle:m.itemStyle,lineStyle:m.lineStyle,symbolKeepAspect:v}));var w="left"===o?p+5:-5,S=o,M=r.get("formatter"),I=e;Q(M)&&M?I=M.replace("{name}",null!=e?e:""):J(M)&&(I=M(e));var T=f?_.getTextColor():i.get("inactiveColor");x.add(new vu({style:Zp(_,{text:I,x:w,y:d/2,fill:T,align:S,verticalAlign:"middle"},{inheritColor:T})}));var C=new Ql({shape:x.getBoundingRect(),style:{fill:"transparent"}}),D=i.getModel("tooltip");return D.get("show")&&kp({el:C,componentModel:r,itemName:e,itemTooltipOption:D.option}),x.add(C),x.eachChild(function(t){t.silent=!0}),C.silent=!u,this.getContentGroup().add(x),ac(x),x.__legendDataIndex=n,x},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();zf(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){zf("horizontal",s,t.get("selectorItemGap",!0));var c=s.getBoundingRect(),h=[-c.x,-c.y],p=t.get("selectorButtonGap",!0),d=t.getOrient().index,f=0===d?"width":"height",g=0===d?"height":"width",v=0===d?"y":"x";"end"===o?h[d]+=l[f]+p:u[d]+=c[f]+p,h[1-d]+=l[g]/2-c[g]/2,s.x=h[0],s.y=h[1],a.x=u[0],a.y=u[1];var y={x:0,y:0};return y[f]=l[f]+p+c[f],y[g]=Math.max(l[g],c[g]),y[v]=Math.min(0,c[v]+h[1-d]),y}return a.x=u[0],a.y=u[1],this.group.getBoundingRect()},e.prototype.remove=function(){this.getContentGroup().removeAll(),this._isFirstRender=!0},e.type="legend.plain",e}(am);function SZ(t,e,n,i){TZ(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),IZ(t,e,n,i)}function MZ(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 IZ(t,e,n,i){MZ(n)||n.dispatchAction({type:"highlight",seriesName:t,name:e,excludeSeriesId:i})}function TZ(t,e,n,i){MZ(n)||n.dispatchAction({type:"downplay",seriesName:t,name:e,excludeSeriesId:i})}var CZ=wZ;function DZ(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 AZ(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),kZ(n,r),o.push(n.componentIndex)});var a={};return n.eachComponent("legend",function(t){H(r,function(e,n){t[e?"select":"unSelect"](n)}),kZ(t,a)}),i?{selected:a,legendIndex:o}:{name:e.name,selected:a}}function kZ(t,e){var n=e||{};return H(t.getData(),function(e){var i=e.get("name");if("\n"!==i&&""!==i){var r=t.isSelected(i);Ct(n,i)?n[i]=n[i]&&r:n[i]=r}}),n}function LZ(t){t.registerComponentModel(mZ),t.registerComponentView(CZ),t.registerProcessor(t.PRIORITY.PROCESSOR.SERIES_FILTER,DZ),t.registerSubTypeDefaulter("legend",function(){return"plain"}),function(t){t.registerAction("legendToggleSelect","legendselectchanged",K(AZ,"toggleSelected")),t.registerAction("legendAllSelect","legendselectall",K(AZ,"allSelect")),t.registerAction("legendInverseSelect","legendinverseselect",K(AZ,"inverseSelect")),t.registerAction("legendSelect","legendselected",K(AZ,"select")),t.registerAction("legendUnSelect","legendunselected",K(AZ,"unSelect"))}(t)}function NZ(t,e,n){var i=[1,1];i[t.getOrient().index]=0,Zf(e,n,{type:"box",ignoreSize:!!i})}var EZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.setScrollDataIndex=function(t){this.option.scrollDataIndex=t},e.prototype.init=function(e,n,i){var r=jf(e);t.prototype.init.call(this,e,n,i),NZ(this,e,r)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),NZ(this,this.option,e)},e.type="legend.scroll",e.defaultOption=bd(mZ.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:ig.color.accent50,pageIconInactiveColor:ig.color.accent10,pageIconSize:15,pageTextStyle:{color:ig.color.tertiary},animationDurationUpdate:800}),e}(mZ),OZ=wo,PZ=["width","height"],RZ=["x","y"],VZ=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 n(e,t),e.prototype.init=function(){t.prototype.init.call(this),this.group.add(this._containerGroup=new OZ),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new OZ)},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=$(c)?c:[c,c];d("pagePrev",0);var p=n.getModel("pageTextStyle");function d(t,e){var i=t+"DataIndex",o=Sp(n.get("pageIcons",!0)[n.getOrient().name][e],{onclick:q(l._pageGo,l,i,n,r)},{x:-h[0]/2,y:-h[1]/2,width:h[0],height:h[1]});o.name=t,u.add(o)}u.add(new vu({name:"pageText",style:{text:"xx/xx",fill:p.getTextColor(),font:p.getFont(),verticalAlign:"middle",align:"center"},silent:!0})),d("pageNext",1)},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getSelectorGroup(),s=t.getOrient().index,l=PZ[s],u=RZ[s],c=PZ[1-s],h=RZ[1-s];r&&zf("horizontal",a,t.get("selectorItemGap",!0));var p=t.get("selectorButtonGap",!0),d=a.getBoundingRect(),f=[-d.x,-d.y],g=E(n);r&&(g[l]=n[l]-d[l]-p);var v=this._layoutContentAndController(t,i,g,s,l,c,h,u);if(r){if("end"===o)f[s]+=v[l]+p;else{var y=d[l]+p;f[s]-=y,v[u]-=y}v[l]+=d[l]+p,f[1-s]+=v[h]+v[c]/2-d[c]/2,v[c]=Math.max(v[c],d[c]),v[h]=Math.min(v[h],d[h]+f[1-s]),a.x=f[0],a.y=f[1],a.markRedraw()}return v},e.prototype._layoutContentAndController=function(t,e,n,i,r,o,a,s){var l=this.getContentGroup(),u=this._containerGroup,c=this._controllerGroup;zf(t.get("orient"),l,t.get("itemGap"),i?n.width:null,i?null:n.height),zf("horizontal",c,t.get("pageButtonItemGap",!0));var h=l.getBoundingRect(),p=c.getBoundingRect(),d=this._showController=h[r]>n[r],f=[-h.x,-h.y];e||(f[i]=l[s]);var g=[0,0],v=[-p.x,-p.y],y=ht(t.get("pageButtonGap",!0),t.get("itemGap",!0));d&&("end"===t.get("pageButtonPosition",!0)?v[i]+=n[r]-p[r]:g[i]+=p[r]+y);v[1-i]+=h[o]/2-p[o]/2,l.setPosition(f),u.setPosition(g),c.setPosition(v);var m={x:0,y:0};if(m[r]=d?n[r]:h[r],m[o]=Math.max(h[o],p[o]),m[a]=Math.min(0,p[a]+v[1-i]),u.__rectSize=n[r],d){var x={x:0,y:0};x[r]=Math.max(n[r]-p[r]-y,0),x[o]=m[o],u.setClipPath(new Ql({shape:x})),u.__rectSize=x[r]}else c.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var _=this._getPageInfo(t);return null!=_.pageIndex&&jh(l,{x:_.contentPosition[0],y:_.contentPosition[1]},d?t:null),this._updatePageInfoView(t,_),m},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;H(["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",Q(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=RZ[r],s=this._findTargetItemIndex(e),l=n.children(),u=l[s],c=l.length,h=c?1:0,p={contentPosition:[n.x,n.y],pageCount:h,pageIndex:h-1,pagePrevDataIndex:null,pageNextDataIndex:null};if(!u)return p;var d=m(u);p.contentPosition[r]=-d.s;for(var f=s+1,g=d,v=d,y=null;f<=c;++f)(!(y=m(l[f]))&&v.e>g.s+i||y&&!x(y,g.s))&&(g=v.i>g.i?v:y)&&(null==p.pageNextDataIndex&&(p.pageNextDataIndex=g.i),++p.pageCount),v=y;for(f=s-1,g=d,v=d,y=null;f>=-1;--f)(y=m(l[f]))&&x(v,y.s)||!(g.i<v.i)||(v=g,null==p.pagePrevDataIndex&&(p.pagePrevDataIndex=g.i),++p.pageCount,++p.pageIndex),g=y;return p;function m(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){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;var e,n},e.type="legend.scroll",e}(CZ),zZ=VZ;function BZ(t){Ib(LZ),t.registerComponentModel(EZ),t.registerComponentView(zZ),function(t){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)})})}(t)}var GZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.inside",e.defaultOption=bd(vU.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(vU),FZ=Oa();function WZ(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function HZ(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function UZ(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}function YZ(t){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,function(t,e){var n=FZ(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=St());i.each(function(t){t.dataZoomInfoMap=null}),t.eachComponent({mainType:"dataZoom",subType:"inside"},function(t){H(pU(t).infoList,function(n){var r=n.model.uid,o=i.get(r)||i.set(r,function(t,e){var n={model:e,containsPoint:K(UZ,e),dispatchAction:K(HZ,t),dataZoomInfoMap:null,controller:null},i=n.controller=new Rk(t.getZr());return H(["pan","zoom","scrollMove"],function(t){i.on(t,function(e){var i=[];n.dataZoomInfoMap.each(function(r){if(e.isAvailableBehavior(r.model.option)){var o=(r.getRange||{})[t],a=o&&o(r.dzReferCoordSysInfo,n.model.mainType,n.controller,e);!r.model.get("disabled",!0)&&a&&i.push({dataZoomId:r.model.id,start:a[0],end:a[1]})}}),i.length&&n.dispatchAction(i)})}),n}(e,n.model));(o.dataZoomInfoMap||(o.dataZoomInfoMap=St())).set(t.uid,{dzReferCoordSysInfo:n,model:t,getRange:null})})}),i.each(function(t){var n,r=t.controller,o=t.dataZoomInfoMap;if(o){var a=o.keys()[0];null!=a&&(n=o.get(a))}if(n){var s=function(t,e,n){var i,r="type_",o={type_true:2,type_move:1,type_false:0,type_undefined:-1},a=!0;return t.each(function(t){var e=t.model,n=!e.get("disabled",!0)&&(!e.get("zoomLock",!0)||"move");o[r+n]>o[r+i]&&(i=n),a=a&&e.get("preventDefaultMouseMove",!0)}),{controlType:i,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!a,api:n,zInfo:{component:e.model},triggerInfo:{roamTrigger:null,isInSelf:e.containsPoint}}}}(o,t,e);r.enable(s.controlType,s.opt),bm(t,"dispatchAction",n.model.get("throttle",!0),"fixRate")}else WZ(i,t)})})}var XZ=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataZoom.inside",e}return n(e,t),e.prototype.render=function(e,n,i){t.prototype.render.apply(this,arguments),e.noTarget()?this._clear():(this.range=e.getPercentRange(),function(t,e,n){FZ(t).coordSysRecordMap.each(function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)})}(i,e,{pan:q(ZZ.pan,this),zoom:q(ZZ.zoom,this),scrollMove:q(ZZ.scrollMove,this)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){!function(t,e){for(var n=FZ(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||WZ(n,a))}}}(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(mU),ZZ={zoom:function(t,e,n,i){var r=this.range,o=r.slice(),a=t.axisModels[0];if(a){var s=qZ[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();return $P(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:jZ(function(t,e,n,i,r,o){var a=qZ[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength}),scrollMove:jZ(function(t,e,n,i,r,o){return qZ[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta})};function jZ(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s)return $P(t(a,s,e,n,i,r),a,[0,100],"all"),this.range=a,o[0]!==a[0]||o[1]!==a[1]?a:void 0}}var qZ={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}},KZ=XZ;function $Z(t){TU(t),t.registerComponentModel(GZ),t.registerComponentView(KZ),YZ(t)}var JZ=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.type="dataZoom.slider",e.layoutMode="box",e.defaultOption=bd(vU.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:ig.color.accent10,borderRadius:0,backgroundColor:ig.color.transparent,dataBackground:{lineStyle:{color:ig.color.accent30,width:.5},areaStyle:{color:ig.color.accent20,opacity:.2}},selectedDataBackground:{lineStyle:{color:ig.color.accent40,width:.5},areaStyle:{color:ig.color.accent20,opacity:.3}},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:ig.color.neutral00,borderColor:ig.color.accent20},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:ig.color.accent40,opacity:.5},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:ig.color.tertiary},brushSelect:!0,brushStyle:{color:ig.color.accent30,opacity:.3},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:ig.color.accent40},moveHandleStyle:{opacity:.8}},defaultLocationEdgeGap:15}),e}(vU),QZ=Ql,tj="horizontal",ej="vertical",nj=["line","bar","candlestick","scatter"],ij={easing:"cubicOut",duration:100,delay:0},rj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._displayables={},n}return n(e,t),e.prototype.init=function(t,e){this.api=e,this._onBrush=q(this._onBrush,this),this._onBrushEnd=q(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),bm(this,"_dispatchZoomAction",e.get("throttle"),"fixRate"),this._orient=e.getOrient(),!1!==e.get("show")){if(e.noTarget())return this._clear(),void this.group.removeAll();r&&"dataZoom"===r.type&&r.from===this.uid||this._buildView(),this._updateView()}else this.group.removeAll()},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){wm(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 wo;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")?7:0,i=Uf(t,e).refContainer,r=this._findCoordRect(),o=t.get("defaultLocationEdgeGap",!0)||0,a=this._orient===tj?{right:i.width-r.x-r.width,top:i.height-30-o-n,width:r.width,height:30}:{right:o,top:r.y,width:30,height:r.height},s=jf(t.option);H(["right","top","width","height"],function(t){"ph"===s[t]&&(s[t]=a[t])});var l=Ff(s,i);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===ej&&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!==tj||r?n===tj&&r?{scaleY:a?1:-1,scaleX:-1}:n!==ej||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 QZ({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new QZ({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:q(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=r.getDataExtent(t.thisDim),c=r.getDataExtent(a),h=.3*(c[1]-c[0]);c=[c[0]-h,c[1]+h];var p,d=[0,e[1]],f=[0,e[0]],g=[[e[0],0],[0,0]],v=[],y=f[1]/Math.max(1,r.count()-1),m=e[0]/(u[1]-u[0]),x="time"===t.thisAxis.type,_=-y,b=Math.round(r.count()/e[0]);r.each([t.thisDim,a],function(t,e,n){if(b>0&&n%b)x||(_+=y);else{_=x?(+t-u[0])*m:_+y;var i=null==e||isNaN(e)||""===e,r=i?0:Ro(e,c,d,!0);i&&!p&&n?(g.push([g[g.length-1][0],0]),v.push([v[v.length-1][0],0])):!i&&p&&(g.push([_,0]),v.push([_,0])),i||(g.push([_,r]),v.push([_,r])),p=i}}),s=this._shadowPolygonPts=g,l=this._shadowPolylinePts=v}this._shadowData=r,this._shadowDim=a,this._shadowSize=[e[0],e[1]];for(var w=this.dataZoomModel,S=0;S<3;S++){var M=I(1===S);this._displayables.sliderGroup.add(M),this._displayables.dataShadowSegs.push(M)}}}function I(t){var e=w.getModel(t?"selectedDataBackground":"dataBackground"),n=new wo,i=new ch({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new dh({shape:{points:l},segmentIgnoreThreshold:1,style:e.getModel("lineStyle").getLineStyle(),silent:!0,z2:-19});return n.add(i),n.add(r),n}},e.prototype._prepareDataShadowInfo=function(){var t=this.dataZoomModel,e=t.get("showDataShadow");if(!1!==e){var n,i=this.ecModel;return t.eachTargetAxis(function(r,o){H(t.getAxisProxy(r,o).getTargetSeriesModels(),function(t){if(!(n||!0!==e&&B(nj,t.get("type"))<0)){var a,s=i.getComponent(cU(r),o).axis,l=function(t){var e={x:"y",y:"x",radius:"angle",angle:"radius"};return e[t]}(r),u=t.coordinateSystem;null!=l&&u.getOtherAxis&&(a=u.getOtherAxis(s).inverse),l=t.getData().mapDimension(l);var c=t.getData().mapDimension(r);n={thisAxis:s,series:t,thisDim:c,otherDim:l,otherAxisInverse:a}}},this)},this),n}},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 QZ({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new QZ({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:ig.color.transparent}})),H([0,1],function(e){var o=a.get("handleIcon");!Sx[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o,"production"!==process.env.NODE_ENV&&da("handleIcon now needs 'path://' prefix when using a path string"));var s,l=Tx(o,-1,0,2,2,null,!0);l.attr({cursor:(s=this._orient,"vertical"===s?"ns-resize":"ew-resize"),draggable:!0,drift:q(this._onDragMove,this,e),ondragend:q(this._onDragEnd,this),onmouseover:q(this._showDataInfo,this,!0),onmouseout:q(this._showDataInfo,this,!1),z2:5});var u=l.getBoundingRect(),c=a.get("handleSize");this._handleHeight=Vo(c,this._size[1]),this._handleWidth=u.width/u.height*this._handleHeight,l.setStyle(a.getModel("handleStyle").getItemStyle()),l.style.strokeNoScale=!0,l.rectHover=!0,l.ensureState("emphasis").style=a.getModel(["emphasis","handleStyle"]).getItemStyle(),ac(l);var h=a.get("handleColor");null!=h&&(l.style.fill=h),r.add(n[e]=l);var p=a.getModel("textStyle"),d=(a.get("handleLabel")||{}).show||!1;t.add(i[e]=new vu({silent:!0,invisible:!d,style:Zp(p,{x:0,y:0,text:"",verticalAlign:"middle",align:"center",fill:p.getTextColor(),font:p.getFont()}),z2:10}))},this);var h=c;if(u){var p=Vo(a.get("moveHandleSize"),o[1]),d=e.moveHandle=new Ql({style:a.getModel("moveHandleStyle").getItemStyle(),silent:!0,shape:{r:[0,0,2,2],y:o[1]-.5,height:p}}),f=.8*p,g=e.moveHandleIcon=Tx(a.get("moveHandleIcon"),-f/2,-f/2,f,f,ig.color.neutral00,!0);g.silent=!0,g.y=o[1]+p/2-.5,d.ensureState("emphasis").style=a.getModel(["emphasis","moveHandleStyle"]).getItemStyle();var v=Math.min(o[1]/2,Math.max(p,10));(h=e.moveZone=new Ql({invisible:!0,shape:{y:o[1]-v,height:p+v}})).on("mouseover",function(){s.enterEmphasis(d)}).on("mouseout",function(){s.leaveEmphasis(d)}),r.add(d),r.add(g),r.add(h)}h.attr({draggable:!0,cursor:"default",drift:q(this._onDragMove,this,"all"),ondragstart:q(this._showDataInfo,this,!0),ondragend:q(this._onDragEnd,this),onmouseover:q(this._showDataInfo,this,!0),onmouseout:q(this._showDataInfo,this,!1)})},e.prototype._resetInterval=function(){var t=this._range=this.dataZoomModel.getPercentRange(),e=this._getViewExtent();this._handleEnds=[Ro(t[0],[0,100],e,!0),Ro(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];$P(e,i,r,n.get("zoomLock")?"all":t,null!=o.minSpan?Ro(o.minSpan,a,r,!0):null,null!=o.maxSpan?Ro(o.maxSpan,a,r,!0):null);var s=this._range,l=this._range=Go([Ro(i[0],r,a,!0),Ro(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=Go(n.slice()),r=this._size;H([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 Ql,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=Go(this._handleEnds.slice());function h(t){var e=vp(n.handles[t].parent,this.group),a=mp(0===t?"right":"left",e),s=this._handleWidth/2+5,l=yp([c[t]+(0===t?-s:s),this._size[1]/2],e);i[t].setStyle({x:l[0],y:l[1],verticalAlign:r===tj?"middle":a,align:r===tj?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 J(i)?i(t,o):Q(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,Me(i.event);var r=yp([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 Ge(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&&Math.abs(n.width)<5)){var i=this._getViewExtent(),r=[0,100],o=this._handleEnds=[n.x,n.x+n.width],a=this.dataZoomModel.findRepresentativeAxisProxy().getMinMaxSpan();$P(0,o,i,0,null!=a.minSpan?Ro(a.minSpan,r,i,!0):null,null!=a.maxSpan?Ro(a.maxSpan,r,i,!0):null),this._range=Go([Ro(o[0],i,r,!0),Ro(o[1],i,r,!0)]),this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(Me(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 QZ({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?ij:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=pU(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}(mU);var oj=rj;function aj(t){t.registerComponentModel(JZ),t.registerComponentView(oj),TU(t)}var sj={get:function(t,e,n){var i=E((lj[t]||{})[e]);return n&&$(i)?i[i.length-1]:i}},lj={color:{active:["#006edd","#e0ffff"],inactive:[ig.color.transparent]},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]}},uj=sj,cj=NE.mapVisual,hj=NE.eachVisual,pj=$,dj=H,fj=Go,gj=Ro,vj=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 n(e,t),e.prototype.init=function(t,e,n){this.mergeDefaultAndTheme(t,n)},e.prototype.optionUpdated=function(t,e){var n=this.option;!e&&$Y(n,t,this.replacableOptionKeys),this.textStyleModel=this.getModel("textStyle"),this.resetItemSize(),this.completeVisualOption()},e.prototype.resetVisual=function(t){var e=this.stateList;t=q(t,this),this.controllerVisuals=KY(this.option.controller,e,t),this.targetVisuals=KY(this.option.target,e,t)},e.prototype.getItemSymbol=function(){return null},e.prototype.getTargetSeriesIndices=function(){var t=this.option.seriesId,e=this.option.seriesIndex;return null==e&&null==t&&(e="all"),U(Ga(this.ecModel,"series",{index:e,id:t},{useDefault:!1,enableAll:!0,enableNone:!1}).models,function(t){return t.componentIndex})},e.prototype.eachTargetSeries=function(t,e){H(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||["<",">"],$(t)&&(t=t.slice(),i=!0);var l=e?t:i?[u(t[0]),u(t[1])]:u(t);return Q(s)?s.replace("{value}",i?l[0]:l).replace("{value2}",i?l[1]:l):J(s)?i?s(t[0],t[1]):s(t):i?t[0]===a[0]?n[0]+" "+l[1]:t[1]===a[1]?n[1]+" "+l[0]:l[0]+" - "+l[1]:l;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=fj([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={});O(i,n),O(r,n);var o=this.isCategory();function a(n){pj(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]={},dj(i,function(t,e){if(NE.isValidType(e)){var n=uj.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";dj(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&&E(e)||(o?r:[r])),null==l.symbolSize&&(l.symbolSize=n&&E(n)||(o?s[0]:[s[0],s[0]])),l.symbol=cj(l.symbol,function(t){return"none"===t?r:t});var u=l.symbolSize;if(null!=u){var c=-1/0;hj(u,function(t){t>c&&(c=t)}),l.symbolSize=cj(u,function(t){return gj(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,min:0,max:200,left:0,right:null,top:null,bottom:0,itemWidth:null,itemHeight:null,inverse:!1,orient:"vertical",backgroundColor:ig.color.transparent,borderColor:ig.color.borderTint,contentColor:ig.color.theme[0],inactiveColor:ig.color.disabled,borderWidth:0,padding:ig.size.m,textGap:10,precision:0,textStyle:{color:ig.color.secondary}},e}(Jf),yj=vj,mj=[20,140],xj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(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]=mj[0]),(null==e[1]||isNaN(e[1]))&&(e[1]=mj[1])},e.prototype._resetRange=function(){var t=this.getExtent(),e=this.option.range;!e||e.auto?(t.auto=1,this.option.range=t):$(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),H(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=Go((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(),i=ht(this.option.unboundedRange,!0);return(i&&e[0]<=n[0]||e[0]<=t)&&(i&&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=_j(this,"outOfRange",this.getExtent()),n=_j(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(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=bd(yj.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:ig.color.neutral00,borderWidth:1},indicatorIcon:"circle",indicatorSize:"50%",indicatorStyle:{borderColor:ig.color.neutral00,borderWidth:2,shadowBlur:2,shadowOffsetX:1,shadowOffsetY:1,shadowColor:ig.color.shadow}}),e}(yj);function _j(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 bj=xj,wj=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 n(e,t),e.prototype.init=function(t,e){this.ecModel=t,this.api=e},e.prototype.render=function(t,e,n,i){this.visualMapModel=t,!1!==t.get("show")?this.doRender(t,e,n,i):this.group.removeAll()},e.prototype.renderBackground=function(t){var e=this.visualMapModel,n=df(e.get("padding")||0),i=t.getBoundingRect();t.add(new Ql({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={};if("color"===e){var a=r.get("contentColor");o.color=a}function s(t){return o[t]}function l(t,e){o[t]=e}var u=r.controllerVisuals[i||r.getValueState(t)];return H(NE.prepareVisualTypes(u),function(i){var r=u[i];n.convertOpacityToAlpha&&"opacity"===i&&(i="colorAlpha",r=u.__alphaForOpacity),NE.dependsOn(i,e)&&r&&r.applyVisual(t,s,l)}),o[e]},e.prototype.positionGroup=function(t){var e=this.visualMapModel,n=Uf(e,this.api).refContainer;Yf(t,e.getBoxLayoutParams(),n)},e.prototype.doRender=function(t,e,n,i){},e.type="visualMap",e}(am),Sj=wj,Mj=[["left","right","width"],["top","bottom","height"]];function Ij(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?1:0,s=Mj[a],l=[0,null,10],u={},c=0;c<3;c++)u[Mj[1-a][c]]=l[c],u[s[c]]=2===c?n[0]:i[s[c]];var h=[["x","width",3],["y","height",0]][a],p=Ff(u,o,i.padding);return s[(p.margin[h[2]]||0)+p[h[0]]+.5*p[h[1]]<.5*o[h[1]]?0:1]}function Tj(t,e){return H(t||[],function(t){null!=t.dataIndex&&(t.dataIndexInside=t.dataIndex,t.dataIndex=null),t.highlightKey="visualMap"+(e?e.componentIndex:"")}),t}var Cj=Ro,Dj=H,Aj=Math.min,kj=Math.max,Lj=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 n(e,t),e.prototype.init=function(e,n){t.prototype.init.call(this,e,n),this._hoverLinkFromSeriesMouseOver=q(this._hoverLinkFromSeriesMouseOver,this),this._hideIndicator=q(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 vu({style:Zp(h,{x:l[0],y:l[1],verticalAlign:h.get("verticalAlign")||("horizontal"===c?"middle":u),align:h.get("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=Ij(e,this.api,i),s=n.mainGroup=this._createBarGroup(a),l=new wo;s.add(l),l.add(n.outOfRange=Nj()),l.add(n.inRange=Nj(null,o?Oj(this._orient):null,q(this._dragHandle,this,"all",!1),q(this._dragHandle,this,"all",!0))),l.setClipPath(new Ql({shape:{x:0,y:0,width:i[0],height:i[1],r:3}}));var u=e.textStyleModel.getTextRect("国"),c=kj(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=q(this._dragHandle,this,n,!1),s=q(this._dragHandle,this,n,!0),l=ao(t.get("handleSize"),i[0]),u=Tx(t.get("handleIcon"),-l/2,-l/2,l,l,null,!0),c=Oj(this._orient);u.attr({cursor:c,draggable:!0,drift:a,ondragend:s,onmousemove:function(t){Me(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(),pc(u,!0),e.add(u);var h=this.visualMapModel.textStyleModel,p=new vu({cursor:c,draggable:!0,drift:a,onmousemove:function(t){Me(t.event)},ondragend:s,style:Zp(h,{x:0,y:0,text:""})});p.ensureState("blur").style={opacity:.1},p.stateTransition={duration:200},this.group.add(p);var d=[l,0],f=this._shapes;f.handleThumbs[n]=u,f.handleLabelPoints[n]=d,f.handleLabels[n]=p},e.prototype._createIndicator=function(t,e,n,i,r){var o=ao(t.get("indicatorSize"),n[0]),a=Tx(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 Yl){var l=a.style;a.useStyle(R({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=this.visualMapModel.textStyleModel,c=new vu({silent:!0,invisible:!0,style:Zp(u,{x:0,y:0,text:""})});this.group.add(c);var h=[("horizontal"===r?i/2:6)+n[0]/2,0],p=this._shapes;p.indicator=a,p.indicatorLabel=c,p.indicatorLabelPoint=h,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()}e===!this.visualMapModel.get("realtime")&&this.api.dispatchAction({type:"selectDataRange",from:this.uid,visualMapId:this.visualMapModel.id,selected:this._dataInterval.slice()}),e?!this._hovering&&this._clearHoverLinkToSeries():Ej(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=[Cj(e[0],n,i,!0),Cj(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]];$P(e,i,r,t,0);var o=n.getExtent();this._dataInterval=[Cj(i[0],r,o,!0),Cj(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 kh(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 wo("horizontal"!==e||n?"horizontal"===e&&n?{scaleX:"bottom"===t?-1:1,rotation:-Math.PI/2}:"vertical"!==e||n?{scaleX:"left"===t?1:-1}:{scaleX:"left"===t?1:-1,scaleY:-1}:{scaleX:"bottom"===t?1:-1,rotation:Math.PI/2})},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);Dj([0,1],function(u){var c=r[u];c.setStyle("fill",e.handlesColor[u]),c.y=t[u];var h=Cj(t[u],[0,a[1]],s,!0),p=this.getControllerVisual(h,"symbolSize");c.scaleX=c.scaleY=p/a[0],c.x=a[0]-p/2;var d=yp(n.handleLabelPoints[u],vp(c,this.group));if("horizontal"===this._orient){var f="left"===l||"top"===l?(a[0]-p)/2:(a[0]-p)/-2;d[1]+=f}o[u].setStyle({x:d[0],y:d[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"),p=Cj(t,o,s,!0),d=a[0]-h/2,f={x:u.x,y:u.y};u.y=p,u.x=d;var g=yp(l.indicatorLabelPoint,vp(u,this.group)),v=l.indicatorLabel;v.attr("invisible",!1);var y=this._applyTransform("left",l.mainGroup),m="horizontal"===this._orient;v.setStyle({text:(n||"")+r.formatValueText(e),verticalAlign:m?y:"middle",align:m?"center":y});var x={x:d,y:p,style:{fill:c}},_={style:{x:g[0],y:g[1]}};if(r.ecModel.isAnimationEnabled()&&!this._firstShowIndicator){var b={duration:100,easing:"cubicInOut",additive:!0};u.x=f.x,u.y=f.y,u.animateTo(x,b),v.animateTo(_,b)}else u.attr(x),v.attr(_);this._firstShowIndicator=!1;var w=this._shapes.handleLabels;if(w)for(var S=0;S<w.length;S++)this.api.enterBlur(w[S])}},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]=Aj(kj(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=[0,i[1]],o=n.getExtent();t=Aj(kj(r[0],t),r[1]);var a=function(t,e,n){var i=6,r=t.get("hoverLinkDataSize");r&&(i=Cj(r,e,n,!0)/2);return i}(n,o,r),s=[t-a,t+a],l=Cj(t,r,o,!0),u=[Cj(s[0],r,o,!0),Cj(s[1],r,o,!0)];s[0]<r[0]&&(u[0]=-1/0),s[1]>r[1]&&(u[1]=1/0),e&&(u[0]===-1/0?this._showIndicator(l,u[1],"< ",a):u[1]===1/0?this._showIndicator(l,u[0],"> ",a):this._showIndicator(l,l,"≈ ",a));var c=this._hoverLinkDataIndices,h=[];(e||Ej(n))&&(h=this._hoverLinkDataIndices=n.findTargetDataIndices(u));var p=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=Da(t[i].seriesId,null);if(null==o)return;for(var a=_a(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}}(c,h);this._dispatchHighDown("downplay",Tj(p[0],n)),this._dispatchHighDown("highlight",Tj(p[1],n))}},e.prototype._hoverLinkFromSeriesMouseOver=function(t){var e;if(px(t.target,function(t){var n=yu(t);if(null!=n.dataIndex)return e=n,!0},!0),e){var 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",Tj(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=vp(e,i?null:this.group);return $(t)?yp(t,r,n):mp(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}(Sj);function Nj(t,e,n,i){return new ch({shape:{points:t},draggable:!!n,cursor:e,drift:n,onmousemove:function(t){Me(t.event)},ondragend:i})}function Ej(t){var e=t.get("hoverLinkOnHandle");return!!(null==e?t.get("realtime"):e)}function Oj(t){return"vertical"===t?"ns-resize":"ew-resize"}var Pj=Lj,Rj={type:"selectDataRange",event:"dataRangeSelected",update:"update"},Vj=function(t,e){e.eachComponent({mainType:"visualMap",query:t},function(e){e.setSelected(t.selected)})},zj=[{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=q(e.getValueState,e),a=e.getDataDimensionIndex(t.getData()),s={},H(i,function(t){var e=NE.prepareVisualTypes(r[t]);s[t]=e}),{progress:function(t,e){var n,i;function l(t){return sx(e,i,t)}function u(t,n){ux(e,i,t,n)}null!=a&&(n=e.getDimensionIndex(a));for(var c=e.getStore();null!=(i=t.next());){var h=e.getRawDataItem(i);if(!h||!1!==h.visualMap)for(var p=null!=a?c.get(n,i):i,d=o(p),f=r[d],g=s[d],v=0,y=g.length;v<y;v++){var m=g[v];f[m]&&f[m].applyVisual(p,l,u)}}}}))}),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(q(Bj,null,t,e))||{stops:[],outerColors:[]},o=e.getDataDimensionIndex(n);o>=0&&(r.dimension=o,i.push(r))}}),t.getData().setVisual("visualMeta",i)}}];function Bj(t,e,n,i){for(var r=e.targetVisuals[i],o=NE.prepareVisualTypes(r),a={color:lx(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,p)}return a.color;function h(t){return a[t]}function p(t,e){a[t]=e}}var Gj=H;function Fj(t){var e=t&&t.visualMap;$(e)||(e=e?[e]:[]),Gj(e,function(t){if(t){Wj(t,"splitList")&&!Wj(t,"pieces")&&(t.pieces=t.splitList,delete t.splitList);var e=t.pieces;e&&$(e)&&Gj(e,function(t){nt(t)&&(Wj(t,"start")&&!Wj(t,"min")&&(t.min=t.start),Wj(t,"end")&&!Wj(t,"max")&&(t.max=t.end))})}})}function Wj(t,e){return t&&t.hasOwnProperty&&t.hasOwnProperty(e)}var Hj=!1;function Uj(t){Hj||(Hj=!0,t.registerSubTypeDefaulter("visualMap",function(t){return t.categories||(t.pieces?t.pieces.length>0:t.splitNumber>0)&&!t.calculable?"piecewise":"continuous"}),t.registerAction(Rj,Vj),H(zj,function(e){t.registerVisual(t.PRIORITY.VISUAL.COMPONENT,e)}),t.registerPreprocessor(Fj))}function Yj(t){t.registerComponentModel(bj),t.registerComponentView(Pj),Uj(t)}var Xj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n._pieceList=[],n}return n(e,t),e.prototype.optionUpdated=function(e,n){t.prototype.optionUpdated.apply(this,arguments),this.resetExtent();var i=this._mode=this._determineMode();this._pieceList=[],Zj[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=E(r)):(t.dataExtent=this.getExtent(),t.mappingMethod="piecewise",t.pieceList=U(this._pieceList,function(t){return t=E(t),"inRange"!==e&&(t.visual=null),t}))})},e.prototype.completeVisualOption=function(){var e=this.option,n={},i=NE.listVisualTypes(),r=this.isCategory();function o(t,e,n){return t&&t[e]&&t[e].hasOwnProperty(n)}H(e.pieces,function(t){H(i,function(e){t.hasOwnProperty(e)&&(n[e]=1)})}),H(n,function(t,n){var i=!1;H(this.stateList,function(t){i=i||o(e,t,n)||o(e.target,t,n)},this),!i&&H(this.stateList,function(t){(e[t]||(e[t]={}))[n]=uj.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,H(i,function(t,e){var n=this.getSelectedMapKey(t);r.hasOwnProperty(n)||(r[n]=!0)},this),"single"===n.selectedMode){var o=!1;H(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=E(t)},e.prototype.getValueState=function(t){var e=NE.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){NE.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 H(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=bd(yj.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}(yj),Zj={splitNumber:function(t){var e=this.option,n=Math.min(e.precision,20),i=this.getExtent(),r=e.splitNumber;r=Math.max(parseInt(r,10),1),e.splitNumber=r;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]}),ea(t),H(t,function(t,e){t.index=e,t.text=this.formatValueText(t.interval)},this)},categories:function(t){var e=this.option;H(e.categories,function(e){t.push({text:this.formatValueText(e,!0),value:e})},this),jj(e,t)},pieces:function(t){var e=this.option;H(e.pieces,function(e,n){nt(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],p=0;p<3&&null==o[c];p++)o[c]=e[h[p]],a[c]=s[p],u[c]=2===p;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),"production"!==process.env.NODE_ENV&&o[0]>o[1]&&console.warn("Piece "+n+"is illegal: "+o+" lower bound should not greater then uppper bound."),o[0]===o[1]&&a[0]&&a[1]&&(i.value=o[0])}i.visual=NE.retrieveVisuals(e),t.push(i)},this),jj(e,t),ea(t),H(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 jj(t,e){var n=t.inverse;("vertical"===t.orient?!n:n)&&e.reverse()}var qj=Xj,Kj=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.doRender=function(){var t=this.group;t.removeAll();var e=this.visualMapModel,n=e.get("textGap"),i=e.textStyleModel,r=this._getItemAlign(),o=e.itemSize,a=this._getViewData(),s=a.endsText,l=ct(e.get("showLabel",!0),!s),u=!e.get("selectedMode");s&&this._renderEndsText(t,s[0],o,l,r),H(a.viewPieceList,function(a){var s=a.piece,c=new wo;c.onclick=q(this._onItemClick,this,s),this._enableHoverLink(c,a.indexInModelPieceList);var h=e.getRepresentValue(s);if(this._createItemSymbol(c,h,[0,0,o[0],o[1]],u),l){var p=this.visualMapModel.getValueState(h),d=i.get("align")||r;c.add(new vu({style:Zp(i,{x:"right"===d?-n:o[0]+n,y:o[1]/2,text:s.text,verticalAlign:i.get("verticalAlign")||"middle",align:d,opacity:ht(i.get("opacity"),"outOfRange"===p?.5:1)}),silent:u}))}t.add(c)},this),s&&this._renderEndsText(t,s[1],o,l,r),zf(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:Tj(i.findTargetDataIndices(e),i)})}},e.prototype._getItemAlign=function(){var t=this.visualMapModel,e=t.option;if("vertical"===e.orient)return Ij(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 wo,a=this.visualMapModel.textStyleModel;o.add(new vu({style:Zp(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=U(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=Tx(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=E(n.selected),o=e.getSelectedMapKey(t);"single"===i||!0===i?(r[o]=!0,H(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}(Sj),$j=Kj;function Jj(t){t.registerComponentModel(qj),t.registerComponentView($j),Uj(t)}var Qj=function(){function t(t){this._thumbnailModel=t}return t.prototype.reset=function(t){this._renderVersion=t.getMainProcessVersion()},t.prototype.renderContent=function(t){var e=t.api.getViewOfComponentModel(this._thumbnailModel);e&&(t.group.silent=!0,e.renderContent({group:t.group,targetTrans:t.targetTrans,z2Range:zp(t.group),roamType:t.roamType,viewportRect:t.viewportRect,renderVersion:this._renderVersion}))},t.prototype.updateWindow=function(t,e){var n=e.getViewOfComponentModel(this._thumbnailModel);n&&n.updateWindow({targetTrans:t,renderVersion:this._renderVersion})},t}(),tq=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n.preventAutoZ=!0,n}return n(e,t),e.prototype.optionUpdated=function(t,e){this._updateBridge()},e.prototype._updateBridge=function(){var t=this._birdge=this._birdge||new Qj(this);(this._target=null,this.ecModel.eachSeries(function(t){qO(t,null)}),this.shouldShow())&&qO(this.getTarget().baseMapProvider,t)},e.prototype.shouldShow=function(){return this.getShallow("show",!0)},e.prototype.getBridge=function(){return this._birdge},e.prototype.getTarget=function(){if(this._target)return this._target;var t=this.getReferringComponents("series",{useDefault:!1,enableAll:!1,enableNone:!1}).models[0];return t?"graph"!==t.subType&&(t=null,"production"!==process.env.NODE_ENV&&pa("series."+t.subType+" is not supported in thumbnail.",!0)):t=this.ecModel.queryComponents({mainType:"series",subType:"graph"})[0],this._target={baseMapProvider:t},this._target},e.type="thumbnail",e.layoutMode="box",e.dependencies=["series","geo"],e.defaultOption={show:!0,right:1,bottom:1,height:"25%",width:"25%",itemStyle:{borderColor:ig.color.border,borderWidth:2},windowStyle:{borderWidth:1,color:ig.color.neutral30,borderColor:ig.color.neutral40,opacity:.3},z:10},e}(Jf),eq=function(t){function e(){var n=null!==t&&t.apply(this,arguments)||this;return n.type=e.type,n}return n(e,t),e.prototype.render=function(t,e,n){if(this._api=n,this._model=t,this._coordSys||(this._coordSys=new $L),this._isEnabled()){this._renderVersion=n.getMainProcessVersion();var i=this.group;i.removeAll();var r=t.getModel("itemStyle"),o=r.getItemStyle();null==o.fill&&(o.fill=e.get("backgroundColor")||ig.color.neutral00);var a=Uf(t,n).refContainer,s=Ff(Bf(t,!0),a),l=o.lineWidth||0,u=this._contentRect=Cp(s.clone(),l/2,!0,!0),c=new wo;i.add(c),c.setClipPath(new Ql({shape:u.plain()}));var h=this._targetGroup=new wo;c.add(h);var p=s.plain();p.r=r.getShallow("borderRadius",!0),i.add(this._bgRect=new Ql({style:o,shape:p,silent:!1,cursor:"grab"}));var d=t.getModel("windowStyle"),f=d.getShallow("borderRadius",!0);c.add(this._windowRect=new Ql({shape:{x:0,y:0,width:0,height:0,r:f},style:d.getItemStyle(),silent:!1,cursor:"grab"})),this._dealRenderContent(),this._dealUpdateWindow(),iq(t,this)}else this._clear()},e.prototype.renderContent=function(t){this._bridgeRendered=t,this._isEnabled()&&(this._dealRenderContent(),this._dealUpdateWindow(),iq(this._model,this))},e.prototype._dealRenderContent=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=this._targetGroup,n=this._coordSys,i=this._contentRect;if(e.removeAll(),t){var r=t.group,o=r.getBoundingRect();e.add(r),this._bgRect.z2=t.z2Range.min-10,n.setBoundingRect(o.x,o.y,o.width,o.height);var a=Ff({left:"center",top:"center",aspect:o.width/o.height},i);n.setViewRect(a.x,a.y,a.width,a.height),r.attr(n.getTransformInfo().raw),this._windowRect.z2=t.z2Range.max+10,this._resetRoamController(t.roamType)}}},e.prototype.updateWindow=function(t){var e=this._bridgeRendered;e&&e.renderVersion===t.renderVersion&&(e.targetTrans=t.targetTrans),this._isEnabled()&&this._dealUpdateWindow()},e.prototype._dealUpdateWindow=function(){var t=this._bridgeRendered;if(t&&t.renderVersion===this._renderVersion){var e=Re([],t.targetTrans),n=Ne([],this._coordSys.transform,e);this._transThisToTarget=Re([],n);var i=t.viewportRect;(i=i?i.clone():new an(0,0,this._api.getWidth(),this._api.getHeight())).applyTransform(n);var r=this._windowRect,o=r.shape.r;r.setShape(V({r:o},i))}},e.prototype._resetRoamController=function(t){var e=this,n=this._api,i=this._roamController;i||(i=this._roamController=new Rk(n.getZr())),t&&this._isEnabled()?(i.enable(t,{api:n,zInfo:{component:this._model},triggerInfo:{roamTrigger:null,isInSelf:function(t,n,i){return e._contentRect.contain(n,i)}}}),i.off("pan").off("zoom").on("pan",q(this._onPan,this)).on("zoom",q(this._onZoom,this))):i.disable()},e.prototype._onPan=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Kt([],[t.oldX,t.oldY],e),i=Kt([],[t.oldX-t.dx,t.oldY-t.dy],e);this._api.dispatchAction(nq(this._model.getTarget().baseMapProvider,{dx:i[0]-n[0],dy:i[1]-n[1]}))}},e.prototype._onZoom=function(t){var e=this._transThisToTarget;if(this._isEnabled()&&e){var n=Kt([],[t.originX,t.originY],e);this._api.dispatchAction(nq(this._model.getTarget().baseMapProvider,{zoom:1/t.scale,originX:n[0],originY:n[1]}))}},e.prototype._isEnabled=function(){var t=this._model;return!(!t||!t.shouldShow())&&!!t.getTarget().baseMapProvider},e.prototype._clear=function(){this.group.removeAll(),this._bridgeRendered=null,this._roamController&&this._roamController.disable()},e.prototype.remove=function(){this._clear()},e.prototype.dispose=function(){this._clear()},e.type="thumbnail",e}(am);function nq(t,e){var n={type:"series"===t.mainType?t.subType+"Roam":t.mainType+"Roam"};return n[t.mainType+"Id"]=t.id,R(n,e),n}function iq(t,e){var n=Vp(t);Bp(e.group,n.z,n.zlevel)}var rq={label:{enabled:!0},decal:{show:!1}},oq=Oa(),aq={};function sq(t,e){var n=t.getModel("aria");if(n.get("enabled")){var i=E(rq);O(i.label,t.getLocaleModel().get("aria"),!1),O(n.option,i,!1),function(){if(n.getModel("decal").get("show")){var e=St();t.eachSeries(function(t){if(!t.isColorBySeries()){var n=e.get(t.type);n||(n={},e.set(t.type,n)),oq(t).scope=n}}),t.eachRawSeries(function(e){if(!t.isSeriesFiltered(e))if(J(e.enableAriaDecal))e.enableAriaDecal();else{var n=e.getData();if(e.isColorBySeries()){var i=Og(e.ecModel,e.name,aq,t.getSeriesCount()),r=n.getVisual("decal");n.setVisual("decal",u(r,i))}else{var o=e.getRawData(),a={},s=oq(e).scope;n.each(function(t){var e=n.getRawIndex(t);a[e]=t});var l=o.count();o.each(function(t){var i=a[t],r=o.getName(t)||t+"",c=Og(e.ecModel,r,s,l),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",u(h,c))})}}function u(t,e){var n=t?R(R({},e),t):e;return n.dirty=!0,n}})}}(),function(){var i=e.getZr().dom;if(!i)return;var o=t.getLocaleModel().get("aria"),a=n.getModel("label");if(a.option=V(a.option,o),!a.get("enabled"))return;if(i.setAttribute("role","img"),a.get("description"))return void i.setAttribute("aria-label",a.get("description"));var s,l=t.getSeriesCount(),u=a.get(["data","maxCount"])||10,c=a.get(["series","maxCount"])||10,h=Math.min(l,c);if(l<1)return;var p=function(){var e=t.get("title");e&&e.length&&(e=e[0]);return e&&e.text}();s=p?r(a.get(["general","withTitle"]),{title:p}):a.get(["general","withoutTitle"]);var d=[];s+=r(l>1?a.get(["series","multiple","prefix"]):a.get(["series","single","prefix"]),{seriesCount:l}),t.eachSeries(function(e,n){if(n<h){var i=void 0,o=e.get("name")?"withName":"withoutName";i=r(i=l>1?a.get(["series","multiple",o]):a.get(["series","single",o]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(_=e.subType,b=t.getLocaleModel().get(["series","typeNames"]),b[_]||b.chart)});var s=e.getData();if(s.count()>u)i+=r(a.get(["data","partialData"]),{displayCnt:u});else i+=a.get(["data","allData"]);for(var c=a.get(["data","separator","middle"]),p=a.get(["data","separator","end"]),f=a.get(["data","excludeDimensionId"]),g=[],v=0;v<s.count();v++)if(v<u){var y=s.getName(v),m=f?X(s.getValues(v),function(t,e){return-1===B(f,e)}):s.getValues(v),x=a.get(["data",y?"withName":"withoutName"]);g.push(r(x,{name:y,value:m.join(c)}))}i+=g.join(c)+p,d.push(i)}var _,b});var f=a.getModel(["series","multiple","separator"]),g=f.get("middle"),v=f.get("end");s+=d.join(g)+v,i.setAttribute("aria-label",s)}()}function r(t,e){if(!Q(t))return t;var n=t;return H(e,function(t,e){n=n.replace(new RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),n}}function lq(t){if(t&&t.aria){var e=t.aria;null!=e.show&&(e.enabled=e.show),e.label=e.label||{},H(["description","general","series","data"],function(t){null!=e[t]&&(e.label[t]=e[t])})}}var uq={value:"eq","<":"lt","<=":"lte",">":"gt",">=":"gte","=":"eq","!=":"ne","<>":"ne"},cq=function(){function t(t){if(null==(this._condVal=Q(t)?new RegExp(t):lt(t)?t:null)){var e="";"production"!==process.env.NODE_ENV&&(e=ga("Illegal regexp",t,"in")),va(e)}}return t.prototype.evaluate=function(t){var e=typeof t;return Q(e)?this._condVal.test(t):!!et(e)&&this._condVal.test(t+"")},t}(),hq=function(){function t(){}return t.prototype.evaluate=function(){return this.value},t}(),pq=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}(),dq=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}(),fq=function(){function t(){}return t.prototype.evaluate=function(){return!this.child.evaluate()},t}(),gq=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 vq(t,e){if(!0===t||!1===t){var n=new hq;return n.value=t,n}var i="";return mq(t)||("production"!==process.env.NODE_ENV&&(i=ga("Illegal config. Expect a plain object but actually",t)),va(i)),t.and?yq("and",t,e):t.or?yq("or",t,e):t.not?function(t,e){var n=t.not,i="";"production"!==process.env.NODE_ENV&&(i=ga('"not" condition should only be `not: {}`.',"Illegal condition:",t));mq(n)||va(i);var r=new fq;r.child=vq(n,e),r.child||va(i);return r}(t,e):function(t,e){for(var n="",i=e.prepareGetValue(t),r=[],o=j(t),a=t.parser,s=a?Qv(a):null,l=0;l<o.length;l++){var u=o[l];if("parser"!==u&&!e.valueGetterAttrMap.get(u)){var c=Ct(uq,u)?uq[u]:u,h=t[u],p=s?s(h):h,d=ry(c,p)||"reg"===c&&new cq(p);d||("production"!==process.env.NODE_ENV&&(n=ga('Illegal relational operation: "'+u+'" in condition:',t)),va(n)),r.push(d)}}r.length||("production"!==process.env.NODE_ENV&&(n=ga("Relational condition must have at least one operator.","Illegal condition:",t)),va(n));var f=new gq;return f.valueGetterParam=i,f.valueParser=s,f.getValue=e.getValue,f.subCondList=r,f}(t,e)}function yq(t,e,n){var i=e[t],r="";"production"!==process.env.NODE_ENV&&(r=ga('"and"/"or" condition should only be `'+t+": [...]` and must not be empty array.","Illegal condition:",e)),$(i)||va(r),i.length||va(r);var o="and"===t?new pq:new dq;return o.children=U(i,function(t){return vq(t,n)}),o.children.length||va(r),o}function mq(t){return nt(t)&&!W(t)}var xq=function(){function t(t,e){this._cond=vq(t,e)}return t.prototype.evaluate=function(){return this._cond.evaluate()},t}();var _q={type:"echarts:filter",transform:function(t){for(var e,n,i,r=t.upstream,o=(n=t.config,i={valueGetterAttrMap:St({dimension:!0}),prepareGetValue:function(t){var e="",n=t.dimension;Ct(t,"dimension")||("production"!==process.env.NODE_ENV&&(e=ga('Relation condition must has prop "dimension" specified.',"Illegal condition:",t)),va(e));var i=r.getDimensionInfo(n);return i||("production"!==process.env.NODE_ENV&&(e=ga("Can not find dimension info via: "+n+".\n","Existing dimensions: ",r.cloneAllDimensionInfo(),".\n","Illegal condition:",t,".\n")),va(e)),{dimIdx:i.index}},getValue:function(t){return r.retrieveValueFromItem(e,t.dimIdx)}},new xq(n,i)),a=[],s=0,l=r.count();s<l;s++)e=r.getRawDataItem(s),o.evaluate()&&a.push(e);return{data:a}}},bq="";"production"!==process.env.NODE_ENV&&(bq=["Valid config is like:",'{ dimension: "age", order: "asc" }','or [{ dimension: "age", order: "asc"], { dimension: "date", order: "desc" }]'].join(" "));var wq={type:"echarts:sort",transform:function(t){var e=t.upstream,n=t.config,i="",r=_a(n);r.length||("production"!==process.env.NODE_ENV&&(i="Empty `config` in sort transform."),va(i));var o=[];H(r,function(t){var n=t.dimension,r=t.order,a=t.parser,s=t.incomparable;if(null==n&&("production"!==process.env.NODE_ENV&&(i='Sort transform config must has "dimension" specified.'+bq),va(i)),"asc"!==r&&"desc"!==r&&("production"!==process.env.NODE_ENV&&(i='Sort transform config must has "order" specified.'+bq),va(i)),s&&"min"!==s&&"max"!==s){var l="";"production"!==process.env.NODE_ENV&&(l='incomparable must be "min" or "max" rather than "'+s+'".'),va(l)}if("asc"!==r&&"desc"!==r){var u="";"production"!==process.env.NODE_ENV&&(u='order must be "asc" or "desc" rather than "'+r+'".'),va(u)}var c=e.getDimensionInfo(n);c||("production"!==process.env.NODE_ENV&&(i=ga("Can not find dimension info via: "+n+".\n","Existing dimensions: ",e.cloneAllDimensionInfo(),".\n","Illegal config:",t,".\n")),va(i));var h=a?Qv(a):null;a&&!h&&("production"!==process.env.NODE_ENV&&(i=ga("Invalid parser name "+a+".\n","Illegal config:",t,".\n")),va(i)),o.push({dimIdx:c.index,parser:h,comparator:new ny(r,s)})});var a=e.sourceFormat;a!==hg&&a!==pg&&("production"!==process.env.NODE_ENV&&(i='sourceFormat "'+a+'" is not supported yet'),va(i));for(var s=[],l=0,u=e.count();l<u;l++)s.push(e.getRawDataItem(l));return s.sort(function(t,n){for(var i=0;i<o.length;i++){var r=o[i],a=e.retrieveValueFromItem(t,r.dimIdx),s=e.retrieveValueFromItem(n,r.dimIdx);r.parser&&(a=r.parser(a),s=r.parser(s));var l=r.comparator.evaluate(a,s);if(0!==l)return l}return 0}),{data:s}}};var Sq=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return n(e,t),e.prototype.init=function(e,n,i){t.prototype.init.call(this,e,n,i),this._sourceManager=new Ty(this),Cy(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),Cy(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:vg},e}(Jf),Mq=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type="dataset",e}return n(e,t),e.type="dataset",e}(am);var Iq=vl.CMD;function Tq(t,e){return Math.abs(t-e)<1e-5}function Cq(t){var e,n,i,r,o,a=t.data,s=t.len(),l=[],u=0,c=0,h=0,p=0;function d(t,n){e&&e.length>2&&l.push(e),e=[t,n]}function f(t,n,i,r){Tq(t,i)&&Tq(n,r)||e.push(t,n,i,r,i,r)}function g(t,n,i,r,o,a){var s=Math.abs(n-t),l=4*Math.tan(s/4)/3,u=n<t?-1:1,c=Math.cos(t),h=Math.sin(t),p=Math.cos(n),d=Math.sin(n),f=c*o+i,g=h*a+r,v=p*o+i,y=d*a+r,m=o*l*u,x=a*l*u;e.push(f-m*h,g+x*c,v+m*d,y-x*p,v,y)}for(var v=0;v<s;){var y=a[v++],m=1===v;switch(m&&(h=u=a[v],p=c=a[v+1],y!==Iq.L&&y!==Iq.C&&y!==Iq.Q||(e=[h,p])),y){case Iq.M:u=h=a[v++],c=p=a[v++],d(h,p);break;case Iq.L:f(u,c,n=a[v++],i=a[v++]),u=n,c=i;break;case Iq.C:e.push(a[v++],a[v++],a[v++],a[v++],u=a[v++],c=a[v++]);break;case Iq.Q:n=a[v++],i=a[v++],r=a[v++],o=a[v++],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 Iq.A:var x=a[v++],_=a[v++],b=a[v++],w=a[v++],S=a[v++],M=a[v++]+S;v+=1;var I=!a[v++];n=Math.cos(S)*b+x,i=Math.sin(S)*w+_,m?d(h=n,p=i):f(u,c,n,i),u=Math.cos(M)*b+x,c=Math.sin(M)*w+_;for(var T=(I?-1:1)*Math.PI/2,C=S;I?C>M:C<M;C+=T){g(C,I?Math.max(C+T,M):Math.min(C+T,M),x,_,b,w)}break;case Iq.R:h=u=a[v++],p=c=a[v++],n=h+a[v++],i=p+a[v++],d(n,p),f(n,p,n,i),f(n,i,h,i),f(h,i,h,p),f(h,p,n,p);break;case Iq.Z:e&&f(u,c,h,p),u=h,c=p}}return e&&e.length>2&&l.push(e),l}function Dq(t,e,n,i,r,o,a,s,l,u){if(Tq(t,n)&&Tq(e,i)&&Tq(r,a)&&Tq(o,s))l.push(a,s);else{var c=2/u,h=c*c,p=a-t,d=s-e,f=Math.sqrt(p*p+d*d);p/=f,d/=f;var g=n-t,v=i-e,y=r-a,m=o-s,x=g*g+v*v,_=y*y+m*m;if(x<h&&_<h)l.push(a,s);else{var b=p*g+d*v,w=-p*y-d*m;if(x-b*b<h&&b>=0&&_-w*w<h&&w>=0)l.push(a,s);else{var S=[],M=[];Zn(t,n,r,a,.5,S),Zn(e,i,o,s,.5,M),Dq(S[0],M[0],S[1],M[1],S[2],M[2],S[3],M[3],l,u),Dq(S[4],M[4],S[5],M[5],S[6],M[6],S[7],M[7],l,u)}}}}function Aq(t,e,n){var i=t[e],r=t[1-e],o=Math.abs(i/r),a=Math.ceil(Math.sqrt(o*n)),s=Math.floor(n/a);0===s&&(s=1,a=n);for(var l=[],u=0;u<a;u++)l.push(s);var c=n-a*s;if(c>0)for(u=0;u<c;u++)l[u%a]+=1;return l}function kq(t,e,n){for(var i=t.r0,r=t.r,o=t.startAngle,a=t.endAngle,s=Math.abs(a-o),l=s*r,u=r-i,c=l>Math.abs(u),h=Aq([l,u],c?0:1,e),p=(c?s:u)/h.length,d=0;d<h.length;d++)for(var f=(c?u:s)/h[d],g=0;g<h[d];g++){var v={};c?(v.startAngle=o+p*d,v.endAngle=o+p*(d+1),v.r0=i+f*g,v.r=i+f*(g+1)):(v.startAngle=o+f*g,v.endAngle=o+f*(g+1),v.r0=i+p*d,v.r=i+p*(d+1)),v.clockwise=t.clockwise,v.cx=t.cx,v.cy=t.cy,n.push(v)}}function Lq(t,e,n,i){return t*i-n*e}function Nq(t,e,n,i,r,o,a,s){var l=n-t,u=i-e,c=a-r,h=s-o,p=Lq(c,h,l,u);if(Math.abs(p)<1e-6)return null;var d=Lq(t-r,e-o,c,h)/p;return d<0||d>1?null:new Ge(d*l+t,d*u+e)}function Eq(t,e,n){var i=new Ge;Ge.sub(i,n,e),i.normalize();var r=new Ge;return Ge.sub(r,t,e),r.dot(i)}function Oq(t,e){var n=t[t.length-1];n&&n[0]===e[0]&&n[1]===e[1]||t.push(e)}function Pq(t){var e=t.points,n=[],i=[];Us(e,n,i);var r=new an(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 Ge,c=new Ge;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=Nq(a[0],a[1],s[0],s[1],e.x,e.y,n.x,n.y);l&&r.push({projPt:Eq(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}var p=[u.pt.x,u.pt.y],d=[c.pt.x,c.pt.y],f=[p],g=[d];for(o=u.idx+1;o<=c.idx;o++)Oq(f,t[o].slice());for(Oq(f,d),Oq(f,p),o=c.idx+1;o<=u.idx+i;o++)Oq(g,t[o%i].slice());return Oq(g,p),Oq(g,d),[{points:f},{points:g}]}(e,u,c)}function Rq(t,e,n,i){if(1===n)i.push(e);else{var r=Math.floor(n/2),o=t(e);Rq(t,o[0],r,i),Rq(t,o[1],n-r,i)}return i}function Vq(t,e){e.setStyle(t.style),e.z=t.z,e.z2=t.z2,e.zlevel=t.zlevel}function zq(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=Aq([i,r],o?0:1,e),s=o?"width":"height",l=o?"height":"width",u=o?"x":"y",c=o?"y":"x",h=t[s]/a.length,p=0;p<a.length;p++)for(var d=t[l]/a[p],f=0;f<a[p];f++){var g={};g[u]=p*h,g[c]=f*d,g[s]=h,g[l]=d,g.x+=t.x,g.y+=t.y,n.push(g)}}(r,e,i),n=Ql;break;case"sector":kq(r,e,i),n=ih;break;case"circle":kq({r0:0,r:r.r,startAngle:0,endAngle:2*Math.PI,cx:r.cx,cy:r.cy},e,i),n=ih;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=U(function(t,e){var n=Cq(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++],p=o[u++],d=o[u++],f=o[u++],g=o[u++];Dq(s,l,c,h,p,d,f,g,a,e),s=f,l=g}i.push(a)}return i}(t.getUpdatedPathProxy(),a),function(t){return function(t){for(var e=[],n=0;n<t.length;)e.push([t[n++],t[n++]]);return e}(t)}),l=s.length;if(0===l)Rq(Pq,{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=U(s,function(t){var e=[],n=[];Us(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});var p=e;for(u=0;u<l;u++){var d=h[u];if(p<=0)break;var f=u===l-1?p:Math.ceil(d.area/c*e);f<0||(Rq(Pq,{points:d.poly},f,i),p-=f)}}n=ch}if(!n)return function(t,e){for(var n=[],i=0;i<e;i++)n.push(Pc(t));return n}(t,e);var g=[];for(u=0;u<i.length;u++){var v=new n;v.setShape(i[u]),Vq(t,v),g.push(v)}return g}function Bq(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=(s-2)/6,c=Math.ceil(l/u)+1,h=[a[0],a[1]],p=l,d=2;d<s;){var f=a[d-2],g=a[d-1],v=a[d++],y=a[d++],m=a[d++],x=a[d++],_=a[d++],b=a[d++];if(p<=0)h.push(v,y,m,x,_,b);else{for(var w=Math.min(p,c-1)+1,S=1;S<=w;S++){var M=S/w;Zn(f,v,m,_,M,r),Zn(g,y,x,b,M,o),f=r[3],g=o[3],h.push(r[1],o[1],r[2],o[2],f,g),v=r[5],y=o[5],m=r[6],x=o[6]}p-=w-1}}return a===t?[h,e]:[t,h]}function Gq(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 Fq(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 Wq(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,p=0;p<s;p+=2){var d=0===p?c:(c+p-2)%l+2,f=t[d]-n[0],g=t[d+1]-n[1],v=e[p]-i[0]-f,y=e[p+1]-i[1]-g;h+=v*v+y*y}h<o&&(o=h,a=u)}return a}function Hq(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}function Uq(t){return t.__isCombineMorphing}var Yq="__mOriginal_";function Xq(t,e,n){var i=Yq+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 Zq(t,e){var n=Yq+e;t[n]&&(t[e]=t[n],t[n]=null)}function jq(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 qq(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?(i=c=(n=Bq(l,u))[0],r=h=n[1]):(h=Gq(r||l,l),c=l):(c=Gq(i||u,u),h=u),o.push(c),a.push(h)}return[o,a]}(Cq(n),Cq(i)),o=r[0],a=r[1],s=t.getComputedTransform(),l=e.getComputedTransform();s&&jq(o,s),l&&jq(a,l),Xq(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=Fq(s),c=Fq(l);null==r&&(r=u[2]<0!=c[2]<0);var h=[],p=[],d=0,f=1/0,g=[],v=s.length;r&&(s=Hq(s));for(var y=6*Wq(s,l,u,c),m=v-2,x=0;x<m;x+=2){var _=(y+x)%m+2;h[x+2]=s[_]-u[0],h[x+3]=s[_+1]-u[1]}if(h[0]=s[y]-u[0],h[1]=s[y+1]-u[1],n>0)for(var b=i/n,w=-i/2;w<=i/2;w+=b){var S=Math.sin(w),M=Math.cos(w),I=0;for(x=0;x<s.length;x+=2){var T=h[x],C=h[x+1],D=l[x]-c[0],A=l[x+1]-c[1],k=D*M-A*S,L=D*S+A*M;g[x]=k,g[x+1]=L;var N=k-T,E=L-C;I+=N*N+E*E}if(I<f){f=I,d=w;for(var O=0;O<g.length;O++)p[O]=g[O]}}else for(var P=0;P<v;P+=2)p[P]=l[P]-c[0],p[P+1]=l[P+1]-c[1];o.push({from:h,to:p,fromCp:u,toCp:c,rotation:-d})}return o}(o,a,10,Math.PI),c=[];Xq(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,p=a.fromCp,d=a.toCp,f=Math.sin(h),g=Math.cos(h);qt(r,p,d,n);for(var v=0;v<s.length;v+=2){var y=s[v],m=s[v+1],x=y*i+(S=l[v])*n,_=m*i+(M=l[v+1])*n;c[v]=x*g-_*f+r[0],c[v+1]=x*f+_*g+r[1]}var b=c[0],w=c[1];t.moveTo(b,w);for(v=2;v<s.length;){var S=c[v++],M=c[v++],I=c[v++],T=c[v++],C=c[v++],D=c[v++];b===S&&w===M&&I===C&&T===D?t.lineTo(C,D):t.bezierCurveTo(S,M,I,T,C,D),b=C,w=D}}}})}function Kq(t,e,n){if(!t||!e)return e;var i=n.done,r=n.during;return qq(t,e),e.__morphT=0,e.animateTo({__morphT:1},V({during:function(t){e.dirtyShape(),r&&r(t)},done:function(){Zq(e,"buildPath"),Zq(e,"updateTransform"),e.__morphT=-1,e.createPathProxy(),e.dirtyShape(),i&&i()}},n)),e}function $q(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}function Jq(t){var e=1/0,n=1/0,i=-1/0,r=-1/0,o=U(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 U(o,function(o,a){return{cp:o,z:$q(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 Qq(t){return zq(t.path,t.count)}function tK(t){return $(t[0])}function eK(t,e){for(var n=[],i=t.length,r=0;r<i;r++)n.push({one:t[r],many:[]});for(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])}var s=0;for(r=i-1;r>=0;r--)if(!n[r].many.length){var l=n[s].many;if(l.length<=1){if(!s)return n;s=0}o=l.length;var u=Math.ceil(o/2);n[r].many=l.slice(u,o),n[s].many=l.slice(0,u),s++}return n}var nK={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=Pc(t.path);r.setStyle("opacity",n),e.push(r)}return e},split:null};function iK(t,e,n,i,r,o){if(t.length&&e.length){var a=Xh("update",i,r);if(a&&a.duration>0){var s,l,u=i.getModel("universalTransition").get("delay"),c=Object.assign({setToFinal:!0},a);tK(t)&&(s=t,l=e),tK(e)&&(s=e,l=t);for(var h=s?s===t:t.length>e.length,p=s?eK(l,s):eK(h?e:t,[h?t:e]),d=0,f=0;f<p.length;f++)d+=p[f].many.length;var g=0;for(f=0;f<p.length;f++)v(p[f],h,g,d),g+=p[f].many.length}}function v(t,e,i,r,a){var s=t.many,l=t.one;if(1!==s.length||a)for(var h=V({dividePath:nK[n],individualDelay:u&&function(t,e,n,o){return u(t+i,r)}},c),p=e?function(t,e,n){var i=[];!function t(e){for(var n=0;n<e.length;n++){var r=e[n];Uq(r)?t(r.childrenRef()):r instanceof zl&&i.push(r)}}(t);var r=i.length;if(!r)return{fromIndividuals:[],toIndividuals:[],count:0};var o=(n.dividePath||Qq)({path:e,count:r});if(o.length!==r)return console.error("Invalid morphing: unmatched splitted path"),{fromIndividuals:[],toIndividuals:[],count:0};i=Jq(i),o=Jq(o);for(var a=n.done,s=n.during,l=n.individualDelay,u=new qr,c=0;c<r;c++){var h=i[c],p=o[c];p.parent=e,p.copyTransform(u),l||qq(h,p)}function d(t){for(var e=0;e<o.length;e++)o[e].addSelfToZr(t)}function f(){e.__isCombineMorphing=!1,e.__morphT=-1,e.childrenRef=null,Zq(e,"addSelfToZr"),Zq(e,"removeSelfFromZr")}e.__isCombineMorphing=!0,e.childrenRef=function(){return o},Xq(e,"addSelfToZr",{after:function(t){d(t)}}),Xq(e,"removeSelfFromZr",{after:function(t){for(var e=0;e<o.length;e++)o[e].removeSelfFromZr(t)}});var g=o.length;if(l){var v=g,y=function(){0===--v&&(f(),a&&a())};for(c=0;c<g;c++){var m=l?V({delay:(n.delay||0)+l(c,g,i[c],o[c]),done:y},n):n;Kq(i[c],o[c],m)}}else e.__morphT=0,e.animateTo({__morphT:1},V({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++)Zq(t[e],"updateTransform");a&&a()}},n));return e.__zr&&d(e.__zr),{fromIndividuals:i,toIndividuals:o,count:g}}(s,l,h):function(t,e,n){var i=e.length,r=[],o=n.dividePath||Qq;if(Uq(t)){!function t(e){for(var n=0;n<e.length;n++){var i=e[n];Uq(i)?t(i.childrenRef()):i instanceof zl&&r.push(i)}}(t.childrenRef());var a=r.length;if(a<i)for(var s=0,l=a;l<i;l++)r.push(Pc(r[s++%a]));r.length=i}else{r=o({path:t,count:i});var u=t.getComputedTransform();for(l=0;l<r.length;l++)r[l].setLocalTransform(u);if(r.length!==i)return console.error("Invalid morphing: unmatched splitted path"),{fromIndividuals:[],toIndividuals:[],count:0}}r=Jq(r),e=Jq(e);var c=n.individualDelay;for(l=0;l<i;l++){var h=c?V({delay:(n.delay||0)+c(l,i,r[l],e[l])},n):n;Kq(r[l],e[l],h)}return{fromIndividuals:r,toIndividuals:e,count:e.length}}(l,s,h),d=p.fromIndividuals,f=p.toIndividuals,g=d.length,y=0;y<g;y++){m=u?V({delay:u(y,g)},c):c;o(d[y],f[y],e?s[y]:t.one,e?t.one:s[y],m)}else{var m,x=e?s[0]:l,_=e?l:s[0];if(Uq(x))v({many:[x],one:_},!0,i,r,!0);else Kq(x,_,m=u?V({delay:u(i,r)},c):c),o(x,_,x,_,m)}}}function rK(t){if(!t)return[];if($(t)){for(var e=[],n=0;n<t.length;n++)e.push(rK(t[n]));return e}var i=[];return t.traverse(function(t){t instanceof zl&&!t.disableMorphing&&!t.invisible&&!t.ignore&&i.push(t)}),i}var oK=Oa();function aK(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=function(t,e,n){var i=t.getDimensionInfo(n),r=i&&i.ordinalMeta;if(i){var o=t.get(i.name,e);return r&&r.categories[o]||o+""}}(t,e,r);return o}var a=t.getRawDataItem(e),s=i?"childGroupId":"groupId";return a&&a[s]?a[s]+"":i?void 0:n||t.getId(e)}function sK(t){var e=[];return H(t,function(t){var n=t.data,i=t.dataGroupId;if(n.count()>1e4)"production"!==process.env.NODE_ENV&&ha("Universal transition is disabled on large data > 10k.");else for(var r=n.getIndices(),o=0;o<r.length;o++)e.push({data:n,groupId:aK(n,o,i,!1),childGroupId:aK(n,o,i,!0),divide:t.divide,dataIndex:o})}),e}function lK(t,e,n){t.traverse(function(t){t instanceof zl&&qh(t,{style:{opacity:0}},e,{dataIndex:n,isFrom:!0})})}function uK(t){if(t.parent){var e=t.getComputedTransform();t.setLocalTransform(e),t.parent.remove(t)}}function cK(t){t.stopAnimation(),t.isGroup&&t.traverse(function(t){t.stopAnimation()})}function hK(t,e,n){var i=Xh("update",n,e);i&&t.traverse(function(t){if(t instanceof Ps){var e=function(t){return Yh(t).oldStyle}(t);e&&t.animateFrom({style:e},i)}})}function pK(t,e,n){var i=sK(t),r=sK(e);function o(t,e,n,i,r){(n||t)&&e.animateFrom({style:n&&n!==t?R(R({},n.style),t.style):t.style},r)}var a=!1,s=0,l=St(),u=St();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 p=r[c].childGroupId;if(p&&l.get(p)){s=2;break}}function d(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(c=0;c<r.length;c++){var v=r[c],y=v.data.getItemGraphicEl(v.dataIndex);y&&(g[y.id]=!0)}function m(t,e){var n=i[e],s=r[t],l=s.data.hostModel,u=n.data.getItemGraphicEl(n.dataIndex),c=s.data.getItemGraphicEl(s.dataIndex);u!==c?u&&g[u.id]||c&&(cK(c),u?(cK(u),uK(u),a=!0,iK(rK(u),rK(c),s.divide,l,t,o)):lK(c,l,t)):c&&hK(c,s.dataIndex,l)}new Ab(i,r,d(!0,f),d(!1,f),null,"multiple").update(m).updateManyToOne(function(t,e){var n=r[t],s=n.data,l=s.hostModel,u=s.getItemGraphicEl(n.dataIndex),c=X(U(e,function(t){return i[t].data.getItemGraphicEl(i[t].dataIndex)}),function(t){return t&&t!==u&&!g[t.id]});u&&(cK(u),c.length?(H(c,function(t){cK(t),uK(t)}),a=!0,iK(rK(c),rK(u),n.divide,l,t,o)):lK(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=X(U(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&&(H(l,function(t){return cK(t)}),s?(cK(s),uK(s),a=!0,iK(rK(s),rK(l),n.divide,u,t[0],o)):H(l,function(e){return lK(e,u,t[0])}))}}).updateManyToMany(function(t,e){new Ab(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){m(t[n],e[i])}).execute()}).execute(),a&&H(e,function(t){var e=t.data.hostModel,i=e&&n.getViewOfSeriesModel(e),r=Xh("update",e,0);i&&e.isAnimationEnabled()&&r&&r.duration>0&&i.group.traverse(function(t){t instanceof zl&&!t.animators.length&&t.animateFrom({style:{opacity:0}},r)})})}function dK(t){var e=t.getModel("universalTransition").get("seriesKey");return e||t.id}function fK(t){return $(t)?t.sort().join(","):t}function gK(t){if(t.hostModel)return t.hostModel.getModel("universalTransition").get("divideShape")}function vK(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}}var yK=function(){function t(){this.breaks=[],this._elapsedExtent=[1/0,-1/0]}return t.prototype.setBreaks=function(t){this.breaks=t.breaks},t.prototype.update=function(t){!function(t,e){var n=0,i={tpAbs:{span:0,val:0},tpPrct:{span:0,val:0}},r=function(){return{has:!1,span:NaN,inExtFrac:NaN,val:NaN}},o={S:{tpAbs:r(),tpPrct:r()},E:{tpAbs:r(),tpPrct:r()}};H(t.breaks,function(t){var r=t.gapParsed;"tpPrct"===r.type&&(n+=r.val);var a=SK(t,e);if(a){var s=a.vmin!==t.vmin,l=a.vmax!==t.vmax,u=a.vmax-a.vmin;if(s&&l);else if(s||l){var c=s?"S":"E";o[c][r.type].has=!0,o[c][r.type].span=u,o[c][r.type].inExtFrac=u/(t.vmax-t.vmin),o[c][r.type].val=r.val}else i[r.type].span+=u,i[r.type].val+=r.val}});var a=n*(e[1]-e[0]+0+(i.tpAbs.val-i.tpAbs.span)+(o.S.tpAbs.has?(o.S.tpAbs.val-o.S.tpAbs.span)*o.S.tpAbs.inExtFrac:0)+(o.E.tpAbs.has?(o.E.tpAbs.val-o.E.tpAbs.span)*o.E.tpAbs.inExtFrac:0)-i.tpPrct.span-(o.S.tpPrct.has?o.S.tpPrct.span*o.S.tpPrct.inExtFrac:0)-(o.E.tpPrct.has?o.E.tpPrct.span*o.E.tpPrct.inExtFrac:0))/(1-i.tpPrct.val-(o.S.tpPrct.has?o.S.tpPrct.val*o.S.tpPrct.inExtFrac:0)-(o.E.tpPrct.has?o.E.tpPrct.val*o.E.tpPrct.inExtFrac:0));H(t.breaks,function(t){var e=t.gapParsed;"tpPrct"===e.type&&(t.gapReal=0!==n?Math.max(a,0)*e.val/n:0),"tpAbs"===e.type&&(t.gapReal=e.val),null==t.gapReal&&(t.gapReal=0)})}(this,t);var e=this._elapsedExtent;e[0]=this.elapse(t[0]),e[1]=this.elapse(t[1])},t.prototype.hasBreaks=function(){return!!this.breaks.length},t.prototype.calcNiceTickMultiple=function(t,e){for(var n=0;n<this.breaks.length;n++){var i=this.breaks[n];if(i.vmin<t&&t<i.vmax){var r=e(t,i.vmax);return"production"!==process.env.NODE_ENV&&gt(r>=0&&Math.round(r)===r),r}}return 0},t.prototype.getExtentSpan=function(){return this._elapsedExtent[1]-this._elapsedExtent[0]},t.prototype.normalize=function(t){var e=this._elapsedExtent[1]-this._elapsedExtent[0];return 0===e?.5:(this.elapse(t)-this._elapsedExtent[0])/e},t.prototype.scale=function(t){return this.unelapse(t*(this._elapsedExtent[1]-this._elapsedExtent[0])+this._elapsedExtent[0])},t.prototype.elapse=function(t){for(var e=xK,n=_K,i=!0,r=0;r<this.breaks.length;r++){var o=this.breaks[r];if(t<=o.vmax){t>o.vmin?e+=o.vmin-n+(t-o.vmin)/(o.vmax-o.vmin)*o.gapReal:e+=t-n,n=o.vmax,i=!1;break}e+=o.vmin-n+o.gapReal,n=o.vmax}return i&&(e+=t-n),e},t.prototype.unelapse=function(t){for(var e=xK,n=_K,i=!0,r=0,o=0;o<this.breaks.length;o++){var a=this.breaks[o],s=e+a.vmin-n,l=s+a.gapReal;if(t<=l){r=t>s?a.vmin+(t-s)/(l-s)*(a.vmax-a.vmin):n+t-e,n=a.vmax,i=!1;break}e=l,n=a.vmax}return i&&(r=n+t-e),r},t}();function mK(){return new yK}var xK=0,_K=0;function bK(t,e,n,i,r,o){"no"!==t&&H(n,function(n){var a=SK(n,o);if(a)for(var s=e.length-1;s>=0;s--){var l=e[s],u=i(l),c=3*r/4;u>a.vmin-c&&u<a.vmax+c&&("preserve_extent_bound"!==t||u!==o[0]&&u!==o[1])&&e.splice(s,1)}})}function wK(t,e,n,i){H(e,function(e){var r=SK(e,n);r&&(t.push({value:r.vmin,break:{type:"vmin",parsedBreak:r},time:i?i(r):void 0}),t.push({value:r.vmax,break:{type:"vmax",parsedBreak:r},time:i?i(r):void 0}))}),e.length&&t.sort(function(t,e){return t.value-e.value})}function SK(t,e){var n=Math.max(t.vmin,e[0]),i=Math.min(t.vmax,e[1]);return n<i||n===i&&n>e[0]&&n<e[1]?{vmin:n,vmax:i,breakOption:t.breakOption,gapParsed:t.gapParsed,gapReal:t.gapReal}:null}function MK(t,e,n){var i=[];if(!t)return{breaks:i};H(t,function(t){if(t&&null!=t.start&&null!=t.end){if(!t.isExpanded){var r={breakOption:E(t),vmin:e(t.start),vmax:e(t.end),gapParsed:{type:"tpAbs",val:0},gapReal:null};if(null!=t.gap){var o=!1;if(Q(t.gap)){var a=vt(t.gap);if(a.match(/%$/)){var s=parseFloat(a)/100;(function(t,e){return t>=0&&t<.99999||("production"!==process.env.NODE_ENV&&pa(e+" must be >= 0 and < 1, rather than "+t+" ."),!1)})(s,"Percent gap")||(s=0),r.gapParsed.type="tpPrct",r.gapParsed.val=s,o=!0}}if(!o){var l=e(t.gap);(!isFinite(l)||l<0)&&("production"!==process.env.NODE_ENV&&pa("Axis breaks gap must positive finite rather than ("+t.gap+")."),l=0),r.gapParsed.type="tpAbs",r.gapParsed.val=l}}if(r.vmin===r.vmax&&(r.gapParsed.type="tpAbs",r.gapParsed.val=0),n&&n.noNegative&&H(["vmin","vmax"],function(t){r[t]<0&&("production"!==process.env.NODE_ENV&&pa("Axis break."+t+" must not be negative."),r[t]=0)}),r.vmin>r.vmax){var u=r.vmax;r.vmax=r.vmin,r.vmin=u}i.push(r)}}else"production"!==process.env.NODE_ENV&&pa("The input axis breaks start/end should not be empty.")}),i.sort(function(t,e){return t.vmin-e.vmin});var r=-1/0;return H(i,function(t,e){r>t.vmin&&("production"!==process.env.NODE_ENV&&pa("Axis breaks must not overlap."),i[e]=null),r=t.vmax}),{breaks:i.filter(function(t){return!!t})}}function IK(t,e){return TK(e)===TK(t)}function TK(t){return t.start+"_\0_"+t.end}function CK(t,e,n){var i=[];H(t,function(t,n){var r=e(t);r&&"vmin"===r.type&&i.push([n])}),H(t,function(n,r){var o=e(n);if(o&&"vmax"===o.type){var a=Z(i,function(n){return IK(e(t[n[0]]).parsedBreak.breakOption,o.parsedBreak.breakOption)});a&&a.push(r)}});var r=[];return H(i,function(e){2===e.length&&r.push(n?e:[t[e[0]],t[e[1]]])}),r}function DK(t,e,n,i){var r,o;if(t.break){var a=t.break.parsedBreak,s=Z(n,function(e){return IK(e.breakOption,t.break.parsedBreak.breakOption)}),l=i(Math.pow(e,a.vmin),s.vmin),u=i(Math.pow(e,a.vmax),s.vmax),c={type:a.gapParsed.type,val:"tpAbs"===a.gapParsed.type?Bo(Math.pow(e,a.vmin+a.gapParsed.val))-l:a.gapParsed.val};r={type:t.break.type,parsedBreak:{breakOption:a.breakOption,vmin:l,vmax:u,gapParsed:c,gapReal:a.gapReal}},o=s[t.break.type]}return{brkRoundingCriterion:o,vBreak:r}}function AK(t,e,n){var i={noNegative:!0},r=MK(t,n,i),o=MK(t,n,i),a=Math.log(e);return o.breaks=U(o.breaks,function(t){var e=Math.log(t.vmin)/a;return{vmin:e,vmax:Math.log(t.vmax)/a,gapParsed:{type:t.gapParsed.type,val:"tpAbs"===t.gapParsed.type?Math.log(t.vmin+t.gapParsed.val)/a-e:t.gapParsed.val},gapReal:t.gapReal,breakOption:t.breakOption}}),{parsedOriginal:r,parsedLogged:o}}var kK={vmin:"start",vmax:"end"};function LK(t,e){return e&&((t=t||{}).break={type:kK[e.type],start:e.parsedBreak.vmin,end:e.parsedBreak.vmax}),t}function NK(){var t;t={createScaleBreakContext:mK,pruneTicksByBreak:bK,addBreaksToTicks:wK,parseAxisBreakOption:MK,identifyAxisBreak:IK,serializeAxisBreakIdentifier:TK,retrieveAxisBreakPairs:CK,getTicksLogTransformBreak:DK,logarithmicParseBreaksFromOption:AK,makeAxisLabelFormatterParamBreak:LK},kd||(kd=t)}var EK=Oa();function OK(t,e,n,i,r){var o=n.axis;if(!o.scale.isBlank()&&Ld()){var a=Ld().retrieveAxisBreakPairs(o.scale.getTicks({breakTicks:"only_break"}),function(t){return t.break},!1);if(a.length){var s=n.getModel("breakArea"),l=s.get("zigzagAmplitude"),u=s.get("zigzagMinSpan"),c=s.get("zigzagMaxSpan");u=Math.max(2,u||0),c=Math.max(u,c||0);var h=s.get("expandOnClick"),p=s.get("zigzagZ"),d=s.getModel("itemStyle").getItemStyle(),f=d.stroke,g=d.lineWidth,v=d.lineDash,y=d.fill,m=new wo({ignoreModelZ:!0}),x=o.isHorizontal(),_=EK(e).visualList||(EK(e).visualList=[]);H(_,function(t){return t.shouldRemove=!0});for(var b=function(t){var e=a[t][0].break.parsedBreak,s=[];s[0]=o.toGlobalCoord(o.dataToCoord(e.vmin,!0)),s[1]=o.toGlobalCoord(o.dataToCoord(e.vmax,!0)),s[1]<s[0]&&s.reverse();var b=function(t,e){var n=Z(t,function(t){return Ld().identifyAxisBreak(t.parsedBreak.breakOption,e.breakOption)});return n||t.push(n={zigzagRandomList:[],parsedBreak:e,shouldRemove:!1}),n}(_,e);b.shouldRemove=!1;var w=new wo;!function(t,e,n,r,o,a){var s={stroke:f,lineWidth:g,lineDash:v,fill:"none"},h=o?0:1,m=1-h,x=i[np[m]]+i[ip[m]];function _(t){var e=[],n=[];e[h]=n[h]=t,e[m]=i[np[m]],n[m]=x;var r={x1:e[0],y1:e[1],x2:n[0],y2:n[1]};return Zl(r,r,{lineWidth:1}),e[0]=r.x1,e[1]=r.y1,e[h]}n=_(n),r=_(r);for(var b=[],w=[],S=!0,M=i[np[m]],I=0;;I++){var T=M===i[np[m]],C=M>=x;C&&(M=x);var D=[],A=[];D[h]=n,A[h]=r,T||C||(D[h]+=S?-l:l,A[h]-=S?l:-l),D[m]=M,A[m]=M,b.push(D),w.push(A);var k=void 0;if(I<t.length?k=t[I]:(k=Math.random(),t.push(k)),M+=k*(c-u)+u,S=!S,C)break}var L=Ld().serializeAxisBreakIdentifier(a.breakOption);if(e.add(new dh({anid:"break_a_"+L,shape:{points:b},style:s,z:p})),0!==a.gapReal){e.add(new dh({anid:"break_b_"+L,shape:{points:w},style:s,z:p}));var N=w.slice();N.reverse();var E=b.concat(N);e.add(new ch({anid:"break_c_"+L,shape:{points:E},style:{fill:y,opacity:d.opacity},z:p}))}}(b.zigzagRandomList,w,s[0],s[1],x,e),h&&w.on("click",function(){var t={type:GD,breaks:[{start:e.breakOption.start,end:e.breakOption.end}]};t[o.dim+"AxisIndex"]=n.componentIndex,r.dispatchAction(t)}),w.silent=!h,m.add(w)},w=0;w<a.length;w++)b(w);t.add(m),function(t){for(var e=t.length-1;e>=0;e--)t[e].shouldRemove&&t.splice(e,1)}(_)}}}function PK(t,e,n,i){var r=t.axis,o=n.transform;gt(i.style);var a=r.getExtent();r.inverse&&(a=a.slice()).reverse();var s=U(Ld().retrieveAxisBreakPairs(r.scale.getTicks({breakTicks:"only_break"}),function(t){return t.break},!1),function(t){var e=t[0].break.parsedBreak,n=[r.dataToCoord(e.vmin,!0),r.dataToCoord(e.vmax,!0)];return n[0]>n[1]&&n.reverse(),{coordPair:n,brkId:Ld().serializeAxisBreakIdentifier(e.breakOption)}});s.sort(function(t,e){return t.coordPair[0]-e.coordPair[0]});for(var l=a[0],u=null,c=0;c<s.length;c++){var h=s[c],p=Math.max(h.coordPair[0],a[0]),d=Math.min(h.coordPair[1],a[1]);l<=p&&f(l,p,u,h),l=d,u=h}function f(t,n,r,a){function s(t,e){o&&(Kt(t,t,o),Kt(e,e,o))}function l(t,e){var n={x1:t[0],y1:t[1],x2:e[0],y2:e[1]};Zl(n,n,i.style),t[0]=n.x1,t[1]=n.y1,e[0]=n.x2,e[1]=n.y2}var u=[t,0],c=[n,0],h=[t,5],p=[n,5];s(u,h),l(u,h),s(c,p),l(c,p),l(u,c);var d=new yh(R({shape:{x1:u[0],y1:u[1],x2:c[0],y2:c[1]}},i));e.add(d),d.anid="breakLine_"+(r?r.brkId:"\0")+"_\0_"+(a?a.brkId:"\0")}l<=a[1]&&f(l,a[1],u,null)}function RK(t,e,n){if(!Z(n,function(t){return!t})){var i=new Ge;if(qM(n[0],n[1],i,{direction:-(t?e+Math.PI:e),touchThreshold:0,bidirectional:!1})){var r=[1,0,0,1,0,0];Oe(r,r,-e);var o=U(n,function(t){return t.transform?Ne([1,0,0,1,0,0],r,t.transform):r}),a=.5;if(g(0)||g(1)){var s=U(n,function(t,e){var n=t.localRect.clone();return n.applyTransform(o[e]),n}),l=new Ge;l.copy(n[0].label).add(n[1].label).scale(.5),l.transform(r);var u=i.clone().transform(r),c=(s[0].x+s[1].x+(u.x>=0?s[0].width:s[1].width)+u.x)/2-l.x,h=Math.min(c,c-u.x),p=Math.max(c,c-u.x);a=(c-(p<0?p:h>0?h:0))/u.x}var d=new Ge,f=new Ge;Ge.scale(d,i,-a),Ge.scale(f,i,1-a),UM(n[0],d),UM(n[1],f)}}function g(t){var e=n[0].localRect,i=new Ge(e[ip[t]]*o[0][0],e[ip[t]]*o[0][1]);return Math.abs(i.y)<1e-5}}function VK(t,e){var n={breaks:[]};return H(e.breaks,function(i){if(i){var r=Z(t.get("breaks",!0),function(t){return Ld().identifyAxisBreak(t,i)});if(r){var o=e.type,a={isExpanded:!!r.isExpanded};r.isExpanded=o===GD||o!==FD&&(o===WD?!r.isExpanded:r.isExpanded),n.breaks.push({start:r.start,end:r.end,isExpanded:!!r.isExpanded,old:a})}else"production"!==process.env.NODE_ENV&&ha("Can not find axis break by start: "+i.start+", end: "+i.end)}}),n}function zK(){var t;t={adjustBreakLabelPair:RK,buildAxisBreakLine:PK,rectCoordBuildBreakAxis:OK,updateModelAxisBreak:VK},kD||(kD=t)}function BK(t,e){H(t,function(t){if(!t.model.get(["axisLabel","inside"])){var n=function(t){var e,n,i=t.model,r=t.scale;if(!i.get(["axisLabel","show"])||r.isBlank())return;var o=r.getExtent();n=r instanceof Dw?r.count():(e=r.getTicks()).length;var a,s=t.getLabelModel(),l=yS(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:o[0]+c},c),p=d(s.getTextRect(h),s.get("rotate")||0);a?a.union(p):a=p}return a;function d(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 an(t.x,t.y,o,a)}}(t);if(n){var i=t.isHorizontal()?"height":"width",r=t.model.get(["axisLabel","margin"]);e[i]-=n[i]+r,"top"===t.position?e.y+=n.height+r:"left"===t.position&&(e.x+=n.width+r)}}})}Ib([function(t){t.registerPainter("canvas",AT)}]),Ib([function(t){t.registerPainter("svg",bT)}]),Ib([function(t){t.registerChartView(fC),t.registerSeriesModel(LT),t.registerLayout(gC("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,mC("line"))},function(t){t.registerChartView(XC),t.registerSeriesModel(bC),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,K(Fw,"bar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,Ww("bar")),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,mC("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(sD),t.registerSeriesModel(fD),cx("pie",t.registerAction),t.registerLayout(K(qC,"pie")),t.registerProcessor($C("pie")),t.registerProcessor(function(t){return{seriesType:t,reset:function(t,e){var n=t.getData();n.filterSelf(function(t){var e=n.mapDimension("value"),i=n.get(e,t);return!(et(i)&&!isNaN(i)&&i<0)})}}}("pie"))},function(t){Ib($A),t.registerSeriesModel(gD),t.registerChartView(_D),t.registerLayout(gC("scatter"))},function(t){Ib(bk),t.registerChartView(lk),t.registerSeriesModel(ck),t.registerLayout(ik),t.registerProcessor($C("radar")),t.registerPreprocessor(ak)},function(t){Ib(hN),t.registerChartView(HL),t.registerSeriesModel(YL),t.registerLayout(ZL),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,XL),cx("map",t.registerAction)},function(t){t.registerChartView(kN),t.registerSeriesModel(jN),t.registerLayout(KN),t.registerVisual($N),function(t){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 n=Fk(e.coordinateSystem,t,e.get("scaleLimit"));e.setCenter(n.center),e.setZoom(n.zoom)})})}(t)},function(t){t.registerSeriesModel(nE),t.registerChartView(vE),t.registerVisual(OE),t.registerLayout(ZE),function(t){for(var e=0;e<JN.length;e++)t.registerAction({type:JN[e],update:"updateView"},Dt);t.registerAction({type:"treemapRootToNode",update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"treemap",query:t},function(e,n){var i=HN(t,["treemapZoomToNode","treemapRootToNode"],e);if(i){var r=e.getViewRoot();r&&(t.direction=YN(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})})}(t)},function(t){t.registerChartView(JO),t.registerSeriesModel(sP),t.registerProcessor(QE),t.registerVisual(tO),t.registerVisual(nO),t.registerLayout(pO),t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,_O),t.registerLayout(wO),t.registerCoordinateSystem("graphView",{dimensions:$L.dimensions,create:SO}),t.registerAction({type:"focusNodeAdjacency",event:"focusNodeAdjacency",update:"series:focusNodeAdjacency"},Dt),t.registerAction({type:"unfocusNodeAdjacency",event:"unfocusNodeAdjacency",update:"series:unfocusNodeAdjacency"},Dt),t.registerAction({type:"graphRoam",event:"graphRoam",update:"none"},function(t,e,n){e.eachComponent({mainType:"series",query:t},function(e){var i=n.getViewOfSeriesModel(e);i&&(null!=t.dx&&null!=t.dy&&i.updateViewOnPan(e,n,t),null!=t.zoom&&null!=t.originX&&null!=t.originY&&i.updateViewOnZoom(e,n,t));var r=Fk(e.coordinateSystem,t,e.get("scaleLimit"));e.setCenter&&e.setCenter(r.center),e.setZoom&&e.setZoom(r.zoom)})})},function(t){t.registerChartView(fP),t.registerSeriesModel(gP),t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,yP),t.registerProcessor($C("chord"))},function(t){t.registerChartView(SP),t.registerSeriesModel(MP)},function(t){t.registerChartView(CP),t.registerSeriesModel(AP),t.registerLayout(kP),t.registerProcessor($C("funnel"))},function(t){Ib(uV),t.registerChartView(VP),t.registerSeriesModel(BP),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,FP)},function(t){t.registerChartView(fV),t.registerSeriesModel(vV),t.registerLayout(yV),t.registerVisual(AV),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])})}),t.registerAction({type:"sankeyRoam",event:"sankeyRoam",update:"none"},function(t,e,n){e.eachComponent({mainType:"series",subType:"sankey",query:t},function(e){var n=Fk(e.coordinateSystem,t,e.get("scaleLimit"));e.setCenter(n.center),e.setZoom(n.zoom)})})},function(t){t.registerSeriesModel(NV),t.registerChartView(BV),t.registerLayout(FV),t.registerTransform(WV)},function(t){t.registerChartView(uz),t.registerSeriesModel(hz),t.registerPreprocessor(pz),t.registerVisual(KV),t.registerLayout(gz)},function(t){t.registerChartView(xz),t.registerSeriesModel(_z),t.registerLayout(gC("effectScatter"))},function(t){t.registerChartView(Nz),t.registerSeriesModel(Vz),t.registerLayout(Lz),t.registerVisual(Bz)},function(t){t.registerChartView(Uz),t.registerSeriesModel(Yz)},function(t){t.registerChartView(dB),t.registerSeriesModel(fB),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,K(Fw,"pictorialBar")),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,Ww("pictorialBar"))},function(t){t.registerChartView(vB),t.registerSeriesModel(mB),t.registerLayout(xB),t.registerProcessor($C("themeRiver"))},function(t){t.registerChartView(TB),t.registerSeriesModel(DB),t.registerLayout(K(kB,"sunburst")),t.registerProcessor(K($C,"sunburst")),t.registerVisual(NB),function(t){t.registerAction({type:SB,update:"updateView"},function(t,e){e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e,n){var i=HN(t,[SB],e);if(i){var r=e.getViewRoot();r&&(t.direction=YN(r,i.node)?"rollUp":"drillDown"),e.resetViewRoot(i.node)}})}),t.registerAction({type:MB,update:"none"},function(t,e,n){t=R({},t),e.eachComponent({mainType:"series",subType:"sunburst",query:t},function(e){var n=HN(t,[MB],e);n&&(t.dataIndex=n.node.dataIndex)}),"production"!==process.env.NODE_ENV&&fa("sunburstHighlight","highlight"),n.dispatchAction(R(t,{type:"highlight"}))}),t.registerAction({type:"sunburstUnhighlight",update:"updateView"},function(t,e,n){t=R({},t),"production"!==process.env.NODE_ENV&&fa("sunburstUnhighlight","downplay"),n.dispatchAction(R(t,{type:"downplay"}))})}(t)},function(t){t.registerChartView(AG),t.registerSeriesModel(RB)}]),Ib(function(t){Ib($A),Ib(EF)}),Ib(function(t){Ib(EF),GA.registerAxisPointerClass("PolarAxisPointer",RF),t.registerCoordinateSystem("polar",QF),t.registerComponentModel(VF),t.registerComponentView(vW),ND(t,"angle",BF,fW),ND(t,"radius",GF,gW),t.registerComponentView(aW),t.registerComponentView(cW),t.registerLayout(K(dW,"bar"))}),Ib(hN),Ib(function(t){Ib(EF),GA.registerAxisPointerClass("SingleAxisPointer",RW),t.registerComponentView(VW),t.registerComponentView(bW),t.registerComponentModel(SW),ND(t,"single",SW,SW.defaultOption),t.registerCoordinateSystem("single",AW)}),Ib(uV),Ib(function(t){t.registerComponentModel(BW),t.registerComponentView(FW),t.registerCoordinateSystem("calendar",YW)}),Ib(function(t){t.registerComponentModel(xH),t.registerComponentView(LH),t.registerCoordinateSystem("matrix",qH)}),Ib(function(t){t.registerComponentModel(tU),t.registerComponentView(iU),t.registerPreprocessor(function(t){var e=t.graphic;$(e)?e[0]&&e[0].elements?t.graphic=[t.graphic[0]]:t.graphic=[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])})}),Ib(function(t){t.registerComponentModel(NU),t.registerComponentView(PU),kU("saveAsImage",RU),kU("magicType",FU),kU("dataView",qU),kU("dataZoom",bY),kU("restore",tY),Ib(CU)}),Ib(function(t){Ib(EF),t.registerComponentModel(wY),t.registerComponentView(YY),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},Dt),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},Dt)}),Ib(EF),Ib(function(t){t.registerComponentView(cX),t.registerComponentModel(pX),t.registerPreprocessor(ZY),t.registerVisual(t.PRIORITY.VISUAL.BRUSH,oX),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"},Dt),t.registerAction({type:"brushEnd",event:"brushEnd",update:"none"},Dt),kU("brush",fX)}),Ib(function(t){t.registerComponentModel(gX),t.registerComponentView(vX)}),Ib(function(t){t.registerComponentModel(_X),t.registerComponentView(AX),t.registerSubTypeDefaulter("timeline",function(){return"slider"}),function(t){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)}),V({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),t.registerPreprocessor(kX)}),Ib(function(t){t.registerComponentModel(zX),t.registerComponentView(JX),t.registerPreprocessor(function(t){EX(t.series,"markPoint")&&(t.markPoint=t.markPoint||{})})}),Ib(function(t){t.registerComponentModel(QX),t.registerComponentView(aZ),t.registerPreprocessor(function(t){EX(t.series,"markLine")&&(t.markLine=t.markLine||{})})}),Ib(function(t){t.registerComponentModel(sZ),t.registerComponentView(vZ),t.registerPreprocessor(function(t){EX(t.series,"markArea")&&(t.markArea=t.markArea||{})})}),Ib(function(t){Ib(LZ),Ib(BZ)}),Ib(function(t){Ib($Z),Ib(aj)}),Ib($Z),Ib(aj),Ib(function(t){Ib(Yj),Ib(Jj)}),Ib(Yj),Ib(Jj),Ib(function(t){t.registerComponentModel(tq),t.registerComponentView(eq)}),Ib(function(t){t.registerPreprocessor(lq),t.registerVisual(t.PRIORITY.VISUAL.ARIA,sq)}),Ib(function(t){t.registerTransform(_q),t.registerTransform(wq)}),Ib(function(t){t.registerComponentModel(Sq),t.registerComponentView(Mq)}),Ib(function(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){H(_a(n.seriesTransition),function(t){H(_a(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][qy]=!0)})})}),t.registerUpdateLifecycle("series:transition",function(t,e,n){var i=oK(e);if(i.oldSeries&&n.updatedSeries&&n.optionChanged){var r=n.seriesTransition;if(r)H(_a(r),function(t){!function(t,e,n,i){var r=[],o=[];H(_a(t.from),function(t){var n=vK(e.oldSeries,t);n>=0&&r.push({dataGroupId:e.oldDataGroupIds[n],data:e.oldData[n],divide:gK(e.oldData[n]),groupIdDim:t.dimension})}),H(_a(t.to),function(t){var i=vK(n.updatedSeries,t);if(i>=0){var r=n.updatedSeries[i].getData();o.push({dataGroupId:e.oldDataGroupIds[i],data:r,divide:gK(r),groupIdDim:t.dimension})}}),r.length>0&&o.length>0&&pK(r,o,i)}(t,i,n,e)});else{var o=function(t,e){var n=St(),i=St(),r=St();function o(t){n.get(t)&&ha("Duplicated seriesKey in universalTransition "+t)}return H(t.oldSeries,function(e,n){var o=t.oldDataGroupIds[n],a=t.oldData[n],s=dK(e),l=fK(s);i.set(l,{dataGroupId:o,data:a}),$(s)&&H(s,function(t){r.set(t,{key:l,dataGroupId:o,data:a})})}),H(e.updatedSeries,function(t){if(t.isUniversalTransitionEnabled()&&t.isAnimationEnabled()){var e=t.get("dataGroupId"),a=t.getData(),s=dK(t),l=fK(s),u=i.get(l);if(u)"production"!==process.env.NODE_ENV&&o(l),n.set(l,{oldSeries:[{dataGroupId:u.dataGroupId,divide:gK(u.data),data:u.data}],newSeries:[{dataGroupId:e,divide:gK(a),data:a}]});else if($(s)){"production"!==process.env.NODE_ENV&&o(l);var c=[];H(s,function(t){var e=i.get(t);e.data&&c.push({dataGroupId:e.dataGroupId,divide:gK(e.data),data:e.data})}),c.length&&n.set(l,{oldSeries:c,newSeries:[{dataGroupId:e,data:a,divide:gK(a)}]})}else{var h=r.get(s);if(h){var p=n.get(h.key);p||(p={oldSeries:[{dataGroupId:h.dataGroupId,data:h.data,divide:gK(h.data)}],newSeries:[]},n.set(h.key,p)),p.newSeries.push({dataGroupId:e,data:a,divide:gK(a)})}}}}),n}(i,n);H(o.keys(),function(t){var n=o.get(t);pK(n.oldSeries,n.newSeries,e)})}H(n.updatedSeries,function(t){t[qy]&&(t[qy]=!1)})}for(var a=t.getSeries(),s=i.oldSeries=[],l=i.oldDataGroupIds=[],u=i.oldData=[],c=0;c<a.length;c++){var h=a[c].getData();h.count()<1e4&&(s.push(a[c]),l.push(a[c].get("dataGroupId")),u.push(h))}})}),Ib(function(t){t.registerUpdateLifecycle("series:beforeupdate",function(t,e,n){var i=aI(e).labelManager;i||(i=aI(e).labelManager=new oI),i.clearLabels()}),t.registerUpdateLifecycle("series:layoutlabels",function(t,e,n){var i=aI(e).labelManager;n.updatedSeries.forEach(function(t){i.addLabelsOfSeries(e.getViewOfSeriesModel(t))}),i.updateLayoutConfig(e),i.layout(e),i.processLabelsOverall()})}),Ib(function(t){!function(t){function e(t,e){var n=[],i=Ra(e,t);function r(e,r){H(i[e],function(e){H(e.updateAxisBreaks(t).breaks,function(t){var i;n.push(V(((i={})[r]=e.componentIndex,i),t))})})}return r("xAxisModels","xAxisIndex"),r("yAxisModels","yAxisIndex"),r("singleAxisModels","singleAxisIndex"),{eventBreaks:n}}t.registerAction(UD,e),t.registerAction(YD,e),t.registerAction(XD,e)}(t),NK(),zK()}),Ib(function(){bA=BK}),Ib(function(t){t.registerLayout(t.PRIORITY.VISUAL.POST_CHART_LAYOUT,nk)});var GK=Object.freeze({__proto__:null,Axis:dM,ChartView:vm,ComponentModel:Jf,ComponentView:am,List:ew,Model:md,PRIORITY:c_,SeriesModel:rm,color:Oi,connect:function(t){if($(t)){var e=t;t=null,H(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+nb++,H(e,function(e){e.group=t})}return tb[t]=!0,t},dataTool:{},dependencies:{zrender:"6.0.0"},disConnect:ob,disconnect:rb,dispose:function(t){Q(t)?t=Q_[t]:t instanceof F_||(t=ab(t)),t instanceof F_&&!t.isDisposed()&&t.dispose()},env:h,extendChartView:function(t){var e=vm.extend(t);return vm.registerClass(e),e},extendComponentModel:function(t){var e=Jf.extend(t);return Jf.registerClass(e),e},extendComponentView:function(t){var e=am.extend(t);return am.registerClass(e),e},extendSeriesModel:function(t){var e=rm.extend(t);return rm.registerClass(e),e},format:US,getCoordinateSystemDimensions:function(t){var e=Ef.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()},getInstanceByDom:ab,getInstanceById:function(t){return Q_[t]},getMap:function(t){var e=o_("getMap");return e&&e(t)},graphic:HS,helper:CS,init:function(t,e,n){var i=!(n&&n.ssr);if(i){if("production"!==process.env.NODE_ENV&&!t)throw new Error("Initialize failed: invalid dom.");var r=ab(t);if(r)return"production"!==process.env.NODE_ENV&&ha("There is a chart instance already initialized on the dom."),r;"production"!==process.env.NODE_ENV&&(!ot(t)||"CANVAS"===t.nodeName.toUpperCase()||(t.clientWidth||n&&null!=n.width)&&(t.clientHeight||n&&null!=n.height)||ha("Can't get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the callback of window.onload."))}var o=new F_(t,e,n);return o.id="ec_"+eb++,Q_[o.id]=o,i&&Fa(t,ib,o.id),P_(o),i_.trigger("afterinit",o),o},innerDrawElementOnCanvas:jx,matrix:ze,number:FS,parseGeoJSON:GS,parseGeoJson:GS,registerAction:db,registerCoordinateSystem:fb,registerCustomSeries:function(t,e){s_(t,e)},registerLayout:gb,registerLoading:xb,registerLocale:Dd,registerMap:_b,registerPostInit:cb,registerPostUpdate:hb,registerPreprocessor:lb,registerProcessor:ub,registerTheme:sb,registerTransform:bb,registerUpdateLifecycle:pb,registerVisual:vb,setCanvasCreator:function(t){"production"!==process.env.NODE_ENV&&da("setCanvasCreator is deprecated. Use setPlatformAPI({ createCanvas }) instead."),m({createCanvas:t})},setPlatformAPI:m,throttle:_m,time:WS,use:Ib,util:YS,vector:Qt,version:"6.0.0",zrUtil:Lt,zrender:Lo}),FK={},WK={},HK={};!function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var e=1;t.default=function(){return"".concat(e++)}}(HK);var UK={},YK={},XK={};!function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.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=new Array(r),a=0;a<r;a++)o[a]=arguments[a];clearTimeout(n),n=setTimeout(function(){t.apply(i,o)},e)}}}(XK);var ZK={};Object.defineProperty(ZK,"__esModule",{value:!0}),ZK.SizeSensorId=ZK.SensorTabIndex=ZK.SensorClassName=void 0;ZK.SizeSensorId="size-sensor-id";ZK.SensorClassName="size-sensor-object";ZK.SensorTabIndex="-1",Object.defineProperty(YK,"__esModule",{value:!0}),YK.createSensor=void 0;var jK,qK=(jK=XK)&&jK.__esModule?jK:{default:jK},KK=ZK;YK.createSensor=function(t,e){var n=void 0,i=[],r=(0,qK.default)(function(){i.forEach(function(e){e(t)})}),o=function(){n&&n.parentNode&&(n.contentDocument&&n.contentDocument.defaultView.removeEventListener("resize",r),n.parentNode.removeChild(n),t.removeAttribute(KK.SizeSensorId),n=void 0,i=[],e&&e())};return{element:t,bind:function(e){n||(n=function(){"static"===getComputedStyle(t).position&&(t.style.position="relative");var e=document.createElement("object");return e.onload=function(){e.contentDocument.defaultView.addEventListener("resize",r),r()},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",KK.SensorClassName),e.setAttribute("tabindex",KK.SensorTabIndex),e.type="text/html",t.appendChild(e),e.data="about:blank",e}()),-1===i.indexOf(e)&&i.push(e)},destroy:o,unbind:function(t){var e=i.indexOf(t);-1!==e&&i.splice(e,1),0===i.length&&n&&o()}}};var $K={};Object.defineProperty($K,"__esModule",{value:!0}),$K.createSensor=void 0;var JK=ZK,QK=function(t){return t&&t.__esModule?t:{default:t}}(XK);$K.createSensor=function(t,e){var n=void 0,i=[],r=(0,QK.default)(function(){i.forEach(function(e){e(t)})}),o=function(){n.disconnect(),i=[],n=void 0,t.removeAttribute(JK.SizeSensorId),e&&e()};return{element:t,bind:function(e){var o;n||((o=new ResizeObserver(r)).observe(t),r(),n=o),-1===i.indexOf(e)&&i.push(e)},destroy:o,unbind:function(t){var e=i.indexOf(t);-1!==e&&i.splice(e,1),0===i.length&&n&&o()}}},Object.defineProperty(UK,"__esModule",{value:!0}),UK.createSensor=void 0;var t$=YK,e$="undefined"!=typeof ResizeObserver?$K.createSensor:t$.createSensor;UK.createSensor=e$,Object.defineProperty(WK,"__esModule",{value:!0}),WK.removeSensor=WK.getSensor=WK.Sensors=void 0;var n$=function(t){return t&&t.__esModule?t:{default:t}}(HK),i$=UK,r$=ZK;var o$={};function a$(t){t&&o$[t]&&delete o$[t]}WK.Sensors=o$;WK.getSensor=function(t){var e=t.getAttribute(r$.SizeSensorId);if(e&&o$[e])return o$[e];var n=(0,n$.default)();t.setAttribute(r$.SizeSensorId,n);var i=(0,i$.createSensor)(t,function(){return a$(n)});return o$[n]=i,i};WK.removeSensor=function(t){var e=t.element.getAttribute(r$.SizeSensorId);t.destroy(),a$(e)},Object.defineProperty(FK,"__esModule",{value:!0}),FK.ver=u$=FK.clear=l$=FK.bind=void 0;var s$=WK,l$=FK.bind=function(t,e){var n=(0,s$.getSensor)(t);return n.bind(e),function(){n.unbind(e)}},u$=FK.clear=function(t){var e=(0,s$.getSensor)(t);(0,s$.removeSensor)(e)};function c$(t,e){var n={};return e.forEach(function(e){n[e]=t[e]}),n}function h$(t){return"function"==typeof t}FK.ver="1.0.2";var p$=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;var i,r,o;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 a=o[r];if(!t(e[a],n[a]))return!1}return!0}return e!=e&&n!=n},d$=a(p$),f$=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 n(e,t),e.prototype.componentDidMount=function(){this.renderNewEcharts()},e.prototype.componentDidUpdate=function(t){var e=this.props.shouldSetOption;if(!h$(e)||e(t,this.props)){if(!d$(t.theme,this.props.theme)||!d$(t.opts,this.props.opts)||!d$(t.onEvents,this.props.onEvents))return this.dispose(),void this.renderNewEcharts();var n=["option","notMerge","lazyUpdate","showLoading","loadingOption"];d$(c$(this.props,n),c$(t,n))||this.updateEChartsOption(),d$(t.style,this.props.style)&&d$(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{u$(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||{}),h$(i)&&i(r),this.ele&&l$(this.ele,function(){t.resize()})},e.prototype.bindEvents=function(t,e){function n(e,n){"string"==typeof e&&h$(n)&&t.on(e,function(e){n(e,t)})}for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&n(i,e[i])},e.prototype.updateEChartsOption=function(){var t=this.props,e=t.option,n=t.notMerge,i=void 0!==n&&n,r=t.lazyUpdate,o=void 0!==r&&r,a=t.showLoading,s=t.loadingOption,l=void 0===s?null:s,u=this.getEchartsInstance();return u.setOption(e,i,o),a?u.showLoading(l):u.hideLoading(),u},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,o=e.className,a=void 0===o?"":o,s=i({height:300},n);return r.createElement("div",{ref:function(e){t.ele=e},style:s,className:"echarts-for-react "+a})},e}(o),g$=function(t){function e(e){var n=t.call(this,e)||this;return n.echarts=GK,n}return n(e,t),e}(f$),v$={exports:{}};!function(t,e){var n="__lodash_hash_undefined__",i=9007199254740991,r="[object Arguments]",o="[object Function]",a="[object Object]",l=/^\[object .+?Constructor\]$/,u=/^(?:0|[1-9]\d*)$/,c={};c["[object Float32Array]"]=c["[object Float64Array]"]=c["[object Int8Array]"]=c["[object Int16Array]"]=c["[object Int32Array]"]=c["[object Uint8Array]"]=c["[object Uint8ClampedArray]"]=c["[object Uint16Array]"]=c["[object Uint32Array]"]=!0,c[r]=c["[object Array]"]=c["[object ArrayBuffer]"]=c["[object Boolean]"]=c["[object DataView]"]=c["[object Date]"]=c["[object Error]"]=c[o]=c["[object Map]"]=c["[object Number]"]=c[a]=c["[object RegExp]"]=c["[object Set]"]=c["[object String]"]=c["[object WeakMap]"]=!1;var h="object"==typeof s&&s&&s.Object===Object&&s,p="object"==typeof self&&self&&self.Object===Object&&self,d=h||p||Function("return this")(),f=e&&!e.nodeType&&e,g=f&&t&&!t.nodeType&&t,v=g&&g.exports===f,y=v&&h.process,m=function(){try{var t=g&&g.require&&g.require("util").types;return t||y&&y.binding&&y.binding("util")}catch(t){}}(),x=m&&m.isTypedArray;var _,b,w,S=Array.prototype,M=Function.prototype,I=Object.prototype,T=d["__core-js_shared__"],C=M.toString,D=I.hasOwnProperty,A=(_=/[^.]+$/.exec(T&&T.keys&&T.keys.IE_PROTO||""))?"Symbol(src)_1."+_:"",k=I.toString,L=C.call(Object),N=RegExp("^"+C.call(D).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),E=v?d.Buffer:void 0,O=d.Symbol,P=d.Uint8Array,R=E?E.allocUnsafe:void 0,V=(b=Object.getPrototypeOf,w=Object,function(t){return b(w(t))}),z=Object.create,B=I.propertyIsEnumerable,G=S.splice,F=O?O.toStringTag:void 0,W=function(){try{var t=ft(Object,"defineProperty");return t({},"",{}),t}catch(t){}}(),H=E?E.isBuffer:void 0,U=Math.max,Y=Date.now,X=ft(d,"Map"),Z=ft(Object,"create"),j=function(){function t(){}return function(e){if(!Tt(e))return{};if(z)return z(e);t.prototype=e;var n=new t;return t.prototype=void 0,n}}();function q(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function K(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function $(t){var e=-1,n=null==t?0:t.length;for(this.clear();++e<n;){var i=t[e];this.set(i[0],i[1])}}function J(t){var e=this.__data__=new K(t);this.size=e.size}function Q(t,e){var n=bt(t),i=!n&&_t(t),r=!n&&!i&&St(t),o=!n&&!i&&!r&&Dt(t),a=n||i||r||o,s=a?function(t,e){for(var n=-1,i=Array(t);++n<t;)i[n]=e(n);return i}(t.length,String):[],l=s.length;for(var u in t)!e&&!D.call(t,u)||a&&("length"==u||r&&("offset"==u||"parent"==u)||o&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||gt(u,l))||s.push(u);return s}function tt(t,e,n){(void 0!==n&&!xt(t[e],n)||void 0===n&&!(e in t))&&it(t,e,n)}function et(t,e,n){var i=t[e];D.call(t,e)&&xt(i,n)&&(void 0!==n||e in t)||it(t,e,n)}function nt(t,e){for(var n=t.length;n--;)if(xt(t[n][0],e))return n;return-1}function it(t,e,n){"__proto__"==e&&W?W(t,e,{configurable:!0,enumerable:!0,value:n,writable:!0}):t[e]=n}q.prototype.clear=function(){this.__data__=Z?Z(null):{},this.size=0},q.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},q.prototype.get=function(t){var e=this.__data__;if(Z){var i=e[t];return i===n?void 0:i}return D.call(e,t)?e[t]:void 0},q.prototype.has=function(t){var e=this.__data__;return Z?void 0!==e[t]:D.call(e,t)},q.prototype.set=function(t,e){var i=this.__data__;return this.size+=this.has(t)?0:1,i[t]=Z&&void 0===e?n:e,this},K.prototype.clear=function(){this.__data__=[],this.size=0},K.prototype.delete=function(t){var e=this.__data__,n=nt(e,t);return!(n<0)&&(n==e.length-1?e.pop():G.call(e,n,1),--this.size,!0)},K.prototype.get=function(t){var e=this.__data__,n=nt(e,t);return n<0?void 0:e[n][1]},K.prototype.has=function(t){return nt(this.__data__,t)>-1},K.prototype.set=function(t,e){var n=this.__data__,i=nt(n,t);return i<0?(++this.size,n.push([t,e])):n[i][1]=e,this},$.prototype.clear=function(){this.size=0,this.__data__={hash:new q,map:new(X||K),string:new q}},$.prototype.delete=function(t){var e=dt(this,t).delete(t);return this.size-=e?1:0,e},$.prototype.get=function(t){return dt(this,t).get(t)},$.prototype.has=function(t){return dt(this,t).has(t)},$.prototype.set=function(t,e){var n=dt(this,t),i=n.size;return n.set(t,e),this.size+=n.size==i?0:1,this},J.prototype.clear=function(){this.__data__=new K,this.size=0},J.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},J.prototype.get=function(t){return this.__data__.get(t)},J.prototype.has=function(t){return this.__data__.has(t)},J.prototype.set=function(t,e){var n=this.__data__;if(n instanceof K){var i=n.__data__;if(!X||i.length<199)return i.push([t,e]),this.size=++n.size,this;n=this.__data__=new $(i)}return n.set(t,e),this.size=n.size,this};var rt,ot=function(t,e,n){for(var i=-1,r=Object(t),o=n(t),a=o.length;a--;){var s=o[rt?a:++i];if(!1===e(r[s],s,r))break}return t};function at(t){return null==t?void 0===t?"[object Undefined]":"[object Null]":F&&F in Object(t)?function(t){var e=D.call(t,F),n=t[F];try{t[F]=void 0;var i=!0}catch(t){}var r=k.call(t);i&&(e?t[F]=n:delete t[F]);return r}(t):function(t){return k.call(t)}(t)}function st(t){return Ct(t)&&at(t)==r}function lt(t){return!(!Tt(t)||function(t){return!!A&&A in t}(t))&&(Mt(t)?N:l).test(function(t){if(null!=t){try{return C.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function ut(t){if(!Tt(t))return function(t){var e=[];if(null!=t)for(var n in Object(t))e.push(n);return e}(t);var e=vt(t),n=[];for(var i in t)("constructor"!=i||!e&&D.call(t,i))&&n.push(i);return n}function ct(t,e,n,i,r){t!==e&&ot(e,function(o,s){if(r||(r=new J),Tt(o))!function(t,e,n,i,r,o,s){var l=yt(t,n),u=yt(e,n),c=s.get(u);if(c)return void tt(t,n,c);var h=o?o(l,u,n+"",t,e,s):void 0,p=void 0===h;if(p){var d=bt(u),f=!d&&St(u),g=!d&&!f&&Dt(u);h=u,d||f||g?bt(l)?h=l:Ct(_=l)&&wt(_)?h=function(t,e){var n=-1,i=t.length;e||(e=Array(i));for(;++n<i;)e[n]=t[n];return e}(l):f?(p=!1,h=function(t,e){if(e)return t.slice();var n=t.length,i=R?R(n):new t.constructor(n);return t.copy(i),i}(u,!0)):g?(p=!1,v=u,y=!0?(m=v.buffer,x=new m.constructor(m.byteLength),new P(x).set(new P(m)),x):v.buffer,h=new v.constructor(y,v.byteOffset,v.length)):h=[]:function(t){if(!Ct(t)||at(t)!=a)return!1;var e=V(t);if(null===e)return!0;var n=D.call(e,"constructor")&&e.constructor;return"function"==typeof n&&n instanceof n&&C.call(n)==L}(u)||_t(u)?(h=l,_t(l)?h=function(t){return function(t,e,n,i){var r=!n;n||(n={});var o=-1,a=e.length;for(;++o<a;){var s=e[o],l=i?i(n[s],t[s],s,n,t):void 0;void 0===l&&(l=t[s]),r?it(n,s,l):et(n,s,l)}return n}(t,At(t))}(l):Tt(l)&&!Mt(l)||(h=function(t){return"function"!=typeof t.constructor||vt(t)?{}:j(V(t))}(u))):p=!1}var v,y,m,x;var _;p&&(s.set(u,h),r(h,u,i,o,s),s.delete(u));tt(t,n,h)}(t,e,s,n,ct,i,r);else{var l=i?i(yt(t,s),o,s+"",t,e,r):void 0;void 0===l&&(l=o),tt(t,s,l)}},At)}function ht(t,e){return mt(function(t,e,n){return e=U(void 0===e?t.length-1:e,0),function(){for(var i=arguments,r=-1,o=U(i.length-e,0),a=Array(o);++r<o;)a[r]=i[e+r];r=-1;for(var s=Array(e+1);++r<e;)s[r]=i[r];return s[e]=n(a),function(t,e,n){switch(n.length){case 0:return t.call(e);case 1:return t.call(e,n[0]);case 2:return t.call(e,n[0],n[1]);case 3:return t.call(e,n[0],n[1],n[2])}return t.apply(e,n)}(t,this,s)}}(t,e,Nt),t+"")}var pt=W?function(t,e){return W(t,"toString",{configurable:!0,enumerable:!1,value:(n=e,function(){return n}),writable:!0});var n}:Nt;function dt(t,e){var n,i,r=t.__data__;return("string"==(i=typeof(n=e))||"number"==i||"symbol"==i||"boolean"==i?"__proto__"!==n:null===n)?r["string"==typeof e?"string":"hash"]:r.map}function ft(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return lt(n)?n:void 0}function gt(t,e){var n=typeof t;return!!(e=null==e?i:e)&&("number"==n||"symbol"!=n&&u.test(t))&&t>-1&&t%1==0&&t<e}function vt(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||I)}function yt(t,e){if(("constructor"!==e||"function"!=typeof t[e])&&"__proto__"!=e)return t[e]}var mt=function(t){var e=0,n=0;return function(){var i=Y(),r=16-(i-n);if(n=i,r>0){if(++e>=800)return arguments[0]}else e=0;return t.apply(void 0,arguments)}}(pt);function xt(t,e){return t===e||t!=t&&e!=e}var _t=st(function(){return arguments}())?st:function(t){return Ct(t)&&D.call(t,"callee")&&!B.call(t,"callee")},bt=Array.isArray;function wt(t){return null!=t&&It(t.length)&&!Mt(t)}var St=H||function(){return!1};function Mt(t){if(!Tt(t))return!1;var e=at(t);return e==o||"[object GeneratorFunction]"==e||"[object AsyncFunction]"==e||"[object Proxy]"==e}function It(t){return"number"==typeof t&&t>-1&&t%1==0&&t<=i}function Tt(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function Ct(t){return null!=t&&"object"==typeof t}var Dt=x?function(t){return function(e){return t(e)}}(x):function(t){return Ct(t)&&It(t.length)&&!!c[at(t)]};function At(t){return wt(t)?Q(t,!0):ut(t)}var kt,Lt=(kt=function(t,e,n){ct(t,e,n)},ht(function(t,e){var n=-1,i=e.length,r=i>1?e[i-1]:void 0,o=i>2?e[2]:void 0;for(r=kt.length>3&&"function"==typeof r?(i--,r):void 0,o&&function(t,e,n){if(!Tt(n))return!1;var i=typeof e;return!!("number"==i?wt(n)&&gt(e,n.length):"string"==i&&e in n)&&xt(n[e],t)}(e[0],e[1],o)&&(r=i<3?void 0:r,i=1),t=Object(t);++n<i;){var a=e[n];a&&kt(t,a,n,r)}return t}));function Nt(t){return t}t.exports=Lt}(v$,v$.exports);var y$=a(v$.exports),m$={tooltip:{trigger:"axis",axisPointer:{type:"shadow"}},grid:{left:"3%",right:"3%"},color:["#0BA6DF","#FAA533","#EF7722","#799EFF","#D6D85D","#FFD6BA","#78B9B5","#EAE4D5","#22C55E"]},x$=function(e){var n=e.option,i=void 0===n?{}:n,r=e.height,o=void 0===r?"400px":r,a=e.width,s=void 0===a?"100%":a,l=e.theme,u=void 0===l?"light":l,c=y$({},m$,i);return t(g$,{option:c,style:{height:o,width:s},theme:u,notMerge:!0,lazyUpdate:!0})},_$=function(n){var r=n.categories,o=n.series,a=n.option,s=void 0===a?{}:a,u=n.height,c=n.width,h=n.theme,p=n.noDataText,d=void 0===p?"No data available":p,f=Array.isArray(o)?o:[o];if(!f.some(function(t){return Array.isArray(t.data)&&t.data.length>0}))return e("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",width:"100%",textAlign:"center"},children:[t("img",{src:"http://files.zimyo.work/staticlogo/global/no_data_found.gif",alt:"No data found",height:60,width:180,style:{marginBottom:10}}),t("div",{style:{fontSize:14,color:"#888"},children:d})]});var g=f.map(function(t){return i(i({type:"bar"},t),{itemStyle:t.color?{color:l(t.color,.8),borderColor:l(t.color,1),borderWidth:2}:{color:function(t){return l(t.color,.8)},borderColor:function(t){return l(t.color,1)},borderWidth:2}})}),v=y$({},{yAxis:{type:"value",nameTextStyle:{fontStyle:"normal",fontWeight:"bold"},splitLine:{show:!0,lineStyle:{type:"dashed",cap:"round",color:"#ccc",opacity:.75}}},xAxis:{type:"category",data:r},legend:{type:"scroll"},series:g},s);return t(x$,{option:v,height:u,width:c,theme:h})},b$=function(n){var i=n.data,r=void 0===i?[]:i,o=n.option,a=n.height,s=n.width,l=n.theme,u=n.noDataText,c=void 0===u?"No data available":u;if(!(Array.isArray(r)&&r.some(function(t){return(null==t?void 0:t.value)>0})))return e("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",width:"100%",height:a||300,textAlign:"center"},children:[t("img",{src:"http://files.zimyo.work/staticlogo/global/no_data_found.gif",alt:"No data found",height:60,width:180,style:{marginBottom:10}}),t("div",{style:{fontSize:14,color:"#888"},children:c})]});var h=y$({},{legend:{top:"5%",left:"center"},series:[{type:"pie",radius:["40%","70%"],avoidLabelOverlap:!1,data:r,itemStyle:{borderRadius:8,borderColor:"#fff",borderWidth:2},labelLine:{show:!1}}]},o);return t(x$,{option:h,height:a,width:s,theme:l})},w$=function(n){var r=n.categories,o=n.series,a=n.option,s=void 0===a?{}:a,l=n.height,u=n.width,c=n.theme,h=n.noDataText,p=void 0===h?"No data available":h,d=Array.isArray(o)?o:[o];if(!d.some(function(t){return Array.isArray(t.data)&&t.data.length>0}))return e("div",{style:{display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",width:"100%",textAlign:"center"},children:[t("img",{src:"http://files.zimyo.work/staticlogo/global/no_data_found.gif",alt:"No data found",height:60,width:180,style:{marginBottom:10}}),t("div",{style:{fontSize:14,color:"#888"},children:p})]});var f=d.map(function(t){var e;return i(i({type:"line",smooth:null===(e=t.smooth)||void 0===e||e},t),{itemStyle:t.color?{color:t.color}:void 0})}),g=y$({},{xAxis:{type:"category",data:r},yAxis:{type:"value"},series:f},s);return t(x$,{option:g,height:l,width:u,theme:c})};export{_$ as BarChart,x$ as BaseChart,w$ as LineChart,b$ as PieChart};